From 0b45adb9fe6677fdd85b208e1d90052e1fc5c723 Mon Sep 17 00:00:00 2001
From: Philipp Berger <philipp.berger@nexenio.com>
Date: Thu, 12 Aug 2021 13:43:24 +0200
Subject: [PATCH] chore: release v1.8.0

---
 CHANGELOG.md                                  |   18 +
 e2e/package.json                              |    2 +-
 .../helper/ui/login.helper.js                 |    1 +
 .../userManagement/addEmployee.spec.js        |   77 +-
 .../luca_locations_wrong_privateKey.luca      |    1 +
 .../login/loginFirstTime.spec.js              |   47 +-
 .../login/loginWithUploadKey.spec.js          |   19 +-
 .../hardwareScannerCheckin.spec.js            |    4 +-
 .../locations/downloadPDF/downloadPDF.spec.js |    8 +-
 e2e/specs/locations/helpers/functions.js      |   16 +-
 e2e/specs/locations/helpers/users.js          |   12 +-
 .../locationOverview/locationOverview.spec.js |    6 +-
 .../webapp/checkin/checkinByLinkFlow.spec.js  |    7 +-
 e2e/specs/webapp/helpers/database.js          |    2 +-
 e2e/specs/workflow/helpers/users.js           |    5 +-
 .../workflow/senarios/contactForm.spec.js     |   14 +-
 package.json                                  |    2 +-
 .../config/custom-environment-variables.js    |    2 +-
 services/backend/config/default.js            |    7 +-
 services/backend/package.json                 |    3 +-
 ...01-1332-addPasswordSaltToBadgeGenerator.js |   88 +
 ...-0730-addLocationTransfeTraceDataFields.js |   62 +
 .../src/database/models/badgeGenerators.js    |   31 +-
 .../database/models/locationTransferTrace.js  |   12 +
 .../src/passport/bearerBadgeGenerator.js      |   27 +-
 services/backend/src/routes/v3/badges.js      |   20 +-
 .../backend/src/routes/v3/badges.openapi.yaml |   17 +-
 .../v3/healthDepartmentEmployees/locations.js |    1 +
 .../locations.openapi.yaml                    |    3 +
 .../src/routes/v3/locationTransfers.js        |   32 +-
 .../routes/v3/locationTransfers.openapi.yaml  |   39 +-
 .../routes/v3/locationTransfers.schemas.js    |   10 +-
 services/backend/src/routes/v3/operators.js   |    2 +
 .../routes/v3/operators/traces.openapi.yaml   |   28 +
 .../src/routes/v3/operators/traces.schemas.ts |   17 +
 .../backend/src/routes/v3/operators/traces.ts |  111 +
 services/backend/src/routes/v3/traces.js      |    5 +-
 services/backend/src/routes/v3/users.js       |    2 +-
 services/backend/yarn.lock                    |  416 +-
 services/contact-form/.iyarc                  |    8 +-
 services/contact-form/package.json            |    2 +-
 services/health-department/.iyarc             |    7 +
 services/health-department/package.json       |    5 +-
 .../src/assets/fonts/Montserrat-Bold.eot      |    3 +
 .../src/assets/fonts/Montserrat-Bold.svg      | 5419 +++++++++++++++++
 .../src/assets/fonts/Montserrat-Bold.ttf      |    3 +
 .../src/assets/fonts/Montserrat-Bold.woff     |    3 +
 .../src/assets/fonts/Montserrat-Bold.woff2    |    3 +
 .../health-department/src/assets/profile.svg  |    1 -
 .../src/assets/profile_active.svg             |    1 -
 .../src/components/App/Header/Header.react.js |    4 +-
 .../App/Header/Headline/Headline.react.js     |    2 +-
 .../App/Header/Profile/Profile.react.js       |    9 +-
 .../ListFilters/ListFilters.react.js          |   26 +-
 .../TrackingList/ListFilters/filters.js       |  156 -
 .../ListFilters/hooks/useFilters.js           |   28 -
 .../Export/DownloadFiles/CSVDownload.js       |   15 +-
 .../Export/DownloadFiles/ExcelDownload.js     |   17 +-
 .../DownloadFiles/OctoWareTNDownload.js       |  147 +
 .../Export/DownloadFiles/SormasDownload.js    |   11 +-
 .../GuestList/Export/DownloadFiles/helpers.js |    6 +
 .../GuestList/Export/DownloadFiles/index.js   |    2 +
 .../GuestList/Export/Export.react.js          |    5 +-
 .../UploadKeyFileModal.react.js               |    2 +-
 .../src/constants/octowareTNFields.js         |   46 +
 services/health-department/src/font.css       |   19 +
 .../health-department/src/messages/de.json    |   11 +-
 .../health-department/src/messages/en.json    |   11 +-
 .../src/utils/cryptoKeyOperations.js          |    5 +-
 .../health-department/src/utils/decryption.js |   44 +-
 .../health-department/src/utils/testing.js    |    4 +-
 services/locations/.iyarc                     |    9 +-
 services/locations/jest.config.json           |    5 +-
 services/locations/package.json               |   12 +-
 .../src/assets/fonts/Montserrat-Bold.eot      |    3 +
 .../src/assets/fonts/Montserrat-Bold.svg      | 5419 +++++++++++++++++
 .../src/assets/fonts/Montserrat-Bold.ttf      |    3 +
 .../src/assets/fonts/Montserrat-Bold.woff     |    3 +
 .../src/assets/fonts/Montserrat-Bold.woff2    |    3 +
 .../App/Dashboard/Dashboard.react.js          |    9 +-
 .../App/DataTransfers/DataTransfers.react.js  |    2 +-
 .../AccountDeletion/AccountDeletion.react.js  |    2 +-
 .../GuestListModal/GuestListModal.react.js    |    4 +-
 .../RegisterOperatorModal.react.js            |  103 +-
 .../RegisterOperatorModal.styled.js           |    6 +-
 .../ConfirmPrivateKey.react.js                |    0
 .../ConfirmPrivateKey.styled.js               |    0
 .../ConfirmPrivateKey/index.js                |    0
 .../DownloadPrivateKey.react.js               |   35 +-
 .../DownloadPrivateKey.styled.js              |    2 +-
 .../{ => steps}/DownloadPrivateKey/index.js   |    0
 .../FinishButton/FinishButton.react.js        |   42 +
 .../FinishButton/FinishButton.styled.js       |    7 +
 .../VerifyPrivateKey/FinishButton/index.js    |    1 +
 .../VerifyPrivateKey.helper.js                |   12 +
 .../VerifyPrivateKey.react.js                 |  111 +
 .../VerifyPrivateKey.styled.js                |   22 +
 .../steps/VerifyPrivateKey/index.js           |    1 +
 .../TableAllocationModal.react.js             |    4 +-
 .../PrivateKeyLoader.helper.js                |    7 +
 .../PrivateKeyLoader.react.js                 |   50 +-
 .../components/ShareData/ShareData.react.js   |   14 +-
 .../ShareDataStep/ShareDataStep.react.js      |   49 +-
 .../ShareDataStep/ShareDataStep.test.js       |   63 +
 services/locations/src/constants/links.js     |    2 +
 services/locations/src/font.css               |   19 +
 services/locations/src/messages/de.json       |   22 +-
 services/locations/src/messages/en.json       |   18 +-
 services/locations/src/network/api.js         |    5 +-
 services/locations/src/utils/crypto.js        |    3 +
 services/locations/src/utils/keyHandler.js    |   46 +
 services/locations/src/utils/testing.js       |   64 +
 services/locations/yarn.lock                  | 1384 ++---
 services/scanner/.iyarc                       |    8 +-
 services/scanner/package.json                 |    4 +-
 .../components/CamScanner/CamScanner.react.js |    3 +-
 .../scanner/src/helpers/handleScanData.js     |    7 +
 services/scanner/src/messages/de.js           |    3 +
 services/scanner/src/messages/en.js           |    3 +
 services/scanner/yarn.lock                    |   18 +-
 services/webapp/.iyarc                        |    8 +-
 services/webapp/package.json                  |    3 +-
 services/webapp/src/App.react.js              |   80 +-
 .../components/AppLayout/AppLayout.react.js   |    7 +-
 .../components/AppLayout/AppLayout.styled.js  |    6 +-
 .../ContactInformation.react.js               |  169 +-
 .../src/components/Home/useCheckInCheck.js    |    5 +
 .../ContactInformationInputStep.react.js      |   45 +-
 .../LocationInputStep.react.js                |   63 +-
 .../LocationInputStep.styled.js               |    4 +-
 .../NameInputStep/NameInputStep.react.js      |   25 +-
 .../ResetDeviceModal.react.js                 |    5 +-
 .../Settings/ResetDeviceModal/index.js        |    1 +
 .../UpdatedTermsAndConditionsWrapper.react.js |  142 +
 ...UpdatedTermsAndConditionsWrapper.styled.js |   56 +
 .../UpdatedTermsAndConditionsWrapper/index.js |    1 +
 .../src/constants/termsAndConditions.js       |    1 +
 services/webapp/src/db/index.js               |   14 +
 services/webapp/src/helpers/crypto.js         |    3 +
 services/webapp/src/hooks/useValidators.js    |  101 +
 services/webapp/src/messages/de.json          |   18 +-
 services/webapp/src/messages/en.json          |   18 +-
 services/webapp/src/utils/checkCharacter.js   |    8 +
 .../webapp/src/utils/validatorRules.helper.js |   35 +
 services/webapp/src/utils/validatorRules.js   |   44 +
 services/webapp/yarn.lock                     |    5 +
 sonar-project.properties                      |    4 +-
 yarn.lock                                     |    6 +-
 148 files changed, 14030 insertions(+), 1660 deletions(-)
 create mode 100644 e2e/specs/locations/assets/luca_locations_wrong_privateKey.luca
 create mode 100644 services/backend/src/database/migrations/2021.07.01-1332-addPasswordSaltToBadgeGenerator.js
 create mode 100644 services/backend/src/database/migrations/2021.07.09-0730-addLocationTransfeTraceDataFields.js
 create mode 100644 services/backend/src/routes/v3/operators/traces.schemas.ts
 create mode 100644 services/backend/src/routes/v3/operators/traces.ts
 create mode 100644 services/health-department/src/assets/fonts/Montserrat-Bold.eot
 create mode 100644 services/health-department/src/assets/fonts/Montserrat-Bold.svg
 create mode 100644 services/health-department/src/assets/fonts/Montserrat-Bold.ttf
 create mode 100644 services/health-department/src/assets/fonts/Montserrat-Bold.woff
 create mode 100644 services/health-department/src/assets/fonts/Montserrat-Bold.woff2
 delete mode 100644 services/health-department/src/components/App/Tracking/TrackingList/ListFilters/filters.js
 create mode 100644 services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/OctoWareTNDownload.js
 create mode 100644 services/health-department/src/constants/octowareTNFields.js
 create mode 100644 services/locations/src/assets/fonts/Montserrat-Bold.eot
 create mode 100644 services/locations/src/assets/fonts/Montserrat-Bold.svg
 create mode 100644 services/locations/src/assets/fonts/Montserrat-Bold.ttf
 create mode 100644 services/locations/src/assets/fonts/Montserrat-Bold.woff
 create mode 100644 services/locations/src/assets/fonts/Montserrat-Bold.woff2
 rename services/locations/src/components/App/modals/RegisterOperatorModal/{ => steps/DownloadPrivateKey}/ConfirmPrivateKey/ConfirmPrivateKey.react.js (100%)
 rename services/locations/src/components/App/modals/RegisterOperatorModal/{ => steps/DownloadPrivateKey}/ConfirmPrivateKey/ConfirmPrivateKey.styled.js (100%)
 rename services/locations/src/components/App/modals/RegisterOperatorModal/{ => steps/DownloadPrivateKey}/ConfirmPrivateKey/index.js (100%)
 rename services/locations/src/components/App/modals/RegisterOperatorModal/{ => steps}/DownloadPrivateKey/DownloadPrivateKey.react.js (59%)
 rename services/locations/src/components/App/modals/RegisterOperatorModal/{ => steps}/DownloadPrivateKey/DownloadPrivateKey.styled.js (93%)
 rename services/locations/src/components/App/modals/RegisterOperatorModal/{ => steps}/DownloadPrivateKey/index.js (100%)
 create mode 100644 services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/FinishButton/FinishButton.react.js
 create mode 100644 services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/FinishButton/FinishButton.styled.js
 create mode 100644 services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/FinishButton/index.js
 create mode 100644 services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/VerifyPrivateKey.helper.js
 create mode 100644 services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/VerifyPrivateKey.react.js
 create mode 100644 services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/VerifyPrivateKey.styled.js
 create mode 100644 services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/index.js
 create mode 100644 services/locations/src/components/ShareData/ShareDataStep/ShareDataStep.test.js
 create mode 100644 services/locations/src/utils/keyHandler.js
 create mode 100644 services/locations/src/utils/testing.js
 create mode 100644 services/webapp/src/components/Settings/ResetDeviceModal/index.js
 create mode 100644 services/webapp/src/components/UpdatedTermsAndConditionsWrapper/UpdatedTermsAndConditionsWrapper.react.js
 create mode 100644 services/webapp/src/components/UpdatedTermsAndConditionsWrapper/UpdatedTermsAndConditionsWrapper.styled.js
 create mode 100644 services/webapp/src/components/UpdatedTermsAndConditionsWrapper/index.js
 create mode 100644 services/webapp/src/constants/termsAndConditions.js
 create mode 100644 services/webapp/src/hooks/useValidators.js
 create mode 100644 services/webapp/src/utils/checkCharacter.js
 create mode 100644 services/webapp/src/utils/validatorRules.helper.js
 create mode 100644 services/webapp/src/utils/validatorRules.js

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2642c5e..91fab19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
 # Changelog
 
+### 1.8.0 (2021-08-12)
+* **backend:** fix: limit number of locations in location transfers
+* **backend:** feat: check integrity of device types in tracing processes
+* **backend:** feat: take badge attestation key offline
+* **health-department:** fix: additional data under certain conditions not displayed in the contact person overview
+* **health-department:** fix: clear storage after logout
+* **health-department:** feat: encrypt share data request only for the requesting health department
+* **health-department:** feat: download contact persons in octowareTN format
+* **location:** fix: improve error handling during share data process
+* **location:** fix: improve error handling during private key import
+* **location:** fix: broken button arrangement when deleting the account
+* **location:** feat: check private key after initial key download for new operators
+* **scanner:** feat: add warning that v3 badges are to be replaced
+* **scanner:** feat: improve scanning qr codes on badges
+* **webapp:** fix: error message in the background shown after deleting the account
+* **webapp:** feat: add screen to accept new AGBs
+* chore: improve e2e tests
+
 ### 1.7.0 (2021-08-05)
 * **backend:** feat: instrument with metrics
 * **health-department:** feat: update route access restrictions for employees
diff --git a/e2e/package.json b/e2e/package.json
index 1d764d7..dd81215 100644
--- a/e2e/package.json
+++ b/e2e/package.json
@@ -1,6 +1,6 @@
 {
   "name": "e2e",
-  "version": "1.7.0",
+  "version": "1.8.0",
   "main": "index.js",
   "private": true,
   "engines": {
diff --git a/e2e/specs/health-department/helper/ui/login.helper.js b/e2e/specs/health-department/helper/ui/login.helper.js
index ebf7eba..f648209 100644
--- a/e2e/specs/health-department/helper/ui/login.helper.js
+++ b/e2e/specs/health-department/helper/ui/login.helper.js
@@ -16,6 +16,7 @@ export const openHDLoginPage = () => {
 
 export const loginToHD = (email, password) => {
   cy.get('#username').type(email);
+  cy.get('#password').click();
   cy.get('#password').type(password);
   cy.get('button[type=submit]').click();
 };
diff --git a/e2e/specs/health-department/userManagement/addEmployee.spec.js b/e2e/specs/health-department/userManagement/addEmployee.spec.js
index d346dfc..3c84b89 100644
--- a/e2e/specs/health-department/userManagement/addEmployee.spec.js
+++ b/e2e/specs/health-department/userManagement/addEmployee.spec.js
@@ -1,12 +1,14 @@
-import faker from 'faker';
+import { loginToHD, openHDLoginPage } from '../helper/ui/login.helper';
 import { loginHealthDepartment, logout } from '../helper/api/auth.helper';
-import { loginToHD, openHDLoginPage, addHealthDepartmentPrivateKeyFile } from '../helper/ui/login.helper';
-import { HEALTH_DEPARTMENT_TRACKING_ROUTE, HEALTH_DEPARTMENT_USER_MANAGEMENT_ROUTE } from '../helper/routes';
+import {
+  HEALTH_DEPARTMENT_TRACKING_ROUTE,
+  HEALTH_DEPARTMENT_USER_MANAGEMENT_ROUTE,
+} from '../helper/routes';
 
-const EMPLOYEE_FIRST_NAME = faker.name.firstName();
-const EMPLOYEE_LAST_NAME = faker.name.lastName();
-const EMPLOYEE_PHONE = faker.phone.phoneNumber('170 #######');
+const EMPLOYEE_FIRST_NAME = 'Luca';
+const EMPLOYEE_LAST_NAME = 'Tester';
 const EMPLOYEE_EMAIL = 'employee@hd.com';
+const EMPLOYEE_PHONE = '+49 176 12345678';
 
 describe('Health Department / User Management / Create new employee', () => {
   describe('when create a new HD employee', () => {
@@ -15,38 +17,65 @@ describe('Health Department / User Management / Create new employee', () => {
       cy.visit(HEALTH_DEPARTMENT_USER_MANAGEMENT_ROUTE);
       cy.getByCy('addEmployee').should('exist').should('be.visible').click();
       //fillin employee form
-      cy.get('.ant-modal').within(($modal) => {
-        cy.get('#firstName').should('exist').should('be.visible').type(EMPLOYEE_FIRST_NAME);
-        cy.get('#lastName').should('exist').should('be.visible').type(EMPLOYEE_LAST_NAME);
-        cy.get('#phone').should('exist').should('be.visible').type(EMPLOYEE_PHONE);
-        cy.get('#email').should('exist').should('be.visible').type(EMPLOYEE_EMAIL);
+      cy.get('.ant-modal').within($modal => {
+        cy.get('#firstName')
+          .should('exist')
+          .should('be.visible')
+          .type(EMPLOYEE_FIRST_NAME);
+        cy.get('#lastName')
+          .should('exist')
+          .should('be.visible')
+          .type(EMPLOYEE_LAST_NAME);
+        cy.get('#phone')
+          .should('exist')
+          .should('be.visible')
+          .type(EMPLOYEE_PHONE);
+        cy.get('#email')
+          .should('exist')
+          .should('be.visible')
+          .type(EMPLOYEE_EMAIL);
         cy.get('button[type=button]').should('exist').should('be.visible');
-        cy.get('button[type=submit]').should('exist').should('be.visible').click();
+        cy.get('button[type=submit]')
+          .should('exist')
+          .should('be.visible')
+          .click();
       });
       //save generated password
       cy.get('.ant-notification').should('exist').should('be.visible');
-      cy.get('.ant-modal').within(($modal) => {
-        cy.getByCy('generatedPassword').then(($password) => {
+      cy.get('.ant-modal').within($modal => {
+        cy.getByCy('generatedPassword').then($password => {
           cy.wrap($password.text()).as('password');
         });
-        cy.get('button[type=button]').should('exist').should('be.visible').click();
+        cy.get('button[type=button]')
+          .should('exist')
+          .should('be.visible')
+          .click();
       });
-      cy.get('.ant-popconfirm').within(($popup) => {
-        cy.get('.ant-popover-buttons > button:nth-child(1)').should('exist').should('be.visible');
-        cy.get('.ant-popover-buttons > .ant-btn-primary').should('exist').should('be.visible').click();
+      cy.get('.ant-popconfirm').within($popup => {
+        cy.get('.ant-popover-buttons > button:nth-child(1)')
+          .should('exist')
+          .should('be.visible');
+        cy.get('.ant-popover-buttons > .ant-btn-primary')
+          .should('exist')
+          .should('be.visible')
+          .click();
       });
       //verify employee is created
-      cy.get('#employeeTable > div').last().then(($row) => {
-        expect($row.text()).contains(EMPLOYEE_FIRST_NAME + ' ' + EMPLOYEE_LAST_NAME);
-        expect($row.text()).contains(EMPLOYEE_PHONE);
-        expect($row.text()).contains(EMPLOYEE_EMAIL);
-      });
+      cy.get('#employeeTable > div')
+        .last()
+        .then($row => {
+          expect($row.text()).contains(
+            EMPLOYEE_FIRST_NAME + ' ' + EMPLOYEE_LAST_NAME
+          );
+          expect($row.text()).contains(EMPLOYEE_PHONE);
+          expect($row.text()).contains(EMPLOYEE_EMAIL);
+        });
       logout();
       //login as a new employee
       openHDLoginPage();
       cy.get('@password').then(password => {
         loginToHD(EMPLOYEE_EMAIL, password);
-      })
+      });
       cy.url().should('include', HEALTH_DEPARTMENT_TRACKING_ROUTE);
     });
   });
diff --git a/e2e/specs/locations/assets/luca_locations_wrong_privateKey.luca b/e2e/specs/locations/assets/luca_locations_wrong_privateKey.luca
new file mode 100644
index 0000000..3c7c604
--- /dev/null
+++ b/e2e/specs/locations/assets/luca_locations_wrong_privateKey.luca
@@ -0,0 +1 @@
+eyJpdiI6IktLUTJzUGNCMWlrzkkvTHh6ZUZLeXVqZnhxaFJtME4yaGpxR3M0Rlc2ZVk9IiwidGFnIjoiRG1RQWNhL0FqUU9WL1JQZ3RkS3MwQT09IiwiZGF0YSI6IkFoM1lIOU9xL0xNLzNmcVY5VXUxLzcxYjFSZU4xN01YRnVvMlVuVGpOYkE9IiwidiI6Mn0=
\ No newline at end of file
diff --git a/e2e/specs/locations/authentication/login/loginFirstTime.spec.js b/e2e/specs/locations/authentication/login/loginFirstTime.spec.js
index 8345a12..b5ec8fc 100644
--- a/e2e/specs/locations/authentication/login/loginFirstTime.spec.js
+++ b/e2e/specs/locations/authentication/login/loginFirstTime.spec.js
@@ -1,5 +1,16 @@
-import { logout, downloadLocationPrivateKeyFile } from '../../helpers/functions';
-import { E2E_EMAIL, E2E_PASSWORD } from '../../helpers/users';
+import {
+  logout,
+  downloadLocationPrivateKeyFile,
+  uploadLocationPrivateKeyFile,
+} from '../../helpers/functions';
+import {
+  E2E_EMAIL,
+  E2E_PASSWORD,
+  E2E_LOCATION_PRIVATE_KEY_PATH,
+  E2E_LOCATION_PRIVATE_KEY_NAME,
+  E2E_LOCATION_WRONG_PRIVATE_KEY_PATH,
+  E2E_LOCATION_WRONG_PRIVATE_KEY_NAME,
+} from '../../helpers/users';
 import { RESET_LOCATION_KEY_QUERY } from '../../helpers/dbQueries';
 import { enterEmail, enterPassword } from '../authentication.helper';
 
@@ -10,12 +21,38 @@ describe('Location / Authentication / Login', () => {
   beforeEach(() => cy.visit('/'));
   afterEach(() => logout());
 
-  describe('Login as an operator for the first time and download private key', () => {
-    it('display location home page', () => {
+  describe('Login as an operator for the first time and download a private key, after downloading the private key upload a wrong key and go back to download another key', () => {
+    it('should show an error notification stating that the key is wrong to go back to regenerate a new download key', () => {
       enterEmail(E2E_EMAIL);
       enterPassword(E2E_PASSWORD);
       cy.getByCy('loginError').should('not.exist');
+      cy.wait(1000);
       downloadLocationPrivateKeyFile();
+      uploadLocationPrivateKeyFile(
+        E2E_LOCATION_WRONG_PRIVATE_KEY_PATH,
+        E2E_LOCATION_WRONG_PRIVATE_KEY_NAME
+      );
+      cy.wait(1000);
+      cy.getByCy('regenerateKey').should('exist');
+      cy.getByCy('regenerateKey', { timeout: 1000 }).click();
+      downloadLocationPrivateKeyFile();
+      cy.get('.ant-notification-notice-content').should('exist');
+    });
+  });
+  describe('Login as an operator for the first time and download private key, after downloading private double check if it is the correct key', () => {
+    it('should close the modal successfully', () => {
+      enterEmail(E2E_EMAIL);
+      enterPassword(E2E_PASSWORD);
+      cy.getByCy('loginError').should('not.exist');
+      cy.wait(1000);
+      downloadLocationPrivateKeyFile();
+      cy.wait(1000);
+      uploadLocationPrivateKeyFile(
+        E2E_LOCATION_PRIVATE_KEY_PATH,
+        E2E_LOCATION_PRIVATE_KEY_NAME
+      );
+      cy.getByCy('complete', { timeout: 1000 }).click();
+      cy.get('.ant-modal-body').should('not.exist');
     });
   });
   describe('Login as an operator with wrong password', () => {
@@ -35,4 +72,4 @@ describe('Location / Authentication / Login', () => {
       cy.getByCy('forgotPasswordPage').should('exist');
     });
   });
-});
\ No newline at end of file
+});
diff --git a/e2e/specs/locations/authentication/login/loginWithUploadKey.spec.js b/e2e/specs/locations/authentication/login/loginWithUploadKey.spec.js
index 738a94a..bb669db 100644
--- a/e2e/specs/locations/authentication/login/loginWithUploadKey.spec.js
+++ b/e2e/specs/locations/authentication/login/loginWithUploadKey.spec.js
@@ -1,16 +1,27 @@
 import { uploadLocationPrivateKeyFile } from '../../helpers/functions';
-import { E2E_EMAIL, E2E_PASSWORD, E2E_LOCATION_PRIVATE_KEY_PATH } from '../../helpers/users';
+import {
+  E2E_EMAIL,
+  E2E_PASSWORD,
+  E2E_LOCATION_PRIVATE_KEY_PATH,
+  E2E_LOCATION_PRIVATE_KEY_NAME,
+} from '../../helpers/users';
 import { enterEmail, enterPassword } from '../authentication.helper';
-import { verifyLocationHomePage, verifyModalWindowIsClosed } from '../../helpers/inputValidation.helper'
+import {
+  verifyLocationHomePage,
+  verifyModalWindowIsClosed,
+} from '../../helpers/inputValidation.helper';
 
 describe('Location / Authentication / Login', () => {
   describe('Login as an operator and upload private key', () => {
     it('accepts private key and displays location home page', () => {
-      cy.visit('/')
+      cy.visit('/');
       enterEmail(E2E_EMAIL);
       enterPassword(E2E_PASSWORD);
       cy.getByCy('loginError').should('not.exist');
-      uploadLocationPrivateKeyFile(E2E_LOCATION_PRIVATE_KEY_PATH);
+      uploadLocationPrivateKeyFile(
+        E2E_LOCATION_PRIVATE_KEY_PATH,
+        E2E_LOCATION_PRIVATE_KEY_NAME
+      );
       verifyModalWindowIsClosed();
       verifyLocationHomePage();
     });
diff --git a/e2e/specs/locations/checkinOptions/hardwareScannerCheckin.spec.js b/e2e/specs/locations/checkinOptions/hardwareScannerCheckin.spec.js
index 8af394b..df97483 100644
--- a/e2e/specs/locations/checkinOptions/hardwareScannerCheckin.spec.js
+++ b/e2e/specs/locations/checkinOptions/hardwareScannerCheckin.spec.js
@@ -1,12 +1,12 @@
 import { DELETE_E2E_TRACE_QUERY } from '../helpers/dbQueries.js';
 import {
-  verifyLocationOverview,
   verifyScannerCounter,
+  verifyLocationOverview,
 } from '../helpers/inputValidation.helper';
 import {
+  DEVICE_TYPES,
   traceDataPayload,
   createGroupPayload,
-  DEVICE_TYPES,
 } from '../helpers/functions.helper';
 import {
   login,
diff --git a/e2e/specs/locations/downloadPDF/downloadPDF.spec.js b/e2e/specs/locations/downloadPDF/downloadPDF.spec.js
index 2017f99..1751c91 100644
--- a/e2e/specs/locations/downloadPDF/downloadPDF.spec.js
+++ b/e2e/specs/locations/downloadPDF/downloadPDF.spec.js
@@ -10,7 +10,7 @@ import {
 
 import { removeLocation } from '../location/location.helper';
 
-describe('Download QR Codes PDF', () => {
+describe('Download QR Codes PDF', {retries: 3}, () => {
   beforeEach(() => login());
   after(() => removeLocation(NEW_RESTAURANT_LOCATION));
 
@@ -18,7 +18,7 @@ describe('Download QR Codes PDF', () => {
     it('downloads the Group PDF', () => {
       cy.getByCy('createGroup').click();
       cy.getByCy('restaurant').click();
-      cy.get('#groupName').type(RESTAURANT_NAME);
+      cy.get('#groupName', {timeout: 20000}).type(RESTAURANT_NAME);
       cy.get('form').submit();
       cy.get('#locationSearch').type(RESTAURANT_ADDRESS);
       cy.get('.pac-container > div:first-of-type').click({ force: true });
@@ -34,7 +34,7 @@ describe('Download QR Codes PDF', () => {
       cy.get('.ant-message-notice').should('exist');
       cy.get('.ant-message-notice', { timeout: 20000 }).should('not.exist');
       cy.readFile(
-        './downloads/luca_QRCode_Test Restaurant_Test Restaurant.pdf'
+        './downloads/luca_QRCode_Test Restaurant_Test Restaurant.pdf', {timeout: 30000}
       );
       cy.task('deleteFileIfExists', './downloads/luca_QRCode_Test Restaurant_Test Restaurant.pdf');
     });
@@ -72,7 +72,7 @@ describe('Download QR Codes PDF', () => {
       cy.getByCy('activateTableSubdivision').click();
       cy.getByCy('locationCard-generateQRCodes').click();
       cy.getByCy('qrCodeDownload').click();
-      cy.get('.ant-message-notice', { timeout: 40000 }).should('not.exist');
+      cy.get('.ant-message-notice', { timeout: 60000 }).should('not.exist');
       cy.readFile(
         './downloads/luca_QRCodes_Nexenio_1 e2e_Nexenio_1 e2e - NEW_RESTAURANT_LOCATION_Tables.pdf'
       );
diff --git a/e2e/specs/locations/helpers/functions.js b/e2e/specs/locations/helpers/functions.js
index dad684c..8aaea3b 100644
--- a/e2e/specs/locations/helpers/functions.js
+++ b/e2e/specs/locations/helpers/functions.js
@@ -138,12 +138,18 @@ export const undoAccountDeletion = () => {
   return cy.request('POST', 'api/v3/operators/restore');
 };
 
-export const uploadLocationPrivateKeyFile = filename => {
+export const downloadLocationPrivateKeyFile = () => {
+  cy.getByCy('downloadPrivateKey', { timeout: 8000 }).click();
+  cy.getByCy('checkPrivateKeyIsDownloaded').click();
+  cy.getByCy('next').should('exist').click();
+};
+
+export const uploadLocationPrivateKeyFile = (filename, name) => {
   cy.readFile(filename).then(fileContent => {
     cy.get('input[type=file]').attachFile({
       fileContent,
       mimeType: 'text/plain',
-      fileName: 'luca_locations_Simon_Tester_privateKey.luca',
+      fileName: name,
     });
   });
 };
@@ -157,12 +163,6 @@ export const skipLocationPrivateKeyFile = () => {
   });
 };
 
-export const downloadLocationPrivateKeyFile = () => {
-  cy.getByCy('downloadPrivateKey', { timeout: 8000 }).click();
-  cy.getByCy('checkPrivateKeyIsDownloaded').click();
-  cy.getByCy('finish').should('exist').click();
-};
-
 export const checkoutGuests = () => {
   cy.getByCy('checkoutGuest').click();
   cy.get('.ant-popover-buttons .ant-btn-primary').click();
diff --git a/e2e/specs/locations/helpers/users.js b/e2e/specs/locations/helpers/users.js
index f5bdde2..359a82e 100644
--- a/e2e/specs/locations/helpers/users.js
+++ b/e2e/specs/locations/helpers/users.js
@@ -6,4 +6,14 @@ export const E2E_PHONE_NUMBER = '+4917612345678';
 export const E2E_FIRSTNAME = 'Torsten';
 export const E2E_LASTNAME = 'Tester';
 
-export const E2E_LOCATION_PRIVATE_KEY_PATH = './downloads/luca_locations_Torsten_Tester_privateKey.luca';
+export const E2E_LOCATION_PRIVATE_KEY_PATH =
+  './downloads/luca_locations_Torsten_Tester_privateKey.luca';
+
+export const E2E_LOCATION_PRIVATE_KEY_NAME =
+  'luca_locations_Torsten_Tester_privateKey.luca';
+
+export const E2E_LOCATION_WRONG_PRIVATE_KEY_PATH =
+  './specs/locations/assets/luca_locations_wrong_privateKey.luca';
+
+export const E2E_LOCATION_WRONG_PRIVATE_KEY_NAME =
+  'luca_locations_wrong_privateKey.luca';
diff --git a/e2e/specs/locations/locationOverview/locationOverview.spec.js b/e2e/specs/locations/locationOverview/locationOverview.spec.js
index 5df3546..f685828 100644
--- a/e2e/specs/locations/locationOverview/locationOverview.spec.js
+++ b/e2e/specs/locations/locationOverview/locationOverview.spec.js
@@ -3,11 +3,7 @@ import moment from 'moment';
 import { DELETE_E2E_TRACE_QUERY } from '../helpers/dbQueries';
 import { checkin, login, checkoutGuests } from '../helpers/functions';
 import { traceDataPayload, DEVICE_TYPES } from '../helpers/functions.helper';
-import {
-  verifyCheckinGuestTime,
-  verifyCheckoutGuestTime,
-  verifyGuestsCount,
-} from '../helpers/inputValidation.helper';
+import { verifyCheckinGuestTime, verifyCheckoutGuestTime, verifyGuestsCount } from '../helpers/inputValidation.helper';
 
 const CURRENT_DATE = moment().format('DD.MM.YYYY');
 
diff --git a/e2e/specs/webapp/checkin/checkinByLinkFlow.spec.js b/e2e/specs/webapp/checkin/checkinByLinkFlow.spec.js
index 8ff8c1d..7d377ee 100644
--- a/e2e/specs/webapp/checkin/checkinByLinkFlow.spec.js
+++ b/e2e/specs/webapp/checkin/checkinByLinkFlow.spec.js
@@ -12,8 +12,9 @@ import { clean } from '../../workflow/helpers/functions';
 import { addHealthDepartmentPrivateKeyFile } from '../../health-department/helper/ui/login.helper';
 import { loginHealthDepartment } from '../../health-department/helper/api/auth.helper';
 import { WEBAPP_ROUTE, LOCATIONS_ROUTE } from '../helpers/routes';
+import {E2E_EMAIL, E2E_PASSWORD} from "../../locations/helpers/users";
 
-describe('WebApp / CheckIn', () => {
+describe('WebApp / CheckIn', {retries: 3}, () => {
   before(() => {
     clean();
     basicLocationLogin();
@@ -25,7 +26,7 @@ describe('WebApp / CheckIn', () => {
     registerDevice();
   });
   after(() => {
-    basicLocationLogin();
+    basicLocationLogin(E2E_EMAIL, E2E_PASSWORD, false);
     cy.get('@groupId').then(groupId => {
       deleteGroup(groupId);
     });
@@ -38,7 +39,7 @@ describe('WebApp / CheckIn', () => {
       cy.get('@scannerId').then(scannerId => {
         cy.visit(`${WEBAPP_ROUTE}/${scannerId}`);
       });
-      cy.url().should('contain', '/checkout');
+      cy.url({timeout: 4000}).should('contain', '/checkout');
       cy.getByCy('locationName').should('contain', createGroupPayload.name);
 
       // Simulate clock
diff --git a/e2e/specs/webapp/helpers/database.js b/e2e/specs/webapp/helpers/database.js
index 09ebdf3..3f32c94 100644
--- a/e2e/specs/webapp/helpers/database.js
+++ b/e2e/specs/webapp/helpers/database.js
@@ -1,7 +1,7 @@
 import {WEBAPP_ROUTE} from "./routes";
 
 export const DATABASE_NAME = 'luca';
-export const DATABASE_VERSION = 50;
+export const DATABASE_VERSION = 60;
 
 export const USER_ID = 'USER_ID';
 export const USER_DATA_SECRET = 'USER_DATA_SECRET';
diff --git a/e2e/specs/workflow/helpers/users.js b/e2e/specs/workflow/helpers/users.js
index 111ebd1..d5db5f8 100644
--- a/e2e/specs/workflow/helpers/users.js
+++ b/e2e/specs/workflow/helpers/users.js
@@ -1,3 +1,6 @@
 export const E2E_COMPLETE_EMAIL = 'complete_workflow@nexenio.com';
 export const E2E_COMPLETE_PASSWORD = 'workflowTesting!';
-export const WORKFLOW_LOCATION_PRIVATE_KEY_PATH = './downloads/luca_locations_Simon_Tester_privateKey.luca';
+export const WORKFLOW_LOCATION_PRIVATE_KEY_PATH =
+  './downloads/luca_locations_Simon_Tester_privateKey.luca';
+export const WORKFLOW_LOCATION_PRIVATE_KEY_NAME =
+  'luca_locations_Simon_Tester_privateKey.luca';
diff --git a/e2e/specs/workflow/senarios/contactForm.spec.js b/e2e/specs/workflow/senarios/contactForm.spec.js
index be14c0a..de889be 100644
--- a/e2e/specs/workflow/senarios/contactForm.spec.js
+++ b/e2e/specs/workflow/senarios/contactForm.spec.js
@@ -20,6 +20,7 @@ import { clean } from '../helpers/functions';
 import {
   E2E_COMPLETE_EMAIL,
   E2E_COMPLETE_PASSWORD,
+  WORKFLOW_LOCATION_PRIVATE_KEY_NAME,
   WORKFLOW_LOCATION_PRIVATE_KEY_PATH,
 } from '../helpers/users';
 import {
@@ -53,12 +54,18 @@ context('Workflow', () => {
       cy.visit(APP_ROUTE);
       downloadLocationPrivateKeyFile();
       cy.wait(1000);
+      uploadLocationPrivateKeyFile(
+        WORKFLOW_LOCATION_PRIVATE_KEY_PATH,
+        WORKFLOW_LOCATION_PRIVATE_KEY_NAME
+      );
+      cy.getByCy('complete', { timeout: 1000 }).click();
+      cy.get('.ant-modal-body').should('not.exist');
+      cy.wait(1000);
       createGroup({
         ...createGroupPayload,
         name: FORM_WORKFLOW_TESTING_GROUP_NAME,
       });
 
-      cy.get('.ant-modal-close-x').click();
       // Checkin with contact form
       cy.log('Checkin with in testing Location with Contact Form');
       cy.stubNewWindow();
@@ -104,7 +111,10 @@ context('Workflow', () => {
       cy.getByCy('dataRequests').click();
       cy.stubNewWindow();
       cy.getByCy('completeDataTransfer').first().click();
-      uploadLocationPrivateKeyFile(WORKFLOW_LOCATION_PRIVATE_KEY_PATH);
+      uploadLocationPrivateKeyFile(
+        WORKFLOW_LOCATION_PRIVATE_KEY_PATH,
+        WORKFLOW_LOCATION_PRIVATE_KEY_NAME
+      );
       cy.getByCy('next').click();
       cy.getByCy('finish').click();
 
diff --git a/package.json b/package.json
index 4d9da2c..caea10b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@lucaapp/web",
-  "version": "1.7.0",
+  "version": "1.8.0",
   "private": true,
   "license": "Apache-2.0",
   "author": "Culture4Life <hello@luca-app.de> (https://www.luca-app.de/)",
diff --git a/services/backend/config/custom-environment-variables.js b/services/backend/config/custom-environment-variables.js
index 3be97b9..47e6408 100644
--- a/services/backend/config/custom-environment-variables.js
+++ b/services/backend/config/custom-environment-variables.js
@@ -45,7 +45,7 @@ module.exports = {
   keys: {
     badge: {
       targetKeyId: 'BADGE_TARGET_KEY_ID',
-      private: 'BADGE_KEY_PRIVATE',
+      keyLength: 'BADGE_GENERATOR_KEY_LENGTH',
       attestation: {
         v3: 'BADGE_ATTESTATION_KEY_PUBLIC_V3',
         v4: 'BADGE_ATTESTATION_KEY_PUBLIC_V4',
diff --git a/services/backend/config/default.js b/services/backend/config/default.js
index c0cfe21..9044146 100644
--- a/services/backend/config/default.js
+++ b/services/backend/config/default.js
@@ -67,6 +67,9 @@ module.exports = {
       maxAge: moment.duration(28, 'days').as('hours'),
       maxDuration: moment.duration(24, 'hours').as('hours'),
     },
+    locationTransfers: {
+      maxLocations: 100 * 14, // Max 100 location transfers per day for 14 days of contact tracing
+    },
     smsChallenges: {
       maxAge: moment.duration(45, 'days').as('hours'),
     },
@@ -108,9 +111,9 @@ module.exports = {
       minKeyAge: moment.duration(24, 'hours').as('hours'),
     },
     badge: {
-      targetKeyId: 1,
+      targetKeyId: 2,
+      keyLength: 64,
       // DEV ONLY
-      private: 'qzbym5WwwkbSQ9BJvIdGZIjdh9p72HwQseZXbDs+AbU=',
       attestation: {
         // DEV ONLY
         v3:
diff --git a/services/backend/package.json b/services/backend/package.json
index bfed271..6ff485a 100644
--- a/services/backend/package.json
+++ b/services/backend/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@lucaapp/backend",
-  "version": "1.7.0",
+  "version": "1.8.0",
   "private": true,
   "license": "Apache-2.0",
   "author": "Culture4Life <hello@luca-app.de> (https://www.luca-app.de/)",
@@ -83,6 +83,7 @@
   "devDependencies": {
     "@types/expect": "24.3.0",
     "@types/mocha": "8.2.3",
+    "@types/node": "16.4.13",
     "@typescript-eslint/eslint-plugin": "4.28.2",
     "@typescript-eslint/parser": "4.28.2",
     "chai": "4.3.4",
diff --git a/services/backend/src/database/migrations/2021.07.01-1332-addPasswordSaltToBadgeGenerator.js b/services/backend/src/database/migrations/2021.07.01-1332-addPasswordSaltToBadgeGenerator.js
new file mode 100644
index 0000000..18d4508
--- /dev/null
+++ b/services/backend/src/database/migrations/2021.07.01-1332-addPasswordSaltToBadgeGenerator.js
@@ -0,0 +1,88 @@
+const { promisify } = require('util');
+const crypto = require('crypto');
+const config = require('config');
+
+const scrypt = promisify(crypto.scrypt);
+
+module.exports = {
+  up: async (queryInterface, Sequelize) => {
+    const badgeGenerators = await queryInterface.sequelize.query(
+      `SELECT token FROM "BadgeGenerators"`,
+      { type: Sequelize.QueryTypes.SELECT }
+    );
+    await queryInterface.sequelize.transaction(async transaction => {
+      await queryInterface.addColumn(
+        'BadgeGenerators',
+        'password',
+        Sequelize.STRING(255),
+        { transaction }
+      );
+      await queryInterface.addColumn(
+        'BadgeGenerators',
+        'salt',
+        Sequelize.STRING(255),
+        {
+          transaction,
+        }
+      );
+      for (const { token } of badgeGenerators) {
+        const salt = crypto.randomBytes(16).toString('base64');
+        const hash = await scrypt(
+          token,
+          salt,
+          config.get('keys.badge.keyLength')
+        );
+        const password = hash.toString('base64');
+        await queryInterface.sequelize.query(
+          `UPDATE "BadgeGenerators" SET password = ?, salt = ? WHERE token = ?`,
+          { replacements: [password, salt, token], transaction }
+        );
+      }
+      await queryInterface.removeColumn('BadgeGenerators', 'token', {
+        transaction,
+      });
+      await queryInterface.addConstraint('BadgeGenerators', {
+        type: 'primary key',
+        name: 'BadgeGenerators_pkey',
+        fields: ['name'],
+        transaction,
+      });
+    });
+  },
+
+  down: async (queryInterface, Sequelize) => {
+    await queryInterface.sequelize.transaction(async transaction => {
+      await queryInterface.removeColumn('BadgeGenerators', 'password', {
+        transaction,
+      });
+      await queryInterface.removeColumn('BadgeGenerators', 'salt', {
+        transaction,
+      });
+      await queryInterface.removeConstraint(
+        'BadgeGenerators',
+        'BadgeGenerators_pkey',
+        { transaction }
+      );
+      // we don't want empty token values in the database, so delete all
+      await queryInterface.sequelize.query(`TRUNCATE "BadgeGenerators"`, {
+        transaction,
+      });
+
+      await queryInterface.addColumn(
+        'BadgeGenerators',
+        'token',
+        {
+          type: Sequelize.STRING(44),
+          primaryKey: true,
+        },
+        { transaction }
+      );
+      await queryInterface.addConstraint('BadgeGenerators', {
+        type: 'primary key',
+        name: 'BadgeGenerators_pkey',
+        fields: ['token'],
+        transaction,
+      });
+    });
+  },
+};
diff --git a/services/backend/src/database/migrations/2021.07.09-0730-addLocationTransfeTraceDataFields.js b/services/backend/src/database/migrations/2021.07.09-0730-addLocationTransfeTraceDataFields.js
new file mode 100644
index 0000000..829d393
--- /dev/null
+++ b/services/backend/src/database/migrations/2021.07.09-0730-addLocationTransfeTraceDataFields.js
@@ -0,0 +1,62 @@
+module.exports = {
+  up: async (queryInterface, Sequelize) => {
+    await queryInterface.sequelize.transaction(async transaction => {
+      await queryInterface.addColumn(
+        'LocationTransferTraces',
+        'isHDEncrypted',
+        {
+          type: Sequelize.BOOLEAN,
+        },
+        { transaction }
+      );
+      await queryInterface.addColumn(
+        'LocationTransferTraces',
+        'dataPublicKey',
+        {
+          type: Sequelize.STRING(88),
+        },
+        { transaction }
+      );
+      await queryInterface.addColumn(
+        'LocationTransferTraces',
+        'dataMAC',
+        {
+          type: Sequelize.STRING(44),
+        },
+        { transaction }
+      );
+      await queryInterface.addColumn(
+        'LocationTransferTraces',
+        'dataIV',
+        {
+          type: Sequelize.STRING(24),
+        },
+        { transaction }
+      );
+    });
+  },
+
+  down: async queryInterface => {
+    await queryInterface.sequelize.transaction(async transaction => {
+      await queryInterface.removeColumn(
+        'LocationTransferTraces',
+        'isHDEncrypted',
+        { transaction }
+      );
+      await queryInterface.removeColumn(
+        'LocationTransferTraces',
+        'dataPublicKey',
+        { transaction }
+      );
+      await queryInterface.removeColumn('LocationTransferTraces', 'dataMAC', {
+        transaction,
+      });
+      await queryInterface.removeColumn('LocationTransferTraces', 'expireAt', {
+        transaction,
+      });
+      await queryInterface.removeColumn('LocationTransferTraces', 'dataIV', {
+        transaction,
+      });
+    });
+  },
+};
diff --git a/services/backend/src/database/models/badgeGenerators.js b/services/backend/src/database/models/badgeGenerators.js
index d2105d8..6dc75d5 100644
--- a/services/backend/src/database/models/badgeGenerators.js
+++ b/services/backend/src/database/models/badgeGenerators.js
@@ -1,12 +1,31 @@
+const { promisify } = require('util');
+const scrypt = promisify(require('crypto').scrypt);
+const config = require('config');
+
 module.exports = (Sequelize, DataTypes) => {
-  return Sequelize.define('BadgeGenerator', {
-    token: {
-      type: DataTypes.STRING(44),
-      primaryKey: true,
-      allowNull: false,
-    },
+  const BadgeGenerator = Sequelize.define('BadgeGenerator', {
     name: {
       type: DataTypes.STRING,
+      primaryKey: true,
+    },
+    password: {
+      type: DataTypes.STRING(255),
+    },
+    salt: {
+      type: DataTypes.STRING(255),
     },
   });
+
+  BadgeGenerator.prototype.checkPassword = async function checkPassword(
+    testPassword
+  ) {
+    const hash = await scrypt(
+      testPassword,
+      this.get('salt'),
+      config.get('keys.badge.keyLength')
+    );
+    return hash.toString('base64') === this.get('password');
+  };
+
+  return BadgeGenerator;
 };
diff --git a/services/backend/src/database/models/locationTransferTrace.js b/services/backend/src/database/models/locationTransferTrace.js
index c6c6940..adc7e95 100644
--- a/services/backend/src/database/models/locationTransferTrace.js
+++ b/services/backend/src/database/models/locationTransferTrace.js
@@ -18,9 +18,21 @@ module.exports = (Sequelize, DataTypes) => {
       type: DataTypes.RANGE(DataTypes.DATE),
       allowNull: false,
     },
+    isHDEncrypted: {
+      type: DataTypes.BOOLEAN,
+    },
     data: {
       type: DataTypes.STRING(44),
     },
+    dataPublicKey: {
+      type: DataTypes.STRING(88),
+    },
+    dataMAC: {
+      type: DataTypes.STRING(44),
+    },
+    dataIV: {
+      type: DataTypes.STRING(24),
+    },
     publicKey: {
       type: DataTypes.STRING(88),
     },
diff --git a/services/backend/src/passport/bearerBadgeGenerator.js b/services/backend/src/passport/bearerBadgeGenerator.js
index 7c04923..4eb3c31 100644
--- a/services/backend/src/passport/bearerBadgeGenerator.js
+++ b/services/backend/src/passport/bearerBadgeGenerator.js
@@ -4,7 +4,7 @@ const passportCustom = require('passport-custom');
 const database = require('../database');
 
 // eslint-disable-next-line consistent-return
-const bearerStrategy = new passportCustom.Strategy((request, done) => {
+const bearerStrategy = new passportCustom.Strategy(async (request, done) => {
   let token = request.headers['badge-generator-authorization'];
 
   if (!token) {
@@ -16,14 +16,23 @@ const bearerStrategy = new passportCustom.Strategy((request, done) => {
   if (token.split(' ')[0] === 'Bearer')
     token = token.split(' ').slice(1).join(' ');
 
-  database.BadgeGenerator.findByPk(token)
-    .then(badgeGenerator => {
-      if (!badgeGenerator) {
-        return done(null, false);
-      }
-      return done(null, badgeGenerator);
-    })
-    .catch(error => done(error));
+  try {
+    const decoded = Buffer.from(token, 'base64').toString('ascii');
+    const [name, password] = decoded.split(':');
+    const badgeGenerator = await database.BadgeGenerator.findByPk(name);
+
+    if (!badgeGenerator) return done(null, false);
+
+    const isValidPassword = await badgeGenerator.checkPassword(password);
+
+    if (!isValidPassword) {
+      return done(null, false);
+    }
+
+    return done(null, badgeGenerator);
+  } catch (error) {
+    return done(error);
+  }
 });
 
 module.exports = bearerStrategy;
diff --git a/services/backend/src/routes/v3/badges.js b/services/backend/src/routes/v3/badges.js
index 97e6073..86a3f53 100644
--- a/services/backend/src/routes/v3/badges.js
+++ b/services/backend/src/routes/v3/badges.js
@@ -1,13 +1,11 @@
 const router = require('express').Router();
 const status = require('http-status');
-const config = require('config');
 const passport = require('passport');
 
 const {
   uuidToHex,
   base64ToHex,
-  hexToBase64,
-  SIGN_EC_SHA256_IEEE,
+  bytesToHex,
   VERIFY_EC_SHA256_DER_SIGNATURE,
 } = require('@lucaapp/crypto');
 
@@ -22,8 +20,7 @@ const { badgeCreateSchema } = require('./badges.schemas');
 /**
  * Creates an empty user for a new generated static badge. Returns an error if
  * the given user id already exists or the signature is not valid for the
- * given public key. On success, returns an attestation signature computed with
- * the badge private key.
+ * given public key.
  *
  * @see https://www.luca-app.de/securityoverview/badge/badge_generation.html#process
  */
@@ -38,7 +35,9 @@ router.post(
   async (request, response) => {
     const isValidSignature = VERIFY_EC_SHA256_DER_SIGNATURE(
       base64ToHex(request.body.publicKey),
-      uuidToHex(request.body.userId) + base64ToHex(request.body.data),
+      bytesToHex('CREATE_USER') +
+        uuidToHex(request.body.userId) +
+        base64ToHex(request.body.data),
       base64ToHex(request.body.signature)
     );
 
@@ -63,14 +62,7 @@ router.post(
       deviceType: 'static',
     });
 
-    const signature = SIGN_EC_SHA256_IEEE(
-      base64ToHex(config.get('keys.badge.private')),
-      uuidToHex(request.body.userId) + base64ToHex(request.body.data)
-    );
-
-    return response.send({
-      signature: hexToBase64(signature),
-    });
+    return response.sendStatus(status.NO_CONTENT);
   }
 );
 
diff --git a/services/backend/src/routes/v3/badges.openapi.yaml b/services/backend/src/routes/v3/badges.openapi.yaml
index c819d97..28bb580 100644
--- a/services/backend/src/routes/v3/badges.openapi.yaml
+++ b/services/backend/src/routes/v3/badges.openapi.yaml
@@ -28,20 +28,13 @@ paths:
       summary: Create badge user
       operationId: post-users-badge
       responses:
-        '200':
-          description: OK
-          content:
-            application/json:
-              schema:
-                type: object
-                properties:
-                  signature:
-                    type: string
-        '400':
+        204:
+          description: Success
+        400:
           $ref: '#/components/schemas/BadRequest'
-        '403':
+        403:
           description: Signature not valid
-        '409':
+        409:
           description: User already present
       tags:
         - Users
diff --git a/services/backend/src/routes/v3/healthDepartmentEmployees/locations.js b/services/backend/src/routes/v3/healthDepartmentEmployees/locations.js
index 50a4a97..94859ae 100644
--- a/services/backend/src/routes/v3/healthDepartmentEmployees/locations.js
+++ b/services/backend/src/routes/v3/healthDepartmentEmployees/locations.js
@@ -36,6 +36,7 @@ router.get(
       type: location.type,
       locationId: location.uuid,
       groupName: location.LocationGroup?.name,
+      groupType: location.LocationGroup?.type,
       locationName: location.name,
       name: formatLocationName(location, location.LocationGroup),
       firstName: location.firstName,
diff --git a/services/backend/src/routes/v3/healthDepartmentEmployees/locations.openapi.yaml b/services/backend/src/routes/v3/healthDepartmentEmployees/locations.openapi.yaml
index bc5cf14..ea90820 100644
--- a/services/backend/src/routes/v3/healthDepartmentEmployees/locations.openapi.yaml
+++ b/services/backend/src/routes/v3/healthDepartmentEmployees/locations.openapi.yaml
@@ -28,6 +28,9 @@ paths:
                   groupName:
                     type: string
                     minLength: 1
+                  groupType:
+                    type: string
+                    minLength: 1
                   locationName:
                     type: string
                     minLength: 1
diff --git a/services/backend/src/routes/v3/locationTransfers.js b/services/backend/src/routes/v3/locationTransfers.js
index 51ea5ba..47fc102 100644
--- a/services/backend/src/routes/v3/locationTransfers.js
+++ b/services/backend/src/routes/v3/locationTransfers.js
@@ -27,6 +27,18 @@ const {
   transferIdParametersSchema,
 } = require('./locationTransfers.schemas');
 
+const mapTraceEncryptedData = trace => ({
+  isHDEncrypted: trace.isHDEncrypted,
+  data: trace.isHDEncrypted
+    ? {
+        data: trace.data,
+        publicKey: trace.dataPublicKey,
+        iv: trace.dataIV,
+        mac: trace.dataMAC,
+      }
+    : trace.data,
+});
+
 /**
  * Create a transfer request for venues traced by an infected guest. Preceded
  * by a user transfer of check-in history, this will check for venues an
@@ -40,6 +52,9 @@ router.post(
   validateSchema(createSchema),
   async (request, response) => {
     const transaction = await database.transaction();
+    const maxLocations = config.get('luca.locationTransfers.maxLocations');
+    if (request.body.locations.length > maxLocations)
+      return response.sendStatus(status.REQUEST_ENTITY_TOO_LARGE);
 
     try {
       const tracingProcess = await database.TracingProcess.create(
@@ -293,7 +308,7 @@ router.get('/uncompleted', requireOperator, async (request, response) => {
           moment(trace.time[0].value).unix(),
           moment(trace.time[1].value).unix(),
         ],
-        data: trace.data,
+        ...mapTraceEncryptedData(trace),
         publicKey: trace.publicKey,
         iv: trace.iv,
         mac: trace.mac,
@@ -388,7 +403,7 @@ router.get(
           moment(trace.time[0].value).unix(),
           moment(trace.time[1].value).unix(),
         ],
-        data: trace.data,
+        ...mapTraceEncryptedData(trace),
         publicKey: trace.publicKey,
         iv: trace.iv,
         mac: trace.mac,
@@ -505,7 +520,7 @@ router.get(
         traceId: trace.traceId,
         checkin: moment(trace.time[0].value).unix(),
         checkout: moment(trace.time[1].value).unix(),
-        data: trace.data,
+        ...mapTraceEncryptedData(trace),
         publicKey: trace.publicKey,
         keyId: trace.keyId,
         version: trace.version,
@@ -582,9 +597,8 @@ router.post(
         if (!requestTraceData) {
           return null;
         }
-
         const transferTracePayload = {
-          data: requestTraceData.data,
+          isHDEncrypted: requestTraceData.isHDEncrypted,
           publicKey: requestTraceData.publicKey,
           verification: requestTraceData.verification,
           keyId: requestTraceData.keyId,
@@ -592,6 +606,14 @@ router.post(
           deviceType: requestTraceData.deviceType,
         };
 
+        if (requestTraceData.isHDEncrypted && requestTraceData.data) {
+          transferTracePayload.data = requestTraceData.data.data;
+          transferTracePayload.dataPublicKey = requestTraceData.data.publicKey;
+          transferTracePayload.dataIV = requestTraceData.data.iv;
+          transferTracePayload.dataMAC = requestTraceData.data.mac;
+        } else {
+          transferTracePayload.data = requestTraceData.data;
+        }
         if (requestTraceData.additionalData) {
           transferTracePayload.additionalData =
             requestTraceData.additionalData.data;
diff --git a/services/backend/src/routes/v3/locationTransfers.openapi.yaml b/services/backend/src/routes/v3/locationTransfers.openapi.yaml
index 23954a8..a3e7ddc 100644
--- a/services/backend/src/routes/v3/locationTransfers.openapi.yaml
+++ b/services/backend/src/routes/v3/locationTransfers.openapi.yaml
@@ -14,6 +14,8 @@ paths:
           $ref: '#/components/schemas/RequiredUserOfTypeHealthDepartmentEmployee'
         '404':
           description: User Transfer not found
+        '413':
+          description: Too many locations attached to request
       requestBody:
         content:
           application/json:
@@ -208,8 +210,15 @@ paths:
                           items:
                             type: object
                         data:
-                          type: string
-                          minLength: 1
+                          oneOf:
+                          - type: string
+                            minLength: 1
+                          - type: object
+                            required:
+                              - data
+                              - iv
+                              - mac
+                              - publicKey
                         publicKey:
                           type: string
                           minLength: 1
@@ -263,9 +272,18 @@ paths:
                   items:
                     type: object
                     properties:
+                      isHDEncrypted:
+                        type: boolean
                       data:
-                        type: string
-                      traceId:
+                        oneOf:
+                        - type: string
+                          minLength: 1
+                        - type: object
+                          required:
+                            - data
+                            - iv
+                            - mac
+                            - publicKey                      traceId:
                         type: string
                       publicKey:
                         type: string
@@ -332,9 +350,18 @@ paths:
                           type: number
                         checkout:
                           type: number
+                        isHDEncrypted:
+                          type: boolean
                         data:
-                          type: string
-                          minLength: 1
+                          oneOf:
+                          - type: string
+                            minLength: 1
+                          - type: object
+                            required:
+                              - data
+                              - iv
+                              - mac
+                              - publicKey
                         publicKey:
                           type: string
                           minLength: 1
diff --git a/services/backend/src/routes/v3/locationTransfers.schemas.js b/services/backend/src/routes/v3/locationTransfers.schemas.js
index 8b014db..5beb425 100644
--- a/services/backend/src/routes/v3/locationTransfers.schemas.js
+++ b/services/backend/src/routes/v3/locationTransfers.schemas.js
@@ -22,7 +22,15 @@ const sendSchema = z.object({
   traces: z.array(
     z.object({
       traceId: z.traceId(),
-      data: z.base64({ rawLength: 32 }),
+      isHDEncrypted: z.boolean().optional(),
+      data: z.base64({ rawLength: 32 }).or(
+        z.object({
+          data: z.base64({ max: 44 }),
+          publicKey: z.ecPublicKey(),
+          mac: z.mac(),
+          iv: z.iv(),
+        })
+      ),
       publicKey: z.ecCompressedPublicKey(),
       keyId: z.dailyKeyId(),
       version: z.number().int().optional(),
diff --git a/services/backend/src/routes/v3/operators.js b/services/backend/src/routes/v3/operators.js
index c71433f..27bdea9 100644
--- a/services/backend/src/routes/v3/operators.js
+++ b/services/backend/src/routes/v3/operators.js
@@ -23,6 +23,7 @@ const {
 const locationsRouter = require('./operators/locations');
 const passwordRouter = require('./operators/password');
 const emailsRouter = require('./operators/email');
+const tracesRouter = require('./operators/traces');
 
 const {
   createSchema,
@@ -237,5 +238,6 @@ router.post('/restore', requireOperator, async (request, response) => {
 router.use('/locations', locationsRouter);
 router.use('/password', passwordRouter);
 router.use('/email', emailsRouter);
+router.use('/traces', tracesRouter.default);
 
 module.exports = router;
diff --git a/services/backend/src/routes/v3/operators/traces.openapi.yaml b/services/backend/src/routes/v3/operators/traces.openapi.yaml
index 98041a5..9e56aa3 100644
--- a/services/backend/src/routes/v3/operators/traces.openapi.yaml
+++ b/services/backend/src/routes/v3/operators/traces.openapi.yaml
@@ -2,6 +2,8 @@ paths:
   /operators/traces/checkin:
     post:
       summary: Check in
+      tags:
+        - Operators
       responses:
         201:
           description: Success
@@ -47,5 +49,31 @@ paths:
                   mac: F0553F39354373442EXAMPLE0553F393354373442A3A
                   publicKey: BLMsCG/sWLvwQseEWMR4WBFQqqId6mgGLYuFLGWObMT5IsJTGJGl8n1BT+KgALdA+dCb7MYQEBAbY9e9PxP2qI8=
                   deviceType: 0
+  /operators/traces/checkout:
+    parameters: []
+    post:
       tags:
         - Operators
+      summary: Performs a checkout for the given trace id.
+      responses:
+        204:
+          description: Success
+        400:
+          $ref: '#/components/schemas/BadRequest'
+        401:
+          $ref: '#/components/schemas/RequiredUserOfTypeOperator'
+        404:
+          description:
+            Trace not found, not owned by Operator or has declined device type
+        409:
+          description: Checkout time is not after checkin time
+      requestBody:
+        content:
+          application/json:
+            schema:
+              type: object
+              properties:
+                traceId:
+                  type: string
+                timestamp:
+                  type: integer
diff --git a/services/backend/src/routes/v3/operators/traces.schemas.ts b/services/backend/src/routes/v3/operators/traces.schemas.ts
new file mode 100644
index 0000000..7a4bb99
--- /dev/null
+++ b/services/backend/src/routes/v3/operators/traces.schemas.ts
@@ -0,0 +1,17 @@
+import { z } from 'utils/validation';
+
+export const checkinSchema = z.object({
+  traceId: z.traceId(),
+  scannerId: z.uuid(),
+  timestamp: z.unixTimestamp(),
+  data: z.base64({ max: 128 }),
+  iv: z.iv(),
+  mac: z.mac(),
+  publicKey: z.ecPublicKey(),
+  deviceType: z.deviceType(),
+});
+
+export const checkoutSchema = z.object({
+  traceId: z.traceId(),
+  timestamp: z.number().int().positive(),
+});
diff --git a/services/backend/src/routes/v3/operators/traces.ts b/services/backend/src/routes/v3/operators/traces.ts
new file mode 100644
index 0000000..7628105
--- /dev/null
+++ b/services/backend/src/routes/v3/operators/traces.ts
@@ -0,0 +1,111 @@
+import { Router, Request, Response } from 'express';
+import { z } from 'zod';
+import status from 'http-status';
+import moment from 'moment';
+import { UniqueConstraintError, Op } from 'sequelize';
+import database from 'database';
+import { validateSchema } from 'middlewares/validateSchema';
+import { requireOperator } from 'middlewares/requireUser';
+import { limitRequestsPerHour } from 'middlewares/rateLimit';
+import { checkinSchema, checkoutSchema } from './traces.schemas';
+
+const router = Router();
+
+/**
+ * Performs a check-in in a location with a badge or via form with authenticated operator
+ *
+ * @see https://www.luca-app.de/securityoverview/processes/guest_app_checkin.html#qr-code-scanning-validation-and-check-in-upload
+ */
+router.post<unknown, unknown, z.infer<typeof checkinSchema>>(
+  '/checkin',
+  limitRequestsPerHour('traces_checkin_post_ratelimit_hour'),
+  requireOperator,
+  validateSchema(checkinSchema),
+  async (request, response) => {
+    const location = await database.Location.findOne({
+      where: {
+        scannerId: request.body.scannerId,
+        operator: request.user!.uuid,
+      },
+    });
+
+    if (!location) {
+      return response.sendStatus(status.NOT_FOUND);
+    }
+
+    const trace = await database.Trace.findByPk(request.body.traceId);
+
+    if (trace) {
+      return response.sendStatus(status.CREATED);
+    }
+
+    const requestTime = moment.unix(request.body.timestamp);
+
+    const now = moment();
+
+    if (Math.abs(moment.duration(now.diff(requestTime)).as('seconds')) > 300) {
+      return response.sendStatus(status.CONFLICT);
+    }
+
+    try {
+      await database.Trace.create({
+        traceId: request.body.traceId,
+        locationId: location.uuid,
+        time: [requestTime, location.endsAt],
+        data: request.body.data,
+        iv: request.body.iv,
+        mac: request.body.mac,
+        publicKey: request.body.publicKey,
+        deviceType: request.body.deviceType,
+      });
+    } catch (error) {
+      if (error instanceof UniqueConstraintError) {
+        return response.sendStatus(status.CREATED);
+      }
+      throw error;
+    }
+
+    return response.sendStatus(status.CREATED);
+  }
+);
+
+router.post<unknown, unknown, z.infer<typeof checkoutSchema>>(
+  '/checkout',
+  requireOperator,
+  validateSchema(checkoutSchema),
+  async (request, response) => {
+    const trace = await database.Trace.findOne({
+      where: {
+        traceId: request.body.traceId,
+        time: {
+          [Op.contains]: moment(),
+        },
+      },
+      include: {
+        model: database.Location,
+        where: {
+          operator: request.user!.uuid,
+        },
+      },
+    });
+
+    if (!trace) {
+      return response.sendStatus(status.NOT_FOUND);
+    }
+
+    const checkinTime = moment(trace.time[0].value);
+    const checkoutTime = moment.unix(request.body.timestamp);
+
+    if (checkoutTime <= checkinTime) {
+      return response.sendStatus(status.CONFLICT);
+    }
+
+    await trace.update({
+      time: [checkinTime, checkoutTime],
+    });
+
+    return response.sendStatus(status.NO_CONTENT);
+  }
+);
+
+export default router;
diff --git a/services/backend/src/routes/v3/traces.js b/services/backend/src/routes/v3/traces.js
index 34068d8..be8be6d 100644
--- a/services/backend/src/routes/v3/traces.js
+++ b/services/backend/src/routes/v3/traces.js
@@ -18,6 +18,7 @@ const { limitRequestsPerHour } = require('../../middlewares/rateLimit');
 
 const {
   DEVICE_TYPE_IOS,
+  DEVICE_TYPE_FORM,
   DEVICE_TYPE_ANDROID,
   DEVICE_TYPE_WEBAPP,
   DEVICE_TYPE_STATIC,
@@ -32,6 +33,8 @@ const {
   traceSchema,
 } = require('./traces.schemas');
 
+const declinedDeviceTypes = new Set([DEVICE_TYPE_STATIC, DEVICE_TYPE_FORM]);
+
 /**
  * Performs a check-in in a location.
  *
@@ -250,7 +253,7 @@ router.post(
       },
     });
 
-    if (!trace) {
+    if (!trace || declinedDeviceTypes.has(trace.deviceType)) {
       return response.sendStatus(status.NOT_FOUND);
     }
 
diff --git a/services/backend/src/routes/v3/users.js b/services/backend/src/routes/v3/users.js
index 0c296bb..02847a3 100644
--- a/services/backend/src/routes/v3/users.js
+++ b/services/backend/src/routes/v3/users.js
@@ -123,7 +123,7 @@ router.get(
     };
 
     if (userIsHealthDepartment) {
-      return response.send(userDTO);
+      return response.send({ ...userDTO, deviceType: user.deviceType });
     }
 
     if (user.deletedAt) {
diff --git a/services/backend/yarn.lock b/services/backend/yarn.lock
index a8b8bee..b0cb9b4 100644
--- a/services/backend/yarn.lock
+++ b/services/backend/yarn.lock
@@ -48,25 +48,25 @@
   dependencies:
     "@babel/highlight" "^7.14.5"
 
-"@babel/compat-data@^7.14.5":
-  version "7.14.7"
-  resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
-  integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
+"@babel/compat-data@^7.15.0":
+  version "7.15.0"
+  resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.15.0.tgz#2dbaf8b85334796cafbb0f5793a90a2fc010b176"
+  integrity sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==
 
 "@babel/core@^7.12.16", "@babel/core@^7.7.5":
-  version "7.14.8"
-  resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.8.tgz#20cdf7c84b5d86d83fac8710a8bc605a7ba3f010"
-  integrity sha512-/AtaeEhT6ErpDhInbXmjHcUQXH0L0TEgscfcxk1qbOvLuKCa5aZT0SOOtDKFY96/CLROwbLSKyFor6idgNaU4Q==
+  version "7.15.0"
+  resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.15.0.tgz#749e57c68778b73ad8082775561f67f5196aafa8"
+  integrity sha512-tXtmTminrze5HEUPn/a0JtOzzfp0nk+UEXQ/tqIJo3WDGypl/2OFQEMll/zSFU8f/lfmfLXvTaORHF3cfXIQMw==
   dependencies:
     "@babel/code-frame" "^7.14.5"
-    "@babel/generator" "^7.14.8"
-    "@babel/helper-compilation-targets" "^7.14.5"
-    "@babel/helper-module-transforms" "^7.14.8"
+    "@babel/generator" "^7.15.0"
+    "@babel/helper-compilation-targets" "^7.15.0"
+    "@babel/helper-module-transforms" "^7.15.0"
     "@babel/helpers" "^7.14.8"
-    "@babel/parser" "^7.14.8"
+    "@babel/parser" "^7.15.0"
     "@babel/template" "^7.14.5"
-    "@babel/traverse" "^7.14.8"
-    "@babel/types" "^7.14.8"
+    "@babel/traverse" "^7.15.0"
+    "@babel/types" "^7.15.0"
     convert-source-map "^1.7.0"
     debug "^4.1.0"
     gensync "^1.0.0-beta.2"
@@ -75,29 +75,29 @@
     source-map "^0.5.0"
 
 "@babel/eslint-parser@^7.12.16":
-  version "7.14.7"
-  resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.14.7.tgz#91be59a4f7dd60d02a3ef772d156976465596bda"
-  integrity sha512-6WPwZqO5priAGIwV6msJcdc9TsEPzYeYdS/Xuoap+/ihkgN6dzHp2bcAAwyWZ5bLzk0vvjDmKvRwkqNaiJ8BiQ==
+  version "7.15.0"
+  resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.15.0.tgz#b54f06e04d0e93aebcba99f89251e3bf0ee39f21"
+  integrity sha512-+gSPtjSBxOZz4Uh8Ggqu7HbfpB8cT1LwW0DnVVLZEJvzXauiD0Di3zszcBkRmfGGrLdYeHUwcflG7i3tr9kQlw==
   dependencies:
     eslint-scope "^5.1.1"
     eslint-visitor-keys "^2.1.0"
     semver "^6.3.0"
 
-"@babel/generator@^7.14.8":
-  version "7.14.8"
-  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.14.8.tgz#bf86fd6af96cf3b74395a8ca409515f89423e070"
-  integrity sha512-cYDUpvIzhBVnMzRoY1fkSEhK/HmwEVwlyULYgn/tMQYd6Obag3ylCjONle3gdErfXBW61SVTlR9QR7uWlgeIkg==
+"@babel/generator@^7.15.0":
+  version "7.15.0"
+  resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.15.0.tgz#a7d0c172e0d814974bad5aa77ace543b97917f15"
+  integrity sha512-eKl4XdMrbpYvuB505KTta4AV9g+wWzmVBW69tX0H2NwKVKd2YJbKgyK6M8j/rgLbmHOYJn6rUklV677nOyJrEQ==
   dependencies:
-    "@babel/types" "^7.14.8"
+    "@babel/types" "^7.15.0"
     jsesc "^2.5.1"
     source-map "^0.5.0"
 
-"@babel/helper-compilation-targets@^7.14.5":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.14.5.tgz#7a99c5d0967911e972fe2c3411f7d5b498498ecf"
-  integrity sha512-v+QtZqXEiOnpO6EYvlImB6zCD2Lel06RzOPzmkz/D/XgQiUu3C/Jb1LOqSt/AIA34TYi/Q+KlT8vTQrgdxkbLw==
+"@babel/helper-compilation-targets@^7.15.0":
+  version "7.15.0"
+  resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.0.tgz#973df8cbd025515f3ff25db0c05efc704fa79818"
+  integrity sha512-h+/9t0ncd4jfZ8wsdAsoIxSa61qhBYlycXiHWqJaQBCXAhDCMbPRSMTGnZIkkmt1u4ag+UQmuqcILwqKzZ4N2A==
   dependencies:
-    "@babel/compat-data" "^7.14.5"
+    "@babel/compat-data" "^7.15.0"
     "@babel/helper-validator-option" "^7.14.5"
     browserslist "^4.16.6"
     semver "^6.3.0"
@@ -125,12 +125,12 @@
   dependencies:
     "@babel/types" "^7.14.5"
 
-"@babel/helper-member-expression-to-functions@^7.14.5":
-  version "7.14.7"
-  resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.7.tgz#97e56244beb94211fe277bd818e3a329c66f7970"
-  integrity sha512-TMUt4xKxJn6ccjcOW7c4hlwyJArizskAhoSTOCkA0uZ+KghIaci0Qg9R043kUMWI9mtQfgny+NQ5QATnZ+paaA==
+"@babel/helper-member-expression-to-functions@^7.15.0":
+  version "7.15.0"
+  resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.0.tgz#0ddaf5299c8179f27f37327936553e9bba60990b"
+  integrity sha512-Jq8H8U2kYiafuj2xMTPQwkTBnEEdGKpT35lJEQsRRjnG0LW3neucsaMWLgKcwu3OHKNeYugfw+Z20BXBSEs2Lg==
   dependencies:
-    "@babel/types" "^7.14.5"
+    "@babel/types" "^7.15.0"
 
 "@babel/helper-module-imports@^7.14.5":
   version "7.14.5"
@@ -139,19 +139,19 @@
   dependencies:
     "@babel/types" "^7.14.5"
 
-"@babel/helper-module-transforms@^7.14.8":
-  version "7.14.8"
-  resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.14.8.tgz#d4279f7e3fd5f4d5d342d833af36d4dd87d7dc49"
-  integrity sha512-RyE+NFOjXn5A9YU1dkpeBaduagTlZ0+fccnIcAGbv1KGUlReBj7utF7oEth8IdIBQPcux0DDgW5MFBH2xu9KcA==
+"@babel/helper-module-transforms@^7.15.0":
+  version "7.15.0"
+  resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.15.0.tgz#679275581ea056373eddbe360e1419ef23783b08"
+  integrity sha512-RkGiW5Rer7fpXv9m1B3iHIFDZdItnO2/BLfWVW/9q7+KqQSDY5kUfQEbzdXM1MVhJGcugKV7kRrNVzNxmk7NBg==
   dependencies:
     "@babel/helper-module-imports" "^7.14.5"
-    "@babel/helper-replace-supers" "^7.14.5"
+    "@babel/helper-replace-supers" "^7.15.0"
     "@babel/helper-simple-access" "^7.14.8"
     "@babel/helper-split-export-declaration" "^7.14.5"
-    "@babel/helper-validator-identifier" "^7.14.8"
+    "@babel/helper-validator-identifier" "^7.14.9"
     "@babel/template" "^7.14.5"
-    "@babel/traverse" "^7.14.8"
-    "@babel/types" "^7.14.8"
+    "@babel/traverse" "^7.15.0"
+    "@babel/types" "^7.15.0"
 
 "@babel/helper-optimise-call-expression@^7.14.5":
   version "7.14.5"
@@ -160,15 +160,15 @@
   dependencies:
     "@babel/types" "^7.14.5"
 
-"@babel/helper-replace-supers@^7.14.5":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.14.5.tgz#0ecc0b03c41cd567b4024ea016134c28414abb94"
-  integrity sha512-3i1Qe9/8x/hCHINujn+iuHy+mMRLoc77b2nI9TB0zjH1hvn9qGlXjWlggdwUcju36PkPCy/lpM7LLUdcTyH4Ow==
+"@babel/helper-replace-supers@^7.15.0":
+  version "7.15.0"
+  resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.15.0.tgz#ace07708f5bf746bf2e6ba99572cce79b5d4e7f4"
+  integrity sha512-6O+eWrhx+HEra/uJnifCwhwMd6Bp5+ZfZeJwbqUTuqkhIT6YcRhiZCOOFChRypOIe0cV46kFrRBlm+t5vHCEaA==
   dependencies:
-    "@babel/helper-member-expression-to-functions" "^7.14.5"
+    "@babel/helper-member-expression-to-functions" "^7.15.0"
     "@babel/helper-optimise-call-expression" "^7.14.5"
-    "@babel/traverse" "^7.14.5"
-    "@babel/types" "^7.14.5"
+    "@babel/traverse" "^7.15.0"
+    "@babel/types" "^7.15.0"
 
 "@babel/helper-simple-access@^7.14.8":
   version "7.14.8"
@@ -184,10 +184,10 @@
   dependencies:
     "@babel/types" "^7.14.5"
 
-"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.8":
-  version "7.14.8"
-  resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.8.tgz#32be33a756f29e278a0d644fa08a2c9e0f88a34c"
-  integrity sha512-ZGy6/XQjllhYQrNw/3zfWRwZCTVSiBLZ9DHVZxn9n2gip/7ab8mv2TWlKPIBk26RwedCBoWdjLmn+t9na2Gcow==
+"@babel/helper-validator-identifier@^7.14.5", "@babel/helper-validator-identifier@^7.14.9":
+  version "7.14.9"
+  resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.9.tgz#6654d171b2024f6d8ee151bf2509699919131d48"
+  integrity sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==
 
 "@babel/helper-validator-option@^7.14.5":
   version "7.14.5"
@@ -195,13 +195,13 @@
   integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
 
 "@babel/helpers@^7.14.8":
-  version "7.14.8"
-  resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.8.tgz#839f88f463025886cff7f85a35297007e2da1b77"
-  integrity sha512-ZRDmI56pnV+p1dH6d+UN6GINGz7Krps3+270qqI9UJ4wxYThfAIcI5i7j5vXC4FJ3Wap+S9qcebxeYiqn87DZw==
+  version "7.15.3"
+  resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.15.3.tgz#c96838b752b95dcd525b4e741ed40bb1dc2a1357"
+  integrity sha512-HwJiz52XaS96lX+28Tnbu31VeFSQJGOeKHJeaEPQlTl7PnlhFElWPj8tUXtqFIzeN86XxXoBr+WFAyK2PPVz6g==
   dependencies:
     "@babel/template" "^7.14.5"
-    "@babel/traverse" "^7.14.8"
-    "@babel/types" "^7.14.8"
+    "@babel/traverse" "^7.15.0"
+    "@babel/types" "^7.15.0"
 
 "@babel/highlight@^7.10.4", "@babel/highlight@^7.14.5":
   version "7.14.5"
@@ -212,10 +212,10 @@
     chalk "^2.0.0"
     js-tokens "^4.0.0"
 
-"@babel/parser@^7.14.5", "@babel/parser@^7.14.8":
-  version "7.14.8"
-  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.8.tgz#66fd41666b2d7b840bd5ace7f7416d5ac60208d4"
-  integrity sha512-syoCQFOoo/fzkWDeM0dLEZi5xqurb5vuyzwIMNZRNun+N/9A4cUZeQaE7dTrB8jGaKuJRBtEOajtnmw0I5hvvA==
+"@babel/parser@^7.14.5", "@babel/parser@^7.15.0":
+  version "7.15.3"
+  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.15.3.tgz#3416d9bea748052cfcb63dbcc27368105b1ed862"
+  integrity sha512-O0L6v/HvqbdJawj0iBEfVQMc3/6WP+AeOsovsIgBFyJaG+W2w7eqvZB7puddATmWuARlm1SX7DwxJ/JJUnDpEA==
 
 "@babel/template@^7.14.5":
   version "7.14.5"
@@ -226,27 +226,27 @@
     "@babel/parser" "^7.14.5"
     "@babel/types" "^7.14.5"
 
-"@babel/traverse@^7.14.5", "@babel/traverse@^7.14.8":
-  version "7.14.8"
-  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.8.tgz#c0253f02677c5de1a8ff9df6b0aacbec7da1a8ce"
-  integrity sha512-kexHhzCljJcFNn1KYAQ6A5wxMRzq9ebYpEDV4+WdNyr3i7O44tanbDOR/xjiG2F3sllan+LgwK+7OMk0EmydHg==
+"@babel/traverse@^7.15.0":
+  version "7.15.0"
+  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.15.0.tgz#4cca838fd1b2a03283c1f38e141f639d60b3fc98"
+  integrity sha512-392d8BN0C9eVxVWd8H6x9WfipgVH5IaIoLp23334Sc1vbKKWINnvwRpb4us0xtPaCumlwbTtIYNA0Dv/32sVFw==
   dependencies:
     "@babel/code-frame" "^7.14.5"
-    "@babel/generator" "^7.14.8"
+    "@babel/generator" "^7.15.0"
     "@babel/helper-function-name" "^7.14.5"
     "@babel/helper-hoist-variables" "^7.14.5"
     "@babel/helper-split-export-declaration" "^7.14.5"
-    "@babel/parser" "^7.14.8"
-    "@babel/types" "^7.14.8"
+    "@babel/parser" "^7.15.0"
+    "@babel/types" "^7.15.0"
     debug "^4.1.0"
     globals "^11.1.0"
 
-"@babel/types@^7.14.5", "@babel/types@^7.14.8":
-  version "7.14.8"
-  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.14.8.tgz#38109de8fcadc06415fbd9b74df0065d4d41c728"
-  integrity sha512-iob4soQa7dZw8nodR/KlOQkPh9S4I8RwCxwRIFuiMRYjOzH/KJzdUfDgz6cGi5dDaclXF4P2PAhCdrBJNIg68Q==
+"@babel/types@^7.14.5", "@babel/types@^7.14.8", "@babel/types@^7.15.0":
+  version "7.15.0"
+  resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.15.0.tgz#61af11f2286c4e9c69ca8deb5f4375a73c72dcbd"
+  integrity sha512-OBvfqnllOIdX4ojTHpwZbpvz4j3EWyjkZEdmjH0/cgsd6QOdSgU8rLSk6ard/pcW7rlmjdVSX/AWOaORR1uNOQ==
   dependencies:
-    "@babel/helper-validator-identifier" "^7.14.8"
+    "@babel/helper-validator-identifier" "^7.14.9"
     to-fast-properties "^2.0.0"
 
 "@dabh/diagnostics@^2.0.2":
@@ -477,9 +477,9 @@
     "@types/istanbul-lib-report" "*"
 
 "@types/json-schema@^7.0.6", "@types/json-schema@^7.0.7":
-  version "7.0.8"
-  resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818"
-  integrity sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==
+  version "7.0.9"
+  resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
+  integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
 
 "@types/mime@^1":
   version "1.3.2"
@@ -496,10 +496,10 @@
   resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.3.tgz#bbeb55fbc73f28ea6de601fbfa4613f58d785323"
   integrity sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==
 
-"@types/node@*":
-  version "16.4.5"
-  resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.5.tgz#eac95d4e52775190c405f0b9061ddcfb0304f7fc"
-  integrity sha512-+0GPv/hIFNoy8r5MFf7vRpBjnqNYNrlHdetoy23E7TYc7JB2ctwyi3GMKpviozaHQ/Sy2kBNUTvG9ywN66zV1g==
+"@types/node@*", "@types/node@16.4.13":
+  version "16.4.13"
+  resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.13.tgz#7dfd9c14661edc65cccd43a29eb454174642370d"
+  integrity sha512-bLL69sKtd25w7p1nvg9pigE4gtKVpGTPojBFLMkGHXuUgap2sLqQt2qUnqmVCDfzGUL0DRNZP+1prIZJbMeAXg==
 
 "@types/normalize-package-data@^2.4.0":
   version "2.4.1"
@@ -858,16 +858,16 @@ astral-regex@^2.0.0:
   integrity sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==
 
 async@^3.1.0:
-  version "3.2.0"
-  resolved "https://registry.yarnpkg.com/async/-/async-3.2.0.tgz#b3a2685c5ebb641d3de02d161002c60fc9f85720"
-  integrity sha512-TR2mEZFVOj2pLStYxLht7TyfuRzaydfpxr3k9RpHIzMgw7A64dzsdqCxH1WJyQdoe8T10nDXd9wnEigmiuHIZw==
+  version "3.2.1"
+  resolved "https://registry.yarnpkg.com/async/-/async-3.2.1.tgz#d3274ec66d107a47476a4c49136aacdb00665fc8"
+  integrity sha512-XdD5lRO/87udXCMC9meWdYiR+Nq6ZjUfXidViUZGu2F1MO4T3XwZ1et0hb2++BgLfhyJwy44BGB/yx80ABx8hg==
 
 asynckit@^0.4.0:
   version "0.4.0"
   resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
   integrity sha1-x57Zf380y48robyXkLzDZkdLS3k=
 
-available-typed-arrays@^1.0.2:
+available-typed-arrays@^1.0.4:
   version "1.0.4"
   resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.4.tgz#9e0ae84ecff20caae6a94a1c3bc39b955649b7a9"
   integrity sha512-SA5mXJWrId1TaQjfxUYghbqQ/hYioKmLJvPJyDuYRtXXenFNMjj4hSSt1Cf1xsuXSXrtxrVC5Ot4eU6cOtBDdA==
@@ -994,15 +994,15 @@ browser-stdout@1.3.1:
   integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==
 
 browserslist@^4.16.6:
-  version "4.16.6"
-  resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.6.tgz#d7901277a5a88e554ed305b183ec9b0c08f66fa2"
-  integrity sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==
+  version "4.16.7"
+  resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.7.tgz#108b0d1ef33c4af1b587c54f390e7041178e4335"
+  integrity sha512-7I4qVwqZltJ7j37wObBe3SoTz+nS8APaNcrBOlgoirb6/HbEU2XxW/LpUDTCngM6iauwFqmRTuOMfyKnFGY5JA==
   dependencies:
-    caniuse-lite "^1.0.30001219"
+    caniuse-lite "^1.0.30001248"
     colorette "^1.2.2"
-    electron-to-chromium "^1.3.723"
+    electron-to-chromium "^1.3.793"
     escalade "^3.1.1"
-    node-releases "^1.1.71"
+    node-releases "^1.1.73"
 
 buffer-equal-constant-time@1.0.1:
   version "1.0.1"
@@ -1010,9 +1010,9 @@ buffer-equal-constant-time@1.0.1:
   integrity sha1-+OcRMvf/5uAaXJaXpMbz5I1cyBk=
 
 buffer-from@^1.0.0, buffer-from@^1.1.0:
-  version "1.1.1"
-  resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
-  integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
+  version "1.1.2"
+  resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
+  integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==
 
 buffer-writer@2.0.0:
   version "2.0.0"
@@ -1062,10 +1062,10 @@ camelcase@^6.0.0:
   resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809"
   integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==
 
-caniuse-lite@^1.0.30001219:
-  version "1.0.30001248"
-  resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001248.tgz#26ab45e340f155ea5da2920dadb76a533cb8ebce"
-  integrity sha512-NwlQbJkxUFJ8nMErnGtT0QTM2TJ33xgz4KXJSMIrjXIbDVdaYueGyjOrLKRtJC+rTiWfi6j5cnZN1NBiSBJGNw==
+caniuse-lite@^1.0.30001248:
+  version "1.0.30001249"
+  resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001249.tgz#90a330057f8ff75bfe97a94d047d5e14fabb2ee8"
+  integrity sha512-vcX4U8lwVXPdqzPWi6cAJ3FnQaqXbBqy/GZseKNQzRj37J7qZdGcBtxq/QLFNLLlfsoXLUdHw8Iwenri86Tagw==
 
 caseless@~0.12.0:
   version "0.12.0"
@@ -1119,9 +1119,9 @@ chalk@^2.0.0, chalk@^2.4.2:
     supports-color "^5.3.0"
 
 chalk@^4.0.0, chalk@^4.1.0:
-  version "4.1.1"
-  resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
-  integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
+  version "4.1.2"
+  resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
+  integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
   dependencies:
     ansi-styles "^4.1.0"
     supports-color "^7.1.0"
@@ -1161,7 +1161,7 @@ chokidar@^3.5.1:
   optionalDependencies:
     fsevents "~2.3.2"
 
-chownr@^1.1.1:
+chownr@^1.1.4:
   version "1.1.4"
   resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz#6fc9d7b42d32a583596337666e7d08084da2cc6b"
   integrity sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==
@@ -1273,9 +1273,9 @@ color@3.0.x:
     color-string "^1.5.2"
 
 colorette@^1.2.2:
-  version "1.2.2"
-  resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
-  integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
+  version "1.3.0"
+  resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.3.0.tgz#ff45d2f0edb244069d3b772adeb04fed38d0a0af"
+  integrity sha512-ecORCqbSFP7Wm8Y6lyqMJjexBQqXSF7SSeaTyGGphogUjBlFP9m9o08wy86HL2uB7fMTxtOUzLMk7ogKcxMg1w==
 
 colors@1.4.0, colors@^1.2.1:
   version "1.4.0"
@@ -1670,10 +1670,10 @@ ee-first@1.1.1:
   resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
   integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
 
-electron-to-chromium@^1.3.723:
-  version "1.3.789"
-  resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.789.tgz#c3ea060ba1e36e41c87943a47ed2daadc545be2b"
-  integrity sha512-lK4xn6C6ZF1kgLaC/EhOtC1MSKENExj3rMwGVnBTfHW81Z/Hb1Rge5YaWawN/YOXy3xCaESuE4KWSD50kOZ9rQ==
+electron-to-chromium@^1.3.793:
+  version "1.3.802"
+  resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.802.tgz#0afa989321de3e904ac653ee79e0d642883731a1"
+  integrity sha512-dXB0SGSypfm3iEDxrb5n/IVKeX4uuTnFHdve7v+yKJqNpEP0D4mjFJ8e1znmSR+OOVlVC+kDO6f2kAkTFXvJBg==
 
 elliptic@6.5.4:
   version "6.5.4"
@@ -1722,10 +1722,10 @@ error-ex@^1.2.0, error-ex@^1.3.1:
   dependencies:
     is-arrayish "^0.2.1"
 
-es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.2:
-  version "1.18.3"
-  resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.3.tgz#25c4c3380a27aa203c44b2b685bba94da31b63e0"
-  integrity sha512-nQIr12dxV7SSxE6r6f1l3DtAeEYdsGpps13dR0TwJg1S8gyp4ZPgy3FZcHBgbiQqnoqSTb+oC+kO4UQ0C/J8vw==
+es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.2, es-abstract@^1.18.5:
+  version "1.18.5"
+  resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.18.5.tgz#9b10de7d4c206a3581fd5b2124233e04db49ae19"
+  integrity sha512-DDggyJLoS91CkJjgauM5c0yZMjiD1uK3KcaCeAmffGwZ+ODWzOkPN4QwRbsK5DOFf06fywmyLci3ZD8jLGhVYA==
   dependencies:
     call-bind "^1.0.2"
     es-to-primitive "^1.2.1"
@@ -1733,11 +1733,12 @@ es-abstract@^1.18.0-next.1, es-abstract@^1.18.0-next.2, es-abstract@^1.18.2:
     get-intrinsic "^1.1.1"
     has "^1.0.3"
     has-symbols "^1.0.2"
+    internal-slot "^1.0.3"
     is-callable "^1.2.3"
     is-negative-zero "^2.0.1"
     is-regex "^1.1.3"
     is-string "^1.0.6"
-    object-inspect "^1.10.3"
+    object-inspect "^1.11.0"
     object-keys "^1.1.1"
     object.assign "^4.1.2"
     string.prototype.trimend "^1.0.4"
@@ -1848,12 +1849,12 @@ eslint-config-prettier@8.1.0:
   integrity sha512-oKMhGv3ihGbCIimCAjqkdzx2Q+jthoqnXSP+d86M9tptwugycmTFdVR4IpLgq2c4SHifbwO90z2fQ8/Aio73yw==
 
 eslint-import-resolver-node@^0.3.4:
-  version "0.3.4"
-  resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.4.tgz#85ffa81942c25012d8231096ddf679c03042c717"
-  integrity sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==
+  version "0.3.5"
+  resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.5.tgz#939bbb0f74e179e757ca87f7a4a890dabed18ac4"
+  integrity sha512-XMoPKjSpXbkeJ7ZZ9icLnJMTY5Mc1kZbCakHquaFsXPpyWOwK0TK6CODO+0ca54UoM9LKOxyUNnoVZRl8TeaAg==
   dependencies:
-    debug "^2.6.9"
-    resolve "^1.13.1"
+    debug "^3.2.7"
+    resolve "^1.20.0"
 
 eslint-import-resolver-typescript@2.4.0:
   version "2.4.0"
@@ -1867,9 +1868,9 @@ eslint-import-resolver-typescript@2.4.0:
     tsconfig-paths "^3.9.0"
 
 eslint-module-utils@^2.6.0:
-  version "2.6.1"
-  resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.1.tgz#b51be1e473dd0de1c5ea638e22429c2490ea8233"
-  integrity sha512-ZXI9B8cxAJIH4nfkhTwcRTEAnrVfobYqwjWy/QMCZ8rHkZHFjf9yO4BzpiF9kCSfNlMG54eKigISHpX0+AaT4A==
+  version "2.6.2"
+  resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.6.2.tgz#94e5540dd15fe1522e8ffa3ec8db3b7fa7e7a534"
+  integrity sha512-QG8pcgThYOuqxupd06oYTZoNOGaUdTY1PqK+oS6ElF6vs4pBdk/aYxFVQQXzcrAqp9m7cl7lb2ubazX+g16k2Q==
   dependencies:
     debug "^3.2.7"
     pkg-dir "^2.0.0"
@@ -2346,9 +2347,9 @@ flat@^5.0.2:
   integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
 
 flatted@^3.1.0:
-  version "3.2.1"
-  resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.1.tgz#bbef080d95fca6709362c73044a1634f7c6e7d05"
-  integrity sha512-OMQjaErSFHmHqZe+PSidH5n8j3O0F2DdnVh8JB4j4eUQ2k6KvB0qGfrKIhapvez5JerBbmWkaLYUYWISaESoXg==
+  version "3.2.2"
+  resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
+  integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==
 
 fn.name@1.x.x:
   version "1.1.0"
@@ -2425,7 +2426,7 @@ fs-extra@^7.0.1:
     jsonfile "^4.0.0"
     universalify "^0.1.0"
 
-fs-minipass@^1.2.5:
+fs-minipass@^1.2.7:
   version "1.2.7"
   resolved "https://registry.yarnpkg.com/fs-minipass/-/fs-minipass-1.2.7.tgz#ccff8570841e7fe4265693da88936c55aed7f7c7"
   integrity sha512-GWSSJGFy4e9GUeCcbIkED+bgAoFyj7XF1mV8rma3QW4NIqX9Kyx79N/PF61H5udOV3aY1IaMLs6pGbH71nlCTA==
@@ -2582,9 +2583,9 @@ globby@^11.0.3:
     slash "^3.0.0"
 
 graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.4:
-  version "4.2.6"
-  resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.6.tgz#ff040b2b0853b23c3d31027523706f1885d76bee"
-  integrity sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==
+  version "4.2.8"
+  resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.8.tgz#e412b8d33f5e006593cbd3cee6df9f2cebbe802a"
+  integrity sha512-qkIilPUYcNhJpd33n0GBXTB1MMPp14TxEsEs0pTrsSVucApsYzW5V+Q8Qxhik6KU3evy+qkAAowTByymK0avdg==
 
 growl@1.10.5:
   version "1.10.5"
@@ -2624,6 +2625,13 @@ has-symbols@^1.0.1, has-symbols@^1.0.2:
   resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.2.tgz#165d3070c00309752a1236a479331e3ac56f1423"
   integrity sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==
 
+has-tostringtag@^1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/has-tostringtag/-/has-tostringtag-1.0.0.tgz#7e133818a7d394734f941e73c3d3f9291e658b25"
+  integrity sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==
+  dependencies:
+    has-symbols "^1.0.2"
+
 has-unicode@^2.0.0:
   version "2.0.1"
   resolved "https://registry.yarnpkg.com/has-unicode/-/has-unicode-2.0.1.tgz#e0e6fe6a28cf51138855e086d1691e771de2a8b9"
@@ -2805,6 +2813,15 @@ ini@^1.3.4, ini@~1.3.0:
   resolved "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz#a29da425b48806f34767a4efce397269af28432c"
   integrity sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==
 
+internal-slot@^1.0.3:
+  version "1.0.3"
+  resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.3.tgz#7347e307deeea2faac2ac6205d4bc7d34967f59c"
+  integrity sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==
+  dependencies:
+    get-intrinsic "^1.1.0"
+    has "^1.0.3"
+    side-channel "^1.0.4"
+
 ip-address@7.1.0:
   version "7.1.0"
   resolved "https://registry.yarnpkg.com/ip-address/-/ip-address-7.1.0.tgz#4a9c699e75b51cbeb18b38de8ed216efa1a490c5"
@@ -2845,11 +2862,12 @@ ipaddr.js@1.9.1:
   integrity sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==
 
 is-arguments@^1.0.4, is-arguments@^1.1.0:
-  version "1.1.0"
-  resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.0.tgz#62353031dfbee07ceb34656a6bde59efecae8dd9"
-  integrity sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg==
+  version "1.1.1"
+  resolved "https://registry.yarnpkg.com/is-arguments/-/is-arguments-1.1.1.tgz#15b3f88fda01f2a97fec84ca761a560f123efa9b"
+  integrity sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==
   dependencies:
-    call-bind "^1.0.0"
+    call-bind "^1.0.2"
+    has-tostringtag "^1.0.0"
 
 is-arrayish@^0.2.1:
   version "0.2.1"
@@ -2862,9 +2880,9 @@ is-arrayish@^0.3.1:
   integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
 
 is-bigint@^1.0.1:
-  version "1.0.2"
-  resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.2.tgz#ffb381442503235ad245ea89e45b3dbff040ee5a"
-  integrity sha512-0JV5+SOCQkIdzjBK9buARcV804Ddu7A0Qet6sHi3FimE9ne6m4BGQZfRn+NZiXbBk4F4XmHfDZIipLj9pX8dSA==
+  version "1.0.3"
+  resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.3.tgz#fc9d9e364210480675653ddaea0518528d49a581"
+  integrity sha512-ZU538ajmYJmzysE5yU4Y7uIrPQ2j704u+hXFiIPQExpqzzUbpe5jCPdTfmz7jXRxZdvjY3KZ3ZNenoXQovX+Dg==
 
 is-binary-path@~2.1.0:
   version "2.1.0"
@@ -2874,16 +2892,17 @@ is-binary-path@~2.1.0:
     binary-extensions "^2.0.0"
 
 is-boolean-object@^1.1.0:
-  version "1.1.1"
-  resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.1.tgz#3c0878f035cb821228d350d2e1e36719716a3de8"
-  integrity sha512-bXdQWkECBUIAcCkeH1unwJLIpZYaa5VvuygSyS/c2lf719mTKZDU5UdDRlpd01UjADgmW8RfqaP+mRaVPdr/Ng==
+  version "1.1.2"
+  resolved "https://registry.yarnpkg.com/is-boolean-object/-/is-boolean-object-1.1.2.tgz#5c6dc200246dd9321ae4b885a114bb1f75f63719"
+  integrity sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==
   dependencies:
     call-bind "^1.0.2"
+    has-tostringtag "^1.0.0"
 
 is-callable@^1.1.4, is-callable@^1.2.3:
-  version "1.2.3"
-  resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.3.tgz#8b1e0500b73a1d76c70487636f368e519de8db8e"
-  integrity sha512-J1DcMe8UYTBSrKezuIUTUwjXsho29693unXM2YhJUTR2txK/eG47bvNa/wipPFmZFgr/N6f1GA66dv0mEyTIyQ==
+  version "1.2.4"
+  resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.4.tgz#47301d58dd0259407865547853df6d61fe471945"
+  integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
 
 is-core-module@^2.2.0:
   version "2.5.0"
@@ -2893,9 +2912,11 @@ is-core-module@^2.2.0:
     has "^1.0.3"
 
 is-date-object@^1.0.1, is-date-object@^1.0.2:
-  version "1.0.4"
-  resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.4.tgz#550cfcc03afada05eea3dd30981c7b09551f73e5"
-  integrity sha512-/b4ZVsG7Z5XVtIxs/h9W8nvfLgSAyKYdtGWQLbqy6jA1icmgjf8WCoTKgeS4wy5tYaPePouzFMANbnj94c2Z+A==
+  version "1.0.5"
+  resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.5.tgz#0841d5536e724c25597bf6ea62e1bd38298df31f"
+  integrity sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==
+  dependencies:
+    has-tostringtag "^1.0.0"
 
 is-extglob@^2.1.1:
   version "2.1.1"
@@ -2944,9 +2965,11 @@ is-negative-zero@^2.0.1:
   integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==
 
 is-number-object@^1.0.4:
-  version "1.0.5"
-  resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.5.tgz#6edfaeed7950cff19afedce9fbfca9ee6dd289eb"
-  integrity sha512-RU0lI/n95pMoUKu9v1BZP5MBcZuNSVJkMkAG2dJqC4z2GlkGUNeH68SuHuBKBD/XFe+LHZ+f9BKkLET60Niedw==
+  version "1.0.6"
+  resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.0.6.tgz#6a7aaf838c7f0686a50b4553f7e54a96494e89f0"
+  integrity sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g==
+  dependencies:
+    has-tostringtag "^1.0.0"
 
 is-number@^7.0.0:
   version "7.0.0"
@@ -2964,12 +2987,12 @@ is-promise@^2.2.2:
   integrity sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==
 
 is-regex@^1.1.1, is-regex@^1.1.3:
-  version "1.1.3"
-  resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.3.tgz#d029f9aff6448b93ebbe3f33dac71511fdcbef9f"
-  integrity sha512-qSVXFz28HM7y+IWX6vLCsexdlvzT1PJNFSBuaQLQ5o0IEw8UDYW6/2+eCMVyIsbM8CNLX2a/QWmSpyxYEHY7CQ==
+  version "1.1.4"
+  resolved "https://registry.yarnpkg.com/is-regex/-/is-regex-1.1.4.tgz#eef5663cd59fa4c0ae339505323df6854bb15958"
+  integrity sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==
   dependencies:
     call-bind "^1.0.2"
-    has-symbols "^1.0.2"
+    has-tostringtag "^1.0.0"
 
 is-set@^2.0.1, is-set@^2.0.2:
   version "2.0.2"
@@ -2982,9 +3005,11 @@ is-stream@^2.0.0:
   integrity sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==
 
 is-string@^1.0.5, is-string@^1.0.6:
-  version "1.0.6"
-  resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.6.tgz#3fe5d5992fb0d93404f32584d4b0179a71b54a5f"
-  integrity sha512-2gdzbKUuqtQ3lYNrUTQYoClPhm7oQu4UdpSZMp1/DGgkHBT8E2Z1l0yMdb6D4zNAxwDiMv8MdulKROJGNl0Q0w==
+  version "1.0.7"
+  resolved "https://registry.yarnpkg.com/is-string/-/is-string-1.0.7.tgz#0dd12bf2006f255bb58f695110eff7491eebc0fd"
+  integrity sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==
+  dependencies:
+    has-tostringtag "^1.0.0"
 
 is-symbol@^1.0.2, is-symbol@^1.0.3:
   version "1.0.4"
@@ -2993,16 +3018,16 @@ is-symbol@^1.0.2, is-symbol@^1.0.3:
   dependencies:
     has-symbols "^1.0.2"
 
-is-typed-array@^1.1.3:
-  version "1.1.5"
-  resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.5.tgz#f32e6e096455e329eb7b423862456aa213f0eb4e"
-  integrity sha512-S+GRDgJlR3PyEbsX/Fobd9cqpZBuvUS+8asRqYDMLCb2qMzt1oz5m5oxQCxOgUDxiWsOVNi4yaF+/uvdlHlYug==
+is-typed-array@^1.1.6:
+  version "1.1.7"
+  resolved "https://registry.yarnpkg.com/is-typed-array/-/is-typed-array-1.1.7.tgz#881ddc660b13cb8423b2090fa88c0fe37a83eb2f"
+  integrity sha512-VxlpTBGknhQ3o7YiVjIhdLU6+oD8dPz/79vvvH4F+S/c8608UCVa9fgDpa1kZgFoUST2DCgacc70UszKgzKuvA==
   dependencies:
-    available-typed-arrays "^1.0.2"
+    available-typed-arrays "^1.0.4"
     call-bind "^1.0.2"
-    es-abstract "^1.18.0-next.2"
+    es-abstract "^1.18.5"
     foreach "^2.0.5"
-    has-symbols "^1.0.1"
+    has-tostringtag "^1.0.0"
 
 is-typedarray@^1.0.0, is-typedarray@~1.0.0:
   version "1.0.0"
@@ -3603,7 +3628,7 @@ minimist@^1.2.0, minimist@^1.2.5:
   resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
   integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
 
-minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0:
+minipass@^2.6.0, minipass@^2.9.0:
   version "2.9.0"
   resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.9.0.tgz#e713762e7d3e32fed803115cf93e04bca9fcc9a6"
   integrity sha512-wxfUjg9WebH+CUDX/CdbRlh5SmfZiy/hpkxaRI16Y9W56Pa75sWgd/rvFilSgrauD9NyFymP/+JFV3KwzIsJeg==
@@ -3611,14 +3636,14 @@ minipass@^2.6.0, minipass@^2.8.6, minipass@^2.9.0:
     safe-buffer "^5.1.2"
     yallist "^3.0.0"
 
-minizlib@^1.2.1:
+minizlib@^1.3.3:
   version "1.3.3"
   resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d"
   integrity sha512-6ZYMOEnmVsdCeTJVE0W9ZD+pVnE8h9Hma/iOwwRDsdQoePpoX56/8B6z3P9VNwppJuBKNRuFDRNRqRWexT9G9Q==
   dependencies:
     minipass "^2.9.0"
 
-"mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1:
+"mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.5:
   version "0.5.5"
   resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def"
   integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==
@@ -3799,10 +3824,10 @@ node-preload@^0.2.1:
   dependencies:
     process-on-spawn "^1.0.0"
 
-node-releases@^1.1.71:
-  version "1.1.73"
-  resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.73.tgz#dd4e81ddd5277ff846b80b52bb40c49edf7a7b20"
-  integrity sha512-uW7fodD6pyW2FZNZnp/Z3hvWKeEW1Y8R1+1CnErE8cXFXzl5blBOoVB41CvMer6P6Q0S5FXDwcHgFd1Wj0U9zg==
+node-releases@^1.1.73:
+  version "1.1.74"
+  resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.74.tgz#e5866488080ebaa70a93b91144ccde06f3c3463e"
+  integrity sha512-caJBVempXZPepZoZAPCWRTNxYQ+xtG/KAi4ozTA5A+nJ7IU+kLQCbqaUjb5Rwy14M9upBWiQ4NutcmW04LJSRw==
 
 "nopt@2 || 3":
   version "3.0.6"
@@ -3920,7 +3945,7 @@ object-assign@^4, object-assign@^4.1.0:
   resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
   integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=
 
-object-inspect@^1.10.3, object-inspect@^1.9.0:
+object-inspect@^1.11.0, object-inspect@^1.9.0:
   version "1.11.0"
   resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.11.0.tgz#9dceb146cedd4148a0d9e51ab88d34cf509922b1"
   integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
@@ -4661,7 +4686,7 @@ resolve-from@^5.0.0:
   resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
   integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
 
-resolve@^1.0.0, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.5.0:
+resolve@^1.0.0, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.17.0, resolve@^1.20.0, resolve@^1.5.0:
   version "1.20.0"
   resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
   integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
@@ -4725,7 +4750,7 @@ safe-buffer@5.2.0:
   resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz#b74daec49b1148f88c64b68d49b1e815c1f2f519"
   integrity sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg==
 
-safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.2, safe-buffer@~5.2.0:
+safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.2, safe-buffer@^5.2.1, safe-buffer@~5.2.0:
   version "5.2.1"
   resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
   integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
@@ -4975,9 +5000,9 @@ spdx-expression-parse@^3.0.0:
     spdx-license-ids "^3.0.0"
 
 spdx-license-ids@^3.0.0:
-  version "3.0.9"
-  resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.9.tgz#8a595135def9592bda69709474f1cbeea7c2467f"
-  integrity sha512-Ki212dKK4ogX+xDo4CtOZBVIwhsKBEfsEEcwmJfLQzirgc2jIWdzg40Unxz/HzEUqM1WFzVlQSMF9kZZ2HboLQ==
+  version "3.0.10"
+  resolved "https://registry.yarnpkg.com/spdx-license-ids/-/spdx-license-ids-3.0.10.tgz#0d9becccde7003d6c658d487dd48a32f0bf3014b"
+  integrity sha512-oie3/+gKf7QtpitB0LYLETe+k8SifzsX4KixvpOsbI6S0kRiRQ5MKOio8eMSAKQ17N06+wdEOXRiId+zOxo0hA==
 
 split2@^3.1.1:
   version "3.2.2"
@@ -5208,9 +5233,9 @@ swagger-parser@10.0.2:
     "@apidevtools/swagger-parser" "10.0.2"
 
 swagger-ui-dist@^3.18.1:
-  version "3.51.1"
-  resolved "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-3.51.1.tgz#683bda7487cca0c7d17e4dd0bf1f675e53768fc4"
-  integrity sha512-df2mEeVgnJp/FcXY3DRh3CsTfvHVTaO6g3FJP/kfwhxfOD1+YTXqBZrOIIsYTPtcRIFBkCAto0NFCxAV4XFRbw==
+  version "3.52.0"
+  resolved "https://registry.yarnpkg.com/swagger-ui-dist/-/swagger-ui-dist-3.52.0.tgz#cb16ec6dcdf134ff47cbfe57cba7be7748429142"
+  integrity sha512-SGfhW8FCih00QG59PphdeAUtTNw7HS5k3iPqDZowerPw9mcbhKchUb12kbROk99c1X6RTWW1gB1kqgfnYGuCSg==
 
 swagger-ui-express@4.1.6:
   version "4.1.6"
@@ -5241,17 +5266,17 @@ tar@^2.0.0:
     inherits "2"
 
 tar@^4:
-  version "4.4.15"
-  resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.15.tgz#3caced4f39ebd46ddda4d6203d48493a919697f8"
-  integrity sha512-ItbufpujXkry7bHH9NpQyTXPbJ72iTlXgkBAYsAjDXk3Ds8t/3NfO5P4xZGy7u+sYuQUbimgzswX4uQIEeNVOA==
-  dependencies:
-    chownr "^1.1.1"
-    fs-minipass "^1.2.5"
-    minipass "^2.8.6"
-    minizlib "^1.2.1"
-    mkdirp "^0.5.0"
-    safe-buffer "^5.1.2"
-    yallist "^3.0.3"
+  version "4.4.16"
+  resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.16.tgz#4a48b3c025e77d9d0c788f038a09b91c594d326d"
+  integrity sha512-gOVUT/KWPkGFZQmCRDVFNUWBl7niIo/PRR7lzrIqtZpit+st54lGROuVjc6zEQM9FhH+dJfQIl+9F0k8GNXg5g==
+  dependencies:
+    chownr "^1.1.4"
+    fs-minipass "^1.2.7"
+    minipass "^2.9.0"
+    minizlib "^1.3.3"
+    mkdirp "^0.5.5"
+    safe-buffer "^5.2.1"
+    yallist "^3.1.1"
 
 tdigest@^0.1.1:
   version "0.1.1"
@@ -5632,17 +5657,16 @@ which-module@^2.0.0:
   integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=
 
 which-typed-array@^1.1.2:
-  version "1.1.4"
-  resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.4.tgz#8fcb7d3ee5adf2d771066fba7cf37e32fe8711ff"
-  integrity sha512-49E0SpUe90cjpoc7BOJwyPHRqSAd12c10Qm2amdEZrJPCY2NDxaW01zHITrem+rnETY3dwrbH3UUrUwagfCYDA==
+  version "1.1.6"
+  resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.6.tgz#f3713d801da0720a7f26f50c596980a9f5c8b383"
+  integrity sha512-DdY984dGD5sQ7Tf+x1CkXzdg85b9uEel6nr4UkFg1LoE9OXv3uRuZhe5CoWdawhGACeFpEZXH8fFLQnDhbpm/Q==
   dependencies:
-    available-typed-arrays "^1.0.2"
-    call-bind "^1.0.0"
-    es-abstract "^1.18.0-next.1"
+    available-typed-arrays "^1.0.4"
+    call-bind "^1.0.2"
+    es-abstract "^1.18.5"
     foreach "^2.0.5"
-    function-bind "^1.1.1"
-    has-symbols "^1.0.1"
-    is-typed-array "^1.1.3"
+    has-tostringtag "^1.0.0"
+    is-typed-array "^1.1.6"
 
 which@1:
   version "1.3.1"
@@ -5787,7 +5811,7 @@ yallist@^2.1.2:
   resolved "https://registry.yarnpkg.com/yallist/-/yallist-2.1.2.tgz#1c11f9218f076089a47dd512f93c6699a6a81d52"
   integrity sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=
 
-yallist@^3.0.0, yallist@^3.0.3:
+yallist@^3.0.0, yallist@^3.1.1:
   version "3.1.1"
   resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
   integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==
diff --git a/services/contact-form/.iyarc b/services/contact-form/.iyarc
index f8ab921..1afe90c 100644
--- a/services/contact-form/.iyarc
+++ b/services/contact-form/.iyarc
@@ -28,4 +28,10 @@
 # https://nvd.nist.gov/vuln/detail/CVE-2021-32803
 # Arbitrary File Creation/Overwrite via insufficient symlink protection due to directory cache poisoning
 # This is only used by react-scripts for development purposes.
-1771
\ No newline at end of file
+1771
+
+# url-parse
+# https://nvd.nist.gov/vuln/detail/CVE-2021-3664
+# Open Redirect
+# This is only used by react-scripts for development purposes.
+1776
\ No newline at end of file
diff --git a/services/contact-form/package.json b/services/contact-form/package.json
index d4bf683..8d63d7a 100644
--- a/services/contact-form/package.json
+++ b/services/contact-form/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@lucaapp/contact-form",
-  "version": "1.7.0",
+  "version": "1.8.0",
   "private": true,
   "license": "Apache-2.0",
   "author": "Culture4Life <hello@luca-app.de> (https://www.luca-app.de/)",
diff --git a/services/health-department/.iyarc b/services/health-department/.iyarc
index eab85f4..c591e2a 100644
--- a/services/health-department/.iyarc
+++ b/services/health-department/.iyarc
@@ -29,3 +29,10 @@
 # Arbitrary File Creation/Overwrite via insufficient symlink protection due to directory cache poisoning
 # This is only used by react-scripts for development purposes.
 1771
+
+
+# url-parse
+# https://nvd.nist.gov/vuln/detail/CVE-2021-3664
+# Open Redirect
+# This is only used by react-scripts for development purposes.
+1776
\ No newline at end of file
diff --git a/services/health-department/package.json b/services/health-department/package.json
index 1fc1dfd..6f6b833 100644
--- a/services/health-department/package.json
+++ b/services/health-department/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@lucaapp/health-department",
-  "version": "1.7.0",
+  "version": "1.8.0",
   "private": true,
   "license": "Apache-2.0",
   "author": "Culture4Life <hello@luca-app.de> (https://www.luca-app.de/)",
@@ -110,6 +110,7 @@
     "hosted-git-info": "4.0.2",
     "browserslist": "4.16.6",
     "multicast-dns": "7.2.3",
-    "ws": "7.4.6"
+    "ws": "7.4.6",
+    "jszip": "3.7.1"
   }
 }
diff --git a/services/health-department/src/assets/fonts/Montserrat-Bold.eot b/services/health-department/src/assets/fonts/Montserrat-Bold.eot
new file mode 100644
index 0000000..113d076
--- /dev/null
+++ b/services/health-department/src/assets/fonts/Montserrat-Bold.eot
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7e22c07a311a1ea9ff12e7844cb03fc47a95bc7275b021ad9267df1f07cbaaef
+size 163799
diff --git a/services/health-department/src/assets/fonts/Montserrat-Bold.svg b/services/health-department/src/assets/fonts/Montserrat-Bold.svg
new file mode 100644
index 0000000..0549b36
--- /dev/null
+++ b/services/health-department/src/assets/fonts/Montserrat-Bold.svg
@@ -0,0 +1,5419 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<metadata>
+Created by FontForge 20201107 at Wed Aug  4 09:31:05 2021
+ By Jimmy Wärting
+Copyright 2011 The Montserrat Project Authors (https://github.com/JulietaUla/Montserrat)
+</metadata>
+<defs>
+<font id="Montserrat-Bold" horiz-adv-x="0" >
+  <font-face
+    font-family="Montserrat"
+    font-weight="700"
+    font-stretch="normal"
+    units-per-em="1000"
+    panose-1="2 0 8 3 0 0 0 0 0 0"
+    ascent="800"
+    descent="-200"
+    x-height="538"
+    cap-height="700"
+    bbox="-882 -266 1679 1076"
+    underline-thickness="50"
+    underline-position="-100"
+    unicode-range="U+000D-FB02"
+  />
+<missing-glyph horiz-adv-x="587"
+d="M40 700h507v-700h-507v700zM467 70v560h-347v-560h347z" />
+    <glyph glyph-name=".notdef" horiz-adv-x="587"
+d="M40 700h507v-700h-507v700zM467 70v560h-347v-560h347z" />
+    <glyph glyph-name="NULL"
+ />
+    <glyph glyph-name="nonmarkingreturn" unicode="&#xd;" horiz-adv-x="283"
+ />
+    <glyph glyph-name="space" unicode=" " horiz-adv-x="283"
+ />
+    <glyph glyph-name="A" unicode="A" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222z" />
+    <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM427 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Abreve" unicode="&#x102;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM253 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z
+" />
+    <glyph glyph-name="uni1EAE" unicode="&#x1eae;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM254 782c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM408 1022
+h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EB6" unicode="&#x1eb6;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM334 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM253 790
+c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EB0" unicode="&#x1eb0;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM254 782c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM200 1022
+h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EB2" unicode="&#x1eb2;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM254 782c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM370 910
+c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -21c17 -15 25 -34 25 -58c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1EB4" unicode="&#x1eb4;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM254 782c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM409 908
+c-14 5 -29 13 -46 24c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 93c21 21 49 32 85 32c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni01CD" unicode="&#x1cd;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM584 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM470 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA4" unicode="&#x1ea4;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM469 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM614 974h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EAC" unicode="&#x1eac;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM334 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM470 757l-87 76
+l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA6" unicode="&#x1ea6;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM469 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM406 974h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EA8" unicode="&#x1ea8;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM469 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM523 871c25 12 37 26 37 42c0 9 -3 16 -10 21c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22
+c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni1EAA" unicode="&#x1eaa;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM469 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM409 914c-14 6 -29 14 -46 25c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80
+c1 40 11 71 31 92c21 22 49 33 85 33c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni0200" unicode="&#x200;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM121 901h146l72 -144h-114zM323 901h146l72 -144h-114z" />
+    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM232 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM434 782
+c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni1EA0" unicode="&#x1ea0;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM334 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM171 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EA2" unicode="&#x1ea2;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM364 799c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30
+c22 -19 33 -45 33 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0202" unicode="&#x202;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM253 868c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -25 51c-17 14 -37 20 -61 20s-44 -6 -61 -20c-16 -12 -24 -30 -25 -51h-98c2 47 20 84 54 111z
+" />
+    <glyph glyph-name="Amacron" unicode="&#x100;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM198 873h370v-88h-370v88z" />
+    <glyph glyph-name="Aogonek" unicode="&#x104;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM597 -202c-25 21 -37 48 -37 82c0 33 13 63 38 91c26 28 65 51 116 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 15 -33c11 -9 25 -13 42 -13
+c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM294 789c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35zM426 832c11 11 17 26 17 43
+s-6 32 -17 43c-12 12 -27 18 -44 18s-31 -6 -42 -18c-12 -11 -18 -26 -18 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 44 18z" />
+    <glyph glyph-name="Aringacute" unicode="&#x1fa;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM490 938c11 -19 17 -40 17 -63c0 -34 -12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35c17 0 34 -3 52 -10l87 90l77 -60z
+M426 832c11 11 17 26 17 43s-6 32 -17 43c-12 12 -27 18 -44 18s-31 -6 -42 -18c-12 -11 -18 -26 -18 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 44 18z" />
+    <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM410 764c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39
+c17 0 33 -3 46 -11c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1080"
+d="M1034 130v-130h-542v150h-253l-82 -150h-166l395 700h635v-130h-368v-152h326v-126h-326v-162h381zM492 273v297h-23l-163 -297h186z" />
+    <glyph glyph-name="AEacute" unicode="&#x1fc;" horiz-adv-x="1080"
+d="M1034 130v-130h-542v150h-253l-82 -150h-166l395 700h635v-130h-368v-152h326v-126h-326v-162h381zM492 273v297h-23l-163 -297h186zM616 901h168l-181 -144h-122z" />
+    <glyph glyph-name="B" unicode="B" horiz-adv-x="765"
+d="M691 300c23 -29 34 -66 34 -109c0 -61 -24 -109 -71 -141c-48 -34 -118 -50 -209 -50h-362v700h342c85 0 151 -16 197 -49c45 -33 68 -77 68 -133c0 -34 -8 -64 -24 -91c-17 -27 -40 -48 -69 -63c40 -13 71 -34 94 -64zM244 578v-165h161c40 0 70 7 91 21s31 35 31 62
+s-10 48 -31 62c-21 13 -51 20 -91 20h-161zM530 143c21 14 32 36 32 65c0 58 -43 87 -129 87h-189v-173h189c43 0 75 7 97 21z" />
+    <glyph glyph-name="C" unicode="C" horiz-adv-x="733"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46z" />
+    <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="733"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46zM458 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="733"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46zM615 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="733"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46zM313 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32
+c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni1E08" unicode="&#x1e08;" horiz-adv-x="733"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46zM313 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32
+c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6zM458 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ccircumflex" unicode="&#x108;" horiz-adv-x="733"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46zM501 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="Cdotaccent" unicode="&#x10a;" horiz-adv-x="733"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46zM354 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24
+c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="D" unicode="D" horiz-adv-x="826"
+d="M83 700h318c76 0 143 -14 201 -44c59 -28 104 -69 136 -122c33 -53 49 -114 49 -184s-16 -131 -49 -184c-32 -53 -77 -94 -136 -122c-58 -30 -125 -44 -201 -44h-318v700zM393 133c70 0 126 19 167 59c42 38 63 91 63 158s-21 120 -63 158c-41 40 -97 59 -167 59h-148
+v-434h148z" />
+    <glyph glyph-name="uni01C4" unicode="&#x1c4;" horiz-adv-x="1449"
+d="M83 700h318c76 0 143 -14 201 -44c59 -28 104 -69 136 -122c33 -53 49 -114 49 -184s-16 -131 -49 -184c-32 -53 -77 -94 -136 -122c-58 -30 -125 -44 -201 -44h-318v700zM393 133c70 0 126 19 167 59c42 38 63 91 63 158s-21 120 -63 158c-41 40 -97 59 -167 59h-148
+v-434h148zM1427 132v-132h-612v105l384 463h-376v132h589v-105l-383 -463h398zM1322 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="839"
+d="M96 700h318c76 0 143 -14 202 -44c58 -28 103 -69 136 -122c32 -53 48 -114 48 -184s-16 -131 -48 -184c-33 -53 -78 -94 -136 -122c-59 -30 -126 -44 -202 -44h-318v700zM406 133c70 0 126 19 168 59c41 38 62 91 62 158s-21 120 -62 158c-42 40 -98 59 -168 59h-148
+v-434h148zM1 410h432v-108h-432v108z" />
+    <glyph glyph-name="Dcaron" unicode="&#x10e;" horiz-adv-x="826"
+d="M83 700h318c76 0 143 -14 201 -44c59 -28 104 -69 136 -122c33 -53 49 -114 49 -184s-16 -131 -49 -184c-32 -53 -77 -94 -136 -122c-58 -30 -125 -44 -201 -44h-318v700zM393 133c70 0 126 19 167 59c42 38 63 91 63 158s-21 120 -63 158c-41 40 -97 59 -167 59h-148
+v-434h148zM571 900l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Dcroat" unicode="&#x110;" horiz-adv-x="839"
+d="M96 700h318c76 0 143 -14 202 -44c58 -28 103 -69 136 -122c32 -53 48 -114 48 -184s-16 -131 -48 -184c-33 -53 -78 -94 -136 -122c-59 -30 -126 -44 -202 -44h-318v700zM406 133c70 0 126 19 168 59c41 38 62 91 62 158s-21 120 -62 158c-42 40 -98 59 -168 59h-148
+v-434h148zM1 410h432v-108h-432v108z" />
+    <glyph glyph-name="uni1E0C" unicode="&#x1e0c;" horiz-adv-x="826"
+d="M83 700h318c76 0 143 -14 201 -44c59 -28 104 -69 136 -122c33 -53 49 -114 49 -184s-16 -131 -49 -184c-32 -53 -77 -94 -136 -122c-58 -30 -125 -44 -201 -44h-318v700zM393 133c70 0 126 19 167 59c42 38 63 91 63 158s-21 120 -63 158c-41 40 -97 59 -167 59h-148
+v-434h148zM324 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1E0E" unicode="&#x1e0e;" horiz-adv-x="826"
+d="M83 700h318c76 0 143 -14 201 -44c59 -28 104 -69 136 -122c33 -53 49 -114 49 -184s-16 -131 -49 -184c-32 -53 -77 -94 -136 -122c-58 -30 -125 -44 -201 -44h-318v700zM393 133c70 0 126 19 167 59c42 38 63 91 63 158s-21 120 -63 158c-41 40 -97 59 -167 59h-148
+v-434h148zM188 -95h370v-87h-370v87z" />
+    <glyph glyph-name="uni01C5" unicode="&#x1c5;" horiz-adv-x="1369"
+d="M83 700h318c76 0 143 -14 201 -44c59 -28 104 -69 136 -122c33 -53 49 -114 49 -184s-16 -131 -49 -184c-32 -53 -77 -94 -136 -122c-58 -30 -125 -44 -201 -44h-318v700zM393 133c70 0 126 19 167 59c42 38 63 91 63 158s-21 120 -63 158c-41 40 -97 59 -167 59h-148
+v-434h148zM1341 120v-120h-480v94l274 324h-267v120h464v-94l-274 -324h283zM1302 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="E" unicode="E" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381z" />
+    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM392 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ebreve" unicode="&#x114;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM218 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="Ecaron" unicode="&#x11a;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM549 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni1E1C" unicode="&#x1e1c;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM269 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73
+c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6zM218 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM435 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EBE" unicode="&#x1ebe;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM434 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM579 974h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EC6" unicode="&#x1ec6;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM304 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM435 757l-87 76l-87 -76h-114l132 144h138
+l132 -144h-114z" />
+    <glyph glyph-name="uni1EC0" unicode="&#x1ec0;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM434 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM371 974h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EC2" unicode="&#x1ec2;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM434 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM488 871c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22
+c17 -14 25 -33 25 -57c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1EC4" unicode="&#x1ec4;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM434 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM374 914c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92
+c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni0204" unicode="&#x204;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM86 901h146l72 -144h-114zM288 901h146l72 -144h-114z" />
+    <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM197 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM400 782c-14 12 -20 29 -20 49s6 37 20 49
+c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="Edotaccent" unicode="&#x116;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM288 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1EB8" unicode="&#x1eb8;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM304 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM136 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EBA" unicode="&#x1eba;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM329 799c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77
+c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0206" unicode="&#x206;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM218 868c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -26 51c-16 14 -36 20 -60 20s-44 -6 -60 -20c-17 -12 -25 -30 -26 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="Emacron" unicode="&#x112;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM163 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E16" unicode="&#x1e16;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM163 856h370v-83h-370v83zM373 1039h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E14" unicode="&#x1e14;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM163 856h370v-83h-370v83zM165 1039h159l110 -121h-112z" />
+    <glyph glyph-name="Eogonek" unicode="&#x118;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM446 -202c-25 21 -37 48 -37 82c0 33 13 63 39 91c25 28 64 51 115 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 16 -33c10 -9 24 -13 41 -13c23 0 43 5 61 15l22 -71
+c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="uni1EBC" unicode="&#x1ebc;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM376 764c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29
+c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="uni01B7" unicode="&#x1b7;" horiz-adv-x="638"
+d="M548 348c35 -35 53 -80 53 -133c0 -41 -11 -79 -33 -113c-22 -35 -56 -62 -101 -83s-101 -31 -168 -31c-52 0 -103 6 -152 20c-49 12 -90 31 -122 54l55 125c28 -21 61 -37 98 -48c38 -11 77 -17 116 -17c45 0 80 8 105 24c25 17 38 39 38 68c0 28 -12 50 -35 65
+s-59 23 -107 23h-75v105l156 164h-322v129h511v-105l-170 -179c67 -10 118 -33 153 -68z" />
+    <glyph glyph-name="uni01EE" unicode="&#x1ee;" horiz-adv-x="638"
+d="M548 348c35 -35 53 -80 53 -133c0 -41 -11 -79 -33 -113c-22 -35 -56 -62 -101 -83s-101 -31 -168 -31c-52 0 -103 6 -152 20c-49 12 -90 31 -122 54l55 125c28 -21 61 -37 98 -48c38 -11 77 -17 116 -17c45 0 80 8 105 24c25 17 38 39 38 68c0 28 -12 50 -35 65
+s-59 23 -107 23h-75v105l156 164h-322v129h511v-105l-170 -179c67 -10 118 -33 153 -68zM511 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="F" unicode="F" horiz-adv-x="639"
+d="M245 570v-185h324v-130h-324v-255h-162v700h529v-130h-367z" />
+    <glyph glyph-name="G" unicode="G" horiz-adv-x="771"
+d="M556 361h148v-284c-38 -29 -82 -51 -132 -66s-100 -23 -151 -23c-73 0 -138 16 -196 46c-58 32 -103 74 -137 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 138 130c59 30 125 46 198 46c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -9 -119 -28s-62 -45 -81 -79s-29 -73 -29 -117c0 -43 10 -82 29 -116s46 -60 80 -80c35 -18 74 -28 118 -28c47 0 89 10 126 30v205z" />
+    <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="771"
+d="M556 361h148v-284c-38 -29 -82 -51 -132 -66s-100 -23 -151 -23c-73 0 -138 16 -196 46c-58 32 -103 74 -137 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 138 130c59 30 125 46 198 46c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -9 -119 -28s-62 -45 -81 -79s-29 -73 -29 -117c0 -43 10 -82 29 -116s46 -60 80 -80c35 -18 74 -28 118 -28c47 0 89 10 126 30v205zM287 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98
+c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="Gcaron" unicode="&#x1e6;" horiz-adv-x="771"
+d="M556 361h148v-284c-38 -29 -82 -51 -132 -66s-100 -23 -151 -23c-73 0 -138 16 -196 46c-58 32 -103 74 -137 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 138 130c59 30 125 46 198 46c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -9 -119 -28s-62 -45 -81 -79s-29 -73 -29 -117c0 -43 10 -82 29 -116s46 -60 80 -80c35 -18 74 -28 118 -28c47 0 89 10 126 30v205zM618 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Gcircumflex" unicode="&#x11c;" horiz-adv-x="771"
+d="M556 361h148v-284c-38 -29 -82 -51 -132 -66s-100 -23 -151 -23c-73 0 -138 16 -196 46c-58 32 -103 74 -137 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 138 130c59 30 125 46 198 46c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -9 -119 -28s-62 -45 -81 -79s-29 -73 -29 -117c0 -43 10 -82 29 -116s46 -60 80 -80c35 -18 74 -28 118 -28c47 0 89 10 126 30v205zM504 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="Gcommaaccent" unicode="&#x122;" horiz-adv-x="771"
+d="M556 361h148v-284c-38 -29 -82 -51 -132 -66s-100 -23 -151 -23c-73 0 -138 16 -196 46c-58 32 -103 74 -137 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 138 130c59 30 125 46 198 46c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -9 -119 -28s-62 -45 -81 -79s-29 -73 -29 -117c0 -43 10 -82 29 -116s46 -60 80 -80c35 -18 74 -28 118 -28c47 0 89 10 126 30v205zM458 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33
+c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="Gdotaccent" unicode="&#x120;" horiz-adv-x="771"
+d="M556 361h148v-284c-38 -29 -82 -51 -132 -66s-100 -23 -151 -23c-73 0 -138 16 -196 46c-58 32 -103 74 -137 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 138 130c59 30 125 46 198 46c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -9 -119 -28s-62 -45 -81 -79s-29 -73 -29 -117c0 -43 10 -82 29 -116s46 -60 80 -80c35 -18 74 -28 118 -28c47 0 89 10 126 30v205zM356 786c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61
+c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E20" unicode="&#x1e20;" horiz-adv-x="771"
+d="M556 361h148v-284c-38 -29 -82 -51 -132 -66s-100 -23 -151 -23c-73 0 -138 16 -196 46c-58 32 -103 74 -137 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 138 130c59 30 125 46 198 46c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -9 -119 -28s-62 -45 -81 -79s-29 -73 -29 -117c0 -43 10 -82 29 -116s46 -60 80 -80c35 -18 74 -28 118 -28c47 0 89 10 126 30v205zM232 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni01E4" unicode="&#x1e4;" horiz-adv-x="811"
+d="M556 361h148v-284c-38 -29 -82 -51 -132 -66s-100 -23 -151 -23c-73 0 -138 16 -196 46c-58 32 -103 74 -137 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 138 130c59 30 125 46 198 46c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -9 -119 -28s-62 -45 -81 -79s-29 -73 -29 -117c0 -43 10 -82 29 -116s46 -60 80 -80c35 -18 74 -28 118 -28c47 0 89 10 126 30v205zM393 305h399v-107h-399v107z" />
+    <glyph glyph-name="H" unicode="H" horiz-adv-x="808"
+d="M725 700v-700h-162v287h-318v-287h-162v700h162v-276h318v276h162z" />
+    <glyph glyph-name="Hbar" unicode="&#x126;" horiz-adv-x="834"
+d="M738 700v-700h-162v287h-318v-287h-162v700h162v-276h318v276h162zM1 618h832v-108h-832v108z" />
+    <glyph glyph-name="uni1E2A" unicode="&#x1e2a;" horiz-adv-x="808"
+d="M725 700v-700h-162v287h-318v-287h-162v700h162v-276h318v276h162zM275 -178c-34 27 -52 61 -55 104h93c1 -20 9 -36 27 -48c16 -13 38 -19 64 -19s48 6 64 19c18 12 26 28 27 48h93c-3 -43 -21 -77 -55 -104c-34 -26 -77 -39 -129 -39s-95 13 -129 39z" />
+    <glyph glyph-name="uni021E" unicode="&#x21e;" horiz-adv-x="808"
+d="M725 700v-700h-162v287h-318v-287h-162v700h162v-276h318v276h162zM605 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Hcircumflex" unicode="&#x124;" horiz-adv-x="808"
+d="M725 700v-700h-162v287h-318v-287h-162v700h162v-276h318v276h162zM491 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1E24" unicode="&#x1e24;" horiz-adv-x="808"
+d="M725 700v-700h-162v287h-318v-287h-162v700h162v-276h318v276h162zM354 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="I" unicode="I" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700z" />
+    <glyph glyph-name="IJ" unicode="&#x132;" horiz-adv-x="724"
+d="M182 8c-46 14 -86 33 -121 57l61 122c31 -21 64 -36 98 -47c36 -11 70 -16 104 -16c107 0 161 61 161 183v393h162v-385c0 -70 -13 -129 -39 -179c-27 -48 -64 -86 -112 -110c-48 -26 -104 -38 -169 -38c-51 0 -100 7 -145 20zM77 700h162v-378h-162v378z" />
+    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM208 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ibreve" unicode="&#x12c;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM34 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM251 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni0208" unicode="&#x208;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM-98 901h146l72 -144h-114zM104 901h146l72 -144h-114z" />
+    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM13 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM216 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20
+c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni1E2E" unicode="&#x1e2e;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM19 780c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM215 780c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47
+s-6 -35 -19 -48c-13 -12 -28 -18 -47 -18s-34 6 -47 18zM189 1039h159l-157 -121h-113z" />
+    <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM104 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1ECA" unicode="&#x1eca;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM114 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM-48 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EC8" unicode="&#x1ec8;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM145 799c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni020A" unicode="&#x20a;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM34 868c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -26 51c-16 14 -36 20 -60 20s-44 -6 -60 -20c-17 -12 -25 -30 -26 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="Imacron" unicode="&#x12a;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM14 873h300v-88h-300v88z" />
+    <glyph glyph-name="Iogonek" unicode="&#x12e;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM115 -202c-22 21 -33 48 -33 81c0 31 10 61 29 89c19 27 48 52 86 73l48 -41c-24 -19 -41 -38 -51 -54c-9 -18 -14 -35 -14 -52c0 -14 4 -25 12 -34s18 -13 30 -13s23 3 32 10l22 -68c-19 -14 -44 -21 -74 -21c-36 0 -65 10 -87 30z" />
+    <glyph glyph-name="Itilde" unicode="&#x128;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM192 764c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6
+c13 0 25 5 33 15c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="J" unicode="J" horiz-adv-x="541"
+d="M82 14c-40 18 -73 43 -98 76l90 108c38 -51 81 -77 130 -77c66 0 99 39 99 116v333h-246v130h407v-454c0 -86 -21 -150 -64 -194c-43 -42 -105 -64 -188 -64c-47 0 -91 9 -130 26z" />
+    <glyph glyph-name="Jcircumflex" unicode="&#x134;" horiz-adv-x="541"
+d="M82 14c-40 18 -73 43 -98 76l90 108c38 -51 81 -77 130 -77c66 0 99 39 99 116v333h-246v130h407v-454c0 -86 -21 -150 -64 -194c-43 -42 -105 -64 -188 -64c-47 0 -91 9 -130 26zM348 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="K" unicode="K" horiz-adv-x="740"
+d="M338 275l-94 -98v-177h-161v700h161v-327l310 327h180l-290 -312l307 -388h-189z" />
+    <glyph glyph-name="uni01E8" unicode="&#x1e8;" horiz-adv-x="740"
+d="M338 275l-94 -98v-177h-161v700h161v-327l310 327h180l-290 -312l307 -388h-189zM580 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Kcommaaccent" unicode="&#x136;" horiz-adv-x="740"
+d="M338 275l-94 -98v-177h-161v700h161v-327l310 327h180l-290 -312l307 -388h-189zM430 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="L" unicode="L" horiz-adv-x="604"
+d="M83 700h162v-568h351v-132h-513v700z" />
+    <glyph glyph-name="uni01C7" unicode="&#x1c7;" horiz-adv-x="1145"
+d="M83 700h162v-568h351v-132h-513v700zM686 14c-40 18 -73 43 -98 76l90 108c38 -51 81 -77 130 -77c66 0 99 39 99 116v333h-246v130h407v-454c0 -86 -21 -150 -64 -194c-43 -42 -105 -64 -188 -64c-47 0 -91 9 -130 26z" />
+    <glyph glyph-name="Lacute" unicode="&#x139;" horiz-adv-x="604"
+d="M83 700h162v-568h351v-132h-513v700zM208 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Lcaron" unicode="&#x13d;" horiz-adv-x="604"
+d="M83 700h162v-568h351v-132h-513v700zM431 741h117l-20 -201h-97v201z" />
+    <glyph glyph-name="Lcommaaccent" unicode="&#x13b;" horiz-adv-x="604"
+d="M83 700h162v-568h351v-132h-513v700zM402 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="Ldot" unicode="&#x13f;" horiz-adv-x="604"
+d="M83 700h162v-568h351v-132h-513v700zM406 354c-16 16 -24 37 -24 62s8 46 24 62c16 17 36 25 61 25s45 -8 61 -25c16 -16 24 -37 24 -62s-8 -46 -24 -62c-16 -17 -36 -25 -61 -25s-45 8 -61 25z" />
+    <glyph glyph-name="uni1E36" unicode="&#x1e36;" horiz-adv-x="604"
+d="M83 700h162v-568h351v-132h-513v700zM302 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni01C8" unicode="&#x1c8;" horiz-adv-x="911"
+d="M83 700h162v-568h351v-132h-513v700zM511 -172l42 113c18 -13 40 -19 66 -19c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537c0 -63 -18 -112 -53 -149c-36 -36 -86 -54 -150 -54c-55 0 -96 10 -125 30zM691 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25
+s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="uni1E3A" unicode="&#x1e3a;" horiz-adv-x="604"
+d="M83 700h162v-568h351v-132h-513v700zM166 -95h370v-87h-370v87z" />
+    <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="617"
+d="M96 700h162v-568h351v-132h-513v700zM-14 304l376 282l58 -78l-376 -282z" />
+    <glyph glyph-name="M" unicode="M" horiz-adv-x="955"
+d="M720 0l-1 420l-206 -346h-73l-205 337v-411h-152v700h134l262 -435l258 435h133l2 -700h-152z" />
+    <glyph glyph-name="uni1E42" unicode="&#x1e42;" horiz-adv-x="955"
+d="M720 0l-1 420l-206 -346h-73l-205 337v-411h-152v700h134l262 -435l258 435h133l2 -700h-152zM428 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="N" unicode="N" horiz-adv-x="808"
+d="M725 700v-700h-133l-349 425v-425h-160v700h134l348 -425v425h160z" />
+    <glyph glyph-name="uni01CA" unicode="&#x1ca;" horiz-adv-x="1349"
+d="M725 700v-700h-133l-349 425v-425h-160v700h134l348 -425v425h160zM890 14c-40 18 -73 43 -98 76l90 108c38 -51 81 -77 130 -77c66 0 99 39 99 116v333h-246v130h407v-454c0 -86 -21 -150 -64 -194c-43 -42 -105 -64 -188 -64c-47 0 -91 9 -130 26z" />
+    <glyph glyph-name="Nacute" unicode="&#x143;" horiz-adv-x="808"
+d="M725 700v-700h-133l-349 425v-425h-160v700h134l348 -425v425h160zM448 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ncaron" unicode="&#x147;" horiz-adv-x="808"
+d="M725 700v-700h-133l-349 425v-425h-160v700h134l348 -425v425h160zM605 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Ncommaaccent" unicode="&#x145;" horiz-adv-x="808"
+d="M725 700v-700h-133l-349 425v-425h-160v700h134l348 -425v425h160zM454 -90c13 -10 19 -25 19 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33c0 18 6 33 19 43c12 12 29 17 50 17s38 -5 50 -17z" />
+    <glyph glyph-name="uni1E44" unicode="&#x1e44;" horiz-adv-x="808"
+d="M725 700v-700h-133l-349 425v-425h-160v700h134l348 -425v425h160zM344 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1E46" unicode="&#x1e46;" horiz-adv-x="808"
+d="M725 700v-700h-133l-349 425v-425h-160v700h134l348 -425v425h160zM354 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="Eng" unicode="&#x14a;" horiz-adv-x="808"
+d="M725 700v-629c0 -93 -21 -161 -63 -206c-41 -45 -103 -67 -186 -67c-37 0 -71 6 -103 16c-32 12 -60 28 -84 50l76 113c29 -31 63 -46 103 -46c61 0 93 34 97 102l-322 392v-425h-160v700h134l348 -425v425h160z" />
+    <glyph glyph-name="uni01CB" unicode="&#x1cb;" horiz-adv-x="1115"
+d="M725 700v-700h-133l-349 425v-425h-160v700h134l348 -425v425h160zM715 -172l42 113c18 -13 40 -19 66 -19c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537c0 -63 -18 -112 -53 -149c-36 -36 -86 -54 -150 -54c-55 0 -96 10 -125 30zM895 638c-18 17 -27 37 -27 62
+s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="uni1E48" unicode="&#x1e48;" horiz-adv-x="808"
+d="M725 700v-700h-133l-349 425v-425h-160v700h134l348 -425v425h160zM219 -95h370v-87h-370v87z" />
+    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="808"
+d="M725 700v-700h-133l-349 425v-425h-160v700h134l348 -425v425h160zM432 764c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29
+c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="O" unicode="O" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28z" />
+    <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM466 901h168l-181 -144
+h-122z" />
+    <glyph glyph-name="Obreve" unicode="&#x14e;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM292 790
+c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM509 757l-87 76l-87 -76
+h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1ED0" unicode="&#x1ed0;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM508 757l-86 57l-86 -57
+h-115l133 114h136l133 -114h-115zM653 974h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1ED8" unicode="&#x1ed8;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM372 -192
+c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18zM509 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1ED2" unicode="&#x1ed2;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM508 757l-86 57l-86 -57
+h-115l133 114h136l133 -114h-115zM445 974h159l110 -121h-112z" />
+    <glyph glyph-name="uni1ED4" unicode="&#x1ed4;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM508 757l-86 57l-86 -57
+h-115l133 114h136l133 -114h-115zM562 871c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1ED6" unicode="&#x1ed6;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM508 757l-86 57l-86 -57
+h-115l133 114h136l133 -114h-115zM448 914c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5
+c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni020C" unicode="&#x20c;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM160 901h146l72 -144
+h-114zM362 901h146l72 -144h-114z" />
+    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM271 782
+c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM474 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49
+c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni022A" unicode="&#x22a;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM277 780
+c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM473 780c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -28 -18 -47 -18
+s-34 6 -47 18zM237 1017h370v-83h-370v83z" />
+    <glyph glyph-name="uni0230" unicode="&#x230;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM372 780
+c-12 13 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -36 -19 -49c-14 -13 -30 -19 -50 -19s-36 6 -50 19zM237 1024h370v-83h-370v83z" />
+    <glyph glyph-name="uni1ECC" unicode="&#x1ecc;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM372 -192
+c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM210 901h168l135 -144
+h-122z" />
+    <glyph glyph-name="uni1ECE" unicode="&#x1ece;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM403 799
+c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="Ohorn" unicode="&#x1a0;" horiz-adv-x="844"
+d="M774 498c20 -45 31 -95 31 -148c0 -69 -17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 50 186c33 54 80 98 139 129s126 47 201 47c29 0 66 -3 110 -8c35 -4 59 -6 73 -6
+c26 0 46 6 60 17c15 11 22 28 22 49s-7 41 -20 60l92 34c21 -30 32 -63 32 -100s-10 -67 -29 -92s-47 -42 -82 -52c37 -31 65 -70 87 -116zM534 154c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28
+c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28z" />
+    <glyph glyph-name="uni1EDA" unicode="&#x1eda;" horiz-adv-x="844"
+d="M774 498c20 -45 31 -95 31 -148c0 -69 -17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 50 186c33 54 80 98 139 129s126 47 201 47c29 0 66 -3 110 -8c35 -4 59 -6 73 -6
+c26 0 46 6 60 17c15 11 22 28 22 49s-7 41 -20 60l92 34c21 -30 32 -63 32 -100s-10 -67 -29 -92s-47 -42 -82 -52c37 -31 65 -70 87 -116zM534 154c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28
+c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM466 901h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1EE2" unicode="&#x1ee2;" horiz-adv-x="844"
+d="M774 498c20 -45 31 -95 31 -148c0 -69 -17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 50 186c33 54 80 98 139 129s126 47 201 47c29 0 66 -3 110 -8c35 -4 59 -6 73 -6
+c26 0 46 6 60 17c15 11 22 28 22 49s-7 41 -20 60l92 34c21 -30 32 -63 32 -100s-10 -67 -29 -92s-47 -42 -82 -52c37 -31 65 -70 87 -116zM534 154c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28
+c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM372 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18
+s-36 6 -50 18z" />
+    <glyph glyph-name="uni1EDC" unicode="&#x1edc;" horiz-adv-x="844"
+d="M774 498c20 -45 31 -95 31 -148c0 -69 -17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 50 186c33 54 80 98 139 129s126 47 201 47c29 0 66 -3 110 -8c35 -4 59 -6 73 -6
+c26 0 46 6 60 17c15 11 22 28 22 49s-7 41 -20 60l92 34c21 -30 32 -63 32 -100s-10 -67 -29 -92s-47 -42 -82 -52c37 -31 65 -70 87 -116zM534 154c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28
+c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM210 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EDE" unicode="&#x1ede;" horiz-adv-x="844"
+d="M774 498c20 -45 31 -95 31 -148c0 -69 -17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 50 186c33 54 80 98 139 129s126 47 201 47c29 0 66 -3 110 -8c35 -4 59 -6 73 -6
+c26 0 46 6 60 17c15 11 22 28 22 49s-7 41 -20 60l92 34c21 -30 32 -63 32 -100s-10 -67 -29 -92s-47 -42 -82 -52c37 -31 65 -70 87 -116zM534 154c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28
+c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM403 799c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34
+c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni1EE0" unicode="&#x1ee0;" horiz-adv-x="844"
+d="M774 498c20 -45 31 -95 31 -148c0 -69 -17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 50 186c33 54 80 98 139 129s126 47 201 47c29 0 66 -3 110 -8c35 -4 59 -6 73 -6
+c26 0 46 6 60 17c15 11 22 28 22 49s-7 41 -20 60l92 34c21 -30 32 -63 32 -100s-10 -67 -29 -92s-47 -42 -82 -52c37 -31 65 -70 87 -116zM534 154c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28
+c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM450 764c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107
+c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="Ohungarumlaut" unicode="&#x150;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM336 901h146l-104 -144
+h-114zM538 901h146l-104 -144h-114z" />
+    <glyph glyph-name="uni020E" unicode="&#x20e;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM292 868
+c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -26 51c-16 14 -36 20 -60 20s-44 -6 -60 -20c-17 -12 -25 -30 -26 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="Omacron" unicode="&#x14c;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM237 873h370v-88h-370
+v88z" />
+    <glyph glyph-name="uni1E52" unicode="&#x1e52;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM237 856h370v-83h-370
+v83zM447 1039h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E50" unicode="&#x1e50;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM237 856h370v-83h-370
+v83zM239 1039h159l110 -121h-112z" />
+    <glyph glyph-name="uni01EA" unicode="&#x1ea;" horiz-adv-x="844"
+d="M438 -44c-23 -20 -35 -41 -35 -63c0 -14 5 -25 15 -33c11 -9 25 -13 43 -13c22 0 42 5 60 15l23 -71c-13 -7 -28 -12 -46 -17c-19 -4 -37 -6 -55 -6c-43 0 -77 10 -101 30c-25 21 -37 48 -37 82c0 43 20 80 60 112c-63 8 -120 28 -169 61s-88 75 -116 126
+c-27 51 -41 108 -41 171c0 69 17 130 50 186c33 54 79 98 137 129s123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186c0 -57 -11 -108 -35 -156c-22 -46 -54 -86 -94 -118c-39 -32 -84 -55 -134 -70c-46 -14 -81 -31 -104 -50zM232 234
+c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116z" />
+    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM669 770h105l-598 -840
+h-105z" />
+    <glyph glyph-name="Oslashacute" unicode="&#x1fe;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM669 770h105l-598 -840
+h-105zM466 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM450 764
+c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79
+c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="uni1E4C" unicode="&#x1e4c;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM448 764
+c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM447 1039h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E4E" unicode="&#x1e4e;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM448 764
+c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM277 942c-13 12 -19 28 -19 47s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -29 -19 -48 -19s-34 6 -47 19zM473 942c-13 12 -19 28 -19 47s6 34 20 47c12 13 28 19 46 19
+c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -28 -19 -47 -19s-34 6 -47 19z" />
+    <glyph glyph-name="uni022C" unicode="&#x22c;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM448 764
+c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM237 1017h370v-83h-370v83z" />
+    <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="1136"
+d="M1090 130v-130h-665c-76 0 -143 14 -201 44c-59 28 -104 69 -136 122c-33 53 -49 114 -49 183c0 70 16 131 49 185c32 52 77 94 136 122c58 30 125 44 201 44h652v-130h-368v-152h325v-126h-325v-162h381zM548 133v434h-115c-70 0 -126 -19 -167 -59
+c-42 -38 -63 -92 -63 -159c0 -66 21 -119 63 -157c41 -40 97 -59 167 -59h115z" />
+    <glyph glyph-name="P" unicode="P" horiz-adv-x="732"
+d="M548 669c45 -21 80 -50 105 -88s37 -83 37 -135c0 -51 -12 -96 -37 -134c-25 -39 -60 -68 -105 -88c-46 -21 -100 -31 -162 -31h-141v-193h-162v700h303c62 0 116 -10 162 -31zM488 356c25 22 38 51 38 90s-13 70 -38 90c-25 22 -62 32 -111 32h-132v-243h132
+c49 0 86 11 111 31z" />
+    <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="732"
+d="M548 592c45 -21 80 -50 105 -88s37 -83 37 -135s-12 -97 -37 -135s-60 -67 -105 -88c-46 -21 -100 -31 -162 -31h-141v-115h-162v700h162v-77h141c62 0 116 -10 162 -31zM488 278c25 22 38 52 38 91s-13 69 -38 91c-25 20 -62 31 -111 31h-132v-244h132
+c49 0 86 11 111 31z" />
+    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="844"
+d="M840 -75c-23 -28 -50 -49 -82 -64c-33 -15 -68 -22 -107 -22c-52 0 -99 11 -141 33c-42 23 -90 62 -144 119c-63 8 -120 28 -170 61c-49 33 -88 75 -116 126c-27 52 -41 109 -41 172c0 69 17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47
+s104 -75 137 -129c33 -56 50 -117 50 -186c0 -81 -23 -153 -69 -214c-45 -61 -106 -104 -181 -128c17 -17 33 -30 49 -38c15 -7 32 -11 50 -11c43 0 81 17 114 52zM232 234c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28c33 20 60 46 78 80c20 34 29 73 29 116
+s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116z" />
+    <glyph glyph-name="R" unicode="R" horiz-adv-x="735"
+d="M529 0l-135 195h-8h-141v-195h-162v700h303c62 0 116 -10 162 -31c45 -21 80 -50 105 -88s37 -83 37 -135s-12 -97 -38 -134c-24 -38 -60 -67 -106 -87l157 -225h-174zM488 536c-25 22 -62 32 -111 32h-132v-244h132c49 0 86 11 111 32s38 51 38 90s-13 70 -38 90z" />
+    <glyph glyph-name="Racute" unicode="&#x154;" horiz-adv-x="735"
+d="M529 0l-135 195h-8h-141v-195h-162v700h303c62 0 116 -10 162 -31c45 -21 80 -50 105 -88s37 -83 37 -135s-12 -97 -38 -134c-24 -38 -60 -67 -106 -87l157 -225h-174zM488 536c-25 22 -62 32 -111 32h-132v-244h132c49 0 86 11 111 32s38 51 38 90s-13 70 -38 90z
+M419 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Rcaron" unicode="&#x158;" horiz-adv-x="735"
+d="M529 0l-135 195h-8h-141v-195h-162v700h303c62 0 116 -10 162 -31c45 -21 80 -50 105 -88s37 -83 37 -135s-12 -97 -38 -134c-24 -38 -60 -67 -106 -87l157 -225h-174zM488 536c-25 22 -62 32 -111 32h-132v-244h132c49 0 86 11 111 32s38 51 38 90s-13 70 -38 90z
+M576 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Rcommaaccent" unicode="&#x156;" horiz-adv-x="735"
+d="M529 0l-135 195h-8h-141v-195h-162v700h303c62 0 116 -10 162 -31c45 -21 80 -50 105 -88s37 -83 37 -135s-12 -97 -38 -134c-24 -38 -60 -67 -106 -87l157 -225h-174zM488 536c-25 22 -62 32 -111 32h-132v-244h132c49 0 86 11 111 32s38 51 38 90s-13 70 -38 90z
+M426 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni0210" unicode="&#x210;" horiz-adv-x="735"
+d="M529 0l-135 195h-8h-141v-195h-162v700h303c62 0 116 -10 162 -31c45 -21 80 -50 105 -88s37 -83 37 -135s-12 -97 -38 -134c-24 -38 -60 -67 -106 -87l157 -225h-174zM488 536c-25 22 -62 32 -111 32h-132v-244h132c49 0 86 11 111 32s38 51 38 90s-13 70 -38 90z
+M113 901h146l72 -144h-114zM315 901h146l72 -144h-114z" />
+    <glyph glyph-name="uni1E5A" unicode="&#x1e5a;" horiz-adv-x="735"
+d="M529 0l-135 195h-8h-141v-195h-162v700h303c62 0 116 -10 162 -31c45 -21 80 -50 105 -88s37 -83 37 -135s-12 -97 -38 -134c-24 -38 -60 -67 -106 -87l157 -225h-174zM488 536c-25 22 -62 32 -111 32h-132v-244h132c49 0 86 11 111 32s38 51 38 90s-13 70 -38 90z
+M326 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni0212" unicode="&#x212;" horiz-adv-x="735"
+d="M529 0l-135 195h-8h-141v-195h-162v700h303c62 0 116 -10 162 -31c45 -21 80 -50 105 -88s37 -83 37 -135s-12 -97 -38 -134c-24 -38 -60 -67 -106 -87l157 -225h-174zM488 536c-25 22 -62 32 -111 32h-132v-244h132c49 0 86 11 111 32s38 51 38 90s-13 70 -38 90z
+M245 868c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -25 51c-17 14 -37 20 -61 20s-44 -6 -61 -20c-16 -12 -24 -30 -25 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="uni1E5E" unicode="&#x1e5e;" horiz-adv-x="735"
+d="M529 0l-135 195h-8h-141v-195h-162v700h303c62 0 116 -10 162 -31c45 -21 80 -50 105 -88s37 -83 37 -135s-12 -97 -38 -134c-24 -38 -60 -67 -106 -87l157 -225h-174zM488 536c-25 22 -62 32 -111 32h-132v-244h132c49 0 86 11 111 32s38 51 38 90s-13 70 -38 90z
+M190 -95h370v-87h-370v87z" />
+    <glyph glyph-name="S" unicode="S" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22z" />
+    <glyph glyph-name="Sacute" unicode="&#x15a;" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22zM369 901h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1E64" unicode="&#x1e64;" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22zM350 878h159l-157 -121h-113zM276 941c-14 13 -20 29 -20 49s6 36 20 50c12 12 29 19 49 19s37 -7 49 -19c14 -14 20 -30 20 -50s-6 -36 -20 -49c-12 -13 -29 -19 -49 -19
+s-37 6 -49 19z" />
+    <glyph glyph-name="uniA78B" unicode="&#xa78b;" horiz-adv-x="297"
+d="M68 700h160l-20 -403h-140v403z" />
+    <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22zM526 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni1E66" unicode="&#x1e66;" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22zM526 871l-133 -114h-136l-133 114h115l86 -57l86 57h115zM276 918c-14 13 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -36 -20 -49
+c-12 -13 -29 -19 -49 -19s-37 6 -49 19z" />
+    <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22zM241 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55
+c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="Scircumflex" unicode="&#x15c;" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22zM412 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="Scommaaccent" unicode="&#x218;" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22zM376 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni1E60" unicode="&#x1e60;" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22zM264 786c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E62" unicode="&#x1e62;" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22zM276 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1E68" unicode="&#x1e68;" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22zM276 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM264 786
+c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E9E" unicode="&#x1e9e;" horiz-adv-x="779"
+d="M690 346c33 -38 50 -84 50 -140c0 -45 -11 -84 -34 -117s-54 -58 -92 -75c-40 -17 -83 -26 -132 -26c-59 0 -110 8 -151 24l24 128c29 -15 63 -22 102 -22s68 8 89 24c20 16 30 40 30 71s-10 54 -31 71c-21 16 -50 24 -87 24c-29 0 -53 -4 -74 -11l-28 70l172 199
+c-33 11 -68 17 -106 17c-59 0 -105 -17 -136 -51c-31 -33 -47 -81 -47 -144v-388h-162v392c0 66 13 123 40 171s66 85 117 111c52 26 114 39 186 39c45 0 91 -6 136 -17c45 -12 83 -29 114 -50v-98l-113 -130c55 -11 99 -36 133 -72z" />
+    <glyph glyph-name="uni018F" unicode="&#x18f;" horiz-adv-x="817"
+d="M594 666c58 -32 103 -74 136 -130c32 -54 48 -116 48 -185s-16 -132 -48 -187s-76 -98 -132 -130c-56 -30 -119 -46 -189 -46c-71 0 -134 16 -191 47c-56 31 -100 75 -132 131c-31 56 -47 120 -47 191v34h573c-5 35 -18 67 -38 95c-20 27 -45 49 -76 64
+c-31 16 -64 24 -101 24s-74 -7 -111 -22c-37 -14 -67 -34 -92 -60l-97 105c34 35 78 63 131 83c53 22 110 32 170 32c73 0 138 -16 196 -46zM544 161c34 29 57 69 66 120h-403c9 -51 32 -91 67 -121c35 -28 80 -43 135 -43s99 15 135 44z" />
+    <glyph glyph-name="T" unicode="T" horiz-adv-x="618"
+d="M228 568h-224v132h610v-132h-224v-568h-162v568z" />
+    <glyph glyph-name="Tbar" unicode="&#x166;" horiz-adv-x="618"
+d="M228 568h-224v132h610v-132h-224v-568h-162v568zM93 382h432v-108h-432v108z" />
+    <glyph glyph-name="Tcaron" unicode="&#x164;" horiz-adv-x="618"
+d="M228 568h-224v132h610v-132h-224v-568h-162v568zM510 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni0162" unicode="&#x162;" horiz-adv-x="618"
+d="M228 568h-224v132h610v-132h-224v-568h-162v568zM225 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26
+c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni021A" unicode="&#x21a;" horiz-adv-x="618"
+d="M228 568h-224v132h610v-132h-224v-568h-162v568zM360 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni1E6C" unicode="&#x1e6c;" horiz-adv-x="618"
+d="M228 568h-224v132h610v-132h-224v-568h-162v568zM260 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1E6E" unicode="&#x1e6e;" horiz-adv-x="618"
+d="M228 568h-224v132h610v-132h-224v-568h-162v568zM124 -95h370v-87h-370v87z" />
+    <glyph glyph-name="U" unicode="U" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83z" />
+    <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM439 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ubreve" unicode="&#x16c;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM265 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51
+c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni01D3" unicode="&#x1d3;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM596 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM482 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni0214" unicode="&#x214;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM133 901h146l72 -144h-114zM335 901h146l72 -144h-114z" />
+    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM244 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20
+s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM446 782c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni1EE4" unicode="&#x1ee4;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM346 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20
+c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM183 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EE6" unicode="&#x1ee6;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM376 799c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 30
+c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30c22 -19 33 -45 33 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="Uhorn" unicode="&#x1af;" horiz-adv-x="801"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM628 700h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104z" />
+    <glyph glyph-name="uni1EE8" unicode="&#x1ee8;" horiz-adv-x="801"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM628 700h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104zM439 901h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1EF0" unicode="&#x1ef0;" horiz-adv-x="801"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM628 700h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104zM346 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1EEA" unicode="&#x1eea;" horiz-adv-x="801"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM628 700h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104zM183 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EEC" unicode="&#x1eec;" horiz-adv-x="801"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM628 700h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104zM376 799c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30c22 -19 33 -45 33 -77
+c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni1EEE" unicode="&#x1eee;" horiz-adv-x="801"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM628 700h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104zM422 764c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39c17 0 33 -3 46 -11
+c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="Uhungarumlaut" unicode="&#x170;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM309 901h146l-104 -144h-114zM511 901h146l-104 -144h-114z" />
+    <glyph glyph-name="uni0216" unicode="&#x216;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM265 868c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98
+c-1 21 -9 39 -25 51c-17 14 -37 20 -61 20s-44 -6 -61 -20c-16 -12 -24 -30 -25 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="Umacron" unicode="&#x16a;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM210 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E7A" unicode="&#x1e7a;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM210 857h370v-83h-370v83zM250 942c-13 13 -19 29 -19 48s6 34 19 47
+s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM446 942c-13 13 -19 29 -19 48s7 34 19 47c14 13 29 19 47 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -28 -18 -47 -18s-34 6 -47 18z" />
+    <glyph glyph-name="Uogonek" unicode="&#x172;" horiz-adv-x="788"
+d="M711 700v-392c0 -79 -16 -144 -49 -193s-79 -85 -138 -107c-52 -19 -88 -38 -109 -58c-21 -18 -31 -38 -31 -57c0 -14 5 -25 15 -33c10 -9 24 -13 42 -13c23 0 43 5 60 15l23 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30
+c-25 21 -37 48 -37 82c0 41 20 78 59 111c-85 9 -150 40 -197 95s-70 129 -70 222v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160z" />
+    <glyph glyph-name="Uring" unicode="&#x16e;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM306 789c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35
+s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35zM438 832c11 11 17 26 17 43s-6 32 -17 43c-12 12 -27 18 -44 18s-31 -6 -42 -18c-12 -11 -18 -26 -18 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 44 18z" />
+    <glyph glyph-name="Utilde" unicode="&#x168;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM422 764c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6
+c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39c17 0 33 -3 46 -11c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39
+c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="uni1E78" unicode="&#x1e78;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM421 764c-14 5 -29 13 -46 24c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6
+c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 93c21 21 49 32 85 32c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM420 1039
+h159l-157 -121h-113z" />
+    <glyph glyph-name="V" unicode="V" horiz-adv-x="746"
+d="M756 700l-303 -700h-160l-302 700h175l213 -500l216 500h161z" />
+    <glyph glyph-name="W" unicode="W" horiz-adv-x="1163"
+d="M1141 700l-229 -700h-174l-154 474l-159 -474h-173l-230 700h168l158 -492l165 492h150l160 -496l163 496h155z" />
+    <glyph glyph-name="Wacute" unicode="&#x1e82;" horiz-adv-x="1163"
+d="M1141 700l-229 -700h-174l-154 474l-159 -474h-173l-230 700h168l158 -492l165 492h150l160 -496l163 496h155zM626 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Wcircumflex" unicode="&#x174;" horiz-adv-x="1163"
+d="M1141 700l-229 -700h-174l-154 474l-159 -474h-173l-230 700h168l158 -492l165 492h150l160 -496l163 496h155zM669 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="Wdieresis" unicode="&#x1e84;" horiz-adv-x="1163"
+d="M1141 700l-229 -700h-174l-154 474l-159 -474h-173l-230 700h168l158 -492l165 492h150l160 -496l163 496h155zM431 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20z
+M634 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="Wgrave" unicode="&#x1e80;" horiz-adv-x="1163"
+d="M1141 700l-229 -700h-174l-154 474l-159 -474h-173l-230 700h168l158 -492l165 492h150l160 -496l163 496h155zM370 901h168l135 -144h-122z" />
+    <glyph glyph-name="X" unicode="X" horiz-adv-x="714"
+d="M524 0l-169 243l-166 -243h-186l259 356l-246 344h184l161 -227l158 227h175l-244 -338l261 -362h-187z" />
+    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159z" />
+    <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159zM382 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ycircumflex" unicode="&#x176;" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159zM425 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159zM187 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM390 782c-14 12 -20 29 -20 49s6 37 20 49
+c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni1E8E" unicode="&#x1e8e;" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159zM278 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1EF4" unicode="&#x1ef4;" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159zM288 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="Ygrave" unicode="&#x1ef2;" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159zM126 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EF6" unicode="&#x1ef6;" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159zM319 799c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0232" unicode="&#x232;" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159zM153 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni1EF8" unicode="&#x1ef8;" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159zM366 764c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29
+c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="671"
+d="M650 132v-132h-612v105l384 463h-376v132h589v-105l-383 -463h398z" />
+    <glyph glyph-name="Zacute" unicode="&#x179;" horiz-adv-x="671"
+d="M650 132v-132h-612v105l384 463h-376v132h589v-105l-383 -463h398zM388 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="671"
+d="M650 132v-132h-612v105l384 463h-376v132h589v-105l-383 -463h398zM545 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Zdotaccent" unicode="&#x17b;" horiz-adv-x="671"
+d="M650 132v-132h-612v105l384 463h-376v132h589v-105l-383 -463h398zM284 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1E92" unicode="&#x1e92;" horiz-adv-x="671"
+d="M650 132v-132h-612v105l384 463h-376v132h589v-105l-383 -463h398zM298 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="Iacute_J.loclNLD" horiz-adv-x="724"
+d="M218 901h156l-181 -144h-109zM626 901h156l-182 -144h-109zM182 13c-46 14 -86 33 -121 58l61 120c31 -20 63 -35 98 -47c35 -10 68 -16 101 -16c55 0 95 15 123 44c26 30 40 76 40 139v389h163v-381c0 -70 -13 -129 -39 -179c-27 -48 -64 -86 -112 -110
+c-48 -26 -104 -38 -169 -38c-51 0 -100 7 -145 21zM77 700h162v-378h-162v378z" />
+    <glyph glyph-name="A.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320z" />
+    <glyph glyph-name="Aacute.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM442 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Abreve.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM268 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EAE.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM270 782c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM423 1022h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EB6.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM348 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18zM268 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20
+c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EB0.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM270 782c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM215 1022h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EB2.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM270 782c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM385 910c25 12 37 26 37 42c0 9 -3 16 -10 21c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48
+c23 15 50 22 83 22c28 0 50 -7 67 -21c17 -15 25 -34 25 -58c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni1EB4.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM270 782c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM424 908c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12
+s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni01CD.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM599 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Acircumflex.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM485 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA4.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM484 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM629 974h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EAC.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM348 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18zM485 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA6.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM484 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM421 974h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EA8.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM484 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM538 871c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35
+z" />
+    <glyph glyph-name="uni1EAA.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM484 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM424 914c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24
+c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni0200.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM136 901h146l72 -144h-114zM338 901h146l72 -144h-114z" />
+    <glyph glyph-name="Adieresis.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM247 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM450 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49
+s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni1EA0.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM348 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="Agrave.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM186 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EA2.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM379 799c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0202.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM268 868c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -26 51c-16 14 -36 20 -60 20s-44 -6 -60 -20c-17 -12 -25 -30 -26 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="Amacron.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM213 873h370v-88h-370v88z" />
+    <glyph glyph-name="Aogonek.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM540 -202c-25 21 -37 48 -37 82c0 33 13 63 39 91c25 28 64 51 115 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 16 -33c10 -9 24 -13 41 -13c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6
+c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="Aring.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM310 789c-24 23 -36 52 -36 86s12 63 36 86c23 23 52 35 87 35s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -87 35zM440 832c12 11 18 26 18 43s-6 32 -18 43c-11 12 -26 18 -43 18s-31 -6 -43 -18c-11 -11 -17 -26 -17 -43
+s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 43 18z" />
+    <glyph glyph-name="Aringacute.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM505 938c11 -19 17 -40 17 -63c0 -34 -12 -63 -36 -86s-54 -35 -89 -35s-64 12 -87 35c-24 23 -36 52 -36 86s12 63 36 86c23 23 52 35 87 35c17 0 34 -3 52 -10l87 90l77 -60zM440 832c12 11 18 26 18 43s-6 32 -18 43c-11 12 -26 18 -43 18s-31 -6 -43 -18
+c-11 -11 -17 -26 -17 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 43 18z" />
+    <glyph glyph-name="Atilde.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM426 764c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15
+c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="AE.ss01" horiz-adv-x="1086"
+d="M1049 129v-129h-543v177h-273v-177h-163v385c0 101 27 179 81 233c54 55 132 82 233 82h651v-129h-369v-154h327v-123h-327v-165h383zM506 305v257h-108c-56 0 -98 -15 -124 -44c-28 -30 -41 -76 -41 -137v-76h273z" />
+    <glyph glyph-name="AEacute.ss01" horiz-adv-x="1086"
+d="M1049 129v-129h-543v177h-273v-177h-163v385c0 101 27 179 81 233c54 55 132 82 233 82h651v-129h-369v-154h327v-123h-327v-165h383zM506 305v257h-108c-56 0 -98 -15 -124 -44c-28 -30 -41 -76 -41 -137v-76h273zM583 901h168l-181 -144h-122z" />
+    <glyph glyph-name="uni01C4.ss01" horiz-adv-x="1449"
+d="M83 700h318c76 0 143 -14 201 -44c59 -28 104 -69 136 -122c33 -53 49 -114 49 -184s-16 -131 -49 -184c-32 -53 -77 -94 -136 -122c-58 -30 -125 -44 -201 -44h-318v700zM393 133c70 0 126 19 167 59c42 38 63 91 63 158s-21 120 -63 158c-41 40 -97 59 -167 59h-148
+v-434h148zM1432 130v-130h-612v94l166 202h-111v121h210l126 153h-384v130h590v-93l-158 -193h102v-120h-200l-135 -164h406zM1326 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni01C5.ss01" horiz-adv-x="1379"
+d="M83 700h318c76 0 143 -14 201 -44c59 -28 104 -69 136 -122c33 -53 49 -114 49 -184s-16 -131 -49 -184c-32 -53 -77 -94 -136 -122c-58 -30 -125 -44 -201 -44h-318v700zM393 133c70 0 126 19 167 59c42 38 63 91 63 158s-21 120 -63 158c-41 40 -97 59 -167 59h-148
+v-434h148zM1346 120v-120h-480v94l107 126h-73v104h161l79 94h-267v120h464v-94l-102 -121h76v-104h-164l-84 -99h283zM1303 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="E.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46z" />
+    <glyph glyph-name="Eacute.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM406 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ebreve.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM232 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="Ecaron.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM563 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni1E1C.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM278 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 65 -28c15 -14 22 -33 22 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26
+c-17 0 -34 2 -51 6zM232 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="Ecircumflex.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM449 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EBE.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM448 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM593 974h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EC6.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM312 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18zM449 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EC0.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM448 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM385 974h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EC2.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM448 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM502 871c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57
+c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1EC4.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM448 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM388 914c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8
+c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni0204.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM100 901h146l72 -144h-114zM302 901h146l72 -144h-114z" />
+    <glyph glyph-name="Edieresis.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM211 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM414 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20
+c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="Edotaccent.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM302 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1EB8.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM312 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="Egrave.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM150 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EBA.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM343 799c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0206.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM232 868c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -26 51c-16 14 -36 20 -60 20s-44 -6 -60 -20c-17 -12 -25 -30 -26 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="Emacron.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM177 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E16.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM177 856h370v-83h-370v83zM387 1039h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E14.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM177 856h370v-83h-370v83zM179 1039h159l110 -121h-112z" />
+    <glyph glyph-name="Eogonek.ss01" horiz-adv-x="667"
+d="M618 -138l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -54 -6c-43 0 -77 10 -102 30c-25 21 -37 48 -37 82c0 43 17 81 51 114c-27 -4 -54 -6 -83 -6c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64
+c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128
+h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23c41 0 82 6 123 17s77 27 106 46l50 -122c-103 -59 -155 -114 -155 -164c0 -15 5 -27 16 -36c10 -9 24 -13 41 -13c23 0 43 5 61 15z" />
+    <glyph glyph-name="uni1EBC.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM390 764c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18
+c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="F.ss01" horiz-adv-x="615"
+d="M282 538c-29 -25 -43 -61 -43 -110v-43h288v-130h-288v-255h-162v427c0 90 28 160 85 210c56 50 135 75 236 75c40 0 78 -4 113 -12c35 -9 66 -21 92 -37l-50 -128c-40 26 -88 39 -144 39s-98 -12 -127 -36z" />
+    <glyph glyph-name="G.ss01" horiz-adv-x="771"
+d="M556 361h148v-361h-122v42c-49 -36 -111 -54 -188 -54c-65 0 -124 14 -178 42s-97 69 -129 122c-32 54 -48 118 -48 192c0 71 17 135 49 190c34 56 79 100 138 131s125 47 198 47c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -10 -119 -28c-35 -20 -62 -46 -81 -81s-29 -75 -29 -120c0 -47 9 -88 29 -121c18 -33 44 -58 76 -76c32 -16 67 -25 105 -25c57 0 104 16 143 48v190z" />
+    <glyph glyph-name="Gbreve.ss01" horiz-adv-x="771"
+d="M556 361h148v-361h-122v42c-49 -36 -111 -54 -188 -54c-65 0 -124 14 -178 42s-97 69 -129 122c-32 54 -48 118 -48 192c0 71 17 135 49 190c34 56 79 100 138 131s125 47 198 47c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -10 -119 -28c-35 -20 -62 -46 -81 -81s-29 -75 -29 -120c0 -47 9 -88 29 -121c18 -33 44 -58 76 -76c32 -16 67 -25 105 -25c57 0 104 16 143 48v190zM287 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51
+h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="Gcaron.ss01" horiz-adv-x="771"
+d="M556 361h148v-361h-122v42c-49 -36 -111 -54 -188 -54c-65 0 -124 14 -178 42s-97 69 -129 122c-32 54 -48 118 -48 192c0 71 17 135 49 190c34 56 79 100 138 131s125 47 198 47c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -10 -119 -28c-35 -20 -62 -46 -81 -81s-29 -75 -29 -120c0 -47 9 -88 29 -121c18 -33 44 -58 76 -76c32 -16 67 -25 105 -25c57 0 104 16 143 48v190zM618 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Gcircumflex.ss01" horiz-adv-x="771"
+d="M556 361h148v-361h-122v42c-49 -36 -111 -54 -188 -54c-65 0 -124 14 -178 42s-97 69 -129 122c-32 54 -48 118 -48 192c0 71 17 135 49 190c34 56 79 100 138 131s125 47 198 47c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -10 -119 -28c-35 -20 -62 -46 -81 -81s-29 -75 -29 -120c0 -47 9 -88 29 -121c18 -33 44 -58 76 -76c32 -16 67 -25 105 -25c57 0 104 16 143 48v190zM504 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="Gcommaaccent.ss01" horiz-adv-x="771"
+d="M556 361h148v-361h-122v42c-49 -36 -111 -54 -188 -54c-65 0 -124 14 -178 42s-97 69 -129 122c-32 54 -48 118 -48 192c0 71 17 135 49 190c34 56 79 100 138 131s125 47 198 47c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -10 -119 -28c-35 -20 -62 -46 -81 -81s-29 -75 -29 -120c0 -47 9 -88 29 -121c18 -33 44 -58 76 -76c32 -16 67 -25 105 -25c57 0 104 16 143 48v190zM458 -88c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20
+c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="Gdotaccent.ss01" horiz-adv-x="771"
+d="M556 361h148v-361h-122v42c-49 -36 -111 -54 -188 -54c-65 0 -124 14 -178 42s-97 69 -129 122c-32 54 -48 118 -48 192c0 71 17 135 49 190c34 56 79 100 138 131s125 47 198 47c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -10 -119 -28c-35 -20 -62 -46 -81 -81s-29 -75 -29 -120c0 -47 9 -88 29 -121c18 -33 44 -58 76 -76c32 -16 67 -25 105 -25c57 0 104 16 143 48v190zM356 786c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60
+c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E20.ss01" horiz-adv-x="771"
+d="M556 361h148v-361h-122v42c-49 -36 -111 -54 -188 -54c-65 0 -124 14 -178 42s-97 69 -129 122c-32 54 -48 118 -48 192c0 71 17 135 49 190c34 56 79 100 138 131s125 47 198 47c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -10 -119 -28c-35 -20 -62 -46 -81 -81s-29 -75 -29 -120c0 -47 9 -88 29 -121c18 -33 44 -58 76 -76c32 -16 67 -25 105 -25c57 0 104 16 143 48v190zM232 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni01E4.ss01" horiz-adv-x="816"
+d="M556 361h148v-361h-122v42c-49 -36 -111 -54 -188 -54c-65 0 -124 14 -178 42s-97 69 -129 122c-32 54 -48 118 -48 192c0 71 17 135 49 190c34 56 79 100 138 131s125 47 198 47c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -10 -119 -28c-35 -20 -62 -46 -81 -81s-29 -75 -29 -120c0 -47 9 -88 29 -121c18 -33 44 -58 76 -76c32 -16 67 -25 105 -25c57 0 104 16 143 48v190zM396 305h399v-107h-399v107z" />
+    <glyph glyph-name="I.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121z" />
+    <glyph glyph-name="IJ.ss01" horiz-adv-x="724"
+d="M181 -88c-45 13 -85 32 -120 56l61 122c31 -21 64 -36 98 -48c36 -10 70 -16 104 -16c53 0 94 15 120 44c28 30 41 76 41 138v492h162v-482c0 -70 -13 -130 -39 -178c-27 -50 -64 -86 -112 -112c-48 -24 -104 -37 -169 -37c-52 0 -101 7 -146 21zM77 700h162v-478h-162
+v478z" />
+    <glyph glyph-name="Iacute.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM286 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Iacute_J.loclNLD.ss01" horiz-adv-x="724"
+d="M218 901h156l-181 -144h-109zM626 901h156l-182 -144h-109zM182 -87c-46 14 -86 33 -121 58l61 120c31 -20 63 -35 98 -47c35 -10 68 -16 101 -16c55 0 95 15 123 44c26 30 40 76 40 139v489h163v-481c0 -70 -13 -129 -39 -179c-27 -48 -64 -86 -112 -110
+c-48 -26 -104 -38 -169 -38c-51 0 -100 7 -145 21zM77 700h162v-478h-162v478z" />
+    <glyph glyph-name="Ibreve.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM112 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="Icircumflex.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM329 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni0208.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM-20 901h146l72 -144h-114zM182 901h146l72 -144h-114z" />
+    <glyph glyph-name="Idieresis.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM91 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM294 782c-14 12 -20 29 -20 49s6 37 20 49
+c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni1E2E.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM97 780c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM293 780c-13 13 -19 29 -19 48s6 34 20 47
+c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -28 -18 -47 -18s-34 6 -47 18zM267 1039h159l-157 -121h-113z" />
+    <glyph glyph-name="Idotaccent.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM182 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1ECA.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM192 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="Igrave.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM30 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EC8.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM223 799c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77
+c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni020A.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM112 868c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -26 51c-16 14 -36 20 -60 20s-44 -6 -60 -20c-17 -12 -25 -30 -26 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="Imacron.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM57 873h370v-88h-370v88z" />
+    <glyph glyph-name="Iogonek.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM194 -202c-22 21 -33 48 -33 81c0 31 10 61 29 89c19 27 48 52 86 73l48 -41c-24 -19 -41 -38 -50 -54c-10 -18 -15 -35 -15 -52c0 -14 4 -25 12 -34s18 -13 30 -13s23 3 32 10l22 -68
+c-19 -14 -44 -21 -74 -21c-36 0 -65 10 -87 30z" />
+    <glyph glyph-name="Itilde.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM270 764c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29
+c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="J.ss01" horiz-adv-x="540"
+d="M80 -86c-38 18 -71 43 -96 76l88 108c38 -51 81 -77 129 -77c67 0 100 39 100 116v433h-245v130h407v-554c0 -86 -21 -150 -64 -194c-43 -42 -106 -64 -189 -64c-47 0 -90 9 -130 26z" />
+    <glyph glyph-name="Jcircumflex.ss01" horiz-adv-x="540"
+d="M80 -86c-38 18 -71 43 -96 76l88 108c38 -51 81 -77 129 -77c67 0 100 39 100 116v433h-245v130h407v-554c0 -86 -21 -150 -64 -194c-43 -42 -106 -64 -189 -64c-47 0 -90 9 -130 26zM347 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni01C7.ss01" horiz-adv-x="1174"
+d="M83 700h162v-568h351v-132h-513v700zM714 -86c-38 18 -71 43 -96 76l88 108c38 -51 81 -77 129 -77c67 0 100 39 100 116v433h-245v130h407v-554c0 -86 -21 -150 -64 -194c-43 -42 -106 -64 -189 -64c-47 0 -90 9 -130 26z" />
+    <glyph glyph-name="M.ss01" horiz-adv-x="1221"
+d="M1075 640c46 -49 69 -119 69 -210v-430h-162v425c0 49 -13 87 -38 111c-26 26 -60 38 -102 38c-46 0 -83 -13 -110 -40c-27 -26 -41 -66 -41 -119v-415h-162v425c0 49 -12 87 -36 111c-24 26 -57 38 -98 38c-45 0 -82 -13 -109 -40c-27 -26 -41 -66 -41 -119v-415h-162
+v700h157v-86c21 31 50 56 85 72c35 18 76 26 122 26c48 0 90 -9 126 -26c36 -18 64 -44 83 -77c24 33 56 59 94 77c40 17 83 26 132 26c83 0 147 -24 193 -72z" />
+    <glyph glyph-name="uni1E42.ss01" horiz-adv-x="1221"
+d="M1075 640c46 -49 69 -119 69 -210v-430h-162v425c0 49 -13 87 -38 111c-26 26 -60 38 -102 38c-46 0 -83 -13 -110 -40c-27 -26 -41 -66 -41 -119v-415h-162v425c0 49 -12 87 -36 111c-24 26 -57 38 -98 38c-45 0 -82 -13 -109 -40c-27 -26 -41 -66 -41 -119v-415h-162
+v700h157v-86c21 31 50 56 85 72c35 18 76 26 122 26c48 0 90 -9 126 -26c36 -18 64 -44 83 -77c24 33 56 59 94 77c40 17 83 26 132 26c83 0 147 -24 193 -72zM562 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49
+c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="N.ss01" horiz-adv-x="796"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78z" />
+    <glyph glyph-name="uni01CA.ss01" horiz-adv-x="1336"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78zM876 -86c-38 18 -71 43 -96 76
+l88 108c38 -51 81 -77 129 -77c67 0 100 39 100 116v433h-245v130h407v-554c0 -86 -21 -150 -64 -194c-43 -42 -106 -64 -189 -64c-47 0 -90 9 -130 26z" />
+    <glyph glyph-name="Nacute.ss01" horiz-adv-x="796"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78zM445 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ncaron.ss01" horiz-adv-x="796"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78zM602 901l-132 -144h-138l-132 144
+h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Ncommaaccent.ss01" horiz-adv-x="796"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78zM452 -90c12 -10 18 -25 18 -43
+c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni1E44.ss01" horiz-adv-x="796"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78zM340 786c-15 16 -23 36 -23 61
+c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E46.ss01" horiz-adv-x="796"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78zM352 -192c-14 13 -20 29 -20 49
+s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="Eng.ss01" horiz-adv-x="796"
+d="M649 634c47 -53 70 -127 70 -224v-353c0 -86 -21 -151 -64 -194s-105 -65 -187 -65c-37 0 -72 6 -104 16c-33 12 -61 28 -85 50l76 116c29 -31 64 -46 104 -46c32 0 56 10 73 29s25 48 25 87v355c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46
+c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78z" />
+    <glyph glyph-name="uni01CB.ss01" horiz-adv-x="1103"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78zM703 -172l42 113
+c18 -13 40 -19 66 -19c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537c0 -63 -18 -112 -53 -149c-36 -36 -86 -54 -150 -54c-55 0 -96 10 -125 30zM883 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65
+c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="uni1E48.ss01" horiz-adv-x="796"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78zM216 -95h370v-87h-370v87z" />
+    <glyph glyph-name="Ntilde.ss01" horiz-adv-x="796"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78zM428 764c-13 8 -28 17 -45 29
+c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39c17 0 33 -3 46 -11c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104
+c-22 -26 -49 -39 -84 -39c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="Q.ss01" horiz-adv-x="844"
+d="M767 186c-25 -50 -61 -92 -107 -125c-45 -33 -98 -55 -157 -66v-130h-163v130c-59 11 -111 33 -156 66c-46 33 -82 75 -107 125s-38 105 -38 164c0 69 17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186
+c0 -60 -13 -115 -38 -164zM602 214c26 38 39 83 39 136c0 43 -9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116c0 -53 13 -98 39 -135c25 -37 60 -63 104 -78v144h150v-144
+c45 14 80 40 106 77z" />
+    <glyph glyph-name="uni018F.ss01" horiz-adv-x="817"
+d="M594 666c58 -32 103 -74 136 -130c32 -54 48 -116 48 -185s-16 -132 -48 -187s-76 -98 -132 -130c-56 -30 -119 -46 -189 -46c-87 0 -161 23 -225 69c-62 46 -106 109 -129 188l535 215c-18 35 -44 62 -78 83s-72 31 -115 31c-37 0 -74 -7 -111 -22
+c-37 -14 -67 -34 -92 -60l-97 105c34 35 78 63 131 83c53 22 110 32 170 32c73 0 138 -16 196 -46zM559 175c37 39 55 91 55 156v18l-369 -150c15 -27 37 -47 65 -61c27 -14 60 -21 99 -21c63 0 113 19 150 58z" />
+    <glyph glyph-name="T.ss01" horiz-adv-x="638"
+d="M593 504c-60 35 -124 57 -193 67v-571h-162v571c-69 -10 -133 -32 -194 -67l-55 121c48 29 100 50 156 65s114 22 173 22c60 0 118 -7 174 -22c57 -15 109 -36 156 -65z" />
+    <glyph glyph-name="Tbar.ss01" horiz-adv-x="638"
+d="M593 504c-60 35 -124 57 -193 67v-571h-162v571c-69 -10 -133 -32 -194 -67l-55 121c48 29 100 50 156 65s114 22 173 22c60 0 118 -7 174 -22c57 -15 109 -36 156 -65zM102 370h432v-108h-432v108z" />
+    <glyph glyph-name="Tcaron.ss01" horiz-adv-x="638"
+d="M593 504c-60 35 -124 57 -193 67v-571h-162v571c-69 -10 -133 -32 -194 -67l-55 121c48 29 100 50 156 65s114 22 173 22c60 0 118 -7 174 -22c57 -15 109 -36 156 -65zM523 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni0162.ss01" horiz-adv-x="638"
+d="M593 504c-60 35 -124 57 -193 67v-571h-162v571c-69 -10 -133 -32 -194 -67l-55 121c48 29 100 50 156 65s114 22 173 22c60 0 118 -7 174 -22c57 -15 109 -36 156 -65zM235 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29
+h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni021A.ss01" horiz-adv-x="638"
+d="M593 504c-60 35 -124 57 -193 67v-571h-162v571c-69 -10 -133 -32 -194 -67l-55 121c48 29 100 50 156 65s114 22 173 22c60 0 118 -7 174 -22c57 -15 109 -36 156 -65zM370 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20
+c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni1E6C.ss01" horiz-adv-x="638"
+d="M593 504c-60 35 -124 57 -193 67v-571h-162v571c-69 -10 -133 -32 -194 -67l-55 121c48 29 100 50 156 65s114 22 173 22c60 0 118 -7 174 -22c57 -15 109 -36 156 -65zM270 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50
+s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1E6E.ss01" horiz-adv-x="638"
+d="M593 504c-60 35 -124 57 -193 67v-571h-162v571c-69 -10 -133 -32 -194 -67l-55 121c48 29 100 50 156 65s114 22 173 22c60 0 118 -7 174 -22c57 -15 109 -36 156 -65zM134 -95h370v-87h-370v87z" />
+    <glyph glyph-name="U.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162z" />
+    <glyph glyph-name="Uacute.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM435 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ubreve.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM261 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51
+c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni01D3.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM592 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z
+" />
+    <glyph glyph-name="Ucircumflex.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM478 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z
+" />
+    <glyph glyph-name="uni0214.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM129 901h146l72 -144h-114zM331 901h146l72 -144h-114z" />
+    <glyph glyph-name="Udieresis.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM240 782c-13 12 -20 29 -20 49s7 37 20 49
+c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM442 782c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni1EE4.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM342 -192c-14 13 -20 29 -20 49s6 37 20 50
+c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="Ugrave.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM179 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EE6.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM372 799c19 9 32 18 40 28c7 10 11 21 11 33
+c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30c22 -19 33 -45 33 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="Uhorn.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM619 700h27c18 0 32 6 44 18c10 11 16 26 16 45
+c0 23 -7 43 -20 60l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104z" />
+    <glyph glyph-name="uni1EE8.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM619 700h27c18 0 32 6 44 18c10 11 16 26 16 45
+c0 23 -7 43 -20 60l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM435 901h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1EF0.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM619 700h27c18 0 32 6 44 18c10 11 16 26 16 45
+c0 23 -7 43 -20 60l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM342 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1EEA.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM619 700h27c18 0 32 6 44 18c10 11 16 26 16 45
+c0 23 -7 43 -20 60l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM179 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EEC.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM619 700h27c18 0 32 6 44 18c10 11 16 26 16 45
+c0 23 -7 43 -20 60l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM372 799c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30
+c22 -19 33 -45 33 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni1EEE.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM619 700h27c18 0 32 6 44 18c10 11 16 26 16 45
+c0 23 -7 43 -20 60l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM418 764c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39
+c17 0 33 -3 46 -11c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="Uhungarumlaut.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM305 901h146l-104 -144h-114zM507 901h146l-104 -144h-114z
+" />
+    <glyph glyph-name="uni0216.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM261 868c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111
+h-98c-1 21 -9 39 -25 51c-17 14 -37 20 -61 20s-44 -6 -61 -20c-16 -12 -24 -30 -25 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="Umacron.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM206 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E7A.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM206 857h370v-83h-370v83zM246 942c-13 13 -19 29 -19 48
+s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM442 942c-13 13 -19 29 -19 48s7 34 19 47c14 13 29 19 47 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -28 -18 -47 -18s-34 6 -47 18z" />
+    <glyph glyph-name="Uogonek.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM530 -202c-25 21 -37 48 -37 82c0 33 13 63 39 91
+c25 28 64 51 115 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 16 -33c10 -9 24 -13 41 -13c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="Uring.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM302 789c-23 23 -35 52 -35 86s12 63 35 86
+c24 23 53 35 88 35s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35zM434 832c11 11 17 26 17 43s-6 32 -17 43c-12 12 -27 18 -44 18s-31 -6 -42 -18c-12 -11 -18 -26 -18 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 44 18z" />
+    <glyph glyph-name="Utilde.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM418 764c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18
+c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39c17 0 33 -3 46 -11c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104
+c-22 -26 -49 -39 -84 -39c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="uni1E78.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM417 764c-14 5 -29 13 -46 24c-8 5 -16 9 -23 13
+c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 93c21 21 49 32 85 32c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33
+c-18 0 -34 3 -48 9zM416 1039h159l-157 -121h-113z" />
+    <glyph glyph-name="W.ss01" horiz-adv-x="1201"
+d="M1124 700v-413c0 -97 -26 -171 -79 -223c-53 -50 -127 -76 -224 -76c-48 0 -91 7 -129 21c-37 14 -68 34 -92 59c-25 -25 -56 -45 -93 -59s-80 -21 -127 -21c-97 0 -171 26 -224 76c-53 52 -79 126 -79 223v413h162v-408c0 -57 12 -98 35 -126c23 -26 58 -40 104 -40
+c94 0 141 55 141 166v408h162v-408c0 -111 47 -166 142 -166c92 0 138 55 138 166v408h163z" />
+    <glyph glyph-name="Wacute.ss01" horiz-adv-x="1201"
+d="M1124 700v-413c0 -97 -26 -171 -79 -223c-53 -50 -127 -76 -224 -76c-48 0 -91 7 -129 21c-37 14 -68 34 -92 59c-25 -25 -56 -45 -93 -59s-80 -21 -127 -21c-97 0 -171 26 -224 76c-53 52 -79 126 -79 223v413h162v-408c0 -57 12 -98 35 -126c23 -26 58 -40 104 -40
+c94 0 141 55 141 166v408h162v-408c0 -111 47 -166 142 -166c92 0 138 55 138 166v408h163zM644 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Wcircumflex.ss01" horiz-adv-x="1201"
+d="M1124 700v-413c0 -97 -26 -171 -79 -223c-53 -50 -127 -76 -224 -76c-48 0 -91 7 -129 21c-37 14 -68 34 -92 59c-25 -25 -56 -45 -93 -59s-80 -21 -127 -21c-97 0 -171 26 -224 76c-53 52 -79 126 -79 223v413h162v-408c0 -57 12 -98 35 -126c23 -26 58 -40 104 -40
+c94 0 141 55 141 166v408h162v-408c0 -111 47 -166 142 -166c92 0 138 55 138 166v408h163zM687 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="Wdieresis.ss01" horiz-adv-x="1201"
+d="M1124 700v-413c0 -97 -26 -171 -79 -223c-53 -50 -127 -76 -224 -76c-48 0 -91 7 -129 21c-37 14 -68 34 -92 59c-25 -25 -56 -45 -93 -59s-80 -21 -127 -21c-97 0 -171 26 -224 76c-53 52 -79 126 -79 223v413h162v-408c0 -57 12 -98 35 -126c23 -26 58 -40 104 -40
+c94 0 141 55 141 166v408h162v-408c0 -111 47 -166 142 -166c92 0 138 55 138 166v408h163zM449 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM652 782
+c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="Wgrave.ss01" horiz-adv-x="1201"
+d="M1124 700v-413c0 -97 -26 -171 -79 -223c-53 -50 -127 -76 -224 -76c-48 0 -91 7 -129 21c-37 14 -68 34 -92 59c-25 -25 -56 -45 -93 -59s-80 -21 -127 -21c-97 0 -171 26 -224 76c-53 52 -79 126 -79 223v413h162v-408c0 -57 12 -98 35 -126c23 -26 58 -40 104 -40
+c94 0 141 55 141 166v408h162v-408c0 -111 47 -166 142 -166c92 0 138 55 138 166v408h163zM388 901h168l135 -144h-122z" />
+    <glyph glyph-name="Y.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162z" />
+    <glyph glyph-name="Yacute.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM434 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ycircumflex.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM477 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="Ydieresis.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM239 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM442 782
+c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni1E8E.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM330 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1EF4.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM622 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="Ygrave.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM178 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EF6.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM371 799c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30
+c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0232.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM205 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni1EF8.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM418 764c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39
+c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="Z.ss01" horiz-adv-x="681"
+d="M655 130v-130h-612v94l166 202h-111v121h210l126 153h-384v130h590v-93l-158 -193h102v-120h-200l-135 -164h406z" />
+    <glyph glyph-name="Zacute.ss01" horiz-adv-x="681"
+d="M655 130v-130h-612v94l166 202h-111v121h210l126 153h-384v130h590v-93l-158 -193h102v-120h-200l-135 -164h406zM392 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Zcaron.ss01" horiz-adv-x="681"
+d="M655 130v-130h-612v94l166 202h-111v121h210l126 153h-384v130h590v-93l-158 -193h102v-120h-200l-135 -164h406zM549 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Zdotaccent.ss01" horiz-adv-x="681"
+d="M655 130v-130h-612v94l166 202h-111v121h210l126 153h-384v130h590v-93l-158 -193h102v-120h-200l-135 -164h406zM288 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24
+s-45 8 -60 24z" />
+    <glyph glyph-name="uni1E92.ss01" horiz-adv-x="681"
+d="M655 130v-130h-612v94l166 202h-111v121h210l126 153h-384v130h590v-93l-158 -193h102v-120h-200l-135 -164h406zM302 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z
+" />
+    <glyph glyph-name="a" unicode="a" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19z" />
+    <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM349 751h168l-181 -144h-122z" />
+    <glyph glyph-name="abreve" unicode="&#x103;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM175 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20
+s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EAF" unicode="&#x1eaf;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM176 632c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13
+s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM330 872h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EB7" unicode="&#x1eb7;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM244 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20
+s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM175 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EB1" unicode="&#x1eb1;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM176 632c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13
+s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM122 872h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EB3" unicode="&#x1eb3;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM176 632c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13
+s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM292 760c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -21c17 -15 25 -34 25 -58c0 -19 -6 -37 -20 -52
+c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1EB5" unicode="&#x1eb5;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM176 632c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13
+s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM331 758c-14 5 -29 13 -46 24c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 93c21 21 49 32 85 32c17 0 32 -3 45 -8
+c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni01CE" unicode="&#x1ce;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM506 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM392 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA5" unicode="&#x1ea5;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM391 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM536 824h159l-157 -121
+h-113z" />
+    <glyph glyph-name="uni1EAD" unicode="&#x1ead;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM244 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20
+s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM392 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA7" unicode="&#x1ea7;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM391 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM328 824h159l110 -121
+h-112z" />
+    <glyph glyph-name="uni1EA9" unicode="&#x1ea9;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM391 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM445 721
+c25 12 37 26 37 42c0 9 -3 16 -10 21c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni1EAB" unicode="&#x1eab;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM391 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM331 764
+c-14 6 -29 14 -46 25c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 92c21 22 49 33 85 33c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 13c7 8 12 19 13 32h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni0201" unicode="&#x201;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM43 751h146l72 -144h-114zM245 751h146l72 -144h-114z" />
+    <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM154 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20
+c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM356 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni1EA1" unicode="&#x1ea1;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM244 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20
+s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM93 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EA3" unicode="&#x1ea3;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM286 649c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 30
+c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30c22 -19 33 -45 33 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0203" unicode="&#x203;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM175 718c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98
+c-1 21 -9 39 -25 51c-17 14 -37 20 -61 20s-44 -6 -61 -20c-16 -12 -24 -30 -25 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="amacron" unicode="&#x101;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM120 723h370v-88h-370v88z" />
+    <glyph glyph-name="aogonek" unicode="&#x105;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM369 -202c-25 21 -37 48 -37 82c0 33 13 63 38 91c26 28 65 51 116 70l62 -41
+c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 15 -33c11 -9 25 -13 42 -13c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM216 627c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35s65 -12 89 -35
+s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35zM348 670c11 11 17 26 17 43s-6 32 -17 43c-12 12 -27 18 -44 18s-31 -6 -42 -18c-12 -11 -18 -26 -18 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 44 18z" />
+    <glyph glyph-name="aringacute" unicode="&#x1fb;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM412 776c11 -19 17 -40 17 -63c0 -34 -12 -63 -36 -86s-54 -35 -89 -35
+s-64 12 -88 35c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35c17 0 34 -3 52 -10l87 90l77 -60zM348 670c11 11 17 26 17 43s-6 32 -17 43c-12 12 -27 18 -44 18s-31 -6 -42 -18c-12 -11 -18 -26 -18 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 44 18z" />
+    <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM332 614c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6
+c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39c17 0 33 -3 46 -11c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39
+c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="996"
+d="M960 226h-408c7 -34 24 -61 51 -80s61 -29 102 -29c52 0 97 17 136 52l83 -90c-26 -29 -58 -50 -96 -65c-37 -15 -79 -22 -126 -22s-91 8 -131 23s-74 39 -102 70c-41 -62 -110 -93 -206 -93c-70 0 -125 15 -165 46c-41 31 -61 72 -61 123c0 47 19 84 57 113
+s96 43 174 43h124c0 33 -10 59 -31 77c-21 19 -51 28 -92 28c-29 0 -57 -4 -85 -14c-28 -8 -52 -21 -71 -36l-56 109c29 21 64 37 105 48s83 17 126 17c91 0 157 -25 198 -76c25 24 54 43 88 56s71 20 110 20c51 0 98 -11 141 -34s76 -55 101 -97s37 -90 37 -144
+c0 -17 -1 -32 -3 -45zM596 399c-25 -19 -40 -47 -46 -82h262c-5 35 -20 63 -44 82c-25 19 -53 29 -86 29s-61 -10 -86 -29zM362 125c20 19 30 44 30 76v25h-107c-64 0 -96 -21 -96 -62c0 -21 8 -38 23 -50c16 -11 38 -17 67 -17c35 0 63 9 83 28z" />
+    <glyph glyph-name="aeacute" unicode="&#x1fd;" horiz-adv-x="996"
+d="M960 226h-408c7 -34 24 -61 51 -80s61 -29 102 -29c52 0 97 17 136 52l83 -90c-26 -29 -58 -50 -96 -65c-37 -15 -79 -22 -126 -22s-91 8 -131 23s-74 39 -102 70c-41 -62 -110 -93 -206 -93c-70 0 -125 15 -165 46c-41 31 -61 72 -61 123c0 47 19 84 57 113
+s96 43 174 43h124c0 33 -10 59 -31 77c-21 19 -51 28 -92 28c-29 0 -57 -4 -85 -14c-28 -8 -52 -21 -71 -36l-56 109c29 21 64 37 105 48s83 17 126 17c91 0 157 -25 198 -76c25 24 54 43 88 56s71 20 110 20c51 0 98 -11 141 -34s76 -55 101 -97s37 -90 37 -144
+c0 -17 -1 -32 -3 -45zM596 399c-25 -19 -40 -47 -46 -82h262c-5 35 -20 63 -44 82c-25 19 -53 29 -86 29s-61 -10 -86 -29zM362 125c20 19 30 44 30 76v25h-107c-64 0 -96 -21 -96 -62c0 -21 8 -38 23 -50c16 -11 38 -17 67 -17c35 0 63 9 83 28zM514 751h168l-181 -144
+h-122z" />
+    <glyph glyph-name="b" unicode="b" horiz-adv-x="690"
+d="M526 512c42 -24 74 -56 97 -98c23 -41 35 -90 35 -145s-12 -104 -35 -145c-23 -42 -55 -74 -97 -98c-40 -22 -86 -34 -136 -34c-74 0 -130 23 -169 70v-62h-149v742h156v-261c39 43 93 65 162 65c50 0 96 -12 136 -34zM462 160c25 28 38 64 38 109s-13 81 -38 109
+c-26 26 -59 40 -99 40s-73 -14 -99 -40c-25 -28 -38 -64 -38 -109s13 -81 38 -109c26 -26 59 -40 99 -40s73 14 99 40z" />
+    <glyph glyph-name="c" unicode="c" horiz-adv-x="591"
+d="M178 28c-46 23 -82 56 -108 98c-25 42 -38 90 -38 143s13 101 38 143c26 42 62 75 108 98c45 24 97 36 154 36s106 -12 148 -36c43 -23 74 -57 93 -101l-121 -65c-28 49 -68 74 -121 74c-41 0 -74 -13 -101 -40s-40 -63 -40 -109s13 -82 40 -109s60 -40 101 -40
+c53 0 94 25 121 74l121 -66c-19 -43 -50 -76 -93 -100c-42 -24 -91 -36 -148 -36s-109 12 -154 36z" />
+    <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="591"
+d="M178 28c-46 23 -82 56 -108 98c-25 42 -38 90 -38 143s13 101 38 143c26 42 62 75 108 98c45 24 97 36 154 36s106 -12 148 -36c43 -23 74 -57 93 -101l-121 -65c-28 49 -68 74 -121 74c-41 0 -74 -13 -101 -40s-40 -63 -40 -109s13 -82 40 -109s60 -40 101 -40
+c53 0 94 25 121 74l121 -66c-19 -43 -50 -76 -93 -100c-42 -24 -91 -36 -148 -36s-109 12 -154 36zM357 751h168l-181 -144h-122z" />
+    <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="591"
+d="M178 28c-46 23 -82 56 -108 98c-25 42 -38 90 -38 143s13 101 38 143c26 42 62 75 108 98c45 24 97 36 154 36s106 -12 148 -36c43 -23 74 -57 93 -101l-121 -65c-28 49 -68 74 -121 74c-41 0 -74 -13 -101 -40s-40 -63 -40 -109s13 -82 40 -109s60 -40 101 -40
+c53 0 94 25 121 74l121 -66c-19 -43 -50 -76 -93 -100c-42 -24 -91 -36 -148 -36s-109 12 -154 36zM514 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="591"
+d="M178 28c-46 23 -82 56 -108 98c-25 42 -38 90 -38 143s13 101 38 143c26 42 62 75 108 98c45 24 97 36 154 36s106 -12 148 -36c43 -23 74 -57 93 -101l-121 -65c-28 49 -68 74 -121 74c-41 0 -74 -13 -101 -40s-40 -63 -40 -109s13 -82 40 -109s60 -40 101 -40
+c53 0 94 25 121 74l121 -66c-19 -43 -50 -76 -93 -100c-42 -24 -91 -36 -148 -36s-109 12 -154 36zM224 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 65 -28c15 -14 22 -33 22 -55
+c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni1E09" unicode="&#x1e09;" horiz-adv-x="591"
+d="M178 28c-46 23 -82 56 -108 98c-25 42 -38 90 -38 143s13 101 38 143c26 42 62 75 108 98c45 24 97 36 154 36s106 -12 148 -36c43 -23 74 -57 93 -101l-121 -65c-28 49 -68 74 -121 74c-41 0 -74 -13 -101 -40s-40 -63 -40 -109s13 -82 40 -109s60 -40 101 -40
+c53 0 94 25 121 74l121 -66c-19 -43 -50 -76 -93 -100c-42 -24 -91 -36 -148 -36s-109 12 -154 36zM224 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 65 -28c15 -14 22 -33 22 -55
+c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6zM357 751h168l-181 -144h-122z" />
+    <glyph glyph-name="ccircumflex" unicode="&#x109;" horiz-adv-x="591"
+d="M178 28c-46 23 -82 56 -108 98c-25 42 -38 90 -38 143s13 101 38 143c26 42 62 75 108 98c45 24 97 36 154 36s106 -12 148 -36c43 -23 74 -57 93 -101l-121 -65c-28 49 -68 74 -121 74c-41 0 -74 -13 -101 -40s-40 -63 -40 -109s13 -82 40 -109s60 -40 101 -40
+c53 0 94 25 121 74l121 -66c-19 -43 -50 -76 -93 -100c-42 -24 -91 -36 -148 -36s-109 12 -154 36zM400 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="cdotaccent" unicode="&#x10b;" horiz-adv-x="591"
+d="M178 28c-46 23 -82 56 -108 98c-25 42 -38 90 -38 143s13 101 38 143c26 42 62 75 108 98c45 24 97 36 154 36s106 -12 148 -36c43 -23 74 -57 93 -101l-121 -65c-28 49 -68 74 -121 74c-41 0 -74 -13 -101 -40s-40 -63 -40 -109s13 -82 40 -109s60 -40 101 -40
+c53 0 94 25 121 74l121 -66c-19 -43 -50 -76 -93 -100c-42 -24 -91 -36 -148 -36s-109 12 -154 36zM252 636c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="d" unicode="d" horiz-adv-x="692"
+d="M620 742v-742h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v261h156zM428 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40z" />
+    <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="657"
+d="M624 342c0 -73 -13 -136 -39 -190c-26 -52 -63 -93 -111 -122c-49 -28 -106 -42 -172 -42c-51 0 -96 10 -138 29c-40 19 -73 47 -96 82c-24 35 -36 76 -36 122c0 45 11 84 34 118c22 34 52 60 91 79s82 28 129 28c77 0 135 -24 176 -72v2c0 81 -19 142 -58 184l-253 -97
+l-32 79l187 72c-19 5 -42 7 -69 7c-48 0 -93 -7 -135 -21l-19 121c52 13 105 20 160 20c93 0 170 -21 232 -63l90 35l32 -79l-53 -20c53 -68 80 -159 80 -272zM406 140c24 21 36 46 36 77s-12 57 -36 77c-23 21 -53 31 -89 31c-39 0 -69 -10 -92 -29s-34 -46 -34 -79
+s11 -59 34 -79c23 -19 52 -29 89 -29c38 0 69 10 92 31z" />
+    <glyph glyph-name="dcaron" unicode="&#x10f;" horiz-adv-x="692"
+d="M620 742v-742h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v261h156zM428 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM702 783h117l-20 -201h-97v201z" />
+    <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="692"
+d="M620 742v-742h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v261h156zM428 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM281 683h412v-90h-412v90z" />
+    <glyph glyph-name="uni1E0D" unicode="&#x1e0d;" horiz-adv-x="692"
+d="M620 742v-742h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v261h156zM428 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM314 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1E0F" unicode="&#x1e0f;" horiz-adv-x="692"
+d="M620 742v-742h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v261h156zM428 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM178 -95h370v-87h-370v87z" />
+    <glyph glyph-name="uni01C6" unicode="&#x1c6;" horiz-adv-x="1233"
+d="M620 742v-742h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v261h156zM428 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM1199 120v-120h-480v94l274 324h-267v120h464v-94l-274 -324h283zM1160 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="e" unicode="e" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30z" />
+    <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM360 751h168l-181 -144h-122z" />
+    <glyph glyph-name="ebreve" unicode="&#x115;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM186 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51
+h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="ecaron" unicode="&#x11b;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM517 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni1E1D" unicode="&#x1e1d;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM232 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106
+h83l-14 -58c29 -3 51 -12 65 -28c15 -14 22 -33 22 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6zM186 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111
+s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM403 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EBF" unicode="&#x1ebf;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM402 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM547 824h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EC7" unicode="&#x1ec7;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM266 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50
+s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18zM403 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EC1" unicode="&#x1ec1;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM402 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM339 824h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EC3" unicode="&#x1ec3;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM402 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM456 721c25 12 37 26 37 42c0 9 -3 16 -9 21
+c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1EC5" unicode="&#x1ec5;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM402 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM342 764c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13
+c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33
+c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni0205" unicode="&#x205;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM54 751h146l72 -144h-114zM256 751h146l72 -144h-114z" />
+    <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM165 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49
+s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM368 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="edotaccent" unicode="&#x117;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM256 636c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60
+c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1EB9" unicode="&#x1eb9;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM266 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50
+s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM104 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EBB" unicode="&#x1ebb;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM297 649c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19
+l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0207" unicode="&#x207;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM186 718c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -26 51c-16 14 -36 20 -60 20
+s-44 -6 -60 -20c-17 -12 -25 -30 -26 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="emacron" unicode="&#x113;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM131 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E17" unicode="&#x1e17;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM131 706h370v-83h-370v83zM341 889h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E15" unicode="&#x1e15;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM131 706h370v-83h-370v83zM133 889h159l110 -121h-112z" />
+    <glyph glyph-name="eogonek" unicode="&#x119;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l84 -90c-13 -14 -27 -26 -41 -36c-42 -31 -71 -57 -87 -80s-24 -44 -24 -65c0 -16 5 -28 16 -38c10 -8 24 -13 42 -13c21 0 41 5 59 15l23 -71c-13 -7 -28 -12 -46 -17
+c-19 -4 -37 -6 -55 -6c-43 0 -76 10 -101 32c-25 20 -37 49 -37 84c0 19 4 38 13 56c8 20 20 37 36 53c-5 -1 -12 -1 -21 -1c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30z" />
+    <glyph glyph-name="uni1EBD" unicode="&#x1ebd;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM344 614c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15
+c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="uni0259" unicode="&#x259;" horiz-adv-x="631"
+d="M35 313h407c-7 33 -25 60 -52 79s-61 29 -102 29c-28 0 -53 -4 -74 -13c-22 -8 -42 -21 -61 -39l-83 90c51 58 125 87 222 87c61 0 114 -12 161 -36c47 -23 83 -56 108 -98s38 -90 38 -143s-13 -100 -37 -143c-26 -42 -60 -75 -104 -98c-43 -24 -92 -36 -146 -36
+c-53 0 -100 11 -143 34s-76 55 -101 98c-24 42 -36 91 -36 147c0 2 1 16 3 42zM400 140c24 20 39 47 44 82h-265c5 -34 20 -61 44 -82c24 -20 53 -30 88 -30s65 10 89 30z" />
+    <glyph glyph-name="uni0292" unicode="&#x292;" horiz-adv-x="554"
+d="M480 170c33 -36 50 -83 50 -139c0 -43 -10 -82 -32 -117c-20 -35 -52 -64 -96 -84c-42 -22 -96 -32 -159 -32c-50 0 -98 7 -145 20c-46 14 -85 33 -116 58l55 125c26 -21 57 -38 92 -50s71 -18 108 -18c41 0 74 9 97 26s35 41 35 72c0 30 -11 53 -32 71
+c-21 16 -54 25 -98 25h-74v104l148 178h-303v129h486v-105l-161 -193c63 -9 112 -32 145 -70z" />
+    <glyph glyph-name="uni01EF" unicode="&#x1ef;" horiz-adv-x="554"
+d="M480 170c33 -36 50 -83 50 -139c0 -43 -10 -82 -32 -117c-20 -35 -52 -64 -96 -84c-42 -22 -96 -32 -159 -32c-50 0 -98 7 -145 20c-46 14 -85 33 -116 58l55 125c26 -21 57 -38 92 -50s71 -18 108 -18c41 0 74 9 97 26s35 41 35 72c0 30 -11 53 -32 71
+c-21 16 -54 25 -98 25h-74v104l148 178h-303v129h486v-105l-161 -193c63 -9 112 -32 145 -70zM446 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="f" unicode="f" horiz-adv-x="387"
+d="M243 526h138v-120h-134v-406h-156v406h-83v120h83v24c0 61 18 110 55 146c36 36 87 54 153 54c23 0 45 -2 67 -8c20 -4 38 -12 52 -21l-41 -113c-18 13 -39 19 -63 19c-47 0 -71 -26 -71 -78v-23z" />
+    <glyph glyph-name="g" unicode="g" horiz-adv-x="700"
+d="M627 538v-448c0 -99 -26 -172 -77 -220s-126 -72 -225 -72c-52 0 -101 6 -148 19s-85 31 -116 55l62 112c23 -19 51 -34 86 -44c35 -12 69 -17 104 -17c54 0 94 12 119 37c26 24 39 61 39 110v23c-41 -45 -97 -67 -170 -67c-49 0 -95 11 -135 32c-42 22 -74 53 -98 92
+s-36 85 -36 136s12 97 36 136s56 70 98 92c40 21 86 32 135 32c78 0 137 -26 178 -77v69h148zM434 190c26 25 39 57 39 96s-13 71 -39 96c-27 24 -61 36 -102 36s-75 -12 -102 -36c-27 -25 -40 -57 -40 -96s13 -71 40 -96c27 -24 61 -36 102 -36s75 12 102 36z" />
+    <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="700"
+d="M627 538v-448c0 -99 -26 -172 -77 -220s-126 -72 -225 -72c-52 0 -101 6 -148 19s-85 31 -116 55l62 112c23 -19 51 -34 86 -44c35 -12 69 -17 104 -17c54 0 94 12 119 37c26 24 39 61 39 110v23c-41 -45 -97 -67 -170 -67c-49 0 -95 11 -135 32c-42 22 -74 53 -98 92
+s-36 85 -36 136s12 97 36 136s56 70 98 92c40 21 86 32 135 32c78 0 137 -26 178 -77v69h148zM434 190c26 25 39 57 39 96s-13 71 -39 96c-27 24 -61 36 -102 36s-75 -12 -102 -36c-27 -25 -40 -57 -40 -96s13 -71 40 -96c27 -24 61 -36 102 -36s75 12 102 36zM211 640
+c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="gcaron" unicode="&#x1e7;" horiz-adv-x="700"
+d="M627 538v-448c0 -99 -26 -172 -77 -220s-126 -72 -225 -72c-52 0 -101 6 -148 19s-85 31 -116 55l62 112c23 -19 51 -34 86 -44c35 -12 69 -17 104 -17c54 0 94 12 119 37c26 24 39 61 39 110v23c-41 -45 -97 -67 -170 -67c-49 0 -95 11 -135 32c-42 22 -74 53 -98 92
+s-36 85 -36 136s12 97 36 136s56 70 98 92c40 21 86 32 135 32c78 0 137 -26 178 -77v69h148zM434 190c26 25 39 57 39 96s-13 71 -39 96c-27 24 -61 36 -102 36s-75 -12 -102 -36c-27 -25 -40 -57 -40 -96s13 -71 40 -96c27 -24 61 -36 102 -36s75 12 102 36zM542 751
+l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="gcircumflex" unicode="&#x11d;" horiz-adv-x="700"
+d="M627 538v-448c0 -99 -26 -172 -77 -220s-126 -72 -225 -72c-52 0 -101 6 -148 19s-85 31 -116 55l62 112c23 -19 51 -34 86 -44c35 -12 69 -17 104 -17c54 0 94 12 119 37c26 24 39 61 39 110v23c-41 -45 -97 -67 -170 -67c-49 0 -95 11 -135 32c-42 22 -74 53 -98 92
+s-36 85 -36 136s12 97 36 136s56 70 98 92c40 21 86 32 135 32c78 0 137 -26 178 -77v69h148zM434 190c26 25 39 57 39 96s-13 71 -39 96c-27 24 -61 36 -102 36s-75 -12 -102 -36c-27 -25 -40 -57 -40 -96s13 -71 40 -96c27 -24 61 -36 102 -36s75 12 102 36zM428 607
+l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="gcommaaccent" unicode="&#x123;" horiz-adv-x="700"
+d="M627 538v-448c0 -99 -26 -172 -77 -220s-126 -72 -225 -72c-52 0 -101 6 -148 19s-85 31 -116 55l62 112c23 -19 51 -34 86 -44c35 -12 69 -17 104 -17c54 0 94 12 119 37c26 24 39 61 39 110v23c-41 -45 -97 -67 -170 -67c-49 0 -95 11 -135 32c-42 22 -74 53 -98 92
+s-36 85 -36 136s12 97 36 136s56 70 98 92c40 21 86 32 135 32c78 0 137 -26 178 -77v69h148zM434 190c26 25 39 57 39 96s-13 71 -39 96c-27 24 -61 36 -102 36s-75 -12 -102 -36c-27 -25 -40 -57 -40 -96s13 -71 40 -96c27 -24 61 -36 102 -36s75 12 102 36zM420 659
+c0 -19 -7 -33 -20 -44s-33 -16 -59 -16s-46 5 -59 17c-13 10 -20 25 -20 43c0 17 7 38 21 64l45 90h84l-34 -101c28 -8 42 -26 42 -53z" />
+    <glyph glyph-name="gdotaccent" unicode="&#x121;" horiz-adv-x="700"
+d="M627 538v-448c0 -99 -26 -172 -77 -220s-126 -72 -225 -72c-52 0 -101 6 -148 19s-85 31 -116 55l62 112c23 -19 51 -34 86 -44c35 -12 69 -17 104 -17c54 0 94 12 119 37c26 24 39 61 39 110v23c-41 -45 -97 -67 -170 -67c-49 0 -95 11 -135 32c-42 22 -74 53 -98 92
+s-36 85 -36 136s12 97 36 136s56 70 98 92c40 21 86 32 135 32c78 0 137 -26 178 -77v69h148zM434 190c26 25 39 57 39 96s-13 71 -39 96c-27 24 -61 36 -102 36s-75 -12 -102 -36c-27 -25 -40 -57 -40 -96s13 -71 40 -96c27 -24 61 -36 102 -36s75 12 102 36zM280 636
+c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E21" unicode="&#x1e21;" horiz-adv-x="700"
+d="M627 538v-448c0 -99 -26 -172 -77 -220s-126 -72 -225 -72c-52 0 -101 6 -148 19s-85 31 -116 55l62 112c23 -19 51 -34 86 -44c35 -12 69 -17 104 -17c54 0 94 12 119 37c26 24 39 61 39 110v23c-41 -45 -97 -67 -170 -67c-49 0 -95 11 -135 32c-42 22 -74 53 -98 92
+s-36 85 -36 136s12 97 36 136s56 70 98 92c40 21 86 32 135 32c78 0 137 -26 178 -77v69h148zM434 190c26 25 39 57 39 96s-13 71 -39 96c-27 24 -61 36 -102 36s-75 -12 -102 -36c-27 -25 -40 -57 -40 -96s13 -71 40 -96c27 -24 61 -36 102 -36s75 12 102 36zM156 723h370
+v-88h-370v88z" />
+    <glyph glyph-name="uni01E5" unicode="&#x1e5;" horiz-adv-x="711"
+d="M691 -38h-83c-39 -109 -134 -164 -285 -164c-51 0 -100 6 -147 20c-46 12 -84 31 -115 54l62 108c23 -19 51 -34 86 -44c35 -12 70 -17 105 -17c57 0 99 14 125 43h-166v76h197c1 6 1 15 1 28v64c-41 -43 -99 -65 -174 -65c-51 0 -97 10 -137 31c-40 20 -71 48 -94 85
+s-34 78 -34 125s11 88 34 124s54 64 94 84c40 21 86 31 137 31c38 0 73 -6 104 -19c31 -12 57 -30 78 -55v67h148v-448c0 -18 -1 -35 -3 -51h67v-77zM434 215c26 23 39 53 39 91c0 37 -13 67 -39 90s-60 34 -102 34s-76 -11 -102 -34c-27 -23 -40 -53 -40 -90
+c0 -38 13 -68 40 -91c26 -23 60 -34 102 -34s76 11 102 34z" />
+    <glyph glyph-name="h" unicode="h" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v742h156v-260c21 21 46 36 75 48c29 10 61 16 96 16c67 0 121 -20 161 -60z" />
+    <glyph glyph-name="hbar" unicode="&#x127;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v742h156v-260c21 21 46 36 75 48c29 10 61 16 96 16c67 0 121 -20 161 -60zM0 683h412v-90h-412v90z" />
+    <glyph glyph-name="uni1E2B" unicode="&#x1e2b;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v742h156v-260c21 21 46 36 75 48c29 10 61 16 96 16c67 0 121 -20 161 -60zM219 -178c-34 27 -52 61 -55 104h93
+c1 -20 9 -36 27 -48c16 -13 38 -19 64 -19s48 6 64 19c18 12 26 28 27 48h93c-3 -43 -21 -77 -55 -104c-34 -26 -77 -39 -129 -39s-95 13 -129 39z" />
+    <glyph glyph-name="uni021F" unicode="&#x21f;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v742h156v-260c21 21 46 36 75 48c29 10 61 16 96 16c67 0 121 -20 161 -60zM351 955l-132 -144h-138l-132 144h114
+l87 -75l87 75h114z" />
+    <glyph glyph-name="hcircumflex" unicode="&#x125;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v742h156v-260c21 21 46 36 75 48c29 10 61 16 96 16c67 0 121 -20 161 -60zM237 799l-87 76l-87 -76h-114l132 144h138
+l132 -144h-114z" />
+    <glyph glyph-name="uni1E25" unicode="&#x1e25;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v742h156v-260c21 21 46 36 75 48c29 10 61 16 96 16c67 0 121 -20 161 -60zM298 -192c-12 13 -19 29 -19 49
+s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="i" unicode="i" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM80 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538z" />
+    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM194 751h168l-181 -144h-122z" />
+    <glyph glyph-name="ibreve" unicode="&#x12d;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM36 640c-29 28 -44 65 -45 111h94c0 -22 6 -39 17 -53c12 -12 28 -19 48 -19s36 7 48 19c11 14 17 31 17 53h94c-1 -46 -16 -83 -45 -111c-30 -27 -68 -41 -114 -41s-84 14 -114 41z" />
+    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM215 607l-65 70l-65 -70h-111l109 144h134l109 -144h-111z" />
+    <glyph glyph-name="uni0209" unicode="&#x209;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM-112 751h146l72 -144h-114zM90 751h146l72 -144h-114z" />
+    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM22 632c-13 13 -19 29 -19 49s6 36 19 49c12 13 27 19 46 19s34 -6 47 -19s19 -29 19 -49s-6 -36 -19 -49s-28 -19 -47 -19s-34 6 -46 19zM185 632c-13 13 -19 29 -19 49s6 36 19 49s28 19 47 19s34 -6 46 -19c13 -13 19 -29 19 -49
+s-6 -36 -19 -49c-12 -13 -27 -19 -46 -19s-34 6 -47 19z" />
+    <glyph glyph-name="uni1E2F" unicode="&#x1e2f;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM5 630c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM201 630c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47
+s-6 -35 -19 -48c-13 -12 -28 -18 -47 -18s-34 6 -47 18zM175 889h159l-157 -121h-113z" />
+    <glyph glyph-name="i.loclTRK" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM90 636c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1ECB" unicode="&#x1ecb;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM80 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25zM100 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20
+s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM-62 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EC9" unicode="&#x1ec9;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM131 649c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni020B" unicode="&#x20b;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM36 718c30 27 68 41 114 41s84 -14 114 -41c29 -28 44 -65 45 -111h-94c0 22 -6 39 -17 53c-11 12 -27 19 -48 19s-37 -7 -48 -19c-11 -14 -17 -31 -17 -53h-94c1 46 16 83 45 111z" />
+    <glyph glyph-name="ij" unicode="&#x133;" horiz-adv-x="608"
+d="M72 538h156v-538h-156v538zM80 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25zM208 -172l42 113c18 -13 40 -19 66 -19c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537
+c0 -63 -18 -112 -54 -149c-35 -36 -85 -54 -149 -54c-55 0 -96 10 -125 30zM388 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="imacron" unicode="&#x12b;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM0 723h300v-88h-300v88z" />
+    <glyph glyph-name="iogonek" unicode="&#x12f;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM80 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25zM98 -202c-22 21 -33 48 -33 81c0 31 10 61 29 89c19 27 48 52 86 73l48 -41
+c-24 -19 -41 -38 -50 -54c-10 -18 -15 -35 -15 -52c0 -14 4 -25 12 -34s18 -13 30 -13s23 3 32 10l22 -68c-19 -14 -44 -21 -74 -21c-36 0 -65 10 -87 30z" />
+    <glyph glyph-name="itilde" unicode="&#x129;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM172 615c-13 7 -26 18 -41 31c-1 1 -5 4 -11 9c-5 5 -10 8 -14 11c-4 2 -8 3 -12 3c-10 0 -18 -5 -23 -15s-8 -24 -8 -43h-78c0 47 9 83 25 109c18 24 42 37 74 37c17 0 31 -4 44 -11s26 -18 41 -31c1 -1 5 -4 11 -9c5 -5 10 -8 14 -10
+c4 -3 8 -4 12 -4c10 0 18 5 23 14c5 10 8 24 8 41h78c0 -46 -9 -81 -25 -106c-18 -25 -42 -37 -74 -37c-17 0 -31 4 -44 11z" />
+    <glyph glyph-name="j" unicode="j" horiz-adv-x="307"
+d="M-93 -172l42 113c18 -13 40 -19 66 -19c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537c0 -63 -18 -112 -53 -149c-36 -36 -86 -54 -150 -54c-55 0 -96 10 -125 30zM87 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60
+c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="uni0237" unicode="&#x237;" horiz-adv-x="307"
+d="M-93 -172l42 113c18 -13 40 -19 66 -19c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537c0 -63 -18 -112 -53 -149c-36 -36 -86 -54 -150 -54c-55 0 -96 10 -125 30z" />
+    <glyph glyph-name="jcircumflex" unicode="&#x135;" horiz-adv-x="307"
+d="M-93 -172l42 113c18 -13 40 -19 66 -19c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537c0 -63 -18 -112 -53 -149c-36 -36 -86 -54 -150 -54c-55 0 -96 10 -125 30zM222 607l-65 70l-65 -70h-111l109 144h134l109 -144h-111z" />
+    <glyph glyph-name="k" unicode="k" horiz-adv-x="660"
+d="M303 211l-75 -74v-137h-156v742h156v-420l228 216h186l-224 -228l244 -310h-189z" />
+    <glyph glyph-name="uni01E9" unicode="&#x1e9;" horiz-adv-x="660"
+d="M303 211l-75 -74v-137h-156v742h156v-420l228 216h186l-224 -228l244 -310h-189zM351 955l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="kcommaaccent" unicode="&#x137;" horiz-adv-x="660"
+d="M303 211l-75 -74v-137h-156v742h156v-420l228 216h186l-224 -228l244 -310h-189zM368 -90c13 -10 19 -25 19 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33c0 18 6 33 19 43c12 12 29 17 50 17s38 -5 50 -17z" />
+    <glyph glyph-name="kgreenlandic" unicode="&#x138;" horiz-adv-x="645"
+d="M303 211l-75 -74v-137h-156v538h156v-216l228 216h186l-224 -228l244 -310h-189z" />
+    <glyph glyph-name="l" unicode="l" horiz-adv-x="301"
+d="M72 742h156v-742h-156v742z" />
+    <glyph glyph-name="lacute" unicode="&#x13a;" horiz-adv-x="301"
+d="M72 742h156v-742h-156v742zM194 955h168l-181 -144h-122z" />
+    <glyph glyph-name="lcaron" unicode="&#x13e;" horiz-adv-x="301"
+d="M72 742h156v-742h-156v742zM308 783h117l-20 -201h-97v201z" />
+    <glyph glyph-name="lcommaaccent" unicode="&#x13c;" horiz-adv-x="301"
+d="M72 742h156v-742h-156v742zM200 -90c13 -10 19 -25 19 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33c0 18 6 33 19 43c12 12 29 17 50 17s38 -5 50 -17z" />
+    <glyph glyph-name="ldot" unicode="&#x140;" horiz-adv-x="420"
+d="M72 742h156v-742h-156v742zM304 306c-15 16 -22 34 -22 57s7 41 22 56s33 22 56 22s42 -7 56 -22c16 -15 23 -33 23 -56s-7 -41 -23 -57c-14 -14 -33 -22 -56 -22s-41 8 -56 22z" />
+    <glyph glyph-name="uni1E37" unicode="&#x1e37;" horiz-adv-x="301"
+d="M72 742h156v-742h-156v742zM100 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="uni01C9" unicode="&#x1c9;" horiz-adv-x="608"
+d="M72 742h156v-742h-156v742zM208 -172l42 113c18 -13 40 -19 66 -19c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537c0 -63 -18 -112 -54 -149c-35 -36 -85 -54 -149 -54c-55 0 -96 10 -125 30zM388 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24
+s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="uni1E3B" unicode="&#x1e3b;" horiz-adv-x="301"
+d="M72 742h156v-742h-156v742zM-35 -95h370v-87h-370v87z" />
+    <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="327"
+d="M85 742h156v-742h-156v742zM-28 281l324 244l57 -80l-323 -242z" />
+    <glyph glyph-name="m" unicode="m" horiz-adv-x="1049"
+d="M922 486c39 -39 59 -99 59 -178v-308h-156v284c0 43 -9 74 -27 96c-17 20 -42 31 -75 31c-37 0 -66 -12 -87 -35c-21 -24 -32 -59 -32 -106v-270h-156v284c0 85 -34 127 -102 127c-36 0 -65 -12 -86 -35c-21 -24 -32 -59 -32 -106v-270h-156v538h149v-62
+c20 23 45 40 73 52c30 12 61 18 96 18c38 0 72 -8 103 -22c31 -16 55 -37 74 -66c22 28 50 50 83 65c34 15 71 23 111 23c67 0 121 -20 161 -60z" />
+    <glyph glyph-name="uni1E43" unicode="&#x1e43;" horiz-adv-x="1049"
+d="M922 486c39 -39 59 -99 59 -178v-308h-156v284c0 43 -9 74 -27 96c-17 20 -42 31 -75 31c-37 0 -66 -12 -87 -35c-21 -24 -32 -59 -32 -106v-270h-156v284c0 85 -34 127 -102 127c-36 0 -65 -12 -86 -35c-21 -24 -32 -59 -32 -106v-270h-156v538h149v-62
+c20 23 45 40 73 52c30 12 61 18 96 18c38 0 72 -8 103 -22c31 -16 55 -37 74 -66c22 28 50 50 83 65c34 15 71 23 111 23c67 0 121 -20 161 -60zM476 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49
+c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="n" unicode="n" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60z" />
+    <glyph glyph-name="nacute" unicode="&#x144;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60zM392 751h168l-181 -144h-122z" />
+    <glyph glyph-name="napostrophe" unicode="&#x149;" horiz-adv-x="820"
+d="M43 700h102l-22 -262h-82zM690 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60z" />
+    <glyph glyph-name="ncaron" unicode="&#x148;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60zM549 751l-132 -144h-138l-132 144h114
+l87 -75l87 75h114z" />
+    <glyph glyph-name="ncommaaccent" unicode="&#x146;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60zM398 -90c13 -10 19 -25 19 -43
+c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33c0 18 6 33 19 43c12 12 29 17 50 17s38 -5 50 -17z" />
+    <glyph glyph-name="uni1E45" unicode="&#x1e45;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60zM288 636c-16 16 -24 36 -24 61
+c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1E47" unicode="&#x1e47;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60zM298 -192c-12 13 -19 29 -19 49
+s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="eng" unicode="&#x14b;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-307c0 -63 -18 -112 -53 -149c-35 -36 -85 -54 -149 -54c-55 0 -97 10 -126 30l42 113c18 -13 40 -19 66 -19c21 0 36 6 48 20c10 12 16 32 16 58v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37
+c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60z" />
+    <glyph glyph-name="uni01CC" unicode="&#x1cc;" horiz-adv-x="998"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60zM598 -172l42 113c18 -13 40 -19 66 -19
+c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537c0 -63 -18 -112 -54 -149c-35 -36 -85 -54 -149 -54c-55 0 -96 10 -125 30zM778 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25
+s-52 8 -70 25z" />
+    <glyph glyph-name="uni1E49" unicode="&#x1e49;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60zM163 -95h370v-87h-370v87z" />
+    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60zM376 614c-14 8 -29 17 -46 29
+c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79
+c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="o" unicode="o" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40z" />
+    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM370 751h168l-181 -144h-122z" />
+    <glyph glyph-name="obreve" unicode="&#x14f;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM196 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98
+c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM413 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1ED1" unicode="&#x1ed1;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM412 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM557 824h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1ED9" unicode="&#x1ed9;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM276 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49
+c-14 -12 -30 -18 -50 -18s-36 6 -50 18zM413 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1ED3" unicode="&#x1ed3;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM412 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM349 824h159l110 -121h-112z" />
+    <glyph glyph-name="uni1ED5" unicode="&#x1ed5;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM412 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM466 721c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8
+c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1ED7" unicode="&#x1ed7;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM412 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM352 764c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6
+c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni020D" unicode="&#x20d;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM64 751h146l72 -144h-114zM266 751h146l72 -144h-114z" />
+    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM175 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49
+c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM378 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni022B" unicode="&#x22b;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM181 630c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18
+s-34 6 -47 18zM377 630c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -28 -18 -47 -18s-34 6 -47 18zM141 867h370v-83h-370v83z" />
+    <glyph glyph-name="uni0231" unicode="&#x231;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM276 630c-12 13 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -36 -19 -49
+c-14 -13 -30 -19 -50 -19s-36 6 -50 19zM141 874h370v-83h-370v83z" />
+    <glyph glyph-name="uni1ECD" unicode="&#x1ecd;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM276 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49
+c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM114 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1ECF" unicode="&#x1ecf;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM307 649c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34
+c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="ohorn" unicode="&#x1a1;" horiz-adv-x="655"
+d="M602 380c14 -34 21 -71 21 -111c0 -53 -13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143c26 42 62 75 106 98c46 24 96 36 153 36c13 0 37 -2 70 -5c23 -3 39 -4 49 -4
+c21 0 36 6 48 18c10 12 16 28 16 47c0 21 -7 41 -21 60l91 34c23 -31 34 -64 34 -100c0 -29 -7 -54 -20 -76c-13 -23 -32 -40 -56 -53c27 -25 47 -54 62 -87zM426 160c26 28 39 64 39 109s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109
+s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40z" />
+    <glyph glyph-name="uni1EDB" unicode="&#x1edb;" horiz-adv-x="655"
+d="M602 380c14 -34 21 -71 21 -111c0 -53 -13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143c26 42 62 75 106 98c46 24 96 36 153 36c13 0 37 -2 70 -5c23 -3 39 -4 49 -4
+c21 0 36 6 48 18c10 12 16 28 16 47c0 21 -7 41 -21 60l91 34c23 -31 34 -64 34 -100c0 -29 -7 -54 -20 -76c-13 -23 -32 -40 -56 -53c27 -25 47 -54 62 -87zM426 160c26 28 39 64 39 109s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109
+s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM372 751h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1EE3" unicode="&#x1ee3;" horiz-adv-x="655"
+d="M602 380c14 -34 21 -71 21 -111c0 -53 -13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143c26 42 62 75 106 98c46 24 96 36 153 36c13 0 37 -2 70 -5c23 -3 39 -4 49 -4
+c21 0 36 6 48 18c10 12 16 28 16 47c0 21 -7 41 -21 60l91 34c23 -31 34 -64 34 -100c0 -29 -7 -54 -20 -76c-13 -23 -32 -40 -56 -53c27 -25 47 -54 62 -87zM426 160c26 28 39 64 39 109s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109
+s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM278 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="uni1EDD" unicode="&#x1edd;" horiz-adv-x="655"
+d="M602 380c14 -34 21 -71 21 -111c0 -53 -13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143c26 42 62 75 106 98c46 24 96 36 153 36c13 0 37 -2 70 -5c23 -3 39 -4 49 -4
+c21 0 36 6 48 18c10 12 16 28 16 47c0 21 -7 41 -21 60l91 34c23 -31 34 -64 34 -100c0 -29 -7 -54 -20 -76c-13 -23 -32 -40 -56 -53c27 -25 47 -54 62 -87zM426 160c26 28 39 64 39 109s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109
+s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM116 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EDF" unicode="&#x1edf;" horiz-adv-x="655"
+d="M602 380c14 -34 21 -71 21 -111c0 -53 -13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143c26 42 62 75 106 98c46 24 96 36 153 36c13 0 37 -2 70 -5c23 -3 39 -4 49 -4
+c21 0 36 6 48 18c10 12 16 28 16 47c0 21 -7 41 -21 60l91 34c23 -31 34 -64 34 -100c0 -29 -7 -54 -20 -76c-13 -23 -32 -40 -56 -53c27 -25 47 -54 62 -87zM426 160c26 28 39 64 39 109s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109
+s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM309 649c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni1EE1" unicode="&#x1ee1;" horiz-adv-x="655"
+d="M602 380c14 -34 21 -71 21 -111c0 -53 -13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143c26 42 62 75 106 98c46 24 96 36 153 36c13 0 37 -2 70 -5c23 -3 39 -4 49 -4
+c21 0 36 6 48 18c10 12 16 28 16 47c0 21 -7 41 -21 60l91 34c23 -31 34 -64 34 -100c0 -29 -7 -54 -20 -76c-13 -23 -32 -40 -56 -53c27 -25 47 -54 62 -87zM426 160c26 28 39 64 39 109s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109
+s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM342 614c-11 8 -25 17 -39 29c-9 8 -17 14 -23 18s-12 6 -18 6c-12 0 -22 -5 -29 -15c-8 -9 -12 -23 -12 -41h-69c1 45 11 80 29 107c18 26 42 39 73 39c15 0 28 -3 40 -11c12 -6 25 -16 40 -29c10 -8 17 -14 23 -18
+s12 -6 18 -6c12 0 21 5 29 15c8 9 12 22 13 39h68c-1 -43 -11 -78 -29 -104s-42 -39 -72 -39c-16 0 -30 4 -42 10z" />
+    <glyph glyph-name="ohungarumlaut" unicode="&#x151;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM240 751h146l-104 -144h-114zM442 751h146l-104 -144h-114z" />
+    <glyph glyph-name="uni020F" unicode="&#x20f;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM196 718c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -26 51c-16 14 -36 20 -60 20s-44 -6 -60 -20
+c-17 -12 -25 -30 -26 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="omacron" unicode="&#x14d;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM141 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E53" unicode="&#x1e53;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM141 706h370v-83h-370v83zM351 889h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E51" unicode="&#x1e51;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM141 706h370v-83h-370v83zM143 889h159l110 -121h-112z" />
+    <glyph glyph-name="uni01EB" unicode="&#x1eb;" horiz-adv-x="655"
+d="M346 -46c-18 -19 -28 -39 -28 -60c0 -14 5 -25 16 -34c10 -9 24 -13 42 -13c22 0 42 5 60 15l23 -71c-13 -7 -28 -12 -47 -17c-18 -4 -36 -6 -54 -6c-43 0 -77 10 -102 30c-24 21 -36 48 -36 81c0 45 21 84 64 116c-49 6 -93 21 -131 46s-68 57 -89 96s-32 83 -32 132
+c0 53 13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143c0 -59 -16 -110 -47 -155s-74 -78 -128 -101c-49 -19 -82 -39 -102 -59zM229 160c26 -26 59 -40 99 -40s73 14 98 40c26 28 39 64 39 109s-13 81 -39 109
+c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109z" />
+    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM507 604h78l-441 -675h-77z" />
+    <glyph glyph-name="oslashacute" unicode="&#x1ff;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM507 604h78l-441 -675h-77zM367 751h168l-181 -144h-122z" />
+    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM354 614c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79
+c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="uni1E4D" unicode="&#x1e4d;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM352 614c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93
+c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM351 889h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E4F" unicode="&#x1e4f;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM352 614c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93
+c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM181 792c-13 12 -19 28 -19 47s6 34 19 47s28 19 47 19s35 -6 48 -19
+s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -29 -19 -48 -19s-34 6 -47 19zM377 792c-13 12 -19 28 -19 47s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -28 -19 -47 -19s-34 6 -47 19z" />
+    <glyph glyph-name="uni022D" unicode="&#x22d;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM352 614c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93
+c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM141 867h370v-83h-370v83z" />
+    <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="1064"
+d="M1029 225h-408c7 -34 25 -61 52 -79c27 -20 62 -29 103 -29c27 0 51 4 72 13c22 9 43 22 62 39l84 -90c-25 -29 -57 -50 -95 -65s-81 -22 -128 -22c-49 0 -93 8 -133 24c-38 17 -71 40 -96 69c-25 -29 -56 -52 -93 -69c-37 -16 -78 -24 -123 -24c-56 0 -106 12 -151 36
+c-45 23 -80 56 -105 98s-38 90 -38 143s13 101 38 143s60 75 105 98c45 24 95 36 151 36c45 0 86 -8 124 -24c36 -16 67 -39 91 -68c24 29 54 52 91 68c36 16 76 24 120 24c53 0 100 -11 142 -34c43 -23 76 -55 101 -97s37 -91 37 -147c0 -15 -1 -30 -3 -43zM663 398
+c-24 -20 -39 -47 -44 -82h264c-5 34 -20 61 -43 82c-23 20 -53 30 -88 30s-65 -10 -89 -30zM426 160c26 28 39 64 39 109s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40z" />
+    <glyph glyph-name="p" unicode="p" horiz-adv-x="690"
+d="M526 512c42 -24 74 -56 97 -98c23 -41 35 -90 35 -145s-12 -104 -35 -145c-23 -42 -55 -74 -97 -98c-40 -22 -86 -34 -136 -34c-69 0 -123 22 -162 65v-251h-156v732h149v-62c39 47 95 70 169 70c50 0 96 -12 136 -34zM462 160c25 28 38 64 38 109s-13 81 -38 109
+c-26 26 -59 40 -99 40s-73 -14 -99 -40c-25 -28 -38 -64 -38 -109s13 -81 38 -109c26 -26 59 -40 99 -40s73 14 99 40z" />
+    <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="690"
+d="M526 512c42 -24 74 -56 97 -98c23 -41 35 -90 35 -145s-12 -104 -35 -145c-23 -42 -55 -74 -97 -98c-40 -22 -86 -34 -136 -34c-69 0 -123 22 -162 65v-251h-156v936h156v-258c39 41 93 62 162 62c50 0 96 -12 136 -34zM462 160c25 28 38 64 38 109s-13 81 -38 109
+c-26 26 -59 40 -99 40s-73 -14 -99 -40c-25 -28 -38 -64 -38 -109s13 -81 38 -109c26 -26 59 -40 99 -40s73 14 99 40z" />
+    <glyph glyph-name="q" unicode="q" horiz-adv-x="690"
+d="M618 538v-732h-156v251c-39 -43 -92 -65 -161 -65c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c73 0 129 -23 168 -70v62h149zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40z" />
+    <glyph glyph-name="r" unicode="r" horiz-adv-x="431"
+d="M296 526c32 13 69 20 110 20v-144c-17 1 -29 2 -35 2c-45 0 -80 -12 -105 -38c-25 -24 -38 -62 -38 -112v-254h-156v538h149v-71c19 26 44 46 75 59z" />
+    <glyph glyph-name="racute" unicode="&#x155;" horiz-adv-x="431"
+d="M296 526c32 13 69 20 110 20v-144c-17 1 -29 2 -35 2c-45 0 -80 -12 -105 -38c-25 -24 -38 -62 -38 -112v-254h-156v538h149v-71c19 26 44 46 75 59zM283 751h168l-181 -144h-122z" />
+    <glyph glyph-name="rcaron" unicode="&#x159;" horiz-adv-x="431"
+d="M296 526c32 13 69 20 110 20v-144c-17 1 -29 2 -35 2c-45 0 -80 -12 -105 -38c-25 -24 -38 -62 -38 -112v-254h-156v538h149v-71c19 26 44 46 75 59zM440 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="rcommaaccent" unicode="&#x157;" horiz-adv-x="431"
+d="M296 526c32 13 69 20 110 20v-144c-17 1 -29 2 -35 2c-45 0 -80 -12 -105 -38c-25 -24 -38 -62 -38 -112v-254h-156v538h149v-71c19 26 44 46 75 59zM200 -90c13 -10 19 -25 19 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33
+c0 18 6 33 19 43c12 12 29 17 50 17s38 -5 50 -17z" />
+    <glyph glyph-name="uni0211" unicode="&#x211;" horiz-adv-x="431"
+d="M296 526c32 13 69 20 110 20v-144c-17 1 -29 2 -35 2c-45 0 -80 -12 -105 -38c-25 -24 -38 -62 -38 -112v-254h-156v538h149v-71c19 26 44 46 75 59zM-23 751h146l72 -144h-114zM179 751h146l72 -144h-114z" />
+    <glyph glyph-name="uni1E5B" unicode="&#x1e5b;" horiz-adv-x="431"
+d="M296 526c32 13 69 20 110 20v-144c-17 1 -29 2 -35 2c-45 0 -80 -12 -105 -38c-25 -24 -38 -62 -38 -112v-254h-156v538h149v-71c19 26 44 46 75 59zM100 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49
+c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="uni0213" unicode="&#x213;" horiz-adv-x="431"
+d="M296 526c32 13 69 20 110 20v-144c-17 1 -29 2 -35 2c-45 0 -80 -12 -105 -38c-25 -24 -38 -62 -38 -112v-254h-156v538h149v-71c19 26 44 46 75 59zM109 718c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -25 51c-17 14 -37 20 -61 20
+s-44 -6 -61 -20c-16 -12 -24 -30 -25 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="uni1E5F" unicode="&#x1e5f;" horiz-adv-x="431"
+d="M296 526c32 13 69 20 110 20v-144c-17 1 -29 2 -35 2c-45 0 -80 -12 -105 -38c-25 -24 -38 -62 -38 -112v-254h-156v538h149v-71c19 26 44 46 75 59zM-35 -95h370v-87h-370v87z" />
+    <glyph glyph-name="s" unicode="s" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16z" />
+    <glyph glyph-name="sacute" unicode="&#x15b;" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16zM305 751h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1E65" unicode="&#x1e65;" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16zM286 728h159l-157 -121h-113zM212 791c-14 13 -20 29 -20 49s6 36 20 50c12 12 29 19 49 19s37 -7 49 -19c14 -14 20 -30 20 -50s-6 -36 -20 -49c-12 -13 -29 -19 -49 -19s-37 6 -49 19z" />
+    <glyph glyph-name="uniA78C" unicode="&#xa78c;" horiz-adv-x="292"
+d="M69 680h154l-20 -383h-135z" />
+    <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16zM462 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni1E67" unicode="&#x1e67;" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16zM462 721l-133 -114h-136l-133 114h115l86 -57l86 57h115zM212 768c-14 13 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -36 -20 -49c-12 -13 -29 -19 -49 -19s-37 6 -49 19z" />
+    <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16zM177 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26
+c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="scircumflex" unicode="&#x15d;" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16zM348 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="scommaaccent" unicode="&#x219;" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16zM312 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni1E61" unicode="&#x1e61;" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16zM200 636c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E63" unicode="&#x1e63;" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16zM212 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1E69" unicode="&#x1e69;" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16zM212 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM200 636c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24
+s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="693"
+d="M625 323c24 -31 36 -70 36 -116c0 -67 -23 -119 -69 -157c-46 -39 -107 -58 -183 -58c-21 0 -42 2 -63 4c-22 4 -40 7 -55 12l18 124c25 -8 53 -12 84 -12c34 0 61 8 81 24c19 15 29 38 29 67s-11 52 -32 67c-21 16 -51 24 -89 24h-54v123c37 1 67 11 89 29
+c22 20 33 45 33 76c0 28 -9 50 -28 68c-19 16 -44 25 -77 25c-37 0 -65 -11 -86 -31c-21 -22 -31 -51 -31 -90v-502h-156v483c0 57 12 106 36 146s56 70 98 91c40 20 87 30 139 30s97 -9 136 -28c39 -18 68 -43 89 -74c20 -32 30 -68 30 -107c0 -31 -7 -59 -20 -84
+c-14 -25 -33 -47 -56 -65c43 -15 77 -38 101 -69z" />
+    <glyph glyph-name="longs" unicode="&#x17f;" horiz-adv-x="333"
+d="M376 742c22 -4 39 -12 53 -21l-41 -113c-18 13 -39 19 -63 19c-45 0 -67 -26 -67 -78v-549h-156v406h-83v120h83v24c0 61 18 110 55 146s88 54 153 54c23 0 46 -2 66 -8z" />
+    <glyph glyph-name="t" unicode="t" horiz-adv-x="435"
+d="M419 26c-15 -11 -34 -20 -57 -26c-22 -5 -45 -8 -70 -8c-64 0 -114 16 -148 49c-36 33 -53 81 -53 144v221h-83v120h83v131h156v-131h134v-120h-134v-219c0 -23 6 -40 17 -53c12 -12 29 -18 50 -18c25 0 46 7 63 20z" />
+    <glyph glyph-name="tbar" unicode="&#x167;" horiz-adv-x="445"
+d="M424 26c-15 -11 -34 -20 -56 -26c-23 -5 -46 -8 -71 -8c-64 0 -113 16 -149 49c-34 33 -52 81 -52 144v221h-83v120h83v131h156v-131h134v-120h-134v-219c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c25 0 46 7 63 20zM25 320h349v-90h-349v90z" />
+    <glyph glyph-name="tcaron" unicode="&#x165;" horiz-adv-x="435"
+d="M419 26c-15 -11 -34 -20 -57 -26c-22 -5 -45 -8 -70 -8c-64 0 -114 16 -148 49c-36 33 -53 81 -53 144v221h-83v120h83v131h156v-131h134v-120h-134v-219c0 -23 6 -40 17 -53c12 -12 29 -18 50 -18c25 0 46 7 63 20zM315 768h111l-16 -186h-95v186z" />
+    <glyph glyph-name="uni0163" unicode="&#x163;" horiz-adv-x="435"
+d="M419 26c-15 -11 -34 -20 -57 -26c-22 -5 -45 -8 -70 -8c-64 0 -114 16 -148 49c-36 33 -53 81 -53 144v221h-83v120h83v131h156v-131h134v-120h-134v-219c0 -23 6 -40 17 -53c12 -12 29 -18 50 -18c25 0 46 7 63 20zM179 -226c-17 3 -31 8 -42 15l24 67
+c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni021B" unicode="&#x21b;" horiz-adv-x="435"
+d="M419 26c-15 -11 -34 -20 -57 -26c-22 -5 -45 -8 -70 -8c-64 0 -114 16 -148 49c-36 33 -53 81 -53 144v221h-83v120h83v131h156v-131h134v-120h-134v-219c0 -23 6 -40 17 -53c12 -12 29 -18 50 -18c25 0 46 7 63 20zM314 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65
+l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni1E97" unicode="&#x1e97;" horiz-adv-x="435"
+d="M419 26c-15 -11 -34 -20 -57 -26c-22 -5 -45 -8 -70 -8c-64 0 -114 16 -148 49c-36 33 -53 81 -53 144v221h-83v120h83v131h156v-131h134v-120h-134v-219c0 -23 6 -40 17 -53c12 -12 29 -18 50 -18c25 0 46 7 63 20zM18 750c-13 14 -20 30 -20 50s7 36 20 50
+c13 12 30 19 50 19s36 -7 50 -19c12 -14 19 -30 19 -50s-7 -36 -19 -50c-14 -12 -30 -19 -50 -19s-37 7 -50 19zM220 750c-12 14 -19 30 -19 50s7 36 19 50c14 12 30 19 50 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-36 7 -50 19z" />
+    <glyph glyph-name="uni1E6D" unicode="&#x1e6d;" horiz-adv-x="435"
+d="M419 26c-15 -11 -34 -20 -57 -26c-22 -5 -45 -8 -70 -8c-64 0 -114 16 -148 49c-36 33 -53 81 -53 144v221h-83v120h83v131h156v-131h134v-120h-134v-219c0 -23 6 -40 17 -53c12 -12 29 -18 50 -18c25 0 46 7 63 20zM214 -192c-14 13 -20 29 -20 49s6 37 20 50
+c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1E6F" unicode="&#x1e6f;" horiz-adv-x="435"
+d="M419 26c-15 -11 -34 -20 -57 -26c-22 -5 -45 -8 -70 -8c-64 0 -114 16 -148 49c-36 33 -53 81 -53 144v221h-83v120h83v131h156v-131h134v-120h-134v-219c0 -23 6 -40 17 -53c12 -12 29 -18 50 -18c25 0 46 7 63 20zM78 -95h370v-87h-370v87z" />
+    <glyph glyph-name="u" unicode="u" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156z" />
+    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM385 751h168l-181 -144h-122z" />
+    <glyph glyph-name="ubreve" unicode="&#x16d;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM211 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51
+c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni01D4" unicode="&#x1d4;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM542 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM428 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni0215" unicode="&#x215;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM79 751h146l72 -144h-114zM281 751h146l72 -144h-114z" />
+    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM190 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20
+s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM392 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni1EE5" unicode="&#x1ee5;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM292 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20
+c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM129 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EE7" unicode="&#x1ee7;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM322 649c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 30
+c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30c22 -19 33 -45 33 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uhorn" unicode="&#x1b0;" horiz-adv-x="701"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM514 538h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104z" />
+    <glyph glyph-name="uni1EE9" unicode="&#x1ee9;" horiz-adv-x="701"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM514 538h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104zM385 751h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1EF1" unicode="&#x1ef1;" horiz-adv-x="701"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM514 538h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104zM292 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1EEB" unicode="&#x1eeb;" horiz-adv-x="701"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM514 538h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104zM129 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EED" unicode="&#x1eed;" horiz-adv-x="701"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM514 538h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104zM322 649c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30c22 -19 33 -45 33 -77
+c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni1EEF" unicode="&#x1eef;" horiz-adv-x="701"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM514 538h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104zM368 614c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39c17 0 33 -3 46 -11
+c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="uhungarumlaut" unicode="&#x171;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM255 751h146l-104 -144h-114zM457 751h146l-104 -144h-114z" />
+    <glyph glyph-name="uni0217" unicode="&#x217;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM211 718c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98
+c-1 21 -9 39 -25 51c-17 14 -37 20 -61 20s-44 -6 -61 -20c-16 -12 -24 -30 -25 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="umacron" unicode="&#x16b;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM156 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E7B" unicode="&#x1e7b;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM156 706h370v-83h-370v83zM196 792c-13 12 -19 28 -19 47
+s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -29 -19 -48 -19s-34 6 -47 19zM392 792c-13 12 -19 28 -19 47s7 34 19 47c14 13 29 19 47 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -28 -19 -47 -19s-34 6 -47 19z" />
+    <glyph glyph-name="uogonek" unicode="&#x173;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM435 -202c-25 21 -37 48 -37 82c0 33 13 63 38 91
+c26 28 65 51 116 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 15 -33c11 -9 25 -13 42 -13c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="uring" unicode="&#x16f;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM252 627c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35
+s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35zM384 670c11 11 17 26 17 43s-6 32 -17 43c-12 12 -27 18 -44 18s-31 -6 -42 -18c-12 -11 -18 -26 -18 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 44 18z" />
+    <glyph glyph-name="utilde" unicode="&#x169;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM368 614c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18
+c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39c17 0 33 -3 46 -11c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104
+c-22 -26 -49 -39 -84 -39c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="uni1E79" unicode="&#x1e79;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM367 614c-14 5 -29 13 -46 24c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6
+c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 93c21 21 49 32 85 32c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM366 889
+h159l-157 -121h-113z" />
+    <glyph glyph-name="v" unicode="v" horiz-adv-x="598"
+d="M606 538l-227 -538h-161l-226 538h161l149 -366l154 366h150z" />
+    <glyph glyph-name="w" unicode="w" horiz-adv-x="937"
+d="M936 538l-195 -538h-150l-121 334l-125 -334h-150l-194 538h147l127 -364l132 364h132l128 -364l131 364h138z" />
+    <glyph glyph-name="wacute" unicode="&#x1e83;" horiz-adv-x="937"
+d="M936 538l-195 -538h-150l-121 334l-125 -334h-150l-194 538h147l127 -364l132 364h132l128 -364l131 364h138zM511 750h168l-181 -144h-122z" />
+    <glyph glyph-name="wcircumflex" unicode="&#x175;" horiz-adv-x="937"
+d="M936 538l-195 -538h-150l-121 334l-125 -334h-150l-194 538h147l127 -364l132 364h132l128 -364l131 364h138zM554 606l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="wdieresis" unicode="&#x1e85;" horiz-adv-x="937"
+d="M936 538l-195 -538h-150l-121 334l-125 -334h-150l-194 538h147l127 -364l132 364h132l128 -364l131 364h138zM316 630c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s36 -7 50 -19c12 -14 19 -30 19 -50s-7 -36 -19 -50c-14 -12 -30 -19 -50 -19s-37 7 -50 19z
+M518 630c-12 14 -19 30 -19 50s7 36 19 50c14 12 30 19 50 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-36 7 -50 19z" />
+    <glyph glyph-name="wgrave" unicode="&#x1e81;" horiz-adv-x="937"
+d="M936 538l-195 -538h-150l-121 334l-125 -334h-150l-194 538h147l127 -364l132 364h132l128 -364l131 364h138zM255 750h168l135 -144h-122z" />
+    <glyph glyph-name="x" unicode="x" horiz-adv-x="595"
+d="M414 0l-118 165l-122 -165h-170l207 271l-200 267h175l114 -157l117 157h166l-200 -263l208 -275h-177z" />
+    <glyph glyph-name="y" unicode="y" horiz-adv-x="598"
+d="M606 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150z" />
+    <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="598"
+d="M606 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM332 751h168l-181 -144h-122z
+" />
+    <glyph glyph-name="ycircumflex" unicode="&#x177;" horiz-adv-x="598"
+d="M606 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM375 607l-87 76l-87 -76h-114
+l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="598"
+d="M606 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM137 632c-13 12 -20 29 -20 49
+s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM340 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20
+s-37 6 -49 20z" />
+    <glyph glyph-name="uni1E8F" unicode="&#x1e8f;" horiz-adv-x="598"
+d="M606 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM228 636c-16 16 -24 36 -24 61
+c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1EF5" unicode="&#x1ef5;" horiz-adv-x="598"
+d="M606 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM414 -192c-12 13 -19 29 -19 49
+s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="ygrave" unicode="&#x1ef3;" horiz-adv-x="598"
+d="M606 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM76 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EF7" unicode="&#x1ef7;" horiz-adv-x="598"
+d="M606 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM269 649c19 9 32 18 39 28
+c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0233" unicode="&#x233;" horiz-adv-x="598"
+d="M606 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM103 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni1EF9" unicode="&#x1ef9;" horiz-adv-x="598"
+d="M606 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM316 614c-14 8 -29 17 -46 29
+c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79
+c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="z" unicode="z" horiz-adv-x="543"
+d="M515 120v-120h-480v94l274 324h-267v120h464v-94l-274 -324h283z" />
+    <glyph glyph-name="zacute" unicode="&#x17a;" horiz-adv-x="543"
+d="M515 120v-120h-480v94l274 324h-267v120h464v-94l-274 -324h283zM319 751h168l-181 -144h-122z" />
+    <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="543"
+d="M515 120v-120h-480v94l274 324h-267v120h464v-94l-274 -324h283zM476 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="zdotaccent" unicode="&#x17c;" horiz-adv-x="543"
+d="M515 120v-120h-480v94l274 324h-267v120h464v-94l-274 -324h283zM214 636c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E93" unicode="&#x1e93;" horiz-adv-x="543"
+d="M515 120v-120h-480v94l274 324h-267v120h464v-94l-274 -324h283zM228 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="iacute_j.loclNLD" horiz-adv-x="606"
+d="M200 751h156l-181 -144h-110zM506 751h156l-182 -144h-109zM72 538h155v-538h-155v538zM264 -194c-22 4 -41 12 -56 22l40 113c18 -13 39 -19 64 -19c21 0 37 6 48 20c12 12 18 32 18 58v538h156v-540c0 -61 -18 -110 -53 -146s-84 -54 -146 -54c-25 0 -49 2 -71 8z" />
+    <glyph glyph-name="a.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40z" />
+    <glyph glyph-name="aacute.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM393 751h168l-181 -144h-122z" />
+    <glyph glyph-name="abreve.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM219 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41
+s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EAF.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM220 632c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33
+s-95 11 -129 33zM374 872h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EB7.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM300 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM219 640
+c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EB1.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM220 632c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33
+s-95 11 -129 33zM166 872h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EB3.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM220 632c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33
+s-95 11 -129 33zM336 760c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -21c17 -15 25 -34 25 -58c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1EB5.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM220 632c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33
+s-95 11 -129 33zM375 758c-14 5 -29 13 -46 24c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 93c21 21 49 32 85 32c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 12
+c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni01CE.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM550 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="acircumflex.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM436 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA5.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM435 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM580 824h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EAD.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM300 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM436 607
+l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA7.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM435 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM372 824h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EA9.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM435 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM489 721c25 12 37 26 37 42c0 9 -3 16 -10 21c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48
+c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni1EAB.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM435 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM375 764c-14 6 -29 14 -46 25c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12
+s-12 -19 -13 -34h-80c1 40 11 71 31 92c21 22 49 33 85 33c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni0201.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM87 751h146l72 -144h-114zM289 751h146l72 -144h-114z" />
+    <glyph glyph-name="adieresis.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM198 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM400 632
+c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni1EA1.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM300 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="agrave.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM137 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EA3.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM330 649c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30
+c22 -19 33 -45 33 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0203.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM219 718c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -25 51c-17 14 -37 20 -61 20s-44 -6 -61 -20c-16 -12 -24 -30 -25 -51h-98
+c2 47 20 84 54 111z" />
+    <glyph glyph-name="amacron.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM164 723h370v-88h-370v88z" />
+    <glyph glyph-name="aogonek.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM439 -202c-25 21 -37 48 -37 82c0 33 13 63 38 91c26 28 65 51 116 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 15 -33
+c11 -9 25 -13 42 -13c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="aring.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM260 627c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35zM392 670
+c11 11 17 26 17 43s-6 32 -17 43c-12 12 -27 18 -44 18s-31 -6 -42 -18c-12 -11 -18 -26 -18 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 44 18z" />
+    <glyph glyph-name="aringacute.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM456 776c11 -19 17 -40 17 -63c0 -34 -12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35c17 0 34 -3 52 -10
+l87 90l77 -60zM392 670c11 11 17 26 17 43s-6 32 -17 43c-12 12 -27 18 -44 18s-31 -6 -42 -18c-12 -11 -18 -26 -18 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 44 18z" />
+    <glyph glyph-name="atilde.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM376 614c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39
+c17 0 33 -3 46 -11c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="ae.ss01" horiz-adv-x="995"
+d="M780 130c20 8 41 21 61 39l84 -90c-52 -58 -125 -87 -220 -87c-47 0 -91 8 -131 23c-41 15 -75 39 -104 71c-41 -63 -110 -94 -207 -94c-70 0 -125 15 -165 46c-41 31 -61 72 -61 123c0 47 19 84 57 113s96 43 174 43h124c0 33 -10 59 -30 77c-21 19 -52 28 -93 28
+c-29 0 -57 -4 -85 -14c-28 -8 -52 -21 -71 -36l-56 109c29 21 64 37 105 48s83 17 126 17c91 0 157 -25 198 -76c25 24 55 43 90 56s71 20 110 20c51 0 97 -11 138 -32c42 -22 76 -54 100 -95c26 -41 38 -90 39 -146l-400 -77c12 -25 31 -45 56 -58c25 -14 55 -21 90 -21
+c26 0 49 4 71 13zM586 389c-25 -26 -38 -60 -38 -102v-1l262 50c-8 28 -23 50 -46 67c-22 17 -49 25 -80 25c-39 0 -72 -13 -98 -39zM362 125c20 19 30 44 30 76v25h-107c-64 0 -96 -21 -96 -62c0 -21 8 -38 23 -50c16 -11 38 -17 67 -17c35 0 63 9 83 28z" />
+    <glyph glyph-name="aeacute.ss01" horiz-adv-x="995"
+d="M780 130c20 8 41 21 61 39l84 -90c-52 -58 -125 -87 -220 -87c-47 0 -91 8 -131 23c-41 15 -75 39 -104 71c-41 -63 -110 -94 -207 -94c-70 0 -125 15 -165 46c-41 31 -61 72 -61 123c0 47 19 84 57 113s96 43 174 43h124c0 33 -10 59 -30 77c-21 19 -52 28 -93 28
+c-29 0 -57 -4 -85 -14c-28 -8 -52 -21 -71 -36l-56 109c29 21 64 37 105 48s83 17 126 17c91 0 157 -25 198 -76c25 24 55 43 90 56s71 20 110 20c51 0 97 -11 138 -32c42 -22 76 -54 100 -95c26 -41 38 -90 39 -146l-400 -77c12 -25 31 -45 56 -58c25 -14 55 -21 90 -21
+c26 0 49 4 71 13zM586 389c-25 -26 -38 -60 -38 -102v-1l262 50c-8 28 -23 50 -46 67c-22 17 -49 25 -80 25c-39 0 -72 -13 -98 -39zM362 125c20 19 30 44 30 76v25h-107c-64 0 -96 -21 -96 -62c0 -21 8 -38 23 -50c16 -11 38 -17 67 -17c35 0 63 9 83 28zM526 751h168
+l-181 -144h-122z" />
+    <glyph glyph-name="uni01C6.ss01" horiz-adv-x="1245"
+d="M620 742v-742h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v261h156zM428 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM1212 120v-120h-480v94l107 126h-73v104h161l79 94h-267v120h464v-94l-102 -121h76v-104h-164l-84 -99h283zM1169 751l-132 -144h-138l-132 144h114l87 -75l87 75
+h114z" />
+    <glyph glyph-name="e.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38z" />
+    <glyph glyph-name="eacute.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM361 751h168l-181 -144h-122z" />
+    <glyph glyph-name="ebreve.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM187 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20
+c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="ecaron.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM518 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni1E1D.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM233 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34
+l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6zM187 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111
+s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="ecircumflex.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM404 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EBF.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM403 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM548 824h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EC7.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM268 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50
+s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM404 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EC1.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM403 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM340 824h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EC3.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM403 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM457 721c25 12 37 26 37 42c0 9 -3 16 -10 21
+c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni1EC5.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM403 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM343 764c-14 6 -29 14 -46 25
+c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 92c21 22 49 33 85 33c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91
+s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni0205.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM55 751h146l72 -144h-114zM257 751h146l72 -144h-114z" />
+    <glyph glyph-name="edieresis.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM166 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49
+s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM368 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="edotaccent.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM256 636c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60
+c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1EB9.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM268 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50
+s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="egrave.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM105 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EBB.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM298 649c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12
+c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30c22 -19 33 -45 33 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0207.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM187 718c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -25 51
+c-17 14 -37 20 -61 20s-44 -6 -61 -20c-16 -12 -24 -30 -25 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="emacron.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM132 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E17.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM132 706h370v-83h-370v83zM342 889h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E15.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM132 706h370v-83h-370v83zM134 889h159l110 -121h-112z" />
+    <glyph glyph-name="eogonek.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-13 -14 -27 -26 -41 -36c-41 -31 -70 -58 -86 -81c-17 -22 -25 -44 -25 -65c0 -16 5 -28 15 -37c11 -9 25 -13 43 -13c21 0 41 5 59 15l23 -71c-13 -7 -28 -12 -47 -17c-18 -4 -36 -6 -54 -6c-43 0 -76 10 -101 32
+c-25 20 -37 49 -37 84c0 19 4 38 12 56c9 20 21 37 36 52h-19c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38z" />
+    <glyph glyph-name="uni1EBD.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM344 614c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -15
+c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39c17 0 33 -3 46 -11c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="uni0259.ss01" horiz-adv-x="631"
+d="M214 408c-22 -8 -42 -21 -61 -39l-83 90c51 58 125 87 222 87c61 0 114 -12 161 -36c47 -23 83 -56 108 -98s38 -90 38 -143s-13 -100 -37 -143c-26 -42 -60 -75 -104 -98c-43 -24 -92 -36 -147 -36c-51 0 -98 11 -140 32c-42 22 -75 54 -101 94c-24 42 -37 90 -37 146
+l398 77c-11 27 -29 47 -53 60c-25 13 -55 20 -90 20c-28 0 -53 -4 -74 -13zM407 148c25 25 38 60 39 105l-262 -51c7 -28 22 -50 45 -67s50 -25 82 -25c39 0 71 13 96 38z" />
+    <glyph glyph-name="f.ss01" horiz-adv-x="368"
+d="M224 526h138v-120h-134v-406h-156v550c0 61 18 110 54 146c37 36 88 54 154 54c23 0 46 -2 66 -8c22 -4 39 -12 53 -21l-41 -113c-18 13 -39 19 -63 19c-47 0 -71 -26 -71 -78v-23z" />
+    <glyph glyph-name="l.ss01" horiz-adv-x="351"
+d="M123 40c-34 33 -51 79 -51 138v564h156v-555c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c8 0 16 1 25 3c8 2 14 4 19 7l7 -121c-26 -9 -53 -13 -81 -13c-61 0 -108 16 -142 48z" />
+    <glyph glyph-name="lacute.ss01" horiz-adv-x="351"
+d="M123 40c-34 33 -51 79 -51 138v564h156v-555c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c8 0 16 1 25 3c8 2 14 4 19 7l7 -121c-26 -9 -53 -13 -81 -13c-61 0 -108 16 -142 48zM194 955h168l-181 -144h-122z" />
+    <glyph glyph-name="lcaron.ss01" horiz-adv-x="351"
+d="M123 40c-34 33 -51 79 -51 138v564h156v-555c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c8 0 16 1 25 3c8 2 14 4 19 7l7 -121c-26 -9 -53 -13 -81 -13c-61 0 -108 16 -142 48zM307 783h117l-20 -201h-97v201z" />
+    <glyph glyph-name="lcommaaccent.ss01" horiz-adv-x="351"
+d="M123 40c-34 33 -51 79 -51 138v564h156v-555c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c8 0 16 1 25 3c8 2 14 4 19 7l7 -121c-26 -9 -53 -13 -81 -13c-61 0 -108 16 -142 48zM268 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20
+c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="ldot.ss01" horiz-adv-x="430"
+d="M123 40c-34 33 -51 79 -51 138v564h156v-555c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c8 0 16 1 25 3c8 2 14 4 19 7l7 -121c-26 -9 -53 -13 -81 -13c-61 0 -108 16 -142 48zM304 306c-15 16 -22 34 -22 57s7 41 22 56s33 22 56 22s42 -7 56 -22c16 -15 23 -33 23 -56
+s-7 -41 -23 -57c-14 -14 -33 -22 -56 -22s-41 8 -56 22z" />
+    <glyph glyph-name="uni1E37.ss01" horiz-adv-x="351"
+d="M123 40c-34 33 -51 79 -51 138v564h156v-555c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c8 0 16 1 25 3c8 2 14 4 19 7l7 -121c-26 -9 -53 -13 -81 -13c-61 0 -108 16 -142 48zM168 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20
+s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni01C9.ss01" horiz-adv-x="634"
+d="M123 40c-34 33 -51 79 -51 138v564h156v-555c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c8 0 16 1 25 3c8 2 14 4 19 7l7 -121c-26 -9 -53 -13 -81 -13c-61 0 -108 16 -142 48zM242 -172l42 113c18 -13 40 -19 66 -19c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537
+c0 -63 -18 -112 -54 -149c-35 -36 -85 -54 -149 -54c-55 0 -96 10 -125 30zM422 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="uni1E3B.ss01" horiz-adv-x="351"
+d="M123 40c-34 33 -51 79 -51 138v564h156v-555c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c8 0 16 1 25 3c8 2 14 4 19 7l7 -121c-26 -9 -53 -13 -81 -13c-61 0 -108 16 -142 48zM32 -95h370v-87h-370v87z" />
+    <glyph glyph-name="lslash.ss01" horiz-adv-x="351"
+d="M123 40c-34 33 -51 79 -51 138v564h156v-555c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c8 0 16 1 25 3c8 2 14 4 19 7l7 -121c-26 -9 -53 -13 -81 -13c-61 0 -108 16 -142 48zM-41 281l324 244l57 -80l-323 -242z" />
+    <glyph glyph-name="oe.ss01" horiz-adv-x="1077"
+d="M859 130c22 8 43 21 63 39l85 -90c-53 -58 -129 -87 -229 -87c-51 0 -96 8 -136 24c-40 17 -73 40 -100 70c-25 -30 -55 -53 -92 -70c-37 -16 -78 -24 -124 -24c-56 0 -106 12 -151 36c-45 23 -80 56 -105 98s-38 90 -38 143s13 101 38 143s60 75 105 98
+c45 24 95 36 151 36c45 0 86 -8 124 -24c36 -16 67 -39 91 -68c25 29 57 52 94 68s79 24 124 24c53 0 101 -11 144 -32c43 -22 78 -54 103 -95c26 -41 39 -90 39 -146l-410 -77c12 -25 31 -45 57 -58c25 -14 55 -21 90 -21c29 0 55 4 77 13zM658 390
+c-25 -26 -38 -60 -38 -103v-2l270 51c-8 28 -24 50 -47 67s-51 25 -84 25c-41 0 -75 -13 -101 -38zM426 160c26 28 39 64 39 109s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40z" />
+    <glyph glyph-name="t.ss01" horiz-adv-x="412"
+d="M396 26c-15 -11 -34 -20 -56 -26c-23 -5 -46 -8 -70 -8c-65 0 -114 16 -149 49s-52 81 -52 144v472h156v-131h133v-120h-133v-219c0 -23 6 -40 17 -53c11 -12 28 -18 49 -18c24 0 45 7 64 20z" />
+    <glyph glyph-name="tbar.ss01" horiz-adv-x="422"
+d="M401 26c-15 -11 -34 -20 -57 -26c-22 -5 -45 -8 -69 -8c-65 0 -114 16 -149 49s-52 81 -52 144v472h156v-131h133v-120h-133v-219c0 -23 6 -40 17 -53c11 -12 28 -18 49 -18c24 0 45 7 64 20zM2 320h349v-90h-349v90z" />
+    <glyph glyph-name="tcaron.ss01" horiz-adv-x="412"
+d="M396 26c-15 -11 -34 -20 -56 -26c-23 -5 -46 -8 -70 -8c-65 0 -114 16 -149 49s-52 81 -52 144v472h156v-131h133v-120h-133v-219c0 -23 6 -40 17 -53c11 -12 28 -18 49 -18c24 0 45 7 64 20zM296 768h111l-16 -186h-95v186z" />
+    <glyph glyph-name="uni0163.ss01" horiz-adv-x="412"
+d="M396 26c-15 -11 -34 -20 -56 -26c-23 -5 -46 -8 -70 -8c-65 0 -114 16 -149 49s-52 81 -52 144v472h156v-131h133v-120h-133v-219c0 -23 6 -40 17 -53c11 -12 28 -18 49 -18c24 0 45 7 64 20zM156 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32
+c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 65 -28c15 -14 22 -33 22 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni021B.ss01" horiz-adv-x="412"
+d="M396 26c-15 -11 -34 -20 -56 -26c-23 -5 -46 -8 -70 -8c-65 0 -114 16 -149 49s-52 81 -52 144v472h156v-131h133v-120h-133v-219c0 -23 6 -40 17 -53c11 -12 28 -18 49 -18c24 0 45 7 64 20zM290 -90c13 -10 19 -25 19 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80
+c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33c0 18 6 33 19 43c12 12 29 17 50 17s38 -5 50 -17z" />
+    <glyph glyph-name="uni1E97.ss01" horiz-adv-x="412"
+d="M396 26c-15 -11 -34 -20 -56 -26c-23 -5 -46 -8 -70 -8c-65 0 -114 16 -149 49s-52 81 -52 144v472h156v-131h133v-120h-133v-219c0 -23 6 -40 17 -53c11 -12 28 -18 49 -18c24 0 45 7 64 20zM-4 750c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s36 -7 50 -19
+c12 -14 19 -30 19 -50s-7 -36 -19 -50c-14 -12 -30 -19 -50 -19s-37 7 -50 19zM198 750c-12 14 -19 30 -19 50s7 36 19 50c14 12 30 19 50 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-36 7 -50 19z" />
+    <glyph glyph-name="uni1E6D.ss01" horiz-adv-x="412"
+d="M396 26c-15 -11 -34 -20 -56 -26c-23 -5 -46 -8 -70 -8c-65 0 -114 16 -149 49s-52 81 -52 144v472h156v-131h133v-120h-133v-219c0 -23 6 -40 17 -53c11 -12 28 -18 49 -18c24 0 45 7 64 20zM190 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20
+c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="uni1E6F.ss01" horiz-adv-x="412"
+d="M396 26c-15 -11 -34 -20 -56 -26c-23 -5 -46 -8 -70 -8c-65 0 -114 16 -149 49s-52 81 -52 144v472h156v-131h133v-120h-133v-219c0 -23 6 -40 17 -53c11 -12 28 -18 49 -18c24 0 45 7 64 20zM55 -95h370v-87h-370v87z" />
+    <glyph glyph-name="w.ss01" horiz-adv-x="991"
+d="M923 538v-297c0 -79 -22 -141 -65 -184s-105 -65 -185 -65c-39 0 -73 6 -103 18c-29 12 -54 31 -74 58c-20 -27 -45 -46 -74 -58s-64 -18 -104 -18c-81 0 -142 22 -185 65s-64 105 -64 184v297h156v-285c0 -45 8 -77 23 -99c15 -20 39 -31 72 -31s58 11 74 32
+s24 54 24 98v285h156v-285c0 -44 8 -77 24 -98s41 -32 74 -32s57 11 72 31c15 22 23 54 23 99v285h156z" />
+    <glyph glyph-name="wacute.ss01" horiz-adv-x="991"
+d="M923 538v-297c0 -79 -22 -141 -65 -184s-105 -65 -185 -65c-39 0 -73 6 -103 18c-29 12 -54 31 -74 58c-20 -27 -45 -46 -74 -58s-64 -18 -104 -18c-81 0 -142 22 -185 65s-64 105 -64 184v297h156v-285c0 -45 8 -77 23 -99c15 -20 39 -31 72 -31s58 11 74 32
+s24 54 24 98v285h156v-285c0 -44 8 -77 24 -98s41 -32 74 -32s57 11 72 31c15 22 23 54 23 99v285h156zM540 751h168l-181 -144h-122z" />
+    <glyph glyph-name="wcircumflex.ss01" horiz-adv-x="991"
+d="M923 538v-297c0 -79 -22 -141 -65 -184s-105 -65 -185 -65c-39 0 -73 6 -103 18c-29 12 -54 31 -74 58c-20 -27 -45 -46 -74 -58s-64 -18 -104 -18c-81 0 -142 22 -185 65s-64 105 -64 184v297h156v-285c0 -45 8 -77 23 -99c15 -20 39 -31 72 -31s58 11 74 32
+s24 54 24 98v285h156v-285c0 -44 8 -77 24 -98s41 -32 74 -32s57 11 72 31c15 22 23 54 23 99v285h156zM583 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="wdieresis.ss01" horiz-adv-x="991"
+d="M923 538v-297c0 -79 -22 -141 -65 -184s-105 -65 -185 -65c-39 0 -73 6 -103 18c-29 12 -54 31 -74 58c-20 -27 -45 -46 -74 -58s-64 -18 -104 -18c-81 0 -142 22 -185 65s-64 105 -64 184v297h156v-285c0 -45 8 -77 23 -99c15 -20 39 -31 72 -31s58 11 74 32
+s24 54 24 98v285h156v-285c0 -44 8 -77 24 -98s41 -32 74 -32s57 11 72 31c15 22 23 54 23 99v285h156zM345 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM548 632
+c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="wgrave.ss01" horiz-adv-x="991"
+d="M923 538v-297c0 -79 -22 -141 -65 -184s-105 -65 -185 -65c-39 0 -73 6 -103 18c-29 12 -54 31 -74 58c-20 -27 -45 -46 -74 -58s-64 -18 -104 -18c-81 0 -142 22 -185 65s-64 105 -64 184v297h156v-285c0 -45 8 -77 23 -99c15 -20 39 -31 72 -31s58 11 74 32
+s24 54 24 98v285h156v-285c0 -44 8 -77 24 -98s41 -32 74 -32s57 11 72 31c15 22 23 54 23 99v285h156zM284 751h168l135 -144h-122z" />
+    <glyph glyph-name="y.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156z" />
+    <glyph glyph-name="yacute.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM385 751h168l-181 -144h-122z" />
+    <glyph glyph-name="ycircumflex.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM428 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="ydieresis.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM190 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20z
+M392 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni1EF5.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM630 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="ygrave.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM129 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EF7.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM322 649c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30
+c22 -19 33 -45 33 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0233.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM156 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni1EF9.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM368 614c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39
+c17 0 33 -3 46 -11c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="z.ss01" horiz-adv-x="553"
+d="M520 120v-120h-480v94l107 126h-73v104h161l79 94h-267v120h464v-94l-102 -121h76v-104h-164l-84 -99h283z" />
+    <glyph glyph-name="zacute.ss01" horiz-adv-x="553"
+d="M520 120v-120h-480v94l107 126h-73v104h161l79 94h-267v120h464v-94l-102 -121h76v-104h-164l-84 -99h283zM320 751h168l-181 -144h-122z" />
+    <glyph glyph-name="zcaron.ss01" horiz-adv-x="553"
+d="M520 120v-120h-480v94l107 126h-73v104h161l79 94h-267v120h464v-94l-102 -121h76v-104h-164l-84 -99h283zM477 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="zdotaccent.ss01" horiz-adv-x="553"
+d="M520 120v-120h-480v94l107 126h-73v104h161l79 94h-267v120h464v-94l-102 -121h76v-104h-164l-84 -99h283zM216 636c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24
+s-45 8 -60 24z" />
+    <glyph glyph-name="uni1E93.ss01" horiz-adv-x="553"
+d="M520 120v-120h-480v94l107 126h-73v104h161l79 94h-267v120h464v-94l-102 -121h76v-104h-164l-84 -99h283zM226 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="T_h" horiz-adv-x="1243"
+d="M1114 486c40 -40 61 -99 61 -178v-308h-156v284c0 43 -9 74 -29 96c-18 20 -45 31 -80 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v568h-235v-568h-162v568h-224v132h777v-218c21 21 46 36 75 48c29 10 61 16 95 16c67 0 121 -20 163 -60z" />
+    <glyph glyph-name="fi" unicode="&#xfb01;" horiz-adv-x="768"
+d="M243 526h138v-120h-134v-406h-156v406h-83v120h83v24c0 61 18 110 55 146c36 36 87 54 153 54c23 0 45 -2 67 -8c20 -4 38 -12 52 -21l-41 -113c-18 13 -39 19 -63 19c-47 0 -71 -26 -71 -78v-23zM539 538h156v-538h-156v538zM547 638c-18 17 -27 37 -27 62s9 45 27 62
+s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="fl" unicode="&#xfb02;" horiz-adv-x="688"
+d="M243 526h138v-120h-134v-406h-156v406h-83v120h83v24c0 61 18 110 55 146c36 36 87 54 153 54c23 0 45 -2 67 -8c20 -4 38 -12 52 -21l-41 -113c-18 13 -39 19 -63 19c-47 0 -71 -26 -71 -78v-23zM459 742h156v-742h-156v742z" />
+    <glyph glyph-name="fi.ss01" horiz-adv-x="749"
+d="M224 526h138v-120h-134v-406h-156v550c0 61 18 110 54 146c37 36 88 54 154 54c23 0 46 -2 66 -8c22 -4 39 -12 53 -21l-41 -113c-18 13 -39 19 -63 19c-47 0 -71 -26 -71 -78v-23zM520 538h156v-538h-156v538zM528 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25
+s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="fl.ss01" horiz-adv-x="716"
+d="M712 -96c-27 -9 -54 -13 -82 -13c-61 0 -108 16 -142 49c-34 32 -51 78 -51 137v446c0 34 -8 60 -25 77c-16 17 -39 26 -70 26c-30 0 -53 -8 -70 -25c-16 -17 -24 -42 -25 -75h134v-120h-134v-406h-156v406h-83v120h83c3 69 27 124 71 164s104 60 181 60
+c81 0 143 -21 186 -63s64 -100 64 -174v-426c0 -23 6 -41 17 -53c12 -13 29 -19 50 -19c15 0 30 3 45 10z" />
+    <glyph glyph-name="a.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173z" />
+    <glyph glyph-name="aacute.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM371 788h168l-181 -144h-122z" />
+    <glyph glyph-name="abreve.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM197 677c-34 27 -52 64 -54 111h98c1 -21 9 -38 25 -52c17 -12 37 -19 61 -19s44 7 61 19c16 14 24 31 25 52h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EAF.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM198 669c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM352 909
+h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EB7.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM278 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM197 677
+c-34 27 -52 64 -54 111h98c1 -21 9 -38 25 -52c17 -12 37 -19 61 -19s44 7 61 19c16 14 24 31 25 52h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EB1.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM198 669c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM144 909
+h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EB3.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM198 669c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM314 797
+c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1EB5.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM198 669c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM353 794
+c-14 6 -29 14 -46 25c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 92c21 22 49 33 85 33c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 13c7 8 12 19 13 32h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni01CE.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM528 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="acircumflex.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM414 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA5.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM413 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM558 861h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EAD.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM278 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM414 644l-87 76l-87 -76
+h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA7.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM413 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM350 861h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EA9.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM413 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM467 758c25 12 37 26 37 42c0 9 -3 16 -10 21c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22
+c28 0 50 -7 67 -21c17 -15 25 -34 25 -58c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni1EAB.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM413 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM353 802c-14 5 -29 13 -46 24c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80
+c1 40 11 71 31 93c21 21 49 32 85 32c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni0201.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM65 788h146l72 -144h-114zM267 788h146l72 -144h-114z" />
+    <glyph glyph-name="adieresis.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM176 668c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s36 -7 50 -19c12 -14 19 -30 19 -50s-7 -36 -19 -50c-14 -12 -30 -19 -50 -19s-37 7 -50 19zM378 668
+c-12 14 -19 30 -19 50s7 36 19 50c14 12 30 19 50 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-36 7 -50 19z" />
+    <glyph glyph-name="uni1EA1.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM278 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="agrave.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM115 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EA3.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM308 686c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -29c22 -20 33 -46 33 -78
+c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0203.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM197 755c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 38 -25 52c-17 12 -37 19 -61 19s-44 -7 -61 -19c-16 -14 -24 -31 -25 -52h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="amacron.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM142 760h370v-88h-370v88z" />
+    <glyph glyph-name="aogonek.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM485 -202c-25 21 -37 48 -37 82c0 33 13 63 38 91c26 28 65 51 116 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 15 -33c11 -9 25 -13 42 -13
+c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="aring.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM238 664c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35zM370 706c11 12 17 27 17 44
+s-6 32 -17 44c-12 11 -27 17 -44 17s-31 -6 -42 -17c-12 -12 -18 -27 -18 -44s6 -32 17 -44c11 -11 26 -17 43 -17s32 6 44 17z" />
+    <glyph glyph-name="aringacute.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM434 813c11 -19 17 -40 17 -63c0 -34 -12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35c17 0 34 -3 52 -10l87 90l77 -60z
+M370 706c11 12 17 27 17 44s-6 32 -17 44c-12 11 -27 17 -44 17s-31 -6 -42 -17c-12 -12 -18 -27 -18 -44s6 -32 17 -44c11 -11 26 -17 43 -17s32 6 44 17z" />
+    <glyph glyph-name="atilde.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM354 652c-13 6 -28 16 -45 28c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 13 80 33 106c22 27 49 40 84 40c17 0 33 -4 46 -10
+c14 -8 30 -17 47 -30c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 14c8 10 13 23 14 40h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 3 -48 11z" />
+    <glyph glyph-name="ae.sc" horiz-adv-x="919"
+d="M881 121v-121h-463v114h-204l-61 -114h-162l320 575h559v-121h-296v-105h261v-115h-261v-113h307zM418 228v225h-21l-121 -225h142z" />
+    <glyph glyph-name="aeacute.sc" horiz-adv-x="919"
+d="M881 121v-121h-463v114h-204l-61 -114h-162l320 575h559v-121h-296v-105h261v-115h-261v-113h307zM418 228v225h-21l-121 -225h142zM540 788h168l-181 -144h-122z" />
+    <glyph glyph-name="b.sc" horiz-adv-x="658"
+d="M600 246c18 -24 27 -53 27 -88c0 -50 -21 -89 -61 -116c-42 -28 -101 -42 -179 -42h-310v575h294c74 0 130 -14 169 -41s58 -64 58 -110c0 -27 -6 -52 -18 -73c-13 -21 -31 -38 -54 -51c32 -12 57 -30 74 -54zM233 464v-121h118c29 0 51 5 66 15c15 11 23 26 23 45
+c0 20 -8 35 -22 45c-16 11 -38 16 -67 16h-118zM468 174c0 42 -31 63 -92 63h-143v-126h143c61 0 92 21 92 63z" />
+    <glyph glyph-name="c.sc" horiz-adv-x="626"
+d="M192 28c-49 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 66 82 115 108c49 25 103 38 164 38c55 0 103 -8 144 -25c40 -17 75 -43 104 -80l-102 -93c-38 46 -85 69 -140 69c-49 0 -89 -16 -120 -47c-32 -31 -48 -72 -48 -123c0 -33 7 -63 22 -89
+c14 -25 34 -45 60 -59c25 -14 54 -21 86 -21c55 0 102 23 140 69l102 -93c-29 -36 -64 -62 -104 -80c-42 -16 -89 -25 -144 -25c-61 0 -115 13 -164 39z" />
+    <glyph glyph-name="cacute.sc" horiz-adv-x="626"
+d="M192 28c-49 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 66 82 115 108c49 25 103 38 164 38c55 0 103 -8 144 -25c40 -17 75 -43 104 -80l-102 -93c-38 46 -85 69 -140 69c-49 0 -89 -16 -120 -47c-32 -31 -48 -72 -48 -123c0 -33 7 -63 22 -89
+c14 -25 34 -45 60 -59c25 -14 54 -21 86 -21c55 0 102 23 140 69l102 -93c-29 -36 -64 -62 -104 -80c-42 -16 -89 -25 -144 -25c-61 0 -115 13 -164 39zM396 789h168l-181 -144h-122z" />
+    <glyph glyph-name="ccaron.sc" horiz-adv-x="626"
+d="M192 28c-49 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 66 82 115 108c49 25 103 38 164 38c55 0 103 -8 144 -25c40 -17 75 -43 104 -80l-102 -93c-38 46 -85 69 -140 69c-49 0 -89 -16 -120 -47c-32 -31 -48 -72 -48 -123c0 -33 7 -63 22 -89
+c14 -25 34 -45 60 -59c25 -14 54 -21 86 -21c55 0 102 23 140 69l102 -93c-29 -36 -64 -62 -104 -80c-42 -16 -89 -25 -144 -25c-61 0 -115 13 -164 39zM553 789l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="ccedilla.sc" horiz-adv-x="626"
+d="M192 28c-49 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 66 82 115 108c49 25 103 38 164 38c55 0 103 -8 144 -25c40 -17 75 -43 104 -80l-102 -93c-38 46 -85 69 -140 69c-49 0 -89 -16 -120 -47c-32 -31 -48 -72 -48 -123c0 -33 7 -63 22 -89
+c14 -25 34 -45 60 -59c25 -14 54 -21 86 -21c55 0 102 23 140 69l102 -93c-29 -36 -64 -62 -104 -80c-42 -16 -89 -25 -144 -25c-61 0 -115 13 -164 39zM251 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83
+l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni1E09.sc" horiz-adv-x="626"
+d="M192 28c-49 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 66 82 115 108c49 25 103 38 164 38c55 0 103 -8 144 -25c40 -17 75 -43 104 -80l-102 -93c-38 46 -85 69 -140 69c-49 0 -89 -16 -120 -47c-32 -31 -48 -72 -48 -123c0 -33 7 -63 22 -89
+c14 -25 34 -45 60 -59c25 -14 54 -21 86 -21c55 0 102 23 140 69l102 -93c-29 -36 -64 -62 -104 -80c-42 -16 -89 -25 -144 -25c-61 0 -115 13 -164 39zM251 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83
+l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6zM396 789h168l-181 -144h-122z" />
+    <glyph glyph-name="ccircumflex.sc" horiz-adv-x="626"
+d="M192 28c-49 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 66 82 115 108c49 25 103 38 164 38c55 0 103 -8 144 -25c40 -17 75 -43 104 -80l-102 -93c-38 46 -85 69 -140 69c-49 0 -89 -16 -120 -47c-32 -31 -48 -72 -48 -123c0 -33 7 -63 22 -89
+c14 -25 34 -45 60 -59c25 -14 54 -21 86 -21c55 0 102 23 140 69l102 -93c-29 -36 -64 -62 -104 -80c-42 -16 -89 -25 -144 -25c-61 0 -115 13 -164 39zM439 645l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="cdotaccent.sc" horiz-adv-x="626"
+d="M192 28c-49 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 66 82 115 108c49 25 103 38 164 38c55 0 103 -8 144 -25c40 -17 75 -43 104 -80l-102 -93c-38 46 -85 69 -140 69c-49 0 -89 -16 -120 -47c-32 -31 -48 -72 -48 -123c0 -33 7 -63 22 -89
+c14 -25 34 -45 60 -59c25 -14 54 -21 86 -21c55 0 102 23 140 69l102 -93c-29 -36 -64 -62 -104 -80c-42 -16 -89 -25 -144 -25c-61 0 -115 13 -164 39zM292 674c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60
+c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="d.sc" horiz-adv-x="710"
+d="M77 575h271c65 0 123 -12 172 -35s88 -57 114 -100c28 -43 41 -94 41 -153c0 -58 -13 -109 -41 -152c-26 -43 -65 -77 -114 -100s-107 -35 -172 -35h-271v575zM343 124c53 0 95 14 126 42c31 29 46 69 46 121s-15 92 -46 121s-73 43 -126 43h-108v-327h108z" />
+    <glyph glyph-name="eth.sc" horiz-adv-x="730"
+d="M97 575h271c65 0 123 -12 172 -35s88 -57 114 -100c28 -43 41 -94 41 -153c0 -58 -13 -109 -41 -152c-26 -43 -65 -77 -114 -100s-107 -35 -172 -35h-271v575zM363 124c53 0 95 14 126 42c31 29 46 69 46 121s-15 92 -46 121s-73 43 -126 43h-108v-327h108zM19 340h373
+v-99h-373v99z" />
+    <glyph glyph-name="dcaron.sc" horiz-adv-x="710"
+d="M77 575h271c65 0 123 -12 172 -35s88 -57 114 -100c28 -43 41 -94 41 -153c0 -58 -13 -109 -41 -152c-26 -43 -65 -77 -114 -100s-107 -35 -172 -35h-271v575zM343 124c53 0 95 14 126 42c31 29 46 69 46 121s-15 92 -46 121s-73 43 -126 43h-108v-327h108zM521 788
+l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="dcroat.sc" horiz-adv-x="730"
+d="M97 575h271c65 0 123 -12 172 -35s88 -57 114 -100c28 -43 41 -94 41 -153c0 -58 -13 -109 -41 -152c-26 -43 -65 -77 -114 -100s-107 -35 -172 -35h-271v575zM363 124c53 0 95 14 126 42c31 29 46 69 46 121s-15 92 -46 121s-73 43 -126 43h-108v-327h108zM19 340h373
+v-99h-373v99z" />
+    <glyph glyph-name="uni1E0D.sc" horiz-adv-x="710"
+d="M77 575h271c65 0 123 -12 172 -35s88 -57 114 -100c28 -43 41 -94 41 -153c0 -58 -13 -109 -41 -152c-26 -43 -65 -77 -114 -100s-107 -35 -172 -35h-271v575zM343 124c53 0 95 14 126 42c31 29 46 69 46 121s-15 92 -46 121s-73 43 -126 43h-108v-327h108zM272 -192
+c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="uni1E0F.sc" horiz-adv-x="710"
+d="M77 575h271c65 0 123 -12 172 -35s88 -57 114 -100c28 -43 41 -94 41 -153c0 -58 -13 -109 -41 -152c-26 -43 -65 -77 -114 -100s-107 -35 -172 -35h-271v575zM343 124c53 0 95 14 126 42c31 29 46 69 46 121s-15 92 -46 121s-73 43 -126 43h-108v-327h108zM137 -95h370
+v-87h-370v87z" />
+    <glyph glyph-name="uni01C6.sc" horiz-adv-x="1254"
+d="M77 575h271c65 0 123 -12 172 -35s88 -57 114 -100c28 -43 41 -94 41 -153c0 -58 -13 -109 -41 -152c-26 -43 -65 -77 -114 -100s-107 -35 -172 -35h-271v575zM343 124c53 0 95 14 126 42c31 29 46 69 46 121s-15 92 -46 121s-73 43 -126 43h-108v-327h108zM1237 123
+v-123h-519v99l302 353h-295v123h500v-99l-303 -353h315zM1178 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="e.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307z" />
+    <glyph glyph-name="eacute.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM347 788h168l-181 -144h-122z" />
+    <glyph glyph-name="ebreve.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM173 677c-34 27 -52 64 -54 111h98c1 -21 9 -38 25 -52c17 -12 37 -19 61 -19s44 7 61 19c16 14 24 31 25 52h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="ecaron.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM504 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni1E1D.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM223 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73
+c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6zM173 677c-34 27 -52 64 -54 111h98c1 -21 9 -38 25 -52c17 -12 37 -19 61 -19s44 7 61 19c16 14 24 31 25 52h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="ecircumflex.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM390 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EBF.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM389 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM534 861h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EC7.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM258 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM390 644l-87 76l-87 -76h-114l132 144h138
+l132 -144h-114z" />
+    <glyph glyph-name="uni1EC1.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM389 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM326 861h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EC3.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM389 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM443 758c25 12 37 26 37 42c0 9 -3 16 -10 21c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -21
+c17 -15 25 -34 25 -58c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni1EC5.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM389 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM329 802c-14 5 -29 13 -46 24c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 93
+c21 21 49 32 85 32c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni0205.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM41 788h146l72 -144h-114zM243 788h146l72 -144h-114z" />
+    <glyph glyph-name="edieresis.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM152 668c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s36 -7 50 -19c12 -14 19 -30 19 -50s-7 -36 -19 -50c-14 -12 -30 -19 -50 -19s-37 7 -50 19zM354 668c-12 14 -19 30 -19 50s7 36 19 50
+c14 12 30 19 50 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-36 7 -50 19z" />
+    <glyph glyph-name="edotaccent.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM242 673c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1EB9.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM258 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="egrave.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM91 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EBB.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM284 686c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -29c22 -20 33 -46 33 -78
+c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0207.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM173 755c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 38 -25 52c-17 12 -37 19 -61 19s-44 -7 -61 -19c-16 -14 -24 -31 -25 -52h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="emacron.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM118 760h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E17.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM118 743h370v-83h-370v83zM328 926h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E15.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM118 743h370v-83h-370v83zM120 926h159l110 -121h-112z" />
+    <glyph glyph-name="eogonek.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM361 -202c-25 21 -37 48 -37 82c0 33 13 63 38 91c26 28 65 51 116 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 15 -33c11 -9 25 -13 42 -13c23 0 43 5 61 15l22 -71
+c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="uni1EBD.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM330 652c-13 6 -28 16 -45 28c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 13 80 33 106c22 27 49 40 84 40c17 0 33 -4 46 -10
+c14 -8 30 -17 47 -30c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 14c8 10 13 23 14 40h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 3 -48 11z" />
+    <glyph glyph-name="uni0259.sc" horiz-adv-x="676"
+d="M490 548c46 -26 84 -62 110 -107c28 -45 41 -97 41 -154s-13 -109 -39 -154s-62 -81 -108 -106s-98 -38 -156 -38c-59 0 -111 13 -157 39c-46 25 -82 61 -107 108c-26 46 -39 99 -39 158v34h447c-7 39 -25 70 -54 94c-28 23 -63 35 -104 35c-26 0 -51 -4 -74 -13
+c-24 -9 -46 -21 -65 -37l-84 103c27 23 60 42 101 56c41 13 84 20 129 20c59 0 111 -13 159 -38zM434 136c25 22 40 51 47 89h-287c7 -38 24 -67 50 -89c25 -20 57 -31 96 -31s70 11 94 31z" />
+    <glyph glyph-name="uni0292.sc" horiz-adv-x="575"
+d="M492 286c29 -28 44 -64 44 -107c0 -35 -10 -66 -29 -95s-49 -52 -89 -68c-40 -18 -90 -26 -149 -26c-45 0 -89 5 -133 15c-42 10 -78 24 -107 42l51 114c24 -16 52 -28 85 -37c33 -8 66 -12 100 -12c37 0 67 6 87 18c22 11 32 27 32 48c0 20 -10 36 -29 46
+c-19 12 -49 17 -89 17h-67v95l127 122h-271v117h450v-95l-142 -137c56 -9 99 -27 129 -57z" />
+    <glyph glyph-name="uni01EF.sc" horiz-adv-x="575"
+d="M492 286c29 -28 44 -64 44 -107c0 -35 -10 -66 -29 -95s-49 -52 -89 -68c-40 -18 -90 -26 -149 -26c-45 0 -89 5 -133 15c-42 10 -78 24 -107 42l51 114c24 -16 52 -28 85 -37c33 -8 66 -12 100 -12c37 0 67 6 87 18c22 11 32 27 32 48c0 20 -10 36 -29 46
+c-19 12 -49 17 -89 17h-67v95l127 122h-271v117h450v-95l-142 -137c56 -9 99 -27 129 -57zM481 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="f.sc" horiz-adv-x="554"
+d="M235 454v-134h260v-121h-260v-199h-158v575h452v-121h-294z" />
+    <glyph glyph-name="g.sc" horiz-adv-x="659"
+d="M455 295h144v-233c-31 -23 -68 -41 -111 -54s-85 -19 -126 -19c-63 0 -120 13 -170 39c-49 25 -88 61 -116 106c-27 45 -41 96 -41 153s14 108 42 153c28 46 67 82 117 108c49 25 105 38 167 38c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67
+c-49 0 -90 -16 -121 -47c-32 -31 -48 -72 -48 -123c0 -50 16 -91 48 -122c31 -31 72 -47 123 -47c32 0 62 6 90 18v159z" />
+    <glyph glyph-name="gbreve.sc" horiz-adv-x="659"
+d="M455 295h144v-233c-31 -23 -68 -41 -111 -54s-85 -19 -126 -19c-63 0 -120 13 -170 39c-49 25 -88 61 -116 106c-27 45 -41 96 -41 153s14 108 42 153c28 46 67 82 117 108c49 25 105 38 167 38c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67
+c-49 0 -90 -16 -121 -47c-32 -31 -48 -72 -48 -123c0 -50 16 -91 48 -122c31 -31 72 -47 123 -47c32 0 62 6 90 18v159zM226 678c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111
+s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="gcaron.sc" horiz-adv-x="659"
+d="M455 295h144v-233c-31 -23 -68 -41 -111 -54s-85 -19 -126 -19c-63 0 -120 13 -170 39c-49 25 -88 61 -116 106c-27 45 -41 96 -41 153s14 108 42 153c28 46 67 82 117 108c49 25 105 38 167 38c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67
+c-49 0 -90 -16 -121 -47c-32 -31 -48 -72 -48 -123c0 -50 16 -91 48 -122c31 -31 72 -47 123 -47c32 0 62 6 90 18v159zM557 789l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="gcircumflex.sc" horiz-adv-x="659"
+d="M455 295h144v-233c-31 -23 -68 -41 -111 -54s-85 -19 -126 -19c-63 0 -120 13 -170 39c-49 25 -88 61 -116 106c-27 45 -41 96 -41 153s14 108 42 153c28 46 67 82 117 108c49 25 105 38 167 38c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67
+c-49 0 -90 -16 -121 -47c-32 -31 -48 -72 -48 -123c0 -50 16 -91 48 -122c31 -31 72 -47 123 -47c32 0 62 6 90 18v159zM443 645l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="gcommaaccent.sc" horiz-adv-x="659"
+d="M455 295h144v-233c-31 -23 -68 -41 -111 -54s-85 -19 -126 -19c-63 0 -120 13 -170 39c-49 25 -88 61 -116 106c-27 45 -41 96 -41 153s14 108 42 153c28 46 67 82 117 108c49 25 105 38 167 38c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67
+c-49 0 -90 -16 -121 -47c-32 -31 -48 -72 -48 -123c0 -50 16 -91 48 -122c31 -31 72 -47 123 -47c32 0 62 6 90 18v159zM396 -90c13 -10 19 -25 19 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33c0 18 6 33 19 43c12 12 29 17 50 17
+s38 -5 50 -17z" />
+    <glyph glyph-name="gdotaccent.sc" horiz-adv-x="659"
+d="M455 295h144v-233c-31 -23 -68 -41 -111 -54s-85 -19 -126 -19c-63 0 -120 13 -170 39c-49 25 -88 61 -116 106c-27 45 -41 96 -41 153s14 108 42 153c28 46 67 82 117 108c49 25 105 38 167 38c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67
+c-49 0 -90 -16 -121 -47c-32 -31 -48 -72 -48 -123c0 -50 16 -91 48 -122c31 -31 72 -47 123 -47c32 0 62 6 90 18v159zM296 674c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24
+s-45 8 -60 24z" />
+    <glyph glyph-name="uni1E21.sc" horiz-adv-x="659"
+d="M455 295h144v-233c-31 -23 -68 -41 -111 -54s-85 -19 -126 -19c-63 0 -120 13 -170 39c-49 25 -88 61 -116 106c-27 45 -41 96 -41 153s14 108 42 153c28 46 67 82 117 108c49 25 105 38 167 38c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67
+c-49 0 -90 -16 -121 -47c-32 -31 -48 -72 -48 -123c0 -50 16 -91 48 -122c31 -31 72 -47 123 -47c32 0 62 6 90 18v159zM171 761h370v-88h-370v88z" />
+    <glyph glyph-name="uni01E5.sc" horiz-adv-x="693"
+d="M455 295h144v-233c-31 -23 -68 -41 -111 -54s-85 -19 -126 -19c-63 0 -120 13 -170 39c-49 25 -88 61 -116 106c-27 45 -41 96 -41 153s14 108 42 153c28 46 67 82 117 108c49 25 105 38 167 38c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67
+c-49 0 -90 -16 -121 -47c-32 -31 -48 -72 -48 -123c0 -50 16 -91 48 -122c31 -31 72 -47 123 -47c32 0 62 6 90 18v159zM337 250h338v-81h-338v81z" />
+    <glyph glyph-name="h.sc" horiz-adv-x="704"
+d="M77 575h158v-220h234v220h158v-575h-158v228h-234v-228h-158v575z" />
+    <glyph glyph-name="hbar.sc" horiz-adv-x="744"
+d="M97 575h158v-220h234v220h158v-575h-158v228h-234v-228h-158v575zM20 517h704v-99h-704v99z" />
+    <glyph glyph-name="uni1E2B.sc" horiz-adv-x="704"
+d="M77 575h158v-220h234v220h158v-575h-158v228h-234v-228h-158v575zM223 -178c-34 27 -52 61 -55 104h93c1 -20 9 -36 27 -48c16 -13 38 -19 64 -19s48 6 64 19c18 12 26 28 27 48h93c-3 -43 -21 -77 -55 -104c-34 -26 -77 -39 -129 -39s-95 13 -129 39z" />
+    <glyph glyph-name="uni021F.sc" horiz-adv-x="704"
+d="M77 575h158v-220h234v220h158v-575h-158v228h-234v-228h-158v575zM553 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="hcircumflex.sc" horiz-adv-x="704"
+d="M77 575h158v-220h234v220h158v-575h-158v228h-234v-228h-158v575zM439 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1E25.sc" horiz-adv-x="704"
+d="M77 575h158v-220h234v220h158v-575h-158v228h-234v-228h-158v575zM302 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="i.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575z" />
+    <glyph glyph-name="dotlessi.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575z" />
+    <glyph glyph-name="iacute.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM199 788h168l-181 -144h-122z" />
+    <glyph glyph-name="iacute_j.loclNLD.sc" horiz-adv-x="604"
+d="M191 789h155l-181 -145h-109zM526 789h156l-182 -145h-109zM42 57l58 116c49 -35 102 -52 160 -52c87 0 130 46 130 138v316h159v-308c0 -88 -25 -156 -75 -203s-119 -71 -207 -71c-89 0 -164 21 -225 64zM56 575h158v-306h-158v306z" />
+    <glyph glyph-name="ibreve.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM42 678c-30 27 -45 64 -46 110h94c0 -22 6 -40 18 -52c11 -14 27 -20 47 -20s36 6 47 20c12 12 18 30 18 52h94c-1 -46 -16 -83 -46 -110c-29 -28 -67 -42 -113 -42s-84 14 -113 42z" />
+    <glyph glyph-name="icircumflex.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM220 644l-65 70l-65 -70h-111l109 144h134l109 -144h-111z" />
+    <glyph glyph-name="uni0209.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM-107 788h146l72 -144h-114zM95 788h146l72 -144h-114z" />
+    <glyph glyph-name="idieresis.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM26 669c-12 13 -18 29 -18 49s6 36 18 49c13 13 28 19 47 19s34 -6 47 -19s19 -29 19 -49s-6 -36 -19 -49s-28 -19 -47 -19s-34 6 -47 19zM190 669c-13 13 -19 29 -19 49s6 36 19 49s28 19 47 19s34 -6 47 -19c12 -13 18 -29 18 -49
+s-6 -36 -18 -49c-13 -13 -28 -19 -47 -19s-34 6 -47 19z" />
+    <glyph glyph-name="uni1E2F.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM10 668c-13 12 -19 28 -19 47s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -29 -19 -48 -19s-34 6 -47 19zM206 668c-13 12 -19 28 -19 47s7 34 19 47c14 13 29 19 47 19c19 0 34 -6 47 -19s19 -28 19 -47
+s-6 -35 -19 -47c-13 -13 -28 -19 -47 -19s-34 6 -47 19zM180 926h159l-157 -121h-113z" />
+    <glyph glyph-name="i.sc.loclTRK" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM94 673c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1ECB.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM106 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="igrave.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM-57 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EC9.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM136 686c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -29c22 -20 33 -46 33 -78c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni020B.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM42 754c29 28 67 42 113 42s84 -14 113 -42c30 -27 45 -64 46 -110h-94c0 22 -6 40 -17 52c-11 14 -27 20 -48 20s-37 -6 -48 -20c-11 -12 -17 -30 -17 -52h-94c1 46 16 83 46 110z" />
+    <glyph glyph-name="ij.sc" horiz-adv-x="632"
+d="M50 57l62 116c48 -35 102 -52 161 -52c86 0 129 46 129 138v316h159v-308c0 -88 -25 -156 -75 -203c-51 -47 -120 -71 -207 -71c-91 0 -168 21 -229 64zM67 575h159v-306h-159v306z" />
+    <glyph glyph-name="imacron.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM5 760h300v-88h-300v88z" />
+    <glyph glyph-name="iogonek.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM105 -202c-22 21 -33 48 -33 81c0 31 10 61 29 89c19 27 48 52 86 73l48 -41c-24 -19 -41 -38 -51 -54c-9 -18 -14 -35 -14 -52c0 -14 4 -25 12 -34s18 -13 30 -13s23 3 32 10l22 -68c-19 -14 -44 -21 -74 -21c-36 0 -65 10 -87 30z" />
+    <glyph glyph-name="itilde.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM177 652c-13 7 -26 18 -41 31c-1 1 -5 4 -10 9c-6 5 -11 8 -15 10c-4 3 -8 4 -12 4c-10 0 -18 -5 -23 -15s-8 -24 -8 -43h-78c0 47 8 84 26 108c16 26 41 38 73 38c17 0 31 -4 44 -11s26 -18 41 -31c1 -1 5 -4 10 -9c6 -5 11 -8 15 -11
+c4 -2 8 -3 12 -3c10 0 18 5 23 15c5 9 8 23 8 40h78c0 -46 -8 -81 -26 -106c-16 -25 -41 -37 -73 -37c-17 0 -31 4 -44 11z" />
+    <glyph glyph-name="j.sc" horiz-adv-x="480"
+d="M70 12c-35 14 -62 36 -83 64l92 98c29 -39 62 -59 100 -59c49 0 73 29 73 87v251h-201v122h358v-358c0 -77 -19 -134 -57 -171c-38 -38 -93 -57 -166 -57c-43 0 -82 7 -116 23z" />
+    <glyph glyph-name="jcircumflex.sc" horiz-adv-x="480"
+d="M70 12c-35 14 -62 36 -83 64l92 98c29 -39 62 -59 100 -59c49 0 73 29 73 87v251h-201v122h358v-358c0 -77 -19 -134 -57 -171c-38 -38 -93 -57 -166 -57c-43 0 -82 7 -116 23zM295 644l-65 70l-65 -70h-111l109 144h134l109 -144h-111z" />
+    <glyph glyph-name="k.sc" horiz-adv-x="647"
+d="M298 212l-65 -67v-145h-156v575h156v-245l234 245h174l-239 -256l252 -319h-184z" />
+    <glyph glyph-name="uni01E9.sc" horiz-adv-x="647"
+d="M298 212l-65 -67v-145h-156v575h156v-245l234 245h174l-239 -256l252 -319h-184zM534 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="kcommaaccent.sc" horiz-adv-x="647"
+d="M298 212l-65 -67v-145h-156v575h156v-245l234 245h174l-239 -256l252 -319h-184zM384 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="kgreenlandic.sc" horiz-adv-x="647"
+d="M298 212l-65 -67v-145h-156v575h156v-245l234 245h174l-239 -256l252 -319h-184z" />
+    <glyph glyph-name="l.sc" horiz-adv-x="524"
+d="M77 575h158v-452h281v-123h-439v575z" />
+    <glyph glyph-name="lacute.sc" horiz-adv-x="524"
+d="M77 575h158v-452h281v-123h-439v575zM200 788h168l-181 -144h-122z" />
+    <glyph glyph-name="lcaron.sc" horiz-adv-x="524"
+d="M77 575h158v-452h281v-123h-439v575zM372 616h117l-20 -201h-97v201z" />
+    <glyph glyph-name="lcommaaccent.sc" horiz-adv-x="524"
+d="M77 575h158v-452h281v-123h-439v575zM356 -90c13 -10 19 -25 19 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33c0 18 6 33 19 43c12 12 29 17 50 17s38 -5 50 -17z" />
+    <glyph glyph-name="ldot.sc" horiz-adv-x="524"
+d="M77 575h158v-452h281v-123h-439v575zM357 286c-16 17 -24 38 -24 63s8 46 24 63c16 16 36 24 61 24s45 -8 61 -24c16 -17 24 -38 24 -63s-8 -46 -24 -63c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E37.sc" horiz-adv-x="524"
+d="M77 575h158v-452h281v-123h-439v575zM256 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="uni01C9.sc" horiz-adv-x="1004"
+d="M77 575h158v-452h281v-123h-439v575zM594 12c-35 14 -62 36 -83 64l92 98c29 -39 62 -59 100 -59c49 0 73 29 73 87v251h-201v122h358v-358c0 -77 -19 -134 -57 -171c-38 -38 -93 -57 -166 -57c-43 0 -82 7 -116 23z" />
+    <glyph glyph-name="uni1E3B.sc" horiz-adv-x="524"
+d="M77 575h158v-452h281v-123h-439v575zM121 -95h370v-87h-370v87z" />
+    <glyph glyph-name="lslash.sc" horiz-adv-x="524"
+d="M77 575h158v-452h281v-123h-439v575zM-35 239l324 244l57 -80l-323 -242z" />
+    <glyph glyph-name="m.sc" horiz-adv-x="827"
+d="M603 0l-1 314l-154 -253h-71l-153 243v-304h-147v575h132l206 -334l201 334h133l2 -575h-148z" />
+    <glyph glyph-name="uni1E43.sc" horiz-adv-x="827"
+d="M603 0l-1 314l-154 -253h-71l-153 243v-304h-147v575h132l206 -334l201 334h133l2 -575h-148zM364 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="n.sc" horiz-adv-x="704"
+d="M627 575v-575h-130l-265 317v-317h-155v575h130l265 -318v318h155z" />
+    <glyph glyph-name="nacute.sc" horiz-adv-x="704"
+d="M627 575v-575h-130l-265 317v-317h-155v575h130l265 -318v318h155zM396 788h168l-181 -144h-122z" />
+    <glyph glyph-name="ncaron.sc" horiz-adv-x="704"
+d="M627 575v-575h-130l-265 317v-317h-155v575h130l265 -318v318h155zM553 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="ncommaaccent.sc" horiz-adv-x="704"
+d="M627 575v-575h-130l-265 317v-317h-155v575h130l265 -318v318h155zM402 -90c13 -10 19 -25 19 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33c0 18 6 33 19 43c12 12 29 17 50 17s38 -5 50 -17z" />
+    <glyph glyph-name="uni1E45.sc" horiz-adv-x="704"
+d="M627 575v-575h-130l-265 317v-317h-155v575h130l265 -318v318h155zM292 673c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1E47.sc" horiz-adv-x="704"
+d="M627 575v-575h-130l-265 317v-317h-155v575h130l265 -318v318h155zM302 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="eng.sc" horiz-adv-x="704"
+d="M627 575v-486c0 -170 -71 -255 -214 -255c-29 0 -54 3 -77 8c-23 6 -44 15 -65 27l59 114c21 -16 46 -24 73 -24c43 0 66 24 69 71l-240 287v-317h-155v575h130l265 -318v318h155z" />
+    <glyph glyph-name="uni01CC.sc" horiz-adv-x="1184"
+d="M627 575v-575h-130l-265 317v-317h-155v575h130l265 -318v318h155zM774 12c-35 14 -62 36 -83 64l92 98c29 -39 62 -59 100 -59c49 0 73 29 73 87v251h-201v122h358v-358c0 -77 -19 -134 -57 -171c-38 -38 -93 -57 -166 -57c-43 0 -82 7 -116 23z" />
+    <glyph glyph-name="uni1E49.sc" horiz-adv-x="704"
+d="M627 575v-575h-130l-265 317v-317h-155v575h130l265 -318v318h155zM167 -95h370v-87h-370v87z" />
+    <glyph glyph-name="ntilde.sc" horiz-adv-x="704"
+d="M627 575v-575h-130l-265 317v-317h-155v575h130l265 -318v318h155zM380 652c-14 6 -29 16 -46 28c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 12 80 34 106c20 27 48 40 83 40c17 0 33 -4 47 -10c13 -8 29 -17 46 -30
+c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 14c10 10 14 23 15 40h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 3 -47 11z" />
+    <glyph glyph-name="o.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22z" />
+    <glyph glyph-name="oacute.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM402 788h168l-181 -144
+h-122z" />
+    <glyph glyph-name="obreve.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM228 677
+c-34 27 -52 64 -54 111h98c1 -21 9 -38 26 -52c16 -12 36 -19 60 -19s44 7 60 19c17 14 25 31 26 52h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="ocircumflex.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM445 644l-87 76
+l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1ED1.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM444 644l-86 57
+l-86 -57h-115l133 114h136l133 -114h-115zM589 861h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1ED9.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM308 -192
+c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18zM445 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1ED3.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM444 644l-86 57
+l-86 -57h-115l133 114h136l133 -114h-115zM381 861h159l110 -121h-112z" />
+    <glyph glyph-name="uni1ED5.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM444 644l-86 57
+l-86 -57h-115l133 114h136l133 -114h-115zM498 758c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -21c17 -15 25 -34 25 -58c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1ED7.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM444 644l-86 57
+l-86 -57h-115l133 114h136l133 -114h-115zM384 802c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5
+c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni020D.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM96 788h146l72 -144
+h-114zM298 788h146l72 -144h-114z" />
+    <glyph glyph-name="odieresis.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM207 668
+c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s37 -7 49 -19c14 -14 20 -30 20 -50s-6 -36 -20 -50c-12 -12 -29 -19 -49 -19s-37 7 -50 19zM410 668c-14 14 -20 30 -20 50s6 36 20 50c12 12 29 19 49 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50
+c-13 -12 -30 -19 -50 -19s-37 7 -49 19z" />
+    <glyph glyph-name="uni022B.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM213 668
+c-13 12 -19 28 -19 47s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -29 -19 -48 -19s-34 6 -47 19zM409 668c-13 12 -19 28 -19 47s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -28 -19 -47 -19
+s-34 6 -47 19zM173 904h370v-83h-370v83z" />
+    <glyph glyph-name="uni0231.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM308 667
+c-12 13 -19 29 -19 49s7 36 19 50c14 12 30 19 50 19s36 -7 50 -19c12 -14 19 -30 19 -50s-7 -36 -19 -49c-14 -13 -30 -19 -50 -19s-36 6 -50 19zM173 911h370v-83h-370v83z" />
+    <glyph glyph-name="uni1ECD.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM308 -192
+c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="ograve.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM146 788h168l135 -144
+h-122z" />
+    <glyph glyph-name="uni1ECF.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM339 686
+c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -29c23 -20 34 -46 34 -78c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="ohorn.sc" horiz-adv-x="716"
+d="M664 544c-15 -25 -36 -42 -65 -53c26 -26 46 -57 61 -91c14 -36 21 -73 21 -113c0 -57 -14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38
+c28 0 59 -2 94 -6c23 -3 43 -5 59 -5c47 0 70 21 70 64c0 22 -7 42 -20 60l93 33c21 -28 31 -61 31 -99c0 -35 -7 -64 -21 -89zM442 140c24 15 44 35 58 60c14 26 21 55 21 87s-7 61 -21 87c-13 26 -32 46 -56 61c-23 15 -50 22 -80 22c-33 0 -62 -7 -88 -21
+c-25 -15 -45 -35 -60 -60c-15 -26 -22 -56 -22 -89c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22z" />
+    <glyph glyph-name="uni1EDB.sc" horiz-adv-x="716"
+d="M664 544c-15 -25 -36 -42 -65 -53c26 -26 46 -57 61 -91c14 -36 21 -73 21 -113c0 -57 -14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38
+c28 0 59 -2 94 -6c23 -3 43 -5 59 -5c47 0 70 21 70 64c0 22 -7 42 -20 60l93 33c21 -28 31 -61 31 -99c0 -35 -7 -64 -21 -89zM442 140c24 15 44 35 58 60c14 26 21 55 21 87s-7 61 -21 87c-13 26 -32 46 -56 61c-23 15 -50 22 -80 22c-33 0 -62 -7 -88 -21
+c-25 -15 -45 -35 -60 -60c-15 -26 -22 -56 -22 -89c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM402 788h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1EE3.sc" horiz-adv-x="716"
+d="M664 544c-15 -25 -36 -42 -65 -53c26 -26 46 -57 61 -91c14 -36 21 -73 21 -113c0 -57 -14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38
+c28 0 59 -2 94 -6c23 -3 43 -5 59 -5c47 0 70 21 70 64c0 22 -7 42 -20 60l93 33c21 -28 31 -61 31 -99c0 -35 -7 -64 -21 -89zM442 140c24 15 44 35 58 60c14 26 21 55 21 87s-7 61 -21 87c-13 26 -32 46 -56 61c-23 15 -50 22 -80 22c-33 0 -62 -7 -88 -21
+c-25 -15 -45 -35 -60 -60c-15 -26 -22 -56 -22 -89c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM308 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18
+s-36 6 -50 18z" />
+    <glyph glyph-name="uni1EDD.sc" horiz-adv-x="716"
+d="M664 544c-15 -25 -36 -42 -65 -53c26 -26 46 -57 61 -91c14 -36 21 -73 21 -113c0 -57 -14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38
+c28 0 59 -2 94 -6c23 -3 43 -5 59 -5c47 0 70 21 70 64c0 22 -7 42 -20 60l93 33c21 -28 31 -61 31 -99c0 -35 -7 -64 -21 -89zM442 140c24 15 44 35 58 60c14 26 21 55 21 87s-7 61 -21 87c-13 26 -32 46 -56 61c-23 15 -50 22 -80 22c-33 0 -62 -7 -88 -21
+c-25 -15 -45 -35 -60 -60c-15 -26 -22 -56 -22 -89c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM146 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EDF.sc" horiz-adv-x="716"
+d="M664 544c-15 -25 -36 -42 -65 -53c26 -26 46 -57 61 -91c14 -36 21 -73 21 -113c0 -57 -14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38
+c28 0 59 -2 94 -6c23 -3 43 -5 59 -5c47 0 70 21 70 64c0 22 -7 42 -20 60l93 33c21 -28 31 -61 31 -99c0 -35 -7 -64 -21 -89zM442 140c24 15 44 35 58 60c14 26 21 55 21 87s-7 61 -21 87c-13 26 -32 46 -56 61c-23 15 -50 22 -80 22c-33 0 -62 -7 -88 -21
+c-25 -15 -45 -35 -60 -60c-15 -26 -22 -56 -22 -89c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM339 686c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34
+c35 0 64 -10 86 -29c23 -20 34 -46 34 -78c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni1EE1.sc" horiz-adv-x="716"
+d="M664 544c-15 -25 -36 -42 -65 -53c26 -26 46 -57 61 -91c14 -36 21 -73 21 -113c0 -57 -14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38
+c28 0 59 -2 94 -6c23 -3 43 -5 59 -5c47 0 70 21 70 64c0 22 -7 42 -20 60l93 33c21 -28 31 -61 31 -99c0 -35 -7 -64 -21 -89zM442 140c24 15 44 35 58 60c14 26 21 55 21 87s-7 61 -21 87c-13 26 -32 46 -56 61c-23 15 -50 22 -80 22c-33 0 -62 -7 -88 -21
+c-25 -15 -45 -35 -60 -60c-15 -26 -22 -56 -22 -89c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM386 652c-14 6 -29 16 -46 28c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 12 80 34 106
+c20 27 48 40 83 40c17 0 33 -4 47 -10c13 -8 29 -17 46 -30c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 14c10 10 14 23 15 40h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 3 -47 11z" />
+    <glyph glyph-name="ohungarumlaut.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM272 788h146l-104 -144
+h-114zM474 788h146l-104 -144h-114z" />
+    <glyph glyph-name="uni020F.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM228 755
+c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 38 -26 52c-16 12 -36 19 -60 19s-44 -7 -60 -19c-17 -14 -25 -31 -26 -52h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="omacron.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM173 760h370v-88h-370
+v88z" />
+    <glyph glyph-name="uni1E53.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM173 743h370v-83h-370
+v83zM383 926h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E51.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM173 743h370v-83h-370
+v83zM175 926h159l110 -121h-112z" />
+    <glyph glyph-name="uni01EB.sc" horiz-adv-x="716"
+d="M349 -106c0 -14 5 -25 15 -34s24 -13 42 -13c11 0 22 1 32 4c12 3 21 6 28 11l23 -71c-13 -7 -29 -12 -47 -17c-18 -4 -36 -6 -54 -6c-43 0 -76 10 -101 30c-25 21 -37 48 -37 82c0 21 5 41 15 60s25 37 46 52c-53 6 -101 22 -143 50c-42 26 -75 61 -98 104
+s-35 90 -35 141c0 57 14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153c0 -66 -19 -124 -55 -173c-38 -49 -86 -85 -146 -106c-87 -30 -131 -68 -131 -114zM216 200c14 -25 34 -45 58 -60
+c26 -15 53 -22 84 -22s58 7 84 22c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87z" />
+    <glyph glyph-name="oslash.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM556 632h100l-497 -689
+h-99z" />
+    <glyph glyph-name="oslashacute.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM556 632h100l-497 -689
+h-99zM397 788h168l-181 -144h-122z" />
+    <glyph glyph-name="otilde.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM386 652
+c-14 6 -29 16 -46 28c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 12 80 34 106c20 27 48 40 83 40c17 0 33 -4 47 -10c13 -8 29 -17 46 -30c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 14c10 10 14 23 15 40h79
+c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 3 -47 11z" />
+    <glyph glyph-name="uni1E4D.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM384 650
+c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8zM383 926h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E4F.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM384 650
+c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8zM213 828c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM409 828c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19
+c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -28 -18 -47 -18s-34 6 -47 18z" />
+    <glyph glyph-name="uni022D.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM384 650
+c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8zM173 904h370v-83h-370v83z" />
+    <glyph glyph-name="oe.sc" horiz-adv-x="960"
+d="M922 121v-121h-554c-68 0 -127 12 -177 35s-89 57 -115 99c-28 44 -41 94 -41 153s13 110 41 153c26 43 65 77 115 100s109 35 177 35h543v-121h-296v-105h261v-115h-261v-113h307zM458 123v328h-86c-55 0 -99 -14 -130 -43c-32 -29 -48 -69 -48 -121s16 -92 48 -121
+c31 -29 75 -43 130 -43h86z" />
+    <glyph glyph-name="p.sc" horiz-adv-x="637"
+d="M528 518c47 -37 70 -89 70 -155c0 -65 -23 -117 -70 -155c-47 -37 -110 -56 -189 -56h-104v-152h-158v575h262c79 0 142 -19 189 -57zM411 297c19 15 28 37 28 66s-9 51 -28 66s-46 23 -83 23h-93v-178h93c37 0 64 8 83 23z" />
+    <glyph glyph-name="thorn.sc" horiz-adv-x="637"
+d="M528 458c47 -38 70 -90 70 -156c0 -65 -23 -117 -70 -154c-47 -38 -110 -57 -189 -57h-104v-91h-158v576h158v-62h104c79 0 142 -19 189 -56zM411 237c19 15 28 37 28 66s-9 51 -28 66s-46 23 -83 23h-93v-178h93c37 0 64 8 83 23z" />
+    <glyph glyph-name="q.sc" horiz-adv-x="716"
+d="M712 -68c-40 -46 -94 -69 -161 -69c-47 0 -89 9 -127 29c-36 18 -79 53 -126 102c-51 7 -97 24 -136 52c-40 26 -71 61 -94 103c-22 42 -33 88 -33 138c0 57 14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108
+c28 -45 42 -96 42 -153c0 -65 -18 -122 -55 -171c-36 -50 -84 -86 -145 -107c12 -12 23 -21 35 -25c10 -6 23 -8 38 -8c33 0 62 13 87 39zM216 200c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87
+c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87z" />
+    <glyph glyph-name="r.sc" horiz-adv-x="644"
+d="M332 154h-97v-154h-158v575h262c79 0 142 -19 189 -57c47 -37 70 -89 70 -155c0 -42 -10 -79 -30 -109c-21 -32 -50 -56 -87 -73l128 -181h-170zM411 429c-19 15 -46 23 -83 23h-93v-178h93c37 0 64 8 83 23s28 37 28 66s-9 51 -28 66z" />
+    <glyph glyph-name="racute.sc" horiz-adv-x="644"
+d="M332 154h-97v-154h-158v575h262c79 0 142 -19 189 -57c47 -37 70 -89 70 -155c0 -42 -10 -79 -30 -109c-21 -32 -50 -56 -87 -73l128 -181h-170zM411 429c-19 15 -46 23 -83 23h-93v-178h93c37 0 64 8 83 23s28 37 28 66s-9 51 -28 66zM373 788h168l-181 -144h-122z" />
+    <glyph glyph-name="rcaron.sc" horiz-adv-x="644"
+d="M332 154h-97v-154h-158v575h262c79 0 142 -19 189 -57c47 -37 70 -89 70 -155c0 -42 -10 -79 -30 -109c-21 -32 -50 -56 -87 -73l128 -181h-170zM411 429c-19 15 -46 23 -83 23h-93v-178h93c37 0 64 8 83 23s28 37 28 66s-9 51 -28 66zM530 788l-132 -144h-138l-132 144
+h114l87 -75l87 75h114z" />
+    <glyph glyph-name="rcommaaccent.sc" horiz-adv-x="644"
+d="M332 154h-97v-154h-158v575h262c79 0 142 -19 189 -57c47 -37 70 -89 70 -155c0 -42 -10 -79 -30 -109c-21 -32 -50 -56 -87 -73l128 -181h-170zM411 429c-19 15 -46 23 -83 23h-93v-178h93c37 0 64 8 83 23s28 37 28 66s-9 51 -28 66zM380 -90c12 -10 18 -25 18 -43
+c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni0211.sc" horiz-adv-x="644"
+d="M332 154h-97v-154h-158v575h262c79 0 142 -19 189 -57c47 -37 70 -89 70 -155c0 -42 -10 -79 -30 -109c-21 -32 -50 -56 -87 -73l128 -181h-170zM411 429c-19 15 -46 23 -83 23h-93v-178h93c37 0 64 8 83 23s28 37 28 66s-9 51 -28 66zM67 788h146l72 -144h-114zM269 788
+h146l72 -144h-114z" />
+    <glyph glyph-name="uni1E5B.sc" horiz-adv-x="644"
+d="M332 154h-97v-154h-158v575h262c79 0 142 -19 189 -57c47 -37 70 -89 70 -155c0 -42 -10 -79 -30 -109c-21 -32 -50 -56 -87 -73l128 -181h-170zM411 429c-19 15 -46 23 -83 23h-93v-178h93c37 0 64 8 83 23s28 37 28 66s-9 51 -28 66zM280 -192c-14 13 -20 29 -20 49
+s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni0213.sc" horiz-adv-x="644"
+d="M332 154h-97v-154h-158v575h262c79 0 142 -19 189 -57c47 -37 70 -89 70 -155c0 -42 -10 -79 -30 -109c-21 -32 -50 -56 -87 -73l128 -181h-170zM411 429c-19 15 -46 23 -83 23h-93v-178h93c37 0 64 8 83 23s28 37 28 66s-9 51 -28 66zM199 755c34 27 77 41 130 41
+s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 38 -25 52c-17 12 -37 19 -61 19s-44 -7 -61 -19c-16 -14 -24 -31 -25 -52h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="uni1E5F.sc" horiz-adv-x="644"
+d="M332 154h-97v-154h-158v575h262c79 0 142 -19 189 -57c47 -37 70 -89 70 -155c0 -42 -10 -79 -30 -109c-21 -32 -50 -56 -87 -73l128 -181h-170zM411 429c-19 15 -46 23 -83 23h-93v-178h93c37 0 64 8 83 23s28 37 28 66s-9 51 -28 66zM144 -95h370v-87h-370v87z" />
+    <glyph glyph-name="s.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17z" />
+    <glyph glyph-name="sacute.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17zM325 788h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1E65.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17zM306 765h159l-157 -121h-113zM232 828c-14 13 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -36 -20 -49c-12 -13 -29 -19 -49 -19s-37 6 -49 19z" />
+    <glyph glyph-name="uniA78C.sc" horiz-adv-x="292"
+d="M69 680h154l-20 -383h-135z" />
+    <glyph glyph-name="scaron.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17zM482 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni1E67.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17zM482 758l-133 -114h-136l-133 114h115l86 -57l86 57h115zM232 805c-14 13 -20 29 -20 49s6 36 20 50c12 12 29 19 49 19s37 -7 49 -19c14 -14 20 -30 20 -50s-6 -36 -20 -49
+c-12 -13 -29 -19 -49 -19s-37 6 -49 19z" />
+    <glyph glyph-name="scedilla.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17zM197 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73
+c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="scircumflex.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17zM368 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="scommaaccent.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17zM332 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni1E61.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17zM220 673c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E63.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17zM232 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1E69.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17zM232 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM220 673c-15 16 -23 36 -23 61
+c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="germandbls.sc" horiz-adv-x="673"
+d="M603 282c26 -29 39 -66 39 -109c0 -57 -20 -101 -60 -135c-40 -32 -94 -49 -163 -49c-50 0 -93 7 -128 20l25 121c27 -12 55 -18 86 -18c25 0 45 6 60 18c14 11 21 27 21 48s-7 38 -22 48c-15 12 -36 17 -63 17c-20 0 -40 -3 -59 -9l-27 65l132 154c-23 5 -46 8 -70 8
+c-47 0 -83 -13 -108 -38s-37 -62 -37 -109v-314h-158v318c0 55 12 102 35 142c24 40 58 71 103 92c45 22 98 33 160 33c38 0 77 -5 116 -13c39 -10 72 -22 98 -38v-96l-82 -95c42 -11 76 -31 102 -61z" />
+    <glyph glyph-name="t.sc" horiz-adv-x="528"
+d="M185 452h-181v123h520v-123h-181v-452h-158v452z" />
+    <glyph glyph-name="tbar.sc" horiz-adv-x="528"
+d="M185 452h-181v123h520v-123h-181v-452h-158v452zM76 314h373v-99h-373v99z" />
+    <glyph glyph-name="tcaron.sc" horiz-adv-x="528"
+d="M185 452h-181v123h520v-123h-181v-452h-158v452zM464 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni0163.sc" horiz-adv-x="528"
+d="M185 452h-181v123h520v-123h-181v-452h-158v452zM179 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26
+c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni021B.sc" horiz-adv-x="528"
+d="M185 452h-181v123h520v-123h-181v-452h-158v452zM314 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni1E97.sc" horiz-adv-x="528"
+d="M185 452h-181v123h520v-123h-181v-452h-158v452zM112 668c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s36 -7 50 -19c12 -14 19 -30 19 -50s-7 -36 -19 -50c-14 -12 -30 -19 -50 -19s-37 7 -50 19zM314 668c-12 14 -19 30 -19 50s7 36 19 50c14 12 30 19 50 19
+s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-36 7 -50 19z" />
+    <glyph glyph-name="uni1E6D.sc" horiz-adv-x="528"
+d="M185 452h-181v123h520v-123h-181v-452h-158v452zM214 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1E6F.sc" horiz-adv-x="528"
+d="M185 452h-181v123h520v-123h-181v-452h-158v452zM78 -95h370v-87h-370v87z" />
+    <glyph glyph-name="u.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69z" />
+    <glyph glyph-name="uacute.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM389 788h168l-181 -144h-122z" />
+    <glyph glyph-name="ubreve.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM215 677c-34 27 -52 64 -54 111h98c1 -21 9 -38 25 -52
+c17 -12 37 -19 61 -19s44 7 61 19c16 14 24 31 25 52h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni01D4.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM546 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="ucircumflex.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM432 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni0215.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM83 788h146l72 -144h-114zM285 788h146l72 -144h-114z" />
+    <glyph glyph-name="udieresis.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM194 668c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19
+s36 -7 50 -19c12 -14 19 -30 19 -50s-7 -36 -19 -50c-14 -12 -30 -19 -50 -19s-37 7 -50 19zM396 668c-12 14 -19 30 -19 50s7 36 19 50c14 12 30 19 50 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-36 7 -50 19z" />
+    <glyph glyph-name="uni1EE5.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM296 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20
+c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="ugrave.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM133 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EE7.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM326 686c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 31
+c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -29c22 -20 33 -46 33 -78c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uhorn.sc" horiz-adv-x="700"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM533 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104z" />
+    <glyph glyph-name="uni1EE9.sc" horiz-adv-x="700"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM533 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM389 788h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1EF1.sc" horiz-adv-x="700"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM533 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM296 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1EEB.sc" horiz-adv-x="700"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM533 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM133 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EED.sc" horiz-adv-x="700"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM533 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM326 686c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -29c22 -20 33 -46 33 -78
+c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni1EEF.sc" horiz-adv-x="700"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM533 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM372 652c-13 6 -28 16 -45 28c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 13 80 33 106c22 27 49 40 84 40c17 0 33 -4 46 -10
+c14 -8 30 -17 47 -30c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 14c8 10 13 23 14 40h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 3 -48 11z" />
+    <glyph glyph-name="uhungarumlaut.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM259 788h146l-104 -144h-114zM461 788h146l-104 -144h-114z" />
+    <glyph glyph-name="uni0217.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM215 755c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98
+c-1 21 -9 38 -25 52c-17 12 -37 19 -61 19s-44 -7 -61 -19c-16 -14 -24 -31 -25 -52h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="umacron.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM160 760h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E7B.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM160 743h370v-83h-370v83zM200 828c-13 13 -19 29 -19 48
+s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM396 828c-13 13 -19 29 -19 48s7 34 19 47c14 13 29 19 47 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -28 -18 -47 -18s-34 6 -47 18z" />
+    <glyph glyph-name="uogonek.sc" horiz-adv-x="686"
+d="M615 575v-327c0 -59 -13 -110 -40 -151s-64 -71 -113 -90c-51 -20 -86 -39 -104 -57c-19 -19 -28 -38 -28 -57c0 -14 5 -25 16 -33c10 -9 24 -13 41 -13c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30c-25 21 -37 48 -37 82
+c0 43 20 80 61 112c-70 9 -124 36 -163 80c-39 46 -58 104 -58 176v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156z" />
+    <glyph glyph-name="uring.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM256 664c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35
+s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35zM388 706c11 12 17 27 17 44s-6 32 -17 44c-12 11 -27 17 -44 17s-31 -6 -42 -17c-12 -12 -18 -27 -18 -44s6 -32 17 -44c11 -11 26 -17 43 -17s32 6 44 17z" />
+    <glyph glyph-name="utilde.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM372 652c-13 6 -28 16 -45 28c-11 8 -19 14 -27 18
+c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 13 80 33 106c22 27 49 40 84 40c17 0 33 -4 46 -10c14 -8 30 -17 47 -30c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 14c8 10 13 23 14 40h79c-1 -43 -13 -78 -33 -104
+c-22 -26 -49 -39 -84 -39c-18 0 -34 3 -48 11z" />
+    <glyph glyph-name="uni1E79.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM371 650c-14 6 -29 14 -46 25c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6
+c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 92c21 22 49 33 85 33c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8zM370 926
+h159l-157 -121h-113z" />
+    <glyph glyph-name="v.sc" horiz-adv-x="648"
+d="M652 575l-250 -575h-156l-250 575h168l164 -391l168 391h156z" />
+    <glyph glyph-name="w.sc" horiz-adv-x="999"
+d="M977 575l-190 -575h-169l-117 364l-120 -364h-169l-191 575h163l121 -376l126 376h146l122 -383l126 383h152z" />
+    <glyph glyph-name="wacute.sc" horiz-adv-x="999"
+d="M977 575l-190 -575h-169l-117 364l-120 -364h-169l-191 575h163l121 -376l126 376h146l122 -383l126 383h152zM544 788h168l-181 -144h-122z" />
+    <glyph glyph-name="wcircumflex.sc" horiz-adv-x="999"
+d="M977 575l-190 -575h-169l-117 364l-120 -364h-169l-191 575h163l121 -376l126 376h146l122 -383l126 383h152zM587 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="wdieresis.sc" horiz-adv-x="999"
+d="M977 575l-190 -575h-169l-117 364l-120 -364h-169l-191 575h163l121 -376l126 376h146l122 -383l126 383h152zM349 668c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s37 -7 49 -19c14 -14 20 -30 20 -50s-6 -36 -20 -50c-12 -12 -29 -19 -49 -19s-37 7 -50 19z
+M552 668c-14 14 -20 30 -20 50s6 36 20 50c12 12 29 19 49 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-37 7 -49 19z" />
+    <glyph glyph-name="wgrave.sc" horiz-adv-x="999"
+d="M977 575l-190 -575h-169l-117 364l-120 -364h-169l-191 575h163l121 -376l126 376h146l122 -383l126 383h152zM288 788h168l135 -144h-122z" />
+    <glyph glyph-name="x.sc" horiz-adv-x="617"
+d="M433 0l-125 180l-125 -180h-181l217 291l-207 284h178l120 -170l120 170h173l-207 -279l218 -296h-181z" />
+    <glyph glyph-name="y.sc" horiz-adv-x="601"
+d="M379 191v-191h-158v191l-232 384h167l149 -245l148 245h159z" />
+    <glyph glyph-name="yacute.sc" horiz-adv-x="601"
+d="M379 191v-191h-158v191l-232 384h167l149 -245l148 245h159zM344 788h168l-181 -144h-122z" />
+    <glyph glyph-name="ycircumflex.sc" horiz-adv-x="601"
+d="M379 191v-191h-158v191l-232 384h167l149 -245l148 245h159zM387 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="ydieresis.sc" horiz-adv-x="601"
+d="M379 191v-191h-158v191l-232 384h167l149 -245l148 245h159zM149 668c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s37 -7 49 -19c14 -14 20 -30 20 -50s-6 -36 -20 -50c-12 -12 -29 -19 -49 -19s-37 7 -50 19zM352 668c-14 14 -20 30 -20 50s6 36 20 50
+c12 12 29 19 49 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-37 7 -49 19z" />
+    <glyph glyph-name="uni1E8F.sc" horiz-adv-x="601"
+d="M379 191v-191h-158v191l-232 384h167l149 -245l148 245h159zM240 673c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1EF5.sc" horiz-adv-x="601"
+d="M379 191v-191h-158v191l-232 384h167l149 -245l148 245h159zM250 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="ygrave.sc" horiz-adv-x="601"
+d="M379 191v-191h-158v191l-232 384h167l149 -245l148 245h159zM88 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EF7.sc" horiz-adv-x="601"
+d="M379 191v-191h-158v191l-232 384h167l149 -245l148 245h159zM281 686c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -29c23 -20 34 -46 34 -78c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0233.sc" horiz-adv-x="601"
+d="M379 191v-191h-158v191l-232 384h167l149 -245l148 245h159zM115 760h370v-88h-370v88z" />
+    <glyph glyph-name="uni1EF9.sc" horiz-adv-x="601"
+d="M379 191v-191h-158v191l-232 384h167l149 -245l148 245h159zM328 652c-14 6 -29 16 -46 28c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 12 80 34 106c20 27 48 40 83 40c17 0 33 -4 47 -10c13 -8 29 -17 46 -30
+c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 14c10 10 14 23 15 40h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 3 -47 11z" />
+    <glyph glyph-name="z.sc" horiz-adv-x="577"
+d="M555 123v-123h-519v99l302 353h-295v123h500v-99l-303 -353h315z" />
+    <glyph glyph-name="zacute.sc" horiz-adv-x="577"
+d="M555 123v-123h-519v99l302 353h-295v123h500v-99l-303 -353h315zM339 788h168l-181 -144h-122z" />
+    <glyph glyph-name="zcaron.sc" horiz-adv-x="577"
+d="M555 123v-123h-519v99l302 353h-295v123h500v-99l-303 -353h315zM496 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="zdotaccent.sc" horiz-adv-x="577"
+d="M555 123v-123h-519v99l302 353h-295v123h500v-99l-303 -353h315zM234 673c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E93.sc" horiz-adv-x="577"
+d="M555 123v-123h-519v99l302 353h-295v123h500v-99l-303 -353h315zM248 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="a.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+" />
+    <glyph glyph-name="aacute.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M390 788h168l-181 -144h-122z" />
+    <glyph glyph-name="abreve.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M216 677c-34 27 -52 64 -54 111h98c1 -21 9 -38 26 -52c16 -12 36 -19 60 -19s44 7 60 19c17 14 25 31 26 52h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EAF.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M218 669c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM371 909h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EB7.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M296 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18zM216 677c-34 27 -52 64 -54 111h98c1 -21 9 -38 26 -52c16 -12 36 -19 60 -19s44 7 60 19c17 14 25 31 26 52h98
+c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EB1.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M218 669c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM163 909h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EB3.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M218 669c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM333 797c25 12 37 26 37 42c0 9 -3 16 -10 21c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48
+c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni1EB5.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M218 669c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM372 794c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12
+s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni01CE.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M547 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="acircumflex.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M433 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA5.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M432 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM577 861h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EAD.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M296 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18zM433 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA7.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M432 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM369 861h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EA9.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M432 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM486 758c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -21c17 -15 25 -34 25 -58c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1EAB.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M432 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM372 802c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15
+c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni0201.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M84 788h146l72 -144h-114zM286 788h146l72 -144h-114z" />
+    <glyph glyph-name="adieresis.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M195 668c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s37 -7 49 -19c14 -14 20 -30 20 -50s-6 -36 -20 -50c-12 -12 -29 -19 -49 -19s-37 7 -50 19zM398 668c-14 14 -20 30 -20 50s6 36 20 50c12 12 29 19 49 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50
+c-13 -12 -30 -19 -50 -19s-37 7 -49 19z" />
+    <glyph glyph-name="uni1EA1.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M296 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="agrave.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M134 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EA3.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M327 686c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -29c23 -20 34 -46 34 -78c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0203.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M216 755c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 38 -26 52c-16 12 -36 19 -60 19s-44 -7 -60 -19c-17 -14 -25 -31 -26 -52h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="amacron.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M161 760h370v-88h-370v88z" />
+    <glyph glyph-name="aogonek.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M443 -202c-25 21 -37 48 -37 82c0 33 13 63 38 91c26 28 65 51 116 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 15 -33c11 -9 25 -13 42 -13c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="aring.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M258 664c-24 23 -36 52 -36 86s12 63 36 86c23 23 52 35 87 35s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -87 35zM388 706c12 12 18 27 18 44s-6 32 -18 44c-11 11 -26 17 -43 17s-31 -6 -43 -17c-11 -12 -17 -27 -17 -44s6 -32 17 -44
+c11 -11 26 -17 43 -17s32 6 43 17z" />
+    <glyph glyph-name="aringacute.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M453 813c11 -19 17 -40 17 -63c0 -34 -12 -63 -36 -86s-54 -35 -89 -35s-64 12 -87 35c-24 23 -36 52 -36 86s12 63 36 86c23 23 52 35 87 35c17 0 34 -3 52 -10l87 90l77 -60zM388 706c12 12 18 27 18 44s-6 32 -18 44c-11 11 -26 17 -43 17s-31 -6 -43 -17
+c-11 -12 -17 -27 -17 -44s6 -32 17 -44c11 -11 26 -17 43 -17s32 6 43 17z" />
+    <glyph glyph-name="atilde.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M374 652c-14 6 -29 16 -46 28c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 12 80 34 106c20 27 48 40 83 40c17 0 33 -4 47 -10c13 -8 29 -17 46 -30c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 14
+c10 10 14 23 15 40h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 3 -47 11z" />
+    <glyph glyph-name="ae.sc.ss01" horiz-adv-x="942"
+d="M899 120v-120h-466v137h-216v-137h-152v314c0 84 23 148 70 194c47 44 114 67 201 67h551v-120h-298v-106h263v-114h-263v-115h310zM433 257v190h-84c-45 0 -79 -11 -100 -33c-21 -23 -32 -57 -32 -104v-53h216z" />
+    <glyph glyph-name="aeacute.sc.ss01" horiz-adv-x="942"
+d="M899 120v-120h-466v137h-216v-137h-152v314c0 84 23 148 70 194c47 44 114 67 201 67h551v-120h-298v-106h263v-114h-263v-115h310zM433 257v190h-84c-45 0 -79 -11 -100 -33c-21 -23 -32 -57 -32 -104v-53h216zM512 788h168l-181 -144h-122z" />
+    <glyph glyph-name="uni01C6.sc.ss01" horiz-adv-x="1281"
+d="M77 575h271c65 0 123 -12 172 -35s88 -57 114 -100c28 -43 41 -94 41 -153c0 -58 -13 -109 -41 -152c-26 -43 -65 -77 -114 -100s-107 -35 -172 -35h-271v575zM343 124c53 0 95 14 126 42c31 29 46 69 46 121s-15 92 -46 121s-73 43 -126 43h-108v-327h108zM1239 121
+v-121h-519v93l121 141h-89v114h186l91 106h-301v121h499v-94l-115 -134h97v-114h-195l-96 -112h321zM1180 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="e.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37z" />
+    <glyph glyph-name="eacute.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM352 788h168l-181 -144h-122z" />
+    <glyph glyph-name="ebreve.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM178 677c-34 27 -52 64 -54 111h98c1 -21 9 -38 26 -52c16 -12 36 -19 60 -19s44 7 60 19c17 14 25 31 26 52h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="ecaron.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM509 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni1E1D.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM224 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 65 -28c15 -14 22 -33 22 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6zM178 677
+c-34 27 -52 64 -54 111h98c1 -21 9 -38 26 -52c16 -12 36 -19 60 -19s44 7 60 19c17 14 25 31 26 52h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="ecircumflex.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM395 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EBF.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM394 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM539 861h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EC7.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM258 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18zM395 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EC1.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM394 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM331 861h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EC3.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM394 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM448 758c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -21c17 -15 25 -34 25 -58c0 -19 -6 -37 -20 -52
+c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1EC5.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM394 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM334 802c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24
+c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni0205.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM46 788h146l72 -144h-114zM248 788h146l72 -144h-114z" />
+    <glyph glyph-name="edieresis.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM157 668c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s37 -7 49 -19c14 -14 20 -30 20 -50s-6 -36 -20 -50c-12 -12 -29 -19 -49 -19s-37 7 -50 19zM360 668c-14 14 -20 30 -20 50s6 36 20 50c12 12 29 19 49 19s37 -7 50 -19
+c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-37 7 -49 19z" />
+    <glyph glyph-name="edotaccent.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM248 673c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1EB9.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM258 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="egrave.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM96 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EBB.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM289 686c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -29c23 -20 34 -46 34 -78c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0207.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM178 755c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 38 -26 52c-16 12 -36 19 -60 19s-44 -7 -60 -19c-17 -14 -25 -31 -26 -52h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="emacron.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM123 760h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E17.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM123 743h370v-83h-370v83zM333 926h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E15.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM123 743h370v-83h-370v83zM125 926h159l110 -121h-112z" />
+    <glyph glyph-name="eogonek.sc.ss01" horiz-adv-x="576"
+d="M565 -209c-13 -7 -28 -12 -47 -17c-18 -4 -36 -6 -54 -6c-43 0 -76 10 -101 30c-25 21 -37 48 -37 82c0 41 17 79 50 112c-20 -2 -40 -3 -59 -3c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52
+c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177
+c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14c35 9 64 22 87 37l48 -116c-47 -27 -81 -53 -102 -79c-21 -25 -32 -49 -32 -70c0 -15 5 -27 15 -36s24 -13 42 -13c22 0 42 5 60 15z" />
+    <glyph glyph-name="uni1EBD.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM336 652c-14 6 -29 16 -46 28c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 12 80 34 106c20 27 48 40 83 40c17 0 33 -4 47 -10c13 -8 29 -17 46 -30c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6
+c13 0 25 5 33 14c10 10 14 23 15 40h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 3 -47 11z" />
+    <glyph glyph-name="uni0259.sc.ss01" horiz-adv-x="676"
+d="M489 548c47 -26 85 -62 111 -107c28 -45 41 -97 41 -154s-13 -109 -39 -154s-62 -81 -108 -106s-98 -38 -156 -38c-73 0 -136 20 -189 60s-88 94 -105 161l418 172c-14 23 -33 42 -56 55c-24 13 -51 20 -82 20s-60 -6 -87 -19c-27 -12 -50 -29 -69 -50l-91 98
+c27 31 63 55 107 73c45 18 93 27 146 27c59 0 112 -13 159 -38zM446 151c26 29 39 68 39 117v19l-270 -113c11 -21 27 -38 47 -50c22 -11 47 -17 77 -17c46 0 82 15 107 44z" />
+    <glyph glyph-name="f.sc.ss01" horiz-adv-x="533"
+d="M261 430c-21 -19 -32 -47 -32 -84v-26h228v-121h-228v-199h-158v341c0 77 24 137 73 181c49 42 117 64 204 64c35 0 67 -3 98 -10c30 -6 55 -15 76 -28l-47 -121c-33 20 -74 30 -121 30c-41 0 -72 -9 -93 -27z" />
+    <glyph glyph-name="g.sc.ss01" horiz-adv-x="659"
+d="M455 295h144v-295h-104v34c-40 -30 -91 -45 -153 -45c-58 0 -110 13 -157 37c-47 26 -83 60 -110 105s-40 95 -40 152c0 58 14 110 42 156s67 82 117 108c49 26 105 39 167 39c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67c-51 0 -91 -16 -123 -47
+c-30 -32 -46 -74 -46 -127c0 -51 15 -91 46 -121c30 -31 69 -46 118 -46c37 0 70 10 97 31v148z" />
+    <glyph glyph-name="gbreve.sc.ss01" horiz-adv-x="659"
+d="M455 295h144v-295h-104v34c-40 -30 -91 -45 -153 -45c-58 0 -110 13 -157 37c-47 26 -83 60 -110 105s-40 95 -40 152c0 58 14 110 42 156s67 82 117 108c49 26 105 39 167 39c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67c-51 0 -91 -16 -123 -47
+c-30 -32 -46 -74 -46 -127c0 -51 15 -91 46 -121c30 -31 69 -46 118 -46c37 0 70 10 97 31v148zM226 678c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z
+" />
+    <glyph glyph-name="gcaron.sc.ss01" horiz-adv-x="659"
+d="M455 295h144v-295h-104v34c-40 -30 -91 -45 -153 -45c-58 0 -110 13 -157 37c-47 26 -83 60 -110 105s-40 95 -40 152c0 58 14 110 42 156s67 82 117 108c49 26 105 39 167 39c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67c-51 0 -91 -16 -123 -47
+c-30 -32 -46 -74 -46 -127c0 -51 15 -91 46 -121c30 -31 69 -46 118 -46c37 0 70 10 97 31v148zM557 789l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="gcircumflex.sc.ss01" horiz-adv-x="659"
+d="M455 295h144v-295h-104v34c-40 -30 -91 -45 -153 -45c-58 0 -110 13 -157 37c-47 26 -83 60 -110 105s-40 95 -40 152c0 58 14 110 42 156s67 82 117 108c49 26 105 39 167 39c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67c-51 0 -91 -16 -123 -47
+c-30 -32 -46 -74 -46 -127c0 -51 15 -91 46 -121c30 -31 69 -46 118 -46c37 0 70 10 97 31v148zM443 645l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="gcommaaccent.sc.ss01" horiz-adv-x="659"
+d="M455 295h144v-295h-104v34c-40 -30 -91 -45 -153 -45c-58 0 -110 13 -157 37c-47 26 -83 60 -110 105s-40 95 -40 152c0 58 14 110 42 156s67 82 117 108c49 26 105 39 167 39c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67c-51 0 -91 -16 -123 -47
+c-30 -32 -46 -74 -46 -127c0 -51 15 -91 46 -121c30 -31 69 -46 118 -46c37 0 70 10 97 31v148zM396 -88c13 -10 19 -25 19 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33c0 18 6 33 19 43c12 12 29 17 50 17s38 -5 50 -17z" />
+    <glyph glyph-name="gdotaccent.sc.ss01" horiz-adv-x="659"
+d="M455 295h144v-295h-104v34c-40 -30 -91 -45 -153 -45c-58 0 -110 13 -157 37c-47 26 -83 60 -110 105s-40 95 -40 152c0 58 14 110 42 156s67 82 117 108c49 26 105 39 167 39c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67c-51 0 -91 -16 -123 -47
+c-30 -32 -46 -74 -46 -127c0 -51 15 -91 46 -121c30 -31 69 -46 118 -46c37 0 70 10 97 31v148zM296 674c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1E21.sc.ss01" horiz-adv-x="659"
+d="M455 295h144v-295h-104v34c-40 -30 -91 -45 -153 -45c-58 0 -110 13 -157 37c-47 26 -83 60 -110 105s-40 95 -40 152c0 58 14 110 42 156s67 82 117 108c49 26 105 39 167 39c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67c-51 0 -91 -16 -123 -47
+c-30 -32 -46 -74 -46 -127c0 -51 15 -91 46 -121c30 -31 69 -46 118 -46c37 0 70 10 97 31v148zM171 761h370v-88h-370v88z" />
+    <glyph glyph-name="uni01E5.sc.ss01" horiz-adv-x="696"
+d="M455 295h144v-295h-104v34c-40 -30 -91 -45 -153 -45c-58 0 -110 13 -157 37c-47 26 -83 60 -110 105s-40 95 -40 152c0 58 14 110 42 156s67 82 117 108c49 26 105 39 167 39c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67c-51 0 -91 -16 -123 -47
+c-30 -32 -46 -74 -46 -127c0 -51 15 -91 46 -121c30 -31 69 -46 118 -46c37 0 70 10 97 31v148zM338 250h338v-81h-338v81z" />
+    <glyph glyph-name="i.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96z" />
+    <glyph glyph-name="dotlessi.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96z" />
+    <glyph glyph-name="iacute.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM268 788h168l-181 -144h-122z" />
+    <glyph glyph-name="iacute_j.loclNLD.sc.ss01" horiz-adv-x="632"
+d="M191 789h155l-181 -145h-109zM526 789h156l-182 -145h-109zM42 57l58 116c49 -35 102 -52 160 -52c87 0 130 46 130 138v316h159v-308c0 -88 -25 -156 -75 -203s-119 -71 -207 -71c-89 0 -164 21 -225 64zM56 575h158v-306h-158v306z" />
+    <glyph glyph-name="ibreve.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM110 678c-29 27 -44 64 -45 110h94c0 -22 6 -40 17 -52c12 -14 28 -20 48 -20s36 6 48 20c11 12 17 30 17 52h94c-1 -46 -16 -83 -45 -110c-30 -28 -68 -42 -114 -42s-84 14 -114 42z" />
+    <glyph glyph-name="icircumflex.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM289 644l-65 70l-65 -70h-111l109 144h134l109 -144h-111z" />
+    <glyph glyph-name="uni0209.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM-38 788h146l72 -144h-114zM164 788h146l72 -144h-114z" />
+    <glyph glyph-name="idieresis.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM96 669c-13 13 -19 29 -19 49s6 36 19 49c12 13 27 19 46 19s34 -6 47 -19s19 -29 19 -49s-6 -36 -19 -49s-28 -19 -47 -19s-34 6 -46 19zM259 669c-13 13 -19 29 -19 49s6 36 19 49s28 19 47 19
+s34 -6 46 -19c13 -13 19 -29 19 -49s-6 -36 -19 -49c-12 -13 -27 -19 -46 -19s-34 6 -47 19z" />
+    <glyph glyph-name="uni1E2F.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM79 668c-13 12 -19 28 -19 47s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -29 -19 -48 -19s-34 6 -47 19zM275 668c-13 12 -19 28 -19 47s6 34 20 47c12 13 28 19 46 19
+c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -28 -19 -47 -19s-34 6 -47 19zM249 926h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1ECB.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM174 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="igrave.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM12 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EC9.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM205 686c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -29c23 -20 34 -46 34 -78c0 -56 -31 -98 -92 -126z
+" />
+    <glyph glyph-name="uni020B.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM110 754c30 28 68 42 114 42s84 -14 114 -42c29 -27 44 -64 45 -110h-94c0 22 -6 40 -17 52c-11 14 -27 20 -48 20s-37 -6 -48 -20c-11 -12 -17 -30 -17 -52h-94c1 46 16 83 45 110z" />
+    <glyph glyph-name="ij.sc.ss01" horiz-adv-x="632"
+d="M50 -24l62 116c47 -35 101 -53 161 -53c86 0 129 46 129 138v398h159v-390c0 -87 -25 -155 -75 -203c-51 -47 -120 -71 -207 -71c-92 0 -168 22 -229 65zM67 575h159v-388h-159v388z" />
+    <glyph glyph-name="imacron.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM74 760h300v-88h-300v88z" />
+    <glyph glyph-name="iogonek.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM173 -202c-22 21 -33 48 -33 81c0 31 10 61 29 89c19 27 48 52 86 73l48 -41c-24 -19 -41 -38 -51 -54c-9 -18 -14 -35 -14 -52c0 -14 4 -25 12 -34s18 -13 30 -13s23 3 32 10l22 -68
+c-19 -14 -44 -21 -74 -21c-36 0 -65 10 -87 30z" />
+    <glyph glyph-name="itilde.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM246 652c-13 7 -26 18 -41 31c-1 1 -5 4 -11 9c-5 5 -10 8 -14 10c-4 3 -8 4 -12 4c-10 0 -18 -5 -23 -15s-8 -24 -8 -43h-78c0 47 9 84 25 108c18 26 42 38 74 38c17 0 31 -4 44 -11s26 -18 41 -31
+c1 -1 5 -4 11 -9c5 -5 10 -8 14 -11c4 -2 8 -3 12 -3c10 0 18 5 23 15c5 9 8 23 8 40h78c0 -46 -9 -81 -25 -106c-18 -25 -42 -37 -74 -37c-17 0 -31 4 -44 11z" />
+    <glyph glyph-name="j.sc.ss01" horiz-adv-x="480"
+d="M70 -70c-35 14 -62 36 -83 64l92 98c29 -39 63 -58 100 -58c49 0 73 29 73 87v332h-201v122h358v-440c0 -77 -19 -134 -57 -171c-38 -38 -93 -57 -166 -57c-43 0 -82 7 -116 23z" />
+    <glyph glyph-name="jcircumflex.sc.ss01" horiz-adv-x="480"
+d="M70 -70c-35 14 -62 36 -83 64l92 98c29 -39 63 -58 100 -58c49 0 73 29 73 87v332h-201v122h358v-440c0 -77 -19 -134 -57 -171c-38 -38 -93 -57 -166 -57c-43 0 -82 7 -116 23zM294 644l-65 70l-65 -70h-111l109 144h134l109 -144h-111z" />
+    <glyph glyph-name="uni01C9.sc.ss01" horiz-adv-x="1004"
+d="M77 575h158v-452h281v-123h-439v575zM594 -70c-35 14 -62 36 -83 64l92 98c29 -39 63 -58 100 -58c49 0 73 29 73 87v332h-201v122h358v-440c0 -77 -19 -134 -57 -171c-38 -38 -93 -57 -166 -57c-43 0 -82 7 -116 23z" />
+    <glyph glyph-name="m.sc.ss01" horiz-adv-x="1039"
+d="M912 528c37 -40 56 -96 56 -169v-359h-158v349c0 72 -34 108 -102 108c-33 0 -58 -9 -78 -27c-18 -19 -28 -47 -28 -84v-346h-159v349c0 72 -33 108 -100 108c-33 0 -60 -9 -79 -27c-19 -19 -29 -47 -29 -84v-346h-158v575h154v-58c19 23 44 40 73 51c29 12 62 18 97 18
+c74 0 129 -26 165 -77c21 25 48 44 80 57s68 20 107 20c68 0 121 -20 159 -58z" />
+    <glyph glyph-name="uni1E43.sc.ss01" horiz-adv-x="1039"
+d="M912 528c37 -40 56 -96 56 -169v-359h-158v349c0 72 -34 108 -102 108c-33 0 -58 -9 -78 -27c-18 -19 -28 -47 -28 -84v-346h-159v349c0 72 -33 108 -100 108c-33 0 -60 -9 -79 -27c-19 -19 -29 -47 -29 -84v-346h-158v575h154v-58c19 23 44 40 73 51c29 12 62 18 97 18
+c74 0 129 -26 165 -77c21 25 48 44 80 57s68 20 107 20c68 0 121 -20 159 -58zM472 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="n.sc.ss01" horiz-adv-x="693"
+d="M564 522c38 -44 58 -103 58 -180v-342h-158v334c0 41 -9 71 -28 92s-45 31 -79 31c-37 0 -66 -11 -89 -33c-22 -23 -33 -54 -33 -95v-329h-158v575h152v-55c41 44 98 66 171 66c70 0 124 -22 164 -64z" />
+    <glyph glyph-name="nacute.sc.ss01" horiz-adv-x="693"
+d="M564 522c38 -44 58 -103 58 -180v-342h-158v334c0 41 -9 71 -28 92s-45 31 -79 31c-37 0 -66 -11 -89 -33c-22 -23 -33 -54 -33 -95v-329h-158v575h152v-55c41 44 98 66 171 66c70 0 124 -22 164 -64zM393 788h168l-181 -144h-122z" />
+    <glyph glyph-name="ncaron.sc.ss01" horiz-adv-x="693"
+d="M564 522c38 -44 58 -103 58 -180v-342h-158v334c0 41 -9 71 -28 92s-45 31 -79 31c-37 0 -66 -11 -89 -33c-22 -23 -33 -54 -33 -95v-329h-158v575h152v-55c41 44 98 66 171 66c70 0 124 -22 164 -64zM550 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="ncommaaccent.sc.ss01" horiz-adv-x="693"
+d="M564 522c38 -44 58 -103 58 -180v-342h-158v334c0 41 -9 71 -28 92s-45 31 -79 31c-37 0 -66 -11 -89 -33c-22 -23 -33 -54 -33 -95v-329h-158v575h152v-55c41 44 98 66 171 66c70 0 124 -22 164 -64zM400 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73
+l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni1E45.sc.ss01" horiz-adv-x="693"
+d="M564 522c38 -44 58 -103 58 -180v-342h-158v334c0 41 -9 71 -28 92s-45 31 -79 31c-37 0 -66 -11 -89 -33c-22 -23 -33 -54 -33 -95v-329h-158v575h152v-55c41 44 98 66 171 66c70 0 124 -22 164 -64zM288 673c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24
+s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E47.sc.ss01" horiz-adv-x="693"
+d="M564 522c38 -44 58 -103 58 -180v-342h-158v334c0 41 -9 71 -28 92s-45 31 -79 31c-37 0 -66 -11 -89 -33c-22 -23 -33 -54 -33 -95v-329h-158v575h152v-55c41 44 98 66 171 66c70 0 124 -22 164 -64zM300 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20
+c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="eng.sc.ss01" horiz-adv-x="693"
+d="M564 522c38 -44 58 -103 58 -180v-281c0 -74 -19 -130 -56 -169s-92 -58 -165 -58c-60 0 -110 15 -151 46l63 112c23 -19 50 -29 81 -29c24 0 42 7 53 20s17 34 17 63v288c0 41 -9 71 -28 92s-45 31 -79 31c-37 0 -66 -11 -89 -33c-22 -23 -33 -54 -33 -95v-329h-158v575
+h152v-55c41 44 98 66 171 66c70 0 124 -22 164 -64z" />
+    <glyph glyph-name="uni01CC.sc.ss01" horiz-adv-x="1173"
+d="M564 522c38 -44 58 -103 58 -180v-342h-158v334c0 41 -9 71 -28 92s-45 31 -79 31c-37 0 -66 -11 -89 -33c-22 -23 -33 -54 -33 -95v-329h-158v575h152v-55c41 44 98 66 171 66c70 0 124 -22 164 -64zM762 -70c-34 14 -61 36 -82 64l92 98c29 -39 63 -58 100 -58
+c49 0 73 29 73 87v332h-201v122h358v-440c0 -77 -19 -134 -57 -171c-38 -38 -93 -57 -166 -57c-43 0 -82 7 -117 23z" />
+    <glyph glyph-name="uni1E49.sc.ss01" horiz-adv-x="693"
+d="M564 522c38 -44 58 -103 58 -180v-342h-158v334c0 41 -9 71 -28 92s-45 31 -79 31c-37 0 -66 -11 -89 -33c-22 -23 -33 -54 -33 -95v-329h-158v575h152v-55c41 44 98 66 171 66c70 0 124 -22 164 -64zM164 -95h370v-87h-370v87z" />
+    <glyph glyph-name="ntilde.sc.ss01" horiz-adv-x="693"
+d="M564 522c38 -44 58 -103 58 -180v-342h-158v334c0 41 -9 71 -28 92s-45 31 -79 31c-37 0 -66 -11 -89 -33c-22 -23 -33 -54 -33 -95v-329h-158v575h152v-55c41 44 98 66 171 66c70 0 124 -22 164 -64zM376 652c-13 6 -28 16 -45 28c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6
+c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 13 80 33 106c22 27 49 40 84 40c17 0 33 -4 46 -10c14 -8 30 -17 47 -30c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 14c8 10 13 23 14 40h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39
+c-18 0 -34 3 -48 11z" />
+    <glyph glyph-name="q.sc.ss01" horiz-adv-x="716"
+d="M650 154c-20 -41 -48 -74 -86 -102c-36 -26 -79 -45 -127 -55v-108h-158v108c-48 10 -91 29 -127 55c-38 28 -66 61 -86 102c-21 41 -31 85 -31 133c0 57 14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108
+c28 -45 42 -96 42 -153c0 -48 -10 -92 -31 -133zM497 191c16 27 24 59 24 96c0 33 -7 63 -21 89c-15 25 -34 45 -59 60c-25 14 -52 21 -83 21s-58 -7 -84 -21c-24 -15 -44 -35 -58 -60c-15 -26 -22 -56 -22 -89c0 -37 8 -68 24 -95s38 -46 66 -59v108h147v-108
+c28 12 50 31 66 58z" />
+    <glyph glyph-name="t.sc.ss01" horiz-adv-x="547"
+d="M505 398c-49 27 -100 45 -153 54v-452h-158v452c-53 -9 -103 -27 -152 -54l-53 115c41 24 85 42 133 55c49 12 99 18 151 18s102 -6 151 -18c49 -13 93 -31 133 -55z" />
+    <glyph glyph-name="tbar.sc.ss01" horiz-adv-x="547"
+d="M505 398c-49 27 -100 45 -153 54v-452h-158v452c-53 -9 -103 -27 -152 -54l-53 115c41 24 85 42 133 55c49 12 99 18 151 18s102 -6 151 -18c49 -13 93 -31 133 -55zM86 303h373v-99h-373v99z" />
+    <glyph glyph-name="tcaron.sc.ss01" horiz-adv-x="547"
+d="M505 398c-49 27 -100 45 -153 54v-452h-158v452c-53 -9 -103 -27 -152 -54l-53 115c41 24 85 42 133 55c49 12 99 18 151 18s102 -6 151 -18c49 -13 93 -31 133 -55zM474 789l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni0163.sc.ss01" horiz-adv-x="547"
+d="M505 398c-49 27 -100 45 -153 54v-452h-158v452c-53 -9 -103 -27 -152 -54l-53 115c41 24 85 42 133 55c49 12 99 18 151 18s102 -6 151 -18c49 -13 93 -31 133 -55zM189 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34
+l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni021B.sc.ss01" horiz-adv-x="547"
+d="M505 398c-49 27 -100 45 -153 54v-452h-158v452c-53 -9 -103 -27 -152 -54l-53 115c41 24 85 42 133 55c49 12 99 18 151 18s102 -6 151 -18c49 -13 93 -31 133 -55zM324 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20
+c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni1E97.sc.ss01" horiz-adv-x="547"
+d="M505 398c-49 27 -100 45 -153 54v-452h-158v452c-53 -9 -103 -27 -152 -54l-53 115c41 24 85 42 133 55c49 12 99 18 151 18s102 -6 151 -18c49 -13 93 -31 133 -55zM122 670c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49
+s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM324 670c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni1E6D.sc.ss01" horiz-adv-x="547"
+d="M505 398c-49 27 -100 45 -153 54v-452h-158v452c-53 -9 -103 -27 -152 -54l-53 115c41 24 85 42 133 55c49 12 99 18 151 18s102 -6 151 -18c49 -13 93 -31 133 -55zM224 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50
+s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1E6F.sc.ss01" horiz-adv-x="547"
+d="M505 398c-49 27 -100 45 -153 54v-452h-158v452c-53 -9 -103 -27 -152 -54l-53 115c41 24 85 42 133 55c49 12 99 18 151 18s102 -6 151 -18c49 -13 93 -31 133 -55zM88 -95h370v-87h-370v87z" />
+    <glyph glyph-name="u.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159z" />
+    <glyph glyph-name="uacute.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM389 788h168l-181 -144h-122z" />
+    <glyph glyph-name="ubreve.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM215 677c-34 27 -52 64 -54 111h98c1 -21 9 -38 25 -52
+c17 -12 37 -19 61 -19s44 7 61 19c16 14 24 31 25 52h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni01D4.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM546 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="ucircumflex.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM432 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni0215.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM83 788h146l72 -144h-114zM285 788h146l72 -144h-114z" />
+    <glyph glyph-name="udieresis.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM194 668c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19
+s36 -7 50 -19c12 -14 19 -30 19 -50s-7 -36 -19 -50c-14 -12 -30 -19 -50 -19s-37 7 -50 19zM396 668c-12 14 -19 30 -19 50s7 36 19 50c14 12 30 19 50 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-36 7 -50 19z" />
+    <glyph glyph-name="uni1EE5.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM296 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20
+c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="ugrave.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM133 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EE7.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM326 686c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 31
+c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -29c22 -20 33 -46 33 -78c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uhorn.sc.ss01" horiz-adv-x="707"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM525 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60l92 34
+c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104z" />
+    <glyph glyph-name="uni1EE9.sc.ss01" horiz-adv-x="707"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM525 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60l92 34
+c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM389 788h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1EF1.sc.ss01" horiz-adv-x="707"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM525 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60l92 34
+c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM296 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1EEB.sc.ss01" horiz-adv-x="707"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM525 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60l92 34
+c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM133 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EED.sc.ss01" horiz-adv-x="707"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM525 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60l92 34
+c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM326 686c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -29c22 -20 33 -46 33 -78
+c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni1EEF.sc.ss01" horiz-adv-x="707"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM525 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60l92 34
+c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM372 652c-13 6 -28 16 -45 28c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 13 80 33 106c22 27 49 40 84 40c17 0 33 -4 46 -10
+c14 -8 30 -17 47 -30c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 14c8 10 13 23 14 40h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 3 -48 11z" />
+    <glyph glyph-name="uhungarumlaut.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM259 788h146l-104 -144h-114zM461 788h146l-104 -144h-114z" />
+    <glyph glyph-name="uni0217.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM215 755c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98
+c-1 21 -9 38 -25 52c-17 12 -37 19 -61 19s-44 -7 -61 -19c-16 -14 -24 -31 -25 -52h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="umacron.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM160 760h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E7B.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM160 743h370v-83h-370v83zM200 828c-13 13 -19 29 -19 48s6 34 19 47
+s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM396 828c-13 13 -19 29 -19 48s7 34 19 47c14 13 29 19 47 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -28 -18 -47 -18s-34 6 -47 18z" />
+    <glyph glyph-name="uogonek.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM438 -202c-25 21 -37 48 -37 82c0 33 13 63 39 91c25 28 64 51 115 70
+l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 16 -33c10 -9 24 -13 41 -13c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="uring.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM256 664c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35
+s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35zM388 706c11 12 17 27 17 44s-6 32 -17 44c-12 11 -27 17 -44 17s-31 -6 -42 -17c-12 -12 -18 -27 -18 -44s6 -32 17 -44c11 -11 26 -17 43 -17s32 6 44 17z" />
+    <glyph glyph-name="utilde.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM372 652c-13 6 -28 16 -45 28c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6
+c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 13 80 33 106c22 27 49 40 84 40c17 0 33 -4 46 -10c14 -8 30 -17 47 -30c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 14c8 10 13 23 14 40h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39
+c-18 0 -34 3 -48 11z" />
+    <glyph glyph-name="uni1E79.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM371 650c-14 6 -29 14 -46 25c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6
+c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 92c21 22 49 33 85 33c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8zM370 926
+h159l-157 -121h-113z" />
+    <glyph glyph-name="w.sc.ss01" horiz-adv-x="1036"
+d="M965 575v-344c0 -77 -23 -136 -69 -179c-47 -42 -112 -63 -195 -63c-79 0 -140 21 -183 62c-43 -41 -104 -62 -183 -62c-83 0 -147 21 -194 64s-70 102 -70 178v344h158v-341c0 -39 9 -68 28 -87s45 -29 79 -29c69 0 103 39 103 116v341h158v-341c0 -39 9 -68 27 -87
+c17 -19 43 -29 76 -29c34 0 60 10 79 30c19 19 28 48 28 86v341h158z" />
+    <glyph glyph-name="wacute.sc.ss01" horiz-adv-x="1036"
+d="M965 575v-344c0 -77 -23 -136 -69 -179c-47 -42 -112 -63 -195 -63c-79 0 -140 21 -183 62c-43 -41 -104 -62 -183 -62c-83 0 -147 21 -194 64s-70 102 -70 178v344h158v-341c0 -39 9 -68 28 -87s45 -29 79 -29c69 0 103 39 103 116v341h158v-341c0 -39 9 -68 27 -87
+c17 -19 43 -29 76 -29c34 0 60 10 79 30c19 19 28 48 28 86v341h158zM572 787h168l-181 -144h-122z" />
+    <glyph glyph-name="wcircumflex.sc.ss01" horiz-adv-x="1036"
+d="M965 575v-344c0 -77 -23 -136 -69 -179c-47 -42 -112 -63 -195 -63c-79 0 -140 21 -183 62c-43 -41 -104 -62 -183 -62c-83 0 -147 21 -194 64s-70 102 -70 178v344h158v-341c0 -39 9 -68 28 -87s45 -29 79 -29c69 0 103 39 103 116v341h158v-341c0 -39 9 -68 27 -87
+c17 -19 43 -29 76 -29c34 0 60 10 79 30c19 19 28 48 28 86v341h158zM615 643l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="wdieresis.sc.ss01" horiz-adv-x="1036"
+d="M965 575v-344c0 -77 -23 -136 -69 -179c-47 -42 -112 -63 -195 -63c-79 0 -140 21 -183 62c-43 -41 -104 -62 -183 -62c-83 0 -147 21 -194 64s-70 102 -70 178v344h158v-341c0 -39 9 -68 28 -87s45 -29 79 -29c69 0 103 39 103 116v341h158v-341c0 -39 9 -68 27 -87
+c17 -19 43 -29 76 -29c34 0 60 10 79 30c19 19 28 48 28 86v341h158zM377 668c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM580 668c-14 12 -20 29 -20 49s6 37 20 49
+c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="wgrave.sc.ss01" horiz-adv-x="1036"
+d="M965 575v-344c0 -77 -23 -136 -69 -179c-47 -42 -112 -63 -195 -63c-79 0 -140 21 -183 62c-43 -41 -104 -62 -183 -62c-83 0 -147 21 -194 64s-70 102 -70 178v344h158v-341c0 -39 9 -68 28 -87s45 -29 79 -29c69 0 103 39 103 116v341h158v-341c0 -39 9 -68 27 -87
+c17 -19 43 -29 76 -29c34 0 60 10 79 30c19 19 28 48 28 86v341h158zM316 787h168l135 -144h-122z" />
+    <glyph glyph-name="y.sc.ss01" horiz-adv-x="683"
+d="M612 575v-395c0 -88 -26 -156 -76 -202c-52 -48 -121 -71 -210 -71c-51 0 -98 7 -140 19c-41 14 -77 32 -107 56l62 113c25 -19 53 -34 83 -45c32 -11 63 -16 95 -16c47 0 82 11 103 33s32 57 32 104v23c-39 -39 -91 -58 -157 -58c-73 0 -129 21 -170 63s-61 101 -61 177
+v199h158v-192c0 -38 9 -67 28 -87c19 -21 46 -31 81 -31c37 0 66 11 88 32s33 52 33 91v187h158z" />
+    <glyph glyph-name="yacute.sc.ss01" horiz-adv-x="683"
+d="M612 575v-395c0 -88 -26 -156 -76 -202c-52 -48 -121 -71 -210 -71c-51 0 -98 7 -140 19c-41 14 -77 32 -107 56l62 113c25 -19 53 -34 83 -45c32 -11 63 -16 95 -16c47 0 82 11 103 33s32 57 32 104v23c-39 -39 -91 -58 -157 -58c-73 0 -129 21 -170 63s-61 101 -61 177
+v199h158v-192c0 -38 9 -67 28 -87c19 -21 46 -31 81 -31c37 0 66 11 88 32s33 52 33 91v187h158zM384 788h168l-181 -144h-122z" />
+    <glyph glyph-name="ycircumflex.sc.ss01" horiz-adv-x="683"
+d="M612 575v-395c0 -88 -26 -156 -76 -202c-52 -48 -121 -71 -210 -71c-51 0 -98 7 -140 19c-41 14 -77 32 -107 56l62 113c25 -19 53 -34 83 -45c32 -11 63 -16 95 -16c47 0 82 11 103 33s32 57 32 104v23c-39 -39 -91 -58 -157 -58c-73 0 -129 21 -170 63s-61 101 -61 177
+v199h158v-192c0 -38 9 -67 28 -87c19 -21 46 -31 81 -31c37 0 66 11 88 32s33 52 33 91v187h158zM427 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="ydieresis.sc.ss01" horiz-adv-x="683"
+d="M612 575v-395c0 -88 -26 -156 -76 -202c-52 -48 -121 -71 -210 -71c-51 0 -98 7 -140 19c-41 14 -77 32 -107 56l62 113c25 -19 53 -34 83 -45c32 -11 63 -16 95 -16c47 0 82 11 103 33s32 57 32 104v23c-39 -39 -91 -58 -157 -58c-73 0 -129 21 -170 63s-61 101 -61 177
+v199h158v-192c0 -38 9 -67 28 -87c19 -21 46 -31 81 -31c37 0 66 11 88 32s33 52 33 91v187h158zM189 668c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s37 -7 49 -19c14 -14 20 -30 20 -50s-6 -36 -20 -50c-12 -12 -29 -19 -49 -19s-37 7 -50 19zM392 668
+c-14 14 -20 30 -20 50s6 36 20 50c12 12 29 19 49 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-37 7 -49 19z" />
+    <glyph glyph-name="uni1E8F.sc.ss01" horiz-adv-x="683"
+d="M612 575v-395c0 -88 -26 -156 -76 -202c-52 -48 -121 -71 -210 -71c-51 0 -98 7 -140 19c-41 14 -77 32 -107 56l62 113c25 -19 53 -34 83 -45c32 -11 63 -16 95 -16c47 0 82 11 103 33s32 57 32 104v23c-39 -39 -91 -58 -157 -58c-73 0 -129 21 -170 63s-61 101 -61 177
+v199h158v-192c0 -38 9 -67 28 -87c19 -21 46 -31 81 -31c37 0 66 11 88 32s33 52 33 91v187h158zM280 673c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1EF5.sc.ss01" horiz-adv-x="683"
+d="M612 575v-395c0 -88 -26 -156 -76 -202c-52 -48 -121 -71 -210 -71c-51 0 -98 7 -140 19c-41 14 -77 32 -107 56l62 113c25 -19 53 -34 83 -45c32 -11 63 -16 95 -16c47 0 82 11 103 33s32 57 32 104v23c-39 -39 -91 -58 -157 -58c-73 0 -129 21 -170 63s-61 101 -61 177
+v199h158v-192c0 -38 9 -67 28 -87c19 -21 46 -31 81 -31c37 0 66 11 88 32s33 52 33 91v187h158zM548 -182c-14 12 -20 28 -20 48s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -48c-12 -13 -29 -19 -49 -19s-37 6 -49 19z" />
+    <glyph glyph-name="ygrave.sc.ss01" horiz-adv-x="683"
+d="M612 575v-395c0 -88 -26 -156 -76 -202c-52 -48 -121 -71 -210 -71c-51 0 -98 7 -140 19c-41 14 -77 32 -107 56l62 113c25 -19 53 -34 83 -45c32 -11 63 -16 95 -16c47 0 82 11 103 33s32 57 32 104v23c-39 -39 -91 -58 -157 -58c-73 0 -129 21 -170 63s-61 101 -61 177
+v199h158v-192c0 -38 9 -67 28 -87c19 -21 46 -31 81 -31c37 0 66 11 88 32s33 52 33 91v187h158zM128 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EF7.sc.ss01" horiz-adv-x="683"
+d="M612 575v-395c0 -88 -26 -156 -76 -202c-52 -48 -121 -71 -210 -71c-51 0 -98 7 -140 19c-41 14 -77 32 -107 56l62 113c25 -19 53 -34 83 -45c32 -11 63 -16 95 -16c47 0 82 11 103 33s32 57 32 104v23c-39 -39 -91 -58 -157 -58c-73 0 -129 21 -170 63s-61 101 -61 177
+v199h158v-192c0 -38 9 -67 28 -87c19 -21 46 -31 81 -31c37 0 66 11 88 32s33 52 33 91v187h158zM321 686c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -29
+c23 -20 34 -46 34 -78c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0233.sc.ss01" horiz-adv-x="683"
+d="M612 575v-395c0 -88 -26 -156 -76 -202c-52 -48 -121 -71 -210 -71c-51 0 -98 7 -140 19c-41 14 -77 32 -107 56l62 113c25 -19 53 -34 83 -45c32 -11 63 -16 95 -16c47 0 82 11 103 33s32 57 32 104v23c-39 -39 -91 -58 -157 -58c-73 0 -129 21 -170 63s-61 101 -61 177
+v199h158v-192c0 -38 9 -67 28 -87c19 -21 46 -31 81 -31c37 0 66 11 88 32s33 52 33 91v187h158zM155 760h370v-88h-370v88z" />
+    <glyph glyph-name="uni1EF9.sc.ss01" horiz-adv-x="683"
+d="M612 575v-395c0 -88 -26 -156 -76 -202c-52 -48 -121 -71 -210 -71c-51 0 -98 7 -140 19c-41 14 -77 32 -107 56l62 113c25 -19 53 -34 83 -45c32 -11 63 -16 95 -16c47 0 82 11 103 33s32 57 32 104v23c-39 -39 -91 -58 -157 -58c-73 0 -129 21 -170 63s-61 101 -61 177
+v199h158v-192c0 -38 9 -67 28 -87c19 -21 46 -31 81 -31c37 0 66 11 88 32s33 52 33 91v187h158zM368 652c-14 6 -29 16 -46 28c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 12 80 34 106c20 27 48 40 83 40
+c17 0 33 -4 47 -10c13 -8 29 -17 46 -30c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 14c10 10 14 23 15 40h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 3 -47 11z" />
+    <glyph glyph-name="z.sc.ss01" horiz-adv-x="581"
+d="M557 121v-121h-519v93l121 141h-89v114h186l91 106h-301v121h499v-94l-115 -134h97v-114h-195l-96 -112h321z" />
+    <glyph glyph-name="zacute.sc.ss01" horiz-adv-x="581"
+d="M557 121v-121h-519v93l121 141h-89v114h186l91 106h-301v121h499v-94l-115 -134h97v-114h-195l-96 -112h321zM341 788h168l-181 -144h-122z" />
+    <glyph glyph-name="zcaron.sc.ss01" horiz-adv-x="581"
+d="M557 121v-121h-519v93l121 141h-89v114h186l91 106h-301v121h499v-94l-115 -134h97v-114h-195l-96 -112h321zM498 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="zdotaccent.sc.ss01" horiz-adv-x="581"
+d="M557 121v-121h-519v93l121 141h-89v114h186l91 106h-301v121h499v-94l-115 -134h97v-114h-195l-96 -112h321zM236 673c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24
+s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E93.sc.ss01" horiz-adv-x="581"
+d="M557 121v-121h-519v93l121 141h-89v114h186l91 106h-301v121h499v-94l-115 -134h97v-114h-195l-96 -112h321zM248 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="412"
+d="M318 714c28 -24 43 -60 43 -108v-182h-100v39c-9 -14 -22 -25 -40 -33c-18 -7 -40 -11 -65 -11c-41 0 -72 9 -94 27c-23 19 -34 42 -34 71c0 30 12 53 36 71c24 16 61 25 111 25h78c-1 39 -26 59 -77 59c-17 0 -35 -3 -53 -8c-18 -6 -33 -14 -46 -23l-37 68
+c19 13 42 23 69 30s55 11 82 11c55 0 97 -12 127 -36zM253 523v33h-62c-41 0 -61 -12 -61 -35c0 -11 5 -20 14 -26c10 -6 23 -9 40 -9c34 0 57 12 69 37z" />
+    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="427"
+d="M116 440c-28 15 -51 34 -68 60c-16 24 -24 53 -24 85c0 31 8 60 24 85c17 25 40 45 68 59c30 14 62 21 98 21s68 -7 97 -21s51 -34 67 -59c17 -25 25 -54 25 -85c0 -32 -8 -61 -25 -86c-16 -25 -38 -45 -67 -59s-61 -21 -97 -21s-68 7 -98 21zM274 524c15 16 23 36 23 61
+s-8 45 -23 60s-35 22 -60 22s-45 -7 -60 -22c-16 -15 -24 -35 -24 -60s8 -45 24 -61c15 -14 35 -22 60 -22s45 8 60 22z" />
+    <glyph glyph-name="uni0410" unicode="&#x410;" horiz-adv-x="799"
+d="M561 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM510 273l-111 268l-111 -268h222z" />
+    <glyph glyph-name="uni0411" unicode="&#x411;" horiz-adv-x="738"
+d="M87 700h565v-129h-404v-144h194c85 0 149 -18 194 -53c44 -35 66 -86 66 -153c0 -70 -25 -124 -74 -163s-119 -58 -209 -58h-332v700zM410 120c41 0 73 8 95 24c22 17 33 41 33 72c0 61 -43 92 -128 92h-162v-188h162z" />
+    <glyph glyph-name="uni0412" unicode="&#x412;" horiz-adv-x="745"
+d="M670 303c23 -29 34 -64 34 -106c0 -62 -24 -110 -70 -145c-48 -35 -115 -52 -202 -52h-345v700h326c81 0 145 -16 190 -47s68 -76 68 -134c0 -35 -9 -65 -26 -91c-17 -27 -42 -48 -73 -63c43 -13 75 -33 98 -62zM248 410h151c35 0 62 7 80 22c18 14 27 35 27 63
+c0 27 -9 48 -28 63c-18 15 -44 22 -79 22h-151v-170zM540 210c0 58 -38 87 -114 87h-178v-177h178c76 0 114 30 114 90z" />
+    <glyph glyph-name="uni0413" unicode="&#x413;" horiz-adv-x="593"
+d="M580 568h-333l1 -568h-161v700h494z" />
+    <glyph glyph-name="uni0403" unicode="&#x403;" horiz-adv-x="593"
+d="M580 568h-333l1 -568h-161v700h494zM369 901h168l-181 -144h-122z" />
+    <glyph glyph-name="uni0490" unicode="&#x490;" horiz-adv-x="595"
+d="M87 700h344v144h150v-276h-333v-568h-161v700z" />
+    <glyph glyph-name="uni0414" unicode="&#x414;" horiz-adv-x="831"
+d="M809 132v-277h-150v145h-494v-145h-150l1 277h28c42 1 72 32 89 92s28 146 32 257l8 219h538v-568h98zM287 256c-11 -56 -27 -97 -49 -124h313v436h-240l-3 -102c-3 -83 -10 -153 -21 -210z" />
+    <glyph glyph-name="uni0415" unicode="&#x415;" horiz-adv-x="673"
+d="M629 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381z" />
+    <glyph glyph-name="uni0400" unicode="&#x400;" horiz-adv-x="673"
+d="M629 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM140 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni0401" unicode="&#x401;" horiz-adv-x="673"
+d="M629 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM201 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM404 782c-14 12 -20 29 -20 49s6 37 20 49
+c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni0416" unicode="&#x416;" horiz-adv-x="1079"
+d="M722 282h-102v-282h-159v282h-104l-157 -282h-187l210 366l-197 334h171l157 -283h107v283h159v-283h104l158 283h171l-196 -334l209 -366h-187z" />
+    <glyph glyph-name="uni0417" unicode="&#x417;" horiz-adv-x="656"
+d="M580 300c24 -30 35 -65 35 -104c0 -43 -14 -80 -42 -111s-66 -55 -113 -72c-48 -17 -100 -25 -157 -25c-48 0 -96 6 -143 18c-48 12 -93 30 -136 55l50 116c31 -19 64 -33 102 -43c36 -9 73 -14 108 -14c48 0 88 9 120 26c31 17 47 42 47 73c0 26 -11 46 -33 59
+c-21 13 -51 20 -88 20h-171v122h159c33 0 58 7 76 20c19 13 28 32 28 55c0 27 -13 49 -40 64c-26 15 -60 23 -101 23c-31 0 -62 -4 -95 -12c-33 -9 -64 -21 -93 -38l-49 126c74 38 154 57 240 57c55 0 105 -8 151 -24s83 -39 110 -70s41 -66 41 -107c0 -33 -9 -63 -27 -89
+s-43 -46 -74 -60c41 -14 73 -36 95 -65z" />
+    <glyph glyph-name="uni0418" unicode="&#x418;" horiz-adv-x="821"
+d="M87 700h161v-456l334 456h152v-700h-160v455l-334 -455h-153v700z" />
+    <glyph glyph-name="uni0419" unicode="&#x419;" horiz-adv-x="821"
+d="M87 700h161v-456l334 456h152v-700h-160v455l-334 -455h-153v700zM216 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153z" />
+    <glyph glyph-name="uni040D" unicode="&#x40d;" horiz-adv-x="821"
+d="M87 700h161v-456l334 456h152v-700h-160v455l-334 -455h-153v700zM198 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni048A" unicode="&#x48a;" horiz-adv-x="860"
+d="M216 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153zM836 132l-79 -277h-128l29 145h-84v455l-334 -455h-153v700h161v-456l334 456h152v-568h102z" />
+    <glyph glyph-name="uni041A" unicode="&#x41a;" horiz-adv-x="735"
+d="M358 282h-112v-282h-161v700h161v-283h116l184 283h171l-229 -338l236 -362h-184z" />
+    <glyph glyph-name="uni040C" unicode="&#x40c;" horiz-adv-x="735"
+d="M358 282h-112v-282h-161v700h161v-283h116l184 283h171l-229 -338l236 -362h-184zM419 901h168l-181 -144h-122z" />
+    <glyph glyph-name="uni041B" unicode="&#x41b;" horiz-adv-x="799"
+d="M711 700v-700h-160v568h-240l-5 -146c-3 -99 -11 -180 -24 -242c-13 -61 -34 -108 -64 -142c-29 -32 -71 -49 -124 -49c-22 0 -49 4 -80 11l10 137c9 -3 18 -4 29 -4c39 0 66 23 81 69c15 45 25 117 29 214l10 284h538z" />
+    <glyph glyph-name="uni041C" unicode="&#x41c;" horiz-adv-x="963"
+d="M724 0l-1 419l-206 -345h-72l-206 337v-411h-152v700h134l262 -435l258 435h134l1 -700h-152z" />
+    <glyph glyph-name="uni041D" unicode="&#x41d;" horiz-adv-x="817"
+d="M729 700v-700h-162v287h-318v-287h-162v700h162v-276h318v276h162z" />
+    <glyph glyph-name="uni041E" unicode="&#x41e;" horiz-adv-x="842"
+d="M224 35c-58 31 -104 75 -136 129c-34 56 -50 117 -50 186s16 130 50 186c32 54 78 98 136 129c59 31 124 47 197 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -197 47zM533 154
+c33 20 59 46 79 80c18 34 28 73 28 116s-10 82 -28 116c-20 34 -46 60 -79 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -59 -46 -79 -80c-18 -34 -28 -73 -28 -116s10 -82 28 -116c20 -34 46 -60 79 -80c33 -18 71 -28 112 -28s79 10 112 28z" />
+    <glyph glyph-name="uni041F" unicode="&#x41f;" horiz-adv-x="812"
+d="M725 700v-700h-161v568h-316v-568h-161v700h638z" />
+    <glyph glyph-name="uni0420" unicode="&#x420;" horiz-adv-x="724"
+d="M552 669c45 -21 80 -50 105 -88s37 -83 37 -135c0 -51 -12 -96 -37 -134c-25 -39 -60 -68 -105 -88c-46 -21 -100 -31 -162 -31h-141v-193h-162v700h303c62 0 116 -10 162 -31zM492 356c25 22 38 51 38 90s-13 70 -38 90c-25 22 -62 32 -111 32h-132v-243h132
+c49 0 86 11 111 31z" />
+    <glyph glyph-name="uni0421" unicode="&#x421;" horiz-adv-x="726"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46z" />
+    <glyph glyph-name="uni0422" unicode="&#x422;" horiz-adv-x="637"
+d="M622 568h-224v-568h-160v568h-223v132h607v-132z" />
+    <glyph glyph-name="uni0423" unicode="&#x423;" horiz-adv-x="724"
+d="M719 700l-298 -554c-29 -53 -63 -94 -103 -121c-41 -27 -85 -41 -132 -41c-37 0 -75 8 -114 24l39 123c28 -9 51 -13 70 -13c20 0 38 5 54 14c16 10 31 25 44 46l6 8l-276 514h173l186 -376l192 376h159z" />
+    <glyph glyph-name="uni040E" unicode="&#x40e;" horiz-adv-x="724"
+d="M719 700l-298 -554c-29 -53 -63 -94 -103 -121c-41 -27 -85 -41 -132 -41c-37 0 -75 8 -114 24l39 123c28 -9 51 -13 70 -13c20 0 38 5 54 14c16 10 31 25 44 46l6 8l-276 514h173l186 -376l192 376h159zM165 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19
+c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153z" />
+    <glyph glyph-name="uni0424" unicode="&#x424;" horiz-adv-x="950"
+d="M822 134c-64 -54 -154 -83 -272 -89v-76h-149v77c-119 7 -209 36 -273 90c-62 52 -94 125 -94 216c0 92 32 164 94 216c64 53 154 83 273 90v72h149v-71c118 -7 208 -37 272 -90c62 -53 94 -126 94 -217c0 -93 -32 -166 -94 -218zM708 226c35 30 52 72 52 127
+c0 107 -70 166 -210 178v-359c71 7 123 25 158 54zM401 172v359c-71 -7 -124 -25 -159 -53c-34 -30 -51 -71 -51 -126c0 -105 70 -165 210 -180z" />
+    <glyph glyph-name="uni0425" unicode="&#x425;" horiz-adv-x="722"
+d="M213 700l145 -212l145 212h190l-233 -335l252 -365h-191l-163 232l-161 -232h-187l250 358l-234 342h187z" />
+    <glyph glyph-name="uni0427" unicode="&#x427;" horiz-adv-x="749"
+d="M662 700v-700h-160v252c-61 -22 -117 -33 -169 -33c-94 0 -166 23 -216 67c-50 46 -75 110 -75 195v219h160v-201c0 -48 13 -84 38 -109c26 -24 63 -36 112 -36c53 0 103 10 150 31v315h160z" />
+    <glyph glyph-name="uni0426" unicode="&#x426;" horiz-adv-x="841"
+d="M821 132v-280h-149v148h-585v700h161v-568h312v568h161v-568h100z" />
+    <glyph glyph-name="uni0428" unicode="&#x428;" horiz-adv-x="1098"
+d="M1011 700v-700h-924v700h161v-568h221v568h161v-568h220v568h161z" />
+    <glyph glyph-name="uni0429" unicode="&#x429;" horiz-adv-x="1130"
+d="M1011 700v-700h-924v700h161v-568h221v568h161v-568h220v568h161zM1106 132v-277h-150v145h-109v132h259z" />
+    <glyph glyph-name="uni040F" unicode="&#x40f;" horiz-adv-x="808"
+d="M721 0h-242v-148h-150v148h-242v700h161v-568h312v568h161v-700z" />
+    <glyph glyph-name="uni042C" unicode="&#x42c;" horiz-adv-x="721"
+d="M622 413c46 -38 69 -94 69 -169c0 -79 -25 -140 -75 -182c-51 -41 -122 -62 -213 -62h-316v700h161v-230h178c85 0 151 -19 196 -57zM492 151c24 21 36 51 36 90c0 73 -45 109 -134 109h-146v-230h146c42 0 75 10 98 31z" />
+    <glyph glyph-name="uni042A" unicode="&#x42a;" horiz-adv-x="845"
+d="M747 413c45 -38 68 -94 68 -169c0 -79 -25 -140 -75 -182c-51 -41 -122 -62 -213 -62h-315v568h-197v132h357v-230h179c85 0 151 -19 196 -57zM617 151c23 21 35 51 35 90c0 73 -45 109 -134 109h-146v-230h146c43 0 76 10 99 31z" />
+    <glyph glyph-name="uni042B" unicode="&#x42b;" horiz-adv-x="1028"
+d="M622 413c46 -38 69 -94 69 -169c0 -79 -25 -140 -75 -182c-51 -41 -122 -62 -213 -62h-316v700h161v-230h178c85 0 151 -19 196 -57zM492 151c24 21 36 51 36 90c0 73 -45 109 -134 109h-146v-230h146c42 0 75 10 98 31zM780 700h161v-700h-161v700z" />
+    <glyph glyph-name="uni0409" unicode="&#x409;" horiz-adv-x="1185"
+d="M711 700v-700h-160v568h-240l-5 -146c-3 -99 -11 -180 -24 -242c-13 -61 -34 -108 -64 -142c-29 -32 -71 -49 -124 -49c-22 0 -49 4 -80 11l10 137c9 -3 18 -4 29 -4c39 0 66 23 81 69c15 45 25 117 29 214l10 284h538zM1086 413c46 -38 69 -94 69 -169
+c0 -79 -25 -140 -75 -182c-51 -41 -122 -62 -213 -62h-316v700h161v-230h178c85 0 151 -19 196 -57zM956 151c24 21 36 51 36 90c0 73 -45 109 -134 109h-146v-230h146c42 0 75 10 98 31z" />
+    <glyph glyph-name="uni040A" unicode="&#x40a;" horiz-adv-x="1171"
+d="M1078 386c43 -37 65 -90 65 -158c0 -72 -24 -128 -71 -168s-113 -60 -197 -60h-320v305h-307v-305h-161v700h161v-263h307v263h160v-258h177c80 0 142 -19 186 -56zM947 146c21 18 32 43 32 76s-11 58 -31 74c-22 18 -52 26 -91 26h-142v-202h142c39 0 69 9 90 26z" />
+    <glyph glyph-name="uni0405" unicode="&#x405;" horiz-adv-x="653"
+d="M162 10c-52 16 -94 35 -125 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -6 31 -20 41c-12 12 -29 20 -50 27c-20 7 -47 14 -82 22c-53 13 -97 25 -131 38s-63 33 -87 61c-25 28 -37 65 -37 112c0 41 11 78 33 110
+c22 34 55 60 100 79c44 19 98 29 162 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -101 -22c-21 -15 -32 -34 -32 -58s12 -42 38 -54c24 -11 63 -23 114 -34c53 -13 97 -25 131 -38s63 -33 87 -60c25 -27 37 -64 37 -111
+c0 -40 -11 -77 -33 -109c-23 -34 -56 -60 -101 -79s-99 -29 -163 -29c-55 0 -109 8 -160 22z" />
+    <glyph glyph-name="uni0404" unicode="&#x404;" horiz-adv-x="715"
+d="M216 34c-54 32 -98 74 -129 130c-31 54 -47 117 -47 186s16 132 47 186c31 56 75 98 129 130c56 30 118 46 187 46c62 0 118 -11 167 -32c50 -21 92 -52 125 -93l-103 -96c-49 55 -110 83 -181 83c-51 0 -95 -15 -131 -45c-35 -30 -58 -70 -69 -121h284v-124h-282
+c11 -48 35 -86 70 -115s78 -43 128 -43c71 0 132 28 181 83l103 -96c-33 -41 -75 -72 -125 -93c-49 -21 -105 -32 -167 -32c-69 0 -131 16 -187 46z" />
+    <glyph glyph-name="uni042D" unicode="&#x42d;" horiz-adv-x="714"
+d="M498 666c54 -32 98 -74 129 -130c31 -54 47 -117 47 -186s-16 -132 -47 -186c-31 -56 -75 -98 -129 -130c-56 -30 -118 -46 -187 -46c-62 0 -118 11 -167 32c-50 21 -92 52 -125 93l103 96c49 -55 110 -83 181 -83c51 0 95 15 131 45c35 30 58 70 69 121h-284v124h282
+c-11 48 -35 86 -70 115s-78 43 -128 43c-71 0 -132 -28 -181 -83l-103 96c33 41 75 72 125 93c49 21 105 32 167 32c69 0 131 -16 187 -46z" />
+    <glyph glyph-name="uni0406" unicode="&#x406;" horiz-adv-x="335"
+d="M87 700h161v-700h-161v700z" />
+    <glyph glyph-name="uni0407" unicode="&#x407;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM13 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM216 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20
+c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni0408" unicode="&#x408;" horiz-adv-x="568"
+d="M110 14c-40 18 -73 43 -98 76l90 108c38 -51 81 -77 130 -77c66 0 99 39 99 116v333h-246v130h407v-454c0 -86 -21 -150 -64 -194c-43 -42 -105 -64 -188 -64c-47 0 -91 9 -130 26z" />
+    <glyph glyph-name="uni040B" unicode="&#x40b;" horiz-adv-x="857"
+d="M752 363c45 -42 67 -105 67 -188v-175h-160v154c0 45 -11 78 -35 101c-22 23 -54 34 -95 34c-40 0 -84 -11 -131 -32v-257h-160v568h-223v132h629v-132h-246v-170c60 19 116 28 169 28c79 0 140 -21 185 -63z" />
+    <glyph glyph-name="uni042E" unicode="&#x42e;" horiz-adv-x="1114"
+d="M894 665c57 -31 101 -75 133 -129c32 -56 48 -117 48 -186s-16 -130 -48 -186c-32 -54 -76 -98 -133 -129c-56 -31 -119 -47 -189 -47c-63 0 -120 12 -172 38c-52 24 -95 60 -129 104c-33 46 -55 97 -64 155h-92v-285h-161v700h161v-275h94c11 56 33 106 66 149
+c34 44 77 78 128 102s108 36 169 36c70 0 133 -16 189 -47zM810 154c31 19 56 45 74 79s27 73 27 117s-9 83 -27 117s-43 60 -74 79s-66 28 -105 28s-74 -9 -105 -28s-56 -45 -74 -79s-27 -73 -27 -117s9 -83 27 -117s43 -60 74 -79s66 -28 105 -28s74 9 105 28z" />
+    <glyph glyph-name="uni042F" unicode="&#x42f;" horiz-adv-x="734"
+d="M646 700v-700h-160v186h-148l-124 -186h-171l146 211c-47 19 -84 49 -109 87c-25 40 -38 86 -38 141c0 54 12 101 37 139c25 40 60 70 105 90c45 22 99 32 160 32h302zM242 536c-24 -21 -36 -53 -36 -95c0 -41 12 -72 35 -94s58 -33 103 -33h142v254h-138
+c-46 0 -81 -11 -106 -32z" />
+    <glyph glyph-name="uni0402" unicode="&#x402;" horiz-adv-x="849"
+d="M570 435c79 0 140 -19 184 -58c45 -39 67 -94 67 -165c0 -73 -23 -128 -69 -164c-45 -37 -104 -55 -175 -55c-26 0 -54 3 -84 8l17 127c14 -4 29 -6 46 -6c29 0 53 7 74 22c20 14 30 36 30 65c0 31 -12 54 -34 71c-24 17 -54 25 -92 25c-42 0 -87 -10 -135 -31v-274h-160
+v568h-224v132h637v-132h-253v-159c60 17 117 26 171 26z" />
+    <glyph glyph-name="uni0462" unicode="&#x462;" horiz-adv-x="829"
+d="M732 405c45 -39 67 -94 67 -167c0 -75 -25 -134 -74 -176c-49 -41 -119 -62 -209 -62h-322v544h-177v103h177v95h160v-95h214v-103h-214v-81h186c83 0 147 -19 192 -58zM602 149c22 19 33 48 33 85c0 73 -43 109 -128 109h-153v-223h153c42 0 74 10 95 29z" />
+    <glyph glyph-name="uni046A" unicode="&#x46a;" horiz-adv-x="945"
+d="M933 0h-168l-37 110c-17 57 -38 99 -62 124c-26 25 -55 38 -89 38h-31v-272h-148v272h-28c-35 0 -66 -12 -91 -38c-25 -24 -46 -66 -63 -124l-37 -110h-167l57 145c28 81 61 139 101 177c38 36 85 57 139 60l-204 218v100h735v-98l-205 -219c54 -3 101 -23 141 -61
+c40 -36 74 -96 102 -177zM282 585l189 -202h2l190 202h-381z" />
+    <glyph glyph-name="uni0472" unicode="&#x472;" horiz-adv-x="842"
+d="M224 35c-58 31 -104 75 -136 129c-34 56 -50 117 -50 186s16 130 50 186c32 54 78 98 136 129c59 31 124 47 197 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -197 47zM533 154
+c33 20 59 46 79 80c18 34 28 73 28 116s-10 82 -28 116c-20 34 -46 60 -79 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -59 -46 -79 -80c-18 -34 -28 -73 -28 -116s10 -82 28 -116c20 -34 46 -60 79 -80c33 -18 71 -28 112 -28s79 10 112 28zM91 404h666v-108h-666
+v108z" />
+    <glyph glyph-name="uni0474" unicode="&#x474;" horiz-adv-x="793"
+d="M9 700h175l191 -477l119 333c19 54 44 94 74 120c32 25 71 38 119 38c27 0 58 -4 92 -12l-16 -151c-20 5 -35 7 -45 7c-23 0 -42 -8 -57 -23s-28 -41 -41 -77l-166 -458h-161z" />
+    <glyph glyph-name="uni0492" unicode="&#x492;" horiz-adv-x="640"
+d="M285 568v-196h273v-103h-272v-269h-161v269h-103v103h103v328h494l-1 -132h-333z" />
+    <glyph glyph-name="uni0494" unicode="&#x494;" horiz-adv-x="706"
+d="M403 397c52 0 98 -10 139 -31s72 -51 96 -90c22 -39 34 -86 34 -139c0 -57 -12 -107 -36 -151c-25 -43 -58 -77 -102 -102c-42 -24 -91 -36 -144 -36c-25 0 -49 2 -72 7l26 125c11 -3 22 -4 35 -4c39 0 71 14 96 41s37 63 37 108c0 46 -13 82 -40 108s-61 39 -103 39
+c-39 0 -80 -11 -121 -34v-238h-161v700h514v-132h-353v-200c55 19 106 29 155 29z" />
+    <glyph glyph-name="uni0496" unicode="&#x496;" horiz-adv-x="1111"
+d="M722 282h-102v-282h-159v282h-104l-157 -282h-187l210 366l-197 334h171l157 -283h107v283h159v-283h104l158 283h171l-196 -334l209 -366h-187zM1096 132v-277h-149v145h-68v132h217z" />
+    <glyph glyph-name="uni0498" unicode="&#x498;" horiz-adv-x="656"
+d="M580 300c24 -30 35 -65 35 -104c0 -43 -14 -80 -42 -111s-66 -55 -113 -72c-48 -17 -100 -25 -157 -25c-48 0 -96 6 -143 18c-48 12 -93 30 -136 55l50 116c31 -19 64 -33 102 -43c36 -9 73 -14 108 -14c48 0 88 9 120 26c31 17 47 42 47 73c0 26 -11 46 -33 59
+c-21 13 -51 20 -88 20h-171v122h159c33 0 58 7 76 20c19 13 28 32 28 55c0 27 -13 49 -40 64c-26 15 -60 23 -101 23c-31 0 -62 -4 -95 -12c-33 -9 -64 -21 -93 -38l-49 126c74 38 154 57 240 57c55 0 105 -8 151 -24s83 -39 110 -70s41 -66 41 -107c0 -33 -9 -63 -27 -89
+s-43 -46 -74 -60c41 -14 73 -36 95 -65zM381 -145h-149v176h149v-176z" />
+    <glyph glyph-name="uni049A" unicode="&#x49a;" horiz-adv-x="772"
+d="M358 282h-112v-282h-161v700h161v-283h116l184 283h171l-229 -338l236 -362h-184zM757 132v-277h-149v145h-68v132h217z" />
+    <glyph glyph-name="uni049C" unicode="&#x49c;" horiz-adv-x="775"
+d="M414 282h-30v-119h-87v119h-51v-282h-161v700h161v-283h51v120h87v-120h33l159 283h171l-200 -338l216 -362h-190z" />
+    <glyph glyph-name="uni049E" unicode="&#x49e;" horiz-adv-x="758"
+d="M381 282h-112v-282h-161v538h-83v88h83v74h161v-74h138v-88h-138v-121h116l184 283h171l-229 -338l236 -362h-184z" />
+    <glyph glyph-name="uni04A0" unicode="&#x4a0;" horiz-adv-x="861"
+d="M483 282h-111v-282h-161v568h-196v132h357v-283h116l184 283h171l-229 -338l235 -362h-184z" />
+    <glyph glyph-name="uni04A2" unicode="&#x4a2;" horiz-adv-x="852"
+d="M729 700v-700h-162v287h-318v-287h-162v700h162v-276h318v276h162zM829 132v-277h-150v145h-109v132h259z" />
+    <glyph glyph-name="uni04A4" unicode="&#x4a4;" horiz-adv-x="1078"
+d="M729 700v-700h-162v287h-318v-287h-162v700h162v-276h318v276h162zM1063 568h-333l1 -568h-161v700h494z" />
+    <glyph glyph-name="uni04A6" unicode="&#x4a6;" horiz-adv-x="1178"
+d="M879 396c53 0 99 -10 140 -31s72 -51 95 -90s34 -85 34 -138c0 -57 -12 -107 -36 -151c-25 -43 -58 -77 -102 -102c-42 -24 -91 -36 -144 -36c-25 0 -49 2 -72 7l26 125c11 -3 22 -4 35 -4c39 0 71 14 96 41s37 63 37 108s-13 81 -38 107c-25 25 -59 38 -101 38
+c-39 0 -81 -11 -124 -32v-238h-161v568h-316v-568h-161v700h638v-332c53 19 105 28 154 28z" />
+    <glyph glyph-name="uni0524" unicode="&#x524;" horiz-adv-x="847"
+d="M725 700v-700h-161v568h-316v-568h-161v700h638zM823 132v-277h-150v145h-109v132h259z" />
+    <glyph glyph-name="uni04A8" unicode="&#x4a8;" horiz-adv-x="977"
+d="M785 -23c-63 0 -122 12 -177 35c-52 -17 -106 -26 -161 -26c-75 0 -144 16 -205 48c-61 31 -110 76 -146 136c-35 58 -53 128 -53 208c0 68 14 132 41 190c27 60 66 109 117 148l131 -65c-39 -35 -70 -77 -92 -126c-23 -49 -34 -101 -34 -154c0 -55 12 -103 35 -145
+c23 -40 55 -72 97 -94c40 -22 87 -33 138 -33c-39 38 -69 83 -90 133c-21 52 -32 107 -32 168c0 63 12 119 36 166c23 48 57 85 100 112c43 26 94 39 151 39c55 0 104 -12 145 -37c41 -24 73 -58 96 -102c23 -45 34 -97 34 -157c0 -67 -14 -128 -43 -185s-68 -105 -118 -144
+c14 -2 29 -3 44 -3c36 0 74 6 114 17l12 -110c-47 -13 -93 -19 -140 -19zM538 540c-23 -32 -35 -79 -35 -138c0 -58 11 -110 33 -155c23 -45 54 -82 94 -109c43 25 76 61 100 108c25 46 37 100 37 163c0 57 -11 102 -34 133c-23 32 -54 48 -95 48c-43 0 -76 -16 -100 -50z
+" />
+    <glyph glyph-name="uni04AA" unicode="&#x4aa;" horiz-adv-x="726"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46zM473 -145h-149v176h149v-176z" />
+    <glyph glyph-name="uni04AC" unicode="&#x4ac;" horiz-adv-x="637"
+d="M622 568h-224v-568h-160v568h-223v132h607v-132zM497 132v-277h-150v145h-109v132h259z" />
+    <glyph glyph-name="uni04AE" unicode="&#x4ae;" horiz-adv-x="712"
+d="M437 248v-248h-162v250l-271 450h172l187 -311l187 311h159z" />
+    <glyph glyph-name="uni04B0" unicode="&#x4b0;" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159zM71 313h524v-109h-524v109z" />
+    <glyph glyph-name="uni04B2" unicode="&#x4b2;" horiz-adv-x="751"
+d="M213 700l145 -212l145 212h190l-233 -335l252 -365h-191l-163 232l-161 -232h-187l250 358l-234 342h187zM738 132v-277h-149v145h-68v132h217z" />
+    <glyph glyph-name="uni04B4" unicode="&#x4b4;" horiz-adv-x="993"
+d="M973 131v-280h-149v148h-585v569h-223v132h564v-132h-180v-437h312v568h161v-568h100z" />
+    <glyph glyph-name="uni04B6" unicode="&#x4b6;" horiz-adv-x="784"
+d="M662 700v-700h-160v252c-61 -22 -117 -33 -169 -33c-94 0 -166 23 -216 67c-50 46 -75 110 -75 195v219h160v-201c0 -48 13 -84 38 -109c26 -24 63 -36 112 -36c53 0 103 10 150 31v315h160zM761 132v-277h-150v145h-109v132h259z" />
+    <glyph glyph-name="uni04B8" unicode="&#x4b8;" horiz-adv-x="749"
+d="M661 700v-700h-160v252c-36 -13 -72 -23 -109 -28v-123h-87v119c-85 4 -151 28 -196 73s-68 107 -68 188v219h160v-201c0 -80 35 -127 104 -141v118h87v-120c39 4 75 14 109 29v315h160z" />
+    <glyph glyph-name="uni04BA" unicode="&#x4ba;" horiz-adv-x="749"
+d="M632 414c50 -46 75 -110 75 -195v-219h-160v201c0 48 -13 84 -39 109c-25 24 -62 36 -111 36c-53 0 -102 -10 -149 -31v-315h-161v700h161v-252c61 22 118 33 169 33c93 0 165 -23 215 -67z" />
+    <glyph glyph-name="uni0526" unicode="&#x526;" horiz-adv-x="822"
+d="M632 414c50 -46 75 -110 75 -195v-219h-160v201c0 48 -13 84 -39 109c-25 24 -62 36 -111 36c-53 0 -102 -10 -149 -31v-315h-161v700h161v-252c61 22 118 33 169 33c93 0 165 -23 215 -67zM806 132v-277h-150v145h-109v132h259z" />
+    <glyph glyph-name="uni04BC" unicode="&#x4bc;" horiz-adv-x="1018"
+d="M978 285h-561c13 -50 38 -89 77 -117c39 -29 83 -43 132 -43c32 0 64 7 96 21c32 13 61 33 88 60l117 -99c-41 -39 -88 -69 -141 -89s-107 -30 -162 -30c-60 0 -116 12 -170 35c-52 23 -97 57 -134 102s-60 98 -69 160h-28c-62 0 -111 17 -146 50s-53 77 -53 130
+c0 37 9 76 27 117l137 -24c-17 -27 -25 -53 -25 -79c0 -23 7 -41 21 -55s34 -21 60 -21h5c9 63 31 118 67 165c35 47 80 82 133 107s110 37 170 37c65 0 125 -14 181 -43s101 -70 134 -124c34 -54 51 -118 51 -191c0 -27 -2 -50 -7 -69zM487 529c-39 -31 -63 -73 -73 -126
+h403c-9 53 -32 95 -69 127c-37 30 -80 46 -129 46s-93 -16 -132 -47z" />
+    <glyph glyph-name="uni04BE" unicode="&#x4be;" horiz-adv-x="1018"
+d="M978 285h-561c13 -50 38 -89 77 -117c39 -29 83 -43 132 -43c32 0 64 7 96 21c32 13 61 33 88 60l117 -99c-41 -39 -88 -69 -141 -89s-107 -30 -162 -30c-60 0 -116 12 -170 35c-52 23 -97 57 -134 102s-60 98 -69 160h-28c-62 0 -111 17 -146 50s-53 77 -53 130
+c0 37 9 76 27 117l137 -24c-17 -27 -25 -53 -25 -79c0 -23 7 -41 21 -55s34 -21 60 -21h5c9 63 31 118 67 165c35 47 80 82 133 107s110 37 170 37c65 0 125 -14 181 -43s101 -70 134 -124c34 -54 51 -118 51 -191c0 -27 -2 -50 -7 -69zM487 529c-39 -31 -63 -73 -73 -126
+h403c-9 53 -32 95 -69 127c-37 30 -80 46 -129 46s-93 -16 -132 -47zM702 -145h-149v176h149v-176z" />
+    <glyph glyph-name="uni04C0" unicode="&#x4c0;" horiz-adv-x="337"
+d="M87 700h162v-700h-162v700z" />
+    <glyph glyph-name="uni04C1" unicode="&#x4c1;" horiz-adv-x="1079"
+d="M722 282h-102v-282h-159v282h-104l-157 -282h-187l210 366l-197 334h171l157 -283h107v283h159v-283h104l158 283h171l-196 -334l209 -366h-187zM347 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39
+c-128 0 -193 51 -194 153z" />
+    <glyph glyph-name="uni04C3" unicode="&#x4c3;" horiz-adv-x="744"
+d="M668 148c38 -59 58 -112 58 -161c0 -60 -18 -107 -54 -141s-85 -51 -147 -51c-46 0 -90 10 -131 30l38 116c23 -11 42 -16 58 -16c18 0 32 6 42 17c11 12 16 29 16 50c0 34 -18 77 -52 130c-36 52 -79 105 -132 160h-115v-282h-162v700h162v-283h115l184 283h171
+l-228 -337c79 -85 137 -156 177 -215z" />
+    <glyph glyph-name="uni04C7" unicode="&#x4c7;" horiz-adv-x="814"
+d="M436 -59c20 -12 40 -18 61 -18s37 6 50 18s19 29 19 52v287h-318v-280h-161v700h161v-287h318v287h160v-711c0 -42 -9 -77 -28 -107c-18 -28 -42 -50 -72 -64c-31 -15 -64 -22 -100 -22c-45 0 -89 11 -130 32z" />
+    <glyph glyph-name="uni04C9" unicode="&#x4c9;" horiz-adv-x="856"
+d="M832 132l-79 -277h-128l29 145h-87v287h-318v-287h-162v700h162v-276h318v276h162v-568h103z" />
+    <glyph glyph-name="uni04CB" unicode="&#x4cb;" horiz-adv-x="744"
+d="M657 700v-700h-136v-145h-149v277h125v154c-60 -22 -116 -33 -167 -33c-94 0 -166 21 -216 63c-50 43 -75 104 -75 185v199h160v-181c0 -43 13 -75 39 -97c25 -23 62 -34 111 -34c54 0 103 10 148 30v282h160z" />
+    <glyph glyph-name="uni04CD" unicode="&#x4cd;" horiz-adv-x="1017"
+d="M993 132l-79 -277h-128l29 145h-91l-1 419l-206 -345h-72l-206 337v-411h-152v700h134l262 -435l258 435h134l1 -568h117z" />
+    <glyph glyph-name="uni04D0" unicode="&#x4d0;" horiz-adv-x="799"
+d="M561 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM510 273l-111 268l-111 -268h222zM206 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153z" />
+    <glyph glyph-name="uni04D2" unicode="&#x4d2;" horiz-adv-x="799"
+d="M561 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM510 273l-111 268l-111 -268h222zM249 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM452 782
+c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni04D4" unicode="&#x4d4;" horiz-adv-x="1091"
+d="M1047 130v-130h-542v150h-253l-82 -150h-166l395 700h635v-130h-368v-152h326v-126h-326v-162h381zM505 273v297h-23l-163 -297h186z" />
+    <glyph glyph-name="uni04D6" unicode="&#x4d6;" horiz-adv-x="673"
+d="M629 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM158 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153z" />
+    <glyph glyph-name="uni04D8" unicode="&#x4d8;" horiz-adv-x="821"
+d="M587 670c59 -29 106 -70 141 -125c36 -55 54 -119 54 -194c0 -74 -18 -139 -53 -193c-35 -56 -82 -98 -140 -126c-58 -30 -120 -44 -187 -44c-66 0 -127 14 -184 43c-56 29 -101 70 -135 124s-51 118 -51 191c0 21 2 43 6 65h573c-13 51 -39 91 -79 120s-86 44 -137 44
+c-33 0 -65 -7 -97 -21c-33 -13 -63 -33 -90 -60l-117 99c41 39 89 68 143 89c53 20 108 30 163 30c68 0 131 -14 190 -42zM540 172c39 33 64 76 74 130h-415c8 -55 31 -98 69 -130c39 -32 84 -48 135 -48c52 0 98 16 137 48z" />
+    <glyph glyph-name="uni04DA" unicode="&#x4da;" horiz-adv-x="821"
+d="M587 670c59 -29 106 -70 141 -125c36 -55 54 -119 54 -194c0 -74 -18 -139 -53 -193c-35 -56 -82 -98 -140 -126c-58 -30 -120 -44 -187 -44c-66 0 -127 14 -184 43c-56 29 -101 70 -135 124s-51 118 -51 191c0 21 2 43 6 65h573c-13 51 -39 91 -79 120s-86 44 -137 44
+c-33 0 -65 -7 -97 -21c-33 -13 -63 -33 -90 -60l-117 99c41 39 89 68 143 89c53 20 108 30 163 30c68 0 131 -14 190 -42zM540 172c39 33 64 76 74 130h-415c8 -55 31 -98 69 -130c39 -32 84 -48 135 -48c52 0 98 16 137 48zM260 782c-13 12 -20 29 -20 49s7 37 20 49
+c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM462 782c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04DC" unicode="&#x4dc;" horiz-adv-x="1079"
+d="M722 282h-102v-282h-159v282h-104l-157 -282h-187l210 366l-197 334h171l157 -283h107v283h159v-283h104l158 283h171l-196 -334l209 -366h-187zM390 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49
+c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM592 782c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04DE" unicode="&#x4de;" horiz-adv-x="656"
+d="M580 300c24 -30 35 -65 35 -104c0 -43 -14 -80 -42 -111s-66 -55 -113 -72c-48 -17 -100 -25 -157 -25c-48 0 -96 6 -143 18c-48 12 -93 30 -136 55l50 116c31 -19 64 -33 102 -43c36 -9 73 -14 108 -14c48 0 88 9 120 26c31 17 47 42 47 73c0 26 -11 46 -33 59
+c-21 13 -51 20 -88 20h-171v122h159c33 0 58 7 76 20c19 13 28 32 28 55c0 27 -13 49 -40 64c-26 15 -60 23 -101 23c-31 0 -62 -4 -95 -12c-33 -9 -64 -21 -93 -38l-49 126c74 38 154 57 240 57c55 0 105 -8 151 -24s83 -39 110 -70s41 -66 41 -107c0 -33 -9 -63 -27 -89
+s-43 -46 -74 -60c41 -14 73 -36 95 -65zM173 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM376 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20
+c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni04E0" unicode="&#x4e0;" horiz-adv-x="638"
+d="M548 348c35 -35 53 -80 53 -133c0 -41 -11 -79 -33 -113c-22 -35 -56 -62 -101 -83s-101 -31 -168 -31c-52 0 -103 6 -152 20c-49 12 -90 31 -122 54l55 125c28 -21 61 -37 98 -48c38 -11 77 -17 116 -17c45 0 80 8 105 24c25 17 38 39 38 68c0 28 -12 50 -35 65
+s-59 23 -107 23h-75v105l156 164h-322v129h511v-105l-170 -179c67 -10 118 -33 153 -68z" />
+    <glyph glyph-name="uni04E2" unicode="&#x4e2;" horiz-adv-x="821"
+d="M87 700h161v-456l334 456h152v-700h-160v455l-334 -455h-153v700zM225 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni04E4" unicode="&#x4e4;" horiz-adv-x="821"
+d="M87 700h161v-456l334 456h152v-700h-160v455l-334 -455h-153v700zM259 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM462 782c-14 12 -20 29 -20 49s6 37 20 49
+c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni04E6" unicode="&#x4e6;" horiz-adv-x="842"
+d="M224 35c-58 31 -104 75 -136 129c-34 56 -50 117 -50 186s16 130 50 186c32 54 78 98 136 129c59 31 124 47 197 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -197 47zM533 154
+c33 20 59 46 79 80c18 34 28 73 28 116s-10 82 -28 116c-20 34 -46 60 -79 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -59 -46 -79 -80c-18 -34 -28 -73 -28 -116s10 -82 28 -116c20 -34 46 -60 79 -80c33 -18 71 -28 112 -28s79 10 112 28zM270 782
+c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM472 782c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49
+c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04E8" unicode="&#x4e8;" horiz-adv-x="842"
+d="M224 35c-58 31 -104 75 -136 129c-34 56 -50 117 -50 186s16 130 50 186c32 54 78 98 136 129c59 31 124 47 197 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -197 47zM533 154
+c33 20 59 46 79 80c18 34 28 73 28 116s-10 82 -28 116c-20 34 -46 60 -79 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -59 -46 -79 -80c-18 -34 -28 -73 -28 -116s10 -82 28 -116c20 -34 46 -60 79 -80c33 -18 71 -28 112 -28s79 10 112 28zM91 404h666v-108h-666
+v108z" />
+    <glyph glyph-name="uni04EA" unicode="&#x4ea;" horiz-adv-x="842"
+d="M224 35c-58 31 -104 75 -136 129c-34 56 -50 117 -50 186s16 130 50 186c32 54 78 98 136 129c59 31 124 47 197 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -197 47zM533 154
+c33 20 59 46 79 80c18 34 28 73 28 116s-10 82 -28 116c-20 34 -46 60 -79 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -59 -46 -79 -80c-18 -34 -28 -73 -28 -116s10 -82 28 -116c20 -34 46 -60 79 -80c33 -18 71 -28 112 -28s79 10 112 28zM91 404h666v-108h-666
+v108zM270 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM472 782c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49
+s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04EC" unicode="&#x4ec;" horiz-adv-x="714"
+d="M498 666c54 -32 98 -74 129 -130c31 -54 47 -117 47 -186s-16 -132 -47 -186c-31 -56 -75 -98 -129 -130c-56 -30 -118 -46 -187 -46c-62 0 -118 11 -167 32c-50 21 -92 52 -125 93l103 96c49 -55 110 -83 181 -83c51 0 95 15 131 45c35 30 58 70 69 121h-284v124h282
+c-11 48 -35 86 -70 115s-78 43 -128 43c-71 0 -132 -28 -181 -83l-103 96c33 41 75 72 125 93c49 21 105 32 167 32c69 0 131 -16 187 -46zM178 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49
+c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM380 782c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04EE" unicode="&#x4ee;" horiz-adv-x="724"
+d="M719 700l-298 -554c-29 -53 -63 -94 -103 -121c-41 -27 -85 -41 -132 -41c-37 0 -75 8 -114 24l39 123c28 -9 51 -13 70 -13c20 0 38 5 54 14c16 10 31 25 44 46l6 8l-276 514h173l186 -376l192 376h159zM174 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni04F0" unicode="&#x4f0;" horiz-adv-x="724"
+d="M719 700l-298 -554c-29 -53 -63 -94 -103 -121c-41 -27 -85 -41 -132 -41c-37 0 -75 8 -114 24l39 123c28 -9 51 -13 70 -13c20 0 38 5 54 14c16 10 31 25 44 46l6 8l-276 514h173l186 -376l192 376h159zM208 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20
+s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM410 782c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04F2" unicode="&#x4f2;" horiz-adv-x="724"
+d="M719 700l-298 -554c-29 -53 -63 -94 -103 -121c-41 -27 -85 -41 -132 -41c-37 0 -75 8 -114 24l39 123c28 -9 51 -13 70 -13c20 0 38 5 54 14c16 10 31 25 44 46l6 8l-276 514h173l186 -376l192 376h159zM273 901h146l-104 -144h-114zM475 901h146l-104 -144h-114z" />
+    <glyph glyph-name="uni04F4" unicode="&#x4f4;" horiz-adv-x="749"
+d="M662 700v-700h-160v252c-61 -22 -117 -33 -169 -33c-94 0 -166 23 -216 67c-50 46 -75 110 -75 195v219h160v-201c0 -48 13 -84 38 -109c26 -24 63 -36 112 -36c53 0 103 10 150 31v315h160zM204 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20
+c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM406 782c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04F6" unicode="&#x4f6;" horiz-adv-x="593"
+d="M580 568h-333l1 -568h-161v700h494zM346 132v-277h-150v145h-109v132h259z" />
+    <glyph glyph-name="uni04F8" unicode="&#x4f8;" horiz-adv-x="1028"
+d="M622 413c46 -38 69 -94 69 -169c0 -79 -25 -140 -75 -182c-51 -41 -122 -62 -213 -62h-316v700h161v-230h178c85 0 151 -19 196 -57zM492 151c24 21 36 51 36 90c0 73 -45 109 -134 109h-146v-230h146c42 0 75 10 98 31zM780 700h161v-700h-161v700zM366 782
+c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM568 782c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49
+c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04FA" unicode="&#x4fa;" horiz-adv-x="641"
+d="M285 568v-196h273v-102h-273v-160h85v-121c0 -41 -9 -75 -26 -105c-17 -28 -41 -50 -71 -65s-64 -22 -101 -22c-45 0 -90 11 -133 32l39 105c20 -11 41 -17 62 -17c22 0 40 7 53 21c13 13 20 33 20 59v3h-90v270h-103v102h103v328h496v-132h-334z" />
+    <glyph glyph-name="uni04FC" unicode="&#x4fc;" horiz-adv-x="719"
+d="M457 366c57 -69 102 -124 133 -166c32 -41 58 -81 76 -118c20 -37 29 -72 29 -105c0 -38 -9 -71 -27 -99c-18 -27 -42 -48 -73 -62c-31 -15 -65 -22 -102 -22c-45 0 -89 10 -130 31l38 111c21 -10 40 -15 57 -15c18 0 32 6 44 17c10 11 16 27 16 47c0 27 -14 62 -41 103
+c-27 42 -67 93 -118 154l-166 -242h-185l257 357l-246 343h185l160 -225l158 225h176z" />
+    <glyph glyph-name="uni04FE" unicode="&#x4fe;" horiz-adv-x="731"
+d="M718 0h-192l-163 232l-161 -232h-188l216 307h-142v103h142l-199 290h186l146 -212l146 212h188l-201 -290h141v-103h-132z" />
+    <glyph glyph-name="uni0510" unicode="&#x510;" horiz-adv-x="656"
+d="M632 61c-42 -24 -87 -42 -136 -55c-48 -12 -96 -18 -143 -18c-57 0 -109 8 -157 25c-47 17 -85 41 -113 72s-42 68 -42 111c0 39 11 74 35 104c22 29 54 51 94 65c-31 14 -56 34 -74 60s-27 56 -27 89c0 41 14 76 41 107s64 54 110 70c47 16 97 24 152 24
+c41 0 82 -5 122 -14c42 -9 81 -24 118 -43l-49 -126c-29 17 -60 29 -93 38c-33 8 -64 12 -95 12c-41 0 -75 -8 -101 -23c-27 -15 -40 -37 -40 -64c0 -23 9 -42 28 -55c18 -13 43 -20 76 -20h158v-122h-171c-37 0 -67 -7 -88 -20s-32 -33 -32 -59c0 -31 16 -56 47 -73
+c32 -17 72 -26 120 -26c35 0 72 5 108 14c38 10 71 24 102 43z" />
+    <glyph glyph-name="uni0512" unicode="&#x512;" horiz-adv-x="799"
+d="M421 -59c20 -12 40 -18 61 -18s37 6 50 18s19 29 19 52v575h-240l-5 -146c-3 -99 -11 -179 -24 -241s-34 -109 -64 -143c-30 -32 -72 -49 -125 -49c-21 0 -47 4 -80 11l10 137c10 -3 20 -4 29 -4c27 0 48 11 63 33c15 21 27 52 33 92c8 41 12 93 15 158l10 284h538v-711
+c0 -42 -9 -77 -27 -107c-19 -28 -43 -50 -74 -64c-31 -15 -64 -22 -100 -22c-45 0 -89 11 -130 32z" />
+    <glyph glyph-name="uni051A" unicode="&#x51a;" horiz-adv-x="847"
+d="M839 -75c-23 -28 -50 -49 -83 -64c-32 -15 -67 -22 -106 -22c-52 0 -99 11 -141 33c-42 23 -90 62 -144 119c-63 8 -120 28 -169 61c-50 33 -89 75 -116 126c-28 52 -42 109 -42 172c0 69 16 130 50 186c32 54 78 98 136 129c59 31 124 47 197 47s138 -16 196 -47
+s104 -75 137 -129c33 -56 50 -117 50 -186c0 -81 -23 -153 -68 -214c-46 -61 -107 -104 -182 -128c17 -17 33 -30 48 -38c16 -7 33 -11 51 -11c43 0 81 17 114 52zM230 234c20 -34 46 -60 79 -80c33 -18 71 -28 112 -28s79 10 112 28c33 20 59 46 79 80c18 34 28 73 28 116
+s-10 82 -28 116c-20 34 -46 60 -79 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -59 -46 -79 -80c-18 -34 -28 -73 -28 -116s10 -82 28 -116z" />
+    <glyph glyph-name="uni051C" unicode="&#x51c;" horiz-adv-x="1127"
+d="M1113 700l-227 -700h-171l-149 471l-154 -471h-171l-228 700h168l155 -485l159 485h150l153 -488l160 488h155z" />
+    <glyph glyph-name="uni048C" unicode="&#x48c;" horiz-adv-x="752"
+d="M656 405c44 -39 66 -94 66 -167c0 -75 -25 -134 -74 -176c-49 -41 -119 -62 -209 -62h-322v544h-94v103h94v95h160v-95h210v-103h-210v-81h186c84 0 148 -19 193 -58zM526 149c21 19 32 48 32 85c0 73 -43 109 -128 109h-153v-223h153c42 0 74 10 96 29z" />
+    <glyph glyph-name="uni048E" unicode="&#x48e;" horiz-adv-x="735"
+d="M666 315c-19 -36 -46 -65 -81 -87l75 -97l-65 -52l-89 114c-35 -9 -74 -14 -115 -14h-141v-179h-163v700h304c62 0 116 -10 161 -31c46 -21 81 -51 106 -89c24 -40 36 -86 36 -140c0 -47 -9 -89 -28 -125zM414 313l-78 100l64 52l94 -121c25 23 37 55 37 96
+s-13 73 -38 95s-62 33 -111 33h-132v-257h132c8 0 19 1 32 2z" />
+    <glyph glyph-name="uni0528" unicode="&#x528;" horiz-adv-x="813"
+d="M-42 -59c20 -12 40 -18 60 -18c21 0 37 6 50 18s19 29 19 52v707h160v-287h319v287h160v-700h-160v280h-319v-291c0 -42 -9 -77 -27 -107c-19 -28 -43 -50 -74 -64c-31 -15 -64 -22 -100 -22c-45 0 -88 11 -129 32z" />
+    <glyph glyph-name="uni052E" unicode="&#x52e;" horiz-adv-x="834"
+d="M711 700v-700h-160v568h-240l-5 -146c-3 -99 -11 -180 -24 -242c-13 -61 -34 -108 -64 -142c-29 -32 -71 -49 -124 -49c-22 0 -49 4 -80 11l10 137c9 -3 18 -4 29 -4c39 0 66 23 81 69c15 45 25 117 29 214l10 284h538zM810 132v-277h-150v145h-109v132h259z" />
+    <glyph glyph-name="uni0414.loclBGR" horiz-adv-x="836"
+d="M820 132v-277h-149v145h-506v-145h-149v277h75l247 568h161l241 -568h80zM250 132h317l-154 398z" />
+    <glyph glyph-name="uni041B.loclBGR" horiz-adv-x="782"
+d="M598 0l-212 499l-216 -499h-162l303 700h160l303 -700h-176z" />
+    <glyph glyph-name="uni0424.loclBGR" horiz-adv-x="952"
+d="M872 186c-28 -50 -70 -91 -126 -122c-54 -32 -119 -52 -194 -61v-61h-151v61c-75 8 -139 28 -195 60c-54 32 -97 73 -126 123s-44 105 -44 166s15 116 44 166c29 49 72 90 126 122c56 32 120 52 195 60v57h151v-57c75 -8 140 -28 194 -60c56 -32 98 -73 126 -122
+c30 -50 44 -105 44 -166s-14 -116 -44 -166zM246 208c36 -39 88 -63 155 -73v433c-67 -10 -119 -34 -155 -72c-36 -39 -54 -87 -54 -144s18 -105 54 -144zM706 208c36 39 54 87 54 144s-18 105 -54 143c-35 38 -87 62 -154 73v-433c67 11 119 35 154 73z" />
+    <glyph glyph-name="uni0492.loclBSH" horiz-adv-x="603"
+d="M247 568v-196h273v-103h-272v-269h-161v700h494l-1 -132h-333z" />
+    <glyph glyph-name="uni0498.loclBSH" horiz-adv-x="656"
+d="M580 300c24 -30 35 -65 35 -104c0 -43 -14 -80 -42 -111s-66 -55 -113 -72c-48 -17 -100 -25 -157 -25c-48 0 -96 6 -143 18c-48 12 -93 30 -136 55l50 116c31 -19 64 -33 102 -43c36 -9 73 -14 108 -14c48 0 88 9 120 26c31 17 47 42 47 73c0 26 -11 46 -33 59
+c-21 13 -51 20 -88 20h-171v122h159c33 0 58 7 76 20c19 13 28 32 28 55c0 27 -13 49 -40 64c-26 15 -60 23 -101 23c-31 0 -62 -4 -95 -12c-33 -9 -64 -21 -93 -38l-49 126c74 38 154 57 240 57c55 0 105 -8 151 -24s83 -39 110 -70s41 -66 41 -107c0 -33 -9 -63 -27 -89
+s-43 -46 -74 -60c41 -14 73 -36 95 -65zM381 -145h-149v176h149v-176z" />
+    <glyph glyph-name="uni04AA.loclBSH" horiz-adv-x="726"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46zM473 -145h-149v176h149v-176z" />
+    <glyph glyph-name="uni04AA.loclCHU" horiz-adv-x="726"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46zM313 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32
+c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni0410.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320z" />
+    <glyph glyph-name="uni0414.ss01" horiz-adv-x="858"
+d="M835 132v-277h-150v145h-512v-145h-150l1 277h84v262c0 67 13 125 40 172c27 48 64 84 112 109c49 25 105 37 169 37s120 -12 169 -37c48 -25 85 -61 112 -109c27 -47 40 -105 40 -172v-262h85zM587 132v276c0 55 -14 96 -41 124c-28 28 -67 42 -117 42
+c-49 0 -88 -14 -117 -42c-28 -28 -42 -69 -42 -124v-276h317z" />
+    <glyph glyph-name="uni0415.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46z" />
+    <glyph glyph-name="uni0400.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM150 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni0401.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM211 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM414 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20
+c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni0418.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162z" />
+    <glyph glyph-name="uni0419.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM204 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19
+c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153z" />
+    <glyph glyph-name="uni048A.ss01" horiz-adv-x="792"
+d="M204 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153zM817 132l-79 -277h-128l29 145h-87v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162
+v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162v-568h108z" />
+    <glyph glyph-name="uni040D.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM186 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni041B.ss01" horiz-adv-x="801"
+d="M582 675c48 -25 84 -61 110 -109c26 -47 39 -105 39 -172v-394h-163v408c0 55 -13 96 -40 124s-63 42 -109 42c-47 0 -83 -14 -111 -42c-26 -28 -40 -69 -40 -124v-408h-243l-1 132h81v262c0 67 13 125 39 172c26 48 63 84 110 109s102 37 165 37c62 0 117 -12 163 -37z
+" />
+    <glyph glyph-name="uni0420.ss01" horiz-adv-x="724"
+d="M608 635c54 -48 82 -115 82 -202c0 -82 -25 -146 -74 -193c-50 -47 -120 -70 -209 -70c-29 0 -58 3 -85 9c-28 6 -58 16 -90 30v-209h-160v414c0 94 26 166 78 217c53 51 129 76 228 76c98 0 174 -24 230 -72zM488 328c26 24 39 58 39 102c0 45 -13 79 -39 104
+c-25 25 -61 37 -106 37c-47 0 -84 -14 -110 -41c-27 -27 -40 -66 -40 -115v-78c20 -14 43 -25 68 -33c26 -8 52 -12 79 -12c47 0 84 12 109 36z" />
+    <glyph glyph-name="uni0422.ss01" horiz-adv-x="678"
+d="M613 504c-60 35 -124 57 -193 67v-571h-162v571c-69 -10 -133 -32 -194 -67l-55 121c48 29 100 50 156 65s114 22 173 22c60 0 118 -7 174 -22c57 -15 109 -36 156 -65z" />
+    <glyph glyph-name="uni0423.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162z" />
+    <glyph glyph-name="uni040E.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM199 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153z" />
+    <glyph glyph-name="uni0424.ss01" horiz-adv-x="954"
+d="M710 664c67 -30 118 -73 154 -128c35 -55 53 -117 53 -186s-18 -131 -53 -186c-36 -55 -87 -98 -154 -128c-67 -32 -144 -47 -233 -47s-167 15 -233 47c-67 30 -118 73 -154 128c-35 55 -53 117 -53 186s18 131 53 186c36 55 87 98 154 128c66 32 144 47 233 47
+s166 -15 233 -47zM248 203c36 -39 87 -64 154 -75v443c-67 -11 -118 -35 -154 -75c-35 -38 -53 -87 -53 -146s18 -108 53 -147zM706 203c35 39 53 88 53 147s-18 108 -53 146c-36 40 -87 64 -154 75v-443c67 11 118 36 154 75z" />
+    <glyph glyph-name="uni042C.ss01" horiz-adv-x="724"
+d="M620 424c48 -43 73 -104 73 -182c0 -81 -27 -144 -82 -189s-132 -67 -233 -67c-99 0 -175 22 -226 67s-77 110 -77 197v450h160v-252c63 27 125 41 185 41c84 0 150 -22 200 -65zM492 145c25 22 38 53 38 92c0 41 -14 72 -40 95c-28 22 -63 33 -108 33
+c-25 0 -50 -4 -76 -11c-26 -8 -50 -19 -71 -33v-67c0 -45 13 -80 39 -105s63 -37 111 -37c46 0 82 11 107 33z" />
+    <glyph glyph-name="uni042A.ss01" horiz-adv-x="880"
+d="M776 424c48 -43 73 -104 73 -182c0 -81 -27 -144 -82 -189s-132 -67 -233 -67c-99 0 -175 22 -226 67s-77 110 -77 197v319l-1 -1h-214v132h375v-252c63 27 125 41 185 41c84 0 150 -22 200 -65zM648 145c25 22 38 53 38 92c0 41 -14 72 -40 95c-28 22 -63 33 -108 33
+c-25 0 -50 -4 -76 -11c-26 -8 -50 -19 -71 -33v-67c0 -45 13 -80 39 -105s63 -37 111 -37c46 0 82 11 107 33z" />
+    <glyph glyph-name="uni042B.ss01" horiz-adv-x="1028"
+d="M620 424c48 -43 73 -104 73 -182c0 -81 -27 -144 -82 -189s-132 -67 -233 -67c-99 0 -175 22 -226 67s-77 110 -77 197v450h160v-252c63 27 125 41 185 41c84 0 150 -22 200 -65zM941 700v-700h-160v700h160zM492 145c25 22 38 53 38 92c0 41 -14 72 -40 95
+c-28 22 -63 33 -108 33c-25 0 -50 -4 -76 -11c-26 -8 -50 -19 -71 -33v-67c0 -45 13 -80 39 -105s63 -37 111 -37c46 0 82 11 107 33z" />
+    <glyph glyph-name="uni0409.ss01" horiz-adv-x="1180"
+d="M1075 424c49 -43 74 -104 74 -182c0 -81 -27 -144 -83 -189c-54 -45 -132 -67 -233 -67c-99 0 -175 22 -226 67s-77 110 -77 197v318h-219l-6 -146c-3 -99 -11 -179 -23 -241c-14 -62 -35 -109 -64 -143c-30 -32 -72 -49 -125 -49c-22 0 -49 4 -80 11l10 137
+c9 -3 18 -4 29 -4c27 0 48 11 63 33c15 21 27 52 33 92c8 41 12 93 15 158l9 284h519l-1 -1v-251c63 27 125 41 185 41c84 0 151 -22 200 -65zM947 145c25 22 38 53 38 92c0 41 -13 72 -41 95c-26 22 -62 33 -106 33c-25 0 -51 -4 -77 -11c-26 -8 -50 -19 -71 -33v-67
+c0 -45 13 -80 40 -104c26 -26 63 -38 110 -38c46 0 82 11 107 33z" />
+    <glyph glyph-name="uni040A.ss01" horiz-adv-x="1154"
+d="M610 46c-50 42 -75 103 -75 182v78h-287v-306h-161v700h161v-262h287v262h160v-258h177c80 0 142 -19 186 -57c45 -38 67 -91 67 -159c0 -77 -26 -137 -77 -179s-125 -63 -220 -63s-167 21 -218 62zM926 138c24 21 36 49 36 84c0 33 -11 58 -32 75c-22 17 -53 26 -93 26
+h-142v-98c0 -38 12 -67 35 -87s56 -30 99 -30c41 0 74 10 97 30z" />
+    <glyph glyph-name="uni0408.ss01" horiz-adv-x="540"
+d="M80 -86c-38 18 -71 43 -96 76l88 108c38 -51 81 -77 129 -77c67 0 100 39 100 116v433h-245v130h407v-554c0 -86 -21 -150 -64 -194c-43 -42 -106 -64 -189 -64c-47 0 -90 9 -130 26z" />
+    <glyph glyph-name="uni0462.ss01" horiz-adv-x="844"
+d="M739 424c49 -43 74 -104 74 -182c0 -81 -27 -144 -83 -189c-54 -45 -132 -67 -233 -67c-99 0 -175 22 -226 67s-77 110 -77 197v301h-177v103h177v96h160v-96h214v-103h-214v-103c63 27 125 41 185 41c84 0 151 -22 200 -65zM611 145c25 22 38 53 38 92
+c0 41 -13 72 -41 95c-26 22 -62 33 -107 33c-25 0 -50 -4 -76 -11c-26 -8 -50 -19 -71 -33v-67c0 -45 13 -80 40 -104c26 -26 63 -38 110 -38c46 0 82 11 107 33z" />
+    <glyph glyph-name="uni04AC.ss01" horiz-adv-x="678"
+d="M613 504c-60 35 -124 57 -193 67v-571h-162v571c-69 -10 -133 -32 -194 -67l-55 121c48 29 100 50 156 65s114 22 173 22c60 0 118 -7 174 -22c57 -15 109 -36 156 -65zM517 132v-277h-150v145h-109v132h259z" />
+    <glyph glyph-name="uni04D0.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM204 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153z" />
+    <glyph glyph-name="uni04D2.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM247 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM450 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49
+s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni04D4.ss01" horiz-adv-x="1086"
+d="M1049 129v-129h-543v177h-273v-177h-163v385c0 101 27 179 81 233c54 55 132 82 233 82h651v-129h-369v-154h327v-123h-327v-165h383zM506 305v257h-108c-56 0 -98 -15 -124 -44c-28 -30 -41 -76 -41 -137v-76h273z" />
+    <glyph glyph-name="uni04D6.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM168 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153z" />
+    <glyph glyph-name="uni04E2.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM213 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni04E4.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM247 782c-13 12 -20 29 -20 49s7 37 20 49
+c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM450 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni04EE.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM208 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni04F0.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM242 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM444 782
+c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04F2.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM307 901h146l-104 -144h-114zM509 901h146l-104 -144h-114z" />
+    <glyph glyph-name="uni04F8.ss01" horiz-adv-x="1028"
+d="M620 424c48 -43 73 -104 73 -182c0 -81 -27 -144 -82 -189s-132 -67 -233 -67c-99 0 -175 22 -226 67s-77 110 -77 197v450h160v-252c63 27 125 41 185 41c84 0 150 -22 200 -65zM941 700v-700h-160v700h160zM492 145c25 22 38 53 38 92c0 41 -14 72 -40 95
+c-28 22 -63 33 -108 33c-25 0 -50 -4 -76 -11c-26 -8 -50 -19 -71 -33v-67c0 -45 13 -80 39 -105s63 -37 111 -37c46 0 82 11 107 33zM363 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49
+c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM566 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni051A.ss01" horiz-adv-x="844"
+d="M767 186c-25 -50 -61 -92 -107 -125c-45 -33 -98 -55 -157 -66v-130h-163v130c-59 11 -111 33 -156 66c-46 33 -82 75 -107 125s-38 105 -38 164c0 69 17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186
+c0 -60 -13 -115 -38 -164zM602 214c26 38 39 83 39 136c0 43 -9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116c0 -53 13 -98 39 -135c25 -37 60 -63 104 -78v144h150v-144
+c45 14 80 40 106 77z" />
+    <glyph glyph-name="uni048C.ss01" horiz-adv-x="764"
+d="M659 421c49 -43 74 -102 74 -179c0 -81 -27 -144 -82 -189s-132 -67 -233 -67c-100 0 -176 22 -227 67s-77 110 -77 197v301h-94v103h94v88h160v-88h214v-103h-214v-103c65 25 127 37 185 37c84 0 151 -21 200 -64zM531 145c25 22 38 53 38 92s-13 70 -41 91
+c-26 22 -62 33 -106 33c-25 0 -51 -3 -77 -11c-26 -6 -50 -17 -71 -30v-66c0 -45 13 -80 40 -105c26 -25 63 -37 111 -37c45 0 81 11 106 33z" />
+    <glyph glyph-name="uni0430" unicode="&#x430;" horiz-adv-x="604"
+d="M476 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -107 21c-31 14 -54 33 -70 58s-24 53 -24 84c0 50 19 89 56 118c38 29 96 43 175 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -85 -14c-27 -8 -51 -21 -70 -36
+l-56 109c29 21 64 37 106 48c40 11 83 17 126 17c83 0 147 -20 192 -60zM343 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 24 -48c15 -11 37 -17 64 -17s50 6 71 19z" />
+    <glyph glyph-name="uni0431" unicode="&#x431;" horiz-adv-x="673"
+d="M521 470c39 -22 69 -51 89 -89c22 -38 32 -82 32 -132c0 -51 -12 -97 -38 -137c-24 -39 -59 -70 -104 -92c-45 -21 -95 -32 -152 -32c-94 0 -168 30 -222 90c-53 61 -80 149 -80 266c0 108 24 194 70 258c48 65 120 107 217 127l256 51l21 -134l-226 -45
+c-61 -12 -107 -32 -136 -60c-30 -28 -48 -68 -53 -119c23 25 51 45 84 58c33 14 68 21 107 21c51 0 96 -11 135 -31zM446 148c24 26 36 59 36 99c0 41 -12 73 -36 97c-25 24 -57 36 -97 36c-41 0 -73 -12 -98 -36s-37 -56 -37 -97s13 -74 38 -99c25 -26 58 -39 97 -39
+c40 0 72 13 97 39z" />
+    <glyph glyph-name="uni0432" unicode="&#x432;" horiz-adv-x="622"
+d="M581 153c0 -49 -18 -86 -55 -113s-91 -40 -164 -40h-287v538h275c67 0 120 -12 158 -36c38 -25 57 -59 57 -103c0 -27 -7 -50 -21 -71c-13 -20 -33 -36 -58 -47c63 -21 95 -64 95 -128zM218 317h118c55 0 82 19 82 58c0 38 -27 57 -82 57h-118v-115zM435 165
+c0 21 -7 36 -20 45c-13 10 -34 15 -63 15h-134v-119h131c57 0 86 20 86 59z" />
+    <glyph glyph-name="uni0433" unicode="&#x433;" horiz-adv-x="514"
+d="M506 410h-276v-410h-155v538h431v-128z" />
+    <glyph glyph-name="uni0453" unicode="&#x453;" horiz-adv-x="514"
+d="M506 410h-276v-410h-155v538h431v-128zM336 750h168l-181 -144h-122z" />
+    <glyph glyph-name="uni0491" unicode="&#x491;" horiz-adv-x="502"
+d="M75 538h273v110h145v-238h-263v-410h-155v538z" />
+    <glyph glyph-name="uni0434" unicode="&#x434;" horiz-adv-x="701"
+d="M678 128v-244h-145v116h-378v-116h-145v244h22c33 1 56 20 69 59s21 94 24 165l7 186h469v-410h77zM254 207c-7 -35 -19 -61 -36 -79h227v282h-176l-3 -69c-2 -55 -6 -99 -12 -134z" />
+    <glyph glyph-name="uni0435" unicode="&#x435;" horiz-adv-x="643"
+d="M595 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 74 13c22 8 42 21 61 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s13 100 37 143c26 42 60 75 104 98c43 24 92 36 146 36c53 0 100 -11 143 -34
+s76 -55 101 -98c24 -42 36 -91 36 -147c0 -2 -1 -16 -3 -42zM230 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30z" />
+    <glyph glyph-name="uni0450" unicode="&#x450;" horiz-adv-x="643"
+d="M595 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 74 13c22 8 42 21 61 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s13 100 37 143c26 42 60 75 104 98c43 24 92 36 146 36c53 0 100 -11 143 -34
+s76 -55 101 -98c24 -42 36 -91 36 -147c0 -2 -1 -16 -3 -42zM230 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM103 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni0451" unicode="&#x451;" horiz-adv-x="643"
+d="M595 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 74 13c22 8 42 21 61 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s13 100 37 143c26 42 60 75 104 98c43 24 92 36 146 36c53 0 100 -11 143 -34
+s76 -55 101 -98c24 -42 36 -91 36 -147c0 -2 -1 -16 -3 -42zM230 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM164 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49
+s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM366 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni0436" unicode="&#x436;" horiz-adv-x="913"
+d="M608 204h-75v-204h-154v204h-75l-114 -204h-184l169 278l-157 260h165l119 -209h77v209h154v-209h76l120 209h165l-157 -260l170 -278h-185z" />
+    <glyph glyph-name="uni0437" unicode="&#x437;" horiz-adv-x="563"
+d="M498 234c18 -21 27 -45 27 -74c0 -34 -12 -64 -35 -90c-23 -25 -55 -45 -96 -59s-87 -21 -138 -21c-42 0 -83 4 -124 13s-78 22 -113 39l42 109c57 -27 119 -41 188 -41c37 0 65 6 87 16c20 12 31 27 31 47c0 17 -7 31 -22 39c-15 10 -36 14 -64 14h-110v97h96
+c27 0 48 4 63 13s22 21 22 38s-9 31 -28 40c-18 9 -44 14 -78 14c-52 0 -109 -12 -170 -37l-38 108c75 33 147 49 218 49c49 0 92 -6 130 -18c39 -12 69 -30 91 -52c22 -24 33 -50 33 -81c0 -25 -8 -48 -23 -69c-15 -20 -36 -36 -63 -48c32 -10 57 -25 74 -46z" />
+    <glyph glyph-name="uni0438" unicode="&#x438;" horiz-adv-x="710"
+d="M75 538h155v-320l262 320h143v-538h-155v320l-261 -320h-144v538z" />
+    <glyph glyph-name="uni0439" unicode="&#x439;" horiz-adv-x="710"
+d="M75 538h155v-320l262 320h143v-538h-155v320l-261 -320h-144v538zM168 751h102c1 -23 7 -41 20 -55c12 -12 30 -19 54 -19s42 7 56 19c12 14 19 32 19 55h104c-1 -103 -60 -155 -178 -155c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="uni045D" unicode="&#x45d;" horiz-adv-x="710"
+d="M75 538h155v-320l262 320h143v-538h-155v320l-261 -320h-144v538zM133 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni048B" unicode="&#x48b;" horiz-adv-x="737"
+d="M215 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41zM719 128l-69 -235h-123l23 107h-70v320l-261 -320h-144v538h155v-320l262 320h143v-410h84z
+" />
+    <glyph glyph-name="uni043A" unicode="&#x43a;" horiz-adv-x="642"
+d="M312 204h-81v-204h-156v538h156v-209h84l146 209h166l-188 -258l201 -280h-184z" />
+    <glyph glyph-name="uni045C" unicode="&#x45c;" horiz-adv-x="642"
+d="M312 204h-81v-204h-156v538h156v-209h84l146 209h166l-188 -258l201 -280h-184zM374 751h168l-181 -144h-122z" />
+    <glyph glyph-name="uni043B" unicode="&#x43b;" horiz-adv-x="666"
+d="M591 538v-538h-156v410h-170l-5 -95c-3 -71 -9 -129 -20 -176s-28 -83 -52 -110s-57 -40 -100 -40c-23 0 -50 4 -81 12l8 128c11 -1 18 -2 23 -2c23 0 41 9 52 25c12 18 20 39 24 66c4 26 7 61 9 104l8 216h460z" />
+    <glyph glyph-name="uni043C" unicode="&#x43c;" horiz-adv-x="815"
+d="M600 0v322l-161 -270h-66l-157 271v-323h-141v538h163l172 -311l183 311h146l2 -538h-141z" />
+    <glyph glyph-name="uni043D" unicode="&#x43d;" horiz-adv-x="694"
+d="M75 538h155v-210h234v210h156v-538h-156v201h-234v-201h-155v538z" />
+    <glyph glyph-name="uni043E" unicode="&#x43e;" horiz-adv-x="654"
+d="M174 28c-44 23 -80 56 -105 98s-38 90 -38 143s13 101 38 143s61 75 105 98c46 24 96 36 153 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-107 12 -153 36zM426 160c25 28 38 64 38 109
+s-13 81 -38 109c-26 26 -59 40 -99 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 99 40z" />
+    <glyph glyph-name="uni043F" unicode="&#x43f;" horiz-adv-x="685"
+d="M610 538v-538h-156v410h-224v-410h-155v538h535z" />
+    <glyph glyph-name="uni0440" unicode="&#x440;" horiz-adv-x="694"
+d="M528 512c42 -24 74 -56 97 -98c23 -41 35 -90 35 -145s-12 -104 -35 -145c-23 -42 -55 -74 -97 -98c-40 -22 -86 -34 -136 -34c-69 0 -123 22 -162 65v-251h-156v732h149v-62c39 47 95 70 169 70c50 0 96 -12 136 -34zM464 160c25 28 38 64 38 109s-13 81 -38 109
+c-26 26 -59 40 -99 40s-73 -14 -99 -40c-25 -28 -38 -64 -38 -109s13 -81 38 -109c26 -26 59 -40 99 -40s73 14 99 40z" />
+    <glyph glyph-name="uni0441" unicode="&#x441;" horiz-adv-x="592"
+d="M176 28c-45 23 -81 56 -106 98c-26 42 -39 90 -39 143s13 101 39 143c25 42 61 75 106 98c46 24 98 36 155 36s106 -12 149 -36c42 -23 73 -57 92 -101l-121 -65c-28 49 -68 74 -121 74c-41 0 -74 -13 -101 -40s-40 -63 -40 -109s13 -82 40 -109s60 -40 101 -40
+c53 0 94 25 121 74l121 -66c-19 -43 -50 -76 -92 -100c-43 -24 -92 -36 -149 -36s-109 12 -155 36z" />
+    <glyph glyph-name="uni0442" unicode="&#x442;" horiz-adv-x="535"
+d="M527 410h-182v-410h-155v410h-182v128h519v-128z" />
+    <glyph glyph-name="uni0443" unicode="&#x443;" horiz-adv-x="614"
+d="M614 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150z" />
+    <glyph glyph-name="uni045E" unicode="&#x45e;" horiz-adv-x="614"
+d="M614 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM119 751h102
+c1 -23 7 -41 19 -55c13 -12 31 -19 55 -19s43 7 55 19c14 14 20 32 20 55h104c-1 -103 -60 -155 -178 -155c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="uni0444" unicode="&#x444;" horiz-adv-x="849"
+d="M734 74c-55 -49 -135 -77 -238 -84v-184h-143v184c-103 7 -183 35 -239 82c-55 48 -83 114 -83 199c0 83 27 148 83 194c54 46 134 73 239 80v197h143v-197c103 -7 183 -34 238 -81c56 -47 84 -111 84 -193c0 -83 -28 -149 -84 -197zM223 160c27 -26 71 -42 130 -49v313
+c-59 -6 -103 -22 -130 -46c-27 -26 -41 -61 -41 -107c0 -48 14 -85 41 -111zM626 160c28 26 42 63 42 111c0 46 -14 81 -42 107c-27 24 -71 40 -130 46v-313c59 7 103 23 130 49z" />
+    <glyph glyph-name="uni0445" unicode="&#x445;" horiz-adv-x="592"
+d="M413 0l-118 165l-122 -165h-170l207 271l-200 267h175l114 -157l117 157h166l-200 -263l208 -275h-177z" />
+    <glyph glyph-name="uni0447" unicode="&#x447;" horiz-adv-x="634"
+d="M559 538v-538h-156v200c-45 -23 -95 -34 -150 -34c-73 0 -127 16 -165 50c-36 32 -55 84 -55 153v169h156v-159c0 -33 9 -56 25 -71c18 -15 42 -22 74 -22c41 0 79 9 115 26v226h156z" />
+    <glyph glyph-name="uni0446" unicode="&#x446;" horiz-adv-x="704"
+d="M681 128v-246h-145v118h-461v538h155v-410h217v410h156v-410h78z" />
+    <glyph glyph-name="uni0448" unicode="&#x448;" horiz-adv-x="971"
+d="M896 538v-538h-821v538h155v-410h179v410h155v-410h177v410h155z" />
+    <glyph glyph-name="uni0449" unicode="&#x449;" horiz-adv-x="971"
+d="M896 538v-538h-821v538h155v-410h179v410h155v-410h177v410h155zM971 128v-235h-145v107h-89v128h234z" />
+    <glyph glyph-name="uni045F" unicode="&#x45f;" horiz-adv-x="661"
+d="M586 0h-182v-118h-146v118h-183v538h155v-410h200v410h156v-538z" />
+    <glyph glyph-name="uni044C" unicode="&#x44c;" horiz-adv-x="605"
+d="M527 318c37 -30 56 -74 56 -131c0 -59 -21 -105 -63 -139c-41 -32 -100 -49 -175 -49l-270 1v538h155v-172h136c70 -1 124 -16 161 -48zM400 129c16 13 24 33 24 60c0 26 -8 45 -24 57c-15 12 -38 18 -69 19l-101 1v-156h101c30 -1 53 6 69 19z" />
+    <glyph glyph-name="uni044A" unicode="&#x44a;" horiz-adv-x="682"
+d="M604 320c38 -32 56 -75 56 -132c0 -59 -21 -106 -62 -138c-42 -34 -100 -50 -175 -50h-260v410h-155v128h311v-172h126c69 0 123 -16 159 -46zM479 131c15 14 22 34 22 60c0 49 -29 74 -87 74h-95v-155h95c29 0 50 7 65 21z" />
+    <glyph glyph-name="uni044B" unicode="&#x44b;" horiz-adv-x="859"
+d="M517 319c36 -31 54 -75 54 -132c0 -60 -20 -106 -61 -139s-98 -49 -173 -49l-262 1v538h155v-172h128c70 -1 123 -16 159 -47zM629 538h155v-538h-155v538zM392 129c16 13 24 33 24 60c0 26 -8 45 -24 57c-15 12 -38 18 -69 19l-93 1v-156h93c30 -1 53 6 69 19z" />
+    <glyph glyph-name="uni0459" unicode="&#x459;" horiz-adv-x="965"
+d="M591 538v-538h-156v410h-170l-5 -95c-3 -71 -9 -129 -20 -176s-28 -83 -52 -110s-57 -40 -100 -40c-23 0 -50 4 -81 12l8 128c11 -1 18 -2 23 -2c23 0 41 9 52 25c12 18 20 39 24 66c4 26 7 61 9 104l8 216h460zM887 318c37 -30 56 -74 56 -131c0 -59 -21 -105 -63 -139
+c-41 -32 -100 -49 -175 -49l-270 1v538h155v-172h136c70 -1 124 -16 161 -48zM760 129c16 13 24 33 24 60c0 26 -8 45 -24 57c-15 12 -38 18 -69 19l-101 1v-156h101c30 -1 53 6 69 19z" />
+    <glyph glyph-name="uni045A" unicode="&#x45a;" horiz-adv-x="972"
+d="M898 302c37 -29 55 -70 55 -123c0 -55 -21 -99 -62 -131s-98 -48 -171 -48h-266v218h-224v-218h-155v538h155v-193h224v193h156v-193h132c67 0 119 -14 156 -43zM772 126c15 11 22 27 22 48c0 20 -7 35 -22 46c-14 11 -35 16 -62 16h-100v-128h100c27 0 47 6 62 18z" />
+    <glyph glyph-name="uni0455" unicode="&#x455;" horiz-adv-x="551"
+d="M134 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16z" />
+    <glyph glyph-name="uni0454" unicode="&#x454;" horiz-adv-x="592"
+d="M178 26c-45 23 -81 56 -107 99s-39 91 -39 144s13 101 39 144s62 76 107 99c46 24 98 36 156 36c51 0 98 -8 140 -26c41 -16 76 -41 103 -73l-89 -84c-41 42 -90 63 -148 63c-39 0 -72 -10 -100 -29s-47 -46 -57 -79h226v-107h-224c11 -32 30 -57 57 -76s60 -28 98 -28
+c57 0 107 21 148 64l89 -83c-27 -33 -62 -58 -103 -74c-42 -18 -89 -26 -140 -26c-58 0 -110 12 -156 36z" />
+    <glyph glyph-name="uni044D" unicode="&#x44d;" horiz-adv-x="590"
+d="M412 512c46 -23 82 -56 108 -99s39 -91 39 -144s-13 -101 -39 -144s-62 -76 -108 -99c-45 -24 -97 -36 -155 -36c-51 0 -98 8 -139 26c-42 16 -77 41 -104 73l89 84c41 -42 90 -63 148 -63c39 0 72 10 100 29s47 46 57 79h-226v107h224c-11 32 -30 57 -57 76
+s-60 28 -98 28c-57 0 -107 -21 -148 -64l-89 83c27 33 62 58 104 74c41 18 88 26 139 26c58 0 110 -12 155 -36z" />
+    <glyph glyph-name="uni0456" unicode="&#x456;" horiz-adv-x="305"
+d="M74 538h156v-538h-156v538zM82 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="uni0457" unicode="&#x457;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM22 632c-13 13 -19 29 -19 49s6 36 19 49c12 13 27 19 46 19s34 -6 47 -19s19 -29 19 -49s-6 -36 -19 -49s-28 -19 -47 -19s-34 6 -46 19zM185 632c-13 13 -19 29 -19 49s6 36 19 49s28 19 47 19s34 -6 46 -19c13 -13 19 -29 19 -49
+s-6 -36 -19 -49c-12 -13 -27 -19 -46 -19s-34 6 -47 19z" />
+    <glyph glyph-name="uni0458" unicode="&#x458;" horiz-adv-x="306"
+d="M-96 -172l42 113c18 -13 40 -19 66 -19c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537c0 -63 -18 -112 -54 -149c-35 -36 -85 -54 -149 -54c-55 0 -96 10 -125 30zM84 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60
+c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="uni045B" unicode="&#x45b;" horiz-adv-x="685"
+d="M563 486c41 -40 61 -99 61 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -45 31 -80 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v594h-121v83h121v65h156v-65h208v-83h-208v-112c21 21 46 36 75 48c29 10 61 16 95 16c67 0 121 -20 162 -60z" />
+    <glyph glyph-name="uni044E" unicode="&#x44e;" horiz-adv-x="903"
+d="M731 510c43 -23 77 -56 102 -98s37 -90 37 -143s-12 -101 -37 -143s-59 -75 -102 -98c-43 -24 -92 -36 -147 -36c-47 0 -91 9 -130 26c-39 18 -72 43 -98 76c-26 32 -43 69 -52 111h-74v-205h-155v538h155v-198h75c15 63 48 113 98 150s110 56 181 56
+c55 0 104 -12 147 -36zM678 160c26 28 38 64 38 109c0 46 -12 82 -38 109c-24 27 -56 40 -94 40c-39 0 -70 -13 -96 -40c-24 -27 -37 -63 -37 -109c0 -45 13 -81 37 -109c26 -26 57 -40 96 -40c38 0 70 14 94 40z" />
+    <glyph glyph-name="uni044F" unicode="&#x44f;" horiz-adv-x="628"
+d="M553 538v-538h-139v154h-115l-102 -154h-166l123 176c-37 15 -66 36 -86 64c-19 27 -29 61 -29 100c0 63 23 112 69 146c45 35 108 52 188 52h257zM224 393c-18 -12 -26 -31 -26 -58s8 -46 24 -59c17 -12 42 -18 75 -18h117v153h-115c-33 0 -59 -6 -75 -18z" />
+    <glyph glyph-name="uni0452" unicode="&#x452;" horiz-adv-x="685"
+d="M563 486c41 -40 61 -99 61 -178v-307c0 -63 -18 -112 -53 -149c-35 -36 -85 -54 -149 -54c-55 0 -96 10 -125 30l41 113c19 -13 42 -19 67 -19c20 0 35 6 47 20c10 12 16 32 16 58v284c0 43 -9 74 -28 96c-19 20 -45 31 -80 31c-39 0 -71 -12 -94 -37
+c-23 -24 -35 -60 -35 -108v-266h-156v591h-96v91h96v60h148v-60h227v-91h-227v-117c21 23 46 41 77 54c31 12 64 18 101 18c67 0 121 -20 162 -60z" />
+    <glyph glyph-name="uni0463" unicode="&#x463;" horiz-adv-x="648"
+d="M570 318c37 -30 56 -74 56 -130c0 -60 -21 -106 -62 -140c-42 -32 -101 -49 -176 -49l-270 1v474h-118v100h118v168h156v-168h191v-100h-191v-108h136c69 -1 123 -16 160 -48zM443 129c16 13 24 33 24 60c0 26 -8 45 -23 57c-16 12 -39 18 -70 19l-100 1v-156h100
+c30 -1 53 6 69 19z" />
+    <glyph glyph-name="uni046B" unicode="&#x46b;" horiz-adv-x="771"
+d="M764 0h-152l-25 75c-12 45 -27 76 -43 95c-18 19 -40 28 -67 28h-26v-198h-134v198h-23c-27 0 -49 -10 -66 -28c-17 -20 -32 -51 -44 -95l-25 -75h-152l42 107c23 64 49 111 77 140c30 29 65 46 107 50l-150 151v90h602v-90l-151 -151c43 -3 80 -19 110 -49
+c30 -28 56 -76 79 -141zM243 439l140 -141l143 141h-283z" />
+    <glyph glyph-name="uni0473" unicode="&#x473;" horiz-adv-x="661"
+d="M484 510c46 -23 82 -56 108 -98c25 -42 38 -90 38 -143s-13 -101 -38 -143c-26 -42 -62 -75 -108 -98c-45 -24 -97 -36 -154 -36s-109 12 -154 36c-45 23 -81 56 -106 98c-26 42 -39 90 -39 143s13 101 39 143c25 42 61 75 106 98c45 24 97 36 154 36s109 -12 154 -36z
+M237 402c-25 -20 -42 -48 -51 -83h289c-9 35 -26 63 -51 83c-26 20 -57 30 -94 30s-68 -10 -93 -30zM424 136c25 20 42 48 51 83h-289c9 -35 26 -62 52 -83c25 -20 56 -30 92 -30c37 0 68 10 94 30z" />
+    <glyph glyph-name="uni0475" unicode="&#x475;" horiz-adv-x="648"
+d="M462 523c25 19 56 29 95 29c25 0 53 -4 84 -12l-15 -147c-19 5 -32 7 -40 7c-15 0 -27 -5 -36 -16c-9 -10 -19 -29 -30 -56l-130 -328h-155l-234 538h170l143 -342l88 236c15 41 35 72 60 91z" />
+    <glyph glyph-name="uni0493" unicode="&#x493;" horiz-adv-x="549"
+d="M258 410v-135h199v-95h-199v-180h-155v180h-74v95h74v263h431v-128h-276z" />
+    <glyph glyph-name="uni0495" unicode="&#x495;" horiz-adv-x="627"
+d="M357 295c49 0 93 -10 131 -29c39 -19 69 -47 90 -82c22 -36 33 -78 33 -126c0 -50 -11 -95 -34 -134s-55 -70 -97 -92c-41 -22 -89 -33 -143 -33c-27 0 -56 3 -86 9l32 127c14 -3 29 -4 45 -4c39 0 70 11 91 33s32 51 32 87c0 40 -12 70 -35 89c-23 20 -53 30 -89 30
+c-33 0 -66 -7 -97 -21v-149h-155v538h424v-128h-269v-135c43 13 85 20 127 20z" />
+    <glyph glyph-name="uni0497" unicode="&#x497;" horiz-adv-x="940"
+d="M608 204h-75v-204h-154v204h-75l-114 -204h-184l169 278l-157 260h165l119 -209h77v209h154v-209h76l120 209h165l-157 -260l170 -278h-185zM930 125v-233h-141v108h-67v125h208z" />
+    <glyph glyph-name="uni0499" unicode="&#x499;" horiz-adv-x="563"
+d="M474 54c-35 -29 -81 -48 -138 -58v-103h-146v101c-63 6 -120 22 -171 48l42 109c57 -27 119 -41 188 -41c37 0 65 6 87 16c20 12 31 27 31 47c0 17 -7 31 -22 39c-15 10 -36 14 -64 14h-110v97h96c27 0 48 4 63 13s22 21 22 38s-9 31 -28 40c-18 9 -44 14 -78 14
+c-52 0 -109 -12 -170 -37l-38 108c75 33 147 49 218 49c49 0 92 -6 130 -18c39 -12 69 -30 91 -52c22 -24 33 -50 33 -81c0 -25 -8 -48 -23 -69c-15 -20 -36 -36 -63 -48c32 -10 57 -25 74 -46c18 -21 27 -45 27 -74c0 -42 -17 -77 -51 -106z" />
+    <glyph glyph-name="uni049B" unicode="&#x49b;" horiz-adv-x="642"
+d="M312 204h-81v-204h-156v538h156v-209h84l146 209h166l-188 -258l201 -280h-184zM664 125v-233h-141v108h-67v125h208z" />
+    <glyph glyph-name="uni049D" unicode="&#x49d;" horiz-adv-x="657"
+d="M356 204h-18v-79h-78v79h-34v-204h-156v538h156v-209h35v85h77v-85h19l119 209h162l-157 -260l171 -278h-182z" />
+    <glyph glyph-name="uni049F" unicode="&#x49f;" horiz-adv-x="640"
+d="M310 204h-80v-204h-156v591h-87v92h87v59h156v-60h134v-91h-134v-262h83l147 209h166l-189 -258l201 -280h-184z" />
+    <glyph glyph-name="uni04A1" unicode="&#x4a1;" horiz-adv-x="728"
+d="M399 204h-82v-204h-156v413h-153v125h309v-209h84l147 209h165l-188 -258l201 -280h-184z" />
+    <glyph glyph-name="uni04A3" unicode="&#x4a3;" horiz-adv-x="720"
+d="M75 538h155v-210h234v210h156v-538h-156v201h-234v-201h-155v538zM698 128v-235h-145v107h-89v128h234z" />
+    <glyph glyph-name="uni04A5" unicode="&#x4a5;" horiz-adv-x="903"
+d="M75 538h155v-210h234v210h156v-538h-156v201h-234v-201h-155v538zM895 410h-276v-410h-155v538h431v-128z" />
+    <glyph glyph-name="uni0525" unicode="&#x525;" horiz-adv-x="685"
+d="M610 538v-538h-156v410h-224v-410h-155v538h535zM688 128v-235h-145v107h-89v128h234z" />
+    <glyph glyph-name="uni04A7" unicode="&#x4a7;" horiz-adv-x="995"
+d="M728 295c49 0 93 -10 132 -29c38 -19 68 -47 89 -82c21 -36 32 -78 32 -126c0 -50 -11 -95 -35 -134c-22 -39 -55 -70 -96 -92c-42 -22 -90 -33 -144 -33c-27 0 -56 3 -86 9l32 127c14 -3 29 -4 45 -4c40 0 71 11 92 33s32 51 32 87c0 40 -12 70 -35 89
+c-23 20 -53 30 -90 30c-33 0 -64 -7 -95 -20v-150h-155v410h-216v-410h-155v538h526v-263c45 13 88 20 127 20z" />
+    <glyph glyph-name="uni04A9" unicode="&#x4a9;" horiz-adv-x="833"
+d="M670 -22c-56 0 -108 10 -156 30c-45 -13 -91 -19 -136 -19c-68 0 -128 13 -180 37c-51 26 -91 61 -120 107s-43 100 -43 161c0 52 11 101 33 146s53 83 93 112l125 -60c-31 -29 -54 -60 -70 -95c-17 -35 -25 -71 -25 -108c0 -56 17 -101 51 -135c35 -34 82 -53 142 -56
+c-25 28 -45 60 -60 96c-14 36 -21 74 -21 115c0 49 10 91 29 128c20 37 48 65 85 85s80 30 129 30c71 0 128 -20 170 -60c43 -41 64 -95 64 -164c0 -47 -10 -92 -30 -132c-20 -42 -48 -78 -85 -109c38 -2 75 2 112 11l7 -105c-35 -10 -73 -15 -114 -15zM470 401
+c-17 -21 -26 -51 -26 -89c0 -40 8 -76 24 -107s39 -57 68 -77c33 19 58 44 76 76c18 33 27 71 27 114c0 37 -8 65 -25 85s-40 30 -70 30c-31 0 -56 -11 -74 -32z" />
+    <glyph glyph-name="uni04AB" unicode="&#x4ab;" horiz-adv-x="592"
+d="M176 28c-45 23 -81 56 -106 98c-26 42 -39 90 -39 143s13 101 39 143c25 42 61 75 106 98c46 24 98 36 155 36s106 -12 149 -36c42 -23 73 -57 92 -101l-121 -65c-28 49 -68 74 -121 74c-41 0 -74 -13 -101 -40s-40 -63 -40 -109s13 -82 40 -109s60 -40 101 -40
+c53 0 94 25 121 74l121 -66c-19 -43 -50 -76 -92 -100c-43 -24 -92 -36 -149 -36s-109 12 -155 36zM388 -107h-146v135h146v-135z" />
+    <glyph glyph-name="uni04AD" unicode="&#x4ad;" horiz-adv-x="535"
+d="M527 410h-182v-410h-155v410h-182v128h519v-128zM424 128v-235h-145v107h-89v128h234z" />
+    <glyph glyph-name="uni04AF" unicode="&#x4af;" horiz-adv-x="616"
+d="M385 -3v-191h-156v190l-228 542h162l149 -366l154 366h149z" />
+    <glyph glyph-name="uni04B1" unicode="&#x4b1;" horiz-adv-x="616"
+d="M385 -3v-191h-156v190l-228 542h162l149 -366l154 366h149zM69 51h475v-90h-475v90z" />
+    <glyph glyph-name="uni04B3" unicode="&#x4b3;" horiz-adv-x="592"
+d="M413 0l-118 165l-122 -165h-170l207 271l-200 267h175l114 -157l117 157h166l-200 -263l208 -275h-177zM622 125v-233h-141v108h-67v125h208z" />
+    <glyph glyph-name="uni04B5" unicode="&#x4b5;" horiz-adv-x="799"
+d="M774 128v-235h-145v107h-439v410h-181v128h457v-128h-120v-282h201v410h155v-410h72z" />
+    <glyph glyph-name="uni04B7" unicode="&#x4b7;" horiz-adv-x="667"
+d="M559 538v-538h-156v200c-45 -23 -95 -34 -150 -34c-73 0 -127 16 -165 50c-36 32 -55 84 -55 153v169h156v-159c0 -33 9 -56 25 -71c18 -15 42 -22 74 -22c41 0 79 9 115 26v226h156zM637 128v-235h-145v107h-89v128h234z" />
+    <glyph glyph-name="uni04B9" unicode="&#x4b9;" horiz-adv-x="634"
+d="M558 538v-538h-156v200c-21 -11 -45 -19 -72 -25v-94h-79v85c-146 0 -219 68 -219 203v169h156v-159c0 -50 21 -80 64 -89v88h78v-89c24 4 48 12 72 23v226h156z" />
+    <glyph glyph-name="uni04BB" unicode="&#x4bb;" horiz-adv-x="685"
+d="M562 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v742h156v-260c21 21 46 36 75 48c29 10 61 16 96 16c67 0 121 -20 161 -60z" />
+    <glyph glyph-name="uni0527" unicode="&#x527;" horiz-adv-x="722"
+d="M704 128v-235h-145v107h-91v283c0 42 -9 73 -28 95c-19 20 -45 31 -79 31c-40 0 -72 -12 -95 -37s-35 -61 -35 -108v-264h-156v742h156v-269c21 24 46 42 76 55c30 12 63 18 99 18c66 0 119 -20 158 -60c40 -39 60 -98 60 -176v-182h80z" />
+    <glyph glyph-name="uni04BD" unicode="&#x4bd;" horiz-adv-x="815"
+d="M783 225h-418c8 -33 26 -60 54 -79s63 -29 105 -29c29 0 54 4 76 13c22 8 43 21 63 39l85 -90c-53 -58 -129 -87 -229 -87c-57 0 -107 10 -152 30c-45 19 -81 47 -109 82c-27 35 -44 76 -51 121h-21c-55 0 -96 11 -126 34c-28 23 -43 54 -43 95c0 28 7 59 21 94l121 -21
+c-11 -21 -17 -41 -17 -58s5 -30 16 -39s26 -14 46 -14h4c7 45 24 84 51 120c27 34 61 62 102 81s87 29 137 29c55 0 104 -11 148 -34c43 -23 78 -55 103 -98c25 -42 38 -91 38 -147c0 -11 -1 -25 -4 -42zM408 398c-24 -20 -39 -47 -45 -82h272c-5 34 -20 61 -45 82
+c-25 20 -55 30 -91 30s-66 -10 -91 -30z" />
+    <glyph glyph-name="uni04BF" unicode="&#x4bf;" horiz-adv-x="815"
+d="M783 225h-418c8 -33 26 -60 54 -79s63 -29 105 -29c29 0 54 4 76 13c22 8 43 21 63 39l85 -90c-53 -58 -129 -87 -229 -87c-57 0 -107 10 -152 30c-45 19 -81 47 -109 82c-27 35 -44 76 -51 121h-21c-55 0 -96 11 -126 34c-28 23 -43 54 -43 95c0 28 7 59 21 94l121 -21
+c-11 -21 -17 -41 -17 -58s5 -30 16 -39s26 -14 46 -14h4c7 45 24 84 51 120c27 34 61 62 102 81s87 29 137 29c55 0 104 -11 148 -34c43 -23 78 -55 103 -98c25 -42 38 -91 38 -147c0 -11 -1 -25 -4 -42zM408 398c-24 -20 -39 -47 -45 -82h272c-5 34 -20 61 -45 82
+c-25 20 -55 30 -91 30s-66 -10 -91 -30zM574 -107h-146v135h146v-135z" />
+    <glyph glyph-name="uni04CF" unicode="&#x4cf;" horiz-adv-x="305"
+d="M74 742h156v-742h-156v742z" />
+    <glyph glyph-name="uni04C2" unicode="&#x4c2;" horiz-adv-x="913"
+d="M608 204h-75v-204h-154v204h-75l-114 -204h-184l169 278l-157 260h165l119 -209h77v209h154v-209h76l120 209h165l-157 -260l170 -278h-185zM280 751h102c1 -23 7 -41 20 -55c12 -12 30 -19 54 -19s42 7 56 19c12 14 19 32 19 55h104c-1 -103 -60 -155 -178 -155
+c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="uni04C4" unicode="&#x4c4;" horiz-adv-x="642"
+d="M446 290c59 -61 104 -116 134 -166c30 -51 45 -99 45 -144c0 -57 -18 -101 -53 -134c-36 -33 -83 -49 -141 -49c-43 0 -85 10 -128 29l39 111c23 -11 44 -16 62 -16c20 0 36 6 47 17c11 12 17 29 17 50c0 27 -12 60 -36 97s-57 77 -100 119h-101v-204h-156v538h156v-208
+h85l145 208h166z" />
+    <glyph glyph-name="uni04C6" unicode="&#x4c6;" horiz-adv-x="693"
+d="M674 128l-69 -235h-123l23 107h-70v410h-170l-5 -95c-3 -71 -9 -129 -20 -176s-28 -83 -52 -110s-57 -40 -100 -40c-23 0 -50 4 -81 12l8 128c11 -1 18 -2 23 -2c23 0 41 9 52 25c12 18 20 39 24 66c4 26 7 61 9 104l8 216h460v-410h83z" />
+    <glyph glyph-name="uni04C8" unicode="&#x4c8;" horiz-adv-x="697"
+d="M354 -194c-23 4 -42 12 -57 22l41 112c18 -13 39 -19 63 -19c21 0 37 7 49 20c11 13 17 33 17 59v201h-237v-201h-155v538h155v-210h237v210h156v-540c0 -61 -17 -110 -53 -146c-34 -36 -83 -54 -146 -54c-25 0 -48 2 -70 8z" />
+    <glyph glyph-name="uni04CA" unicode="&#x4ca;" horiz-adv-x="721"
+d="M703 128l-69 -235h-123l23 107h-70v201h-234v-201h-155v538h155v-210h234v210h156v-410h83z" />
+    <glyph glyph-name="uni04CC" unicode="&#x4cc;" horiz-adv-x="629"
+d="M555 538v-538h-102v-107h-146v228h92v106c-46 -22 -96 -33 -150 -33c-147 0 -220 67 -220 202v142h155v-132c0 -32 8 -55 26 -70c16 -15 42 -22 75 -22c40 0 78 9 114 26v198h156z" />
+    <glyph glyph-name="uni04CE" unicode="&#x4ce;" horiz-adv-x="858"
+d="M839 128l-69 -235h-123l23 107h-70v322l-161 -270h-66l-157 271v-323h-141v538h163l172 -311l183 311h146l2 -410h98z" />
+    <glyph glyph-name="uni04D1" unicode="&#x4d1;" horiz-adv-x="604"
+d="M476 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -107 21c-31 14 -54 33 -70 58s-24 53 -24 84c0 50 19 89 56 118c38 29 96 43 175 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -85 -14c-27 -8 -51 -21 -70 -36
+l-56 109c29 21 64 37 106 48c40 11 83 17 126 17c83 0 147 -20 192 -60zM343 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 24 -48c15 -11 37 -17 64 -17s50 6 71 19zM123 751h102c1 -23 7 -41 19 -55c13 -12 31 -19 55 -19s43 7 55 19
+c14 14 20 32 20 55h104c-1 -103 -60 -155 -178 -155c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="uni04D3" unicode="&#x4d3;" horiz-adv-x="604"
+d="M476 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -107 21c-31 14 -54 33 -70 58s-24 53 -24 84c0 50 19 89 56 118c38 29 96 43 175 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -85 -14c-27 -8 -51 -21 -70 -36
+l-56 109c29 21 64 37 106 48c40 11 83 17 126 17c83 0 147 -20 192 -60zM343 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 24 -48c15 -11 37 -17 64 -17s50 6 71 19zM149 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20
+c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM352 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni04D5" unicode="&#x4d5;" horiz-adv-x="995"
+d="M955 226h-408c7 -34 24 -61 51 -80s61 -29 102 -29c52 0 97 17 136 52l83 -90c-26 -29 -58 -50 -95 -65c-38 -15 -80 -22 -127 -22s-91 8 -131 23s-74 39 -102 70c-41 -62 -110 -93 -206 -93c-70 0 -125 15 -166 46c-40 31 -60 72 -60 123c0 47 19 84 57 113
+s96 43 174 43h124c0 33 -10 59 -31 77c-21 19 -51 28 -92 28c-29 0 -57 -4 -85 -14c-28 -8 -52 -21 -71 -36l-56 109c29 21 64 37 105 48s83 17 126 17c91 0 157 -25 198 -76c25 24 54 43 88 56s71 20 110 20c51 0 98 -11 141 -34s76 -55 101 -97s37 -90 37 -144
+c0 -17 -1 -32 -3 -45zM591 399c-25 -19 -40 -47 -46 -82h262c-5 35 -20 63 -45 82c-24 19 -52 29 -85 29s-61 -10 -86 -29zM357 125c20 19 30 44 30 76v25h-107c-64 0 -96 -21 -96 -62c0 -21 8 -38 24 -50c15 -11 37 -17 66 -17c35 0 63 9 83 28z" />
+    <glyph glyph-name="uni04D7" unicode="&#x4d7;" horiz-adv-x="643"
+d="M595 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 74 13c22 8 42 21 61 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s13 100 37 143c26 42 60 75 104 98c43 24 92 36 146 36c53 0 100 -11 143 -34
+s76 -55 101 -98c24 -42 36 -91 36 -147c0 -2 -1 -16 -3 -42zM230 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM138 751h102c1 -23 7 -41 20 -55c12 -12 30 -19 54 -19s42 7 56 19c12 14 19 32 19 55h104
+c-1 -103 -60 -155 -178 -155c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="uni04D9" unicode="&#x4d9;" horiz-adv-x="643"
+d="M466 510c47 -23 83 -56 108 -98s38 -90 38 -143s-12 -100 -38 -143c-24 -42 -59 -75 -102 -98c-44 -24 -93 -36 -147 -36c-53 0 -100 11 -143 34s-76 55 -100 98c-25 42 -37 91 -37 147c0 2 1 16 3 42h407c-7 33 -25 60 -52 79s-61 29 -102 29c-28 0 -53 -4 -75 -13
+c-21 -8 -41 -21 -60 -39l-83 90c51 58 125 87 222 87c61 0 114 -12 161 -36zM413 140c24 20 39 47 44 82h-265c5 -34 20 -61 44 -82c24 -20 53 -30 88 -30s65 10 89 30z" />
+    <glyph glyph-name="uni04DB" unicode="&#x4db;" horiz-adv-x="643"
+d="M466 510c47 -23 83 -56 108 -98s38 -90 38 -143s-12 -100 -38 -143c-24 -42 -59 -75 -102 -98c-44 -24 -93 -36 -147 -36c-53 0 -100 11 -143 34s-76 55 -100 98c-25 42 -37 91 -37 147c0 2 1 16 3 42h407c-7 33 -25 60 -52 79s-61 29 -102 29c-28 0 -53 -4 -75 -13
+c-21 -8 -41 -21 -60 -39l-83 90c51 58 125 87 222 87c61 0 114 -12 161 -36zM413 140c24 20 39 47 44 82h-265c5 -34 20 -61 44 -82c24 -20 53 -30 88 -30s65 10 89 30zM177 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49
+s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM380 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni04DD" unicode="&#x4dd;" horiz-adv-x="913"
+d="M608 204h-75v-204h-154v204h-75l-114 -204h-184l169 278l-157 260h165l119 -209h77v209h154v-209h76l120 209h165l-157 -260l170 -278h-185zM306 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49
+c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM508 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04DF" unicode="&#x4df;" horiz-adv-x="563"
+d="M498 234c18 -21 27 -45 27 -74c0 -34 -12 -64 -35 -90c-23 -25 -55 -45 -96 -59s-87 -21 -138 -21c-42 0 -83 4 -124 13s-78 22 -113 39l42 109c57 -27 119 -41 188 -41c37 0 65 6 87 16c20 12 31 27 31 47c0 17 -7 31 -22 39c-15 10 -36 14 -64 14h-110v97h96
+c27 0 48 4 63 13s22 21 22 38s-9 31 -28 40c-18 9 -44 14 -78 14c-52 0 -109 -12 -170 -37l-38 108c75 33 147 49 218 49c49 0 92 -6 130 -18c39 -12 69 -30 91 -52c22 -24 33 -50 33 -81c0 -25 -8 -48 -23 -69c-15 -20 -36 -36 -63 -48c32 -10 57 -25 74 -46zM126 632
+c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM328 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49
+c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04E1" unicode="&#x4e1;" horiz-adv-x="554"
+d="M480 170c33 -36 50 -83 50 -139c0 -43 -10 -82 -32 -117c-20 -35 -52 -64 -96 -84c-42 -22 -96 -32 -159 -32c-50 0 -98 7 -145 20c-46 14 -85 33 -116 58l55 125c26 -21 57 -38 92 -50s71 -18 108 -18c41 0 74 9 97 26s35 41 35 72c0 30 -11 53 -32 71
+c-21 16 -54 25 -98 25h-74v104l148 178h-303v129h486v-105l-161 -193c63 -9 112 -32 145 -70z" />
+    <glyph glyph-name="uni04E3" unicode="&#x4e3;" horiz-adv-x="710"
+d="M75 538h155v-320l262 320h143v-538h-155v320l-261 -320h-144v538zM160 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni04E5" unicode="&#x4e5;" horiz-adv-x="710"
+d="M75 538h155v-320l262 320h143v-538h-155v320l-261 -320h-144v538zM194 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM396 632c-12 12 -19 29 -19 49s7 37 19 49
+c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04E7" unicode="&#x4e7;" horiz-adv-x="654"
+d="M174 28c-44 23 -80 56 -105 98s-38 90 -38 143s13 101 38 143s61 75 105 98c46 24 96 36 153 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-107 12 -153 36zM426 160c25 28 38 64 38 109
+s-13 81 -38 109c-26 26 -59 40 -99 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 99 40zM174 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49
+c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM376 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04E9" unicode="&#x4e9;" horiz-adv-x="661"
+d="M484 510c46 -23 82 -56 108 -98c25 -42 38 -90 38 -143s-13 -101 -38 -143c-26 -42 -62 -75 -108 -98c-45 -24 -97 -36 -154 -36s-109 12 -154 36c-45 23 -81 56 -106 98c-26 42 -39 90 -39 143s13 101 39 143c25 42 61 75 106 98c45 24 97 36 154 36s109 -12 154 -36z
+M237 402c-25 -20 -42 -48 -51 -83h289c-9 35 -26 63 -51 83c-26 20 -57 30 -94 30s-68 -10 -93 -30zM424 136c25 20 42 48 51 83h-289c9 -35 26 -62 52 -83c25 -20 56 -30 92 -30c37 0 68 10 94 30z" />
+    <glyph glyph-name="uni04EB" unicode="&#x4eb;" horiz-adv-x="661"
+d="M484 510c46 -23 82 -56 108 -98c25 -42 38 -90 38 -143s-13 -101 -38 -143c-26 -42 -62 -75 -108 -98c-45 -24 -97 -36 -154 -36s-109 12 -154 36c-45 23 -81 56 -106 98c-26 42 -39 90 -39 143s13 101 39 143c25 42 61 75 106 98c45 24 97 36 154 36s109 -12 154 -36z
+M237 402c-25 -20 -42 -48 -51 -83h289c-9 35 -26 63 -51 83c-26 20 -57 30 -94 30s-68 -10 -93 -30zM424 136c25 20 42 48 51 83h-289c9 -35 26 -62 52 -83c25 -20 56 -30 92 -30c37 0 68 10 94 30zM180 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20
+s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM382 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04ED" unicode="&#x4ed;" horiz-adv-x="590"
+d="M412 512c46 -23 82 -56 108 -99s39 -91 39 -144s-13 -101 -39 -144s-62 -76 -108 -99c-45 -24 -97 -36 -155 -36c-51 0 -98 8 -139 26c-42 16 -77 41 -104 73l89 84c41 -42 90 -63 148 -63c39 0 72 10 100 29s47 46 57 79h-226v107h224c-11 32 -30 57 -57 76
+s-60 28 -98 28c-57 0 -107 -21 -148 -64l-89 83c27 33 62 58 104 74c41 18 88 26 139 26c58 0 110 -12 155 -36zM126 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20z
+M328 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04EF" unicode="&#x4ef;" horiz-adv-x="614"
+d="M614 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM111 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni04F1" unicode="&#x4f1;" horiz-adv-x="614"
+d="M614 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM145 632c-13 12 -20 29 -20 49
+s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM348 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20
+s-37 6 -49 20z" />
+    <glyph glyph-name="uni04F3" unicode="&#x4f3;" horiz-adv-x="614"
+d="M614 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM210 751h146l-104 -144h-114z
+M412 751h146l-104 -144h-114z" />
+    <glyph glyph-name="uni04F5" unicode="&#x4f5;" horiz-adv-x="634"
+d="M559 538v-538h-156v200c-45 -23 -95 -34 -150 -34c-73 0 -127 16 -165 50c-36 32 -55 84 -55 153v169h156v-159c0 -33 9 -56 25 -71c18 -15 42 -22 74 -22c41 0 79 9 115 26v226h156zM142 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20
+c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM344 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04F7" unicode="&#x4f7;" horiz-adv-x="514"
+d="M506 410h-276v-410h-155v538h431v-128zM309 128v-235h-145v107h-89v128h234z" />
+    <glyph glyph-name="uni04F9" unicode="&#x4f9;" horiz-adv-x="859"
+d="M517 319c36 -31 54 -75 54 -132c0 -60 -20 -106 -61 -139s-98 -49 -173 -49l-262 1v538h155v-172h128c70 -1 123 -16 159 -47zM629 538h155v-538h-155v538zM392 129c16 13 24 33 24 60c0 26 -8 45 -24 57c-15 12 -38 18 -69 19l-93 1v-156h93c30 -1 53 6 69 19zM285 632
+c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM488 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49
+c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni04FB" unicode="&#x4fb;" horiz-adv-x="522"
+d="M264 410v-108h188v-94h-188v-100h78v-113c0 -61 -18 -109 -54 -145c-36 -34 -84 -52 -145 -52c-47 0 -89 10 -127 31l38 104c19 -13 41 -19 64 -19c22 0 39 7 50 21c12 14 18 35 18 62v3h-78v208h-86v94h86v236h393v-128h-237z" />
+    <glyph glyph-name="uni04FD" unicode="&#x4fd;" horiz-adv-x="594"
+d="M504 152c26 -33 46 -65 60 -96c15 -31 22 -61 22 -91c0 -35 -8 -65 -26 -90c-16 -25 -40 -45 -68 -58c-30 -13 -62 -20 -98 -20c-41 0 -85 10 -130 30l40 112c24 -12 45 -18 64 -18s34 5 45 15c11 11 17 24 17 41c0 21 -10 47 -29 75c-19 30 -51 69 -95 119l-130 -171
+h-172l207 272l-200 266h176l114 -155l116 155h167l-191 -252c49 -56 86 -101 111 -134z" />
+    <glyph glyph-name="uni04FF" unicode="&#x4ff;" horiz-adv-x="609"
+d="M418 0l-116 163l-122 -163h-170l169 221h-103v94h106l-164 223h177l113 -158l117 158h165l-168 -223h113v-94h-101l164 -221h-180z" />
+    <glyph glyph-name="uni0511" unicode="&#x511;" horiz-adv-x="562"
+d="M543 42c-35 -17 -72 -30 -113 -39s-82 -13 -124 -13c-51 0 -97 7 -138 21s-73 34 -96 59c-23 26 -35 56 -35 90c0 29 9 53 27 74c17 21 42 36 74 46c-27 12 -48 28 -63 48c-15 21 -23 44 -23 69c0 31 11 57 33 81c22 22 52 40 91 52c38 12 81 18 130 18
+c71 0 143 -16 218 -49l-38 -108c-62 25 -119 37 -170 37c-34 0 -60 -5 -78 -14c-19 -9 -28 -23 -28 -40s7 -29 22 -38s36 -13 63 -13h96v-97h-110c-28 0 -49 -4 -64 -14c-15 -8 -22 -22 -22 -39c0 -20 11 -35 31 -47c22 -10 50 -16 87 -16c69 0 131 14 188 41z" />
+    <glyph glyph-name="uni0513" unicode="&#x513;" horiz-adv-x="666"
+d="M592 538v-539c0 -61 -18 -110 -53 -147c-35 -36 -85 -54 -148 -54c-24 0 -47 2 -69 8c-23 4 -42 12 -57 22l41 112c19 -13 40 -19 62 -19s39 7 50 20c12 13 18 33 18 59v410h-171l-5 -95c-3 -71 -9 -129 -20 -176s-28 -83 -52 -110s-57 -40 -100 -40c-23 0 -50 4 -81 12
+l8 128c11 -1 18 -2 23 -2c23 0 41 9 52 25c12 18 20 39 24 66c4 26 7 61 9 104l8 216h461z" />
+    <glyph glyph-name="uni051B" unicode="&#x51b;" horiz-adv-x="694"
+d="M619 538v-732h-156v251c-39 -43 -92 -65 -161 -65c-51 0 -96 11 -138 34c-40 23 -73 55 -96 97s-35 91 -35 146s12 104 35 146s56 74 96 97c42 23 87 34 138 34c73 0 129 -23 168 -70v62h149zM427 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40z" />
+    <glyph glyph-name="uni051D" unicode="&#x51d;" horiz-adv-x="970"
+d="M965 538l-198 -538h-161l-120 338l-122 -338h-162l-198 538h158l125 -355l131 355h143l126 -356l131 356h147z" />
+    <glyph glyph-name="uni048D" unicode="&#x48d;" horiz-adv-x="641"
+d="M565 302c37 -28 56 -69 56 -123c0 -58 -21 -103 -63 -133c-41 -32 -100 -47 -175 -47l-271 1v392h-96v96h96v50h156v-50h191v-96h-191v-46l136 -1c70 0 124 -14 161 -43zM462 180c0 25 -8 42 -23 52c-15 11 -39 16 -71 17h-100v-143l100 -1c63 -1 94 24 94 75z" />
+    <glyph glyph-name="uni048F" unicode="&#x48f;" horiz-adv-x="703"
+d="M642 150c-15 -36 -35 -66 -62 -91l57 -73l-62 -49l-62 78c-34 -15 -71 -23 -110 -23c-77 0 -134 26 -172 78v-264h-156v732h149v-78c37 57 97 86 179 86c49 0 93 -12 133 -34c39 -24 70 -56 94 -98c22 -42 34 -91 34 -146c0 -43 -7 -83 -22 -118zM422 129l-62 77l66 51
+l60 -77c15 23 23 53 23 88c0 46 -13 82 -39 110c-26 26 -60 40 -101 40s-75 -14 -101 -40c-26 -28 -39 -64 -39 -110c0 -45 13 -81 39 -108s60 -40 101 -40c19 0 37 3 53 9z" />
+    <glyph glyph-name="uni0529" unicode="&#x529;" horiz-adv-x="695"
+d="M621 538v-538h-156v204h-234v-206c0 -61 -17 -110 -53 -146c-34 -36 -83 -54 -145 -54c-25 0 -49 2 -71 8c-22 4 -41 12 -57 22l41 112c18 -13 39 -19 64 -19c21 0 37 7 48 20s17 33 17 59v538h156v-206h234v206h156z" />
+    <glyph glyph-name="uni052F" unicode="&#x52f;" horiz-adv-x="692"
+d="M591 538v-538h-156v410h-170l-5 -95c-3 -71 -9 -129 -20 -176s-28 -83 -52 -110s-57 -40 -100 -40c-23 0 -50 4 -81 12l8 128c11 -1 18 -2 23 -2c23 0 41 9 52 25c12 18 20 39 24 66c4 26 7 61 9 104l8 216h460zM669 128v-235h-145v107h-89v128h234z" />
+    <glyph glyph-name="uni0432.loclBGR" horiz-adv-x="646"
+d="M577 322c25 -32 37 -69 37 -111c0 -48 -13 -89 -40 -123c-26 -33 -60 -58 -102 -75c-43 -17 -88 -25 -136 -25s-93 8 -136 25c-42 17 -76 41 -102 75c-26 32 -39 72 -39 119v319c0 49 13 91 38 126c25 34 58 60 99 76c41 18 84 26 130 26c45 0 86 -8 125 -23
+s70 -38 93 -69c24 -30 36 -66 36 -109c0 -35 -10 -67 -28 -95c-20 -29 -46 -51 -81 -67c46 -14 81 -37 106 -69zM215 437h97c36 0 64 8 82 23c20 16 29 40 29 73c0 31 -10 54 -30 71s-44 25 -73 25s-53 -9 -74 -27s-31 -45 -31 -80v-85zM419 140c24 18 36 45 36 80
+s-10 61 -30 78s-49 26 -87 26h-123v-106c0 -35 11 -61 35 -80c22 -18 50 -27 83 -27s62 9 86 29z" />
+    <glyph glyph-name="uni0433.loclBGR" horiz-adv-x="556"
+d="M104 36c-48 30 -72 73 -72 128c0 37 10 66 30 86c21 22 45 36 73 46c28 8 64 17 107 25c41 7 70 15 88 21c19 8 28 19 28 36s-9 30 -26 39s-41 13 -72 13c-28 0 -58 -4 -89 -11s-57 -16 -77 -26l-45 105c31 16 64 28 101 38c37 8 73 13 110 13c73 0 132 -15 179 -46
+s70 -74 70 -130c0 -37 -10 -67 -31 -88s-45 -37 -74 -45c-28 -10 -64 -18 -108 -25c-40 -7 -69 -15 -87 -21c-18 -8 -27 -19 -27 -34c0 -17 9 -30 28 -39c18 -9 42 -13 73 -13c34 0 69 5 106 14c37 10 66 21 89 34l45 -104c-33 -19 -71 -34 -111 -45
+c-42 -11 -83 -16 -125 -16c-74 0 -135 15 -183 45z" />
+    <glyph glyph-name="uni0434.loclBGR" horiz-adv-x="699"
+d="M624 538v-448c0 -99 -26 -172 -77 -220s-126 -72 -225 -72c-52 0 -101 6 -148 19s-85 31 -116 55l62 112c23 -19 51 -34 86 -44c35 -12 69 -17 104 -17c54 0 94 12 120 37c25 24 38 61 38 110v23c-41 -45 -97 -67 -170 -67c-49 0 -94 11 -136 32c-40 22 -73 53 -97 92
+s-36 85 -36 136s12 97 36 136s57 70 97 92c42 21 87 32 136 32c78 0 137 -26 178 -77v69h148zM430 190c27 25 40 57 40 96s-13 71 -40 96c-26 24 -60 36 -101 36s-75 -12 -102 -36c-27 -25 -40 -57 -40 -96s13 -71 40 -96c27 -24 61 -36 102 -36s75 12 101 36z" />
+    <glyph glyph-name="uni0436.loclBGR" horiz-adv-x="913"
+d="M608 204h-75v-204h-154v204h-75l-114 -204h-184l169 278l-157 260h165l119 -209h77v413h154v-413h76l120 209h165l-157 -260l170 -278h-185z" />
+    <glyph glyph-name="uni0437.loclBGR" horiz-adv-x="513"
+d="M446 130c24 -30 35 -67 35 -110s-12 -82 -37 -114c-25 -34 -58 -59 -100 -78c-43 -18 -90 -27 -142 -27c-73 0 -143 18 -211 54l42 109c58 -26 111 -39 159 -39c41 0 73 9 98 29c24 18 36 44 36 76c0 29 -9 51 -27 66c-18 16 -43 24 -75 24h-123v117h108c29 0 51 9 69 25
+c16 18 25 40 25 69c0 28 -10 50 -29 67c-20 16 -47 24 -80 24c-37 0 -87 -10 -149 -30l-41 110c72 30 142 45 210 45c49 0 91 -8 128 -24s65 -39 86 -67c20 -30 30 -63 30 -101s-10 -72 -30 -101c-19 -30 -45 -51 -77 -63c41 -11 73 -32 95 -61z" />
+    <glyph glyph-name="uni0438.loclBGR" horiz-adv-x="680"
+d="M605 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156z" />
+    <glyph glyph-name="uni0439.loclBGR" horiz-adv-x="680"
+d="M605 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM152 751h102c1 -23 7 -41 20 -55c12 -12 30 -19 54 -19s42 7 56 19
+c12 14 19 32 19 55h104c-1 -103 -60 -155 -178 -155c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="uni045D.loclBGR" horiz-adv-x="680"
+d="M605 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM117 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni043A.loclBGR" horiz-adv-x="640"
+d="M310 204h-80v-204h-155v742h155v-413h83l147 209h166l-189 -258l201 -280h-184z" />
+    <glyph glyph-name="uni043B.loclBGR" horiz-adv-x="615"
+d="M453 0l-149 365l-154 -365h-149l226 538h161l226 -538h-161z" />
+    <glyph glyph-name="uni043D.loclBGR" horiz-adv-x="694"
+d="M75 538h155v-210h234v210h156v-538h-156v201h-234v-201h-155v538z" />
+    <glyph glyph-name="uni043F.loclBGR" horiz-adv-x="685"
+d="M562 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60z" />
+    <glyph glyph-name="uni0442.loclBGR" horiz-adv-x="1044"
+d="M924 486c39 -39 59 -99 59 -178v-308h-156v284c0 43 -9 74 -27 96c-17 20 -42 31 -75 31c-37 0 -66 -12 -87 -35c-21 -24 -32 -59 -32 -106v-270h-156v284c0 85 -34 127 -102 127c-36 0 -65 -12 -86 -35c-21 -24 -32 -59 -32 -106v-270h-156v538h149v-62
+c20 23 45 40 73 52c30 12 61 18 96 18c38 0 72 -8 103 -22c31 -16 55 -37 74 -66c22 28 50 50 83 65c34 15 71 23 111 23c67 0 121 -20 161 -60z" />
+    <glyph glyph-name="uni0447.loclBGR" horiz-adv-x="635"
+d="M560 538v-538h-156v232c-11 -22 -30 -40 -57 -53s-61 -20 -101 -20c-68 0 -120 17 -156 50c-37 33 -55 84 -55 153v176h155v-170c0 -61 34 -92 103 -92c33 0 59 8 80 24c21 17 31 38 31 63v175h156z" />
+    <glyph glyph-name="uni0446.loclBGR" horiz-adv-x="713"
+d="M605 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM691 128v-235h-145v107h-89v128h234z" />
+    <glyph glyph-name="uni0448.loclBGR" horiz-adv-x="1044"
+d="M969 537v-538h-148v62c-21 -23 -45 -40 -74 -52s-60 -18 -95 -18c-39 0 -73 7 -104 22s-55 37 -73 66c-22 -28 -50 -50 -83 -65c-34 -15 -71 -23 -112 -23c-67 0 -120 20 -160 60c-39 40 -59 99 -59 178v308h156v-285c0 -42 9 -74 27 -94c17 -22 42 -32 75 -32
+c36 0 65 12 86 36c21 23 32 58 32 105v270h156v-285c0 -42 9 -74 27 -94c17 -22 42 -32 75 -32c36 0 65 12 86 36c21 23 32 58 32 105v270h156z" />
+    <glyph glyph-name="uni0449.loclBGR" horiz-adv-x="1077"
+d="M969 537v-538h-148v62c-21 -23 -45 -40 -74 -52s-60 -18 -95 -18c-39 0 -73 7 -104 22s-55 37 -73 66c-22 -28 -50 -50 -83 -65c-34 -15 -71 -23 -112 -23c-67 0 -120 20 -160 60c-39 40 -59 99 -59 178v308h156v-285c0 -42 9 -74 27 -94c17 -22 42 -32 75 -32
+c36 0 65 12 86 36c21 23 32 58 32 105v270h156v-285c0 -42 9 -74 27 -94c17 -22 42 -32 75 -32c36 0 65 12 86 36c21 23 32 58 32 105v270h156zM1055 128v-235h-145v107h-89v128h234z" />
+    <glyph glyph-name="uni044C.loclBGR" horiz-adv-x="601"
+d="M127 42c-43 38 -64 94 -64 168v328h155v-188c14 13 34 23 59 32c25 8 55 12 88 12c66 0 118 -17 155 -50s56 -82 56 -146c0 -68 -23 -120 -69 -158c-46 -36 -108 -55 -187 -55c-86 0 -150 19 -193 57zM392 123c17 19 25 43 25 73c0 29 -8 51 -25 68s-41 25 -73 25
+c-23 0 -43 -5 -61 -13c-16 -10 -30 -22 -40 -37v-44c0 -31 9 -56 26 -73c17 -18 42 -27 75 -27c32 0 56 9 73 28z" />
+    <glyph glyph-name="uni044A.loclBGR" horiz-adv-x="710"
+d="M629 344c37 -33 56 -82 56 -146c0 -68 -23 -120 -69 -158c-46 -36 -108 -55 -187 -55c-86 0 -150 19 -193 57s-64 94 -64 168v200h-163v128h318v-188c14 13 34 23 59 32c25 8 55 12 88 12c66 0 118 -17 155 -50zM501 123c17 19 25 43 25 73c0 29 -8 51 -25 68
+s-41 25 -73 25c-23 0 -44 -5 -60 -13c-18 -10 -31 -22 -41 -37v-44c0 -31 9 -56 26 -73c17 -18 42 -27 75 -27c32 0 56 9 73 28z" />
+    <glyph glyph-name="uni044E.loclBGR" horiz-adv-x="889"
+d="M717 510c43 -23 77 -56 102 -98s37 -90 37 -143s-12 -101 -37 -143s-59 -75 -102 -98c-43 -24 -92 -36 -147 -36c-47 0 -91 9 -130 26c-39 18 -72 43 -98 76c-26 32 -43 69 -52 111h-60v-205h-155v742h155v-402h61c15 63 48 113 98 150s110 56 181 56
+c55 0 104 -12 147 -36zM665 160c25 28 37 64 37 109c0 46 -12 82 -37 109s-56 40 -95 40s-70 -13 -95 -40s-37 -63 -37 -109c0 -45 12 -81 37 -109c25 -26 56 -40 95 -40s70 14 95 40z" />
+    <glyph glyph-name="uni0493.loclBSH" horiz-adv-x="525"
+d="M230 410v-127h198v-94h-198v-189h-155v538h439v-128h-284z" />
+    <glyph glyph-name="uni0499.loclBSH" horiz-adv-x="563"
+d="M498 234c18 -21 27 -45 27 -74c0 -34 -12 -64 -35 -90c-23 -25 -55 -45 -96 -59s-87 -21 -138 -21c-42 0 -83 4 -124 13s-78 22 -113 39l42 109c57 -27 119 -41 188 -41c37 0 65 6 87 16c20 12 31 27 31 47c0 17 -7 31 -22 39c-15 10 -36 14 -64 14h-110v97h96
+c27 0 48 4 63 13s22 21 22 38s-9 31 -28 40c-18 9 -44 14 -78 14c-52 0 -109 -12 -170 -37l-38 108c75 33 147 49 218 49c49 0 92 -6 130 -18c39 -12 69 -30 91 -52c22 -24 33 -50 33 -81c0 -25 -8 -48 -23 -69c-15 -20 -36 -36 -63 -48c32 -10 57 -25 74 -46zM178 -226
+c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 65 -28c15 -14 22 -33 22 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni04AB.loclCHU" horiz-adv-x="592"
+d="M176 28c-45 23 -81 56 -106 98c-26 42 -39 90 -39 143s13 101 39 143c25 42 61 75 106 98c46 24 98 36 155 36s106 -12 149 -36c42 -23 73 -57 92 -101l-121 -65c-28 49 -68 74 -121 74c-41 0 -74 -13 -101 -40s-40 -63 -40 -109s13 -82 40 -109s60 -40 101 -40
+c53 0 94 25 121 74l121 -66c-19 -43 -50 -76 -92 -100c-43 -24 -92 -36 -149 -36s-109 12 -155 36zM230 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 65 -28c15 -14 22 -33 22 -55
+c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni0453.loclMKD" horiz-adv-x="514"
+d="M506 410h-276v-410h-155v538h431v-128zM336 750h168l-181 -144h-122z" />
+    <glyph glyph-name="uni0431.loclSRB" horiz-adv-x="633"
+d="M564 378c28 -38 42 -82 42 -133c0 -49 -12 -93 -38 -133c-24 -38 -59 -69 -104 -91c-44 -22 -94 -33 -150 -33c-55 0 -105 11 -148 32c-44 21 -78 51 -102 89c-25 38 -37 81 -37 128c0 41 9 77 27 109s43 57 76 76c32 18 69 28 111 29c-109 51 -163 109 -163 175
+c0 36 13 64 38 85c26 21 62 31 108 31h327v-124h-271c-31 0 -47 -9 -47 -28c0 -15 15 -30 45 -47c29 -17 83 -41 161 -73c55 -23 97 -54 125 -92zM413 146c25 23 38 54 38 91s-13 68 -38 92s-58 36 -97 36c-40 0 -72 -12 -98 -36c-24 -24 -37 -55 -37 -92s13 -68 37 -91
+c26 -24 58 -36 98 -36c39 0 72 12 97 36z" />
+    <glyph glyph-name="uni0433.loclSRB" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM0 723h300v-88h-300v88z" />
+    <glyph glyph-name="uni0434.loclSRB" horiz-adv-x="699"
+d="M623 538v-448c0 -99 -26 -172 -77 -220s-126 -72 -225 -72c-52 0 -101 6 -148 19s-85 31 -116 55l62 112c23 -19 51 -34 86 -44c35 -12 69 -17 104 -17c54 0 94 12 119 37c26 24 39 61 39 110v23c-41 -45 -97 -67 -170 -67c-49 0 -95 11 -135 32c-42 22 -74 53 -98 92
+s-36 85 -36 136s12 97 36 136s56 70 98 92c40 21 86 32 135 32c78 0 137 -26 178 -77v69h148zM430 190c26 25 39 57 39 96s-13 71 -39 96c-27 24 -61 36 -102 36s-75 -12 -102 -36c-27 -25 -40 -57 -40 -96s13 -71 40 -96c27 -24 61 -36 102 -36s75 12 102 36z" />
+    <glyph glyph-name="uni043F.loclSRB" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM156 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni0442.loclSRB" horiz-adv-x="1044"
+d="M969 537v-538h-148v62c-21 -23 -45 -40 -74 -52s-60 -18 -95 -18c-39 0 -73 7 -104 22s-55 37 -73 66c-22 -28 -50 -50 -83 -65c-34 -15 -71 -23 -112 -23c-67 0 -120 20 -160 60c-39 40 -59 99 -59 178v308h156v-285c0 -42 9 -74 27 -94c17 -22 42 -32 75 -32
+c36 0 65 12 86 36c21 23 32 58 32 105v270h156v-285c0 -42 9 -74 27 -94c17 -22 42 -32 75 -32c36 0 65 12 86 36c21 23 32 58 32 105v270h156zM143 722h740v-88h-740v88z" />
+    <glyph glyph-name="uni0430.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40z" />
+    <glyph glyph-name="uni0434.ss01" horiz-adv-x="699"
+d="M624 538v-448c0 -99 -26 -172 -77 -220s-126 -72 -225 -72c-52 0 -101 6 -148 19s-85 31 -116 55l62 112c23 -19 51 -34 86 -44c35 -12 69 -17 104 -17c54 0 94 12 120 37c25 24 38 61 38 110v23c-41 -45 -97 -67 -170 -67c-49 0 -94 11 -136 32c-40 22 -73 53 -97 92
+s-36 85 -36 136s12 97 36 136s57 70 97 92c42 21 87 32 136 32c78 0 137 -26 178 -77v69h148zM430 190c27 25 40 57 40 96s-13 71 -40 96c-26 24 -60 36 -101 36s-75 -12 -102 -36c-27 -25 -40 -57 -40 -96s13 -71 40 -96c27 -24 61 -36 102 -36s75 12 101 36z" />
+    <glyph glyph-name="uni0435.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38z" />
+    <glyph glyph-name="uni0450.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM105 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni0451.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM166 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49
+s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM368 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni0438.ss01" horiz-adv-x="680"
+d="M605 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156z" />
+    <glyph glyph-name="uni0439.ss01" horiz-adv-x="680"
+d="M605 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM152 751h102c1 -23 7 -41 20 -55c12 -12 30 -19 54 -19s42 7 56 19
+c12 14 19 32 19 55h104c-1 -103 -60 -155 -178 -155c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="uni048B.ss01" horiz-adv-x="680"
+d="M199 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41zM696 128l-69 -235h-123l23 107h-70v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18
+c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156v-410h91z" />
+    <glyph glyph-name="uni045D.ss01" horiz-adv-x="680"
+d="M605 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM117 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni0440.ss01" horiz-adv-x="670"
+d="M501 512c43 -23 76 -55 99 -97s35 -91 35 -147c0 -55 -11 -103 -33 -144c-22 -42 -53 -74 -93 -98c-40 -22 -86 -34 -138 -34c-69 0 -122 22 -161 65v-251h-156v461c0 55 12 104 37 146s59 75 104 98s97 35 156 35c57 0 107 -11 150 -34zM443 161c25 27 38 63 38 107
+c0 45 -13 81 -38 108c-25 28 -58 42 -99 42s-74 -14 -98 -41c-26 -27 -38 -63 -38 -108s12 -81 37 -108s58 -41 99 -41s74 14 99 41z" />
+    <glyph glyph-name="uni0442.ss01" horiz-adv-x="1044"
+d="M924 486c39 -39 59 -99 59 -178v-308h-156v284c0 43 -9 74 -27 96c-17 20 -42 31 -75 31c-37 0 -66 -12 -87 -35c-21 -24 -32 -59 -32 -106v-270h-156v284c0 85 -34 127 -102 127c-36 0 -65 -12 -86 -35c-21 -24 -32 -59 -32 -106v-270h-156v538h149v-62
+c20 23 45 40 73 52c30 12 61 18 96 18c38 0 72 -8 103 -22c31 -16 55 -37 74 -66c22 28 50 50 83 65c34 15 71 23 111 23c67 0 121 -20 161 -60z" />
+    <glyph glyph-name="uni0443.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156z" />
+    <glyph glyph-name="uni045E.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM164 751h102c1 -23 7 -41 20 -55c12 -12 30 -19 54 -19s42 7 56 19c12 14 19 32 19 55h104c-1 -103 -60 -155 -178 -155c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="uni044C.ss01" horiz-adv-x="611"
+d="M128 42c-43 38 -65 94 -65 168v328h155v-182c17 12 38 21 64 28c27 7 56 10 89 10c67 0 120 -17 158 -50s57 -82 57 -146c0 -69 -24 -121 -70 -158c-48 -37 -112 -55 -194 -55c-85 0 -150 19 -194 57zM400 122c18 18 27 42 27 73c0 29 -9 52 -27 69c-17 17 -42 25 -75 25
+c-24 0 -45 -4 -64 -13s-33 -21 -43 -37v-44c0 -31 9 -56 28 -73c18 -18 43 -27 76 -27s59 9 78 27z" />
+    <glyph glyph-name="uni044A.ss01" horiz-adv-x="719"
+d="M638 344c37 -33 56 -82 56 -146c0 -68 -23 -120 -70 -158c-46 -36 -108 -55 -187 -55c-85 0 -149 19 -193 57c-42 38 -64 94 -64 168v200h-171v128h327v-188c13 13 33 23 58 32c25 8 55 12 88 12c67 0 119 -17 156 -50zM510 123c17 19 25 43 25 73c0 29 -8 51 -25 68
+s-41 25 -73 25c-23 0 -44 -5 -61 -13c-17 -10 -31 -22 -40 -37v-44c0 -31 8 -56 26 -73c16 -18 42 -27 75 -27c32 0 56 9 73 28z" />
+    <glyph glyph-name="uni044B.ss01" horiz-adv-x="862"
+d="M127 42c-43 38 -64 94 -64 168v328h155v-182c15 11 36 20 60 27c26 7 54 11 86 11c66 0 118 -17 155 -50s56 -82 56 -146c0 -68 -23 -120 -69 -158c-46 -36 -108 -55 -187 -55c-85 0 -149 19 -192 57zM632 538h156v-538h-156v538zM392 123c17 19 25 43 25 73
+c0 28 -9 50 -25 68c-18 16 -42 25 -74 25c-23 0 -42 -5 -60 -13c-16 -10 -30 -22 -40 -37v-44c0 -31 9 -56 26 -73c17 -18 42 -27 75 -27c32 0 56 9 73 28z" />
+    <glyph glyph-name="uni0459.ss01" horiz-adv-x="969"
+d="M888 344c38 -33 57 -82 57 -146c0 -69 -23 -121 -71 -158c-46 -37 -111 -55 -194 -55c-87 0 -152 18 -195 55s-64 92 -64 166v204h-156l-4 -96c-3 -75 -11 -136 -23 -182c-11 -48 -29 -83 -53 -107s-56 -36 -96 -36c-34 0 -60 4 -78 12l-1 132c6 -1 17 -2 34 -2
+c25 0 44 15 56 45s20 78 23 145l8 217h446v-182c16 12 37 21 63 28c27 7 56 10 89 10c68 0 121 -17 159 -50zM758 122c19 18 28 42 28 73c0 29 -9 52 -27 69s-43 25 -76 25c-24 0 -45 -4 -63 -13c-19 -9 -33 -21 -43 -37v-44c0 -31 9 -56 27 -73c18 -18 43 -27 76 -27
+s59 9 78 27z" />
+    <glyph glyph-name="uni045A.ss01" horiz-adv-x="972"
+d="M897 302c37 -30 55 -71 55 -124c0 -61 -24 -109 -70 -142c-48 -34 -113 -51 -198 -51c-83 0 -144 17 -185 51s-61 85 -61 154v28h-208v-218h-155v538h155v-193h208v193h155v-193h147c68 0 120 -15 157 -43zM767 114c17 13 26 33 26 59c0 22 -7 38 -20 48s-35 15 -65 15
+h-115v-51c0 -61 33 -91 100 -91c32 0 57 7 74 20z" />
+    <glyph glyph-name="uni0463.ss01" horiz-adv-x="664"
+d="M582 344c38 -34 57 -83 57 -146c0 -69 -23 -122 -71 -158c-46 -38 -111 -56 -193 -56c-85 0 -150 19 -193 57c-44 38 -66 94 -66 168v273h-118v99h118v161h155v-161h191v-99h-191v-127c17 12 38 21 65 29c27 6 56 10 88 10c67 0 120 -17 158 -50zM453 121
+c19 18 28 42 28 73c0 29 -9 52 -27 69s-43 25 -76 25c-25 0 -46 -4 -64 -13c-19 -9 -33 -21 -43 -36v-45c0 -31 9 -55 27 -73c19 -18 44 -27 77 -27s59 9 78 27z" />
+    <glyph glyph-name="uni04D1.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM172 751h102c1 -23 7 -41 20 -55c12 -12 30 -19 54 -19s42 7 56 19c12 14 19 32 19 55h104c-1 -103 -60 -155 -178 -155c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="uni04D3.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM198 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM400 632
+c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04D5.ss01" horiz-adv-x="995"
+d="M780 130c20 8 41 21 61 39l84 -90c-52 -58 -125 -87 -220 -87c-47 0 -91 8 -131 23c-41 15 -75 39 -104 71c-41 -63 -110 -94 -207 -94c-70 0 -125 15 -165 46c-41 31 -61 72 -61 123c0 47 19 84 57 113s96 43 174 43h124c0 33 -10 59 -30 77c-21 19 -52 28 -93 28
+c-29 0 -57 -4 -85 -14c-28 -8 -52 -21 -71 -36l-56 109c29 21 64 37 105 48s83 17 126 17c91 0 157 -25 198 -76c25 24 55 43 90 56s71 20 110 20c51 0 97 -11 138 -32c42 -22 76 -54 100 -95c26 -41 38 -90 39 -146l-400 -77c12 -25 31 -45 56 -58c25 -14 55 -21 90 -21
+c26 0 49 4 71 13zM586 389c-25 -26 -38 -60 -38 -102v-1l262 50c-8 28 -23 50 -46 67c-22 17 -49 25 -80 25c-39 0 -72 -13 -98 -39zM362 125c20 19 30 44 30 76v25h-107c-64 0 -96 -21 -96 -62c0 -21 8 -38 23 -50c16 -11 38 -17 67 -17c35 0 63 9 83 28z" />
+    <glyph glyph-name="uni04D7.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM140 751h102c1 -23 7 -41 20 -55c12 -12 30 -19 54 -19s42 7 56 19c12 14 19 32 19 55h104
+c-1 -103 -60 -155 -178 -155c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="uni04D9.ss01" horiz-adv-x="631"
+d="M453 510c47 -23 83 -56 108 -98s38 -90 38 -143s-13 -100 -37 -143c-26 -42 -60 -75 -104 -98c-43 -24 -92 -36 -147 -36c-51 0 -98 11 -140 32c-42 22 -75 54 -101 94c-24 42 -37 90 -37 146l398 77c-11 27 -29 47 -53 60c-25 13 -55 20 -90 20c-28 0 -53 -4 -74 -13
+c-22 -8 -42 -21 -61 -39l-83 90c51 58 125 87 222 87c61 0 114 -12 161 -36zM407 148c25 25 38 60 39 105l-262 -51c7 -28 22 -50 45 -67s50 -25 82 -25c39 0 71 13 96 38z" />
+    <glyph glyph-name="uni04DB.ss01" horiz-adv-x="631"
+d="M453 510c47 -23 83 -56 108 -98s38 -90 38 -143s-13 -100 -37 -143c-26 -42 -60 -75 -104 -98c-43 -24 -92 -36 -147 -36c-51 0 -98 11 -140 32c-42 22 -75 54 -101 94c-24 42 -37 90 -37 146l398 77c-11 27 -29 47 -53 60c-25 13 -55 20 -90 20c-28 0 -53 -4 -74 -13
+c-22 -8 -42 -21 -61 -39l-83 90c51 58 125 87 222 87c61 0 114 -12 161 -36zM407 148c25 25 38 60 39 105l-262 -51c7 -28 22 -50 45 -67s50 -25 82 -25c39 0 71 13 96 38zM163 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49
+s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM366 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni04E3.ss01" horiz-adv-x="680"
+d="M605 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM144 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni04E5.ss01" horiz-adv-x="680"
+d="M605 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM178 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20
+s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM380 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04EF.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM156 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni04F1.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM190 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20z
+M392 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04F3.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM255 751h146l-104 -144h-114zM457 751h146l-104 -144h-114z" />
+    <glyph glyph-name="uni04F9.ss01" horiz-adv-x="862"
+d="M127 42c-43 38 -64 94 -64 168v328h155v-182c15 11 36 20 60 27c26 7 54 11 86 11c66 0 118 -17 155 -50s56 -82 56 -146c0 -68 -23 -120 -69 -158c-46 -36 -108 -55 -187 -55c-85 0 -149 19 -192 57zM632 538h156v-538h-156v538zM392 123c17 19 25 43 25 73
+c0 28 -9 50 -25 68c-18 16 -42 25 -74 25c-23 0 -42 -5 -60 -13c-16 -10 -30 -22 -40 -37v-44c0 -31 9 -56 26 -73c17 -18 42 -27 75 -27c32 0 56 9 73 28zM281 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49
+c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM484 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni048D.ss01" horiz-adv-x="652"
+d="M574 308c38 -30 57 -74 57 -132c0 -62 -23 -109 -70 -142s-110 -49 -191 -49c-173 0 -260 68 -260 203v207h-96v95h96v48h155v-48h192v-95h-192v-77c14 10 34 18 60 24c26 7 56 10 90 10c69 0 122 -15 159 -44zM446 114c17 15 26 34 26 58c0 23 -9 41 -26 54
+s-43 20 -76 20c-24 0 -45 -3 -63 -10c-18 -6 -32 -15 -42 -26v-38c0 -25 9 -44 27 -58s44 -21 79 -21c33 0 58 7 75 21z" />
+    <glyph glyph-name="uni0394" unicode="&#x394;" horiz-adv-x="766"
+d="M776 0h-785l312 700h160zM205 132h352l-175 415z" />
+    <glyph glyph-name="uni03A9" unicode="&#x3a9;" horiz-adv-x="889"
+d="M9 132h156c-32 30 -57 66 -75 106c-17 42 -26 87 -26 136c0 65 16 124 50 175c32 51 78 91 136 120s123 43 194 43s136 -14 194 -43s104 -69 137 -120s50 -110 50 -175c0 -49 -9 -94 -27 -136c-18 -40 -43 -76 -75 -106h157v-132h-366v123c47 24 84 57 110 98
+c25 41 38 87 38 136c0 43 -9 81 -28 115c-19 32 -44 58 -78 76c-32 17 -70 26 -112 26s-80 -9 -112 -26c-34 -18 -59 -44 -78 -76c-19 -34 -28 -72 -28 -115c0 -50 13 -96 39 -137s63 -74 110 -97v-123h-366v132z" />
+    <glyph glyph-name="uni03BC" unicode="&#x3bc;" horiz-adv-x="690"
+d="M618 538v-538h-141v66c-16 -25 -37 -44 -61 -56c-26 -12 -52 -18 -80 -18c-43 0 -79 12 -108 35v-221h-156v732h156v-281c0 -44 10 -77 28 -98c20 -21 46 -32 81 -32c38 0 68 12 91 37c23 24 34 60 34 108v266h156z" />
+    <glyph glyph-name="pi" unicode="&#x3c0;" horiz-adv-x="728"
+d="M717 422h-127v-422h-140v422h-94l-47 -422h-140l47 422h-27c-24 0 -43 -6 -56 -16c-13 -12 -20 -28 -20 -49c0 -20 8 -44 24 -71l-111 -36c-13 18 -23 39 -30 64s-11 48 -11 69c0 29 8 56 23 79c16 24 38 43 66 56c27 13 59 20 95 20h548v-116z" />
+    <glyph glyph-name="uni212B" unicode="&#x212b;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM294 789c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35zM426 832c11 11 17 26 17 43
+s-6 32 -17 43c-12 12 -27 18 -44 18s-31 -6 -42 -18c-12 -11 -18 -26 -18 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 44 18z" />
+    <glyph glyph-name="uni212A" unicode="&#x212a;" horiz-adv-x="740"
+d="M338 275l-94 -98v-177h-161v700h161v-327l310 327h180l-290 -312l307 -388h-189z" />
+    <glyph glyph-name="zero" unicode="0" horiz-adv-x="679"
+d="M184 31c-45 29 -81 70 -106 125c-26 54 -39 119 -39 194s13 140 39 194c25 55 61 96 106 125s97 43 155 43s110 -14 155 -43s81 -70 106 -125c26 -54 39 -119 39 -194s-13 -140 -39 -194c-25 -55 -61 -96 -106 -125s-97 -43 -155 -43s-110 14 -155 43zM440 180
+c24 37 36 93 36 170s-12 133 -36 170c-25 37 -58 55 -101 55c-42 0 -75 -18 -99 -55c-25 -37 -37 -93 -37 -170s12 -133 37 -170c24 -37 57 -55 99 -55c43 0 76 18 101 55z" />
+    <glyph glyph-name="one" unicode="1" horiz-adv-x="392"
+d="M309 700v-700h-162v570h-140v130h302z" />
+    <glyph glyph-name="two" unicode="2" horiz-adv-x="590"
+d="M562 132v-132h-529v105l270 255c29 27 48 51 58 70c10 20 15 40 15 59c0 28 -10 49 -28 65c-20 14 -47 22 -84 22c-31 0 -58 -6 -83 -18c-25 -11 -45 -29 -62 -52l-118 76c27 41 65 72 113 96c48 22 103 34 165 34c52 0 97 -8 137 -26c38 -16 69 -40 90 -72
+c22 -30 33 -67 33 -109c0 -38 -8 -74 -24 -107s-47 -71 -93 -114l-161 -152h301z" />
+    <glyph glyph-name="three" unicode="3" horiz-adv-x="592"
+d="M507 346c33 -35 49 -79 49 -132c0 -41 -11 -78 -32 -112c-21 -35 -54 -62 -98 -83c-43 -21 -97 -31 -160 -31c-49 0 -98 6 -146 20c-47 12 -88 31 -121 55l63 124c27 -20 58 -35 92 -47c36 -10 71 -16 108 -16c41 0 73 8 96 24c23 15 35 37 35 66c0 57 -44 86 -131 86
+h-74v107l144 163h-298v130h490v-105l-158 -180c61 -10 108 -33 141 -69z" />
+    <glyph glyph-name="four" unicode="4" horiz-adv-x="689"
+d="M680 147h-114v-147h-158v147h-377v109l330 444h170l-306 -421h188v131h153v-131h114v-132z" />
+    <glyph glyph-name="five" unicode="5" horiz-adv-x="595"
+d="M498 378c46 -39 70 -92 70 -158c0 -43 -11 -82 -32 -116c-21 -36 -54 -64 -98 -84c-43 -22 -97 -32 -161 -32c-49 0 -98 6 -145 20c-48 12 -89 31 -122 55l64 124c27 -20 57 -35 92 -47c35 -10 70 -16 107 -16c41 0 73 8 96 24s35 38 35 67c0 30 -12 53 -36 68
+c-25 15 -67 23 -127 23h-179l36 394h427v-130h-292l-11 -133h57c99 0 171 -20 219 -59z" />
+    <glyph glyph-name="six" unicode="6" horiz-adv-x="637"
+d="M498 412c37 -18 66 -44 87 -76c21 -34 32 -72 32 -115c0 -47 -12 -88 -35 -123s-55 -62 -96 -82c-40 -18 -85 -28 -134 -28c-98 0 -175 30 -230 90s-83 146 -83 257c0 79 15 147 45 204s72 100 126 129c53 29 115 44 186 44c37 0 73 -4 108 -12c34 -9 63 -21 87 -36
+l-60 -119c-35 23 -78 35 -131 35c-59 0 -106 -17 -141 -52s-53 -85 -56 -151c41 41 99 62 173 62c45 0 85 -9 122 -27zM428 137c21 19 32 44 32 76s-11 57 -32 77c-22 18 -51 28 -87 28c-35 0 -64 -10 -87 -30c-23 -19 -34 -44 -34 -75s11 -56 33 -75s52 -29 90 -29
+c35 0 63 9 85 28z" />
+    <glyph glyph-name="seven" unicode="7" horiz-adv-x="620"
+d="M587 700v-105l-260 -595h-176l251 568h-232v-114h-144v246h561z" />
+    <glyph glyph-name="eight" unicode="8" horiz-adv-x="660"
+d="M598 300c18 -28 27 -60 27 -97c0 -43 -12 -81 -37 -113c-25 -33 -59 -58 -104 -76c-45 -17 -96 -26 -155 -26s-110 9 -155 26c-44 18 -78 43 -102 76c-25 32 -37 70 -37 113c0 37 9 69 27 97c19 28 45 51 79 68c-26 16 -46 36 -60 60c-14 25 -21 53 -21 84
+c0 41 11 76 34 106s54 53 95 70c41 16 87 24 140 24s101 -8 141 -24c42 -17 73 -40 96 -70s34 -65 34 -106c0 -31 -7 -59 -21 -84c-14 -24 -34 -44 -61 -60c35 -17 61 -40 80 -68zM250 570c-19 -16 -29 -38 -29 -65s10 -48 29 -63s46 -23 79 -23s60 8 80 23s30 36 30 63
+s-10 49 -30 65c-20 15 -47 23 -80 23s-59 -8 -79 -23zM426 134c23 19 35 43 35 74s-12 55 -35 73c-24 18 -56 27 -97 27c-40 0 -72 -9 -95 -27s-35 -42 -35 -73s12 -56 35 -74s55 -27 95 -27c41 0 73 9 97 27z" />
+    <glyph glyph-name="nine" unicode="9" horiz-adv-x="637"
+d="M515 622c55 -59 83 -145 83 -257c0 -79 -15 -147 -44 -204c-30 -57 -72 -100 -126 -129s-116 -44 -187 -44c-37 0 -73 4 -107 12c-34 9 -63 21 -87 36l60 119c34 -23 78 -35 131 -35c59 0 106 18 141 52c35 36 53 86 56 152c-42 -42 -100 -63 -174 -63
+c-45 0 -85 9 -122 27s-66 44 -87 76c-21 34 -32 72 -32 115c0 47 12 88 35 123s55 62 95 82c41 18 86 28 135 28c98 0 175 -30 230 -90zM384 412c22 19 33 44 33 75s-11 56 -33 75c-21 19 -51 29 -89 29c-35 0 -63 -9 -85 -28c-21 -19 -32 -44 -32 -76s11 -57 32 -77
+c22 -18 51 -28 87 -28c35 0 64 10 87 30z" />
+    <glyph glyph-name="zero.osf" horiz-adv-x="694"
+d="M190 28c-47 26 -83 63 -109 110s-39 101 -39 162s13 115 39 162s62 84 109 110c46 27 98 40 157 40s111 -13 157 -40c46 -26 82 -63 108 -110s39 -101 39 -162s-13 -115 -39 -162s-62 -84 -108 -110c-46 -27 -98 -40 -157 -40s-111 13 -157 40zM450 168
+c27 32 40 75 40 132s-13 100 -40 132c-26 30 -60 46 -103 46s-77 -16 -103 -46c-27 -32 -40 -75 -40 -132s13 -100 40 -132c26 -30 60 -46 103 -46s77 16 103 46z" />
+    <glyph glyph-name="one.osf" horiz-adv-x="392"
+d="M309 600v-600h-162v470h-140v130h302z" />
+    <glyph glyph-name="two.osf" horiz-adv-x="590"
+d="M560 129v-129h-529v90l271 214c27 21 46 40 56 56c11 15 16 31 16 48c0 21 -9 38 -28 52c-19 12 -46 19 -81 19c-66 0 -115 -24 -146 -72l-121 69c27 43 65 77 112 100c48 24 104 36 167 36c51 0 97 -8 137 -24c39 -17 70 -39 91 -68s32 -61 32 -97c0 -37 -9 -71 -25 -99
+c-18 -30 -49 -62 -95 -97l-124 -98h267z" />
+    <glyph glyph-name="three.osf" horiz-adv-x="592"
+d="M507 246c33 -35 49 -79 49 -132c0 -41 -11 -78 -32 -112c-21 -35 -54 -62 -98 -83c-43 -21 -97 -31 -160 -31c-49 0 -98 6 -146 20c-47 12 -88 31 -121 55l63 124c27 -20 58 -35 92 -47c36 -10 71 -16 108 -16c41 0 73 8 96 24c23 15 35 37 35 66c0 57 -44 86 -131 86
+h-74v107l144 163h-298v130h490v-105l-158 -180c61 -10 108 -33 141 -69z" />
+    <glyph glyph-name="four.osf" horiz-adv-x="689"
+d="M680 47h-114v-147h-158v147h-377v109l330 444h170l-306 -421h188v131h153v-131h114v-132z" />
+    <glyph glyph-name="five.osf" horiz-adv-x="595"
+d="M498 278c46 -39 70 -92 70 -158c0 -43 -11 -82 -32 -116c-21 -36 -54 -64 -98 -84c-43 -22 -97 -32 -161 -32c-49 0 -98 6 -145 20c-48 12 -89 31 -122 55l64 124c27 -20 57 -35 92 -47c35 -10 70 -16 107 -16c41 0 73 8 96 24s35 38 35 67c0 30 -12 53 -36 68
+c-25 15 -67 23 -127 23h-179l36 394h427v-130h-292l-11 -133h57c99 0 171 -20 219 -59z" />
+    <glyph glyph-name="six.osf" horiz-adv-x="637"
+d="M498 412c37 -18 66 -44 87 -76c21 -34 32 -72 32 -115c0 -47 -12 -88 -35 -123s-55 -62 -96 -82c-40 -18 -85 -28 -134 -28c-98 0 -175 30 -230 90s-83 146 -83 257c0 79 15 147 45 204s72 100 126 129c53 29 115 44 186 44c37 0 73 -4 108 -12c34 -9 63 -21 87 -36
+l-60 -119c-35 23 -78 35 -131 35c-59 0 -106 -17 -141 -52s-53 -85 -56 -151c41 41 99 62 173 62c45 0 85 -9 122 -27zM428 137c21 19 32 44 32 76s-11 57 -32 77c-22 18 -51 28 -87 28c-35 0 -64 -10 -87 -30c-23 -19 -34 -44 -34 -75s11 -56 33 -75s52 -29 90 -29
+c35 0 63 9 85 28z" />
+    <glyph glyph-name="seven.osf" horiz-adv-x="620"
+d="M587 600v-105l-260 -595h-176l251 568h-232v-114h-144v246h561z" />
+    <glyph glyph-name="eight.osf" horiz-adv-x="660"
+d="M598 300c18 -28 27 -60 27 -97c0 -43 -12 -81 -37 -113c-25 -33 -59 -58 -104 -76c-45 -17 -96 -26 -155 -26s-110 9 -155 26c-44 18 -78 43 -102 76c-25 32 -37 70 -37 113c0 37 9 69 27 97c19 28 45 51 79 68c-26 16 -46 36 -60 60c-14 25 -21 53 -21 84
+c0 41 11 76 34 106s54 53 95 70c41 16 87 24 140 24s101 -8 141 -24c42 -17 73 -40 96 -70s34 -65 34 -106c0 -31 -7 -59 -21 -84c-14 -24 -34 -44 -61 -60c35 -17 61 -40 80 -68zM250 570c-19 -16 -29 -38 -29 -65s10 -48 29 -63s46 -23 79 -23s60 8 80 23s30 36 30 63
+s-10 49 -30 65c-20 15 -47 23 -80 23s-59 -8 -79 -23zM426 134c23 19 35 43 35 74s-12 55 -35 73c-24 18 -56 27 -97 27c-40 0 -72 -9 -95 -27s-35 -42 -35 -73s12 -56 35 -74s55 -27 95 -27c41 0 73 9 97 27z" />
+    <glyph glyph-name="nine.osf" horiz-adv-x="637"
+d="M515 522c55 -59 83 -145 83 -257c0 -79 -15 -147 -44 -204c-30 -57 -72 -100 -126 -129s-116 -44 -187 -44c-37 0 -73 4 -107 12c-34 9 -63 21 -87 36l60 119c34 -23 78 -35 131 -35c59 0 106 18 141 52c35 36 53 86 56 152c-42 -42 -100 -63 -174 -63
+c-45 0 -85 9 -122 27s-66 44 -87 76c-21 34 -32 72 -32 115c0 47 12 88 35 123s55 62 95 82c41 18 86 28 135 28c98 0 175 -30 230 -90zM384 312c22 19 33 44 33 75s-11 56 -33 75c-21 19 -51 29 -89 29c-35 0 -63 -9 -85 -28c-21 -19 -32 -44 -32 -76s11 -57 32 -77
+c22 -18 51 -28 87 -28c35 0 64 10 87 30z" />
+    <glyph glyph-name="zero.sinf" horiz-adv-x="430"
+d="M73 -144c-36 39 -54 91 -54 158c0 66 18 118 54 157s83 58 142 58s106 -19 142 -58s54 -91 54 -157c0 -67 -18 -119 -54 -158s-83 -58 -142 -58s-106 19 -142 58zM278 -82c15 21 23 53 23 96s-8 74 -23 96c-16 20 -37 31 -63 31s-47 -11 -63 -31c-15 -22 -23 -53 -23 -96
+s8 -75 23 -96c16 -21 37 -32 63 -32s47 11 63 32z" />
+    <glyph glyph-name="one.sinf" horiz-adv-x="430"
+d="M378 -111v-83h-305v83h103v249h-94v83h206v-332h90z" />
+    <glyph glyph-name="two.sinf" horiz-adv-x="430"
+d="M390 -110v-84h-349v67l173 150c19 16 32 29 38 41c8 10 11 21 11 31c0 14 -6 25 -18 34s-30 13 -54 13c-20 0 -38 -4 -55 -12c-16 -7 -29 -18 -38 -31l-80 48c17 25 40 45 71 60s68 22 111 22c54 0 96 -12 128 -35c30 -23 46 -54 46 -91c0 -21 -6 -41 -16 -61
+c-12 -18 -32 -41 -63 -68l-96 -84h191z" />
+    <glyph glyph-name="three.sinf" horiz-adv-x="430"
+d="M365 14c21 -21 32 -48 32 -80c0 -24 -7 -46 -21 -67c-15 -21 -37 -37 -66 -50s-65 -19 -108 -19c-36 0 -71 4 -104 13c-34 9 -61 20 -80 34l40 80c19 -13 41 -23 66 -29c25 -8 51 -11 76 -11c29 0 50 4 64 13c15 9 22 21 22 36c0 31 -26 47 -79 47h-59v68l91 89h-203v83
+h338v-67l-101 -99c40 -6 71 -20 92 -41z" />
+    <glyph glyph-name="four.sinf" horiz-adv-x="430"
+d="M411 -110h-67v-84h-107v84h-225v70l189 261h119l-179 -246h107v70h96v-70h67v-85z" />
+    <glyph glyph-name="five.sinf" horiz-adv-x="430"
+d="M392 -65c0 -25 -7 -47 -22 -69c-14 -20 -36 -37 -65 -50c-29 -12 -65 -18 -108 -18c-35 0 -69 4 -102 12c-33 9 -59 20 -78 33l40 79c19 -11 41 -20 65 -27c25 -7 49 -10 74 -10c28 0 49 4 64 13c14 9 21 21 21 36s-7 27 -22 34c-15 8 -41 12 -78 12h-129l25 241h286v-83
+h-195l-7 -74h37c129 0 194 -43 194 -129z" />
+    <glyph glyph-name="six.sinf" horiz-adv-x="430"
+d="M363 32c30 -24 45 -55 45 -94c0 -41 -16 -75 -50 -101c-32 -26 -75 -39 -126 -39c-65 0 -116 18 -152 54c-38 36 -56 86 -56 150c0 45 10 85 30 120c20 34 49 60 86 79s81 28 130 28c23 0 45 -3 68 -7c22 -6 41 -12 57 -20l-39 -79c-25 13 -54 19 -87 19
+c-40 0 -72 -10 -96 -30s-37 -47 -39 -81c28 25 67 37 117 37c45 0 82 -12 112 -36zM282 -109c13 11 20 25 20 42c0 18 -7 32 -20 43s-32 16 -55 16s-42 -6 -57 -16c-15 -12 -22 -26 -22 -43c0 -16 7 -30 21 -41s34 -17 59 -17c23 0 41 5 54 16z" />
+    <glyph glyph-name="seven.sinf" horiz-adv-x="430"
+d="M406 221v-67l-179 -348h-122l170 331h-151v-66h-96v150h378z" />
+    <glyph glyph-name="eight.sinf" horiz-adv-x="430"
+d="M410 -75c0 -38 -18 -69 -54 -92c-35 -23 -83 -35 -142 -35s-106 12 -141 35s-53 54 -53 92c0 44 23 77 68 99c-17 9 -31 21 -40 36s-14 31 -14 50c0 35 16 64 50 86c32 22 76 33 130 33c55 0 99 -11 132 -33s50 -51 50 -87c0 -38 -18 -67 -54 -86c45 -21 68 -54 68 -98z
+M160 140c-12 -9 -19 -20 -19 -34s7 -26 20 -35s31 -14 53 -14c23 0 41 5 54 13c14 10 21 21 21 35c0 15 -7 26 -20 35s-32 13 -55 13s-40 -4 -54 -13zM277 -110c15 10 23 23 23 40s-8 30 -23 40s-36 15 -63 15c-26 0 -46 -5 -62 -15c-14 -10 -22 -23 -22 -40s8 -30 22 -40
+c16 -11 36 -16 62 -16c27 0 48 5 63 16z" />
+    <glyph glyph-name="nine.sinf" horiz-adv-x="430"
+d="M350 175c38 -36 56 -86 56 -150c0 -45 -10 -85 -30 -119c-20 -35 -49 -61 -86 -80s-81 -28 -130 -28c-23 0 -45 2 -68 8c-22 4 -41 11 -57 19l39 79c25 -13 54 -19 87 -19c40 0 72 10 96 31c24 20 37 47 39 80c-28 -25 -67 -37 -117 -37c-45 0 -82 12 -112 36
+s-45 55 -45 94c0 41 16 75 50 101c32 26 75 39 126 39c65 0 116 -18 152 -54zM260 52c14 10 22 25 22 42c0 16 -7 30 -22 41c-14 11 -34 17 -59 17c-23 0 -41 -5 -54 -16s-20 -25 -20 -42s7 -32 21 -42c13 -12 31 -17 54 -17s42 5 58 17z" />
+    <glyph glyph-name="zero.tf" horiz-adv-x="700"
+d="M192 32c-46 28 -82 70 -108 125c-25 55 -38 119 -38 193s13 138 38 193c26 55 62 97 108 125c46 30 99 44 158 44s112 -14 158 -44c46 -28 82 -70 108 -125s39 -119 39 -193s-13 -138 -39 -193s-62 -97 -108 -125c-46 -30 -99 -44 -158 -44s-112 14 -158 44zM453 181
+c25 37 38 94 38 169s-13 132 -38 169s-60 56 -103 56s-78 -19 -103 -56s-38 -94 -38 -169s13 -132 38 -169s60 -56 103 -56s78 19 103 56z" />
+    <glyph glyph-name="one.tf" horiz-adv-x="700"
+d="M601 130v-130h-469v130h163v440h-150v130h313v-570h143z" />
+    <glyph glyph-name="two.tf" horiz-adv-x="700"
+d="M619 132v-132h-539v105l276 255c29 27 49 51 60 71s16 40 16 60c0 27 -10 47 -30 63c-21 14 -50 22 -87 22c-69 0 -120 -23 -155 -70l-116 76c27 41 65 72 114 96c49 22 105 34 170 34c53 0 100 -8 140 -26c41 -16 72 -40 94 -72c22 -30 33 -67 33 -109
+c0 -37 -9 -72 -26 -105s-50 -72 -97 -116l-164 -152h311z" />
+    <glyph glyph-name="three.tf" horiz-adv-x="700"
+d="M578 348c35 -36 52 -81 52 -134c0 -41 -11 -78 -33 -112c-22 -35 -55 -62 -101 -83c-44 -21 -100 -31 -166 -31c-57 0 -110 7 -160 21s-91 33 -123 58l67 124c61 -45 132 -67 213 -67c45 0 79 8 103 24c25 15 37 37 37 66c0 27 -11 48 -35 64c-22 14 -57 22 -104 22h-79
+v107l153 163h-328v130h524v-105l-168 -179c65 -10 114 -33 148 -68z" />
+    <glyph glyph-name="four.tf" horiz-adv-x="700"
+d="M653 147h-109v-147h-155v147h-353v109l299 444h173l-284 -421h173v124h147v-124h109v-132z" />
+    <glyph glyph-name="five.tf" horiz-adv-x="700"
+d="M552 378c50 -38 75 -92 75 -159c0 -43 -11 -81 -33 -117c-21 -34 -54 -62 -100 -83c-44 -21 -100 -31 -165 -31c-53 0 -105 7 -156 20s-93 32 -126 55l63 124c29 -20 63 -35 100 -47c38 -10 77 -16 116 -16c43 0 76 8 101 24s37 38 37 66c0 30 -13 53 -40 68
+c-26 16 -71 24 -135 24h-190l37 394h444v-130h-310l-11 -133h59c107 0 185 -19 234 -59z" />
+    <glyph glyph-name="six.tf" horiz-adv-x="700"
+d="M532 412c38 -19 68 -44 90 -78c22 -32 33 -70 33 -113c0 -46 -12 -87 -36 -122s-57 -63 -99 -82c-43 -19 -91 -29 -145 -29c-101 0 -179 30 -237 90c-56 61 -85 146 -85 256c0 73 15 138 46 196c31 56 75 101 132 134c57 32 125 48 202 48c38 0 74 -4 109 -12
+c34 -9 63 -21 87 -36l-60 -122c-17 13 -38 22 -61 28c-24 7 -49 10 -75 10c-65 0 -117 -18 -157 -56c-39 -36 -60 -88 -62 -153c21 21 47 38 80 50s69 18 109 18c48 0 91 -9 129 -27zM458 137c23 19 35 45 35 76c0 32 -12 58 -35 77s-54 29 -91 29s-67 -10 -93 -29
+c-24 -20 -37 -46 -37 -77c0 -29 12 -54 36 -75c24 -20 56 -30 96 -30c36 0 66 10 89 29z" />
+    <glyph glyph-name="seven.tf" horiz-adv-x="700"
+d="M646 700v-105l-284 -595h-173l270 568h-254v-114h-143v246h584z" />
+    <glyph glyph-name="eight.tf" horiz-adv-x="700"
+d="M626 300c18 -27 28 -60 28 -97c0 -43 -13 -81 -38 -113c-25 -33 -61 -58 -107 -76c-46 -17 -99 -26 -160 -26c-60 0 -113 9 -159 26c-46 18 -82 43 -106 76c-26 32 -38 70 -38 113c0 37 9 69 28 97s46 51 81 68c-27 16 -48 36 -63 60c-14 25 -21 53 -21 84
+c0 41 12 76 35 106s56 53 98 70c42 16 90 24 145 24s104 -8 147 -24c42 -17 75 -40 98 -70s35 -65 35 -106c0 -31 -7 -59 -22 -84c-15 -24 -36 -44 -63 -60c35 -17 62 -40 82 -68zM264 570c-21 -16 -32 -38 -32 -65s10 -48 32 -63c20 -15 49 -23 85 -23s65 8 87 23
+c21 15 32 36 32 63s-11 49 -32 65c-22 15 -51 23 -87 23c-35 0 -64 -8 -85 -23zM452 134c26 19 39 43 39 74s-13 55 -39 73c-25 18 -60 27 -103 27s-77 -9 -103 -27c-24 -18 -37 -42 -37 -73s13 -56 38 -74s59 -27 102 -27s78 9 103 27z" />
+    <glyph glyph-name="nine.tf" horiz-adv-x="700"
+d="M562 622c56 -61 85 -146 85 -256c0 -73 -15 -138 -46 -196c-31 -56 -75 -101 -132 -134c-57 -32 -125 -48 -202 -48c-38 0 -74 4 -109 12c-34 9 -63 21 -87 36l60 122c17 -13 38 -22 61 -28c24 -7 49 -10 75 -10c65 0 117 18 157 56c39 36 60 88 62 153
+c-21 -21 -47 -38 -80 -50s-69 -18 -109 -18c-48 0 -91 9 -129 27c-38 19 -68 44 -90 78c-22 32 -33 70 -33 113c0 46 12 87 36 122s57 63 99 82c43 19 91 29 145 29c101 0 179 -30 237 -90zM426 410c24 20 37 46 37 77c0 29 -12 54 -36 75c-24 20 -56 30 -96 30
+c-36 0 -66 -10 -89 -29s-35 -45 -35 -76c0 -32 12 -58 35 -77s54 -29 91 -29s67 10 93 29z" />
+    <glyph glyph-name="zero.tosf" horiz-adv-x="700"
+d="M192 28c-46 26 -82 62 -108 110c-27 46 -40 101 -40 162s13 116 40 162c26 48 62 84 108 110c47 27 99 40 158 40s111 -13 158 -40c46 -26 82 -62 108 -110c27 -46 40 -101 40 -162s-13 -116 -40 -162c-26 -48 -62 -84 -108 -110c-47 -27 -99 -40 -158 -40
+s-111 13 -158 40zM454 168c28 31 41 75 41 132s-13 101 -41 132c-26 31 -61 47 -104 47s-77 -16 -104 -47s-40 -75 -40 -132s13 -101 40 -132s61 -47 104 -47s78 16 104 47z" />
+    <glyph glyph-name="one.tosf" horiz-adv-x="700"
+d="M601 130v-130h-469v130h163v340h-147v130h307v-470h146z" />
+    <glyph glyph-name="two.tosf" horiz-adv-x="700"
+d="M631 130v-130h-546v90l280 213c29 23 49 41 59 57c10 14 15 31 15 48c0 22 -10 39 -29 52c-20 13 -49 19 -86 19c-33 0 -63 -6 -88 -19c-26 -12 -47 -30 -63 -53l-122 69c28 43 66 77 115 100c49 24 105 36 170 36c53 0 100 -8 140 -24c41 -17 72 -39 94 -68
+c21 -29 32 -61 32 -98s-9 -70 -26 -99c-18 -29 -50 -61 -97 -96l-129 -97h281z" />
+    <glyph glyph-name="three.tosf" horiz-adv-x="700"
+d="M578 248c35 -36 52 -81 52 -134c0 -41 -11 -78 -33 -112c-22 -35 -55 -62 -101 -83c-44 -21 -100 -31 -166 -31c-57 0 -110 7 -160 21s-91 33 -123 58l67 124c61 -45 131 -67 210 -67c46 0 81 8 106 24c25 15 37 37 37 66c0 27 -11 48 -35 64c-22 14 -57 22 -104 22h-79
+v107l153 163h-328v130h524v-105l-168 -179c65 -10 114 -33 148 -68z" />
+    <glyph glyph-name="four.tosf" horiz-adv-x="700"
+d="M653 47h-109v-147h-155v147h-353v109l299 444h173l-284 -421h173v124h147v-124h109v-132z" />
+    <glyph glyph-name="five.tosf" horiz-adv-x="700"
+d="M552 278c50 -38 75 -92 75 -159c0 -43 -11 -81 -33 -117c-21 -34 -54 -62 -100 -83c-44 -21 -100 -31 -165 -31c-53 0 -105 7 -156 20s-93 32 -126 55l63 124c29 -20 63 -35 100 -47c38 -10 77 -16 116 -16c43 0 76 8 101 24s37 38 37 66c0 30 -13 53 -40 68
+c-26 16 -71 24 -135 24h-190l37 394h444v-130h-310l-11 -133h59c107 0 185 -19 234 -59z" />
+    <glyph glyph-name="six.tosf" horiz-adv-x="700"
+d="M532 412c38 -19 68 -44 90 -78c22 -32 33 -70 33 -113c0 -46 -12 -87 -36 -122s-57 -63 -99 -82c-43 -19 -91 -29 -145 -29c-101 0 -179 30 -237 90c-56 61 -85 146 -85 256c0 73 15 138 46 196c31 56 75 101 132 134c57 32 125 48 202 48c38 0 74 -4 109 -12
+c34 -9 63 -21 87 -36l-60 -122c-17 13 -38 22 -61 28c-24 7 -49 10 -75 10c-65 0 -117 -18 -157 -56c-39 -36 -60 -88 -62 -153c21 21 47 38 80 50s69 18 109 18c48 0 91 -9 129 -27zM458 137c23 19 35 45 35 76c0 32 -12 58 -35 77s-54 29 -91 29s-67 -10 -93 -29
+c-24 -20 -37 -46 -37 -77c0 -29 12 -54 36 -75c24 -20 56 -30 96 -30c36 0 66 10 89 29z" />
+    <glyph glyph-name="seven.tosf" horiz-adv-x="700"
+d="M646 600v-105l-284 -595h-173l270 568h-254v-114h-143v246h584z" />
+    <glyph glyph-name="eight.tosf" horiz-adv-x="700"
+d="M626 300c18 -27 28 -60 28 -97c0 -43 -13 -81 -38 -113c-25 -33 -61 -58 -107 -76c-46 -17 -99 -26 -160 -26c-60 0 -113 9 -159 26c-46 18 -82 43 -106 76c-26 32 -38 70 -38 113c0 37 9 69 28 97s46 51 81 68c-27 16 -48 36 -63 60c-14 25 -21 53 -21 84
+c0 41 12 76 35 106s56 53 98 70c42 16 90 24 145 24s104 -8 147 -24c42 -17 75 -40 98 -70s35 -65 35 -106c0 -31 -7 -59 -22 -84c-15 -24 -36 -44 -63 -60c35 -17 62 -40 82 -68zM264 570c-21 -16 -32 -38 -32 -65s10 -48 32 -63c20 -15 49 -23 85 -23s65 8 87 23
+c21 15 32 36 32 63s-11 49 -32 65c-22 15 -51 23 -87 23c-35 0 -64 -8 -85 -23zM452 134c26 19 39 43 39 74s-13 55 -39 73c-25 18 -60 27 -103 27s-77 -9 -103 -27c-24 -18 -37 -42 -37 -73s13 -56 38 -74s59 -27 102 -27s78 9 103 27z" />
+    <glyph glyph-name="nine.tosf" horiz-adv-x="700"
+d="M562 522c56 -61 85 -146 85 -256c0 -73 -15 -138 -46 -196c-31 -56 -75 -101 -132 -134c-57 -32 -125 -48 -202 -48c-38 0 -74 4 -109 12c-34 9 -63 21 -87 36l60 122c17 -13 38 -22 61 -28c24 -7 49 -10 75 -10c65 0 117 18 157 56c39 36 60 88 62 153
+c-21 -21 -47 -38 -80 -50s-69 -18 -109 -18c-48 0 -91 9 -129 27c-38 19 -68 44 -90 78c-22 32 -33 70 -33 113c0 46 12 87 36 122s57 63 99 82c43 19 91 29 145 29c101 0 179 -30 237 -90zM426 310c24 20 37 46 37 77c0 29 -12 54 -36 75c-24 20 -56 30 -96 30
+c-36 0 -66 -10 -89 -29s-35 -45 -35 -76c0 -32 12 -58 35 -77s54 -29 91 -29s67 10 93 29z" />
+    <glyph glyph-name="uni2080" unicode="&#x2080;" horiz-adv-x="430"
+d="M73 -50c-36 39 -54 91 -54 158c0 66 18 118 54 157s83 58 142 58s106 -19 142 -58s54 -91 54 -157c0 -67 -18 -119 -54 -158s-83 -58 -142 -58s-106 19 -142 58zM278 12c15 21 23 53 23 96s-8 74 -23 96c-16 20 -37 31 -63 31s-47 -11 -63 -31c-15 -22 -23 -53 -23 -96
+s8 -75 23 -96c16 -21 37 -32 63 -32s47 11 63 32z" />
+    <glyph glyph-name="uni2081" unicode="&#x2081;" horiz-adv-x="430"
+d="M378 -17v-83h-305v83h103v249h-94v83h206v-332h90z" />
+    <glyph glyph-name="uni2082" unicode="&#x2082;" horiz-adv-x="430"
+d="M390 -16v-84h-349v67l173 150c19 16 32 29 38 41c8 10 11 21 11 31c0 14 -6 25 -18 34s-30 13 -54 13c-20 0 -38 -4 -55 -12c-16 -7 -29 -18 -38 -31l-80 48c17 25 40 45 71 60s68 22 111 22c54 0 96 -12 128 -35c30 -23 46 -54 46 -91c0 -21 -6 -41 -16 -61
+c-12 -18 -32 -41 -63 -68l-96 -84h191z" />
+    <glyph glyph-name="uni2083" unicode="&#x2083;" horiz-adv-x="430"
+d="M365 108c21 -21 32 -48 32 -80c0 -24 -7 -46 -21 -67c-15 -21 -37 -37 -66 -50s-65 -19 -108 -19c-36 0 -71 4 -104 13c-34 9 -61 20 -80 34l40 80c19 -13 41 -23 66 -29c25 -8 51 -11 76 -11c29 0 50 4 64 13c15 9 22 21 22 36c0 31 -26 47 -79 47h-59v68l91 89h-203v83
+h338v-67l-101 -99c40 -6 71 -20 92 -41z" />
+    <glyph glyph-name="uni2084" unicode="&#x2084;" horiz-adv-x="430"
+d="M411 -16h-67v-84h-107v84h-225v70l189 261h119l-179 -246h107v70h96v-70h67v-85z" />
+    <glyph glyph-name="uni2085" unicode="&#x2085;" horiz-adv-x="430"
+d="M392 29c0 -25 -7 -47 -22 -69c-14 -20 -36 -37 -65 -50c-29 -12 -65 -18 -108 -18c-35 0 -69 4 -102 12c-33 9 -59 20 -78 33l40 79c19 -11 41 -20 65 -27c25 -7 49 -10 74 -10c28 0 49 4 64 13c14 9 21 21 21 36s-7 27 -22 34c-15 8 -41 12 -78 12h-129l25 241h286v-83
+h-195l-7 -74h37c129 0 194 -43 194 -129z" />
+    <glyph glyph-name="uni2086" unicode="&#x2086;" horiz-adv-x="430"
+d="M363 126c30 -24 45 -55 45 -94c0 -41 -16 -75 -50 -101c-32 -26 -75 -39 -126 -39c-65 0 -116 18 -152 54c-38 36 -56 86 -56 150c0 45 10 85 30 120c20 34 49 60 86 79s81 28 130 28c23 0 45 -3 68 -7c22 -6 41 -12 57 -20l-39 -79c-25 13 -54 19 -87 19
+c-40 0 -72 -10 -96 -30s-37 -47 -39 -81c28 25 67 37 117 37c45 0 82 -12 112 -36zM282 -15c13 11 20 25 20 42c0 18 -7 32 -20 43s-32 16 -55 16s-42 -6 -57 -16c-15 -12 -22 -26 -22 -43c0 -16 7 -30 21 -41s34 -17 59 -17c23 0 41 5 54 16z" />
+    <glyph glyph-name="uni2087" unicode="&#x2087;" horiz-adv-x="430"
+d="M406 315v-67l-179 -348h-122l170 331h-151v-66h-96v150h378z" />
+    <glyph glyph-name="uni2088" unicode="&#x2088;" horiz-adv-x="430"
+d="M410 19c0 -38 -18 -69 -54 -92c-35 -23 -83 -35 -142 -35s-106 12 -141 35s-53 54 -53 92c0 44 23 77 68 99c-17 9 -31 21 -40 36s-14 31 -14 50c0 35 16 64 50 86c32 22 76 33 130 33c55 0 99 -11 132 -33s50 -51 50 -87c0 -38 -18 -67 -54 -86c45 -21 68 -54 68 -98z
+M160 234c-12 -9 -19 -20 -19 -34s7 -26 20 -35s31 -14 53 -14c23 0 41 5 54 13c14 10 21 21 21 35c0 15 -7 26 -20 35s-32 13 -55 13s-40 -4 -54 -13zM277 -16c15 10 23 23 23 40s-8 30 -23 40s-36 15 -63 15c-26 0 -46 -5 -62 -15c-14 -10 -22 -23 -22 -40s8 -30 22 -40
+c16 -11 36 -16 62 -16c27 0 48 5 63 16z" />
+    <glyph glyph-name="uni2089" unicode="&#x2089;" horiz-adv-x="430"
+d="M350 269c38 -36 56 -86 56 -150c0 -45 -10 -85 -30 -119c-20 -35 -49 -61 -86 -80s-81 -28 -130 -28c-23 0 -45 2 -68 8c-22 4 -41 11 -57 19l39 79c25 -13 54 -19 87 -19c40 0 72 10 96 31c24 20 37 47 39 80c-28 -25 -67 -37 -117 -37c-45 0 -82 12 -112 36
+s-45 55 -45 94c0 41 16 75 50 101c32 26 75 39 126 39c65 0 116 -18 152 -54zM260 146c14 10 22 25 22 42c0 16 -7 30 -22 41c-14 11 -34 17 -59 17c-23 0 -41 -5 -54 -16s-20 -25 -20 -42s7 -32 21 -42c13 -12 31 -17 54 -17s42 5 58 17z" />
+    <glyph glyph-name="zero.dnom" horiz-adv-x="430"
+d="M73 50c-36 39 -54 91 -54 158c0 66 18 118 54 157s83 58 142 58s106 -19 142 -58s54 -91 54 -157c0 -67 -18 -119 -54 -158s-83 -58 -142 -58s-106 19 -142 58zM278 112c15 21 23 53 23 96s-8 74 -23 96c-16 20 -37 31 -63 31s-47 -11 -63 -31c-15 -22 -23 -53 -23 -96
+s8 -75 23 -96c16 -21 37 -32 63 -32s47 11 63 32z" />
+    <glyph glyph-name="one.dnom" horiz-adv-x="430"
+d="M378 83v-83h-305v83h103v249h-94v83h206v-332h90z" />
+    <glyph glyph-name="two.dnom" horiz-adv-x="430"
+d="M390 84v-84h-349v67l173 150c19 16 32 29 38 41c8 10 11 21 11 31c0 14 -6 25 -18 34s-30 13 -54 13c-20 0 -38 -4 -55 -12c-16 -7 -29 -18 -38 -31l-80 48c17 25 40 45 71 60s68 22 111 22c54 0 96 -12 128 -35c30 -23 46 -54 46 -91c0 -21 -6 -41 -16 -61
+c-12 -18 -32 -41 -63 -68l-96 -84h191z" />
+    <glyph glyph-name="three.dnom" horiz-adv-x="430"
+d="M365 208c21 -21 32 -48 32 -80c0 -24 -7 -46 -21 -67c-15 -21 -37 -37 -66 -50s-65 -19 -108 -19c-36 0 -71 4 -104 13c-34 9 -61 20 -80 34l40 80c19 -13 41 -23 66 -29c25 -8 51 -11 76 -11c29 0 50 4 64 13c15 9 22 21 22 36c0 31 -26 47 -79 47h-59v68l91 89h-203v83
+h338v-67l-101 -99c40 -6 71 -20 92 -41z" />
+    <glyph glyph-name="four.dnom" horiz-adv-x="430"
+d="M411 84h-67v-84h-107v84h-225v70l189 261h119l-179 -246h107v70h96v-70h67v-85z" />
+    <glyph glyph-name="five.dnom" horiz-adv-x="430"
+d="M392 129c0 -25 -7 -47 -22 -69c-14 -20 -36 -37 -65 -50c-29 -12 -65 -18 -108 -18c-35 0 -69 4 -102 12c-33 9 -59 20 -78 33l40 79c19 -11 41 -20 65 -27c25 -7 49 -10 74 -10c28 0 49 4 64 13c14 9 21 21 21 36s-7 27 -22 34c-15 8 -41 12 -78 12h-129l25 241h286v-83
+h-195l-7 -74h37c129 0 194 -43 194 -129z" />
+    <glyph glyph-name="six.dnom" horiz-adv-x="430"
+d="M363 226c30 -24 45 -55 45 -94c0 -41 -16 -75 -50 -101c-32 -26 -75 -39 -126 -39c-65 0 -116 18 -152 54c-38 36 -56 86 -56 150c0 45 10 85 30 120c20 34 49 60 86 79s81 28 130 28c23 0 45 -3 68 -7c22 -6 41 -12 57 -20l-39 -79c-25 13 -54 19 -87 19
+c-40 0 -72 -10 -96 -30s-37 -47 -39 -81c28 25 67 37 117 37c45 0 82 -12 112 -36zM282 85c13 11 20 25 20 42c0 18 -7 32 -20 43s-32 16 -55 16s-42 -6 -57 -16c-15 -12 -22 -26 -22 -43c0 -16 7 -30 21 -41s34 -17 59 -17c23 0 41 5 54 16z" />
+    <glyph glyph-name="seven.dnom" horiz-adv-x="430"
+d="M406 415v-67l-179 -348h-122l170 331h-151v-66h-96v150h378z" />
+    <glyph glyph-name="eight.dnom" horiz-adv-x="430"
+d="M410 119c0 -38 -18 -69 -54 -92c-35 -23 -83 -35 -142 -35s-106 12 -141 35s-53 54 -53 92c0 44 23 77 68 99c-17 9 -31 21 -40 36s-14 31 -14 50c0 35 16 64 50 86c32 22 76 33 130 33c55 0 99 -11 132 -33s50 -51 50 -87c0 -38 -18 -67 -54 -86c45 -21 68 -54 68 -98z
+M160 334c-12 -9 -19 -20 -19 -34s7 -26 20 -35s31 -14 53 -14c23 0 41 5 54 13c14 10 21 21 21 35c0 15 -7 26 -20 35s-32 13 -55 13s-40 -4 -54 -13zM277 84c15 10 23 23 23 40s-8 30 -23 40s-36 15 -63 15c-26 0 -46 -5 -62 -15c-14 -10 -22 -23 -22 -40s8 -30 22 -40
+c16 -11 36 -16 62 -16c27 0 48 5 63 16z" />
+    <glyph glyph-name="nine.dnom" horiz-adv-x="430"
+d="M350 369c38 -36 56 -86 56 -150c0 -45 -10 -85 -30 -119c-20 -35 -49 -61 -86 -80s-81 -28 -130 -28c-23 0 -45 2 -68 8c-22 4 -41 11 -57 19l39 79c25 -13 54 -19 87 -19c40 0 72 10 96 31c24 20 37 47 39 80c-28 -25 -67 -37 -117 -37c-45 0 -82 12 -112 36
+s-45 55 -45 94c0 41 16 75 50 101c32 26 75 39 126 39c65 0 116 -18 152 -54zM260 246c14 10 22 25 22 42c0 16 -7 30 -22 41c-14 11 -34 17 -59 17c-23 0 -41 -5 -54 -16s-20 -25 -20 -42s7 -32 21 -42c13 -12 31 -17 54 -17s42 5 58 17z" />
+    <glyph glyph-name="zero.numr" horiz-adv-x="430"
+d="M73 335c-36 39 -54 91 -54 158c0 66 18 118 54 157s83 58 142 58s106 -19 142 -58s54 -91 54 -157c0 -67 -18 -119 -54 -158s-83 -58 -142 -58s-106 19 -142 58zM278 397c15 21 23 53 23 96s-8 75 -23 95c-16 22 -37 32 -63 32s-47 -10 -63 -32c-15 -20 -23 -52 -23 -95
+s8 -75 23 -96c16 -21 37 -32 63 -32s47 11 63 32z" />
+    <glyph glyph-name="one.numr" horiz-adv-x="430"
+d="M378 368v-83h-305v83h103v249h-94v83h206v-332h90z" />
+    <glyph glyph-name="two.numr" horiz-adv-x="430"
+d="M390 369v-84h-349v67l173 150c19 16 32 30 38 40c8 12 11 22 11 32c0 14 -6 25 -18 34s-30 13 -54 13c-20 0 -38 -4 -55 -11c-16 -8 -29 -19 -38 -32l-80 48c17 25 40 45 71 60s68 22 111 22c54 0 96 -12 128 -35c30 -23 46 -54 46 -91c0 -21 -6 -42 -16 -60
+c-12 -20 -32 -42 -63 -69l-96 -84h191z" />
+    <glyph glyph-name="three.numr" horiz-adv-x="430"
+d="M365 493c21 -21 32 -48 32 -80c0 -24 -7 -46 -21 -67c-15 -21 -37 -37 -66 -50s-65 -19 -108 -19c-36 0 -71 4 -104 13c-34 9 -61 20 -80 34l40 80c19 -13 41 -22 66 -30c25 -6 51 -10 76 -10c29 0 50 4 64 13c15 9 22 21 22 36c0 31 -26 47 -79 47h-59v68l91 89h-203v83
+h338v-67l-101 -99c40 -6 71 -20 92 -41z" />
+    <glyph glyph-name="four.numr" horiz-adv-x="430"
+d="M411 369h-67v-84h-107v84h-225v70l189 261h119l-179 -246h107v70h96v-70h67v-85z" />
+    <glyph glyph-name="five.numr" horiz-adv-x="430"
+d="M392 414c0 -25 -7 -48 -22 -68c-14 -22 -36 -38 -65 -50c-29 -13 -65 -19 -108 -19c-35 0 -69 4 -102 13c-33 8 -59 19 -78 32l40 79c19 -11 41 -20 65 -27c25 -7 49 -10 74 -10c28 0 49 4 64 13c14 9 21 21 21 36s-7 27 -22 35c-15 7 -41 11 -78 11h-129l25 241h286v-83
+h-195l-7 -74h37c129 0 194 -43 194 -129z" />
+    <glyph glyph-name="six.numr" horiz-adv-x="430"
+d="M363 511c30 -24 45 -55 45 -94c0 -41 -16 -75 -50 -101c-32 -26 -75 -39 -126 -39c-65 0 -116 18 -152 54c-38 36 -56 86 -56 150c0 45 10 85 30 119c20 35 49 61 86 80s81 28 130 28c23 0 45 -2 68 -8c22 -4 41 -11 57 -19l-39 -79c-25 13 -54 19 -87 19
+c-40 0 -72 -10 -96 -30s-37 -47 -39 -81c28 25 67 37 117 37c45 0 82 -12 112 -36zM282 370c13 11 20 25 20 42c0 18 -7 32 -20 43s-32 16 -55 16s-42 -5 -57 -17c-15 -10 -22 -25 -22 -42c0 -16 7 -30 21 -41s34 -17 59 -17c23 0 41 5 54 16z" />
+    <glyph glyph-name="seven.numr" horiz-adv-x="430"
+d="M406 700v-67l-179 -348h-122l170 331h-151v-66h-96v150h378z" />
+    <glyph glyph-name="eight.numr" horiz-adv-x="430"
+d="M410 404c0 -38 -18 -69 -54 -92c-35 -23 -83 -35 -142 -35s-106 12 -141 35s-53 54 -53 92c0 44 23 77 68 99c-17 9 -31 21 -40 36s-14 31 -14 50c0 35 16 64 50 86c32 22 76 33 130 33c55 0 99 -11 132 -33s50 -51 50 -87c0 -38 -18 -67 -54 -86c45 -21 68 -54 68 -98z
+M160 619c-12 -9 -19 -20 -19 -34s7 -26 20 -35s31 -14 53 -14c23 0 41 4 54 14c14 8 21 20 21 34c0 15 -7 26 -20 35s-32 13 -55 13s-40 -4 -54 -13zM277 368c15 11 23 24 23 41s-8 30 -23 40s-36 15 -63 15c-26 0 -46 -5 -62 -15c-14 -10 -22 -23 -22 -40s8 -30 22 -41
+c16 -10 36 -15 62 -15c27 0 48 5 63 15z" />
+    <glyph glyph-name="nine.numr" horiz-adv-x="430"
+d="M350 654c38 -36 56 -86 56 -150c0 -45 -10 -85 -30 -120c-20 -34 -49 -60 -86 -79s-81 -28 -130 -28c-23 0 -45 3 -68 7c-22 6 -41 12 -57 20l39 79c25 -13 54 -19 87 -19c40 0 72 10 96 30c24 21 37 48 39 81c-28 -25 -67 -37 -117 -37c-45 0 -82 12 -112 36
+s-45 55 -45 94c0 41 16 75 50 101c32 26 75 39 126 39c65 0 116 -18 152 -54zM260 530c14 12 22 26 22 43c0 16 -7 30 -22 41c-14 11 -34 17 -59 17c-23 0 -41 -5 -54 -16s-20 -25 -20 -42s7 -31 21 -43c13 -10 31 -16 54 -16s42 6 58 16z" />
+    <glyph glyph-name="uni2070" unicode="&#x2070;" horiz-adv-x="430"
+d="M73 377c-36 39 -54 91 -54 158c0 66 18 118 54 157s83 58 142 58s106 -19 142 -58s54 -91 54 -157c0 -67 -18 -119 -54 -158s-83 -58 -142 -58s-106 19 -142 58zM278 439c15 21 23 53 23 96s-8 75 -23 95c-16 22 -37 32 -63 32s-47 -10 -63 -32c-15 -20 -23 -52 -23 -95
+s8 -75 23 -96c16 -21 37 -32 63 -32s47 11 63 32z" />
+    <glyph glyph-name="uni00B9" unicode="&#xb9;" horiz-adv-x="430"
+d="M378 410v-83h-305v83h103v249h-94v83h206v-332h90z" />
+    <glyph glyph-name="uni00B2" unicode="&#xb2;" horiz-adv-x="430"
+d="M390 411v-84h-349v67l173 150c19 16 32 30 38 40c8 12 11 22 11 32c0 14 -6 25 -18 34s-30 13 -54 13c-20 0 -38 -4 -55 -11c-16 -8 -29 -19 -38 -32l-80 48c17 25 40 45 71 60s68 22 111 22c54 0 96 -12 128 -35c30 -23 46 -54 46 -91c0 -21 -6 -42 -16 -60
+c-12 -20 -32 -42 -63 -69l-96 -84h191z" />
+    <glyph glyph-name="uni00B3" unicode="&#xb3;" horiz-adv-x="430"
+d="M365 535c21 -21 32 -48 32 -80c0 -24 -7 -46 -21 -67c-15 -21 -37 -37 -66 -50s-65 -19 -108 -19c-36 0 -71 4 -104 13c-34 9 -61 20 -80 34l40 80c19 -13 41 -22 66 -30c25 -6 51 -10 76 -10c29 0 50 4 64 13c15 9 22 21 22 36c0 31 -26 47 -79 47h-59v68l91 89h-203v83
+h338v-67l-101 -99c40 -6 71 -20 92 -41z" />
+    <glyph glyph-name="uni2074" unicode="&#x2074;" horiz-adv-x="430"
+d="M411 411h-67v-84h-107v84h-225v70l189 261h119l-179 -246h107v70h96v-70h67v-85z" />
+    <glyph glyph-name="uni2075" unicode="&#x2075;" horiz-adv-x="430"
+d="M392 456c0 -25 -7 -48 -22 -68c-14 -22 -36 -38 -65 -50c-29 -13 -65 -19 -108 -19c-35 0 -69 4 -102 13c-33 8 -59 19 -78 32l40 79c19 -11 41 -20 65 -27c25 -7 49 -10 74 -10c28 0 49 4 64 13c14 9 21 21 21 36s-7 27 -22 35c-15 7 -41 11 -78 11h-129l25 241h286v-83
+h-195l-7 -74h37c129 0 194 -43 194 -129z" />
+    <glyph glyph-name="uni2076" unicode="&#x2076;" horiz-adv-x="430"
+d="M363 553c30 -24 45 -55 45 -94c0 -41 -16 -75 -50 -101c-32 -26 -75 -39 -126 -39c-65 0 -116 18 -152 54c-38 36 -56 86 -56 150c0 45 10 85 30 119c20 35 49 61 86 80s81 28 130 28c23 0 45 -2 68 -8c22 -4 41 -11 57 -19l-39 -79c-25 13 -54 19 -87 19
+c-40 0 -72 -10 -96 -30s-37 -47 -39 -81c28 25 67 37 117 37c45 0 82 -12 112 -36zM282 412c13 11 20 25 20 42c0 18 -7 32 -20 43s-32 16 -55 16s-42 -5 -57 -17c-15 -10 -22 -25 -22 -42c0 -16 7 -30 21 -41s34 -17 59 -17c23 0 41 5 54 16z" />
+    <glyph glyph-name="uni2077" unicode="&#x2077;" horiz-adv-x="430"
+d="M406 742v-67l-179 -348h-122l170 331h-151v-66h-96v150h378z" />
+    <glyph glyph-name="uni2078" unicode="&#x2078;" horiz-adv-x="430"
+d="M410 446c0 -38 -18 -69 -54 -92c-35 -23 -83 -35 -142 -35s-106 12 -141 35s-53 54 -53 92c0 44 23 77 68 99c-17 9 -31 21 -40 36s-14 31 -14 50c0 35 16 64 50 86c32 22 76 33 130 33c55 0 99 -11 132 -33s50 -51 50 -87c0 -38 -18 -67 -54 -86c45 -21 68 -54 68 -98z
+M160 661c-12 -9 -19 -20 -19 -34s7 -26 20 -35s31 -14 53 -14c23 0 41 4 54 14c14 8 21 20 21 34c0 15 -7 26 -20 35s-32 13 -55 13s-40 -4 -54 -13zM277 410c15 11 23 24 23 41s-8 30 -23 40s-36 15 -63 15c-26 0 -46 -5 -62 -15c-14 -10 -22 -23 -22 -40s8 -30 22 -41
+c16 -10 36 -15 62 -15c27 0 48 5 63 15z" />
+    <glyph glyph-name="uni2079" unicode="&#x2079;" horiz-adv-x="430"
+d="M350 696c38 -36 56 -86 56 -150c0 -45 -10 -85 -30 -120c-20 -34 -49 -60 -86 -79s-81 -28 -130 -28c-23 0 -45 3 -68 7c-22 6 -41 12 -57 20l39 79c25 -13 54 -19 87 -19c40 0 72 10 96 30c24 21 37 48 39 81c-28 -25 -67 -37 -117 -37c-45 0 -82 12 -112 36
+s-45 55 -45 94c0 41 16 75 50 101c32 26 75 39 126 39c65 0 116 -18 152 -54zM260 572c14 12 22 26 22 43c0 16 -7 30 -22 41c-14 11 -34 17 -59 17c-23 0 -41 -5 -54 -16s-20 -25 -20 -42s7 -31 21 -43c13 -10 31 -16 54 -16s42 6 58 16z" />
+    <glyph glyph-name="fraction" unicode="&#x2044;" horiz-adv-x="184"
+d="M272 700h119l-478 -700h-119z" />
+    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="1044"
+d="M378 368v-83h-305v83h103v249h-94v83h206v-332h90zM702 700h119l-478 -700h-119zM1004 84v-84h-349v67l173 150c19 16 32 29 38 41c8 10 11 21 11 31c0 14 -6 25 -18 34s-30 13 -54 13c-20 0 -38 -4 -55 -12c-16 -7 -29 -18 -38 -31l-80 48c17 25 40 45 71 60
+s68 22 111 22c54 0 96 -12 128 -35c30 -23 46 -54 46 -91c0 -21 -6 -41 -16 -61c-12 -18 -32 -41 -63 -68l-96 -84h191z" />
+    <glyph glyph-name="uni2153" unicode="&#x2153;" horiz-adv-x="1044"
+d="M378 368v-83h-305v83h103v249h-94v83h206v-332h90zM702 700h119l-478 -700h-119zM979 208c21 -21 32 -48 32 -80c0 -24 -7 -46 -21 -67c-15 -21 -37 -37 -66 -50s-65 -19 -108 -19c-36 0 -71 4 -104 13c-34 9 -61 20 -80 34l40 80c19 -13 41 -23 66 -29
+c25 -8 51 -11 76 -11c29 0 50 4 64 13c15 9 22 21 22 36c0 31 -26 47 -79 47h-59v68l91 89h-203v83h338v-67l-101 -99c40 -6 71 -20 92 -41z" />
+    <glyph glyph-name="uni2154" unicode="&#x2154;" horiz-adv-x="1044"
+d="M390 369v-84h-349v67l173 150c19 16 32 30 38 40c8 12 11 22 11 32c0 14 -6 25 -18 34s-30 13 -54 13c-20 0 -38 -4 -55 -11c-16 -8 -29 -19 -38 -32l-80 48c17 25 40 45 71 60s68 22 111 22c54 0 96 -12 128 -35c30 -23 46 -54 46 -91c0 -21 -6 -42 -16 -60
+c-12 -20 -32 -42 -63 -69l-96 -84h191zM702 700h119l-478 -700h-119zM979 208c21 -21 32 -48 32 -80c0 -24 -7 -46 -21 -67c-15 -21 -37 -37 -66 -50s-65 -19 -108 -19c-36 0 -71 4 -104 13c-34 9 -61 20 -80 34l40 80c19 -13 41 -23 66 -29c25 -8 51 -11 76 -11
+c29 0 50 4 64 13c15 9 22 21 22 36c0 31 -26 47 -79 47h-59v68l91 89h-203v83h338v-67l-101 -99c40 -6 71 -20 92 -41z" />
+    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="1044"
+d="M378 368v-83h-305v83h103v249h-94v83h206v-332h90zM702 700h119l-478 -700h-119zM1025 84h-67v-84h-107v84h-225v70l189 261h119l-179 -246h107v70h96v-70h67v-85z" />
+    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="1044"
+d="M365 493c21 -21 32 -48 32 -80c0 -24 -7 -46 -21 -67c-15 -21 -37 -37 -66 -50s-65 -19 -108 -19c-36 0 -71 4 -104 13c-34 9 -61 20 -80 34l40 80c19 -13 41 -22 66 -30c25 -6 51 -10 76 -10c29 0 50 4 64 13c15 9 22 21 22 36c0 31 -26 47 -79 47h-59v68l91 89h-203v83
+h338v-67l-101 -99c40 -6 71 -20 92 -41zM702 700h119l-478 -700h-119zM1025 84h-67v-84h-107v84h-225v70l189 261h119l-179 -246h107v70h96v-70h67v-85z" />
+    <glyph glyph-name="oneeighth" unicode="&#x215b;" horiz-adv-x="1044"
+d="M378 368v-83h-305v83h103v249h-94v83h206v-332h90zM702 700h119l-478 -700h-119zM1024 119c0 -38 -18 -69 -54 -92c-35 -23 -83 -35 -142 -35s-106 12 -141 35s-53 54 -53 92c0 44 23 77 68 99c-17 9 -31 21 -40 36s-14 31 -14 50c0 35 16 64 50 86c32 22 76 33 130 33
+c55 0 99 -11 132 -33s50 -51 50 -87c0 -38 -18 -67 -54 -86c45 -21 68 -54 68 -98zM774 334c-12 -9 -19 -20 -19 -34s7 -26 20 -35s31 -14 53 -14c23 0 41 5 54 13c14 10 21 21 21 35c0 15 -7 26 -20 35s-32 13 -55 13s-40 -4 -54 -13zM891 84c15 10 23 23 23 40
+s-8 30 -23 40s-36 15 -63 15c-26 0 -46 -5 -62 -15c-14 -10 -22 -23 -22 -40s8 -30 22 -40c16 -11 36 -16 62 -16c27 0 48 5 63 16z" />
+    <glyph glyph-name="threeeighths" unicode="&#x215c;" horiz-adv-x="1044"
+d="M365 493c21 -21 32 -48 32 -80c0 -24 -7 -46 -21 -67c-15 -21 -37 -37 -66 -50s-65 -19 -108 -19c-36 0 -71 4 -104 13c-34 9 -61 20 -80 34l40 80c19 -13 41 -22 66 -30c25 -6 51 -10 76 -10c29 0 50 4 64 13c15 9 22 21 22 36c0 31 -26 47 -79 47h-59v68l91 89h-203v83
+h338v-67l-101 -99c40 -6 71 -20 92 -41zM702 700h119l-478 -700h-119zM1024 119c0 -38 -18 -69 -54 -92c-35 -23 -83 -35 -142 -35s-106 12 -141 35s-53 54 -53 92c0 44 23 77 68 99c-17 9 -31 21 -40 36s-14 31 -14 50c0 35 16 64 50 86c32 22 76 33 130 33
+c55 0 99 -11 132 -33s50 -51 50 -87c0 -38 -18 -67 -54 -86c45 -21 68 -54 68 -98zM774 334c-12 -9 -19 -20 -19 -34s7 -26 20 -35s31 -14 53 -14c23 0 41 5 54 13c14 10 21 21 21 35c0 15 -7 26 -20 35s-32 13 -55 13s-40 -4 -54 -13zM891 84c15 10 23 23 23 40
+s-8 30 -23 40s-36 15 -63 15c-26 0 -46 -5 -62 -15c-14 -10 -22 -23 -22 -40s8 -30 22 -40c16 -11 36 -16 62 -16c27 0 48 5 63 16z" />
+    <glyph glyph-name="fiveeighths" unicode="&#x215d;" horiz-adv-x="1044"
+d="M392 414c0 -25 -7 -48 -22 -68c-14 -22 -36 -38 -65 -50c-29 -13 -65 -19 -108 -19c-35 0 -69 4 -102 13c-33 8 -59 19 -78 32l40 79c19 -11 41 -20 65 -27c25 -7 49 -10 74 -10c28 0 49 4 64 13c14 9 21 21 21 36s-7 27 -22 35c-15 7 -41 11 -78 11h-129l25 241h286v-83
+h-195l-7 -74h37c129 0 194 -43 194 -129zM702 700h119l-478 -700h-119zM1024 119c0 -38 -18 -69 -54 -92c-35 -23 -83 -35 -142 -35s-106 12 -141 35s-53 54 -53 92c0 44 23 77 68 99c-17 9 -31 21 -40 36s-14 31 -14 50c0 35 16 64 50 86c32 22 76 33 130 33
+c55 0 99 -11 132 -33s50 -51 50 -87c0 -38 -18 -67 -54 -86c45 -21 68 -54 68 -98zM774 334c-12 -9 -19 -20 -19 -34s7 -26 20 -35s31 -14 53 -14c23 0 41 5 54 13c14 10 21 21 21 35c0 15 -7 26 -20 35s-32 13 -55 13s-40 -4 -54 -13zM891 84c15 10 23 23 23 40
+s-8 30 -23 40s-36 15 -63 15c-26 0 -46 -5 -62 -15c-14 -10 -22 -23 -22 -40s8 -30 22 -40c16 -11 36 -16 62 -16c27 0 48 5 63 16z" />
+    <glyph glyph-name="seveneighths" unicode="&#x215e;" horiz-adv-x="1044"
+d="M406 700v-67l-179 -348h-122l170 331h-151v-66h-96v150h378zM702 700h119l-478 -700h-119zM1024 119c0 -38 -18 -69 -54 -92c-35 -23 -83 -35 -142 -35s-106 12 -141 35s-53 54 -53 92c0 44 23 77 68 99c-17 9 -31 21 -40 36s-14 31 -14 50c0 35 16 64 50 86
+c32 22 76 33 130 33c55 0 99 -11 132 -33s50 -51 50 -87c0 -38 -18 -67 -54 -86c45 -21 68 -54 68 -98zM774 334c-12 -9 -19 -20 -19 -34s7 -26 20 -35s31 -14 53 -14c23 0 41 5 54 13c14 10 21 21 21 35c0 15 -7 26 -20 35s-32 13 -55 13s-40 -4 -54 -13zM891 84
+c15 10 23 23 23 40s-8 30 -23 40s-36 15 -63 15c-26 0 -46 -5 -62 -15c-14 -10 -22 -23 -22 -40s8 -30 22 -40c16 -11 36 -16 62 -16c27 0 48 5 63 16z" />
+    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="434"
+d="M312 544l109 -59l-49 -82l-110 65l2 -121h-94l1 122l-110 -66l-48 82l109 59l-109 60l48 82l110 -66l-1 122h94l-2 -122l110 66l49 -82z" />
+    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="392"
+d="M287 -100l-330 942h139l330 -942h-139z" />
+    <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="302"
+d="M82 211c-19 18 -28 42 -28 71s9 53 27 70c18 18 41 27 70 27s52 -9 70 -27c18 -17 27 -41 27 -70s-9 -53 -27 -71s-41 -27 -70 -27c-28 0 -51 9 -69 27z" />
+    <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="358"
+d="M90 190c-24 24 -36 54 -36 90s12 66 36 90c25 24 54 36 89 36s64 -12 89 -36c24 -24 36 -54 36 -90s-12 -66 -36 -90c-25 -25 -54 -37 -89 -37s-64 12 -89 37z" />
+    <glyph glyph-name="colon" unicode=":" horiz-adv-x="262"
+d="M62 20c-19 19 -28 42 -28 70c0 29 9 52 28 70c19 17 42 26 69 26s50 -9 69 -26c19 -18 28 -41 28 -70c0 -28 -9 -51 -28 -70s-42 -28 -69 -28s-50 9 -69 28zM62 379c-19 19 -28 42 -28 70c0 29 9 52 28 70c19 17 42 26 69 26s50 -9 69 -26c19 -18 28 -41 28 -70
+c0 -28 -9 -51 -28 -70s-42 -28 -69 -28s-50 9 -69 28z" />
+    <glyph glyph-name="comma" unicode="," horiz-adv-x="262"
+d="M201 160c18 -18 27 -41 27 -70c0 -13 -2 -27 -5 -40s-11 -33 -22 -60l-57 -144h-99l44 159c-17 7 -30 17 -39 33c-10 14 -15 32 -15 52c0 29 9 52 27 70c19 17 42 26 70 26s51 -9 69 -26z" />
+    <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="798"
+d="M62 20c-19 19 -28 42 -28 70c0 29 9 52 28 70c19 17 42 26 69 26s50 -9 69 -26c19 -18 28 -41 28 -70c0 -28 -9 -51 -28 -70s-42 -28 -69 -28s-50 9 -69 28zM329 20c-19 19 -28 42 -28 70c0 29 9 52 28 70c19 17 42 26 69 26s50 -9 69 -26c19 -18 28 -41 28 -70
+c0 -28 -9 -51 -28 -70s-42 -28 -69 -28s-50 9 -69 28zM597 20c-19 19 -28 42 -28 70c0 29 9 52 28 70c19 17 42 26 69 26s50 -9 69 -26c19 -18 28 -41 28 -70c0 -28 -9 -51 -28 -70s-42 -28 -69 -28s-50 9 -69 28z" />
+    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="289"
+d="M52 700h186l-31 -457h-124zM76 18c-18 18 -27 40 -27 65s9 47 27 63c18 18 41 26 69 26s51 -8 69 -26c18 -16 27 -38 27 -63s-9 -47 -27 -65c-19 -17 -42 -26 -69 -26s-50 9 -69 26z" />
+    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="289"
+d="M214 520c18 -18 27 -40 27 -65c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -69 -25s-51 9 -69 25c-18 18 -27 39 -27 65c0 25 9 47 27 65c19 17 42 26 69 26s50 -9 69 -26zM238 -154h-186l31 449h124z" />
+    <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="720"
+d="M536 269h130v-109h-143l-20 -160h-113l20 160h-147l-20 -160h-112l20 160h-131v109h144l21 162h-131v109h144l20 160h112l-20 -160h147l20 160h112l-20 -160h130l1 -109h-144zM423 269l21 162h-147l-21 -162h147z" />
+    <glyph glyph-name="period" unicode="." horiz-adv-x="262"
+d="M62 20c-19 19 -28 42 -28 70c0 29 9 52 28 70c19 17 42 26 69 26s50 -9 69 -26c19 -18 28 -41 28 -70c0 -28 -9 -51 -28 -70s-42 -28 -69 -28s-50 9 -69 28z" />
+    <glyph glyph-name="question" unicode="?" horiz-adv-x="589"
+d="M240 329c16 23 39 48 69 75c22 20 38 37 49 50c10 14 15 30 15 47c0 25 -10 44 -29 59c-20 14 -46 21 -79 21c-31 0 -59 -7 -83 -19c-25 -14 -45 -32 -62 -55l-121 71c28 43 66 76 113 99c48 23 105 35 170 35c77 0 138 -16 184 -49c47 -33 70 -78 70 -136
+c0 -27 -4 -51 -14 -72c-8 -21 -20 -38 -32 -53c-14 -14 -30 -30 -51 -49c-25 -22 -43 -41 -54 -55c-11 -16 -17 -34 -17 -55h-151c0 35 8 63 23 86zM224 18c-18 18 -27 40 -27 65s9 47 27 63c18 18 41 26 69 26s51 -8 69 -26c18 -16 27 -38 27 -63s-9 -47 -27 -65
+c-19 -17 -42 -26 -69 -26s-50 9 -69 26z" />
+    <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="589"
+d="M226 390c-17 18 -26 39 -26 65c0 25 9 47 27 65c18 17 41 26 68 26c28 0 51 -9 69 -26c18 -18 27 -40 27 -65c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -69 -25s-51 9 -69 25zM122 -116c-47 32 -70 76 -70 133c0 27 5 50 14 71c9 20 20 37 33 50c13 14 29 30 50 49
+c24 21 42 39 53 54c12 15 18 33 18 54h151c0 -34 -8 -63 -23 -85c-16 -24 -39 -48 -68 -73c-22 -20 -38 -37 -48 -51c-11 -13 -16 -29 -16 -46c0 -22 10 -40 30 -54c19 -13 45 -20 77 -20c31 0 59 6 84 19s45 31 61 55l121 -71c-28 -43 -66 -76 -113 -99s-104 -35 -170 -35
+c-77 0 -138 16 -184 49z" />
+    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="437"
+d="M49 700h133l-11 -284h-112zM255 700h133l-11 -284h-112z" />
+    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="230"
+d="M49 700h133l-11 -284h-112z" />
+    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="262"
+d="M62 379c-19 19 -28 42 -28 70c0 29 9 52 28 69c19 18 42 27 69 27s50 -9 69 -27c19 -17 28 -40 28 -69c0 -28 -9 -51 -28 -70s-42 -28 -69 -28s-50 9 -69 28zM201 160c18 -18 27 -41 27 -70c0 -13 -2 -27 -5 -40s-11 -33 -22 -60l-57 -144h-99l44 159
+c-17 7 -30 17 -39 33c-10 14 -15 32 -15 52c0 29 9 52 27 70c19 17 42 26 70 26s51 -9 69 -26z" />
+    <glyph glyph-name="slash" unicode="/" horiz-adv-x="392"
+d="M297 842h139l-330 -942h-139z" />
+    <glyph glyph-name="underscore" unicode="_" horiz-adv-x="500"
+d="M0 0h500v-90h-500v90z" />
+    <glyph glyph-name="backslash.case" horiz-adv-x="392"
+d="M287 -100l-330 942h139l330 -942h-139z" />
+    <glyph glyph-name="periodcentered.case" horiz-adv-x="322"
+d="M92 283c-19 18 -28 42 -28 71s9 53 27 70c18 18 41 27 70 27s52 -9 70 -27c18 -17 27 -41 27 -70s-9 -53 -27 -71s-41 -27 -70 -27c-28 0 -51 9 -69 27z" />
+    <glyph glyph-name="bullet.case" horiz-adv-x="378"
+d="M100 262c-24 24 -36 54 -36 90s12 66 36 90c25 24 54 36 89 36s64 -12 89 -36c24 -24 36 -54 36 -90s-12 -66 -36 -90c-25 -25 -54 -37 -89 -37s-64 12 -89 37z" />
+    <glyph glyph-name="periodcentered.loclCAT.case" horiz-adv-x="348"
+d="M134 368c-16 17 -24 38 -24 63s8 46 24 63c16 16 36 24 61 24s45 -8 61 -24c16 -17 24 -38 24 -63s-8 -46 -24 -63c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="slash.case" horiz-adv-x="392"
+d="M297 842h139l-330 -942h-139z" />
+    <glyph glyph-name="periodcentered.loclCAT" horiz-adv-x="173"
+d="M60 230c-15 14 -22 33 -22 56s7 41 22 56s33 22 56 22s42 -7 56 -22c16 -15 23 -33 23 -56s-7 -42 -23 -56c-14 -16 -33 -23 -56 -23s-41 7 -56 23z" />
+    <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="391"
+d="M269 310c-11 -17 -28 -29 -51 -36c23 -7 40 -19 51 -36s16 -42 16 -76v-160c0 -24 6 -42 19 -55c12 -13 30 -19 54 -19h18v-122h-58c-62 0 -109 15 -141 46s-48 75 -48 133v181c0 15 -4 27 -11 35c-8 8 -19 12 -33 12h-33v122h33c14 0 25 4 33 12c7 8 11 20 11 35v181
+c0 58 16 102 48 133s79 46 141 46h58v-122h-18c-24 0 -42 -6 -54 -19c-13 -13 -19 -31 -19 -55v-160c0 -34 -5 -59 -16 -76z" />
+    <glyph glyph-name="braceright" unicode="}" horiz-adv-x="391"
+d="M339 335v-122h-33c-14 0 -25 -4 -32 -12c-8 -8 -12 -20 -12 -35v-181c0 -58 -16 -102 -48 -133s-79 -46 -141 -46h-58v122h18c24 0 42 6 55 19c12 13 18 31 18 55v160c0 34 5 59 16 76s28 29 51 36c-23 7 -40 19 -51 36s-16 42 -16 76v160c0 24 -6 42 -18 55
+c-13 13 -31 19 -55 19h-18v122h58c62 0 109 -15 141 -46s48 -75 48 -133v-181c0 -15 4 -27 12 -35c7 -8 18 -12 32 -12h33z" />
+    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="368"
+d="M83 742h271v-122h-115v-692h115v-122h-271v936z" />
+    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="368"
+d="M15 -194v122h114v692h-114v122h270v-936h-270z" />
+    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="357"
+d="M106 17c-22 80 -33 166 -33 257s11 177 33 258c21 80 52 150 92 210h149c-42 -74 -73 -149 -92 -226c-19 -76 -29 -157 -29 -242s10 -166 29 -242c19 -77 50 -152 92 -226h-149c-40 61 -71 131 -92 211z" />
+    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="358"
+d="M10 -194c42 74 73 149 92 226c20 76 30 157 30 242s-10 166 -30 242c-19 77 -50 152 -92 226h149c41 -59 72 -129 93 -210c22 -80 33 -166 33 -258s-11 -178 -32 -258c-21 -79 -53 -149 -94 -210h-149z" />
+    <glyph glyph-name="braceleft.case" horiz-adv-x="411"
+d="M279 377c-11 -17 -28 -29 -51 -36c23 -7 40 -19 51 -36s16 -42 16 -76v-160c0 -24 6 -42 19 -55c12 -13 30 -19 54 -19h18v-122h-58c-62 0 -109 15 -141 46s-48 75 -48 133v181c0 15 -4 27 -11 35c-8 8 -19 12 -33 12h-33v122h33c14 0 25 4 33 12c7 8 11 20 11 35v181
+c0 58 16 102 48 133s79 46 141 46h58v-122h-18c-24 0 -42 -6 -54 -19c-13 -13 -19 -31 -19 -55v-160c0 -34 -5 -59 -16 -76z" />
+    <glyph glyph-name="braceright.case" horiz-adv-x="411"
+d="M349 402v-122h-33c-14 0 -25 -4 -32 -12c-8 -8 -12 -20 -12 -35v-181c0 -58 -16 -102 -48 -133s-79 -46 -141 -46h-58v122h18c24 0 42 6 55 19c12 13 18 31 18 55v160c0 34 5 59 16 76s28 29 51 36c-23 7 -40 19 -51 36s-16 42 -16 76v160c0 24 -6 42 -18 55
+c-13 13 -31 19 -55 19h-18v122h58c62 0 109 -15 141 -46s48 -75 48 -133v-181c0 -15 4 -27 12 -35c7 -8 18 -12 32 -12h33z" />
+    <glyph glyph-name="bracketleft.case" horiz-adv-x="388"
+d="M93 809h271v-122h-115v-692h115v-122h-271v936z" />
+    <glyph glyph-name="bracketright.case" horiz-adv-x="388"
+d="M25 -127v122h114v692h-114v122h270v-936h-270z" />
+    <glyph glyph-name="parenleft.case" horiz-adv-x="377"
+d="M116 84c-22 80 -33 166 -33 257s11 177 33 257c21 81 52 151 92 211h149c-42 -74 -73 -149 -92 -225c-19 -77 -29 -158 -29 -243s10 -166 29 -243c19 -76 50 -151 92 -225h-149c-40 61 -71 131 -92 211z" />
+    <glyph glyph-name="parenright.case" horiz-adv-x="378"
+d="M20 -127c42 74 73 149 92 225c20 77 30 158 30 243s-10 166 -30 243c-19 76 -50 151 -92 225h149c41 -59 72 -129 93 -209c22 -81 33 -167 33 -259s-11 -178 -32 -257c-21 -80 -53 -150 -94 -211h-149z" />
+    <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="1000"
+d="M0 330h1000v-97h-1000v97z" />
+    <glyph glyph-name="endash" unicode="&#x2013;" horiz-adv-x="500"
+d="M0 330h500v-97h-500v97z" />
+    <glyph glyph-name="figuredash" unicode="&#x2012;" horiz-adv-x="700"
+d="M44 404h612v-97h-612v97z" />
+    <glyph glyph-name="uni2015" unicode="&#x2015;" horiz-adv-x="1000"
+d="M0 330h1000v-97h-1000v97z" />
+    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="386"
+d="M52 344h283v-125h-283v125z" />
+    <glyph glyph-name="uni2010" unicode="&#x2010;" horiz-adv-x="386"
+d="M52 344h283v-125h-283v125z" />
+    <glyph glyph-name="uni00AD" unicode="&#xad;" horiz-adv-x="386"
+d="M52 344h283v-125h-283v125z" />
+    <glyph glyph-name="emdash.case" horiz-adv-x="1000"
+d="M0 403h1000v-97h-1000v97z" />
+    <glyph glyph-name="endash.case" horiz-adv-x="500"
+d="M0 403h500v-97h-500v97z" />
+    <glyph glyph-name="hyphen.case" horiz-adv-x="406"
+d="M62 417h283v-125h-283v125z" />
+    <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="568"
+d="M36 269l141 196h140l-137 -196l137 -195h-140zM262 269l141 196h140l-137 -196l137 -195h-140z" />
+    <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="568"
+d="M25 74l137 195l-137 196h140l141 -196l-141 -195h-140zM251 74l137 195l-137 196h140l141 -196l-141 -195h-140z" />
+    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="342"
+d="M36 269l141 196h140l-137 -196l137 -195h-140z" />
+    <glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="342"
+d="M25 74l137 195l-137 196h140l141 -196l-141 -195h-140z" />
+    <glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="498"
+d="M201 160c18 -18 27 -41 27 -70c0 -13 -2 -27 -5 -40s-11 -33 -22 -60l-57 -144h-99l44 159c-17 7 -30 17 -39 33c-10 14 -15 32 -15 52c0 29 9 52 27 70c19 17 42 26 70 26s51 -9 69 -26zM437 160c18 -18 27 -41 27 -70c0 -13 -2 -27 -5 -40s-11 -33 -22 -60l-57 -144
+h-99l44 159c-17 7 -30 17 -39 33c-10 14 -15 32 -15 52c0 29 9 52 27 70c19 17 42 26 70 26s51 -9 69 -26z" />
+    <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="498"
+d="M213 550c9 -15 14 -32 14 -52c0 -29 -9 -52 -27 -70c-18 -17 -41 -26 -69 -26s-51 9 -69 27c-19 18 -28 41 -28 69c0 13 2 27 5 40s11 33 22 60l58 144h99l-44 -159c17 -7 30 -18 39 -33zM449 550c9 -15 14 -32 14 -52c0 -29 -9 -52 -27 -70c-18 -17 -41 -26 -69 -26
+s-51 9 -69 27c-19 18 -28 41 -28 69c0 13 2 27 5 40s11 33 22 60l58 144h99l-44 -159c17 -7 30 -18 39 -33z" />
+    <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="498"
+d="M201 724c18 -18 27 -41 27 -70c0 -13 -2 -27 -5 -40s-10 -33 -21 -60l-58 -144h-99l43 158c-17 7 -30 18 -39 33s-14 32 -14 53c0 29 9 52 27 70c19 17 42 26 70 26s51 -9 69 -26zM437 724c18 -18 27 -41 27 -70c0 -13 -2 -27 -5 -40s-10 -33 -21 -60l-58 -144h-99
+l43 158c-17 7 -30 18 -39 33s-14 32 -14 53c0 29 9 52 27 70c19 17 42 26 70 26s51 -9 69 -26z" />
+    <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="262"
+d="M213 550c9 -15 14 -32 14 -52c0 -29 -9 -52 -27 -70c-18 -17 -41 -26 -69 -26s-51 9 -69 27c-19 18 -28 41 -28 69c0 13 2 27 5 40s11 33 22 60l58 144h99l-44 -159c17 -7 30 -18 39 -33z" />
+    <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="262"
+d="M201 724c18 -18 27 -41 27 -70c0 -13 -2 -27 -5 -40s-10 -33 -21 -60l-58 -144h-99l43 158c-17 7 -30 18 -39 33s-14 32 -14 53c0 29 9 52 27 70c19 17 42 26 70 26s51 -9 69 -26z" />
+    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="262"
+d="M201 160c18 -18 27 -41 27 -70c0 -13 -2 -27 -5 -40s-11 -33 -22 -60l-57 -144h-99l44 159c-17 7 -30 17 -39 33c-10 14 -15 32 -15 52c0 29 9 52 27 70c19 17 42 26 70 26s51 -9 69 -26z" />
+    <glyph glyph-name="guillemotleft.case" horiz-adv-x="588"
+d="M46 342l141 196h140l-137 -196l137 -195h-140zM272 342l141 196h140l-137 -196l137 -195h-140z" />
+    <glyph glyph-name="guillemotright.case" horiz-adv-x="588"
+d="M35 147l137 195l-137 196h140l141 -196l-141 -195h-140zM261 147l137 195l-137 196h140l141 -196l-141 -195h-140z" />
+    <glyph glyph-name="guilsinglleft.case" horiz-adv-x="362"
+d="M46 342l141 196h140l-137 -196l137 -195h-140z" />
+    <glyph glyph-name="guilsinglright.case" horiz-adv-x="362"
+d="M35 147l137 195l-137 196h140l141 -196l-141 -195h-140z" />
+    <glyph glyph-name="exclam.sc" horiz-adv-x="289"
+d="M55 575h180l-28 -352h-124zM75 17c-17 17 -26 36 -26 59s9 43 26 59s41 24 70 24s52 -8 69 -25c18 -16 27 -35 27 -58s-9 -42 -27 -59c-17 -17 -40 -25 -69 -25s-53 8 -70 25z" />
+    <glyph glyph-name="exclamdown.sc" horiz-adv-x="289"
+d="M214 558c18 -17 27 -36 27 -59s-9 -42 -27 -59c-17 -16 -40 -24 -69 -24s-53 8 -70 24s-26 36 -26 59s9 42 26 59s41 25 70 25s52 -8 69 -25zM235 0h-180l28 352h124z" />
+    <glyph glyph-name="guillemotleft.sc" horiz-adv-x="528"
+d="M36 287l127 176h127l-124 -176l124 -175h-127zM249 287l127 176h127l-124 -176l124 -175h-127z" />
+    <glyph glyph-name="guillemotright.sc" horiz-adv-x="529"
+d="M25 112l124 175l-124 176h127l127 -176l-127 -175h-127zM238 112l124 175l-124 176h127l127 -176l-127 -175h-127z" />
+    <glyph glyph-name="guilsinglleft.sc" horiz-adv-x="315"
+d="M36 287l127 176h127l-124 -176l124 -175h-127z" />
+    <glyph glyph-name="guilsinglright.sc" horiz-adv-x="316"
+d="M25 112l124 175l-124 176h127l127 -176l-127 -175h-127z" />
+    <glyph glyph-name="period.sc" horiz-adv-x="269"
+d="M66 18c-18 18 -27 40 -27 65c0 26 9 47 27 64s41 25 69 25s51 -8 69 -25c17 -17 26 -38 26 -64c0 -25 -9 -47 -27 -65c-18 -17 -41 -26 -68 -26c-28 0 -51 9 -69 26z" />
+    <glyph glyph-name="question.sc" horiz-adv-x="533"
+d="M207 286c13 17 33 35 58 54c19 15 32 27 41 36c9 10 13 21 13 34c0 16 -8 28 -23 38c-15 8 -37 13 -64 13c-51 0 -92 -17 -122 -51l-112 72c26 31 60 56 104 74c42 18 92 27 148 27c69 0 124 -13 167 -39c43 -25 64 -61 64 -106c0 -29 -7 -53 -22 -72s-36 -39 -65 -60
+c-21 -16 -37 -30 -48 -42c-10 -12 -15 -26 -15 -41h-144c0 26 7 47 20 63zM192 17c-17 17 -26 36 -26 59s9 42 26 58c18 17 41 25 70 25s52 -8 70 -25c17 -16 26 -35 26 -58s-9 -42 -26 -59c-18 -17 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="questiondown.sc" horiz-adv-x="533"
+d="M204 440c-18 17 -27 36 -27 59s9 42 27 59c17 17 40 25 69 25s52 -8 69 -25s26 -36 26 -59s-9 -43 -26 -59s-40 -24 -69 -24s-52 8 -69 24zM118 30c-43 25 -64 61 -64 107c0 29 7 53 22 72s36 39 65 60c21 16 37 30 47 42c11 12 16 26 16 41h144c0 -25 -7 -46 -20 -63
+s-32 -35 -57 -54c-19 -14 -33 -26 -41 -37c-10 -10 -14 -21 -14 -34c0 -15 8 -28 22 -36c16 -10 37 -14 65 -14c53 0 93 17 122 51l111 -72c-25 -31 -60 -56 -102 -74c-44 -18 -93 -27 -149 -27c-69 0 -124 13 -167 38z" />
+    <glyph glyph-name="quotedbl.sc" horiz-adv-x="437"
+d="M49 575h133l-11 -245h-112zM255 575h133l-11 -245h-112z" />
+    <glyph glyph-name="quotedblbase.sc" horiz-adv-x="498"
+d="M201 153c18 -17 27 -39 27 -66c0 -13 -2 -27 -4 -39c-4 -14 -11 -33 -22 -59l-48 -112h-98l33 127c-17 7 -30 18 -39 32c-10 15 -15 32 -15 51c0 27 9 49 27 66c19 17 42 26 70 26s51 -9 69 -26zM437 153c18 -17 27 -39 27 -66c0 -13 -2 -27 -4 -39
+c-4 -14 -11 -33 -22 -59l-48 -112h-98l33 127c-17 7 -30 18 -39 32c-10 15 -15 32 -15 51c0 27 9 49 27 66c19 17 42 26 70 26s51 -9 69 -26z" />
+    <glyph glyph-name="quotedblleft.sc" horiz-adv-x="498"
+d="M213 416c9 -14 14 -31 14 -50c0 -27 -9 -50 -27 -67s-41 -26 -69 -26s-51 9 -69 26c-19 17 -28 40 -28 67c0 13 2 26 5 38c3 14 11 33 22 58l47 113h99l-33 -127c17 -7 30 -18 39 -32zM449 416c9 -14 14 -31 14 -50c0 -27 -9 -50 -27 -67s-41 -26 -69 -26s-51 9 -69 26
+c-19 17 -28 40 -28 67c0 13 2 26 5 38c3 14 11 33 22 58l47 113h99l-33 -127c17 -7 30 -18 39 -32z" />
+    <glyph glyph-name="quotedblright.sc" horiz-adv-x="498"
+d="M200 556c19 -17 28 -39 28 -66c0 -13 -2 -26 -4 -40c-4 -12 -11 -31 -22 -56l-48 -113h-99l34 126c-17 7 -30 17 -39 31c-10 15 -15 32 -15 52c0 27 9 49 27 66c19 18 42 27 69 27c28 0 51 -9 69 -27zM436 556c19 -17 28 -39 28 -66c0 -13 -2 -26 -4 -40
+c-4 -12 -11 -31 -22 -56l-48 -113h-99l34 126c-17 7 -30 17 -39 31c-10 15 -15 32 -15 52c0 27 9 49 27 66c19 18 42 27 69 27c28 0 51 -9 69 -27z" />
+    <glyph glyph-name="quoteleft.sc" horiz-adv-x="262"
+d="M213 416c9 -14 14 -31 14 -50c0 -27 -9 -50 -27 -67s-41 -26 -69 -26s-51 9 -69 26c-19 17 -28 40 -28 67c0 13 2 26 5 38c3 14 11 33 22 58l47 113h99l-33 -127c17 -7 30 -18 39 -32z" />
+    <glyph glyph-name="quoteright.sc" horiz-adv-x="262"
+d="M200 556c19 -17 28 -39 28 -66c0 -13 -2 -26 -4 -40c-4 -12 -11 -31 -22 -56l-48 -113h-99l34 126c-17 7 -30 17 -39 31c-10 15 -15 32 -15 52c0 27 9 49 27 66c19 18 42 27 69 27c28 0 51 -9 69 -27z" />
+    <glyph glyph-name="quotesinglbase.sc" horiz-adv-x="262"
+d="M201 153c18 -17 27 -39 27 -66c0 -13 -2 -27 -4 -39c-4 -14 -11 -33 -22 -59l-48 -112h-98l33 127c-17 7 -30 18 -39 32c-10 15 -15 32 -15 51c0 27 9 49 27 66c19 17 42 26 70 26s51 -9 69 -26z" />
+    <glyph glyph-name="quotesingle.sc" horiz-adv-x="230"
+d="M49 575h133l-11 -245h-112z" />
+    <glyph glyph-name="uni27E8" unicode="&#x27e8;" horiz-adv-x="364"
+d="M24 274l167 468h143l-159 -468l159 -468h-143z" />
+    <glyph glyph-name="uni27E9" unicode="&#x27e9;" horiz-adv-x="364"
+d="M340 274l-167 -468h-143l159 468l-159 468h143z" />
+    <glyph glyph-name="uni2007" unicode="&#x2007;" horiz-adv-x="700"
+ />
+    <glyph glyph-name="uni200A" unicode="&#x200a;" horiz-adv-x="100"
+ />
+    <glyph glyph-name="uni2008" unicode="&#x2008;" horiz-adv-x="262"
+ />
+    <glyph glyph-name="uni00A0" unicode="&#xa0;" horiz-adv-x="283"
+ />
+    <glyph glyph-name="uni2009" unicode="&#x2009;" horiz-adv-x="142"
+ />
+    <glyph glyph-name="uni200B" unicode="&#x200b;"
+ />
+    <glyph glyph-name="uni20B5" unicode="&#x20b5;" horiz-adv-x="733"
+d="M603 209l104 -96c-29 -35 -65 -63 -107 -85c-41 -20 -87 -33 -138 -38v-110h-100v111c-62 8 -118 28 -166 61c-50 33 -88 75 -116 126c-27 52 -41 109 -41 172s14 120 41 172c28 51 66 93 116 126c48 33 104 53 166 61v111h100v-110c51 -5 97 -17 138 -38
+c42 -21 78 -49 107 -84l-104 -96c-39 45 -86 72 -141 80v-444c55 8 102 35 141 81zM246 211c29 -39 67 -64 116 -77v432c-49 -13 -87 -38 -116 -77s-43 -85 -43 -139s14 -100 43 -139z" />
+    <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="591"
+d="M452 194l121 -66c-17 -37 -43 -68 -77 -91c-36 -23 -76 -38 -123 -43v-114h-100v117c-47 7 -89 23 -125 49c-37 24 -65 56 -86 94c-20 39 -30 82 -30 129s10 90 30 129c21 38 49 70 86 94c36 26 78 42 125 49v117h100v-114c47 -5 88 -20 123 -43s60 -54 77 -92l-121 -65
+c-19 35 -46 57 -79 68v-286c34 11 60 34 79 68zM212 183c16 -24 36 -41 61 -52v276c-25 -11 -45 -28 -61 -52c-14 -24 -22 -53 -22 -86s8 -62 22 -86z" />
+    <glyph glyph-name="colonmonetary" unicode="&#x20a1;" horiz-adv-x="733"
+d="M603 209l104 -96c-32 -39 -72 -70 -119 -91s-100 -33 -158 -34l-27 -108h-93l29 115c-21 4 -40 9 -59 15l-33 -130h-93l43 170c-49 33 -88 75 -116 127s-42 110 -42 173s14 121 41 172c28 52 67 94 116 127c50 33 106 53 169 60l28 111h93l-28 -110c14 -1 34 -4 61 -9
+l30 119h93l-38 -150c40 -20 74 -47 103 -82l-104 -96c-10 12 -22 23 -36 34l-101 -397c53 9 99 36 137 80zM374 131l111 436c-18 5 -37 7 -58 7h-4l-107 -422c18 -9 37 -16 58 -21zM240 220l85 333c-38 -18 -68 -45 -89 -80c-22 -35 -33 -76 -33 -123c0 -51 12 -94 37 -130z
+" />
+    <glyph glyph-name="currency" unicode="&#xa4;" horiz-adv-x="700"
+d="M573 184l101 -101l-87 -91l-106 105c-40 -23 -84 -35 -131 -35s-91 12 -132 35l-106 -105l-87 91l102 102c-27 40 -40 85 -40 136c0 48 12 92 37 132l-99 99l87 91l101 -100c42 25 88 38 137 38s95 -13 136 -38l101 100l87 -91l-98 -98c25 -42 37 -86 37 -133
+c0 -49 -13 -94 -40 -137zM420 204c22 12 39 28 52 49s19 43 19 68s-6 47 -19 68s-30 37 -52 49c-21 13 -45 19 -70 19s-49 -6 -70 -19c-22 -12 -39 -28 -52 -49c-12 -21 -18 -43 -18 -68s6 -47 18 -68c13 -21 30 -37 52 -49c21 -13 45 -19 70 -19s49 6 70 19z" />
+    <glyph glyph-name="dollar" unicode="$" horiz-adv-x="638"
+d="M550 64c-40 -38 -98 -63 -173 -72v-112h-100v109c-49 3 -96 11 -141 26s-81 33 -108 54l55 122c25 -19 55 -34 89 -47s69 -21 105 -24v167c-47 11 -87 24 -120 38s-60 35 -82 61c-22 28 -33 63 -33 108c0 55 20 103 60 142c41 40 99 64 175 73v111h100v-109
+c82 -7 150 -27 203 -61l-50 -123c-50 29 -101 46 -153 52v-170c47 -11 86 -23 119 -37c32 -13 59 -34 81 -60c22 -28 33 -63 33 -107c0 -55 -20 -101 -60 -141zM222 461c13 -11 31 -20 55 -27v142c-25 -6 -44 -16 -56 -28c-12 -14 -18 -29 -18 -46s6 -30 19 -41zM431 150
+c12 12 18 26 18 43s-6 30 -19 41c-12 11 -30 20 -53 28v-138c24 5 42 14 54 26z" />
+    <glyph glyph-name="dong" unicode="&#x20ab;" horiz-adv-x="692"
+d="M693 678v-82h-73v-596h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v115h-182v82h182v64h156v-64h73zM428 160c26 28 39 64 39 109s-13 81 -39 109
+c-26 26 -59 40 -98 40c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM56 -59h565v-81h-565v81z" />
+    <glyph glyph-name="Euro" unicode="&#x20ac;" horiz-adv-x="820"
+d="M691 209l103 -96c-33 -41 -74 -72 -124 -93c-48 -21 -103 -32 -164 -32c-58 0 -112 10 -162 31c-49 21 -91 50 -126 88s-60 82 -75 132h-113v84h98c-1 6 -1 15 -1 27s0 21 1 27h-98v84h113c15 50 40 94 75 132s77 67 126 88c50 21 104 31 162 31c61 0 116 -11 164 -32
+c50 -21 91 -52 124 -92l-103 -96c-49 55 -108 82 -177 82c-44 0 -83 -10 -118 -30s-61 -48 -80 -83h253v-84h-278c-1 -6 -1 -15 -1 -27s0 -21 1 -27h278v-84h-253c19 -35 45 -63 80 -83s74 -30 118 -30c70 0 129 28 177 83z" />
+    <glyph glyph-name="florin" unicode="&#x192;" horiz-adv-x="481"
+d="M342 606c-14 -12 -23 -32 -26 -58l-4 -31h138l-14 -120h-133l-50 -399c-7 -61 -31 -110 -70 -146s-90 -54 -153 -54c-25 0 -49 2 -70 8c-21 4 -39 12 -53 22l53 113c17 -13 37 -19 62 -19c21 0 38 6 51 20c13 12 21 32 24 58l50 397h-84l15 120h84l4 33
+c7 61 31 110 70 146c40 36 92 54 157 54c23 0 45 -3 67 -8s40 -13 53 -22l-54 -113c-19 13 -40 19 -61 19c-23 0 -41 -6 -56 -20z" />
+    <glyph glyph-name="franc" unicode="&#x20a3;" horiz-adv-x="683"
+d="M290 570v-185h324v-130h-324v-82h216v-83h-216v-90h-163v90h-97v83h97v527h529v-130h-366z" />
+    <glyph glyph-name="uni20B2" unicode="&#x20b2;" horiz-adv-x="771"
+d="M556 361h148v-284c-33 -25 -70 -45 -112 -59c-43 -16 -86 -25 -130 -28v-110h-100v112c-63 8 -118 28 -168 60c-48 33 -87 75 -114 126s-41 109 -41 172s14 120 41 171s66 93 114 126c50 33 105 53 168 61v112h100v-109c53 -4 102 -16 144 -37c44 -20 80 -48 111 -83
+l-104 -96c-43 45 -94 71 -151 77v-444c33 3 64 13 94 28v205zM246 212c29 -38 67 -64 116 -77v430c-49 -13 -87 -39 -116 -77s-43 -84 -43 -138c0 -53 14 -99 43 -138z" />
+    <glyph glyph-name="uni20B4" unicode="&#x20b4;" horiz-adv-x="826"
+d="M755 464v-83h-687v83h441c17 11 26 23 26 38c0 24 -11 43 -33 58s-55 22 -100 22c-67 0 -134 -14 -201 -41l-37 123c77 33 155 49 233 49c60 0 113 -9 157 -27c46 -18 80 -44 104 -76c25 -34 37 -72 37 -116c0 -11 -1 -21 -3 -30h63zM68 326h687v-83h-424
+c-28 -13 -42 -29 -42 -50c0 -23 11 -41 33 -55c22 -13 56 -20 102 -20c42 0 84 5 127 16s80 25 111 43l41 -122c-43 -22 -88 -39 -135 -51c-47 -11 -94 -17 -140 -17c-61 0 -114 9 -160 27c-44 17 -79 42 -104 76c-24 32 -36 71 -36 115c0 13 2 26 5 38h-65v83z" />
+    <glyph glyph-name="uni20AD" unicode="&#x20ad;" horiz-adv-x="737"
+d="M505 302l244 -302h-190l-245 302h-27v-302h-160v302h-97v97h97v301h160v-301h28l244 301h190l-243 -301h165v-97h-166z" />
+    <glyph glyph-name="lira" unicode="&#x20a4;" horiz-adv-x="668"
+d="M293 130h343v-130h-606v130h100v109h-100v84h100v54h-100v84h102c7 79 39 141 96 185c56 44 132 66 227 66c80 0 147 -15 201 -46l-49 -128c-40 24 -90 36 -150 36c-47 0 -84 -10 -111 -28c-27 -20 -44 -48 -50 -85h237v-84h-240v-54h240v-84h-240v-109z" />
+    <glyph glyph-name="uni20BA" unicode="&#x20ba;" horiz-adv-x="752"
+d="M668 166c-33 -53 -81 -94 -144 -123s-141 -43 -233 -43h-161v242l-100 -53v87l100 53v56l-100 -53v86l100 53v229h160v-145l243 128v-86l-243 -128v-56l243 128v-87l-243 -128v-195h37c75 0 131 19 169 59c38 38 57 94 57 166h162c1 -73 -15 -137 -47 -190z" />
+    <glyph glyph-name="uni20BC" unicode="&#x20bc;" horiz-adv-x="911"
+d="M675 649c49 -33 86 -77 113 -133c27 -54 40 -117 40 -188v-328h-151v326c0 69 -14 124 -43 166c-29 40 -71 65 -128 74v-446h-100v446c-57 -9 -100 -34 -129 -76c-29 -40 -44 -95 -44 -164v-326h-150v328c0 71 13 134 40 189s64 99 113 132s105 53 170 60v111h100v-111
+c64 -7 120 -27 169 -60z" />
+    <glyph glyph-name="uni20A6" unicode="&#x20a6;" horiz-adv-x="903"
+d="M773 377v-54h100v-84h-100v-239h-134l-349 426v-426h-160v239h-100v84h100v54h-100v84h100v239h134l349 -426v426h160v-239h100v-84h-100z" />
+    <glyph glyph-name="peseta" unicode="&#x20a7;" horiz-adv-x="1703"
+d="M548 669c45 -21 80 -50 105 -88s37 -83 37 -135c0 -51 -12 -96 -37 -134c-25 -39 -60 -68 -105 -88c-46 -21 -100 -31 -162 -31h-141v-193h-162v700h303c62 0 116 -10 162 -31zM488 356c25 22 38 51 38 90s-13 70 -38 90c-25 22 -62 32 -111 32h-132v-243h132
+c49 0 86 11 111 31zM1156 26c-15 -11 -34 -20 -56 -26c-23 -5 -46 -8 -71 -8c-64 0 -113 16 -149 49c-34 33 -52 81 -52 144v221h-83v120h83v131h156v-131h134v-120h-134v-219c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c25 0 46 7 63 20zM1294 8c-43 12 -77 25 -102 42
+l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22c38 0 76 -4 114 -12c37 -9 68 -20 93 -35
+l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16z" />
+    <glyph glyph-name="uni20B1" unicode="&#x20b1;" horiz-adv-x="868"
+d="M838 474h-102c1 -6 1 -15 1 -28c0 -12 0 -21 -1 -27h102v-83h-124c-22 -45 -57 -80 -106 -106c-48 -24 -106 -37 -175 -37h-140v-193h-163v336h-100v83h100v55h-100v83h100v143h303c69 0 127 -12 176 -38c49 -24 84 -60 105 -105h124v-83zM536 356c25 22 38 51 38 90
+s-13 69 -38 90s-62 32 -111 32h-132v-243h132c49 0 86 11 111 31z" />
+    <glyph glyph-name="uni20BD" unicode="&#x20bd;" horiz-adv-x="776"
+d="M290 229v-56h216v-83h-216v-90h-163v90h-97v83h97v527h303c95 0 170 -20 224 -60c53 -40 80 -99 80 -176s-27 -135 -80 -175c-54 -40 -129 -60 -224 -60h-140zM534 541c-25 18 -60 27 -105 27h-139v-212h139c45 0 80 9 105 28c24 18 36 44 36 79c0 34 -12 60 -36 78z" />
+    <glyph glyph-name="uni20B9" unicode="&#x20b9;" horiz-adv-x="724"
+d="M532 617c15 -15 27 -33 37 -55h105v-83h-85v-13c0 -51 -13 -94 -39 -131c-27 -37 -64 -64 -113 -82l166 -253h-174l-149 229h-197v130h186c53 0 92 11 117 33c26 22 39 51 40 87h-384v83h361c-27 37 -73 56 -140 55h-221v83h632v-83h-142z" />
+    <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="668"
+d="M293 130h343v-130h-606v130h100v172h-100v97h100v26c0 89 28 159 86 211c56 50 136 76 239 76c80 0 147 -15 201 -46l-49 -128c-40 24 -90 36 -150 36c-53 0 -94 -12 -122 -37s-42 -61 -42 -109v-29h240v-97h-240v-172z" />
+    <glyph glyph-name="uni20B8" unicode="&#x20b8;" horiz-adv-x="729"
+d="M63 700h609v-84h-609v84zM286 474h-223v84h609v-84h-224v-474h-162v474z" />
+    <glyph glyph-name="uni20AE" unicode="&#x20ae;" horiz-adv-x="702"
+d="M432 568v-120l137 66v-87l-137 -66v-56l137 66v-87l-137 -66v-218h-163v139l-137 -66v87l137 66v56l-137 -66v87l137 66v199h-223v132h610v-132h-224z" />
+    <glyph glyph-name="uni20A9" unicode="&#x20a9;" horiz-adv-x="1247"
+d="M1093 377l-19 -54h143v-84h-171l-82 -239h-174l-165 478l-168 -478h-174l-82 239h-171v84h143l-19 54h-124v84h96l-82 239h170l166 -492l173 492h154l168 -495l170 495h158l-82 -239h96v-84h-124z" />
+    <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="736"
+d="M486 311h150v-83h-187v-55h187v-83h-187v-90h-162v90h-187v83h187v55h-187v83h151l-265 389h173l214 -313l216 313h162z" />
+    <glyph glyph-name="uni2219" unicode="&#x2219;" horiz-adv-x="322"
+d="M92 283c-19 18 -28 42 -28 71s9 53 27 70c18 18 41 27 70 27s52 -9 70 -27c18 -17 27 -41 27 -70s-9 -53 -27 -71s-41 -27 -70 -27c-28 0 -51 9 -69 27z" />
+    <glyph glyph-name="uni2052" unicode="&#x2052;" horiz-adv-x="594"
+d="M78 560c-16 15 -24 35 -24 59s8 43 24 59c16 14 36 22 60 22c23 0 43 -8 59 -23s24 -35 24 -58c0 -24 -8 -44 -24 -59c-16 -16 -36 -24 -59 -24c-24 0 -44 8 -60 24zM368 700h116l-258 -700h-116zM396 24c-16 15 -24 35 -24 58c0 24 8 44 24 59s36 23 60 23s44 -8 60 -23
+s24 -35 24 -59c0 -23 -8 -43 -24 -58c-17 -16 -37 -24 -60 -24s-43 8 -60 24z" />
+    <glyph glyph-name="uni2215" unicode="&#x2215;" horiz-adv-x="392"
+d="M297 842h139l-330 -942h-139z" />
+    <glyph glyph-name="plus" unicode="+" horiz-adv-x="599"
+d="M538 289h-174v-170h-129v170h-173v122h173v170h129v-170h174v-122z" />
+    <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="599"
+d="M62 411h476v-122h-476v122z" />
+    <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="599"
+d="M386 350l124 -125l-84 -88l-126 127l-126 -127l-84 88l124 125l-124 125l84 88l126 -127l126 127l84 -88z" />
+    <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="599"
+d="M241 499c-16 16 -24 36 -24 60s8 44 24 59s36 23 59 23s43 -8 59 -23s24 -35 24 -59s-8 -44 -24 -60s-36 -24 -59 -24s-43 8 -59 24zM62 411h476v-122h-476v122zM241 83c-16 16 -24 36 -24 60s8 44 24 59s36 23 59 23s43 -8 59 -23s24 -35 24 -59s-8 -44 -24 -60
+s-36 -24 -59 -24s-43 8 -59 24z" />
+    <glyph glyph-name="equal" unicode="=" horiz-adv-x="599"
+d="M62 535h476v-122h-476v122zM62 287h476v-122h-476v122z" />
+    <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="599"
+d="M396 413l-65 -126h207v-122h-271l-58 -110h-127l58 110h-78v122h142l65 126h-207v122h271l58 110h127l-58 -110h78v-122h-142z" />
+    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="599"
+d="M538 415v-130l-476 -181v125l333 121l-333 122v124z" />
+    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="599"
+d="M538 472l-333 -122l333 -121v-125l-476 181v130l476 181v-124z" />
+    <glyph glyph-name="greaterequal" unicode="&#x2265;" horiz-adv-x="599"
+d="M538 482v-126l-476 -169v122l310 110l-310 110v122zM62 122h476v-122h-476v122z" />
+    <glyph glyph-name="lessequal" unicode="&#x2264;" horiz-adv-x="599"
+d="M538 529l-310 -110l310 -110v-122l-476 169v126l476 169v-122zM62 122h476v-122h-476v122z" />
+    <glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="599"
+d="M538 490v-118h-174v-164h-129v164h-173v118h173v164h129v-164h174zM62 122h476v-122h-476v122z" />
+    <glyph glyph-name="approxequal" unicode="&#x2248;" horiz-adv-x="599"
+d="M336 387c-18 9 -38 22 -59 39c-16 12 -29 21 -39 26c-9 5 -19 8 -29 8c-18 0 -33 -7 -44 -21s-17 -33 -18 -57h-97c1 61 15 108 42 142c27 32 63 49 108 49c24 0 45 -5 62 -13c17 -10 38 -23 61 -40c16 -12 29 -21 38 -26s19 -8 29 -8c19 0 33 7 44 21s17 33 18 57h98
+c-1 -61 -16 -108 -43 -142c-27 -32 -63 -49 -107 -49c-24 0 -45 5 -64 14zM336 140c-18 9 -38 22 -59 39c-16 12 -29 21 -39 26c-9 5 -19 8 -29 8c-18 0 -33 -7 -44 -21c-11 -13 -17 -32 -18 -56h-97c1 61 15 108 42 142c27 32 63 49 108 49c24 0 45 -5 62 -13
+c17 -10 38 -23 61 -40c16 -12 29 -21 38 -26s19 -8 29 -8c19 0 33 7 44 21s17 33 18 57h98c-1 -62 -16 -110 -43 -142c-27 -34 -63 -50 -107 -50c-24 0 -45 5 -64 14z" />
+    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="599"
+d="M336 265c-18 9 -38 22 -59 39c-16 12 -29 21 -39 26c-9 5 -19 8 -29 8c-18 0 -33 -7 -44 -21s-17 -33 -18 -57h-97c1 61 15 108 42 142c27 32 63 49 108 49c24 0 45 -5 62 -13c17 -10 38 -23 61 -40c16 -12 29 -21 38 -26s19 -8 29 -8c19 0 33 7 44 21s17 33 18 57h98
+c-1 -61 -16 -108 -43 -142c-27 -32 -63 -49 -107 -49c-24 0 -45 5 -64 14z" />
+    <glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="599"
+d="M538 115h-129v175h-347v121h476v-296z" />
+    <glyph glyph-name="emptyset" unicode="&#x2205;" horiz-adv-x="599"
+d="M493 478c30 -41 45 -86 45 -136c0 -42 -11 -81 -32 -116c-21 -36 -50 -64 -86 -86c-36 -20 -75 -31 -118 -31c-55 0 -104 17 -149 52l-85 -79l-41 45l84 78c-30 42 -45 88 -45 137c0 42 10 81 32 116c20 36 49 64 86 85c36 21 75 31 118 31c28 0 55 -4 80 -14
+c25 -8 48 -21 69 -38l81 76l41 -45zM187 276l189 176c-22 15 -47 22 -74 22c-24 0 -46 -6 -66 -18c-21 -11 -37 -27 -48 -48c-12 -20 -18 -42 -18 -66c0 -23 6 -45 17 -66zM417 408l-189 -177c22 -15 47 -22 74 -22c24 0 46 6 66 18c21 12 37 28 49 49c12 20 18 42 18 66
+c0 25 -6 47 -18 66z" />
+    <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="931"
+d="M794 534c32 -18 57 -43 76 -75s28 -68 28 -108s-9 -76 -28 -109c-19 -32 -44 -57 -76 -76c-33 -19 -69 -28 -109 -28c-51 0 -93 10 -127 31s-65 49 -92 85c-27 -36 -57 -64 -92 -85c-34 -21 -76 -31 -127 -31c-40 0 -77 9 -109 28c-34 18 -59 43 -78 76
+c-19 32 -28 68 -28 108s9 76 28 108c19 33 44 58 78 76c32 19 69 28 109 28c51 0 93 -10 127 -31c35 -21 65 -49 92 -85c27 36 58 64 92 85s76 31 127 31c40 0 76 -9 109 -28zM337 276c21 16 43 41 65 74c-22 33 -44 58 -65 74c-21 18 -48 26 -79 26c-29 0 -53 -10 -72 -28
+c-19 -20 -29 -43 -29 -72s10 -52 29 -72c19 -18 43 -28 72 -28c31 0 58 8 79 26zM746 279c18 19 28 43 28 72c0 28 -10 51 -29 71c-19 18 -43 28 -72 28c-31 0 -58 -9 -79 -26c-22 -17 -44 -42 -65 -74c21 -32 43 -57 65 -74c21 -17 48 -26 79 -26c29 0 53 10 73 29z" />
+    <glyph glyph-name="integral" unicode="&#x222b;" horiz-adv-x="434"
+d="M25 -194c-22 4 -41 12 -56 22l40 113c18 -13 39 -19 64 -19c21 0 37 6 49 20c11 12 17 32 17 58v554c0 61 18 110 53 146s84 54 146 54c25 0 49 -2 71 -8c22 -4 41 -12 57 -22l-41 -113c-19 13 -41 19 -64 19c-21 0 -37 -6 -49 -20c-11 -12 -17 -32 -17 -58v-554
+c0 -61 -17 -110 -53 -146c-34 -36 -83 -54 -146 -54c-25 0 -49 2 -71 8z" />
+    <glyph glyph-name="uni2126" unicode="&#x2126;" horiz-adv-x="889"
+d="M9 132h156c-32 30 -57 66 -75 106c-17 42 -26 87 -26 136c0 65 16 124 50 175c32 51 78 91 136 120s123 43 194 43s136 -14 194 -43s104 -69 137 -120s50 -110 50 -175c0 -49 -9 -94 -27 -136c-18 -40 -43 -76 -75 -106h157v-132h-366v123c47 24 84 57 110 98
+c25 41 38 87 38 136c0 43 -9 81 -28 115c-19 32 -44 58 -78 76c-32 17 -70 26 -112 26s-80 -9 -112 -26c-34 -18 -59 -44 -78 -76c-19 -34 -28 -72 -28 -115c0 -50 13 -96 39 -137s63 -74 110 -97v-123h-366v132z" />
+    <glyph glyph-name="uni2206" unicode="&#x2206;" horiz-adv-x="766"
+d="M776 0h-785l312 700h160zM205 132h352l-175 415z" />
+    <glyph glyph-name="product" unicode="&#x220f;" horiz-adv-x="808"
+d="M83 700h642v-894h-162v754h-318v-754h-162v894z" />
+    <glyph glyph-name="summation" unicode="&#x2211;" horiz-adv-x="671"
+d="M650 -62v-132h-612v105l308 343l-294 341v105h589v-132h-372l227 -262v-105l-242 -263h396z" />
+    <glyph glyph-name="radical" unicode="&#x221a;" horiz-adv-x="820"
+d="M829 742l-307 -936h-161l-168 484h-131v121h246l134 -410l242 741h145z" />
+    <glyph glyph-name="uni00B5" unicode="&#xb5;" horiz-adv-x="690"
+d="M618 538v-538h-141v66c-16 -25 -37 -44 -61 -56c-26 -12 -52 -18 -80 -18c-43 0 -79 12 -108 35v-221h-156v732h156v-281c0 -44 10 -77 28 -98c20 -21 46 -32 81 -32c38 0 68 12 91 37c23 24 34 60 34 108v266h156z" />
+    <glyph glyph-name="partialdiff" unicode="&#x2202;" horiz-adv-x="700"
+d="M546 638c67 -70 100 -168 100 -296c0 -73 -13 -136 -39 -190c-26 -52 -63 -93 -111 -122c-49 -28 -106 -42 -172 -42c-51 0 -96 10 -138 29c-40 19 -73 47 -96 82c-24 35 -36 76 -36 122c0 45 11 84 34 118c22 34 52 60 90 79c39 19 82 28 129 28c76 0 135 -24 177 -72v2
+c0 76 -19 134 -57 174c-38 41 -93 61 -165 61c-54 0 -101 -7 -140 -21l-21 129c49 15 103 22 163 22c121 0 215 -35 282 -103zM428 140c23 21 35 46 35 77s-12 57 -35 77c-24 21 -54 31 -90 31c-38 0 -68 -10 -92 -29c-22 -20 -34 -46 -34 -79s11 -59 34 -79
+c23 -19 52 -29 89 -29c39 0 70 10 93 31z" />
+    <glyph glyph-name="percent" unicode="%" horiz-adv-x="877"
+d="M76 374c-33 36 -49 82 -49 141s16 105 49 141c32 34 74 52 125 52s93 -18 125 -52c32 -36 48 -82 48 -141s-16 -105 -48 -141c-32 -34 -74 -52 -125 -52s-93 18 -125 52zM618 700h119l-478 -700h-119zM254 432c14 19 20 46 20 83s-6 64 -20 83c-12 19 -30 28 -53 28
+c-22 0 -40 -10 -53 -28c-13 -20 -20 -47 -20 -83s7 -63 20 -83c13 -18 31 -28 53 -28c23 0 41 9 53 28zM586 16c-26 15 -46 38 -61 67s-22 63 -22 102s7 73 22 102s35 52 61 67c27 16 57 24 90 24c51 0 93 -18 126 -52c32 -36 48 -82 48 -141s-16 -105 -48 -141
+c-33 -34 -75 -52 -126 -52c-33 0 -63 8 -90 24zM730 102c12 20 19 47 19 83s-7 63 -19 83c-14 18 -31 28 -54 28c-22 0 -40 -9 -53 -28s-20 -46 -20 -83s7 -64 20 -83s31 -28 53 -28c23 0 40 10 54 28z" />
+    <glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="1258"
+d="M76 374c-33 36 -49 82 -49 141s16 105 49 141c32 34 74 52 125 52s93 -18 125 -52c32 -36 48 -82 48 -141s-16 -105 -48 -141c-32 -34 -74 -52 -125 -52s-93 18 -125 52zM618 700h119l-478 -700h-119zM254 432c14 19 20 46 20 83s-6 64 -20 83c-12 19 -30 28 -53 28
+c-22 0 -40 -10 -53 -28c-13 -20 -20 -47 -20 -83s7 -63 20 -83c13 -18 31 -28 53 -28c23 0 41 9 53 28zM586 16c-26 15 -46 38 -61 67s-22 63 -22 102s7 73 22 102s35 52 61 67c27 16 57 24 90 24c51 0 93 -18 126 -52c32 -36 48 -82 48 -141s-16 -105 -48 -141
+c-33 -34 -75 -52 -126 -52c-33 0 -63 8 -90 24zM932 44c-32 36 -48 82 -48 141s16 105 48 141c32 34 74 52 125 52s93 -18 125 -52c32 -36 48 -82 48 -141s-16 -105 -48 -141c-32 -34 -74 -52 -125 -52s-93 18 -125 52zM730 102c12 20 19 47 19 83s-7 63 -19 83
+c-14 18 -31 28 -54 28c-22 0 -40 -9 -53 -28s-20 -46 -20 -83s7 -64 20 -83s31 -28 53 -28c23 0 40 10 54 28zM1110 102c13 20 20 47 20 83s-7 63 -20 83c-13 18 -31 28 -53 28c-23 0 -41 -9 -53 -28c-14 -19 -20 -46 -20 -83s6 -64 20 -83c12 -19 30 -28 53 -28
+c22 0 40 10 53 28z" />
+    <glyph glyph-name="arrowup" unicode="&#x2191;" horiz-adv-x="600"
+d="M524 249l-164 99v-310h-121v310l-163 -99v120l223 149l225 -149v-120z" />
+    <glyph glyph-name="uni2197" unicode="&#x2197;" horiz-adv-x="600"
+d="M443 95l-46 187l-219 -219l-86 88l220 219l-186 45l83 86l263 -54l54 -266z" />
+    <glyph glyph-name="arrowright" unicode="&#x2192;" horiz-adv-x="600"
+d="M526 276l-148 -227h-135l104 173h-297v108h296l-103 171h135z" />
+    <glyph glyph-name="uni2198" unicode="&#x2198;" horiz-adv-x="600"
+d="M525 377l-52 -265l-264 -55l-83 86l185 46l-218 218l85 88l220 -220l45 187z" />
+    <glyph glyph-name="arrowdown" unicode="&#x2193;" horiz-adv-x="600"
+d="M530 304v-121l-224 -150l-225 150v121l164 -100v309h121v-309z" />
+    <glyph glyph-name="uni2199" unicode="&#x2199;" horiz-adv-x="600"
+d="M303 195l185 -46l-83 -86l-263 54l-54 266l83 86l46 -187l219 219l86 -88z" />
+    <glyph glyph-name="arrowleft" unicode="&#x2190;" horiz-adv-x="600"
+d="M550 222h-297l104 -172h-135l-148 226l148 226h135l-104 -172h297v-108z" />
+    <glyph glyph-name="uni2196" unicode="&#x2196;" horiz-adv-x="600"
+d="M436 69l-220 220l-45 -187l-82 85l53 265l263 55l83 -86l-185 -46l218 -218z" />
+    <glyph glyph-name="arrowboth" unicode="&#x2194;" horiz-adv-x="831"
+d="M781 276l-148 -226h-134l104 172h-374l104 -172h-134l-149 226l149 226h134l-104 -172h374l-104 172h134z" />
+    <glyph glyph-name="arrowupdn" unicode="&#x2195;" horiz-adv-x="600"
+d="M360 513v-327l163 100v-120l-223 -150l-225 150v120l164 -100v327l-163 -100v121l223 150l225 -150v-121z" />
+    <glyph glyph-name="arrowup.case" horiz-adv-x="600"
+d="M524 299l-164 99v-310h-121v310l-163 -99v120l223 149l225 -149v-120z" />
+    <glyph glyph-name="arrowright.case" horiz-adv-x="600"
+d="M526 326l-148 -227h-135l104 173h-297v108h296l-103 171h135z" />
+    <glyph glyph-name="arrowdown.case" horiz-adv-x="600"
+d="M530 354v-121l-224 -150l-225 150v121l164 -100v309h121v-309z" />
+    <glyph glyph-name="arrowleft.case" horiz-adv-x="600"
+d="M550 272h-297l104 -172h-135l-148 226l148 226h135l-104 -172h297v-108z" />
+    <glyph glyph-name="uni25C6" unicode="&#x25c6;" horiz-adv-x="600"
+d="M300 540l274 -275l-274 -274l-275 274z" />
+    <glyph glyph-name="uni25C7" unicode="&#x25c7;" horiz-adv-x="600"
+d="M300 540l274 -275l-274 -274l-275 274zM300 109l160 156l-160 156l-161 -156z" />
+    <glyph glyph-name="lozenge" unicode="&#x25ca;" horiz-adv-x="497"
+d="M32 330l217 323l216 -323l-217 -326zM362 330l-113 165l-114 -165l113 -167z" />
+    <glyph glyph-name="filledbox" unicode="&#x25a0;" horiz-adv-x="600"
+d="M106 459h388v-388h-388v388z" />
+    <glyph glyph-name="uni25A1" unicode="&#x25a1;" horiz-adv-x="600"
+d="M106 459h388v-388h-388v388zM413 155v220h-226v-220h226z" />
+    <glyph glyph-name="triagup" unicode="&#x25b2;" horiz-adv-x="600"
+d="M300 478l213 -426h-426z" />
+    <glyph glyph-name="uni25B6" unicode="&#x25b6;" horiz-adv-x="600"
+d="M541 266l-426 -213v426z" />
+    <glyph glyph-name="triagdn" unicode="&#x25bc;" horiz-adv-x="600"
+d="M513 478l-213 -426l-213 426h426z" />
+    <glyph glyph-name="uni25C0" unicode="&#x25c0;" horiz-adv-x="601"
+d="M58 265l426 213v-426z" />
+    <glyph glyph-name="uni25B3" unicode="&#x25b3;" horiz-adv-x="600"
+d="M300 478l213 -426h-426zM408 119l-108 210l-108 -210h216z" />
+    <glyph glyph-name="uni25B7" unicode="&#x25b7;" horiz-adv-x="600"
+d="M541 266l-426 -213v426zM180 161l216 105l-216 105v-210z" />
+    <glyph glyph-name="uni25BD" unicode="&#x25bd;" horiz-adv-x="600"
+d="M513 478l-213 -426l-213 426h426zM300 201l108 210h-216z" />
+    <glyph glyph-name="uni25C1" unicode="&#x25c1;" horiz-adv-x="600"
+d="M58 265l426 213v-426zM419 370l-216 -105l216 -105v210z" />
+    <glyph glyph-name="at" unicode="@" horiz-adv-x="1035"
+d="M768 654c72 -38 128 -90 168 -156s60 -141 60 -224c0 -59 -8 -109 -26 -152c-16 -42 -40 -74 -71 -96s-67 -33 -108 -33c-34 0 -63 7 -86 22s-40 36 -51 65c-36 -58 -93 -87 -171 -87c-43 0 -82 11 -117 32s-63 51 -84 89c-20 39 -30 83 -30 132s10 92 30 130
+c21 39 48 69 84 90c34 21 74 32 117 32c66 0 117 -22 154 -66v59h136v-324c0 -43 16 -64 48 -64c23 0 41 14 55 42c12 28 19 70 19 127c0 67 -15 127 -47 178c-30 52 -74 92 -130 122c-57 28 -122 43 -195 43s-138 -15 -195 -47c-56 -30 -100 -73 -130 -128
+c-32 -55 -47 -117 -47 -186c0 -71 15 -134 46 -188c31 -56 74 -98 129 -130c56 -30 120 -46 193 -46c72 0 138 15 197 44l32 -92c-30 -15 -66 -27 -106 -36c-42 -8 -82 -12 -123 -12c-95 0 -178 20 -251 60c-73 39 -129 94 -169 164s-60 149 -60 236s20 165 61 234
+c40 69 97 124 170 163s158 59 253 59c92 0 174 -19 245 -56zM604 144c23 25 35 59 35 102s-12 76 -35 100s-53 36 -90 36s-67 -12 -90 -36c-23 -25 -34 -58 -34 -100c0 -43 11 -76 34 -101s53 -37 90 -37s67 12 90 36z" />
+    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="728"
+d="M621 -12l-84 78c-67 -52 -145 -78 -234 -78c-51 0 -96 8 -137 24c-41 17 -72 40 -96 69c-22 29 -34 62 -34 99c0 43 12 82 36 114c25 34 64 65 118 95c-25 26 -44 51 -55 75c-11 23 -17 48 -17 73c0 34 9 64 27 90s43 46 77 61c32 14 71 21 114 21c61 0 109 -15 146 -43
+c37 -30 55 -69 55 -118c0 -36 -11 -68 -33 -96c-21 -28 -56 -55 -104 -81l128 -119c15 32 27 68 35 109l125 -39c-13 -62 -35 -115 -64 -159l82 -76zM280 585c-13 -12 -20 -27 -20 -46c0 -14 4 -27 11 -39c7 -13 22 -29 43 -50c34 18 58 34 71 48c13 15 20 30 20 47
+s-6 31 -18 42s-29 16 -51 16c-23 0 -42 -6 -56 -18zM445 151l-169 158c-31 -18 -54 -36 -67 -53s-20 -37 -20 -59c0 -26 11 -47 34 -63s53 -24 91 -24c49 0 92 14 131 41z" />
+    <glyph glyph-name="paragraph" unicode="&#xb6;" horiz-adv-x="686"
+d="M228 360c-41 1 -78 9 -110 24c-33 16 -58 38 -76 67c-19 29 -28 62 -28 100c0 39 10 72 30 101c19 29 47 51 84 66c36 16 78 24 126 24h349v-842h-127v729h-121v-729h-127v460z" />
+    <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="522"
+d="M476 230c-10 -20 -26 -39 -47 -54c30 -25 45 -61 45 -106c0 -35 -9 -65 -28 -92c-18 -27 -44 -48 -80 -63c-34 -15 -76 -23 -123 -23c-41 0 -82 6 -123 16c-42 12 -75 26 -99 43l46 110c23 -17 51 -30 83 -40c33 -10 64 -15 95 -15c29 0 51 5 67 16s24 25 24 43
+c0 19 -9 33 -28 43c-19 8 -48 17 -87 25c-41 9 -74 19 -99 29c-26 9 -48 25 -66 46c-19 21 -28 51 -28 88c0 54 21 97 64 129c-29 25 -43 60 -43 104c0 54 22 97 66 130s106 49 187 49c33 0 68 -4 108 -13c38 -9 69 -20 92 -35l-45 -109c-47 29 -101 43 -164 43
+c-36 0 -63 -5 -80 -16c-17 -10 -26 -24 -26 -43c0 -17 9 -30 25 -38c18 -8 45 -17 83 -26c40 -9 73 -19 100 -29c27 -11 50 -28 69 -50c19 -24 29 -55 29 -94c0 -24 -5 -46 -17 -68zM192 262c18 -9 48 -18 89 -27l29 -7c15 7 26 16 35 27s13 24 13 39c0 20 -10 35 -28 44
+c-20 9 -49 19 -90 29l-28 6c-15 -7 -27 -16 -36 -27c-9 -12 -13 -25 -13 -39c0 -21 9 -36 29 -45z" />
+    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="785"
+d="M212 44c-53 31 -96 74 -126 128c-32 54 -47 113 -47 178s15 124 47 178c30 54 73 97 127 128s114 47 180 47s126 -15 179 -46c54 -31 96 -73 127 -127c31 -53 46 -113 46 -178s-16 -125 -47 -180c-31 -54 -74 -97 -128 -128s-114 -47 -179 -47s-125 16 -179 47zM536 100
+c44 26 78 61 104 106c24 44 37 93 37 146c0 54 -12 103 -37 146c-24 43 -58 78 -101 102c-43 26 -92 38 -146 38s-103 -13 -146 -38s-77 -60 -102 -104s-37 -93 -37 -146s12 -102 37 -146s59 -79 101 -104c44 -25 92 -38 145 -38s102 13 145 38zM294 174
+c-32 17 -57 41 -76 72c-18 31 -27 65 -27 104s9 73 27 104c19 31 44 55 76 72c33 17 69 26 110 26c39 0 74 -8 104 -26c30 -16 52 -40 67 -69l-90 -53c-18 31 -45 47 -82 47c-27 0 -49 -9 -67 -27c-19 -19 -28 -43 -28 -74s9 -55 28 -74c18 -18 40 -27 67 -27
+c37 0 64 16 82 47l90 -52c-15 -30 -37 -54 -67 -70c-30 -18 -65 -26 -104 -26c-41 0 -77 9 -110 26z" />
+    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="785"
+d="M572 657c54 -31 96 -73 127 -127c31 -53 46 -113 46 -178s-16 -125 -47 -180c-31 -54 -74 -97 -128 -128s-114 -47 -179 -47s-125 16 -179 47c-53 31 -96 74 -126 128c-32 54 -47 113 -47 178s15 124 47 178c30 54 73 97 127 128s114 47 180 47s126 -15 179 -46zM536 100
+c44 26 78 61 104 106c24 44 37 93 37 146c0 54 -12 103 -37 146c-24 43 -58 78 -101 102c-43 26 -92 38 -146 38s-103 -13 -146 -38s-77 -60 -102 -104s-37 -93 -37 -146s12 -102 37 -146s59 -79 101 -104c44 -25 92 -38 145 -38s102 13 145 38zM558 334
+c-12 -21 -30 -37 -54 -48l85 -130h-104l-73 112h-4h-65v-112h-104v388h169c53 0 94 -12 124 -38c30 -24 45 -58 45 -100c0 -28 -6 -52 -19 -72zM401 346c23 0 41 5 55 16c12 10 19 25 19 44s-7 34 -19 45c-14 11 -32 16 -55 16h-59v-121h59z" />
+    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1046"
+d="M4 700h395v-86h-142v-329h-112v329h-141v86zM859 285l-1 237l-126 -194h-50l-126 188v-231h-105v415h92l166 -250l162 250h91l2 -415h-105z" />
+    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="418"
+d="M120 388c-26 16 -48 36 -64 62c-15 27 -23 56 -23 87s8 60 23 87c16 26 38 47 64 62c28 15 57 23 89 23s61 -8 88 -23s48 -36 63 -62c16 -27 24 -56 24 -87s-8 -60 -24 -87c-15 -26 -36 -46 -63 -62c-27 -14 -56 -22 -88 -22s-61 8 -89 22zM276 470c17 18 26 40 26 67
+s-9 49 -26 67c-18 18 -40 27 -67 27s-49 -9 -67 -27c-17 -18 -26 -40 -26 -67s9 -49 26 -67c18 -18 40 -27 67 -27s49 9 67 27z" />
+    <glyph glyph-name="bar" unicode="|" horiz-adv-x="309"
+d="M83 742h143v-936h-143v936z" />
+    <glyph glyph-name="brokenbar" unicode="&#xa6;" horiz-adv-x="309"
+d="M83 742h143v-350h-143v350zM83 156h143v-350h-143v350z" />
+    <glyph glyph-name="uni2113" unicode="&#x2113;" horiz-adv-x="473"
+d="M87 153l-51 -33l-22 64l83 59l42 250c13 71 36 125 69 161c33 35 72 53 117 53c36 0 64 -11 85 -34s31 -55 31 -96c0 -65 -23 -127 -69 -185c-45 -59 -104 -116 -176 -173c-3 -15 -4 -31 -4 -46c0 -26 5 -45 16 -57c11 -13 27 -19 48 -19c24 0 47 7 68 22s43 35 64 60
+l45 -55c-57 -86 -126 -129 -209 -129c-89 0 -135 53 -137 158zM318 452c27 43 41 84 41 122c0 17 -3 30 -11 39c-6 9 -16 14 -27 14c-17 0 -31 -10 -45 -29c-12 -20 -23 -51 -30 -93l-31 -173c41 36 76 76 103 120z" />
+    <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="591"
+d="M217 353h-187v128h187v219h156v-219h188v-128h-188v-547h-156v547z" />
+    <glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="591"
+d="M373 353v-200h188v-129h-188v-218h-156v218h-187v129h187v200h-187v129h187v218h156v-218h188v-129h-188z" />
+    <glyph glyph-name="estimated" unicode="&#x212e;" horiz-adv-x="863"
+d="M235 44c-60 32 -108 75 -143 129s-53 113 -53 176c0 64 18 123 53 177c35 55 83 98 143 130c60 31 125 47 196 47s137 -16 197 -47c60 -32 108 -75 142 -130c36 -54 53 -113 53 -177v-8h-635c-4 0 -6 -1 -6 -4v-192c0 -6 3 -14 9 -23c27 -33 61 -59 104 -77
+s88 -27 137 -27s96 10 140 31s81 49 112 85h57c-36 -42 -81 -75 -136 -100s-113 -37 -174 -37c-71 0 -136 16 -196 47zM675 360c4 0 6 2 6 6v193c0 9 -4 17 -11 23c-31 31 -68 56 -108 74c-42 17 -85 26 -130 26s-89 -9 -130 -28c-41 -18 -78 -43 -110 -75
+c-7 -8 -10 -16 -10 -24v-189c0 -4 2 -6 6 -6h487z" />
+    <glyph glyph-name="uni2116" unicode="&#x2116;" horiz-adv-x="1217"
+d="M890 399c-29 14 -51 34 -68 59c-16 25 -24 54 -24 85s8 60 24 85c17 25 39 45 68 59s61 21 97 21s68 -7 97 -21s51 -34 68 -59c16 -25 24 -54 24 -85s-8 -60 -24 -85c-17 -25 -39 -45 -68 -59s-61 -21 -97 -21s-68 7 -97 21zM565 700h160v-700h-133l-349 425v-425h-160
+v700h134l348 -425v425zM926 603c-15 -15 -23 -35 -23 -60s8 -45 23 -59c16 -16 36 -23 61 -23s45 7 60 23c15 14 23 34 23 59s-8 45 -23 60s-35 22 -60 22s-45 -7 -61 -22zM818 312h338v-95h-338v95z" />
+    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="600"
+d="M423 141l-123 295l-123 -295h-120l181 418h125l180 -418h-120z" />
+    <glyph glyph-name="minute" unicode="&#x2032;" horiz-adv-x="230"
+d="M49 700h133l-11 -284h-112z" />
+    <glyph glyph-name="second" unicode="&#x2033;" horiz-adv-x="437"
+d="M49 700h133l-11 -284h-112zM255 700h133l-11 -284h-112z" />
+    <glyph glyph-name="at.case" horiz-adv-x="1035"
+d="M768 720c72 -37 128 -89 168 -155s60 -141 60 -224c0 -59 -8 -109 -26 -151c-16 -43 -40 -75 -71 -97s-67 -33 -108 -33c-34 0 -63 7 -86 22s-40 36 -51 65c-36 -58 -93 -87 -171 -87c-43 0 -82 11 -117 32s-63 51 -84 90c-20 38 -30 82 -30 131s10 92 30 131
+c21 38 48 68 84 89c34 21 74 32 117 32c66 0 117 -22 154 -66v59h136v-324c0 -43 16 -64 48 -64c23 0 41 14 55 42c12 28 19 70 19 127c0 67 -15 127 -47 179c-30 51 -74 92 -130 120c-57 30 -122 44 -195 44s-138 -16 -195 -46c-56 -32 -100 -74 -130 -129
+c-32 -55 -47 -117 -47 -186c0 -71 15 -133 46 -189c31 -54 74 -98 129 -128c56 -32 120 -47 193 -47c72 0 138 15 197 44l32 -92c-30 -15 -66 -27 -106 -35c-42 -9 -82 -13 -123 -13c-95 0 -178 20 -251 59c-73 40 -129 95 -169 165s-60 149 -60 236s20 165 61 234
+c40 69 97 124 170 163s158 59 253 59c92 0 174 -19 245 -57zM604 212c23 24 35 58 35 101s-12 76 -35 100s-53 36 -90 36s-67 -12 -90 -37c-23 -24 -34 -57 -34 -99c0 -43 11 -76 34 -101s53 -37 90 -37s67 12 90 37z" />
+    <glyph glyph-name="uni2116.ss01" horiz-adv-x="1212"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78zM884 399c-29 14 -51 34 -68 59
+c-16 25 -24 54 -24 85s8 60 24 85c17 25 39 45 68 59s61 21 97 21s68 -7 97 -21s51 -34 68 -59c16 -25 24 -54 24 -85s-8 -60 -24 -85c-17 -25 -39 -45 -68 -59s-61 -21 -97 -21s-68 7 -97 21zM921 603c-15 -15 -23 -35 -23 -60s8 -45 23 -59c15 -16 35 -23 60 -23
+s45 7 60 23c15 14 23 34 23 59s-8 45 -23 60s-35 22 -60 22s-45 -7 -60 -22zM812 312h339v-95h-339v95z" />
+    <glyph glyph-name="ampersand.sc" horiz-adv-x="613"
+d="M520 -11l-67 59c-55 -39 -118 -59 -189 -59c-44 0 -84 7 -119 21c-35 15 -63 35 -84 60s-31 54 -31 87c0 34 10 64 28 90c20 26 50 50 91 73c-35 38 -53 77 -53 116c0 44 17 80 52 106c34 28 79 41 136 41c53 0 95 -12 128 -37c32 -25 48 -58 48 -100
+c0 -29 -8 -56 -26 -80c-16 -23 -43 -45 -80 -65l92 -81c13 24 24 52 32 84l117 -34c-12 -50 -31 -94 -56 -132l63 -56zM244 472c-9 -10 -14 -21 -14 -34c0 -9 3 -18 8 -27s16 -20 32 -35c24 12 41 23 52 34c10 10 15 21 15 32c0 13 -4 23 -13 31s-21 12 -38 12
+c-18 0 -32 -5 -42 -13zM364 128l-132 116c-21 -12 -36 -24 -44 -36c-10 -12 -14 -26 -14 -41c0 -19 9 -34 26 -47c18 -13 42 -19 73 -19c33 0 63 9 91 27z" />
+    <glyph glyph-name="uni0308" unicode="&#x308;"
+d="M-451 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM-248 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49
+s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni03080300"
+d="M-445 630c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM-249 630c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48
+c-13 -12 -28 -18 -47 -18s-34 6 -47 18zM-483 889h159l110 -121h-112z" />
+    <glyph glyph-name="uni03080301"
+d="M-445 630c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM-249 630c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48
+c-13 -12 -28 -18 -47 -18s-34 6 -47 18zM-275 889h159l-157 -121h-113z" />
+    <glyph glyph-name="uni03080304"
+d="M-445 630c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM-249 630c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48
+c-13 -12 -28 -18 -47 -18s-34 6 -47 18zM-485 867h370v-83h-370v83z" />
+    <glyph glyph-name="uni0307" unicode="&#x307;"
+d="M-360 636c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni03070304"
+d="M-350 630c-12 13 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -36 -19 -49c-14 -13 -30 -19 -50 -19s-36 6 -50 19zM-485 874h370v-83h-370v83z" />
+    <glyph glyph-name="gravecomb" unicode="&#x300;"
+d="M-512 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni03000304"
+d="M-483 728h159l110 -121h-112zM-485 867h370v-83h-370v83z" />
+    <glyph glyph-name="acutecomb" unicode="&#x301;"
+d="M-256 751h168l-181 -144h-122z" />
+    <glyph glyph-name="uni03010307"
+d="M-275 728h159l-157 -121h-113zM-350 791c-12 13 -19 29 -19 49s7 36 19 50c14 12 30 19 50 19s36 -7 50 -19c12 -14 19 -30 19 -50s-7 -36 -19 -49c-14 -13 -30 -19 -50 -19s-36 6 -50 19z" />
+    <glyph glyph-name="uni03010304"
+d="M-275 728h159l-157 -121h-113zM-485 867h370v-83h-370v83z" />
+    <glyph glyph-name="uni030B" unicode="&#x30b;"
+d="M-386 751h146l-104 -144h-114zM-184 751h146l-104 -144h-114z" />
+    <glyph glyph-name="caroncomb.alt"
+d="M-300 741h117l-20 -201h-97v201z" />
+    <glyph glyph-name="uni0302" unicode="&#x302;"
+d="M-213 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni030C" unicode="&#x30c;"
+d="M-99 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni030C0307"
+d="M-99 721l-133 -114h-136l-133 114h115l86 -57l86 57h115zM-350 768c-12 13 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -36 -19 -49c-14 -13 -30 -19 -50 -19s-36 6 -50 19z" />
+    <glyph glyph-name="uni0306" unicode="&#x306;"
+d="M-430 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni030A" unicode="&#x30a;"
+d="M-388 627c-24 23 -36 52 -36 86s12 63 36 86c23 23 52 35 87 35s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -87 35zM-258 670c12 11 18 26 18 43s-6 32 -18 43c-11 12 -26 18 -43 18s-31 -6 -43 -18c-11 -11 -17 -26 -17 -43s6 -32 17 -43
+c11 -12 26 -18 43 -18s32 6 43 18z" />
+    <glyph glyph-name="uni030A0301"
+d="M-193 776c11 -19 17 -40 17 -63c0 -34 -12 -63 -36 -86s-54 -35 -89 -35s-64 12 -87 35c-24 23 -36 52 -36 86s12 63 36 86c23 23 52 35 87 35c17 0 34 -3 52 -10l87 90l77 -60zM-258 670c12 11 18 26 18 43s-6 32 -18 43c-11 12 -26 18 -43 18s-31 -6 -43 -18
+c-11 -11 -17 -26 -17 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 43 18z" />
+    <glyph glyph-name="tildecomb" unicode="&#x303;"
+d="M-272 614c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15
+c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="uni03030308"
+d="M-274 614c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM-445 792c-13 12 -19 28 -19 47s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -29 -19 -48 -19s-34 6 -47 19zM-249 792c-13 12 -19 28 -19 47s6 34 20 47c12 13 28 19 46 19
+c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -28 -19 -47 -19s-34 6 -47 19z" />
+    <glyph glyph-name="tildecomb_acutecomb"
+d="M-274 614c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM-275 889h159l-157 -121h-113z" />
+    <glyph glyph-name="uni03030304"
+d="M-274 614c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM-485 867h370v-83h-370v83z" />
+    <glyph glyph-name="uni0304" unicode="&#x304;"
+d="M-485 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni03040308" unicode="&#xea35;"
+d="M-485 706h370v-83h-370v83zM-445 792c-13 12 -19 28 -19 47s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -29 -19 -48 -19s-34 6 -47 19zM-249 792c-13 12 -19 28 -19 47s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47
+s-6 -35 -19 -47c-13 -13 -28 -19 -47 -19s-34 6 -47 19z" />
+    <glyph glyph-name="uni03040300"
+d="M-485 706h370v-83h-370v83zM-483 889h159l110 -121h-112z" />
+    <glyph glyph-name="uni03040301"
+d="M-485 706h370v-83h-370v83zM-275 889h159l-157 -121h-113z" />
+    <glyph glyph-name="hookabovecomb" unicode="&#x309;"
+d="M-319 649c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni030F" unicode="&#x30f;"
+d="M-562 751h146l72 -144h-114zM-360 751h146l72 -144h-114z" />
+    <glyph glyph-name="uni0311" unicode="&#x311;"
+d="M-430 718c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -26 51c-16 14 -36 20 -60 20s-44 -6 -60 -20c-17 -12 -25 -30 -26 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="uni0312" unicode="&#x312;"
+d="M-221 659c0 -19 -7 -33 -20 -44s-33 -16 -59 -16s-46 5 -59 17c-13 10 -20 25 -20 43c0 17 7 38 21 64l45 90h84l-34 -101c28 -8 42 -26 42 -53z" />
+    <glyph glyph-name="uni031B" unicode="&#x31b;"
+d="M-323 538h27c18 0 32 6 44 18c10 11 16 26 16 45c0 23 -7 43 -20 60l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104z" />
+    <glyph glyph-name="dotbelowcomb" unicode="&#x323;"
+d="M-350 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="uni0324" unicode="&#x324;"
+d="M-442 -186c-13 12 -19 28 -19 47s6 35 19 47c13 13 28 19 46 19c19 0 34 -6 48 -19c12 -12 19 -28 19 -47s-7 -35 -19 -47c-14 -12 -29 -18 -48 -18s-34 6 -46 18zM-252 -186c-12 12 -19 28 -19 47s7 35 19 47c14 13 29 19 48 19s34 -6 47 -19c13 -12 19 -28 19 -47
+s-6 -35 -19 -47s-28 -18 -47 -18s-34 6 -48 18z" />
+    <glyph glyph-name="uni0326" unicode="&#x326;"
+d="M-250 -90c13 -10 19 -25 19 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33c0 18 6 33 19 43c12 12 29 17 50 17s38 -5 50 -17z" />
+    <glyph glyph-name="uni0327" unicode="&#x327;"
+d="M-384 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 65 -28c15 -14 22 -33 22 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni0328" unicode="&#x328;"
+d="M-478 -202c-25 21 -37 48 -37 82c0 33 13 63 39 91c25 28 64 51 115 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 16 -33c10 -9 24 -13 41 -13c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z
+" />
+    <glyph glyph-name="uni032E" unicode="&#x32e;"
+d="M-429 -178c-34 27 -52 61 -55 104h93c1 -20 9 -36 27 -48c16 -13 38 -19 64 -19s48 6 64 19c18 12 26 28 27 48h93c-3 -43 -21 -77 -55 -104c-34 -26 -77 -39 -129 -39s-95 13 -129 39z" />
+    <glyph glyph-name="uni0331" unicode="&#x331;"
+d="M-485 -95h370v-87h-370v87z" />
+    <glyph glyph-name="uni0335" unicode="&#x335;"
+d="M-506 481h412v-90h-412v90z" />
+    <glyph glyph-name="uni0336" unicode="&#x336;"
+d="M-882 489h832v-108h-832v108z" />
+    <glyph glyph-name="uni0337" unicode="&#x337;"
+d="M-446 310l324 244l57 -80l-323 -242z" />
+    <glyph glyph-name="uni0338" unicode="&#x338;"
+d="M-134 605h78l-441 -675h-77z" />
+    <glyph glyph-name="uni0308.case"
+d="M-451 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM-248 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49
+s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni03080300.case"
+d="M-445 780c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM-249 780c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48
+c-13 -12 -28 -18 -47 -18s-34 6 -47 18zM-483 1039h159l110 -121h-112z" />
+    <glyph glyph-name="uni03080301.case"
+d="M-445 780c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM-249 780c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48
+c-13 -12 -28 -18 -47 -18s-34 6 -47 18zM-275 1039h159l-157 -121h-113z" />
+    <glyph glyph-name="uni03080304.case"
+d="M-445 780c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM-249 780c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48
+c-13 -12 -28 -18 -47 -18s-34 6 -47 18zM-485 1017h370v-83h-370v83z" />
+    <glyph glyph-name="uni0307.case"
+d="M-360 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni03070304.case"
+d="M-350 780c-12 13 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -36 -19 -49c-14 -13 -30 -19 -50 -19s-36 6 -50 19zM-485 1024h370v-83h-370v83z" />
+    <glyph glyph-name="gravecomb.case"
+d="M-512 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni03000304.case"
+d="M-483 878h159l110 -121h-112zM-485 1017h370v-83h-370v83z" />
+    <glyph glyph-name="acutecomb.case"
+d="M-256 901h168l-181 -144h-122z" />
+    <glyph glyph-name="uni03010307.case"
+d="M-275 878h159l-157 -121h-113zM-350 941c-12 13 -19 29 -19 49s7 36 19 50c14 12 30 19 50 19s36 -7 50 -19c12 -14 19 -30 19 -50s-7 -36 -19 -49c-14 -13 -30 -19 -50 -19s-36 6 -50 19z" />
+    <glyph glyph-name="uni03010304.case"
+d="M-275 878h159l-157 -121h-113zM-485 1017h370v-83h-370v83z" />
+    <glyph glyph-name="uni030B.case"
+d="M-386 901h146l-104 -144h-114zM-184 901h146l-104 -144h-114z" />
+    <glyph glyph-name="uni0302.case"
+d="M-213 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni030C.case"
+d="M-99 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni030C0307.case"
+d="M-99 871l-133 -114h-136l-133 114h115l86 -57l86 57h115zM-350 918c-12 13 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -36 -19 -49c-14 -13 -30 -19 -50 -19s-36 6 -50 19z" />
+    <glyph glyph-name="uni0306.case"
+d="M-430 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="tildecomb.case"
+d="M-272 764c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15
+c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="uni03030308.case"
+d="M-274 764c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM-445 942c-13 12 -19 28 -19 47s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -29 -19 -48 -19s-34 6 -47 19zM-249 942c-13 12 -19 28 -19 47s6 34 20 47c12 13 28 19 46 19
+c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -28 -19 -47 -19s-34 6 -47 19z" />
+    <glyph glyph-name="tildecomb_acutecomb.case"
+d="M-274 764c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM-275 1039h159l-157 -121h-113z" />
+    <glyph glyph-name="uni03030304.case"
+d="M-274 764c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM-485 1017h370v-83h-370v83z" />
+    <glyph glyph-name="uni0304.case"
+d="M-485 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni03040308.case"
+d="M-485 856h370v-83h-370v83zM-445 942c-13 12 -19 28 -19 47s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -29 -19 -48 -19s-34 6 -47 19zM-249 942c-13 12 -19 28 -19 47s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47
+s-6 -35 -19 -47c-13 -13 -28 -19 -47 -19s-34 6 -47 19z" />
+    <glyph glyph-name="uni03040300.case"
+d="M-485 856h370v-83h-370v83zM-483 1039h159l110 -121h-112z" />
+    <glyph glyph-name="uni03040301.case"
+d="M-485 856h370v-83h-370v83zM-275 1039h159l-157 -121h-113z" />
+    <glyph glyph-name="hookabovecomb.case"
+d="M-319 799c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni030F.case"
+d="M-562 901h146l72 -144h-114zM-360 901h146l72 -144h-114z" />
+    <glyph glyph-name="uni0311.case"
+d="M-430 868c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -26 51c-16 14 -36 20 -60 20s-44 -6 -60 -20c-17 -12 -25 -30 -26 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="uni0335.case"
+d="M-516 410h432v-108h-432v108z" />
+    <glyph glyph-name="uni0337.case"
+d="M-446 310l376 282l58 -78l-376 -282z" />
+    <glyph glyph-name="uni0338.case"
+d="M-162 770h105l-598 -840h-105z" />
+    <glyph glyph-name="uni0304.narrow.case"
+d="M-450 873h300v-88h-300v88z" />
+    <glyph glyph-name="uni0307.i"
+d="M-370 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="uni0328.i"
+d="M-429 -202c-22 21 -33 48 -33 81c0 31 10 61 29 89c19 27 48 52 86 73l48 -41c-24 -19 -41 -38 -51 -54c-9 -18 -14 -35 -14 -52c0 -14 4 -25 12 -34s18 -13 30 -13s23 3 32 10l22 -68c-19 -14 -44 -21 -74 -21c-36 0 -65 10 -87 30z" />
+    <glyph glyph-name="uni0308.loclVIET"
+d="M-445 630c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM-249 630c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48
+c-13 -12 -28 -18 -47 -18s-34 6 -47 18z" />
+    <glyph glyph-name="uni0307.loclVIET"
+d="M-350 630c-12 13 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -36 -19 -49c-14 -13 -30 -19 -50 -19s-36 6 -50 19z" />
+    <glyph glyph-name="gravecomb.loclVIET"
+d="M-483 728h159l110 -121h-112z" />
+    <glyph glyph-name="acutecomb.loclVIET"
+d="M-275 728h159l-157 -121h-113z" />
+    <glyph glyph-name="uni0302.loclVIET"
+d="M-214 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115z" />
+    <glyph glyph-name="uni030C.loclVIET"
+d="M-99 721l-133 -114h-136l-133 114h115l86 -57l86 57h115z" />
+    <glyph glyph-name="uni0306.loclVIET"
+d="M-428 632c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33z" />
+    <glyph glyph-name="tildecomb.loclVIET"
+d="M-274 614c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni0304.loclVIET"
+d="M-485 706h370v-83h-370v83z" />
+    <glyph glyph-name="hookabovecomb.loclVIET"
+d="M-313 635c25 12 37 26 37 42c0 9 -3 16 -10 21c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni0308.narrow"
+d="M-428 632c-13 13 -19 29 -19 49s6 36 19 49c12 13 27 19 46 19s34 -6 47 -19s19 -29 19 -49s-6 -36 -19 -49s-28 -19 -47 -19s-34 6 -46 19zM-265 632c-13 13 -19 29 -19 49s6 36 19 49s28 19 47 19s34 -6 46 -19c13 -13 19 -29 19 -49s-6 -36 -19 -49
+c-12 -13 -27 -19 -46 -19s-34 6 -47 19z" />
+    <glyph glyph-name="uni0302.narrow"
+d="M-235 607l-65 70l-65 -70h-111l109 144h134l109 -144h-111z" />
+    <glyph glyph-name="uni0306.narrow"
+d="M-414 640c-29 28 -44 65 -45 111h94c0 -22 6 -39 17 -53c12 -12 28 -19 48 -19s36 7 48 19c11 14 17 31 17 53h94c-1 -46 -16 -83 -45 -111c-30 -27 -68 -41 -114 -41s-84 14 -114 41z" />
+    <glyph glyph-name="tildecomb.narrow"
+d="M-278 615c-13 7 -26 18 -41 31c-1 1 -5 4 -11 9c-5 5 -10 8 -14 11c-4 2 -8 3 -12 3c-10 0 -18 -5 -23 -15s-8 -24 -8 -43h-78c0 47 9 83 25 109c18 24 42 37 74 37c17 0 31 -4 44 -11s26 -18 41 -31c1 -1 5 -4 11 -9c5 -5 10 -8 14 -10c4 -3 8 -4 12 -4c10 0 18 5 23 14
+c5 10 8 24 8 41h78c0 -46 -9 -81 -25 -106c-18 -25 -42 -37 -74 -37c-17 0 -31 4 -44 11z" />
+    <glyph glyph-name="uni0304.narrow"
+d="M-450 723h300v-88h-300v88z" />
+    <glyph glyph-name="uni0311.narrow"
+d="M-414 718c30 27 68 41 114 41s84 -14 114 -41c29 -28 44 -65 45 -111h-94c0 22 -6 39 -17 53c-11 12 -27 19 -48 19s-37 -7 -48 -19c-11 -14 -17 -31 -17 -53h-94c1 46 16 83 45 111z" />
+    <glyph glyph-name="caroncomb.alt.short"
+d="M-300 768h111l-16 -186h-95v186z" />
+    <glyph glyph-name="uni0335.t"
+d="M-475 480h349v-90h-349v90z" />
+    <glyph glyph-name="uni02BC" unicode="&#x2bc;" horiz-adv-x="187"
+d="M43 700h102l-22 -262h-82z" />
+    <glyph glyph-name="uni02BB" unicode="&#x2bb;" horiz-adv-x="287"
+d="M223 720c9 -15 14 -32 14 -52c0 -29 -9 -52 -27 -70c-18 -17 -41 -26 -69 -26s-51 9 -69 27c-19 18 -28 41 -28 69c0 13 2 27 5 40s11 33 22 60l58 144h99l-44 -159c17 -7 30 -18 39 -33z" />
+    <glyph glyph-name="uni02BA" unicode="&#x2ba;" horiz-adv-x="437"
+d="M49 700h133l-11 -284h-112zM255 700h133l-11 -284h-112z" />
+    <glyph glyph-name="uni02C9" unicode="&#x2c9;" horiz-adv-x="600"
+d="M115 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni02CB" unicode="&#x2cb;" horiz-adv-x="600"
+d="M88 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni02B9" unicode="&#x2b9;" horiz-adv-x="230"
+d="M49 700h133l-11 -284h-112z" />
+    <glyph glyph-name="uni02BF" unicode="&#x2bf;" horiz-adv-x="600"
+d="M210 627c-24 23 -36 52 -36 86s12 63 36 86s54 35 89 35v-61c-17 0 -31 -6 -43 -17c-11 -11 -17 -26 -17 -43s6 -32 17 -43s26 -17 43 -17v-61c-35 0 -65 12 -89 35z" />
+    <glyph glyph-name="uni02BE" unicode="&#x2be;" horiz-adv-x="600"
+d="M299 653c17 0 32 6 43 17c12 11 18 26 18 43s-6 32 -18 43c-11 11 -26 17 -43 17v61c36 0 66 -12 90 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -90 -35v61z" />
+    <glyph glyph-name="uni02CA" unicode="&#x2ca;" horiz-adv-x="600"
+d="M344 751h168l-181 -144h-122z" />
+    <glyph glyph-name="uni02CC" unicode="&#x2cc;" horiz-adv-x="188"
+d="M42 -30h104v-197h-104v197z" />
+    <glyph glyph-name="uni02C8" unicode="&#x2c8;" horiz-adv-x="186"
+d="M42 700h102v-196h-102v196z" />
+    <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="600"
+d="M344 751h168l-181 -144h-122z" />
+    <glyph glyph-name="breve" unicode="&#x2d8;" horiz-adv-x="600"
+d="M170 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="caron" unicode="&#x2c7;" horiz-adv-x="600"
+d="M501 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="cedilla" unicode="&#xb8;" horiz-adv-x="600"
+d="M216 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 65 -28c15 -14 22 -33 22 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="circumflex" unicode="&#x2c6;" horiz-adv-x="600"
+d="M387 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="600"
+d="M149 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM352 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49
+s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="dotaccent" unicode="&#x2d9;" horiz-adv-x="600"
+d="M240 636c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="grave" unicode="`" horiz-adv-x="600"
+d="M88 751h168l135 -144h-122z" />
+    <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" horiz-adv-x="600"
+d="M214 751h146l-104 -144h-114zM416 751h146l-104 -144h-114z" />
+    <glyph glyph-name="macron" unicode="&#xaf;" horiz-adv-x="600"
+d="M115 723h370v-88h-370v88z" />
+    <glyph glyph-name="ogonek" unicode="&#x2db;" horiz-adv-x="600"
+d="M122 -202c-25 21 -37 48 -37 82c0 33 13 63 39 91c25 28 64 51 115 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 16 -33c10 -9 24 -13 41 -13c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z
+" />
+    <glyph glyph-name="ring" unicode="&#x2da;" horiz-adv-x="600"
+d="M212 627c-24 23 -36 52 -36 86s12 63 36 86c23 23 52 35 87 35s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -87 35zM342 670c12 11 18 26 18 43s-6 32 -18 43c-11 12 -26 18 -43 18s-31 -6 -43 -18c-11 -11 -17 -26 -17 -43s6 -32 17 -43
+c11 -12 26 -18 43 -18s32 6 43 18z" />
+    <glyph glyph-name="tilde" unicode="&#x2dc;" horiz-adv-x="600"
+d="M328 614c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15
+c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="uni0335.sc" horiz-adv-x="600"
+d="M63 342h373v-99h-373v99z" />
+    <glyph glyph-name="uni0336.sc" horiz-adv-x="932"
+d="M47 406h704v-99h-704v99z" />
+    <glyph glyph-name="uni0338.sc" horiz-adv-x="634"
+d="M533 632h100l-497 -689h-99z" />
+    <glyph glyph-name="brevecombcy"
+d="M-404 751h102c1 -23 7 -41 20 -55c12 -12 30 -19 54 -19s42 7 56 19c12 14 19 32 19 55h104c-1 -103 -60 -155 -178 -155c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="brevecombcy.case"
+d="M-435 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153z" />
+    <glyph glyph-name="descendercy" horiz-adv-x="358"
+d="M283 128v-235h-145v107h-89v128h234z" />
+    <glyph glyph-name="descendercy.case" horiz-adv-x="373"
+d="M298 132v-277h-150v145h-109v132h259z" />
+    <glyph glyph-name="descendercy.case.short" horiz-adv-x="338"
+d="M263 132v-277h-149v145h-68v132h217z" />
+    <glyph glyph-name="descendercy.short" horiz-adv-x="334"
+d="M260 125v-233h-141v108h-67v125h208z" />
+    <glyph glyph-name="uni03060301"
+d="M-428 632c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM-275 872h159l-157 -121h-113z" />
+    <glyph glyph-name="uni03060300"
+d="M-428 632c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM-483 872h159l110 -121h-112z" />
+    <glyph glyph-name="uni03060309"
+d="M-428 632c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM-313 760c25 12 37 26 37 42c0 9 -3 16 -10 21c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48
+c23 15 50 22 83 22c28 0 50 -7 67 -21c17 -15 25 -34 25 -58c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni03060303"
+d="M-428 632c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM-274 758c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12
+s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni03020301"
+d="M-214 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM-69 824h159l-157 -121h-113z" />
+    <glyph glyph-name="uni03020300"
+d="M-214 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM-277 824h159l110 -121h-112z" />
+    <glyph glyph-name="uni03020309"
+d="M-214 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM-160 721c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni03020303"
+d="M-214 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM-274 764c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24
+c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni03060301.case"
+d="M-428 782c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM-275 1022h159l-157 -121h-113z" />
+    <glyph glyph-name="uni03060300.case"
+d="M-428 782c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM-483 1022h159l110 -121h-112z" />
+    <glyph glyph-name="uni03060309.case"
+d="M-428 782c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM-313 910c25 12 37 26 37 42c0 9 -3 16 -10 21c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48
+c23 15 50 22 83 22c28 0 50 -7 67 -21c17 -15 25 -34 25 -58c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni03060303.case"
+d="M-428 782c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM-274 908c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12
+s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni03020301.case"
+d="M-214 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM-69 974h159l-157 -121h-113z" />
+    <glyph glyph-name="uni03020300.case"
+d="M-214 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM-277 974h159l110 -121h-112z" />
+    <glyph glyph-name="uni03020309.case"
+d="M-214 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM-160 871c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni03020303.case"
+d="M-214 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM-274 914c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24
+c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="verticalbarcy.case" horiz-adv-x="295"
+d="M222 -145h-149v176h149v-176z" />
+    <glyph glyph-name="verticalbarcy" horiz-adv-x="290"
+d="M218 -107h-146v135h146v-135z" />
+  </font>
+</defs></svg>
diff --git a/services/health-department/src/assets/fonts/Montserrat-Bold.ttf b/services/health-department/src/assets/fonts/Montserrat-Bold.ttf
new file mode 100644
index 0000000..2d06752
--- /dev/null
+++ b/services/health-department/src/assets/fonts/Montserrat-Bold.ttf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c8289a870d238aa042bdfd09364fe6dea524bcd1ea485341878d8c75a32ab444
+size 244468
diff --git a/services/health-department/src/assets/fonts/Montserrat-Bold.woff b/services/health-department/src/assets/fonts/Montserrat-Bold.woff
new file mode 100644
index 0000000..e98617f
--- /dev/null
+++ b/services/health-department/src/assets/fonts/Montserrat-Bold.woff
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2c1547d06c93929e9ea64b63f22dbdc8f35107dcdea8cadcc848a94395269119
+size 133256
diff --git a/services/health-department/src/assets/fonts/Montserrat-Bold.woff2 b/services/health-department/src/assets/fonts/Montserrat-Bold.woff2
new file mode 100644
index 0000000..484aced
--- /dev/null
+++ b/services/health-department/src/assets/fonts/Montserrat-Bold.woff2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:de787906d71be31ae823c64186ad2d4baff0026ca15fe850fabfe2becda7ec9c
+size 88792
diff --git a/services/health-department/src/assets/profile.svg b/services/health-department/src/assets/profile.svg
index da23574..10e19bb 100644
--- a/services/health-department/src/assets/profile.svg
+++ b/services/health-department/src/assets/profile.svg
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>Button / round / Profil</title>
     <g id="Button-/-round-/-Profil" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
         <circle id="Oval" stroke="#000000" stroke-width="2" cx="16" cy="16" r="15"></circle>
         <circle id="Oval" stroke="#000000" stroke-width="2" cx="16" cy="14" r="3"></circle>
diff --git a/services/health-department/src/assets/profile_active.svg b/services/health-department/src/assets/profile_active.svg
index 4d986a9..c118eb4 100644
--- a/services/health-department/src/assets/profile_active.svg
+++ b/services/health-department/src/assets/profile_active.svg
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-    <title>Button / round / Profil_active</title>
     <g id="Button-/-round-/-Profil_active" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
         <circle id="Oval" stroke="#000000" stroke-width="2" fill="#000000" cx="16" cy="16" r="15"></circle>
         <circle id="Oval" stroke="#FFFFFF" stroke-width="2" cx="16" cy="14" r="3"></circle>
diff --git a/services/health-department/src/components/App/Header/Header.react.js b/services/health-department/src/components/App/Header/Header.react.js
index 1d6903f..de41001 100644
--- a/services/health-department/src/components/App/Header/Header.react.js
+++ b/services/health-department/src/components/App/Header/Header.react.js
@@ -21,8 +21,8 @@ export const Header = ({ profileData }) => {
 
   return (
     <HeaderWrapper data-cy="header">
-      <Headline data-testid="header-headline" />
-      <MenuWrapper data-testid="header-menu-wrapper">
+      <Headline data-cy="header-headline" />
+      <MenuWrapper data-cy="header-menu-wrapper">
         <Profile healthDepartment={healthDepartment} />
         <LinkMenu />
         <LogoutButton />
diff --git a/services/health-department/src/components/App/Header/Headline/Headline.react.js b/services/health-department/src/components/App/Header/Headline/Headline.react.js
index d878310..829cd81 100644
--- a/services/health-department/src/components/App/Header/Headline/Headline.react.js
+++ b/services/health-department/src/components/App/Header/Headline/Headline.react.js
@@ -18,7 +18,7 @@ export const Headline = ({ onlyLogo }) => {
         })}
       </SubTitle>
       {!onlyLogo && (
-        <VerificationWrapper data-testid="headline-verification-tag">
+        <VerificationWrapper data-cy="headline-verification-tag">
           <VerificationTag />
         </VerificationWrapper>
       )}
diff --git a/services/health-department/src/components/App/Header/Profile/Profile.react.js b/services/health-department/src/components/App/Header/Profile/Profile.react.js
index 28720b3..aceeb65 100644
--- a/services/health-department/src/components/App/Header/Profile/Profile.react.js
+++ b/services/health-department/src/components/App/Header/Profile/Profile.react.js
@@ -1,6 +1,7 @@
 import React from 'react';
 import { Badge } from 'antd';
 import Icon from '@ant-design/icons';
+import { useIntl } from 'react-intl';
 import { useQuery } from 'react-query';
 import { useSelector } from 'react-redux';
 import { useHistory } from 'react-router-dom';
@@ -25,6 +26,7 @@ const getProfileIcon = isProfileRoute => (
 
 export const Profile = ({ healthDepartment }) => {
   const history = useHistory();
+  const intl = useIntl();
   const currentRoute = useSelector(state => state.router.location.pathname);
   const isProfileRoute = currentRoute === PROFILE_ROUTE;
   const handleClick = () => history.push(PROFILE_ROUTE);
@@ -40,7 +42,12 @@ export const Profile = ({ healthDepartment }) => {
 
   return (
     <Badge dot={showDot} style={badgeStyle}>
-      <IconWrapper onClick={handleClick}>
+      <IconWrapper
+        title={intl.formatMessage({
+          id: 'profile',
+        })}
+        onClick={handleClick}
+      >
         {getProfileIcon(isProfileRoute)}
       </IconWrapper>
     </Badge>
diff --git a/services/health-department/src/components/App/Tracking/TrackingList/ListFilters/ListFilters.react.js b/services/health-department/src/components/App/Tracking/TrackingList/ListFilters/ListFilters.react.js
index e605431..935abc6 100644
--- a/services/health-department/src/components/App/Tracking/TrackingList/ListFilters/ListFilters.react.js
+++ b/services/health-department/src/components/App/Tracking/TrackingList/ListFilters/ListFilters.react.js
@@ -8,22 +8,36 @@ import {
   getProcessAssigneeOptions,
 } from './hooks/filterHelpers';
 
-import { useListFilters, useGetAssigneeNameOptions } from './hooks/useFilters';
+import { useListFilters } from './hooks/useFilters';
 
 import { Filter } from './Filter';
 import { StyledContainer } from './ListFilters.styled';
 
-export function ListFilters({ filters, onChange = () => {} }) {
+export function ListFilters({ processes, filters, onChange = () => {} }) {
   const intl = useIntl();
 
+  const getAssigneeOptions = () => {
+    const duplicates = new Set();
+    const assigneesWithDup = processes
+      .filter(process => process.assignee)
+      .map(process => {
+        return {
+          value: process.assignee.uuid,
+          name: `${process.assignee.firstName} ${process.assignee.lastName}`,
+        };
+      });
+    return assigneesWithDup.filter(assignee => {
+      const duplicate = duplicates.has(assignee.value);
+      duplicates.add(assignee.value);
+      return !duplicate;
+    });
+  };
+
   const typeOptions = getProcessTypeOptions(intl);
   const stateOptions = getProcessStateOptions(intl);
   const statusOptions = getProcessStatusOptions(intl);
   const basicAssigneeOptions = getProcessAssigneeOptions(intl);
-  const assigneeOptions = [
-    ...basicAssigneeOptions,
-    ...useGetAssigneeNameOptions(),
-  ];
+  const assigneeOptions = [...basicAssigneeOptions, ...getAssigneeOptions()];
 
   const { type } = useListFilters(filters, onChange, 'type', typeOptions);
   const { state } = useListFilters(filters, onChange, 'state', stateOptions);
diff --git a/services/health-department/src/components/App/Tracking/TrackingList/ListFilters/filters.js b/services/health-department/src/components/App/Tracking/TrackingList/ListFilters/filters.js
deleted file mode 100644
index df7cd7d..0000000
--- a/services/health-department/src/components/App/Tracking/TrackingList/ListFilters/filters.js
+++ /dev/null
@@ -1,156 +0,0 @@
-import { useIntl } from 'react-intl';
-import { useCallback, useMemo } from 'react';
-
-import {
-  ALL_PROCESS_TYPES,
-  ALL_PROCESS_STATUS,
-  ALL_PROCESSES_STATES,
-  OPEN_PROCESSES_STATUS,
-  PERSON_PROCESSES_TYPE,
-  LOCATION_PROCESSES_TYPE,
-  APPROVED_PROCESSES_STATUS,
-  COMPLETED_PROCESSES_STATE,
-  REQUESTED_PROCESSES_STATUS,
-  INCOMPLETED_PROCESSES_STATE,
-  PARTIAL_APPROVED_PROCESSES_STATUS,
-  PARTIAL_REQUESTED_PROCESSES_STATUS,
-} from 'constants/filters';
-
-export function useProcessTypeFilter(onChange = () => {}) {
-  const intl = useIntl();
-  return useMemo(
-    () => ({
-      onChange: value => onChange('type', value),
-      title: intl.formatMessage({ id: 'sort.type.headline' }),
-      options: [
-        {
-          value: ALL_PROCESS_TYPES,
-          intl: intl.formatMessage({ id: 'sort.type.all' }),
-        },
-        {
-          value: PERSON_PROCESSES_TYPE,
-          intl: intl.formatMessage({ id: 'sort.type.person' }),
-        },
-        {
-          value: LOCATION_PROCESSES_TYPE,
-          intl: intl.formatMessage({ id: 'sort.type.location' }),
-        },
-      ],
-    }),
-    [intl, onChange]
-  );
-}
-export function useProcessStateFilter(onChange = () => {}) {
-  const intl = useIntl();
-  return useMemo(
-    () => ({
-      onChange: value => onChange('state', value),
-      title: intl.formatMessage({ id: 'sort.state.headline' }),
-      options: [
-        {
-          value: ALL_PROCESSES_STATES,
-          intl: intl.formatMessage({ id: 'sort.state.all' }),
-        },
-        {
-          value: COMPLETED_PROCESSES_STATE,
-          intl: intl.formatMessage({ id: 'sort.state.completed' }),
-        },
-        {
-          value: INCOMPLETED_PROCESSES_STATE,
-          intl: intl.formatMessage({ id: 'sort.state.incompleted' }),
-        },
-      ],
-    }),
-    [intl, onChange]
-  );
-}
-export function useProcessStatusFilter(
-  onChange = () => {},
-  activeStatusFilters
-) {
-  const intl = useIntl();
-
-  const onProcessStatusFilterChange = useCallback(
-    (value, activeFilters) => {
-      if (
-        value.length === 2 &&
-        activeFilters.length === 1 &&
-        value.includes(ALL_PROCESS_STATUS) &&
-        activeFilters.includes(ALL_PROCESS_STATUS)
-      ) {
-        onChange(
-          'status',
-          value.filter(filter => ALL_PROCESS_STATUS !== filter)
-        );
-        return;
-      }
-
-      if (
-        value.length === 0 ||
-        value.length === 5 ||
-        (value.includes(ALL_PROCESS_STATUS) && value.length >= 2)
-      ) {
-        onChange('status', [ALL_PROCESS_STATUS]);
-        return;
-      }
-
-      onChange('status', value);
-    },
-    [onChange]
-  );
-
-  const options = useMemo(
-    () => [
-      {
-        value: ALL_PROCESS_STATUS,
-        intl: intl.formatMessage({ id: 'sort.status.all' }),
-      },
-      {
-        value: OPEN_PROCESSES_STATUS,
-        intl: intl.formatMessage({ id: 'sort.status.open' }),
-      },
-      {
-        value: PARTIAL_APPROVED_PROCESSES_STATUS,
-        intl: intl.formatMessage({ id: 'sort.status.partlyApproved' }),
-      },
-      {
-        value: APPROVED_PROCESSES_STATUS,
-        intl: intl.formatMessage({ id: 'sort.status.approved' }),
-      },
-      {
-        value: PARTIAL_REQUESTED_PROCESSES_STATUS,
-        intl: intl.formatMessage({ id: 'sort.status.partlyRequested' }),
-      },
-      {
-        value: REQUESTED_PROCESSES_STATUS,
-        intl: intl.formatMessage({ id: 'sort.status.requested' }),
-      },
-    ],
-    [intl]
-  );
-
-  return {
-    options,
-    title: intl.formatMessage({ id: 'sort.status.headline' }),
-    onChange: value => onProcessStatusFilterChange(value, activeStatusFilters),
-  };
-}
-
-export function useListFilters(filters, onChange = () => {}) {
-  const onFilterChange = useCallback(
-    (type, value) => {
-      onChange({ ...filters, [type]: value });
-    },
-    [filters, onChange]
-  );
-
-  const type = useProcessTypeFilter(onFilterChange);
-  const state = useProcessStateFilter(onFilterChange);
-  const status = useProcessStatusFilter(onFilterChange, filters.status);
-
-  return {
-    type: { ...type, active: filters.type },
-    state: { ...state, active: filters.state },
-    status: { ...status, active: filters.status },
-  };
-}
diff --git a/services/health-department/src/components/App/Tracking/TrackingList/ListFilters/hooks/useFilters.js b/services/health-department/src/components/App/Tracking/TrackingList/ListFilters/hooks/useFilters.js
index cb11749..18ae7b9 100644
--- a/services/health-department/src/components/App/Tracking/TrackingList/ListFilters/hooks/useFilters.js
+++ b/services/health-department/src/components/App/Tracking/TrackingList/ListFilters/hooks/useFilters.js
@@ -1,9 +1,6 @@
 import { useIntl } from 'react-intl';
 import { useCallback, useMemo } from 'react';
 
-import { useQuery } from 'react-query';
-import { getProcesses } from 'network/api';
-
 import { ALL_PROCESS_STATUS, ALL_PROCESS_ASSIGNEE } from 'constants/filters';
 
 import {
@@ -133,28 +130,3 @@ export function useListFilters(
     assignee: { ...assignee, active: filters.assignee },
   };
 }
-
-// get assignees from processes
-export function useGetAssigneeNameOptions() {
-  const { isLoading, error, data: processes } = useQuery('processes', () =>
-    getProcesses()
-  );
-
-  if (isLoading || error) return null;
-
-  const duplicates = new Set();
-  const assigneesWithDup = processes
-    .filter(process => process.assignee)
-    .map(process => {
-      return {
-        value: process.assignee.uuid,
-        name: `${process.assignee.firstName} ${process.assignee.lastName}`,
-      };
-    });
-
-  return assigneesWithDup.filter(assignee => {
-    const duplicate = duplicates.has(assignee.value);
-    duplicates.add(assignee.value);
-    return !duplicate;
-  });
-}
diff --git a/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/CSVDownload.js b/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/CSVDownload.js
index 2542adc..da2ebfd 100644
--- a/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/CSVDownload.js
+++ b/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/CSVDownload.js
@@ -1,11 +1,14 @@
 import React from 'react';
 import FileSaver from 'file-saver';
 import { useIntl } from 'react-intl';
-import sanitize from 'sanitize-filename';
 import { getFormattedDate, getFormattedTime } from 'utils/time';
 import { createCSV } from 'utils/exports/csv';
 
-import { showErrorNotification, formatAdditionalData } from './helpers';
+import {
+  showErrorNotification,
+  formatAdditionalData,
+  getSanitizedFilename,
+} from './helpers';
 
 import { DownloadButton } from '../Export.styled';
 
@@ -89,7 +92,7 @@ export const CSVDownload = ({ traces, location }) => {
       const data = createCSV(
         getCSVDownloadDataFromTraces(traces, location, intl)
       );
-      const filename = sanitize(`${location.name}_luca.csv`);
+      const filename = getSanitizedFilename(location.name, 'luca.csv');
       const blob = new Blob(
         [
           new Uint8Array([0xef, 0xbb, 0xbf]), // UTF-8 BOM
@@ -104,5 +107,9 @@ export const CSVDownload = ({ traces, location }) => {
     }
   };
 
-  return <DownloadButton onClick={download}>Download CSV</DownloadButton>;
+  return (
+    <DownloadButton onClick={download}>
+      {intl.formatMessage({ id: 'download.csv' })}
+    </DownloadButton>
+  );
 };
diff --git a/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/ExcelDownload.js b/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/ExcelDownload.js
index 7cc4f1d..bae8610 100644
--- a/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/ExcelDownload.js
+++ b/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/ExcelDownload.js
@@ -1,11 +1,14 @@
 import React from 'react';
 import { useIntl } from 'react-intl';
-import sanitize from 'sanitize-filename';
 import ReactExport from 'react-data-export';
 import { sanitizeForCSV } from 'utils/sanitizer';
 import { getFormattedDate, getFormattedTime } from 'utils/time';
 
-import { showErrorNotification, formatAdditionalDataKey } from './helpers';
+import {
+  showErrorNotification,
+  formatAdditionalDataKey,
+  getSanitizedFilename,
+} from './helpers';
 
 import { DownloadButton } from '../Export.styled';
 
@@ -75,12 +78,16 @@ export const ExcelDownload = ({ traces, location }) => {
 
   return (
     <ExcelFile
-      filename={sanitize(`${location.name}_luca`)}
-      element={<DownloadButton>Download Excel</DownloadButton>}
+      filename={getSanitizedFilename(location.name, 'luca')}
+      element={
+        <DownloadButton>
+          {intl.formatMessage({ id: 'download.excel' })}
+        </DownloadButton>
+      }
     >
       <ExcelSheet
         data={getExcelDownloadDataFromTraces(traces, intl)}
-        name={sanitizeForCSV(`${location.groupName} - ${location.name}`)}
+        name={sanitizeForCSV(`${location.name}`)}
       >
         <ExcelColumn
           label={intl.formatMessage({ id: 'contactPersonTable.locationName' })}
diff --git a/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/OctoWareTNDownload.js b/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/OctoWareTNDownload.js
new file mode 100644
index 0000000..b208087
--- /dev/null
+++ b/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/OctoWareTNDownload.js
@@ -0,0 +1,147 @@
+import React from 'react';
+import { useIntl } from 'react-intl';
+import ReactExport from 'react-data-export';
+import {
+  LOCATION_TYPE_INDOOR,
+  LOCATION_TYPE_OUTDOOR,
+  MAX_LENGTH_ADDITIONAL_INFORMATION,
+  MAX_LENGTH_ENVIRONMENT,
+  PLATFORM_NAME_LUCA,
+  TN_LOCATION_CATEGORY,
+  TN_LOCATION_INFO_COLUMNS,
+  TN_PERSON_INFO_COLUMNS,
+} from 'constants/octowareTNFields';
+import { getFormattedDate, getFormattedTime } from 'utils/time';
+import { sanitizeForCSV } from 'utils/sanitizer';
+import { DownloadButton } from '../Export.styled';
+import {
+  formatAdditionalDataKey,
+  getSanitizedFilename,
+  showErrorNotification,
+} from './helpers';
+
+const {
+  ExcelFile,
+  ExcelFile: { ExcelSheet, ExcelColumn },
+} = ReactExport;
+
+const matchLucaGroupTypeWithOctowareTN = groupType => {
+  switch (groupType) {
+    case 'base':
+      return TN_LOCATION_CATEGORY.base;
+    case 'restaurant':
+      return TN_LOCATION_CATEGORY.restaurant;
+    case 'nursing_home':
+      return TN_LOCATION_CATEGORY.nursing_home;
+    case 'hotel':
+      return TN_LOCATION_CATEGORY.hotel;
+    case 'store':
+      return TN_LOCATION_CATEGORY.store;
+    default:
+      return TN_LOCATION_CATEGORY.base;
+  }
+};
+
+const getLocationType = isIndoor =>
+  isIndoor ? LOCATION_TYPE_INDOOR : LOCATION_TYPE_OUTDOOR;
+
+const getOctoWareTNDataFromTraces = (traces, location, intl) =>
+  traces
+    // eslint-disable-next-line complexity
+    .map(({ userData, additionalData, checkin, checkout }) => {
+      try {
+        return {
+          additionalData,
+          lastName: userData
+            ? userData.ln
+            : intl.formatMessage({
+                id: 'contactPersonTable.octoWareTN.unregisteredBadgeUser',
+              }),
+          firstName: userData
+            ? userData.fn
+            : intl.formatMessage({
+                id: 'contactPersonTable.octoWareTN.unregisteredBadgeUser',
+              }),
+          firstContactDateTime: checkin
+            ? `${getFormattedDate(checkin)} ${getFormattedTime(checkin)}`
+            : '',
+          lastContactDateTime: checkout
+            ? `${getFormattedDate(checkout)} ${getFormattedTime(checkout)}`
+            : '',
+          street: userData ? userData.st : '',
+          houseNumber: userData ? userData.hn : '',
+          postalCode: userData ? userData.pc : '',
+          city: userData ? userData.c : '',
+          phone: userData ? userData.pn : '',
+          email: userData ? userData.e : '',
+        };
+      } catch {
+        showErrorNotification(intl);
+        return null;
+      }
+    })
+    .filter(entry => entry !== null);
+
+export const OctoWareTNDownload = ({ traces, location }) => {
+  const intl = useIntl();
+
+  return (
+    <ExcelFile
+      filename={getSanitizedFilename(location.name, 'octoware')}
+      element={
+        <DownloadButton>
+          {intl.formatMessage({ id: 'download.octoWareTN' })}
+        </DownloadButton>
+      }
+    >
+      <ExcelSheet
+        data={getOctoWareTNDataFromTraces(traces, intl)}
+        name={sanitizeForCSV(`${location.name}`)}
+      >
+        <ExcelColumn
+          label={TN_LOCATION_INFO_COLUMNS.platform}
+          value={() => PLATFORM_NAME_LUCA}
+        />
+        <ExcelColumn
+          label={TN_LOCATION_INFO_COLUMNS.environmentType}
+          value={() => matchLucaGroupTypeWithOctowareTN(location.groupType)}
+        />
+        <ExcelColumn
+          label={TN_LOCATION_INFO_COLUMNS.environment}
+          value={() =>
+            `${sanitizeForCSV(`${location.name}`).slice(
+              0,
+              MAX_LENGTH_ENVIRONMENT
+            )} | ${getLocationType(location.isIndoor)}`
+          }
+        />
+        <ExcelColumn
+          label={TN_LOCATION_INFO_COLUMNS.additionalInformation}
+          value={col => {
+            if (!col.additionalData) return '';
+            const data = Object.keys(col.additionalData).map(
+              key =>
+                `${sanitizeForCSV(
+                  formatAdditionalDataKey(key, intl)
+                )}: ${sanitizeForCSV(col.additionalData[key])}`
+            );
+            return data.join().slice(0, MAX_LENGTH_ADDITIONAL_INFORMATION);
+          }}
+        />
+        <ExcelColumn
+          label={TN_LOCATION_INFO_COLUMNS.sharedDataDate}
+          value={() =>
+            getFormattedDate(Date.parse(location.contactedAt) / 1000)
+          }
+        />
+        {Object.entries(TN_PERSON_INFO_COLUMNS).map(([key, value]) => (
+          <ExcelColumn
+            label={value}
+            value={col => sanitizeForCSV(col[key])}
+            key={key}
+          />
+        ))}
+      </ExcelSheet>
+    </ExcelFile>
+  );
+};
diff --git a/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/SormasDownload.js b/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/SormasDownload.js
index 99f12c9..9421163 100644
--- a/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/SormasDownload.js
+++ b/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/SormasDownload.js
@@ -2,12 +2,15 @@ import React from 'react';
 import moment from 'moment';
 import FileSaver from 'file-saver';
 import { useIntl } from 'react-intl';
-import sanitize from 'sanitize-filename';
 
 import { createCSV } from 'utils/exports/csv';
 import { getFormattedDateTime } from 'utils/time';
 
-import { showErrorNotification, formatAdditionalData } from './helpers';
+import {
+  showErrorNotification,
+  formatAdditionalData,
+  getSanitizedFilename,
+} from './helpers';
 
 import { DownloadButton } from '../Export.styled';
 
@@ -211,9 +214,7 @@ export const SormasDownload = ({ traces, location }) => {
         getSormasDownloadDataFromTraces(traces, location, intl),
         true
       );
-      const filename = sanitize(
-        `${location.groupName} - ${location.name}_sormas.csv`
-      );
+      const filename = getSanitizedFilename(location.name, 'sormas.csv');
       const blob = new Blob(
         [
           new Uint8Array([0xef, 0xbb, 0xbf]), // UTF-8 BOM
diff --git a/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/helpers.js b/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/helpers.js
index 2c486ba..798daf8 100644
--- a/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/helpers.js
+++ b/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/helpers.js
@@ -1,4 +1,5 @@
 import { notification } from 'antd';
+import sanitize from 'sanitize-filename';
 
 const TABLE_KEY = 'table';
 
@@ -24,3 +25,8 @@ export const formatAdditionalData = (additionalData, intl) => {
     .map(key => `${formatAdditionalDataKey(key, intl)}: ${additionalData[key]}`)
     .join(' / ');
 };
+
+const MAX_FILE_LENGTH = 100;
+
+export const getSanitizedFilename = (name, suffix) =>
+  `${sanitize(`${name}`).slice(0, MAX_FILE_LENGTH)}_${suffix}`;
diff --git a/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/index.js b/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/index.js
index 5e62457..acf66f2 100644
--- a/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/index.js
+++ b/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/DownloadFiles/index.js
@@ -1,9 +1,11 @@
 import { CSVDownload } from './CSVDownload';
 import { ExcelDownload } from './ExcelDownload';
 import { SormasDownload } from './SormasDownload';
+import { OctoWareTNDownload } from './OctoWareTNDownload';
 
 export const FILES = {
   CSVDownload,
   ExcelDownload,
   SormasDownload,
+  OctoWareTNDownload,
 };
diff --git a/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/Export.react.js b/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/Export.react.js
index 7aff8f1..8fc347a 100644
--- a/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/Export.react.js
+++ b/services/health-department/src/components/App/modals/ContactPersonsModal/ContactPersons/GuestList/Export/Export.react.js
@@ -16,11 +16,14 @@ export const Export = ({ traces, location }) => {
       <StyledMenuItem>
         <FILES.CSVDownload traces={traces} location={location} />
       </StyledMenuItem>
+      <StyledMenuItem>
+        <FILES.ExcelDownload traces={traces} location={location} />
+      </StyledMenuItem>
       <StyledMenuItem>
         <FILES.SormasDownload traces={traces} location={location} />
       </StyledMenuItem>
       <StyledMenuItem>
-        <FILES.ExcelDownload traces={traces} location={location} />
+        <FILES.OctoWareTNDownload traces={traces} location={location} />
       </StyledMenuItem>
       <StyledMenuItem>
         <INTERFACE.SormasAPI traces={traces} location={location} />
diff --git a/services/health-department/src/components/App/modals/UploadKeyFileModal/UploadKeyFileModal.react.js b/services/health-department/src/components/App/modals/UploadKeyFileModal/UploadKeyFileModal.react.js
index fe6f581..3b57e79 100644
--- a/services/health-department/src/components/App/modals/UploadKeyFileModal/UploadKeyFileModal.react.js
+++ b/services/health-department/src/components/App/modals/UploadKeyFileModal/UploadKeyFileModal.react.js
@@ -98,7 +98,7 @@ export const UploadKeyFileModal = ({ keysData, onFinish }) => {
         type="file"
         accept=".luca"
         onChange={onFile}
-        data-testid="fileUpload"
+        data-cy="fileUpload"
       />
       <ButtonRow>
         <PrimaryButton onClick={triggerInput} style={{ zIndex: 3 }}>
diff --git a/services/health-department/src/constants/octowareTNFields.js b/services/health-department/src/constants/octowareTNFields.js
new file mode 100644
index 0000000..ea7f666
--- /dev/null
+++ b/services/health-department/src/constants/octowareTNFields.js
@@ -0,0 +1,46 @@
+export const TN_LOCATION_INFO_COLUMNS = {
+  platform: 'ART_ERFASSUNG',
+  environmentType: 'TN_R_UMGEBUNGART',
+  environment: 'UMGEBUNG',
+  additionalInformation: 'BEMERKUNG',
+  sharedDataDate: 'DAT_MELDE',
+};
+
+export const TN_PERSON_INFO_COLUMNS = {
+  contactCategory: 'TN_R_KONTAKT_KAT',
+  contactWithIndexPerson: 'TN_R_KONT_INDXPERS',
+  lastName: 'NAME',
+  firstName: 'VORNAME',
+  sex: 'GESCHLECHT',
+  birthday: 'DAT_GEBURT',
+  birthPlace: 'GEB_ORT',
+  birthCountryISOCode: 'GebLand_ISO_KENNZ',
+  firstContactDateTime: 'DAT_ERST_KONTAKT',
+  lastContactDateTime: 'DAT_LETZT_KONTAKT',
+  street: 'Wohn_STRASSE',
+  houseNumber: 'Wohn_HAUSNR_OD_PF_NR',
+  postalCode: 'Wohn_PLZ',
+  city: 'Wohn_ORT',
+  residentialStateISOCode: 'Wohn_Staat_ISO_KENNZ',
+  phone: 'Telefon',
+  email: 'E-Mail',
+  travelReturn: 'REISERUECKKEHRER',
+  occupation: 'TN_R_SYS_REL_BERUF',
+};
+
+export const TN_LOCATION_CATEGORY = {
+  base: 'sonstiges Umfeld',
+  restaurant: 'Restaurant, Gaststätte',
+  nursing_home: 'Alten/Pflegeheim',
+  hotel: 'Hotel, Pension, Herberge',
+  store: '-nicht erhoben-',
+};
+
+export const PLATFORM_NAME_LUCA = 'Luca-App';
+
+export const LOCATION_TYPE_INDOOR = 'Innenbereich';
+export const LOCATION_TYPE_OUTDOOR = 'Außenbereich';
+
+export const MAX_LENGTH_ENVIRONMENT =
+  100 - LOCATION_TYPE_INDOOR.length - ` | `.length;
+export const MAX_LENGTH_ADDITIONAL_INFORMATION = 248;
diff --git a/services/health-department/src/font.css b/services/health-department/src/font.css
index 9faff29..24ec0fe 100644
--- a/services/health-department/src/font.css
+++ b/services/health-department/src/font.css
@@ -60,3 +60,22 @@
       url('./assets/fonts/montserrat-v15-latin-600.svg#Montserrat')
       format('svg'); /* Legacy iOS */
 }
+/* montserrat-700 - latin */
+@font-face {
+  font-family: 'Montserrat-Bold';
+  font-style: normal;
+  font-weight: 700;
+  src: url('./assets/fonts/Montserrat-Bold.eot'); /* IE9 Compat Modes */
+  src: local('Montserrat Bold'), local('Montserrat-Bold'),
+  url('./assets/fonts/Montserrat-Bold.eot?#iefix')
+  format('embedded-opentype'),
+    /* IE6-IE8 */ url('./assets/fonts/Montserrat-Bold.woff2')
+  format('woff2'),
+    /* Super Modern Browsers */
+  url('./assets/fonts/Montserrat-Bold.woff') format('woff'),
+    /* Modern Browsers */ url('./assets/fonts/Montserrat-Bold.ttf')
+  format('truetype'),
+    /* Safari, Android, iOS */
+  url('./assets/fonts/Montserrat-Bold.svg#Montserrat')
+  format('svg'); /* Legacy iOS */
+}
diff --git a/services/health-department/src/messages/de.json b/services/health-department/src/messages/de.json
index 11fd8a4..eb1991f 100644
--- a/services/health-department/src/messages/de.json
+++ b/services/health-department/src/messages/de.json
@@ -15,6 +15,7 @@
     "login.error": "Die E-Mail-Adresse und/ oder das Passwort sind falsch.",
     "login.keyFile.error.title": "Ungültige Schlüsseldatei",
     "login.keyFile.error.description": "Die angegebene Datei ist ungültig.",
+    "profile": "Profil",
     "profile.header": "Ãœbersicht",
     "profile.firstname": "Vorname",
     "profile.lastname": "Nachname",
@@ -322,8 +323,8 @@
     "verificationTag.info": "Die öffentlichen Schlüssel Ihres luca Gesundheitsamts sind signiert.",
     "login.keyFileSize.error.description": "Die hochgeladene Datei war zu groß.",
     "profile.signingTool.download.title": "Sicherheitsvorkehrungen erforderlich",
-    "profile.signingTool.download.info": "Die öffentlichen Schlüssel Ihres luca Gesundheitsamt-Zugangs sind noch nicht signiert. Bitte signieren Sie Ihre Schlüssel mit dem luca Signatur Tool. Dieser Schritt stellt sicher, dass die anderen Komponenten im luca-System die Anfragen Ihres Gesundheitsamts überprüfen können und so die Sicherheit des gesamten Systems noch einmal gestärkt wird. {br} Der Signierungsprozess kann nur durch Adminstrator:innen von luca Gesundheitsamt durchgeführt werden und muss pro Gesundheitsamt nur einmalig durchgeführt werden. Voraussetzung für die Signierung ist ein Zertifikat der Bundesdruckerei GmbH.",
-    "profile.signingTool.download.button": "luca Signatur Tool ({version}) herunterladen",
+    "profile.signingTool.download.info": "Die öffentlichen Schlüssel Ihres luca Gesundheitsamt-Zugangs sind noch nicht signiert. Bitte signieren Sie Ihre Schlüssel mit dem luca Signatur Tool. Dieser Schritt stellt sicher, dass die anderen Komponenten im luca-System die Anfragen Ihres Gesundheitsamts überprüfen können und so die Sicherheit des gesamten Systems noch einmal gestärkt wird. {br}{br} Der Signierungsprozess kann nur durch Adminstrator:innen von luca Gesundheitsamt durchgeführt werden und muss pro Gesundheitsamt nur einmalig durchgeführt werden. Voraussetzung für die Signierung ist ein Zertifikat der Bundesdruckerei GmbH. {br}{br} Bitte laden Sie das luca Signatur Tool herunter und folgen Sie den Schritten im Tool.",
+    "profile.signingTool.download.button": "luca Signatur Tool ({version}) herunterladen (Windows)",
     "profile.signingTool.download.hash": "sha265sum: {hash}",
     "commitHashVersionDisplay.lucaHealthDepartment": "luca Gesundheitsamt",
     "commitHashVersionDisplay.gitlab": "GitLab",
@@ -337,5 +338,9 @@
     "error.length": "Die Eingabe ist zu lang.",
     "modal.privateKey.uploadMessage": "Öffnen Sie Ihren Schlüssel per Drag & Drop.",
     "login.keyFile.success.title": "Erfolgreich geladen",
-    "uploadKey.tryAgain": "Versuch es noch einmal"
+    "uploadKey.tryAgain": "Versuch es noch einmal",
+    "contactPersonTable.octoWareTN.unregisteredBadgeUser": "Nicht vergeben",
+    "download.csv": "CSV herunterladen",
+    "download.excel": "Excel herunterladen",
+    "download.octoWareTN": "OctoWareTN-Format herunterladen"
 }
\ No newline at end of file
diff --git a/services/health-department/src/messages/en.json b/services/health-department/src/messages/en.json
index cac941f..931d92c 100644
--- a/services/health-department/src/messages/en.json
+++ b/services/health-department/src/messages/en.json
@@ -15,6 +15,7 @@
     "login.error": "Wrong Email or password",
     "login.keyFile.error.title": "Invalid keyfile",
     "login.keyFile.error.description": "The specified file is invalid.",
+    "profile": "Profile",
     "profile.header": "Overview",
     "profile.firstname": "Firstname",
     "profile.lastname": "Lastname",
@@ -322,8 +323,8 @@
     "verificationTag.info": "The public keys of your luca Health Department are signed.",
     "login.keyFileSize.error.description": "The uploaded file was too big.",
     "profile.signingTool.download.title": "Safety precautions necessary",
-    "profile.signingTool.download.info": "The public keys of luca Health Department have not been signed for your health department yet. Please sign your keys by using the luca Signature Tool. This step ensures that other components within the luca system can check the authenticity of your health department's request and therefore strengthens the whole system's security. {br} This process can only be done by luca Health Department admins and only needs to be performed once for each health department. A certificate from the Bundesdruckerei GmbH is required for this process.",
-    "profile.signingTool.download.button": "Download luca signature ({version}) tool",
+    "profile.signingTool.download.info": "The public keys of luca Health Department have not been signed for your health department yet. Please sign your keys by using the luca Signature Tool. This step ensures that other components within the luca system can check the authenticity of your health department's request and therefore strengthens the whole system's security. {br}{br} This process can only be done by luca Health Department admins and only needs to be performed once for each health department. A certificate from the Bundesdruckerei GmbH is required for this process. {br}{br} Please download the luca Signature Tool and follow the steps within the tool.",
+    "profile.signingTool.download.button": "Download luca signature ({version}) tool (Windows)",
     "profile.signingTool.download.hash": "sha265sum: {hash}",
     "commitHashVersionDisplay.lucaHealthDepartment": "luca Health Department",
     "commitHashVersionDisplay.gitlab": "GitLab",
@@ -337,5 +338,9 @@
     "error.length": "The Input is too long.",
     "modal.privateKey.uploadMessage": "Drag and drop to open your key.",
     "login.keyFile.success.title": "Loaded successfully",
-    "uploadKey.tryAgain": "Try again"
+    "uploadKey.tryAgain": "Try again",
+    "contactPersonTable.octoWareTN.unregisteredBadgeUser": "Nicht vergeben",
+    "download.csv": "Download CSV",
+    "download.excel": "Download Excel",
+    "download.octoWareTN": "Download OctoWareTN format"
 }
\ No newline at end of file
diff --git a/services/health-department/src/utils/cryptoKeyOperations.js b/services/health-department/src/utils/cryptoKeyOperations.js
index e0322b2..fd1ad25 100644
--- a/services/health-department/src/utils/cryptoKeyOperations.js
+++ b/services/health-department/src/utils/cryptoKeyOperations.js
@@ -37,7 +37,7 @@ let hdekp;
 let hdskp;
 
 export function isHdekpInMemory() {
-  return hdekp !== undefined;
+  return !!hdekp;
 }
 
 export const storeHealthDepartmentPrivateKeys = (HDEKP, HDSKP) => {
@@ -57,7 +57,8 @@ export const getDailyPrivateKey = async keyId => {
 };
 
 export function clearPrivateKeys() {
-  sessionStorage.clear();
+  hdekp = null;
+  hdskp = null;
 }
 
 export const getBadgePrivateKey = async keyId => {
diff --git a/services/health-department/src/utils/decryption.js b/services/health-department/src/utils/decryption.js
index e3f8e67..ef6038d 100644
--- a/services/health-department/src/utils/decryption.js
+++ b/services/health-department/src/utils/decryption.js
@@ -24,6 +24,8 @@ import {
 } from './cryptoKeyOperations';
 import { sanitizeObject, sanitizeForCSV } from './sanitizer';
 
+const STATIC_USER_TYPE = 'static';
+
 const userDataSchema = z.object({
   fn: z.string().transform(sanitizeForCSV),
   ln: z.string().transform(sanitizeForCSV),
@@ -37,8 +39,24 @@ const userDataSchema = z.object({
   v: z.number(),
 });
 
+const getEncryptedTraceData = encryptedTrace =>
+  encryptedTrace.isHDEncrypted
+    ? DECRYPT_DLIES_USING_HDEKP(
+        base64ToHex(encryptedTrace.data.publicKey),
+        base64ToHex(encryptedTrace.data.data),
+        base64ToHex(encryptedTrace.data.iv),
+        base64ToHex(encryptedTrace.data.mac)
+      )
+    : base64ToHex(encryptedTrace.data);
+
 export const additionalDataSchema = z
-  .object({ table: z.number().optional() })
+  .object({
+    table: z
+      .string()
+      .refine(tableNr => tableNr.length && !Number.isNaN(Number(tableNr)))
+      .or(z.number())
+      .optional(),
+  })
   .catchall(z.string())
   .transform(sanitizeObject);
 
@@ -81,11 +99,10 @@ export async function decryptStaticDeviceTrace(encryptedTrace) {
   if (encryptedTrace.version === 4) {
     encKey = encKey.slice(0, 32);
   }
-  const traceData = DECRYPT_AES_CTR(
-    base64ToHex(encryptedTrace.data),
-    encKey,
-    iv
-  );
+
+  const hdDecryptedData = getEncryptedTraceData(encryptedTrace);
+
+  const traceData = DECRYPT_AES_CTR(hdDecryptedData, encKey, iv);
 
   const userId = hexToUuid(traceData.slice(0, 32));
   const userDataKey = traceData.slice(32, 64);
@@ -101,7 +118,7 @@ export async function decryptStaticDeviceTrace(encryptedTrace) {
   }
 
   const expectedMac = HMAC_SHA256(
-    int32ToHex(encryptedTrace.checkin) + base64ToHex(encryptedTrace.data),
+    int32ToHex(encryptedTrace.checkin) + hdDecryptedData,
     base64ToHex(verificationSecret)
   ).slice(0, 16);
 
@@ -141,10 +158,12 @@ export async function decryptDynamicDeviceTrace(encryptedTrace) {
     };
   }
 
+  const hdDecryptedData = getEncryptedTraceData(encryptedTrace);
+
   const traceData = DECRYPT_DLIES_WITHOUT_MAC(
     privateKey,
     base64ToHex(encryptedTrace.publicKey),
-    base64ToHex(encryptedTrace.data),
+    hdDecryptedData,
     base64ToHex(encryptedTrace.publicKey).slice(0, 32)
   );
 
@@ -156,7 +175,7 @@ export async function decryptDynamicDeviceTrace(encryptedTrace) {
   const authKey = KDF_SHA256(userDataSecret, '02');
 
   const expectedMac = HMAC_SHA256(
-    int32ToHex(encryptedTrace.checkin) + base64ToHex(encryptedTrace.data),
+    int32ToHex(encryptedTrace.checkin) + hdDecryptedData,
     authKey
   ).slice(0, 16);
 
@@ -176,6 +195,13 @@ export async function decryptDynamicDeviceTrace(encryptedTrace) {
     return { userData: null, isInvalid: true, isDynamicDevice: false };
   }
 
+  if (encryptedUser.deviceType === STATIC_USER_TYPE) {
+    console.error(
+      'Device type mismatch for encrypted trace and decrypted user data'
+    );
+    return { userData: null, isInvalid: true, isDynamicDevice: false };
+  }
+
   return {
     userData: { ...userData, uuid: userId },
     isInvalid: false,
diff --git a/services/health-department/src/utils/testing.js b/services/health-department/src/utils/testing.js
index 85df862..1d688bf 100644
--- a/services/health-department/src/utils/testing.js
+++ b/services/health-department/src/utils/testing.js
@@ -3,7 +3,7 @@ import React from 'react';
 // eslint-disable-next-line import/no-extraneous-dependencies
 import '@testing-library/jest-dom';
 // eslint-disable-next-line import/no-extraneous-dependencies
-import { render, queries } from '@testing-library/react';
+import { render, queries, configure } from '@testing-library/react';
 
 // Providers
 import { messages } from 'messages';
@@ -60,3 +60,5 @@ export async function waitToBeCalled(mockFunction, maxChecks = 50) {
     }
   }
 }
+
+configure({ testIdAttribute: 'data-cy' });
diff --git a/services/locations/.iyarc b/services/locations/.iyarc
index 1c063e4..301e840 100644
--- a/services/locations/.iyarc
+++ b/services/locations/.iyarc
@@ -3,6 +3,7 @@
 # Regular Expression Denial of Service (ReDoS)
 # This is only used by react-scripts for development purposes.
 1755
+
 # postcss
 # https://nvd.nist.gov/vuln/detail/CVE-2021-23368
 # Regular Expression Denial of Service (ReDoS)
@@ -20,4 +21,10 @@
 # https://nvd.nist.gov/vuln/detail/CVE-2021-32803
 # Arbitrary File Creation/Overwrite via insufficient symlink protection due to directory cache poisoning
 # This is only used by react-scripts for development purposes.
-1771
\ No newline at end of file
+1771
+
+# url-parse
+# https://nvd.nist.gov/vuln/detail/CVE-2021-3664
+# Open Redirect
+# This is only used by react-scripts for development purposes.
+1776
\ No newline at end of file
diff --git a/services/locations/jest.config.json b/services/locations/jest.config.json
index a53a022..0207684 100644
--- a/services/locations/jest.config.json
+++ b/services/locations/jest.config.json
@@ -12,9 +12,10 @@
     "/node_modules/"
   ],
   "transform": {
-    "^.+\\.(js|jsx)?$": "babel-jest"
+    "^.+\\.(js|jsx)?$": "babel-jest",
+    "^.+\\.svg$": "jest-svg-transformer"
   },
   "testEnvironment":"jsdom",
   "setupFilesAfterEnv": ["./src/utils/jest.setup.js"]
 
-}
\ No newline at end of file
+}
diff --git a/services/locations/package.json b/services/locations/package.json
index bfa9a1e..52cab97 100644
--- a/services/locations/package.json
+++ b/services/locations/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@lucaapp/locations",
-  "version": "1.7.0",
+  "version": "1.8.0",
   "private": true,
   "license": "Apache-2.0",
   "author": "Culture4Life <hello@luca-app.de> (https://www.luca-app.de/)",
@@ -14,7 +14,9 @@
     "eslint": "eslint src",
     "stylelint": "stylelint 'src/**/*.js'",
     "update:locales": "./scripts/updateLocales.sh",
-    "test": "jest"
+    "test": "jest",
+    "test:coverage": "jest --coverage",
+    "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --watch --runInBand"
   },
   "dependencies": {
     "@ant-design/icons": "4.5.0",
@@ -64,14 +66,15 @@
     "tinycolor2": "1.4.2",
     "ua-parser-js": "0.7.24",
     "uuid": "8.3.2",
+    "validator": "13.6.0",
     "worker-plugin": "5.0.0",
-    "yaqrcode": "0.2.1",
-    "validator": "13.6.0"
+    "yaqrcode": "0.2.1"
   },
   "devDependencies": {
     "@babel/preset-env": "7.14.2",
     "@babel/preset-react": "7.13.13",
     "@testing-library/jest-dom": "5.12.0",
+    "@testing-library/react": "12.0.0",
     "eslint-config-airbnb": "18.2.1",
     "eslint-config-prettier": "8.1.0",
     "eslint-plugin-import": "2.22.1",
@@ -86,6 +89,7 @@
     "jest-environment-jsdom": "27.0.1",
     "jest-environment-jsdom-global": "2.0.4",
     "jest-runner": "27.0.1",
+    "jest-svg-transformer": "1.0.0",
     "postcss": "8.2.15",
     "prettier": "2.2.1",
     "string.prototype.replaceall": "1.0.5",
diff --git a/services/locations/src/assets/fonts/Montserrat-Bold.eot b/services/locations/src/assets/fonts/Montserrat-Bold.eot
new file mode 100644
index 0000000..113d076
--- /dev/null
+++ b/services/locations/src/assets/fonts/Montserrat-Bold.eot
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7e22c07a311a1ea9ff12e7844cb03fc47a95bc7275b021ad9267df1f07cbaaef
+size 163799
diff --git a/services/locations/src/assets/fonts/Montserrat-Bold.svg b/services/locations/src/assets/fonts/Montserrat-Bold.svg
new file mode 100644
index 0000000..0549b36
--- /dev/null
+++ b/services/locations/src/assets/fonts/Montserrat-Bold.svg
@@ -0,0 +1,5419 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<metadata>
+Created by FontForge 20201107 at Wed Aug  4 09:31:05 2021
+ By Jimmy Wärting
+Copyright 2011 The Montserrat Project Authors (https://github.com/JulietaUla/Montserrat)
+</metadata>
+<defs>
+<font id="Montserrat-Bold" horiz-adv-x="0" >
+  <font-face
+    font-family="Montserrat"
+    font-weight="700"
+    font-stretch="normal"
+    units-per-em="1000"
+    panose-1="2 0 8 3 0 0 0 0 0 0"
+    ascent="800"
+    descent="-200"
+    x-height="538"
+    cap-height="700"
+    bbox="-882 -266 1679 1076"
+    underline-thickness="50"
+    underline-position="-100"
+    unicode-range="U+000D-FB02"
+  />
+<missing-glyph horiz-adv-x="587"
+d="M40 700h507v-700h-507v700zM467 70v560h-347v-560h347z" />
+    <glyph glyph-name=".notdef" horiz-adv-x="587"
+d="M40 700h507v-700h-507v700zM467 70v560h-347v-560h347z" />
+    <glyph glyph-name="NULL"
+ />
+    <glyph glyph-name="nonmarkingreturn" unicode="&#xd;" horiz-adv-x="283"
+ />
+    <glyph glyph-name="space" unicode=" " horiz-adv-x="283"
+ />
+    <glyph glyph-name="A" unicode="A" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222z" />
+    <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM427 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Abreve" unicode="&#x102;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM253 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z
+" />
+    <glyph glyph-name="uni1EAE" unicode="&#x1eae;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM254 782c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM408 1022
+h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EB6" unicode="&#x1eb6;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM334 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM253 790
+c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EB0" unicode="&#x1eb0;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM254 782c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM200 1022
+h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EB2" unicode="&#x1eb2;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM254 782c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM370 910
+c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -21c17 -15 25 -34 25 -58c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1EB4" unicode="&#x1eb4;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM254 782c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM409 908
+c-14 5 -29 13 -46 24c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 93c21 21 49 32 85 32c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni01CD" unicode="&#x1cd;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM584 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM470 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA4" unicode="&#x1ea4;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM469 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM614 974h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EAC" unicode="&#x1eac;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM334 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM470 757l-87 76
+l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA6" unicode="&#x1ea6;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM469 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM406 974h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EA8" unicode="&#x1ea8;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM469 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM523 871c25 12 37 26 37 42c0 9 -3 16 -10 21c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22
+c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni1EAA" unicode="&#x1eaa;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM469 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM409 914c-14 6 -29 14 -46 25c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80
+c1 40 11 71 31 92c21 22 49 33 85 33c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni0200" unicode="&#x200;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM121 901h146l72 -144h-114zM323 901h146l72 -144h-114z" />
+    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM232 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM434 782
+c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni1EA0" unicode="&#x1ea0;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM334 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM171 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EA2" unicode="&#x1ea2;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM364 799c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30
+c22 -19 33 -45 33 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0202" unicode="&#x202;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM253 868c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -25 51c-17 14 -37 20 -61 20s-44 -6 -61 -20c-16 -12 -24 -30 -25 -51h-98c2 47 20 84 54 111z
+" />
+    <glyph glyph-name="Amacron" unicode="&#x100;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM198 873h370v-88h-370v88z" />
+    <glyph glyph-name="Aogonek" unicode="&#x104;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM597 -202c-25 21 -37 48 -37 82c0 33 13 63 38 91c26 28 65 51 116 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 15 -33c11 -9 25 -13 42 -13
+c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM294 789c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35zM426 832c11 11 17 26 17 43
+s-6 32 -17 43c-12 12 -27 18 -44 18s-31 -6 -42 -18c-12 -11 -18 -26 -18 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 44 18z" />
+    <glyph glyph-name="Aringacute" unicode="&#x1fa;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM490 938c11 -19 17 -40 17 -63c0 -34 -12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35c17 0 34 -3 52 -10l87 90l77 -60z
+M426 832c11 11 17 26 17 43s-6 32 -17 43c-12 12 -27 18 -44 18s-31 -6 -42 -18c-12 -11 -18 -26 -18 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 44 18z" />
+    <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM410 764c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39
+c17 0 33 -3 46 -11c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1080"
+d="M1034 130v-130h-542v150h-253l-82 -150h-166l395 700h635v-130h-368v-152h326v-126h-326v-162h381zM492 273v297h-23l-163 -297h186z" />
+    <glyph glyph-name="AEacute" unicode="&#x1fc;" horiz-adv-x="1080"
+d="M1034 130v-130h-542v150h-253l-82 -150h-166l395 700h635v-130h-368v-152h326v-126h-326v-162h381zM492 273v297h-23l-163 -297h186zM616 901h168l-181 -144h-122z" />
+    <glyph glyph-name="B" unicode="B" horiz-adv-x="765"
+d="M691 300c23 -29 34 -66 34 -109c0 -61 -24 -109 -71 -141c-48 -34 -118 -50 -209 -50h-362v700h342c85 0 151 -16 197 -49c45 -33 68 -77 68 -133c0 -34 -8 -64 -24 -91c-17 -27 -40 -48 -69 -63c40 -13 71 -34 94 -64zM244 578v-165h161c40 0 70 7 91 21s31 35 31 62
+s-10 48 -31 62c-21 13 -51 20 -91 20h-161zM530 143c21 14 32 36 32 65c0 58 -43 87 -129 87h-189v-173h189c43 0 75 7 97 21z" />
+    <glyph glyph-name="C" unicode="C" horiz-adv-x="733"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46z" />
+    <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="733"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46zM458 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="733"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46zM615 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="733"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46zM313 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32
+c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni1E08" unicode="&#x1e08;" horiz-adv-x="733"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46zM313 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32
+c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6zM458 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ccircumflex" unicode="&#x108;" horiz-adv-x="733"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46zM501 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="Cdotaccent" unicode="&#x10a;" horiz-adv-x="733"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46zM354 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24
+c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="D" unicode="D" horiz-adv-x="826"
+d="M83 700h318c76 0 143 -14 201 -44c59 -28 104 -69 136 -122c33 -53 49 -114 49 -184s-16 -131 -49 -184c-32 -53 -77 -94 -136 -122c-58 -30 -125 -44 -201 -44h-318v700zM393 133c70 0 126 19 167 59c42 38 63 91 63 158s-21 120 -63 158c-41 40 -97 59 -167 59h-148
+v-434h148z" />
+    <glyph glyph-name="uni01C4" unicode="&#x1c4;" horiz-adv-x="1449"
+d="M83 700h318c76 0 143 -14 201 -44c59 -28 104 -69 136 -122c33 -53 49 -114 49 -184s-16 -131 -49 -184c-32 -53 -77 -94 -136 -122c-58 -30 -125 -44 -201 -44h-318v700zM393 133c70 0 126 19 167 59c42 38 63 91 63 158s-21 120 -63 158c-41 40 -97 59 -167 59h-148
+v-434h148zM1427 132v-132h-612v105l384 463h-376v132h589v-105l-383 -463h398zM1322 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="839"
+d="M96 700h318c76 0 143 -14 202 -44c58 -28 103 -69 136 -122c32 -53 48 -114 48 -184s-16 -131 -48 -184c-33 -53 -78 -94 -136 -122c-59 -30 -126 -44 -202 -44h-318v700zM406 133c70 0 126 19 168 59c41 38 62 91 62 158s-21 120 -62 158c-42 40 -98 59 -168 59h-148
+v-434h148zM1 410h432v-108h-432v108z" />
+    <glyph glyph-name="Dcaron" unicode="&#x10e;" horiz-adv-x="826"
+d="M83 700h318c76 0 143 -14 201 -44c59 -28 104 -69 136 -122c33 -53 49 -114 49 -184s-16 -131 -49 -184c-32 -53 -77 -94 -136 -122c-58 -30 -125 -44 -201 -44h-318v700zM393 133c70 0 126 19 167 59c42 38 63 91 63 158s-21 120 -63 158c-41 40 -97 59 -167 59h-148
+v-434h148zM571 900l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Dcroat" unicode="&#x110;" horiz-adv-x="839"
+d="M96 700h318c76 0 143 -14 202 -44c58 -28 103 -69 136 -122c32 -53 48 -114 48 -184s-16 -131 -48 -184c-33 -53 -78 -94 -136 -122c-59 -30 -126 -44 -202 -44h-318v700zM406 133c70 0 126 19 168 59c41 38 62 91 62 158s-21 120 -62 158c-42 40 -98 59 -168 59h-148
+v-434h148zM1 410h432v-108h-432v108z" />
+    <glyph glyph-name="uni1E0C" unicode="&#x1e0c;" horiz-adv-x="826"
+d="M83 700h318c76 0 143 -14 201 -44c59 -28 104 -69 136 -122c33 -53 49 -114 49 -184s-16 -131 -49 -184c-32 -53 -77 -94 -136 -122c-58 -30 -125 -44 -201 -44h-318v700zM393 133c70 0 126 19 167 59c42 38 63 91 63 158s-21 120 -63 158c-41 40 -97 59 -167 59h-148
+v-434h148zM324 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1E0E" unicode="&#x1e0e;" horiz-adv-x="826"
+d="M83 700h318c76 0 143 -14 201 -44c59 -28 104 -69 136 -122c33 -53 49 -114 49 -184s-16 -131 -49 -184c-32 -53 -77 -94 -136 -122c-58 -30 -125 -44 -201 -44h-318v700zM393 133c70 0 126 19 167 59c42 38 63 91 63 158s-21 120 -63 158c-41 40 -97 59 -167 59h-148
+v-434h148zM188 -95h370v-87h-370v87z" />
+    <glyph glyph-name="uni01C5" unicode="&#x1c5;" horiz-adv-x="1369"
+d="M83 700h318c76 0 143 -14 201 -44c59 -28 104 -69 136 -122c33 -53 49 -114 49 -184s-16 -131 -49 -184c-32 -53 -77 -94 -136 -122c-58 -30 -125 -44 -201 -44h-318v700zM393 133c70 0 126 19 167 59c42 38 63 91 63 158s-21 120 -63 158c-41 40 -97 59 -167 59h-148
+v-434h148zM1341 120v-120h-480v94l274 324h-267v120h464v-94l-274 -324h283zM1302 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="E" unicode="E" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381z" />
+    <glyph glyph-name="Eacute" unicode="&#xc9;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM392 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ebreve" unicode="&#x114;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM218 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="Ecaron" unicode="&#x11a;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM549 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni1E1C" unicode="&#x1e1c;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM269 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73
+c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6zM218 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="Ecircumflex" unicode="&#xca;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM435 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EBE" unicode="&#x1ebe;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM434 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM579 974h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EC6" unicode="&#x1ec6;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM304 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM435 757l-87 76l-87 -76h-114l132 144h138
+l132 -144h-114z" />
+    <glyph glyph-name="uni1EC0" unicode="&#x1ec0;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM434 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM371 974h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EC2" unicode="&#x1ec2;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM434 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM488 871c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22
+c17 -14 25 -33 25 -57c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1EC4" unicode="&#x1ec4;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM434 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM374 914c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92
+c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni0204" unicode="&#x204;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM86 901h146l72 -144h-114zM288 901h146l72 -144h-114z" />
+    <glyph glyph-name="Edieresis" unicode="&#xcb;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM197 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM400 782c-14 12 -20 29 -20 49s6 37 20 49
+c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="Edotaccent" unicode="&#x116;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM288 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1EB8" unicode="&#x1eb8;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM304 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="Egrave" unicode="&#xc8;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM136 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EBA" unicode="&#x1eba;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM329 799c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77
+c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0206" unicode="&#x206;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM218 868c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -26 51c-16 14 -36 20 -60 20s-44 -6 -60 -20c-17 -12 -25 -30 -26 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="Emacron" unicode="&#x112;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM163 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E16" unicode="&#x1e16;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM163 856h370v-83h-370v83zM373 1039h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E14" unicode="&#x1e14;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM163 856h370v-83h-370v83zM165 1039h159l110 -121h-112z" />
+    <glyph glyph-name="Eogonek" unicode="&#x118;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM446 -202c-25 21 -37 48 -37 82c0 33 13 63 39 91c25 28 64 51 115 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 16 -33c10 -9 24 -13 41 -13c23 0 43 5 61 15l22 -71
+c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="uni1EBC" unicode="&#x1ebc;" horiz-adv-x="671"
+d="M625 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM376 764c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29
+c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="uni01B7" unicode="&#x1b7;" horiz-adv-x="638"
+d="M548 348c35 -35 53 -80 53 -133c0 -41 -11 -79 -33 -113c-22 -35 -56 -62 -101 -83s-101 -31 -168 -31c-52 0 -103 6 -152 20c-49 12 -90 31 -122 54l55 125c28 -21 61 -37 98 -48c38 -11 77 -17 116 -17c45 0 80 8 105 24c25 17 38 39 38 68c0 28 -12 50 -35 65
+s-59 23 -107 23h-75v105l156 164h-322v129h511v-105l-170 -179c67 -10 118 -33 153 -68z" />
+    <glyph glyph-name="uni01EE" unicode="&#x1ee;" horiz-adv-x="638"
+d="M548 348c35 -35 53 -80 53 -133c0 -41 -11 -79 -33 -113c-22 -35 -56 -62 -101 -83s-101 -31 -168 -31c-52 0 -103 6 -152 20c-49 12 -90 31 -122 54l55 125c28 -21 61 -37 98 -48c38 -11 77 -17 116 -17c45 0 80 8 105 24c25 17 38 39 38 68c0 28 -12 50 -35 65
+s-59 23 -107 23h-75v105l156 164h-322v129h511v-105l-170 -179c67 -10 118 -33 153 -68zM511 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="F" unicode="F" horiz-adv-x="639"
+d="M245 570v-185h324v-130h-324v-255h-162v700h529v-130h-367z" />
+    <glyph glyph-name="G" unicode="G" horiz-adv-x="771"
+d="M556 361h148v-284c-38 -29 -82 -51 -132 -66s-100 -23 -151 -23c-73 0 -138 16 -196 46c-58 32 -103 74 -137 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 138 130c59 30 125 46 198 46c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -9 -119 -28s-62 -45 -81 -79s-29 -73 -29 -117c0 -43 10 -82 29 -116s46 -60 80 -80c35 -18 74 -28 118 -28c47 0 89 10 126 30v205z" />
+    <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="771"
+d="M556 361h148v-284c-38 -29 -82 -51 -132 -66s-100 -23 -151 -23c-73 0 -138 16 -196 46c-58 32 -103 74 -137 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 138 130c59 30 125 46 198 46c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -9 -119 -28s-62 -45 -81 -79s-29 -73 -29 -117c0 -43 10 -82 29 -116s46 -60 80 -80c35 -18 74 -28 118 -28c47 0 89 10 126 30v205zM287 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98
+c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="Gcaron" unicode="&#x1e6;" horiz-adv-x="771"
+d="M556 361h148v-284c-38 -29 -82 -51 -132 -66s-100 -23 -151 -23c-73 0 -138 16 -196 46c-58 32 -103 74 -137 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 138 130c59 30 125 46 198 46c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -9 -119 -28s-62 -45 -81 -79s-29 -73 -29 -117c0 -43 10 -82 29 -116s46 -60 80 -80c35 -18 74 -28 118 -28c47 0 89 10 126 30v205zM618 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Gcircumflex" unicode="&#x11c;" horiz-adv-x="771"
+d="M556 361h148v-284c-38 -29 -82 -51 -132 -66s-100 -23 -151 -23c-73 0 -138 16 -196 46c-58 32 -103 74 -137 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 138 130c59 30 125 46 198 46c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -9 -119 -28s-62 -45 -81 -79s-29 -73 -29 -117c0 -43 10 -82 29 -116s46 -60 80 -80c35 -18 74 -28 118 -28c47 0 89 10 126 30v205zM504 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="Gcommaaccent" unicode="&#x122;" horiz-adv-x="771"
+d="M556 361h148v-284c-38 -29 -82 -51 -132 -66s-100 -23 -151 -23c-73 0 -138 16 -196 46c-58 32 -103 74 -137 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 138 130c59 30 125 46 198 46c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -9 -119 -28s-62 -45 -81 -79s-29 -73 -29 -117c0 -43 10 -82 29 -116s46 -60 80 -80c35 -18 74 -28 118 -28c47 0 89 10 126 30v205zM458 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33
+c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="Gdotaccent" unicode="&#x120;" horiz-adv-x="771"
+d="M556 361h148v-284c-38 -29 -82 -51 -132 -66s-100 -23 -151 -23c-73 0 -138 16 -196 46c-58 32 -103 74 -137 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 138 130c59 30 125 46 198 46c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -9 -119 -28s-62 -45 -81 -79s-29 -73 -29 -117c0 -43 10 -82 29 -116s46 -60 80 -80c35 -18 74 -28 118 -28c47 0 89 10 126 30v205zM356 786c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61
+c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E20" unicode="&#x1e20;" horiz-adv-x="771"
+d="M556 361h148v-284c-38 -29 -82 -51 -132 -66s-100 -23 -151 -23c-73 0 -138 16 -196 46c-58 32 -103 74 -137 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 138 130c59 30 125 46 198 46c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -9 -119 -28s-62 -45 -81 -79s-29 -73 -29 -117c0 -43 10 -82 29 -116s46 -60 80 -80c35 -18 74 -28 118 -28c47 0 89 10 126 30v205zM232 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni01E4" unicode="&#x1e4;" horiz-adv-x="811"
+d="M556 361h148v-284c-38 -29 -82 -51 -132 -66s-100 -23 -151 -23c-73 0 -138 16 -196 46c-58 32 -103 74 -137 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 138 130c59 30 125 46 198 46c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -9 -119 -28s-62 -45 -81 -79s-29 -73 -29 -117c0 -43 10 -82 29 -116s46 -60 80 -80c35 -18 74 -28 118 -28c47 0 89 10 126 30v205zM393 305h399v-107h-399v107z" />
+    <glyph glyph-name="H" unicode="H" horiz-adv-x="808"
+d="M725 700v-700h-162v287h-318v-287h-162v700h162v-276h318v276h162z" />
+    <glyph glyph-name="Hbar" unicode="&#x126;" horiz-adv-x="834"
+d="M738 700v-700h-162v287h-318v-287h-162v700h162v-276h318v276h162zM1 618h832v-108h-832v108z" />
+    <glyph glyph-name="uni1E2A" unicode="&#x1e2a;" horiz-adv-x="808"
+d="M725 700v-700h-162v287h-318v-287h-162v700h162v-276h318v276h162zM275 -178c-34 27 -52 61 -55 104h93c1 -20 9 -36 27 -48c16 -13 38 -19 64 -19s48 6 64 19c18 12 26 28 27 48h93c-3 -43 -21 -77 -55 -104c-34 -26 -77 -39 -129 -39s-95 13 -129 39z" />
+    <glyph glyph-name="uni021E" unicode="&#x21e;" horiz-adv-x="808"
+d="M725 700v-700h-162v287h-318v-287h-162v700h162v-276h318v276h162zM605 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Hcircumflex" unicode="&#x124;" horiz-adv-x="808"
+d="M725 700v-700h-162v287h-318v-287h-162v700h162v-276h318v276h162zM491 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1E24" unicode="&#x1e24;" horiz-adv-x="808"
+d="M725 700v-700h-162v287h-318v-287h-162v700h162v-276h318v276h162zM354 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="I" unicode="I" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700z" />
+    <glyph glyph-name="IJ" unicode="&#x132;" horiz-adv-x="724"
+d="M182 8c-46 14 -86 33 -121 57l61 122c31 -21 64 -36 98 -47c36 -11 70 -16 104 -16c107 0 161 61 161 183v393h162v-385c0 -70 -13 -129 -39 -179c-27 -48 -64 -86 -112 -110c-48 -26 -104 -38 -169 -38c-51 0 -100 7 -145 20zM77 700h162v-378h-162v378z" />
+    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM208 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ibreve" unicode="&#x12c;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM34 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM251 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni0208" unicode="&#x208;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM-98 901h146l72 -144h-114zM104 901h146l72 -144h-114z" />
+    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM13 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM216 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20
+c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni1E2E" unicode="&#x1e2e;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM19 780c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM215 780c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47
+s-6 -35 -19 -48c-13 -12 -28 -18 -47 -18s-34 6 -47 18zM189 1039h159l-157 -121h-113z" />
+    <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM104 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1ECA" unicode="&#x1eca;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM114 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM-48 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EC8" unicode="&#x1ec8;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM145 799c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni020A" unicode="&#x20a;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM34 868c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -26 51c-16 14 -36 20 -60 20s-44 -6 -60 -20c-17 -12 -25 -30 -26 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="Imacron" unicode="&#x12a;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM14 873h300v-88h-300v88z" />
+    <glyph glyph-name="Iogonek" unicode="&#x12e;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM115 -202c-22 21 -33 48 -33 81c0 31 10 61 29 89c19 27 48 52 86 73l48 -41c-24 -19 -41 -38 -51 -54c-9 -18 -14 -35 -14 -52c0 -14 4 -25 12 -34s18 -13 30 -13s23 3 32 10l22 -68c-19 -14 -44 -21 -74 -21c-36 0 -65 10 -87 30z" />
+    <glyph glyph-name="Itilde" unicode="&#x128;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM192 764c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6
+c13 0 25 5 33 15c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="J" unicode="J" horiz-adv-x="541"
+d="M82 14c-40 18 -73 43 -98 76l90 108c38 -51 81 -77 130 -77c66 0 99 39 99 116v333h-246v130h407v-454c0 -86 -21 -150 -64 -194c-43 -42 -105 -64 -188 -64c-47 0 -91 9 -130 26z" />
+    <glyph glyph-name="Jcircumflex" unicode="&#x134;" horiz-adv-x="541"
+d="M82 14c-40 18 -73 43 -98 76l90 108c38 -51 81 -77 130 -77c66 0 99 39 99 116v333h-246v130h407v-454c0 -86 -21 -150 -64 -194c-43 -42 -105 -64 -188 -64c-47 0 -91 9 -130 26zM348 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="K" unicode="K" horiz-adv-x="740"
+d="M338 275l-94 -98v-177h-161v700h161v-327l310 327h180l-290 -312l307 -388h-189z" />
+    <glyph glyph-name="uni01E8" unicode="&#x1e8;" horiz-adv-x="740"
+d="M338 275l-94 -98v-177h-161v700h161v-327l310 327h180l-290 -312l307 -388h-189zM580 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Kcommaaccent" unicode="&#x136;" horiz-adv-x="740"
+d="M338 275l-94 -98v-177h-161v700h161v-327l310 327h180l-290 -312l307 -388h-189zM430 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="L" unicode="L" horiz-adv-x="604"
+d="M83 700h162v-568h351v-132h-513v700z" />
+    <glyph glyph-name="uni01C7" unicode="&#x1c7;" horiz-adv-x="1145"
+d="M83 700h162v-568h351v-132h-513v700zM686 14c-40 18 -73 43 -98 76l90 108c38 -51 81 -77 130 -77c66 0 99 39 99 116v333h-246v130h407v-454c0 -86 -21 -150 -64 -194c-43 -42 -105 -64 -188 -64c-47 0 -91 9 -130 26z" />
+    <glyph glyph-name="Lacute" unicode="&#x139;" horiz-adv-x="604"
+d="M83 700h162v-568h351v-132h-513v700zM208 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Lcaron" unicode="&#x13d;" horiz-adv-x="604"
+d="M83 700h162v-568h351v-132h-513v700zM431 741h117l-20 -201h-97v201z" />
+    <glyph glyph-name="Lcommaaccent" unicode="&#x13b;" horiz-adv-x="604"
+d="M83 700h162v-568h351v-132h-513v700zM402 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="Ldot" unicode="&#x13f;" horiz-adv-x="604"
+d="M83 700h162v-568h351v-132h-513v700zM406 354c-16 16 -24 37 -24 62s8 46 24 62c16 17 36 25 61 25s45 -8 61 -25c16 -16 24 -37 24 -62s-8 -46 -24 -62c-16 -17 -36 -25 -61 -25s-45 8 -61 25z" />
+    <glyph glyph-name="uni1E36" unicode="&#x1e36;" horiz-adv-x="604"
+d="M83 700h162v-568h351v-132h-513v700zM302 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni01C8" unicode="&#x1c8;" horiz-adv-x="911"
+d="M83 700h162v-568h351v-132h-513v700zM511 -172l42 113c18 -13 40 -19 66 -19c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537c0 -63 -18 -112 -53 -149c-36 -36 -86 -54 -150 -54c-55 0 -96 10 -125 30zM691 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25
+s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="uni1E3A" unicode="&#x1e3a;" horiz-adv-x="604"
+d="M83 700h162v-568h351v-132h-513v700zM166 -95h370v-87h-370v87z" />
+    <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="617"
+d="M96 700h162v-568h351v-132h-513v700zM-14 304l376 282l58 -78l-376 -282z" />
+    <glyph glyph-name="M" unicode="M" horiz-adv-x="955"
+d="M720 0l-1 420l-206 -346h-73l-205 337v-411h-152v700h134l262 -435l258 435h133l2 -700h-152z" />
+    <glyph glyph-name="uni1E42" unicode="&#x1e42;" horiz-adv-x="955"
+d="M720 0l-1 420l-206 -346h-73l-205 337v-411h-152v700h134l262 -435l258 435h133l2 -700h-152zM428 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="N" unicode="N" horiz-adv-x="808"
+d="M725 700v-700h-133l-349 425v-425h-160v700h134l348 -425v425h160z" />
+    <glyph glyph-name="uni01CA" unicode="&#x1ca;" horiz-adv-x="1349"
+d="M725 700v-700h-133l-349 425v-425h-160v700h134l348 -425v425h160zM890 14c-40 18 -73 43 -98 76l90 108c38 -51 81 -77 130 -77c66 0 99 39 99 116v333h-246v130h407v-454c0 -86 -21 -150 -64 -194c-43 -42 -105 -64 -188 -64c-47 0 -91 9 -130 26z" />
+    <glyph glyph-name="Nacute" unicode="&#x143;" horiz-adv-x="808"
+d="M725 700v-700h-133l-349 425v-425h-160v700h134l348 -425v425h160zM448 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ncaron" unicode="&#x147;" horiz-adv-x="808"
+d="M725 700v-700h-133l-349 425v-425h-160v700h134l348 -425v425h160zM605 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Ncommaaccent" unicode="&#x145;" horiz-adv-x="808"
+d="M725 700v-700h-133l-349 425v-425h-160v700h134l348 -425v425h160zM454 -90c13 -10 19 -25 19 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33c0 18 6 33 19 43c12 12 29 17 50 17s38 -5 50 -17z" />
+    <glyph glyph-name="uni1E44" unicode="&#x1e44;" horiz-adv-x="808"
+d="M725 700v-700h-133l-349 425v-425h-160v700h134l348 -425v425h160zM344 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1E46" unicode="&#x1e46;" horiz-adv-x="808"
+d="M725 700v-700h-133l-349 425v-425h-160v700h134l348 -425v425h160zM354 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="Eng" unicode="&#x14a;" horiz-adv-x="808"
+d="M725 700v-629c0 -93 -21 -161 -63 -206c-41 -45 -103 -67 -186 -67c-37 0 -71 6 -103 16c-32 12 -60 28 -84 50l76 113c29 -31 63 -46 103 -46c61 0 93 34 97 102l-322 392v-425h-160v700h134l348 -425v425h160z" />
+    <glyph glyph-name="uni01CB" unicode="&#x1cb;" horiz-adv-x="1115"
+d="M725 700v-700h-133l-349 425v-425h-160v700h134l348 -425v425h160zM715 -172l42 113c18 -13 40 -19 66 -19c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537c0 -63 -18 -112 -53 -149c-36 -36 -86 -54 -150 -54c-55 0 -96 10 -125 30zM895 638c-18 17 -27 37 -27 62
+s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="uni1E48" unicode="&#x1e48;" horiz-adv-x="808"
+d="M725 700v-700h-133l-349 425v-425h-160v700h134l348 -425v425h160zM219 -95h370v-87h-370v87z" />
+    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="808"
+d="M725 700v-700h-133l-349 425v-425h-160v700h134l348 -425v425h160zM432 764c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29
+c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="O" unicode="O" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28z" />
+    <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM466 901h168l-181 -144
+h-122z" />
+    <glyph glyph-name="Obreve" unicode="&#x14e;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM292 790
+c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM509 757l-87 76l-87 -76
+h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1ED0" unicode="&#x1ed0;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM508 757l-86 57l-86 -57
+h-115l133 114h136l133 -114h-115zM653 974h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1ED8" unicode="&#x1ed8;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM372 -192
+c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18zM509 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1ED2" unicode="&#x1ed2;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM508 757l-86 57l-86 -57
+h-115l133 114h136l133 -114h-115zM445 974h159l110 -121h-112z" />
+    <glyph glyph-name="uni1ED4" unicode="&#x1ed4;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM508 757l-86 57l-86 -57
+h-115l133 114h136l133 -114h-115zM562 871c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1ED6" unicode="&#x1ed6;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM508 757l-86 57l-86 -57
+h-115l133 114h136l133 -114h-115zM448 914c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5
+c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni020C" unicode="&#x20c;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM160 901h146l72 -144
+h-114zM362 901h146l72 -144h-114z" />
+    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM271 782
+c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM474 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49
+c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni022A" unicode="&#x22a;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM277 780
+c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM473 780c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -28 -18 -47 -18
+s-34 6 -47 18zM237 1017h370v-83h-370v83z" />
+    <glyph glyph-name="uni0230" unicode="&#x230;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM372 780
+c-12 13 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -36 -19 -49c-14 -13 -30 -19 -50 -19s-36 6 -50 19zM237 1024h370v-83h-370v83z" />
+    <glyph glyph-name="uni1ECC" unicode="&#x1ecc;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM372 -192
+c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM210 901h168l135 -144
+h-122z" />
+    <glyph glyph-name="uni1ECE" unicode="&#x1ece;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM403 799
+c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="Ohorn" unicode="&#x1a0;" horiz-adv-x="844"
+d="M774 498c20 -45 31 -95 31 -148c0 -69 -17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 50 186c33 54 80 98 139 129s126 47 201 47c29 0 66 -3 110 -8c35 -4 59 -6 73 -6
+c26 0 46 6 60 17c15 11 22 28 22 49s-7 41 -20 60l92 34c21 -30 32 -63 32 -100s-10 -67 -29 -92s-47 -42 -82 -52c37 -31 65 -70 87 -116zM534 154c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28
+c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28z" />
+    <glyph glyph-name="uni1EDA" unicode="&#x1eda;" horiz-adv-x="844"
+d="M774 498c20 -45 31 -95 31 -148c0 -69 -17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 50 186c33 54 80 98 139 129s126 47 201 47c29 0 66 -3 110 -8c35 -4 59 -6 73 -6
+c26 0 46 6 60 17c15 11 22 28 22 49s-7 41 -20 60l92 34c21 -30 32 -63 32 -100s-10 -67 -29 -92s-47 -42 -82 -52c37 -31 65 -70 87 -116zM534 154c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28
+c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM466 901h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1EE2" unicode="&#x1ee2;" horiz-adv-x="844"
+d="M774 498c20 -45 31 -95 31 -148c0 -69 -17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 50 186c33 54 80 98 139 129s126 47 201 47c29 0 66 -3 110 -8c35 -4 59 -6 73 -6
+c26 0 46 6 60 17c15 11 22 28 22 49s-7 41 -20 60l92 34c21 -30 32 -63 32 -100s-10 -67 -29 -92s-47 -42 -82 -52c37 -31 65 -70 87 -116zM534 154c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28
+c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM372 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18
+s-36 6 -50 18z" />
+    <glyph glyph-name="uni1EDC" unicode="&#x1edc;" horiz-adv-x="844"
+d="M774 498c20 -45 31 -95 31 -148c0 -69 -17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 50 186c33 54 80 98 139 129s126 47 201 47c29 0 66 -3 110 -8c35 -4 59 -6 73 -6
+c26 0 46 6 60 17c15 11 22 28 22 49s-7 41 -20 60l92 34c21 -30 32 -63 32 -100s-10 -67 -29 -92s-47 -42 -82 -52c37 -31 65 -70 87 -116zM534 154c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28
+c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM210 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EDE" unicode="&#x1ede;" horiz-adv-x="844"
+d="M774 498c20 -45 31 -95 31 -148c0 -69 -17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 50 186c33 54 80 98 139 129s126 47 201 47c29 0 66 -3 110 -8c35 -4 59 -6 73 -6
+c26 0 46 6 60 17c15 11 22 28 22 49s-7 41 -20 60l92 34c21 -30 32 -63 32 -100s-10 -67 -29 -92s-47 -42 -82 -52c37 -31 65 -70 87 -116zM534 154c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28
+c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM403 799c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34
+c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni1EE0" unicode="&#x1ee0;" horiz-adv-x="844"
+d="M774 498c20 -45 31 -95 31 -148c0 -69 -17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 50 186c33 54 80 98 139 129s126 47 201 47c29 0 66 -3 110 -8c35 -4 59 -6 73 -6
+c26 0 46 6 60 17c15 11 22 28 22 49s-7 41 -20 60l92 34c21 -30 32 -63 32 -100s-10 -67 -29 -92s-47 -42 -82 -52c37 -31 65 -70 87 -116zM534 154c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28
+c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM450 764c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107
+c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="Ohungarumlaut" unicode="&#x150;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM336 901h146l-104 -144
+h-114zM538 901h146l-104 -144h-114z" />
+    <glyph glyph-name="uni020E" unicode="&#x20e;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM292 868
+c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -26 51c-16 14 -36 20 -60 20s-44 -6 -60 -20c-17 -12 -25 -30 -26 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="Omacron" unicode="&#x14c;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM237 873h370v-88h-370
+v88z" />
+    <glyph glyph-name="uni1E52" unicode="&#x1e52;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM237 856h370v-83h-370
+v83zM447 1039h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E50" unicode="&#x1e50;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM237 856h370v-83h-370
+v83zM239 1039h159l110 -121h-112z" />
+    <glyph glyph-name="uni01EA" unicode="&#x1ea;" horiz-adv-x="844"
+d="M438 -44c-23 -20 -35 -41 -35 -63c0 -14 5 -25 15 -33c11 -9 25 -13 43 -13c22 0 42 5 60 15l23 -71c-13 -7 -28 -12 -46 -17c-19 -4 -37 -6 -55 -6c-43 0 -77 10 -101 30c-25 21 -37 48 -37 82c0 43 20 80 60 112c-63 8 -120 28 -169 61s-88 75 -116 126
+c-27 51 -41 108 -41 171c0 69 17 130 50 186c33 54 79 98 137 129s123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186c0 -57 -11 -108 -35 -156c-22 -46 -54 -86 -94 -118c-39 -32 -84 -55 -134 -70c-46 -14 -81 -31 -104 -50zM232 234
+c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116z" />
+    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM669 770h105l-598 -840
+h-105z" />
+    <glyph glyph-name="Oslashacute" unicode="&#x1fe;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM669 770h105l-598 -840
+h-105zM466 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM450 764
+c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79
+c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="uni1E4C" unicode="&#x1e4c;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM448 764
+c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM447 1039h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E4E" unicode="&#x1e4e;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM448 764
+c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM277 942c-13 12 -19 28 -19 47s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -29 -19 -48 -19s-34 6 -47 19zM473 942c-13 12 -19 28 -19 47s6 34 20 47c12 13 28 19 46 19
+c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -28 -19 -47 -19s-34 6 -47 19z" />
+    <glyph glyph-name="uni022C" unicode="&#x22c;" horiz-adv-x="844"
+d="M226 35c-59 31 -104 75 -138 129c-32 56 -49 117 -49 186s17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -196 47zM534 154
+c33 20 60 46 78 80c20 34 29 73 29 116s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28zM448 764
+c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM237 1017h370v-83h-370v83z" />
+    <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="1136"
+d="M1090 130v-130h-665c-76 0 -143 14 -201 44c-59 28 -104 69 -136 122c-33 53 -49 114 -49 183c0 70 16 131 49 185c32 52 77 94 136 122c58 30 125 44 201 44h652v-130h-368v-152h325v-126h-325v-162h381zM548 133v434h-115c-70 0 -126 -19 -167 -59
+c-42 -38 -63 -92 -63 -159c0 -66 21 -119 63 -157c41 -40 97 -59 167 -59h115z" />
+    <glyph glyph-name="P" unicode="P" horiz-adv-x="732"
+d="M548 669c45 -21 80 -50 105 -88s37 -83 37 -135c0 -51 -12 -96 -37 -134c-25 -39 -60 -68 -105 -88c-46 -21 -100 -31 -162 -31h-141v-193h-162v700h303c62 0 116 -10 162 -31zM488 356c25 22 38 51 38 90s-13 70 -38 90c-25 22 -62 32 -111 32h-132v-243h132
+c49 0 86 11 111 31z" />
+    <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="732"
+d="M548 592c45 -21 80 -50 105 -88s37 -83 37 -135s-12 -97 -37 -135s-60 -67 -105 -88c-46 -21 -100 -31 -162 -31h-141v-115h-162v700h162v-77h141c62 0 116 -10 162 -31zM488 278c25 22 38 52 38 91s-13 69 -38 91c-25 20 -62 31 -111 31h-132v-244h132
+c49 0 86 11 111 31z" />
+    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="844"
+d="M840 -75c-23 -28 -50 -49 -82 -64c-33 -15 -68 -22 -107 -22c-52 0 -99 11 -141 33c-42 23 -90 62 -144 119c-63 8 -120 28 -170 61c-49 33 -88 75 -116 126c-27 52 -41 109 -41 172c0 69 17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47
+s104 -75 137 -129c33 -56 50 -117 50 -186c0 -81 -23 -153 -69 -214c-45 -61 -106 -104 -181 -128c17 -17 33 -30 49 -38c15 -7 32 -11 50 -11c43 0 81 17 114 52zM232 234c18 -34 45 -60 78 -80c33 -18 71 -28 112 -28s79 10 112 28c33 20 60 46 78 80c20 34 29 73 29 116
+s-9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116s9 -82 29 -116z" />
+    <glyph glyph-name="R" unicode="R" horiz-adv-x="735"
+d="M529 0l-135 195h-8h-141v-195h-162v700h303c62 0 116 -10 162 -31c45 -21 80 -50 105 -88s37 -83 37 -135s-12 -97 -38 -134c-24 -38 -60 -67 -106 -87l157 -225h-174zM488 536c-25 22 -62 32 -111 32h-132v-244h132c49 0 86 11 111 32s38 51 38 90s-13 70 -38 90z" />
+    <glyph glyph-name="Racute" unicode="&#x154;" horiz-adv-x="735"
+d="M529 0l-135 195h-8h-141v-195h-162v700h303c62 0 116 -10 162 -31c45 -21 80 -50 105 -88s37 -83 37 -135s-12 -97 -38 -134c-24 -38 -60 -67 -106 -87l157 -225h-174zM488 536c-25 22 -62 32 -111 32h-132v-244h132c49 0 86 11 111 32s38 51 38 90s-13 70 -38 90z
+M419 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Rcaron" unicode="&#x158;" horiz-adv-x="735"
+d="M529 0l-135 195h-8h-141v-195h-162v700h303c62 0 116 -10 162 -31c45 -21 80 -50 105 -88s37 -83 37 -135s-12 -97 -38 -134c-24 -38 -60 -67 -106 -87l157 -225h-174zM488 536c-25 22 -62 32 -111 32h-132v-244h132c49 0 86 11 111 32s38 51 38 90s-13 70 -38 90z
+M576 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Rcommaaccent" unicode="&#x156;" horiz-adv-x="735"
+d="M529 0l-135 195h-8h-141v-195h-162v700h303c62 0 116 -10 162 -31c45 -21 80 -50 105 -88s37 -83 37 -135s-12 -97 -38 -134c-24 -38 -60 -67 -106 -87l157 -225h-174zM488 536c-25 22 -62 32 -111 32h-132v-244h132c49 0 86 11 111 32s38 51 38 90s-13 70 -38 90z
+M426 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni0210" unicode="&#x210;" horiz-adv-x="735"
+d="M529 0l-135 195h-8h-141v-195h-162v700h303c62 0 116 -10 162 -31c45 -21 80 -50 105 -88s37 -83 37 -135s-12 -97 -38 -134c-24 -38 -60 -67 -106 -87l157 -225h-174zM488 536c-25 22 -62 32 -111 32h-132v-244h132c49 0 86 11 111 32s38 51 38 90s-13 70 -38 90z
+M113 901h146l72 -144h-114zM315 901h146l72 -144h-114z" />
+    <glyph glyph-name="uni1E5A" unicode="&#x1e5a;" horiz-adv-x="735"
+d="M529 0l-135 195h-8h-141v-195h-162v700h303c62 0 116 -10 162 -31c45 -21 80 -50 105 -88s37 -83 37 -135s-12 -97 -38 -134c-24 -38 -60 -67 -106 -87l157 -225h-174zM488 536c-25 22 -62 32 -111 32h-132v-244h132c49 0 86 11 111 32s38 51 38 90s-13 70 -38 90z
+M326 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni0212" unicode="&#x212;" horiz-adv-x="735"
+d="M529 0l-135 195h-8h-141v-195h-162v700h303c62 0 116 -10 162 -31c45 -21 80 -50 105 -88s37 -83 37 -135s-12 -97 -38 -134c-24 -38 -60 -67 -106 -87l157 -225h-174zM488 536c-25 22 -62 32 -111 32h-132v-244h132c49 0 86 11 111 32s38 51 38 90s-13 70 -38 90z
+M245 868c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -25 51c-17 14 -37 20 -61 20s-44 -6 -61 -20c-16 -12 -24 -30 -25 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="uni1E5E" unicode="&#x1e5e;" horiz-adv-x="735"
+d="M529 0l-135 195h-8h-141v-195h-162v700h303c62 0 116 -10 162 -31c45 -21 80 -50 105 -88s37 -83 37 -135s-12 -97 -38 -134c-24 -38 -60 -67 -106 -87l157 -225h-174zM488 536c-25 22 -62 32 -111 32h-132v-244h132c49 0 86 11 111 32s38 51 38 90s-13 70 -38 90z
+M190 -95h370v-87h-370v87z" />
+    <glyph glyph-name="S" unicode="S" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22z" />
+    <glyph glyph-name="Sacute" unicode="&#x15a;" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22zM369 901h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1E64" unicode="&#x1e64;" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22zM350 878h159l-157 -121h-113zM276 941c-14 13 -20 29 -20 49s6 36 20 50c12 12 29 19 49 19s37 -7 49 -19c14 -14 20 -30 20 -50s-6 -36 -20 -49c-12 -13 -29 -19 -49 -19
+s-37 6 -49 19z" />
+    <glyph glyph-name="uniA78B" unicode="&#xa78b;" horiz-adv-x="297"
+d="M68 700h160l-20 -403h-140v403z" />
+    <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22zM526 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni1E66" unicode="&#x1e66;" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22zM526 871l-133 -114h-136l-133 114h115l86 -57l86 57h115zM276 918c-14 13 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -36 -20 -49
+c-12 -13 -29 -19 -49 -19s-37 6 -49 19z" />
+    <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22zM241 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55
+c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="Scircumflex" unicode="&#x15c;" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22zM412 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="Scommaaccent" unicode="&#x218;" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22zM376 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni1E60" unicode="&#x1e60;" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22zM264 786c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E62" unicode="&#x1e62;" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22zM276 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1E68" unicode="&#x1e68;" horiz-adv-x="638"
+d="M152 10c-51 16 -93 35 -124 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -7 31 -19 41c-14 12 -30 20 -50 27c-21 7 -48 14 -83 22c-53 13 -97 25 -131 38s-63 33 -88 61c-24 28 -36 65 -36 112c0 41 11 78 33 110
+c22 34 55 60 99 79c45 19 99 29 163 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -100 -22c-22 -15 -33 -34 -33 -58s13 -42 37 -54c26 -11 64 -23 115 -34c53 -13 97 -25 131 -38s63 -33 88 -60c24 -27 36 -64 36 -111
+c0 -40 -11 -77 -34 -109c-22 -34 -55 -60 -100 -79s-99 -29 -163 -29c-55 0 -109 8 -161 22zM276 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM264 786
+c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E9E" unicode="&#x1e9e;" horiz-adv-x="779"
+d="M690 346c33 -38 50 -84 50 -140c0 -45 -11 -84 -34 -117s-54 -58 -92 -75c-40 -17 -83 -26 -132 -26c-59 0 -110 8 -151 24l24 128c29 -15 63 -22 102 -22s68 8 89 24c20 16 30 40 30 71s-10 54 -31 71c-21 16 -50 24 -87 24c-29 0 -53 -4 -74 -11l-28 70l172 199
+c-33 11 -68 17 -106 17c-59 0 -105 -17 -136 -51c-31 -33 -47 -81 -47 -144v-388h-162v392c0 66 13 123 40 171s66 85 117 111c52 26 114 39 186 39c45 0 91 -6 136 -17c45 -12 83 -29 114 -50v-98l-113 -130c55 -11 99 -36 133 -72z" />
+    <glyph glyph-name="uni018F" unicode="&#x18f;" horiz-adv-x="817"
+d="M594 666c58 -32 103 -74 136 -130c32 -54 48 -116 48 -185s-16 -132 -48 -187s-76 -98 -132 -130c-56 -30 -119 -46 -189 -46c-71 0 -134 16 -191 47c-56 31 -100 75 -132 131c-31 56 -47 120 -47 191v34h573c-5 35 -18 67 -38 95c-20 27 -45 49 -76 64
+c-31 16 -64 24 -101 24s-74 -7 -111 -22c-37 -14 -67 -34 -92 -60l-97 105c34 35 78 63 131 83c53 22 110 32 170 32c73 0 138 -16 196 -46zM544 161c34 29 57 69 66 120h-403c9 -51 32 -91 67 -121c35 -28 80 -43 135 -43s99 15 135 44z" />
+    <glyph glyph-name="T" unicode="T" horiz-adv-x="618"
+d="M228 568h-224v132h610v-132h-224v-568h-162v568z" />
+    <glyph glyph-name="Tbar" unicode="&#x166;" horiz-adv-x="618"
+d="M228 568h-224v132h610v-132h-224v-568h-162v568zM93 382h432v-108h-432v108z" />
+    <glyph glyph-name="Tcaron" unicode="&#x164;" horiz-adv-x="618"
+d="M228 568h-224v132h610v-132h-224v-568h-162v568zM510 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni0162" unicode="&#x162;" horiz-adv-x="618"
+d="M228 568h-224v132h610v-132h-224v-568h-162v568zM225 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26
+c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni021A" unicode="&#x21a;" horiz-adv-x="618"
+d="M228 568h-224v132h610v-132h-224v-568h-162v568zM360 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni1E6C" unicode="&#x1e6c;" horiz-adv-x="618"
+d="M228 568h-224v132h610v-132h-224v-568h-162v568zM260 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1E6E" unicode="&#x1e6e;" horiz-adv-x="618"
+d="M228 568h-224v132h610v-132h-224v-568h-162v568zM124 -95h370v-87h-370v87z" />
+    <glyph glyph-name="U" unicode="U" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83z" />
+    <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM439 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ubreve" unicode="&#x16c;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM265 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51
+c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni01D3" unicode="&#x1d3;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM596 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM482 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni0214" unicode="&#x214;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM133 901h146l72 -144h-114zM335 901h146l72 -144h-114z" />
+    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM244 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20
+s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM446 782c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni1EE4" unicode="&#x1ee4;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM346 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20
+c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM183 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EE6" unicode="&#x1ee6;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM376 799c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 30
+c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30c22 -19 33 -45 33 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="Uhorn" unicode="&#x1af;" horiz-adv-x="801"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM628 700h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104z" />
+    <glyph glyph-name="uni1EE8" unicode="&#x1ee8;" horiz-adv-x="801"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM628 700h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104zM439 901h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1EF0" unicode="&#x1ef0;" horiz-adv-x="801"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM628 700h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104zM346 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1EEA" unicode="&#x1eea;" horiz-adv-x="801"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM628 700h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104zM183 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EEC" unicode="&#x1eec;" horiz-adv-x="801"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM628 700h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104zM376 799c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30c22 -19 33 -45 33 -77
+c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni1EEE" unicode="&#x1eee;" horiz-adv-x="801"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM628 700h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104zM422 764c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39c17 0 33 -3 46 -11
+c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="Uhungarumlaut" unicode="&#x170;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM309 901h146l-104 -144h-114zM511 901h146l-104 -144h-114z" />
+    <glyph glyph-name="uni0216" unicode="&#x216;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM265 868c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98
+c-1 21 -9 39 -25 51c-17 14 -37 20 -61 20s-44 -6 -61 -20c-16 -12 -24 -30 -25 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="Umacron" unicode="&#x16a;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM210 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E7A" unicode="&#x1e7a;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM210 857h370v-83h-370v83zM250 942c-13 13 -19 29 -19 48s6 34 19 47
+s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM446 942c-13 13 -19 29 -19 48s7 34 19 47c14 13 29 19 47 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -28 -18 -47 -18s-34 6 -47 18z" />
+    <glyph glyph-name="Uogonek" unicode="&#x172;" horiz-adv-x="788"
+d="M711 700v-392c0 -79 -16 -144 -49 -193s-79 -85 -138 -107c-52 -19 -88 -38 -109 -58c-21 -18 -31 -38 -31 -57c0 -14 5 -25 15 -33c10 -9 24 -13 42 -13c23 0 43 5 60 15l23 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30
+c-25 21 -37 48 -37 82c0 41 20 78 59 111c-85 9 -150 40 -197 95s-70 129 -70 222v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160z" />
+    <glyph glyph-name="Uring" unicode="&#x16e;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM306 789c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35
+s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35zM438 832c11 11 17 26 17 43s-6 32 -17 43c-12 12 -27 18 -44 18s-31 -6 -42 -18c-12 -11 -18 -26 -18 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 44 18z" />
+    <glyph glyph-name="Utilde" unicode="&#x168;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM422 764c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6
+c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39c17 0 33 -3 46 -11c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39
+c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="uni1E78" unicode="&#x1e78;" horiz-adv-x="788"
+d="M160 71c-55 55 -83 134 -83 237v392h162v-386c0 -125 52 -188 156 -188c51 0 89 15 116 46c27 30 40 77 40 142v386h160v-392c0 -103 -28 -182 -83 -237c-56 -55 -134 -83 -234 -83s-178 28 -234 83zM421 764c-14 5 -29 13 -46 24c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6
+c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 93c21 21 49 32 85 32c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM420 1039
+h159l-157 -121h-113z" />
+    <glyph glyph-name="V" unicode="V" horiz-adv-x="746"
+d="M756 700l-303 -700h-160l-302 700h175l213 -500l216 500h161z" />
+    <glyph glyph-name="W" unicode="W" horiz-adv-x="1163"
+d="M1141 700l-229 -700h-174l-154 474l-159 -474h-173l-230 700h168l158 -492l165 492h150l160 -496l163 496h155z" />
+    <glyph glyph-name="Wacute" unicode="&#x1e82;" horiz-adv-x="1163"
+d="M1141 700l-229 -700h-174l-154 474l-159 -474h-173l-230 700h168l158 -492l165 492h150l160 -496l163 496h155zM626 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Wcircumflex" unicode="&#x174;" horiz-adv-x="1163"
+d="M1141 700l-229 -700h-174l-154 474l-159 -474h-173l-230 700h168l158 -492l165 492h150l160 -496l163 496h155zM669 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="Wdieresis" unicode="&#x1e84;" horiz-adv-x="1163"
+d="M1141 700l-229 -700h-174l-154 474l-159 -474h-173l-230 700h168l158 -492l165 492h150l160 -496l163 496h155zM431 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20z
+M634 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="Wgrave" unicode="&#x1e80;" horiz-adv-x="1163"
+d="M1141 700l-229 -700h-174l-154 474l-159 -474h-173l-230 700h168l158 -492l165 492h150l160 -496l163 496h155zM370 901h168l135 -144h-122z" />
+    <glyph glyph-name="X" unicode="X" horiz-adv-x="714"
+d="M524 0l-169 243l-166 -243h-186l259 356l-246 344h184l161 -227l158 227h175l-244 -338l261 -362h-187z" />
+    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159z" />
+    <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159zM382 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ycircumflex" unicode="&#x176;" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159zM425 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159zM187 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM390 782c-14 12 -20 29 -20 49s6 37 20 49
+c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni1E8E" unicode="&#x1e8e;" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159zM278 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1EF4" unicode="&#x1ef4;" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159zM288 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="Ygrave" unicode="&#x1ef2;" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159zM126 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EF6" unicode="&#x1ef6;" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159zM319 799c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0232" unicode="&#x232;" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159zM153 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni1EF8" unicode="&#x1ef8;" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159zM366 764c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29
+c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="671"
+d="M650 132v-132h-612v105l384 463h-376v132h589v-105l-383 -463h398z" />
+    <glyph glyph-name="Zacute" unicode="&#x179;" horiz-adv-x="671"
+d="M650 132v-132h-612v105l384 463h-376v132h589v-105l-383 -463h398zM388 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="671"
+d="M650 132v-132h-612v105l384 463h-376v132h589v-105l-383 -463h398zM545 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Zdotaccent" unicode="&#x17b;" horiz-adv-x="671"
+d="M650 132v-132h-612v105l384 463h-376v132h589v-105l-383 -463h398zM284 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1E92" unicode="&#x1e92;" horiz-adv-x="671"
+d="M650 132v-132h-612v105l384 463h-376v132h589v-105l-383 -463h398zM298 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="Iacute_J.loclNLD" horiz-adv-x="724"
+d="M218 901h156l-181 -144h-109zM626 901h156l-182 -144h-109zM182 13c-46 14 -86 33 -121 58l61 120c31 -20 63 -35 98 -47c35 -10 68 -16 101 -16c55 0 95 15 123 44c26 30 40 76 40 139v389h163v-381c0 -70 -13 -129 -39 -179c-27 -48 -64 -86 -112 -110
+c-48 -26 -104 -38 -169 -38c-51 0 -100 7 -145 21zM77 700h162v-378h-162v378z" />
+    <glyph glyph-name="A.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320z" />
+    <glyph glyph-name="Aacute.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM442 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Abreve.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM268 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EAE.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM270 782c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM423 1022h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EB6.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM348 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18zM268 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20
+c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EB0.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM270 782c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM215 1022h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EB2.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM270 782c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM385 910c25 12 37 26 37 42c0 9 -3 16 -10 21c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48
+c23 15 50 22 83 22c28 0 50 -7 67 -21c17 -15 25 -34 25 -58c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni1EB4.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM270 782c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM424 908c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12
+s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni01CD.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM599 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Acircumflex.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM485 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA4.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM484 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM629 974h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EAC.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM348 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18zM485 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA6.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM484 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM421 974h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EA8.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM484 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM538 871c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35
+z" />
+    <glyph glyph-name="uni1EAA.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM484 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM424 914c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24
+c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni0200.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM136 901h146l72 -144h-114zM338 901h146l72 -144h-114z" />
+    <glyph glyph-name="Adieresis.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM247 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM450 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49
+s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni1EA0.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM348 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="Agrave.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM186 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EA2.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM379 799c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0202.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM268 868c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -26 51c-16 14 -36 20 -60 20s-44 -6 -60 -20c-17 -12 -25 -30 -26 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="Amacron.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM213 873h370v-88h-370v88z" />
+    <glyph glyph-name="Aogonek.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM540 -202c-25 21 -37 48 -37 82c0 33 13 63 39 91c25 28 64 51 115 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 16 -33c10 -9 24 -13 41 -13c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6
+c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="Aring.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM310 789c-24 23 -36 52 -36 86s12 63 36 86c23 23 52 35 87 35s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -87 35zM440 832c12 11 18 26 18 43s-6 32 -18 43c-11 12 -26 18 -43 18s-31 -6 -43 -18c-11 -11 -17 -26 -17 -43
+s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 43 18z" />
+    <glyph glyph-name="Aringacute.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM505 938c11 -19 17 -40 17 -63c0 -34 -12 -63 -36 -86s-54 -35 -89 -35s-64 12 -87 35c-24 23 -36 52 -36 86s12 63 36 86c23 23 52 35 87 35c17 0 34 -3 52 -10l87 90l77 -60zM440 832c12 11 18 26 18 43s-6 32 -18 43c-11 12 -26 18 -43 18s-31 -6 -43 -18
+c-11 -11 -17 -26 -17 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 43 18z" />
+    <glyph glyph-name="Atilde.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM426 764c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15
+c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="AE.ss01" horiz-adv-x="1086"
+d="M1049 129v-129h-543v177h-273v-177h-163v385c0 101 27 179 81 233c54 55 132 82 233 82h651v-129h-369v-154h327v-123h-327v-165h383zM506 305v257h-108c-56 0 -98 -15 -124 -44c-28 -30 -41 -76 -41 -137v-76h273z" />
+    <glyph glyph-name="AEacute.ss01" horiz-adv-x="1086"
+d="M1049 129v-129h-543v177h-273v-177h-163v385c0 101 27 179 81 233c54 55 132 82 233 82h651v-129h-369v-154h327v-123h-327v-165h383zM506 305v257h-108c-56 0 -98 -15 -124 -44c-28 -30 -41 -76 -41 -137v-76h273zM583 901h168l-181 -144h-122z" />
+    <glyph glyph-name="uni01C4.ss01" horiz-adv-x="1449"
+d="M83 700h318c76 0 143 -14 201 -44c59 -28 104 -69 136 -122c33 -53 49 -114 49 -184s-16 -131 -49 -184c-32 -53 -77 -94 -136 -122c-58 -30 -125 -44 -201 -44h-318v700zM393 133c70 0 126 19 167 59c42 38 63 91 63 158s-21 120 -63 158c-41 40 -97 59 -167 59h-148
+v-434h148zM1432 130v-130h-612v94l166 202h-111v121h210l126 153h-384v130h590v-93l-158 -193h102v-120h-200l-135 -164h406zM1326 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni01C5.ss01" horiz-adv-x="1379"
+d="M83 700h318c76 0 143 -14 201 -44c59 -28 104 -69 136 -122c33 -53 49 -114 49 -184s-16 -131 -49 -184c-32 -53 -77 -94 -136 -122c-58 -30 -125 -44 -201 -44h-318v700zM393 133c70 0 126 19 167 59c42 38 63 91 63 158s-21 120 -63 158c-41 40 -97 59 -167 59h-148
+v-434h148zM1346 120v-120h-480v94l107 126h-73v104h161l79 94h-267v120h464v-94l-102 -121h76v-104h-164l-84 -99h283zM1303 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="E.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46z" />
+    <glyph glyph-name="Eacute.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM406 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ebreve.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM232 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="Ecaron.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM563 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni1E1C.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM278 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 65 -28c15 -14 22 -33 22 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26
+c-17 0 -34 2 -51 6zM232 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="Ecircumflex.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM449 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EBE.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM448 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM593 974h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EC6.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM312 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18zM449 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EC0.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM448 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM385 974h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EC2.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM448 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM502 871c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57
+c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1EC4.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM448 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM388 914c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8
+c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni0204.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM100 901h146l72 -144h-114zM302 901h146l72 -144h-114z" />
+    <glyph glyph-name="Edieresis.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM211 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM414 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20
+c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="Edotaccent.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM302 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1EB8.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM312 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="Egrave.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM150 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EBA.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM343 799c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0206.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM232 868c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -26 51c-16 14 -36 20 -60 20s-44 -6 -60 -20c-17 -12 -25 -30 -26 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="Emacron.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM177 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E16.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM177 856h370v-83h-370v83zM387 1039h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E14.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM177 856h370v-83h-370v83zM179 1039h159l110 -121h-112z" />
+    <glyph glyph-name="Eogonek.ss01" horiz-adv-x="667"
+d="M618 -138l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -54 -6c-43 0 -77 10 -102 30c-25 21 -37 48 -37 82c0 43 17 81 51 114c-27 -4 -54 -6 -83 -6c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64
+c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128
+h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23c41 0 82 6 123 17s77 27 106 46l50 -122c-103 -59 -155 -114 -155 -164c0 -15 5 -27 16 -36c10 -9 24 -13 41 -13c23 0 43 5 61 15z" />
+    <glyph glyph-name="uni1EBC.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM390 764c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18
+c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="F.ss01" horiz-adv-x="615"
+d="M282 538c-29 -25 -43 -61 -43 -110v-43h288v-130h-288v-255h-162v427c0 90 28 160 85 210c56 50 135 75 236 75c40 0 78 -4 113 -12c35 -9 66 -21 92 -37l-50 -128c-40 26 -88 39 -144 39s-98 -12 -127 -36z" />
+    <glyph glyph-name="G.ss01" horiz-adv-x="771"
+d="M556 361h148v-361h-122v42c-49 -36 -111 -54 -188 -54c-65 0 -124 14 -178 42s-97 69 -129 122c-32 54 -48 118 -48 192c0 71 17 135 49 190c34 56 79 100 138 131s125 47 198 47c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -10 -119 -28c-35 -20 -62 -46 -81 -81s-29 -75 -29 -120c0 -47 9 -88 29 -121c18 -33 44 -58 76 -76c32 -16 67 -25 105 -25c57 0 104 16 143 48v190z" />
+    <glyph glyph-name="Gbreve.ss01" horiz-adv-x="771"
+d="M556 361h148v-361h-122v42c-49 -36 -111 -54 -188 -54c-65 0 -124 14 -178 42s-97 69 -129 122c-32 54 -48 118 -48 192c0 71 17 135 49 190c34 56 79 100 138 131s125 47 198 47c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -10 -119 -28c-35 -20 -62 -46 -81 -81s-29 -75 -29 -120c0 -47 9 -88 29 -121c18 -33 44 -58 76 -76c32 -16 67 -25 105 -25c57 0 104 16 143 48v190zM287 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51
+h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="Gcaron.ss01" horiz-adv-x="771"
+d="M556 361h148v-361h-122v42c-49 -36 -111 -54 -188 -54c-65 0 -124 14 -178 42s-97 69 -129 122c-32 54 -48 118 -48 192c0 71 17 135 49 190c34 56 79 100 138 131s125 47 198 47c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -10 -119 -28c-35 -20 -62 -46 -81 -81s-29 -75 -29 -120c0 -47 9 -88 29 -121c18 -33 44 -58 76 -76c32 -16 67 -25 105 -25c57 0 104 16 143 48v190zM618 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Gcircumflex.ss01" horiz-adv-x="771"
+d="M556 361h148v-361h-122v42c-49 -36 -111 -54 -188 -54c-65 0 -124 14 -178 42s-97 69 -129 122c-32 54 -48 118 -48 192c0 71 17 135 49 190c34 56 79 100 138 131s125 47 198 47c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -10 -119 -28c-35 -20 -62 -46 -81 -81s-29 -75 -29 -120c0 -47 9 -88 29 -121c18 -33 44 -58 76 -76c32 -16 67 -25 105 -25c57 0 104 16 143 48v190zM504 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="Gcommaaccent.ss01" horiz-adv-x="771"
+d="M556 361h148v-361h-122v42c-49 -36 -111 -54 -188 -54c-65 0 -124 14 -178 42s-97 69 -129 122c-32 54 -48 118 -48 192c0 71 17 135 49 190c34 56 79 100 138 131s125 47 198 47c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -10 -119 -28c-35 -20 -62 -46 -81 -81s-29 -75 -29 -120c0 -47 9 -88 29 -121c18 -33 44 -58 76 -76c32 -16 67 -25 105 -25c57 0 104 16 143 48v190zM458 -88c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20
+c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="Gdotaccent.ss01" horiz-adv-x="771"
+d="M556 361h148v-361h-122v42c-49 -36 -111 -54 -188 -54c-65 0 -124 14 -178 42s-97 69 -129 122c-32 54 -48 118 -48 192c0 71 17 135 49 190c34 56 79 100 138 131s125 47 198 47c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -10 -119 -28c-35 -20 -62 -46 -81 -81s-29 -75 -29 -120c0 -47 9 -88 29 -121c18 -33 44 -58 76 -76c32 -16 67 -25 105 -25c57 0 104 16 143 48v190zM356 786c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60
+c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E20.ss01" horiz-adv-x="771"
+d="M556 361h148v-361h-122v42c-49 -36 -111 -54 -188 -54c-65 0 -124 14 -178 42s-97 69 -129 122c-32 54 -48 118 -48 192c0 71 17 135 49 190c34 56 79 100 138 131s125 47 198 47c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -10 -119 -28c-35 -20 -62 -46 -81 -81s-29 -75 -29 -120c0 -47 9 -88 29 -121c18 -33 44 -58 76 -76c32 -16 67 -25 105 -25c57 0 104 16 143 48v190zM232 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni01E4.ss01" horiz-adv-x="816"
+d="M556 361h148v-361h-122v42c-49 -36 -111 -54 -188 -54c-65 0 -124 14 -178 42s-97 69 -129 122c-32 54 -48 118 -48 192c0 71 17 135 49 190c34 56 79 100 138 131s125 47 198 47c61 0 117 -10 167 -31s92 -51 126 -90l-104 -96c-50 53 -110 79 -181 79
+c-45 0 -84 -10 -119 -28c-35 -20 -62 -46 -81 -81s-29 -75 -29 -120c0 -47 9 -88 29 -121c18 -33 44 -58 76 -76c32 -16 67 -25 105 -25c57 0 104 16 143 48v190zM396 305h399v-107h-399v107z" />
+    <glyph glyph-name="I.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121z" />
+    <glyph glyph-name="IJ.ss01" horiz-adv-x="724"
+d="M181 -88c-45 13 -85 32 -120 56l61 122c31 -21 64 -36 98 -48c36 -10 70 -16 104 -16c53 0 94 15 120 44c28 30 41 76 41 138v492h162v-482c0 -70 -13 -130 -39 -178c-27 -50 -64 -86 -112 -112c-48 -24 -104 -37 -169 -37c-52 0 -101 7 -146 21zM77 700h162v-478h-162
+v478z" />
+    <glyph glyph-name="Iacute.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM286 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Iacute_J.loclNLD.ss01" horiz-adv-x="724"
+d="M218 901h156l-181 -144h-109zM626 901h156l-182 -144h-109zM182 -87c-46 14 -86 33 -121 58l61 120c31 -20 63 -35 98 -47c35 -10 68 -16 101 -16c55 0 95 15 123 44c26 30 40 76 40 139v489h163v-481c0 -70 -13 -129 -39 -179c-27 -48 -64 -86 -112 -110
+c-48 -26 -104 -38 -169 -38c-51 0 -100 7 -145 21zM77 700h162v-478h-162v478z" />
+    <glyph glyph-name="Ibreve.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM112 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="Icircumflex.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM329 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni0208.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM-20 901h146l72 -144h-114zM182 901h146l72 -144h-114z" />
+    <glyph glyph-name="Idieresis.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM91 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM294 782c-14 12 -20 29 -20 49s6 37 20 49
+c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni1E2E.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM97 780c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM293 780c-13 13 -19 29 -19 48s6 34 20 47
+c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -28 -18 -47 -18s-34 6 -47 18zM267 1039h159l-157 -121h-113z" />
+    <glyph glyph-name="Idotaccent.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM182 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1ECA.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM192 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="Igrave.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM30 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EC8.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM223 799c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77
+c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni020A.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM112 868c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -26 51c-16 14 -36 20 -60 20s-44 -6 -60 -20c-17 -12 -25 -30 -26 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="Imacron.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM57 873h370v-88h-370v88z" />
+    <glyph glyph-name="Iogonek.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM194 -202c-22 21 -33 48 -33 81c0 31 10 61 29 89c19 27 48 52 86 73l48 -41c-24 -19 -41 -38 -50 -54c-10 -18 -15 -35 -15 -52c0 -14 4 -25 12 -34s18 -13 30 -13s23 3 32 10l22 -68
+c-19 -14 -44 -21 -74 -21c-36 0 -65 10 -87 30z" />
+    <glyph glyph-name="Itilde.ss01" horiz-adv-x="483"
+d="M323 570v-440h121v-130h-405v130h122v440h-122v130h405v-130h-121zM270 764c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29
+c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="J.ss01" horiz-adv-x="540"
+d="M80 -86c-38 18 -71 43 -96 76l88 108c38 -51 81 -77 129 -77c67 0 100 39 100 116v433h-245v130h407v-554c0 -86 -21 -150 -64 -194c-43 -42 -106 -64 -189 -64c-47 0 -90 9 -130 26z" />
+    <glyph glyph-name="Jcircumflex.ss01" horiz-adv-x="540"
+d="M80 -86c-38 18 -71 43 -96 76l88 108c38 -51 81 -77 129 -77c67 0 100 39 100 116v433h-245v130h407v-554c0 -86 -21 -150 -64 -194c-43 -42 -106 -64 -189 -64c-47 0 -90 9 -130 26zM347 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni01C7.ss01" horiz-adv-x="1174"
+d="M83 700h162v-568h351v-132h-513v700zM714 -86c-38 18 -71 43 -96 76l88 108c38 -51 81 -77 129 -77c67 0 100 39 100 116v433h-245v130h407v-554c0 -86 -21 -150 -64 -194c-43 -42 -106 -64 -189 -64c-47 0 -90 9 -130 26z" />
+    <glyph glyph-name="M.ss01" horiz-adv-x="1221"
+d="M1075 640c46 -49 69 -119 69 -210v-430h-162v425c0 49 -13 87 -38 111c-26 26 -60 38 -102 38c-46 0 -83 -13 -110 -40c-27 -26 -41 -66 -41 -119v-415h-162v425c0 49 -12 87 -36 111c-24 26 -57 38 -98 38c-45 0 -82 -13 -109 -40c-27 -26 -41 -66 -41 -119v-415h-162
+v700h157v-86c21 31 50 56 85 72c35 18 76 26 122 26c48 0 90 -9 126 -26c36 -18 64 -44 83 -77c24 33 56 59 94 77c40 17 83 26 132 26c83 0 147 -24 193 -72z" />
+    <glyph glyph-name="uni1E42.ss01" horiz-adv-x="1221"
+d="M1075 640c46 -49 69 -119 69 -210v-430h-162v425c0 49 -13 87 -38 111c-26 26 -60 38 -102 38c-46 0 -83 -13 -110 -40c-27 -26 -41 -66 -41 -119v-415h-162v425c0 49 -12 87 -36 111c-24 26 -57 38 -98 38c-45 0 -82 -13 -109 -40c-27 -26 -41 -66 -41 -119v-415h-162
+v700h157v-86c21 31 50 56 85 72c35 18 76 26 122 26c48 0 90 -9 126 -26c36 -18 64 -44 83 -77c24 33 56 59 94 77c40 17 83 26 132 26c83 0 147 -24 193 -72zM562 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49
+c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="N.ss01" horiz-adv-x="796"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78z" />
+    <glyph glyph-name="uni01CA.ss01" horiz-adv-x="1336"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78zM876 -86c-38 18 -71 43 -96 76
+l88 108c38 -51 81 -77 129 -77c67 0 100 39 100 116v433h-245v130h407v-554c0 -86 -21 -150 -64 -194c-43 -42 -106 -64 -189 -64c-47 0 -90 9 -130 26z" />
+    <glyph glyph-name="Nacute.ss01" horiz-adv-x="796"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78zM445 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ncaron.ss01" horiz-adv-x="796"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78zM602 901l-132 -144h-138l-132 144
+h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Ncommaaccent.ss01" horiz-adv-x="796"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78zM452 -90c12 -10 18 -25 18 -43
+c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni1E44.ss01" horiz-adv-x="796"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78zM340 786c-15 16 -23 36 -23 61
+c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E46.ss01" horiz-adv-x="796"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78zM352 -192c-14 13 -20 29 -20 49
+s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="Eng.ss01" horiz-adv-x="796"
+d="M649 634c47 -53 70 -127 70 -224v-353c0 -86 -21 -151 -64 -194s-105 -65 -187 -65c-37 0 -72 6 -104 16c-33 12 -61 28 -85 50l76 116c29 -31 64 -46 104 -46c32 0 56 10 73 29s25 48 25 87v355c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46
+c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78z" />
+    <glyph glyph-name="uni01CB.ss01" horiz-adv-x="1103"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78zM703 -172l42 113
+c18 -13 40 -19 66 -19c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537c0 -63 -18 -112 -53 -149c-36 -36 -86 -54 -150 -54c-55 0 -96 10 -125 30zM883 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65
+c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="uni1E48.ss01" horiz-adv-x="796"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78zM216 -95h370v-87h-370v87z" />
+    <glyph glyph-name="Ntilde.ss01" horiz-adv-x="796"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78zM428 764c-13 8 -28 17 -45 29
+c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39c17 0 33 -3 46 -11c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104
+c-22 -26 -49 -39 -84 -39c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="Q.ss01" horiz-adv-x="844"
+d="M767 186c-25 -50 -61 -92 -107 -125c-45 -33 -98 -55 -157 -66v-130h-163v130c-59 11 -111 33 -156 66c-46 33 -82 75 -107 125s-38 105 -38 164c0 69 17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186
+c0 -60 -13 -115 -38 -164zM602 214c26 38 39 83 39 136c0 43 -9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116c0 -53 13 -98 39 -135c25 -37 60 -63 104 -78v144h150v-144
+c45 14 80 40 106 77z" />
+    <glyph glyph-name="uni018F.ss01" horiz-adv-x="817"
+d="M594 666c58 -32 103 -74 136 -130c32 -54 48 -116 48 -185s-16 -132 -48 -187s-76 -98 -132 -130c-56 -30 -119 -46 -189 -46c-87 0 -161 23 -225 69c-62 46 -106 109 -129 188l535 215c-18 35 -44 62 -78 83s-72 31 -115 31c-37 0 -74 -7 -111 -22
+c-37 -14 -67 -34 -92 -60l-97 105c34 35 78 63 131 83c53 22 110 32 170 32c73 0 138 -16 196 -46zM559 175c37 39 55 91 55 156v18l-369 -150c15 -27 37 -47 65 -61c27 -14 60 -21 99 -21c63 0 113 19 150 58z" />
+    <glyph glyph-name="T.ss01" horiz-adv-x="638"
+d="M593 504c-60 35 -124 57 -193 67v-571h-162v571c-69 -10 -133 -32 -194 -67l-55 121c48 29 100 50 156 65s114 22 173 22c60 0 118 -7 174 -22c57 -15 109 -36 156 -65z" />
+    <glyph glyph-name="Tbar.ss01" horiz-adv-x="638"
+d="M593 504c-60 35 -124 57 -193 67v-571h-162v571c-69 -10 -133 -32 -194 -67l-55 121c48 29 100 50 156 65s114 22 173 22c60 0 118 -7 174 -22c57 -15 109 -36 156 -65zM102 370h432v-108h-432v108z" />
+    <glyph glyph-name="Tcaron.ss01" horiz-adv-x="638"
+d="M593 504c-60 35 -124 57 -193 67v-571h-162v571c-69 -10 -133 -32 -194 -67l-55 121c48 29 100 50 156 65s114 22 173 22c60 0 118 -7 174 -22c57 -15 109 -36 156 -65zM523 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni0162.ss01" horiz-adv-x="638"
+d="M593 504c-60 35 -124 57 -193 67v-571h-162v571c-69 -10 -133 -32 -194 -67l-55 121c48 29 100 50 156 65s114 22 173 22c60 0 118 -7 174 -22c57 -15 109 -36 156 -65zM235 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29
+h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni021A.ss01" horiz-adv-x="638"
+d="M593 504c-60 35 -124 57 -193 67v-571h-162v571c-69 -10 -133 -32 -194 -67l-55 121c48 29 100 50 156 65s114 22 173 22c60 0 118 -7 174 -22c57 -15 109 -36 156 -65zM370 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20
+c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni1E6C.ss01" horiz-adv-x="638"
+d="M593 504c-60 35 -124 57 -193 67v-571h-162v571c-69 -10 -133 -32 -194 -67l-55 121c48 29 100 50 156 65s114 22 173 22c60 0 118 -7 174 -22c57 -15 109 -36 156 -65zM270 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50
+s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1E6E.ss01" horiz-adv-x="638"
+d="M593 504c-60 35 -124 57 -193 67v-571h-162v571c-69 -10 -133 -32 -194 -67l-55 121c48 29 100 50 156 65s114 22 173 22c60 0 118 -7 174 -22c57 -15 109 -36 156 -65zM134 -95h370v-87h-370v87z" />
+    <glyph glyph-name="U.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162z" />
+    <glyph glyph-name="Uacute.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM435 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ubreve.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM261 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51
+c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni01D3.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM592 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z
+" />
+    <glyph glyph-name="Ucircumflex.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM478 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z
+" />
+    <glyph glyph-name="uni0214.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM129 901h146l72 -144h-114zM331 901h146l72 -144h-114z" />
+    <glyph glyph-name="Udieresis.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM240 782c-13 12 -20 29 -20 49s7 37 20 49
+c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM442 782c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni1EE4.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM342 -192c-14 13 -20 29 -20 49s6 37 20 50
+c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="Ugrave.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM179 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EE6.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM372 799c19 9 32 18 40 28c7 10 11 21 11 33
+c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30c22 -19 33 -45 33 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="Uhorn.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM619 700h27c18 0 32 6 44 18c10 11 16 26 16 45
+c0 23 -7 43 -20 60l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104z" />
+    <glyph glyph-name="uni1EE8.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM619 700h27c18 0 32 6 44 18c10 11 16 26 16 45
+c0 23 -7 43 -20 60l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM435 901h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1EF0.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM619 700h27c18 0 32 6 44 18c10 11 16 26 16 45
+c0 23 -7 43 -20 60l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM342 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1EEA.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM619 700h27c18 0 32 6 44 18c10 11 16 26 16 45
+c0 23 -7 43 -20 60l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM179 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EEC.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM619 700h27c18 0 32 6 44 18c10 11 16 26 16 45
+c0 23 -7 43 -20 60l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM372 799c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30
+c22 -19 33 -45 33 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni1EEE.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM619 700h27c18 0 32 6 44 18c10 11 16 26 16 45
+c0 23 -7 43 -20 60l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM418 764c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39
+c17 0 33 -3 46 -11c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="Uhungarumlaut.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM305 901h146l-104 -144h-114zM507 901h146l-104 -144h-114z
+" />
+    <glyph glyph-name="uni0216.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM261 868c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111
+h-98c-1 21 -9 39 -25 51c-17 14 -37 20 -61 20s-44 -6 -61 -20c-16 -12 -24 -30 -25 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="Umacron.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM206 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E7A.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM206 857h370v-83h-370v83zM246 942c-13 13 -19 29 -19 48
+s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM442 942c-13 13 -19 29 -19 48s7 34 19 47c14 13 29 19 47 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -28 -18 -47 -18s-34 6 -47 18z" />
+    <glyph glyph-name="Uogonek.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM530 -202c-25 21 -37 48 -37 82c0 33 13 63 39 91
+c25 28 64 51 115 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 16 -33c10 -9 24 -13 41 -13c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="Uring.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM302 789c-23 23 -35 52 -35 86s12 63 35 86
+c24 23 53 35 88 35s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35zM434 832c11 11 17 26 17 43s-6 32 -17 43c-12 12 -27 18 -44 18s-31 -6 -42 -18c-12 -11 -18 -26 -18 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 44 18z" />
+    <glyph glyph-name="Utilde.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM418 764c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18
+c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39c17 0 33 -3 46 -11c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104
+c-22 -26 -49 -39 -84 -39c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="uni1E78.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM417 764c-14 5 -29 13 -46 24c-8 5 -16 9 -23 13
+c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 93c21 21 49 32 85 32c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33
+c-18 0 -34 3 -48 9zM416 1039h159l-157 -121h-113z" />
+    <glyph glyph-name="W.ss01" horiz-adv-x="1201"
+d="M1124 700v-413c0 -97 -26 -171 -79 -223c-53 -50 -127 -76 -224 -76c-48 0 -91 7 -129 21c-37 14 -68 34 -92 59c-25 -25 -56 -45 -93 -59s-80 -21 -127 -21c-97 0 -171 26 -224 76c-53 52 -79 126 -79 223v413h162v-408c0 -57 12 -98 35 -126c23 -26 58 -40 104 -40
+c94 0 141 55 141 166v408h162v-408c0 -111 47 -166 142 -166c92 0 138 55 138 166v408h163z" />
+    <glyph glyph-name="Wacute.ss01" horiz-adv-x="1201"
+d="M1124 700v-413c0 -97 -26 -171 -79 -223c-53 -50 -127 -76 -224 -76c-48 0 -91 7 -129 21c-37 14 -68 34 -92 59c-25 -25 -56 -45 -93 -59s-80 -21 -127 -21c-97 0 -171 26 -224 76c-53 52 -79 126 -79 223v413h162v-408c0 -57 12 -98 35 -126c23 -26 58 -40 104 -40
+c94 0 141 55 141 166v408h162v-408c0 -111 47 -166 142 -166c92 0 138 55 138 166v408h163zM644 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Wcircumflex.ss01" horiz-adv-x="1201"
+d="M1124 700v-413c0 -97 -26 -171 -79 -223c-53 -50 -127 -76 -224 -76c-48 0 -91 7 -129 21c-37 14 -68 34 -92 59c-25 -25 -56 -45 -93 -59s-80 -21 -127 -21c-97 0 -171 26 -224 76c-53 52 -79 126 -79 223v413h162v-408c0 -57 12 -98 35 -126c23 -26 58 -40 104 -40
+c94 0 141 55 141 166v408h162v-408c0 -111 47 -166 142 -166c92 0 138 55 138 166v408h163zM687 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="Wdieresis.ss01" horiz-adv-x="1201"
+d="M1124 700v-413c0 -97 -26 -171 -79 -223c-53 -50 -127 -76 -224 -76c-48 0 -91 7 -129 21c-37 14 -68 34 -92 59c-25 -25 -56 -45 -93 -59s-80 -21 -127 -21c-97 0 -171 26 -224 76c-53 52 -79 126 -79 223v413h162v-408c0 -57 12 -98 35 -126c23 -26 58 -40 104 -40
+c94 0 141 55 141 166v408h162v-408c0 -111 47 -166 142 -166c92 0 138 55 138 166v408h163zM449 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM652 782
+c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="Wgrave.ss01" horiz-adv-x="1201"
+d="M1124 700v-413c0 -97 -26 -171 -79 -223c-53 -50 -127 -76 -224 -76c-48 0 -91 7 -129 21c-37 14 -68 34 -92 59c-25 -25 -56 -45 -93 -59s-80 -21 -127 -21c-97 0 -171 26 -224 76c-53 52 -79 126 -79 223v413h162v-408c0 -57 12 -98 35 -126c23 -26 58 -40 104 -40
+c94 0 141 55 141 166v408h162v-408c0 -111 47 -166 142 -166c92 0 138 55 138 166v408h163zM388 901h168l135 -144h-122z" />
+    <glyph glyph-name="Y.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162z" />
+    <glyph glyph-name="Yacute.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM434 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Ycircumflex.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM477 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="Ydieresis.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM239 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM442 782
+c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni1E8E.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM330 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1EF4.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM622 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="Ygrave.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM178 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EF6.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM371 799c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30
+c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0232.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM205 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni1EF8.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM418 764c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39
+c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="Z.ss01" horiz-adv-x="681"
+d="M655 130v-130h-612v94l166 202h-111v121h210l126 153h-384v130h590v-93l-158 -193h102v-120h-200l-135 -164h406z" />
+    <glyph glyph-name="Zacute.ss01" horiz-adv-x="681"
+d="M655 130v-130h-612v94l166 202h-111v121h210l126 153h-384v130h590v-93l-158 -193h102v-120h-200l-135 -164h406zM392 901h168l-181 -144h-122z" />
+    <glyph glyph-name="Zcaron.ss01" horiz-adv-x="681"
+d="M655 130v-130h-612v94l166 202h-111v121h210l126 153h-384v130h590v-93l-158 -193h102v-120h-200l-135 -164h406zM549 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="Zdotaccent.ss01" horiz-adv-x="681"
+d="M655 130v-130h-612v94l166 202h-111v121h210l126 153h-384v130h590v-93l-158 -193h102v-120h-200l-135 -164h406zM288 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24
+s-45 8 -60 24z" />
+    <glyph glyph-name="uni1E92.ss01" horiz-adv-x="681"
+d="M655 130v-130h-612v94l166 202h-111v121h210l126 153h-384v130h590v-93l-158 -193h102v-120h-200l-135 -164h406zM302 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z
+" />
+    <glyph glyph-name="a" unicode="a" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19z" />
+    <glyph glyph-name="aacute" unicode="&#xe1;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM349 751h168l-181 -144h-122z" />
+    <glyph glyph-name="abreve" unicode="&#x103;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM175 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20
+s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EAF" unicode="&#x1eaf;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM176 632c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13
+s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM330 872h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EB7" unicode="&#x1eb7;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM244 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20
+s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM175 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EB1" unicode="&#x1eb1;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM176 632c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13
+s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM122 872h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EB3" unicode="&#x1eb3;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM176 632c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13
+s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM292 760c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -21c17 -15 25 -34 25 -58c0 -19 -6 -37 -20 -52
+c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1EB5" unicode="&#x1eb5;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM176 632c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13
+s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM331 758c-14 5 -29 13 -46 24c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 93c21 21 49 32 85 32c17 0 32 -3 45 -8
+c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni01CE" unicode="&#x1ce;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM506 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="acircumflex" unicode="&#xe2;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM392 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA5" unicode="&#x1ea5;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM391 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM536 824h159l-157 -121
+h-113z" />
+    <glyph glyph-name="uni1EAD" unicode="&#x1ead;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM244 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20
+s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM392 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA7" unicode="&#x1ea7;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM391 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM328 824h159l110 -121
+h-112z" />
+    <glyph glyph-name="uni1EA9" unicode="&#x1ea9;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM391 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM445 721
+c25 12 37 26 37 42c0 9 -3 16 -10 21c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni1EAB" unicode="&#x1eab;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM391 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM331 764
+c-14 6 -29 14 -46 25c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 92c21 22 49 33 85 33c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 13c7 8 12 19 13 32h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni0201" unicode="&#x201;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM43 751h146l72 -144h-114zM245 751h146l72 -144h-114z" />
+    <glyph glyph-name="adieresis" unicode="&#xe4;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM154 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20
+c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM356 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni1EA1" unicode="&#x1ea1;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM244 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20
+s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="agrave" unicode="&#xe0;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM93 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EA3" unicode="&#x1ea3;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM286 649c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 30
+c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30c22 -19 33 -45 33 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0203" unicode="&#x203;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM175 718c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98
+c-1 21 -9 39 -25 51c-17 14 -37 20 -61 20s-44 -6 -61 -20c-16 -12 -24 -30 -25 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="amacron" unicode="&#x101;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM120 723h370v-88h-370v88z" />
+    <glyph glyph-name="aogonek" unicode="&#x105;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM369 -202c-25 21 -37 48 -37 82c0 33 13 63 38 91c26 28 65 51 116 70l62 -41
+c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 15 -33c11 -9 25 -13 42 -13c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="aring" unicode="&#xe5;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM216 627c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35s65 -12 89 -35
+s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35zM348 670c11 11 17 26 17 43s-6 32 -17 43c-12 12 -27 18 -44 18s-31 -6 -42 -18c-12 -11 -18 -26 -18 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 44 18z" />
+    <glyph glyph-name="aringacute" unicode="&#x1fb;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM412 776c11 -19 17 -40 17 -63c0 -34 -12 -63 -36 -86s-54 -35 -89 -35
+s-64 12 -88 35c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35c17 0 34 -3 52 -10l87 90l77 -60zM348 670c11 11 17 26 17 43s-6 32 -17 43c-12 12 -27 18 -44 18s-31 -6 -42 -18c-12 -11 -18 -26 -18 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 44 18z" />
+    <glyph glyph-name="atilde" unicode="&#xe3;" horiz-adv-x="617"
+d="M481 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -108 21c-30 14 -53 33 -69 58s-24 53 -24 84c0 50 19 89 57 118c37 29 95 43 174 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -84 -14c-28 -8 -52 -21 -71 -36
+l-56 109c29 21 65 37 105 48c42 11 84 17 127 17c83 0 147 -20 192 -60zM348 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 23 -48c16 -11 38 -17 65 -17s50 6 71 19zM332 614c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6
+c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39c17 0 33 -3 46 -11c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39
+c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="996"
+d="M960 226h-408c7 -34 24 -61 51 -80s61 -29 102 -29c52 0 97 17 136 52l83 -90c-26 -29 -58 -50 -96 -65c-37 -15 -79 -22 -126 -22s-91 8 -131 23s-74 39 -102 70c-41 -62 -110 -93 -206 -93c-70 0 -125 15 -165 46c-41 31 -61 72 -61 123c0 47 19 84 57 113
+s96 43 174 43h124c0 33 -10 59 -31 77c-21 19 -51 28 -92 28c-29 0 -57 -4 -85 -14c-28 -8 -52 -21 -71 -36l-56 109c29 21 64 37 105 48s83 17 126 17c91 0 157 -25 198 -76c25 24 54 43 88 56s71 20 110 20c51 0 98 -11 141 -34s76 -55 101 -97s37 -90 37 -144
+c0 -17 -1 -32 -3 -45zM596 399c-25 -19 -40 -47 -46 -82h262c-5 35 -20 63 -44 82c-25 19 -53 29 -86 29s-61 -10 -86 -29zM362 125c20 19 30 44 30 76v25h-107c-64 0 -96 -21 -96 -62c0 -21 8 -38 23 -50c16 -11 38 -17 67 -17c35 0 63 9 83 28z" />
+    <glyph glyph-name="aeacute" unicode="&#x1fd;" horiz-adv-x="996"
+d="M960 226h-408c7 -34 24 -61 51 -80s61 -29 102 -29c52 0 97 17 136 52l83 -90c-26 -29 -58 -50 -96 -65c-37 -15 -79 -22 -126 -22s-91 8 -131 23s-74 39 -102 70c-41 -62 -110 -93 -206 -93c-70 0 -125 15 -165 46c-41 31 -61 72 -61 123c0 47 19 84 57 113
+s96 43 174 43h124c0 33 -10 59 -31 77c-21 19 -51 28 -92 28c-29 0 -57 -4 -85 -14c-28 -8 -52 -21 -71 -36l-56 109c29 21 64 37 105 48s83 17 126 17c91 0 157 -25 198 -76c25 24 54 43 88 56s71 20 110 20c51 0 98 -11 141 -34s76 -55 101 -97s37 -90 37 -144
+c0 -17 -1 -32 -3 -45zM596 399c-25 -19 -40 -47 -46 -82h262c-5 35 -20 63 -44 82c-25 19 -53 29 -86 29s-61 -10 -86 -29zM362 125c20 19 30 44 30 76v25h-107c-64 0 -96 -21 -96 -62c0 -21 8 -38 23 -50c16 -11 38 -17 67 -17c35 0 63 9 83 28zM514 751h168l-181 -144
+h-122z" />
+    <glyph glyph-name="b" unicode="b" horiz-adv-x="690"
+d="M526 512c42 -24 74 -56 97 -98c23 -41 35 -90 35 -145s-12 -104 -35 -145c-23 -42 -55 -74 -97 -98c-40 -22 -86 -34 -136 -34c-74 0 -130 23 -169 70v-62h-149v742h156v-261c39 43 93 65 162 65c50 0 96 -12 136 -34zM462 160c25 28 38 64 38 109s-13 81 -38 109
+c-26 26 -59 40 -99 40s-73 -14 -99 -40c-25 -28 -38 -64 -38 -109s13 -81 38 -109c26 -26 59 -40 99 -40s73 14 99 40z" />
+    <glyph glyph-name="c" unicode="c" horiz-adv-x="591"
+d="M178 28c-46 23 -82 56 -108 98c-25 42 -38 90 -38 143s13 101 38 143c26 42 62 75 108 98c45 24 97 36 154 36s106 -12 148 -36c43 -23 74 -57 93 -101l-121 -65c-28 49 -68 74 -121 74c-41 0 -74 -13 -101 -40s-40 -63 -40 -109s13 -82 40 -109s60 -40 101 -40
+c53 0 94 25 121 74l121 -66c-19 -43 -50 -76 -93 -100c-42 -24 -91 -36 -148 -36s-109 12 -154 36z" />
+    <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="591"
+d="M178 28c-46 23 -82 56 -108 98c-25 42 -38 90 -38 143s13 101 38 143c26 42 62 75 108 98c45 24 97 36 154 36s106 -12 148 -36c43 -23 74 -57 93 -101l-121 -65c-28 49 -68 74 -121 74c-41 0 -74 -13 -101 -40s-40 -63 -40 -109s13 -82 40 -109s60 -40 101 -40
+c53 0 94 25 121 74l121 -66c-19 -43 -50 -76 -93 -100c-42 -24 -91 -36 -148 -36s-109 12 -154 36zM357 751h168l-181 -144h-122z" />
+    <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="591"
+d="M178 28c-46 23 -82 56 -108 98c-25 42 -38 90 -38 143s13 101 38 143c26 42 62 75 108 98c45 24 97 36 154 36s106 -12 148 -36c43 -23 74 -57 93 -101l-121 -65c-28 49 -68 74 -121 74c-41 0 -74 -13 -101 -40s-40 -63 -40 -109s13 -82 40 -109s60 -40 101 -40
+c53 0 94 25 121 74l121 -66c-19 -43 -50 -76 -93 -100c-42 -24 -91 -36 -148 -36s-109 12 -154 36zM514 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="591"
+d="M178 28c-46 23 -82 56 -108 98c-25 42 -38 90 -38 143s13 101 38 143c26 42 62 75 108 98c45 24 97 36 154 36s106 -12 148 -36c43 -23 74 -57 93 -101l-121 -65c-28 49 -68 74 -121 74c-41 0 -74 -13 -101 -40s-40 -63 -40 -109s13 -82 40 -109s60 -40 101 -40
+c53 0 94 25 121 74l121 -66c-19 -43 -50 -76 -93 -100c-42 -24 -91 -36 -148 -36s-109 12 -154 36zM224 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 65 -28c15 -14 22 -33 22 -55
+c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni1E09" unicode="&#x1e09;" horiz-adv-x="591"
+d="M178 28c-46 23 -82 56 -108 98c-25 42 -38 90 -38 143s13 101 38 143c26 42 62 75 108 98c45 24 97 36 154 36s106 -12 148 -36c43 -23 74 -57 93 -101l-121 -65c-28 49 -68 74 -121 74c-41 0 -74 -13 -101 -40s-40 -63 -40 -109s13 -82 40 -109s60 -40 101 -40
+c53 0 94 25 121 74l121 -66c-19 -43 -50 -76 -93 -100c-42 -24 -91 -36 -148 -36s-109 12 -154 36zM224 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 65 -28c15 -14 22 -33 22 -55
+c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6zM357 751h168l-181 -144h-122z" />
+    <glyph glyph-name="ccircumflex" unicode="&#x109;" horiz-adv-x="591"
+d="M178 28c-46 23 -82 56 -108 98c-25 42 -38 90 -38 143s13 101 38 143c26 42 62 75 108 98c45 24 97 36 154 36s106 -12 148 -36c43 -23 74 -57 93 -101l-121 -65c-28 49 -68 74 -121 74c-41 0 -74 -13 -101 -40s-40 -63 -40 -109s13 -82 40 -109s60 -40 101 -40
+c53 0 94 25 121 74l121 -66c-19 -43 -50 -76 -93 -100c-42 -24 -91 -36 -148 -36s-109 12 -154 36zM400 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="cdotaccent" unicode="&#x10b;" horiz-adv-x="591"
+d="M178 28c-46 23 -82 56 -108 98c-25 42 -38 90 -38 143s13 101 38 143c26 42 62 75 108 98c45 24 97 36 154 36s106 -12 148 -36c43 -23 74 -57 93 -101l-121 -65c-28 49 -68 74 -121 74c-41 0 -74 -13 -101 -40s-40 -63 -40 -109s13 -82 40 -109s60 -40 101 -40
+c53 0 94 25 121 74l121 -66c-19 -43 -50 -76 -93 -100c-42 -24 -91 -36 -148 -36s-109 12 -154 36zM252 636c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="d" unicode="d" horiz-adv-x="692"
+d="M620 742v-742h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v261h156zM428 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40z" />
+    <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="657"
+d="M624 342c0 -73 -13 -136 -39 -190c-26 -52 -63 -93 -111 -122c-49 -28 -106 -42 -172 -42c-51 0 -96 10 -138 29c-40 19 -73 47 -96 82c-24 35 -36 76 -36 122c0 45 11 84 34 118c22 34 52 60 91 79s82 28 129 28c77 0 135 -24 176 -72v2c0 81 -19 142 -58 184l-253 -97
+l-32 79l187 72c-19 5 -42 7 -69 7c-48 0 -93 -7 -135 -21l-19 121c52 13 105 20 160 20c93 0 170 -21 232 -63l90 35l32 -79l-53 -20c53 -68 80 -159 80 -272zM406 140c24 21 36 46 36 77s-12 57 -36 77c-23 21 -53 31 -89 31c-39 0 -69 -10 -92 -29s-34 -46 -34 -79
+s11 -59 34 -79c23 -19 52 -29 89 -29c38 0 69 10 92 31z" />
+    <glyph glyph-name="dcaron" unicode="&#x10f;" horiz-adv-x="692"
+d="M620 742v-742h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v261h156zM428 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM702 783h117l-20 -201h-97v201z" />
+    <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="692"
+d="M620 742v-742h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v261h156zM428 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM281 683h412v-90h-412v90z" />
+    <glyph glyph-name="uni1E0D" unicode="&#x1e0d;" horiz-adv-x="692"
+d="M620 742v-742h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v261h156zM428 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM314 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1E0F" unicode="&#x1e0f;" horiz-adv-x="692"
+d="M620 742v-742h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v261h156zM428 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM178 -95h370v-87h-370v87z" />
+    <glyph glyph-name="uni01C6" unicode="&#x1c6;" horiz-adv-x="1233"
+d="M620 742v-742h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v261h156zM428 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM1199 120v-120h-480v94l274 324h-267v120h464v-94l-274 -324h283zM1160 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="e" unicode="e" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30z" />
+    <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM360 751h168l-181 -144h-122z" />
+    <glyph glyph-name="ebreve" unicode="&#x115;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM186 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51
+h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="ecaron" unicode="&#x11b;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM517 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni1E1D" unicode="&#x1e1d;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM232 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106
+h83l-14 -58c29 -3 51 -12 65 -28c15 -14 22 -33 22 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6zM186 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111
+s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM403 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EBF" unicode="&#x1ebf;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM402 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM547 824h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EC7" unicode="&#x1ec7;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM266 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50
+s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18zM403 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EC1" unicode="&#x1ec1;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM402 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM339 824h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EC3" unicode="&#x1ec3;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM402 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM456 721c25 12 37 26 37 42c0 9 -3 16 -9 21
+c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1EC5" unicode="&#x1ec5;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM402 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM342 764c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13
+c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33
+c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni0205" unicode="&#x205;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM54 751h146l72 -144h-114zM256 751h146l72 -144h-114z" />
+    <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM165 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49
+s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM368 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="edotaccent" unicode="&#x117;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM256 636c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60
+c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1EB9" unicode="&#x1eb9;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM266 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50
+s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM104 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EBB" unicode="&#x1ebb;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM297 649c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19
+l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0207" unicode="&#x207;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM186 718c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -26 51c-16 14 -36 20 -60 20
+s-44 -6 -60 -20c-17 -12 -25 -30 -26 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="emacron" unicode="&#x113;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM131 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E17" unicode="&#x1e17;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM131 706h370v-83h-370v83zM341 889h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E15" unicode="&#x1e15;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM131 706h370v-83h-370v83zM133 889h159l110 -121h-112z" />
+    <glyph glyph-name="eogonek" unicode="&#x119;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l84 -90c-13 -14 -27 -26 -41 -36c-42 -31 -71 -57 -87 -80s-24 -44 -24 -65c0 -16 5 -28 16 -38c10 -8 24 -13 42 -13c21 0 41 5 59 15l23 -71c-13 -7 -28 -12 -46 -17
+c-19 -4 -37 -6 -55 -6c-43 0 -76 10 -101 32c-25 20 -37 49 -37 84c0 19 4 38 13 56c8 20 20 37 36 53c-5 -1 -12 -1 -21 -1c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30z" />
+    <glyph glyph-name="uni1EBD" unicode="&#x1ebd;" horiz-adv-x="631"
+d="M596 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 75 13c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 147 36c53 0 100 -11 143 -34
+s76 -55 100 -98c25 -42 37 -91 37 -147c0 -2 -1 -16 -3 -42zM231 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM344 614c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15
+c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="uni0259" unicode="&#x259;" horiz-adv-x="631"
+d="M35 313h407c-7 33 -25 60 -52 79s-61 29 -102 29c-28 0 -53 -4 -74 -13c-22 -8 -42 -21 -61 -39l-83 90c51 58 125 87 222 87c61 0 114 -12 161 -36c47 -23 83 -56 108 -98s38 -90 38 -143s-13 -100 -37 -143c-26 -42 -60 -75 -104 -98c-43 -24 -92 -36 -146 -36
+c-53 0 -100 11 -143 34s-76 55 -101 98c-24 42 -36 91 -36 147c0 2 1 16 3 42zM400 140c24 20 39 47 44 82h-265c5 -34 20 -61 44 -82c24 -20 53 -30 88 -30s65 10 89 30z" />
+    <glyph glyph-name="uni0292" unicode="&#x292;" horiz-adv-x="554"
+d="M480 170c33 -36 50 -83 50 -139c0 -43 -10 -82 -32 -117c-20 -35 -52 -64 -96 -84c-42 -22 -96 -32 -159 -32c-50 0 -98 7 -145 20c-46 14 -85 33 -116 58l55 125c26 -21 57 -38 92 -50s71 -18 108 -18c41 0 74 9 97 26s35 41 35 72c0 30 -11 53 -32 71
+c-21 16 -54 25 -98 25h-74v104l148 178h-303v129h486v-105l-161 -193c63 -9 112 -32 145 -70z" />
+    <glyph glyph-name="uni01EF" unicode="&#x1ef;" horiz-adv-x="554"
+d="M480 170c33 -36 50 -83 50 -139c0 -43 -10 -82 -32 -117c-20 -35 -52 -64 -96 -84c-42 -22 -96 -32 -159 -32c-50 0 -98 7 -145 20c-46 14 -85 33 -116 58l55 125c26 -21 57 -38 92 -50s71 -18 108 -18c41 0 74 9 97 26s35 41 35 72c0 30 -11 53 -32 71
+c-21 16 -54 25 -98 25h-74v104l148 178h-303v129h486v-105l-161 -193c63 -9 112 -32 145 -70zM446 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="f" unicode="f" horiz-adv-x="387"
+d="M243 526h138v-120h-134v-406h-156v406h-83v120h83v24c0 61 18 110 55 146c36 36 87 54 153 54c23 0 45 -2 67 -8c20 -4 38 -12 52 -21l-41 -113c-18 13 -39 19 -63 19c-47 0 -71 -26 -71 -78v-23z" />
+    <glyph glyph-name="g" unicode="g" horiz-adv-x="700"
+d="M627 538v-448c0 -99 -26 -172 -77 -220s-126 -72 -225 -72c-52 0 -101 6 -148 19s-85 31 -116 55l62 112c23 -19 51 -34 86 -44c35 -12 69 -17 104 -17c54 0 94 12 119 37c26 24 39 61 39 110v23c-41 -45 -97 -67 -170 -67c-49 0 -95 11 -135 32c-42 22 -74 53 -98 92
+s-36 85 -36 136s12 97 36 136s56 70 98 92c40 21 86 32 135 32c78 0 137 -26 178 -77v69h148zM434 190c26 25 39 57 39 96s-13 71 -39 96c-27 24 -61 36 -102 36s-75 -12 -102 -36c-27 -25 -40 -57 -40 -96s13 -71 40 -96c27 -24 61 -36 102 -36s75 12 102 36z" />
+    <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="700"
+d="M627 538v-448c0 -99 -26 -172 -77 -220s-126 -72 -225 -72c-52 0 -101 6 -148 19s-85 31 -116 55l62 112c23 -19 51 -34 86 -44c35 -12 69 -17 104 -17c54 0 94 12 119 37c26 24 39 61 39 110v23c-41 -45 -97 -67 -170 -67c-49 0 -95 11 -135 32c-42 22 -74 53 -98 92
+s-36 85 -36 136s12 97 36 136s56 70 98 92c40 21 86 32 135 32c78 0 137 -26 178 -77v69h148zM434 190c26 25 39 57 39 96s-13 71 -39 96c-27 24 -61 36 -102 36s-75 -12 -102 -36c-27 -25 -40 -57 -40 -96s13 -71 40 -96c27 -24 61 -36 102 -36s75 12 102 36zM211 640
+c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="gcaron" unicode="&#x1e7;" horiz-adv-x="700"
+d="M627 538v-448c0 -99 -26 -172 -77 -220s-126 -72 -225 -72c-52 0 -101 6 -148 19s-85 31 -116 55l62 112c23 -19 51 -34 86 -44c35 -12 69 -17 104 -17c54 0 94 12 119 37c26 24 39 61 39 110v23c-41 -45 -97 -67 -170 -67c-49 0 -95 11 -135 32c-42 22 -74 53 -98 92
+s-36 85 -36 136s12 97 36 136s56 70 98 92c40 21 86 32 135 32c78 0 137 -26 178 -77v69h148zM434 190c26 25 39 57 39 96s-13 71 -39 96c-27 24 -61 36 -102 36s-75 -12 -102 -36c-27 -25 -40 -57 -40 -96s13 -71 40 -96c27 -24 61 -36 102 -36s75 12 102 36zM542 751
+l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="gcircumflex" unicode="&#x11d;" horiz-adv-x="700"
+d="M627 538v-448c0 -99 -26 -172 -77 -220s-126 -72 -225 -72c-52 0 -101 6 -148 19s-85 31 -116 55l62 112c23 -19 51 -34 86 -44c35 -12 69 -17 104 -17c54 0 94 12 119 37c26 24 39 61 39 110v23c-41 -45 -97 -67 -170 -67c-49 0 -95 11 -135 32c-42 22 -74 53 -98 92
+s-36 85 -36 136s12 97 36 136s56 70 98 92c40 21 86 32 135 32c78 0 137 -26 178 -77v69h148zM434 190c26 25 39 57 39 96s-13 71 -39 96c-27 24 -61 36 -102 36s-75 -12 -102 -36c-27 -25 -40 -57 -40 -96s13 -71 40 -96c27 -24 61 -36 102 -36s75 12 102 36zM428 607
+l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="gcommaaccent" unicode="&#x123;" horiz-adv-x="700"
+d="M627 538v-448c0 -99 -26 -172 -77 -220s-126 -72 -225 -72c-52 0 -101 6 -148 19s-85 31 -116 55l62 112c23 -19 51 -34 86 -44c35 -12 69 -17 104 -17c54 0 94 12 119 37c26 24 39 61 39 110v23c-41 -45 -97 -67 -170 -67c-49 0 -95 11 -135 32c-42 22 -74 53 -98 92
+s-36 85 -36 136s12 97 36 136s56 70 98 92c40 21 86 32 135 32c78 0 137 -26 178 -77v69h148zM434 190c26 25 39 57 39 96s-13 71 -39 96c-27 24 -61 36 -102 36s-75 -12 -102 -36c-27 -25 -40 -57 -40 -96s13 -71 40 -96c27 -24 61 -36 102 -36s75 12 102 36zM420 659
+c0 -19 -7 -33 -20 -44s-33 -16 -59 -16s-46 5 -59 17c-13 10 -20 25 -20 43c0 17 7 38 21 64l45 90h84l-34 -101c28 -8 42 -26 42 -53z" />
+    <glyph glyph-name="gdotaccent" unicode="&#x121;" horiz-adv-x="700"
+d="M627 538v-448c0 -99 -26 -172 -77 -220s-126 -72 -225 -72c-52 0 -101 6 -148 19s-85 31 -116 55l62 112c23 -19 51 -34 86 -44c35 -12 69 -17 104 -17c54 0 94 12 119 37c26 24 39 61 39 110v23c-41 -45 -97 -67 -170 -67c-49 0 -95 11 -135 32c-42 22 -74 53 -98 92
+s-36 85 -36 136s12 97 36 136s56 70 98 92c40 21 86 32 135 32c78 0 137 -26 178 -77v69h148zM434 190c26 25 39 57 39 96s-13 71 -39 96c-27 24 -61 36 -102 36s-75 -12 -102 -36c-27 -25 -40 -57 -40 -96s13 -71 40 -96c27 -24 61 -36 102 -36s75 12 102 36zM280 636
+c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E21" unicode="&#x1e21;" horiz-adv-x="700"
+d="M627 538v-448c0 -99 -26 -172 -77 -220s-126 -72 -225 -72c-52 0 -101 6 -148 19s-85 31 -116 55l62 112c23 -19 51 -34 86 -44c35 -12 69 -17 104 -17c54 0 94 12 119 37c26 24 39 61 39 110v23c-41 -45 -97 -67 -170 -67c-49 0 -95 11 -135 32c-42 22 -74 53 -98 92
+s-36 85 -36 136s12 97 36 136s56 70 98 92c40 21 86 32 135 32c78 0 137 -26 178 -77v69h148zM434 190c26 25 39 57 39 96s-13 71 -39 96c-27 24 -61 36 -102 36s-75 -12 -102 -36c-27 -25 -40 -57 -40 -96s13 -71 40 -96c27 -24 61 -36 102 -36s75 12 102 36zM156 723h370
+v-88h-370v88z" />
+    <glyph glyph-name="uni01E5" unicode="&#x1e5;" horiz-adv-x="711"
+d="M691 -38h-83c-39 -109 -134 -164 -285 -164c-51 0 -100 6 -147 20c-46 12 -84 31 -115 54l62 108c23 -19 51 -34 86 -44c35 -12 70 -17 105 -17c57 0 99 14 125 43h-166v76h197c1 6 1 15 1 28v64c-41 -43 -99 -65 -174 -65c-51 0 -97 10 -137 31c-40 20 -71 48 -94 85
+s-34 78 -34 125s11 88 34 124s54 64 94 84c40 21 86 31 137 31c38 0 73 -6 104 -19c31 -12 57 -30 78 -55v67h148v-448c0 -18 -1 -35 -3 -51h67v-77zM434 215c26 23 39 53 39 91c0 37 -13 67 -39 90s-60 34 -102 34s-76 -11 -102 -34c-27 -23 -40 -53 -40 -90
+c0 -38 13 -68 40 -91c26 -23 60 -34 102 -34s76 11 102 34z" />
+    <glyph glyph-name="h" unicode="h" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v742h156v-260c21 21 46 36 75 48c29 10 61 16 96 16c67 0 121 -20 161 -60z" />
+    <glyph glyph-name="hbar" unicode="&#x127;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v742h156v-260c21 21 46 36 75 48c29 10 61 16 96 16c67 0 121 -20 161 -60zM0 683h412v-90h-412v90z" />
+    <glyph glyph-name="uni1E2B" unicode="&#x1e2b;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v742h156v-260c21 21 46 36 75 48c29 10 61 16 96 16c67 0 121 -20 161 -60zM219 -178c-34 27 -52 61 -55 104h93
+c1 -20 9 -36 27 -48c16 -13 38 -19 64 -19s48 6 64 19c18 12 26 28 27 48h93c-3 -43 -21 -77 -55 -104c-34 -26 -77 -39 -129 -39s-95 13 -129 39z" />
+    <glyph glyph-name="uni021F" unicode="&#x21f;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v742h156v-260c21 21 46 36 75 48c29 10 61 16 96 16c67 0 121 -20 161 -60zM351 955l-132 -144h-138l-132 144h114
+l87 -75l87 75h114z" />
+    <glyph glyph-name="hcircumflex" unicode="&#x125;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v742h156v-260c21 21 46 36 75 48c29 10 61 16 96 16c67 0 121 -20 161 -60zM237 799l-87 76l-87 -76h-114l132 144h138
+l132 -144h-114z" />
+    <glyph glyph-name="uni1E25" unicode="&#x1e25;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v742h156v-260c21 21 46 36 75 48c29 10 61 16 96 16c67 0 121 -20 161 -60zM298 -192c-12 13 -19 29 -19 49
+s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="i" unicode="i" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM80 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538z" />
+    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM194 751h168l-181 -144h-122z" />
+    <glyph glyph-name="ibreve" unicode="&#x12d;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM36 640c-29 28 -44 65 -45 111h94c0 -22 6 -39 17 -53c12 -12 28 -19 48 -19s36 7 48 19c11 14 17 31 17 53h94c-1 -46 -16 -83 -45 -111c-30 -27 -68 -41 -114 -41s-84 14 -114 41z" />
+    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM215 607l-65 70l-65 -70h-111l109 144h134l109 -144h-111z" />
+    <glyph glyph-name="uni0209" unicode="&#x209;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM-112 751h146l72 -144h-114zM90 751h146l72 -144h-114z" />
+    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM22 632c-13 13 -19 29 -19 49s6 36 19 49c12 13 27 19 46 19s34 -6 47 -19s19 -29 19 -49s-6 -36 -19 -49s-28 -19 -47 -19s-34 6 -46 19zM185 632c-13 13 -19 29 -19 49s6 36 19 49s28 19 47 19s34 -6 46 -19c13 -13 19 -29 19 -49
+s-6 -36 -19 -49c-12 -13 -27 -19 -46 -19s-34 6 -47 19z" />
+    <glyph glyph-name="uni1E2F" unicode="&#x1e2f;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM5 630c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM201 630c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47
+s-6 -35 -19 -48c-13 -12 -28 -18 -47 -18s-34 6 -47 18zM175 889h159l-157 -121h-113z" />
+    <glyph glyph-name="i.loclTRK" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM90 636c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1ECB" unicode="&#x1ecb;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM80 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25zM100 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20
+s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM-62 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EC9" unicode="&#x1ec9;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM131 649c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni020B" unicode="&#x20b;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM36 718c30 27 68 41 114 41s84 -14 114 -41c29 -28 44 -65 45 -111h-94c0 22 -6 39 -17 53c-11 12 -27 19 -48 19s-37 -7 -48 -19c-11 -14 -17 -31 -17 -53h-94c1 46 16 83 45 111z" />
+    <glyph glyph-name="ij" unicode="&#x133;" horiz-adv-x="608"
+d="M72 538h156v-538h-156v538zM80 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25zM208 -172l42 113c18 -13 40 -19 66 -19c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537
+c0 -63 -18 -112 -54 -149c-35 -36 -85 -54 -149 -54c-55 0 -96 10 -125 30zM388 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="imacron" unicode="&#x12b;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM0 723h300v-88h-300v88z" />
+    <glyph glyph-name="iogonek" unicode="&#x12f;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM80 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25zM98 -202c-22 21 -33 48 -33 81c0 31 10 61 29 89c19 27 48 52 86 73l48 -41
+c-24 -19 -41 -38 -50 -54c-10 -18 -15 -35 -15 -52c0 -14 4 -25 12 -34s18 -13 30 -13s23 3 32 10l22 -68c-19 -14 -44 -21 -74 -21c-36 0 -65 10 -87 30z" />
+    <glyph glyph-name="itilde" unicode="&#x129;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM172 615c-13 7 -26 18 -41 31c-1 1 -5 4 -11 9c-5 5 -10 8 -14 11c-4 2 -8 3 -12 3c-10 0 -18 -5 -23 -15s-8 -24 -8 -43h-78c0 47 9 83 25 109c18 24 42 37 74 37c17 0 31 -4 44 -11s26 -18 41 -31c1 -1 5 -4 11 -9c5 -5 10 -8 14 -10
+c4 -3 8 -4 12 -4c10 0 18 5 23 14c5 10 8 24 8 41h78c0 -46 -9 -81 -25 -106c-18 -25 -42 -37 -74 -37c-17 0 -31 4 -44 11z" />
+    <glyph glyph-name="j" unicode="j" horiz-adv-x="307"
+d="M-93 -172l42 113c18 -13 40 -19 66 -19c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537c0 -63 -18 -112 -53 -149c-36 -36 -86 -54 -150 -54c-55 0 -96 10 -125 30zM87 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60
+c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="uni0237" unicode="&#x237;" horiz-adv-x="307"
+d="M-93 -172l42 113c18 -13 40 -19 66 -19c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537c0 -63 -18 -112 -53 -149c-36 -36 -86 -54 -150 -54c-55 0 -96 10 -125 30z" />
+    <glyph glyph-name="jcircumflex" unicode="&#x135;" horiz-adv-x="307"
+d="M-93 -172l42 113c18 -13 40 -19 66 -19c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537c0 -63 -18 -112 -53 -149c-36 -36 -86 -54 -150 -54c-55 0 -96 10 -125 30zM222 607l-65 70l-65 -70h-111l109 144h134l109 -144h-111z" />
+    <glyph glyph-name="k" unicode="k" horiz-adv-x="660"
+d="M303 211l-75 -74v-137h-156v742h156v-420l228 216h186l-224 -228l244 -310h-189z" />
+    <glyph glyph-name="uni01E9" unicode="&#x1e9;" horiz-adv-x="660"
+d="M303 211l-75 -74v-137h-156v742h156v-420l228 216h186l-224 -228l244 -310h-189zM351 955l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="kcommaaccent" unicode="&#x137;" horiz-adv-x="660"
+d="M303 211l-75 -74v-137h-156v742h156v-420l228 216h186l-224 -228l244 -310h-189zM368 -90c13 -10 19 -25 19 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33c0 18 6 33 19 43c12 12 29 17 50 17s38 -5 50 -17z" />
+    <glyph glyph-name="kgreenlandic" unicode="&#x138;" horiz-adv-x="645"
+d="M303 211l-75 -74v-137h-156v538h156v-216l228 216h186l-224 -228l244 -310h-189z" />
+    <glyph glyph-name="l" unicode="l" horiz-adv-x="301"
+d="M72 742h156v-742h-156v742z" />
+    <glyph glyph-name="lacute" unicode="&#x13a;" horiz-adv-x="301"
+d="M72 742h156v-742h-156v742zM194 955h168l-181 -144h-122z" />
+    <glyph glyph-name="lcaron" unicode="&#x13e;" horiz-adv-x="301"
+d="M72 742h156v-742h-156v742zM308 783h117l-20 -201h-97v201z" />
+    <glyph glyph-name="lcommaaccent" unicode="&#x13c;" horiz-adv-x="301"
+d="M72 742h156v-742h-156v742zM200 -90c13 -10 19 -25 19 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33c0 18 6 33 19 43c12 12 29 17 50 17s38 -5 50 -17z" />
+    <glyph glyph-name="ldot" unicode="&#x140;" horiz-adv-x="420"
+d="M72 742h156v-742h-156v742zM304 306c-15 16 -22 34 -22 57s7 41 22 56s33 22 56 22s42 -7 56 -22c16 -15 23 -33 23 -56s-7 -41 -23 -57c-14 -14 -33 -22 -56 -22s-41 8 -56 22z" />
+    <glyph glyph-name="uni1E37" unicode="&#x1e37;" horiz-adv-x="301"
+d="M72 742h156v-742h-156v742zM100 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="uni01C9" unicode="&#x1c9;" horiz-adv-x="608"
+d="M72 742h156v-742h-156v742zM208 -172l42 113c18 -13 40 -19 66 -19c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537c0 -63 -18 -112 -54 -149c-35 -36 -85 -54 -149 -54c-55 0 -96 10 -125 30zM388 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24
+s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="uni1E3B" unicode="&#x1e3b;" horiz-adv-x="301"
+d="M72 742h156v-742h-156v742zM-35 -95h370v-87h-370v87z" />
+    <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="327"
+d="M85 742h156v-742h-156v742zM-28 281l324 244l57 -80l-323 -242z" />
+    <glyph glyph-name="m" unicode="m" horiz-adv-x="1049"
+d="M922 486c39 -39 59 -99 59 -178v-308h-156v284c0 43 -9 74 -27 96c-17 20 -42 31 -75 31c-37 0 -66 -12 -87 -35c-21 -24 -32 -59 -32 -106v-270h-156v284c0 85 -34 127 -102 127c-36 0 -65 -12 -86 -35c-21 -24 -32 -59 -32 -106v-270h-156v538h149v-62
+c20 23 45 40 73 52c30 12 61 18 96 18c38 0 72 -8 103 -22c31 -16 55 -37 74 -66c22 28 50 50 83 65c34 15 71 23 111 23c67 0 121 -20 161 -60z" />
+    <glyph glyph-name="uni1E43" unicode="&#x1e43;" horiz-adv-x="1049"
+d="M922 486c39 -39 59 -99 59 -178v-308h-156v284c0 43 -9 74 -27 96c-17 20 -42 31 -75 31c-37 0 -66 -12 -87 -35c-21 -24 -32 -59 -32 -106v-270h-156v284c0 85 -34 127 -102 127c-36 0 -65 -12 -86 -35c-21 -24 -32 -59 -32 -106v-270h-156v538h149v-62
+c20 23 45 40 73 52c30 12 61 18 96 18c38 0 72 -8 103 -22c31 -16 55 -37 74 -66c22 28 50 50 83 65c34 15 71 23 111 23c67 0 121 -20 161 -60zM476 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49
+c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="n" unicode="n" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60z" />
+    <glyph glyph-name="nacute" unicode="&#x144;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60zM392 751h168l-181 -144h-122z" />
+    <glyph glyph-name="napostrophe" unicode="&#x149;" horiz-adv-x="820"
+d="M43 700h102l-22 -262h-82zM690 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60z" />
+    <glyph glyph-name="ncaron" unicode="&#x148;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60zM549 751l-132 -144h-138l-132 144h114
+l87 -75l87 75h114z" />
+    <glyph glyph-name="ncommaaccent" unicode="&#x146;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60zM398 -90c13 -10 19 -25 19 -43
+c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33c0 18 6 33 19 43c12 12 29 17 50 17s38 -5 50 -17z" />
+    <glyph glyph-name="uni1E45" unicode="&#x1e45;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60zM288 636c-16 16 -24 36 -24 61
+c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1E47" unicode="&#x1e47;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60zM298 -192c-12 13 -19 29 -19 49
+s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="eng" unicode="&#x14b;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-307c0 -63 -18 -112 -53 -149c-35 -36 -85 -54 -149 -54c-55 0 -97 10 -126 30l42 113c18 -13 40 -19 66 -19c21 0 36 6 48 20c10 12 16 32 16 58v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37
+c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60z" />
+    <glyph glyph-name="uni01CC" unicode="&#x1cc;" horiz-adv-x="998"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60zM598 -172l42 113c18 -13 40 -19 66 -19
+c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537c0 -63 -18 -112 -54 -149c-35 -36 -85 -54 -149 -54c-55 0 -96 10 -125 30zM778 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25
+s-52 8 -70 25z" />
+    <glyph glyph-name="uni1E49" unicode="&#x1e49;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60zM163 -95h370v-87h-370v87z" />
+    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="691"
+d="M560 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60zM376 614c-14 8 -29 17 -46 29
+c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79
+c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="o" unicode="o" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40z" />
+    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM370 751h168l-181 -144h-122z" />
+    <glyph glyph-name="obreve" unicode="&#x14f;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM196 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98
+c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM413 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1ED1" unicode="&#x1ed1;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM412 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM557 824h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1ED9" unicode="&#x1ed9;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM276 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49
+c-14 -12 -30 -18 -50 -18s-36 6 -50 18zM413 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1ED3" unicode="&#x1ed3;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM412 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM349 824h159l110 -121h-112z" />
+    <glyph glyph-name="uni1ED5" unicode="&#x1ed5;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM412 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM466 721c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8
+c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1ED7" unicode="&#x1ed7;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM412 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM352 764c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6
+c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni020D" unicode="&#x20d;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM64 751h146l72 -144h-114zM266 751h146l72 -144h-114z" />
+    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM175 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49
+c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM378 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni022B" unicode="&#x22b;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM181 630c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18
+s-34 6 -47 18zM377 630c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -28 -18 -47 -18s-34 6 -47 18zM141 867h370v-83h-370v83z" />
+    <glyph glyph-name="uni0231" unicode="&#x231;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM276 630c-12 13 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -36 -19 -49
+c-14 -13 -30 -19 -50 -19s-36 6 -50 19zM141 874h370v-83h-370v83z" />
+    <glyph glyph-name="uni1ECD" unicode="&#x1ecd;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM276 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49
+c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM114 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1ECF" unicode="&#x1ecf;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM307 649c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34
+c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="ohorn" unicode="&#x1a1;" horiz-adv-x="655"
+d="M602 380c14 -34 21 -71 21 -111c0 -53 -13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143c26 42 62 75 106 98c46 24 96 36 153 36c13 0 37 -2 70 -5c23 -3 39 -4 49 -4
+c21 0 36 6 48 18c10 12 16 28 16 47c0 21 -7 41 -21 60l91 34c23 -31 34 -64 34 -100c0 -29 -7 -54 -20 -76c-13 -23 -32 -40 -56 -53c27 -25 47 -54 62 -87zM426 160c26 28 39 64 39 109s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109
+s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40z" />
+    <glyph glyph-name="uni1EDB" unicode="&#x1edb;" horiz-adv-x="655"
+d="M602 380c14 -34 21 -71 21 -111c0 -53 -13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143c26 42 62 75 106 98c46 24 96 36 153 36c13 0 37 -2 70 -5c23 -3 39 -4 49 -4
+c21 0 36 6 48 18c10 12 16 28 16 47c0 21 -7 41 -21 60l91 34c23 -31 34 -64 34 -100c0 -29 -7 -54 -20 -76c-13 -23 -32 -40 -56 -53c27 -25 47 -54 62 -87zM426 160c26 28 39 64 39 109s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109
+s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM372 751h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1EE3" unicode="&#x1ee3;" horiz-adv-x="655"
+d="M602 380c14 -34 21 -71 21 -111c0 -53 -13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143c26 42 62 75 106 98c46 24 96 36 153 36c13 0 37 -2 70 -5c23 -3 39 -4 49 -4
+c21 0 36 6 48 18c10 12 16 28 16 47c0 21 -7 41 -21 60l91 34c23 -31 34 -64 34 -100c0 -29 -7 -54 -20 -76c-13 -23 -32 -40 -56 -53c27 -25 47 -54 62 -87zM426 160c26 28 39 64 39 109s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109
+s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM278 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="uni1EDD" unicode="&#x1edd;" horiz-adv-x="655"
+d="M602 380c14 -34 21 -71 21 -111c0 -53 -13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143c26 42 62 75 106 98c46 24 96 36 153 36c13 0 37 -2 70 -5c23 -3 39 -4 49 -4
+c21 0 36 6 48 18c10 12 16 28 16 47c0 21 -7 41 -21 60l91 34c23 -31 34 -64 34 -100c0 -29 -7 -54 -20 -76c-13 -23 -32 -40 -56 -53c27 -25 47 -54 62 -87zM426 160c26 28 39 64 39 109s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109
+s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM116 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EDF" unicode="&#x1edf;" horiz-adv-x="655"
+d="M602 380c14 -34 21 -71 21 -111c0 -53 -13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143c26 42 62 75 106 98c46 24 96 36 153 36c13 0 37 -2 70 -5c23 -3 39 -4 49 -4
+c21 0 36 6 48 18c10 12 16 28 16 47c0 21 -7 41 -21 60l91 34c23 -31 34 -64 34 -100c0 -29 -7 -54 -20 -76c-13 -23 -32 -40 -56 -53c27 -25 47 -54 62 -87zM426 160c26 28 39 64 39 109s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109
+s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM309 649c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni1EE1" unicode="&#x1ee1;" horiz-adv-x="655"
+d="M602 380c14 -34 21 -71 21 -111c0 -53 -13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143c26 42 62 75 106 98c46 24 96 36 153 36c13 0 37 -2 70 -5c23 -3 39 -4 49 -4
+c21 0 36 6 48 18c10 12 16 28 16 47c0 21 -7 41 -21 60l91 34c23 -31 34 -64 34 -100c0 -29 -7 -54 -20 -76c-13 -23 -32 -40 -56 -53c27 -25 47 -54 62 -87zM426 160c26 28 39 64 39 109s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109
+s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM342 614c-11 8 -25 17 -39 29c-9 8 -17 14 -23 18s-12 6 -18 6c-12 0 -22 -5 -29 -15c-8 -9 -12 -23 -12 -41h-69c1 45 11 80 29 107c18 26 42 39 73 39c15 0 28 -3 40 -11c12 -6 25 -16 40 -29c10 -8 17 -14 23 -18
+s12 -6 18 -6c12 0 21 5 29 15c8 9 12 22 13 39h68c-1 -43 -11 -78 -29 -104s-42 -39 -72 -39c-16 0 -30 4 -42 10z" />
+    <glyph glyph-name="ohungarumlaut" unicode="&#x151;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM240 751h146l-104 -144h-114zM442 751h146l-104 -144h-114z" />
+    <glyph glyph-name="uni020F" unicode="&#x20f;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM196 718c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -26 51c-16 14 -36 20 -60 20s-44 -6 -60 -20
+c-17 -12 -25 -30 -26 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="omacron" unicode="&#x14d;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM141 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E53" unicode="&#x1e53;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM141 706h370v-83h-370v83zM351 889h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E51" unicode="&#x1e51;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM141 706h370v-83h-370v83zM143 889h159l110 -121h-112z" />
+    <glyph glyph-name="uni01EB" unicode="&#x1eb;" horiz-adv-x="655"
+d="M346 -46c-18 -19 -28 -39 -28 -60c0 -14 5 -25 16 -34c10 -9 24 -13 42 -13c22 0 42 5 60 15l23 -71c-13 -7 -28 -12 -47 -17c-18 -4 -36 -6 -54 -6c-43 0 -77 10 -102 30c-24 21 -36 48 -36 81c0 45 21 84 64 116c-49 6 -93 21 -131 46s-68 57 -89 96s-32 83 -32 132
+c0 53 13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143c0 -59 -16 -110 -47 -155s-74 -78 -128 -101c-49 -19 -82 -39 -102 -59zM229 160c26 -26 59 -40 99 -40s73 14 98 40c26 28 39 64 39 109s-13 81 -39 109
+c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109z" />
+    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM507 604h78l-441 -675h-77z" />
+    <glyph glyph-name="oslashacute" unicode="&#x1ff;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM507 604h78l-441 -675h-77zM367 751h168l-181 -144h-122z" />
+    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM354 614c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79
+c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="uni1E4D" unicode="&#x1e4d;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM352 614c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93
+c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM351 889h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E4F" unicode="&#x1e4f;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM352 614c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93
+c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM181 792c-13 12 -19 28 -19 47s6 34 19 47s28 19 47 19s35 -6 48 -19
+s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -29 -19 -48 -19s-34 6 -47 19zM377 792c-13 12 -19 28 -19 47s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -28 -19 -47 -19s-34 6 -47 19z" />
+    <glyph glyph-name="uni022D" unicode="&#x22d;" horiz-adv-x="655"
+d="M176 28c-46 23 -81 56 -106 98s-38 90 -38 143s13 101 38 143s60 75 106 98c44 24 95 36 152 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-108 12 -152 36zM426 160c26 28 39 64 39 109
+s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40zM352 614c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93
+c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM141 867h370v-83h-370v83z" />
+    <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="1064"
+d="M1029 225h-408c7 -34 25 -61 52 -79c27 -20 62 -29 103 -29c27 0 51 4 72 13c22 9 43 22 62 39l84 -90c-25 -29 -57 -50 -95 -65s-81 -22 -128 -22c-49 0 -93 8 -133 24c-38 17 -71 40 -96 69c-25 -29 -56 -52 -93 -69c-37 -16 -78 -24 -123 -24c-56 0 -106 12 -151 36
+c-45 23 -80 56 -105 98s-38 90 -38 143s13 101 38 143s60 75 105 98c45 24 95 36 151 36c45 0 86 -8 124 -24c36 -16 67 -39 91 -68c24 29 54 52 91 68c36 16 76 24 120 24c53 0 100 -11 142 -34c43 -23 76 -55 101 -97s37 -91 37 -147c0 -15 -1 -30 -3 -43zM663 398
+c-24 -20 -39 -47 -44 -82h264c-5 34 -20 61 -43 82c-23 20 -53 30 -88 30s-65 -10 -89 -30zM426 160c26 28 39 64 39 109s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40z" />
+    <glyph glyph-name="p" unicode="p" horiz-adv-x="690"
+d="M526 512c42 -24 74 -56 97 -98c23 -41 35 -90 35 -145s-12 -104 -35 -145c-23 -42 -55 -74 -97 -98c-40 -22 -86 -34 -136 -34c-69 0 -123 22 -162 65v-251h-156v732h149v-62c39 47 95 70 169 70c50 0 96 -12 136 -34zM462 160c25 28 38 64 38 109s-13 81 -38 109
+c-26 26 -59 40 -99 40s-73 -14 -99 -40c-25 -28 -38 -64 -38 -109s13 -81 38 -109c26 -26 59 -40 99 -40s73 14 99 40z" />
+    <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="690"
+d="M526 512c42 -24 74 -56 97 -98c23 -41 35 -90 35 -145s-12 -104 -35 -145c-23 -42 -55 -74 -97 -98c-40 -22 -86 -34 -136 -34c-69 0 -123 22 -162 65v-251h-156v936h156v-258c39 41 93 62 162 62c50 0 96 -12 136 -34zM462 160c25 28 38 64 38 109s-13 81 -38 109
+c-26 26 -59 40 -99 40s-73 -14 -99 -40c-25 -28 -38 -64 -38 -109s13 -81 38 -109c26 -26 59 -40 99 -40s73 14 99 40z" />
+    <glyph glyph-name="q" unicode="q" horiz-adv-x="690"
+d="M618 538v-732h-156v251c-39 -43 -92 -65 -161 -65c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c73 0 129 -23 168 -70v62h149zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40z" />
+    <glyph glyph-name="r" unicode="r" horiz-adv-x="431"
+d="M296 526c32 13 69 20 110 20v-144c-17 1 -29 2 -35 2c-45 0 -80 -12 -105 -38c-25 -24 -38 -62 -38 -112v-254h-156v538h149v-71c19 26 44 46 75 59z" />
+    <glyph glyph-name="racute" unicode="&#x155;" horiz-adv-x="431"
+d="M296 526c32 13 69 20 110 20v-144c-17 1 -29 2 -35 2c-45 0 -80 -12 -105 -38c-25 -24 -38 -62 -38 -112v-254h-156v538h149v-71c19 26 44 46 75 59zM283 751h168l-181 -144h-122z" />
+    <glyph glyph-name="rcaron" unicode="&#x159;" horiz-adv-x="431"
+d="M296 526c32 13 69 20 110 20v-144c-17 1 -29 2 -35 2c-45 0 -80 -12 -105 -38c-25 -24 -38 -62 -38 -112v-254h-156v538h149v-71c19 26 44 46 75 59zM440 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="rcommaaccent" unicode="&#x157;" horiz-adv-x="431"
+d="M296 526c32 13 69 20 110 20v-144c-17 1 -29 2 -35 2c-45 0 -80 -12 -105 -38c-25 -24 -38 -62 -38 -112v-254h-156v538h149v-71c19 26 44 46 75 59zM200 -90c13 -10 19 -25 19 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33
+c0 18 6 33 19 43c12 12 29 17 50 17s38 -5 50 -17z" />
+    <glyph glyph-name="uni0211" unicode="&#x211;" horiz-adv-x="431"
+d="M296 526c32 13 69 20 110 20v-144c-17 1 -29 2 -35 2c-45 0 -80 -12 -105 -38c-25 -24 -38 -62 -38 -112v-254h-156v538h149v-71c19 26 44 46 75 59zM-23 751h146l72 -144h-114zM179 751h146l72 -144h-114z" />
+    <glyph glyph-name="uni1E5B" unicode="&#x1e5b;" horiz-adv-x="431"
+d="M296 526c32 13 69 20 110 20v-144c-17 1 -29 2 -35 2c-45 0 -80 -12 -105 -38c-25 -24 -38 -62 -38 -112v-254h-156v538h149v-71c19 26 44 46 75 59zM100 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49
+c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="uni0213" unicode="&#x213;" horiz-adv-x="431"
+d="M296 526c32 13 69 20 110 20v-144c-17 1 -29 2 -35 2c-45 0 -80 -12 -105 -38c-25 -24 -38 -62 -38 -112v-254h-156v538h149v-71c19 26 44 46 75 59zM109 718c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -25 51c-17 14 -37 20 -61 20
+s-44 -6 -61 -20c-16 -12 -24 -30 -25 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="uni1E5F" unicode="&#x1e5f;" horiz-adv-x="431"
+d="M296 526c32 13 69 20 110 20v-144c-17 1 -29 2 -35 2c-45 0 -80 -12 -105 -38c-25 -24 -38 -62 -38 -112v-254h-156v538h149v-71c19 26 44 46 75 59zM-35 -95h370v-87h-370v87z" />
+    <glyph glyph-name="s" unicode="s" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16z" />
+    <glyph glyph-name="sacute" unicode="&#x15b;" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16zM305 751h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1E65" unicode="&#x1e65;" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16zM286 728h159l-157 -121h-113zM212 791c-14 13 -20 29 -20 49s6 36 20 50c12 12 29 19 49 19s37 -7 49 -19c14 -14 20 -30 20 -50s-6 -36 -20 -49c-12 -13 -29 -19 -49 -19s-37 6 -49 19z" />
+    <glyph glyph-name="uniA78C" unicode="&#xa78c;" horiz-adv-x="292"
+d="M69 680h154l-20 -383h-135z" />
+    <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16zM462 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni1E67" unicode="&#x1e67;" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16zM462 721l-133 -114h-136l-133 114h115l86 -57l86 57h115zM212 768c-14 13 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -36 -20 -49c-12 -13 -29 -19 -49 -19s-37 6 -49 19z" />
+    <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16zM177 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26
+c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="scircumflex" unicode="&#x15d;" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16zM348 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="scommaaccent" unicode="&#x219;" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16zM312 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni1E61" unicode="&#x1e61;" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16zM200 636c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E63" unicode="&#x1e63;" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16zM212 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1E69" unicode="&#x1e69;" horiz-adv-x="531"
+d="M122 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16zM212 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM200 636c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24
+s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="693"
+d="M625 323c24 -31 36 -70 36 -116c0 -67 -23 -119 -69 -157c-46 -39 -107 -58 -183 -58c-21 0 -42 2 -63 4c-22 4 -40 7 -55 12l18 124c25 -8 53 -12 84 -12c34 0 61 8 81 24c19 15 29 38 29 67s-11 52 -32 67c-21 16 -51 24 -89 24h-54v123c37 1 67 11 89 29
+c22 20 33 45 33 76c0 28 -9 50 -28 68c-19 16 -44 25 -77 25c-37 0 -65 -11 -86 -31c-21 -22 -31 -51 -31 -90v-502h-156v483c0 57 12 106 36 146s56 70 98 91c40 20 87 30 139 30s97 -9 136 -28c39 -18 68 -43 89 -74c20 -32 30 -68 30 -107c0 -31 -7 -59 -20 -84
+c-14 -25 -33 -47 -56 -65c43 -15 77 -38 101 -69z" />
+    <glyph glyph-name="longs" unicode="&#x17f;" horiz-adv-x="333"
+d="M376 742c22 -4 39 -12 53 -21l-41 -113c-18 13 -39 19 -63 19c-45 0 -67 -26 -67 -78v-549h-156v406h-83v120h83v24c0 61 18 110 55 146s88 54 153 54c23 0 46 -2 66 -8z" />
+    <glyph glyph-name="t" unicode="t" horiz-adv-x="435"
+d="M419 26c-15 -11 -34 -20 -57 -26c-22 -5 -45 -8 -70 -8c-64 0 -114 16 -148 49c-36 33 -53 81 -53 144v221h-83v120h83v131h156v-131h134v-120h-134v-219c0 -23 6 -40 17 -53c12 -12 29 -18 50 -18c25 0 46 7 63 20z" />
+    <glyph glyph-name="tbar" unicode="&#x167;" horiz-adv-x="445"
+d="M424 26c-15 -11 -34 -20 -56 -26c-23 -5 -46 -8 -71 -8c-64 0 -113 16 -149 49c-34 33 -52 81 -52 144v221h-83v120h83v131h156v-131h134v-120h-134v-219c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c25 0 46 7 63 20zM25 320h349v-90h-349v90z" />
+    <glyph glyph-name="tcaron" unicode="&#x165;" horiz-adv-x="435"
+d="M419 26c-15 -11 -34 -20 -57 -26c-22 -5 -45 -8 -70 -8c-64 0 -114 16 -148 49c-36 33 -53 81 -53 144v221h-83v120h83v131h156v-131h134v-120h-134v-219c0 -23 6 -40 17 -53c12 -12 29 -18 50 -18c25 0 46 7 63 20zM315 768h111l-16 -186h-95v186z" />
+    <glyph glyph-name="uni0163" unicode="&#x163;" horiz-adv-x="435"
+d="M419 26c-15 -11 -34 -20 -57 -26c-22 -5 -45 -8 -70 -8c-64 0 -114 16 -148 49c-36 33 -53 81 -53 144v221h-83v120h83v131h156v-131h134v-120h-134v-219c0 -23 6 -40 17 -53c12 -12 29 -18 50 -18c25 0 46 7 63 20zM179 -226c-17 3 -31 8 -42 15l24 67
+c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni021B" unicode="&#x21b;" horiz-adv-x="435"
+d="M419 26c-15 -11 -34 -20 -57 -26c-22 -5 -45 -8 -70 -8c-64 0 -114 16 -148 49c-36 33 -53 81 -53 144v221h-83v120h83v131h156v-131h134v-120h-134v-219c0 -23 6 -40 17 -53c12 -12 29 -18 50 -18c25 0 46 7 63 20zM314 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65
+l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni1E97" unicode="&#x1e97;" horiz-adv-x="435"
+d="M419 26c-15 -11 -34 -20 -57 -26c-22 -5 -45 -8 -70 -8c-64 0 -114 16 -148 49c-36 33 -53 81 -53 144v221h-83v120h83v131h156v-131h134v-120h-134v-219c0 -23 6 -40 17 -53c12 -12 29 -18 50 -18c25 0 46 7 63 20zM18 750c-13 14 -20 30 -20 50s7 36 20 50
+c13 12 30 19 50 19s36 -7 50 -19c12 -14 19 -30 19 -50s-7 -36 -19 -50c-14 -12 -30 -19 -50 -19s-37 7 -50 19zM220 750c-12 14 -19 30 -19 50s7 36 19 50c14 12 30 19 50 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-36 7 -50 19z" />
+    <glyph glyph-name="uni1E6D" unicode="&#x1e6d;" horiz-adv-x="435"
+d="M419 26c-15 -11 -34 -20 -57 -26c-22 -5 -45 -8 -70 -8c-64 0 -114 16 -148 49c-36 33 -53 81 -53 144v221h-83v120h83v131h156v-131h134v-120h-134v-219c0 -23 6 -40 17 -53c12 -12 29 -18 50 -18c25 0 46 7 63 20zM214 -192c-14 13 -20 29 -20 49s6 37 20 50
+c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1E6F" unicode="&#x1e6f;" horiz-adv-x="435"
+d="M419 26c-15 -11 -34 -20 -57 -26c-22 -5 -45 -8 -70 -8c-64 0 -114 16 -148 49c-36 33 -53 81 -53 144v221h-83v120h83v131h156v-131h134v-120h-134v-219c0 -23 6 -40 17 -53c12 -12 29 -18 50 -18c25 0 46 7 63 20zM78 -95h370v-87h-370v87z" />
+    <glyph glyph-name="u" unicode="u" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156z" />
+    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM385 751h168l-181 -144h-122z" />
+    <glyph glyph-name="ubreve" unicode="&#x16d;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM211 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51
+c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni01D4" unicode="&#x1d4;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM542 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM428 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni0215" unicode="&#x215;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM79 751h146l72 -144h-114zM281 751h146l72 -144h-114z" />
+    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM190 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20
+s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM392 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni1EE5" unicode="&#x1ee5;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM292 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20
+c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM129 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EE7" unicode="&#x1ee7;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM322 649c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 30
+c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30c22 -19 33 -45 33 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uhorn" unicode="&#x1b0;" horiz-adv-x="701"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM514 538h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104z" />
+    <glyph glyph-name="uni1EE9" unicode="&#x1ee9;" horiz-adv-x="701"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM514 538h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104zM385 751h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1EF1" unicode="&#x1ef1;" horiz-adv-x="701"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM514 538h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104zM292 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1EEB" unicode="&#x1eeb;" horiz-adv-x="701"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM514 538h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104zM129 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EED" unicode="&#x1eed;" horiz-adv-x="701"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM514 538h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104zM322 649c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30c22 -19 33 -45 33 -77
+c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni1EEF" unicode="&#x1eef;" horiz-adv-x="701"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM514 538h27c18 0 33 6 43 18c12 11 17 26 17 45c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -45 -118c-29 -29 -70 -43 -123 -43h-23v104zM368 614c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39c17 0 33 -3 46 -11
+c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="uhungarumlaut" unicode="&#x171;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM255 751h146l-104 -144h-114zM457 751h146l-104 -144h-114z" />
+    <glyph glyph-name="uni0217" unicode="&#x217;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM211 718c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98
+c-1 21 -9 39 -25 51c-17 14 -37 20 -61 20s-44 -6 -61 -20c-16 -12 -24 -30 -25 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="umacron" unicode="&#x16b;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM156 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E7B" unicode="&#x1e7b;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM156 706h370v-83h-370v83zM196 792c-13 12 -19 28 -19 47
+s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -29 -19 -48 -19s-34 6 -47 19zM392 792c-13 12 -19 28 -19 47s7 34 19 47c14 13 29 19 47 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -28 -19 -47 -19s-34 6 -47 19z" />
+    <glyph glyph-name="uogonek" unicode="&#x173;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM435 -202c-25 21 -37 48 -37 82c0 33 13 63 38 91
+c26 28 65 51 116 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 15 -33c11 -9 25 -13 42 -13c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="uring" unicode="&#x16f;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM252 627c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35
+s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35zM384 670c11 11 17 26 17 43s-6 32 -17 43c-12 12 -27 18 -44 18s-31 -6 -42 -18c-12 -11 -18 -26 -18 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 44 18z" />
+    <glyph glyph-name="utilde" unicode="&#x169;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM368 614c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18
+c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39c17 0 33 -3 46 -11c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104
+c-22 -26 -49 -39 -84 -39c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="uni1E79" unicode="&#x1e79;" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM367 614c-14 5 -29 13 -46 24c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6
+c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 93c21 21 49 32 85 32c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM366 889
+h159l-157 -121h-113z" />
+    <glyph glyph-name="v" unicode="v" horiz-adv-x="598"
+d="M606 538l-227 -538h-161l-226 538h161l149 -366l154 366h150z" />
+    <glyph glyph-name="w" unicode="w" horiz-adv-x="937"
+d="M936 538l-195 -538h-150l-121 334l-125 -334h-150l-194 538h147l127 -364l132 364h132l128 -364l131 364h138z" />
+    <glyph glyph-name="wacute" unicode="&#x1e83;" horiz-adv-x="937"
+d="M936 538l-195 -538h-150l-121 334l-125 -334h-150l-194 538h147l127 -364l132 364h132l128 -364l131 364h138zM511 750h168l-181 -144h-122z" />
+    <glyph glyph-name="wcircumflex" unicode="&#x175;" horiz-adv-x="937"
+d="M936 538l-195 -538h-150l-121 334l-125 -334h-150l-194 538h147l127 -364l132 364h132l128 -364l131 364h138zM554 606l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="wdieresis" unicode="&#x1e85;" horiz-adv-x="937"
+d="M936 538l-195 -538h-150l-121 334l-125 -334h-150l-194 538h147l127 -364l132 364h132l128 -364l131 364h138zM316 630c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s36 -7 50 -19c12 -14 19 -30 19 -50s-7 -36 -19 -50c-14 -12 -30 -19 -50 -19s-37 7 -50 19z
+M518 630c-12 14 -19 30 -19 50s7 36 19 50c14 12 30 19 50 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-36 7 -50 19z" />
+    <glyph glyph-name="wgrave" unicode="&#x1e81;" horiz-adv-x="937"
+d="M936 538l-195 -538h-150l-121 334l-125 -334h-150l-194 538h147l127 -364l132 364h132l128 -364l131 364h138zM255 750h168l135 -144h-122z" />
+    <glyph glyph-name="x" unicode="x" horiz-adv-x="595"
+d="M414 0l-118 165l-122 -165h-170l207 271l-200 267h175l114 -157l117 157h166l-200 -263l208 -275h-177z" />
+    <glyph glyph-name="y" unicode="y" horiz-adv-x="598"
+d="M606 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150z" />
+    <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="598"
+d="M606 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM332 751h168l-181 -144h-122z
+" />
+    <glyph glyph-name="ycircumflex" unicode="&#x177;" horiz-adv-x="598"
+d="M606 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM375 607l-87 76l-87 -76h-114
+l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="598"
+d="M606 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM137 632c-13 12 -20 29 -20 49
+s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM340 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20
+s-37 6 -49 20z" />
+    <glyph glyph-name="uni1E8F" unicode="&#x1e8f;" horiz-adv-x="598"
+d="M606 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM228 636c-16 16 -24 36 -24 61
+c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1EF5" unicode="&#x1ef5;" horiz-adv-x="598"
+d="M606 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM414 -192c-12 13 -19 29 -19 49
+s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="ygrave" unicode="&#x1ef3;" horiz-adv-x="598"
+d="M606 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM76 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EF7" unicode="&#x1ef7;" horiz-adv-x="598"
+d="M606 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM269 649c19 9 32 18 39 28
+c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0233" unicode="&#x233;" horiz-adv-x="598"
+d="M606 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM103 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni1EF9" unicode="&#x1ef9;" horiz-adv-x="598"
+d="M606 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM316 614c-14 8 -29 17 -46 29
+c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15c10 9 14 22 15 39h79
+c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="z" unicode="z" horiz-adv-x="543"
+d="M515 120v-120h-480v94l274 324h-267v120h464v-94l-274 -324h283z" />
+    <glyph glyph-name="zacute" unicode="&#x17a;" horiz-adv-x="543"
+d="M515 120v-120h-480v94l274 324h-267v120h464v-94l-274 -324h283zM319 751h168l-181 -144h-122z" />
+    <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="543"
+d="M515 120v-120h-480v94l274 324h-267v120h464v-94l-274 -324h283zM476 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="zdotaccent" unicode="&#x17c;" horiz-adv-x="543"
+d="M515 120v-120h-480v94l274 324h-267v120h464v-94l-274 -324h283zM214 636c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E93" unicode="&#x1e93;" horiz-adv-x="543"
+d="M515 120v-120h-480v94l274 324h-267v120h464v-94l-274 -324h283zM228 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="iacute_j.loclNLD" horiz-adv-x="606"
+d="M200 751h156l-181 -144h-110zM506 751h156l-182 -144h-109zM72 538h155v-538h-155v538zM264 -194c-22 4 -41 12 -56 22l40 113c18 -13 39 -19 64 -19c21 0 37 6 48 20c12 12 18 32 18 58v538h156v-540c0 -61 -18 -110 -53 -146s-84 -54 -146 -54c-25 0 -49 2 -71 8z" />
+    <glyph glyph-name="a.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40z" />
+    <glyph glyph-name="aacute.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM393 751h168l-181 -144h-122z" />
+    <glyph glyph-name="abreve.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM219 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41
+s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EAF.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM220 632c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33
+s-95 11 -129 33zM374 872h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EB7.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM300 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM219 640
+c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EB1.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM220 632c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33
+s-95 11 -129 33zM166 872h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EB3.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM220 632c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33
+s-95 11 -129 33zM336 760c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -21c17 -15 25 -34 25 -58c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1EB5.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM220 632c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33
+s-95 11 -129 33zM375 758c-14 5 -29 13 -46 24c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 93c21 21 49 32 85 32c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 12
+c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni01CE.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM550 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="acircumflex.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM436 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA5.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM435 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM580 824h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EAD.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM300 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM436 607
+l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA7.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM435 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM372 824h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EA9.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM435 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM489 721c25 12 37 26 37 42c0 9 -3 16 -10 21c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48
+c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni1EAB.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM435 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM375 764c-14 6 -29 14 -46 25c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12
+s-12 -19 -13 -34h-80c1 40 11 71 31 92c21 22 49 33 85 33c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni0201.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM87 751h146l72 -144h-114zM289 751h146l72 -144h-114z" />
+    <glyph glyph-name="adieresis.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM198 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM400 632
+c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni1EA1.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM300 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="agrave.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM137 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EA3.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM330 649c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30
+c22 -19 33 -45 33 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0203.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM219 718c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -25 51c-17 14 -37 20 -61 20s-44 -6 -61 -20c-16 -12 -24 -30 -25 -51h-98
+c2 47 20 84 54 111z" />
+    <glyph glyph-name="amacron.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM164 723h370v-88h-370v88z" />
+    <glyph glyph-name="aogonek.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM439 -202c-25 21 -37 48 -37 82c0 33 13 63 38 91c26 28 65 51 116 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 15 -33
+c11 -9 25 -13 42 -13c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="aring.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM260 627c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35zM392 670
+c11 11 17 26 17 43s-6 32 -17 43c-12 12 -27 18 -44 18s-31 -6 -42 -18c-12 -11 -18 -26 -18 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 44 18z" />
+    <glyph glyph-name="aringacute.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM456 776c11 -19 17 -40 17 -63c0 -34 -12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35c17 0 34 -3 52 -10
+l87 90l77 -60zM392 670c11 11 17 26 17 43s-6 32 -17 43c-12 12 -27 18 -44 18s-31 -6 -42 -18c-12 -11 -18 -26 -18 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 44 18z" />
+    <glyph glyph-name="atilde.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM376 614c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39
+c17 0 33 -3 46 -11c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="ae.ss01" horiz-adv-x="995"
+d="M780 130c20 8 41 21 61 39l84 -90c-52 -58 -125 -87 -220 -87c-47 0 -91 8 -131 23c-41 15 -75 39 -104 71c-41 -63 -110 -94 -207 -94c-70 0 -125 15 -165 46c-41 31 -61 72 -61 123c0 47 19 84 57 113s96 43 174 43h124c0 33 -10 59 -30 77c-21 19 -52 28 -93 28
+c-29 0 -57 -4 -85 -14c-28 -8 -52 -21 -71 -36l-56 109c29 21 64 37 105 48s83 17 126 17c91 0 157 -25 198 -76c25 24 55 43 90 56s71 20 110 20c51 0 97 -11 138 -32c42 -22 76 -54 100 -95c26 -41 38 -90 39 -146l-400 -77c12 -25 31 -45 56 -58c25 -14 55 -21 90 -21
+c26 0 49 4 71 13zM586 389c-25 -26 -38 -60 -38 -102v-1l262 50c-8 28 -23 50 -46 67c-22 17 -49 25 -80 25c-39 0 -72 -13 -98 -39zM362 125c20 19 30 44 30 76v25h-107c-64 0 -96 -21 -96 -62c0 -21 8 -38 23 -50c16 -11 38 -17 67 -17c35 0 63 9 83 28z" />
+    <glyph glyph-name="aeacute.ss01" horiz-adv-x="995"
+d="M780 130c20 8 41 21 61 39l84 -90c-52 -58 -125 -87 -220 -87c-47 0 -91 8 -131 23c-41 15 -75 39 -104 71c-41 -63 -110 -94 -207 -94c-70 0 -125 15 -165 46c-41 31 -61 72 -61 123c0 47 19 84 57 113s96 43 174 43h124c0 33 -10 59 -30 77c-21 19 -52 28 -93 28
+c-29 0 -57 -4 -85 -14c-28 -8 -52 -21 -71 -36l-56 109c29 21 64 37 105 48s83 17 126 17c91 0 157 -25 198 -76c25 24 55 43 90 56s71 20 110 20c51 0 97 -11 138 -32c42 -22 76 -54 100 -95c26 -41 38 -90 39 -146l-400 -77c12 -25 31 -45 56 -58c25 -14 55 -21 90 -21
+c26 0 49 4 71 13zM586 389c-25 -26 -38 -60 -38 -102v-1l262 50c-8 28 -23 50 -46 67c-22 17 -49 25 -80 25c-39 0 -72 -13 -98 -39zM362 125c20 19 30 44 30 76v25h-107c-64 0 -96 -21 -96 -62c0 -21 8 -38 23 -50c16 -11 38 -17 67 -17c35 0 63 9 83 28zM526 751h168
+l-181 -144h-122z" />
+    <glyph glyph-name="uni01C6.ss01" horiz-adv-x="1245"
+d="M620 742v-742h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v261h156zM428 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM1212 120v-120h-480v94l107 126h-73v104h161l79 94h-267v120h464v-94l-102 -121h76v-104h-164l-84 -99h283zM1169 751l-132 -144h-138l-132 144h114l87 -75l87 75
+h114z" />
+    <glyph glyph-name="e.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38z" />
+    <glyph glyph-name="eacute.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM361 751h168l-181 -144h-122z" />
+    <glyph glyph-name="ebreve.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM187 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20
+c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="ecaron.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM518 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni1E1D.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM233 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34
+l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6zM187 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111
+s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="ecircumflex.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM404 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EBF.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM403 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM548 824h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EC7.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM268 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50
+s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM404 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EC1.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM403 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM340 824h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EC3.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM403 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM457 721c25 12 37 26 37 42c0 9 -3 16 -10 21
+c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni1EC5.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM403 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM343 764c-14 6 -29 14 -46 25
+c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 92c21 22 49 33 85 33c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91
+s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni0205.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM55 751h146l72 -144h-114zM257 751h146l72 -144h-114z" />
+    <glyph glyph-name="edieresis.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM166 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49
+s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM368 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="edotaccent.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM256 636c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60
+c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1EB9.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM268 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50
+s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="egrave.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM105 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EBB.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM298 649c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12
+c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30c22 -19 33 -45 33 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0207.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM187 718c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -25 51
+c-17 14 -37 20 -61 20s-44 -6 -61 -20c-16 -12 -24 -30 -25 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="emacron.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM132 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E17.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM132 706h370v-83h-370v83zM342 889h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E15.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM132 706h370v-83h-370v83zM134 889h159l110 -121h-112z" />
+    <glyph glyph-name="eogonek.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-13 -14 -27 -26 -41 -36c-41 -31 -70 -58 -86 -81c-17 -22 -25 -44 -25 -65c0 -16 5 -28 15 -37c11 -9 25 -13 43 -13c21 0 41 5 59 15l23 -71c-13 -7 -28 -12 -47 -17c-18 -4 -36 -6 -54 -6c-43 0 -76 10 -101 32
+c-25 20 -37 49 -37 84c0 19 4 38 12 56c9 20 21 37 36 52h-19c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38z" />
+    <glyph glyph-name="uni1EBD.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM344 614c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -15
+c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39c17 0 33 -3 46 -11c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="uni0259.ss01" horiz-adv-x="631"
+d="M214 408c-22 -8 -42 -21 -61 -39l-83 90c51 58 125 87 222 87c61 0 114 -12 161 -36c47 -23 83 -56 108 -98s38 -90 38 -143s-13 -100 -37 -143c-26 -42 -60 -75 -104 -98c-43 -24 -92 -36 -147 -36c-51 0 -98 11 -140 32c-42 22 -75 54 -101 94c-24 42 -37 90 -37 146
+l398 77c-11 27 -29 47 -53 60c-25 13 -55 20 -90 20c-28 0 -53 -4 -74 -13zM407 148c25 25 38 60 39 105l-262 -51c7 -28 22 -50 45 -67s50 -25 82 -25c39 0 71 13 96 38z" />
+    <glyph glyph-name="f.ss01" horiz-adv-x="368"
+d="M224 526h138v-120h-134v-406h-156v550c0 61 18 110 54 146c37 36 88 54 154 54c23 0 46 -2 66 -8c22 -4 39 -12 53 -21l-41 -113c-18 13 -39 19 -63 19c-47 0 -71 -26 -71 -78v-23z" />
+    <glyph glyph-name="l.ss01" horiz-adv-x="351"
+d="M123 40c-34 33 -51 79 -51 138v564h156v-555c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c8 0 16 1 25 3c8 2 14 4 19 7l7 -121c-26 -9 -53 -13 -81 -13c-61 0 -108 16 -142 48z" />
+    <glyph glyph-name="lacute.ss01" horiz-adv-x="351"
+d="M123 40c-34 33 -51 79 -51 138v564h156v-555c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c8 0 16 1 25 3c8 2 14 4 19 7l7 -121c-26 -9 -53 -13 -81 -13c-61 0 -108 16 -142 48zM194 955h168l-181 -144h-122z" />
+    <glyph glyph-name="lcaron.ss01" horiz-adv-x="351"
+d="M123 40c-34 33 -51 79 -51 138v564h156v-555c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c8 0 16 1 25 3c8 2 14 4 19 7l7 -121c-26 -9 -53 -13 -81 -13c-61 0 -108 16 -142 48zM307 783h117l-20 -201h-97v201z" />
+    <glyph glyph-name="lcommaaccent.ss01" horiz-adv-x="351"
+d="M123 40c-34 33 -51 79 -51 138v564h156v-555c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c8 0 16 1 25 3c8 2 14 4 19 7l7 -121c-26 -9 -53 -13 -81 -13c-61 0 -108 16 -142 48zM268 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20
+c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="ldot.ss01" horiz-adv-x="430"
+d="M123 40c-34 33 -51 79 -51 138v564h156v-555c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c8 0 16 1 25 3c8 2 14 4 19 7l7 -121c-26 -9 -53 -13 -81 -13c-61 0 -108 16 -142 48zM304 306c-15 16 -22 34 -22 57s7 41 22 56s33 22 56 22s42 -7 56 -22c16 -15 23 -33 23 -56
+s-7 -41 -23 -57c-14 -14 -33 -22 -56 -22s-41 8 -56 22z" />
+    <glyph glyph-name="uni1E37.ss01" horiz-adv-x="351"
+d="M123 40c-34 33 -51 79 -51 138v564h156v-555c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c8 0 16 1 25 3c8 2 14 4 19 7l7 -121c-26 -9 -53 -13 -81 -13c-61 0 -108 16 -142 48zM168 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20
+s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni01C9.ss01" horiz-adv-x="634"
+d="M123 40c-34 33 -51 79 -51 138v564h156v-555c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c8 0 16 1 25 3c8 2 14 4 19 7l7 -121c-26 -9 -53 -13 -81 -13c-61 0 -108 16 -142 48zM242 -172l42 113c18 -13 40 -19 66 -19c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537
+c0 -63 -18 -112 -54 -149c-35 -36 -85 -54 -149 -54c-55 0 -96 10 -125 30zM422 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="uni1E3B.ss01" horiz-adv-x="351"
+d="M123 40c-34 33 -51 79 -51 138v564h156v-555c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c8 0 16 1 25 3c8 2 14 4 19 7l7 -121c-26 -9 -53 -13 -81 -13c-61 0 -108 16 -142 48zM32 -95h370v-87h-370v87z" />
+    <glyph glyph-name="lslash.ss01" horiz-adv-x="351"
+d="M123 40c-34 33 -51 79 -51 138v564h156v-555c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c8 0 16 1 25 3c8 2 14 4 19 7l7 -121c-26 -9 -53 -13 -81 -13c-61 0 -108 16 -142 48zM-41 281l324 244l57 -80l-323 -242z" />
+    <glyph glyph-name="oe.ss01" horiz-adv-x="1077"
+d="M859 130c22 8 43 21 63 39l85 -90c-53 -58 -129 -87 -229 -87c-51 0 -96 8 -136 24c-40 17 -73 40 -100 70c-25 -30 -55 -53 -92 -70c-37 -16 -78 -24 -124 -24c-56 0 -106 12 -151 36c-45 23 -80 56 -105 98s-38 90 -38 143s13 101 38 143s60 75 105 98
+c45 24 95 36 151 36c45 0 86 -8 124 -24c36 -16 67 -39 91 -68c25 29 57 52 94 68s79 24 124 24c53 0 101 -11 144 -32c43 -22 78 -54 103 -95c26 -41 39 -90 39 -146l-410 -77c12 -25 31 -45 57 -58c25 -14 55 -21 90 -21c29 0 55 4 77 13zM658 390
+c-25 -26 -38 -60 -38 -103v-2l270 51c-8 28 -24 50 -47 67s-51 25 -84 25c-41 0 -75 -13 -101 -38zM426 160c26 28 39 64 39 109s-13 81 -39 109c-25 26 -58 40 -98 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 98 40z" />
+    <glyph glyph-name="t.ss01" horiz-adv-x="412"
+d="M396 26c-15 -11 -34 -20 -56 -26c-23 -5 -46 -8 -70 -8c-65 0 -114 16 -149 49s-52 81 -52 144v472h156v-131h133v-120h-133v-219c0 -23 6 -40 17 -53c11 -12 28 -18 49 -18c24 0 45 7 64 20z" />
+    <glyph glyph-name="tbar.ss01" horiz-adv-x="422"
+d="M401 26c-15 -11 -34 -20 -57 -26c-22 -5 -45 -8 -69 -8c-65 0 -114 16 -149 49s-52 81 -52 144v472h156v-131h133v-120h-133v-219c0 -23 6 -40 17 -53c11 -12 28 -18 49 -18c24 0 45 7 64 20zM2 320h349v-90h-349v90z" />
+    <glyph glyph-name="tcaron.ss01" horiz-adv-x="412"
+d="M396 26c-15 -11 -34 -20 -56 -26c-23 -5 -46 -8 -70 -8c-65 0 -114 16 -149 49s-52 81 -52 144v472h156v-131h133v-120h-133v-219c0 -23 6 -40 17 -53c11 -12 28 -18 49 -18c24 0 45 7 64 20zM296 768h111l-16 -186h-95v186z" />
+    <glyph glyph-name="uni0163.ss01" horiz-adv-x="412"
+d="M396 26c-15 -11 -34 -20 -56 -26c-23 -5 -46 -8 -70 -8c-65 0 -114 16 -149 49s-52 81 -52 144v472h156v-131h133v-120h-133v-219c0 -23 6 -40 17 -53c11 -12 28 -18 49 -18c24 0 45 7 64 20zM156 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32
+c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 65 -28c15 -14 22 -33 22 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni021B.ss01" horiz-adv-x="412"
+d="M396 26c-15 -11 -34 -20 -56 -26c-23 -5 -46 -8 -70 -8c-65 0 -114 16 -149 49s-52 81 -52 144v472h156v-131h133v-120h-133v-219c0 -23 6 -40 17 -53c11 -12 28 -18 49 -18c24 0 45 7 64 20zM290 -90c13 -10 19 -25 19 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80
+c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33c0 18 6 33 19 43c12 12 29 17 50 17s38 -5 50 -17z" />
+    <glyph glyph-name="uni1E97.ss01" horiz-adv-x="412"
+d="M396 26c-15 -11 -34 -20 -56 -26c-23 -5 -46 -8 -70 -8c-65 0 -114 16 -149 49s-52 81 -52 144v472h156v-131h133v-120h-133v-219c0 -23 6 -40 17 -53c11 -12 28 -18 49 -18c24 0 45 7 64 20zM-4 750c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s36 -7 50 -19
+c12 -14 19 -30 19 -50s-7 -36 -19 -50c-14 -12 -30 -19 -50 -19s-37 7 -50 19zM198 750c-12 14 -19 30 -19 50s7 36 19 50c14 12 30 19 50 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-36 7 -50 19z" />
+    <glyph glyph-name="uni1E6D.ss01" horiz-adv-x="412"
+d="M396 26c-15 -11 -34 -20 -56 -26c-23 -5 -46 -8 -70 -8c-65 0 -114 16 -149 49s-52 81 -52 144v472h156v-131h133v-120h-133v-219c0 -23 6 -40 17 -53c11 -12 28 -18 49 -18c24 0 45 7 64 20zM190 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20
+c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="uni1E6F.ss01" horiz-adv-x="412"
+d="M396 26c-15 -11 -34 -20 -56 -26c-23 -5 -46 -8 -70 -8c-65 0 -114 16 -149 49s-52 81 -52 144v472h156v-131h133v-120h-133v-219c0 -23 6 -40 17 -53c11 -12 28 -18 49 -18c24 0 45 7 64 20zM55 -95h370v-87h-370v87z" />
+    <glyph glyph-name="w.ss01" horiz-adv-x="991"
+d="M923 538v-297c0 -79 -22 -141 -65 -184s-105 -65 -185 -65c-39 0 -73 6 -103 18c-29 12 -54 31 -74 58c-20 -27 -45 -46 -74 -58s-64 -18 -104 -18c-81 0 -142 22 -185 65s-64 105 -64 184v297h156v-285c0 -45 8 -77 23 -99c15 -20 39 -31 72 -31s58 11 74 32
+s24 54 24 98v285h156v-285c0 -44 8 -77 24 -98s41 -32 74 -32s57 11 72 31c15 22 23 54 23 99v285h156z" />
+    <glyph glyph-name="wacute.ss01" horiz-adv-x="991"
+d="M923 538v-297c0 -79 -22 -141 -65 -184s-105 -65 -185 -65c-39 0 -73 6 -103 18c-29 12 -54 31 -74 58c-20 -27 -45 -46 -74 -58s-64 -18 -104 -18c-81 0 -142 22 -185 65s-64 105 -64 184v297h156v-285c0 -45 8 -77 23 -99c15 -20 39 -31 72 -31s58 11 74 32
+s24 54 24 98v285h156v-285c0 -44 8 -77 24 -98s41 -32 74 -32s57 11 72 31c15 22 23 54 23 99v285h156zM540 751h168l-181 -144h-122z" />
+    <glyph glyph-name="wcircumflex.ss01" horiz-adv-x="991"
+d="M923 538v-297c0 -79 -22 -141 -65 -184s-105 -65 -185 -65c-39 0 -73 6 -103 18c-29 12 -54 31 -74 58c-20 -27 -45 -46 -74 -58s-64 -18 -104 -18c-81 0 -142 22 -185 65s-64 105 -64 184v297h156v-285c0 -45 8 -77 23 -99c15 -20 39 -31 72 -31s58 11 74 32
+s24 54 24 98v285h156v-285c0 -44 8 -77 24 -98s41 -32 74 -32s57 11 72 31c15 22 23 54 23 99v285h156zM583 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="wdieresis.ss01" horiz-adv-x="991"
+d="M923 538v-297c0 -79 -22 -141 -65 -184s-105 -65 -185 -65c-39 0 -73 6 -103 18c-29 12 -54 31 -74 58c-20 -27 -45 -46 -74 -58s-64 -18 -104 -18c-81 0 -142 22 -185 65s-64 105 -64 184v297h156v-285c0 -45 8 -77 23 -99c15 -20 39 -31 72 -31s58 11 74 32
+s24 54 24 98v285h156v-285c0 -44 8 -77 24 -98s41 -32 74 -32s57 11 72 31c15 22 23 54 23 99v285h156zM345 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM548 632
+c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="wgrave.ss01" horiz-adv-x="991"
+d="M923 538v-297c0 -79 -22 -141 -65 -184s-105 -65 -185 -65c-39 0 -73 6 -103 18c-29 12 -54 31 -74 58c-20 -27 -45 -46 -74 -58s-64 -18 -104 -18c-81 0 -142 22 -185 65s-64 105 -64 184v297h156v-285c0 -45 8 -77 23 -99c15 -20 39 -31 72 -31s58 11 74 32
+s24 54 24 98v285h156v-285c0 -44 8 -77 24 -98s41 -32 74 -32s57 11 72 31c15 22 23 54 23 99v285h156zM284 751h168l135 -144h-122z" />
+    <glyph glyph-name="y.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156z" />
+    <glyph glyph-name="yacute.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM385 751h168l-181 -144h-122z" />
+    <glyph glyph-name="ycircumflex.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM428 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="ydieresis.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM190 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20z
+M392 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni1EF5.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM630 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="ygrave.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM129 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EF7.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM322 649c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -30
+c22 -19 33 -45 33 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0233.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM156 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni1EF9.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM368 614c-13 8 -28 17 -45 29c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 13 80 33 107c22 26 49 39 84 39
+c17 0 33 -3 46 -11c14 -6 30 -16 47 -29c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 15c8 9 13 22 14 39h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 4 -48 10z" />
+    <glyph glyph-name="z.ss01" horiz-adv-x="553"
+d="M520 120v-120h-480v94l107 126h-73v104h161l79 94h-267v120h464v-94l-102 -121h76v-104h-164l-84 -99h283z" />
+    <glyph glyph-name="zacute.ss01" horiz-adv-x="553"
+d="M520 120v-120h-480v94l107 126h-73v104h161l79 94h-267v120h464v-94l-102 -121h76v-104h-164l-84 -99h283zM320 751h168l-181 -144h-122z" />
+    <glyph glyph-name="zcaron.ss01" horiz-adv-x="553"
+d="M520 120v-120h-480v94l107 126h-73v104h161l79 94h-267v120h464v-94l-102 -121h76v-104h-164l-84 -99h283zM477 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="zdotaccent.ss01" horiz-adv-x="553"
+d="M520 120v-120h-480v94l107 126h-73v104h161l79 94h-267v120h464v-94l-102 -121h76v-104h-164l-84 -99h283zM216 636c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24
+s-45 8 -60 24z" />
+    <glyph glyph-name="uni1E93.ss01" horiz-adv-x="553"
+d="M520 120v-120h-480v94l107 126h-73v104h161l79 94h-267v120h464v-94l-102 -121h76v-104h-164l-84 -99h283zM226 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="T_h" horiz-adv-x="1243"
+d="M1114 486c40 -40 61 -99 61 -178v-308h-156v284c0 43 -9 74 -29 96c-18 20 -45 31 -80 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v568h-235v-568h-162v568h-224v132h777v-218c21 21 46 36 75 48c29 10 61 16 95 16c67 0 121 -20 163 -60z" />
+    <glyph glyph-name="fi" unicode="&#xfb01;" horiz-adv-x="768"
+d="M243 526h138v-120h-134v-406h-156v406h-83v120h83v24c0 61 18 110 55 146c36 36 87 54 153 54c23 0 45 -2 67 -8c20 -4 38 -12 52 -21l-41 -113c-18 13 -39 19 -63 19c-47 0 -71 -26 -71 -78v-23zM539 538h156v-538h-156v538zM547 638c-18 17 -27 37 -27 62s9 45 27 62
+s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="fl" unicode="&#xfb02;" horiz-adv-x="688"
+d="M243 526h138v-120h-134v-406h-156v406h-83v120h83v24c0 61 18 110 55 146c36 36 87 54 153 54c23 0 45 -2 67 -8c20 -4 38 -12 52 -21l-41 -113c-18 13 -39 19 -63 19c-47 0 -71 -26 -71 -78v-23zM459 742h156v-742h-156v742z" />
+    <glyph glyph-name="fi.ss01" horiz-adv-x="749"
+d="M224 526h138v-120h-134v-406h-156v550c0 61 18 110 54 146c37 36 88 54 154 54c23 0 46 -2 66 -8c22 -4 39 -12 53 -21l-41 -113c-18 13 -39 19 -63 19c-47 0 -71 -26 -71 -78v-23zM520 538h156v-538h-156v538zM528 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25
+s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="fl.ss01" horiz-adv-x="716"
+d="M712 -96c-27 -9 -54 -13 -82 -13c-61 0 -108 16 -142 49c-34 32 -51 78 -51 137v446c0 34 -8 60 -25 77c-16 17 -39 26 -70 26c-30 0 -53 -8 -70 -25c-16 -17 -24 -42 -25 -75h134v-120h-134v-406h-156v406h-83v120h83c3 69 27 124 71 164s104 60 181 60
+c81 0 143 -21 186 -63s64 -100 64 -174v-426c0 -23 6 -41 17 -53c12 -13 29 -19 50 -19c15 0 30 3 45 10z" />
+    <glyph glyph-name="a.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173z" />
+    <glyph glyph-name="aacute.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM371 788h168l-181 -144h-122z" />
+    <glyph glyph-name="abreve.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM197 677c-34 27 -52 64 -54 111h98c1 -21 9 -38 25 -52c17 -12 37 -19 61 -19s44 7 61 19c16 14 24 31 25 52h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EAF.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM198 669c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM352 909
+h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EB7.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM278 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM197 677
+c-34 27 -52 64 -54 111h98c1 -21 9 -38 25 -52c17 -12 37 -19 61 -19s44 7 61 19c16 14 24 31 25 52h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EB1.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM198 669c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM144 909
+h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EB3.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM198 669c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM314 797
+c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1EB5.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM198 669c-33 22 -52 52 -55 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -55 -89c-34 -22 -77 -33 -129 -33s-95 11 -129 33zM353 794
+c-14 6 -29 14 -46 25c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 92c21 22 49 33 85 33c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 13c7 8 12 19 13 32h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni01CE.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM528 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="acircumflex.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM414 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA5.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM413 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM558 861h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EAD.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM278 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM414 644l-87 76l-87 -76
+h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA7.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM413 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM350 861h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EA9.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM413 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM467 758c25 12 37 26 37 42c0 9 -3 16 -10 21c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22
+c28 0 50 -7 67 -21c17 -15 25 -34 25 -58c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni1EAB.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM413 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM353 802c-14 5 -29 13 -46 24c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80
+c1 40 11 71 31 93c21 21 49 32 85 32c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni0201.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM65 788h146l72 -144h-114zM267 788h146l72 -144h-114z" />
+    <glyph glyph-name="adieresis.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM176 668c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s36 -7 50 -19c12 -14 19 -30 19 -50s-7 -36 -19 -50c-14 -12 -30 -19 -50 -19s-37 7 -50 19zM378 668
+c-12 14 -19 30 -19 50s7 36 19 50c14 12 30 19 50 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-36 7 -50 19z" />
+    <glyph glyph-name="uni1EA1.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM278 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="agrave.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM115 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EA3.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM308 686c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -29c22 -20 33 -46 33 -78
+c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0203.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM197 755c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 38 -25 52c-17 12 -37 19 -61 19s-44 -7 -61 -19c-16 -14 -24 -31 -25 -52h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="amacron.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM142 760h370v-88h-370v88z" />
+    <glyph glyph-name="aogonek.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM485 -202c-25 21 -37 48 -37 82c0 33 13 63 38 91c26 28 65 51 116 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 15 -33c11 -9 25 -13 42 -13
+c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="aring.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM238 664c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35zM370 706c11 12 17 27 17 44
+s-6 32 -17 44c-12 11 -27 17 -44 17s-31 -6 -42 -17c-12 -12 -18 -27 -18 -44s6 -32 17 -44c11 -11 26 -17 43 -17s32 6 44 17z" />
+    <glyph glyph-name="aringacute.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM434 813c11 -19 17 -40 17 -63c0 -34 -12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35c17 0 34 -3 52 -10l87 90l77 -60z
+M370 706c11 12 17 27 17 44s-6 32 -17 44c-12 11 -27 17 -44 17s-31 -6 -42 -17c-12 -12 -18 -27 -18 -44s6 -32 17 -44c11 -11 26 -17 43 -17s32 6 44 17z" />
+    <glyph glyph-name="atilde.sc" horiz-adv-x="655"
+d="M461 114h-269l-48 -114h-153l258 575h156l259 -575h-156zM413 228l-86 208l-87 -208h173zM354 652c-13 6 -28 16 -45 28c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 13 80 33 106c22 27 49 40 84 40c17 0 33 -4 46 -10
+c14 -8 30 -17 47 -30c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 14c8 10 13 23 14 40h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 3 -48 11z" />
+    <glyph glyph-name="ae.sc" horiz-adv-x="919"
+d="M881 121v-121h-463v114h-204l-61 -114h-162l320 575h559v-121h-296v-105h261v-115h-261v-113h307zM418 228v225h-21l-121 -225h142z" />
+    <glyph glyph-name="aeacute.sc" horiz-adv-x="919"
+d="M881 121v-121h-463v114h-204l-61 -114h-162l320 575h559v-121h-296v-105h261v-115h-261v-113h307zM418 228v225h-21l-121 -225h142zM540 788h168l-181 -144h-122z" />
+    <glyph glyph-name="b.sc" horiz-adv-x="658"
+d="M600 246c18 -24 27 -53 27 -88c0 -50 -21 -89 -61 -116c-42 -28 -101 -42 -179 -42h-310v575h294c74 0 130 -14 169 -41s58 -64 58 -110c0 -27 -6 -52 -18 -73c-13 -21 -31 -38 -54 -51c32 -12 57 -30 74 -54zM233 464v-121h118c29 0 51 5 66 15c15 11 23 26 23 45
+c0 20 -8 35 -22 45c-16 11 -38 16 -67 16h-118zM468 174c0 42 -31 63 -92 63h-143v-126h143c61 0 92 21 92 63z" />
+    <glyph glyph-name="c.sc" horiz-adv-x="626"
+d="M192 28c-49 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 66 82 115 108c49 25 103 38 164 38c55 0 103 -8 144 -25c40 -17 75 -43 104 -80l-102 -93c-38 46 -85 69 -140 69c-49 0 -89 -16 -120 -47c-32 -31 -48 -72 -48 -123c0 -33 7 -63 22 -89
+c14 -25 34 -45 60 -59c25 -14 54 -21 86 -21c55 0 102 23 140 69l102 -93c-29 -36 -64 -62 -104 -80c-42 -16 -89 -25 -144 -25c-61 0 -115 13 -164 39z" />
+    <glyph glyph-name="cacute.sc" horiz-adv-x="626"
+d="M192 28c-49 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 66 82 115 108c49 25 103 38 164 38c55 0 103 -8 144 -25c40 -17 75 -43 104 -80l-102 -93c-38 46 -85 69 -140 69c-49 0 -89 -16 -120 -47c-32 -31 -48 -72 -48 -123c0 -33 7 -63 22 -89
+c14 -25 34 -45 60 -59c25 -14 54 -21 86 -21c55 0 102 23 140 69l102 -93c-29 -36 -64 -62 -104 -80c-42 -16 -89 -25 -144 -25c-61 0 -115 13 -164 39zM396 789h168l-181 -144h-122z" />
+    <glyph glyph-name="ccaron.sc" horiz-adv-x="626"
+d="M192 28c-49 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 66 82 115 108c49 25 103 38 164 38c55 0 103 -8 144 -25c40 -17 75 -43 104 -80l-102 -93c-38 46 -85 69 -140 69c-49 0 -89 -16 -120 -47c-32 -31 -48 -72 -48 -123c0 -33 7 -63 22 -89
+c14 -25 34 -45 60 -59c25 -14 54 -21 86 -21c55 0 102 23 140 69l102 -93c-29 -36 -64 -62 -104 -80c-42 -16 -89 -25 -144 -25c-61 0 -115 13 -164 39zM553 789l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="ccedilla.sc" horiz-adv-x="626"
+d="M192 28c-49 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 66 82 115 108c49 25 103 38 164 38c55 0 103 -8 144 -25c40 -17 75 -43 104 -80l-102 -93c-38 46 -85 69 -140 69c-49 0 -89 -16 -120 -47c-32 -31 -48 -72 -48 -123c0 -33 7 -63 22 -89
+c14 -25 34 -45 60 -59c25 -14 54 -21 86 -21c55 0 102 23 140 69l102 -93c-29 -36 -64 -62 -104 -80c-42 -16 -89 -25 -144 -25c-61 0 -115 13 -164 39zM251 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83
+l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni1E09.sc" horiz-adv-x="626"
+d="M192 28c-49 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 66 82 115 108c49 25 103 38 164 38c55 0 103 -8 144 -25c40 -17 75 -43 104 -80l-102 -93c-38 46 -85 69 -140 69c-49 0 -89 -16 -120 -47c-32 -31 -48 -72 -48 -123c0 -33 7 -63 22 -89
+c14 -25 34 -45 60 -59c25 -14 54 -21 86 -21c55 0 102 23 140 69l102 -93c-29 -36 -64 -62 -104 -80c-42 -16 -89 -25 -144 -25c-61 0 -115 13 -164 39zM251 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83
+l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6zM396 789h168l-181 -144h-122z" />
+    <glyph glyph-name="ccircumflex.sc" horiz-adv-x="626"
+d="M192 28c-49 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 66 82 115 108c49 25 103 38 164 38c55 0 103 -8 144 -25c40 -17 75 -43 104 -80l-102 -93c-38 46 -85 69 -140 69c-49 0 -89 -16 -120 -47c-32 -31 -48 -72 -48 -123c0 -33 7 -63 22 -89
+c14 -25 34 -45 60 -59c25 -14 54 -21 86 -21c55 0 102 23 140 69l102 -93c-29 -36 -64 -62 -104 -80c-42 -16 -89 -25 -144 -25c-61 0 -115 13 -164 39zM439 645l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="cdotaccent.sc" horiz-adv-x="626"
+d="M192 28c-49 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 66 82 115 108c49 25 103 38 164 38c55 0 103 -8 144 -25c40 -17 75 -43 104 -80l-102 -93c-38 46 -85 69 -140 69c-49 0 -89 -16 -120 -47c-32 -31 -48 -72 -48 -123c0 -33 7 -63 22 -89
+c14 -25 34 -45 60 -59c25 -14 54 -21 86 -21c55 0 102 23 140 69l102 -93c-29 -36 -64 -62 -104 -80c-42 -16 -89 -25 -144 -25c-61 0 -115 13 -164 39zM292 674c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60
+c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="d.sc" horiz-adv-x="710"
+d="M77 575h271c65 0 123 -12 172 -35s88 -57 114 -100c28 -43 41 -94 41 -153c0 -58 -13 -109 -41 -152c-26 -43 -65 -77 -114 -100s-107 -35 -172 -35h-271v575zM343 124c53 0 95 14 126 42c31 29 46 69 46 121s-15 92 -46 121s-73 43 -126 43h-108v-327h108z" />
+    <glyph glyph-name="eth.sc" horiz-adv-x="730"
+d="M97 575h271c65 0 123 -12 172 -35s88 -57 114 -100c28 -43 41 -94 41 -153c0 -58 -13 -109 -41 -152c-26 -43 -65 -77 -114 -100s-107 -35 -172 -35h-271v575zM363 124c53 0 95 14 126 42c31 29 46 69 46 121s-15 92 -46 121s-73 43 -126 43h-108v-327h108zM19 340h373
+v-99h-373v99z" />
+    <glyph glyph-name="dcaron.sc" horiz-adv-x="710"
+d="M77 575h271c65 0 123 -12 172 -35s88 -57 114 -100c28 -43 41 -94 41 -153c0 -58 -13 -109 -41 -152c-26 -43 -65 -77 -114 -100s-107 -35 -172 -35h-271v575zM343 124c53 0 95 14 126 42c31 29 46 69 46 121s-15 92 -46 121s-73 43 -126 43h-108v-327h108zM521 788
+l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="dcroat.sc" horiz-adv-x="730"
+d="M97 575h271c65 0 123 -12 172 -35s88 -57 114 -100c28 -43 41 -94 41 -153c0 -58 -13 -109 -41 -152c-26 -43 -65 -77 -114 -100s-107 -35 -172 -35h-271v575zM363 124c53 0 95 14 126 42c31 29 46 69 46 121s-15 92 -46 121s-73 43 -126 43h-108v-327h108zM19 340h373
+v-99h-373v99z" />
+    <glyph glyph-name="uni1E0D.sc" horiz-adv-x="710"
+d="M77 575h271c65 0 123 -12 172 -35s88 -57 114 -100c28 -43 41 -94 41 -153c0 -58 -13 -109 -41 -152c-26 -43 -65 -77 -114 -100s-107 -35 -172 -35h-271v575zM343 124c53 0 95 14 126 42c31 29 46 69 46 121s-15 92 -46 121s-73 43 -126 43h-108v-327h108zM272 -192
+c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="uni1E0F.sc" horiz-adv-x="710"
+d="M77 575h271c65 0 123 -12 172 -35s88 -57 114 -100c28 -43 41 -94 41 -153c0 -58 -13 -109 -41 -152c-26 -43 -65 -77 -114 -100s-107 -35 -172 -35h-271v575zM343 124c53 0 95 14 126 42c31 29 46 69 46 121s-15 92 -46 121s-73 43 -126 43h-108v-327h108zM137 -95h370
+v-87h-370v87z" />
+    <glyph glyph-name="uni01C6.sc" horiz-adv-x="1254"
+d="M77 575h271c65 0 123 -12 172 -35s88 -57 114 -100c28 -43 41 -94 41 -153c0 -58 -13 -109 -41 -152c-26 -43 -65 -77 -114 -100s-107 -35 -172 -35h-271v575zM343 124c53 0 95 14 126 42c31 29 46 69 46 121s-15 92 -46 121s-73 43 -126 43h-108v-327h108zM1237 123
+v-123h-519v99l302 353h-295v123h500v-99l-303 -353h315zM1178 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="e.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307z" />
+    <glyph glyph-name="eacute.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM347 788h168l-181 -144h-122z" />
+    <glyph glyph-name="ebreve.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM173 677c-34 27 -52 64 -54 111h98c1 -21 9 -38 25 -52c17 -12 37 -19 61 -19s44 7 61 19c16 14 24 31 25 52h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="ecaron.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM504 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni1E1D.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM223 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73
+c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6zM173 677c-34 27 -52 64 -54 111h98c1 -21 9 -38 25 -52c17 -12 37 -19 61 -19s44 7 61 19c16 14 24 31 25 52h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="ecircumflex.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM390 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EBF.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM389 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM534 861h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EC7.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM258 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM390 644l-87 76l-87 -76h-114l132 144h138
+l132 -144h-114z" />
+    <glyph glyph-name="uni1EC1.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM389 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM326 861h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EC3.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM389 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM443 758c25 12 37 26 37 42c0 9 -3 16 -10 21c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -21
+c17 -15 25 -34 25 -58c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni1EC5.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM389 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM329 802c-14 5 -29 13 -46 24c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 93
+c21 21 49 32 85 32c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni0205.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM41 788h146l72 -144h-114zM243 788h146l72 -144h-114z" />
+    <glyph glyph-name="edieresis.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM152 668c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s36 -7 50 -19c12 -14 19 -30 19 -50s-7 -36 -19 -50c-14 -12 -30 -19 -50 -19s-37 7 -50 19zM354 668c-12 14 -19 30 -19 50s7 36 19 50
+c14 12 30 19 50 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-36 7 -50 19z" />
+    <glyph glyph-name="edotaccent.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM242 673c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1EB9.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM258 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="egrave.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM91 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EBB.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM284 686c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -29c22 -20 33 -46 33 -78
+c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0207.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM173 755c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 38 -25 52c-17 12 -37 19 -61 19s-44 -7 -61 -19c-16 -14 -24 -31 -25 -52h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="emacron.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM118 760h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E17.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM118 743h370v-83h-370v83zM328 926h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E15.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM118 743h370v-83h-370v83zM120 926h159l110 -121h-112z" />
+    <glyph glyph-name="eogonek.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM361 -202c-25 21 -37 48 -37 82c0 33 13 63 38 91c26 28 65 51 116 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 15 -33c11 -9 25 -13 42 -13c23 0 43 5 61 15l22 -71
+c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="uni1EBD.sc" horiz-adv-x="578"
+d="M540 121v-121h-463v575h452v-121h-296v-105h262v-115h-262v-113h307zM330 652c-13 6 -28 16 -45 28c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 13 80 33 106c22 27 49 40 84 40c17 0 33 -4 46 -10
+c14 -8 30 -17 47 -30c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 14c8 10 13 23 14 40h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 3 -48 11z" />
+    <glyph glyph-name="uni0259.sc" horiz-adv-x="676"
+d="M490 548c46 -26 84 -62 110 -107c28 -45 41 -97 41 -154s-13 -109 -39 -154s-62 -81 -108 -106s-98 -38 -156 -38c-59 0 -111 13 -157 39c-46 25 -82 61 -107 108c-26 46 -39 99 -39 158v34h447c-7 39 -25 70 -54 94c-28 23 -63 35 -104 35c-26 0 -51 -4 -74 -13
+c-24 -9 -46 -21 -65 -37l-84 103c27 23 60 42 101 56c41 13 84 20 129 20c59 0 111 -13 159 -38zM434 136c25 22 40 51 47 89h-287c7 -38 24 -67 50 -89c25 -20 57 -31 96 -31s70 11 94 31z" />
+    <glyph glyph-name="uni0292.sc" horiz-adv-x="575"
+d="M492 286c29 -28 44 -64 44 -107c0 -35 -10 -66 -29 -95s-49 -52 -89 -68c-40 -18 -90 -26 -149 -26c-45 0 -89 5 -133 15c-42 10 -78 24 -107 42l51 114c24 -16 52 -28 85 -37c33 -8 66 -12 100 -12c37 0 67 6 87 18c22 11 32 27 32 48c0 20 -10 36 -29 46
+c-19 12 -49 17 -89 17h-67v95l127 122h-271v117h450v-95l-142 -137c56 -9 99 -27 129 -57z" />
+    <glyph glyph-name="uni01EF.sc" horiz-adv-x="575"
+d="M492 286c29 -28 44 -64 44 -107c0 -35 -10 -66 -29 -95s-49 -52 -89 -68c-40 -18 -90 -26 -149 -26c-45 0 -89 5 -133 15c-42 10 -78 24 -107 42l51 114c24 -16 52 -28 85 -37c33 -8 66 -12 100 -12c37 0 67 6 87 18c22 11 32 27 32 48c0 20 -10 36 -29 46
+c-19 12 -49 17 -89 17h-67v95l127 122h-271v117h450v-95l-142 -137c56 -9 99 -27 129 -57zM481 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="f.sc" horiz-adv-x="554"
+d="M235 454v-134h260v-121h-260v-199h-158v575h452v-121h-294z" />
+    <glyph glyph-name="g.sc" horiz-adv-x="659"
+d="M455 295h144v-233c-31 -23 -68 -41 -111 -54s-85 -19 -126 -19c-63 0 -120 13 -170 39c-49 25 -88 61 -116 106c-27 45 -41 96 -41 153s14 108 42 153c28 46 67 82 117 108c49 25 105 38 167 38c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67
+c-49 0 -90 -16 -121 -47c-32 -31 -48 -72 -48 -123c0 -50 16 -91 48 -122c31 -31 72 -47 123 -47c32 0 62 6 90 18v159z" />
+    <glyph glyph-name="gbreve.sc" horiz-adv-x="659"
+d="M455 295h144v-233c-31 -23 -68 -41 -111 -54s-85 -19 -126 -19c-63 0 -120 13 -170 39c-49 25 -88 61 -116 106c-27 45 -41 96 -41 153s14 108 42 153c28 46 67 82 117 108c49 25 105 38 167 38c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67
+c-49 0 -90 -16 -121 -47c-32 -31 -48 -72 -48 -123c0 -50 16 -91 48 -122c31 -31 72 -47 123 -47c32 0 62 6 90 18v159zM226 678c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111
+s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="gcaron.sc" horiz-adv-x="659"
+d="M455 295h144v-233c-31 -23 -68 -41 -111 -54s-85 -19 -126 -19c-63 0 -120 13 -170 39c-49 25 -88 61 -116 106c-27 45 -41 96 -41 153s14 108 42 153c28 46 67 82 117 108c49 25 105 38 167 38c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67
+c-49 0 -90 -16 -121 -47c-32 -31 -48 -72 -48 -123c0 -50 16 -91 48 -122c31 -31 72 -47 123 -47c32 0 62 6 90 18v159zM557 789l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="gcircumflex.sc" horiz-adv-x="659"
+d="M455 295h144v-233c-31 -23 -68 -41 -111 -54s-85 -19 -126 -19c-63 0 -120 13 -170 39c-49 25 -88 61 -116 106c-27 45 -41 96 -41 153s14 108 42 153c28 46 67 82 117 108c49 25 105 38 167 38c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67
+c-49 0 -90 -16 -121 -47c-32 -31 -48 -72 -48 -123c0 -50 16 -91 48 -122c31 -31 72 -47 123 -47c32 0 62 6 90 18v159zM443 645l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="gcommaaccent.sc" horiz-adv-x="659"
+d="M455 295h144v-233c-31 -23 -68 -41 -111 -54s-85 -19 -126 -19c-63 0 -120 13 -170 39c-49 25 -88 61 -116 106c-27 45 -41 96 -41 153s14 108 42 153c28 46 67 82 117 108c49 25 105 38 167 38c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67
+c-49 0 -90 -16 -121 -47c-32 -31 -48 -72 -48 -123c0 -50 16 -91 48 -122c31 -31 72 -47 123 -47c32 0 62 6 90 18v159zM396 -90c13 -10 19 -25 19 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33c0 18 6 33 19 43c12 12 29 17 50 17
+s38 -5 50 -17z" />
+    <glyph glyph-name="gdotaccent.sc" horiz-adv-x="659"
+d="M455 295h144v-233c-31 -23 -68 -41 -111 -54s-85 -19 -126 -19c-63 0 -120 13 -170 39c-49 25 -88 61 -116 106c-27 45 -41 96 -41 153s14 108 42 153c28 46 67 82 117 108c49 25 105 38 167 38c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67
+c-49 0 -90 -16 -121 -47c-32 -31 -48 -72 -48 -123c0 -50 16 -91 48 -122c31 -31 72 -47 123 -47c32 0 62 6 90 18v159zM296 674c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24
+s-45 8 -60 24z" />
+    <glyph glyph-name="uni1E21.sc" horiz-adv-x="659"
+d="M455 295h144v-233c-31 -23 -68 -41 -111 -54s-85 -19 -126 -19c-63 0 -120 13 -170 39c-49 25 -88 61 -116 106c-27 45 -41 96 -41 153s14 108 42 153c28 46 67 82 117 108c49 25 105 38 167 38c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67
+c-49 0 -90 -16 -121 -47c-32 -31 -48 -72 -48 -123c0 -50 16 -91 48 -122c31 -31 72 -47 123 -47c32 0 62 6 90 18v159zM171 761h370v-88h-370v88z" />
+    <glyph glyph-name="uni01E5.sc" horiz-adv-x="693"
+d="M455 295h144v-233c-31 -23 -68 -41 -111 -54s-85 -19 -126 -19c-63 0 -120 13 -170 39c-49 25 -88 61 -116 106c-27 45 -41 96 -41 153s14 108 42 153c28 46 67 82 117 108c49 25 105 38 167 38c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67
+c-49 0 -90 -16 -121 -47c-32 -31 -48 -72 -48 -123c0 -50 16 -91 48 -122c31 -31 72 -47 123 -47c32 0 62 6 90 18v159zM337 250h338v-81h-338v81z" />
+    <glyph glyph-name="h.sc" horiz-adv-x="704"
+d="M77 575h158v-220h234v220h158v-575h-158v228h-234v-228h-158v575z" />
+    <glyph glyph-name="hbar.sc" horiz-adv-x="744"
+d="M97 575h158v-220h234v220h158v-575h-158v228h-234v-228h-158v575zM20 517h704v-99h-704v99z" />
+    <glyph glyph-name="uni1E2B.sc" horiz-adv-x="704"
+d="M77 575h158v-220h234v220h158v-575h-158v228h-234v-228h-158v575zM223 -178c-34 27 -52 61 -55 104h93c1 -20 9 -36 27 -48c16 -13 38 -19 64 -19s48 6 64 19c18 12 26 28 27 48h93c-3 -43 -21 -77 -55 -104c-34 -26 -77 -39 -129 -39s-95 13 -129 39z" />
+    <glyph glyph-name="uni021F.sc" horiz-adv-x="704"
+d="M77 575h158v-220h234v220h158v-575h-158v228h-234v-228h-158v575zM553 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="hcircumflex.sc" horiz-adv-x="704"
+d="M77 575h158v-220h234v220h158v-575h-158v228h-234v-228h-158v575zM439 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1E25.sc" horiz-adv-x="704"
+d="M77 575h158v-220h234v220h158v-575h-158v228h-234v-228h-158v575zM302 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="i.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575z" />
+    <glyph glyph-name="dotlessi.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575z" />
+    <glyph glyph-name="iacute.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM199 788h168l-181 -144h-122z" />
+    <glyph glyph-name="iacute_j.loclNLD.sc" horiz-adv-x="604"
+d="M191 789h155l-181 -145h-109zM526 789h156l-182 -145h-109zM42 57l58 116c49 -35 102 -52 160 -52c87 0 130 46 130 138v316h159v-308c0 -88 -25 -156 -75 -203s-119 -71 -207 -71c-89 0 -164 21 -225 64zM56 575h158v-306h-158v306z" />
+    <glyph glyph-name="ibreve.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM42 678c-30 27 -45 64 -46 110h94c0 -22 6 -40 18 -52c11 -14 27 -20 47 -20s36 6 47 20c12 12 18 30 18 52h94c-1 -46 -16 -83 -46 -110c-29 -28 -67 -42 -113 -42s-84 14 -113 42z" />
+    <glyph glyph-name="icircumflex.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM220 644l-65 70l-65 -70h-111l109 144h134l109 -144h-111z" />
+    <glyph glyph-name="uni0209.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM-107 788h146l72 -144h-114zM95 788h146l72 -144h-114z" />
+    <glyph glyph-name="idieresis.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM26 669c-12 13 -18 29 -18 49s6 36 18 49c13 13 28 19 47 19s34 -6 47 -19s19 -29 19 -49s-6 -36 -19 -49s-28 -19 -47 -19s-34 6 -47 19zM190 669c-13 13 -19 29 -19 49s6 36 19 49s28 19 47 19s34 -6 47 -19c12 -13 18 -29 18 -49
+s-6 -36 -18 -49c-13 -13 -28 -19 -47 -19s-34 6 -47 19z" />
+    <glyph glyph-name="uni1E2F.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM10 668c-13 12 -19 28 -19 47s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -29 -19 -48 -19s-34 6 -47 19zM206 668c-13 12 -19 28 -19 47s7 34 19 47c14 13 29 19 47 19c19 0 34 -6 47 -19s19 -28 19 -47
+s-6 -35 -19 -47c-13 -13 -28 -19 -47 -19s-34 6 -47 19zM180 926h159l-157 -121h-113z" />
+    <glyph glyph-name="i.sc.loclTRK" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM94 673c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1ECB.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM106 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="igrave.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM-57 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EC9.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM136 686c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -29c22 -20 33 -46 33 -78c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni020B.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM42 754c29 28 67 42 113 42s84 -14 113 -42c30 -27 45 -64 46 -110h-94c0 22 -6 40 -17 52c-11 14 -27 20 -48 20s-37 -6 -48 -20c-11 -12 -17 -30 -17 -52h-94c1 46 16 83 46 110z" />
+    <glyph glyph-name="ij.sc" horiz-adv-x="632"
+d="M50 57l62 116c48 -35 102 -52 161 -52c86 0 129 46 129 138v316h159v-308c0 -88 -25 -156 -75 -203c-51 -47 -120 -71 -207 -71c-91 0 -168 21 -229 64zM67 575h159v-306h-159v306z" />
+    <glyph glyph-name="imacron.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM5 760h300v-88h-300v88z" />
+    <glyph glyph-name="iogonek.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM105 -202c-22 21 -33 48 -33 81c0 31 10 61 29 89c19 27 48 52 86 73l48 -41c-24 -19 -41 -38 -51 -54c-9 -18 -14 -35 -14 -52c0 -14 4 -25 12 -34s18 -13 30 -13s23 3 32 10l22 -68c-19 -14 -44 -21 -74 -21c-36 0 -65 10 -87 30z" />
+    <glyph glyph-name="itilde.sc" horiz-adv-x="311"
+d="M77 575h158v-575h-158v575zM177 652c-13 7 -26 18 -41 31c-1 1 -5 4 -10 9c-6 5 -11 8 -15 10c-4 3 -8 4 -12 4c-10 0 -18 -5 -23 -15s-8 -24 -8 -43h-78c0 47 8 84 26 108c16 26 41 38 73 38c17 0 31 -4 44 -11s26 -18 41 -31c1 -1 5 -4 10 -9c6 -5 11 -8 15 -11
+c4 -2 8 -3 12 -3c10 0 18 5 23 15c5 9 8 23 8 40h78c0 -46 -8 -81 -26 -106c-16 -25 -41 -37 -73 -37c-17 0 -31 4 -44 11z" />
+    <glyph glyph-name="j.sc" horiz-adv-x="480"
+d="M70 12c-35 14 -62 36 -83 64l92 98c29 -39 62 -59 100 -59c49 0 73 29 73 87v251h-201v122h358v-358c0 -77 -19 -134 -57 -171c-38 -38 -93 -57 -166 -57c-43 0 -82 7 -116 23z" />
+    <glyph glyph-name="jcircumflex.sc" horiz-adv-x="480"
+d="M70 12c-35 14 -62 36 -83 64l92 98c29 -39 62 -59 100 -59c49 0 73 29 73 87v251h-201v122h358v-358c0 -77 -19 -134 -57 -171c-38 -38 -93 -57 -166 -57c-43 0 -82 7 -116 23zM295 644l-65 70l-65 -70h-111l109 144h134l109 -144h-111z" />
+    <glyph glyph-name="k.sc" horiz-adv-x="647"
+d="M298 212l-65 -67v-145h-156v575h156v-245l234 245h174l-239 -256l252 -319h-184z" />
+    <glyph glyph-name="uni01E9.sc" horiz-adv-x="647"
+d="M298 212l-65 -67v-145h-156v575h156v-245l234 245h174l-239 -256l252 -319h-184zM534 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="kcommaaccent.sc" horiz-adv-x="647"
+d="M298 212l-65 -67v-145h-156v575h156v-245l234 245h174l-239 -256l252 -319h-184zM384 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="kgreenlandic.sc" horiz-adv-x="647"
+d="M298 212l-65 -67v-145h-156v575h156v-245l234 245h174l-239 -256l252 -319h-184z" />
+    <glyph glyph-name="l.sc" horiz-adv-x="524"
+d="M77 575h158v-452h281v-123h-439v575z" />
+    <glyph glyph-name="lacute.sc" horiz-adv-x="524"
+d="M77 575h158v-452h281v-123h-439v575zM200 788h168l-181 -144h-122z" />
+    <glyph glyph-name="lcaron.sc" horiz-adv-x="524"
+d="M77 575h158v-452h281v-123h-439v575zM372 616h117l-20 -201h-97v201z" />
+    <glyph glyph-name="lcommaaccent.sc" horiz-adv-x="524"
+d="M77 575h158v-452h281v-123h-439v575zM356 -90c13 -10 19 -25 19 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33c0 18 6 33 19 43c12 12 29 17 50 17s38 -5 50 -17z" />
+    <glyph glyph-name="ldot.sc" horiz-adv-x="524"
+d="M77 575h158v-452h281v-123h-439v575zM357 286c-16 17 -24 38 -24 63s8 46 24 63c16 16 36 24 61 24s45 -8 61 -24c16 -17 24 -38 24 -63s-8 -46 -24 -63c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E37.sc" horiz-adv-x="524"
+d="M77 575h158v-452h281v-123h-439v575zM256 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="uni01C9.sc" horiz-adv-x="1004"
+d="M77 575h158v-452h281v-123h-439v575zM594 12c-35 14 -62 36 -83 64l92 98c29 -39 62 -59 100 -59c49 0 73 29 73 87v251h-201v122h358v-358c0 -77 -19 -134 -57 -171c-38 -38 -93 -57 -166 -57c-43 0 -82 7 -116 23z" />
+    <glyph glyph-name="uni1E3B.sc" horiz-adv-x="524"
+d="M77 575h158v-452h281v-123h-439v575zM121 -95h370v-87h-370v87z" />
+    <glyph glyph-name="lslash.sc" horiz-adv-x="524"
+d="M77 575h158v-452h281v-123h-439v575zM-35 239l324 244l57 -80l-323 -242z" />
+    <glyph glyph-name="m.sc" horiz-adv-x="827"
+d="M603 0l-1 314l-154 -253h-71l-153 243v-304h-147v575h132l206 -334l201 334h133l2 -575h-148z" />
+    <glyph glyph-name="uni1E43.sc" horiz-adv-x="827"
+d="M603 0l-1 314l-154 -253h-71l-153 243v-304h-147v575h132l206 -334l201 334h133l2 -575h-148zM364 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="n.sc" horiz-adv-x="704"
+d="M627 575v-575h-130l-265 317v-317h-155v575h130l265 -318v318h155z" />
+    <glyph glyph-name="nacute.sc" horiz-adv-x="704"
+d="M627 575v-575h-130l-265 317v-317h-155v575h130l265 -318v318h155zM396 788h168l-181 -144h-122z" />
+    <glyph glyph-name="ncaron.sc" horiz-adv-x="704"
+d="M627 575v-575h-130l-265 317v-317h-155v575h130l265 -318v318h155zM553 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="ncommaaccent.sc" horiz-adv-x="704"
+d="M627 575v-575h-130l-265 317v-317h-155v575h130l265 -318v318h155zM402 -90c13 -10 19 -25 19 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33c0 18 6 33 19 43c12 12 29 17 50 17s38 -5 50 -17z" />
+    <glyph glyph-name="uni1E45.sc" horiz-adv-x="704"
+d="M627 575v-575h-130l-265 317v-317h-155v575h130l265 -318v318h155zM292 673c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1E47.sc" horiz-adv-x="704"
+d="M627 575v-575h-130l-265 317v-317h-155v575h130l265 -318v318h155zM302 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="eng.sc" horiz-adv-x="704"
+d="M627 575v-486c0 -170 -71 -255 -214 -255c-29 0 -54 3 -77 8c-23 6 -44 15 -65 27l59 114c21 -16 46 -24 73 -24c43 0 66 24 69 71l-240 287v-317h-155v575h130l265 -318v318h155z" />
+    <glyph glyph-name="uni01CC.sc" horiz-adv-x="1184"
+d="M627 575v-575h-130l-265 317v-317h-155v575h130l265 -318v318h155zM774 12c-35 14 -62 36 -83 64l92 98c29 -39 62 -59 100 -59c49 0 73 29 73 87v251h-201v122h358v-358c0 -77 -19 -134 -57 -171c-38 -38 -93 -57 -166 -57c-43 0 -82 7 -116 23z" />
+    <glyph glyph-name="uni1E49.sc" horiz-adv-x="704"
+d="M627 575v-575h-130l-265 317v-317h-155v575h130l265 -318v318h155zM167 -95h370v-87h-370v87z" />
+    <glyph glyph-name="ntilde.sc" horiz-adv-x="704"
+d="M627 575v-575h-130l-265 317v-317h-155v575h130l265 -318v318h155zM380 652c-14 6 -29 16 -46 28c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 12 80 34 106c20 27 48 40 83 40c17 0 33 -4 47 -10c13 -8 29 -17 46 -30
+c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 14c10 10 14 23 15 40h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 3 -47 11z" />
+    <glyph glyph-name="o.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22z" />
+    <glyph glyph-name="oacute.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM402 788h168l-181 -144
+h-122z" />
+    <glyph glyph-name="obreve.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM228 677
+c-34 27 -52 64 -54 111h98c1 -21 9 -38 26 -52c16 -12 36 -19 60 -19s44 7 60 19c17 14 25 31 26 52h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="ocircumflex.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM445 644l-87 76
+l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1ED1.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM444 644l-86 57
+l-86 -57h-115l133 114h136l133 -114h-115zM589 861h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1ED9.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM308 -192
+c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18zM445 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1ED3.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM444 644l-86 57
+l-86 -57h-115l133 114h136l133 -114h-115zM381 861h159l110 -121h-112z" />
+    <glyph glyph-name="uni1ED5.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM444 644l-86 57
+l-86 -57h-115l133 114h136l133 -114h-115zM498 758c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -21c17 -15 25 -34 25 -58c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1ED7.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM444 644l-86 57
+l-86 -57h-115l133 114h136l133 -114h-115zM384 802c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5
+c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni020D.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM96 788h146l72 -144
+h-114zM298 788h146l72 -144h-114z" />
+    <glyph glyph-name="odieresis.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM207 668
+c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s37 -7 49 -19c14 -14 20 -30 20 -50s-6 -36 -20 -50c-12 -12 -29 -19 -49 -19s-37 7 -50 19zM410 668c-14 14 -20 30 -20 50s6 36 20 50c12 12 29 19 49 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50
+c-13 -12 -30 -19 -50 -19s-37 7 -49 19z" />
+    <glyph glyph-name="uni022B.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM213 668
+c-13 12 -19 28 -19 47s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -29 -19 -48 -19s-34 6 -47 19zM409 668c-13 12 -19 28 -19 47s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -28 -19 -47 -19
+s-34 6 -47 19zM173 904h370v-83h-370v83z" />
+    <glyph glyph-name="uni0231.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM308 667
+c-12 13 -19 29 -19 49s7 36 19 50c14 12 30 19 50 19s36 -7 50 -19c12 -14 19 -30 19 -50s-7 -36 -19 -49c-14 -13 -30 -19 -50 -19s-36 6 -50 19zM173 911h370v-83h-370v83z" />
+    <glyph glyph-name="uni1ECD.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM308 -192
+c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="ograve.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM146 788h168l135 -144
+h-122z" />
+    <glyph glyph-name="uni1ECF.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM339 686
+c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -29c23 -20 34 -46 34 -78c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="ohorn.sc" horiz-adv-x="716"
+d="M664 544c-15 -25 -36 -42 -65 -53c26 -26 46 -57 61 -91c14 -36 21 -73 21 -113c0 -57 -14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38
+c28 0 59 -2 94 -6c23 -3 43 -5 59 -5c47 0 70 21 70 64c0 22 -7 42 -20 60l93 33c21 -28 31 -61 31 -99c0 -35 -7 -64 -21 -89zM442 140c24 15 44 35 58 60c14 26 21 55 21 87s-7 61 -21 87c-13 26 -32 46 -56 61c-23 15 -50 22 -80 22c-33 0 -62 -7 -88 -21
+c-25 -15 -45 -35 -60 -60c-15 -26 -22 -56 -22 -89c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22z" />
+    <glyph glyph-name="uni1EDB.sc" horiz-adv-x="716"
+d="M664 544c-15 -25 -36 -42 -65 -53c26 -26 46 -57 61 -91c14 -36 21 -73 21 -113c0 -57 -14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38
+c28 0 59 -2 94 -6c23 -3 43 -5 59 -5c47 0 70 21 70 64c0 22 -7 42 -20 60l93 33c21 -28 31 -61 31 -99c0 -35 -7 -64 -21 -89zM442 140c24 15 44 35 58 60c14 26 21 55 21 87s-7 61 -21 87c-13 26 -32 46 -56 61c-23 15 -50 22 -80 22c-33 0 -62 -7 -88 -21
+c-25 -15 -45 -35 -60 -60c-15 -26 -22 -56 -22 -89c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM402 788h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1EE3.sc" horiz-adv-x="716"
+d="M664 544c-15 -25 -36 -42 -65 -53c26 -26 46 -57 61 -91c14 -36 21 -73 21 -113c0 -57 -14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38
+c28 0 59 -2 94 -6c23 -3 43 -5 59 -5c47 0 70 21 70 64c0 22 -7 42 -20 60l93 33c21 -28 31 -61 31 -99c0 -35 -7 -64 -21 -89zM442 140c24 15 44 35 58 60c14 26 21 55 21 87s-7 61 -21 87c-13 26 -32 46 -56 61c-23 15 -50 22 -80 22c-33 0 -62 -7 -88 -21
+c-25 -15 -45 -35 -60 -60c-15 -26 -22 -56 -22 -89c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM308 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18
+s-36 6 -50 18z" />
+    <glyph glyph-name="uni1EDD.sc" horiz-adv-x="716"
+d="M664 544c-15 -25 -36 -42 -65 -53c26 -26 46 -57 61 -91c14 -36 21 -73 21 -113c0 -57 -14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38
+c28 0 59 -2 94 -6c23 -3 43 -5 59 -5c47 0 70 21 70 64c0 22 -7 42 -20 60l93 33c21 -28 31 -61 31 -99c0 -35 -7 -64 -21 -89zM442 140c24 15 44 35 58 60c14 26 21 55 21 87s-7 61 -21 87c-13 26 -32 46 -56 61c-23 15 -50 22 -80 22c-33 0 -62 -7 -88 -21
+c-25 -15 -45 -35 -60 -60c-15 -26 -22 -56 -22 -89c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM146 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EDF.sc" horiz-adv-x="716"
+d="M664 544c-15 -25 -36 -42 -65 -53c26 -26 46 -57 61 -91c14 -36 21 -73 21 -113c0 -57 -14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38
+c28 0 59 -2 94 -6c23 -3 43 -5 59 -5c47 0 70 21 70 64c0 22 -7 42 -20 60l93 33c21 -28 31 -61 31 -99c0 -35 -7 -64 -21 -89zM442 140c24 15 44 35 58 60c14 26 21 55 21 87s-7 61 -21 87c-13 26 -32 46 -56 61c-23 15 -50 22 -80 22c-33 0 -62 -7 -88 -21
+c-25 -15 -45 -35 -60 -60c-15 -26 -22 -56 -22 -89c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM339 686c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34
+c35 0 64 -10 86 -29c23 -20 34 -46 34 -78c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni1EE1.sc" horiz-adv-x="716"
+d="M664 544c-15 -25 -36 -42 -65 -53c26 -26 46 -57 61 -91c14 -36 21 -73 21 -113c0 -57 -14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38
+c28 0 59 -2 94 -6c23 -3 43 -5 59 -5c47 0 70 21 70 64c0 22 -7 42 -20 60l93 33c21 -28 31 -61 31 -99c0 -35 -7 -64 -21 -89zM442 140c24 15 44 35 58 60c14 26 21 55 21 87s-7 61 -21 87c-13 26 -32 46 -56 61c-23 15 -50 22 -80 22c-33 0 -62 -7 -88 -21
+c-25 -15 -45 -35 -60 -60c-15 -26 -22 -56 -22 -89c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM386 652c-14 6 -29 16 -46 28c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 12 80 34 106
+c20 27 48 40 83 40c17 0 33 -4 47 -10c13 -8 29 -17 46 -30c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 14c10 10 14 23 15 40h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 3 -47 11z" />
+    <glyph glyph-name="ohungarumlaut.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM272 788h146l-104 -144
+h-114zM474 788h146l-104 -144h-114z" />
+    <glyph glyph-name="uni020F.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM228 755
+c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 38 -26 52c-16 12 -36 19 -60 19s-44 -7 -60 -19c-17 -14 -25 -31 -26 -52h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="omacron.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM173 760h370v-88h-370
+v88z" />
+    <glyph glyph-name="uni1E53.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM173 743h370v-83h-370
+v83zM383 926h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E51.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM173 743h370v-83h-370
+v83zM175 926h159l110 -121h-112z" />
+    <glyph glyph-name="uni01EB.sc" horiz-adv-x="716"
+d="M349 -106c0 -14 5 -25 15 -34s24 -13 42 -13c11 0 22 1 32 4c12 3 21 6 28 11l23 -71c-13 -7 -29 -12 -47 -17c-18 -4 -36 -6 -54 -6c-43 0 -76 10 -101 30c-25 21 -37 48 -37 82c0 21 5 41 15 60s25 37 46 52c-53 6 -101 22 -143 50c-42 26 -75 61 -98 104
+s-35 90 -35 141c0 57 14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153c0 -66 -19 -124 -55 -173c-38 -49 -86 -85 -146 -106c-87 -30 -131 -68 -131 -114zM216 200c14 -25 34 -45 58 -60
+c26 -15 53 -22 84 -22s58 7 84 22c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87z" />
+    <glyph glyph-name="oslash.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM556 632h100l-497 -689
+h-99z" />
+    <glyph glyph-name="oslashacute.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM556 632h100l-497 -689
+h-99zM397 788h168l-181 -144h-122z" />
+    <glyph glyph-name="otilde.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM386 652
+c-14 6 -29 16 -46 28c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 12 80 34 106c20 27 48 40 83 40c17 0 33 -4 47 -10c13 -8 29 -17 46 -30c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 14c10 10 14 23 15 40h79
+c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 3 -47 11z" />
+    <glyph glyph-name="uni1E4D.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM384 650
+c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8zM383 926h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E4F.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM384 650
+c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8zM213 828c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM409 828c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19
+c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -28 -18 -47 -18s-34 6 -47 18z" />
+    <glyph glyph-name="uni022D.sc" horiz-adv-x="716"
+d="M192 28c-48 25 -87 61 -115 106s-42 96 -42 153s14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108c28 -45 42 -96 42 -153s-14 -108 -42 -153s-67 -81 -115 -106c-50 -26 -105 -39 -166 -39s-116 13 -166 39zM442 140
+c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22zM384 650
+c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8zM173 904h370v-83h-370v83z" />
+    <glyph glyph-name="oe.sc" horiz-adv-x="960"
+d="M922 121v-121h-554c-68 0 -127 12 -177 35s-89 57 -115 99c-28 44 -41 94 -41 153s13 110 41 153c26 43 65 77 115 100s109 35 177 35h543v-121h-296v-105h261v-115h-261v-113h307zM458 123v328h-86c-55 0 -99 -14 -130 -43c-32 -29 -48 -69 -48 -121s16 -92 48 -121
+c31 -29 75 -43 130 -43h86z" />
+    <glyph glyph-name="p.sc" horiz-adv-x="637"
+d="M528 518c47 -37 70 -89 70 -155c0 -65 -23 -117 -70 -155c-47 -37 -110 -56 -189 -56h-104v-152h-158v575h262c79 0 142 -19 189 -57zM411 297c19 15 28 37 28 66s-9 51 -28 66s-46 23 -83 23h-93v-178h93c37 0 64 8 83 23z" />
+    <glyph glyph-name="thorn.sc" horiz-adv-x="637"
+d="M528 458c47 -38 70 -90 70 -156c0 -65 -23 -117 -70 -154c-47 -38 -110 -57 -189 -57h-104v-91h-158v576h158v-62h104c79 0 142 -19 189 -56zM411 237c19 15 28 37 28 66s-9 51 -28 66s-46 23 -83 23h-93v-178h93c37 0 64 8 83 23z" />
+    <glyph glyph-name="q.sc" horiz-adv-x="716"
+d="M712 -68c-40 -46 -94 -69 -161 -69c-47 0 -89 9 -127 29c-36 18 -79 53 -126 102c-51 7 -97 24 -136 52c-40 26 -71 61 -94 103c-22 42 -33 88 -33 138c0 57 14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108
+c28 -45 42 -96 42 -153c0 -65 -18 -122 -55 -171c-36 -50 -84 -86 -145 -107c12 -12 23 -21 35 -25c10 -6 23 -8 38 -8c33 0 62 13 87 39zM216 200c14 -25 34 -45 58 -60c26 -15 53 -22 84 -22s58 7 84 22c24 15 44 35 58 60c14 26 21 55 21 87c0 33 -7 62 -21 87
+c-14 26 -34 46 -58 61c-26 15 -53 22 -84 22s-58 -7 -84 -22c-24 -15 -44 -35 -58 -61c-15 -25 -22 -54 -22 -87c0 -32 7 -61 22 -87z" />
+    <glyph glyph-name="r.sc" horiz-adv-x="644"
+d="M332 154h-97v-154h-158v575h262c79 0 142 -19 189 -57c47 -37 70 -89 70 -155c0 -42 -10 -79 -30 -109c-21 -32 -50 -56 -87 -73l128 -181h-170zM411 429c-19 15 -46 23 -83 23h-93v-178h93c37 0 64 8 83 23s28 37 28 66s-9 51 -28 66z" />
+    <glyph glyph-name="racute.sc" horiz-adv-x="644"
+d="M332 154h-97v-154h-158v575h262c79 0 142 -19 189 -57c47 -37 70 -89 70 -155c0 -42 -10 -79 -30 -109c-21 -32 -50 -56 -87 -73l128 -181h-170zM411 429c-19 15 -46 23 -83 23h-93v-178h93c37 0 64 8 83 23s28 37 28 66s-9 51 -28 66zM373 788h168l-181 -144h-122z" />
+    <glyph glyph-name="rcaron.sc" horiz-adv-x="644"
+d="M332 154h-97v-154h-158v575h262c79 0 142 -19 189 -57c47 -37 70 -89 70 -155c0 -42 -10 -79 -30 -109c-21 -32 -50 -56 -87 -73l128 -181h-170zM411 429c-19 15 -46 23 -83 23h-93v-178h93c37 0 64 8 83 23s28 37 28 66s-9 51 -28 66zM530 788l-132 -144h-138l-132 144
+h114l87 -75l87 75h114z" />
+    <glyph glyph-name="rcommaaccent.sc" horiz-adv-x="644"
+d="M332 154h-97v-154h-158v575h262c79 0 142 -19 189 -57c47 -37 70 -89 70 -155c0 -42 -10 -79 -30 -109c-21 -32 -50 -56 -87 -73l128 -181h-170zM411 429c-19 15 -46 23 -83 23h-93v-178h93c37 0 64 8 83 23s28 37 28 66s-9 51 -28 66zM380 -90c12 -10 18 -25 18 -43
+c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni0211.sc" horiz-adv-x="644"
+d="M332 154h-97v-154h-158v575h262c79 0 142 -19 189 -57c47 -37 70 -89 70 -155c0 -42 -10 -79 -30 -109c-21 -32 -50 -56 -87 -73l128 -181h-170zM411 429c-19 15 -46 23 -83 23h-93v-178h93c37 0 64 8 83 23s28 37 28 66s-9 51 -28 66zM67 788h146l72 -144h-114zM269 788
+h146l72 -144h-114z" />
+    <glyph glyph-name="uni1E5B.sc" horiz-adv-x="644"
+d="M332 154h-97v-154h-158v575h262c79 0 142 -19 189 -57c47 -37 70 -89 70 -155c0 -42 -10 -79 -30 -109c-21 -32 -50 -56 -87 -73l128 -181h-170zM411 429c-19 15 -46 23 -83 23h-93v-178h93c37 0 64 8 83 23s28 37 28 66s-9 51 -28 66zM280 -192c-14 13 -20 29 -20 49
+s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni0213.sc" horiz-adv-x="644"
+d="M332 154h-97v-154h-158v575h262c79 0 142 -19 189 -57c47 -37 70 -89 70 -155c0 -42 -10 -79 -30 -109c-21 -32 -50 -56 -87 -73l128 -181h-170zM411 429c-19 15 -46 23 -83 23h-93v-178h93c37 0 64 8 83 23s28 37 28 66s-9 51 -28 66zM199 755c34 27 77 41 130 41
+s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 38 -25 52c-17 12 -37 19 -61 19s-44 -7 -61 -19c-16 -14 -24 -31 -25 -52h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="uni1E5F.sc" horiz-adv-x="644"
+d="M332 154h-97v-154h-158v575h262c79 0 142 -19 189 -57c47 -37 70 -89 70 -155c0 -42 -10 -79 -30 -109c-21 -32 -50 -56 -87 -73l128 -181h-170zM411 429c-19 15 -46 23 -83 23h-93v-178h93c37 0 64 8 83 23s28 37 28 66s-9 51 -28 66zM144 -95h370v-87h-370v87z" />
+    <glyph glyph-name="s.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17z" />
+    <glyph glyph-name="sacute.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17zM325 788h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1E65.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17zM306 765h159l-157 -121h-113zM232 828c-14 13 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -36 -20 -49c-12 -13 -29 -19 -49 -19s-37 6 -49 19z" />
+    <glyph glyph-name="uniA78C.sc" horiz-adv-x="292"
+d="M69 680h154l-20 -383h-135z" />
+    <glyph glyph-name="scaron.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17zM482 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni1E67.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17zM482 758l-133 -114h-136l-133 114h115l86 -57l86 57h115zM232 805c-14 13 -20 29 -20 49s6 36 20 50c12 12 29 19 49 19s37 -7 49 -19c14 -14 20 -30 20 -50s-6 -36 -20 -49
+c-12 -13 -29 -19 -49 -19s-37 6 -49 19z" />
+    <glyph glyph-name="scedilla.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17zM197 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73
+c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="scircumflex.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17zM368 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="scommaaccent.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17zM332 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni1E61.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17zM220 673c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E63.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17zM232 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1E69.sc" horiz-adv-x="551"
+d="M132 6c-45 11 -80 26 -107 45l55 117c26 -17 56 -31 91 -41s70 -15 106 -15c33 0 57 4 73 14c14 8 22 21 22 36c0 17 -9 30 -28 38c-19 9 -48 17 -89 25c-45 9 -81 19 -110 29c-29 11 -53 28 -75 51c-20 23 -31 55 -31 96c0 36 10 68 31 96s50 50 90 65
+c38 16 84 24 137 24c39 0 76 -4 113 -12c37 -9 68 -21 95 -38l-51 -117c-48 29 -102 44 -163 44c-33 0 -57 -5 -73 -15c-15 -9 -23 -22 -23 -38c0 -17 9 -30 28 -38s48 -16 89 -24c44 -9 80 -19 110 -30c28 -10 54 -26 74 -50c22 -22 32 -54 32 -93c0 -37 -10 -69 -30 -97
+c-21 -28 -51 -50 -90 -66c-39 -15 -86 -23 -140 -23c-47 0 -92 6 -136 17zM232 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18zM220 673c-15 16 -23 36 -23 61
+c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="germandbls.sc" horiz-adv-x="673"
+d="M603 282c26 -29 39 -66 39 -109c0 -57 -20 -101 -60 -135c-40 -32 -94 -49 -163 -49c-50 0 -93 7 -128 20l25 121c27 -12 55 -18 86 -18c25 0 45 6 60 18c14 11 21 27 21 48s-7 38 -22 48c-15 12 -36 17 -63 17c-20 0 -40 -3 -59 -9l-27 65l132 154c-23 5 -46 8 -70 8
+c-47 0 -83 -13 -108 -38s-37 -62 -37 -109v-314h-158v318c0 55 12 102 35 142c24 40 58 71 103 92c45 22 98 33 160 33c38 0 77 -5 116 -13c39 -10 72 -22 98 -38v-96l-82 -95c42 -11 76 -31 102 -61z" />
+    <glyph glyph-name="t.sc" horiz-adv-x="528"
+d="M185 452h-181v123h520v-123h-181v-452h-158v452z" />
+    <glyph glyph-name="tbar.sc" horiz-adv-x="528"
+d="M185 452h-181v123h520v-123h-181v-452h-158v452zM76 314h373v-99h-373v99z" />
+    <glyph glyph-name="tcaron.sc" horiz-adv-x="528"
+d="M185 452h-181v123h520v-123h-181v-452h-158v452zM464 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni0163.sc" horiz-adv-x="528"
+d="M185 452h-181v123h520v-123h-181v-452h-158v452zM179 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26
+c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni021B.sc" horiz-adv-x="528"
+d="M185 452h-181v123h520v-123h-181v-452h-158v452zM314 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni1E97.sc" horiz-adv-x="528"
+d="M185 452h-181v123h520v-123h-181v-452h-158v452zM112 668c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s36 -7 50 -19c12 -14 19 -30 19 -50s-7 -36 -19 -50c-14 -12 -30 -19 -50 -19s-37 7 -50 19zM314 668c-12 14 -19 30 -19 50s7 36 19 50c14 12 30 19 50 19
+s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-36 7 -50 19z" />
+    <glyph glyph-name="uni1E6D.sc" horiz-adv-x="528"
+d="M185 452h-181v123h520v-123h-181v-452h-158v452zM214 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1E6F.sc" horiz-adv-x="528"
+d="M185 452h-181v123h520v-123h-181v-452h-158v452zM78 -95h370v-87h-370v87z" />
+    <glyph glyph-name="u.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69z" />
+    <glyph glyph-name="uacute.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM389 788h168l-181 -144h-122z" />
+    <glyph glyph-name="ubreve.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM215 677c-34 27 -52 64 -54 111h98c1 -21 9 -38 25 -52
+c17 -12 37 -19 61 -19s44 7 61 19c16 14 24 31 25 52h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni01D4.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM546 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="ucircumflex.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM432 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni0215.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM83 788h146l72 -144h-114zM285 788h146l72 -144h-114z" />
+    <glyph glyph-name="udieresis.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM194 668c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19
+s36 -7 50 -19c12 -14 19 -30 19 -50s-7 -36 -19 -50c-14 -12 -30 -19 -50 -19s-37 7 -50 19zM396 668c-12 14 -19 30 -19 50s7 36 19 50c14 12 30 19 50 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-36 7 -50 19z" />
+    <glyph glyph-name="uni1EE5.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM296 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20
+c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="ugrave.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM133 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EE7.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM326 686c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 31
+c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -29c22 -20 33 -46 33 -78c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uhorn.sc" horiz-adv-x="700"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM533 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104z" />
+    <glyph glyph-name="uni1EE9.sc" horiz-adv-x="700"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM533 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM389 788h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1EF1.sc" horiz-adv-x="700"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM533 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM296 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1EEB.sc" horiz-adv-x="700"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM533 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM133 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EED.sc" horiz-adv-x="700"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM533 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM326 686c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -29c22 -20 33 -46 33 -78
+c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni1EEF.sc" horiz-adv-x="700"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM533 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60
+l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM372 652c-13 6 -28 16 -45 28c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 13 80 33 106c22 27 49 40 84 40c17 0 33 -4 46 -10
+c14 -8 30 -17 47 -30c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 14c8 10 13 23 14 40h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 3 -48 11z" />
+    <glyph glyph-name="uhungarumlaut.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM259 788h146l-104 -144h-114zM461 788h146l-104 -144h-114z" />
+    <glyph glyph-name="uni0217.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM215 755c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98
+c-1 21 -9 38 -25 52c-17 12 -37 19 -61 19s-44 -7 -61 -19c-16 -14 -24 -31 -25 -52h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="umacron.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM160 760h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E7B.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM160 743h370v-83h-370v83zM200 828c-13 13 -19 29 -19 48
+s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM396 828c-13 13 -19 29 -19 48s7 34 19 47c14 13 29 19 47 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -28 -18 -47 -18s-34 6 -47 18z" />
+    <glyph glyph-name="uogonek.sc" horiz-adv-x="686"
+d="M615 575v-327c0 -59 -13 -110 -40 -151s-64 -71 -113 -90c-51 -20 -86 -39 -104 -57c-19 -19 -28 -38 -28 -57c0 -14 5 -25 16 -33c10 -9 24 -13 41 -13c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30c-25 21 -37 48 -37 82
+c0 43 20 80 61 112c-70 9 -124 36 -163 80c-39 46 -58 104 -58 176v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156z" />
+    <glyph glyph-name="uring.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM256 664c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35
+s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35zM388 706c11 12 17 27 17 44s-6 32 -17 44c-12 11 -27 17 -44 17s-31 -6 -42 -17c-12 -12 -18 -27 -18 -44s6 -32 17 -44c11 -11 26 -17 43 -17s32 6 44 17z" />
+    <glyph glyph-name="utilde.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM372 652c-13 6 -28 16 -45 28c-11 8 -19 14 -27 18
+c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 13 80 33 106c22 27 49 40 84 40c17 0 33 -4 46 -10c14 -8 30 -17 47 -30c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 14c8 10 13 23 14 40h79c-1 -43 -13 -78 -33 -104
+c-22 -26 -49 -39 -84 -39c-18 0 -34 3 -48 11z" />
+    <glyph glyph-name="uni1E79.sc" horiz-adv-x="686"
+d="M143 58c-48 46 -72 109 -72 190v327h158v-322c0 -45 10 -78 29 -101c20 -23 49 -34 87 -34c37 0 66 11 85 34s29 56 29 101v322h156v-327c0 -81 -24 -144 -72 -190s-115 -69 -200 -69s-152 23 -200 69zM371 650c-14 6 -29 14 -46 25c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6
+c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 92c21 22 49 33 85 33c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8zM370 926
+h159l-157 -121h-113z" />
+    <glyph glyph-name="v.sc" horiz-adv-x="648"
+d="M652 575l-250 -575h-156l-250 575h168l164 -391l168 391h156z" />
+    <glyph glyph-name="w.sc" horiz-adv-x="999"
+d="M977 575l-190 -575h-169l-117 364l-120 -364h-169l-191 575h163l121 -376l126 376h146l122 -383l126 383h152z" />
+    <glyph glyph-name="wacute.sc" horiz-adv-x="999"
+d="M977 575l-190 -575h-169l-117 364l-120 -364h-169l-191 575h163l121 -376l126 376h146l122 -383l126 383h152zM544 788h168l-181 -144h-122z" />
+    <glyph glyph-name="wcircumflex.sc" horiz-adv-x="999"
+d="M977 575l-190 -575h-169l-117 364l-120 -364h-169l-191 575h163l121 -376l126 376h146l122 -383l126 383h152zM587 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="wdieresis.sc" horiz-adv-x="999"
+d="M977 575l-190 -575h-169l-117 364l-120 -364h-169l-191 575h163l121 -376l126 376h146l122 -383l126 383h152zM349 668c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s37 -7 49 -19c14 -14 20 -30 20 -50s-6 -36 -20 -50c-12 -12 -29 -19 -49 -19s-37 7 -50 19z
+M552 668c-14 14 -20 30 -20 50s6 36 20 50c12 12 29 19 49 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-37 7 -49 19z" />
+    <glyph glyph-name="wgrave.sc" horiz-adv-x="999"
+d="M977 575l-190 -575h-169l-117 364l-120 -364h-169l-191 575h163l121 -376l126 376h146l122 -383l126 383h152zM288 788h168l135 -144h-122z" />
+    <glyph glyph-name="x.sc" horiz-adv-x="617"
+d="M433 0l-125 180l-125 -180h-181l217 291l-207 284h178l120 -170l120 170h173l-207 -279l218 -296h-181z" />
+    <glyph glyph-name="y.sc" horiz-adv-x="601"
+d="M379 191v-191h-158v191l-232 384h167l149 -245l148 245h159z" />
+    <glyph glyph-name="yacute.sc" horiz-adv-x="601"
+d="M379 191v-191h-158v191l-232 384h167l149 -245l148 245h159zM344 788h168l-181 -144h-122z" />
+    <glyph glyph-name="ycircumflex.sc" horiz-adv-x="601"
+d="M379 191v-191h-158v191l-232 384h167l149 -245l148 245h159zM387 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="ydieresis.sc" horiz-adv-x="601"
+d="M379 191v-191h-158v191l-232 384h167l149 -245l148 245h159zM149 668c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s37 -7 49 -19c14 -14 20 -30 20 -50s-6 -36 -20 -50c-12 -12 -29 -19 -49 -19s-37 7 -50 19zM352 668c-14 14 -20 30 -20 50s6 36 20 50
+c12 12 29 19 49 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-37 7 -49 19z" />
+    <glyph glyph-name="uni1E8F.sc" horiz-adv-x="601"
+d="M379 191v-191h-158v191l-232 384h167l149 -245l148 245h159zM240 673c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1EF5.sc" horiz-adv-x="601"
+d="M379 191v-191h-158v191l-232 384h167l149 -245l148 245h159zM250 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="ygrave.sc" horiz-adv-x="601"
+d="M379 191v-191h-158v191l-232 384h167l149 -245l148 245h159zM88 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EF7.sc" horiz-adv-x="601"
+d="M379 191v-191h-158v191l-232 384h167l149 -245l148 245h159zM281 686c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -29c23 -20 34 -46 34 -78c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0233.sc" horiz-adv-x="601"
+d="M379 191v-191h-158v191l-232 384h167l149 -245l148 245h159zM115 760h370v-88h-370v88z" />
+    <glyph glyph-name="uni1EF9.sc" horiz-adv-x="601"
+d="M379 191v-191h-158v191l-232 384h167l149 -245l148 245h159zM328 652c-14 6 -29 16 -46 28c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 12 80 34 106c20 27 48 40 83 40c17 0 33 -4 47 -10c13 -8 29 -17 46 -30
+c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 14c10 10 14 23 15 40h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 3 -47 11z" />
+    <glyph glyph-name="z.sc" horiz-adv-x="577"
+d="M555 123v-123h-519v99l302 353h-295v123h500v-99l-303 -353h315z" />
+    <glyph glyph-name="zacute.sc" horiz-adv-x="577"
+d="M555 123v-123h-519v99l302 353h-295v123h500v-99l-303 -353h315zM339 788h168l-181 -144h-122z" />
+    <glyph glyph-name="zcaron.sc" horiz-adv-x="577"
+d="M555 123v-123h-519v99l302 353h-295v123h500v-99l-303 -353h315zM496 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="zdotaccent.sc" horiz-adv-x="577"
+d="M555 123v-123h-519v99l302 353h-295v123h500v-99l-303 -353h315zM234 673c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E93.sc" horiz-adv-x="577"
+d="M555 123v-123h-519v99l302 353h-295v123h500v-99l-303 -353h315zM248 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="a.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+" />
+    <glyph glyph-name="aacute.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M390 788h168l-181 -144h-122z" />
+    <glyph glyph-name="abreve.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M216 677c-34 27 -52 64 -54 111h98c1 -21 9 -38 26 -52c16 -12 36 -19 60 -19s44 7 60 19c17 14 25 31 26 52h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EAF.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M218 669c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM371 909h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EB7.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M296 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18zM216 677c-34 27 -52 64 -54 111h98c1 -21 9 -38 26 -52c16 -12 36 -19 60 -19s44 7 60 19c17 14 25 31 26 52h98
+c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni1EB1.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M218 669c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM163 909h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EB3.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M218 669c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM333 797c25 12 37 26 37 42c0 9 -3 16 -10 21c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48
+c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni1EB5.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M218 669c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM372 794c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12
+s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni01CE.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M547 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="acircumflex.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M433 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA5.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M432 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM577 861h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EAD.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M296 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18zM433 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EA7.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M432 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM369 861h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EA9.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M432 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM486 758c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -21c17 -15 25 -34 25 -58c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1EAB.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M432 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM372 802c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15
+c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni0201.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M84 788h146l72 -144h-114zM286 788h146l72 -144h-114z" />
+    <glyph glyph-name="adieresis.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M195 668c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s37 -7 49 -19c14 -14 20 -30 20 -50s-6 -36 -20 -50c-12 -12 -29 -19 -49 -19s-37 7 -50 19zM398 668c-14 14 -20 30 -20 50s6 36 20 50c12 12 29 19 49 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50
+c-13 -12 -30 -19 -50 -19s-37 7 -49 19z" />
+    <glyph glyph-name="uni1EA1.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M296 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="agrave.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M134 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EA3.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M327 686c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -29c23 -20 34 -46 34 -78c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0203.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M216 755c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 38 -26 52c-16 12 -36 19 -60 19s-44 -7 -60 -19c-17 -14 -25 -31 -26 -52h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="amacron.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M161 760h370v-88h-370v88z" />
+    <glyph glyph-name="aogonek.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M443 -202c-25 21 -37 48 -37 82c0 33 13 63 38 91c26 28 65 51 116 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 15 -33c11 -9 25 -13 42 -13c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="aring.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M258 664c-24 23 -36 52 -36 86s12 63 36 86c23 23 52 35 87 35s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -87 35zM388 706c12 12 18 27 18 44s-6 32 -18 44c-11 11 -26 17 -43 17s-31 -6 -43 -17c-11 -12 -17 -27 -17 -44s6 -32 17 -44
+c11 -11 26 -17 43 -17s32 6 43 17z" />
+    <glyph glyph-name="aringacute.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M453 813c11 -19 17 -40 17 -63c0 -34 -12 -63 -36 -86s-54 -35 -89 -35s-64 12 -87 35c-24 23 -36 52 -36 86s12 63 36 86c23 23 52 35 87 35c17 0 34 -3 52 -10l87 90l77 -60zM388 706c12 12 18 27 18 44s-6 32 -18 44c-11 11 -26 17 -43 17s-31 -6 -43 -17
+c-11 -12 -17 -27 -17 -44s6 -32 17 -44c11 -11 26 -17 43 -17s32 6 43 17z" />
+    <glyph glyph-name="atilde.sc.ss01" horiz-adv-x="693"
+d="M490 554c42 -21 74 -53 98 -94c22 -41 34 -91 34 -149v-311h-158v129h-235v-129h-158v311c0 58 11 108 35 149c22 41 55 73 96 94s89 32 144 32s103 -11 144 -32zM464 251v79c0 41 -10 73 -32 94c-20 22 -49 33 -86 33s-65 -11 -86 -33c-21 -21 -31 -53 -31 -94v-79h235z
+M374 652c-14 6 -29 16 -46 28c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 12 80 34 106c20 27 48 40 83 40c17 0 33 -4 47 -10c13 -8 29 -17 46 -30c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 14
+c10 10 14 23 15 40h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 3 -47 11z" />
+    <glyph glyph-name="ae.sc.ss01" horiz-adv-x="942"
+d="M899 120v-120h-466v137h-216v-137h-152v314c0 84 23 148 70 194c47 44 114 67 201 67h551v-120h-298v-106h263v-114h-263v-115h310zM433 257v190h-84c-45 0 -79 -11 -100 -33c-21 -23 -32 -57 -32 -104v-53h216z" />
+    <glyph glyph-name="aeacute.sc.ss01" horiz-adv-x="942"
+d="M899 120v-120h-466v137h-216v-137h-152v314c0 84 23 148 70 194c47 44 114 67 201 67h551v-120h-298v-106h263v-114h-263v-115h310zM433 257v190h-84c-45 0 -79 -11 -100 -33c-21 -23 -32 -57 -32 -104v-53h216zM512 788h168l-181 -144h-122z" />
+    <glyph glyph-name="uni01C6.sc.ss01" horiz-adv-x="1281"
+d="M77 575h271c65 0 123 -12 172 -35s88 -57 114 -100c28 -43 41 -94 41 -153c0 -58 -13 -109 -41 -152c-26 -43 -65 -77 -114 -100s-107 -35 -172 -35h-271v575zM343 124c53 0 95 14 126 42c31 29 46 69 46 121s-15 92 -46 121s-73 43 -126 43h-108v-327h108zM1239 121
+v-121h-519v93l121 141h-89v114h186l91 106h-301v121h499v-94l-115 -134h97v-114h-195l-96 -112h321zM1180 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="e.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37z" />
+    <glyph glyph-name="eacute.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM352 788h168l-181 -144h-122z" />
+    <glyph glyph-name="ebreve.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM178 677c-34 27 -52 64 -54 111h98c1 -21 9 -38 26 -52c16 -12 36 -19 60 -19s44 7 60 19c17 14 25 31 26 52h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="ecaron.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM509 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni1E1D.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM224 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 65 -28c15 -14 22 -33 22 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6zM178 677
+c-34 27 -52 64 -54 111h98c1 -21 9 -38 26 -52c16 -12 36 -19 60 -19s44 7 60 19c17 14 25 31 26 52h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="ecircumflex.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM395 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EBF.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM394 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM539 861h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1EC7.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM258 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18zM395 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni1EC1.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM394 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM331 861h159l110 -121h-112z" />
+    <glyph glyph-name="uni1EC3.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM394 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM448 758c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -21c17 -15 25 -34 25 -58c0 -19 -6 -37 -20 -52
+c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni1EC5.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM394 644l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM334 802c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24
+c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni0205.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM46 788h146l72 -144h-114zM248 788h146l72 -144h-114z" />
+    <glyph glyph-name="edieresis.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM157 668c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s37 -7 49 -19c14 -14 20 -30 20 -50s-6 -36 -20 -50c-12 -12 -29 -19 -49 -19s-37 7 -50 19zM360 668c-14 14 -20 30 -20 50s6 36 20 50c12 12 29 19 49 19s37 -7 50 -19
+c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-37 7 -49 19z" />
+    <glyph glyph-name="edotaccent.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM248 673c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1EB9.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM258 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="egrave.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM96 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EBB.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM289 686c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -29c23 -20 34 -46 34 -78c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0207.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM178 755c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 38 -26 52c-16 12 -36 19 -60 19s-44 -7 -60 -19c-17 -14 -25 -31 -26 -52h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="emacron.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM123 760h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E17.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM123 743h370v-83h-370v83zM333 926h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1E15.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM123 743h370v-83h-370v83zM125 926h159l110 -121h-112z" />
+    <glyph glyph-name="eogonek.sc.ss01" horiz-adv-x="576"
+d="M565 -209c-13 -7 -28 -12 -47 -17c-18 -4 -36 -6 -54 -6c-43 0 -76 10 -101 30c-25 21 -37 48 -37 82c0 41 17 79 50 112c-20 -2 -40 -3 -59 -3c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52
+c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177
+c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14c35 9 64 22 87 37l48 -116c-47 -27 -81 -53 -102 -79c-21 -25 -32 -49 -32 -70c0 -15 5 -27 15 -36s24 -13 42 -13c22 0 42 5 60 15z" />
+    <glyph glyph-name="uni1EBD.sc.ss01" horiz-adv-x="576"
+d="M559 45c-29 -17 -65 -31 -109 -41c-42 -10 -87 -15 -133 -15c-61 0 -113 7 -157 23c-42 14 -75 35 -96 62c-22 26 -33 56 -33 91c0 29 8 55 24 79c16 22 38 40 67 52c-22 11 -39 27 -50 47s-17 42 -17 67c0 32 10 61 31 88c20 27 50 48 92 64c40 16 91 24 151 24
+c39 0 77 -4 114 -10c37 -8 69 -17 97 -30l-44 -118c-46 24 -99 36 -160 36c-41 0 -72 -6 -92 -17c-21 -11 -31 -27 -31 -47c0 -35 25 -52 74 -52h167v-116h-177c-29 0 -51 -5 -65 -15c-16 -10 -23 -24 -23 -43c0 -20 11 -36 33 -47s56 -17 102 -17c33 0 66 5 100 14
+c35 9 64 22 87 37zM336 652c-14 6 -29 16 -46 28c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 12 80 34 106c20 27 48 40 83 40c17 0 33 -4 47 -10c13 -8 29 -17 46 -30c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6
+c13 0 25 5 33 14c10 10 14 23 15 40h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 3 -47 11z" />
+    <glyph glyph-name="uni0259.sc.ss01" horiz-adv-x="676"
+d="M489 548c47 -26 85 -62 111 -107c28 -45 41 -97 41 -154s-13 -109 -39 -154s-62 -81 -108 -106s-98 -38 -156 -38c-73 0 -136 20 -189 60s-88 94 -105 161l418 172c-14 23 -33 42 -56 55c-24 13 -51 20 -82 20s-60 -6 -87 -19c-27 -12 -50 -29 -69 -50l-91 98
+c27 31 63 55 107 73c45 18 93 27 146 27c59 0 112 -13 159 -38zM446 151c26 29 39 68 39 117v19l-270 -113c11 -21 27 -38 47 -50c22 -11 47 -17 77 -17c46 0 82 15 107 44z" />
+    <glyph glyph-name="f.sc.ss01" horiz-adv-x="533"
+d="M261 430c-21 -19 -32 -47 -32 -84v-26h228v-121h-228v-199h-158v341c0 77 24 137 73 181c49 42 117 64 204 64c35 0 67 -3 98 -10c30 -6 55 -15 76 -28l-47 -121c-33 20 -74 30 -121 30c-41 0 -72 -9 -93 -27z" />
+    <glyph glyph-name="g.sc.ss01" horiz-adv-x="659"
+d="M455 295h144v-295h-104v34c-40 -30 -91 -45 -153 -45c-58 0 -110 13 -157 37c-47 26 -83 60 -110 105s-40 95 -40 152c0 58 14 110 42 156s67 82 117 108c49 26 105 39 167 39c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67c-51 0 -91 -16 -123 -47
+c-30 -32 -46 -74 -46 -127c0 -51 15 -91 46 -121c30 -31 69 -46 118 -46c37 0 70 10 97 31v148z" />
+    <glyph glyph-name="gbreve.sc.ss01" horiz-adv-x="659"
+d="M455 295h144v-295h-104v34c-40 -30 -91 -45 -153 -45c-58 0 -110 13 -157 37c-47 26 -83 60 -110 105s-40 95 -40 152c0 58 14 110 42 156s67 82 117 108c49 26 105 39 167 39c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67c-51 0 -91 -16 -123 -47
+c-30 -32 -46 -74 -46 -127c0 -51 15 -91 46 -121c30 -31 69 -46 118 -46c37 0 70 10 97 31v148zM226 678c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z
+" />
+    <glyph glyph-name="gcaron.sc.ss01" horiz-adv-x="659"
+d="M455 295h144v-295h-104v34c-40 -30 -91 -45 -153 -45c-58 0 -110 13 -157 37c-47 26 -83 60 -110 105s-40 95 -40 152c0 58 14 110 42 156s67 82 117 108c49 26 105 39 167 39c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67c-51 0 -91 -16 -123 -47
+c-30 -32 -46 -74 -46 -127c0 -51 15 -91 46 -121c30 -31 69 -46 118 -46c37 0 70 10 97 31v148zM557 789l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="gcircumflex.sc.ss01" horiz-adv-x="659"
+d="M455 295h144v-295h-104v34c-40 -30 -91 -45 -153 -45c-58 0 -110 13 -157 37c-47 26 -83 60 -110 105s-40 95 -40 152c0 58 14 110 42 156s67 82 117 108c49 26 105 39 167 39c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67c-51 0 -91 -16 -123 -47
+c-30 -32 -46 -74 -46 -127c0 -51 15 -91 46 -121c30 -31 69 -46 118 -46c37 0 70 10 97 31v148zM443 645l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="gcommaaccent.sc.ss01" horiz-adv-x="659"
+d="M455 295h144v-295h-104v34c-40 -30 -91 -45 -153 -45c-58 0 -110 13 -157 37c-47 26 -83 60 -110 105s-40 95 -40 152c0 58 14 110 42 156s67 82 117 108c49 26 105 39 167 39c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67c-51 0 -91 -16 -123 -47
+c-30 -32 -46 -74 -46 -127c0 -51 15 -91 46 -121c30 -31 69 -46 118 -46c37 0 70 10 97 31v148zM396 -88c13 -10 19 -25 19 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33c0 18 6 33 19 43c12 12 29 17 50 17s38 -5 50 -17z" />
+    <glyph glyph-name="gdotaccent.sc.ss01" horiz-adv-x="659"
+d="M455 295h144v-295h-104v34c-40 -30 -91 -45 -153 -45c-58 0 -110 13 -157 37c-47 26 -83 60 -110 105s-40 95 -40 152c0 58 14 110 42 156s67 82 117 108c49 26 105 39 167 39c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67c-51 0 -91 -16 -123 -47
+c-30 -32 -46 -74 -46 -127c0 -51 15 -91 46 -121c30 -31 69 -46 118 -46c37 0 70 10 97 31v148zM296 674c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1E21.sc.ss01" horiz-adv-x="659"
+d="M455 295h144v-295h-104v34c-40 -30 -91 -45 -153 -45c-58 0 -110 13 -157 37c-47 26 -83 60 -110 105s-40 95 -40 152c0 58 14 110 42 156s67 82 117 108c49 26 105 39 167 39c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67c-51 0 -91 -16 -123 -47
+c-30 -32 -46 -74 -46 -127c0 -51 15 -91 46 -121c30 -31 69 -46 118 -46c37 0 70 10 97 31v148zM171 761h370v-88h-370v88z" />
+    <glyph glyph-name="uni01E5.sc.ss01" horiz-adv-x="696"
+d="M455 295h144v-295h-104v34c-40 -30 -91 -45 -153 -45c-58 0 -110 13 -157 37c-47 26 -83 60 -110 105s-40 95 -40 152c0 58 14 110 42 156s67 82 117 108c49 26 105 39 167 39c111 0 194 -34 251 -103l-104 -93c-38 45 -86 67 -145 67c-51 0 -91 -16 -123 -47
+c-30 -32 -46 -74 -46 -127c0 -51 15 -91 46 -121c30 -31 69 -46 118 -46c37 0 70 10 97 31v148zM338 250h338v-81h-338v81z" />
+    <glyph glyph-name="i.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96z" />
+    <glyph glyph-name="dotlessi.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96z" />
+    <glyph glyph-name="iacute.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM268 788h168l-181 -144h-122z" />
+    <glyph glyph-name="iacute_j.loclNLD.sc.ss01" horiz-adv-x="632"
+d="M191 789h155l-181 -145h-109zM526 789h156l-182 -145h-109zM42 57l58 116c49 -35 102 -52 160 -52c87 0 130 46 130 138v316h159v-308c0 -88 -25 -156 -75 -203s-119 -71 -207 -71c-89 0 -164 21 -225 64zM56 575h158v-306h-158v306z" />
+    <glyph glyph-name="ibreve.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM110 678c-29 27 -44 64 -45 110h94c0 -22 6 -40 17 -52c12 -14 28 -20 48 -20s36 6 48 20c11 12 17 30 17 52h94c-1 -46 -16 -83 -45 -110c-30 -28 -68 -42 -114 -42s-84 14 -114 42z" />
+    <glyph glyph-name="icircumflex.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM289 644l-65 70l-65 -70h-111l109 144h134l109 -144h-111z" />
+    <glyph glyph-name="uni0209.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM-38 788h146l72 -144h-114zM164 788h146l72 -144h-114z" />
+    <glyph glyph-name="idieresis.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM96 669c-13 13 -19 29 -19 49s6 36 19 49c12 13 27 19 46 19s34 -6 47 -19s19 -29 19 -49s-6 -36 -19 -49s-28 -19 -47 -19s-34 6 -46 19zM259 669c-13 13 -19 29 -19 49s6 36 19 49s28 19 47 19
+s34 -6 46 -19c13 -13 19 -29 19 -49s-6 -36 -19 -49c-12 -13 -27 -19 -46 -19s-34 6 -47 19z" />
+    <glyph glyph-name="uni1E2F.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM79 668c-13 12 -19 28 -19 47s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -29 -19 -48 -19s-34 6 -47 19zM275 668c-13 12 -19 28 -19 47s6 34 20 47c12 13 28 19 46 19
+c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -28 -19 -47 -19s-34 6 -47 19zM249 926h159l-157 -121h-113z" />
+    <glyph glyph-name="uni1ECB.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM174 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="igrave.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM12 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EC9.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM205 686c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -29c23 -20 34 -46 34 -78c0 -56 -31 -98 -92 -126z
+" />
+    <glyph glyph-name="uni020B.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM110 754c30 28 68 42 114 42s84 -14 114 -42c29 -27 44 -64 45 -110h-94c0 22 -6 40 -17 52c-11 14 -27 20 -48 20s-37 -6 -48 -20c-11 -12 -17 -30 -17 -52h-94c1 46 16 83 45 110z" />
+    <glyph glyph-name="ij.sc.ss01" horiz-adv-x="632"
+d="M50 -24l62 116c47 -35 101 -53 161 -53c86 0 129 46 129 138v398h159v-390c0 -87 -25 -155 -75 -203c-51 -47 -120 -71 -207 -71c-92 0 -168 22 -229 65zM67 575h159v-388h-159v388z" />
+    <glyph glyph-name="imacron.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM74 760h300v-88h-300v88z" />
+    <glyph glyph-name="iogonek.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM173 -202c-22 21 -33 48 -33 81c0 31 10 61 29 89c19 27 48 52 86 73l48 -41c-24 -19 -41 -38 -51 -54c-9 -18 -14 -35 -14 -52c0 -14 4 -25 12 -34s18 -13 30 -13s23 3 32 10l22 -68
+c-19 -14 -44 -21 -74 -21c-36 0 -65 10 -87 30z" />
+    <glyph glyph-name="itilde.sc.ss01" horiz-adv-x="447"
+d="M303 454v-333h96v-121h-350v121h96v333h-96v121h350v-121h-96zM246 652c-13 7 -26 18 -41 31c-1 1 -5 4 -11 9c-5 5 -10 8 -14 10c-4 3 -8 4 -12 4c-10 0 -18 -5 -23 -15s-8 -24 -8 -43h-78c0 47 9 84 25 108c18 26 42 38 74 38c17 0 31 -4 44 -11s26 -18 41 -31
+c1 -1 5 -4 11 -9c5 -5 10 -8 14 -11c4 -2 8 -3 12 -3c10 0 18 5 23 15c5 9 8 23 8 40h78c0 -46 -9 -81 -25 -106c-18 -25 -42 -37 -74 -37c-17 0 -31 4 -44 11z" />
+    <glyph glyph-name="j.sc.ss01" horiz-adv-x="480"
+d="M70 -70c-35 14 -62 36 -83 64l92 98c29 -39 63 -58 100 -58c49 0 73 29 73 87v332h-201v122h358v-440c0 -77 -19 -134 -57 -171c-38 -38 -93 -57 -166 -57c-43 0 -82 7 -116 23z" />
+    <glyph glyph-name="jcircumflex.sc.ss01" horiz-adv-x="480"
+d="M70 -70c-35 14 -62 36 -83 64l92 98c29 -39 63 -58 100 -58c49 0 73 29 73 87v332h-201v122h358v-440c0 -77 -19 -134 -57 -171c-38 -38 -93 -57 -166 -57c-43 0 -82 7 -116 23zM294 644l-65 70l-65 -70h-111l109 144h134l109 -144h-111z" />
+    <glyph glyph-name="uni01C9.sc.ss01" horiz-adv-x="1004"
+d="M77 575h158v-452h281v-123h-439v575zM594 -70c-35 14 -62 36 -83 64l92 98c29 -39 63 -58 100 -58c49 0 73 29 73 87v332h-201v122h358v-440c0 -77 -19 -134 -57 -171c-38 -38 -93 -57 -166 -57c-43 0 -82 7 -116 23z" />
+    <glyph glyph-name="m.sc.ss01" horiz-adv-x="1039"
+d="M912 528c37 -40 56 -96 56 -169v-359h-158v349c0 72 -34 108 -102 108c-33 0 -58 -9 -78 -27c-18 -19 -28 -47 -28 -84v-346h-159v349c0 72 -33 108 -100 108c-33 0 -60 -9 -79 -27c-19 -19 -29 -47 -29 -84v-346h-158v575h154v-58c19 23 44 40 73 51c29 12 62 18 97 18
+c74 0 129 -26 165 -77c21 25 48 44 80 57s68 20 107 20c68 0 121 -20 159 -58z" />
+    <glyph glyph-name="uni1E43.sc.ss01" horiz-adv-x="1039"
+d="M912 528c37 -40 56 -96 56 -169v-359h-158v349c0 72 -34 108 -102 108c-33 0 -58 -9 -78 -27c-18 -19 -28 -47 -28 -84v-346h-159v349c0 72 -33 108 -100 108c-33 0 -60 -9 -79 -27c-19 -19 -29 -47 -29 -84v-346h-158v575h154v-58c19 23 44 40 73 51c29 12 62 18 97 18
+c74 0 129 -26 165 -77c21 25 48 44 80 57s68 20 107 20c68 0 121 -20 159 -58zM472 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="n.sc.ss01" horiz-adv-x="693"
+d="M564 522c38 -44 58 -103 58 -180v-342h-158v334c0 41 -9 71 -28 92s-45 31 -79 31c-37 0 -66 -11 -89 -33c-22 -23 -33 -54 -33 -95v-329h-158v575h152v-55c41 44 98 66 171 66c70 0 124 -22 164 -64z" />
+    <glyph glyph-name="nacute.sc.ss01" horiz-adv-x="693"
+d="M564 522c38 -44 58 -103 58 -180v-342h-158v334c0 41 -9 71 -28 92s-45 31 -79 31c-37 0 -66 -11 -89 -33c-22 -23 -33 -54 -33 -95v-329h-158v575h152v-55c41 44 98 66 171 66c70 0 124 -22 164 -64zM393 788h168l-181 -144h-122z" />
+    <glyph glyph-name="ncaron.sc.ss01" horiz-adv-x="693"
+d="M564 522c38 -44 58 -103 58 -180v-342h-158v334c0 41 -9 71 -28 92s-45 31 -79 31c-37 0 -66 -11 -89 -33c-22 -23 -33 -54 -33 -95v-329h-158v575h152v-55c41 44 98 66 171 66c70 0 124 -22 164 -64zM550 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="ncommaaccent.sc.ss01" horiz-adv-x="693"
+d="M564 522c38 -44 58 -103 58 -180v-342h-158v334c0 41 -9 71 -28 92s-45 31 -79 31c-37 0 -66 -11 -89 -33c-22 -23 -33 -54 -33 -95v-329h-158v575h152v-55c41 44 98 66 171 66c70 0 124 -22 164 -64zM400 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73
+l25 80c-12 4 -21 10 -27 20c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni1E45.sc.ss01" horiz-adv-x="693"
+d="M564 522c38 -44 58 -103 58 -180v-342h-158v334c0 41 -9 71 -28 92s-45 31 -79 31c-37 0 -66 -11 -89 -33c-22 -23 -33 -54 -33 -95v-329h-158v575h152v-55c41 44 98 66 171 66c70 0 124 -22 164 -64zM288 673c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24
+s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E47.sc.ss01" horiz-adv-x="693"
+d="M564 522c38 -44 58 -103 58 -180v-342h-158v334c0 41 -9 71 -28 92s-45 31 -79 31c-37 0 -66 -11 -89 -33c-22 -23 -33 -54 -33 -95v-329h-158v575h152v-55c41 44 98 66 171 66c70 0 124 -22 164 -64zM300 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20
+c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="eng.sc.ss01" horiz-adv-x="693"
+d="M564 522c38 -44 58 -103 58 -180v-281c0 -74 -19 -130 -56 -169s-92 -58 -165 -58c-60 0 -110 15 -151 46l63 112c23 -19 50 -29 81 -29c24 0 42 7 53 20s17 34 17 63v288c0 41 -9 71 -28 92s-45 31 -79 31c-37 0 -66 -11 -89 -33c-22 -23 -33 -54 -33 -95v-329h-158v575
+h152v-55c41 44 98 66 171 66c70 0 124 -22 164 -64z" />
+    <glyph glyph-name="uni01CC.sc.ss01" horiz-adv-x="1173"
+d="M564 522c38 -44 58 -103 58 -180v-342h-158v334c0 41 -9 71 -28 92s-45 31 -79 31c-37 0 -66 -11 -89 -33c-22 -23 -33 -54 -33 -95v-329h-158v575h152v-55c41 44 98 66 171 66c70 0 124 -22 164 -64zM762 -70c-34 14 -61 36 -82 64l92 98c29 -39 63 -58 100 -58
+c49 0 73 29 73 87v332h-201v122h358v-440c0 -77 -19 -134 -57 -171c-38 -38 -93 -57 -166 -57c-43 0 -82 7 -117 23z" />
+    <glyph glyph-name="uni1E49.sc.ss01" horiz-adv-x="693"
+d="M564 522c38 -44 58 -103 58 -180v-342h-158v334c0 41 -9 71 -28 92s-45 31 -79 31c-37 0 -66 -11 -89 -33c-22 -23 -33 -54 -33 -95v-329h-158v575h152v-55c41 44 98 66 171 66c70 0 124 -22 164 -64zM164 -95h370v-87h-370v87z" />
+    <glyph glyph-name="ntilde.sc.ss01" horiz-adv-x="693"
+d="M564 522c38 -44 58 -103 58 -180v-342h-158v334c0 41 -9 71 -28 92s-45 31 -79 31c-37 0 -66 -11 -89 -33c-22 -23 -33 -54 -33 -95v-329h-158v575h152v-55c41 44 98 66 171 66c70 0 124 -22 164 -64zM376 652c-13 6 -28 16 -45 28c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6
+c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 13 80 33 106c22 27 49 40 84 40c17 0 33 -4 46 -10c14 -8 30 -17 47 -30c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 14c8 10 13 23 14 40h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39
+c-18 0 -34 3 -48 11z" />
+    <glyph glyph-name="q.sc.ss01" horiz-adv-x="716"
+d="M650 154c-20 -41 -48 -74 -86 -102c-36 -26 -79 -45 -127 -55v-108h-158v108c-48 10 -91 29 -127 55c-38 28 -66 61 -86 102c-21 41 -31 85 -31 133c0 57 14 108 42 153c28 46 67 82 115 108c50 25 105 38 166 38s116 -13 166 -38c48 -26 87 -62 115 -108
+c28 -45 42 -96 42 -153c0 -48 -10 -92 -31 -133zM497 191c16 27 24 59 24 96c0 33 -7 63 -21 89c-15 25 -34 45 -59 60c-25 14 -52 21 -83 21s-58 -7 -84 -21c-24 -15 -44 -35 -58 -60c-15 -26 -22 -56 -22 -89c0 -37 8 -68 24 -95s38 -46 66 -59v108h147v-108
+c28 12 50 31 66 58z" />
+    <glyph glyph-name="t.sc.ss01" horiz-adv-x="547"
+d="M505 398c-49 27 -100 45 -153 54v-452h-158v452c-53 -9 -103 -27 -152 -54l-53 115c41 24 85 42 133 55c49 12 99 18 151 18s102 -6 151 -18c49 -13 93 -31 133 -55z" />
+    <glyph glyph-name="tbar.sc.ss01" horiz-adv-x="547"
+d="M505 398c-49 27 -100 45 -153 54v-452h-158v452c-53 -9 -103 -27 -152 -54l-53 115c41 24 85 42 133 55c49 12 99 18 151 18s102 -6 151 -18c49 -13 93 -31 133 -55zM86 303h373v-99h-373v99z" />
+    <glyph glyph-name="tcaron.sc.ss01" horiz-adv-x="547"
+d="M505 398c-49 27 -100 45 -153 54v-452h-158v452c-53 -9 -103 -27 -152 -54l-53 115c41 24 85 42 133 55c49 12 99 18 151 18s102 -6 151 -18c49 -13 93 -31 133 -55zM474 789l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni0163.sc.ss01" horiz-adv-x="547"
+d="M505 398c-49 27 -100 45 -153 54v-452h-158v452c-53 -9 -103 -27 -152 -54l-53 115c41 24 85 42 133 55c49 12 99 18 151 18s102 -6 151 -18c49 -13 93 -31 133 -55zM189 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34
+l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni021B.sc.ss01" horiz-adv-x="547"
+d="M505 398c-49 27 -100 45 -153 54v-452h-158v452c-53 -9 -103 -27 -152 -54l-53 115c41 24 85 42 133 55c49 12 99 18 151 18s102 -6 151 -18c49 -13 93 -31 133 -55zM324 -90c12 -10 18 -25 18 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -27 20
+c-7 8 -10 20 -10 33c0 18 6 33 18 43c13 12 30 17 51 17s38 -5 51 -17z" />
+    <glyph glyph-name="uni1E97.sc.ss01" horiz-adv-x="547"
+d="M505 398c-49 27 -100 45 -153 54v-452h-158v452c-53 -9 -103 -27 -152 -54l-53 115c41 24 85 42 133 55c49 12 99 18 151 18s102 -6 151 -18c49 -13 93 -31 133 -55zM122 670c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49
+s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM324 670c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni1E6D.sc.ss01" horiz-adv-x="547"
+d="M505 398c-49 27 -100 45 -153 54v-452h-158v452c-53 -9 -103 -27 -152 -54l-53 115c41 24 85 42 133 55c49 12 99 18 151 18s102 -6 151 -18c49 -13 93 -31 133 -55zM224 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50
+s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1E6F.sc.ss01" horiz-adv-x="547"
+d="M505 398c-49 27 -100 45 -153 54v-452h-158v452c-53 -9 -103 -27 -152 -54l-53 115c41 24 85 42 133 55c49 12 99 18 151 18s102 -6 151 -18c49 -13 93 -31 133 -55zM88 -95h370v-87h-370v87z" />
+    <glyph glyph-name="u.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159z" />
+    <glyph glyph-name="uacute.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM389 788h168l-181 -144h-122z" />
+    <glyph glyph-name="ubreve.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM215 677c-34 27 -52 64 -54 111h98c1 -21 9 -38 25 -52
+c17 -12 37 -19 61 -19s44 7 61 19c16 14 24 31 25 52h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni01D4.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM546 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="ucircumflex.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM432 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni0215.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM83 788h146l72 -144h-114zM285 788h146l72 -144h-114z" />
+    <glyph glyph-name="udieresis.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM194 668c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19
+s36 -7 50 -19c12 -14 19 -30 19 -50s-7 -36 -19 -50c-14 -12 -30 -19 -50 -19s-37 7 -50 19zM396 668c-12 14 -19 30 -19 50s7 36 19 50c14 12 30 19 50 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-36 7 -50 19z" />
+    <glyph glyph-name="uni1EE5.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM296 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20
+c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="ugrave.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM133 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EE7.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM326 686c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 31
+c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -29c22 -20 33 -46 33 -78c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uhorn.sc.ss01" horiz-adv-x="707"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM525 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60l92 34
+c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104z" />
+    <glyph glyph-name="uni1EE9.sc.ss01" horiz-adv-x="707"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM525 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60l92 34
+c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM389 788h168l-181 -144h-122z" />
+    <glyph glyph-name="uni1EF1.sc.ss01" horiz-adv-x="707"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM525 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60l92 34
+c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM296 -192c-14 13 -20 29 -20 49s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -49c-12 -12 -29 -18 -49 -18s-37 6 -49 18z" />
+    <glyph glyph-name="uni1EEB.sc.ss01" horiz-adv-x="707"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM525 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60l92 34
+c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM133 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EED.sc.ss01" horiz-adv-x="707"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM525 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60l92 34
+c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM326 686c19 9 32 18 40 28c7 10 11 21 11 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 87 -29c22 -20 33 -46 33 -78
+c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni1EEF.sc.ss01" horiz-adv-x="707"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM525 575h27c18 0 32 6 44 17c10 12 16 27 16 46c0 23 -7 43 -20 60l92 34
+c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104zM372 652c-13 6 -28 16 -45 28c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 13 80 33 106c22 27 49 40 84 40c17 0 33 -4 46 -10
+c14 -8 30 -17 47 -30c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 14c8 10 13 23 14 40h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39c-18 0 -34 3 -48 11z" />
+    <glyph glyph-name="uhungarumlaut.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM259 788h146l-104 -144h-114zM461 788h146l-104 -144h-114z" />
+    <glyph glyph-name="uni0217.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM215 755c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98
+c-1 21 -9 38 -25 52c-17 12 -37 19 -61 19s-44 -7 -61 -19c-16 -14 -24 -31 -25 -52h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="umacron.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM160 760h370v-88h-370v88z" />
+    <glyph glyph-name="uni1E7B.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM160 743h370v-83h-370v83zM200 828c-13 13 -19 29 -19 48s6 34 19 47
+s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM396 828c-13 13 -19 29 -19 48s7 34 19 47c14 13 29 19 47 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -28 -18 -47 -18s-34 6 -47 18z" />
+    <glyph glyph-name="uogonek.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM438 -202c-25 21 -37 48 -37 82c0 33 13 63 39 91c25 28 64 51 115 70
+l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 16 -33c10 -9 24 -13 41 -13c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z" />
+    <glyph glyph-name="uring.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM256 664c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35
+s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35zM388 706c11 12 17 27 17 44s-6 32 -17 44c-12 11 -27 17 -44 17s-31 -6 -42 -17c-12 -12 -18 -27 -18 -44s6 -32 17 -44c11 -11 26 -17 43 -17s32 6 44 17z" />
+    <glyph glyph-name="utilde.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM372 652c-13 6 -28 16 -45 28c-11 8 -19 14 -27 18c-6 4 -13 6 -20 6
+c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 13 80 33 106c22 27 49 40 84 40c17 0 33 -4 46 -10c14 -8 30 -17 47 -30c11 -8 19 -14 27 -18c6 -4 13 -6 20 -6c13 0 24 5 34 14c8 10 13 23 14 40h79c-1 -43 -13 -78 -33 -104c-22 -26 -49 -39 -84 -39
+c-18 0 -34 3 -48 11z" />
+    <glyph glyph-name="uni1E79.sc.ss01" horiz-adv-x="693"
+d="M617 575v-575h-153v55c-40 -44 -97 -66 -170 -66c-71 0 -126 21 -164 64c-40 43 -59 102 -59 179v343h158v-334c0 -41 9 -71 28 -92s45 -31 80 -31c37 0 66 11 88 34c22 22 33 53 33 94v329h159zM371 650c-14 6 -29 14 -46 25c-8 5 -16 9 -23 13c-8 4 -15 6 -21 6
+c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 31 92c21 22 49 33 85 33c17 0 32 -3 45 -8c12 -5 27 -13 46 -24c11 -7 20 -12 26 -15c8 -3 14 -5 21 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8zM370 926
+h159l-157 -121h-113z" />
+    <glyph glyph-name="w.sc.ss01" horiz-adv-x="1036"
+d="M965 575v-344c0 -77 -23 -136 -69 -179c-47 -42 -112 -63 -195 -63c-79 0 -140 21 -183 62c-43 -41 -104 -62 -183 -62c-83 0 -147 21 -194 64s-70 102 -70 178v344h158v-341c0 -39 9 -68 28 -87s45 -29 79 -29c69 0 103 39 103 116v341h158v-341c0 -39 9 -68 27 -87
+c17 -19 43 -29 76 -29c34 0 60 10 79 30c19 19 28 48 28 86v341h158z" />
+    <glyph glyph-name="wacute.sc.ss01" horiz-adv-x="1036"
+d="M965 575v-344c0 -77 -23 -136 -69 -179c-47 -42 -112 -63 -195 -63c-79 0 -140 21 -183 62c-43 -41 -104 -62 -183 -62c-83 0 -147 21 -194 64s-70 102 -70 178v344h158v-341c0 -39 9 -68 28 -87s45 -29 79 -29c69 0 103 39 103 116v341h158v-341c0 -39 9 -68 27 -87
+c17 -19 43 -29 76 -29c34 0 60 10 79 30c19 19 28 48 28 86v341h158zM572 787h168l-181 -144h-122z" />
+    <glyph glyph-name="wcircumflex.sc.ss01" horiz-adv-x="1036"
+d="M965 575v-344c0 -77 -23 -136 -69 -179c-47 -42 -112 -63 -195 -63c-79 0 -140 21 -183 62c-43 -41 -104 -62 -183 -62c-83 0 -147 21 -194 64s-70 102 -70 178v344h158v-341c0 -39 9 -68 28 -87s45 -29 79 -29c69 0 103 39 103 116v341h158v-341c0 -39 9 -68 27 -87
+c17 -19 43 -29 76 -29c34 0 60 10 79 30c19 19 28 48 28 86v341h158zM615 643l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="wdieresis.sc.ss01" horiz-adv-x="1036"
+d="M965 575v-344c0 -77 -23 -136 -69 -179c-47 -42 -112 -63 -195 -63c-79 0 -140 21 -183 62c-43 -41 -104 -62 -183 -62c-83 0 -147 21 -194 64s-70 102 -70 178v344h158v-341c0 -39 9 -68 28 -87s45 -29 79 -29c69 0 103 39 103 116v341h158v-341c0 -39 9 -68 27 -87
+c17 -19 43 -29 76 -29c34 0 60 10 79 30c19 19 28 48 28 86v341h158zM377 668c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM580 668c-14 12 -20 29 -20 49s6 37 20 49
+c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="wgrave.sc.ss01" horiz-adv-x="1036"
+d="M965 575v-344c0 -77 -23 -136 -69 -179c-47 -42 -112 -63 -195 -63c-79 0 -140 21 -183 62c-43 -41 -104 -62 -183 -62c-83 0 -147 21 -194 64s-70 102 -70 178v344h158v-341c0 -39 9 -68 28 -87s45 -29 79 -29c69 0 103 39 103 116v341h158v-341c0 -39 9 -68 27 -87
+c17 -19 43 -29 76 -29c34 0 60 10 79 30c19 19 28 48 28 86v341h158zM316 787h168l135 -144h-122z" />
+    <glyph glyph-name="y.sc.ss01" horiz-adv-x="683"
+d="M612 575v-395c0 -88 -26 -156 -76 -202c-52 -48 -121 -71 -210 -71c-51 0 -98 7 -140 19c-41 14 -77 32 -107 56l62 113c25 -19 53 -34 83 -45c32 -11 63 -16 95 -16c47 0 82 11 103 33s32 57 32 104v23c-39 -39 -91 -58 -157 -58c-73 0 -129 21 -170 63s-61 101 -61 177
+v199h158v-192c0 -38 9 -67 28 -87c19 -21 46 -31 81 -31c37 0 66 11 88 32s33 52 33 91v187h158z" />
+    <glyph glyph-name="yacute.sc.ss01" horiz-adv-x="683"
+d="M612 575v-395c0 -88 -26 -156 -76 -202c-52 -48 -121 -71 -210 -71c-51 0 -98 7 -140 19c-41 14 -77 32 -107 56l62 113c25 -19 53 -34 83 -45c32 -11 63 -16 95 -16c47 0 82 11 103 33s32 57 32 104v23c-39 -39 -91 -58 -157 -58c-73 0 -129 21 -170 63s-61 101 -61 177
+v199h158v-192c0 -38 9 -67 28 -87c19 -21 46 -31 81 -31c37 0 66 11 88 32s33 52 33 91v187h158zM384 788h168l-181 -144h-122z" />
+    <glyph glyph-name="ycircumflex.sc.ss01" horiz-adv-x="683"
+d="M612 575v-395c0 -88 -26 -156 -76 -202c-52 -48 -121 -71 -210 -71c-51 0 -98 7 -140 19c-41 14 -77 32 -107 56l62 113c25 -19 53 -34 83 -45c32 -11 63 -16 95 -16c47 0 82 11 103 33s32 57 32 104v23c-39 -39 -91 -58 -157 -58c-73 0 -129 21 -170 63s-61 101 -61 177
+v199h158v-192c0 -38 9 -67 28 -87c19 -21 46 -31 81 -31c37 0 66 11 88 32s33 52 33 91v187h158zM427 644l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="ydieresis.sc.ss01" horiz-adv-x="683"
+d="M612 575v-395c0 -88 -26 -156 -76 -202c-52 -48 -121 -71 -210 -71c-51 0 -98 7 -140 19c-41 14 -77 32 -107 56l62 113c25 -19 53 -34 83 -45c32 -11 63 -16 95 -16c47 0 82 11 103 33s32 57 32 104v23c-39 -39 -91 -58 -157 -58c-73 0 -129 21 -170 63s-61 101 -61 177
+v199h158v-192c0 -38 9 -67 28 -87c19 -21 46 -31 81 -31c37 0 66 11 88 32s33 52 33 91v187h158zM189 668c-13 14 -20 30 -20 50s7 36 20 50c13 12 30 19 50 19s37 -7 49 -19c14 -14 20 -30 20 -50s-6 -36 -20 -50c-12 -12 -29 -19 -49 -19s-37 7 -50 19zM392 668
+c-14 14 -20 30 -20 50s6 36 20 50c12 12 29 19 49 19s37 -7 50 -19c13 -14 20 -30 20 -50s-7 -36 -20 -50c-13 -12 -30 -19 -50 -19s-37 7 -49 19z" />
+    <glyph glyph-name="uni1E8F.sc.ss01" horiz-adv-x="683"
+d="M612 575v-395c0 -88 -26 -156 -76 -202c-52 -48 -121 -71 -210 -71c-51 0 -98 7 -140 19c-41 14 -77 32 -107 56l62 113c25 -19 53 -34 83 -45c32 -11 63 -16 95 -16c47 0 82 11 103 33s32 57 32 104v23c-39 -39 -91 -58 -157 -58c-73 0 -129 21 -170 63s-61 101 -61 177
+v199h158v-192c0 -38 9 -67 28 -87c19 -21 46 -31 81 -31c37 0 66 11 88 32s33 52 33 91v187h158zM280 673c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni1EF5.sc.ss01" horiz-adv-x="683"
+d="M612 575v-395c0 -88 -26 -156 -76 -202c-52 -48 -121 -71 -210 -71c-51 0 -98 7 -140 19c-41 14 -77 32 -107 56l62 113c25 -19 53 -34 83 -45c32 -11 63 -16 95 -16c47 0 82 11 103 33s32 57 32 104v23c-39 -39 -91 -58 -157 -58c-73 0 -129 21 -170 63s-61 101 -61 177
+v199h158v-192c0 -38 9 -67 28 -87c19 -21 46 -31 81 -31c37 0 66 11 88 32s33 52 33 91v187h158zM548 -182c-14 12 -20 28 -20 48s6 37 20 50c12 13 29 20 49 20c19 0 36 -7 49 -20s20 -30 20 -50s-6 -36 -20 -48c-12 -13 -29 -19 -49 -19s-37 6 -49 19z" />
+    <glyph glyph-name="ygrave.sc.ss01" horiz-adv-x="683"
+d="M612 575v-395c0 -88 -26 -156 -76 -202c-52 -48 -121 -71 -210 -71c-51 0 -98 7 -140 19c-41 14 -77 32 -107 56l62 113c25 -19 53 -34 83 -45c32 -11 63 -16 95 -16c47 0 82 11 103 33s32 57 32 104v23c-39 -39 -91 -58 -157 -58c-73 0 -129 21 -170 63s-61 101 -61 177
+v199h158v-192c0 -38 9 -67 28 -87c19 -21 46 -31 81 -31c37 0 66 11 88 32s33 52 33 91v187h158zM128 788h168l135 -144h-122z" />
+    <glyph glyph-name="uni1EF7.sc.ss01" horiz-adv-x="683"
+d="M612 575v-395c0 -88 -26 -156 -76 -202c-52 -48 -121 -71 -210 -71c-51 0 -98 7 -140 19c-41 14 -77 32 -107 56l62 113c25 -19 53 -34 83 -45c32 -11 63 -16 95 -16c47 0 82 11 103 33s32 57 32 104v23c-39 -39 -91 -58 -157 -58c-73 0 -129 21 -170 63s-61 101 -61 177
+v199h158v-192c0 -38 9 -67 28 -87c19 -21 46 -31 81 -31c37 0 66 11 88 32s33 52 33 91v187h158zM321 686c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 31c-9 7 -20 11 -34 11c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -29
+c23 -20 34 -46 34 -78c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni0233.sc.ss01" horiz-adv-x="683"
+d="M612 575v-395c0 -88 -26 -156 -76 -202c-52 -48 -121 -71 -210 -71c-51 0 -98 7 -140 19c-41 14 -77 32 -107 56l62 113c25 -19 53 -34 83 -45c32 -11 63 -16 95 -16c47 0 82 11 103 33s32 57 32 104v23c-39 -39 -91 -58 -157 -58c-73 0 -129 21 -170 63s-61 101 -61 177
+v199h158v-192c0 -38 9 -67 28 -87c19 -21 46 -31 81 -31c37 0 66 11 88 32s33 52 33 91v187h158zM155 760h370v-88h-370v88z" />
+    <glyph glyph-name="uni1EF9.sc.ss01" horiz-adv-x="683"
+d="M612 575v-395c0 -88 -26 -156 -76 -202c-52 -48 -121 -71 -210 -71c-51 0 -98 7 -140 19c-41 14 -77 32 -107 56l62 113c25 -19 53 -34 83 -45c32 -11 63 -16 95 -16c47 0 82 11 103 33s32 57 32 104v23c-39 -39 -91 -58 -157 -58c-73 0 -129 21 -170 63s-61 101 -61 177
+v199h158v-192c0 -38 9 -67 28 -87c19 -21 46 -31 81 -31c37 0 66 11 88 32s33 52 33 91v187h158zM368 652c-14 6 -29 16 -46 28c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -14c-9 -10 -13 -24 -14 -42h-79c1 45 12 80 34 106c20 27 48 40 83 40
+c17 0 33 -4 47 -10c13 -8 29 -17 46 -30c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 14c10 10 14 23 15 40h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 3 -47 11z" />
+    <glyph glyph-name="z.sc.ss01" horiz-adv-x="581"
+d="M557 121v-121h-519v93l121 141h-89v114h186l91 106h-301v121h499v-94l-115 -134h97v-114h-195l-96 -112h321z" />
+    <glyph glyph-name="zacute.sc.ss01" horiz-adv-x="581"
+d="M557 121v-121h-519v93l121 141h-89v114h186l91 106h-301v121h499v-94l-115 -134h97v-114h-195l-96 -112h321zM341 788h168l-181 -144h-122z" />
+    <glyph glyph-name="zcaron.sc.ss01" horiz-adv-x="581"
+d="M557 121v-121h-519v93l121 141h-89v114h186l91 106h-301v121h499v-94l-115 -134h97v-114h-195l-96 -112h321zM498 788l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="zdotaccent.sc.ss01" horiz-adv-x="581"
+d="M557 121v-121h-519v93l121 141h-89v114h186l91 106h-301v121h499v-94l-115 -134h97v-114h-195l-96 -112h321zM236 673c-15 16 -23 36 -23 61c0 24 8 44 23 60c16 16 36 24 61 24s45 -8 61 -24c15 -16 23 -36 23 -60c0 -25 -8 -45 -23 -61c-16 -16 -36 -24 -61 -24
+s-45 8 -61 24z" />
+    <glyph glyph-name="uni1E93.sc.ss01" horiz-adv-x="581"
+d="M557 121v-121h-519v93l121 141h-89v114h186l91 106h-301v121h499v-94l-115 -134h97v-114h-195l-96 -112h321zM248 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="412"
+d="M318 714c28 -24 43 -60 43 -108v-182h-100v39c-9 -14 -22 -25 -40 -33c-18 -7 -40 -11 -65 -11c-41 0 -72 9 -94 27c-23 19 -34 42 -34 71c0 30 12 53 36 71c24 16 61 25 111 25h78c-1 39 -26 59 -77 59c-17 0 -35 -3 -53 -8c-18 -6 -33 -14 -46 -23l-37 68
+c19 13 42 23 69 30s55 11 82 11c55 0 97 -12 127 -36zM253 523v33h-62c-41 0 -61 -12 -61 -35c0 -11 5 -20 14 -26c10 -6 23 -9 40 -9c34 0 57 12 69 37z" />
+    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="427"
+d="M116 440c-28 15 -51 34 -68 60c-16 24 -24 53 -24 85c0 31 8 60 24 85c17 25 40 45 68 59c30 14 62 21 98 21s68 -7 97 -21s51 -34 67 -59c17 -25 25 -54 25 -85c0 -32 -8 -61 -25 -86c-16 -25 -38 -45 -67 -59s-61 -21 -97 -21s-68 7 -98 21zM274 524c15 16 23 36 23 61
+s-8 45 -23 60s-35 22 -60 22s-45 -7 -60 -22c-16 -15 -24 -35 -24 -60s8 -45 24 -61c15 -14 35 -22 60 -22s45 8 60 22z" />
+    <glyph glyph-name="uni0410" unicode="&#x410;" horiz-adv-x="799"
+d="M561 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM510 273l-111 268l-111 -268h222z" />
+    <glyph glyph-name="uni0411" unicode="&#x411;" horiz-adv-x="738"
+d="M87 700h565v-129h-404v-144h194c85 0 149 -18 194 -53c44 -35 66 -86 66 -153c0 -70 -25 -124 -74 -163s-119 -58 -209 -58h-332v700zM410 120c41 0 73 8 95 24c22 17 33 41 33 72c0 61 -43 92 -128 92h-162v-188h162z" />
+    <glyph glyph-name="uni0412" unicode="&#x412;" horiz-adv-x="745"
+d="M670 303c23 -29 34 -64 34 -106c0 -62 -24 -110 -70 -145c-48 -35 -115 -52 -202 -52h-345v700h326c81 0 145 -16 190 -47s68 -76 68 -134c0 -35 -9 -65 -26 -91c-17 -27 -42 -48 -73 -63c43 -13 75 -33 98 -62zM248 410h151c35 0 62 7 80 22c18 14 27 35 27 63
+c0 27 -9 48 -28 63c-18 15 -44 22 -79 22h-151v-170zM540 210c0 58 -38 87 -114 87h-178v-177h178c76 0 114 30 114 90z" />
+    <glyph glyph-name="uni0413" unicode="&#x413;" horiz-adv-x="593"
+d="M580 568h-333l1 -568h-161v700h494z" />
+    <glyph glyph-name="uni0403" unicode="&#x403;" horiz-adv-x="593"
+d="M580 568h-333l1 -568h-161v700h494zM369 901h168l-181 -144h-122z" />
+    <glyph glyph-name="uni0490" unicode="&#x490;" horiz-adv-x="595"
+d="M87 700h344v144h150v-276h-333v-568h-161v700z" />
+    <glyph glyph-name="uni0414" unicode="&#x414;" horiz-adv-x="831"
+d="M809 132v-277h-150v145h-494v-145h-150l1 277h28c42 1 72 32 89 92s28 146 32 257l8 219h538v-568h98zM287 256c-11 -56 -27 -97 -49 -124h313v436h-240l-3 -102c-3 -83 -10 -153 -21 -210z" />
+    <glyph glyph-name="uni0415" unicode="&#x415;" horiz-adv-x="673"
+d="M629 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381z" />
+    <glyph glyph-name="uni0400" unicode="&#x400;" horiz-adv-x="673"
+d="M629 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM140 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni0401" unicode="&#x401;" horiz-adv-x="673"
+d="M629 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM201 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM404 782c-14 12 -20 29 -20 49s6 37 20 49
+c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni0416" unicode="&#x416;" horiz-adv-x="1079"
+d="M722 282h-102v-282h-159v282h-104l-157 -282h-187l210 366l-197 334h171l157 -283h107v283h159v-283h104l158 283h171l-196 -334l209 -366h-187z" />
+    <glyph glyph-name="uni0417" unicode="&#x417;" horiz-adv-x="656"
+d="M580 300c24 -30 35 -65 35 -104c0 -43 -14 -80 -42 -111s-66 -55 -113 -72c-48 -17 -100 -25 -157 -25c-48 0 -96 6 -143 18c-48 12 -93 30 -136 55l50 116c31 -19 64 -33 102 -43c36 -9 73 -14 108 -14c48 0 88 9 120 26c31 17 47 42 47 73c0 26 -11 46 -33 59
+c-21 13 -51 20 -88 20h-171v122h159c33 0 58 7 76 20c19 13 28 32 28 55c0 27 -13 49 -40 64c-26 15 -60 23 -101 23c-31 0 -62 -4 -95 -12c-33 -9 -64 -21 -93 -38l-49 126c74 38 154 57 240 57c55 0 105 -8 151 -24s83 -39 110 -70s41 -66 41 -107c0 -33 -9 -63 -27 -89
+s-43 -46 -74 -60c41 -14 73 -36 95 -65z" />
+    <glyph glyph-name="uni0418" unicode="&#x418;" horiz-adv-x="821"
+d="M87 700h161v-456l334 456h152v-700h-160v455l-334 -455h-153v700z" />
+    <glyph glyph-name="uni0419" unicode="&#x419;" horiz-adv-x="821"
+d="M87 700h161v-456l334 456h152v-700h-160v455l-334 -455h-153v700zM216 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153z" />
+    <glyph glyph-name="uni040D" unicode="&#x40d;" horiz-adv-x="821"
+d="M87 700h161v-456l334 456h152v-700h-160v455l-334 -455h-153v700zM198 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni048A" unicode="&#x48a;" horiz-adv-x="860"
+d="M216 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153zM836 132l-79 -277h-128l29 145h-84v455l-334 -455h-153v700h161v-456l334 456h152v-568h102z" />
+    <glyph glyph-name="uni041A" unicode="&#x41a;" horiz-adv-x="735"
+d="M358 282h-112v-282h-161v700h161v-283h116l184 283h171l-229 -338l236 -362h-184z" />
+    <glyph glyph-name="uni040C" unicode="&#x40c;" horiz-adv-x="735"
+d="M358 282h-112v-282h-161v700h161v-283h116l184 283h171l-229 -338l236 -362h-184zM419 901h168l-181 -144h-122z" />
+    <glyph glyph-name="uni041B" unicode="&#x41b;" horiz-adv-x="799"
+d="M711 700v-700h-160v568h-240l-5 -146c-3 -99 -11 -180 -24 -242c-13 -61 -34 -108 -64 -142c-29 -32 -71 -49 -124 -49c-22 0 -49 4 -80 11l10 137c9 -3 18 -4 29 -4c39 0 66 23 81 69c15 45 25 117 29 214l10 284h538z" />
+    <glyph glyph-name="uni041C" unicode="&#x41c;" horiz-adv-x="963"
+d="M724 0l-1 419l-206 -345h-72l-206 337v-411h-152v700h134l262 -435l258 435h134l1 -700h-152z" />
+    <glyph glyph-name="uni041D" unicode="&#x41d;" horiz-adv-x="817"
+d="M729 700v-700h-162v287h-318v-287h-162v700h162v-276h318v276h162z" />
+    <glyph glyph-name="uni041E" unicode="&#x41e;" horiz-adv-x="842"
+d="M224 35c-58 31 -104 75 -136 129c-34 56 -50 117 -50 186s16 130 50 186c32 54 78 98 136 129c59 31 124 47 197 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -197 47zM533 154
+c33 20 59 46 79 80c18 34 28 73 28 116s-10 82 -28 116c-20 34 -46 60 -79 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -59 -46 -79 -80c-18 -34 -28 -73 -28 -116s10 -82 28 -116c20 -34 46 -60 79 -80c33 -18 71 -28 112 -28s79 10 112 28z" />
+    <glyph glyph-name="uni041F" unicode="&#x41f;" horiz-adv-x="812"
+d="M725 700v-700h-161v568h-316v-568h-161v700h638z" />
+    <glyph glyph-name="uni0420" unicode="&#x420;" horiz-adv-x="724"
+d="M552 669c45 -21 80 -50 105 -88s37 -83 37 -135c0 -51 -12 -96 -37 -134c-25 -39 -60 -68 -105 -88c-46 -21 -100 -31 -162 -31h-141v-193h-162v700h303c62 0 116 -10 162 -31zM492 356c25 22 38 51 38 90s-13 70 -38 90c-25 22 -62 32 -111 32h-132v-243h132
+c49 0 86 11 111 31z" />
+    <glyph glyph-name="uni0421" unicode="&#x421;" horiz-adv-x="726"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46z" />
+    <glyph glyph-name="uni0422" unicode="&#x422;" horiz-adv-x="637"
+d="M622 568h-224v-568h-160v568h-223v132h607v-132z" />
+    <glyph glyph-name="uni0423" unicode="&#x423;" horiz-adv-x="724"
+d="M719 700l-298 -554c-29 -53 -63 -94 -103 -121c-41 -27 -85 -41 -132 -41c-37 0 -75 8 -114 24l39 123c28 -9 51 -13 70 -13c20 0 38 5 54 14c16 10 31 25 44 46l6 8l-276 514h173l186 -376l192 376h159z" />
+    <glyph glyph-name="uni040E" unicode="&#x40e;" horiz-adv-x="724"
+d="M719 700l-298 -554c-29 -53 -63 -94 -103 -121c-41 -27 -85 -41 -132 -41c-37 0 -75 8 -114 24l39 123c28 -9 51 -13 70 -13c20 0 38 5 54 14c16 10 31 25 44 46l6 8l-276 514h173l186 -376l192 376h159zM165 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19
+c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153z" />
+    <glyph glyph-name="uni0424" unicode="&#x424;" horiz-adv-x="950"
+d="M822 134c-64 -54 -154 -83 -272 -89v-76h-149v77c-119 7 -209 36 -273 90c-62 52 -94 125 -94 216c0 92 32 164 94 216c64 53 154 83 273 90v72h149v-71c118 -7 208 -37 272 -90c62 -53 94 -126 94 -217c0 -93 -32 -166 -94 -218zM708 226c35 30 52 72 52 127
+c0 107 -70 166 -210 178v-359c71 7 123 25 158 54zM401 172v359c-71 -7 -124 -25 -159 -53c-34 -30 -51 -71 -51 -126c0 -105 70 -165 210 -180z" />
+    <glyph glyph-name="uni0425" unicode="&#x425;" horiz-adv-x="722"
+d="M213 700l145 -212l145 212h190l-233 -335l252 -365h-191l-163 232l-161 -232h-187l250 358l-234 342h187z" />
+    <glyph glyph-name="uni0427" unicode="&#x427;" horiz-adv-x="749"
+d="M662 700v-700h-160v252c-61 -22 -117 -33 -169 -33c-94 0 -166 23 -216 67c-50 46 -75 110 -75 195v219h160v-201c0 -48 13 -84 38 -109c26 -24 63 -36 112 -36c53 0 103 10 150 31v315h160z" />
+    <glyph glyph-name="uni0426" unicode="&#x426;" horiz-adv-x="841"
+d="M821 132v-280h-149v148h-585v700h161v-568h312v568h161v-568h100z" />
+    <glyph glyph-name="uni0428" unicode="&#x428;" horiz-adv-x="1098"
+d="M1011 700v-700h-924v700h161v-568h221v568h161v-568h220v568h161z" />
+    <glyph glyph-name="uni0429" unicode="&#x429;" horiz-adv-x="1130"
+d="M1011 700v-700h-924v700h161v-568h221v568h161v-568h220v568h161zM1106 132v-277h-150v145h-109v132h259z" />
+    <glyph glyph-name="uni040F" unicode="&#x40f;" horiz-adv-x="808"
+d="M721 0h-242v-148h-150v148h-242v700h161v-568h312v568h161v-700z" />
+    <glyph glyph-name="uni042C" unicode="&#x42c;" horiz-adv-x="721"
+d="M622 413c46 -38 69 -94 69 -169c0 -79 -25 -140 -75 -182c-51 -41 -122 -62 -213 -62h-316v700h161v-230h178c85 0 151 -19 196 -57zM492 151c24 21 36 51 36 90c0 73 -45 109 -134 109h-146v-230h146c42 0 75 10 98 31z" />
+    <glyph glyph-name="uni042A" unicode="&#x42a;" horiz-adv-x="845"
+d="M747 413c45 -38 68 -94 68 -169c0 -79 -25 -140 -75 -182c-51 -41 -122 -62 -213 -62h-315v568h-197v132h357v-230h179c85 0 151 -19 196 -57zM617 151c23 21 35 51 35 90c0 73 -45 109 -134 109h-146v-230h146c43 0 76 10 99 31z" />
+    <glyph glyph-name="uni042B" unicode="&#x42b;" horiz-adv-x="1028"
+d="M622 413c46 -38 69 -94 69 -169c0 -79 -25 -140 -75 -182c-51 -41 -122 -62 -213 -62h-316v700h161v-230h178c85 0 151 -19 196 -57zM492 151c24 21 36 51 36 90c0 73 -45 109 -134 109h-146v-230h146c42 0 75 10 98 31zM780 700h161v-700h-161v700z" />
+    <glyph glyph-name="uni0409" unicode="&#x409;" horiz-adv-x="1185"
+d="M711 700v-700h-160v568h-240l-5 -146c-3 -99 -11 -180 -24 -242c-13 -61 -34 -108 -64 -142c-29 -32 -71 -49 -124 -49c-22 0 -49 4 -80 11l10 137c9 -3 18 -4 29 -4c39 0 66 23 81 69c15 45 25 117 29 214l10 284h538zM1086 413c46 -38 69 -94 69 -169
+c0 -79 -25 -140 -75 -182c-51 -41 -122 -62 -213 -62h-316v700h161v-230h178c85 0 151 -19 196 -57zM956 151c24 21 36 51 36 90c0 73 -45 109 -134 109h-146v-230h146c42 0 75 10 98 31z" />
+    <glyph glyph-name="uni040A" unicode="&#x40a;" horiz-adv-x="1171"
+d="M1078 386c43 -37 65 -90 65 -158c0 -72 -24 -128 -71 -168s-113 -60 -197 -60h-320v305h-307v-305h-161v700h161v-263h307v263h160v-258h177c80 0 142 -19 186 -56zM947 146c21 18 32 43 32 76s-11 58 -31 74c-22 18 -52 26 -91 26h-142v-202h142c39 0 69 9 90 26z" />
+    <glyph glyph-name="uni0405" unicode="&#x405;" horiz-adv-x="653"
+d="M162 10c-52 16 -94 35 -125 59l55 122c30 -22 66 -40 107 -53s83 -20 124 -20c46 0 80 7 102 20c22 14 33 32 33 55c0 17 -6 31 -20 41c-12 12 -29 20 -50 27c-20 7 -47 14 -82 22c-53 13 -97 25 -131 38s-63 33 -87 61c-25 28 -37 65 -37 112c0 41 11 78 33 110
+c22 34 55 60 100 79c44 19 98 29 162 29c45 0 88 -5 131 -16s80 -26 112 -46l-50 -123c-65 37 -129 55 -194 55c-45 0 -79 -7 -101 -22c-21 -15 -32 -34 -32 -58s12 -42 38 -54c24 -11 63 -23 114 -34c53 -13 97 -25 131 -38s63 -33 87 -60c25 -27 37 -64 37 -111
+c0 -40 -11 -77 -33 -109c-23 -34 -56 -60 -101 -79s-99 -29 -163 -29c-55 0 -109 8 -160 22z" />
+    <glyph glyph-name="uni0404" unicode="&#x404;" horiz-adv-x="715"
+d="M216 34c-54 32 -98 74 -129 130c-31 54 -47 117 -47 186s16 132 47 186c31 56 75 98 129 130c56 30 118 46 187 46c62 0 118 -11 167 -32c50 -21 92 -52 125 -93l-103 -96c-49 55 -110 83 -181 83c-51 0 -95 -15 -131 -45c-35 -30 -58 -70 -69 -121h284v-124h-282
+c11 -48 35 -86 70 -115s78 -43 128 -43c71 0 132 28 181 83l103 -96c-33 -41 -75 -72 -125 -93c-49 -21 -105 -32 -167 -32c-69 0 -131 16 -187 46z" />
+    <glyph glyph-name="uni042D" unicode="&#x42d;" horiz-adv-x="714"
+d="M498 666c54 -32 98 -74 129 -130c31 -54 47 -117 47 -186s-16 -132 -47 -186c-31 -56 -75 -98 -129 -130c-56 -30 -118 -46 -187 -46c-62 0 -118 11 -167 32c-50 21 -92 52 -125 93l103 96c49 -55 110 -83 181 -83c51 0 95 15 131 45c35 30 58 70 69 121h-284v124h282
+c-11 48 -35 86 -70 115s-78 43 -128 43c-71 0 -132 -28 -181 -83l-103 96c33 41 75 72 125 93c49 21 105 32 167 32c69 0 131 -16 187 -46z" />
+    <glyph glyph-name="uni0406" unicode="&#x406;" horiz-adv-x="335"
+d="M87 700h161v-700h-161v700z" />
+    <glyph glyph-name="uni0407" unicode="&#x407;" horiz-adv-x="328"
+d="M83 700h162v-700h-162v700zM13 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM216 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20
+c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni0408" unicode="&#x408;" horiz-adv-x="568"
+d="M110 14c-40 18 -73 43 -98 76l90 108c38 -51 81 -77 130 -77c66 0 99 39 99 116v333h-246v130h407v-454c0 -86 -21 -150 -64 -194c-43 -42 -105 -64 -188 -64c-47 0 -91 9 -130 26z" />
+    <glyph glyph-name="uni040B" unicode="&#x40b;" horiz-adv-x="857"
+d="M752 363c45 -42 67 -105 67 -188v-175h-160v154c0 45 -11 78 -35 101c-22 23 -54 34 -95 34c-40 0 -84 -11 -131 -32v-257h-160v568h-223v132h629v-132h-246v-170c60 19 116 28 169 28c79 0 140 -21 185 -63z" />
+    <glyph glyph-name="uni042E" unicode="&#x42e;" horiz-adv-x="1114"
+d="M894 665c57 -31 101 -75 133 -129c32 -56 48 -117 48 -186s-16 -130 -48 -186c-32 -54 -76 -98 -133 -129c-56 -31 -119 -47 -189 -47c-63 0 -120 12 -172 38c-52 24 -95 60 -129 104c-33 46 -55 97 -64 155h-92v-285h-161v700h161v-275h94c11 56 33 106 66 149
+c34 44 77 78 128 102s108 36 169 36c70 0 133 -16 189 -47zM810 154c31 19 56 45 74 79s27 73 27 117s-9 83 -27 117s-43 60 -74 79s-66 28 -105 28s-74 -9 -105 -28s-56 -45 -74 -79s-27 -73 -27 -117s9 -83 27 -117s43 -60 74 -79s66 -28 105 -28s74 9 105 28z" />
+    <glyph glyph-name="uni042F" unicode="&#x42f;" horiz-adv-x="734"
+d="M646 700v-700h-160v186h-148l-124 -186h-171l146 211c-47 19 -84 49 -109 87c-25 40 -38 86 -38 141c0 54 12 101 37 139c25 40 60 70 105 90c45 22 99 32 160 32h302zM242 536c-24 -21 -36 -53 -36 -95c0 -41 12 -72 35 -94s58 -33 103 -33h142v254h-138
+c-46 0 -81 -11 -106 -32z" />
+    <glyph glyph-name="uni0402" unicode="&#x402;" horiz-adv-x="849"
+d="M570 435c79 0 140 -19 184 -58c45 -39 67 -94 67 -165c0 -73 -23 -128 -69 -164c-45 -37 -104 -55 -175 -55c-26 0 -54 3 -84 8l17 127c14 -4 29 -6 46 -6c29 0 53 7 74 22c20 14 30 36 30 65c0 31 -12 54 -34 71c-24 17 -54 25 -92 25c-42 0 -87 -10 -135 -31v-274h-160
+v568h-224v132h637v-132h-253v-159c60 17 117 26 171 26z" />
+    <glyph glyph-name="uni0462" unicode="&#x462;" horiz-adv-x="829"
+d="M732 405c45 -39 67 -94 67 -167c0 -75 -25 -134 -74 -176c-49 -41 -119 -62 -209 -62h-322v544h-177v103h177v95h160v-95h214v-103h-214v-81h186c83 0 147 -19 192 -58zM602 149c22 19 33 48 33 85c0 73 -43 109 -128 109h-153v-223h153c42 0 74 10 95 29z" />
+    <glyph glyph-name="uni046A" unicode="&#x46a;" horiz-adv-x="945"
+d="M933 0h-168l-37 110c-17 57 -38 99 -62 124c-26 25 -55 38 -89 38h-31v-272h-148v272h-28c-35 0 -66 -12 -91 -38c-25 -24 -46 -66 -63 -124l-37 -110h-167l57 145c28 81 61 139 101 177c38 36 85 57 139 60l-204 218v100h735v-98l-205 -219c54 -3 101 -23 141 -61
+c40 -36 74 -96 102 -177zM282 585l189 -202h2l190 202h-381z" />
+    <glyph glyph-name="uni0472" unicode="&#x472;" horiz-adv-x="842"
+d="M224 35c-58 31 -104 75 -136 129c-34 56 -50 117 -50 186s16 130 50 186c32 54 78 98 136 129c59 31 124 47 197 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -197 47zM533 154
+c33 20 59 46 79 80c18 34 28 73 28 116s-10 82 -28 116c-20 34 -46 60 -79 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -59 -46 -79 -80c-18 -34 -28 -73 -28 -116s10 -82 28 -116c20 -34 46 -60 79 -80c33 -18 71 -28 112 -28s79 10 112 28zM91 404h666v-108h-666
+v108z" />
+    <glyph glyph-name="uni0474" unicode="&#x474;" horiz-adv-x="793"
+d="M9 700h175l191 -477l119 333c19 54 44 94 74 120c32 25 71 38 119 38c27 0 58 -4 92 -12l-16 -151c-20 5 -35 7 -45 7c-23 0 -42 -8 -57 -23s-28 -41 -41 -77l-166 -458h-161z" />
+    <glyph glyph-name="uni0492" unicode="&#x492;" horiz-adv-x="640"
+d="M285 568v-196h273v-103h-272v-269h-161v269h-103v103h103v328h494l-1 -132h-333z" />
+    <glyph glyph-name="uni0494" unicode="&#x494;" horiz-adv-x="706"
+d="M403 397c52 0 98 -10 139 -31s72 -51 96 -90c22 -39 34 -86 34 -139c0 -57 -12 -107 -36 -151c-25 -43 -58 -77 -102 -102c-42 -24 -91 -36 -144 -36c-25 0 -49 2 -72 7l26 125c11 -3 22 -4 35 -4c39 0 71 14 96 41s37 63 37 108c0 46 -13 82 -40 108s-61 39 -103 39
+c-39 0 -80 -11 -121 -34v-238h-161v700h514v-132h-353v-200c55 19 106 29 155 29z" />
+    <glyph glyph-name="uni0496" unicode="&#x496;" horiz-adv-x="1111"
+d="M722 282h-102v-282h-159v282h-104l-157 -282h-187l210 366l-197 334h171l157 -283h107v283h159v-283h104l158 283h171l-196 -334l209 -366h-187zM1096 132v-277h-149v145h-68v132h217z" />
+    <glyph glyph-name="uni0498" unicode="&#x498;" horiz-adv-x="656"
+d="M580 300c24 -30 35 -65 35 -104c0 -43 -14 -80 -42 -111s-66 -55 -113 -72c-48 -17 -100 -25 -157 -25c-48 0 -96 6 -143 18c-48 12 -93 30 -136 55l50 116c31 -19 64 -33 102 -43c36 -9 73 -14 108 -14c48 0 88 9 120 26c31 17 47 42 47 73c0 26 -11 46 -33 59
+c-21 13 -51 20 -88 20h-171v122h159c33 0 58 7 76 20c19 13 28 32 28 55c0 27 -13 49 -40 64c-26 15 -60 23 -101 23c-31 0 -62 -4 -95 -12c-33 -9 -64 -21 -93 -38l-49 126c74 38 154 57 240 57c55 0 105 -8 151 -24s83 -39 110 -70s41 -66 41 -107c0 -33 -9 -63 -27 -89
+s-43 -46 -74 -60c41 -14 73 -36 95 -65zM381 -145h-149v176h149v-176z" />
+    <glyph glyph-name="uni049A" unicode="&#x49a;" horiz-adv-x="772"
+d="M358 282h-112v-282h-161v700h161v-283h116l184 283h171l-229 -338l236 -362h-184zM757 132v-277h-149v145h-68v132h217z" />
+    <glyph glyph-name="uni049C" unicode="&#x49c;" horiz-adv-x="775"
+d="M414 282h-30v-119h-87v119h-51v-282h-161v700h161v-283h51v120h87v-120h33l159 283h171l-200 -338l216 -362h-190z" />
+    <glyph glyph-name="uni049E" unicode="&#x49e;" horiz-adv-x="758"
+d="M381 282h-112v-282h-161v538h-83v88h83v74h161v-74h138v-88h-138v-121h116l184 283h171l-229 -338l236 -362h-184z" />
+    <glyph glyph-name="uni04A0" unicode="&#x4a0;" horiz-adv-x="861"
+d="M483 282h-111v-282h-161v568h-196v132h357v-283h116l184 283h171l-229 -338l235 -362h-184z" />
+    <glyph glyph-name="uni04A2" unicode="&#x4a2;" horiz-adv-x="852"
+d="M729 700v-700h-162v287h-318v-287h-162v700h162v-276h318v276h162zM829 132v-277h-150v145h-109v132h259z" />
+    <glyph glyph-name="uni04A4" unicode="&#x4a4;" horiz-adv-x="1078"
+d="M729 700v-700h-162v287h-318v-287h-162v700h162v-276h318v276h162zM1063 568h-333l1 -568h-161v700h494z" />
+    <glyph glyph-name="uni04A6" unicode="&#x4a6;" horiz-adv-x="1178"
+d="M879 396c53 0 99 -10 140 -31s72 -51 95 -90s34 -85 34 -138c0 -57 -12 -107 -36 -151c-25 -43 -58 -77 -102 -102c-42 -24 -91 -36 -144 -36c-25 0 -49 2 -72 7l26 125c11 -3 22 -4 35 -4c39 0 71 14 96 41s37 63 37 108s-13 81 -38 107c-25 25 -59 38 -101 38
+c-39 0 -81 -11 -124 -32v-238h-161v568h-316v-568h-161v700h638v-332c53 19 105 28 154 28z" />
+    <glyph glyph-name="uni0524" unicode="&#x524;" horiz-adv-x="847"
+d="M725 700v-700h-161v568h-316v-568h-161v700h638zM823 132v-277h-150v145h-109v132h259z" />
+    <glyph glyph-name="uni04A8" unicode="&#x4a8;" horiz-adv-x="977"
+d="M785 -23c-63 0 -122 12 -177 35c-52 -17 -106 -26 -161 -26c-75 0 -144 16 -205 48c-61 31 -110 76 -146 136c-35 58 -53 128 -53 208c0 68 14 132 41 190c27 60 66 109 117 148l131 -65c-39 -35 -70 -77 -92 -126c-23 -49 -34 -101 -34 -154c0 -55 12 -103 35 -145
+c23 -40 55 -72 97 -94c40 -22 87 -33 138 -33c-39 38 -69 83 -90 133c-21 52 -32 107 -32 168c0 63 12 119 36 166c23 48 57 85 100 112c43 26 94 39 151 39c55 0 104 -12 145 -37c41 -24 73 -58 96 -102c23 -45 34 -97 34 -157c0 -67 -14 -128 -43 -185s-68 -105 -118 -144
+c14 -2 29 -3 44 -3c36 0 74 6 114 17l12 -110c-47 -13 -93 -19 -140 -19zM538 540c-23 -32 -35 -79 -35 -138c0 -58 11 -110 33 -155c23 -45 54 -82 94 -109c43 25 76 61 100 108c25 46 37 100 37 163c0 57 -11 102 -34 133c-23 32 -54 48 -95 48c-43 0 -76 -16 -100 -50z
+" />
+    <glyph glyph-name="uni04AA" unicode="&#x4aa;" horiz-adv-x="726"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46zM473 -145h-149v176h149v-176z" />
+    <glyph glyph-name="uni04AC" unicode="&#x4ac;" horiz-adv-x="637"
+d="M622 568h-224v-568h-160v568h-223v132h607v-132zM497 132v-277h-150v145h-109v132h259z" />
+    <glyph glyph-name="uni04AE" unicode="&#x4ae;" horiz-adv-x="712"
+d="M437 248v-248h-162v250l-271 450h172l187 -311l187 311h159z" />
+    <glyph glyph-name="uni04B0" unicode="&#x4b0;" horiz-adv-x="676"
+d="M419 248v-248h-162v250l-271 450h172l187 -311l187 311h159zM71 313h524v-109h-524v109z" />
+    <glyph glyph-name="uni04B2" unicode="&#x4b2;" horiz-adv-x="751"
+d="M213 700l145 -212l145 212h190l-233 -335l252 -365h-191l-163 232l-161 -232h-187l250 358l-234 342h187zM738 132v-277h-149v145h-68v132h217z" />
+    <glyph glyph-name="uni04B4" unicode="&#x4b4;" horiz-adv-x="993"
+d="M973 131v-280h-149v148h-585v569h-223v132h564v-132h-180v-437h312v568h161v-568h100z" />
+    <glyph glyph-name="uni04B6" unicode="&#x4b6;" horiz-adv-x="784"
+d="M662 700v-700h-160v252c-61 -22 -117 -33 -169 -33c-94 0 -166 23 -216 67c-50 46 -75 110 -75 195v219h160v-201c0 -48 13 -84 38 -109c26 -24 63 -36 112 -36c53 0 103 10 150 31v315h160zM761 132v-277h-150v145h-109v132h259z" />
+    <glyph glyph-name="uni04B8" unicode="&#x4b8;" horiz-adv-x="749"
+d="M661 700v-700h-160v252c-36 -13 -72 -23 -109 -28v-123h-87v119c-85 4 -151 28 -196 73s-68 107 -68 188v219h160v-201c0 -80 35 -127 104 -141v118h87v-120c39 4 75 14 109 29v315h160z" />
+    <glyph glyph-name="uni04BA" unicode="&#x4ba;" horiz-adv-x="749"
+d="M632 414c50 -46 75 -110 75 -195v-219h-160v201c0 48 -13 84 -39 109c-25 24 -62 36 -111 36c-53 0 -102 -10 -149 -31v-315h-161v700h161v-252c61 22 118 33 169 33c93 0 165 -23 215 -67z" />
+    <glyph glyph-name="uni0526" unicode="&#x526;" horiz-adv-x="822"
+d="M632 414c50 -46 75 -110 75 -195v-219h-160v201c0 48 -13 84 -39 109c-25 24 -62 36 -111 36c-53 0 -102 -10 -149 -31v-315h-161v700h161v-252c61 22 118 33 169 33c93 0 165 -23 215 -67zM806 132v-277h-150v145h-109v132h259z" />
+    <glyph glyph-name="uni04BC" unicode="&#x4bc;" horiz-adv-x="1018"
+d="M978 285h-561c13 -50 38 -89 77 -117c39 -29 83 -43 132 -43c32 0 64 7 96 21c32 13 61 33 88 60l117 -99c-41 -39 -88 -69 -141 -89s-107 -30 -162 -30c-60 0 -116 12 -170 35c-52 23 -97 57 -134 102s-60 98 -69 160h-28c-62 0 -111 17 -146 50s-53 77 -53 130
+c0 37 9 76 27 117l137 -24c-17 -27 -25 -53 -25 -79c0 -23 7 -41 21 -55s34 -21 60 -21h5c9 63 31 118 67 165c35 47 80 82 133 107s110 37 170 37c65 0 125 -14 181 -43s101 -70 134 -124c34 -54 51 -118 51 -191c0 -27 -2 -50 -7 -69zM487 529c-39 -31 -63 -73 -73 -126
+h403c-9 53 -32 95 -69 127c-37 30 -80 46 -129 46s-93 -16 -132 -47z" />
+    <glyph glyph-name="uni04BE" unicode="&#x4be;" horiz-adv-x="1018"
+d="M978 285h-561c13 -50 38 -89 77 -117c39 -29 83 -43 132 -43c32 0 64 7 96 21c32 13 61 33 88 60l117 -99c-41 -39 -88 -69 -141 -89s-107 -30 -162 -30c-60 0 -116 12 -170 35c-52 23 -97 57 -134 102s-60 98 -69 160h-28c-62 0 -111 17 -146 50s-53 77 -53 130
+c0 37 9 76 27 117l137 -24c-17 -27 -25 -53 -25 -79c0 -23 7 -41 21 -55s34 -21 60 -21h5c9 63 31 118 67 165c35 47 80 82 133 107s110 37 170 37c65 0 125 -14 181 -43s101 -70 134 -124c34 -54 51 -118 51 -191c0 -27 -2 -50 -7 -69zM487 529c-39 -31 -63 -73 -73 -126
+h403c-9 53 -32 95 -69 127c-37 30 -80 46 -129 46s-93 -16 -132 -47zM702 -145h-149v176h149v-176z" />
+    <glyph glyph-name="uni04C0" unicode="&#x4c0;" horiz-adv-x="337"
+d="M87 700h162v-700h-162v700z" />
+    <glyph glyph-name="uni04C1" unicode="&#x4c1;" horiz-adv-x="1079"
+d="M722 282h-102v-282h-159v282h-104l-157 -282h-187l210 366l-197 334h171l157 -283h107v283h159v-283h104l158 283h171l-196 -334l209 -366h-187zM347 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39
+c-128 0 -193 51 -194 153z" />
+    <glyph glyph-name="uni04C3" unicode="&#x4c3;" horiz-adv-x="744"
+d="M668 148c38 -59 58 -112 58 -161c0 -60 -18 -107 -54 -141s-85 -51 -147 -51c-46 0 -90 10 -131 30l38 116c23 -11 42 -16 58 -16c18 0 32 6 42 17c11 12 16 29 16 50c0 34 -18 77 -52 130c-36 52 -79 105 -132 160h-115v-282h-162v700h162v-283h115l184 283h171
+l-228 -337c79 -85 137 -156 177 -215z" />
+    <glyph glyph-name="uni04C7" unicode="&#x4c7;" horiz-adv-x="814"
+d="M436 -59c20 -12 40 -18 61 -18s37 6 50 18s19 29 19 52v287h-318v-280h-161v700h161v-287h318v287h160v-711c0 -42 -9 -77 -28 -107c-18 -28 -42 -50 -72 -64c-31 -15 -64 -22 -100 -22c-45 0 -89 11 -130 32z" />
+    <glyph glyph-name="uni04C9" unicode="&#x4c9;" horiz-adv-x="856"
+d="M832 132l-79 -277h-128l29 145h-87v287h-318v-287h-162v700h162v-276h318v276h162v-568h103z" />
+    <glyph glyph-name="uni04CB" unicode="&#x4cb;" horiz-adv-x="744"
+d="M657 700v-700h-136v-145h-149v277h125v154c-60 -22 -116 -33 -167 -33c-94 0 -166 21 -216 63c-50 43 -75 104 -75 185v199h160v-181c0 -43 13 -75 39 -97c25 -23 62 -34 111 -34c54 0 103 10 148 30v282h160z" />
+    <glyph glyph-name="uni04CD" unicode="&#x4cd;" horiz-adv-x="1017"
+d="M993 132l-79 -277h-128l29 145h-91l-1 419l-206 -345h-72l-206 337v-411h-152v700h134l262 -435l258 435h134l1 -568h117z" />
+    <glyph glyph-name="uni04D0" unicode="&#x4d0;" horiz-adv-x="799"
+d="M561 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM510 273l-111 268l-111 -268h222zM206 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153z" />
+    <glyph glyph-name="uni04D2" unicode="&#x4d2;" horiz-adv-x="799"
+d="M561 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM510 273l-111 268l-111 -268h222zM249 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM452 782
+c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni04D4" unicode="&#x4d4;" horiz-adv-x="1091"
+d="M1047 130v-130h-542v150h-253l-82 -150h-166l395 700h635v-130h-368v-152h326v-126h-326v-162h381zM505 273v297h-23l-163 -297h186z" />
+    <glyph glyph-name="uni04D6" unicode="&#x4d6;" horiz-adv-x="673"
+d="M629 130v-130h-542v700h529v-130h-368v-152h325v-126h-325v-162h381zM158 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153z" />
+    <glyph glyph-name="uni04D8" unicode="&#x4d8;" horiz-adv-x="821"
+d="M587 670c59 -29 106 -70 141 -125c36 -55 54 -119 54 -194c0 -74 -18 -139 -53 -193c-35 -56 -82 -98 -140 -126c-58 -30 -120 -44 -187 -44c-66 0 -127 14 -184 43c-56 29 -101 70 -135 124s-51 118 -51 191c0 21 2 43 6 65h573c-13 51 -39 91 -79 120s-86 44 -137 44
+c-33 0 -65 -7 -97 -21c-33 -13 -63 -33 -90 -60l-117 99c41 39 89 68 143 89c53 20 108 30 163 30c68 0 131 -14 190 -42zM540 172c39 33 64 76 74 130h-415c8 -55 31 -98 69 -130c39 -32 84 -48 135 -48c52 0 98 16 137 48z" />
+    <glyph glyph-name="uni04DA" unicode="&#x4da;" horiz-adv-x="821"
+d="M587 670c59 -29 106 -70 141 -125c36 -55 54 -119 54 -194c0 -74 -18 -139 -53 -193c-35 -56 -82 -98 -140 -126c-58 -30 -120 -44 -187 -44c-66 0 -127 14 -184 43c-56 29 -101 70 -135 124s-51 118 -51 191c0 21 2 43 6 65h573c-13 51 -39 91 -79 120s-86 44 -137 44
+c-33 0 -65 -7 -97 -21c-33 -13 -63 -33 -90 -60l-117 99c41 39 89 68 143 89c53 20 108 30 163 30c68 0 131 -14 190 -42zM540 172c39 33 64 76 74 130h-415c8 -55 31 -98 69 -130c39 -32 84 -48 135 -48c52 0 98 16 137 48zM260 782c-13 12 -20 29 -20 49s7 37 20 49
+c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM462 782c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04DC" unicode="&#x4dc;" horiz-adv-x="1079"
+d="M722 282h-102v-282h-159v282h-104l-157 -282h-187l210 366l-197 334h171l157 -283h107v283h159v-283h104l158 283h171l-196 -334l209 -366h-187zM390 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49
+c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM592 782c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04DE" unicode="&#x4de;" horiz-adv-x="656"
+d="M580 300c24 -30 35 -65 35 -104c0 -43 -14 -80 -42 -111s-66 -55 -113 -72c-48 -17 -100 -25 -157 -25c-48 0 -96 6 -143 18c-48 12 -93 30 -136 55l50 116c31 -19 64 -33 102 -43c36 -9 73 -14 108 -14c48 0 88 9 120 26c31 17 47 42 47 73c0 26 -11 46 -33 59
+c-21 13 -51 20 -88 20h-171v122h159c33 0 58 7 76 20c19 13 28 32 28 55c0 27 -13 49 -40 64c-26 15 -60 23 -101 23c-31 0 -62 -4 -95 -12c-33 -9 -64 -21 -93 -38l-49 126c74 38 154 57 240 57c55 0 105 -8 151 -24s83 -39 110 -70s41 -66 41 -107c0 -33 -9 -63 -27 -89
+s-43 -46 -74 -60c41 -14 73 -36 95 -65zM173 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM376 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20
+c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni04E0" unicode="&#x4e0;" horiz-adv-x="638"
+d="M548 348c35 -35 53 -80 53 -133c0 -41 -11 -79 -33 -113c-22 -35 -56 -62 -101 -83s-101 -31 -168 -31c-52 0 -103 6 -152 20c-49 12 -90 31 -122 54l55 125c28 -21 61 -37 98 -48c38 -11 77 -17 116 -17c45 0 80 8 105 24c25 17 38 39 38 68c0 28 -12 50 -35 65
+s-59 23 -107 23h-75v105l156 164h-322v129h511v-105l-170 -179c67 -10 118 -33 153 -68z" />
+    <glyph glyph-name="uni04E2" unicode="&#x4e2;" horiz-adv-x="821"
+d="M87 700h161v-456l334 456h152v-700h-160v455l-334 -455h-153v700zM225 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni04E4" unicode="&#x4e4;" horiz-adv-x="821"
+d="M87 700h161v-456l334 456h152v-700h-160v455l-334 -455h-153v700zM259 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM462 782c-14 12 -20 29 -20 49s6 37 20 49
+c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni04E6" unicode="&#x4e6;" horiz-adv-x="842"
+d="M224 35c-58 31 -104 75 -136 129c-34 56 -50 117 -50 186s16 130 50 186c32 54 78 98 136 129c59 31 124 47 197 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -197 47zM533 154
+c33 20 59 46 79 80c18 34 28 73 28 116s-10 82 -28 116c-20 34 -46 60 -79 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -59 -46 -79 -80c-18 -34 -28 -73 -28 -116s10 -82 28 -116c20 -34 46 -60 79 -80c33 -18 71 -28 112 -28s79 10 112 28zM270 782
+c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM472 782c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49
+c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04E8" unicode="&#x4e8;" horiz-adv-x="842"
+d="M224 35c-58 31 -104 75 -136 129c-34 56 -50 117 -50 186s16 130 50 186c32 54 78 98 136 129c59 31 124 47 197 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -197 47zM533 154
+c33 20 59 46 79 80c18 34 28 73 28 116s-10 82 -28 116c-20 34 -46 60 -79 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -59 -46 -79 -80c-18 -34 -28 -73 -28 -116s10 -82 28 -116c20 -34 46 -60 79 -80c33 -18 71 -28 112 -28s79 10 112 28zM91 404h666v-108h-666
+v108z" />
+    <glyph glyph-name="uni04EA" unicode="&#x4ea;" horiz-adv-x="842"
+d="M224 35c-58 31 -104 75 -136 129c-34 56 -50 117 -50 186s16 130 50 186c32 54 78 98 136 129c59 31 124 47 197 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186s-17 -130 -50 -186c-33 -54 -79 -98 -137 -129s-123 -47 -196 -47s-138 16 -197 47zM533 154
+c33 20 59 46 79 80c18 34 28 73 28 116s-10 82 -28 116c-20 34 -46 60 -79 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -59 -46 -79 -80c-18 -34 -28 -73 -28 -116s10 -82 28 -116c20 -34 46 -60 79 -80c33 -18 71 -28 112 -28s79 10 112 28zM91 404h666v-108h-666
+v108zM270 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM472 782c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49
+s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04EC" unicode="&#x4ec;" horiz-adv-x="714"
+d="M498 666c54 -32 98 -74 129 -130c31 -54 47 -117 47 -186s-16 -132 -47 -186c-31 -56 -75 -98 -129 -130c-56 -30 -118 -46 -187 -46c-62 0 -118 11 -167 32c-50 21 -92 52 -125 93l103 96c49 -55 110 -83 181 -83c51 0 95 15 131 45c35 30 58 70 69 121h-284v124h282
+c-11 48 -35 86 -70 115s-78 43 -128 43c-71 0 -132 -28 -181 -83l-103 96c33 41 75 72 125 93c49 21 105 32 167 32c69 0 131 -16 187 -46zM178 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49
+c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM380 782c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04EE" unicode="&#x4ee;" horiz-adv-x="724"
+d="M719 700l-298 -554c-29 -53 -63 -94 -103 -121c-41 -27 -85 -41 -132 -41c-37 0 -75 8 -114 24l39 123c28 -9 51 -13 70 -13c20 0 38 5 54 14c16 10 31 25 44 46l6 8l-276 514h173l186 -376l192 376h159zM174 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni04F0" unicode="&#x4f0;" horiz-adv-x="724"
+d="M719 700l-298 -554c-29 -53 -63 -94 -103 -121c-41 -27 -85 -41 -132 -41c-37 0 -75 8 -114 24l39 123c28 -9 51 -13 70 -13c20 0 38 5 54 14c16 10 31 25 44 46l6 8l-276 514h173l186 -376l192 376h159zM208 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20
+s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM410 782c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04F2" unicode="&#x4f2;" horiz-adv-x="724"
+d="M719 700l-298 -554c-29 -53 -63 -94 -103 -121c-41 -27 -85 -41 -132 -41c-37 0 -75 8 -114 24l39 123c28 -9 51 -13 70 -13c20 0 38 5 54 14c16 10 31 25 44 46l6 8l-276 514h173l186 -376l192 376h159zM273 901h146l-104 -144h-114zM475 901h146l-104 -144h-114z" />
+    <glyph glyph-name="uni04F4" unicode="&#x4f4;" horiz-adv-x="749"
+d="M662 700v-700h-160v252c-61 -22 -117 -33 -169 -33c-94 0 -166 23 -216 67c-50 46 -75 110 -75 195v219h160v-201c0 -48 13 -84 38 -109c26 -24 63 -36 112 -36c53 0 103 10 150 31v315h160zM204 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20
+c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM406 782c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04F6" unicode="&#x4f6;" horiz-adv-x="593"
+d="M580 568h-333l1 -568h-161v700h494zM346 132v-277h-150v145h-109v132h259z" />
+    <glyph glyph-name="uni04F8" unicode="&#x4f8;" horiz-adv-x="1028"
+d="M622 413c46 -38 69 -94 69 -169c0 -79 -25 -140 -75 -182c-51 -41 -122 -62 -213 -62h-316v700h161v-230h178c85 0 151 -19 196 -57zM492 151c24 21 36 51 36 90c0 73 -45 109 -134 109h-146v-230h146c42 0 75 10 98 31zM780 700h161v-700h-161v700zM366 782
+c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM568 782c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49
+c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04FA" unicode="&#x4fa;" horiz-adv-x="641"
+d="M285 568v-196h273v-102h-273v-160h85v-121c0 -41 -9 -75 -26 -105c-17 -28 -41 -50 -71 -65s-64 -22 -101 -22c-45 0 -90 11 -133 32l39 105c20 -11 41 -17 62 -17c22 0 40 7 53 21c13 13 20 33 20 59v3h-90v270h-103v102h103v328h496v-132h-334z" />
+    <glyph glyph-name="uni04FC" unicode="&#x4fc;" horiz-adv-x="719"
+d="M457 366c57 -69 102 -124 133 -166c32 -41 58 -81 76 -118c20 -37 29 -72 29 -105c0 -38 -9 -71 -27 -99c-18 -27 -42 -48 -73 -62c-31 -15 -65 -22 -102 -22c-45 0 -89 10 -130 31l38 111c21 -10 40 -15 57 -15c18 0 32 6 44 17c10 11 16 27 16 47c0 27 -14 62 -41 103
+c-27 42 -67 93 -118 154l-166 -242h-185l257 357l-246 343h185l160 -225l158 225h176z" />
+    <glyph glyph-name="uni04FE" unicode="&#x4fe;" horiz-adv-x="731"
+d="M718 0h-192l-163 232l-161 -232h-188l216 307h-142v103h142l-199 290h186l146 -212l146 212h188l-201 -290h141v-103h-132z" />
+    <glyph glyph-name="uni0510" unicode="&#x510;" horiz-adv-x="656"
+d="M632 61c-42 -24 -87 -42 -136 -55c-48 -12 -96 -18 -143 -18c-57 0 -109 8 -157 25c-47 17 -85 41 -113 72s-42 68 -42 111c0 39 11 74 35 104c22 29 54 51 94 65c-31 14 -56 34 -74 60s-27 56 -27 89c0 41 14 76 41 107s64 54 110 70c47 16 97 24 152 24
+c41 0 82 -5 122 -14c42 -9 81 -24 118 -43l-49 -126c-29 17 -60 29 -93 38c-33 8 -64 12 -95 12c-41 0 -75 -8 -101 -23c-27 -15 -40 -37 -40 -64c0 -23 9 -42 28 -55c18 -13 43 -20 76 -20h158v-122h-171c-37 0 -67 -7 -88 -20s-32 -33 -32 -59c0 -31 16 -56 47 -73
+c32 -17 72 -26 120 -26c35 0 72 5 108 14c38 10 71 24 102 43z" />
+    <glyph glyph-name="uni0512" unicode="&#x512;" horiz-adv-x="799"
+d="M421 -59c20 -12 40 -18 61 -18s37 6 50 18s19 29 19 52v575h-240l-5 -146c-3 -99 -11 -179 -24 -241s-34 -109 -64 -143c-30 -32 -72 -49 -125 -49c-21 0 -47 4 -80 11l10 137c10 -3 20 -4 29 -4c27 0 48 11 63 33c15 21 27 52 33 92c8 41 12 93 15 158l10 284h538v-711
+c0 -42 -9 -77 -27 -107c-19 -28 -43 -50 -74 -64c-31 -15 -64 -22 -100 -22c-45 0 -89 11 -130 32z" />
+    <glyph glyph-name="uni051A" unicode="&#x51a;" horiz-adv-x="847"
+d="M839 -75c-23 -28 -50 -49 -83 -64c-32 -15 -67 -22 -106 -22c-52 0 -99 11 -141 33c-42 23 -90 62 -144 119c-63 8 -120 28 -169 61c-50 33 -89 75 -116 126c-28 52 -42 109 -42 172c0 69 16 130 50 186c32 54 78 98 136 129c59 31 124 47 197 47s138 -16 196 -47
+s104 -75 137 -129c33 -56 50 -117 50 -186c0 -81 -23 -153 -68 -214c-46 -61 -107 -104 -182 -128c17 -17 33 -30 48 -38c16 -7 33 -11 51 -11c43 0 81 17 114 52zM230 234c20 -34 46 -60 79 -80c33 -18 71 -28 112 -28s79 10 112 28c33 20 59 46 79 80c18 34 28 73 28 116
+s-10 82 -28 116c-20 34 -46 60 -79 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -59 -46 -79 -80c-18 -34 -28 -73 -28 -116s10 -82 28 -116z" />
+    <glyph glyph-name="uni051C" unicode="&#x51c;" horiz-adv-x="1127"
+d="M1113 700l-227 -700h-171l-149 471l-154 -471h-171l-228 700h168l155 -485l159 485h150l153 -488l160 488h155z" />
+    <glyph glyph-name="uni048C" unicode="&#x48c;" horiz-adv-x="752"
+d="M656 405c44 -39 66 -94 66 -167c0 -75 -25 -134 -74 -176c-49 -41 -119 -62 -209 -62h-322v544h-94v103h94v95h160v-95h210v-103h-210v-81h186c84 0 148 -19 193 -58zM526 149c21 19 32 48 32 85c0 73 -43 109 -128 109h-153v-223h153c42 0 74 10 96 29z" />
+    <glyph glyph-name="uni048E" unicode="&#x48e;" horiz-adv-x="735"
+d="M666 315c-19 -36 -46 -65 -81 -87l75 -97l-65 -52l-89 114c-35 -9 -74 -14 -115 -14h-141v-179h-163v700h304c62 0 116 -10 161 -31c46 -21 81 -51 106 -89c24 -40 36 -86 36 -140c0 -47 -9 -89 -28 -125zM414 313l-78 100l64 52l94 -121c25 23 37 55 37 96
+s-13 73 -38 95s-62 33 -111 33h-132v-257h132c8 0 19 1 32 2z" />
+    <glyph glyph-name="uni0528" unicode="&#x528;" horiz-adv-x="813"
+d="M-42 -59c20 -12 40 -18 60 -18c21 0 37 6 50 18s19 29 19 52v707h160v-287h319v287h160v-700h-160v280h-319v-291c0 -42 -9 -77 -27 -107c-19 -28 -43 -50 -74 -64c-31 -15 -64 -22 -100 -22c-45 0 -88 11 -129 32z" />
+    <glyph glyph-name="uni052E" unicode="&#x52e;" horiz-adv-x="834"
+d="M711 700v-700h-160v568h-240l-5 -146c-3 -99 -11 -180 -24 -242c-13 -61 -34 -108 -64 -142c-29 -32 -71 -49 -124 -49c-22 0 -49 4 -80 11l10 137c9 -3 18 -4 29 -4c39 0 66 23 81 69c15 45 25 117 29 214l10 284h538zM810 132v-277h-150v145h-109v132h259z" />
+    <glyph glyph-name="uni0414.loclBGR" horiz-adv-x="836"
+d="M820 132v-277h-149v145h-506v-145h-149v277h75l247 568h161l241 -568h80zM250 132h317l-154 398z" />
+    <glyph glyph-name="uni041B.loclBGR" horiz-adv-x="782"
+d="M598 0l-212 499l-216 -499h-162l303 700h160l303 -700h-176z" />
+    <glyph glyph-name="uni0424.loclBGR" horiz-adv-x="952"
+d="M872 186c-28 -50 -70 -91 -126 -122c-54 -32 -119 -52 -194 -61v-61h-151v61c-75 8 -139 28 -195 60c-54 32 -97 73 -126 123s-44 105 -44 166s15 116 44 166c29 49 72 90 126 122c56 32 120 52 195 60v57h151v-57c75 -8 140 -28 194 -60c56 -32 98 -73 126 -122
+c30 -50 44 -105 44 -166s-14 -116 -44 -166zM246 208c36 -39 88 -63 155 -73v433c-67 -10 -119 -34 -155 -72c-36 -39 -54 -87 -54 -144s18 -105 54 -144zM706 208c36 39 54 87 54 144s-18 105 -54 143c-35 38 -87 62 -154 73v-433c67 11 119 35 154 73z" />
+    <glyph glyph-name="uni0492.loclBSH" horiz-adv-x="603"
+d="M247 568v-196h273v-103h-272v-269h-161v700h494l-1 -132h-333z" />
+    <glyph glyph-name="uni0498.loclBSH" horiz-adv-x="656"
+d="M580 300c24 -30 35 -65 35 -104c0 -43 -14 -80 -42 -111s-66 -55 -113 -72c-48 -17 -100 -25 -157 -25c-48 0 -96 6 -143 18c-48 12 -93 30 -136 55l50 116c31 -19 64 -33 102 -43c36 -9 73 -14 108 -14c48 0 88 9 120 26c31 17 47 42 47 73c0 26 -11 46 -33 59
+c-21 13 -51 20 -88 20h-171v122h159c33 0 58 7 76 20c19 13 28 32 28 55c0 27 -13 49 -40 64c-26 15 -60 23 -101 23c-31 0 -62 -4 -95 -12c-33 -9 -64 -21 -93 -38l-49 126c74 38 154 57 240 57c55 0 105 -8 151 -24s83 -39 110 -70s41 -66 41 -107c0 -33 -9 -63 -27 -89
+s-43 -46 -74 -60c41 -14 73 -36 95 -65zM381 -145h-149v176h149v-176z" />
+    <glyph glyph-name="uni04AA.loclBSH" horiz-adv-x="726"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46zM473 -145h-149v176h149v-176z" />
+    <glyph glyph-name="uni04AA.loclCHU" horiz-adv-x="726"
+d="M224 34c-57 32 -102 74 -136 130c-32 54 -49 117 -49 186s17 132 49 186c34 56 79 98 136 130c58 30 123 46 195 46c61 0 115 -11 165 -32c48 -21 90 -52 123 -92l-104 -96c-47 55 -106 82 -176 82c-43 0 -82 -10 -116 -28c-34 -20 -61 -46 -79 -80
+c-20 -34 -29 -73 -29 -116s9 -82 29 -116c18 -34 45 -60 79 -80c34 -18 73 -28 116 -28c70 0 129 28 176 83l104 -96c-33 -41 -75 -72 -124 -93s-104 -32 -165 -32c-71 0 -136 16 -194 46zM313 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32
+c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 66 -28c14 -14 21 -33 21 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni0410.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320z" />
+    <glyph glyph-name="uni0414.ss01" horiz-adv-x="858"
+d="M835 132v-277h-150v145h-512v-145h-150l1 277h84v262c0 67 13 125 40 172c27 48 64 84 112 109c49 25 105 37 169 37s120 -12 169 -37c48 -25 85 -61 112 -109c27 -47 40 -105 40 -172v-262h85zM587 132v276c0 55 -14 96 -41 124c-28 28 -67 42 -117 42
+c-49 0 -88 -14 -117 -42c-28 -28 -42 -69 -42 -124v-276h317z" />
+    <glyph glyph-name="uni0415.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46z" />
+    <glyph glyph-name="uni0400.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM150 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni0401.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM211 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM414 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20
+c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni0418.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162z" />
+    <glyph glyph-name="uni0419.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM204 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19
+c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153z" />
+    <glyph glyph-name="uni048A.ss01" horiz-adv-x="792"
+d="M204 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153zM817 132l-79 -277h-128l29 145h-87v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162
+v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162v-568h108z" />
+    <glyph glyph-name="uni040D.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM186 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni041B.ss01" horiz-adv-x="801"
+d="M582 675c48 -25 84 -61 110 -109c26 -47 39 -105 39 -172v-394h-163v408c0 55 -13 96 -40 124s-63 42 -109 42c-47 0 -83 -14 -111 -42c-26 -28 -40 -69 -40 -124v-408h-243l-1 132h81v262c0 67 13 125 39 172c26 48 63 84 110 109s102 37 165 37c62 0 117 -12 163 -37z
+" />
+    <glyph glyph-name="uni0420.ss01" horiz-adv-x="724"
+d="M608 635c54 -48 82 -115 82 -202c0 -82 -25 -146 -74 -193c-50 -47 -120 -70 -209 -70c-29 0 -58 3 -85 9c-28 6 -58 16 -90 30v-209h-160v414c0 94 26 166 78 217c53 51 129 76 228 76c98 0 174 -24 230 -72zM488 328c26 24 39 58 39 102c0 45 -13 79 -39 104
+c-25 25 -61 37 -106 37c-47 0 -84 -14 -110 -41c-27 -27 -40 -66 -40 -115v-78c20 -14 43 -25 68 -33c26 -8 52 -12 79 -12c47 0 84 12 109 36z" />
+    <glyph glyph-name="uni0422.ss01" horiz-adv-x="678"
+d="M613 504c-60 35 -124 57 -193 67v-571h-162v571c-69 -10 -133 -32 -194 -67l-55 121c48 29 100 50 156 65s114 22 173 22c60 0 118 -7 174 -22c57 -15 109 -36 156 -65z" />
+    <glyph glyph-name="uni0423.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162z" />
+    <glyph glyph-name="uni040E.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM199 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153z" />
+    <glyph glyph-name="uni0424.ss01" horiz-adv-x="954"
+d="M710 664c67 -30 118 -73 154 -128c35 -55 53 -117 53 -186s-18 -131 -53 -186c-36 -55 -87 -98 -154 -128c-67 -32 -144 -47 -233 -47s-167 15 -233 47c-67 30 -118 73 -154 128c-35 55 -53 117 -53 186s18 131 53 186c36 55 87 98 154 128c66 32 144 47 233 47
+s166 -15 233 -47zM248 203c36 -39 87 -64 154 -75v443c-67 -11 -118 -35 -154 -75c-35 -38 -53 -87 -53 -146s18 -108 53 -147zM706 203c35 39 53 88 53 147s-18 108 -53 146c-36 40 -87 64 -154 75v-443c67 11 118 36 154 75z" />
+    <glyph glyph-name="uni042C.ss01" horiz-adv-x="724"
+d="M620 424c48 -43 73 -104 73 -182c0 -81 -27 -144 -82 -189s-132 -67 -233 -67c-99 0 -175 22 -226 67s-77 110 -77 197v450h160v-252c63 27 125 41 185 41c84 0 150 -22 200 -65zM492 145c25 22 38 53 38 92c0 41 -14 72 -40 95c-28 22 -63 33 -108 33
+c-25 0 -50 -4 -76 -11c-26 -8 -50 -19 -71 -33v-67c0 -45 13 -80 39 -105s63 -37 111 -37c46 0 82 11 107 33z" />
+    <glyph glyph-name="uni042A.ss01" horiz-adv-x="880"
+d="M776 424c48 -43 73 -104 73 -182c0 -81 -27 -144 -82 -189s-132 -67 -233 -67c-99 0 -175 22 -226 67s-77 110 -77 197v319l-1 -1h-214v132h375v-252c63 27 125 41 185 41c84 0 150 -22 200 -65zM648 145c25 22 38 53 38 92c0 41 -14 72 -40 95c-28 22 -63 33 -108 33
+c-25 0 -50 -4 -76 -11c-26 -8 -50 -19 -71 -33v-67c0 -45 13 -80 39 -105s63 -37 111 -37c46 0 82 11 107 33z" />
+    <glyph glyph-name="uni042B.ss01" horiz-adv-x="1028"
+d="M620 424c48 -43 73 -104 73 -182c0 -81 -27 -144 -82 -189s-132 -67 -233 -67c-99 0 -175 22 -226 67s-77 110 -77 197v450h160v-252c63 27 125 41 185 41c84 0 150 -22 200 -65zM941 700v-700h-160v700h160zM492 145c25 22 38 53 38 92c0 41 -14 72 -40 95
+c-28 22 -63 33 -108 33c-25 0 -50 -4 -76 -11c-26 -8 -50 -19 -71 -33v-67c0 -45 13 -80 39 -105s63 -37 111 -37c46 0 82 11 107 33z" />
+    <glyph glyph-name="uni0409.ss01" horiz-adv-x="1180"
+d="M1075 424c49 -43 74 -104 74 -182c0 -81 -27 -144 -83 -189c-54 -45 -132 -67 -233 -67c-99 0 -175 22 -226 67s-77 110 -77 197v318h-219l-6 -146c-3 -99 -11 -179 -23 -241c-14 -62 -35 -109 -64 -143c-30 -32 -72 -49 -125 -49c-22 0 -49 4 -80 11l10 137
+c9 -3 18 -4 29 -4c27 0 48 11 63 33c15 21 27 52 33 92c8 41 12 93 15 158l9 284h519l-1 -1v-251c63 27 125 41 185 41c84 0 151 -22 200 -65zM947 145c25 22 38 53 38 92c0 41 -13 72 -41 95c-26 22 -62 33 -106 33c-25 0 -51 -4 -77 -11c-26 -8 -50 -19 -71 -33v-67
+c0 -45 13 -80 40 -104c26 -26 63 -38 110 -38c46 0 82 11 107 33z" />
+    <glyph glyph-name="uni040A.ss01" horiz-adv-x="1154"
+d="M610 46c-50 42 -75 103 -75 182v78h-287v-306h-161v700h161v-262h287v262h160v-258h177c80 0 142 -19 186 -57c45 -38 67 -91 67 -159c0 -77 -26 -137 -77 -179s-125 -63 -220 -63s-167 21 -218 62zM926 138c24 21 36 49 36 84c0 33 -11 58 -32 75c-22 17 -53 26 -93 26
+h-142v-98c0 -38 12 -67 35 -87s56 -30 99 -30c41 0 74 10 97 30z" />
+    <glyph glyph-name="uni0408.ss01" horiz-adv-x="540"
+d="M80 -86c-38 18 -71 43 -96 76l88 108c38 -51 81 -77 129 -77c67 0 100 39 100 116v433h-245v130h407v-554c0 -86 -21 -150 -64 -194c-43 -42 -106 -64 -189 -64c-47 0 -90 9 -130 26z" />
+    <glyph glyph-name="uni0462.ss01" horiz-adv-x="844"
+d="M739 424c49 -43 74 -104 74 -182c0 -81 -27 -144 -83 -189c-54 -45 -132 -67 -233 -67c-99 0 -175 22 -226 67s-77 110 -77 197v301h-177v103h177v96h160v-96h214v-103h-214v-103c63 27 125 41 185 41c84 0 151 -22 200 -65zM611 145c25 22 38 53 38 92
+c0 41 -13 72 -41 95c-26 22 -62 33 -107 33c-25 0 -50 -4 -76 -11c-26 -8 -50 -19 -71 -33v-67c0 -45 13 -80 40 -104c26 -26 63 -38 110 -38c46 0 82 11 107 33z" />
+    <glyph glyph-name="uni04AC.ss01" horiz-adv-x="678"
+d="M613 504c-60 35 -124 57 -193 67v-571h-162v571c-69 -10 -133 -32 -194 -67l-55 121c48 29 100 50 156 65s114 22 173 22c60 0 118 -7 174 -22c57 -15 109 -36 156 -65zM517 132v-277h-150v145h-109v132h259z" />
+    <glyph glyph-name="uni04D0.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM204 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153z" />
+    <glyph glyph-name="uni04D2.ss01" horiz-adv-x="796"
+d="M567 674c48 -25 85 -63 112 -112s40 -109 40 -179v-383h-162v168h-320v-168h-160v383c0 70 13 130 40 179s64 87 112 112s104 38 169 38s121 -13 169 -38zM557 298v100c0 58 -14 102 -43 132c-29 29 -68 44 -117 44c-50 0 -89 -15 -117 -44c-29 -30 -43 -74 -43 -132
+v-100h320zM247 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM450 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49
+s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni04D4.ss01" horiz-adv-x="1086"
+d="M1049 129v-129h-543v177h-273v-177h-163v385c0 101 27 179 81 233c54 55 132 82 233 82h651v-129h-369v-154h327v-123h-327v-165h383zM506 305v257h-108c-56 0 -98 -15 -124 -44c-28 -30 -41 -76 -41 -137v-76h273z" />
+    <glyph glyph-name="uni04D6.ss01" horiz-adv-x="667"
+d="M655 60c-33 -23 -75 -40 -125 -53c-51 -13 -104 -19 -161 -19c-71 0 -131 9 -180 26c-49 18 -87 43 -112 74c-25 32 -38 68 -38 109c0 37 10 70 31 99s49 50 85 64c-27 15 -49 35 -63 60c-16 25 -23 54 -23 85c0 38 12 73 35 104s59 56 106 75s105 28 174 28
+c45 0 90 -4 133 -14c43 -8 81 -21 113 -36l-45 -124c-61 29 -126 43 -195 43c-52 0 -91 -8 -118 -23c-26 -16 -39 -37 -39 -64c0 -25 9 -44 27 -56c17 -14 44 -20 80 -20h191v-128h-201c-41 0 -72 -7 -94 -21s-33 -34 -33 -61c0 -28 14 -50 43 -66c28 -15 71 -23 130 -23
+c41 0 83 5 124 17c41 10 76 26 105 46zM168 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153z" />
+    <glyph glyph-name="uni04E2.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM213 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni04E4.ss01" horiz-adv-x="792"
+d="M709 700v-700h-157v85c-48 -65 -119 -97 -212 -97c-83 0 -147 26 -194 78c-46 53 -69 127 -69 224v410h162v-405c0 -56 13 -98 39 -127c27 -28 63 -42 108 -42c49 0 88 15 117 46c29 30 44 75 44 134v394h162zM247 782c-13 12 -20 29 -20 49s7 37 20 49
+c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM450 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni04EE.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM208 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni04F0.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM242 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM444 782
+c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04F2.ss01" horiz-adv-x="785"
+d="M708 700v-481c0 -105 -29 -186 -88 -243c-59 -56 -140 -84 -243 -84c-59 0 -114 8 -163 24c-49 17 -91 40 -126 70l63 120c63 -51 137 -77 222 -77c59 0 102 15 131 45c28 29 42 75 42 137v43c-47 -57 -113 -86 -198 -86c-89 0 -157 25 -204 76c-48 50 -72 122 -72 217
+v239h162v-229c0 -55 13 -96 39 -124s63 -42 110 -42c50 0 90 15 119 44s44 74 44 133v218h162zM307 901h146l-104 -144h-114zM509 901h146l-104 -144h-114z" />
+    <glyph glyph-name="uni04F8.ss01" horiz-adv-x="1028"
+d="M620 424c48 -43 73 -104 73 -182c0 -81 -27 -144 -82 -189s-132 -67 -233 -67c-99 0 -175 22 -226 67s-77 110 -77 197v450h160v-252c63 27 125 41 185 41c84 0 150 -22 200 -65zM941 700v-700h-160v700h160zM492 145c25 22 38 53 38 92c0 41 -14 72 -40 95
+c-28 22 -63 33 -108 33c-25 0 -50 -4 -76 -11c-26 -8 -50 -19 -71 -33v-67c0 -45 13 -80 39 -105s63 -37 111 -37c46 0 82 11 107 33zM363 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49
+c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM566 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni051A.ss01" horiz-adv-x="844"
+d="M767 186c-25 -50 -61 -92 -107 -125c-45 -33 -98 -55 -157 -66v-130h-163v130c-59 11 -111 33 -156 66c-46 33 -82 75 -107 125s-38 105 -38 164c0 69 17 130 49 186c34 54 79 98 138 129c58 31 123 47 196 47s138 -16 196 -47s104 -75 137 -129c33 -56 50 -117 50 -186
+c0 -60 -13 -115 -38 -164zM602 214c26 38 39 83 39 136c0 43 -9 82 -29 116c-18 34 -45 60 -78 80c-33 18 -71 28 -112 28s-79 -10 -112 -28c-33 -20 -60 -46 -78 -80c-20 -34 -29 -73 -29 -116c0 -53 13 -98 39 -135c25 -37 60 -63 104 -78v144h150v-144
+c45 14 80 40 106 77z" />
+    <glyph glyph-name="uni048C.ss01" horiz-adv-x="764"
+d="M659 421c49 -43 74 -102 74 -179c0 -81 -27 -144 -82 -189s-132 -67 -233 -67c-100 0 -176 22 -227 67s-77 110 -77 197v301h-94v103h94v88h160v-88h214v-103h-214v-103c65 25 127 37 185 37c84 0 151 -21 200 -64zM531 145c25 22 38 53 38 92s-13 70 -41 91
+c-26 22 -62 33 -106 33c-25 0 -51 -3 -77 -11c-26 -6 -50 -17 -71 -30v-66c0 -45 13 -80 40 -105c26 -25 63 -37 111 -37c45 0 81 11 106 33z" />
+    <glyph glyph-name="uni0430" unicode="&#x430;" horiz-adv-x="604"
+d="M476 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -107 21c-31 14 -54 33 -70 58s-24 53 -24 84c0 50 19 89 56 118c38 29 96 43 175 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -85 -14c-27 -8 -51 -21 -70 -36
+l-56 109c29 21 64 37 106 48c40 11 83 17 126 17c83 0 147 -20 192 -60zM343 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 24 -48c15 -11 37 -17 64 -17s50 6 71 19z" />
+    <glyph glyph-name="uni0431" unicode="&#x431;" horiz-adv-x="673"
+d="M521 470c39 -22 69 -51 89 -89c22 -38 32 -82 32 -132c0 -51 -12 -97 -38 -137c-24 -39 -59 -70 -104 -92c-45 -21 -95 -32 -152 -32c-94 0 -168 30 -222 90c-53 61 -80 149 -80 266c0 108 24 194 70 258c48 65 120 107 217 127l256 51l21 -134l-226 -45
+c-61 -12 -107 -32 -136 -60c-30 -28 -48 -68 -53 -119c23 25 51 45 84 58c33 14 68 21 107 21c51 0 96 -11 135 -31zM446 148c24 26 36 59 36 99c0 41 -12 73 -36 97c-25 24 -57 36 -97 36c-41 0 -73 -12 -98 -36s-37 -56 -37 -97s13 -74 38 -99c25 -26 58 -39 97 -39
+c40 0 72 13 97 39z" />
+    <glyph glyph-name="uni0432" unicode="&#x432;" horiz-adv-x="622"
+d="M581 153c0 -49 -18 -86 -55 -113s-91 -40 -164 -40h-287v538h275c67 0 120 -12 158 -36c38 -25 57 -59 57 -103c0 -27 -7 -50 -21 -71c-13 -20 -33 -36 -58 -47c63 -21 95 -64 95 -128zM218 317h118c55 0 82 19 82 58c0 38 -27 57 -82 57h-118v-115zM435 165
+c0 21 -7 36 -20 45c-13 10 -34 15 -63 15h-134v-119h131c57 0 86 20 86 59z" />
+    <glyph glyph-name="uni0433" unicode="&#x433;" horiz-adv-x="514"
+d="M506 410h-276v-410h-155v538h431v-128z" />
+    <glyph glyph-name="uni0453" unicode="&#x453;" horiz-adv-x="514"
+d="M506 410h-276v-410h-155v538h431v-128zM336 750h168l-181 -144h-122z" />
+    <glyph glyph-name="uni0491" unicode="&#x491;" horiz-adv-x="502"
+d="M75 538h273v110h145v-238h-263v-410h-155v538z" />
+    <glyph glyph-name="uni0434" unicode="&#x434;" horiz-adv-x="701"
+d="M678 128v-244h-145v116h-378v-116h-145v244h22c33 1 56 20 69 59s21 94 24 165l7 186h469v-410h77zM254 207c-7 -35 -19 -61 -36 -79h227v282h-176l-3 -69c-2 -55 -6 -99 -12 -134z" />
+    <glyph glyph-name="uni0435" unicode="&#x435;" horiz-adv-x="643"
+d="M595 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 74 13c22 8 42 21 61 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s13 100 37 143c26 42 60 75 104 98c43 24 92 36 146 36c53 0 100 -11 143 -34
+s76 -55 101 -98c24 -42 36 -91 36 -147c0 -2 -1 -16 -3 -42zM230 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30z" />
+    <glyph glyph-name="uni0450" unicode="&#x450;" horiz-adv-x="643"
+d="M595 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 74 13c22 8 42 21 61 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s13 100 37 143c26 42 60 75 104 98c43 24 92 36 146 36c53 0 100 -11 143 -34
+s76 -55 101 -98c24 -42 36 -91 36 -147c0 -2 -1 -16 -3 -42zM230 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM103 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni0451" unicode="&#x451;" horiz-adv-x="643"
+d="M595 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 74 13c22 8 42 21 61 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s13 100 37 143c26 42 60 75 104 98c43 24 92 36 146 36c53 0 100 -11 143 -34
+s76 -55 101 -98c24 -42 36 -91 36 -147c0 -2 -1 -16 -3 -42zM230 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM164 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49
+s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM366 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni0436" unicode="&#x436;" horiz-adv-x="913"
+d="M608 204h-75v-204h-154v204h-75l-114 -204h-184l169 278l-157 260h165l119 -209h77v209h154v-209h76l120 209h165l-157 -260l170 -278h-185z" />
+    <glyph glyph-name="uni0437" unicode="&#x437;" horiz-adv-x="563"
+d="M498 234c18 -21 27 -45 27 -74c0 -34 -12 -64 -35 -90c-23 -25 -55 -45 -96 -59s-87 -21 -138 -21c-42 0 -83 4 -124 13s-78 22 -113 39l42 109c57 -27 119 -41 188 -41c37 0 65 6 87 16c20 12 31 27 31 47c0 17 -7 31 -22 39c-15 10 -36 14 -64 14h-110v97h96
+c27 0 48 4 63 13s22 21 22 38s-9 31 -28 40c-18 9 -44 14 -78 14c-52 0 -109 -12 -170 -37l-38 108c75 33 147 49 218 49c49 0 92 -6 130 -18c39 -12 69 -30 91 -52c22 -24 33 -50 33 -81c0 -25 -8 -48 -23 -69c-15 -20 -36 -36 -63 -48c32 -10 57 -25 74 -46z" />
+    <glyph glyph-name="uni0438" unicode="&#x438;" horiz-adv-x="710"
+d="M75 538h155v-320l262 320h143v-538h-155v320l-261 -320h-144v538z" />
+    <glyph glyph-name="uni0439" unicode="&#x439;" horiz-adv-x="710"
+d="M75 538h155v-320l262 320h143v-538h-155v320l-261 -320h-144v538zM168 751h102c1 -23 7 -41 20 -55c12 -12 30 -19 54 -19s42 7 56 19c12 14 19 32 19 55h104c-1 -103 -60 -155 -178 -155c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="uni045D" unicode="&#x45d;" horiz-adv-x="710"
+d="M75 538h155v-320l262 320h143v-538h-155v320l-261 -320h-144v538zM133 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni048B" unicode="&#x48b;" horiz-adv-x="737"
+d="M215 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41zM719 128l-69 -235h-123l23 107h-70v320l-261 -320h-144v538h155v-320l262 320h143v-410h84z
+" />
+    <glyph glyph-name="uni043A" unicode="&#x43a;" horiz-adv-x="642"
+d="M312 204h-81v-204h-156v538h156v-209h84l146 209h166l-188 -258l201 -280h-184z" />
+    <glyph glyph-name="uni045C" unicode="&#x45c;" horiz-adv-x="642"
+d="M312 204h-81v-204h-156v538h156v-209h84l146 209h166l-188 -258l201 -280h-184zM374 751h168l-181 -144h-122z" />
+    <glyph glyph-name="uni043B" unicode="&#x43b;" horiz-adv-x="666"
+d="M591 538v-538h-156v410h-170l-5 -95c-3 -71 -9 -129 -20 -176s-28 -83 -52 -110s-57 -40 -100 -40c-23 0 -50 4 -81 12l8 128c11 -1 18 -2 23 -2c23 0 41 9 52 25c12 18 20 39 24 66c4 26 7 61 9 104l8 216h460z" />
+    <glyph glyph-name="uni043C" unicode="&#x43c;" horiz-adv-x="815"
+d="M600 0v322l-161 -270h-66l-157 271v-323h-141v538h163l172 -311l183 311h146l2 -538h-141z" />
+    <glyph glyph-name="uni043D" unicode="&#x43d;" horiz-adv-x="694"
+d="M75 538h155v-210h234v210h156v-538h-156v201h-234v-201h-155v538z" />
+    <glyph glyph-name="uni043E" unicode="&#x43e;" horiz-adv-x="654"
+d="M174 28c-44 23 -80 56 -105 98s-38 90 -38 143s13 101 38 143s61 75 105 98c46 24 96 36 153 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-107 12 -153 36zM426 160c25 28 38 64 38 109
+s-13 81 -38 109c-26 26 -59 40 -99 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 99 40z" />
+    <glyph glyph-name="uni043F" unicode="&#x43f;" horiz-adv-x="685"
+d="M610 538v-538h-156v410h-224v-410h-155v538h535z" />
+    <glyph glyph-name="uni0440" unicode="&#x440;" horiz-adv-x="694"
+d="M528 512c42 -24 74 -56 97 -98c23 -41 35 -90 35 -145s-12 -104 -35 -145c-23 -42 -55 -74 -97 -98c-40 -22 -86 -34 -136 -34c-69 0 -123 22 -162 65v-251h-156v732h149v-62c39 47 95 70 169 70c50 0 96 -12 136 -34zM464 160c25 28 38 64 38 109s-13 81 -38 109
+c-26 26 -59 40 -99 40s-73 -14 -99 -40c-25 -28 -38 -64 -38 -109s13 -81 38 -109c26 -26 59 -40 99 -40s73 14 99 40z" />
+    <glyph glyph-name="uni0441" unicode="&#x441;" horiz-adv-x="592"
+d="M176 28c-45 23 -81 56 -106 98c-26 42 -39 90 -39 143s13 101 39 143c25 42 61 75 106 98c46 24 98 36 155 36s106 -12 149 -36c42 -23 73 -57 92 -101l-121 -65c-28 49 -68 74 -121 74c-41 0 -74 -13 -101 -40s-40 -63 -40 -109s13 -82 40 -109s60 -40 101 -40
+c53 0 94 25 121 74l121 -66c-19 -43 -50 -76 -92 -100c-43 -24 -92 -36 -149 -36s-109 12 -155 36z" />
+    <glyph glyph-name="uni0442" unicode="&#x442;" horiz-adv-x="535"
+d="M527 410h-182v-410h-155v410h-182v128h519v-128z" />
+    <glyph glyph-name="uni0443" unicode="&#x443;" horiz-adv-x="614"
+d="M614 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150z" />
+    <glyph glyph-name="uni045E" unicode="&#x45e;" horiz-adv-x="614"
+d="M614 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM119 751h102
+c1 -23 7 -41 19 -55c13 -12 31 -19 55 -19s43 7 55 19c14 14 20 32 20 55h104c-1 -103 -60 -155 -178 -155c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="uni0444" unicode="&#x444;" horiz-adv-x="849"
+d="M734 74c-55 -49 -135 -77 -238 -84v-184h-143v184c-103 7 -183 35 -239 82c-55 48 -83 114 -83 199c0 83 27 148 83 194c54 46 134 73 239 80v197h143v-197c103 -7 183 -34 238 -81c56 -47 84 -111 84 -193c0 -83 -28 -149 -84 -197zM223 160c27 -26 71 -42 130 -49v313
+c-59 -6 -103 -22 -130 -46c-27 -26 -41 -61 -41 -107c0 -48 14 -85 41 -111zM626 160c28 26 42 63 42 111c0 46 -14 81 -42 107c-27 24 -71 40 -130 46v-313c59 7 103 23 130 49z" />
+    <glyph glyph-name="uni0445" unicode="&#x445;" horiz-adv-x="592"
+d="M413 0l-118 165l-122 -165h-170l207 271l-200 267h175l114 -157l117 157h166l-200 -263l208 -275h-177z" />
+    <glyph glyph-name="uni0447" unicode="&#x447;" horiz-adv-x="634"
+d="M559 538v-538h-156v200c-45 -23 -95 -34 -150 -34c-73 0 -127 16 -165 50c-36 32 -55 84 -55 153v169h156v-159c0 -33 9 -56 25 -71c18 -15 42 -22 74 -22c41 0 79 9 115 26v226h156z" />
+    <glyph glyph-name="uni0446" unicode="&#x446;" horiz-adv-x="704"
+d="M681 128v-246h-145v118h-461v538h155v-410h217v410h156v-410h78z" />
+    <glyph glyph-name="uni0448" unicode="&#x448;" horiz-adv-x="971"
+d="M896 538v-538h-821v538h155v-410h179v410h155v-410h177v410h155z" />
+    <glyph glyph-name="uni0449" unicode="&#x449;" horiz-adv-x="971"
+d="M896 538v-538h-821v538h155v-410h179v410h155v-410h177v410h155zM971 128v-235h-145v107h-89v128h234z" />
+    <glyph glyph-name="uni045F" unicode="&#x45f;" horiz-adv-x="661"
+d="M586 0h-182v-118h-146v118h-183v538h155v-410h200v410h156v-538z" />
+    <glyph glyph-name="uni044C" unicode="&#x44c;" horiz-adv-x="605"
+d="M527 318c37 -30 56 -74 56 -131c0 -59 -21 -105 -63 -139c-41 -32 -100 -49 -175 -49l-270 1v538h155v-172h136c70 -1 124 -16 161 -48zM400 129c16 13 24 33 24 60c0 26 -8 45 -24 57c-15 12 -38 18 -69 19l-101 1v-156h101c30 -1 53 6 69 19z" />
+    <glyph glyph-name="uni044A" unicode="&#x44a;" horiz-adv-x="682"
+d="M604 320c38 -32 56 -75 56 -132c0 -59 -21 -106 -62 -138c-42 -34 -100 -50 -175 -50h-260v410h-155v128h311v-172h126c69 0 123 -16 159 -46zM479 131c15 14 22 34 22 60c0 49 -29 74 -87 74h-95v-155h95c29 0 50 7 65 21z" />
+    <glyph glyph-name="uni044B" unicode="&#x44b;" horiz-adv-x="859"
+d="M517 319c36 -31 54 -75 54 -132c0 -60 -20 -106 -61 -139s-98 -49 -173 -49l-262 1v538h155v-172h128c70 -1 123 -16 159 -47zM629 538h155v-538h-155v538zM392 129c16 13 24 33 24 60c0 26 -8 45 -24 57c-15 12 -38 18 -69 19l-93 1v-156h93c30 -1 53 6 69 19z" />
+    <glyph glyph-name="uni0459" unicode="&#x459;" horiz-adv-x="965"
+d="M591 538v-538h-156v410h-170l-5 -95c-3 -71 -9 -129 -20 -176s-28 -83 -52 -110s-57 -40 -100 -40c-23 0 -50 4 -81 12l8 128c11 -1 18 -2 23 -2c23 0 41 9 52 25c12 18 20 39 24 66c4 26 7 61 9 104l8 216h460zM887 318c37 -30 56 -74 56 -131c0 -59 -21 -105 -63 -139
+c-41 -32 -100 -49 -175 -49l-270 1v538h155v-172h136c70 -1 124 -16 161 -48zM760 129c16 13 24 33 24 60c0 26 -8 45 -24 57c-15 12 -38 18 -69 19l-101 1v-156h101c30 -1 53 6 69 19z" />
+    <glyph glyph-name="uni045A" unicode="&#x45a;" horiz-adv-x="972"
+d="M898 302c37 -29 55 -70 55 -123c0 -55 -21 -99 -62 -131s-98 -48 -171 -48h-266v218h-224v-218h-155v538h155v-193h224v193h156v-193h132c67 0 119 -14 156 -43zM772 126c15 11 22 27 22 48c0 20 -7 35 -22 46c-14 11 -35 16 -62 16h-100v-128h100c27 0 47 6 62 18z" />
+    <glyph glyph-name="uni0455" unicode="&#x455;" horiz-adv-x="551"
+d="M134 8c-43 12 -77 25 -102 42l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22
+c38 0 76 -4 114 -12c37 -9 68 -20 93 -35l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60
+c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16z" />
+    <glyph glyph-name="uni0454" unicode="&#x454;" horiz-adv-x="592"
+d="M178 26c-45 23 -81 56 -107 99s-39 91 -39 144s13 101 39 144s62 76 107 99c46 24 98 36 156 36c51 0 98 -8 140 -26c41 -16 76 -41 103 -73l-89 -84c-41 42 -90 63 -148 63c-39 0 -72 -10 -100 -29s-47 -46 -57 -79h226v-107h-224c11 -32 30 -57 57 -76s60 -28 98 -28
+c57 0 107 21 148 64l89 -83c-27 -33 -62 -58 -103 -74c-42 -18 -89 -26 -140 -26c-58 0 -110 12 -156 36z" />
+    <glyph glyph-name="uni044D" unicode="&#x44d;" horiz-adv-x="590"
+d="M412 512c46 -23 82 -56 108 -99s39 -91 39 -144s-13 -101 -39 -144s-62 -76 -108 -99c-45 -24 -97 -36 -155 -36c-51 0 -98 8 -139 26c-42 16 -77 41 -104 73l89 84c41 -42 90 -63 148 -63c39 0 72 10 100 29s47 46 57 79h-226v107h224c-11 32 -30 57 -57 76
+s-60 28 -98 28c-57 0 -107 -21 -148 -64l-89 83c27 33 62 58 104 74c41 18 88 26 139 26c58 0 110 -12 155 -36z" />
+    <glyph glyph-name="uni0456" unicode="&#x456;" horiz-adv-x="305"
+d="M74 538h156v-538h-156v538zM82 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="uni0457" unicode="&#x457;" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM22 632c-13 13 -19 29 -19 49s6 36 19 49c12 13 27 19 46 19s34 -6 47 -19s19 -29 19 -49s-6 -36 -19 -49s-28 -19 -47 -19s-34 6 -46 19zM185 632c-13 13 -19 29 -19 49s6 36 19 49s28 19 47 19s34 -6 46 -19c13 -13 19 -29 19 -49
+s-6 -36 -19 -49c-12 -13 -27 -19 -46 -19s-34 6 -47 19z" />
+    <glyph glyph-name="uni0458" unicode="&#x458;" horiz-adv-x="306"
+d="M-96 -172l42 113c18 -13 40 -19 66 -19c20 0 36 6 47 20c11 12 17 32 17 58v538h156v-537c0 -63 -18 -112 -54 -149c-35 -36 -85 -54 -149 -54c-55 0 -96 10 -125 30zM84 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60
+c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="uni045B" unicode="&#x45b;" horiz-adv-x="685"
+d="M563 486c41 -40 61 -99 61 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -45 31 -80 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v594h-121v83h121v65h156v-65h208v-83h-208v-112c21 21 46 36 75 48c29 10 61 16 95 16c67 0 121 -20 162 -60z" />
+    <glyph glyph-name="uni044E" unicode="&#x44e;" horiz-adv-x="903"
+d="M731 510c43 -23 77 -56 102 -98s37 -90 37 -143s-12 -101 -37 -143s-59 -75 -102 -98c-43 -24 -92 -36 -147 -36c-47 0 -91 9 -130 26c-39 18 -72 43 -98 76c-26 32 -43 69 -52 111h-74v-205h-155v538h155v-198h75c15 63 48 113 98 150s110 56 181 56
+c55 0 104 -12 147 -36zM678 160c26 28 38 64 38 109c0 46 -12 82 -38 109c-24 27 -56 40 -94 40c-39 0 -70 -13 -96 -40c-24 -27 -37 -63 -37 -109c0 -45 13 -81 37 -109c26 -26 57 -40 96 -40c38 0 70 14 94 40z" />
+    <glyph glyph-name="uni044F" unicode="&#x44f;" horiz-adv-x="628"
+d="M553 538v-538h-139v154h-115l-102 -154h-166l123 176c-37 15 -66 36 -86 64c-19 27 -29 61 -29 100c0 63 23 112 69 146c45 35 108 52 188 52h257zM224 393c-18 -12 -26 -31 -26 -58s8 -46 24 -59c17 -12 42 -18 75 -18h117v153h-115c-33 0 -59 -6 -75 -18z" />
+    <glyph glyph-name="uni0452" unicode="&#x452;" horiz-adv-x="685"
+d="M563 486c41 -40 61 -99 61 -178v-307c0 -63 -18 -112 -53 -149c-35 -36 -85 -54 -149 -54c-55 0 -96 10 -125 30l41 113c19 -13 42 -19 67 -19c20 0 35 6 47 20c10 12 16 32 16 58v284c0 43 -9 74 -28 96c-19 20 -45 31 -80 31c-39 0 -71 -12 -94 -37
+c-23 -24 -35 -60 -35 -108v-266h-156v591h-96v91h96v60h148v-60h227v-91h-227v-117c21 23 46 41 77 54c31 12 64 18 101 18c67 0 121 -20 162 -60z" />
+    <glyph glyph-name="uni0463" unicode="&#x463;" horiz-adv-x="648"
+d="M570 318c37 -30 56 -74 56 -130c0 -60 -21 -106 -62 -140c-42 -32 -101 -49 -176 -49l-270 1v474h-118v100h118v168h156v-168h191v-100h-191v-108h136c69 -1 123 -16 160 -48zM443 129c16 13 24 33 24 60c0 26 -8 45 -23 57c-16 12 -39 18 -70 19l-100 1v-156h100
+c30 -1 53 6 69 19z" />
+    <glyph glyph-name="uni046B" unicode="&#x46b;" horiz-adv-x="771"
+d="M764 0h-152l-25 75c-12 45 -27 76 -43 95c-18 19 -40 28 -67 28h-26v-198h-134v198h-23c-27 0 -49 -10 -66 -28c-17 -20 -32 -51 -44 -95l-25 -75h-152l42 107c23 64 49 111 77 140c30 29 65 46 107 50l-150 151v90h602v-90l-151 -151c43 -3 80 -19 110 -49
+c30 -28 56 -76 79 -141zM243 439l140 -141l143 141h-283z" />
+    <glyph glyph-name="uni0473" unicode="&#x473;" horiz-adv-x="661"
+d="M484 510c46 -23 82 -56 108 -98c25 -42 38 -90 38 -143s-13 -101 -38 -143c-26 -42 -62 -75 -108 -98c-45 -24 -97 -36 -154 -36s-109 12 -154 36c-45 23 -81 56 -106 98c-26 42 -39 90 -39 143s13 101 39 143c25 42 61 75 106 98c45 24 97 36 154 36s109 -12 154 -36z
+M237 402c-25 -20 -42 -48 -51 -83h289c-9 35 -26 63 -51 83c-26 20 -57 30 -94 30s-68 -10 -93 -30zM424 136c25 20 42 48 51 83h-289c9 -35 26 -62 52 -83c25 -20 56 -30 92 -30c37 0 68 10 94 30z" />
+    <glyph glyph-name="uni0475" unicode="&#x475;" horiz-adv-x="648"
+d="M462 523c25 19 56 29 95 29c25 0 53 -4 84 -12l-15 -147c-19 5 -32 7 -40 7c-15 0 -27 -5 -36 -16c-9 -10 -19 -29 -30 -56l-130 -328h-155l-234 538h170l143 -342l88 236c15 41 35 72 60 91z" />
+    <glyph glyph-name="uni0493" unicode="&#x493;" horiz-adv-x="549"
+d="M258 410v-135h199v-95h-199v-180h-155v180h-74v95h74v263h431v-128h-276z" />
+    <glyph glyph-name="uni0495" unicode="&#x495;" horiz-adv-x="627"
+d="M357 295c49 0 93 -10 131 -29c39 -19 69 -47 90 -82c22 -36 33 -78 33 -126c0 -50 -11 -95 -34 -134s-55 -70 -97 -92c-41 -22 -89 -33 -143 -33c-27 0 -56 3 -86 9l32 127c14 -3 29 -4 45 -4c39 0 70 11 91 33s32 51 32 87c0 40 -12 70 -35 89c-23 20 -53 30 -89 30
+c-33 0 -66 -7 -97 -21v-149h-155v538h424v-128h-269v-135c43 13 85 20 127 20z" />
+    <glyph glyph-name="uni0497" unicode="&#x497;" horiz-adv-x="940"
+d="M608 204h-75v-204h-154v204h-75l-114 -204h-184l169 278l-157 260h165l119 -209h77v209h154v-209h76l120 209h165l-157 -260l170 -278h-185zM930 125v-233h-141v108h-67v125h208z" />
+    <glyph glyph-name="uni0499" unicode="&#x499;" horiz-adv-x="563"
+d="M474 54c-35 -29 -81 -48 -138 -58v-103h-146v101c-63 6 -120 22 -171 48l42 109c57 -27 119 -41 188 -41c37 0 65 6 87 16c20 12 31 27 31 47c0 17 -7 31 -22 39c-15 10 -36 14 -64 14h-110v97h96c27 0 48 4 63 13s22 21 22 38s-9 31 -28 40c-18 9 -44 14 -78 14
+c-52 0 -109 -12 -170 -37l-38 108c75 33 147 49 218 49c49 0 92 -6 130 -18c39 -12 69 -30 91 -52c22 -24 33 -50 33 -81c0 -25 -8 -48 -23 -69c-15 -20 -36 -36 -63 -48c32 -10 57 -25 74 -46c18 -21 27 -45 27 -74c0 -42 -17 -77 -51 -106z" />
+    <glyph glyph-name="uni049B" unicode="&#x49b;" horiz-adv-x="642"
+d="M312 204h-81v-204h-156v538h156v-209h84l146 209h166l-188 -258l201 -280h-184zM664 125v-233h-141v108h-67v125h208z" />
+    <glyph glyph-name="uni049D" unicode="&#x49d;" horiz-adv-x="657"
+d="M356 204h-18v-79h-78v79h-34v-204h-156v538h156v-209h35v85h77v-85h19l119 209h162l-157 -260l171 -278h-182z" />
+    <glyph glyph-name="uni049F" unicode="&#x49f;" horiz-adv-x="640"
+d="M310 204h-80v-204h-156v591h-87v92h87v59h156v-60h134v-91h-134v-262h83l147 209h166l-189 -258l201 -280h-184z" />
+    <glyph glyph-name="uni04A1" unicode="&#x4a1;" horiz-adv-x="728"
+d="M399 204h-82v-204h-156v413h-153v125h309v-209h84l147 209h165l-188 -258l201 -280h-184z" />
+    <glyph glyph-name="uni04A3" unicode="&#x4a3;" horiz-adv-x="720"
+d="M75 538h155v-210h234v210h156v-538h-156v201h-234v-201h-155v538zM698 128v-235h-145v107h-89v128h234z" />
+    <glyph glyph-name="uni04A5" unicode="&#x4a5;" horiz-adv-x="903"
+d="M75 538h155v-210h234v210h156v-538h-156v201h-234v-201h-155v538zM895 410h-276v-410h-155v538h431v-128z" />
+    <glyph glyph-name="uni0525" unicode="&#x525;" horiz-adv-x="685"
+d="M610 538v-538h-156v410h-224v-410h-155v538h535zM688 128v-235h-145v107h-89v128h234z" />
+    <glyph glyph-name="uni04A7" unicode="&#x4a7;" horiz-adv-x="995"
+d="M728 295c49 0 93 -10 132 -29c38 -19 68 -47 89 -82c21 -36 32 -78 32 -126c0 -50 -11 -95 -35 -134c-22 -39 -55 -70 -96 -92c-42 -22 -90 -33 -144 -33c-27 0 -56 3 -86 9l32 127c14 -3 29 -4 45 -4c40 0 71 11 92 33s32 51 32 87c0 40 -12 70 -35 89
+c-23 20 -53 30 -90 30c-33 0 -64 -7 -95 -20v-150h-155v410h-216v-410h-155v538h526v-263c45 13 88 20 127 20z" />
+    <glyph glyph-name="uni04A9" unicode="&#x4a9;" horiz-adv-x="833"
+d="M670 -22c-56 0 -108 10 -156 30c-45 -13 -91 -19 -136 -19c-68 0 -128 13 -180 37c-51 26 -91 61 -120 107s-43 100 -43 161c0 52 11 101 33 146s53 83 93 112l125 -60c-31 -29 -54 -60 -70 -95c-17 -35 -25 -71 -25 -108c0 -56 17 -101 51 -135c35 -34 82 -53 142 -56
+c-25 28 -45 60 -60 96c-14 36 -21 74 -21 115c0 49 10 91 29 128c20 37 48 65 85 85s80 30 129 30c71 0 128 -20 170 -60c43 -41 64 -95 64 -164c0 -47 -10 -92 -30 -132c-20 -42 -48 -78 -85 -109c38 -2 75 2 112 11l7 -105c-35 -10 -73 -15 -114 -15zM470 401
+c-17 -21 -26 -51 -26 -89c0 -40 8 -76 24 -107s39 -57 68 -77c33 19 58 44 76 76c18 33 27 71 27 114c0 37 -8 65 -25 85s-40 30 -70 30c-31 0 -56 -11 -74 -32z" />
+    <glyph glyph-name="uni04AB" unicode="&#x4ab;" horiz-adv-x="592"
+d="M176 28c-45 23 -81 56 -106 98c-26 42 -39 90 -39 143s13 101 39 143c25 42 61 75 106 98c46 24 98 36 155 36s106 -12 149 -36c42 -23 73 -57 92 -101l-121 -65c-28 49 -68 74 -121 74c-41 0 -74 -13 -101 -40s-40 -63 -40 -109s13 -82 40 -109s60 -40 101 -40
+c53 0 94 25 121 74l121 -66c-19 -43 -50 -76 -92 -100c-43 -24 -92 -36 -149 -36s-109 12 -155 36zM388 -107h-146v135h146v-135z" />
+    <glyph glyph-name="uni04AD" unicode="&#x4ad;" horiz-adv-x="535"
+d="M527 410h-182v-410h-155v410h-182v128h519v-128zM424 128v-235h-145v107h-89v128h234z" />
+    <glyph glyph-name="uni04AF" unicode="&#x4af;" horiz-adv-x="616"
+d="M385 -3v-191h-156v190l-228 542h162l149 -366l154 366h149z" />
+    <glyph glyph-name="uni04B1" unicode="&#x4b1;" horiz-adv-x="616"
+d="M385 -3v-191h-156v190l-228 542h162l149 -366l154 366h149zM69 51h475v-90h-475v90z" />
+    <glyph glyph-name="uni04B3" unicode="&#x4b3;" horiz-adv-x="592"
+d="M413 0l-118 165l-122 -165h-170l207 271l-200 267h175l114 -157l117 157h166l-200 -263l208 -275h-177zM622 125v-233h-141v108h-67v125h208z" />
+    <glyph glyph-name="uni04B5" unicode="&#x4b5;" horiz-adv-x="799"
+d="M774 128v-235h-145v107h-439v410h-181v128h457v-128h-120v-282h201v410h155v-410h72z" />
+    <glyph glyph-name="uni04B7" unicode="&#x4b7;" horiz-adv-x="667"
+d="M559 538v-538h-156v200c-45 -23 -95 -34 -150 -34c-73 0 -127 16 -165 50c-36 32 -55 84 -55 153v169h156v-159c0 -33 9 -56 25 -71c18 -15 42 -22 74 -22c41 0 79 9 115 26v226h156zM637 128v-235h-145v107h-89v128h234z" />
+    <glyph glyph-name="uni04B9" unicode="&#x4b9;" horiz-adv-x="634"
+d="M558 538v-538h-156v200c-21 -11 -45 -19 -72 -25v-94h-79v85c-146 0 -219 68 -219 203v169h156v-159c0 -50 21 -80 64 -89v88h78v-89c24 4 48 12 72 23v226h156z" />
+    <glyph glyph-name="uni04BB" unicode="&#x4bb;" horiz-adv-x="685"
+d="M562 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v742h156v-260c21 21 46 36 75 48c29 10 61 16 96 16c67 0 121 -20 161 -60z" />
+    <glyph glyph-name="uni0527" unicode="&#x527;" horiz-adv-x="722"
+d="M704 128v-235h-145v107h-91v283c0 42 -9 73 -28 95c-19 20 -45 31 -79 31c-40 0 -72 -12 -95 -37s-35 -61 -35 -108v-264h-156v742h156v-269c21 24 46 42 76 55c30 12 63 18 99 18c66 0 119 -20 158 -60c40 -39 60 -98 60 -176v-182h80z" />
+    <glyph glyph-name="uni04BD" unicode="&#x4bd;" horiz-adv-x="815"
+d="M783 225h-418c8 -33 26 -60 54 -79s63 -29 105 -29c29 0 54 4 76 13c22 8 43 21 63 39l85 -90c-53 -58 -129 -87 -229 -87c-57 0 -107 10 -152 30c-45 19 -81 47 -109 82c-27 35 -44 76 -51 121h-21c-55 0 -96 11 -126 34c-28 23 -43 54 -43 95c0 28 7 59 21 94l121 -21
+c-11 -21 -17 -41 -17 -58s5 -30 16 -39s26 -14 46 -14h4c7 45 24 84 51 120c27 34 61 62 102 81s87 29 137 29c55 0 104 -11 148 -34c43 -23 78 -55 103 -98c25 -42 38 -91 38 -147c0 -11 -1 -25 -4 -42zM408 398c-24 -20 -39 -47 -45 -82h272c-5 34 -20 61 -45 82
+c-25 20 -55 30 -91 30s-66 -10 -91 -30z" />
+    <glyph glyph-name="uni04BF" unicode="&#x4bf;" horiz-adv-x="815"
+d="M783 225h-418c8 -33 26 -60 54 -79s63 -29 105 -29c29 0 54 4 76 13c22 8 43 21 63 39l85 -90c-53 -58 -129 -87 -229 -87c-57 0 -107 10 -152 30c-45 19 -81 47 -109 82c-27 35 -44 76 -51 121h-21c-55 0 -96 11 -126 34c-28 23 -43 54 -43 95c0 28 7 59 21 94l121 -21
+c-11 -21 -17 -41 -17 -58s5 -30 16 -39s26 -14 46 -14h4c7 45 24 84 51 120c27 34 61 62 102 81s87 29 137 29c55 0 104 -11 148 -34c43 -23 78 -55 103 -98c25 -42 38 -91 38 -147c0 -11 -1 -25 -4 -42zM408 398c-24 -20 -39 -47 -45 -82h272c-5 34 -20 61 -45 82
+c-25 20 -55 30 -91 30s-66 -10 -91 -30zM574 -107h-146v135h146v-135z" />
+    <glyph glyph-name="uni04CF" unicode="&#x4cf;" horiz-adv-x="305"
+d="M74 742h156v-742h-156v742z" />
+    <glyph glyph-name="uni04C2" unicode="&#x4c2;" horiz-adv-x="913"
+d="M608 204h-75v-204h-154v204h-75l-114 -204h-184l169 278l-157 260h165l119 -209h77v209h154v-209h76l120 209h165l-157 -260l170 -278h-185zM280 751h102c1 -23 7 -41 20 -55c12 -12 30 -19 54 -19s42 7 56 19c12 14 19 32 19 55h104c-1 -103 -60 -155 -178 -155
+c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="uni04C4" unicode="&#x4c4;" horiz-adv-x="642"
+d="M446 290c59 -61 104 -116 134 -166c30 -51 45 -99 45 -144c0 -57 -18 -101 -53 -134c-36 -33 -83 -49 -141 -49c-43 0 -85 10 -128 29l39 111c23 -11 44 -16 62 -16c20 0 36 6 47 17c11 12 17 29 17 50c0 27 -12 60 -36 97s-57 77 -100 119h-101v-204h-156v538h156v-208
+h85l145 208h166z" />
+    <glyph glyph-name="uni04C6" unicode="&#x4c6;" horiz-adv-x="693"
+d="M674 128l-69 -235h-123l23 107h-70v410h-170l-5 -95c-3 -71 -9 -129 -20 -176s-28 -83 -52 -110s-57 -40 -100 -40c-23 0 -50 4 -81 12l8 128c11 -1 18 -2 23 -2c23 0 41 9 52 25c12 18 20 39 24 66c4 26 7 61 9 104l8 216h460v-410h83z" />
+    <glyph glyph-name="uni04C8" unicode="&#x4c8;" horiz-adv-x="697"
+d="M354 -194c-23 4 -42 12 -57 22l41 112c18 -13 39 -19 63 -19c21 0 37 7 49 20c11 13 17 33 17 59v201h-237v-201h-155v538h155v-210h237v210h156v-540c0 -61 -17 -110 -53 -146c-34 -36 -83 -54 -146 -54c-25 0 -48 2 -70 8z" />
+    <glyph glyph-name="uni04CA" unicode="&#x4ca;" horiz-adv-x="721"
+d="M703 128l-69 -235h-123l23 107h-70v201h-234v-201h-155v538h155v-210h234v210h156v-410h83z" />
+    <glyph glyph-name="uni04CC" unicode="&#x4cc;" horiz-adv-x="629"
+d="M555 538v-538h-102v-107h-146v228h92v106c-46 -22 -96 -33 -150 -33c-147 0 -220 67 -220 202v142h155v-132c0 -32 8 -55 26 -70c16 -15 42 -22 75 -22c40 0 78 9 114 26v198h156z" />
+    <glyph glyph-name="uni04CE" unicode="&#x4ce;" horiz-adv-x="858"
+d="M839 128l-69 -235h-123l23 107h-70v322l-161 -270h-66l-157 271v-323h-141v538h163l172 -311l183 311h146l2 -410h98z" />
+    <glyph glyph-name="uni04D1" unicode="&#x4d1;" horiz-adv-x="604"
+d="M476 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -107 21c-31 14 -54 33 -70 58s-24 53 -24 84c0 50 19 89 56 118c38 29 96 43 175 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -85 -14c-27 -8 -51 -21 -70 -36
+l-56 109c29 21 64 37 106 48c40 11 83 17 126 17c83 0 147 -20 192 -60zM343 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 24 -48c15 -11 37 -17 64 -17s50 6 71 19zM123 751h102c1 -23 7 -41 19 -55c13 -12 31 -19 55 -19s43 7 55 19
+c14 14 20 32 20 55h104c-1 -103 -60 -155 -178 -155c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="uni04D3" unicode="&#x4d3;" horiz-adv-x="604"
+d="M476 486c45 -39 67 -99 67 -179v-307h-146v67c-29 -50 -84 -75 -164 -75c-41 0 -77 7 -107 21c-31 14 -54 33 -70 58s-24 53 -24 84c0 50 19 89 56 118c38 29 96 43 175 43h124c0 34 -10 60 -31 78c-21 19 -52 28 -93 28c-29 0 -57 -4 -85 -14c-27 -8 -51 -21 -70 -36
+l-56 109c29 21 64 37 106 48c40 11 83 17 126 17c83 0 147 -20 192 -60zM343 116c21 12 35 30 44 54v55h-107c-64 0 -96 -21 -96 -63c0 -20 8 -36 24 -48c15 -11 37 -17 64 -17s50 6 71 19zM149 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20
+c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM352 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni04D5" unicode="&#x4d5;" horiz-adv-x="995"
+d="M955 226h-408c7 -34 24 -61 51 -80s61 -29 102 -29c52 0 97 17 136 52l83 -90c-26 -29 -58 -50 -95 -65c-38 -15 -80 -22 -127 -22s-91 8 -131 23s-74 39 -102 70c-41 -62 -110 -93 -206 -93c-70 0 -125 15 -166 46c-40 31 -60 72 -60 123c0 47 19 84 57 113
+s96 43 174 43h124c0 33 -10 59 -31 77c-21 19 -51 28 -92 28c-29 0 -57 -4 -85 -14c-28 -8 -52 -21 -71 -36l-56 109c29 21 64 37 105 48s83 17 126 17c91 0 157 -25 198 -76c25 24 54 43 88 56s71 20 110 20c51 0 98 -11 141 -34s76 -55 101 -97s37 -90 37 -144
+c0 -17 -1 -32 -3 -45zM591 399c-25 -19 -40 -47 -46 -82h262c-5 35 -20 63 -45 82c-24 19 -52 29 -85 29s-61 -10 -86 -29zM357 125c20 19 30 44 30 76v25h-107c-64 0 -96 -21 -96 -62c0 -21 8 -38 24 -50c15 -11 37 -17 66 -17c35 0 63 9 83 28z" />
+    <glyph glyph-name="uni04D7" unicode="&#x4d7;" horiz-adv-x="643"
+d="M595 225h-407c7 -33 25 -60 52 -79s61 -29 102 -29c28 0 53 4 74 13c22 8 42 21 61 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s13 100 37 143c26 42 60 75 104 98c43 24 92 36 146 36c53 0 100 -11 143 -34
+s76 -55 101 -98c24 -42 36 -91 36 -147c0 -2 -1 -16 -3 -42zM230 398c-24 -20 -39 -47 -44 -82h265c-5 34 -20 61 -44 82c-24 20 -53 30 -88 30s-65 -10 -89 -30zM138 751h102c1 -23 7 -41 20 -55c12 -12 30 -19 54 -19s42 7 56 19c12 14 19 32 19 55h104
+c-1 -103 -60 -155 -178 -155c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="uni04D9" unicode="&#x4d9;" horiz-adv-x="643"
+d="M466 510c47 -23 83 -56 108 -98s38 -90 38 -143s-12 -100 -38 -143c-24 -42 -59 -75 -102 -98c-44 -24 -93 -36 -147 -36c-53 0 -100 11 -143 34s-76 55 -100 98c-25 42 -37 91 -37 147c0 2 1 16 3 42h407c-7 33 -25 60 -52 79s-61 29 -102 29c-28 0 -53 -4 -75 -13
+c-21 -8 -41 -21 -60 -39l-83 90c51 58 125 87 222 87c61 0 114 -12 161 -36zM413 140c24 20 39 47 44 82h-265c5 -34 20 -61 44 -82c24 -20 53 -30 88 -30s65 10 89 30z" />
+    <glyph glyph-name="uni04DB" unicode="&#x4db;" horiz-adv-x="643"
+d="M466 510c47 -23 83 -56 108 -98s38 -90 38 -143s-12 -100 -38 -143c-24 -42 -59 -75 -102 -98c-44 -24 -93 -36 -147 -36c-53 0 -100 11 -143 34s-76 55 -100 98c-25 42 -37 91 -37 147c0 2 1 16 3 42h407c-7 33 -25 60 -52 79s-61 29 -102 29c-28 0 -53 -4 -75 -13
+c-21 -8 -41 -21 -60 -39l-83 90c51 58 125 87 222 87c61 0 114 -12 161 -36zM413 140c24 20 39 47 44 82h-265c5 -34 20 -61 44 -82c24 -20 53 -30 88 -30s65 10 89 30zM177 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49
+s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM380 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni04DD" unicode="&#x4dd;" horiz-adv-x="913"
+d="M608 204h-75v-204h-154v204h-75l-114 -204h-184l169 278l-157 260h165l119 -209h77v209h154v-209h76l120 209h165l-157 -260l170 -278h-185zM306 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49
+c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM508 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04DF" unicode="&#x4df;" horiz-adv-x="563"
+d="M498 234c18 -21 27 -45 27 -74c0 -34 -12 -64 -35 -90c-23 -25 -55 -45 -96 -59s-87 -21 -138 -21c-42 0 -83 4 -124 13s-78 22 -113 39l42 109c57 -27 119 -41 188 -41c37 0 65 6 87 16c20 12 31 27 31 47c0 17 -7 31 -22 39c-15 10 -36 14 -64 14h-110v97h96
+c27 0 48 4 63 13s22 21 22 38s-9 31 -28 40c-18 9 -44 14 -78 14c-52 0 -109 -12 -170 -37l-38 108c75 33 147 49 218 49c49 0 92 -6 130 -18c39 -12 69 -30 91 -52c22 -24 33 -50 33 -81c0 -25 -8 -48 -23 -69c-15 -20 -36 -36 -63 -48c32 -10 57 -25 74 -46zM126 632
+c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM328 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49
+c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04E1" unicode="&#x4e1;" horiz-adv-x="554"
+d="M480 170c33 -36 50 -83 50 -139c0 -43 -10 -82 -32 -117c-20 -35 -52 -64 -96 -84c-42 -22 -96 -32 -159 -32c-50 0 -98 7 -145 20c-46 14 -85 33 -116 58l55 125c26 -21 57 -38 92 -50s71 -18 108 -18c41 0 74 9 97 26s35 41 35 72c0 30 -11 53 -32 71
+c-21 16 -54 25 -98 25h-74v104l148 178h-303v129h486v-105l-161 -193c63 -9 112 -32 145 -70z" />
+    <glyph glyph-name="uni04E3" unicode="&#x4e3;" horiz-adv-x="710"
+d="M75 538h155v-320l262 320h143v-538h-155v320l-261 -320h-144v538zM160 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni04E5" unicode="&#x4e5;" horiz-adv-x="710"
+d="M75 538h155v-320l262 320h143v-538h-155v320l-261 -320h-144v538zM194 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM396 632c-12 12 -19 29 -19 49s7 37 19 49
+c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04E7" unicode="&#x4e7;" horiz-adv-x="654"
+d="M174 28c-44 23 -80 56 -105 98s-38 90 -38 143s13 101 38 143s61 75 105 98c46 24 96 36 153 36s107 -12 152 -36c45 -23 80 -56 105 -98s38 -90 38 -143s-13 -101 -38 -143s-60 -75 -105 -98c-45 -24 -95 -36 -152 -36s-107 12 -153 36zM426 160c25 28 38 64 38 109
+s-13 81 -38 109c-26 26 -59 40 -99 40s-73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40s73 14 99 40zM174 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49
+c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM376 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04E9" unicode="&#x4e9;" horiz-adv-x="661"
+d="M484 510c46 -23 82 -56 108 -98c25 -42 38 -90 38 -143s-13 -101 -38 -143c-26 -42 -62 -75 -108 -98c-45 -24 -97 -36 -154 -36s-109 12 -154 36c-45 23 -81 56 -106 98c-26 42 -39 90 -39 143s13 101 39 143c25 42 61 75 106 98c45 24 97 36 154 36s109 -12 154 -36z
+M237 402c-25 -20 -42 -48 -51 -83h289c-9 35 -26 63 -51 83c-26 20 -57 30 -94 30s-68 -10 -93 -30zM424 136c25 20 42 48 51 83h-289c9 -35 26 -62 52 -83c25 -20 56 -30 92 -30c37 0 68 10 94 30z" />
+    <glyph glyph-name="uni04EB" unicode="&#x4eb;" horiz-adv-x="661"
+d="M484 510c46 -23 82 -56 108 -98c25 -42 38 -90 38 -143s-13 -101 -38 -143c-26 -42 -62 -75 -108 -98c-45 -24 -97 -36 -154 -36s-109 12 -154 36c-45 23 -81 56 -106 98c-26 42 -39 90 -39 143s13 101 39 143c25 42 61 75 106 98c45 24 97 36 154 36s109 -12 154 -36z
+M237 402c-25 -20 -42 -48 -51 -83h289c-9 35 -26 63 -51 83c-26 20 -57 30 -94 30s-68 -10 -93 -30zM424 136c25 20 42 48 51 83h-289c9 -35 26 -62 52 -83c25 -20 56 -30 92 -30c37 0 68 10 94 30zM180 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20
+s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM382 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04ED" unicode="&#x4ed;" horiz-adv-x="590"
+d="M412 512c46 -23 82 -56 108 -99s39 -91 39 -144s-13 -101 -39 -144s-62 -76 -108 -99c-45 -24 -97 -36 -155 -36c-51 0 -98 8 -139 26c-42 16 -77 41 -104 73l89 84c41 -42 90 -63 148 -63c39 0 72 10 100 29s47 46 57 79h-226v107h224c-11 32 -30 57 -57 76
+s-60 28 -98 28c-57 0 -107 -21 -148 -64l-89 83c27 33 62 58 104 74c41 18 88 26 139 26c58 0 110 -12 155 -36zM126 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20z
+M328 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04EF" unicode="&#x4ef;" horiz-adv-x="614"
+d="M614 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM111 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni04F1" unicode="&#x4f1;" horiz-adv-x="614"
+d="M614 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM145 632c-13 12 -20 29 -20 49
+s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM348 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20
+s-37 6 -49 20z" />
+    <glyph glyph-name="uni04F3" unicode="&#x4f3;" horiz-adv-x="614"
+d="M614 538l-243 -571c-25 -62 -55 -106 -91 -131c-37 -25 -81 -38 -132 -38c-28 0 -56 4 -83 13s-50 21 -67 36l57 111c12 -11 26 -19 41 -25c16 -6 32 -9 47 -9c21 0 39 5 52 16c13 10 25 27 36 51l2 5l-233 542h161l151 -365l152 365h150zM210 751h146l-104 -144h-114z
+M412 751h146l-104 -144h-114z" />
+    <glyph glyph-name="uni04F5" unicode="&#x4f5;" horiz-adv-x="634"
+d="M559 538v-538h-156v200c-45 -23 -95 -34 -150 -34c-73 0 -127 16 -165 50c-36 32 -55 84 -55 153v169h156v-159c0 -33 9 -56 25 -71c18 -15 42 -22 74 -22c41 0 79 9 115 26v226h156zM142 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20
+c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM344 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04F7" unicode="&#x4f7;" horiz-adv-x="514"
+d="M506 410h-276v-410h-155v538h431v-128zM309 128v-235h-145v107h-89v128h234z" />
+    <glyph glyph-name="uni04F9" unicode="&#x4f9;" horiz-adv-x="859"
+d="M517 319c36 -31 54 -75 54 -132c0 -60 -20 -106 -61 -139s-98 -49 -173 -49l-262 1v538h155v-172h128c70 -1 123 -16 159 -47zM629 538h155v-538h-155v538zM392 129c16 13 24 33 24 60c0 26 -8 45 -24 57c-15 12 -38 18 -69 19l-93 1v-156h93c30 -1 53 6 69 19zM285 632
+c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM488 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49
+c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni04FB" unicode="&#x4fb;" horiz-adv-x="522"
+d="M264 410v-108h188v-94h-188v-100h78v-113c0 -61 -18 -109 -54 -145c-36 -34 -84 -52 -145 -52c-47 0 -89 10 -127 31l38 104c19 -13 41 -19 64 -19c22 0 39 7 50 21c12 14 18 35 18 62v3h-78v208h-86v94h86v236h393v-128h-237z" />
+    <glyph glyph-name="uni04FD" unicode="&#x4fd;" horiz-adv-x="594"
+d="M504 152c26 -33 46 -65 60 -96c15 -31 22 -61 22 -91c0 -35 -8 -65 -26 -90c-16 -25 -40 -45 -68 -58c-30 -13 -62 -20 -98 -20c-41 0 -85 10 -130 30l40 112c24 -12 45 -18 64 -18s34 5 45 15c11 11 17 24 17 41c0 21 -10 47 -29 75c-19 30 -51 69 -95 119l-130 -171
+h-172l207 272l-200 266h176l114 -155l116 155h167l-191 -252c49 -56 86 -101 111 -134z" />
+    <glyph glyph-name="uni04FF" unicode="&#x4ff;" horiz-adv-x="609"
+d="M418 0l-116 163l-122 -163h-170l169 221h-103v94h106l-164 223h177l113 -158l117 158h165l-168 -223h113v-94h-101l164 -221h-180z" />
+    <glyph glyph-name="uni0511" unicode="&#x511;" horiz-adv-x="562"
+d="M543 42c-35 -17 -72 -30 -113 -39s-82 -13 -124 -13c-51 0 -97 7 -138 21s-73 34 -96 59c-23 26 -35 56 -35 90c0 29 9 53 27 74c17 21 42 36 74 46c-27 12 -48 28 -63 48c-15 21 -23 44 -23 69c0 31 11 57 33 81c22 22 52 40 91 52c38 12 81 18 130 18
+c71 0 143 -16 218 -49l-38 -108c-62 25 -119 37 -170 37c-34 0 -60 -5 -78 -14c-19 -9 -28 -23 -28 -40s7 -29 22 -38s36 -13 63 -13h96v-97h-110c-28 0 -49 -4 -64 -14c-15 -8 -22 -22 -22 -39c0 -20 11 -35 31 -47c22 -10 50 -16 87 -16c69 0 131 14 188 41z" />
+    <glyph glyph-name="uni0513" unicode="&#x513;" horiz-adv-x="666"
+d="M592 538v-539c0 -61 -18 -110 -53 -147c-35 -36 -85 -54 -148 -54c-24 0 -47 2 -69 8c-23 4 -42 12 -57 22l41 112c19 -13 40 -19 62 -19s39 7 50 20c12 13 18 33 18 59v410h-171l-5 -95c-3 -71 -9 -129 -20 -176s-28 -83 -52 -110s-57 -40 -100 -40c-23 0 -50 4 -81 12
+l8 128c11 -1 18 -2 23 -2c23 0 41 9 52 25c12 18 20 39 24 66c4 26 7 61 9 104l8 216h461z" />
+    <glyph glyph-name="uni051B" unicode="&#x51b;" horiz-adv-x="694"
+d="M619 538v-732h-156v251c-39 -43 -92 -65 -161 -65c-51 0 -96 11 -138 34c-40 23 -73 55 -96 97s-35 91 -35 146s12 104 35 146s56 74 96 97c42 23 87 34 138 34c73 0 129 -23 168 -70v62h149zM427 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40z" />
+    <glyph glyph-name="uni051D" unicode="&#x51d;" horiz-adv-x="970"
+d="M965 538l-198 -538h-161l-120 338l-122 -338h-162l-198 538h158l125 -355l131 355h143l126 -356l131 356h147z" />
+    <glyph glyph-name="uni048D" unicode="&#x48d;" horiz-adv-x="641"
+d="M565 302c37 -28 56 -69 56 -123c0 -58 -21 -103 -63 -133c-41 -32 -100 -47 -175 -47l-271 1v392h-96v96h96v50h156v-50h191v-96h-191v-46l136 -1c70 0 124 -14 161 -43zM462 180c0 25 -8 42 -23 52c-15 11 -39 16 -71 17h-100v-143l100 -1c63 -1 94 24 94 75z" />
+    <glyph glyph-name="uni048F" unicode="&#x48f;" horiz-adv-x="703"
+d="M642 150c-15 -36 -35 -66 -62 -91l57 -73l-62 -49l-62 78c-34 -15 -71 -23 -110 -23c-77 0 -134 26 -172 78v-264h-156v732h149v-78c37 57 97 86 179 86c49 0 93 -12 133 -34c39 -24 70 -56 94 -98c22 -42 34 -91 34 -146c0 -43 -7 -83 -22 -118zM422 129l-62 77l66 51
+l60 -77c15 23 23 53 23 88c0 46 -13 82 -39 110c-26 26 -60 40 -101 40s-75 -14 -101 -40c-26 -28 -39 -64 -39 -110c0 -45 13 -81 39 -108s60 -40 101 -40c19 0 37 3 53 9z" />
+    <glyph glyph-name="uni0529" unicode="&#x529;" horiz-adv-x="695"
+d="M621 538v-538h-156v204h-234v-206c0 -61 -17 -110 -53 -146c-34 -36 -83 -54 -145 -54c-25 0 -49 2 -71 8c-22 4 -41 12 -57 22l41 112c18 -13 39 -19 64 -19c21 0 37 7 48 20s17 33 17 59v538h156v-206h234v206h156z" />
+    <glyph glyph-name="uni052F" unicode="&#x52f;" horiz-adv-x="692"
+d="M591 538v-538h-156v410h-170l-5 -95c-3 -71 -9 -129 -20 -176s-28 -83 -52 -110s-57 -40 -100 -40c-23 0 -50 4 -81 12l8 128c11 -1 18 -2 23 -2c23 0 41 9 52 25c12 18 20 39 24 66c4 26 7 61 9 104l8 216h460zM669 128v-235h-145v107h-89v128h234z" />
+    <glyph glyph-name="uni0432.loclBGR" horiz-adv-x="646"
+d="M577 322c25 -32 37 -69 37 -111c0 -48 -13 -89 -40 -123c-26 -33 -60 -58 -102 -75c-43 -17 -88 -25 -136 -25s-93 8 -136 25c-42 17 -76 41 -102 75c-26 32 -39 72 -39 119v319c0 49 13 91 38 126c25 34 58 60 99 76c41 18 84 26 130 26c45 0 86 -8 125 -23
+s70 -38 93 -69c24 -30 36 -66 36 -109c0 -35 -10 -67 -28 -95c-20 -29 -46 -51 -81 -67c46 -14 81 -37 106 -69zM215 437h97c36 0 64 8 82 23c20 16 29 40 29 73c0 31 -10 54 -30 71s-44 25 -73 25s-53 -9 -74 -27s-31 -45 -31 -80v-85zM419 140c24 18 36 45 36 80
+s-10 61 -30 78s-49 26 -87 26h-123v-106c0 -35 11 -61 35 -80c22 -18 50 -27 83 -27s62 9 86 29z" />
+    <glyph glyph-name="uni0433.loclBGR" horiz-adv-x="556"
+d="M104 36c-48 30 -72 73 -72 128c0 37 10 66 30 86c21 22 45 36 73 46c28 8 64 17 107 25c41 7 70 15 88 21c19 8 28 19 28 36s-9 30 -26 39s-41 13 -72 13c-28 0 -58 -4 -89 -11s-57 -16 -77 -26l-45 105c31 16 64 28 101 38c37 8 73 13 110 13c73 0 132 -15 179 -46
+s70 -74 70 -130c0 -37 -10 -67 -31 -88s-45 -37 -74 -45c-28 -10 -64 -18 -108 -25c-40 -7 -69 -15 -87 -21c-18 -8 -27 -19 -27 -34c0 -17 9 -30 28 -39c18 -9 42 -13 73 -13c34 0 69 5 106 14c37 10 66 21 89 34l45 -104c-33 -19 -71 -34 -111 -45
+c-42 -11 -83 -16 -125 -16c-74 0 -135 15 -183 45z" />
+    <glyph glyph-name="uni0434.loclBGR" horiz-adv-x="699"
+d="M624 538v-448c0 -99 -26 -172 -77 -220s-126 -72 -225 -72c-52 0 -101 6 -148 19s-85 31 -116 55l62 112c23 -19 51 -34 86 -44c35 -12 69 -17 104 -17c54 0 94 12 120 37c25 24 38 61 38 110v23c-41 -45 -97 -67 -170 -67c-49 0 -94 11 -136 32c-40 22 -73 53 -97 92
+s-36 85 -36 136s12 97 36 136s57 70 97 92c42 21 87 32 136 32c78 0 137 -26 178 -77v69h148zM430 190c27 25 40 57 40 96s-13 71 -40 96c-26 24 -60 36 -101 36s-75 -12 -102 -36c-27 -25 -40 -57 -40 -96s13 -71 40 -96c27 -24 61 -36 102 -36s75 12 101 36z" />
+    <glyph glyph-name="uni0436.loclBGR" horiz-adv-x="913"
+d="M608 204h-75v-204h-154v204h-75l-114 -204h-184l169 278l-157 260h165l119 -209h77v413h154v-413h76l120 209h165l-157 -260l170 -278h-185z" />
+    <glyph glyph-name="uni0437.loclBGR" horiz-adv-x="513"
+d="M446 130c24 -30 35 -67 35 -110s-12 -82 -37 -114c-25 -34 -58 -59 -100 -78c-43 -18 -90 -27 -142 -27c-73 0 -143 18 -211 54l42 109c58 -26 111 -39 159 -39c41 0 73 9 98 29c24 18 36 44 36 76c0 29 -9 51 -27 66c-18 16 -43 24 -75 24h-123v117h108c29 0 51 9 69 25
+c16 18 25 40 25 69c0 28 -10 50 -29 67c-20 16 -47 24 -80 24c-37 0 -87 -10 -149 -30l-41 110c72 30 142 45 210 45c49 0 91 -8 128 -24s65 -39 86 -67c20 -30 30 -63 30 -101s-10 -72 -30 -101c-19 -30 -45 -51 -77 -63c41 -11 73 -32 95 -61z" />
+    <glyph glyph-name="uni0438.loclBGR" horiz-adv-x="680"
+d="M605 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156z" />
+    <glyph glyph-name="uni0439.loclBGR" horiz-adv-x="680"
+d="M605 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM152 751h102c1 -23 7 -41 20 -55c12 -12 30 -19 54 -19s42 7 56 19
+c12 14 19 32 19 55h104c-1 -103 -60 -155 -178 -155c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="uni045D.loclBGR" horiz-adv-x="680"
+d="M605 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM117 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni043A.loclBGR" horiz-adv-x="640"
+d="M310 204h-80v-204h-155v742h155v-413h83l147 209h166l-189 -258l201 -280h-184z" />
+    <glyph glyph-name="uni043B.loclBGR" horiz-adv-x="615"
+d="M453 0l-149 365l-154 -365h-149l226 538h161l226 -538h-161z" />
+    <glyph glyph-name="uni043D.loclBGR" horiz-adv-x="694"
+d="M75 538h155v-210h234v210h156v-538h-156v201h-234v-201h-155v538z" />
+    <glyph glyph-name="uni043F.loclBGR" horiz-adv-x="685"
+d="M562 486c42 -40 62 -99 62 -178v-308h-156v284c0 43 -9 74 -28 96c-19 20 -46 31 -81 31c-39 0 -71 -12 -94 -37c-23 -24 -35 -60 -35 -108v-266h-156v538h149v-63c21 23 46 40 77 53c31 12 64 18 101 18c67 0 121 -20 161 -60z" />
+    <glyph glyph-name="uni0442.loclBGR" horiz-adv-x="1044"
+d="M924 486c39 -39 59 -99 59 -178v-308h-156v284c0 43 -9 74 -27 96c-17 20 -42 31 -75 31c-37 0 -66 -12 -87 -35c-21 -24 -32 -59 -32 -106v-270h-156v284c0 85 -34 127 -102 127c-36 0 -65 -12 -86 -35c-21 -24 -32 -59 -32 -106v-270h-156v538h149v-62
+c20 23 45 40 73 52c30 12 61 18 96 18c38 0 72 -8 103 -22c31 -16 55 -37 74 -66c22 28 50 50 83 65c34 15 71 23 111 23c67 0 121 -20 161 -60z" />
+    <glyph glyph-name="uni0447.loclBGR" horiz-adv-x="635"
+d="M560 538v-538h-156v232c-11 -22 -30 -40 -57 -53s-61 -20 -101 -20c-68 0 -120 17 -156 50c-37 33 -55 84 -55 153v176h155v-170c0 -61 34 -92 103 -92c33 0 59 8 80 24c21 17 31 38 31 63v175h156z" />
+    <glyph glyph-name="uni0446.loclBGR" horiz-adv-x="713"
+d="M605 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM691 128v-235h-145v107h-89v128h234z" />
+    <glyph glyph-name="uni0448.loclBGR" horiz-adv-x="1044"
+d="M969 537v-538h-148v62c-21 -23 -45 -40 -74 -52s-60 -18 -95 -18c-39 0 -73 7 -104 22s-55 37 -73 66c-22 -28 -50 -50 -83 -65c-34 -15 -71 -23 -112 -23c-67 0 -120 20 -160 60c-39 40 -59 99 -59 178v308h156v-285c0 -42 9 -74 27 -94c17 -22 42 -32 75 -32
+c36 0 65 12 86 36c21 23 32 58 32 105v270h156v-285c0 -42 9 -74 27 -94c17 -22 42 -32 75 -32c36 0 65 12 86 36c21 23 32 58 32 105v270h156z" />
+    <glyph glyph-name="uni0449.loclBGR" horiz-adv-x="1077"
+d="M969 537v-538h-148v62c-21 -23 -45 -40 -74 -52s-60 -18 -95 -18c-39 0 -73 7 -104 22s-55 37 -73 66c-22 -28 -50 -50 -83 -65c-34 -15 -71 -23 -112 -23c-67 0 -120 20 -160 60c-39 40 -59 99 -59 178v308h156v-285c0 -42 9 -74 27 -94c17 -22 42 -32 75 -32
+c36 0 65 12 86 36c21 23 32 58 32 105v270h156v-285c0 -42 9 -74 27 -94c17 -22 42 -32 75 -32c36 0 65 12 86 36c21 23 32 58 32 105v270h156zM1055 128v-235h-145v107h-89v128h234z" />
+    <glyph glyph-name="uni044C.loclBGR" horiz-adv-x="601"
+d="M127 42c-43 38 -64 94 -64 168v328h155v-188c14 13 34 23 59 32c25 8 55 12 88 12c66 0 118 -17 155 -50s56 -82 56 -146c0 -68 -23 -120 -69 -158c-46 -36 -108 -55 -187 -55c-86 0 -150 19 -193 57zM392 123c17 19 25 43 25 73c0 29 -8 51 -25 68s-41 25 -73 25
+c-23 0 -43 -5 -61 -13c-16 -10 -30 -22 -40 -37v-44c0 -31 9 -56 26 -73c17 -18 42 -27 75 -27c32 0 56 9 73 28z" />
+    <glyph glyph-name="uni044A.loclBGR" horiz-adv-x="710"
+d="M629 344c37 -33 56 -82 56 -146c0 -68 -23 -120 -69 -158c-46 -36 -108 -55 -187 -55c-86 0 -150 19 -193 57s-64 94 -64 168v200h-163v128h318v-188c14 13 34 23 59 32c25 8 55 12 88 12c66 0 118 -17 155 -50zM501 123c17 19 25 43 25 73c0 29 -8 51 -25 68
+s-41 25 -73 25c-23 0 -44 -5 -60 -13c-18 -10 -31 -22 -41 -37v-44c0 -31 9 -56 26 -73c17 -18 42 -27 75 -27c32 0 56 9 73 28z" />
+    <glyph glyph-name="uni044E.loclBGR" horiz-adv-x="889"
+d="M717 510c43 -23 77 -56 102 -98s37 -90 37 -143s-12 -101 -37 -143s-59 -75 -102 -98c-43 -24 -92 -36 -147 -36c-47 0 -91 9 -130 26c-39 18 -72 43 -98 76c-26 32 -43 69 -52 111h-60v-205h-155v742h155v-402h61c15 63 48 113 98 150s110 56 181 56
+c55 0 104 -12 147 -36zM665 160c25 28 37 64 37 109c0 46 -12 82 -37 109s-56 40 -95 40s-70 -13 -95 -40s-37 -63 -37 -109c0 -45 12 -81 37 -109c25 -26 56 -40 95 -40s70 14 95 40z" />
+    <glyph glyph-name="uni0493.loclBSH" horiz-adv-x="525"
+d="M230 410v-127h198v-94h-198v-189h-155v538h439v-128h-284z" />
+    <glyph glyph-name="uni0499.loclBSH" horiz-adv-x="563"
+d="M498 234c18 -21 27 -45 27 -74c0 -34 -12 -64 -35 -90c-23 -25 -55 -45 -96 -59s-87 -21 -138 -21c-42 0 -83 4 -124 13s-78 22 -113 39l42 109c57 -27 119 -41 188 -41c37 0 65 6 87 16c20 12 31 27 31 47c0 17 -7 31 -22 39c-15 10 -36 14 -64 14h-110v97h96
+c27 0 48 4 63 13s22 21 22 38s-9 31 -28 40c-18 9 -44 14 -78 14c-52 0 -109 -12 -170 -37l-38 108c75 33 147 49 218 49c49 0 92 -6 130 -18c39 -12 69 -30 91 -52c22 -24 33 -50 33 -81c0 -25 -8 -48 -23 -69c-15 -20 -36 -36 -63 -48c32 -10 57 -25 74 -46zM178 -226
+c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 65 -28c15 -14 22 -33 22 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni04AB.loclCHU" horiz-adv-x="592"
+d="M176 28c-45 23 -81 56 -106 98c-26 42 -39 90 -39 143s13 101 39 143c25 42 61 75 106 98c46 24 98 36 155 36s106 -12 149 -36c42 -23 73 -57 92 -101l-121 -65c-28 49 -68 74 -121 74c-41 0 -74 -13 -101 -40s-40 -63 -40 -109s13 -82 40 -109s60 -40 101 -40
+c53 0 94 25 121 74l121 -66c-19 -43 -50 -76 -92 -100c-43 -24 -92 -36 -149 -36s-109 12 -155 36zM230 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 65 -28c15 -14 22 -33 22 -55
+c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni0453.loclMKD" horiz-adv-x="514"
+d="M506 410h-276v-410h-155v538h431v-128zM336 750h168l-181 -144h-122z" />
+    <glyph glyph-name="uni0431.loclSRB" horiz-adv-x="633"
+d="M564 378c28 -38 42 -82 42 -133c0 -49 -12 -93 -38 -133c-24 -38 -59 -69 -104 -91c-44 -22 -94 -33 -150 -33c-55 0 -105 11 -148 32c-44 21 -78 51 -102 89c-25 38 -37 81 -37 128c0 41 9 77 27 109s43 57 76 76c32 18 69 28 111 29c-109 51 -163 109 -163 175
+c0 36 13 64 38 85c26 21 62 31 108 31h327v-124h-271c-31 0 -47 -9 -47 -28c0 -15 15 -30 45 -47c29 -17 83 -41 161 -73c55 -23 97 -54 125 -92zM413 146c25 23 38 54 38 91s-13 68 -38 92s-58 36 -97 36c-40 0 -72 -12 -98 -36c-24 -24 -37 -55 -37 -92s13 -68 37 -91
+c26 -24 58 -36 98 -36c39 0 72 12 97 36z" />
+    <glyph glyph-name="uni0433.loclSRB" horiz-adv-x="301"
+d="M72 538h156v-538h-156v538zM0 723h300v-88h-300v88z" />
+    <glyph glyph-name="uni0434.loclSRB" horiz-adv-x="699"
+d="M623 538v-448c0 -99 -26 -172 -77 -220s-126 -72 -225 -72c-52 0 -101 6 -148 19s-85 31 -116 55l62 112c23 -19 51 -34 86 -44c35 -12 69 -17 104 -17c54 0 94 12 119 37c26 24 39 61 39 110v23c-41 -45 -97 -67 -170 -67c-49 0 -95 11 -135 32c-42 22 -74 53 -98 92
+s-36 85 -36 136s12 97 36 136s56 70 98 92c40 21 86 32 135 32c78 0 137 -26 178 -77v69h148zM430 190c26 25 39 57 39 96s-13 71 -39 96c-27 24 -61 36 -102 36s-75 -12 -102 -36c-27 -25 -40 -57 -40 -96s13 -71 40 -96c27 -24 61 -36 102 -36s75 12 102 36z" />
+    <glyph glyph-name="uni043F.loclSRB" horiz-adv-x="687"
+d="M614 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM156 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni0442.loclSRB" horiz-adv-x="1044"
+d="M969 537v-538h-148v62c-21 -23 -45 -40 -74 -52s-60 -18 -95 -18c-39 0 -73 7 -104 22s-55 37 -73 66c-22 -28 -50 -50 -83 -65c-34 -15 -71 -23 -112 -23c-67 0 -120 20 -160 60c-39 40 -59 99 -59 178v308h156v-285c0 -42 9 -74 27 -94c17 -22 42 -32 75 -32
+c36 0 65 12 86 36c21 23 32 58 32 105v270h156v-285c0 -42 9 -74 27 -94c17 -22 42 -32 75 -32c36 0 65 12 86 36c21 23 32 58 32 105v270h156zM143 722h740v-88h-740v88z" />
+    <glyph glyph-name="uni0430.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40z" />
+    <glyph glyph-name="uni0434.ss01" horiz-adv-x="699"
+d="M624 538v-448c0 -99 -26 -172 -77 -220s-126 -72 -225 -72c-52 0 -101 6 -148 19s-85 31 -116 55l62 112c23 -19 51 -34 86 -44c35 -12 69 -17 104 -17c54 0 94 12 120 37c25 24 38 61 38 110v23c-41 -45 -97 -67 -170 -67c-49 0 -94 11 -136 32c-40 22 -73 53 -97 92
+s-36 85 -36 136s12 97 36 136s57 70 97 92c42 21 87 32 136 32c78 0 137 -26 178 -77v69h148zM430 190c27 25 40 57 40 96s-13 71 -40 96c-26 24 -60 36 -101 36s-75 -12 -102 -36c-27 -25 -40 -57 -40 -96s13 -71 40 -96c27 -24 61 -36 102 -36s75 12 101 36z" />
+    <glyph glyph-name="uni0435.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38z" />
+    <glyph glyph-name="uni0450.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM105 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni0451.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM166 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49
+s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM368 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni0438.ss01" horiz-adv-x="680"
+d="M605 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156z" />
+    <glyph glyph-name="uni0439.ss01" horiz-adv-x="680"
+d="M605 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM152 751h102c1 -23 7 -41 20 -55c12 -12 30 -19 54 -19s42 7 56 19
+c12 14 19 32 19 55h104c-1 -103 -60 -155 -178 -155c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="uni048B.ss01" horiz-adv-x="680"
+d="M199 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 25 -51c17 -14 37 -20 61 -20s44 6 61 20c16 12 24 30 25 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41zM696 128l-69 -235h-123l23 107h-70v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18
+c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156v-410h91z" />
+    <glyph glyph-name="uni045D.ss01" horiz-adv-x="680"
+d="M605 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM117 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni0440.ss01" horiz-adv-x="670"
+d="M501 512c43 -23 76 -55 99 -97s35 -91 35 -147c0 -55 -11 -103 -33 -144c-22 -42 -53 -74 -93 -98c-40 -22 -86 -34 -138 -34c-69 0 -122 22 -161 65v-251h-156v461c0 55 12 104 37 146s59 75 104 98s97 35 156 35c57 0 107 -11 150 -34zM443 161c25 27 38 63 38 107
+c0 45 -13 81 -38 108c-25 28 -58 42 -99 42s-74 -14 -98 -41c-26 -27 -38 -63 -38 -108s12 -81 37 -108s58 -41 99 -41s74 14 99 41z" />
+    <glyph glyph-name="uni0442.ss01" horiz-adv-x="1044"
+d="M924 486c39 -39 59 -99 59 -178v-308h-156v284c0 43 -9 74 -27 96c-17 20 -42 31 -75 31c-37 0 -66 -12 -87 -35c-21 -24 -32 -59 -32 -106v-270h-156v284c0 85 -34 127 -102 127c-36 0 -65 -12 -86 -35c-21 -24 -32 -59 -32 -106v-270h-156v538h149v-62
+c20 23 45 40 73 52c30 12 61 18 96 18c38 0 72 -8 103 -22c31 -16 55 -37 74 -66c22 28 50 50 83 65c34 15 71 23 111 23c67 0 121 -20 161 -60z" />
+    <glyph glyph-name="uni0443.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156z" />
+    <glyph glyph-name="uni045E.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM164 751h102c1 -23 7 -41 20 -55c12 -12 30 -19 54 -19s42 7 56 19c12 14 19 32 19 55h104c-1 -103 -60 -155 -178 -155c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="uni044C.ss01" horiz-adv-x="611"
+d="M128 42c-43 38 -65 94 -65 168v328h155v-182c17 12 38 21 64 28c27 7 56 10 89 10c67 0 120 -17 158 -50s57 -82 57 -146c0 -69 -24 -121 -70 -158c-48 -37 -112 -55 -194 -55c-85 0 -150 19 -194 57zM400 122c18 18 27 42 27 73c0 29 -9 52 -27 69c-17 17 -42 25 -75 25
+c-24 0 -45 -4 -64 -13s-33 -21 -43 -37v-44c0 -31 9 -56 28 -73c18 -18 43 -27 76 -27s59 9 78 27z" />
+    <glyph glyph-name="uni044A.ss01" horiz-adv-x="719"
+d="M638 344c37 -33 56 -82 56 -146c0 -68 -23 -120 -70 -158c-46 -36 -108 -55 -187 -55c-85 0 -149 19 -193 57c-42 38 -64 94 -64 168v200h-171v128h327v-188c13 13 33 23 58 32c25 8 55 12 88 12c67 0 119 -17 156 -50zM510 123c17 19 25 43 25 73c0 29 -8 51 -25 68
+s-41 25 -73 25c-23 0 -44 -5 -61 -13c-17 -10 -31 -22 -40 -37v-44c0 -31 8 -56 26 -73c16 -18 42 -27 75 -27c32 0 56 9 73 28z" />
+    <glyph glyph-name="uni044B.ss01" horiz-adv-x="862"
+d="M127 42c-43 38 -64 94 -64 168v328h155v-182c15 11 36 20 60 27c26 7 54 11 86 11c66 0 118 -17 155 -50s56 -82 56 -146c0 -68 -23 -120 -69 -158c-46 -36 -108 -55 -187 -55c-85 0 -149 19 -192 57zM632 538h156v-538h-156v538zM392 123c17 19 25 43 25 73
+c0 28 -9 50 -25 68c-18 16 -42 25 -74 25c-23 0 -42 -5 -60 -13c-16 -10 -30 -22 -40 -37v-44c0 -31 9 -56 26 -73c17 -18 42 -27 75 -27c32 0 56 9 73 28z" />
+    <glyph glyph-name="uni0459.ss01" horiz-adv-x="969"
+d="M888 344c38 -33 57 -82 57 -146c0 -69 -23 -121 -71 -158c-46 -37 -111 -55 -194 -55c-87 0 -152 18 -195 55s-64 92 -64 166v204h-156l-4 -96c-3 -75 -11 -136 -23 -182c-11 -48 -29 -83 -53 -107s-56 -36 -96 -36c-34 0 -60 4 -78 12l-1 132c6 -1 17 -2 34 -2
+c25 0 44 15 56 45s20 78 23 145l8 217h446v-182c16 12 37 21 63 28c27 7 56 10 89 10c68 0 121 -17 159 -50zM758 122c19 18 28 42 28 73c0 29 -9 52 -27 69s-43 25 -76 25c-24 0 -45 -4 -63 -13c-19 -9 -33 -21 -43 -37v-44c0 -31 9 -56 27 -73c18 -18 43 -27 76 -27
+s59 9 78 27z" />
+    <glyph glyph-name="uni045A.ss01" horiz-adv-x="972"
+d="M897 302c37 -30 55 -71 55 -124c0 -61 -24 -109 -70 -142c-48 -34 -113 -51 -198 -51c-83 0 -144 17 -185 51s-61 85 -61 154v28h-208v-218h-155v538h155v-193h208v193h155v-193h147c68 0 120 -15 157 -43zM767 114c17 13 26 33 26 59c0 22 -7 38 -20 48s-35 15 -65 15
+h-115v-51c0 -61 33 -91 100 -91c32 0 57 7 74 20z" />
+    <glyph glyph-name="uni0463.ss01" horiz-adv-x="664"
+d="M582 344c38 -34 57 -83 57 -146c0 -69 -23 -122 -71 -158c-46 -38 -111 -56 -193 -56c-85 0 -150 19 -193 57c-44 38 -66 94 -66 168v273h-118v99h118v161h155v-161h191v-99h-191v-127c17 12 38 21 65 29c27 6 56 10 88 10c67 0 120 -17 158 -50zM453 121
+c19 18 28 42 28 73c0 29 -9 52 -27 69s-43 25 -76 25c-25 0 -46 -4 -64 -13c-19 -9 -33 -21 -43 -36v-45c0 -31 9 -55 27 -73c19 -18 44 -27 77 -27s59 9 78 27z" />
+    <glyph glyph-name="uni04D1.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM172 751h102c1 -23 7 -41 20 -55c12 -12 30 -19 54 -19s42 7 56 19c12 14 19 32 19 55h104c-1 -103 -60 -155 -178 -155c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="uni04D3.ss01" horiz-adv-x="690"
+d="M618 538v-538h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v57h156zM426 160c26 28 39 64 39 109s-13 81 -39 109c-26 26 -59 40 -98 40
+c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM198 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM400 632
+c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04D5.ss01" horiz-adv-x="995"
+d="M780 130c20 8 41 21 61 39l84 -90c-52 -58 -125 -87 -220 -87c-47 0 -91 8 -131 23c-41 15 -75 39 -104 71c-41 -63 -110 -94 -207 -94c-70 0 -125 15 -165 46c-41 31 -61 72 -61 123c0 47 19 84 57 113s96 43 174 43h124c0 33 -10 59 -30 77c-21 19 -52 28 -93 28
+c-29 0 -57 -4 -85 -14c-28 -8 -52 -21 -71 -36l-56 109c29 21 64 37 105 48s83 17 126 17c91 0 157 -25 198 -76c25 24 55 43 90 56s71 20 110 20c51 0 97 -11 138 -32c42 -22 76 -54 100 -95c26 -41 38 -90 39 -146l-400 -77c12 -25 31 -45 56 -58c25 -14 55 -21 90 -21
+c26 0 49 4 71 13zM586 389c-25 -26 -38 -60 -38 -102v-1l262 50c-8 28 -23 50 -46 67c-22 17 -49 25 -80 25c-39 0 -72 -13 -98 -39zM362 125c20 19 30 44 30 76v25h-107c-64 0 -96 -21 -96 -62c0 -21 8 -38 23 -50c16 -11 38 -17 67 -17c35 0 63 9 83 28z" />
+    <glyph glyph-name="uni04D7.ss01" horiz-adv-x="631"
+d="M418 130c21 8 41 21 60 39l83 -90c-51 -58 -125 -87 -222 -87c-61 0 -114 12 -161 36c-47 23 -83 56 -108 98s-38 90 -38 143s12 100 38 143c24 42 59 75 102 98c44 24 93 36 148 36c51 0 98 -11 140 -32c42 -22 76 -54 100 -94c26 -42 38 -90 38 -146l-398 -77
+c11 -27 29 -47 54 -60c24 -13 54 -20 89 -20c28 0 53 4 75 13zM224 390c-25 -25 -38 -60 -39 -105l262 51c-7 28 -22 50 -45 67s-50 25 -82 25c-39 0 -71 -13 -96 -38zM140 751h102c1 -23 7 -41 20 -55c12 -12 30 -19 54 -19s42 7 56 19c12 14 19 32 19 55h104
+c-1 -103 -60 -155 -178 -155c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="uni04D9.ss01" horiz-adv-x="631"
+d="M453 510c47 -23 83 -56 108 -98s38 -90 38 -143s-13 -100 -37 -143c-26 -42 -60 -75 -104 -98c-43 -24 -92 -36 -147 -36c-51 0 -98 11 -140 32c-42 22 -75 54 -101 94c-24 42 -37 90 -37 146l398 77c-11 27 -29 47 -53 60c-25 13 -55 20 -90 20c-28 0 -53 -4 -74 -13
+c-22 -8 -42 -21 -61 -39l-83 90c51 58 125 87 222 87c61 0 114 -12 161 -36zM407 148c25 25 38 60 39 105l-262 -51c7 -28 22 -50 45 -67s50 -25 82 -25c39 0 71 13 96 38z" />
+    <glyph glyph-name="uni04DB.ss01" horiz-adv-x="631"
+d="M453 510c47 -23 83 -56 108 -98s38 -90 38 -143s-13 -100 -37 -143c-26 -42 -60 -75 -104 -98c-43 -24 -92 -36 -147 -36c-51 0 -98 11 -140 32c-42 22 -75 54 -101 94c-24 42 -37 90 -37 146l398 77c-11 27 -29 47 -53 60c-25 13 -55 20 -90 20c-28 0 -53 -4 -74 -13
+c-22 -8 -42 -21 -61 -39l-83 90c51 58 125 87 222 87c61 0 114 -12 161 -36zM407 148c25 25 38 60 39 105l-262 -51c7 -28 22 -50 45 -67s50 -25 82 -25c39 0 71 13 96 38zM163 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49
+s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM366 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni04E3.ss01" horiz-adv-x="680"
+d="M605 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM144 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni04E5.ss01" horiz-adv-x="680"
+d="M605 538v-538h-148v64c-21 -23 -45 -41 -74 -54c-29 -12 -60 -18 -93 -18c-71 0 -127 20 -168 61s-62 101 -62 181v304h156v-281c0 -87 36 -130 109 -130c37 0 67 12 90 37c23 24 34 60 34 108v266h156zM178 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20
+s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20zM380 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04EF.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM156 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni04F1.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM190 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -37 -19 -49c-14 -14 -30 -20 -50 -20s-37 6 -50 20z
+M392 632c-12 12 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-36 6 -50 20z" />
+    <glyph glyph-name="uni04F3.ss01" horiz-adv-x="687"
+d="M614 538v-448c0 -99 -25 -172 -75 -220s-123 -72 -218 -72c-51 0 -99 6 -143 19c-46 13 -83 31 -114 55l62 112c23 -19 50 -33 83 -44s66 -16 99 -16c52 0 90 12 114 36s36 61 36 110v18c-20 -20 -44 -35 -71 -46s-57 -16 -88 -16c-71 0 -127 20 -168 60
+c-41 41 -62 101 -62 182v270h156v-247c0 -87 36 -131 109 -131c37 0 67 12 90 36c23 25 34 61 34 109v233h156zM255 751h146l-104 -144h-114zM457 751h146l-104 -144h-114z" />
+    <glyph glyph-name="uni04F9.ss01" horiz-adv-x="862"
+d="M127 42c-43 38 -64 94 -64 168v328h155v-182c15 11 36 20 60 27c26 7 54 11 86 11c66 0 118 -17 155 -50s56 -82 56 -146c0 -68 -23 -120 -69 -158c-46 -36 -108 -55 -187 -55c-85 0 -149 19 -192 57zM632 538h156v-538h-156v538zM392 123c17 19 25 43 25 73
+c0 28 -9 50 -25 68c-18 16 -42 25 -74 25c-23 0 -42 -5 -60 -13c-16 -10 -30 -22 -40 -37v-44c0 -31 9 -56 26 -73c17 -18 42 -27 75 -27c32 0 56 9 73 28zM281 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49
+c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM484 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni048D.ss01" horiz-adv-x="652"
+d="M574 308c38 -30 57 -74 57 -132c0 -62 -23 -109 -70 -142s-110 -49 -191 -49c-173 0 -260 68 -260 203v207h-96v95h96v48h155v-48h192v-95h-192v-77c14 10 34 18 60 24c26 7 56 10 90 10c69 0 122 -15 159 -44zM446 114c17 15 26 34 26 58c0 23 -9 41 -26 54
+s-43 20 -76 20c-24 0 -45 -3 -63 -10c-18 -6 -32 -15 -42 -26v-38c0 -25 9 -44 27 -58s44 -21 79 -21c33 0 58 7 75 21z" />
+    <glyph glyph-name="uni0394" unicode="&#x394;" horiz-adv-x="766"
+d="M776 0h-785l312 700h160zM205 132h352l-175 415z" />
+    <glyph glyph-name="uni03A9" unicode="&#x3a9;" horiz-adv-x="889"
+d="M9 132h156c-32 30 -57 66 -75 106c-17 42 -26 87 -26 136c0 65 16 124 50 175c32 51 78 91 136 120s123 43 194 43s136 -14 194 -43s104 -69 137 -120s50 -110 50 -175c0 -49 -9 -94 -27 -136c-18 -40 -43 -76 -75 -106h157v-132h-366v123c47 24 84 57 110 98
+c25 41 38 87 38 136c0 43 -9 81 -28 115c-19 32 -44 58 -78 76c-32 17 -70 26 -112 26s-80 -9 -112 -26c-34 -18 -59 -44 -78 -76c-19 -34 -28 -72 -28 -115c0 -50 13 -96 39 -137s63 -74 110 -97v-123h-366v132z" />
+    <glyph glyph-name="uni03BC" unicode="&#x3bc;" horiz-adv-x="690"
+d="M618 538v-538h-141v66c-16 -25 -37 -44 -61 -56c-26 -12 -52 -18 -80 -18c-43 0 -79 12 -108 35v-221h-156v732h156v-281c0 -44 10 -77 28 -98c20 -21 46 -32 81 -32c38 0 68 12 91 37c23 24 34 60 34 108v266h156z" />
+    <glyph glyph-name="pi" unicode="&#x3c0;" horiz-adv-x="728"
+d="M717 422h-127v-422h-140v422h-94l-47 -422h-140l47 422h-27c-24 0 -43 -6 -56 -16c-13 -12 -20 -28 -20 -49c0 -20 8 -44 24 -71l-111 -36c-13 18 -23 39 -30 64s-11 48 -11 69c0 29 8 56 23 79c16 24 38 43 66 56c27 13 59 20 95 20h548v-116z" />
+    <glyph glyph-name="uni212B" unicode="&#x212b;" horiz-adv-x="766"
+d="M544 150h-325l-62 -150h-166l312 700h160l313 -700h-170zM493 273l-111 268l-111 -268h222zM294 789c-23 23 -35 52 -35 86s12 63 35 86c24 23 53 35 88 35s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -88 35zM426 832c11 11 17 26 17 43
+s-6 32 -17 43c-12 12 -27 18 -44 18s-31 -6 -42 -18c-12 -11 -18 -26 -18 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 44 18z" />
+    <glyph glyph-name="uni212A" unicode="&#x212a;" horiz-adv-x="740"
+d="M338 275l-94 -98v-177h-161v700h161v-327l310 327h180l-290 -312l307 -388h-189z" />
+    <glyph glyph-name="zero" unicode="0" horiz-adv-x="679"
+d="M184 31c-45 29 -81 70 -106 125c-26 54 -39 119 -39 194s13 140 39 194c25 55 61 96 106 125s97 43 155 43s110 -14 155 -43s81 -70 106 -125c26 -54 39 -119 39 -194s-13 -140 -39 -194c-25 -55 -61 -96 -106 -125s-97 -43 -155 -43s-110 14 -155 43zM440 180
+c24 37 36 93 36 170s-12 133 -36 170c-25 37 -58 55 -101 55c-42 0 -75 -18 -99 -55c-25 -37 -37 -93 -37 -170s12 -133 37 -170c24 -37 57 -55 99 -55c43 0 76 18 101 55z" />
+    <glyph glyph-name="one" unicode="1" horiz-adv-x="392"
+d="M309 700v-700h-162v570h-140v130h302z" />
+    <glyph glyph-name="two" unicode="2" horiz-adv-x="590"
+d="M562 132v-132h-529v105l270 255c29 27 48 51 58 70c10 20 15 40 15 59c0 28 -10 49 -28 65c-20 14 -47 22 -84 22c-31 0 -58 -6 -83 -18c-25 -11 -45 -29 -62 -52l-118 76c27 41 65 72 113 96c48 22 103 34 165 34c52 0 97 -8 137 -26c38 -16 69 -40 90 -72
+c22 -30 33 -67 33 -109c0 -38 -8 -74 -24 -107s-47 -71 -93 -114l-161 -152h301z" />
+    <glyph glyph-name="three" unicode="3" horiz-adv-x="592"
+d="M507 346c33 -35 49 -79 49 -132c0 -41 -11 -78 -32 -112c-21 -35 -54 -62 -98 -83c-43 -21 -97 -31 -160 -31c-49 0 -98 6 -146 20c-47 12 -88 31 -121 55l63 124c27 -20 58 -35 92 -47c36 -10 71 -16 108 -16c41 0 73 8 96 24c23 15 35 37 35 66c0 57 -44 86 -131 86
+h-74v107l144 163h-298v130h490v-105l-158 -180c61 -10 108 -33 141 -69z" />
+    <glyph glyph-name="four" unicode="4" horiz-adv-x="689"
+d="M680 147h-114v-147h-158v147h-377v109l330 444h170l-306 -421h188v131h153v-131h114v-132z" />
+    <glyph glyph-name="five" unicode="5" horiz-adv-x="595"
+d="M498 378c46 -39 70 -92 70 -158c0 -43 -11 -82 -32 -116c-21 -36 -54 -64 -98 -84c-43 -22 -97 -32 -161 -32c-49 0 -98 6 -145 20c-48 12 -89 31 -122 55l64 124c27 -20 57 -35 92 -47c35 -10 70 -16 107 -16c41 0 73 8 96 24s35 38 35 67c0 30 -12 53 -36 68
+c-25 15 -67 23 -127 23h-179l36 394h427v-130h-292l-11 -133h57c99 0 171 -20 219 -59z" />
+    <glyph glyph-name="six" unicode="6" horiz-adv-x="637"
+d="M498 412c37 -18 66 -44 87 -76c21 -34 32 -72 32 -115c0 -47 -12 -88 -35 -123s-55 -62 -96 -82c-40 -18 -85 -28 -134 -28c-98 0 -175 30 -230 90s-83 146 -83 257c0 79 15 147 45 204s72 100 126 129c53 29 115 44 186 44c37 0 73 -4 108 -12c34 -9 63 -21 87 -36
+l-60 -119c-35 23 -78 35 -131 35c-59 0 -106 -17 -141 -52s-53 -85 -56 -151c41 41 99 62 173 62c45 0 85 -9 122 -27zM428 137c21 19 32 44 32 76s-11 57 -32 77c-22 18 -51 28 -87 28c-35 0 -64 -10 -87 -30c-23 -19 -34 -44 -34 -75s11 -56 33 -75s52 -29 90 -29
+c35 0 63 9 85 28z" />
+    <glyph glyph-name="seven" unicode="7" horiz-adv-x="620"
+d="M587 700v-105l-260 -595h-176l251 568h-232v-114h-144v246h561z" />
+    <glyph glyph-name="eight" unicode="8" horiz-adv-x="660"
+d="M598 300c18 -28 27 -60 27 -97c0 -43 -12 -81 -37 -113c-25 -33 -59 -58 -104 -76c-45 -17 -96 -26 -155 -26s-110 9 -155 26c-44 18 -78 43 -102 76c-25 32 -37 70 -37 113c0 37 9 69 27 97c19 28 45 51 79 68c-26 16 -46 36 -60 60c-14 25 -21 53 -21 84
+c0 41 11 76 34 106s54 53 95 70c41 16 87 24 140 24s101 -8 141 -24c42 -17 73 -40 96 -70s34 -65 34 -106c0 -31 -7 -59 -21 -84c-14 -24 -34 -44 -61 -60c35 -17 61 -40 80 -68zM250 570c-19 -16 -29 -38 -29 -65s10 -48 29 -63s46 -23 79 -23s60 8 80 23s30 36 30 63
+s-10 49 -30 65c-20 15 -47 23 -80 23s-59 -8 -79 -23zM426 134c23 19 35 43 35 74s-12 55 -35 73c-24 18 -56 27 -97 27c-40 0 -72 -9 -95 -27s-35 -42 -35 -73s12 -56 35 -74s55 -27 95 -27c41 0 73 9 97 27z" />
+    <glyph glyph-name="nine" unicode="9" horiz-adv-x="637"
+d="M515 622c55 -59 83 -145 83 -257c0 -79 -15 -147 -44 -204c-30 -57 -72 -100 -126 -129s-116 -44 -187 -44c-37 0 -73 4 -107 12c-34 9 -63 21 -87 36l60 119c34 -23 78 -35 131 -35c59 0 106 18 141 52c35 36 53 86 56 152c-42 -42 -100 -63 -174 -63
+c-45 0 -85 9 -122 27s-66 44 -87 76c-21 34 -32 72 -32 115c0 47 12 88 35 123s55 62 95 82c41 18 86 28 135 28c98 0 175 -30 230 -90zM384 412c22 19 33 44 33 75s-11 56 -33 75c-21 19 -51 29 -89 29c-35 0 -63 -9 -85 -28c-21 -19 -32 -44 -32 -76s11 -57 32 -77
+c22 -18 51 -28 87 -28c35 0 64 10 87 30z" />
+    <glyph glyph-name="zero.osf" horiz-adv-x="694"
+d="M190 28c-47 26 -83 63 -109 110s-39 101 -39 162s13 115 39 162s62 84 109 110c46 27 98 40 157 40s111 -13 157 -40c46 -26 82 -63 108 -110s39 -101 39 -162s-13 -115 -39 -162s-62 -84 -108 -110c-46 -27 -98 -40 -157 -40s-111 13 -157 40zM450 168
+c27 32 40 75 40 132s-13 100 -40 132c-26 30 -60 46 -103 46s-77 -16 -103 -46c-27 -32 -40 -75 -40 -132s13 -100 40 -132c26 -30 60 -46 103 -46s77 16 103 46z" />
+    <glyph glyph-name="one.osf" horiz-adv-x="392"
+d="M309 600v-600h-162v470h-140v130h302z" />
+    <glyph glyph-name="two.osf" horiz-adv-x="590"
+d="M560 129v-129h-529v90l271 214c27 21 46 40 56 56c11 15 16 31 16 48c0 21 -9 38 -28 52c-19 12 -46 19 -81 19c-66 0 -115 -24 -146 -72l-121 69c27 43 65 77 112 100c48 24 104 36 167 36c51 0 97 -8 137 -24c39 -17 70 -39 91 -68s32 -61 32 -97c0 -37 -9 -71 -25 -99
+c-18 -30 -49 -62 -95 -97l-124 -98h267z" />
+    <glyph glyph-name="three.osf" horiz-adv-x="592"
+d="M507 246c33 -35 49 -79 49 -132c0 -41 -11 -78 -32 -112c-21 -35 -54 -62 -98 -83c-43 -21 -97 -31 -160 -31c-49 0 -98 6 -146 20c-47 12 -88 31 -121 55l63 124c27 -20 58 -35 92 -47c36 -10 71 -16 108 -16c41 0 73 8 96 24c23 15 35 37 35 66c0 57 -44 86 -131 86
+h-74v107l144 163h-298v130h490v-105l-158 -180c61 -10 108 -33 141 -69z" />
+    <glyph glyph-name="four.osf" horiz-adv-x="689"
+d="M680 47h-114v-147h-158v147h-377v109l330 444h170l-306 -421h188v131h153v-131h114v-132z" />
+    <glyph glyph-name="five.osf" horiz-adv-x="595"
+d="M498 278c46 -39 70 -92 70 -158c0 -43 -11 -82 -32 -116c-21 -36 -54 -64 -98 -84c-43 -22 -97 -32 -161 -32c-49 0 -98 6 -145 20c-48 12 -89 31 -122 55l64 124c27 -20 57 -35 92 -47c35 -10 70 -16 107 -16c41 0 73 8 96 24s35 38 35 67c0 30 -12 53 -36 68
+c-25 15 -67 23 -127 23h-179l36 394h427v-130h-292l-11 -133h57c99 0 171 -20 219 -59z" />
+    <glyph glyph-name="six.osf" horiz-adv-x="637"
+d="M498 412c37 -18 66 -44 87 -76c21 -34 32 -72 32 -115c0 -47 -12 -88 -35 -123s-55 -62 -96 -82c-40 -18 -85 -28 -134 -28c-98 0 -175 30 -230 90s-83 146 -83 257c0 79 15 147 45 204s72 100 126 129c53 29 115 44 186 44c37 0 73 -4 108 -12c34 -9 63 -21 87 -36
+l-60 -119c-35 23 -78 35 -131 35c-59 0 -106 -17 -141 -52s-53 -85 -56 -151c41 41 99 62 173 62c45 0 85 -9 122 -27zM428 137c21 19 32 44 32 76s-11 57 -32 77c-22 18 -51 28 -87 28c-35 0 -64 -10 -87 -30c-23 -19 -34 -44 -34 -75s11 -56 33 -75s52 -29 90 -29
+c35 0 63 9 85 28z" />
+    <glyph glyph-name="seven.osf" horiz-adv-x="620"
+d="M587 600v-105l-260 -595h-176l251 568h-232v-114h-144v246h561z" />
+    <glyph glyph-name="eight.osf" horiz-adv-x="660"
+d="M598 300c18 -28 27 -60 27 -97c0 -43 -12 -81 -37 -113c-25 -33 -59 -58 -104 -76c-45 -17 -96 -26 -155 -26s-110 9 -155 26c-44 18 -78 43 -102 76c-25 32 -37 70 -37 113c0 37 9 69 27 97c19 28 45 51 79 68c-26 16 -46 36 -60 60c-14 25 -21 53 -21 84
+c0 41 11 76 34 106s54 53 95 70c41 16 87 24 140 24s101 -8 141 -24c42 -17 73 -40 96 -70s34 -65 34 -106c0 -31 -7 -59 -21 -84c-14 -24 -34 -44 -61 -60c35 -17 61 -40 80 -68zM250 570c-19 -16 -29 -38 -29 -65s10 -48 29 -63s46 -23 79 -23s60 8 80 23s30 36 30 63
+s-10 49 -30 65c-20 15 -47 23 -80 23s-59 -8 -79 -23zM426 134c23 19 35 43 35 74s-12 55 -35 73c-24 18 -56 27 -97 27c-40 0 -72 -9 -95 -27s-35 -42 -35 -73s12 -56 35 -74s55 -27 95 -27c41 0 73 9 97 27z" />
+    <glyph glyph-name="nine.osf" horiz-adv-x="637"
+d="M515 522c55 -59 83 -145 83 -257c0 -79 -15 -147 -44 -204c-30 -57 -72 -100 -126 -129s-116 -44 -187 -44c-37 0 -73 4 -107 12c-34 9 -63 21 -87 36l60 119c34 -23 78 -35 131 -35c59 0 106 18 141 52c35 36 53 86 56 152c-42 -42 -100 -63 -174 -63
+c-45 0 -85 9 -122 27s-66 44 -87 76c-21 34 -32 72 -32 115c0 47 12 88 35 123s55 62 95 82c41 18 86 28 135 28c98 0 175 -30 230 -90zM384 312c22 19 33 44 33 75s-11 56 -33 75c-21 19 -51 29 -89 29c-35 0 -63 -9 -85 -28c-21 -19 -32 -44 -32 -76s11 -57 32 -77
+c22 -18 51 -28 87 -28c35 0 64 10 87 30z" />
+    <glyph glyph-name="zero.sinf" horiz-adv-x="430"
+d="M73 -144c-36 39 -54 91 -54 158c0 66 18 118 54 157s83 58 142 58s106 -19 142 -58s54 -91 54 -157c0 -67 -18 -119 -54 -158s-83 -58 -142 -58s-106 19 -142 58zM278 -82c15 21 23 53 23 96s-8 74 -23 96c-16 20 -37 31 -63 31s-47 -11 -63 -31c-15 -22 -23 -53 -23 -96
+s8 -75 23 -96c16 -21 37 -32 63 -32s47 11 63 32z" />
+    <glyph glyph-name="one.sinf" horiz-adv-x="430"
+d="M378 -111v-83h-305v83h103v249h-94v83h206v-332h90z" />
+    <glyph glyph-name="two.sinf" horiz-adv-x="430"
+d="M390 -110v-84h-349v67l173 150c19 16 32 29 38 41c8 10 11 21 11 31c0 14 -6 25 -18 34s-30 13 -54 13c-20 0 -38 -4 -55 -12c-16 -7 -29 -18 -38 -31l-80 48c17 25 40 45 71 60s68 22 111 22c54 0 96 -12 128 -35c30 -23 46 -54 46 -91c0 -21 -6 -41 -16 -61
+c-12 -18 -32 -41 -63 -68l-96 -84h191z" />
+    <glyph glyph-name="three.sinf" horiz-adv-x="430"
+d="M365 14c21 -21 32 -48 32 -80c0 -24 -7 -46 -21 -67c-15 -21 -37 -37 -66 -50s-65 -19 -108 -19c-36 0 -71 4 -104 13c-34 9 -61 20 -80 34l40 80c19 -13 41 -23 66 -29c25 -8 51 -11 76 -11c29 0 50 4 64 13c15 9 22 21 22 36c0 31 -26 47 -79 47h-59v68l91 89h-203v83
+h338v-67l-101 -99c40 -6 71 -20 92 -41z" />
+    <glyph glyph-name="four.sinf" horiz-adv-x="430"
+d="M411 -110h-67v-84h-107v84h-225v70l189 261h119l-179 -246h107v70h96v-70h67v-85z" />
+    <glyph glyph-name="five.sinf" horiz-adv-x="430"
+d="M392 -65c0 -25 -7 -47 -22 -69c-14 -20 -36 -37 -65 -50c-29 -12 -65 -18 -108 -18c-35 0 -69 4 -102 12c-33 9 -59 20 -78 33l40 79c19 -11 41 -20 65 -27c25 -7 49 -10 74 -10c28 0 49 4 64 13c14 9 21 21 21 36s-7 27 -22 34c-15 8 -41 12 -78 12h-129l25 241h286v-83
+h-195l-7 -74h37c129 0 194 -43 194 -129z" />
+    <glyph glyph-name="six.sinf" horiz-adv-x="430"
+d="M363 32c30 -24 45 -55 45 -94c0 -41 -16 -75 -50 -101c-32 -26 -75 -39 -126 -39c-65 0 -116 18 -152 54c-38 36 -56 86 -56 150c0 45 10 85 30 120c20 34 49 60 86 79s81 28 130 28c23 0 45 -3 68 -7c22 -6 41 -12 57 -20l-39 -79c-25 13 -54 19 -87 19
+c-40 0 -72 -10 -96 -30s-37 -47 -39 -81c28 25 67 37 117 37c45 0 82 -12 112 -36zM282 -109c13 11 20 25 20 42c0 18 -7 32 -20 43s-32 16 -55 16s-42 -6 -57 -16c-15 -12 -22 -26 -22 -43c0 -16 7 -30 21 -41s34 -17 59 -17c23 0 41 5 54 16z" />
+    <glyph glyph-name="seven.sinf" horiz-adv-x="430"
+d="M406 221v-67l-179 -348h-122l170 331h-151v-66h-96v150h378z" />
+    <glyph glyph-name="eight.sinf" horiz-adv-x="430"
+d="M410 -75c0 -38 -18 -69 -54 -92c-35 -23 -83 -35 -142 -35s-106 12 -141 35s-53 54 -53 92c0 44 23 77 68 99c-17 9 -31 21 -40 36s-14 31 -14 50c0 35 16 64 50 86c32 22 76 33 130 33c55 0 99 -11 132 -33s50 -51 50 -87c0 -38 -18 -67 -54 -86c45 -21 68 -54 68 -98z
+M160 140c-12 -9 -19 -20 -19 -34s7 -26 20 -35s31 -14 53 -14c23 0 41 5 54 13c14 10 21 21 21 35c0 15 -7 26 -20 35s-32 13 -55 13s-40 -4 -54 -13zM277 -110c15 10 23 23 23 40s-8 30 -23 40s-36 15 -63 15c-26 0 -46 -5 -62 -15c-14 -10 -22 -23 -22 -40s8 -30 22 -40
+c16 -11 36 -16 62 -16c27 0 48 5 63 16z" />
+    <glyph glyph-name="nine.sinf" horiz-adv-x="430"
+d="M350 175c38 -36 56 -86 56 -150c0 -45 -10 -85 -30 -119c-20 -35 -49 -61 -86 -80s-81 -28 -130 -28c-23 0 -45 2 -68 8c-22 4 -41 11 -57 19l39 79c25 -13 54 -19 87 -19c40 0 72 10 96 31c24 20 37 47 39 80c-28 -25 -67 -37 -117 -37c-45 0 -82 12 -112 36
+s-45 55 -45 94c0 41 16 75 50 101c32 26 75 39 126 39c65 0 116 -18 152 -54zM260 52c14 10 22 25 22 42c0 16 -7 30 -22 41c-14 11 -34 17 -59 17c-23 0 -41 -5 -54 -16s-20 -25 -20 -42s7 -32 21 -42c13 -12 31 -17 54 -17s42 5 58 17z" />
+    <glyph glyph-name="zero.tf" horiz-adv-x="700"
+d="M192 32c-46 28 -82 70 -108 125c-25 55 -38 119 -38 193s13 138 38 193c26 55 62 97 108 125c46 30 99 44 158 44s112 -14 158 -44c46 -28 82 -70 108 -125s39 -119 39 -193s-13 -138 -39 -193s-62 -97 -108 -125c-46 -30 -99 -44 -158 -44s-112 14 -158 44zM453 181
+c25 37 38 94 38 169s-13 132 -38 169s-60 56 -103 56s-78 -19 -103 -56s-38 -94 -38 -169s13 -132 38 -169s60 -56 103 -56s78 19 103 56z" />
+    <glyph glyph-name="one.tf" horiz-adv-x="700"
+d="M601 130v-130h-469v130h163v440h-150v130h313v-570h143z" />
+    <glyph glyph-name="two.tf" horiz-adv-x="700"
+d="M619 132v-132h-539v105l276 255c29 27 49 51 60 71s16 40 16 60c0 27 -10 47 -30 63c-21 14 -50 22 -87 22c-69 0 -120 -23 -155 -70l-116 76c27 41 65 72 114 96c49 22 105 34 170 34c53 0 100 -8 140 -26c41 -16 72 -40 94 -72c22 -30 33 -67 33 -109
+c0 -37 -9 -72 -26 -105s-50 -72 -97 -116l-164 -152h311z" />
+    <glyph glyph-name="three.tf" horiz-adv-x="700"
+d="M578 348c35 -36 52 -81 52 -134c0 -41 -11 -78 -33 -112c-22 -35 -55 -62 -101 -83c-44 -21 -100 -31 -166 -31c-57 0 -110 7 -160 21s-91 33 -123 58l67 124c61 -45 132 -67 213 -67c45 0 79 8 103 24c25 15 37 37 37 66c0 27 -11 48 -35 64c-22 14 -57 22 -104 22h-79
+v107l153 163h-328v130h524v-105l-168 -179c65 -10 114 -33 148 -68z" />
+    <glyph glyph-name="four.tf" horiz-adv-x="700"
+d="M653 147h-109v-147h-155v147h-353v109l299 444h173l-284 -421h173v124h147v-124h109v-132z" />
+    <glyph glyph-name="five.tf" horiz-adv-x="700"
+d="M552 378c50 -38 75 -92 75 -159c0 -43 -11 -81 -33 -117c-21 -34 -54 -62 -100 -83c-44 -21 -100 -31 -165 -31c-53 0 -105 7 -156 20s-93 32 -126 55l63 124c29 -20 63 -35 100 -47c38 -10 77 -16 116 -16c43 0 76 8 101 24s37 38 37 66c0 30 -13 53 -40 68
+c-26 16 -71 24 -135 24h-190l37 394h444v-130h-310l-11 -133h59c107 0 185 -19 234 -59z" />
+    <glyph glyph-name="six.tf" horiz-adv-x="700"
+d="M532 412c38 -19 68 -44 90 -78c22 -32 33 -70 33 -113c0 -46 -12 -87 -36 -122s-57 -63 -99 -82c-43 -19 -91 -29 -145 -29c-101 0 -179 30 -237 90c-56 61 -85 146 -85 256c0 73 15 138 46 196c31 56 75 101 132 134c57 32 125 48 202 48c38 0 74 -4 109 -12
+c34 -9 63 -21 87 -36l-60 -122c-17 13 -38 22 -61 28c-24 7 -49 10 -75 10c-65 0 -117 -18 -157 -56c-39 -36 -60 -88 -62 -153c21 21 47 38 80 50s69 18 109 18c48 0 91 -9 129 -27zM458 137c23 19 35 45 35 76c0 32 -12 58 -35 77s-54 29 -91 29s-67 -10 -93 -29
+c-24 -20 -37 -46 -37 -77c0 -29 12 -54 36 -75c24 -20 56 -30 96 -30c36 0 66 10 89 29z" />
+    <glyph glyph-name="seven.tf" horiz-adv-x="700"
+d="M646 700v-105l-284 -595h-173l270 568h-254v-114h-143v246h584z" />
+    <glyph glyph-name="eight.tf" horiz-adv-x="700"
+d="M626 300c18 -27 28 -60 28 -97c0 -43 -13 -81 -38 -113c-25 -33 -61 -58 -107 -76c-46 -17 -99 -26 -160 -26c-60 0 -113 9 -159 26c-46 18 -82 43 -106 76c-26 32 -38 70 -38 113c0 37 9 69 28 97s46 51 81 68c-27 16 -48 36 -63 60c-14 25 -21 53 -21 84
+c0 41 12 76 35 106s56 53 98 70c42 16 90 24 145 24s104 -8 147 -24c42 -17 75 -40 98 -70s35 -65 35 -106c0 -31 -7 -59 -22 -84c-15 -24 -36 -44 -63 -60c35 -17 62 -40 82 -68zM264 570c-21 -16 -32 -38 -32 -65s10 -48 32 -63c20 -15 49 -23 85 -23s65 8 87 23
+c21 15 32 36 32 63s-11 49 -32 65c-22 15 -51 23 -87 23c-35 0 -64 -8 -85 -23zM452 134c26 19 39 43 39 74s-13 55 -39 73c-25 18 -60 27 -103 27s-77 -9 -103 -27c-24 -18 -37 -42 -37 -73s13 -56 38 -74s59 -27 102 -27s78 9 103 27z" />
+    <glyph glyph-name="nine.tf" horiz-adv-x="700"
+d="M562 622c56 -61 85 -146 85 -256c0 -73 -15 -138 -46 -196c-31 -56 -75 -101 -132 -134c-57 -32 -125 -48 -202 -48c-38 0 -74 4 -109 12c-34 9 -63 21 -87 36l60 122c17 -13 38 -22 61 -28c24 -7 49 -10 75 -10c65 0 117 18 157 56c39 36 60 88 62 153
+c-21 -21 -47 -38 -80 -50s-69 -18 -109 -18c-48 0 -91 9 -129 27c-38 19 -68 44 -90 78c-22 32 -33 70 -33 113c0 46 12 87 36 122s57 63 99 82c43 19 91 29 145 29c101 0 179 -30 237 -90zM426 410c24 20 37 46 37 77c0 29 -12 54 -36 75c-24 20 -56 30 -96 30
+c-36 0 -66 -10 -89 -29s-35 -45 -35 -76c0 -32 12 -58 35 -77s54 -29 91 -29s67 10 93 29z" />
+    <glyph glyph-name="zero.tosf" horiz-adv-x="700"
+d="M192 28c-46 26 -82 62 -108 110c-27 46 -40 101 -40 162s13 116 40 162c26 48 62 84 108 110c47 27 99 40 158 40s111 -13 158 -40c46 -26 82 -62 108 -110c27 -46 40 -101 40 -162s-13 -116 -40 -162c-26 -48 -62 -84 -108 -110c-47 -27 -99 -40 -158 -40
+s-111 13 -158 40zM454 168c28 31 41 75 41 132s-13 101 -41 132c-26 31 -61 47 -104 47s-77 -16 -104 -47s-40 -75 -40 -132s13 -101 40 -132s61 -47 104 -47s78 16 104 47z" />
+    <glyph glyph-name="one.tosf" horiz-adv-x="700"
+d="M601 130v-130h-469v130h163v340h-147v130h307v-470h146z" />
+    <glyph glyph-name="two.tosf" horiz-adv-x="700"
+d="M631 130v-130h-546v90l280 213c29 23 49 41 59 57c10 14 15 31 15 48c0 22 -10 39 -29 52c-20 13 -49 19 -86 19c-33 0 -63 -6 -88 -19c-26 -12 -47 -30 -63 -53l-122 69c28 43 66 77 115 100c49 24 105 36 170 36c53 0 100 -8 140 -24c41 -17 72 -39 94 -68
+c21 -29 32 -61 32 -98s-9 -70 -26 -99c-18 -29 -50 -61 -97 -96l-129 -97h281z" />
+    <glyph glyph-name="three.tosf" horiz-adv-x="700"
+d="M578 248c35 -36 52 -81 52 -134c0 -41 -11 -78 -33 -112c-22 -35 -55 -62 -101 -83c-44 -21 -100 -31 -166 -31c-57 0 -110 7 -160 21s-91 33 -123 58l67 124c61 -45 131 -67 210 -67c46 0 81 8 106 24c25 15 37 37 37 66c0 27 -11 48 -35 64c-22 14 -57 22 -104 22h-79
+v107l153 163h-328v130h524v-105l-168 -179c65 -10 114 -33 148 -68z" />
+    <glyph glyph-name="four.tosf" horiz-adv-x="700"
+d="M653 47h-109v-147h-155v147h-353v109l299 444h173l-284 -421h173v124h147v-124h109v-132z" />
+    <glyph glyph-name="five.tosf" horiz-adv-x="700"
+d="M552 278c50 -38 75 -92 75 -159c0 -43 -11 -81 -33 -117c-21 -34 -54 -62 -100 -83c-44 -21 -100 -31 -165 -31c-53 0 -105 7 -156 20s-93 32 -126 55l63 124c29 -20 63 -35 100 -47c38 -10 77 -16 116 -16c43 0 76 8 101 24s37 38 37 66c0 30 -13 53 -40 68
+c-26 16 -71 24 -135 24h-190l37 394h444v-130h-310l-11 -133h59c107 0 185 -19 234 -59z" />
+    <glyph glyph-name="six.tosf" horiz-adv-x="700"
+d="M532 412c38 -19 68 -44 90 -78c22 -32 33 -70 33 -113c0 -46 -12 -87 -36 -122s-57 -63 -99 -82c-43 -19 -91 -29 -145 -29c-101 0 -179 30 -237 90c-56 61 -85 146 -85 256c0 73 15 138 46 196c31 56 75 101 132 134c57 32 125 48 202 48c38 0 74 -4 109 -12
+c34 -9 63 -21 87 -36l-60 -122c-17 13 -38 22 -61 28c-24 7 -49 10 -75 10c-65 0 -117 -18 -157 -56c-39 -36 -60 -88 -62 -153c21 21 47 38 80 50s69 18 109 18c48 0 91 -9 129 -27zM458 137c23 19 35 45 35 76c0 32 -12 58 -35 77s-54 29 -91 29s-67 -10 -93 -29
+c-24 -20 -37 -46 -37 -77c0 -29 12 -54 36 -75c24 -20 56 -30 96 -30c36 0 66 10 89 29z" />
+    <glyph glyph-name="seven.tosf" horiz-adv-x="700"
+d="M646 600v-105l-284 -595h-173l270 568h-254v-114h-143v246h584z" />
+    <glyph glyph-name="eight.tosf" horiz-adv-x="700"
+d="M626 300c18 -27 28 -60 28 -97c0 -43 -13 -81 -38 -113c-25 -33 -61 -58 -107 -76c-46 -17 -99 -26 -160 -26c-60 0 -113 9 -159 26c-46 18 -82 43 -106 76c-26 32 -38 70 -38 113c0 37 9 69 28 97s46 51 81 68c-27 16 -48 36 -63 60c-14 25 -21 53 -21 84
+c0 41 12 76 35 106s56 53 98 70c42 16 90 24 145 24s104 -8 147 -24c42 -17 75 -40 98 -70s35 -65 35 -106c0 -31 -7 -59 -22 -84c-15 -24 -36 -44 -63 -60c35 -17 62 -40 82 -68zM264 570c-21 -16 -32 -38 -32 -65s10 -48 32 -63c20 -15 49 -23 85 -23s65 8 87 23
+c21 15 32 36 32 63s-11 49 -32 65c-22 15 -51 23 -87 23c-35 0 -64 -8 -85 -23zM452 134c26 19 39 43 39 74s-13 55 -39 73c-25 18 -60 27 -103 27s-77 -9 -103 -27c-24 -18 -37 -42 -37 -73s13 -56 38 -74s59 -27 102 -27s78 9 103 27z" />
+    <glyph glyph-name="nine.tosf" horiz-adv-x="700"
+d="M562 522c56 -61 85 -146 85 -256c0 -73 -15 -138 -46 -196c-31 -56 -75 -101 -132 -134c-57 -32 -125 -48 -202 -48c-38 0 -74 4 -109 12c-34 9 -63 21 -87 36l60 122c17 -13 38 -22 61 -28c24 -7 49 -10 75 -10c65 0 117 18 157 56c39 36 60 88 62 153
+c-21 -21 -47 -38 -80 -50s-69 -18 -109 -18c-48 0 -91 9 -129 27c-38 19 -68 44 -90 78c-22 32 -33 70 -33 113c0 46 12 87 36 122s57 63 99 82c43 19 91 29 145 29c101 0 179 -30 237 -90zM426 310c24 20 37 46 37 77c0 29 -12 54 -36 75c-24 20 -56 30 -96 30
+c-36 0 -66 -10 -89 -29s-35 -45 -35 -76c0 -32 12 -58 35 -77s54 -29 91 -29s67 10 93 29z" />
+    <glyph glyph-name="uni2080" unicode="&#x2080;" horiz-adv-x="430"
+d="M73 -50c-36 39 -54 91 -54 158c0 66 18 118 54 157s83 58 142 58s106 -19 142 -58s54 -91 54 -157c0 -67 -18 -119 -54 -158s-83 -58 -142 -58s-106 19 -142 58zM278 12c15 21 23 53 23 96s-8 74 -23 96c-16 20 -37 31 -63 31s-47 -11 -63 -31c-15 -22 -23 -53 -23 -96
+s8 -75 23 -96c16 -21 37 -32 63 -32s47 11 63 32z" />
+    <glyph glyph-name="uni2081" unicode="&#x2081;" horiz-adv-x="430"
+d="M378 -17v-83h-305v83h103v249h-94v83h206v-332h90z" />
+    <glyph glyph-name="uni2082" unicode="&#x2082;" horiz-adv-x="430"
+d="M390 -16v-84h-349v67l173 150c19 16 32 29 38 41c8 10 11 21 11 31c0 14 -6 25 -18 34s-30 13 -54 13c-20 0 -38 -4 -55 -12c-16 -7 -29 -18 -38 -31l-80 48c17 25 40 45 71 60s68 22 111 22c54 0 96 -12 128 -35c30 -23 46 -54 46 -91c0 -21 -6 -41 -16 -61
+c-12 -18 -32 -41 -63 -68l-96 -84h191z" />
+    <glyph glyph-name="uni2083" unicode="&#x2083;" horiz-adv-x="430"
+d="M365 108c21 -21 32 -48 32 -80c0 -24 -7 -46 -21 -67c-15 -21 -37 -37 -66 -50s-65 -19 -108 -19c-36 0 -71 4 -104 13c-34 9 -61 20 -80 34l40 80c19 -13 41 -23 66 -29c25 -8 51 -11 76 -11c29 0 50 4 64 13c15 9 22 21 22 36c0 31 -26 47 -79 47h-59v68l91 89h-203v83
+h338v-67l-101 -99c40 -6 71 -20 92 -41z" />
+    <glyph glyph-name="uni2084" unicode="&#x2084;" horiz-adv-x="430"
+d="M411 -16h-67v-84h-107v84h-225v70l189 261h119l-179 -246h107v70h96v-70h67v-85z" />
+    <glyph glyph-name="uni2085" unicode="&#x2085;" horiz-adv-x="430"
+d="M392 29c0 -25 -7 -47 -22 -69c-14 -20 -36 -37 -65 -50c-29 -12 -65 -18 -108 -18c-35 0 -69 4 -102 12c-33 9 -59 20 -78 33l40 79c19 -11 41 -20 65 -27c25 -7 49 -10 74 -10c28 0 49 4 64 13c14 9 21 21 21 36s-7 27 -22 34c-15 8 -41 12 -78 12h-129l25 241h286v-83
+h-195l-7 -74h37c129 0 194 -43 194 -129z" />
+    <glyph glyph-name="uni2086" unicode="&#x2086;" horiz-adv-x="430"
+d="M363 126c30 -24 45 -55 45 -94c0 -41 -16 -75 -50 -101c-32 -26 -75 -39 -126 -39c-65 0 -116 18 -152 54c-38 36 -56 86 -56 150c0 45 10 85 30 120c20 34 49 60 86 79s81 28 130 28c23 0 45 -3 68 -7c22 -6 41 -12 57 -20l-39 -79c-25 13 -54 19 -87 19
+c-40 0 -72 -10 -96 -30s-37 -47 -39 -81c28 25 67 37 117 37c45 0 82 -12 112 -36zM282 -15c13 11 20 25 20 42c0 18 -7 32 -20 43s-32 16 -55 16s-42 -6 -57 -16c-15 -12 -22 -26 -22 -43c0 -16 7 -30 21 -41s34 -17 59 -17c23 0 41 5 54 16z" />
+    <glyph glyph-name="uni2087" unicode="&#x2087;" horiz-adv-x="430"
+d="M406 315v-67l-179 -348h-122l170 331h-151v-66h-96v150h378z" />
+    <glyph glyph-name="uni2088" unicode="&#x2088;" horiz-adv-x="430"
+d="M410 19c0 -38 -18 -69 -54 -92c-35 -23 -83 -35 -142 -35s-106 12 -141 35s-53 54 -53 92c0 44 23 77 68 99c-17 9 -31 21 -40 36s-14 31 -14 50c0 35 16 64 50 86c32 22 76 33 130 33c55 0 99 -11 132 -33s50 -51 50 -87c0 -38 -18 -67 -54 -86c45 -21 68 -54 68 -98z
+M160 234c-12 -9 -19 -20 -19 -34s7 -26 20 -35s31 -14 53 -14c23 0 41 5 54 13c14 10 21 21 21 35c0 15 -7 26 -20 35s-32 13 -55 13s-40 -4 -54 -13zM277 -16c15 10 23 23 23 40s-8 30 -23 40s-36 15 -63 15c-26 0 -46 -5 -62 -15c-14 -10 -22 -23 -22 -40s8 -30 22 -40
+c16 -11 36 -16 62 -16c27 0 48 5 63 16z" />
+    <glyph glyph-name="uni2089" unicode="&#x2089;" horiz-adv-x="430"
+d="M350 269c38 -36 56 -86 56 -150c0 -45 -10 -85 -30 -119c-20 -35 -49 -61 -86 -80s-81 -28 -130 -28c-23 0 -45 2 -68 8c-22 4 -41 11 -57 19l39 79c25 -13 54 -19 87 -19c40 0 72 10 96 31c24 20 37 47 39 80c-28 -25 -67 -37 -117 -37c-45 0 -82 12 -112 36
+s-45 55 -45 94c0 41 16 75 50 101c32 26 75 39 126 39c65 0 116 -18 152 -54zM260 146c14 10 22 25 22 42c0 16 -7 30 -22 41c-14 11 -34 17 -59 17c-23 0 -41 -5 -54 -16s-20 -25 -20 -42s7 -32 21 -42c13 -12 31 -17 54 -17s42 5 58 17z" />
+    <glyph glyph-name="zero.dnom" horiz-adv-x="430"
+d="M73 50c-36 39 -54 91 -54 158c0 66 18 118 54 157s83 58 142 58s106 -19 142 -58s54 -91 54 -157c0 -67 -18 -119 -54 -158s-83 -58 -142 -58s-106 19 -142 58zM278 112c15 21 23 53 23 96s-8 74 -23 96c-16 20 -37 31 -63 31s-47 -11 -63 -31c-15 -22 -23 -53 -23 -96
+s8 -75 23 -96c16 -21 37 -32 63 -32s47 11 63 32z" />
+    <glyph glyph-name="one.dnom" horiz-adv-x="430"
+d="M378 83v-83h-305v83h103v249h-94v83h206v-332h90z" />
+    <glyph glyph-name="two.dnom" horiz-adv-x="430"
+d="M390 84v-84h-349v67l173 150c19 16 32 29 38 41c8 10 11 21 11 31c0 14 -6 25 -18 34s-30 13 -54 13c-20 0 -38 -4 -55 -12c-16 -7 -29 -18 -38 -31l-80 48c17 25 40 45 71 60s68 22 111 22c54 0 96 -12 128 -35c30 -23 46 -54 46 -91c0 -21 -6 -41 -16 -61
+c-12 -18 -32 -41 -63 -68l-96 -84h191z" />
+    <glyph glyph-name="three.dnom" horiz-adv-x="430"
+d="M365 208c21 -21 32 -48 32 -80c0 -24 -7 -46 -21 -67c-15 -21 -37 -37 -66 -50s-65 -19 -108 -19c-36 0 -71 4 -104 13c-34 9 -61 20 -80 34l40 80c19 -13 41 -23 66 -29c25 -8 51 -11 76 -11c29 0 50 4 64 13c15 9 22 21 22 36c0 31 -26 47 -79 47h-59v68l91 89h-203v83
+h338v-67l-101 -99c40 -6 71 -20 92 -41z" />
+    <glyph glyph-name="four.dnom" horiz-adv-x="430"
+d="M411 84h-67v-84h-107v84h-225v70l189 261h119l-179 -246h107v70h96v-70h67v-85z" />
+    <glyph glyph-name="five.dnom" horiz-adv-x="430"
+d="M392 129c0 -25 -7 -47 -22 -69c-14 -20 -36 -37 -65 -50c-29 -12 -65 -18 -108 -18c-35 0 -69 4 -102 12c-33 9 -59 20 -78 33l40 79c19 -11 41 -20 65 -27c25 -7 49 -10 74 -10c28 0 49 4 64 13c14 9 21 21 21 36s-7 27 -22 34c-15 8 -41 12 -78 12h-129l25 241h286v-83
+h-195l-7 -74h37c129 0 194 -43 194 -129z" />
+    <glyph glyph-name="six.dnom" horiz-adv-x="430"
+d="M363 226c30 -24 45 -55 45 -94c0 -41 -16 -75 -50 -101c-32 -26 -75 -39 -126 -39c-65 0 -116 18 -152 54c-38 36 -56 86 -56 150c0 45 10 85 30 120c20 34 49 60 86 79s81 28 130 28c23 0 45 -3 68 -7c22 -6 41 -12 57 -20l-39 -79c-25 13 -54 19 -87 19
+c-40 0 -72 -10 -96 -30s-37 -47 -39 -81c28 25 67 37 117 37c45 0 82 -12 112 -36zM282 85c13 11 20 25 20 42c0 18 -7 32 -20 43s-32 16 -55 16s-42 -6 -57 -16c-15 -12 -22 -26 -22 -43c0 -16 7 -30 21 -41s34 -17 59 -17c23 0 41 5 54 16z" />
+    <glyph glyph-name="seven.dnom" horiz-adv-x="430"
+d="M406 415v-67l-179 -348h-122l170 331h-151v-66h-96v150h378z" />
+    <glyph glyph-name="eight.dnom" horiz-adv-x="430"
+d="M410 119c0 -38 -18 -69 -54 -92c-35 -23 -83 -35 -142 -35s-106 12 -141 35s-53 54 -53 92c0 44 23 77 68 99c-17 9 -31 21 -40 36s-14 31 -14 50c0 35 16 64 50 86c32 22 76 33 130 33c55 0 99 -11 132 -33s50 -51 50 -87c0 -38 -18 -67 -54 -86c45 -21 68 -54 68 -98z
+M160 334c-12 -9 -19 -20 -19 -34s7 -26 20 -35s31 -14 53 -14c23 0 41 5 54 13c14 10 21 21 21 35c0 15 -7 26 -20 35s-32 13 -55 13s-40 -4 -54 -13zM277 84c15 10 23 23 23 40s-8 30 -23 40s-36 15 -63 15c-26 0 -46 -5 -62 -15c-14 -10 -22 -23 -22 -40s8 -30 22 -40
+c16 -11 36 -16 62 -16c27 0 48 5 63 16z" />
+    <glyph glyph-name="nine.dnom" horiz-adv-x="430"
+d="M350 369c38 -36 56 -86 56 -150c0 -45 -10 -85 -30 -119c-20 -35 -49 -61 -86 -80s-81 -28 -130 -28c-23 0 -45 2 -68 8c-22 4 -41 11 -57 19l39 79c25 -13 54 -19 87 -19c40 0 72 10 96 31c24 20 37 47 39 80c-28 -25 -67 -37 -117 -37c-45 0 -82 12 -112 36
+s-45 55 -45 94c0 41 16 75 50 101c32 26 75 39 126 39c65 0 116 -18 152 -54zM260 246c14 10 22 25 22 42c0 16 -7 30 -22 41c-14 11 -34 17 -59 17c-23 0 -41 -5 -54 -16s-20 -25 -20 -42s7 -32 21 -42c13 -12 31 -17 54 -17s42 5 58 17z" />
+    <glyph glyph-name="zero.numr" horiz-adv-x="430"
+d="M73 335c-36 39 -54 91 -54 158c0 66 18 118 54 157s83 58 142 58s106 -19 142 -58s54 -91 54 -157c0 -67 -18 -119 -54 -158s-83 -58 -142 -58s-106 19 -142 58zM278 397c15 21 23 53 23 96s-8 75 -23 95c-16 22 -37 32 -63 32s-47 -10 -63 -32c-15 -20 -23 -52 -23 -95
+s8 -75 23 -96c16 -21 37 -32 63 -32s47 11 63 32z" />
+    <glyph glyph-name="one.numr" horiz-adv-x="430"
+d="M378 368v-83h-305v83h103v249h-94v83h206v-332h90z" />
+    <glyph glyph-name="two.numr" horiz-adv-x="430"
+d="M390 369v-84h-349v67l173 150c19 16 32 30 38 40c8 12 11 22 11 32c0 14 -6 25 -18 34s-30 13 -54 13c-20 0 -38 -4 -55 -11c-16 -8 -29 -19 -38 -32l-80 48c17 25 40 45 71 60s68 22 111 22c54 0 96 -12 128 -35c30 -23 46 -54 46 -91c0 -21 -6 -42 -16 -60
+c-12 -20 -32 -42 -63 -69l-96 -84h191z" />
+    <glyph glyph-name="three.numr" horiz-adv-x="430"
+d="M365 493c21 -21 32 -48 32 -80c0 -24 -7 -46 -21 -67c-15 -21 -37 -37 -66 -50s-65 -19 -108 -19c-36 0 -71 4 -104 13c-34 9 -61 20 -80 34l40 80c19 -13 41 -22 66 -30c25 -6 51 -10 76 -10c29 0 50 4 64 13c15 9 22 21 22 36c0 31 -26 47 -79 47h-59v68l91 89h-203v83
+h338v-67l-101 -99c40 -6 71 -20 92 -41z" />
+    <glyph glyph-name="four.numr" horiz-adv-x="430"
+d="M411 369h-67v-84h-107v84h-225v70l189 261h119l-179 -246h107v70h96v-70h67v-85z" />
+    <glyph glyph-name="five.numr" horiz-adv-x="430"
+d="M392 414c0 -25 -7 -48 -22 -68c-14 -22 -36 -38 -65 -50c-29 -13 -65 -19 -108 -19c-35 0 -69 4 -102 13c-33 8 -59 19 -78 32l40 79c19 -11 41 -20 65 -27c25 -7 49 -10 74 -10c28 0 49 4 64 13c14 9 21 21 21 36s-7 27 -22 35c-15 7 -41 11 -78 11h-129l25 241h286v-83
+h-195l-7 -74h37c129 0 194 -43 194 -129z" />
+    <glyph glyph-name="six.numr" horiz-adv-x="430"
+d="M363 511c30 -24 45 -55 45 -94c0 -41 -16 -75 -50 -101c-32 -26 -75 -39 -126 -39c-65 0 -116 18 -152 54c-38 36 -56 86 -56 150c0 45 10 85 30 119c20 35 49 61 86 80s81 28 130 28c23 0 45 -2 68 -8c22 -4 41 -11 57 -19l-39 -79c-25 13 -54 19 -87 19
+c-40 0 -72 -10 -96 -30s-37 -47 -39 -81c28 25 67 37 117 37c45 0 82 -12 112 -36zM282 370c13 11 20 25 20 42c0 18 -7 32 -20 43s-32 16 -55 16s-42 -5 -57 -17c-15 -10 -22 -25 -22 -42c0 -16 7 -30 21 -41s34 -17 59 -17c23 0 41 5 54 16z" />
+    <glyph glyph-name="seven.numr" horiz-adv-x="430"
+d="M406 700v-67l-179 -348h-122l170 331h-151v-66h-96v150h378z" />
+    <glyph glyph-name="eight.numr" horiz-adv-x="430"
+d="M410 404c0 -38 -18 -69 -54 -92c-35 -23 -83 -35 -142 -35s-106 12 -141 35s-53 54 -53 92c0 44 23 77 68 99c-17 9 -31 21 -40 36s-14 31 -14 50c0 35 16 64 50 86c32 22 76 33 130 33c55 0 99 -11 132 -33s50 -51 50 -87c0 -38 -18 -67 -54 -86c45 -21 68 -54 68 -98z
+M160 619c-12 -9 -19 -20 -19 -34s7 -26 20 -35s31 -14 53 -14c23 0 41 4 54 14c14 8 21 20 21 34c0 15 -7 26 -20 35s-32 13 -55 13s-40 -4 -54 -13zM277 368c15 11 23 24 23 41s-8 30 -23 40s-36 15 -63 15c-26 0 -46 -5 -62 -15c-14 -10 -22 -23 -22 -40s8 -30 22 -41
+c16 -10 36 -15 62 -15c27 0 48 5 63 15z" />
+    <glyph glyph-name="nine.numr" horiz-adv-x="430"
+d="M350 654c38 -36 56 -86 56 -150c0 -45 -10 -85 -30 -120c-20 -34 -49 -60 -86 -79s-81 -28 -130 -28c-23 0 -45 3 -68 7c-22 6 -41 12 -57 20l39 79c25 -13 54 -19 87 -19c40 0 72 10 96 30c24 21 37 48 39 81c-28 -25 -67 -37 -117 -37c-45 0 -82 12 -112 36
+s-45 55 -45 94c0 41 16 75 50 101c32 26 75 39 126 39c65 0 116 -18 152 -54zM260 530c14 12 22 26 22 43c0 16 -7 30 -22 41c-14 11 -34 17 -59 17c-23 0 -41 -5 -54 -16s-20 -25 -20 -42s7 -31 21 -43c13 -10 31 -16 54 -16s42 6 58 16z" />
+    <glyph glyph-name="uni2070" unicode="&#x2070;" horiz-adv-x="430"
+d="M73 377c-36 39 -54 91 -54 158c0 66 18 118 54 157s83 58 142 58s106 -19 142 -58s54 -91 54 -157c0 -67 -18 -119 -54 -158s-83 -58 -142 -58s-106 19 -142 58zM278 439c15 21 23 53 23 96s-8 75 -23 95c-16 22 -37 32 -63 32s-47 -10 -63 -32c-15 -20 -23 -52 -23 -95
+s8 -75 23 -96c16 -21 37 -32 63 -32s47 11 63 32z" />
+    <glyph glyph-name="uni00B9" unicode="&#xb9;" horiz-adv-x="430"
+d="M378 410v-83h-305v83h103v249h-94v83h206v-332h90z" />
+    <glyph glyph-name="uni00B2" unicode="&#xb2;" horiz-adv-x="430"
+d="M390 411v-84h-349v67l173 150c19 16 32 30 38 40c8 12 11 22 11 32c0 14 -6 25 -18 34s-30 13 -54 13c-20 0 -38 -4 -55 -11c-16 -8 -29 -19 -38 -32l-80 48c17 25 40 45 71 60s68 22 111 22c54 0 96 -12 128 -35c30 -23 46 -54 46 -91c0 -21 -6 -42 -16 -60
+c-12 -20 -32 -42 -63 -69l-96 -84h191z" />
+    <glyph glyph-name="uni00B3" unicode="&#xb3;" horiz-adv-x="430"
+d="M365 535c21 -21 32 -48 32 -80c0 -24 -7 -46 -21 -67c-15 -21 -37 -37 -66 -50s-65 -19 -108 -19c-36 0 -71 4 -104 13c-34 9 -61 20 -80 34l40 80c19 -13 41 -22 66 -30c25 -6 51 -10 76 -10c29 0 50 4 64 13c15 9 22 21 22 36c0 31 -26 47 -79 47h-59v68l91 89h-203v83
+h338v-67l-101 -99c40 -6 71 -20 92 -41z" />
+    <glyph glyph-name="uni2074" unicode="&#x2074;" horiz-adv-x="430"
+d="M411 411h-67v-84h-107v84h-225v70l189 261h119l-179 -246h107v70h96v-70h67v-85z" />
+    <glyph glyph-name="uni2075" unicode="&#x2075;" horiz-adv-x="430"
+d="M392 456c0 -25 -7 -48 -22 -68c-14 -22 -36 -38 -65 -50c-29 -13 -65 -19 -108 -19c-35 0 -69 4 -102 13c-33 8 -59 19 -78 32l40 79c19 -11 41 -20 65 -27c25 -7 49 -10 74 -10c28 0 49 4 64 13c14 9 21 21 21 36s-7 27 -22 35c-15 7 -41 11 -78 11h-129l25 241h286v-83
+h-195l-7 -74h37c129 0 194 -43 194 -129z" />
+    <glyph glyph-name="uni2076" unicode="&#x2076;" horiz-adv-x="430"
+d="M363 553c30 -24 45 -55 45 -94c0 -41 -16 -75 -50 -101c-32 -26 -75 -39 -126 -39c-65 0 -116 18 -152 54c-38 36 -56 86 -56 150c0 45 10 85 30 119c20 35 49 61 86 80s81 28 130 28c23 0 45 -2 68 -8c22 -4 41 -11 57 -19l-39 -79c-25 13 -54 19 -87 19
+c-40 0 -72 -10 -96 -30s-37 -47 -39 -81c28 25 67 37 117 37c45 0 82 -12 112 -36zM282 412c13 11 20 25 20 42c0 18 -7 32 -20 43s-32 16 -55 16s-42 -5 -57 -17c-15 -10 -22 -25 -22 -42c0 -16 7 -30 21 -41s34 -17 59 -17c23 0 41 5 54 16z" />
+    <glyph glyph-name="uni2077" unicode="&#x2077;" horiz-adv-x="430"
+d="M406 742v-67l-179 -348h-122l170 331h-151v-66h-96v150h378z" />
+    <glyph glyph-name="uni2078" unicode="&#x2078;" horiz-adv-x="430"
+d="M410 446c0 -38 -18 -69 -54 -92c-35 -23 -83 -35 -142 -35s-106 12 -141 35s-53 54 -53 92c0 44 23 77 68 99c-17 9 -31 21 -40 36s-14 31 -14 50c0 35 16 64 50 86c32 22 76 33 130 33c55 0 99 -11 132 -33s50 -51 50 -87c0 -38 -18 -67 -54 -86c45 -21 68 -54 68 -98z
+M160 661c-12 -9 -19 -20 -19 -34s7 -26 20 -35s31 -14 53 -14c23 0 41 4 54 14c14 8 21 20 21 34c0 15 -7 26 -20 35s-32 13 -55 13s-40 -4 -54 -13zM277 410c15 11 23 24 23 41s-8 30 -23 40s-36 15 -63 15c-26 0 -46 -5 -62 -15c-14 -10 -22 -23 -22 -40s8 -30 22 -41
+c16 -10 36 -15 62 -15c27 0 48 5 63 15z" />
+    <glyph glyph-name="uni2079" unicode="&#x2079;" horiz-adv-x="430"
+d="M350 696c38 -36 56 -86 56 -150c0 -45 -10 -85 -30 -120c-20 -34 -49 -60 -86 -79s-81 -28 -130 -28c-23 0 -45 3 -68 7c-22 6 -41 12 -57 20l39 79c25 -13 54 -19 87 -19c40 0 72 10 96 30c24 21 37 48 39 81c-28 -25 -67 -37 -117 -37c-45 0 -82 12 -112 36
+s-45 55 -45 94c0 41 16 75 50 101c32 26 75 39 126 39c65 0 116 -18 152 -54zM260 572c14 12 22 26 22 43c0 16 -7 30 -22 41c-14 11 -34 17 -59 17c-23 0 -41 -5 -54 -16s-20 -25 -20 -42s7 -31 21 -43c13 -10 31 -16 54 -16s42 6 58 16z" />
+    <glyph glyph-name="fraction" unicode="&#x2044;" horiz-adv-x="184"
+d="M272 700h119l-478 -700h-119z" />
+    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="1044"
+d="M378 368v-83h-305v83h103v249h-94v83h206v-332h90zM702 700h119l-478 -700h-119zM1004 84v-84h-349v67l173 150c19 16 32 29 38 41c8 10 11 21 11 31c0 14 -6 25 -18 34s-30 13 -54 13c-20 0 -38 -4 -55 -12c-16 -7 -29 -18 -38 -31l-80 48c17 25 40 45 71 60
+s68 22 111 22c54 0 96 -12 128 -35c30 -23 46 -54 46 -91c0 -21 -6 -41 -16 -61c-12 -18 -32 -41 -63 -68l-96 -84h191z" />
+    <glyph glyph-name="uni2153" unicode="&#x2153;" horiz-adv-x="1044"
+d="M378 368v-83h-305v83h103v249h-94v83h206v-332h90zM702 700h119l-478 -700h-119zM979 208c21 -21 32 -48 32 -80c0 -24 -7 -46 -21 -67c-15 -21 -37 -37 -66 -50s-65 -19 -108 -19c-36 0 -71 4 -104 13c-34 9 -61 20 -80 34l40 80c19 -13 41 -23 66 -29
+c25 -8 51 -11 76 -11c29 0 50 4 64 13c15 9 22 21 22 36c0 31 -26 47 -79 47h-59v68l91 89h-203v83h338v-67l-101 -99c40 -6 71 -20 92 -41z" />
+    <glyph glyph-name="uni2154" unicode="&#x2154;" horiz-adv-x="1044"
+d="M390 369v-84h-349v67l173 150c19 16 32 30 38 40c8 12 11 22 11 32c0 14 -6 25 -18 34s-30 13 -54 13c-20 0 -38 -4 -55 -11c-16 -8 -29 -19 -38 -32l-80 48c17 25 40 45 71 60s68 22 111 22c54 0 96 -12 128 -35c30 -23 46 -54 46 -91c0 -21 -6 -42 -16 -60
+c-12 -20 -32 -42 -63 -69l-96 -84h191zM702 700h119l-478 -700h-119zM979 208c21 -21 32 -48 32 -80c0 -24 -7 -46 -21 -67c-15 -21 -37 -37 -66 -50s-65 -19 -108 -19c-36 0 -71 4 -104 13c-34 9 -61 20 -80 34l40 80c19 -13 41 -23 66 -29c25 -8 51 -11 76 -11
+c29 0 50 4 64 13c15 9 22 21 22 36c0 31 -26 47 -79 47h-59v68l91 89h-203v83h338v-67l-101 -99c40 -6 71 -20 92 -41z" />
+    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="1044"
+d="M378 368v-83h-305v83h103v249h-94v83h206v-332h90zM702 700h119l-478 -700h-119zM1025 84h-67v-84h-107v84h-225v70l189 261h119l-179 -246h107v70h96v-70h67v-85z" />
+    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="1044"
+d="M365 493c21 -21 32 -48 32 -80c0 -24 -7 -46 -21 -67c-15 -21 -37 -37 -66 -50s-65 -19 -108 -19c-36 0 -71 4 -104 13c-34 9 -61 20 -80 34l40 80c19 -13 41 -22 66 -30c25 -6 51 -10 76 -10c29 0 50 4 64 13c15 9 22 21 22 36c0 31 -26 47 -79 47h-59v68l91 89h-203v83
+h338v-67l-101 -99c40 -6 71 -20 92 -41zM702 700h119l-478 -700h-119zM1025 84h-67v-84h-107v84h-225v70l189 261h119l-179 -246h107v70h96v-70h67v-85z" />
+    <glyph glyph-name="oneeighth" unicode="&#x215b;" horiz-adv-x="1044"
+d="M378 368v-83h-305v83h103v249h-94v83h206v-332h90zM702 700h119l-478 -700h-119zM1024 119c0 -38 -18 -69 -54 -92c-35 -23 -83 -35 -142 -35s-106 12 -141 35s-53 54 -53 92c0 44 23 77 68 99c-17 9 -31 21 -40 36s-14 31 -14 50c0 35 16 64 50 86c32 22 76 33 130 33
+c55 0 99 -11 132 -33s50 -51 50 -87c0 -38 -18 -67 -54 -86c45 -21 68 -54 68 -98zM774 334c-12 -9 -19 -20 -19 -34s7 -26 20 -35s31 -14 53 -14c23 0 41 5 54 13c14 10 21 21 21 35c0 15 -7 26 -20 35s-32 13 -55 13s-40 -4 -54 -13zM891 84c15 10 23 23 23 40
+s-8 30 -23 40s-36 15 -63 15c-26 0 -46 -5 -62 -15c-14 -10 -22 -23 -22 -40s8 -30 22 -40c16 -11 36 -16 62 -16c27 0 48 5 63 16z" />
+    <glyph glyph-name="threeeighths" unicode="&#x215c;" horiz-adv-x="1044"
+d="M365 493c21 -21 32 -48 32 -80c0 -24 -7 -46 -21 -67c-15 -21 -37 -37 -66 -50s-65 -19 -108 -19c-36 0 -71 4 -104 13c-34 9 -61 20 -80 34l40 80c19 -13 41 -22 66 -30c25 -6 51 -10 76 -10c29 0 50 4 64 13c15 9 22 21 22 36c0 31 -26 47 -79 47h-59v68l91 89h-203v83
+h338v-67l-101 -99c40 -6 71 -20 92 -41zM702 700h119l-478 -700h-119zM1024 119c0 -38 -18 -69 -54 -92c-35 -23 -83 -35 -142 -35s-106 12 -141 35s-53 54 -53 92c0 44 23 77 68 99c-17 9 -31 21 -40 36s-14 31 -14 50c0 35 16 64 50 86c32 22 76 33 130 33
+c55 0 99 -11 132 -33s50 -51 50 -87c0 -38 -18 -67 -54 -86c45 -21 68 -54 68 -98zM774 334c-12 -9 -19 -20 -19 -34s7 -26 20 -35s31 -14 53 -14c23 0 41 5 54 13c14 10 21 21 21 35c0 15 -7 26 -20 35s-32 13 -55 13s-40 -4 -54 -13zM891 84c15 10 23 23 23 40
+s-8 30 -23 40s-36 15 -63 15c-26 0 -46 -5 -62 -15c-14 -10 -22 -23 -22 -40s8 -30 22 -40c16 -11 36 -16 62 -16c27 0 48 5 63 16z" />
+    <glyph glyph-name="fiveeighths" unicode="&#x215d;" horiz-adv-x="1044"
+d="M392 414c0 -25 -7 -48 -22 -68c-14 -22 -36 -38 -65 -50c-29 -13 -65 -19 -108 -19c-35 0 -69 4 -102 13c-33 8 -59 19 -78 32l40 79c19 -11 41 -20 65 -27c25 -7 49 -10 74 -10c28 0 49 4 64 13c14 9 21 21 21 36s-7 27 -22 35c-15 7 -41 11 -78 11h-129l25 241h286v-83
+h-195l-7 -74h37c129 0 194 -43 194 -129zM702 700h119l-478 -700h-119zM1024 119c0 -38 -18 -69 -54 -92c-35 -23 -83 -35 -142 -35s-106 12 -141 35s-53 54 -53 92c0 44 23 77 68 99c-17 9 -31 21 -40 36s-14 31 -14 50c0 35 16 64 50 86c32 22 76 33 130 33
+c55 0 99 -11 132 -33s50 -51 50 -87c0 -38 -18 -67 -54 -86c45 -21 68 -54 68 -98zM774 334c-12 -9 -19 -20 -19 -34s7 -26 20 -35s31 -14 53 -14c23 0 41 5 54 13c14 10 21 21 21 35c0 15 -7 26 -20 35s-32 13 -55 13s-40 -4 -54 -13zM891 84c15 10 23 23 23 40
+s-8 30 -23 40s-36 15 -63 15c-26 0 -46 -5 -62 -15c-14 -10 -22 -23 -22 -40s8 -30 22 -40c16 -11 36 -16 62 -16c27 0 48 5 63 16z" />
+    <glyph glyph-name="seveneighths" unicode="&#x215e;" horiz-adv-x="1044"
+d="M406 700v-67l-179 -348h-122l170 331h-151v-66h-96v150h378zM702 700h119l-478 -700h-119zM1024 119c0 -38 -18 -69 -54 -92c-35 -23 -83 -35 -142 -35s-106 12 -141 35s-53 54 -53 92c0 44 23 77 68 99c-17 9 -31 21 -40 36s-14 31 -14 50c0 35 16 64 50 86
+c32 22 76 33 130 33c55 0 99 -11 132 -33s50 -51 50 -87c0 -38 -18 -67 -54 -86c45 -21 68 -54 68 -98zM774 334c-12 -9 -19 -20 -19 -34s7 -26 20 -35s31 -14 53 -14c23 0 41 5 54 13c14 10 21 21 21 35c0 15 -7 26 -20 35s-32 13 -55 13s-40 -4 -54 -13zM891 84
+c15 10 23 23 23 40s-8 30 -23 40s-36 15 -63 15c-26 0 -46 -5 -62 -15c-14 -10 -22 -23 -22 -40s8 -30 22 -40c16 -11 36 -16 62 -16c27 0 48 5 63 16z" />
+    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="434"
+d="M312 544l109 -59l-49 -82l-110 65l2 -121h-94l1 122l-110 -66l-48 82l109 59l-109 60l48 82l110 -66l-1 122h94l-2 -122l110 66l49 -82z" />
+    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="392"
+d="M287 -100l-330 942h139l330 -942h-139z" />
+    <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="302"
+d="M82 211c-19 18 -28 42 -28 71s9 53 27 70c18 18 41 27 70 27s52 -9 70 -27c18 -17 27 -41 27 -70s-9 -53 -27 -71s-41 -27 -70 -27c-28 0 -51 9 -69 27z" />
+    <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="358"
+d="M90 190c-24 24 -36 54 -36 90s12 66 36 90c25 24 54 36 89 36s64 -12 89 -36c24 -24 36 -54 36 -90s-12 -66 -36 -90c-25 -25 -54 -37 -89 -37s-64 12 -89 37z" />
+    <glyph glyph-name="colon" unicode=":" horiz-adv-x="262"
+d="M62 20c-19 19 -28 42 -28 70c0 29 9 52 28 70c19 17 42 26 69 26s50 -9 69 -26c19 -18 28 -41 28 -70c0 -28 -9 -51 -28 -70s-42 -28 -69 -28s-50 9 -69 28zM62 379c-19 19 -28 42 -28 70c0 29 9 52 28 70c19 17 42 26 69 26s50 -9 69 -26c19 -18 28 -41 28 -70
+c0 -28 -9 -51 -28 -70s-42 -28 -69 -28s-50 9 -69 28z" />
+    <glyph glyph-name="comma" unicode="," horiz-adv-x="262"
+d="M201 160c18 -18 27 -41 27 -70c0 -13 -2 -27 -5 -40s-11 -33 -22 -60l-57 -144h-99l44 159c-17 7 -30 17 -39 33c-10 14 -15 32 -15 52c0 29 9 52 27 70c19 17 42 26 70 26s51 -9 69 -26z" />
+    <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="798"
+d="M62 20c-19 19 -28 42 -28 70c0 29 9 52 28 70c19 17 42 26 69 26s50 -9 69 -26c19 -18 28 -41 28 -70c0 -28 -9 -51 -28 -70s-42 -28 -69 -28s-50 9 -69 28zM329 20c-19 19 -28 42 -28 70c0 29 9 52 28 70c19 17 42 26 69 26s50 -9 69 -26c19 -18 28 -41 28 -70
+c0 -28 -9 -51 -28 -70s-42 -28 -69 -28s-50 9 -69 28zM597 20c-19 19 -28 42 -28 70c0 29 9 52 28 70c19 17 42 26 69 26s50 -9 69 -26c19 -18 28 -41 28 -70c0 -28 -9 -51 -28 -70s-42 -28 -69 -28s-50 9 -69 28z" />
+    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="289"
+d="M52 700h186l-31 -457h-124zM76 18c-18 18 -27 40 -27 65s9 47 27 63c18 18 41 26 69 26s51 -8 69 -26c18 -16 27 -38 27 -63s-9 -47 -27 -65c-19 -17 -42 -26 -69 -26s-50 9 -69 26z" />
+    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="289"
+d="M214 520c18 -18 27 -40 27 -65c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -69 -25s-51 9 -69 25c-18 18 -27 39 -27 65c0 25 9 47 27 65c19 17 42 26 69 26s50 -9 69 -26zM238 -154h-186l31 449h124z" />
+    <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="720"
+d="M536 269h130v-109h-143l-20 -160h-113l20 160h-147l-20 -160h-112l20 160h-131v109h144l21 162h-131v109h144l20 160h112l-20 -160h147l20 160h112l-20 -160h130l1 -109h-144zM423 269l21 162h-147l-21 -162h147z" />
+    <glyph glyph-name="period" unicode="." horiz-adv-x="262"
+d="M62 20c-19 19 -28 42 -28 70c0 29 9 52 28 70c19 17 42 26 69 26s50 -9 69 -26c19 -18 28 -41 28 -70c0 -28 -9 -51 -28 -70s-42 -28 -69 -28s-50 9 -69 28z" />
+    <glyph glyph-name="question" unicode="?" horiz-adv-x="589"
+d="M240 329c16 23 39 48 69 75c22 20 38 37 49 50c10 14 15 30 15 47c0 25 -10 44 -29 59c-20 14 -46 21 -79 21c-31 0 -59 -7 -83 -19c-25 -14 -45 -32 -62 -55l-121 71c28 43 66 76 113 99c48 23 105 35 170 35c77 0 138 -16 184 -49c47 -33 70 -78 70 -136
+c0 -27 -4 -51 -14 -72c-8 -21 -20 -38 -32 -53c-14 -14 -30 -30 -51 -49c-25 -22 -43 -41 -54 -55c-11 -16 -17 -34 -17 -55h-151c0 35 8 63 23 86zM224 18c-18 18 -27 40 -27 65s9 47 27 63c18 18 41 26 69 26s51 -8 69 -26c18 -16 27 -38 27 -63s-9 -47 -27 -65
+c-19 -17 -42 -26 -69 -26s-50 9 -69 26z" />
+    <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="589"
+d="M226 390c-17 18 -26 39 -26 65c0 25 9 47 27 65c18 17 41 26 68 26c28 0 51 -9 69 -26c18 -18 27 -40 27 -65c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -69 -25s-51 9 -69 25zM122 -116c-47 32 -70 76 -70 133c0 27 5 50 14 71c9 20 20 37 33 50c13 14 29 30 50 49
+c24 21 42 39 53 54c12 15 18 33 18 54h151c0 -34 -8 -63 -23 -85c-16 -24 -39 -48 -68 -73c-22 -20 -38 -37 -48 -51c-11 -13 -16 -29 -16 -46c0 -22 10 -40 30 -54c19 -13 45 -20 77 -20c31 0 59 6 84 19s45 31 61 55l121 -71c-28 -43 -66 -76 -113 -99s-104 -35 -170 -35
+c-77 0 -138 16 -184 49z" />
+    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="437"
+d="M49 700h133l-11 -284h-112zM255 700h133l-11 -284h-112z" />
+    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="230"
+d="M49 700h133l-11 -284h-112z" />
+    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="262"
+d="M62 379c-19 19 -28 42 -28 70c0 29 9 52 28 69c19 18 42 27 69 27s50 -9 69 -27c19 -17 28 -40 28 -69c0 -28 -9 -51 -28 -70s-42 -28 -69 -28s-50 9 -69 28zM201 160c18 -18 27 -41 27 -70c0 -13 -2 -27 -5 -40s-11 -33 -22 -60l-57 -144h-99l44 159
+c-17 7 -30 17 -39 33c-10 14 -15 32 -15 52c0 29 9 52 27 70c19 17 42 26 70 26s51 -9 69 -26z" />
+    <glyph glyph-name="slash" unicode="/" horiz-adv-x="392"
+d="M297 842h139l-330 -942h-139z" />
+    <glyph glyph-name="underscore" unicode="_" horiz-adv-x="500"
+d="M0 0h500v-90h-500v90z" />
+    <glyph glyph-name="backslash.case" horiz-adv-x="392"
+d="M287 -100l-330 942h139l330 -942h-139z" />
+    <glyph glyph-name="periodcentered.case" horiz-adv-x="322"
+d="M92 283c-19 18 -28 42 -28 71s9 53 27 70c18 18 41 27 70 27s52 -9 70 -27c18 -17 27 -41 27 -70s-9 -53 -27 -71s-41 -27 -70 -27c-28 0 -51 9 -69 27z" />
+    <glyph glyph-name="bullet.case" horiz-adv-x="378"
+d="M100 262c-24 24 -36 54 -36 90s12 66 36 90c25 24 54 36 89 36s64 -12 89 -36c24 -24 36 -54 36 -90s-12 -66 -36 -90c-25 -25 -54 -37 -89 -37s-64 12 -89 37z" />
+    <glyph glyph-name="periodcentered.loclCAT.case" horiz-adv-x="348"
+d="M134 368c-16 17 -24 38 -24 63s8 46 24 63c16 16 36 24 61 24s45 -8 61 -24c16 -17 24 -38 24 -63s-8 -46 -24 -63c-16 -16 -36 -24 -61 -24s-45 8 -61 24z" />
+    <glyph glyph-name="slash.case" horiz-adv-x="392"
+d="M297 842h139l-330 -942h-139z" />
+    <glyph glyph-name="periodcentered.loclCAT" horiz-adv-x="173"
+d="M60 230c-15 14 -22 33 -22 56s7 41 22 56s33 22 56 22s42 -7 56 -22c16 -15 23 -33 23 -56s-7 -42 -23 -56c-14 -16 -33 -23 -56 -23s-41 7 -56 23z" />
+    <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="391"
+d="M269 310c-11 -17 -28 -29 -51 -36c23 -7 40 -19 51 -36s16 -42 16 -76v-160c0 -24 6 -42 19 -55c12 -13 30 -19 54 -19h18v-122h-58c-62 0 -109 15 -141 46s-48 75 -48 133v181c0 15 -4 27 -11 35c-8 8 -19 12 -33 12h-33v122h33c14 0 25 4 33 12c7 8 11 20 11 35v181
+c0 58 16 102 48 133s79 46 141 46h58v-122h-18c-24 0 -42 -6 -54 -19c-13 -13 -19 -31 -19 -55v-160c0 -34 -5 -59 -16 -76z" />
+    <glyph glyph-name="braceright" unicode="}" horiz-adv-x="391"
+d="M339 335v-122h-33c-14 0 -25 -4 -32 -12c-8 -8 -12 -20 -12 -35v-181c0 -58 -16 -102 -48 -133s-79 -46 -141 -46h-58v122h18c24 0 42 6 55 19c12 13 18 31 18 55v160c0 34 5 59 16 76s28 29 51 36c-23 7 -40 19 -51 36s-16 42 -16 76v160c0 24 -6 42 -18 55
+c-13 13 -31 19 -55 19h-18v122h58c62 0 109 -15 141 -46s48 -75 48 -133v-181c0 -15 4 -27 12 -35c7 -8 18 -12 32 -12h33z" />
+    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="368"
+d="M83 742h271v-122h-115v-692h115v-122h-271v936z" />
+    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="368"
+d="M15 -194v122h114v692h-114v122h270v-936h-270z" />
+    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="357"
+d="M106 17c-22 80 -33 166 -33 257s11 177 33 258c21 80 52 150 92 210h149c-42 -74 -73 -149 -92 -226c-19 -76 -29 -157 -29 -242s10 -166 29 -242c19 -77 50 -152 92 -226h-149c-40 61 -71 131 -92 211z" />
+    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="358"
+d="M10 -194c42 74 73 149 92 226c20 76 30 157 30 242s-10 166 -30 242c-19 77 -50 152 -92 226h149c41 -59 72 -129 93 -210c22 -80 33 -166 33 -258s-11 -178 -32 -258c-21 -79 -53 -149 -94 -210h-149z" />
+    <glyph glyph-name="braceleft.case" horiz-adv-x="411"
+d="M279 377c-11 -17 -28 -29 -51 -36c23 -7 40 -19 51 -36s16 -42 16 -76v-160c0 -24 6 -42 19 -55c12 -13 30 -19 54 -19h18v-122h-58c-62 0 -109 15 -141 46s-48 75 -48 133v181c0 15 -4 27 -11 35c-8 8 -19 12 -33 12h-33v122h33c14 0 25 4 33 12c7 8 11 20 11 35v181
+c0 58 16 102 48 133s79 46 141 46h58v-122h-18c-24 0 -42 -6 -54 -19c-13 -13 -19 -31 -19 -55v-160c0 -34 -5 -59 -16 -76z" />
+    <glyph glyph-name="braceright.case" horiz-adv-x="411"
+d="M349 402v-122h-33c-14 0 -25 -4 -32 -12c-8 -8 -12 -20 -12 -35v-181c0 -58 -16 -102 -48 -133s-79 -46 -141 -46h-58v122h18c24 0 42 6 55 19c12 13 18 31 18 55v160c0 34 5 59 16 76s28 29 51 36c-23 7 -40 19 -51 36s-16 42 -16 76v160c0 24 -6 42 -18 55
+c-13 13 -31 19 -55 19h-18v122h58c62 0 109 -15 141 -46s48 -75 48 -133v-181c0 -15 4 -27 12 -35c7 -8 18 -12 32 -12h33z" />
+    <glyph glyph-name="bracketleft.case" horiz-adv-x="388"
+d="M93 809h271v-122h-115v-692h115v-122h-271v936z" />
+    <glyph glyph-name="bracketright.case" horiz-adv-x="388"
+d="M25 -127v122h114v692h-114v122h270v-936h-270z" />
+    <glyph glyph-name="parenleft.case" horiz-adv-x="377"
+d="M116 84c-22 80 -33 166 -33 257s11 177 33 257c21 81 52 151 92 211h149c-42 -74 -73 -149 -92 -225c-19 -77 -29 -158 -29 -243s10 -166 29 -243c19 -76 50 -151 92 -225h-149c-40 61 -71 131 -92 211z" />
+    <glyph glyph-name="parenright.case" horiz-adv-x="378"
+d="M20 -127c42 74 73 149 92 225c20 77 30 158 30 243s-10 166 -30 243c-19 76 -50 151 -92 225h149c41 -59 72 -129 93 -209c22 -81 33 -167 33 -259s-11 -178 -32 -257c-21 -80 -53 -150 -94 -211h-149z" />
+    <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="1000"
+d="M0 330h1000v-97h-1000v97z" />
+    <glyph glyph-name="endash" unicode="&#x2013;" horiz-adv-x="500"
+d="M0 330h500v-97h-500v97z" />
+    <glyph glyph-name="figuredash" unicode="&#x2012;" horiz-adv-x="700"
+d="M44 404h612v-97h-612v97z" />
+    <glyph glyph-name="uni2015" unicode="&#x2015;" horiz-adv-x="1000"
+d="M0 330h1000v-97h-1000v97z" />
+    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="386"
+d="M52 344h283v-125h-283v125z" />
+    <glyph glyph-name="uni2010" unicode="&#x2010;" horiz-adv-x="386"
+d="M52 344h283v-125h-283v125z" />
+    <glyph glyph-name="uni00AD" unicode="&#xad;" horiz-adv-x="386"
+d="M52 344h283v-125h-283v125z" />
+    <glyph glyph-name="emdash.case" horiz-adv-x="1000"
+d="M0 403h1000v-97h-1000v97z" />
+    <glyph glyph-name="endash.case" horiz-adv-x="500"
+d="M0 403h500v-97h-500v97z" />
+    <glyph glyph-name="hyphen.case" horiz-adv-x="406"
+d="M62 417h283v-125h-283v125z" />
+    <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="568"
+d="M36 269l141 196h140l-137 -196l137 -195h-140zM262 269l141 196h140l-137 -196l137 -195h-140z" />
+    <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="568"
+d="M25 74l137 195l-137 196h140l141 -196l-141 -195h-140zM251 74l137 195l-137 196h140l141 -196l-141 -195h-140z" />
+    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="342"
+d="M36 269l141 196h140l-137 -196l137 -195h-140z" />
+    <glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="342"
+d="M25 74l137 195l-137 196h140l141 -196l-141 -195h-140z" />
+    <glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="498"
+d="M201 160c18 -18 27 -41 27 -70c0 -13 -2 -27 -5 -40s-11 -33 -22 -60l-57 -144h-99l44 159c-17 7 -30 17 -39 33c-10 14 -15 32 -15 52c0 29 9 52 27 70c19 17 42 26 70 26s51 -9 69 -26zM437 160c18 -18 27 -41 27 -70c0 -13 -2 -27 -5 -40s-11 -33 -22 -60l-57 -144
+h-99l44 159c-17 7 -30 17 -39 33c-10 14 -15 32 -15 52c0 29 9 52 27 70c19 17 42 26 70 26s51 -9 69 -26z" />
+    <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="498"
+d="M213 550c9 -15 14 -32 14 -52c0 -29 -9 -52 -27 -70c-18 -17 -41 -26 -69 -26s-51 9 -69 27c-19 18 -28 41 -28 69c0 13 2 27 5 40s11 33 22 60l58 144h99l-44 -159c17 -7 30 -18 39 -33zM449 550c9 -15 14 -32 14 -52c0 -29 -9 -52 -27 -70c-18 -17 -41 -26 -69 -26
+s-51 9 -69 27c-19 18 -28 41 -28 69c0 13 2 27 5 40s11 33 22 60l58 144h99l-44 -159c17 -7 30 -18 39 -33z" />
+    <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="498"
+d="M201 724c18 -18 27 -41 27 -70c0 -13 -2 -27 -5 -40s-10 -33 -21 -60l-58 -144h-99l43 158c-17 7 -30 18 -39 33s-14 32 -14 53c0 29 9 52 27 70c19 17 42 26 70 26s51 -9 69 -26zM437 724c18 -18 27 -41 27 -70c0 -13 -2 -27 -5 -40s-10 -33 -21 -60l-58 -144h-99
+l43 158c-17 7 -30 18 -39 33s-14 32 -14 53c0 29 9 52 27 70c19 17 42 26 70 26s51 -9 69 -26z" />
+    <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="262"
+d="M213 550c9 -15 14 -32 14 -52c0 -29 -9 -52 -27 -70c-18 -17 -41 -26 -69 -26s-51 9 -69 27c-19 18 -28 41 -28 69c0 13 2 27 5 40s11 33 22 60l58 144h99l-44 -159c17 -7 30 -18 39 -33z" />
+    <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="262"
+d="M201 724c18 -18 27 -41 27 -70c0 -13 -2 -27 -5 -40s-10 -33 -21 -60l-58 -144h-99l43 158c-17 7 -30 18 -39 33s-14 32 -14 53c0 29 9 52 27 70c19 17 42 26 70 26s51 -9 69 -26z" />
+    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="262"
+d="M201 160c18 -18 27 -41 27 -70c0 -13 -2 -27 -5 -40s-11 -33 -22 -60l-57 -144h-99l44 159c-17 7 -30 17 -39 33c-10 14 -15 32 -15 52c0 29 9 52 27 70c19 17 42 26 70 26s51 -9 69 -26z" />
+    <glyph glyph-name="guillemotleft.case" horiz-adv-x="588"
+d="M46 342l141 196h140l-137 -196l137 -195h-140zM272 342l141 196h140l-137 -196l137 -195h-140z" />
+    <glyph glyph-name="guillemotright.case" horiz-adv-x="588"
+d="M35 147l137 195l-137 196h140l141 -196l-141 -195h-140zM261 147l137 195l-137 196h140l141 -196l-141 -195h-140z" />
+    <glyph glyph-name="guilsinglleft.case" horiz-adv-x="362"
+d="M46 342l141 196h140l-137 -196l137 -195h-140z" />
+    <glyph glyph-name="guilsinglright.case" horiz-adv-x="362"
+d="M35 147l137 195l-137 196h140l141 -196l-141 -195h-140z" />
+    <glyph glyph-name="exclam.sc" horiz-adv-x="289"
+d="M55 575h180l-28 -352h-124zM75 17c-17 17 -26 36 -26 59s9 43 26 59s41 24 70 24s52 -8 69 -25c18 -16 27 -35 27 -58s-9 -42 -27 -59c-17 -17 -40 -25 -69 -25s-53 8 -70 25z" />
+    <glyph glyph-name="exclamdown.sc" horiz-adv-x="289"
+d="M214 558c18 -17 27 -36 27 -59s-9 -42 -27 -59c-17 -16 -40 -24 -69 -24s-53 8 -70 24s-26 36 -26 59s9 42 26 59s41 25 70 25s52 -8 69 -25zM235 0h-180l28 352h124z" />
+    <glyph glyph-name="guillemotleft.sc" horiz-adv-x="528"
+d="M36 287l127 176h127l-124 -176l124 -175h-127zM249 287l127 176h127l-124 -176l124 -175h-127z" />
+    <glyph glyph-name="guillemotright.sc" horiz-adv-x="529"
+d="M25 112l124 175l-124 176h127l127 -176l-127 -175h-127zM238 112l124 175l-124 176h127l127 -176l-127 -175h-127z" />
+    <glyph glyph-name="guilsinglleft.sc" horiz-adv-x="315"
+d="M36 287l127 176h127l-124 -176l124 -175h-127z" />
+    <glyph glyph-name="guilsinglright.sc" horiz-adv-x="316"
+d="M25 112l124 175l-124 176h127l127 -176l-127 -175h-127z" />
+    <glyph glyph-name="period.sc" horiz-adv-x="269"
+d="M66 18c-18 18 -27 40 -27 65c0 26 9 47 27 64s41 25 69 25s51 -8 69 -25c17 -17 26 -38 26 -64c0 -25 -9 -47 -27 -65c-18 -17 -41 -26 -68 -26c-28 0 -51 9 -69 26z" />
+    <glyph glyph-name="question.sc" horiz-adv-x="533"
+d="M207 286c13 17 33 35 58 54c19 15 32 27 41 36c9 10 13 21 13 34c0 16 -8 28 -23 38c-15 8 -37 13 -64 13c-51 0 -92 -17 -122 -51l-112 72c26 31 60 56 104 74c42 18 92 27 148 27c69 0 124 -13 167 -39c43 -25 64 -61 64 -106c0 -29 -7 -53 -22 -72s-36 -39 -65 -60
+c-21 -16 -37 -30 -48 -42c-10 -12 -15 -26 -15 -41h-144c0 26 7 47 20 63zM192 17c-17 17 -26 36 -26 59s9 42 26 58c18 17 41 25 70 25s52 -8 70 -25c17 -16 26 -35 26 -58s-9 -42 -26 -59c-18 -17 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="questiondown.sc" horiz-adv-x="533"
+d="M204 440c-18 17 -27 36 -27 59s9 42 27 59c17 17 40 25 69 25s52 -8 69 -25s26 -36 26 -59s-9 -43 -26 -59s-40 -24 -69 -24s-52 8 -69 24zM118 30c-43 25 -64 61 -64 107c0 29 7 53 22 72s36 39 65 60c21 16 37 30 47 42c11 12 16 26 16 41h144c0 -25 -7 -46 -20 -63
+s-32 -35 -57 -54c-19 -14 -33 -26 -41 -37c-10 -10 -14 -21 -14 -34c0 -15 8 -28 22 -36c16 -10 37 -14 65 -14c53 0 93 17 122 51l111 -72c-25 -31 -60 -56 -102 -74c-44 -18 -93 -27 -149 -27c-69 0 -124 13 -167 38z" />
+    <glyph glyph-name="quotedbl.sc" horiz-adv-x="437"
+d="M49 575h133l-11 -245h-112zM255 575h133l-11 -245h-112z" />
+    <glyph glyph-name="quotedblbase.sc" horiz-adv-x="498"
+d="M201 153c18 -17 27 -39 27 -66c0 -13 -2 -27 -4 -39c-4 -14 -11 -33 -22 -59l-48 -112h-98l33 127c-17 7 -30 18 -39 32c-10 15 -15 32 -15 51c0 27 9 49 27 66c19 17 42 26 70 26s51 -9 69 -26zM437 153c18 -17 27 -39 27 -66c0 -13 -2 -27 -4 -39
+c-4 -14 -11 -33 -22 -59l-48 -112h-98l33 127c-17 7 -30 18 -39 32c-10 15 -15 32 -15 51c0 27 9 49 27 66c19 17 42 26 70 26s51 -9 69 -26z" />
+    <glyph glyph-name="quotedblleft.sc" horiz-adv-x="498"
+d="M213 416c9 -14 14 -31 14 -50c0 -27 -9 -50 -27 -67s-41 -26 -69 -26s-51 9 -69 26c-19 17 -28 40 -28 67c0 13 2 26 5 38c3 14 11 33 22 58l47 113h99l-33 -127c17 -7 30 -18 39 -32zM449 416c9 -14 14 -31 14 -50c0 -27 -9 -50 -27 -67s-41 -26 -69 -26s-51 9 -69 26
+c-19 17 -28 40 -28 67c0 13 2 26 5 38c3 14 11 33 22 58l47 113h99l-33 -127c17 -7 30 -18 39 -32z" />
+    <glyph glyph-name="quotedblright.sc" horiz-adv-x="498"
+d="M200 556c19 -17 28 -39 28 -66c0 -13 -2 -26 -4 -40c-4 -12 -11 -31 -22 -56l-48 -113h-99l34 126c-17 7 -30 17 -39 31c-10 15 -15 32 -15 52c0 27 9 49 27 66c19 18 42 27 69 27c28 0 51 -9 69 -27zM436 556c19 -17 28 -39 28 -66c0 -13 -2 -26 -4 -40
+c-4 -12 -11 -31 -22 -56l-48 -113h-99l34 126c-17 7 -30 17 -39 31c-10 15 -15 32 -15 52c0 27 9 49 27 66c19 18 42 27 69 27c28 0 51 -9 69 -27z" />
+    <glyph glyph-name="quoteleft.sc" horiz-adv-x="262"
+d="M213 416c9 -14 14 -31 14 -50c0 -27 -9 -50 -27 -67s-41 -26 -69 -26s-51 9 -69 26c-19 17 -28 40 -28 67c0 13 2 26 5 38c3 14 11 33 22 58l47 113h99l-33 -127c17 -7 30 -18 39 -32z" />
+    <glyph glyph-name="quoteright.sc" horiz-adv-x="262"
+d="M200 556c19 -17 28 -39 28 -66c0 -13 -2 -26 -4 -40c-4 -12 -11 -31 -22 -56l-48 -113h-99l34 126c-17 7 -30 17 -39 31c-10 15 -15 32 -15 52c0 27 9 49 27 66c19 18 42 27 69 27c28 0 51 -9 69 -27z" />
+    <glyph glyph-name="quotesinglbase.sc" horiz-adv-x="262"
+d="M201 153c18 -17 27 -39 27 -66c0 -13 -2 -27 -4 -39c-4 -14 -11 -33 -22 -59l-48 -112h-98l33 127c-17 7 -30 18 -39 32c-10 15 -15 32 -15 51c0 27 9 49 27 66c19 17 42 26 70 26s51 -9 69 -26z" />
+    <glyph glyph-name="quotesingle.sc" horiz-adv-x="230"
+d="M49 575h133l-11 -245h-112z" />
+    <glyph glyph-name="uni27E8" unicode="&#x27e8;" horiz-adv-x="364"
+d="M24 274l167 468h143l-159 -468l159 -468h-143z" />
+    <glyph glyph-name="uni27E9" unicode="&#x27e9;" horiz-adv-x="364"
+d="M340 274l-167 -468h-143l159 468l-159 468h143z" />
+    <glyph glyph-name="uni2007" unicode="&#x2007;" horiz-adv-x="700"
+ />
+    <glyph glyph-name="uni200A" unicode="&#x200a;" horiz-adv-x="100"
+ />
+    <glyph glyph-name="uni2008" unicode="&#x2008;" horiz-adv-x="262"
+ />
+    <glyph glyph-name="uni00A0" unicode="&#xa0;" horiz-adv-x="283"
+ />
+    <glyph glyph-name="uni2009" unicode="&#x2009;" horiz-adv-x="142"
+ />
+    <glyph glyph-name="uni200B" unicode="&#x200b;"
+ />
+    <glyph glyph-name="uni20B5" unicode="&#x20b5;" horiz-adv-x="733"
+d="M603 209l104 -96c-29 -35 -65 -63 -107 -85c-41 -20 -87 -33 -138 -38v-110h-100v111c-62 8 -118 28 -166 61c-50 33 -88 75 -116 126c-27 52 -41 109 -41 172s14 120 41 172c28 51 66 93 116 126c48 33 104 53 166 61v111h100v-110c51 -5 97 -17 138 -38
+c42 -21 78 -49 107 -84l-104 -96c-39 45 -86 72 -141 80v-444c55 8 102 35 141 81zM246 211c29 -39 67 -64 116 -77v432c-49 -13 -87 -38 -116 -77s-43 -85 -43 -139s14 -100 43 -139z" />
+    <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="591"
+d="M452 194l121 -66c-17 -37 -43 -68 -77 -91c-36 -23 -76 -38 -123 -43v-114h-100v117c-47 7 -89 23 -125 49c-37 24 -65 56 -86 94c-20 39 -30 82 -30 129s10 90 30 129c21 38 49 70 86 94c36 26 78 42 125 49v117h100v-114c47 -5 88 -20 123 -43s60 -54 77 -92l-121 -65
+c-19 35 -46 57 -79 68v-286c34 11 60 34 79 68zM212 183c16 -24 36 -41 61 -52v276c-25 -11 -45 -28 -61 -52c-14 -24 -22 -53 -22 -86s8 -62 22 -86z" />
+    <glyph glyph-name="colonmonetary" unicode="&#x20a1;" horiz-adv-x="733"
+d="M603 209l104 -96c-32 -39 -72 -70 -119 -91s-100 -33 -158 -34l-27 -108h-93l29 115c-21 4 -40 9 -59 15l-33 -130h-93l43 170c-49 33 -88 75 -116 127s-42 110 -42 173s14 121 41 172c28 52 67 94 116 127c50 33 106 53 169 60l28 111h93l-28 -110c14 -1 34 -4 61 -9
+l30 119h93l-38 -150c40 -20 74 -47 103 -82l-104 -96c-10 12 -22 23 -36 34l-101 -397c53 9 99 36 137 80zM374 131l111 436c-18 5 -37 7 -58 7h-4l-107 -422c18 -9 37 -16 58 -21zM240 220l85 333c-38 -18 -68 -45 -89 -80c-22 -35 -33 -76 -33 -123c0 -51 12 -94 37 -130z
+" />
+    <glyph glyph-name="currency" unicode="&#xa4;" horiz-adv-x="700"
+d="M573 184l101 -101l-87 -91l-106 105c-40 -23 -84 -35 -131 -35s-91 12 -132 35l-106 -105l-87 91l102 102c-27 40 -40 85 -40 136c0 48 12 92 37 132l-99 99l87 91l101 -100c42 25 88 38 137 38s95 -13 136 -38l101 100l87 -91l-98 -98c25 -42 37 -86 37 -133
+c0 -49 -13 -94 -40 -137zM420 204c22 12 39 28 52 49s19 43 19 68s-6 47 -19 68s-30 37 -52 49c-21 13 -45 19 -70 19s-49 -6 -70 -19c-22 -12 -39 -28 -52 -49c-12 -21 -18 -43 -18 -68s6 -47 18 -68c13 -21 30 -37 52 -49c21 -13 45 -19 70 -19s49 6 70 19z" />
+    <glyph glyph-name="dollar" unicode="$" horiz-adv-x="638"
+d="M550 64c-40 -38 -98 -63 -173 -72v-112h-100v109c-49 3 -96 11 -141 26s-81 33 -108 54l55 122c25 -19 55 -34 89 -47s69 -21 105 -24v167c-47 11 -87 24 -120 38s-60 35 -82 61c-22 28 -33 63 -33 108c0 55 20 103 60 142c41 40 99 64 175 73v111h100v-109
+c82 -7 150 -27 203 -61l-50 -123c-50 29 -101 46 -153 52v-170c47 -11 86 -23 119 -37c32 -13 59 -34 81 -60c22 -28 33 -63 33 -107c0 -55 -20 -101 -60 -141zM222 461c13 -11 31 -20 55 -27v142c-25 -6 -44 -16 -56 -28c-12 -14 -18 -29 -18 -46s6 -30 19 -41zM431 150
+c12 12 18 26 18 43s-6 30 -19 41c-12 11 -30 20 -53 28v-138c24 5 42 14 54 26z" />
+    <glyph glyph-name="dong" unicode="&#x20ab;" horiz-adv-x="692"
+d="M693 678v-82h-73v-596h-149v62c-39 -47 -95 -70 -168 -70c-51 0 -97 11 -137 34c-42 23 -74 55 -97 97s-35 91 -35 146s12 104 35 146s55 74 97 97c40 23 86 34 137 34c69 0 122 -22 161 -65v115h-182v82h182v64h156v-64h73zM428 160c26 28 39 64 39 109s-13 81 -39 109
+c-26 26 -59 40 -98 40c-40 0 -73 -14 -99 -40c-26 -28 -39 -64 -39 -109s13 -81 39 -109c26 -26 59 -40 99 -40c39 0 72 14 98 40zM56 -59h565v-81h-565v81z" />
+    <glyph glyph-name="Euro" unicode="&#x20ac;" horiz-adv-x="820"
+d="M691 209l103 -96c-33 -41 -74 -72 -124 -93c-48 -21 -103 -32 -164 -32c-58 0 -112 10 -162 31c-49 21 -91 50 -126 88s-60 82 -75 132h-113v84h98c-1 6 -1 15 -1 27s0 21 1 27h-98v84h113c15 50 40 94 75 132s77 67 126 88c50 21 104 31 162 31c61 0 116 -11 164 -32
+c50 -21 91 -52 124 -92l-103 -96c-49 55 -108 82 -177 82c-44 0 -83 -10 -118 -30s-61 -48 -80 -83h253v-84h-278c-1 -6 -1 -15 -1 -27s0 -21 1 -27h278v-84h-253c19 -35 45 -63 80 -83s74 -30 118 -30c70 0 129 28 177 83z" />
+    <glyph glyph-name="florin" unicode="&#x192;" horiz-adv-x="481"
+d="M342 606c-14 -12 -23 -32 -26 -58l-4 -31h138l-14 -120h-133l-50 -399c-7 -61 -31 -110 -70 -146s-90 -54 -153 -54c-25 0 -49 2 -70 8c-21 4 -39 12 -53 22l53 113c17 -13 37 -19 62 -19c21 0 38 6 51 20c13 12 21 32 24 58l50 397h-84l15 120h84l4 33
+c7 61 31 110 70 146c40 36 92 54 157 54c23 0 45 -3 67 -8s40 -13 53 -22l-54 -113c-19 13 -40 19 -61 19c-23 0 -41 -6 -56 -20z" />
+    <glyph glyph-name="franc" unicode="&#x20a3;" horiz-adv-x="683"
+d="M290 570v-185h324v-130h-324v-82h216v-83h-216v-90h-163v90h-97v83h97v527h529v-130h-366z" />
+    <glyph glyph-name="uni20B2" unicode="&#x20b2;" horiz-adv-x="771"
+d="M556 361h148v-284c-33 -25 -70 -45 -112 -59c-43 -16 -86 -25 -130 -28v-110h-100v112c-63 8 -118 28 -168 60c-48 33 -87 75 -114 126s-41 109 -41 172s14 120 41 171s66 93 114 126c50 33 105 53 168 61v112h100v-109c53 -4 102 -16 144 -37c44 -20 80 -48 111 -83
+l-104 -96c-43 45 -94 71 -151 77v-444c33 3 64 13 94 28v205zM246 212c29 -38 67 -64 116 -77v430c-49 -13 -87 -39 -116 -77s-43 -84 -43 -138c0 -53 14 -99 43 -138z" />
+    <glyph glyph-name="uni20B4" unicode="&#x20b4;" horiz-adv-x="826"
+d="M755 464v-83h-687v83h441c17 11 26 23 26 38c0 24 -11 43 -33 58s-55 22 -100 22c-67 0 -134 -14 -201 -41l-37 123c77 33 155 49 233 49c60 0 113 -9 157 -27c46 -18 80 -44 104 -76c25 -34 37 -72 37 -116c0 -11 -1 -21 -3 -30h63zM68 326h687v-83h-424
+c-28 -13 -42 -29 -42 -50c0 -23 11 -41 33 -55c22 -13 56 -20 102 -20c42 0 84 5 127 16s80 25 111 43l41 -122c-43 -22 -88 -39 -135 -51c-47 -11 -94 -17 -140 -17c-61 0 -114 9 -160 27c-44 17 -79 42 -104 76c-24 32 -36 71 -36 115c0 13 2 26 5 38h-65v83z" />
+    <glyph glyph-name="uni20AD" unicode="&#x20ad;" horiz-adv-x="737"
+d="M505 302l244 -302h-190l-245 302h-27v-302h-160v302h-97v97h97v301h160v-301h28l244 301h190l-243 -301h165v-97h-166z" />
+    <glyph glyph-name="lira" unicode="&#x20a4;" horiz-adv-x="668"
+d="M293 130h343v-130h-606v130h100v109h-100v84h100v54h-100v84h102c7 79 39 141 96 185c56 44 132 66 227 66c80 0 147 -15 201 -46l-49 -128c-40 24 -90 36 -150 36c-47 0 -84 -10 -111 -28c-27 -20 -44 -48 -50 -85h237v-84h-240v-54h240v-84h-240v-109z" />
+    <glyph glyph-name="uni20BA" unicode="&#x20ba;" horiz-adv-x="752"
+d="M668 166c-33 -53 -81 -94 -144 -123s-141 -43 -233 -43h-161v242l-100 -53v87l100 53v56l-100 -53v86l100 53v229h160v-145l243 128v-86l-243 -128v-56l243 128v-87l-243 -128v-195h37c75 0 131 19 169 59c38 38 57 94 57 166h162c1 -73 -15 -137 -47 -190z" />
+    <glyph glyph-name="uni20BC" unicode="&#x20bc;" horiz-adv-x="911"
+d="M675 649c49 -33 86 -77 113 -133c27 -54 40 -117 40 -188v-328h-151v326c0 69 -14 124 -43 166c-29 40 -71 65 -128 74v-446h-100v446c-57 -9 -100 -34 -129 -76c-29 -40 -44 -95 -44 -164v-326h-150v328c0 71 13 134 40 189s64 99 113 132s105 53 170 60v111h100v-111
+c64 -7 120 -27 169 -60z" />
+    <glyph glyph-name="uni20A6" unicode="&#x20a6;" horiz-adv-x="903"
+d="M773 377v-54h100v-84h-100v-239h-134l-349 426v-426h-160v239h-100v84h100v54h-100v84h100v239h134l349 -426v426h160v-239h100v-84h-100z" />
+    <glyph glyph-name="peseta" unicode="&#x20a7;" horiz-adv-x="1703"
+d="M548 669c45 -21 80 -50 105 -88s37 -83 37 -135c0 -51 -12 -96 -37 -134c-25 -39 -60 -68 -105 -88c-46 -21 -100 -31 -162 -31h-141v-193h-162v700h303c62 0 116 -10 162 -31zM488 356c25 22 38 51 38 90s-13 70 -38 90c-25 22 -62 32 -111 32h-132v-243h132
+c49 0 86 11 111 31zM1156 26c-15 -11 -34 -20 -56 -26c-23 -5 -46 -8 -71 -8c-64 0 -113 16 -149 49c-34 33 -52 81 -52 144v221h-83v120h83v131h156v-131h134v-120h-134v-219c0 -23 6 -40 18 -53c11 -12 28 -18 49 -18c25 0 46 7 63 20zM1294 8c-43 12 -77 25 -102 42
+l52 112c24 -15 53 -28 87 -38c34 -9 67 -14 100 -14c66 0 99 16 99 49c0 15 -9 26 -27 33s-46 12 -83 17c-44 7 -80 14 -109 23s-53 24 -75 46c-20 22 -31 53 -31 94c0 34 10 64 29 90c20 27 49 47 86 62c38 15 83 22 134 22c38 0 76 -4 114 -12c37 -9 68 -20 93 -35
+l-52 -111c-47 27 -99 40 -155 40c-33 0 -58 -5 -75 -14s-25 -21 -25 -36c0 -17 9 -28 27 -35s47 -13 86 -19c44 -7 80 -15 108 -24c28 -8 52 -23 73 -45s31 -53 31 -92c0 -33 -10 -63 -30 -89s-49 -46 -87 -60c-39 -15 -84 -22 -137 -22c-45 0 -88 6 -131 16z" />
+    <glyph glyph-name="uni20B1" unicode="&#x20b1;" horiz-adv-x="868"
+d="M838 474h-102c1 -6 1 -15 1 -28c0 -12 0 -21 -1 -27h102v-83h-124c-22 -45 -57 -80 -106 -106c-48 -24 -106 -37 -175 -37h-140v-193h-163v336h-100v83h100v55h-100v83h100v143h303c69 0 127 -12 176 -38c49 -24 84 -60 105 -105h124v-83zM536 356c25 22 38 51 38 90
+s-13 69 -38 90s-62 32 -111 32h-132v-243h132c49 0 86 11 111 31z" />
+    <glyph glyph-name="uni20BD" unicode="&#x20bd;" horiz-adv-x="776"
+d="M290 229v-56h216v-83h-216v-90h-163v90h-97v83h97v527h303c95 0 170 -20 224 -60c53 -40 80 -99 80 -176s-27 -135 -80 -175c-54 -40 -129 -60 -224 -60h-140zM534 541c-25 18 -60 27 -105 27h-139v-212h139c45 0 80 9 105 28c24 18 36 44 36 79c0 34 -12 60 -36 78z" />
+    <glyph glyph-name="uni20B9" unicode="&#x20b9;" horiz-adv-x="724"
+d="M532 617c15 -15 27 -33 37 -55h105v-83h-85v-13c0 -51 -13 -94 -39 -131c-27 -37 -64 -64 -113 -82l166 -253h-174l-149 229h-197v130h186c53 0 92 11 117 33c26 22 39 51 40 87h-384v83h361c-27 37 -73 56 -140 55h-221v83h632v-83h-142z" />
+    <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="668"
+d="M293 130h343v-130h-606v130h100v172h-100v97h100v26c0 89 28 159 86 211c56 50 136 76 239 76c80 0 147 -15 201 -46l-49 -128c-40 24 -90 36 -150 36c-53 0 -94 -12 -122 -37s-42 -61 -42 -109v-29h240v-97h-240v-172z" />
+    <glyph glyph-name="uni20B8" unicode="&#x20b8;" horiz-adv-x="729"
+d="M63 700h609v-84h-609v84zM286 474h-223v84h609v-84h-224v-474h-162v474z" />
+    <glyph glyph-name="uni20AE" unicode="&#x20ae;" horiz-adv-x="702"
+d="M432 568v-120l137 66v-87l-137 -66v-56l137 66v-87l-137 -66v-218h-163v139l-137 -66v87l137 66v56l-137 -66v87l137 66v199h-223v132h610v-132h-224z" />
+    <glyph glyph-name="uni20A9" unicode="&#x20a9;" horiz-adv-x="1247"
+d="M1093 377l-19 -54h143v-84h-171l-82 -239h-174l-165 478l-168 -478h-174l-82 239h-171v84h143l-19 54h-124v84h96l-82 239h170l166 -492l173 492h154l168 -495l170 495h158l-82 -239h96v-84h-124z" />
+    <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="736"
+d="M486 311h150v-83h-187v-55h187v-83h-187v-90h-162v90h-187v83h187v55h-187v83h151l-265 389h173l214 -313l216 313h162z" />
+    <glyph glyph-name="uni2219" unicode="&#x2219;" horiz-adv-x="322"
+d="M92 283c-19 18 -28 42 -28 71s9 53 27 70c18 18 41 27 70 27s52 -9 70 -27c18 -17 27 -41 27 -70s-9 -53 -27 -71s-41 -27 -70 -27c-28 0 -51 9 -69 27z" />
+    <glyph glyph-name="uni2052" unicode="&#x2052;" horiz-adv-x="594"
+d="M78 560c-16 15 -24 35 -24 59s8 43 24 59c16 14 36 22 60 22c23 0 43 -8 59 -23s24 -35 24 -58c0 -24 -8 -44 -24 -59c-16 -16 -36 -24 -59 -24c-24 0 -44 8 -60 24zM368 700h116l-258 -700h-116zM396 24c-16 15 -24 35 -24 58c0 24 8 44 24 59s36 23 60 23s44 -8 60 -23
+s24 -35 24 -59c0 -23 -8 -43 -24 -58c-17 -16 -37 -24 -60 -24s-43 8 -60 24z" />
+    <glyph glyph-name="uni2215" unicode="&#x2215;" horiz-adv-x="392"
+d="M297 842h139l-330 -942h-139z" />
+    <glyph glyph-name="plus" unicode="+" horiz-adv-x="599"
+d="M538 289h-174v-170h-129v170h-173v122h173v170h129v-170h174v-122z" />
+    <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="599"
+d="M62 411h476v-122h-476v122z" />
+    <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="599"
+d="M386 350l124 -125l-84 -88l-126 127l-126 -127l-84 88l124 125l-124 125l84 88l126 -127l126 127l84 -88z" />
+    <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="599"
+d="M241 499c-16 16 -24 36 -24 60s8 44 24 59s36 23 59 23s43 -8 59 -23s24 -35 24 -59s-8 -44 -24 -60s-36 -24 -59 -24s-43 8 -59 24zM62 411h476v-122h-476v122zM241 83c-16 16 -24 36 -24 60s8 44 24 59s36 23 59 23s43 -8 59 -23s24 -35 24 -59s-8 -44 -24 -60
+s-36 -24 -59 -24s-43 8 -59 24z" />
+    <glyph glyph-name="equal" unicode="=" horiz-adv-x="599"
+d="M62 535h476v-122h-476v122zM62 287h476v-122h-476v122z" />
+    <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="599"
+d="M396 413l-65 -126h207v-122h-271l-58 -110h-127l58 110h-78v122h142l65 126h-207v122h271l58 110h127l-58 -110h78v-122h-142z" />
+    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="599"
+d="M538 415v-130l-476 -181v125l333 121l-333 122v124z" />
+    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="599"
+d="M538 472l-333 -122l333 -121v-125l-476 181v130l476 181v-124z" />
+    <glyph glyph-name="greaterequal" unicode="&#x2265;" horiz-adv-x="599"
+d="M538 482v-126l-476 -169v122l310 110l-310 110v122zM62 122h476v-122h-476v122z" />
+    <glyph glyph-name="lessequal" unicode="&#x2264;" horiz-adv-x="599"
+d="M538 529l-310 -110l310 -110v-122l-476 169v126l476 169v-122zM62 122h476v-122h-476v122z" />
+    <glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="599"
+d="M538 490v-118h-174v-164h-129v164h-173v118h173v164h129v-164h174zM62 122h476v-122h-476v122z" />
+    <glyph glyph-name="approxequal" unicode="&#x2248;" horiz-adv-x="599"
+d="M336 387c-18 9 -38 22 -59 39c-16 12 -29 21 -39 26c-9 5 -19 8 -29 8c-18 0 -33 -7 -44 -21s-17 -33 -18 -57h-97c1 61 15 108 42 142c27 32 63 49 108 49c24 0 45 -5 62 -13c17 -10 38 -23 61 -40c16 -12 29 -21 38 -26s19 -8 29 -8c19 0 33 7 44 21s17 33 18 57h98
+c-1 -61 -16 -108 -43 -142c-27 -32 -63 -49 -107 -49c-24 0 -45 5 -64 14zM336 140c-18 9 -38 22 -59 39c-16 12 -29 21 -39 26c-9 5 -19 8 -29 8c-18 0 -33 -7 -44 -21c-11 -13 -17 -32 -18 -56h-97c1 61 15 108 42 142c27 32 63 49 108 49c24 0 45 -5 62 -13
+c17 -10 38 -23 61 -40c16 -12 29 -21 38 -26s19 -8 29 -8c19 0 33 7 44 21s17 33 18 57h98c-1 -62 -16 -110 -43 -142c-27 -34 -63 -50 -107 -50c-24 0 -45 5 -64 14z" />
+    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="599"
+d="M336 265c-18 9 -38 22 -59 39c-16 12 -29 21 -39 26c-9 5 -19 8 -29 8c-18 0 -33 -7 -44 -21s-17 -33 -18 -57h-97c1 61 15 108 42 142c27 32 63 49 108 49c24 0 45 -5 62 -13c17 -10 38 -23 61 -40c16 -12 29 -21 38 -26s19 -8 29 -8c19 0 33 7 44 21s17 33 18 57h98
+c-1 -61 -16 -108 -43 -142c-27 -32 -63 -49 -107 -49c-24 0 -45 5 -64 14z" />
+    <glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="599"
+d="M538 115h-129v175h-347v121h476v-296z" />
+    <glyph glyph-name="emptyset" unicode="&#x2205;" horiz-adv-x="599"
+d="M493 478c30 -41 45 -86 45 -136c0 -42 -11 -81 -32 -116c-21 -36 -50 -64 -86 -86c-36 -20 -75 -31 -118 -31c-55 0 -104 17 -149 52l-85 -79l-41 45l84 78c-30 42 -45 88 -45 137c0 42 10 81 32 116c20 36 49 64 86 85c36 21 75 31 118 31c28 0 55 -4 80 -14
+c25 -8 48 -21 69 -38l81 76l41 -45zM187 276l189 176c-22 15 -47 22 -74 22c-24 0 -46 -6 -66 -18c-21 -11 -37 -27 -48 -48c-12 -20 -18 -42 -18 -66c0 -23 6 -45 17 -66zM417 408l-189 -177c22 -15 47 -22 74 -22c24 0 46 6 66 18c21 12 37 28 49 49c12 20 18 42 18 66
+c0 25 -6 47 -18 66z" />
+    <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="931"
+d="M794 534c32 -18 57 -43 76 -75s28 -68 28 -108s-9 -76 -28 -109c-19 -32 -44 -57 -76 -76c-33 -19 -69 -28 -109 -28c-51 0 -93 10 -127 31s-65 49 -92 85c-27 -36 -57 -64 -92 -85c-34 -21 -76 -31 -127 -31c-40 0 -77 9 -109 28c-34 18 -59 43 -78 76
+c-19 32 -28 68 -28 108s9 76 28 108c19 33 44 58 78 76c32 19 69 28 109 28c51 0 93 -10 127 -31c35 -21 65 -49 92 -85c27 36 58 64 92 85s76 31 127 31c40 0 76 -9 109 -28zM337 276c21 16 43 41 65 74c-22 33 -44 58 -65 74c-21 18 -48 26 -79 26c-29 0 -53 -10 -72 -28
+c-19 -20 -29 -43 -29 -72s10 -52 29 -72c19 -18 43 -28 72 -28c31 0 58 8 79 26zM746 279c18 19 28 43 28 72c0 28 -10 51 -29 71c-19 18 -43 28 -72 28c-31 0 -58 -9 -79 -26c-22 -17 -44 -42 -65 -74c21 -32 43 -57 65 -74c21 -17 48 -26 79 -26c29 0 53 10 73 29z" />
+    <glyph glyph-name="integral" unicode="&#x222b;" horiz-adv-x="434"
+d="M25 -194c-22 4 -41 12 -56 22l40 113c18 -13 39 -19 64 -19c21 0 37 6 49 20c11 12 17 32 17 58v554c0 61 18 110 53 146s84 54 146 54c25 0 49 -2 71 -8c22 -4 41 -12 57 -22l-41 -113c-19 13 -41 19 -64 19c-21 0 -37 -6 -49 -20c-11 -12 -17 -32 -17 -58v-554
+c0 -61 -17 -110 -53 -146c-34 -36 -83 -54 -146 -54c-25 0 -49 2 -71 8z" />
+    <glyph glyph-name="uni2126" unicode="&#x2126;" horiz-adv-x="889"
+d="M9 132h156c-32 30 -57 66 -75 106c-17 42 -26 87 -26 136c0 65 16 124 50 175c32 51 78 91 136 120s123 43 194 43s136 -14 194 -43s104 -69 137 -120s50 -110 50 -175c0 -49 -9 -94 -27 -136c-18 -40 -43 -76 -75 -106h157v-132h-366v123c47 24 84 57 110 98
+c25 41 38 87 38 136c0 43 -9 81 -28 115c-19 32 -44 58 -78 76c-32 17 -70 26 -112 26s-80 -9 -112 -26c-34 -18 -59 -44 -78 -76c-19 -34 -28 -72 -28 -115c0 -50 13 -96 39 -137s63 -74 110 -97v-123h-366v132z" />
+    <glyph glyph-name="uni2206" unicode="&#x2206;" horiz-adv-x="766"
+d="M776 0h-785l312 700h160zM205 132h352l-175 415z" />
+    <glyph glyph-name="product" unicode="&#x220f;" horiz-adv-x="808"
+d="M83 700h642v-894h-162v754h-318v-754h-162v894z" />
+    <glyph glyph-name="summation" unicode="&#x2211;" horiz-adv-x="671"
+d="M650 -62v-132h-612v105l308 343l-294 341v105h589v-132h-372l227 -262v-105l-242 -263h396z" />
+    <glyph glyph-name="radical" unicode="&#x221a;" horiz-adv-x="820"
+d="M829 742l-307 -936h-161l-168 484h-131v121h246l134 -410l242 741h145z" />
+    <glyph glyph-name="uni00B5" unicode="&#xb5;" horiz-adv-x="690"
+d="M618 538v-538h-141v66c-16 -25 -37 -44 -61 -56c-26 -12 -52 -18 -80 -18c-43 0 -79 12 -108 35v-221h-156v732h156v-281c0 -44 10 -77 28 -98c20 -21 46 -32 81 -32c38 0 68 12 91 37c23 24 34 60 34 108v266h156z" />
+    <glyph glyph-name="partialdiff" unicode="&#x2202;" horiz-adv-x="700"
+d="M546 638c67 -70 100 -168 100 -296c0 -73 -13 -136 -39 -190c-26 -52 -63 -93 -111 -122c-49 -28 -106 -42 -172 -42c-51 0 -96 10 -138 29c-40 19 -73 47 -96 82c-24 35 -36 76 -36 122c0 45 11 84 34 118c22 34 52 60 90 79c39 19 82 28 129 28c76 0 135 -24 177 -72v2
+c0 76 -19 134 -57 174c-38 41 -93 61 -165 61c-54 0 -101 -7 -140 -21l-21 129c49 15 103 22 163 22c121 0 215 -35 282 -103zM428 140c23 21 35 46 35 77s-12 57 -35 77c-24 21 -54 31 -90 31c-38 0 -68 -10 -92 -29c-22 -20 -34 -46 -34 -79s11 -59 34 -79
+c23 -19 52 -29 89 -29c39 0 70 10 93 31z" />
+    <glyph glyph-name="percent" unicode="%" horiz-adv-x="877"
+d="M76 374c-33 36 -49 82 -49 141s16 105 49 141c32 34 74 52 125 52s93 -18 125 -52c32 -36 48 -82 48 -141s-16 -105 -48 -141c-32 -34 -74 -52 -125 -52s-93 18 -125 52zM618 700h119l-478 -700h-119zM254 432c14 19 20 46 20 83s-6 64 -20 83c-12 19 -30 28 -53 28
+c-22 0 -40 -10 -53 -28c-13 -20 -20 -47 -20 -83s7 -63 20 -83c13 -18 31 -28 53 -28c23 0 41 9 53 28zM586 16c-26 15 -46 38 -61 67s-22 63 -22 102s7 73 22 102s35 52 61 67c27 16 57 24 90 24c51 0 93 -18 126 -52c32 -36 48 -82 48 -141s-16 -105 -48 -141
+c-33 -34 -75 -52 -126 -52c-33 0 -63 8 -90 24zM730 102c12 20 19 47 19 83s-7 63 -19 83c-14 18 -31 28 -54 28c-22 0 -40 -9 -53 -28s-20 -46 -20 -83s7 -64 20 -83s31 -28 53 -28c23 0 40 10 54 28z" />
+    <glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="1258"
+d="M76 374c-33 36 -49 82 -49 141s16 105 49 141c32 34 74 52 125 52s93 -18 125 -52c32 -36 48 -82 48 -141s-16 -105 -48 -141c-32 -34 -74 -52 -125 -52s-93 18 -125 52zM618 700h119l-478 -700h-119zM254 432c14 19 20 46 20 83s-6 64 -20 83c-12 19 -30 28 -53 28
+c-22 0 -40 -10 -53 -28c-13 -20 -20 -47 -20 -83s7 -63 20 -83c13 -18 31 -28 53 -28c23 0 41 9 53 28zM586 16c-26 15 -46 38 -61 67s-22 63 -22 102s7 73 22 102s35 52 61 67c27 16 57 24 90 24c51 0 93 -18 126 -52c32 -36 48 -82 48 -141s-16 -105 -48 -141
+c-33 -34 -75 -52 -126 -52c-33 0 -63 8 -90 24zM932 44c-32 36 -48 82 -48 141s16 105 48 141c32 34 74 52 125 52s93 -18 125 -52c32 -36 48 -82 48 -141s-16 -105 -48 -141c-32 -34 -74 -52 -125 -52s-93 18 -125 52zM730 102c12 20 19 47 19 83s-7 63 -19 83
+c-14 18 -31 28 -54 28c-22 0 -40 -9 -53 -28s-20 -46 -20 -83s7 -64 20 -83s31 -28 53 -28c23 0 40 10 54 28zM1110 102c13 20 20 47 20 83s-7 63 -20 83c-13 18 -31 28 -53 28c-23 0 -41 -9 -53 -28c-14 -19 -20 -46 -20 -83s6 -64 20 -83c12 -19 30 -28 53 -28
+c22 0 40 10 53 28z" />
+    <glyph glyph-name="arrowup" unicode="&#x2191;" horiz-adv-x="600"
+d="M524 249l-164 99v-310h-121v310l-163 -99v120l223 149l225 -149v-120z" />
+    <glyph glyph-name="uni2197" unicode="&#x2197;" horiz-adv-x="600"
+d="M443 95l-46 187l-219 -219l-86 88l220 219l-186 45l83 86l263 -54l54 -266z" />
+    <glyph glyph-name="arrowright" unicode="&#x2192;" horiz-adv-x="600"
+d="M526 276l-148 -227h-135l104 173h-297v108h296l-103 171h135z" />
+    <glyph glyph-name="uni2198" unicode="&#x2198;" horiz-adv-x="600"
+d="M525 377l-52 -265l-264 -55l-83 86l185 46l-218 218l85 88l220 -220l45 187z" />
+    <glyph glyph-name="arrowdown" unicode="&#x2193;" horiz-adv-x="600"
+d="M530 304v-121l-224 -150l-225 150v121l164 -100v309h121v-309z" />
+    <glyph glyph-name="uni2199" unicode="&#x2199;" horiz-adv-x="600"
+d="M303 195l185 -46l-83 -86l-263 54l-54 266l83 86l46 -187l219 219l86 -88z" />
+    <glyph glyph-name="arrowleft" unicode="&#x2190;" horiz-adv-x="600"
+d="M550 222h-297l104 -172h-135l-148 226l148 226h135l-104 -172h297v-108z" />
+    <glyph glyph-name="uni2196" unicode="&#x2196;" horiz-adv-x="600"
+d="M436 69l-220 220l-45 -187l-82 85l53 265l263 55l83 -86l-185 -46l218 -218z" />
+    <glyph glyph-name="arrowboth" unicode="&#x2194;" horiz-adv-x="831"
+d="M781 276l-148 -226h-134l104 172h-374l104 -172h-134l-149 226l149 226h134l-104 -172h374l-104 172h134z" />
+    <glyph glyph-name="arrowupdn" unicode="&#x2195;" horiz-adv-x="600"
+d="M360 513v-327l163 100v-120l-223 -150l-225 150v120l164 -100v327l-163 -100v121l223 150l225 -150v-121z" />
+    <glyph glyph-name="arrowup.case" horiz-adv-x="600"
+d="M524 299l-164 99v-310h-121v310l-163 -99v120l223 149l225 -149v-120z" />
+    <glyph glyph-name="arrowright.case" horiz-adv-x="600"
+d="M526 326l-148 -227h-135l104 173h-297v108h296l-103 171h135z" />
+    <glyph glyph-name="arrowdown.case" horiz-adv-x="600"
+d="M530 354v-121l-224 -150l-225 150v121l164 -100v309h121v-309z" />
+    <glyph glyph-name="arrowleft.case" horiz-adv-x="600"
+d="M550 272h-297l104 -172h-135l-148 226l148 226h135l-104 -172h297v-108z" />
+    <glyph glyph-name="uni25C6" unicode="&#x25c6;" horiz-adv-x="600"
+d="M300 540l274 -275l-274 -274l-275 274z" />
+    <glyph glyph-name="uni25C7" unicode="&#x25c7;" horiz-adv-x="600"
+d="M300 540l274 -275l-274 -274l-275 274zM300 109l160 156l-160 156l-161 -156z" />
+    <glyph glyph-name="lozenge" unicode="&#x25ca;" horiz-adv-x="497"
+d="M32 330l217 323l216 -323l-217 -326zM362 330l-113 165l-114 -165l113 -167z" />
+    <glyph glyph-name="filledbox" unicode="&#x25a0;" horiz-adv-x="600"
+d="M106 459h388v-388h-388v388z" />
+    <glyph glyph-name="uni25A1" unicode="&#x25a1;" horiz-adv-x="600"
+d="M106 459h388v-388h-388v388zM413 155v220h-226v-220h226z" />
+    <glyph glyph-name="triagup" unicode="&#x25b2;" horiz-adv-x="600"
+d="M300 478l213 -426h-426z" />
+    <glyph glyph-name="uni25B6" unicode="&#x25b6;" horiz-adv-x="600"
+d="M541 266l-426 -213v426z" />
+    <glyph glyph-name="triagdn" unicode="&#x25bc;" horiz-adv-x="600"
+d="M513 478l-213 -426l-213 426h426z" />
+    <glyph glyph-name="uni25C0" unicode="&#x25c0;" horiz-adv-x="601"
+d="M58 265l426 213v-426z" />
+    <glyph glyph-name="uni25B3" unicode="&#x25b3;" horiz-adv-x="600"
+d="M300 478l213 -426h-426zM408 119l-108 210l-108 -210h216z" />
+    <glyph glyph-name="uni25B7" unicode="&#x25b7;" horiz-adv-x="600"
+d="M541 266l-426 -213v426zM180 161l216 105l-216 105v-210z" />
+    <glyph glyph-name="uni25BD" unicode="&#x25bd;" horiz-adv-x="600"
+d="M513 478l-213 -426l-213 426h426zM300 201l108 210h-216z" />
+    <glyph glyph-name="uni25C1" unicode="&#x25c1;" horiz-adv-x="600"
+d="M58 265l426 213v-426zM419 370l-216 -105l216 -105v210z" />
+    <glyph glyph-name="at" unicode="@" horiz-adv-x="1035"
+d="M768 654c72 -38 128 -90 168 -156s60 -141 60 -224c0 -59 -8 -109 -26 -152c-16 -42 -40 -74 -71 -96s-67 -33 -108 -33c-34 0 -63 7 -86 22s-40 36 -51 65c-36 -58 -93 -87 -171 -87c-43 0 -82 11 -117 32s-63 51 -84 89c-20 39 -30 83 -30 132s10 92 30 130
+c21 39 48 69 84 90c34 21 74 32 117 32c66 0 117 -22 154 -66v59h136v-324c0 -43 16 -64 48 -64c23 0 41 14 55 42c12 28 19 70 19 127c0 67 -15 127 -47 178c-30 52 -74 92 -130 122c-57 28 -122 43 -195 43s-138 -15 -195 -47c-56 -30 -100 -73 -130 -128
+c-32 -55 -47 -117 -47 -186c0 -71 15 -134 46 -188c31 -56 74 -98 129 -130c56 -30 120 -46 193 -46c72 0 138 15 197 44l32 -92c-30 -15 -66 -27 -106 -36c-42 -8 -82 -12 -123 -12c-95 0 -178 20 -251 60c-73 39 -129 94 -169 164s-60 149 -60 236s20 165 61 234
+c40 69 97 124 170 163s158 59 253 59c92 0 174 -19 245 -56zM604 144c23 25 35 59 35 102s-12 76 -35 100s-53 36 -90 36s-67 -12 -90 -36c-23 -25 -34 -58 -34 -100c0 -43 11 -76 34 -101s53 -37 90 -37s67 12 90 36z" />
+    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="728"
+d="M621 -12l-84 78c-67 -52 -145 -78 -234 -78c-51 0 -96 8 -137 24c-41 17 -72 40 -96 69c-22 29 -34 62 -34 99c0 43 12 82 36 114c25 34 64 65 118 95c-25 26 -44 51 -55 75c-11 23 -17 48 -17 73c0 34 9 64 27 90s43 46 77 61c32 14 71 21 114 21c61 0 109 -15 146 -43
+c37 -30 55 -69 55 -118c0 -36 -11 -68 -33 -96c-21 -28 -56 -55 -104 -81l128 -119c15 32 27 68 35 109l125 -39c-13 -62 -35 -115 -64 -159l82 -76zM280 585c-13 -12 -20 -27 -20 -46c0 -14 4 -27 11 -39c7 -13 22 -29 43 -50c34 18 58 34 71 48c13 15 20 30 20 47
+s-6 31 -18 42s-29 16 -51 16c-23 0 -42 -6 -56 -18zM445 151l-169 158c-31 -18 -54 -36 -67 -53s-20 -37 -20 -59c0 -26 11 -47 34 -63s53 -24 91 -24c49 0 92 14 131 41z" />
+    <glyph glyph-name="paragraph" unicode="&#xb6;" horiz-adv-x="686"
+d="M228 360c-41 1 -78 9 -110 24c-33 16 -58 38 -76 67c-19 29 -28 62 -28 100c0 39 10 72 30 101c19 29 47 51 84 66c36 16 78 24 126 24h349v-842h-127v729h-121v-729h-127v460z" />
+    <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="522"
+d="M476 230c-10 -20 -26 -39 -47 -54c30 -25 45 -61 45 -106c0 -35 -9 -65 -28 -92c-18 -27 -44 -48 -80 -63c-34 -15 -76 -23 -123 -23c-41 0 -82 6 -123 16c-42 12 -75 26 -99 43l46 110c23 -17 51 -30 83 -40c33 -10 64 -15 95 -15c29 0 51 5 67 16s24 25 24 43
+c0 19 -9 33 -28 43c-19 8 -48 17 -87 25c-41 9 -74 19 -99 29c-26 9 -48 25 -66 46c-19 21 -28 51 -28 88c0 54 21 97 64 129c-29 25 -43 60 -43 104c0 54 22 97 66 130s106 49 187 49c33 0 68 -4 108 -13c38 -9 69 -20 92 -35l-45 -109c-47 29 -101 43 -164 43
+c-36 0 -63 -5 -80 -16c-17 -10 -26 -24 -26 -43c0 -17 9 -30 25 -38c18 -8 45 -17 83 -26c40 -9 73 -19 100 -29c27 -11 50 -28 69 -50c19 -24 29 -55 29 -94c0 -24 -5 -46 -17 -68zM192 262c18 -9 48 -18 89 -27l29 -7c15 7 26 16 35 27s13 24 13 39c0 20 -10 35 -28 44
+c-20 9 -49 19 -90 29l-28 6c-15 -7 -27 -16 -36 -27c-9 -12 -13 -25 -13 -39c0 -21 9 -36 29 -45z" />
+    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="785"
+d="M212 44c-53 31 -96 74 -126 128c-32 54 -47 113 -47 178s15 124 47 178c30 54 73 97 127 128s114 47 180 47s126 -15 179 -46c54 -31 96 -73 127 -127c31 -53 46 -113 46 -178s-16 -125 -47 -180c-31 -54 -74 -97 -128 -128s-114 -47 -179 -47s-125 16 -179 47zM536 100
+c44 26 78 61 104 106c24 44 37 93 37 146c0 54 -12 103 -37 146c-24 43 -58 78 -101 102c-43 26 -92 38 -146 38s-103 -13 -146 -38s-77 -60 -102 -104s-37 -93 -37 -146s12 -102 37 -146s59 -79 101 -104c44 -25 92 -38 145 -38s102 13 145 38zM294 174
+c-32 17 -57 41 -76 72c-18 31 -27 65 -27 104s9 73 27 104c19 31 44 55 76 72c33 17 69 26 110 26c39 0 74 -8 104 -26c30 -16 52 -40 67 -69l-90 -53c-18 31 -45 47 -82 47c-27 0 -49 -9 -67 -27c-19 -19 -28 -43 -28 -74s9 -55 28 -74c18 -18 40 -27 67 -27
+c37 0 64 16 82 47l90 -52c-15 -30 -37 -54 -67 -70c-30 -18 -65 -26 -104 -26c-41 0 -77 9 -110 26z" />
+    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="785"
+d="M572 657c54 -31 96 -73 127 -127c31 -53 46 -113 46 -178s-16 -125 -47 -180c-31 -54 -74 -97 -128 -128s-114 -47 -179 -47s-125 16 -179 47c-53 31 -96 74 -126 128c-32 54 -47 113 -47 178s15 124 47 178c30 54 73 97 127 128s114 47 180 47s126 -15 179 -46zM536 100
+c44 26 78 61 104 106c24 44 37 93 37 146c0 54 -12 103 -37 146c-24 43 -58 78 -101 102c-43 26 -92 38 -146 38s-103 -13 -146 -38s-77 -60 -102 -104s-37 -93 -37 -146s12 -102 37 -146s59 -79 101 -104c44 -25 92 -38 145 -38s102 13 145 38zM558 334
+c-12 -21 -30 -37 -54 -48l85 -130h-104l-73 112h-4h-65v-112h-104v388h169c53 0 94 -12 124 -38c30 -24 45 -58 45 -100c0 -28 -6 -52 -19 -72zM401 346c23 0 41 5 55 16c12 10 19 25 19 44s-7 34 -19 45c-14 11 -32 16 -55 16h-59v-121h59z" />
+    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1046"
+d="M4 700h395v-86h-142v-329h-112v329h-141v86zM859 285l-1 237l-126 -194h-50l-126 188v-231h-105v415h92l166 -250l162 250h91l2 -415h-105z" />
+    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="418"
+d="M120 388c-26 16 -48 36 -64 62c-15 27 -23 56 -23 87s8 60 23 87c16 26 38 47 64 62c28 15 57 23 89 23s61 -8 88 -23s48 -36 63 -62c16 -27 24 -56 24 -87s-8 -60 -24 -87c-15 -26 -36 -46 -63 -62c-27 -14 -56 -22 -88 -22s-61 8 -89 22zM276 470c17 18 26 40 26 67
+s-9 49 -26 67c-18 18 -40 27 -67 27s-49 -9 -67 -27c-17 -18 -26 -40 -26 -67s9 -49 26 -67c18 -18 40 -27 67 -27s49 9 67 27z" />
+    <glyph glyph-name="bar" unicode="|" horiz-adv-x="309"
+d="M83 742h143v-936h-143v936z" />
+    <glyph glyph-name="brokenbar" unicode="&#xa6;" horiz-adv-x="309"
+d="M83 742h143v-350h-143v350zM83 156h143v-350h-143v350z" />
+    <glyph glyph-name="uni2113" unicode="&#x2113;" horiz-adv-x="473"
+d="M87 153l-51 -33l-22 64l83 59l42 250c13 71 36 125 69 161c33 35 72 53 117 53c36 0 64 -11 85 -34s31 -55 31 -96c0 -65 -23 -127 -69 -185c-45 -59 -104 -116 -176 -173c-3 -15 -4 -31 -4 -46c0 -26 5 -45 16 -57c11 -13 27 -19 48 -19c24 0 47 7 68 22s43 35 64 60
+l45 -55c-57 -86 -126 -129 -209 -129c-89 0 -135 53 -137 158zM318 452c27 43 41 84 41 122c0 17 -3 30 -11 39c-6 9 -16 14 -27 14c-17 0 -31 -10 -45 -29c-12 -20 -23 -51 -30 -93l-31 -173c41 36 76 76 103 120z" />
+    <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="591"
+d="M217 353h-187v128h187v219h156v-219h188v-128h-188v-547h-156v547z" />
+    <glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="591"
+d="M373 353v-200h188v-129h-188v-218h-156v218h-187v129h187v200h-187v129h187v218h156v-218h188v-129h-188z" />
+    <glyph glyph-name="estimated" unicode="&#x212e;" horiz-adv-x="863"
+d="M235 44c-60 32 -108 75 -143 129s-53 113 -53 176c0 64 18 123 53 177c35 55 83 98 143 130c60 31 125 47 196 47s137 -16 197 -47c60 -32 108 -75 142 -130c36 -54 53 -113 53 -177v-8h-635c-4 0 -6 -1 -6 -4v-192c0 -6 3 -14 9 -23c27 -33 61 -59 104 -77
+s88 -27 137 -27s96 10 140 31s81 49 112 85h57c-36 -42 -81 -75 -136 -100s-113 -37 -174 -37c-71 0 -136 16 -196 47zM675 360c4 0 6 2 6 6v193c0 9 -4 17 -11 23c-31 31 -68 56 -108 74c-42 17 -85 26 -130 26s-89 -9 -130 -28c-41 -18 -78 -43 -110 -75
+c-7 -8 -10 -16 -10 -24v-189c0 -4 2 -6 6 -6h487z" />
+    <glyph glyph-name="uni2116" unicode="&#x2116;" horiz-adv-x="1217"
+d="M890 399c-29 14 -51 34 -68 59c-16 25 -24 54 -24 85s8 60 24 85c17 25 39 45 68 59s61 21 97 21s68 -7 97 -21s51 -34 68 -59c16 -25 24 -54 24 -85s-8 -60 -24 -85c-17 -25 -39 -45 -68 -59s-61 -21 -97 -21s-68 7 -97 21zM565 700h160v-700h-133l-349 425v-425h-160
+v700h134l348 -425v425zM926 603c-15 -15 -23 -35 -23 -60s8 -45 23 -59c16 -16 36 -23 61 -23s45 7 60 23c15 14 23 34 23 59s-8 45 -23 60s-35 22 -60 22s-45 -7 -61 -22zM818 312h338v-95h-338v95z" />
+    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="600"
+d="M423 141l-123 295l-123 -295h-120l181 418h125l180 -418h-120z" />
+    <glyph glyph-name="minute" unicode="&#x2032;" horiz-adv-x="230"
+d="M49 700h133l-11 -284h-112z" />
+    <glyph glyph-name="second" unicode="&#x2033;" horiz-adv-x="437"
+d="M49 700h133l-11 -284h-112zM255 700h133l-11 -284h-112z" />
+    <glyph glyph-name="at.case" horiz-adv-x="1035"
+d="M768 720c72 -37 128 -89 168 -155s60 -141 60 -224c0 -59 -8 -109 -26 -151c-16 -43 -40 -75 -71 -97s-67 -33 -108 -33c-34 0 -63 7 -86 22s-40 36 -51 65c-36 -58 -93 -87 -171 -87c-43 0 -82 11 -117 32s-63 51 -84 90c-20 38 -30 82 -30 131s10 92 30 131
+c21 38 48 68 84 89c34 21 74 32 117 32c66 0 117 -22 154 -66v59h136v-324c0 -43 16 -64 48 -64c23 0 41 14 55 42c12 28 19 70 19 127c0 67 -15 127 -47 179c-30 51 -74 92 -130 120c-57 30 -122 44 -195 44s-138 -16 -195 -46c-56 -32 -100 -74 -130 -129
+c-32 -55 -47 -117 -47 -186c0 -71 15 -133 46 -189c31 -54 74 -98 129 -128c56 -32 120 -47 193 -47c72 0 138 15 197 44l32 -92c-30 -15 -66 -27 -106 -35c-42 -9 -82 -13 -123 -13c-95 0 -178 20 -251 59c-73 40 -129 95 -169 165s-60 149 -60 236s20 165 61 234
+c40 69 97 124 170 163s158 59 253 59c92 0 174 -19 245 -57zM604 212c23 24 35 58 35 101s-12 76 -35 100s-53 36 -90 36s-67 -12 -90 -37c-23 -24 -34 -57 -34 -99c0 -43 11 -76 34 -101s53 -37 90 -37s67 12 90 37z" />
+    <glyph glyph-name="uni2116.ss01" horiz-adv-x="1212"
+d="M649 634c47 -53 70 -127 70 -224v-410h-162v405c0 56 -13 98 -39 127c-27 28 -63 42 -110 42c-49 0 -89 -15 -118 -46c-30 -30 -45 -75 -45 -134v-394h-162v700h157v-85c24 32 54 56 90 73c36 16 77 24 124 24c83 0 148 -26 195 -78zM884 399c-29 14 -51 34 -68 59
+c-16 25 -24 54 -24 85s8 60 24 85c17 25 39 45 68 59s61 21 97 21s68 -7 97 -21s51 -34 68 -59c16 -25 24 -54 24 -85s-8 -60 -24 -85c-17 -25 -39 -45 -68 -59s-61 -21 -97 -21s-68 7 -97 21zM921 603c-15 -15 -23 -35 -23 -60s8 -45 23 -59c15 -16 35 -23 60 -23
+s45 7 60 23c15 14 23 34 23 59s-8 45 -23 60s-35 22 -60 22s-45 -7 -60 -22zM812 312h339v-95h-339v95z" />
+    <glyph glyph-name="ampersand.sc" horiz-adv-x="613"
+d="M520 -11l-67 59c-55 -39 -118 -59 -189 -59c-44 0 -84 7 -119 21c-35 15 -63 35 -84 60s-31 54 -31 87c0 34 10 64 28 90c20 26 50 50 91 73c-35 38 -53 77 -53 116c0 44 17 80 52 106c34 28 79 41 136 41c53 0 95 -12 128 -37c32 -25 48 -58 48 -100
+c0 -29 -8 -56 -26 -80c-16 -23 -43 -45 -80 -65l92 -81c13 24 24 52 32 84l117 -34c-12 -50 -31 -94 -56 -132l63 -56zM244 472c-9 -10 -14 -21 -14 -34c0 -9 3 -18 8 -27s16 -20 32 -35c24 12 41 23 52 34c10 10 15 21 15 32c0 13 -4 23 -13 31s-21 12 -38 12
+c-18 0 -32 -5 -42 -13zM364 128l-132 116c-21 -12 -36 -24 -44 -36c-10 -12 -14 -26 -14 -41c0 -19 9 -34 26 -47c18 -13 42 -19 73 -19c33 0 63 9 91 27z" />
+    <glyph glyph-name="uni0308" unicode="&#x308;"
+d="M-451 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM-248 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49
+s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni03080300"
+d="M-445 630c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM-249 630c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48
+c-13 -12 -28 -18 -47 -18s-34 6 -47 18zM-483 889h159l110 -121h-112z" />
+    <glyph glyph-name="uni03080301"
+d="M-445 630c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM-249 630c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48
+c-13 -12 -28 -18 -47 -18s-34 6 -47 18zM-275 889h159l-157 -121h-113z" />
+    <glyph glyph-name="uni03080304"
+d="M-445 630c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM-249 630c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48
+c-13 -12 -28 -18 -47 -18s-34 6 -47 18zM-485 867h370v-83h-370v83z" />
+    <glyph glyph-name="uni0307" unicode="&#x307;"
+d="M-360 636c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni03070304"
+d="M-350 630c-12 13 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -36 -19 -49c-14 -13 -30 -19 -50 -19s-36 6 -50 19zM-485 874h370v-83h-370v83z" />
+    <glyph glyph-name="gravecomb" unicode="&#x300;"
+d="M-512 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni03000304"
+d="M-483 728h159l110 -121h-112zM-485 867h370v-83h-370v83z" />
+    <glyph glyph-name="acutecomb" unicode="&#x301;"
+d="M-256 751h168l-181 -144h-122z" />
+    <glyph glyph-name="uni03010307"
+d="M-275 728h159l-157 -121h-113zM-350 791c-12 13 -19 29 -19 49s7 36 19 50c14 12 30 19 50 19s36 -7 50 -19c12 -14 19 -30 19 -50s-7 -36 -19 -49c-14 -13 -30 -19 -50 -19s-36 6 -50 19z" />
+    <glyph glyph-name="uni03010304"
+d="M-275 728h159l-157 -121h-113zM-485 867h370v-83h-370v83z" />
+    <glyph glyph-name="uni030B" unicode="&#x30b;"
+d="M-386 751h146l-104 -144h-114zM-184 751h146l-104 -144h-114z" />
+    <glyph glyph-name="caroncomb.alt"
+d="M-300 741h117l-20 -201h-97v201z" />
+    <glyph glyph-name="uni0302" unicode="&#x302;"
+d="M-213 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni030C" unicode="&#x30c;"
+d="M-99 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni030C0307"
+d="M-99 721l-133 -114h-136l-133 114h115l86 -57l86 57h115zM-350 768c-12 13 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -36 -19 -49c-14 -13 -30 -19 -50 -19s-36 6 -50 19z" />
+    <glyph glyph-name="uni0306" unicode="&#x306;"
+d="M-430 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="uni030A" unicode="&#x30a;"
+d="M-388 627c-24 23 -36 52 -36 86s12 63 36 86c23 23 52 35 87 35s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -87 35zM-258 670c12 11 18 26 18 43s-6 32 -18 43c-11 12 -26 18 -43 18s-31 -6 -43 -18c-11 -11 -17 -26 -17 -43s6 -32 17 -43
+c11 -12 26 -18 43 -18s32 6 43 18z" />
+    <glyph glyph-name="uni030A0301"
+d="M-193 776c11 -19 17 -40 17 -63c0 -34 -12 -63 -36 -86s-54 -35 -89 -35s-64 12 -87 35c-24 23 -36 52 -36 86s12 63 36 86c23 23 52 35 87 35c17 0 34 -3 52 -10l87 90l77 -60zM-258 670c12 11 18 26 18 43s-6 32 -18 43c-11 12 -26 18 -43 18s-31 -6 -43 -18
+c-11 -11 -17 -26 -17 -43s6 -32 17 -43c11 -12 26 -18 43 -18s32 6 43 18z" />
+    <glyph glyph-name="tildecomb" unicode="&#x303;"
+d="M-272 614c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15
+c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="uni03030308"
+d="M-274 614c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM-445 792c-13 12 -19 28 -19 47s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -29 -19 -48 -19s-34 6 -47 19zM-249 792c-13 12 -19 28 -19 47s6 34 20 47c12 13 28 19 46 19
+c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -28 -19 -47 -19s-34 6 -47 19z" />
+    <glyph glyph-name="tildecomb_acutecomb"
+d="M-274 614c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM-275 889h159l-157 -121h-113z" />
+    <glyph glyph-name="uni03030304"
+d="M-274 614c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM-485 867h370v-83h-370v83z" />
+    <glyph glyph-name="uni0304" unicode="&#x304;"
+d="M-485 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni03040308" unicode="&#xea35;"
+d="M-485 706h370v-83h-370v83zM-445 792c-13 12 -19 28 -19 47s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -29 -19 -48 -19s-34 6 -47 19zM-249 792c-13 12 -19 28 -19 47s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47
+s-6 -35 -19 -47c-13 -13 -28 -19 -47 -19s-34 6 -47 19z" />
+    <glyph glyph-name="uni03040300"
+d="M-485 706h370v-83h-370v83zM-483 889h159l110 -121h-112z" />
+    <glyph glyph-name="uni03040301"
+d="M-485 706h370v-83h-370v83zM-275 889h159l-157 -121h-113z" />
+    <glyph glyph-name="hookabovecomb" unicode="&#x309;"
+d="M-319 649c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni030F" unicode="&#x30f;"
+d="M-562 751h146l72 -144h-114zM-360 751h146l72 -144h-114z" />
+    <glyph glyph-name="uni0311" unicode="&#x311;"
+d="M-430 718c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -26 51c-16 14 -36 20 -60 20s-44 -6 -60 -20c-17 -12 -25 -30 -26 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="uni0312" unicode="&#x312;"
+d="M-221 659c0 -19 -7 -33 -20 -44s-33 -16 -59 -16s-46 5 -59 17c-13 10 -20 25 -20 43c0 17 7 38 21 64l45 90h84l-34 -101c28 -8 42 -26 42 -53z" />
+    <glyph glyph-name="uni031B" unicode="&#x31b;"
+d="M-323 538h27c18 0 32 6 44 18c10 11 16 26 16 45c0 23 -7 43 -20 60l92 34c21 -28 32 -61 32 -100c0 -50 -15 -89 -44 -118c-30 -29 -71 -43 -124 -43h-23v104z" />
+    <glyph glyph-name="dotbelowcomb" unicode="&#x323;"
+d="M-350 -192c-12 13 -19 29 -19 49s7 37 19 50c14 13 30 20 50 20c19 0 36 -7 49 -20s20 -30 20 -50s-7 -36 -19 -49c-14 -12 -30 -18 -50 -18s-36 6 -50 18z" />
+    <glyph glyph-name="uni0324" unicode="&#x324;"
+d="M-442 -186c-13 12 -19 28 -19 47s6 35 19 47c13 13 28 19 46 19c19 0 34 -6 48 -19c12 -12 19 -28 19 -47s-7 -35 -19 -47c-14 -12 -29 -18 -48 -18s-34 6 -46 18zM-252 -186c-12 12 -19 28 -19 47s7 35 19 47c14 13 29 19 48 19s34 -6 47 -19c13 -12 19 -28 19 -47
+s-6 -35 -19 -47s-28 -18 -47 -18s-34 6 -48 18z" />
+    <glyph glyph-name="uni0326" unicode="&#x326;"
+d="M-250 -90c13 -10 19 -25 19 -43c0 -21 -6 -42 -18 -65l-35 -68h-73l25 80c-12 4 -21 10 -28 20c-6 8 -9 20 -9 33c0 18 6 33 19 43c12 12 29 17 50 17s38 -5 50 -17z" />
+    <glyph glyph-name="uni0327" unicode="&#x327;"
+d="M-384 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 65 -28c15 -14 22 -33 22 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="uni0328" unicode="&#x328;"
+d="M-478 -202c-25 21 -37 48 -37 82c0 33 13 63 39 91c25 28 64 51 115 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 16 -33c10 -9 24 -13 41 -13c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z
+" />
+    <glyph glyph-name="uni032E" unicode="&#x32e;"
+d="M-429 -178c-34 27 -52 61 -55 104h93c1 -20 9 -36 27 -48c16 -13 38 -19 64 -19s48 6 64 19c18 12 26 28 27 48h93c-3 -43 -21 -77 -55 -104c-34 -26 -77 -39 -129 -39s-95 13 -129 39z" />
+    <glyph glyph-name="uni0331" unicode="&#x331;"
+d="M-485 -95h370v-87h-370v87z" />
+    <glyph glyph-name="uni0335" unicode="&#x335;"
+d="M-506 481h412v-90h-412v90z" />
+    <glyph glyph-name="uni0336" unicode="&#x336;"
+d="M-882 489h832v-108h-832v108z" />
+    <glyph glyph-name="uni0337" unicode="&#x337;"
+d="M-446 310l324 244l57 -80l-323 -242z" />
+    <glyph glyph-name="uni0338" unicode="&#x338;"
+d="M-134 605h78l-441 -675h-77z" />
+    <glyph glyph-name="uni0308.case"
+d="M-451 782c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM-248 782c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49
+s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="uni03080300.case"
+d="M-445 780c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM-249 780c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48
+c-13 -12 -28 -18 -47 -18s-34 6 -47 18zM-483 1039h159l110 -121h-112z" />
+    <glyph glyph-name="uni03080301.case"
+d="M-445 780c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM-249 780c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48
+c-13 -12 -28 -18 -47 -18s-34 6 -47 18zM-275 1039h159l-157 -121h-113z" />
+    <glyph glyph-name="uni03080304.case"
+d="M-445 780c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM-249 780c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48
+c-13 -12 -28 -18 -47 -18s-34 6 -47 18zM-485 1017h370v-83h-370v83z" />
+    <glyph glyph-name="uni0307.case"
+d="M-360 786c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="uni03070304.case"
+d="M-350 780c-12 13 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -36 -19 -49c-14 -13 -30 -19 -50 -19s-36 6 -50 19zM-485 1024h370v-83h-370v83z" />
+    <glyph glyph-name="gravecomb.case"
+d="M-512 901h168l135 -144h-122z" />
+    <glyph glyph-name="uni03000304.case"
+d="M-483 878h159l110 -121h-112zM-485 1017h370v-83h-370v83z" />
+    <glyph glyph-name="acutecomb.case"
+d="M-256 901h168l-181 -144h-122z" />
+    <glyph glyph-name="uni03010307.case"
+d="M-275 878h159l-157 -121h-113zM-350 941c-12 13 -19 29 -19 49s7 36 19 50c14 12 30 19 50 19s36 -7 50 -19c12 -14 19 -30 19 -50s-7 -36 -19 -49c-14 -13 -30 -19 -50 -19s-36 6 -50 19z" />
+    <glyph glyph-name="uni03010304.case"
+d="M-275 878h159l-157 -121h-113zM-485 1017h370v-83h-370v83z" />
+    <glyph glyph-name="uni030B.case"
+d="M-386 901h146l-104 -144h-114zM-184 901h146l-104 -144h-114z" />
+    <glyph glyph-name="uni0302.case"
+d="M-213 757l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="uni030C.case"
+d="M-99 901l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="uni030C0307.case"
+d="M-99 871l-133 -114h-136l-133 114h115l86 -57l86 57h115zM-350 918c-12 13 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -36 -19 -49c-14 -13 -30 -19 -50 -19s-36 6 -50 19z" />
+    <glyph glyph-name="uni0306.case"
+d="M-430 790c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="tildecomb.case"
+d="M-272 764c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15
+c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="uni03030308.case"
+d="M-274 764c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM-445 942c-13 12 -19 28 -19 47s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -29 -19 -48 -19s-34 6 -47 19zM-249 942c-13 12 -19 28 -19 47s6 34 20 47c12 13 28 19 46 19
+c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -28 -19 -47 -19s-34 6 -47 19z" />
+    <glyph glyph-name="tildecomb_acutecomb.case"
+d="M-274 764c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM-275 1039h159l-157 -121h-113z" />
+    <glyph glyph-name="uni03030304.case"
+d="M-274 764c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9zM-485 1017h370v-83h-370v83z" />
+    <glyph glyph-name="uni0304.case"
+d="M-485 873h370v-88h-370v88z" />
+    <glyph glyph-name="uni03040308.case"
+d="M-485 856h370v-83h-370v83zM-445 942c-13 12 -19 28 -19 47s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -47c-13 -13 -29 -19 -48 -19s-34 6 -47 19zM-249 942c-13 12 -19 28 -19 47s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47
+s-6 -35 -19 -47c-13 -13 -28 -19 -47 -19s-34 6 -47 19z" />
+    <glyph glyph-name="uni03040300.case"
+d="M-485 856h370v-83h-370v83zM-483 1039h159l110 -121h-112z" />
+    <glyph glyph-name="uni03040301.case"
+d="M-485 856h370v-83h-370v83zM-275 1039h159l-157 -121h-113z" />
+    <glyph glyph-name="hookabovecomb.case"
+d="M-319 799c19 9 32 18 39 28c8 10 12 21 12 33c0 13 -4 23 -13 30c-9 8 -20 12 -34 12c-20 0 -40 -6 -59 -19l-32 63c29 23 65 34 108 34c35 0 64 -10 86 -30c23 -19 34 -45 34 -77c0 -56 -31 -98 -92 -126z" />
+    <glyph glyph-name="uni030F.case"
+d="M-562 901h146l72 -144h-114zM-360 901h146l72 -144h-114z" />
+    <glyph glyph-name="uni0311.case"
+d="M-430 868c34 27 77 41 130 41s96 -14 130 -41s52 -64 54 -111h-98c-1 21 -9 39 -26 51c-16 14 -36 20 -60 20s-44 -6 -60 -20c-17 -12 -25 -30 -26 -51h-98c2 47 20 84 54 111z" />
+    <glyph glyph-name="uni0335.case"
+d="M-516 410h432v-108h-432v108z" />
+    <glyph glyph-name="uni0337.case"
+d="M-446 310l376 282l58 -78l-376 -282z" />
+    <glyph glyph-name="uni0338.case"
+d="M-162 770h105l-598 -840h-105z" />
+    <glyph glyph-name="uni0304.narrow.case"
+d="M-450 873h300v-88h-300v88z" />
+    <glyph glyph-name="uni0307.i"
+d="M-370 638c-18 17 -27 37 -27 62s9 45 27 62s41 25 70 25s52 -8 70 -24s27 -36 27 -60c0 -26 -9 -47 -27 -65c-18 -16 -41 -25 -70 -25s-52 8 -70 25z" />
+    <glyph glyph-name="uni0328.i"
+d="M-429 -202c-22 21 -33 48 -33 81c0 31 10 61 29 89c19 27 48 52 86 73l48 -41c-24 -19 -41 -38 -51 -54c-9 -18 -14 -35 -14 -52c0 -14 4 -25 12 -34s18 -13 30 -13s23 3 32 10l22 -68c-19 -14 -44 -21 -74 -21c-36 0 -65 10 -87 30z" />
+    <glyph glyph-name="uni0308.loclVIET"
+d="M-445 630c-13 13 -19 29 -19 48s6 34 19 47s28 19 47 19s35 -6 48 -19s19 -28 19 -47s-6 -35 -19 -48c-13 -12 -29 -18 -48 -18s-34 6 -47 18zM-249 630c-13 13 -19 29 -19 48s6 34 20 47c12 13 28 19 46 19c19 0 34 -6 47 -19s19 -28 19 -47s-6 -35 -19 -48
+c-13 -12 -28 -18 -47 -18s-34 6 -47 18z" />
+    <glyph glyph-name="uni0307.loclVIET"
+d="M-350 630c-12 13 -19 29 -19 49s7 37 19 49c14 14 30 20 50 20s36 -6 50 -20c12 -12 19 -29 19 -49s-7 -36 -19 -49c-14 -13 -30 -19 -50 -19s-36 6 -50 19z" />
+    <glyph glyph-name="gravecomb.loclVIET"
+d="M-483 728h159l110 -121h-112z" />
+    <glyph glyph-name="acutecomb.loclVIET"
+d="M-275 728h159l-157 -121h-113z" />
+    <glyph glyph-name="uni0302.loclVIET"
+d="M-214 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115z" />
+    <glyph glyph-name="uni030C.loclVIET"
+d="M-99 721l-133 -114h-136l-133 114h115l86 -57l86 57h115z" />
+    <glyph glyph-name="uni0306.loclVIET"
+d="M-428 632c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33z" />
+    <glyph glyph-name="tildecomb.loclVIET"
+d="M-274 614c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78
+c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni0304.loclVIET"
+d="M-485 706h370v-83h-370v83z" />
+    <glyph glyph-name="hookabovecomb.loclVIET"
+d="M-313 635c25 12 37 26 37 42c0 9 -3 16 -10 21c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni0308.narrow"
+d="M-428 632c-13 13 -19 29 -19 49s6 36 19 49c12 13 27 19 46 19s34 -6 47 -19s19 -29 19 -49s-6 -36 -19 -49s-28 -19 -47 -19s-34 6 -46 19zM-265 632c-13 13 -19 29 -19 49s6 36 19 49s28 19 47 19s34 -6 46 -19c13 -13 19 -29 19 -49s-6 -36 -19 -49
+c-12 -13 -27 -19 -46 -19s-34 6 -47 19z" />
+    <glyph glyph-name="uni0302.narrow"
+d="M-235 607l-65 70l-65 -70h-111l109 144h134l109 -144h-111z" />
+    <glyph glyph-name="uni0306.narrow"
+d="M-414 640c-29 28 -44 65 -45 111h94c0 -22 6 -39 17 -53c12 -12 28 -19 48 -19s36 7 48 19c11 14 17 31 17 53h94c-1 -46 -16 -83 -45 -111c-30 -27 -68 -41 -114 -41s-84 14 -114 41z" />
+    <glyph glyph-name="tildecomb.narrow"
+d="M-278 615c-13 7 -26 18 -41 31c-1 1 -5 4 -11 9c-5 5 -10 8 -14 11c-4 2 -8 3 -12 3c-10 0 -18 -5 -23 -15s-8 -24 -8 -43h-78c0 47 9 83 25 109c18 24 42 37 74 37c17 0 31 -4 44 -11s26 -18 41 -31c1 -1 5 -4 11 -9c5 -5 10 -8 14 -10c4 -3 8 -4 12 -4c10 0 18 5 23 14
+c5 10 8 24 8 41h78c0 -46 -9 -81 -25 -106c-18 -25 -42 -37 -74 -37c-17 0 -31 4 -44 11z" />
+    <glyph glyph-name="uni0304.narrow"
+d="M-450 723h300v-88h-300v88z" />
+    <glyph glyph-name="uni0311.narrow"
+d="M-414 718c30 27 68 41 114 41s84 -14 114 -41c29 -28 44 -65 45 -111h-94c0 22 -6 39 -17 53c-11 12 -27 19 -48 19s-37 -7 -48 -19c-11 -14 -17 -31 -17 -53h-94c1 46 16 83 45 111z" />
+    <glyph glyph-name="caroncomb.alt.short"
+d="M-300 768h111l-16 -186h-95v186z" />
+    <glyph glyph-name="uni0335.t"
+d="M-475 480h349v-90h-349v90z" />
+    <glyph glyph-name="uni02BC" unicode="&#x2bc;" horiz-adv-x="187"
+d="M43 700h102l-22 -262h-82z" />
+    <glyph glyph-name="uni02BB" unicode="&#x2bb;" horiz-adv-x="287"
+d="M223 720c9 -15 14 -32 14 -52c0 -29 -9 -52 -27 -70c-18 -17 -41 -26 -69 -26s-51 9 -69 27c-19 18 -28 41 -28 69c0 13 2 27 5 40s11 33 22 60l58 144h99l-44 -159c17 -7 30 -18 39 -33z" />
+    <glyph glyph-name="uni02BA" unicode="&#x2ba;" horiz-adv-x="437"
+d="M49 700h133l-11 -284h-112zM255 700h133l-11 -284h-112z" />
+    <glyph glyph-name="uni02C9" unicode="&#x2c9;" horiz-adv-x="600"
+d="M115 723h370v-88h-370v88z" />
+    <glyph glyph-name="uni02CB" unicode="&#x2cb;" horiz-adv-x="600"
+d="M88 751h168l135 -144h-122z" />
+    <glyph glyph-name="uni02B9" unicode="&#x2b9;" horiz-adv-x="230"
+d="M49 700h133l-11 -284h-112z" />
+    <glyph glyph-name="uni02BF" unicode="&#x2bf;" horiz-adv-x="600"
+d="M210 627c-24 23 -36 52 -36 86s12 63 36 86s54 35 89 35v-61c-17 0 -31 -6 -43 -17c-11 -11 -17 -26 -17 -43s6 -32 17 -43s26 -17 43 -17v-61c-35 0 -65 12 -89 35z" />
+    <glyph glyph-name="uni02BE" unicode="&#x2be;" horiz-adv-x="600"
+d="M299 653c17 0 32 6 43 17c12 11 18 26 18 43s-6 32 -18 43c-11 11 -26 17 -43 17v61c36 0 66 -12 90 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -90 -35v61z" />
+    <glyph glyph-name="uni02CA" unicode="&#x2ca;" horiz-adv-x="600"
+d="M344 751h168l-181 -144h-122z" />
+    <glyph glyph-name="uni02CC" unicode="&#x2cc;" horiz-adv-x="188"
+d="M42 -30h104v-197h-104v197z" />
+    <glyph glyph-name="uni02C8" unicode="&#x2c8;" horiz-adv-x="186"
+d="M42 700h102v-196h-102v196z" />
+    <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="600"
+d="M344 751h168l-181 -144h-122z" />
+    <glyph glyph-name="breve" unicode="&#x2d8;" horiz-adv-x="600"
+d="M170 640c-34 27 -52 64 -54 111h98c1 -21 9 -39 26 -51c16 -14 36 -20 60 -20s44 6 60 20c17 12 25 30 26 51h98c-2 -47 -20 -84 -54 -111s-77 -41 -130 -41s-96 14 -130 41z" />
+    <glyph glyph-name="caron" unicode="&#x2c7;" horiz-adv-x="600"
+d="M501 751l-132 -144h-138l-132 144h114l87 -75l87 75h114z" />
+    <glyph glyph-name="cedilla" unicode="&#xb8;" horiz-adv-x="600"
+d="M216 -226c-17 3 -31 8 -42 15l24 67c21 -10 43 -15 65 -15c35 0 52 11 52 32c0 19 -16 29 -49 29h-34l26 106h83l-14 -58c29 -3 51 -12 65 -28c15 -14 22 -33 22 -55c0 -31 -13 -55 -40 -73c-27 -17 -62 -26 -107 -26c-17 0 -34 2 -51 6z" />
+    <glyph glyph-name="circumflex" unicode="&#x2c6;" horiz-adv-x="600"
+d="M387 607l-87 76l-87 -76h-114l132 144h138l132 -144h-114z" />
+    <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="600"
+d="M149 632c-13 12 -20 29 -20 49s7 37 20 49c13 14 30 20 50 20s37 -6 49 -20c14 -12 20 -29 20 -49s-6 -37 -20 -49c-12 -14 -29 -20 -49 -20s-37 6 -50 20zM352 632c-14 12 -20 29 -20 49s6 37 20 49c12 14 29 20 49 20s37 -6 50 -20c13 -12 20 -29 20 -49
+s-7 -37 -20 -49c-13 -14 -30 -20 -50 -20s-37 6 -49 20z" />
+    <glyph glyph-name="dotaccent" unicode="&#x2d9;" horiz-adv-x="600"
+d="M240 636c-16 16 -24 36 -24 61c0 24 8 44 24 60c15 16 35 24 60 24s45 -8 60 -24c16 -16 24 -36 24 -60c0 -25 -8 -45 -24 -61c-15 -16 -35 -24 -60 -24s-45 8 -60 24z" />
+    <glyph glyph-name="grave" unicode="`" horiz-adv-x="600"
+d="M88 751h168l135 -144h-122z" />
+    <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" horiz-adv-x="600"
+d="M214 751h146l-104 -144h-114zM416 751h146l-104 -144h-114z" />
+    <glyph glyph-name="macron" unicode="&#xaf;" horiz-adv-x="600"
+d="M115 723h370v-88h-370v88z" />
+    <glyph glyph-name="ogonek" unicode="&#x2db;" horiz-adv-x="600"
+d="M122 -202c-25 21 -37 48 -37 82c0 33 13 63 39 91c25 28 64 51 115 70l62 -41c-42 -19 -72 -36 -90 -54c-18 -16 -27 -34 -27 -53c0 -14 5 -25 16 -33c10 -9 24 -13 41 -13c23 0 43 5 61 15l22 -71c-13 -7 -28 -12 -46 -17c-18 -4 -36 -6 -55 -6c-43 0 -76 10 -101 30z
+" />
+    <glyph glyph-name="ring" unicode="&#x2da;" horiz-adv-x="600"
+d="M212 627c-24 23 -36 52 -36 86s12 63 36 86c23 23 52 35 87 35s65 -12 89 -35s36 -52 36 -86s-12 -63 -36 -86s-54 -35 -89 -35s-64 12 -87 35zM342 670c12 11 18 26 18 43s-6 32 -18 43c-11 12 -26 18 -43 18s-31 -6 -43 -18c-11 -11 -17 -26 -17 -43s6 -32 17 -43
+c11 -12 26 -18 43 -18s32 6 43 18z" />
+    <glyph glyph-name="tilde" unicode="&#x2dc;" horiz-adv-x="600"
+d="M328 614c-14 8 -29 17 -46 29c-11 8 -20 14 -26 18c-8 4 -14 6 -21 6c-14 0 -25 -5 -34 -15c-9 -9 -13 -23 -14 -41h-79c1 45 12 80 34 107c20 26 48 39 83 39c17 0 33 -3 47 -11c13 -6 29 -16 46 -29c11 -8 20 -14 26 -18c8 -4 14 -6 21 -6c13 0 25 5 33 15
+c10 9 14 22 15 39h79c-1 -43 -12 -78 -34 -104c-20 -26 -48 -39 -83 -39c-18 0 -34 4 -47 10z" />
+    <glyph glyph-name="uni0335.sc" horiz-adv-x="600"
+d="M63 342h373v-99h-373v99z" />
+    <glyph glyph-name="uni0336.sc" horiz-adv-x="932"
+d="M47 406h704v-99h-704v99z" />
+    <glyph glyph-name="uni0338.sc" horiz-adv-x="634"
+d="M533 632h100l-497 -689h-99z" />
+    <glyph glyph-name="brevecombcy"
+d="M-404 751h102c1 -23 7 -41 20 -55c12 -12 30 -19 54 -19s42 7 56 19c12 14 19 32 19 55h104c-1 -103 -60 -155 -178 -155c-117 0 -176 52 -177 155z" />
+    <glyph glyph-name="brevecombcy.case"
+d="M-435 898h111c1 -49 29 -73 83 -73c27 0 47 6 61 19c14 12 21 30 22 54h111c-1 -50 -17 -88 -49 -114s-80 -39 -145 -39c-128 0 -193 51 -194 153z" />
+    <glyph glyph-name="descendercy" horiz-adv-x="358"
+d="M283 128v-235h-145v107h-89v128h234z" />
+    <glyph glyph-name="descendercy.case" horiz-adv-x="373"
+d="M298 132v-277h-150v145h-109v132h259z" />
+    <glyph glyph-name="descendercy.case.short" horiz-adv-x="338"
+d="M263 132v-277h-149v145h-68v132h217z" />
+    <glyph glyph-name="descendercy.short" horiz-adv-x="334"
+d="M260 125v-233h-141v108h-67v125h208z" />
+    <glyph glyph-name="uni03060301"
+d="M-428 632c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM-275 872h159l-157 -121h-113z" />
+    <glyph glyph-name="uni03060300"
+d="M-428 632c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM-483 872h159l110 -121h-112z" />
+    <glyph glyph-name="uni03060309"
+d="M-428 632c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM-313 760c25 12 37 26 37 42c0 9 -3 16 -10 21c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48
+c23 15 50 22 83 22c28 0 50 -7 67 -21c17 -15 25 -34 25 -58c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni03060303"
+d="M-428 632c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM-274 758c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12
+s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni03020301"
+d="M-214 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM-69 824h159l-157 -121h-113z" />
+    <glyph glyph-name="uni03020300"
+d="M-214 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM-277 824h159l110 -121h-112z" />
+    <glyph glyph-name="uni03020309"
+d="M-214 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM-160 721c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni03020303"
+d="M-214 607l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM-274 764c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24
+c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="uni03060301.case"
+d="M-428 782c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM-275 1022h159l-157 -121h-113z" />
+    <glyph glyph-name="uni03060300.case"
+d="M-428 782c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM-483 1022h159l110 -121h-112z" />
+    <glyph glyph-name="uni03060309.case"
+d="M-428 782c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM-313 910c25 12 37 26 37 42c0 9 -3 16 -10 21c-6 5 -14 8 -24 8c-14 0 -29 -4 -44 -12l-26 48
+c23 15 50 22 83 22c28 0 50 -7 67 -21c17 -15 25 -34 25 -58c0 -19 -7 -37 -19 -52c-14 -15 -30 -27 -51 -35z" />
+    <glyph glyph-name="uni03060303.case"
+d="M-428 782c-34 22 -53 52 -56 89h94c2 -14 11 -25 28 -34s37 -13 62 -13s45 4 62 13s26 20 28 34h94c-3 -37 -22 -67 -56 -89c-33 -22 -76 -33 -128 -33s-95 11 -128 33zM-274 908c-14 5 -29 13 -46 24c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12
+s-12 -19 -13 -34h-80c1 40 11 71 32 93c20 21 48 32 84 32c17 0 32 -3 44 -8c13 -5 28 -13 47 -24c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 12c7 9 12 20 13 33h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 9z" />
+    <glyph glyph-name="uni03020301.case"
+d="M-214 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM-69 974h159l-157 -121h-113z" />
+    <glyph glyph-name="uni03020300.case"
+d="M-214 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM-277 974h159l110 -121h-112z" />
+    <glyph glyph-name="uni03020309.case"
+d="M-214 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM-160 871c25 12 37 26 37 42c0 9 -3 16 -9 21c-7 5 -15 8 -25 8c-14 0 -29 -4 -44 -12l-26 48c23 15 50 22 83 22c28 0 50 -7 67 -22c17 -14 25 -33 25 -57c0 -19 -6 -37 -20 -52c-12 -15 -29 -27 -50 -35z" />
+    <glyph glyph-name="uni03020303.case"
+d="M-214 757l-86 57l-86 -57h-115l133 114h136l133 -114h-115zM-274 914c-14 6 -29 14 -46 25c-8 5 -16 9 -24 13c-7 4 -14 6 -20 6c-13 0 -24 -4 -31 -12s-12 -19 -13 -34h-80c1 40 11 71 32 92c20 22 48 33 84 33c17 0 32 -3 44 -8c13 -5 28 -13 47 -24
+c11 -7 19 -12 27 -15c6 -3 13 -5 20 -5c13 0 24 4 31 13c7 8 12 19 13 32h78c-1 -39 -11 -69 -31 -91s-48 -33 -83 -33c-18 0 -34 3 -48 8z" />
+    <glyph glyph-name="verticalbarcy.case" horiz-adv-x="295"
+d="M222 -145h-149v176h149v-176z" />
+    <glyph glyph-name="verticalbarcy" horiz-adv-x="290"
+d="M218 -107h-146v135h146v-135z" />
+  </font>
+</defs></svg>
diff --git a/services/locations/src/assets/fonts/Montserrat-Bold.ttf b/services/locations/src/assets/fonts/Montserrat-Bold.ttf
new file mode 100644
index 0000000..2d06752
--- /dev/null
+++ b/services/locations/src/assets/fonts/Montserrat-Bold.ttf
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c8289a870d238aa042bdfd09364fe6dea524bcd1ea485341878d8c75a32ab444
+size 244468
diff --git a/services/locations/src/assets/fonts/Montserrat-Bold.woff b/services/locations/src/assets/fonts/Montserrat-Bold.woff
new file mode 100644
index 0000000..e98617f
--- /dev/null
+++ b/services/locations/src/assets/fonts/Montserrat-Bold.woff
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2c1547d06c93929e9ea64b63f22dbdc8f35107dcdea8cadcc848a94395269119
+size 133256
diff --git a/services/locations/src/assets/fonts/Montserrat-Bold.woff2 b/services/locations/src/assets/fonts/Montserrat-Bold.woff2
new file mode 100644
index 0000000..484aced
--- /dev/null
+++ b/services/locations/src/assets/fonts/Montserrat-Bold.woff2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:de787906d71be31ae823c64186ad2d4baff0026ca15fe850fabfe2becda7ec9c
+size 88792
diff --git a/services/locations/src/components/App/Dashboard/Dashboard.react.js b/services/locations/src/components/App/Dashboard/Dashboard.react.js
index acfe4ad..7b7f978 100644
--- a/services/locations/src/components/App/Dashboard/Dashboard.react.js
+++ b/services/locations/src/components/App/Dashboard/Dashboard.react.js
@@ -33,6 +33,7 @@ import { LinkButton } from './Location/LocationOverview/TableAllocation/TableAll
 export const Dashboard = ({ operator }) => {
   const intl = useIntl();
   const history = useHistory();
+
   const [openModal, closeModal] = useModal();
   const { avvAccepted } = useWhatsNew(operator);
 
@@ -51,11 +52,11 @@ export const Dashboard = ({ operator }) => {
     }
     if (operator && !operator.publicKey) {
       openModal({
-        title: intl.formatMessage({
-          id: 'modal.registerOperator.title',
-        }),
         content: (
-          <RegisterOperatorModal onClose={closeModal} operator={operator} />
+          <RegisterOperatorModal
+            privateKeySecret={privateKeySecret}
+            operator={operator}
+          />
         ),
         closable: false,
       });
diff --git a/services/locations/src/components/App/DataTransfers/DataTransfers.react.js b/services/locations/src/components/App/DataTransfers/DataTransfers.react.js
index 2171b63..7008508 100644
--- a/services/locations/src/components/App/DataTransfers/DataTransfers.react.js
+++ b/services/locations/src/components/App/DataTransfers/DataTransfers.react.js
@@ -31,7 +31,7 @@ export const DataTransfers = () => {
     .filter(transfer => !!transfer.contactedAt && !transfer.isCompleted)
     .map(transfer => transfer.uuid);
 
-  const shareAll = () => window.open(SHARE_ALL_DATA_ROUTE, '_blank');
+  const shareAll = () => window.open(SHARE_ALL_DATA_ROUTE);
 
   if (error || isLoading) return null;
 
diff --git a/services/locations/src/components/App/Profile/AccountDeletion/AccountDeletion.react.js b/services/locations/src/components/App/Profile/AccountDeletion/AccountDeletion.react.js
index c09ea39..b4d13a6 100644
--- a/services/locations/src/components/App/Profile/AccountDeletion/AccountDeletion.react.js
+++ b/services/locations/src/components/App/Profile/AccountDeletion/AccountDeletion.react.js
@@ -39,7 +39,7 @@ const AccountDeletionBody = ({ refetch }) => {
       </Text>
       <ButtonWrapper>
         <Popconfirm
-          placement="top"
+          placement="topRight"
           disabled={false}
           onConfirm={() => mutate()}
           title={intl('account.delete.confirm.prompt')}
diff --git a/services/locations/src/components/App/modals/GuestListModal/GuestListModal.react.js b/services/locations/src/components/App/modals/GuestListModal/GuestListModal.react.js
index 86356f7..fa7c4cc 100644
--- a/services/locations/src/components/App/modals/GuestListModal/GuestListModal.react.js
+++ b/services/locations/src/components/App/modals/GuestListModal/GuestListModal.react.js
@@ -10,7 +10,7 @@ import { sortTraces } from 'utils/sort';
 import { base64ToHex } from '@lucaapp/crypto';
 
 // Api
-import { getTraces, forceCheckoutSingleTrace } from 'network/api';
+import { getTraces, forceCheckoutByOperator } from 'network/api';
 
 // Components
 import { DurationFilter, TODAY_OPTION, ALL_OPTION } from './DurationFilter';
@@ -38,7 +38,7 @@ export const GuestListModal = ({ location }) => {
     });
 
   const onCheckoutSingleGuest = traceId => {
-    forceCheckoutSingleTrace(traceId)
+    forceCheckoutByOperator(traceId)
       .then(response => {
         if (response.status === 204) {
           queryClient.invalidateQueries(`current/${location.scannerId}`);
diff --git a/services/locations/src/components/App/modals/RegisterOperatorModal/RegisterOperatorModal.react.js b/services/locations/src/components/App/modals/RegisterOperatorModal/RegisterOperatorModal.react.js
index 790e224..302d39c 100644
--- a/services/locations/src/components/App/modals/RegisterOperatorModal/RegisterOperatorModal.react.js
+++ b/services/locations/src/components/App/modals/RegisterOperatorModal/RegisterOperatorModal.react.js
@@ -1,14 +1,14 @@
-import React, { useState, useEffect } from 'react';
-import { useIntl } from 'react-intl';
-import { PrimaryButton } from 'components/general/Buttons.styled';
-import { useQuery, useQueryClient } from 'react-query';
+import React, { useState } from 'react';
+import { Steps } from 'antd';
 
-import { getPrivateKeySecret, storePublicKey } from 'network/api';
-import { hexToBase64, EC_KEYPAIR_GENERATE } from '@lucaapp/crypto';
-import { ConfirmPrivateKey } from './ConfirmPrivateKey';
-import { DownloadPrivateKey } from './DownloadPrivateKey';
+import { useIntl } from 'react-intl';
+import { useQueryClient } from 'react-query';
+import { storePublicKey } from 'network/api';
+import { useModal } from 'components/hooks/useModal';
+import { DownloadPrivateKey } from './steps/DownloadPrivateKey';
+import { VerifyPrivateKey } from './steps/VerifyPrivateKey';
 
-import { Wrapper, ButtonWrapper } from './RegisterOperatorModal.styled';
+import { Wrapper, Title } from './RegisterOperatorModal.styled';
 
 /**
  * Modal for registering a new location. Generates a new keypair and
@@ -16,61 +16,62 @@ import { Wrapper, ButtonWrapper } from './RegisterOperatorModal.styled';
  *
  * @see https://www.luca-app.de/securityoverview/processes/venue_registration.html#process
  */
-export const RegisterOperatorModal = ({ onClose, operator }) => {
+export const RegisterOperatorModal = ({ operator, privateKeySecret }) => {
   const intl = useIntl();
-  const queryClient = useQueryClient();
-  const [keyPair, setKeyPair] = useState(null);
-  const [hasDownloadedKey, setHasDownloadedKey] = useState(false);
-  const [hasSavedKey, setHasSavedKey] = useState(false);
+  const [publicKey, setPublicKey] = useState(null);
+  const [currentStep, setCurrentStep] = useState(0);
+  const [, closeModal] = useModal();
 
-  useEffect(() => {
-    const keys = EC_KEYPAIR_GENERATE();
-    setKeyPair(keys);
-    // eslint-disable-next-line react-hooks/exhaustive-deps
-  }, []);
+  const queryClient = useQueryClient();
 
-  const {
-    data: privateKeySecret,
-    isLoading,
-    isError,
-  } = useQuery('privateKeySecret', () => getPrivateKeySecret());
+  const nextStep = () => setCurrentStep(currentStep + 1);
+  const previousStep = () => setCurrentStep(currentStep - 1);
 
-  const setOperatorKey = () => {
-    storePublicKey({ publicKey: hexToBase64(keyPair.publicKey) })
+  const onFinish = () => {
+    storePublicKey({ publicKey })
       .then(() => {
         queryClient.invalidateQueries('me');
-        onClose();
+        closeModal();
       })
       .catch(error => console.error(error));
   };
 
-  if (isLoading || isError) {
-    return null;
-  }
+  const steps = [
+    {
+      id: '0',
+      title: 'modal.registerOperator.title',
+      content: (
+        <DownloadPrivateKey
+          privateKeySecret={privateKeySecret}
+          operator={operator}
+          next={nextStep}
+          setPublicKey={setPublicKey}
+        />
+      ),
+    },
+    {
+      id: '1',
+      title: 'modal.registerOperator.keyTest',
+      content: (
+        <VerifyPrivateKey
+          privateKeySecret={privateKeySecret}
+          publicKey={publicKey}
+          back={previousStep}
+          confirmKey={onFinish}
+        />
+      ),
+    },
+  ];
 
   return (
     <Wrapper>
-      <DownloadPrivateKey
-        operator={operator}
-        keyPair={keyPair}
-        setHasDownloadedKey={setHasDownloadedKey}
-        privateKeySecret={privateKeySecret}
-      />
-      <ConfirmPrivateKey
-        hasDownloadedKey={hasDownloadedKey}
-        setHasSavedKey={setHasSavedKey}
-      />
-      <ButtonWrapper multipleButtons>
-        <PrimaryButton
-          data-cy="finish"
-          disabled={!hasSavedKey}
-          onClick={setOperatorKey}
-        >
-          {intl.formatMessage({
-            id: 'authentication.form.button.next',
-          })}
-        </PrimaryButton>
-      </ButtonWrapper>
+      <Title>{intl.formatMessage({ id: steps[currentStep].title })}</Title>
+      <Steps progressDot={() => null} current={currentStep}>
+        {steps.map(step => (
+          <Steps.Step key={step.id} />
+        ))}
+      </Steps>
+      {steps[currentStep].content}
     </Wrapper>
   );
 };
diff --git a/services/locations/src/components/App/modals/RegisterOperatorModal/RegisterOperatorModal.styled.js b/services/locations/src/components/App/modals/RegisterOperatorModal/RegisterOperatorModal.styled.js
index 53981a2..edb5032 100644
--- a/services/locations/src/components/App/modals/RegisterOperatorModal/RegisterOperatorModal.styled.js
+++ b/services/locations/src/components/App/modals/RegisterOperatorModal/RegisterOperatorModal.styled.js
@@ -4,8 +4,4 @@ export const Wrapper = styled.div`
   width: 700px;
 `;
 
-export const ButtonWrapper = styled.div`
-  display: flex;
-  justify-content: flex-end;
-  margin-top: 24px;
-`;
+export const Title = styled.h1``;
diff --git a/services/locations/src/components/App/modals/RegisterOperatorModal/ConfirmPrivateKey/ConfirmPrivateKey.react.js b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/DownloadPrivateKey/ConfirmPrivateKey/ConfirmPrivateKey.react.js
similarity index 100%
rename from services/locations/src/components/App/modals/RegisterOperatorModal/ConfirmPrivateKey/ConfirmPrivateKey.react.js
rename to services/locations/src/components/App/modals/RegisterOperatorModal/steps/DownloadPrivateKey/ConfirmPrivateKey/ConfirmPrivateKey.react.js
diff --git a/services/locations/src/components/App/modals/RegisterOperatorModal/ConfirmPrivateKey/ConfirmPrivateKey.styled.js b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/DownloadPrivateKey/ConfirmPrivateKey/ConfirmPrivateKey.styled.js
similarity index 100%
rename from services/locations/src/components/App/modals/RegisterOperatorModal/ConfirmPrivateKey/ConfirmPrivateKey.styled.js
rename to services/locations/src/components/App/modals/RegisterOperatorModal/steps/DownloadPrivateKey/ConfirmPrivateKey/ConfirmPrivateKey.styled.js
diff --git a/services/locations/src/components/App/modals/RegisterOperatorModal/ConfirmPrivateKey/index.js b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/DownloadPrivateKey/ConfirmPrivateKey/index.js
similarity index 100%
rename from services/locations/src/components/App/modals/RegisterOperatorModal/ConfirmPrivateKey/index.js
rename to services/locations/src/components/App/modals/RegisterOperatorModal/steps/DownloadPrivateKey/ConfirmPrivateKey/index.js
diff --git a/services/locations/src/components/App/modals/RegisterOperatorModal/DownloadPrivateKey/DownloadPrivateKey.react.js b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/DownloadPrivateKey/DownloadPrivateKey.react.js
similarity index 59%
rename from services/locations/src/components/App/modals/RegisterOperatorModal/DownloadPrivateKey/DownloadPrivateKey.react.js
rename to services/locations/src/components/App/modals/RegisterOperatorModal/steps/DownloadPrivateKey/DownloadPrivateKey.react.js
index 88d6a9c..0055520 100644
--- a/services/locations/src/components/App/modals/RegisterOperatorModal/DownloadPrivateKey/DownloadPrivateKey.react.js
+++ b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/DownloadPrivateKey/DownloadPrivateKey.react.js
@@ -1,19 +1,33 @@
-import React from 'react';
+import React, { useState, useEffect } from 'react';
 import FileSaver from 'file-saver';
 import sanitize from 'sanitize-filename';
-import { useIntl } from 'react-intl';
 import { FileProtectOutlined } from '@ant-design/icons';
+import { SuccessButton, PrimaryButton } from 'components/general';
+
+import { useIntl } from 'react-intl';
+import { EC_KEYPAIR_GENERATE, hexToBase64 } from '@lucaapp/crypto';
 import { generatePrivateKeyFile } from 'utils/privateKey';
-import { SuccessButton } from 'components/general';
+
+import { ConfirmPrivateKey } from './ConfirmPrivateKey';
 import { Explain, DownloadRow, ButtonRow } from './DownloadPrivateKey.styled';
 
 export const DownloadPrivateKey = ({
-  setHasDownloadedKey,
   operator,
-  keyPair,
+  next,
+  setPublicKey,
   privateKeySecret,
 }) => {
   const intl = useIntl();
+  const [keyPair, setKeyPair] = useState(null);
+  const [hasDownloadedKey, setHasDownloadedKey] = useState(false);
+  const [hasSavedKey, setHasSavedKey] = useState(false);
+
+  useEffect(() => {
+    const keys = EC_KEYPAIR_GENERATE();
+    setKeyPair(keys);
+    setPublicKey(hexToBase64(keys.publicKey));
+    // eslint-disable-next-line react-hooks/exhaustive-deps
+  }, []);
 
   const downloadPrivateKey = () => {
     const fileData = new Blob(
@@ -54,6 +68,17 @@ export const DownloadPrivateKey = ({
           </SuccessButton>
         </ButtonRow>
       </DownloadRow>
+      <ConfirmPrivateKey
+        setHasSavedKey={setHasSavedKey}
+        hasDownloadedKey={hasDownloadedKey}
+      />
+      <ButtonRow align="flex-end">
+        <PrimaryButton onClick={next} data-cy="next" disabled={!hasSavedKey}>
+          {intl.formatMessage({
+            id: 'authentication.form.button.next',
+          })}
+        </PrimaryButton>
+      </ButtonRow>
     </>
   );
 };
diff --git a/services/locations/src/components/App/modals/RegisterOperatorModal/DownloadPrivateKey/DownloadPrivateKey.styled.js b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/DownloadPrivateKey/DownloadPrivateKey.styled.js
similarity index 93%
rename from services/locations/src/components/App/modals/RegisterOperatorModal/DownloadPrivateKey/DownloadPrivateKey.styled.js
rename to services/locations/src/components/App/modals/RegisterOperatorModal/steps/DownloadPrivateKey/DownloadPrivateKey.styled.js
index b7c8380..445234f 100644
--- a/services/locations/src/components/App/modals/RegisterOperatorModal/DownloadPrivateKey/DownloadPrivateKey.styled.js
+++ b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/DownloadPrivateKey/DownloadPrivateKey.styled.js
@@ -3,7 +3,7 @@ import styled from 'styled-components';
 export const Explain = styled.div`
   font-size: 16px;
   font-weight: 500;
-  margin-bottom: 32px;
+  margin-bottom: 24px;
 `;
 
 export const ButtonRow = styled.div`
diff --git a/services/locations/src/components/App/modals/RegisterOperatorModal/DownloadPrivateKey/index.js b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/DownloadPrivateKey/index.js
similarity index 100%
rename from services/locations/src/components/App/modals/RegisterOperatorModal/DownloadPrivateKey/index.js
rename to services/locations/src/components/App/modals/RegisterOperatorModal/steps/DownloadPrivateKey/index.js
diff --git a/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/FinishButton/FinishButton.react.js b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/FinishButton/FinishButton.react.js
new file mode 100644
index 0000000..6bd07ac
--- /dev/null
+++ b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/FinishButton/FinishButton.react.js
@@ -0,0 +1,42 @@
+import React from 'react';
+import { useIntl } from 'react-intl';
+import {
+  PrimaryButton,
+  SecondaryButton,
+} from 'components/general/Buttons.styled';
+import { FinishButtonWrapper } from './FinishButton.styled';
+
+export const FinishButton = ({
+  uploadStatus,
+  uploadException,
+  correctKeyInserted,
+  confirmKey,
+  reset,
+}) => {
+  const intl = useIntl();
+
+  return (
+    <FinishButtonWrapper
+      align={uploadStatus !== uploadException ? 'flex-end' : 'space-between'}
+    >
+      <SecondaryButton
+        data-cy="regenerateKey"
+        onClick={reset}
+        hidden={uploadStatus !== uploadException}
+      >
+        {intl.formatMessage({
+          id: 'modal.registerOperator.keyTestGenerateKey',
+        })}
+      </SecondaryButton>
+      <PrimaryButton
+        data-cy="complete"
+        onClick={() => confirmKey()}
+        disabled={!correctKeyInserted}
+      >
+        {intl.formatMessage({
+          id: 'modal.registerOperator.keyTestConfirm',
+        })}
+      </PrimaryButton>
+    </FinishButtonWrapper>
+  );
+};
diff --git a/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/FinishButton/FinishButton.styled.js b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/FinishButton/FinishButton.styled.js
new file mode 100644
index 0000000..80f0381
--- /dev/null
+++ b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/FinishButton/FinishButton.styled.js
@@ -0,0 +1,7 @@
+import styled from 'styled-components';
+
+export const FinishButtonWrapper = styled.div`
+  display: flex;
+  justify-content: ${({ align }) => align};
+  margin-top: 40px;
+`;
diff --git a/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/FinishButton/index.js b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/FinishButton/index.js
new file mode 100644
index 0000000..55a9d9d
--- /dev/null
+++ b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/FinishButton/index.js
@@ -0,0 +1 @@
+export { FinishButton } from './FinishButton.react';
diff --git a/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/VerifyPrivateKey.helper.js b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/VerifyPrivateKey.helper.js
new file mode 100644
index 0000000..1c930c1
--- /dev/null
+++ b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/VerifyPrivateKey.helper.js
@@ -0,0 +1,12 @@
+export const uploadMessages = {
+  initial: 'shareData.privateKey.uploadMessage',
+  inProgress: 'shareData.privateKey.uploadAction',
+  error: 'shareData.privateKey.errorMessage',
+  done: 'shareData.privateKey.done',
+};
+
+export const statusProgress = {
+  initial: '',
+  success: 'success',
+  exception: 'exception',
+};
diff --git a/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/VerifyPrivateKey.react.js b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/VerifyPrivateKey.react.js
new file mode 100644
index 0000000..c04fdce
--- /dev/null
+++ b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/VerifyPrivateKey.react.js
@@ -0,0 +1,111 @@
+import React, { useState } from 'react';
+
+import { useIntl } from 'react-intl';
+import { notification, Progress, Upload } from 'antd';
+import { PrimaryButton } from 'components/general/Buttons.styled';
+import { fileHandler } from 'utils/keyHandler';
+import { usePrivateKey } from 'utils/privateKey';
+
+import { FinishButton } from './FinishButton';
+import {
+  InfoBlock,
+  RequestContent,
+  UploadMessage,
+  UploadProgress,
+} from './VerifyPrivateKey.styled';
+import { uploadMessages, statusProgress } from './VerifyPrivateKey.helper';
+
+export const VerifyPrivateKey = ({
+  publicKey,
+  back,
+  confirmKey,
+  privateKeySecret,
+}) => {
+  const intl = useIntl();
+  const [progressPercent, setProgressPercent] = useState(0);
+  const [uploadStatus, setUploadStatus] = useState(statusProgress.initial);
+  const [uploadMessageId, setUploadMessageId] = useState(
+    uploadMessages.initial
+  );
+  const [correctKeyInserted, setCorrectKeyInserted] = useState(false);
+  const [, setPrivateKey] = usePrivateKey(privateKeySecret);
+
+  const setStatus = (percent, exception, messageId) => {
+    setProgressPercent(percent);
+    setUploadStatus(exception);
+    setUploadMessageId(messageId);
+  };
+
+  const onFile = ({ file }) => {
+    fileHandler(file, privateKeySecret, publicKey, setPrivateKey)
+      .then(() => {
+        setStatus(100, statusProgress.success, uploadMessages.done);
+        setCorrectKeyInserted(true);
+      })
+      .catch(error => {
+        if (error === 'FILE_TO_BIG') {
+          setStatus(100, statusProgress.exception, uploadMessages.size);
+          notification.error({
+            message: intl.formatMessage({
+              id: 'notification.shareData.keySize.error',
+            }),
+          });
+        } else {
+          setStatus(100, statusProgress.exception, uploadMessages.error);
+          notification.error({
+            message: intl.formatMessage({
+              id: 'shareData.privkey.error.description',
+            }),
+          });
+        }
+      });
+  };
+
+  const reset = () => {
+    setStatus(0, statusProgress.initial, uploadMessages.initial);
+    setCorrectKeyInserted(false);
+    back();
+  };
+
+  return (
+    <>
+      <RequestContent>
+        <InfoBlock>
+          {intl.formatMessage({ id: 'modal.registerOperator.keyTestInfo' })}
+        </InfoBlock>
+        <Upload
+          data-cy="upload"
+          type="file"
+          accept=".luca"
+          customRequest={onFile}
+          showUploadList={false}
+        >
+          <UploadMessage>
+            {intl.formatMessage({ id: uploadMessageId })}
+          </UploadMessage>
+          {progressPercent <= 0 && (
+            <PrimaryButton>
+              {intl.formatMessage({ id: 'shareData.privateKey.btnLabel' })}
+            </PrimaryButton>
+          )}
+          {progressPercent > 0 && (
+            <UploadProgress>
+              <Progress
+                percent={progressPercent}
+                status={uploadStatus}
+                trailColor="#fff"
+              />
+            </UploadProgress>
+          )}
+        </Upload>
+        <FinishButton
+          uploadStatus={uploadStatus}
+          uploadException={statusProgress.exception}
+          correctKeyInserted={correctKeyInserted}
+          confirmKey={confirmKey}
+          reset={reset}
+        />
+      </RequestContent>
+    </>
+  );
+};
diff --git a/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/VerifyPrivateKey.styled.js b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/VerifyPrivateKey.styled.js
new file mode 100644
index 0000000..4ef2eb5
--- /dev/null
+++ b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/VerifyPrivateKey.styled.js
@@ -0,0 +1,22 @@
+import styled from 'styled-components';
+
+export const InfoBlock = styled.p`
+  font-size: 16px;
+  font-weight: 500;
+  margin-bottom: 24px;
+`;
+
+export const RequestContent = styled.div`
+  margin-bottom: 40px;
+`;
+
+export const UploadMessage = styled.p`
+  font-size: 14px;
+  font-weight: 500;
+  text-align: center;
+`;
+
+export const UploadProgress = styled.div`
+  display: flex;
+  width: 200px;
+`;
diff --git a/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/index.js b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/index.js
new file mode 100644
index 0000000..d80b3c9
--- /dev/null
+++ b/services/locations/src/components/App/modals/RegisterOperatorModal/steps/VerifyPrivateKey/index.js
@@ -0,0 +1 @@
+export { VerifyPrivateKey } from './VerifyPrivateKey.react';
diff --git a/services/locations/src/components/App/modals/TableAllocationModal/TableAllocationModal.react.js b/services/locations/src/components/App/modals/TableAllocationModal/TableAllocationModal.react.js
index be47649..2260748 100644
--- a/services/locations/src/components/App/modals/TableAllocationModal/TableAllocationModal.react.js
+++ b/services/locations/src/components/App/modals/TableAllocationModal/TableAllocationModal.react.js
@@ -7,7 +7,7 @@ import { useQuery, useQueryClient } from 'react-query';
 import { QuestionCircleOutlined } from '@ant-design/icons';
 
 // Api
-import { getTraces, forceCheckoutSingleTrace } from 'network/api';
+import { getTraces, forceCheckoutByOperator } from 'network/api';
 
 // Components
 import { TableHeader } from './TableHeader';
@@ -45,7 +45,7 @@ export const TableAllocationModal = ({ privateKey, location }) => {
   };
 
   const onCheckoutTable = traceIds => {
-    Promise.all(traceIds.map(traceId => forceCheckoutSingleTrace(traceId)))
+    Promise.all(traceIds.map(traceId => forceCheckoutByOperator(traceId)))
       .then(responses => {
         if (responses.some(response => response.status !== 204)) {
           throw new Error('checkout failed');
diff --git a/services/locations/src/components/PrivateKeyLoader/PrivateKeyLoader.helper.js b/services/locations/src/components/PrivateKeyLoader/PrivateKeyLoader.helper.js
index 10b66a2..ee56af6 100644
--- a/services/locations/src/components/PrivateKeyLoader/PrivateKeyLoader.helper.js
+++ b/services/locations/src/components/PrivateKeyLoader/PrivateKeyLoader.helper.js
@@ -1,6 +1,13 @@
 export const uploadMessages = {
   initial: 'shareData.privateKey.uploadMessage',
+  size: 'shareData.privateKey.keySize',
   inProgress: 'shareData.privateKey.uploadAction',
   error: 'shareData.privateKey.errorMessage',
   done: 'shareData.privateKey.done',
 };
+
+export const statusProgress = {
+  initial: '',
+  success: 'success',
+  exception: 'exception',
+};
diff --git a/services/locations/src/components/PrivateKeyLoader/PrivateKeyLoader.react.js b/services/locations/src/components/PrivateKeyLoader/PrivateKeyLoader.react.js
index c90ad5d..864085a 100644
--- a/services/locations/src/components/PrivateKeyLoader/PrivateKeyLoader.react.js
+++ b/services/locations/src/components/PrivateKeyLoader/PrivateKeyLoader.react.js
@@ -17,7 +17,7 @@ import {
   UploadMessage,
   UploadProgress,
 } from './PrivateKeyLoader.styled';
-import { uploadMessages } from './PrivateKeyLoader.helper';
+import { uploadMessages, statusProgress } from './PrivateKeyLoader.helper';
 
 export const PrivateKeyLoader = ({
   publicKey,
@@ -28,12 +28,16 @@ export const PrivateKeyLoader = ({
 }) => {
   const intl = useIntl();
   const [progressPercent, setProgressPercent] = useState(0);
-  const [uploadStatus, setUploadStatus] = useState('');
+  const [uploadStatus, setUploadStatus] = useState(statusProgress.initial);
   const [uploadMessageId, setUploadMessageId] = useState(
     uploadMessages.initial
   );
 
-  const uploadException = 'exception';
+  const setStatus = (percent, exception, messageId) => {
+    setProgressPercent(percent);
+    setUploadStatus(exception);
+    setUploadMessageId(messageId);
+  };
 
   const { data: privateKeySecret, isLoading } = useQuery(
     'privateKeySecret',
@@ -51,18 +55,23 @@ export const PrivateKeyLoader = ({
   const [existingPrivateKey, setPrivateKey] = usePrivateKey(privateKeySecret);
 
   const processPrivateKey = (privateKey, fileData) => {
-    setProgressPercent(100);
-    const keyPair = EC_KEYPAIR_FROM_PRIVATE_KEY(privateKey);
-    const isKeyCorrect = keyPair?.publicKey === base64ToHex(publicKey);
-
-    if (isKeyCorrect) {
-      setUploadMessageId(uploadMessages.done);
-      setUploadStatus('');
+    try {
+      const keyPair = EC_KEYPAIR_FROM_PRIVATE_KEY(privateKey);
+      if (keyPair?.publicKey !== base64ToHex(publicKey)) {
+        setStatus(100, statusProgress.exception, uploadMessages.error);
+
+        notification.error({
+          message: intl.formatMessage({
+            id: 'shareData.privkey.error.description',
+          }),
+        });
+        return;
+      }
+      setStatus(100, statusProgress.success, uploadMessages.done);
       setPrivateKey(fileData);
       onSuccess(privateKey);
-    } else {
-      setUploadStatus(uploadException);
-      setUploadMessageId(uploadMessages.error);
+    } catch {
+      setStatus(100, statusProgress.exception, uploadMessages.error);
 
       notification.error({
         message: intl.formatMessage({
@@ -76,6 +85,7 @@ export const PrivateKeyLoader = ({
     if (!file) return;
 
     if (file.size > MAX_PRIVATE_KEY_FILE_SIZE) {
+      setStatus(100, statusProgress.exception, uploadMessages.size);
       notification.error({
         message: intl.formatMessage({
           id: 'notification.shareData.keySize.error',
@@ -95,9 +105,7 @@ export const PrivateKeyLoader = ({
   };
 
   const reset = () => {
-    setProgressPercent(0);
-    setUploadStatus('');
-    setUploadMessageId(uploadMessages.initial);
+    setStatus(0, statusProgress.initial, uploadMessages.initial);
   };
 
   useEffect(() => {
@@ -113,7 +121,9 @@ export const PrivateKeyLoader = ({
   return (
     <>
       <RequestContent>
-        <InfoBlock>{intl.formatMessage({ id: infoTextId })}</InfoBlock>
+        <InfoBlock>
+          {intl.formatMessage({ id: infoTextId }, { br: <br /> })}
+        </InfoBlock>
         <Upload
           type="file"
           accept=".luca"
@@ -141,13 +151,15 @@ export const PrivateKeyLoader = ({
       </RequestContent>
       <FinishButtonWrapper
         align={
-          uploadStatus !== uploadException ? 'flex-start' : 'space-between'
+          uploadStatus !== statusProgress.exception
+            ? 'flex-start'
+            : 'space-between'
         }
       >
         {footerItem}
         <PrimaryButton
           onClick={reset}
-          hidden={uploadStatus !== uploadException}
+          hidden={uploadStatus !== statusProgress.exception}
         >
           {intl.formatMessage({ id: 'shareData.tryAgain' })}
         </PrimaryButton>
diff --git a/services/locations/src/components/ShareData/ShareData.react.js b/services/locations/src/components/ShareData/ShareData.react.js
index 3263fd4..32e5947 100644
--- a/services/locations/src/components/ShareData/ShareData.react.js
+++ b/services/locations/src/components/ShareData/ShareData.react.js
@@ -8,7 +8,7 @@ import { useHistory } from 'react-router';
 import { useParams } from 'react-router-dom';
 
 import { usePrivateKey } from 'utils/privateKey';
-import { BASE_GROUP_ROUTE } from 'constants/routes';
+import { BASE_SHARE_DATA_ROUTE } from 'constants/routes';
 import {
   getAllUncompletedTransfers,
   getLocationTransfer,
@@ -69,17 +69,11 @@ export const ShareData = () => {
     }
   );
 
-  const progressStep = () => {
-    setCurrentStep(currentStep + 1);
-  };
+  const progressStep = () => setCurrentStep(currentStep + 1);
 
-  const setKey = key => {
-    setPrivateKey(key);
-  };
+  const setKey = key => setPrivateKey(key);
 
-  const onDone = () => {
-    history.push(BASE_GROUP_ROUTE);
-  };
+  const onDone = () => history.push(BASE_SHARE_DATA_ROUTE);
 
   if (isLoading || error) return null;
 
diff --git a/services/locations/src/components/ShareData/ShareDataStep/ShareDataStep.react.js b/services/locations/src/components/ShareData/ShareDataStep/ShareDataStep.react.js
index 1a27dae..adfff65 100644
--- a/services/locations/src/components/ShareData/ShareDataStep/ShareDataStep.react.js
+++ b/services/locations/src/components/ShareData/ShareDataStep/ShareDataStep.react.js
@@ -6,7 +6,14 @@ import { useIntl } from 'react-intl';
 
 import { shareData } from 'network/api';
 
-import { reencryptAdditionalData, decryptTrace } from 'utils/crypto';
+import {
+  reencryptAdditionalData,
+  reencryptWithHDEKP,
+  decryptTrace,
+} from 'utils/crypto';
+
+import { SUPPORT_EMAIL } from 'constants/links';
+
 import {
   SubHeader,
   StepLabel,
@@ -43,6 +50,10 @@ export const ShareDataStep = ({
           .map(trace => {
             try {
               const decryptedTrace = decryptTrace(trace, privateKey);
+              const hdEncryptedTraceData = reencryptWithHDEKP(
+                decryptedTrace.data,
+                transfer.department.publicHDEKP
+              );
               const reencryptedAdditionalData = reencryptAdditionalData(
                 trace.additionalData,
                 privateKey,
@@ -50,12 +61,13 @@ export const ShareDataStep = ({
               );
 
               return {
+                isHDEncrypted: true,
                 traceId: trace.traceId,
                 version: decryptedTrace.version,
                 keyId: decryptedTrace.keyId,
                 publicKey: decryptedTrace.publicKey,
                 verification: decryptedTrace.verification,
-                data: decryptedTrace.data,
+                data: hdEncryptedTraceData,
                 additionalData: reencryptedAdditionalData,
               };
             } catch (error) {
@@ -65,18 +77,31 @@ export const ShareDataStep = ({
           })
           .filter(decryptedTrace => decryptedTrace !== null);
 
-        try {
-          await shareData({
-            traces: { traces },
-            locationTransferId: transfer.transferId,
-          });
-          next();
-        } catch {
+        const result = await shareData({
+          traces: { traces },
+          locationTransferId: transfer.transferId,
+        });
+        if (result.status !== 204) {
+          const emailLink = `mailto:${SUPPORT_EMAIL}`;
           notification.error({
-            message: intl.formatMessage({
-              id: 'notification.shareData.error',
-            }),
+            message: intl.formatMessage(
+              {
+                id: 'notification.shareData.error',
+              },
+              {
+                // eslint-disable-next-line react/display-name
+                a: (...chunks) => (
+                  <a href={emailLink} rel="noopener noreferrer">
+                    {chunks}
+                  </a>
+                ),
+                status: result.status,
+                email: SUPPORT_EMAIL,
+              }
+            ),
           });
+        } else {
+          next();
         }
       })
     );
diff --git a/services/locations/src/components/ShareData/ShareDataStep/ShareDataStep.test.js b/services/locations/src/components/ShareData/ShareDataStep/ShareDataStep.test.js
new file mode 100644
index 0000000..df25038
--- /dev/null
+++ b/services/locations/src/components/ShareData/ShareDataStep/ShareDataStep.test.js
@@ -0,0 +1,63 @@
+import React from 'react';
+
+import { render, screen, fireEvent } from 'utils/testing';
+import { shareData } from 'network/api';
+import { notification } from 'antd';
+
+import { ShareDataStep } from './ShareDataStep.react';
+
+jest.mock('network/api', () => ({
+  shareData: jest.fn(() => ({ status: 204 })),
+}));
+
+const error = jest.spyOn(notification, 'error');
+
+const next = jest.fn();
+
+const mockTransfers = [
+  {
+    additionalData: 'testTransfer1',
+    traceId: '1231',
+    department: { name: 'testDepartment1' },
+    location: { name: 'testLocation1' },
+    time: [10],
+    traces: [],
+  },
+];
+
+describe('components / ShareData / ShareDataStep', () => {
+  afterEach(() => {
+    jest.clearAllMocks();
+  });
+  describe('when shareData returns a valid status code', () => {
+    it('shows the error message to contact support', async () => {
+      render(
+        <ShareDataStep
+          privateKey={null}
+          next={next}
+          transfers={mockTransfers}
+          showStepLabel={null}
+        />
+      );
+      await fireEvent.click(screen.getByRole('button'));
+      expect(shareData).toBeCalledTimes(1);
+      expect(next).toBeCalledTimes(1);
+    });
+  });
+  describe('when shareData returns a failed status code', () => {
+    it('shows the error message to contact support', async () => {
+      shareData.mockImplementation(() => ({ status: 400 }));
+      render(
+        <ShareDataStep
+          privateKey={null}
+          next={next}
+          transfers={mockTransfers}
+          showStepLabel={null}
+        />
+      );
+      await fireEvent.click(screen.getByRole('button'));
+      expect(shareData).toBeCalledTimes(1);
+      expect(error).toBeCalledTimes(1);
+    });
+  });
+});
diff --git a/services/locations/src/constants/links.js b/services/locations/src/constants/links.js
index eff7793..2f6ceb0 100644
--- a/services/locations/src/constants/links.js
+++ b/services/locations/src/constants/links.js
@@ -10,3 +10,5 @@ export const REGISTER_BADGE_PRIVACY_LINK =
   'https://www.luca-app.de/badge-privacy-policy/';
 
 export const WEB_APP_BASE_PATH = `https://${window.location.host}/webapp/`;
+
+export const SUPPORT_EMAIL = 'datenfreigabe@luca-app.de';
diff --git a/services/locations/src/font.css b/services/locations/src/font.css
index 9faff29..24ec0fe 100644
--- a/services/locations/src/font.css
+++ b/services/locations/src/font.css
@@ -60,3 +60,22 @@
       url('./assets/fonts/montserrat-v15-latin-600.svg#Montserrat')
       format('svg'); /* Legacy iOS */
 }
+/* montserrat-700 - latin */
+@font-face {
+  font-family: 'Montserrat-Bold';
+  font-style: normal;
+  font-weight: 700;
+  src: url('./assets/fonts/Montserrat-Bold.eot'); /* IE9 Compat Modes */
+  src: local('Montserrat Bold'), local('Montserrat-Bold'),
+  url('./assets/fonts/Montserrat-Bold.eot?#iefix')
+  format('embedded-opentype'),
+    /* IE6-IE8 */ url('./assets/fonts/Montserrat-Bold.woff2')
+  format('woff2'),
+    /* Super Modern Browsers */
+  url('./assets/fonts/Montserrat-Bold.woff') format('woff'),
+    /* Modern Browsers */ url('./assets/fonts/Montserrat-Bold.ttf')
+  format('truetype'),
+    /* Safari, Android, iOS */
+  url('./assets/fonts/Montserrat-Bold.svg#Montserrat')
+  format('svg'); /* Legacy iOS */
+}
diff --git a/services/locations/src/messages/de.json b/services/locations/src/messages/de.json
index ccd1660..ca49b4e 100644
--- a/services/locations/src/messages/de.json
+++ b/services/locations/src/messages/de.json
@@ -91,7 +91,7 @@
     "sort.nameUp": "Name aufsteigend",
     "sort.nameDown": "Name absteigend",
     "modal.registerOperator.title": "Schlüssel erhalten",
-    "modal.registerOperator.explain": "Das ist dein privater Schlüssel. Du brauchst ihn, falls das Gesundheitsamt auf Daten zugreifen möchte, die deinen Standort betreffen. \n\nBitte lade ihn herunter und bewahre ihn gut auf. Ein verlorener privater Schlüssel kann nicht wiederhergestellt werden. Verlierst du den Schlüssel, können deine Daten nicht wieder entschlüsselt werden.",
+    "modal.registerOperator.explain": "Das ist dein privater Schlüssel. Du brauchst ihn, falls das Gesundheitsamt auf Daten zugreifen möchte, die deinen Standort betreffen. Bitte lade ihn herunter und bewahre ihn gut auf. Ein verlorener privater Schlüssel kann nicht wiederhergestellt werden. Verlierst du den Schlüssel, können deine Daten nicht wieder entschlüsselt werden.",
     "modal.registerOperator.downloadButton": "DOWNLOADEN",
     "modal.registerOperator.kopieButton": "Kopieren",
     "modal.registerOperator.finish": "FERTIG",
@@ -143,15 +143,15 @@
     "error.occasion": "Bitte gib einen Eventnamen ein.",
     "error.time": "Bitte gib eine Zeitspanne für dein Event ein.",
     "error.tan": "Bitte gib eine TAN ein.",
-    "error.registerBadge.serialNumber": "Die angegebene Seriennumber ist falsch!",
-    "error.registerBadge.serialNumber.tooShort": "Die angegebene Seriennumber ist zu kurz!",
+    "error.registerBadge.serialNumber": "Die angegebene Seriennummer ist falsch!",
+    "error.registerBadge.serialNumber.tooShort": "Die angegebene Seriennummer ist zu kurz!",
     "error.registerBadge.serverError": "Die Registrierung des QR-Codes ist aktuell nicht möglich",
     "error.registerBadge.invalidRegistratorId": "Du versuchst, einen QR Code für jemand anderen zu registrieren, nutzt aber einen ungültigen Link. Vergewissere dich, dass du den richtigen Link benutzt oder wende dich an hello@luca-app.de!",
     "shareData.header.title": "Datenfreigabe",
     "shareData.noData": "Es liegen keine Anfragen aus dem Gesundheitsamt vor",
     "shareData.mainTitle": "Daten für das Gesundheitsamt {healthDepartment} freigeben",
     "shareData.privateKeyStep.title": "Privaten Schlüssel öffnen",
-    "shareData.privateKeyStep.info": "Zum Entschlüsseln der Daten wird dein privater Schlüssel benötigt. \u2028Den Schlüssel hast du bei der Registrierung erhalten. \nBitte öffne deine private Schlüsseldatei, um den Datenzugriff durch das Gesundheitsamt zu ermöglichen.",
+    "shareData.privateKeyStep.info": "Zum Entschlüsseln der Daten wird dein privater Schlüssel benötigt. \u2028Den Schlüssel hast du bei der Registrierung erhalten.\nBitte öffne deine private Schlüsseldatei, um den Datenzugriff durch das Gesundheitsamt zu ermöglichen.{br}{br}\nDu findest deinen Schlüssel nicht? Bitte such doch noch einmal in deinem Downloadordner nach einer Datei mit der Endung \".luca\". Der Schlüssel kann leider nicht noch einmal generiert werden.",
     "shareData.shareDataStep.title": "Daten freigeben",
     "shareData.privateKey": "Privater Schlüssel",
     "shareData.password": "Passwort eingeben",
@@ -220,7 +220,7 @@
     "registerBadge.email": "E-Mail",
     "registerBadge.step4.title": "Telefonnummer verifizieren",
     "registerBadge.tan": "TAN",
-    "registerBadge.finish": "Dein QR-Code wurde erfolgreich registriert. Du kannst jetzt bei luca Locations einchecken.",
+    "registerBadge.finish": "Dein Schlüsselanhänger wurde erfolgreich registriert. Du kannst ihn spätestens in 90 Minuten für den Check-in bei luca-Standorten nutzen.",
     "registerBadge.end": "Neuen Schlüsselanhänger registrieren",
     "dataTransfer.locationName": "Location",
     "dataTransfer.requestTime": "Angefragte Zeit",
@@ -593,7 +593,7 @@
     "modal.tableAllocation.checkedInGuests": "Eingecheckte Gäste",
     "privateKey.modal.secret.error": "Beim Laden erforderlicher Daten zur Entschlüsselung des privaten Schlüssels ist ein Fehler aufgetreten.",
     "modal.tableAllocation.lastRefresh": "Zuletzt aktualisiert",
-    "privateKey.modal.info": "Um Tischbesetzungen zu sehen und Datenanfragen des Gesundheitsamt zuzulassen, musst du deine private Schlüssel-Datei öffnen.",
+    "privateKey.modal.info": "Um Tischbesetzungen zu sehen und Datenanfragen des Gesundheitsamt zuzulassen, musst du deine private Schlüssel-Datei öffnen.{br}{br}\nDu findest deinen Schlüssel nicht? Bitte such doch noch einmal in deinem Downloadordner nach einer Datei mit der Endung \".luca\". Der Schlüssel kann leider nicht noch einmal generiert werden. ",
     "privateKey.modal.skip": "Jetzt nicht",
     "group.view.overview.tableAllocationCheckout": "Auschecken",
     "group.view.overview.checkoutSingleGuest": "AUSCHECKEN",
@@ -643,5 +643,13 @@
     "shareData.note": "HINWEIS",
     "shareData.dataRequest": "Location und Anfragezeitraum",
     "verificationTag.info": "Dieses Gesundheitsamt ist verifiziert",
-    "requestWarning.info": "Achtung, der angefragte Zeitraum ist ungewöhnlich lang. In der Regel fragen Gesundheitsämter nicht mehr als 72 Stunden an Check-in Daten an. Bitte prüfe die Anfrage."
+    "requestWarning.info": "Achtung, der angefragte Zeitraum ist ungewöhnlich lang. In der Regel fragen Gesundheitsämter nicht mehr als 72 Stunden an Check-in Daten an. Bitte prüfe die Anfrage.",
+    "modal.registerOperator.keyTest": "Schlüssel testen",
+    "modal.registerOperator.keyTestInfo": "Öffnen Sie jetzt Ihren privaten Schlüssel. Sie haben Ihren privaten Schlüssel im vorherigen Schritt heruntergeladen. Bitte bewahren Sie ihn gut auf. Nur mit diesem Schlüssel können Sie die Datenanfragen der Datenabfragen entschlüsseln. Wenn Sie ihn nicht finden, müssen Sie einen neuen Schlüssel generieren.",
+    "modal.registerOperator.keyTestGenerateKey": "Neuen Schlüssel generieren",
+    "modal.registerOperator.keyTestConfirm": "Bestätigen",
+    "header.dataRequests": "Datenanfragen",
+    "profile": "Profil",
+    "helpCenter.tooltip.copy": "Kopieren",
+    "helpCenter.tooltip.supportCode": "Support Code"
 }
\ No newline at end of file
diff --git a/services/locations/src/messages/en.json b/services/locations/src/messages/en.json
index 9060a89..3aaaf33 100644
--- a/services/locations/src/messages/en.json
+++ b/services/locations/src/messages/en.json
@@ -91,7 +91,7 @@
     "sort.nameUp": "Name up",
     "sort.nameDown": "Name down",
     "modal.registerOperator.title": "Get key",
-    "modal.registerOperator.explain": "This is your private key. You will need it incase a health department requests data on your place.\n\nPlease download it and make sure to save it securely. If you lose your private key it can't be restored and it will not be possible to decrypt your data anymore.",
+    "modal.registerOperator.explain": "This is your private key. You will need it incase a health department requests data on your place. Please download it and make sure to save it securely. If you lose your private key it can't be restored and it will not be possible to decrypt your data anymore.",
     "modal.registerOperator.downloadButton": "DOWNLOAD",
     "modal.registerOperator.kopieButton": "Copy",
     "modal.registerOperator.finish": "DONE",
@@ -151,7 +151,7 @@
     "shareData.noData": "There are no requests from the health department",
     "shareData.mainTitle": "Share data with health department {healthDepartment}",
     "shareData.privateKeyStep.title": "Provide private key",
-    "shareData.privateKeyStep.info": "To decrypt your data the health department needs the private key you received during registration.\nPlease provide your private key file here to grant data access requested by the health department.",
+    "shareData.privateKeyStep.info": "To decrypt your data the health department needs the private key you received during registration.\nPlease provide your private key file here to grant data access requested by the health department.{br}{br}\nYou can’t find your key? Please check your download folder if you can find a file with the ending \".luca\". It is not possible to generate a new key.",
     "shareData.shareDataStep.title": "Share Data",
     "shareData.privateKey": "Private key",
     "shareData.password": "Enter password",
@@ -220,7 +220,7 @@
     "registerBadge.email": "Email",
     "registerBadge.step4.title": "Verify your phone number",
     "registerBadge.tan": "Tan",
-    "registerBadge.finish": "Your QR-Code is successfully registered! You can now start checking in at your favorite places.",
+    "registerBadge.finish": "Your key chain is successfully registered! You can start using it for checking in at luca places in 90 minutes.",
     "registerBadge.end": "Register another badge",
     "dataTransfer.locationName": "Location",
     "dataTransfer.requestTime": "Requested timeslot",
@@ -593,7 +593,7 @@
     "modal.tableAllocation.checkedInGuests": "Checked in guests",
     "privateKey.modal.secret.error": "An error occurred loading data necessary to decode the private key.",
     "modal.tableAllocation.lastRefresh": "Last refresh",
-    "privateKey.modal.info": "To view table occupancy and to allow health department data requests, you need to provide the private key file you received during registration.",
+    "privateKey.modal.info": "To view table occupancy and to allow health department data requests, you need to provide the private key file you received during registration.{br}{br}\nYou can’t find your key? Please check your download folder if you can find a file with the ending \".luca\". It is not possible to generate a new key.",
     "privateKey.modal.skip": "Provide later",
     "group.view.overview.tableAllocationCheckout": "Checkout",
     "group.view.overview.checkoutSingleGuest": "CHECKOUT",
@@ -643,5 +643,13 @@
     "shareData.note": "NOTE",
     "shareData.dataRequest": "Location and request time",
     "verificationTag.info": "This health department is verified",
-    "requestWarning.info": "Caution, the requested time is longer than usual. Normally health departments do not request data from check ins for more than 72 hours. Please recheck this request."
+    "requestWarning.info": "Caution, the requested time is longer than usual. Normally health departments do not request data from check ins for more than 72 hours. Please recheck this request.",
+    "modal.registerOperator.keyTest": "Test key",
+    "modal.registerOperator.keyTestInfo": "Open your private key now. You have downloaded your private key in the previous step. Please keep it well safe. Only with this key you can decrypt data requests of the data queries. If you do not find it, you will have to generate a new key.",
+    "modal.registerOperator.keyTestGenerateKey": "Generate new key",
+    "modal.registerOperator.keyTestConfirm": "Confirm",
+    "header.dataRequests": "Share data requests",
+    "profile": "Profile",
+    "helpCenter.tooltip.copy": "Copy",
+    "helpCenter.tooltip.supportCode": "Support Code"
 }
\ No newline at end of file
diff --git a/services/locations/src/network/api.js b/services/locations/src/network/api.js
index b812d39..0a44678 100644
--- a/services/locations/src/network/api.js
+++ b/services/locations/src/network/api.js
@@ -239,8 +239,8 @@ export const forceCheckoutUsers = locationId => {
   });
 };
 
-export const forceCheckoutSingleTrace = traceId => {
-  return fetch(`${API_PATH}/v3/traces/checkout`, {
+export const forceCheckoutByOperator = traceId =>
+  fetch(`${API_PATH}/v3/operators/traces/checkout`, {
     method: 'POST',
     body: JSON.stringify({
       traceId,
@@ -248,7 +248,6 @@ export const forceCheckoutSingleTrace = traceId => {
     }),
     headers,
   });
-};
 
 // COUNTER
 export const getCurrentCount = scannerId => {
diff --git a/services/locations/src/utils/crypto.js b/services/locations/src/utils/crypto.js
index 9c01f70..7bf7ed1 100644
--- a/services/locations/src/utils/crypto.js
+++ b/services/locations/src/utils/crypto.js
@@ -60,6 +60,9 @@ const parseAdditionalDataRaw = additionalDataRaw =>
 export const decryptAdditionalData = (additionalData, privateKey) =>
   parseAdditionalDataRaw(decryptDataRaw(additionalData, privateKey));
 
+export const reencryptWithHDEKP = (data, publicHDEKP) =>
+  encryptRawData(base64ToHex(data), publicHDEKP);
+
 export const reencryptAdditionalData = (
   additionalData,
   privateKey,
diff --git a/services/locations/src/utils/keyHandler.js b/services/locations/src/utils/keyHandler.js
new file mode 100644
index 0000000..53ba090
--- /dev/null
+++ b/services/locations/src/utils/keyHandler.js
@@ -0,0 +1,46 @@
+import { base64ToHex, EC_KEYPAIR_FROM_PRIVATE_KEY } from '@lucaapp/crypto';
+
+import { MAX_PRIVATE_KEY_FILE_SIZE } from 'constants/valueLength';
+import { parsePrivateKeyFile } from 'utils/privateKey';
+
+const ERROR_MESSAGE = {
+  FILE_TO_BIG: 'FILE_TO_BIG',
+  FILE_SUCCESS: 'FILE_SUCCESS',
+  FILE_ERROR: 'FILE_ERROR',
+};
+
+function processPrivateKey(privateKey, fileData, publicKey, setPrivateKey) {
+  try {
+    const keyPair = EC_KEYPAIR_FROM_PRIVATE_KEY(privateKey);
+    const isKeyCorrect = keyPair?.publicKey === base64ToHex(publicKey);
+    if (isKeyCorrect) {
+      setPrivateKey(fileData);
+      return true;
+    }
+    return false;
+  } catch {
+    return false;
+  }
+}
+
+export function fileHandler(file, privateKeySecret, publicKey, setPrivateKey) {
+  return new Promise((resolve, reject) => {
+    if (!file) reject(ERROR_MESSAGE.FILE_ERROR);
+    if (file.size > MAX_PRIVATE_KEY_FILE_SIZE)
+      reject(ERROR_MESSAGE.FILE_TO_BIG);
+
+    const reader = new FileReader();
+    reader.addEventListener('load', event => {
+      const stringValue = event.target.result;
+      const privateKey = parsePrivateKeyFile(stringValue, privateKeySecret);
+      if (
+        processPrivateKey(privateKey, stringValue, publicKey, setPrivateKey)
+      ) {
+        resolve(ERROR_MESSAGE.FILE_SUCCESS);
+      }
+      reject(ERROR_MESSAGE.FILE_ERROR);
+    });
+    reader.addEventListener('error', () => reject(ERROR_MESSAGE.FILE_ERROR));
+    reader.readAsText(file);
+  });
+}
diff --git a/services/locations/src/utils/testing.js b/services/locations/src/utils/testing.js
new file mode 100644
index 0000000..1d688bf
--- /dev/null
+++ b/services/locations/src/utils/testing.js
@@ -0,0 +1,64 @@
+import React from 'react';
+
+// eslint-disable-next-line import/no-extraneous-dependencies
+import '@testing-library/jest-dom';
+// eslint-disable-next-line import/no-extraneous-dependencies
+import { render, queries, configure } from '@testing-library/react';
+
+// Providers
+import { messages } from 'messages';
+import { Provider } from 'react-redux';
+import { createBrowserHistory } from 'history';
+import { configureStore } from 'configureStore';
+import { QueryClient, QueryClientProvider } from 'react-query';
+import { RawIntlProvider, createIntl, createIntlCache } from 'react-intl';
+
+const history = createBrowserHistory();
+const store = configureStore(undefined, history);
+const queryClient = new QueryClient();
+const intlCache = createIntlCache();
+
+const intl = createIntl(
+  {
+    locale: 'de',
+    messages: messages.de,
+  },
+  intlCache
+);
+
+const customRender = ui => {
+  return render(
+    <Provider store={store}>
+      <RawIntlProvider value={intl}>
+        <QueryClientProvider client={queryClient}>{ui}</QueryClientProvider>
+      </RawIntlProvider>
+    </Provider>,
+    {
+      queries: {
+        ...queries,
+      },
+    }
+  );
+};
+
+// re-export everything
+// eslint-disable-next-line import/no-extraneous-dependencies
+export * from '@testing-library/react';
+
+// override render method
+export { customRender as render };
+
+export function delay(ms) {
+  return new Promise(resolve => setTimeout(resolve, ms));
+}
+export async function waitToBeCalled(mockFunction, maxChecks = 50) {
+  for (let check = 0; check < maxChecks; check++) {
+    // eslint-disable-next-line no-await-in-loop
+    await delay(200);
+    if (mockFunction.mock.calls.length > 0) {
+      return;
+    }
+  }
+}
+
+configure({ testIdAttribute: 'data-cy' });
diff --git a/services/locations/yarn.lock b/services/locations/yarn.lock
index 6463ecd..132a228 100644
--- a/services/locations/yarn.lock
+++ b/services/locations/yarn.lock
@@ -69,10 +69,10 @@
   dependencies:
     "@babel/highlight" "^7.14.5"
 
-"@babel/compat-data@^7.12.1", "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.0", "@babel/compat-data@^7.14.5":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.5.tgz#8ef4c18e58e801c5c95d3c1c0f2874a2680fadea"
-  integrity sha512-kixrYn4JwfAVPa0f2yfzc2AWti6WRRyO3XjWW5PJAvtE11qhSayrrcrEnee05KAtNaPC+EwehE8Qt1UedEVB8w==
+"@babel/compat-data@^7.12.1", "@babel/compat-data@^7.13.11", "@babel/compat-data@^7.14.0", "@babel/compat-data@^7.14.5", "@babel/compat-data@^7.14.7":
+  version "7.14.7"
+  resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.14.7.tgz#7b047d7a3a89a67d2258dc61f604f098f1bc7e08"
+  integrity sha512-nS6dZaISCXJ3+518CWiBfEr//gHyMO02uDxBkXTKZDN5POruCnOZ1N4YBRZDCabwF8nZMWBpRxIicmXtBs+fvw==
 
 "@babel/core@7.12.3":
   version "7.12.3"
@@ -96,28 +96,7 @@
     semver "^5.4.1"
     source-map "^0.5.0"
 
-"@babel/core@>=7.9.0", "@babel/core@^7.1.0", "@babel/core@^7.12.16", "@babel/core@^7.12.3", "@babel/core@^7.7.5", "@babel/core@^7.8.4":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.5.tgz#d281f46a9905f07d1b3bf71ead54d9c7d89cb1e3"
-  integrity sha512-RN/AwP2DJmQTZSfiDaD+JQQ/J99KsIpOCfBE5pL+5jJSt7nI3nYGoAXZu+ffYSQ029NLs2DstZb+eR81uuARgg==
-  dependencies:
-    "@babel/code-frame" "^7.14.5"
-    "@babel/generator" "^7.14.5"
-    "@babel/helper-compilation-targets" "^7.14.5"
-    "@babel/helper-module-transforms" "^7.14.5"
-    "@babel/helpers" "^7.14.5"
-    "@babel/parser" "^7.14.5"
-    "@babel/template" "^7.14.5"
-    "@babel/traverse" "^7.14.5"
-    "@babel/types" "^7.14.5"
-    convert-source-map "^1.7.0"
-    debug "^4.1.0"
-    gensync "^1.0.0-beta.2"
-    json5 "^2.1.2"
-    semver "^6.3.0"
-    source-map "^0.5.0"
-
-"@babel/core@^7.7.2":
+"@babel/core@>=7.9.0", "@babel/core@^7.1.0", "@babel/core@^7.12.16", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.7.5", "@babel/core@^7.8.4":
   version "7.14.6"
   resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.14.6.tgz#e0814ec1a950032ff16c13a2721de39a8416fcab"
   integrity sha512-gJnOEWSqTk96qG5BoIrl5bVtc23DCycmIePPYnamY9RboYdI4nFy5vAQMSl81O5K/W0sLDWfGysnOECC+KUUCA==
@@ -139,9 +118,9 @@
     source-map "^0.5.0"
 
 "@babel/eslint-parser@^7.12.16":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.14.5.tgz#441c04e2fe9825ea628c2b4e5524d40129cbbccd"
-  integrity sha512-20BlOHuGf3UXS7z1QPyllM9Gz8SEgcp/UcKeUmdHIFZO6HF1n+3KaLpeyfwWvjY/Os/ynPX3k8qXE/nZ5dw/0g==
+  version "7.14.7"
+  resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.14.7.tgz#91be59a4f7dd60d02a3ef772d156976465596bda"
+  integrity sha512-6WPwZqO5priAGIwV6msJcdc9TsEPzYeYdS/Xuoap+/ihkgN6dzHp2bcAAwyWZ5bLzk0vvjDmKvRwkqNaiJ8BiQ==
   dependencies:
     eslint-scope "^5.1.1"
     eslint-visitor-keys "^2.1.0"
@@ -181,10 +160,10 @@
     browserslist "^4.16.6"
     semver "^6.3.0"
 
-"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.14.5":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.5.tgz#8842ec495516dd1ed8f6c572be92ba78b1e9beef"
-  integrity sha512-Uq9z2e7ZtcnDMirRqAGLRaLwJn+Lrh388v5ETrR3pALJnElVh2zqQmdbz4W2RUJYohAPh2mtyPUgyMHMzXMncQ==
+"@babel/helper-create-class-features-plugin@^7.12.1", "@babel/helper-create-class-features-plugin@^7.14.5", "@babel/helper-create-class-features-plugin@^7.14.6":
+  version "7.14.6"
+  resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.14.6.tgz#f114469b6c06f8b5c59c6c4e74621f5085362542"
+  integrity sha512-Z6gsfGofTxH/+LQXqYEK45kxmcensbzmk/oi8DmaQytlQCgqNZt9XQF8iqlI/SeXWVjaMNxvYvzaYw+kh42mDg==
   dependencies:
     "@babel/helper-annotate-as-pure" "^7.14.5"
     "@babel/helper-function-name" "^7.14.5"
@@ -246,9 +225,9 @@
     "@babel/types" "^7.14.5"
 
 "@babel/helper-member-expression-to-functions@^7.14.5":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.5.tgz#d5c70e4ad13b402c95156c7a53568f504e2fb7b8"
-  integrity sha512-UxUeEYPrqH1Q/k0yRku1JE7dyfyehNwT6SVkMHvYvPDv4+uu627VXBckVj891BO8ruKBkiDoGnZf4qPDD8abDQ==
+  version "7.14.7"
+  resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.14.7.tgz#97e56244beb94211fe277bd818e3a329c66f7970"
+  integrity sha512-TMUt4xKxJn6ccjcOW7c4hlwyJArizskAhoSTOCkA0uZ+KghIaci0Qg9R043kUMWI9mtQfgny+NQ5QATnZ+paaA==
   dependencies:
     "@babel/types" "^7.14.5"
 
@@ -345,16 +324,7 @@
     "@babel/traverse" "^7.14.5"
     "@babel/types" "^7.14.5"
 
-"@babel/helpers@^7.12.1", "@babel/helpers@^7.14.5":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.5.tgz#4870f8d9a6fdbbd65e5674a3558b4ff7fef0d9b2"
-  integrity sha512-xtcWOuN9VL6nApgVHtq3PPcQv5qFBJzoSZzJ/2c0QK/IP/gxVcoWSNQwFEGvmbQsuS9rhYqjILDGGXcTkA705Q==
-  dependencies:
-    "@babel/template" "^7.14.5"
-    "@babel/traverse" "^7.14.5"
-    "@babel/types" "^7.14.5"
-
-"@babel/helpers@^7.14.6":
+"@babel/helpers@^7.12.1", "@babel/helpers@^7.14.6":
   version "7.14.6"
   resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.14.6.tgz#5b58306b95f1b47e2a0199434fa8658fa6c21635"
   integrity sha512-yesp1ENQBiLI+iYHSJdoZKUtRpfTlL1grDIX9NRlAVppljLw/4tTyYupIB7uIYmC3stW/imAv8EqaKaS/ibmeA==
@@ -372,15 +342,10 @@
     chalk "^2.0.0"
     js-tokens "^4.0.0"
 
-"@babel/parser@^7.1.0", "@babel/parser@^7.12.3", "@babel/parser@^7.14.5", "@babel/parser@^7.7.0", "@babel/parser@^7.8.3":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.5.tgz#4cd2f346261061b2518873ffecdf1612cb032829"
-  integrity sha512-TM8C+xtH/9n1qzX+JNHi7AN2zHMTiPUtspO0ZdHflW8KaskkALhMmuMHb4bCmNdv9VAPzJX3/bXqkVLnAvsPfg==
-
-"@babel/parser@^7.14.6", "@babel/parser@^7.7.2":
-  version "7.14.6"
-  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
-  integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
+"@babel/parser@^7.1.0", "@babel/parser@^7.12.3", "@babel/parser@^7.14.5", "@babel/parser@^7.14.6", "@babel/parser@^7.14.7", "@babel/parser@^7.7.0", "@babel/parser@^7.7.2", "@babel/parser@^7.8.3":
+  version "7.14.7"
+  resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.7.tgz#6099720c8839ca865a2637e6c85852ead0bdb595"
+  integrity sha512-X67Z5y+VBJuHB/RjwECp8kSl5uYi0BvRbNeWqkaJCVh+LiTPl19WBUfG627psSgp9rSf6ojuXghQM3ha6qHHdA==
 
 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12", "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5":
   version "7.14.5"
@@ -391,10 +356,10 @@
     "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
     "@babel/plugin-proposal-optional-chaining" "^7.14.5"
 
-"@babel/plugin-proposal-async-generator-functions@^7.12.1", "@babel/plugin-proposal-async-generator-functions@^7.14.2", "@babel/plugin-proposal-async-generator-functions@^7.14.5":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.5.tgz#4024990e3dd74181f4f426ea657769ff49a2df39"
-  integrity sha512-tbD/CG3l43FIXxmu4a7RBe4zH7MLJ+S/lFowPFO7HetS2hyOZ/0nnnznegDuzFzfkyQYTxqdTH/hKmuBngaDAA==
+"@babel/plugin-proposal-async-generator-functions@^7.12.1", "@babel/plugin-proposal-async-generator-functions@^7.14.2", "@babel/plugin-proposal-async-generator-functions@^7.14.7":
+  version "7.14.7"
+  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.7.tgz#784a48c3d8ed073f65adcf30b57bcbf6c8119ace"
+  integrity sha512-RK8Wj7lXLY3bqei69/cc25gwS5puEc3dknoFPFbqfy3XxYQBQFvu4ioWpafMBAB+L9NyptQK4nMOa5Xz16og8Q==
   dependencies:
     "@babel/helper-plugin-utils" "^7.14.5"
     "@babel/helper-remap-async-to-generator" "^7.14.5"
@@ -498,12 +463,12 @@
     "@babel/helper-plugin-utils" "^7.14.5"
     "@babel/plugin-syntax-numeric-separator" "^7.10.4"
 
-"@babel/plugin-proposal-object-rest-spread@^7.12.1", "@babel/plugin-proposal-object-rest-spread@^7.14.2", "@babel/plugin-proposal-object-rest-spread@^7.14.5":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.5.tgz#e581d5ccdfa187ea6ed73f56c6a21c1580b90fbf"
-  integrity sha512-VzMyY6PWNPPT3pxc5hi9LloKNr4SSrVCg7Yr6aZpW4Ym07r7KqSU/QXYwjXLVxqwSv0t/XSXkFoKBPUkZ8vb2A==
+"@babel/plugin-proposal-object-rest-spread@^7.12.1", "@babel/plugin-proposal-object-rest-spread@^7.14.2", "@babel/plugin-proposal-object-rest-spread@^7.14.7":
+  version "7.14.7"
+  resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.14.7.tgz#5920a2b3df7f7901df0205974c0641b13fd9d363"
+  integrity sha512-082hsZz+sVabfmDWo1Oct1u1AgbKbUAyVgmX4otIc7bdsRgHBXwTwb3DpDmD4Eyyx6DNiuz5UAATT655k+kL5g==
   dependencies:
-    "@babel/compat-data" "^7.14.5"
+    "@babel/compat-data" "^7.14.7"
     "@babel/helper-compilation-targets" "^7.14.5"
     "@babel/helper-plugin-utils" "^7.14.5"
     "@babel/plugin-syntax-object-rest-spread" "^7.8.3"
@@ -751,10 +716,10 @@
   dependencies:
     "@babel/helper-plugin-utils" "^7.14.5"
 
-"@babel/plugin-transform-destructuring@^7.12.1", "@babel/plugin-transform-destructuring@^7.13.17", "@babel/plugin-transform-destructuring@^7.14.5":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.5.tgz#d32ad19ff1a6da1e861dc62720d80d9776e3bf35"
-  integrity sha512-wU9tYisEbRMxqDezKUqC9GleLycCRoUsai9ddlsq54r8QRLaeEhc+d+9DqCG+kV9W2GgQjTZESPTpn5bAFMDww==
+"@babel/plugin-transform-destructuring@^7.12.1", "@babel/plugin-transform-destructuring@^7.13.17", "@babel/plugin-transform-destructuring@^7.14.7":
+  version "7.14.7"
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz#0ad58ed37e23e22084d109f185260835e5557576"
+  integrity sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==
   dependencies:
     "@babel/helper-plugin-utils" "^7.14.5"
 
@@ -856,10 +821,10 @@
     "@babel/helper-module-transforms" "^7.14.5"
     "@babel/helper-plugin-utils" "^7.14.5"
 
-"@babel/plugin-transform-named-capturing-groups-regex@^7.12.1", "@babel/plugin-transform-named-capturing-groups-regex@^7.12.13", "@babel/plugin-transform-named-capturing-groups-regex@^7.14.5":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.5.tgz#d537e8ee083ee6f6aa4f4eef9d2081d555746e4c"
-  integrity sha512-+Xe5+6MWFo311U8SchgeX5c1+lJM+eZDBZgD+tvXu9VVQPXwwVzeManMMjYX6xw2HczngfOSZjoFYKwdeB/Jvw==
+"@babel/plugin-transform-named-capturing-groups-regex@^7.12.1", "@babel/plugin-transform-named-capturing-groups-regex@^7.12.13", "@babel/plugin-transform-named-capturing-groups-regex@^7.14.7":
+  version "7.14.7"
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.7.tgz#60c06892acf9df231e256c24464bfecb0908fd4e"
+  integrity sha512-DTNOTaS7TkW97xsDMrp7nycUVh6sn/eq22VaxWfEdzuEbRsiaOU0pqU7DlyUGHVsbQbSghvjKRpEl+nUCKGQSg==
   dependencies:
     "@babel/helper-create-regexp-features-plugin" "^7.14.5"
 
@@ -984,15 +949,7 @@
   dependencies:
     "@babel/helper-plugin-utils" "^7.14.5"
 
-"@babel/plugin-transform-spread@^7.12.1", "@babel/plugin-transform-spread@^7.14.5":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.5.tgz#bd269fb4119754d2ce7f4cc39a96b4f71baae356"
-  integrity sha512-/3iqoQdiWergnShZYl0xACb4ADeYCJ7X/RgmwtXshn6cIvautRPAFzhd58frQlokLO6Jb4/3JXvmm6WNTPtiTw==
-  dependencies:
-    "@babel/helper-plugin-utils" "^7.14.5"
-    "@babel/helper-skip-transparent-expression-wrappers" "^7.14.5"
-
-"@babel/plugin-transform-spread@^7.13.0":
+"@babel/plugin-transform-spread@^7.12.1", "@babel/plugin-transform-spread@^7.13.0", "@babel/plugin-transform-spread@^7.14.6":
   version "7.14.6"
   resolved "https://registry.yarnpkg.com/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz#6bd40e57fe7de94aa904851963b5616652f73144"
   integrity sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==
@@ -1022,11 +979,11 @@
     "@babel/helper-plugin-utils" "^7.14.5"
 
 "@babel/plugin-transform-typescript@^7.12.1":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.14.5.tgz#5b41b59072f765bd1ec1d0b694e08c7df0f6f8a0"
-  integrity sha512-cFD5PKp4b8/KkwQ7h71FdPXFvz1RgwTFF9akRZwFldb9G0AHf7CgoPx96c4Q/ZVjh6V81tqQwW5YiHws16OzPg==
+  version "7.14.6"
+  resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.14.6.tgz#6e9c2d98da2507ebe0a883b100cde3c7279df36c"
+  integrity sha512-XlTdBq7Awr4FYIzqhmYY80WN0V0azF74DMPyFqVHBvf81ZUgc4X7ZOpx6O8eLDK6iM5cCQzeyJw0ynTaefixRA==
   dependencies:
-    "@babel/helper-create-class-features-plugin" "^7.14.5"
+    "@babel/helper-create-class-features-plugin" "^7.14.6"
     "@babel/helper-plugin-utils" "^7.14.5"
     "@babel/plugin-syntax-typescript" "^7.14.5"
 
@@ -1197,16 +1154,16 @@
     semver "^6.3.0"
 
 "@babel/preset-env@^7.12.1", "@babel/preset-env@^7.8.4":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.5.tgz#c0c84e763661fd0e74292c3d511cb33b0c668997"
-  integrity sha512-ci6TsS0bjrdPpWGnQ+m4f+JSSzDKlckqKIJJt9UZ/+g7Zz9k0N8lYU8IeLg/01o2h8LyNZDMLGgRLDTxpudLsA==
+  version "7.14.7"
+  resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.14.7.tgz#5c70b22d4c2d893b03d8c886a5c17422502b932a"
+  integrity sha512-itOGqCKLsSUl0Y+1nSfhbuuOlTs0MJk2Iv7iSH+XT/mR8U1zRLO7NjWlYXB47yhK4J/7j+HYty/EhFZDYKa/VA==
   dependencies:
-    "@babel/compat-data" "^7.14.5"
+    "@babel/compat-data" "^7.14.7"
     "@babel/helper-compilation-targets" "^7.14.5"
     "@babel/helper-plugin-utils" "^7.14.5"
     "@babel/helper-validator-option" "^7.14.5"
     "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.14.5"
-    "@babel/plugin-proposal-async-generator-functions" "^7.14.5"
+    "@babel/plugin-proposal-async-generator-functions" "^7.14.7"
     "@babel/plugin-proposal-class-properties" "^7.14.5"
     "@babel/plugin-proposal-class-static-block" "^7.14.5"
     "@babel/plugin-proposal-dynamic-import" "^7.14.5"
@@ -1215,7 +1172,7 @@
     "@babel/plugin-proposal-logical-assignment-operators" "^7.14.5"
     "@babel/plugin-proposal-nullish-coalescing-operator" "^7.14.5"
     "@babel/plugin-proposal-numeric-separator" "^7.14.5"
-    "@babel/plugin-proposal-object-rest-spread" "^7.14.5"
+    "@babel/plugin-proposal-object-rest-spread" "^7.14.7"
     "@babel/plugin-proposal-optional-catch-binding" "^7.14.5"
     "@babel/plugin-proposal-optional-chaining" "^7.14.5"
     "@babel/plugin-proposal-private-methods" "^7.14.5"
@@ -1241,7 +1198,7 @@
     "@babel/plugin-transform-block-scoping" "^7.14.5"
     "@babel/plugin-transform-classes" "^7.14.5"
     "@babel/plugin-transform-computed-properties" "^7.14.5"
-    "@babel/plugin-transform-destructuring" "^7.14.5"
+    "@babel/plugin-transform-destructuring" "^7.14.7"
     "@babel/plugin-transform-dotall-regex" "^7.14.5"
     "@babel/plugin-transform-duplicate-keys" "^7.14.5"
     "@babel/plugin-transform-exponentiation-operator" "^7.14.5"
@@ -1253,7 +1210,7 @@
     "@babel/plugin-transform-modules-commonjs" "^7.14.5"
     "@babel/plugin-transform-modules-systemjs" "^7.14.5"
     "@babel/plugin-transform-modules-umd" "^7.14.5"
-    "@babel/plugin-transform-named-capturing-groups-regex" "^7.14.5"
+    "@babel/plugin-transform-named-capturing-groups-regex" "^7.14.7"
     "@babel/plugin-transform-new-target" "^7.14.5"
     "@babel/plugin-transform-object-super" "^7.14.5"
     "@babel/plugin-transform-parameters" "^7.14.5"
@@ -1261,7 +1218,7 @@
     "@babel/plugin-transform-regenerator" "^7.14.5"
     "@babel/plugin-transform-reserved-words" "^7.14.5"
     "@babel/plugin-transform-shorthand-properties" "^7.14.5"
-    "@babel/plugin-transform-spread" "^7.14.5"
+    "@babel/plugin-transform-spread" "^7.14.6"
     "@babel/plugin-transform-sticky-regex" "^7.14.5"
     "@babel/plugin-transform-template-literals" "^7.14.5"
     "@babel/plugin-transform-typeof-symbol" "^7.14.5"
@@ -1272,7 +1229,7 @@
     babel-plugin-polyfill-corejs2 "^0.2.2"
     babel-plugin-polyfill-corejs3 "^0.2.2"
     babel-plugin-polyfill-regenerator "^0.2.2"
-    core-js-compat "^3.14.0"
+    core-js-compat "^3.15.0"
     semver "^6.3.0"
 
 "@babel/preset-modules@^0.1.3", "@babel/preset-modules@^0.1.4":
@@ -1332,11 +1289,11 @@
     "@babel/plugin-transform-typescript" "^7.12.1"
 
 "@babel/runtime-corejs3@^7.10.2", "@babel/runtime-corejs3@^7.9.6":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.14.5.tgz#0d9bf00d59c0b73185c462c323efffd0f4c37283"
-  integrity sha512-cBbwXj3F2xjnQJ0ERaFRLjxhUSBYsQPXJ7CERz/ecx6q6hzQ99eTflAPFC3ks4q/IG4CWupNVdflc4jlFBJVsg==
+  version "7.14.7"
+  resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.14.7.tgz#0ef292bbce40ca00f874c9724ef175a12476465c"
+  integrity sha512-Wvzcw4mBYbTagyBVZpAJWI06auSIj033T/yNE0Zn1xcup83MieCddZA7ls3kme17L4NOGBrQ09Q+nKB41RLWBA==
   dependencies:
-    core-js-pure "^3.14.0"
+    core-js-pure "^3.15.0"
     regenerator-runtime "^0.13.4"
 
 "@babel/runtime@7.12.1":
@@ -1346,14 +1303,7 @@
   dependencies:
     regenerator-runtime "^0.13.4"
 
-"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.1", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.5.tgz#665450911c6031af38f81db530f387ec04cd9a98"
-  integrity sha512-121rumjddw9c3NCQ55KGkyE1h/nzWhU/owjhw0l4mQrkzz4x9SGS1X8gFLraHwX7td3Yo4QTL+qj0NcIzN87BA==
-  dependencies:
-    regenerator-runtime "^0.13.4"
-
-"@babel/runtime@^7.9.2":
+"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.1", "@babel/runtime@^7.10.2", "@babel/runtime@^7.10.4", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.5", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.2", "@babel/runtime@^7.7.2", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
   version "7.14.6"
   resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d"
   integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==
@@ -1370,16 +1320,16 @@
     "@babel/types" "^7.14.5"
 
 "@babel/traverse@^7.1.0", "@babel/traverse@^7.12.1", "@babel/traverse@^7.13.0", "@babel/traverse@^7.14.5", "@babel/traverse@^7.4.5", "@babel/traverse@^7.7.0", "@babel/traverse@^7.7.2", "@babel/traverse@^7.8.3":
-  version "7.14.5"
-  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.5.tgz#c111b0f58afab4fea3d3385a406f692748c59870"
-  integrity sha512-G3BiS15vevepdmFqmUc9X+64y0viZYygubAMO8SvBmKARuF6CPSZtH4Ng9vi/lrWlZFGe3FWdXNy835akH8Glg==
+  version "7.14.7"
+  resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.14.7.tgz#64007c9774cfdc3abd23b0780bc18a3ce3631753"
+  integrity sha512-9vDr5NzHu27wgwejuKL7kIOm4bwEtaPQ4Z6cpCmjSuaRqpH/7xc4qcGEscwMqlkwgcXl6MvqoAjZkQ24uSdIZQ==
   dependencies:
     "@babel/code-frame" "^7.14.5"
     "@babel/generator" "^7.14.5"
     "@babel/helper-function-name" "^7.14.5"
     "@babel/helper-hoist-variables" "^7.14.5"
     "@babel/helper-split-export-declaration" "^7.14.5"
-    "@babel/parser" "^7.14.5"
+    "@babel/parser" "^7.14.7"
     "@babel/types" "^7.14.5"
     debug "^4.1.0"
     globals "^11.1.0"
@@ -1542,6 +1492,20 @@
   dependencies:
     "@hapi/hoek" "^8.3.0"
 
+"@humanwhocodes/config-array@^0.5.0":
+  version "0.5.0"
+  resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
+  integrity sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==
+  dependencies:
+    "@humanwhocodes/object-schema" "^1.2.0"
+    debug "^4.1.1"
+    minimatch "^3.0.4"
+
+"@humanwhocodes/object-schema@^1.2.0":
+  version "1.2.0"
+  resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz#87de7af9c231826fdd68ac7258f77c429e0e5fcf"
+  integrity sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==
+
 "@istanbuljs/load-nyc-config@^1.0.0":
   version "1.1.0"
   resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -1570,16 +1534,16 @@
     jest-util "^26.6.2"
     slash "^3.0.0"
 
-"@jest/console@^27.0.1", "@jest/console@^27.0.2":
-  version "27.0.2"
-  resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.0.2.tgz#b8eeff8f21ac51d224c851e1729d2630c18631e6"
-  integrity sha512-/zYigssuHLImGeMAACkjI4VLAiiJznHgAl3xnFT19iWyct2LhrH3KXOjHRmxBGTkiPLZKKAJAgaPpiU9EZ9K+w==
+"@jest/console@^27.0.1", "@jest/console@^27.0.6":
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/@jest/console/-/console-27.0.6.tgz#3eb72ea80897495c3d73dd97aab7f26770e2260f"
+  integrity sha512-fMlIBocSHPZ3JxgWiDNW/KPj6s+YRd0hicb33IrmelCcjXo/pXPwvuiKFmZz+XuqI/1u7nbUK10zSsWL/1aegg==
   dependencies:
-    "@jest/types" "^27.0.2"
+    "@jest/types" "^27.0.6"
     "@types/node" "*"
     chalk "^4.0.0"
-    jest-message-util "^27.0.2"
-    jest-util "^27.0.2"
+    jest-message-util "^27.0.6"
+    jest-util "^27.0.6"
     slash "^3.0.0"
 
 "@jest/core@^26.6.0", "@jest/core@^26.6.3":
@@ -1626,15 +1590,15 @@
     "@types/node" "*"
     jest-mock "^26.6.2"
 
-"@jest/environment@^27.0.1", "@jest/environment@^27.0.3":
-  version "27.0.3"
-  resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.0.3.tgz#68769b1dfdd213e3456169d64fbe9bd63a5fda92"
-  integrity sha512-pN9m7fbKsop5vc3FOfH8NF7CKKdRbEZzcxfIo1n2TT6ucKWLFq0P6gCJH0GpnQp036++yY9utHOxpeT1WnkWTA==
+"@jest/environment@^27.0.1", "@jest/environment@^27.0.6":
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/@jest/environment/-/environment-27.0.6.tgz#ee293fe996db01d7d663b8108fa0e1ff436219d2"
+  integrity sha512-4XywtdhwZwCpPJ/qfAkqExRsERW+UaoSRStSHCCiQTUpoYdLukj+YJbQSFrZjhlUDRZeNiU9SFH0u7iNimdiIg==
   dependencies:
-    "@jest/fake-timers" "^27.0.3"
-    "@jest/types" "^27.0.2"
+    "@jest/fake-timers" "^27.0.6"
+    "@jest/types" "^27.0.6"
     "@types/node" "*"
-    jest-mock "^27.0.3"
+    jest-mock "^27.0.6"
 
 "@jest/fake-timers@^26.6.2":
   version "26.6.2"
@@ -1648,17 +1612,17 @@
     jest-mock "^26.6.2"
     jest-util "^26.6.2"
 
-"@jest/fake-timers@^27.0.1", "@jest/fake-timers@^27.0.3":
-  version "27.0.3"
-  resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.0.3.tgz#9899ba6304cc636734c74478df502e18136461dd"
-  integrity sha512-fQ+UCKRIYKvTCEOyKPnaPnomLATIhMnHC/xPZ7yT1Uldp7yMgMxoYIFidDbpSTgB79+/U+FgfoD30c6wg3IUjA==
+"@jest/fake-timers@^27.0.1", "@jest/fake-timers@^27.0.6":
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/@jest/fake-timers/-/fake-timers-27.0.6.tgz#cbad52f3fe6abe30e7acb8cd5fa3466b9588e3df"
+  integrity sha512-sqd+xTWtZ94l3yWDKnRTdvTeZ+A/V7SSKrxsrOKSqdyddb9CeNRF8fbhAU0D7ZJBpTTW2nbp6MftmKJDZfW2LQ==
   dependencies:
-    "@jest/types" "^27.0.2"
+    "@jest/types" "^27.0.6"
     "@sinonjs/fake-timers" "^7.0.2"
     "@types/node" "*"
-    jest-message-util "^27.0.2"
-    jest-mock "^27.0.3"
-    jest-util "^27.0.2"
+    jest-message-util "^27.0.6"
+    jest-mock "^27.0.6"
+    jest-util "^27.0.6"
 
 "@jest/globals@^26.6.2":
   version "26.6.2"
@@ -1669,14 +1633,14 @@
     "@jest/types" "^26.6.2"
     expect "^26.6.2"
 
-"@jest/globals@^27.0.3":
-  version "27.0.3"
-  resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.0.3.tgz#1cf8933b7791bba0b99305cbf39fd4d2e3fe4060"
-  integrity sha512-OzsIuf7uf+QalqAGbjClyezzEcLQkdZ+7PejUrZgDs+okdAK8GwRCGcYCirHvhMBBQh60Jr3NlIGbn/KBPQLEQ==
+"@jest/globals@^27.0.6":
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/@jest/globals/-/globals-27.0.6.tgz#48e3903f99a4650673d8657334d13c9caf0e8f82"
+  integrity sha512-DdTGCP606rh9bjkdQ7VvChV18iS7q0IMJVP1piwTWyWskol4iqcVwthZmoJEf7obE1nc34OpIyoVGPeqLC+ryw==
   dependencies:
-    "@jest/environment" "^27.0.3"
-    "@jest/types" "^27.0.2"
-    expect "^27.0.2"
+    "@jest/environment" "^27.0.6"
+    "@jest/types" "^27.0.6"
+    expect "^27.0.6"
 
 "@jest/reporters@^26.6.2":
   version "26.6.2"
@@ -1719,10 +1683,10 @@
     graceful-fs "^4.2.4"
     source-map "^0.6.0"
 
-"@jest/source-map@^27.0.1":
-  version "27.0.1"
-  resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-27.0.1.tgz#2afbf73ddbaddcb920a8e62d0238a0a9e0a8d3e4"
-  integrity sha512-yMgkF0f+6WJtDMdDYNavmqvbHtiSpwRN2U/W+6uztgfqgkq/PXdKPqjBTUF1RD/feth4rH5N3NW0T5+wIuln1A==
+"@jest/source-map@^27.0.6":
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/@jest/source-map/-/source-map-27.0.6.tgz#be9e9b93565d49b0548b86e232092491fb60551f"
+  integrity sha512-Fek4mi5KQrqmlY07T23JRi0e7Z9bXTOOD86V/uS0EIW4PClvPDqZOyFlLpNJheS6QI0FNX1CgmPjtJ4EA/2M+g==
   dependencies:
     callsites "^3.0.0"
     graceful-fs "^4.2.4"
@@ -1738,13 +1702,13 @@
     "@types/istanbul-lib-coverage" "^2.0.0"
     collect-v8-coverage "^1.0.0"
 
-"@jest/test-result@^27.0.1", "@jest/test-result@^27.0.2":
-  version "27.0.2"
-  resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.0.2.tgz#0451049e32ceb609b636004ccc27c8fa22263f10"
-  integrity sha512-gcdWwL3yP5VaIadzwQtbZyZMgpmes8ryBAJp70tuxghiA8qL4imJyZex+i+USQH2H4jeLVVszhwntgdQ97fccA==
+"@jest/test-result@^27.0.1", "@jest/test-result@^27.0.6":
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/@jest/test-result/-/test-result-27.0.6.tgz#3fa42015a14e4fdede6acd042ce98c7f36627051"
+  integrity sha512-ja/pBOMTufjX4JLEauLxE3LQBPaI2YjGFtXexRAjt1I/MbfNlMx0sytSX3tn5hSLzQsR3Qy2rd0hc1BWojtj9w==
   dependencies:
-    "@jest/console" "^27.0.2"
-    "@jest/types" "^27.0.2"
+    "@jest/console" "^27.0.6"
+    "@jest/types" "^27.0.6"
     "@types/istanbul-lib-coverage" "^2.0.0"
     collect-v8-coverage "^1.0.0"
 
@@ -1759,15 +1723,15 @@
     jest-runner "^26.6.3"
     jest-runtime "^26.6.3"
 
-"@jest/test-sequencer@^27.0.4":
-  version "27.0.4"
-  resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.0.4.tgz#976493b277594d81e589896f0ed21f198308928a"
-  integrity sha512-6UFEVwdmxYdyNffBxVVZxmXEdBE4riSddXYSnFNH0ELFQFk/bvagizim8WfgJTqF4EKd+j1yFxvhb8BMHfOjSQ==
+"@jest/test-sequencer@^27.0.6":
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-27.0.6.tgz#80a913ed7a1130545b1cd777ff2735dd3af5d34b"
+  integrity sha512-bISzNIApazYOlTHDum9PwW22NOyDa6VI31n6JucpjTVM0jD6JDgqEZ9+yn575nDdPF0+4csYDxNNW13NvFQGZA==
   dependencies:
-    "@jest/test-result" "^27.0.2"
+    "@jest/test-result" "^27.0.6"
     graceful-fs "^4.2.4"
-    jest-haste-map "^27.0.2"
-    jest-runtime "^27.0.4"
+    jest-haste-map "^27.0.6"
+    jest-runtime "^27.0.6"
 
 "@jest/transform@^26.6.2":
   version "26.6.2"
@@ -1790,21 +1754,21 @@
     source-map "^0.6.1"
     write-file-atomic "^3.0.0"
 
-"@jest/transform@^27.0.1", "@jest/transform@^27.0.2":
-  version "27.0.2"
-  resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.0.2.tgz#b073b7c589e3f4b842102468875def2bb722d6b5"
-  integrity sha512-H8sqKlgtDfVog/s9I4GG2XMbi4Ar7RBxjsKQDUhn2XHAi3NG+GoQwWMER+YfantzExbjNqQvqBHzo/G2pfTiPw==
+"@jest/transform@^27.0.1", "@jest/transform@^27.0.6":
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/@jest/transform/-/transform-27.0.6.tgz#189ad7107413208f7600f4719f81dd2f7278cc95"
+  integrity sha512-rj5Dw+mtIcntAUnMlW/Vju5mr73u8yg+irnHwzgtgoeI6cCPOvUwQ0D1uQtc/APmWgvRweEb1g05pkUpxH3iCA==
   dependencies:
     "@babel/core" "^7.1.0"
-    "@jest/types" "^27.0.2"
+    "@jest/types" "^27.0.6"
     babel-plugin-istanbul "^6.0.0"
     chalk "^4.0.0"
     convert-source-map "^1.4.0"
     fast-json-stable-stringify "^2.0.0"
     graceful-fs "^4.2.4"
-    jest-haste-map "^27.0.2"
-    jest-regex-util "^27.0.1"
-    jest-util "^27.0.2"
+    jest-haste-map "^27.0.6"
+    jest-regex-util "^27.0.6"
+    jest-util "^27.0.6"
     micromatch "^4.0.4"
     pirates "^4.0.1"
     slash "^3.0.0"
@@ -1822,10 +1786,10 @@
     "@types/yargs" "^15.0.0"
     chalk "^4.0.0"
 
-"@jest/types@^27.0.1", "@jest/types@^27.0.2":
-  version "27.0.2"
-  resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.0.2.tgz#e153d6c46bda0f2589f0702b071f9898c7bbd37e"
-  integrity sha512-XpjCtJ/99HB4PmyJ2vgmN7vT+JLP7RW1FBT9RgnMFS4Dt7cvIyBee8O3/j98aUZ34ZpenPZFqmaaObWSeL65dg==
+"@jest/types@^27.0.1", "@jest/types@^27.0.6":
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/@jest/types/-/types-27.0.6.tgz#9a992bc517e0c49f035938b8549719c2de40706b"
+  integrity sha512-aSquT1qa9Pik26JK5/3rvnYb4bGtm1VFNesHKmNTwmPIgOrixvhL2ghIvFRNEpzy3gU+rUgjIF/KodbkFAl++g==
   dependencies:
     "@types/istanbul-lib-coverage" "^2.0.0"
     "@types/istanbul-reports" "^3.0.0"
@@ -1833,6 +1797,11 @@
     "@types/yargs" "^16.0.0"
     chalk "^4.0.0"
 
+"@leichtgewicht/ip-codec@^2.0.1":
+  version "2.0.2"
+  resolved "https://registry.yarnpkg.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.2.tgz#862a66b3e0197109c11ddf2082a8db4c66ba6bd2"
+  integrity sha512-PjsLKLzJ0jWM1iM4xdYkrMyonAHP4kHGiXm81FRNfcnjToQA9UOknwZE28bxq0AGmEAMVBPSuuHurzla2wyYyA==
+
 "@lucaapp/crypto@2.0.3":
   version "2.0.3"
   resolved "https://registry.yarnpkg.com/@lucaapp/crypto/-/crypto-2.0.3.tgz#93327ef234fa8e29b4d568ff23bcce58ac7ea1fd"
@@ -2090,6 +2059,20 @@
     "@svgr/plugin-svgo" "^5.5.0"
     loader-utils "^2.0.0"
 
+"@testing-library/dom@^8.0.0":
+  version "8.1.0"
+  resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.1.0.tgz#f8358b1883844ea569ba76b7e94582168df5370d"
+  integrity sha512-kmW9alndr19qd6DABzQ978zKQ+J65gU2Rzkl8hriIetPnwpesRaK4//jEQyYh8fEALmGhomD/LBQqt+o+DL95Q==
+  dependencies:
+    "@babel/code-frame" "^7.10.4"
+    "@babel/runtime" "^7.12.5"
+    "@types/aria-query" "^4.2.0"
+    aria-query "^4.2.2"
+    chalk "^4.1.0"
+    dom-accessibility-api "^0.5.6"
+    lz-string "^1.4.4"
+    pretty-format "^27.0.2"
+
 "@testing-library/jest-dom@5.12.0":
   version "5.12.0"
   resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.12.0.tgz#6a5d340b092c44b7bce17a4791b47d9bc2c61443"
@@ -2104,15 +2087,28 @@
     lodash "^4.17.15"
     redent "^3.0.0"
 
+"@testing-library/react@12.0.0":
+  version "12.0.0"
+  resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.0.0.tgz#9aeb2264521522ab9b68f519eaf15136148f164a"
+  integrity sha512-sh3jhFgEshFyJ/0IxGltRhwZv2kFKfJ3fN1vTZ6hhMXzz9ZbbcTgmDYM4e+zJv+oiVKKEWZPyqPAh4MQBI65gA==
+  dependencies:
+    "@babel/runtime" "^7.12.5"
+    "@testing-library/dom" "^8.0.0"
+
 "@tootallnate/once@1":
   version "1.1.2"
   resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
   integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
 
+"@types/aria-query@^4.2.0":
+  version "4.2.2"
+  resolved "https://registry.yarnpkg.com/@types/aria-query/-/aria-query-4.2.2.tgz#ed4e0ad92306a704f9fb132a0cfcf77486dbe2bc"
+  integrity sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==
+
 "@types/babel__core@^7.0.0", "@types/babel__core@^7.1.14", "@types/babel__core@^7.1.7":
-  version "7.1.14"
-  resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.14.tgz#faaeefc4185ec71c389f4501ee5ec84b170cc402"
-  integrity sha512-zGZJzzBUVDo/eV6KgbE0f0ZI7dInEYvo12Rb70uNQDshC3SkRMb67ja0GgRHZgAX3Za6rhaWlvbDO8rrGyAb1g==
+  version "7.1.15"
+  resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.15.tgz#2ccfb1ad55a02c83f8e0ad327cbc332f55eb1024"
+  integrity sha512-bxlMKPDbY8x5h6HBwVzEOk2C8fb6SLfYQ5Jw3uBYuYF1lfWk/kbLd81la82vrIkBb0l+JdmrZaDikPrNxpS/Ew==
   dependencies:
     "@babel/parser" "^7.1.0"
     "@babel/types" "^7.0.0"
@@ -2121,39 +2117,39 @@
     "@types/babel__traverse" "*"
 
 "@types/babel__generator@*":
-  version "7.6.2"
-  resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.2.tgz#f3d71178e187858f7c45e30380f8f1b7415a12d8"
-  integrity sha512-MdSJnBjl+bdwkLskZ3NGFp9YcXGx5ggLpQQPqtgakVhsWK0hTtNYhjpZLlWQTviGTvF8at+Bvli3jV7faPdgeQ==
+  version "7.6.3"
+  resolved "https://registry.yarnpkg.com/@types/babel__generator/-/babel__generator-7.6.3.tgz#f456b4b2ce79137f768aa130d2423d2f0ccfaba5"
+  integrity sha512-/GWCmzJWqV7diQW54smJZzWbSFf4QYtF71WCKhcx6Ru/tFyQIY2eiiITcCAeuPbNSvT9YCGkVMqqvSk2Z0mXiA==
   dependencies:
     "@babel/types" "^7.0.0"
 
 "@types/babel__template@*":
-  version "7.4.0"
-  resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.0.tgz#0c888dd70b3ee9eebb6e4f200e809da0076262be"
-  integrity sha512-NTPErx4/FiPCGScH7foPyr+/1Dkzkni+rHiYHHoTjvwou7AQzJkNeD60A9CXRy+ZEN2B1bggmkTMCDb+Mv5k+A==
+  version "7.4.1"
+  resolved "https://registry.yarnpkg.com/@types/babel__template/-/babel__template-7.4.1.tgz#3d1a48fd9d6c0edfd56f2ff578daed48f36c8969"
+  integrity sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==
   dependencies:
     "@babel/parser" "^7.1.0"
     "@babel/types" "^7.0.0"
 
 "@types/babel__traverse@*", "@types/babel__traverse@^7.0.4", "@types/babel__traverse@^7.0.6":
-  version "7.11.1"
-  resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.11.1.tgz#654f6c4f67568e24c23b367e947098c6206fa639"
-  integrity sha512-Vs0hm0vPahPMYi9tDjtP66llufgO3ST16WXaSTtDGEl9cewAl3AibmxWw6TINOqHPT9z0uABKAYjT9jNSg4npw==
+  version "7.14.1"
+  resolved "https://registry.yarnpkg.com/@types/babel__traverse/-/babel__traverse-7.14.1.tgz#46c2f9501a7a8f0596ddfd365e08c15285a47cce"
+  integrity sha512-DomsDK/nX3XXHs6jlQ8/YYE6jZAuhmoGAFfcYi1h1jbBNGS7Efdx74FKLTO3HCCyLqQyLlNbql87xqa7C3M/FQ==
   dependencies:
     "@babel/types" "^7.3.0"
 
 "@types/eslint@^7.2.6":
-  version "7.2.13"
-  resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.13.tgz#e0ca7219ba5ded402062ad6f926d491ebb29dd53"
-  integrity sha512-LKmQCWAlnVHvvXq4oasNUMTJJb2GwSyTY8+1C7OH5ILR8mPLaljv1jxL1bXW3xB3jFbQxTKxJAvI8PyjB09aBg==
+  version "7.2.14"
+  resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-7.2.14.tgz#088661518db0c3c23089ab45900b99dd9214b92a"
+  integrity sha512-pESyhSbUOskqrGcaN+bCXIQDyT5zTaRWfj5ZjjSlMatgGjIn3QQPfocAu4WSabUR7CGyLZ2CQaZyISOEX7/saw==
   dependencies:
     "@types/estree" "*"
     "@types/json-schema" "*"
 
 "@types/estree@*":
-  version "0.0.48"
-  resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.48.tgz#18dc8091b285df90db2f25aa7d906cfc394b7f74"
-  integrity sha512-LfZwXoGUDo0C3me81HXgkBg5CTQYb6xzEl+fNmbO4JdRiSKQ8A0GD1OBBvKAIsbCUgoyAty7m99GqqMQe784ew==
+  version "0.0.50"
+  resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.50.tgz#1e0caa9364d3fccd2931c3ed96fdbeaa5d4cca83"
+  integrity sha512-C6N5s2ZFtuZRj54k2/zyRhNDjJwwcViAM3Nbm8zjBpbqAdZ00mr0CFxvSKeO8Y/e03WVFLpQMdHYVfUd6SB+Hw==
 
 "@types/estree@0.0.39":
   version "0.0.39"
@@ -2161,9 +2157,9 @@
   integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
 
 "@types/glob@^7.1.1":
-  version "7.1.3"
-  resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183"
-  integrity sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==
+  version "7.1.4"
+  resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.4.tgz#ea59e21d2ee5c517914cb4bc8e4153b99e566672"
+  integrity sha512-w+LsMxKyYQm347Otw+IfBXOv9UWVjpHpCDdbBMt8Kz/xbvCYNjP+0qPh91Km3iKfSRLBB0P7fAMf0KHrPu+MyA==
   dependencies:
     "@types/minimatch" "*"
     "@types/node" "*"
@@ -2184,9 +2180,9 @@
     hoist-non-react-statics "^3.3.0"
 
 "@types/html-minifier-terser@^5.0.0":
-  version "5.1.1"
-  resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz#3c9ee980f1a10d6021ae6632ca3e79ca2ec4fb50"
-  integrity sha512-giAlZwstKbmvMk1OO7WXSj4OZ0keXAcl2TQq4LWHiiPH2ByaH7WeUzng+Qej8UPxxv+8lRTuouo0iaNDBuzIBA==
+  version "5.1.2"
+  resolved "https://registry.yarnpkg.com/@types/html-minifier-terser/-/html-minifier-terser-5.1.2.tgz#693b316ad323ea97eed6b38ed1a3cc02b1672b57"
+  integrity sha512-h4lTMgMJctJybDp8CQrxTUiiYmedihHWkjnF/8Pxseu2S6Nlfcy8kwboQ8yejh456rP2yWoEVm1sS/FVsfM48w==
 
 "@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0", "@types/istanbul-lib-coverage@^2.0.1":
   version "2.0.3"
@@ -2208,44 +2204,39 @@
     "@types/istanbul-lib-report" "*"
 
 "@types/jest@*":
-  version "26.0.23"
-  resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.23.tgz#a1b7eab3c503b80451d019efb588ec63522ee4e7"
-  integrity sha512-ZHLmWMJ9jJ9PTiT58juykZpL7KjwJywFN3Rr2pTSkyQfydf/rk22yS7W8p5DaVUMQ2BQC7oYiU3FjbTM/mYrOA==
+  version "26.0.24"
+  resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a"
+  integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w==
   dependencies:
     jest-diff "^26.0.0"
     pretty-format "^26.0.0"
 
-"@types/json-schema@*", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.6", "@types/json-schema@^7.0.7":
-  version "7.0.7"
-  resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
-  integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
-
-"@types/json5@^0.0.29":
-  version "0.0.29"
-  resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
-  integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
+"@types/json-schema@*", "@types/json-schema@^7.0.3", "@types/json-schema@^7.0.5", "@types/json-schema@^7.0.7":
+  version "7.0.8"
+  resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.8.tgz#edf1bf1dbf4e04413ca8e5b17b3b7d7d54b59818"
+  integrity sha512-YSBPTLTVm2e2OoQIDYx8HaeWJ5tTToLH67kXR7zYNGupXMEHa2++G8k+DczX2cFVgalypqtyZIcU19AFcmOpmg==
 
 "@types/mdast@^3.0.0":
-  version "3.0.3"
-  resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.3.tgz#2d7d671b1cd1ea3deb306ea75036c2a0407d2deb"
-  integrity sha512-SXPBMnFVQg1s00dlMCc/jCdvPqdE4mXaMMCeRlxLDmTAEoegHT53xKtkDnzDTOcmMHUfcjyf36/YYZ6SxRdnsw==
+  version "3.0.4"
+  resolved "https://registry.yarnpkg.com/@types/mdast/-/mdast-3.0.4.tgz#8ee6b5200751b6cadb9a043ca39612693ad6cb9e"
+  integrity sha512-gIdhbLDFlspL53xzol2hVzrXAbzt71erJHoOwQZWssjaiouOotf03lNtMmFm9VfFkvnLWccSVjUAZGQ5Kqw+jA==
   dependencies:
     "@types/unist" "*"
 
 "@types/minimatch@*":
-  version "3.0.4"
-  resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.4.tgz#f0ec25dbf2f0e4b18647313ac031134ca5b24b21"
-  integrity sha512-1z8k4wzFnNjVK/tlxvrWuK5WMt6mydWWP7+zvH5eFep4oj+UkrfiJTRtjCeBXNpwaA/FYqqtb4/QS4ianFpIRA==
+  version "3.0.5"
+  resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
+  integrity sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==
 
 "@types/minimist@^1.2.0":
-  version "1.2.1"
-  resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.1.tgz#283f669ff76d7b8260df8ab7a4262cc83d988256"
-  integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==
+  version "1.2.2"
+  resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
+  integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
 
 "@types/node@*":
-  version "15.12.2"
-  resolved "https://registry.yarnpkg.com/@types/node/-/node-15.12.2.tgz#1f2b42c4be7156ff4a6f914b2fb03d05fa84e38d"
-  integrity sha512-zjQ69G564OCIWIOHSXyQEEDpdpGl+G348RAKY0XXy9Z5kU9Vzv1GMNnkar/ZJ8dzXB3COzD9Mo9NtRZ4xfgUww==
+  version "16.0.0"
+  resolved "https://registry.yarnpkg.com/@types/node/-/node-16.0.0.tgz#067a6c49dc7a5c2412a505628e26902ae967bf6f"
+  integrity sha512-TmCW5HoZ2o2/z2EYi109jLqIaPIi9y/lc2LmDCWzuCi35bcaQ+OtUh6nwBiFK7SOu25FAU5+YKdqFZUwtqGSdg==
 
 "@types/normalize-package-data@^2.4.0":
   version "2.4.0"
@@ -2258,9 +2249,9 @@
   integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
 
 "@types/prettier@^2.0.0", "@types/prettier@^2.1.5":
-  version "2.3.0"
-  resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.3.0.tgz#2e8332cc7363f887d32ec5496b207d26ba8052bb"
-  integrity sha512-hkc1DATxFLQo4VxPDpMH1gCkPpBbpOoJ/4nhuXw4n63/0R6bCpQECj4+K226UJ4JO/eJQz+1mC2I7JsWanAdQw==
+  version "2.3.1"
+  resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-2.3.1.tgz#54dd88bdc7f49958329666af3779561e47d5dab3"
+  integrity sha512-NVkb4p4YjI8E3O6+1m8I+8JlMpFZwfSbPGdaw0wXuyPRTEz0SLKwBUWNSO7Maoi8tQMPC8JLZNWkrcKPI7/sLA==
 
 "@types/prop-types@*":
   version "15.7.3"
@@ -2278,9 +2269,9 @@
   integrity sha512-taW5/WYqo36N7V39oYyHP9Ipfd5pNFvGTIQsNGj86xV88YQ7GnI30/yMfKDF7Zgin0m3e+ikX88FvImnK4RjGw==
 
 "@types/react@*":
-  version "17.0.11"
-  resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.11.tgz#67fcd0ddbf5a0b083a0f94e926c7d63f3b836451"
-  integrity sha512-yFRQbD+whVonItSk7ZzP/L+gPTJVBkL/7shLEF+i9GC/1cV3JmUxEQz6+9ylhUpWSDuqo1N9qEvqS6vTj4USUA==
+  version "17.0.13"
+  resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.13.tgz#6b7c9a8f2868586ad87d941c02337c6888fb874f"
+  integrity sha512-D/G3PiuqTfE3IMNjLn/DCp6umjVCSvtZTPdtAFy5+Ved6CsdRvivfKeCzw79W4AatShtU4nGqgvOv5Gro534vQ==
   dependencies:
     "@types/prop-types" "*"
     "@types/scheduler" "*"
@@ -2294,9 +2285,9 @@
     "@types/node" "*"
 
 "@types/scheduler@*":
-  version "0.16.1"
-  resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.1.tgz#18845205e86ff0038517aab7a18a62a6b9f71275"
-  integrity sha512-EaCxbanVeyxDRTQBkdLb3Bvl/HK7PBK6UJjsSixB0iHKoWxE5uu2Q/DgtpOhPIojN0Zl1whvOd7PoHs2P0s5eA==
+  version "0.16.2"
+  resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
+  integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
 
 "@types/source-list-map@*":
   version "0.1.2"
@@ -2304,14 +2295,14 @@
   integrity sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==
 
 "@types/stack-utils@^2.0.0":
-  version "2.0.0"
-  resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
-  integrity sha512-RJJrrySY7A8havqpGObOB4W92QXKJo63/jFLLgpvOtsGUqbQZ9Sbgl35KMm1DjC6j7AvmmU2bIno+3IyEaemaw==
+  version "2.0.1"
+  resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.1.tgz#20f18294f797f2209b5f65c8e3b5c8e8261d127c"
+  integrity sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==
 
 "@types/tapable@^1", "@types/tapable@^1.0.5":
-  version "1.0.7"
-  resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.7.tgz#545158342f949e8fd3bfd813224971ecddc3fac4"
-  integrity sha512-0VBprVqfgFD7Ehb2vd8Lh9TG3jP98gvr8rgehQqzztZNI7o8zS8Ad4jyZneKELphpuE212D8J70LnSNQSyO6bQ==
+  version "1.0.8"
+  resolved "https://registry.yarnpkg.com/@types/tapable/-/tapable-1.0.8.tgz#b94a4391c85666c7b73299fd3ad79d4faa435310"
+  integrity sha512-ipixuVrh2OdNmauvtT51o3d8z12p6LtFW9in7U79der/kwejjdNchQC5UMn5u/KxNoM7VHHOs/l8KS8uHxhODQ==
 
 "@types/testing-library__jest-dom@^5.9.1":
   version "5.14.0"
@@ -2321,39 +2312,39 @@
     "@types/jest" "*"
 
 "@types/uglify-js@*":
-  version "3.13.0"
-  resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.13.0.tgz#1cad8df1fb0b143c5aba08de5712ea9d1ff71124"
-  integrity sha512-EGkrJD5Uy+Pg0NUR8uA4bJ5WMfljyad0G+784vLCNUkD+QwOJXUbBYExXfVGf7YtyzdQp3L/XMYcliB987kL5Q==
+  version "3.13.1"
+  resolved "https://registry.yarnpkg.com/@types/uglify-js/-/uglify-js-3.13.1.tgz#5e889e9e81e94245c75b6450600e1c5ea2878aea"
+  integrity sha512-O3MmRAk6ZuAKa9CHgg0Pr0+lUOqoMLpc9AS4R8ano2auvsg7IE8syF3Xh/NPr26TWklxYcqoEEFdzLLs1fV9PQ==
   dependencies:
     source-map "^0.6.1"
 
 "@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2":
-  version "2.0.3"
-  resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e"
-  integrity sha512-FvUupuM3rlRsRtCN+fDudtmytGO6iHJuuRKS1Ss0pG5z8oX0diNEw94UEL7hgDbpN94rgaK5R7sWm6RrSkZuAQ==
+  version "2.0.5"
+  resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.5.tgz#fdd299f23205c3455af88ce618dd65c14cb73e22"
+  integrity sha512-wnra4Vw9dopnuybR6HBywJ/URYpYrKLoepBTEtgfJup8Ahoi2zJECPP2cwiXp7btTvOT2CULv87aQRA4eZSP6g==
 
 "@types/webpack-sources@*":
-  version "2.1.0"
-  resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-2.1.0.tgz#8882b0bd62d1e0ce62f183d0d01b72e6e82e8c10"
-  integrity sha512-LXn/oYIpBeucgP1EIJbKQ2/4ZmpvRl+dlrFdX7+94SKRUV3Evy3FsfMZY318vGhkWUS5MPhtOM3w1/hCOAOXcg==
+  version "2.1.1"
+  resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-2.1.1.tgz#6af17e3a3ded71eec2b98008d7c12f498a0a4506"
+  integrity sha512-MjM1R6iuw8XaVbtkCBz0N349cyqBjJHCbQiOeppe3VBeFvxqs74RKHAVt9LkxTnUWc7YLZOEsUfPUnmK6SBPKQ==
   dependencies:
     "@types/node" "*"
     "@types/source-list-map" "*"
     source-map "^0.7.3"
 
 "@types/webpack-sources@^0.1.5":
-  version "0.1.8"
-  resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-0.1.8.tgz#078d75410435993ec8a0a2855e88706f3f751f81"
-  integrity sha512-JHB2/xZlXOjzjBB6fMOpH1eQAfsrpqVVIbneE0Rok16WXwFaznaI5vfg75U5WgGJm7V9W1c4xeRQDjX/zwvghA==
+  version "0.1.9"
+  resolved "https://registry.yarnpkg.com/@types/webpack-sources/-/webpack-sources-0.1.9.tgz#da69b06eb34f6432e6658acb5a6893c55d983920"
+  integrity sha512-bvzMnzqoK16PQIC8AYHNdW45eREJQMd6WG/msQWX5V2+vZmODCOPb4TJcbgRljTZZTwTM4wUMcsI8FftNA7new==
   dependencies:
     "@types/node" "*"
     "@types/source-list-map" "*"
     source-map "^0.6.1"
 
 "@types/webpack@^4.41.8":
-  version "4.41.29"
-  resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.29.tgz#2e66c1de8223c440366469415c50a47d97625773"
-  integrity sha512-6pLaORaVNZxiB3FSHbyBiWM7QdazAWda1zvAq4SbZObZqHSDbWLi62iFdblVea6SK9eyBIVp5yHhKt/yNQdR7Q==
+  version "4.41.30"
+  resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.41.30.tgz#fd3db6d0d41e145a8eeeafcd3c4a7ccde9068ddc"
+  integrity sha512-GUHyY+pfuQ6haAfzu4S14F+R5iGRwN6b2FRNJY7U0NilmFAqbsOfK6j1HwuLBAqwRIT+pVdNDJGJ6e8rpp0KHA==
   dependencies:
     "@types/node" "*"
     "@types/tapable" "^1"
@@ -2363,47 +2354,46 @@
     source-map "^0.6.0"
 
 "@types/yargs-parser@*":
-  version "20.2.0"
-  resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.0.tgz#dd3e6699ba3237f0348cd085e4698780204842f9"
-  integrity sha512-37RSHht+gzzgYeobbG+KWryeAW8J33Nhr69cjTqSYymXVZEN9NbRYWoYlRtDhHKPVT1FyNKwaTPC1NynKZpzRA==
+  version "20.2.1"
+  resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-20.2.1.tgz#3b9ce2489919d9e4fea439b76916abc34b2df129"
+  integrity sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==
 
 "@types/yargs@^15.0.0":
-  version "15.0.13"
-  resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.13.tgz#34f7fec8b389d7f3c1fd08026a5763e072d3c6dc"
-  integrity sha512-kQ5JNTrbDv3Rp5X2n/iUu37IJBDU2gsZ5R/g1/KHOOEc5IKfUFjXT6DENPGduh08I/pamwtEq4oul7gUqKTQDQ==
+  version "15.0.14"
+  resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-15.0.14.tgz#26d821ddb89e70492160b66d10a0eb6df8f6fb06"
+  integrity sha512-yEJzHoxf6SyQGhBhIYGXQDSCkJjB6HohDShto7m8vaKg9Yp0Yn8+71J9eakh2bnPg6BfsH9PRMhiRTZnd4eXGQ==
   dependencies:
     "@types/yargs-parser" "*"
 
 "@types/yargs@^16.0.0":
-  version "16.0.3"
-  resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.3.tgz#4b6d35bb8e680510a7dc2308518a80ee1ef27e01"
-  integrity sha512-YlFfTGS+zqCgXuXNV26rOIeETOkXnGQXP/pjjL9P0gO/EP9jTmc7pUBhx+jVEIxpq41RX33GQ7N3DzOSfZoglQ==
+  version "16.0.4"
+  resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-16.0.4.tgz#26aad98dd2c2a38e421086ea9ad42b9e51642977"
+  integrity sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==
   dependencies:
     "@types/yargs-parser" "*"
 
 "@typescript-eslint/eslint-plugin@^4.5.0":
-  version "4.26.1"
-  resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.1.tgz#b9c7313321cb837e2bf8bebe7acc2220659e67d3"
-  integrity sha512-aoIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9arQPxbi/0rlJLcuArclz/rCMJw==
+  version "4.28.2"
+  resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.28.2.tgz#7a8320f00141666813d0ae43b49ee8244f7cf92a"
+  integrity sha512-PGqpLLzHSxq956rzNGasO3GsAPf2lY9lDUBXhS++SKonglUmJypaUtcKzRtUte8CV7nruwnDxtLUKpVxs0wQBw==
   dependencies:
-    "@typescript-eslint/experimental-utils" "4.26.1"
-    "@typescript-eslint/scope-manager" "4.26.1"
+    "@typescript-eslint/experimental-utils" "4.28.2"
+    "@typescript-eslint/scope-manager" "4.28.2"
     debug "^4.3.1"
     functional-red-black-tree "^1.0.1"
-    lodash "^4.17.21"
     regexpp "^3.1.0"
     semver "^7.3.5"
     tsutils "^3.21.0"
 
-"@typescript-eslint/experimental-utils@4.26.1", "@typescript-eslint/experimental-utils@^4.0.1":
-  version "4.26.1"
-  resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.1.tgz#a35980a2390da9232aa206b27f620eab66e94142"
-  integrity sha512-sQHBugRhrXzRCs9PaGg6rowie4i8s/iD/DpTB+EXte8OMDfdCG5TvO73XlO9Wc/zi0uyN4qOmX9hIjQEyhnbmQ==
+"@typescript-eslint/experimental-utils@4.28.2", "@typescript-eslint/experimental-utils@^4.0.1":
+  version "4.28.2"
+  resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.28.2.tgz#4ebdec06a10888e9326e1d51d81ad52a361bd0b0"
+  integrity sha512-MwHPsL6qo98RC55IoWWP8/opTykjTp4JzfPu1VfO2Z0MshNP0UZ1GEV5rYSSnZSUI8VD7iHvtIPVGW5Nfh7klQ==
   dependencies:
     "@types/json-schema" "^7.0.7"
-    "@typescript-eslint/scope-manager" "4.26.1"
-    "@typescript-eslint/types" "4.26.1"
-    "@typescript-eslint/typescript-estree" "4.26.1"
+    "@typescript-eslint/scope-manager" "4.28.2"
+    "@typescript-eslint/types" "4.28.2"
+    "@typescript-eslint/typescript-estree" "4.28.2"
     eslint-scope "^5.1.1"
     eslint-utils "^3.0.0"
 
@@ -2419,32 +2409,32 @@
     eslint-utils "^2.0.0"
 
 "@typescript-eslint/parser@^4.5.0":
-  version "4.26.1"
-  resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.1.tgz#cecfdd5eb7a5c13aabce1c1cfd7fbafb5a0f1e8e"
-  integrity sha512-q7F3zSo/nU6YJpPJvQveVlIIzx9/wu75lr6oDbDzoeIRWxpoc/HQ43G4rmMoCc5my/3uSj2VEpg/D83LYZF5HQ==
+  version "4.28.2"
+  resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.28.2.tgz#6aff11bf4b91eb67ca7517962eede951e9e2a15d"
+  integrity sha512-Q0gSCN51eikAgFGY+gnd5p9bhhCUAl0ERMiDKrTzpSoMYRubdB8MJrTTR/BBii8z+iFwz8oihxd0RAdP4l8w8w==
   dependencies:
-    "@typescript-eslint/scope-manager" "4.26.1"
-    "@typescript-eslint/types" "4.26.1"
-    "@typescript-eslint/typescript-estree" "4.26.1"
+    "@typescript-eslint/scope-manager" "4.28.2"
+    "@typescript-eslint/types" "4.28.2"
+    "@typescript-eslint/typescript-estree" "4.28.2"
     debug "^4.3.1"
 
-"@typescript-eslint/scope-manager@4.26.1":
-  version "4.26.1"
-  resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.26.1.tgz#075a74a15ff33ee3a7ed33e5fce16ee86689f662"
-  integrity sha512-TW1X2p62FQ8Rlne+WEShyd7ac2LA6o27S9i131W4NwDSfyeVlQWhw8ylldNNS8JG6oJB9Ha9Xyc+IUcqipvheQ==
+"@typescript-eslint/scope-manager@4.28.2":
+  version "4.28.2"
+  resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.28.2.tgz#451dce90303a3ce283750111495d34c9c204e510"
+  integrity sha512-MqbypNjIkJFEFuOwPWNDjq0nqXAKZvDNNs9yNseoGBB1wYfz1G0WHC2AVOy4XD7di3KCcW3+nhZyN6zruqmp2A==
   dependencies:
-    "@typescript-eslint/types" "4.26.1"
-    "@typescript-eslint/visitor-keys" "4.26.1"
+    "@typescript-eslint/types" "4.28.2"
+    "@typescript-eslint/visitor-keys" "4.28.2"
 
 "@typescript-eslint/types@3.10.1":
   version "3.10.1"
   resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.10.1.tgz#1d7463fa7c32d8a23ab508a803ca2fe26e758727"
   integrity sha512-+3+FCUJIahE9q0lDi1WleYzjCwJs5hIsbugIgnbB+dSCYUxl8L6PwmsyOPFZde2hc1DlTo/xnkOgiTLSyAbHiQ==
 
-"@typescript-eslint/types@4.26.1":
-  version "4.26.1"
-  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.1.tgz#9e7c523f73c34b04a765e4167ca5650436ef1d38"
-  integrity sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==
+"@typescript-eslint/types@4.28.2":
+  version "4.28.2"
+  resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.28.2.tgz#e6b9e234e0e9a66c4d25bab881661e91478223b5"
+  integrity sha512-Gr15fuQVd93uD9zzxbApz3wf7ua3yk4ZujABZlZhaxxKY8ojo448u7XTm/+ETpy0V0dlMtj6t4VdDvdc0JmUhA==
 
 "@typescript-eslint/typescript-estree@3.10.1":
   version "3.10.1"
@@ -2460,13 +2450,13 @@
     semver "^7.3.2"
     tsutils "^3.17.1"
 
-"@typescript-eslint/typescript-estree@4.26.1":
-  version "4.26.1"
-  resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz#b2ce2e789233d62283fae2c16baabd4f1dbc9633"
-  integrity sha512-l3ZXob+h0NQzz80lBGaykdScYaiEbFqznEs99uwzm8fPHhDjwaBFfQkjUC/slw6Sm7npFL8qrGEAMxcfBsBJUg==
+"@typescript-eslint/typescript-estree@4.28.2":
+  version "4.28.2"
+  resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.28.2.tgz#680129b2a285289a15e7c6108c84739adf3a798c"
+  integrity sha512-86lLstLvK6QjNZjMoYUBMMsULFw0hPHJlk1fzhAVoNjDBuPVxiwvGuPQq3fsBMCxuDJwmX87tM/AXoadhHRljg==
   dependencies:
-    "@typescript-eslint/types" "4.26.1"
-    "@typescript-eslint/visitor-keys" "4.26.1"
+    "@typescript-eslint/types" "4.28.2"
+    "@typescript-eslint/visitor-keys" "4.28.2"
     debug "^4.3.1"
     globby "^11.0.3"
     is-glob "^4.0.1"
@@ -2480,12 +2470,12 @@
   dependencies:
     eslint-visitor-keys "^1.1.0"
 
-"@typescript-eslint/visitor-keys@4.26.1":
-  version "4.26.1"
-  resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz#0d55ea735cb0d8903b198017d6d4f518fdaac546"
-  integrity sha512-IGouNSSd+6x/fHtYRyLOM6/C+QxMDzWlDtN41ea+flWuSF9g02iqcIlX8wM53JkfljoIjP0U+yp7SiTS1onEkw==
+"@typescript-eslint/visitor-keys@4.28.2":
+  version "4.28.2"
+  resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.28.2.tgz#bf56a400857bb68b59b311e6d0a5fbef5c3b5130"
+  integrity sha512-aT2B4PLyyRDUVUafXzpZFoc0C9t0za4BJAKP5sgWIhG+jHECQZUEjuQSCIwZdiJJ4w4cgu5r3Kh20SOdtEBl0w==
   dependencies:
-    "@typescript-eslint/types" "4.26.1"
+    "@typescript-eslint/types" "4.28.2"
     eslint-visitor-keys "^2.0.0"
 
 "@webassemblyjs/ast@1.9.0":
@@ -2685,9 +2675,9 @@ acorn@^7.1.0, acorn@^7.1.1, acorn@^7.4.0:
   integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
 
 acorn@^8.2.4:
-  version "8.4.0"
-  resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.0.tgz#af53266e698d7cffa416714b503066a82221be60"
-  integrity sha512-ULr0LDaEqQrMFGyQ3bhJkLsbtrQ8QibAseGZeaSUiT/6zb9IvIkomWHJIvgvwad+hinRAgsI51JcWk2yvwyL+w==
+  version "8.4.1"
+  resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.1.tgz#56c36251fc7cabc7096adc18f05afe814321a28c"
+  integrity sha512-asabaBSkEKosYKMITunzX177CXxQ4Q8BSSzMTKD+FefUhipQC70gfW5SiUDhYQ3vk8G+81HqQk7Fv9OXwwn9KA==
 
 address@1.1.2, address@^1.0.1:
   version "1.1.2"
@@ -2738,9 +2728,9 @@ ajv@^6.1.0, ajv@^6.10.0, ajv@^6.10.2, ajv@^6.12.4, ajv@^6.12.5:
     uri-js "^4.2.2"
 
 ajv@^8.0.1:
-  version "8.6.0"
-  resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.0.tgz#60cc45d9c46a477d80d92c48076d972c342e5720"
-  integrity sha512-cnUG4NSBiM4YFBxgZIj/In3/6KX+rQ2l2YPRVcvAMQGWEPKuXoPIhxzwqh31jA3IPbI4qEOp/5ILI4ynioXsGQ==
+  version "8.6.1"
+  resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.6.1.tgz#ae65764bf1edde8cd861281cda5057852364a295"
+  integrity sha512-42VLtQUOLefAvKFAQIxIZDaThq6om/PrfP0CYk3/vn+y4BMNkKnbli8ON2QCiHov4KkzOSJ/xSoBJdayiiYvVQ==
   dependencies:
     fast-deep-equal "^3.1.1"
     json-schema-traverse "^1.0.0"
@@ -2864,7 +2854,7 @@ anymatch@^2.0.0:
     micromatch "^3.1.4"
     normalize-path "^2.1.1"
 
-anymatch@^3.0.0, anymatch@^3.0.3, anymatch@~3.1.1:
+anymatch@^3.0.0, anymatch@^3.0.3, anymatch@~3.1.2:
   version "3.1.2"
   resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
   integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
@@ -3083,9 +3073,9 @@ autoprefixer@^9.6.1, autoprefixer@^9.8.6:
     postcss-value-parser "^4.1.0"
 
 axe-core@^4.0.2:
-  version "4.2.2"
-  resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.2.2.tgz#0c987d82c8b82b4b9b7a945f1b5ef0d8fed586ed"
-  integrity sha512-OKRkKM4ojMEZRJ5UNJHmq9tht7cEnRnqKG6KyB/trYws00Xtkv12mHtlJ0SK7cmuNbrU8dPUova3ELTuilfBbw==
+  version "4.2.3"
+  resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.2.3.tgz#2a3afc332f0031b42f602f4a3de03c211ca98f72"
+  integrity sha512-pXnVMfJKSIWU2Ml4JHP7pZEPIrgBO1Fd3WGx+fPBsS+KRGhE4vxooD8XBGWbQOIVSZsVK7pUDBBkCicNu80yzQ==
 
 axobject-query@^2.2.0:
   version "2.2.0"
@@ -3125,16 +3115,16 @@ babel-jest@^26.6.0, babel-jest@^26.6.3:
     graceful-fs "^4.2.4"
     slash "^3.0.0"
 
-babel-jest@^27.0.2:
-  version "27.0.2"
-  resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.0.2.tgz#7dc18adb01322acce62c2af76ea2c7cd186ade37"
-  integrity sha512-9OThPl3/IQbo4Yul2vMz4FYwILPQak8XelX4YGowygfHaOl5R5gfjm4iVx4d8aUugkW683t8aq0A74E7b5DU1Q==
+babel-jest@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.0.6.tgz#e99c6e0577da2655118e3608b68761a5a69bd0d8"
+  integrity sha512-iTJyYLNc4wRofASmofpOc5NK9QunwMk+TLFgGXsTFS8uEqmd8wdI7sga0FPe2oVH3b5Agt/EAK1QjPEuKL8VfA==
   dependencies:
-    "@jest/transform" "^27.0.2"
-    "@jest/types" "^27.0.2"
+    "@jest/transform" "^27.0.6"
+    "@jest/types" "^27.0.6"
     "@types/babel__core" "^7.1.14"
     babel-plugin-istanbul "^6.0.0"
-    babel-preset-jest "^27.0.1"
+    babel-preset-jest "^27.0.6"
     chalk "^4.0.0"
     graceful-fs "^4.2.4"
     slash "^3.0.0"
@@ -3178,10 +3168,10 @@ babel-plugin-jest-hoist@^26.6.2:
     "@types/babel__core" "^7.0.0"
     "@types/babel__traverse" "^7.0.6"
 
-babel-plugin-jest-hoist@^27.0.1:
-  version "27.0.1"
-  resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.0.1.tgz#a6d10e484c93abff0f4e95f437dad26e5736ea11"
-  integrity sha512-sqBF0owAcCDBVEDtxqfYr2F36eSHdx7lAVGyYuOBRnKdD6gzcy0I0XrAYCZgOA3CRrLhmR+Uae9nogPzmAtOfQ==
+babel-plugin-jest-hoist@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.0.6.tgz#f7c6b3d764af21cb4a2a1ab6870117dbde15b456"
+  integrity sha512-CewFeM9Vv2gM7Yr9n5eyyLVPRSiBnk6lKZRjgwYnGKSl9M14TMn2vkN02wTF04OGuSDLEzlWiMzvjXuW9mB6Gw==
   dependencies:
     "@babel/template" "^7.3.3"
     "@babel/types" "^7.3.3"
@@ -3211,7 +3201,7 @@ babel-plugin-polyfill-corejs2@^0.2.0, babel-plugin-polyfill-corejs2@^0.2.2:
     "@babel/helper-define-polyfill-provider" "^0.2.2"
     semver "^6.1.1"
 
-babel-plugin-polyfill-corejs3@^0.2.0:
+babel-plugin-polyfill-corejs3@^0.2.0, babel-plugin-polyfill-corejs3@^0.2.2:
   version "0.2.3"
   resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.3.tgz#72add68cf08a8bf139ba6e6dfc0b1d504098e57b"
   integrity sha512-rCOFzEIJpJEAU14XCcV/erIf/wZQMmMT5l5vXOpL5uoznyOGfDIjPj6FVytMvtzaKSTSVKouOCTPJ5OMUZH30g==
@@ -3219,14 +3209,6 @@ babel-plugin-polyfill-corejs3@^0.2.0:
     "@babel/helper-define-polyfill-provider" "^0.2.2"
     core-js-compat "^3.14.0"
 
-babel-plugin-polyfill-corejs3@^0.2.2:
-  version "0.2.2"
-  resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.2.tgz#7424a1682ee44baec817327710b1b094e5f8f7f5"
-  integrity sha512-l1Cf8PKk12eEk5QP/NQ6TH8A1pee6wWDJ96WjxrMXFLHLOBFzYM4moG80HFgduVhTqAFez4alnZKEhP/bYHg0A==
-  dependencies:
-    "@babel/helper-define-polyfill-provider" "^0.2.2"
-    core-js-compat "^3.9.1"
-
 babel-plugin-polyfill-regenerator@^0.2.0, babel-plugin-polyfill-regenerator@^0.2.2:
   version "0.2.2"
   resolved "https://registry.yarnpkg.com/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz#b310c8d642acada348c1fa3b3e6ce0e851bee077"
@@ -3235,9 +3217,9 @@ babel-plugin-polyfill-regenerator@^0.2.0, babel-plugin-polyfill-regenerator@^0.2
     "@babel/helper-define-polyfill-provider" "^0.2.2"
 
 "babel-plugin-styled-components@>= 1":
-  version "1.12.0"
-  resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.12.0.tgz#1dec1676512177de6b827211e9eda5a30db4f9b9"
-  integrity sha512-FEiD7l5ZABdJPpLssKXjBUJMYqzbcNzBowfXDCdJhOpbhWiewapUaY+LZGT8R4Jg2TwOjGjG4RKeyrO5p9sBkA==
+  version "1.13.1"
+  resolved "https://registry.yarnpkg.com/babel-plugin-styled-components/-/babel-plugin-styled-components-1.13.1.tgz#5ecd28b207627c2a26ef8d5da401e9644065095a"
+  integrity sha512-iY11g5orsdBnvWtXKCFBzDyTxZ9jvmkcYCCs5ONlvASYltDRhieCVzeDC7Do0fSW7psAL0zfVoXB3FHz2CkUSg==
   dependencies:
     "@babel/helper-annotate-as-pure" "^7.0.0"
     "@babel/helper-module-imports" "^7.0.0"
@@ -3293,12 +3275,12 @@ babel-preset-jest@^26.6.2:
     babel-plugin-jest-hoist "^26.6.2"
     babel-preset-current-node-syntax "^1.0.0"
 
-babel-preset-jest@^27.0.1:
-  version "27.0.1"
-  resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.0.1.tgz#7a50c75d16647c23a2cf5158d5bb9eb206b10e20"
-  integrity sha512-nIBIqCEpuiyhvjQs2mVNwTxQQa2xk70p9Dd/0obQGBf8FBzbnI8QhQKzLsWMN2i6q+5B0OcWDtrboBX5gmOLyA==
+babel-preset-jest@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/babel-preset-jest/-/babel-preset-jest-27.0.6.tgz#909ef08e9f24a4679768be2f60a3df0856843f9d"
+  integrity sha512-WObA0/Biw2LrVVwZkF/2GqbOdzhKD6Fkdwhoy9ASIrOWr/zodcSpQh72JOkEn6NWyjmnPDjNSqaGN4KnpKzhXw==
   dependencies:
-    babel-plugin-jest-hoist "^27.0.1"
+    babel-plugin-jest-hoist "^27.0.6"
     babel-preset-current-node-syntax "^1.0.0"
 
 babel-preset-react-app@^10.0.0:
@@ -3792,9 +3774,9 @@ caniuse-api@^3.0.0:
     lodash.uniq "^4.5.0"
 
 caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001219:
-  version "1.0.30001237"
-  resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001237.tgz#4b7783661515b8e7151fc6376cfd97f0e427b9e5"
-  integrity sha512-pDHgRndit6p1NR2GhzMbQ6CkRrp4VKuSsqbcLeOQppYPKOYkKT/6ZvZDvKJUqcmtyWIAHuZq3SVS2vc1egCZzw==
+  version "1.0.30001243"
+  resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001243.tgz#d9250155c91e872186671c523f3ae50cfc94a3aa"
+  integrity sha512-vNxw9mkTBtkmLFnJRv/2rhs1yufpDfCkBZexG3Y0xdOH2Z/eE/85E4Dl5j1YUN34nZVsSp6vVRFQRrez9wJMRA==
 
 canvg@^3.0.6:
   version "3.0.7"
@@ -3890,19 +3872,19 @@ chokidar@^2.1.8:
     fsevents "^1.2.7"
 
 chokidar@^3.4.1:
-  version "3.5.1"
-  resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a"
-  integrity sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==
+  version "3.5.2"
+  resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
+  integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==
   dependencies:
-    anymatch "~3.1.1"
+    anymatch "~3.1.2"
     braces "~3.0.2"
-    glob-parent "~5.1.0"
+    glob-parent "~5.1.2"
     is-binary-path "~2.1.0"
     is-glob "~4.0.1"
     normalize-path "~3.0.0"
-    readdirp "~3.5.0"
+    readdirp "~3.6.0"
   optionalDependencies:
-    fsevents "~2.3.1"
+    fsevents "~2.3.2"
 
 chownr@^1.1.1:
   version "1.1.4"
@@ -4224,7 +4206,7 @@ content-type@~1.0.4:
   resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
   integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
 
-convert-source-map@1.7.0, convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
+convert-source-map@1.7.0:
   version "1.7.0"
   resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442"
   integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA==
@@ -4236,6 +4218,13 @@ convert-source-map@^0.3.3:
   resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-0.3.5.tgz#f1d802950af7dd2631a1febe0596550c86ab3190"
   integrity sha1-8dgClQr33SYxof6+BZZVDIarMZA=
 
+convert-source-map@^1.4.0, convert-source-map@^1.6.0, convert-source-map@^1.7.0:
+  version "1.8.0"
+  resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.8.0.tgz#f3373c32d21b4d780dd8004514684fb791ca4369"
+  integrity sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==
+  dependencies:
+    safe-buffer "~5.1.1"
+
 cookie-signature@1.0.6:
   version "1.0.6"
   resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
@@ -4277,18 +4266,18 @@ copy-to-clipboard@^3.2.0:
   dependencies:
     toggle-selection "^1.0.6"
 
-core-js-compat@^3.14.0, core-js-compat@^3.6.2, core-js-compat@^3.9.0, core-js-compat@^3.9.1:
-  version "3.14.0"
-  resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.14.0.tgz#b574dabf29184681d5b16357bd33d104df3d29a5"
-  integrity sha512-R4NS2eupxtiJU+VwgkF9WTpnSfZW4pogwKHd8bclWU2sp93Pr5S1uYJI84cMOubJRou7bcfL0vmwtLslWN5p3A==
+core-js-compat@^3.14.0, core-js-compat@^3.15.0, core-js-compat@^3.6.2, core-js-compat@^3.9.0:
+  version "3.15.2"
+  resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.15.2.tgz#47272fbb479880de14b4e6081f71f3492f5bd3cb"
+  integrity sha512-Wp+BJVvwopjI+A1EFqm2dwUmWYXrvucmtIB2LgXn/Rb+gWPKYxtmb4GKHGKG/KGF1eK9jfjzT38DITbTOCX/SQ==
   dependencies:
     browserslist "^4.16.6"
     semver "7.0.0"
 
-core-js-pure@^3.14.0:
-  version "3.14.0"
-  resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.14.0.tgz#72bcfacba74a65ffce04bf94ae91d966e80ee553"
-  integrity sha512-YVh+LN2FgNU0odThzm61BsdkwrbrchumFq3oztnE9vTKC4KS2fvnPmcx8t6jnqAyOTCTF4ZSiuK8Qhh7SNcL4g==
+core-js-pure@^3.15.0:
+  version "3.15.2"
+  resolved "https://registry.yarnpkg.com/core-js-pure/-/core-js-pure-3.15.2.tgz#c8e0874822705f3385d3197af9348f7c9ae2e3ce"
+  integrity sha512-D42L7RYh1J2grW8ttxoY1+17Y4wXZeKe7uyplAI3FkNQyI5OgBIAjUfFiTPfL1rs0qLpxaabITNbjKl1Sp82tA==
 
 core-js@^2.4.0:
   version "2.6.12"
@@ -4296,9 +4285,9 @@ core-js@^2.4.0:
   integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==
 
 core-js@^3.6.0, core-js@^3.6.5:
-  version "3.14.0"
-  resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.14.0.tgz#62322b98c71cc2018b027971a69419e2425c2a6c"
-  integrity sha512-3s+ed8er9ahK+zJpp9ZtuVcDoFzHNiZsPbNAAE4KXgrRHbjSqqNN6xGSXq6bq7TZIbKj4NLrLb6bJ5i+vSVjHA==
+  version "3.15.2"
+  resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.15.2.tgz#740660d2ff55ef34ce664d7e2455119c5bdd3d61"
+  integrity sha512-tKs41J7NJVuaya8DxIOCnl8QuPHx5/ZVbFo1oKgVl1qHFBBrDctzQGtuLjPpRdNTWmKPH6oEvgN/MUID+l485Q==
 
 core-util-is@~1.0.0:
   version "1.0.2"
@@ -4707,11 +4696,16 @@ data-urls@^2.0.0:
     whatwg-mimetype "^2.3.0"
     whatwg-url "^8.0.0"
 
-date-fns@^2.15.0:
+date-fns@2.x:
   version "2.22.1"
   resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.22.1.tgz#1e5af959831ebb1d82992bf67b765052d8f0efc4"
   integrity sha512-yUFPQjrxEmIsMqlHhAhmxkuH769baF21Kk+nZwZGyrMoyLA+LugaQtC0+Tqf9CBUUULWwUJt6Q5ySI3LJDDCGg==
 
+dayjs@1.x:
+  version "1.10.6"
+  resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.6.tgz#288b2aa82f2d8418a6c9d4df5898c0737ad02a63"
+  integrity sha512-AztC/IOW4L1Q41A86phW5Thhcrco3xuAA+YX/BLpLWWjRcTj5TOt/QImBLmCKlrF7u7k47arTnOyL6GnbG8Hvw==
+
 debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9:
   version "2.6.9"
   resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -4720,9 +4714,9 @@ debug@2.6.9, debug@^2.2.0, debug@^2.3.3, debug@^2.6.0, debug@^2.6.9:
     ms "2.0.0"
 
 debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1:
-  version "4.3.1"
-  resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
-  integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
+  version "4.3.2"
+  resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
+  integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
   dependencies:
     ms "2.1.2"
 
@@ -4747,9 +4741,9 @@ decamelize@^1.1.0, decamelize@^1.2.0:
   integrity sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=
 
 decimal.js@^10.2.1:
-  version "10.2.1"
-  resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.2.1.tgz#238ae7b0f0c793d3e3cea410108b35a2c01426a3"
-  integrity sha512-KaL7+6Fw6i5A2XSnsbhm/6B+NuEA7TZ4vqxnd5tXz9sbKtrN9Srj8ab4vKVdK8YAqZO9P1kg45Y6YLoduPf+kw==
+  version "10.3.1"
+  resolved "https://registry.yarnpkg.com/decimal.js/-/decimal.js-10.3.1.tgz#d8c3a444a9c6774ba60ca6ad7261c3a94fd5e783"
+  integrity sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==
 
 decode-uri-component@^0.2.0:
   version "0.2.0"
@@ -4879,10 +4873,10 @@ diff-sequences@^26.6.2:
   resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-26.6.2.tgz#48ba99157de1923412eed41db6b6d4aa9ca7c0b1"
   integrity sha512-Mv/TDa3nZ9sbc5soK+OoA74BsS3mL37yixCvUAQkiuA4Wz6YtwP/K47n2rv2ovzHZvoiQeA5FTQOschKkEwB0Q==
 
-diff-sequences@^27.0.1:
-  version "27.0.1"
-  resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.0.1.tgz#9c9801d52ed5f576ff0a20e3022a13ee6e297e7c"
-  integrity sha512-XPLijkfJUh/PIBnfkcSHgvD6tlYixmcMAn3osTk6jt+H0v/mgURto1XUiD9DKuGX5NDoVS6dSlA23gd9FUaCFg==
+diff-sequences@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/diff-sequences/-/diff-sequences-27.0.6.tgz#3305cb2e55a033924054695cc66019fd7f8e5723"
+  integrity sha512-ag6wfpBFyNXZ0p8pcuIDS//D8H062ZQJ3fzYxjpmeKjnz8W4pekL3AI8VohmyZmsWW2PWaHgjsmqR6L13101VQ==
 
 diffie-hellman@^5.0.0:
   version "5.0.3"
@@ -4906,11 +4900,11 @@ dns-equal@^1.0.0:
   integrity sha1-s55/HabrCnW6nBcySzR1PEfgZU0=
 
 dns-packet@^5.2.2:
-  version "5.2.4"
-  resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-5.2.4.tgz#e004f409eadfa8ec861964dcb9eb395884fcf67d"
-  integrity sha512-vgu5Bx5IV8mXmh/9cn1lzn+J7okFlXe1vBRp+kCBJXg1nBED6Z/Q4e+QaDxQRSozMr14p/VQmdXwsf/I2wGjUA==
+  version "5.3.0"
+  resolved "https://registry.yarnpkg.com/dns-packet/-/dns-packet-5.3.0.tgz#9a0f66118d3be176b828b911a842b0b1a4bdfd4f"
+  integrity sha512-Nce7YLu6YCgWRvOmDBsJMo9M5/jV3lEZ5vUWnWXYmwURvPylHvq7nkDWhNmk1ZQoZZOP7oQh/S0lSxbisKOfHg==
   dependencies:
-    ip "^1.1.5"
+    "@leichtgewicht/ip-codec" "^2.0.1"
 
 dns-txt@^2.0.2:
   version "2.0.2"
@@ -4941,6 +4935,11 @@ doctrine@^3.0.0:
   dependencies:
     esutils "^2.0.2"
 
+dom-accessibility-api@^0.5.6:
+  version "0.5.6"
+  resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.6.tgz#3f5d43b52c7a3bd68b5fb63fa47b4e4c1fdf65a9"
+  integrity sha512-DplGLZd8L1lN64jlT27N9TVSESFR5STaEJvX+thCby7fuCHonfPpAlodYc3vuUYbDuDec5w8AMP7oCM5TWFsqw==
+
 dom-align@^1.7.0:
   version "1.12.2"
   resolved "https://registry.yarnpkg.com/dom-align/-/dom-align-1.12.2.tgz#0f8164ebd0c9c21b0c790310493cd855892acd4b"
@@ -5007,9 +5006,9 @@ domhandler@^4.0.0, domhandler@^4.2.0:
     domelementtype "^2.2.0"
 
 dompurify@^2.2.0:
-  version "2.2.9"
-  resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.2.9.tgz#4b42e244238032d9286a0d2c87b51313581d9624"
-  integrity sha512-+9MqacuigMIZ+1+EwoEltogyWGFTJZWU3258Rupxs+2CGs4H914G9er6pZbsme/bvb5L67o2rade9n21e4RW/w==
+  version "2.3.0"
+  resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.0.tgz#07bb39515e491588e5756b1d3e8375b5964814e2"
+  integrity sha512-VV5C6Kr53YVHGOBKO/F86OYX6/iLTw2yVSI721gKetxpHCK/V5TaLEf9ODjRgl1KLSWRMY6cUhAbv/c+IUnwQw==
 
 domutils@^1.5.1, domutils@^1.7.0:
   version "1.7.0"
@@ -5079,9 +5078,9 @@ ejs@^2.6.1:
   integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
 
 electron-to-chromium@^1.3.723:
-  version "1.3.752"
-  resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.752.tgz#0728587f1b9b970ec9ffad932496429aef750d09"
-  integrity sha512-2Tg+7jSl3oPxgsBsWKh5H83QazTkmWG/cnNwJplmyZc7KcN61+I10oUgaXSVk/NwfvN3BdkKDR4FYuRBQQ2v0A==
+  version "1.3.769"
+  resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.769.tgz#73ad7e3f2d435810b6f8b29617ec344c782fcbed"
+  integrity sha512-B+3hW8D76/uoTPSobWI3D/CFn2S4jPn88dVJ+BkD88Lz6LijQpL+hfdzIFJGTQK4KdE0XwmNbjUQFH1OQVwKdQ==
 
 elliptic@6.5.4, elliptic@^6.5.3:
   version "6.5.4"
@@ -5336,9 +5335,9 @@ eslint-module-utils@^2.6.0, eslint-module-utils@^2.6.1:
     pkg-dir "^2.0.0"
 
 eslint-plugin-flowtype@^5.2.0:
-  version "5.7.2"
-  resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.7.2.tgz#482a42fe5d15ee614652ed256d37543d584d7bc0"
-  integrity sha512-7Oq/N0+3nijBnYWQYzz/Mp/7ZCpwxYvClRyW/PLAmimY9uLCBvoXsNsERcJdkKceyOjgRbFhhxs058KTrne9Mg==
+  version "5.8.0"
+  resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.8.0.tgz#35b55e4ce559b90efbe913ed33630e391e301481"
+  integrity sha512-feK1xnUTsMSNTOw9jFw7aVgZl7Ep+ghpta/YEoaV6jbXU6Yso30B7BIj9ObHLzZ5TFJL7D98az080wfykLCrcw==
   dependencies:
     lodash "^4.17.15"
     string-natural-compare "^3.0.1"
@@ -5554,12 +5553,13 @@ eslint-webpack-plugin@^2.5.2:
     schema-utils "^3.0.0"
 
 eslint@^7.11.0:
-  version "7.28.0"
-  resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.28.0.tgz#435aa17a0b82c13bb2be9d51408b617e49c1e820"
-  integrity sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==
+  version "7.30.0"
+  resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
+  integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
   dependencies:
     "@babel/code-frame" "7.12.11"
     "@eslint/eslintrc" "^0.4.2"
+    "@humanwhocodes/config-array" "^0.5.0"
     ajv "^6.10.0"
     chalk "^4.0.0"
     cross-spawn "^7.0.2"
@@ -5751,17 +5751,17 @@ expect@^26.6.0, expect@^26.6.2:
     jest-message-util "^26.6.2"
     jest-regex-util "^26.0.0"
 
-expect@^27.0.2:
-  version "27.0.2"
-  resolved "https://registry.yarnpkg.com/expect/-/expect-27.0.2.tgz#e66ca3a4c9592f1c019fa1d46459a9d2084f3422"
-  integrity sha512-YJFNJe2+P2DqH+ZrXy+ydRQYO87oxRUonZImpDodR1G7qo3NYd3pL+NQ9Keqpez3cehczYwZDBC3A7xk3n7M/w==
+expect@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/expect/-/expect-27.0.6.tgz#a4d74fbe27222c718fff68ef49d78e26a8fd4c05"
+  integrity sha512-psNLt8j2kwg42jGBDSfAlU49CEZxejN1f1PlANWDZqIhBOVU/c2Pm888FcjWJzFewhIsNWfZJeLjUjtKGiPuSw==
   dependencies:
-    "@jest/types" "^27.0.2"
+    "@jest/types" "^27.0.6"
     ansi-styles "^5.0.0"
-    jest-get-type "^27.0.1"
-    jest-matcher-utils "^27.0.2"
-    jest-message-util "^27.0.2"
-    jest-regex-util "^27.0.1"
+    jest-get-type "^27.0.6"
+    jest-matcher-utils "^27.0.6"
+    jest-message-util "^27.0.6"
+    jest-regex-util "^27.0.6"
 
 express@^4.17.1:
   version "4.17.1"
@@ -5851,16 +5851,15 @@ fast-diff@^1.1.2:
   integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
 
 fast-glob@^3.1.1, fast-glob@^3.2.5:
-  version "3.2.5"
-  resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.5.tgz#7939af2a656de79a4f1901903ee8adcaa7cb9661"
-  integrity sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==
+  version "3.2.6"
+  resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.6.tgz#434dd9529845176ea049acc9343e8282765c6e1a"
+  integrity sha512-GnLuqj/pvQ7pX8/L4J84nijv6sAnlwvSDpMkJi9i7nPmPxGtRPkBSStfvDW5l6nMdX9VWe+pkKWFTgD+vF2QSQ==
   dependencies:
     "@nodelib/fs.stat" "^2.0.2"
     "@nodelib/fs.walk" "^1.2.3"
-    glob-parent "^5.1.0"
+    glob-parent "^5.1.2"
     merge2 "^1.3.0"
-    micromatch "^4.0.2"
-    picomatch "^2.2.1"
+    micromatch "^4.0.4"
 
 fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0:
   version "2.1.0"
@@ -5888,9 +5887,9 @@ fastest-levenshtein@^1.0.12:
   integrity sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==
 
 fastq@^1.6.0:
-  version "1.11.0"
-  resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.11.0.tgz#bb9fb955a07130a918eb63c1f5161cc32a5d0858"
-  integrity sha512-7Eczs8gIPDrVzT+EksYBcupqMyxSHXXrHOLRRxU2/DicV8789MRBRR8+Hc2uWzUupOs4YS4JzBmBxjjCVBxD/g==
+  version "1.11.1"
+  resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.11.1.tgz#5d8175aae17db61947f8b162cfc7f63264d22807"
+  integrity sha512-HOnr8Mc60eNYl1gzwp6r5RoUyAn5/glBolUzP/Ez6IFVPMPirxn/9phgL6zhOtaTy7ISwPvQ+wT+hfcRZh/bzw==
   dependencies:
     reusify "^1.0.4"
 
@@ -6027,9 +6026,9 @@ flat-cache@^3.0.4:
     rimraf "^3.0.2"
 
 flatted@^3.1.0:
-  version "3.1.1"
-  resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.1.tgz#c4b489e80096d9df1dfc97c79871aea7c617c469"
-  integrity sha512-zAoAQiudy+r5SvnSw3KJy5os/oRJYHzrzja/tBDqrZtNhUw8bt6y8OBzMWcjWr+8liV8Eb6yOhw8WZ7VFZ5ZzA==
+  version "3.2.0"
+  resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.0.tgz#da07fb8808050aba6fdeac2294542e5043583f05"
+  integrity sha512-XprP7lDrVT+kE2c2YlfiV+IfS9zxukiIOvNamPNsImNhXadSsQEbosItdL9bUQlCZXR13SvPk20BjWSWLA7m4A==
 
 flatten@^1.0.2:
   version "1.0.3"
@@ -6159,7 +6158,7 @@ fsevents@^1.2.7:
     bindings "^1.5.0"
     nan "^2.12.1"
 
-fsevents@^2.1.2, fsevents@^2.1.3, fsevents@^2.3.2, fsevents@~2.3.1:
+fsevents@^2.1.2, fsevents@^2.1.3, fsevents@^2.3.2, fsevents@~2.3.2:
   version "2.3.2"
   resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
   integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
@@ -6232,7 +6231,7 @@ get-value@^2.0.3, get-value@^2.0.6:
   resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28"
   integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=
 
-glob-parent@5.1.2, glob-parent@^3.1.0, glob-parent@^5.1.0, glob-parent@^5.1.2, glob-parent@~5.1.0:
+glob-parent@5.1.2, glob-parent@^3.1.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
   version "5.1.2"
   resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
   integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -6273,9 +6272,9 @@ globals@^11.1.0:
   integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
 
 globals@^13.6.0, globals@^13.9.0:
-  version "13.9.0"
-  resolved "https://registry.yarnpkg.com/globals/-/globals-13.9.0.tgz#4bf2bf635b334a173fb1daf7c5e6b218ecdc06cb"
-  integrity sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==
+  version "13.10.0"
+  resolved "https://registry.yarnpkg.com/globals/-/globals-13.10.0.tgz#60ba56c3ac2ca845cfbf4faeca727ad9dd204676"
+  integrity sha512-piHC3blgLGFjvOuMmWZX60f+na1lXFDhQXBf1UYp2fXPXqvEUbOhNwi6BsQ0bQishwedgnjkwv1d9zKf+MWw3g==
   dependencies:
     type-fest "^0.20.2"
 
@@ -6292,9 +6291,9 @@ globby@11.0.1:
     slash "^3.0.0"
 
 globby@^11.0.2, globby@^11.0.3:
-  version "11.0.3"
-  resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
-  integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
+  version "11.0.4"
+  resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
+  integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
   dependencies:
     array-union "^2.1.0"
     dir-glob "^3.0.1"
@@ -6559,13 +6558,20 @@ html-webpack-plugin@4.5.0:
     tapable "^1.1.3"
     util.promisify "1.0.0"
 
-html2canvas@1.0.0-rc.7, html2canvas@^1.0.0-rc.5:
+html2canvas@1.0.0-rc.7:
   version "1.0.0-rc.7"
   resolved "https://registry.yarnpkg.com/html2canvas/-/html2canvas-1.0.0-rc.7.tgz#70c159ce0e63954a91169531894d08ad5627ac98"
   integrity sha512-yvPNZGejB2KOyKleZspjK/NruXVQuowu8NnV2HYG7gW7ytzl+umffbtUI62v2dCHQLDdsK6HIDtyJZ0W3neerA==
   dependencies:
     css-line-break "1.1.1"
 
+html2canvas@^1.0.0-rc.5:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/html2canvas/-/html2canvas-1.0.0.tgz#05c1966aeab08c17d9f113921b6b82d4d56740a4"
+  integrity sha512-0d/f2Aj1Brn+EeNWkuRdtnT13qu1NdvxhBMvts3ssme7jgPU7dtuwnm1P6cXvXmnDdUUerH5XdhveWvuLfqkew==
+  dependencies:
+    css-line-break "1.1.1"
+
 htmlparser2@^3.10.0:
   version "3.10.1"
   resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-3.10.1.tgz#bd679dc3f59897b6a34bb10749c855bb53a9392f"
@@ -7395,27 +7401,27 @@ jest-circus@26.6.0:
     stack-utils "^2.0.2"
     throat "^5.0.0"
 
-jest-circus@^27.0.4:
-  version "27.0.4"
-  resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.0.4.tgz#3b261514ee3b3da33def736a6352c98ff56bb6e6"
-  integrity sha512-QD+eblDiRphta630WRKewuASLs/oY1Zki2G4bccntRvrTHQ63ljwFR5TLduuK4Zg0ZPzW0+8o6AP7KRd1yKOjw==
+jest-circus@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.0.6.tgz#dd4df17c4697db6a2c232aaad4e9cec666926668"
+  integrity sha512-OJlsz6BBeX9qR+7O9lXefWoc2m9ZqcZ5Ohlzz0pTEAG4xMiZUJoacY8f4YDHxgk0oKYxj277AfOk9w6hZYvi1Q==
   dependencies:
-    "@jest/environment" "^27.0.3"
-    "@jest/test-result" "^27.0.2"
-    "@jest/types" "^27.0.2"
+    "@jest/environment" "^27.0.6"
+    "@jest/test-result" "^27.0.6"
+    "@jest/types" "^27.0.6"
     "@types/node" "*"
     chalk "^4.0.0"
     co "^4.6.0"
     dedent "^0.7.0"
-    expect "^27.0.2"
+    expect "^27.0.6"
     is-generator-fn "^2.0.0"
-    jest-each "^27.0.2"
-    jest-matcher-utils "^27.0.2"
-    jest-message-util "^27.0.2"
-    jest-runtime "^27.0.4"
-    jest-snapshot "^27.0.4"
-    jest-util "^27.0.2"
-    pretty-format "^27.0.2"
+    jest-each "^27.0.6"
+    jest-matcher-utils "^27.0.6"
+    jest-message-util "^27.0.6"
+    jest-runtime "^27.0.6"
+    jest-snapshot "^27.0.6"
+    jest-util "^27.0.6"
+    pretty-format "^27.0.6"
     slash "^3.0.0"
     stack-utils "^2.0.3"
     throat "^6.0.1"
@@ -7464,31 +7470,31 @@ jest-config@^26.6.3:
     pretty-format "^26.6.2"
 
 jest-config@^27.0.1:
-  version "27.0.4"
-  resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.0.4.tgz#c4f41378acf40ca77860fb4e213b12109d87b8cf"
-  integrity sha512-VkQFAHWnPQefdvHU9A+G3H/Z3NrrTKqWpvxgQz3nkUdkDTWeKJE6e//BL+R7z79dXOMVksYgM/z6ndtN0hfChg==
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-27.0.6.tgz#119fb10f149ba63d9c50621baa4f1f179500277f"
+  integrity sha512-JZRR3I1Plr2YxPBhgqRspDE2S5zprbga3swYNrvY3HfQGu7p/GjyLOqwrYad97tX3U3mzT53TPHVmozacfP/3w==
   dependencies:
     "@babel/core" "^7.1.0"
-    "@jest/test-sequencer" "^27.0.4"
-    "@jest/types" "^27.0.2"
-    babel-jest "^27.0.2"
+    "@jest/test-sequencer" "^27.0.6"
+    "@jest/types" "^27.0.6"
+    babel-jest "^27.0.6"
     chalk "^4.0.0"
     deepmerge "^4.2.2"
     glob "^7.1.1"
     graceful-fs "^4.2.4"
     is-ci "^3.0.0"
-    jest-circus "^27.0.4"
-    jest-environment-jsdom "^27.0.3"
-    jest-environment-node "^27.0.3"
-    jest-get-type "^27.0.1"
-    jest-jasmine2 "^27.0.4"
-    jest-regex-util "^27.0.1"
-    jest-resolve "^27.0.4"
-    jest-runner "^27.0.4"
-    jest-util "^27.0.2"
-    jest-validate "^27.0.2"
+    jest-circus "^27.0.6"
+    jest-environment-jsdom "^27.0.6"
+    jest-environment-node "^27.0.6"
+    jest-get-type "^27.0.6"
+    jest-jasmine2 "^27.0.6"
+    jest-regex-util "^27.0.6"
+    jest-resolve "^27.0.6"
+    jest-runner "^27.0.6"
+    jest-util "^27.0.6"
+    jest-validate "^27.0.6"
     micromatch "^4.0.4"
-    pretty-format "^27.0.2"
+    pretty-format "^27.0.6"
 
 jest-diff@^26.0.0, jest-diff@^26.6.2:
   version "26.6.2"
@@ -7500,15 +7506,15 @@ jest-diff@^26.0.0, jest-diff@^26.6.2:
     jest-get-type "^26.3.0"
     pretty-format "^26.6.2"
 
-jest-diff@^27.0.2:
-  version "27.0.2"
-  resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.0.2.tgz#f315b87cee5dc134cf42c2708ab27375cc3f5a7e"
-  integrity sha512-BFIdRb0LqfV1hBt8crQmw6gGQHVDhM87SpMIZ45FPYKReZYG5er1+5pIn2zKqvrJp6WNox0ylR8571Iwk2Dmgw==
+jest-diff@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-diff/-/jest-diff-27.0.6.tgz#4a7a19ee6f04ad70e0e3388f35829394a44c7b5e"
+  integrity sha512-Z1mqgkTCSYaFgwTlP/NUiRzdqgxmmhzHY1Tq17zL94morOHfHu3K4bgSgl+CR4GLhpV8VxkuOYuIWnQ9LnFqmg==
   dependencies:
     chalk "^4.0.0"
-    diff-sequences "^27.0.1"
-    jest-get-type "^27.0.1"
-    pretty-format "^27.0.2"
+    diff-sequences "^27.0.6"
+    jest-get-type "^27.0.6"
+    pretty-format "^27.0.6"
 
 jest-docblock@^26.0.0:
   version "26.0.0"
@@ -7517,10 +7523,10 @@ jest-docblock@^26.0.0:
   dependencies:
     detect-newline "^3.0.0"
 
-jest-docblock@^27.0.1:
-  version "27.0.1"
-  resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-27.0.1.tgz#bd9752819b49fa4fab1a50b73eb58c653b962e8b"
-  integrity sha512-TA4+21s3oebURc7VgFV4r7ltdIJ5rtBH1E3Tbovcg7AV+oLfD5DcJ2V2vJ5zFA9sL5CFd/d2D6IpsAeSheEdrA==
+jest-docblock@^27.0.1, jest-docblock@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-docblock/-/jest-docblock-27.0.6.tgz#cc78266acf7fe693ca462cbbda0ea4e639e4e5f3"
+  integrity sha512-Fid6dPcjwepTFraz0YxIMCi7dejjJ/KL9FBjPYhBp4Sv1Y9PdhImlKZqYU555BlN4TQKaTc+F2Av1z+anVyGkA==
   dependencies:
     detect-newline "^3.0.0"
 
@@ -7535,16 +7541,16 @@ jest-each@^26.6.0, jest-each@^26.6.2:
     jest-util "^26.6.2"
     pretty-format "^26.6.2"
 
-jest-each@^27.0.2:
-  version "27.0.2"
-  resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.0.2.tgz#865ddb4367476ced752167926b656fa0dcecd8c7"
-  integrity sha512-OLMBZBZ6JkoXgUenDtseFRWA43wVl2BwmZYIWQws7eS7pqsIvePqj/jJmEnfq91ALk3LNphgwNK/PRFBYi7ITQ==
+jest-each@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-each/-/jest-each-27.0.6.tgz#cee117071b04060158dc8d9a66dc50ad40ef453b"
+  integrity sha512-m6yKcV3bkSWrUIjxkE9OC0mhBZZdhovIW5ergBYirqnkLXkyEn3oUUF/QZgyecA1cF1QFyTE8bRRl8Tfg1pfLA==
   dependencies:
-    "@jest/types" "^27.0.2"
+    "@jest/types" "^27.0.6"
     chalk "^4.0.0"
-    jest-get-type "^27.0.1"
-    jest-util "^27.0.2"
-    pretty-format "^27.0.2"
+    jest-get-type "^27.0.6"
+    jest-util "^27.0.6"
+    pretty-format "^27.0.6"
 
 jest-environment-jsdom-global@2.0.4:
   version "2.0.4"
@@ -7577,17 +7583,17 @@ jest-environment-jsdom@^26.6.2:
     jest-util "^26.6.2"
     jsdom "^16.4.0"
 
-jest-environment-jsdom@^27.0.3:
-  version "27.0.3"
-  resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.0.3.tgz#ed73e913ddc03864eb9f934b5cbabf1b63504e2e"
-  integrity sha512-5KLmgv1bhiimpSA8oGTnZYk6g4fsNyZiA/6gI2tAZUgrufd7heRUSVh4gRokzZVEj8zlwAQYT0Zs6tuJSW/ECA==
+jest-environment-jsdom@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-environment-jsdom/-/jest-environment-jsdom-27.0.6.tgz#f66426c4c9950807d0a9f209c590ce544f73291f"
+  integrity sha512-FvetXg7lnXL9+78H+xUAsra3IeZRTiegA3An01cWeXBspKXUhAwMM9ycIJ4yBaR0L7HkoMPaZsozCLHh4T8fuw==
   dependencies:
-    "@jest/environment" "^27.0.3"
-    "@jest/fake-timers" "^27.0.3"
-    "@jest/types" "^27.0.2"
+    "@jest/environment" "^27.0.6"
+    "@jest/fake-timers" "^27.0.6"
+    "@jest/types" "^27.0.6"
     "@types/node" "*"
-    jest-mock "^27.0.3"
-    jest-util "^27.0.2"
+    jest-mock "^27.0.6"
+    jest-util "^27.0.6"
     jsdom "^16.6.0"
 
 jest-environment-node@^26.6.2:
@@ -7602,27 +7608,27 @@ jest-environment-node@^26.6.2:
     jest-mock "^26.6.2"
     jest-util "^26.6.2"
 
-jest-environment-node@^27.0.3:
-  version "27.0.3"
-  resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-27.0.3.tgz#b4acb3679d2552a4215732cab8b0ca7ec4398ee0"
-  integrity sha512-co2/IVnIFL3cItpFULCvXFg9us4gvWXgs7mutAMPCbFhcqh56QAOdKhNzC2+RycsC/k4mbMj1VF+9F/NzA0ROg==
+jest-environment-node@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-environment-node/-/jest-environment-node-27.0.6.tgz#a6699b7ceb52e8d68138b9808b0c404e505f3e07"
+  integrity sha512-+Vi6yLrPg/qC81jfXx3IBlVnDTI6kmRr08iVa2hFCWmJt4zha0XW7ucQltCAPhSR0FEKEoJ3i+W4E6T0s9is0w==
   dependencies:
-    "@jest/environment" "^27.0.3"
-    "@jest/fake-timers" "^27.0.3"
-    "@jest/types" "^27.0.2"
+    "@jest/environment" "^27.0.6"
+    "@jest/fake-timers" "^27.0.6"
+    "@jest/types" "^27.0.6"
     "@types/node" "*"
-    jest-mock "^27.0.3"
-    jest-util "^27.0.2"
+    jest-mock "^27.0.6"
+    jest-util "^27.0.6"
 
 jest-get-type@^26.3.0:
   version "26.3.0"
   resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-26.3.0.tgz#e97dc3c3f53c2b406ca7afaed4493b1d099199e0"
   integrity sha512-TpfaviN1R2pQWkIihlfEanwOXK0zcxrKEE4MlU6Tn7keoXdN6/3gK/xl0yEh8DOunn5pOVGKf8hB4R9gVh04ig==
 
-jest-get-type@^27.0.1:
-  version "27.0.1"
-  resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.0.1.tgz#34951e2b08c8801eb28559d7eb732b04bbcf7815"
-  integrity sha512-9Tggo9zZbu0sHKebiAijyt1NM77Z0uO4tuWOxUCujAiSeXv30Vb5D4xVF4UR4YWNapcftj+PbByU54lKD7/xMg==
+jest-get-type@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-get-type/-/jest-get-type-27.0.6.tgz#0eb5c7f755854279ce9b68a9f1a4122f69047cfe"
+  integrity sha512-XTkK5exIeUbbveehcSR8w0bhH+c0yloW/Wpl+9vZrjzztCPWrxhHwkIFpZzCt71oRBsgxmuUfxEqOYoZI2macg==
 
 jest-haste-map@^26.6.2:
   version "26.6.2"
@@ -7645,21 +7651,21 @@ jest-haste-map@^26.6.2:
   optionalDependencies:
     fsevents "^2.1.2"
 
-jest-haste-map@^27.0.1, jest-haste-map@^27.0.2:
-  version "27.0.2"
-  resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.0.2.tgz#3f1819400c671237e48b4d4b76a80a0dbed7577f"
-  integrity sha512-37gYfrYjjhEfk37C4bCMWAC0oPBxDpG0qpl8lYg8BT//wf353YT/fzgA7+Dq0EtM7rPFS3JEcMsxdtDwNMi2cA==
+jest-haste-map@^27.0.1, jest-haste-map@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-haste-map/-/jest-haste-map-27.0.6.tgz#4683a4e68f6ecaa74231679dca237279562c8dc7"
+  integrity sha512-4ldjPXX9h8doB2JlRzg9oAZ2p6/GpQUNAeiYXqcpmrKbP0Qev0wdZlxSMOmz8mPOEnt4h6qIzXFLDi8RScX/1w==
   dependencies:
-    "@jest/types" "^27.0.2"
+    "@jest/types" "^27.0.6"
     "@types/graceful-fs" "^4.1.2"
     "@types/node" "*"
     anymatch "^3.0.3"
     fb-watchman "^2.0.0"
     graceful-fs "^4.2.4"
-    jest-regex-util "^27.0.1"
-    jest-serializer "^27.0.1"
-    jest-util "^27.0.2"
-    jest-worker "^27.0.2"
+    jest-regex-util "^27.0.6"
+    jest-serializer "^27.0.6"
+    jest-util "^27.0.6"
+    jest-worker "^27.0.6"
     micromatch "^4.0.4"
     walker "^1.0.7"
   optionalDependencies:
@@ -7689,28 +7695,28 @@ jest-jasmine2@^26.6.3:
     pretty-format "^26.6.2"
     throat "^5.0.0"
 
-jest-jasmine2@^27.0.4:
-  version "27.0.4"
-  resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.0.4.tgz#c669519ccf4904a485338555e1e66cad36bb0670"
-  integrity sha512-yj3WrjjquZwkJw+eA4c9yucHw4/+EHndHWSqgHbHGQfT94ihaaQsa009j1a0puU8CNxPDk0c1oAPeOpdJUElwA==
+jest-jasmine2@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-27.0.6.tgz#fd509a9ed3d92bd6edb68a779f4738b100655b37"
+  integrity sha512-cjpH2sBy+t6dvCeKBsHpW41mjHzXgsavaFMp+VWRf0eR4EW8xASk1acqmljFtK2DgyIECMv2yCdY41r2l1+4iA==
   dependencies:
     "@babel/traverse" "^7.1.0"
-    "@jest/environment" "^27.0.3"
-    "@jest/source-map" "^27.0.1"
-    "@jest/test-result" "^27.0.2"
-    "@jest/types" "^27.0.2"
+    "@jest/environment" "^27.0.6"
+    "@jest/source-map" "^27.0.6"
+    "@jest/test-result" "^27.0.6"
+    "@jest/types" "^27.0.6"
     "@types/node" "*"
     chalk "^4.0.0"
     co "^4.6.0"
-    expect "^27.0.2"
+    expect "^27.0.6"
     is-generator-fn "^2.0.0"
-    jest-each "^27.0.2"
-    jest-matcher-utils "^27.0.2"
-    jest-message-util "^27.0.2"
-    jest-runtime "^27.0.4"
-    jest-snapshot "^27.0.4"
-    jest-util "^27.0.2"
-    pretty-format "^27.0.2"
+    jest-each "^27.0.6"
+    jest-matcher-utils "^27.0.6"
+    jest-message-util "^27.0.6"
+    jest-runtime "^27.0.6"
+    jest-snapshot "^27.0.6"
+    jest-util "^27.0.6"
+    pretty-format "^27.0.6"
     throat "^6.0.1"
 
 jest-leak-detector@^26.6.2:
@@ -7721,13 +7727,13 @@ jest-leak-detector@^26.6.2:
     jest-get-type "^26.3.0"
     pretty-format "^26.6.2"
 
-jest-leak-detector@^27.0.1, jest-leak-detector@^27.0.2:
-  version "27.0.2"
-  resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.0.2.tgz#ce19aa9dbcf7a72a9d58907a970427506f624e69"
-  integrity sha512-TZA3DmCOfe8YZFIMD1GxFqXUkQnIoOGQyy4hFCA2mlHtnAaf+FeOMxi0fZmfB41ZL+QbFG6BVaZF5IeFIVy53Q==
+jest-leak-detector@^27.0.1, jest-leak-detector@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-leak-detector/-/jest-leak-detector-27.0.6.tgz#545854275f85450d4ef4b8fe305ca2a26450450f"
+  integrity sha512-2/d6n2wlH5zEcdctX4zdbgX8oM61tb67PQt4Xh8JFAIy6LRKUnX528HulkaG6nD5qDl5vRV1NXejCe1XRCH5gQ==
   dependencies:
-    jest-get-type "^27.0.1"
-    pretty-format "^27.0.2"
+    jest-get-type "^27.0.6"
+    pretty-format "^27.0.6"
 
 jest-matcher-utils@^26.6.0, jest-matcher-utils@^26.6.2:
   version "26.6.2"
@@ -7739,15 +7745,15 @@ jest-matcher-utils@^26.6.0, jest-matcher-utils@^26.6.2:
     jest-get-type "^26.3.0"
     pretty-format "^26.6.2"
 
-jest-matcher-utils@^27.0.2:
-  version "27.0.2"
-  resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.0.2.tgz#f14c060605a95a466cdc759acc546c6f4cbfc4f0"
-  integrity sha512-Qczi5xnTNjkhcIB0Yy75Txt+Ez51xdhOxsukN7awzq2auZQGPHcQrJ623PZj0ECDEMOk2soxWx05EXdXGd1CbA==
+jest-matcher-utils@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-matcher-utils/-/jest-matcher-utils-27.0.6.tgz#2a8da1e86c620b39459f4352eaa255f0d43e39a9"
+  integrity sha512-OFgF2VCQx9vdPSYTHWJ9MzFCehs20TsyFi6bIHbk5V1u52zJOnvF0Y/65z3GLZHKRuTgVPY4Z6LVePNahaQ+tA==
   dependencies:
     chalk "^4.0.0"
-    jest-diff "^27.0.2"
-    jest-get-type "^27.0.1"
-    pretty-format "^27.0.2"
+    jest-diff "^27.0.6"
+    jest-get-type "^27.0.6"
+    pretty-format "^27.0.6"
 
 jest-message-util@^26.6.0, jest-message-util@^26.6.2:
   version "26.6.2"
@@ -7764,18 +7770,18 @@ jest-message-util@^26.6.0, jest-message-util@^26.6.2:
     slash "^3.0.0"
     stack-utils "^2.0.2"
 
-jest-message-util@^27.0.1, jest-message-util@^27.0.2:
-  version "27.0.2"
-  resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.0.2.tgz#181c9b67dff504d8f4ad15cba10d8b80f272048c"
-  integrity sha512-rTqWUX42ec2LdMkoUPOzrEd1Tcm+R1KfLOmFK+OVNo4MnLsEaxO5zPDb2BbdSmthdM/IfXxOZU60P/WbWF8BTw==
+jest-message-util@^27.0.1, jest-message-util@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-message-util/-/jest-message-util-27.0.6.tgz#158bcdf4785706492d164a39abca6a14da5ab8b5"
+  integrity sha512-rBxIs2XK7rGy+zGxgi+UJKP6WqQ+KrBbD1YMj517HYN3v2BG66t3Xan3FWqYHKZwjdB700KiAJ+iES9a0M+ixw==
   dependencies:
     "@babel/code-frame" "^7.12.13"
-    "@jest/types" "^27.0.2"
+    "@jest/types" "^27.0.6"
     "@types/stack-utils" "^2.0.0"
     chalk "^4.0.0"
     graceful-fs "^4.2.4"
     micromatch "^4.0.4"
-    pretty-format "^27.0.2"
+    pretty-format "^27.0.6"
     slash "^3.0.0"
     stack-utils "^2.0.3"
 
@@ -7787,12 +7793,12 @@ jest-mock@^26.6.2:
     "@jest/types" "^26.6.2"
     "@types/node" "*"
 
-jest-mock@^27.0.1, jest-mock@^27.0.3:
-  version "27.0.3"
-  resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.0.3.tgz#5591844f9192b3335c0dca38e8e45ed297d4d23d"
-  integrity sha512-O5FZn5XDzEp+Xg28mUz4ovVcdwBBPfAhW9+zJLO0Efn2qNbYcDaJvSlRiQ6BCZUCVOJjALicuJQI9mRFjv1o9Q==
+jest-mock@^27.0.1, jest-mock@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-mock/-/jest-mock-27.0.6.tgz#0efdd40851398307ba16778728f6d34d583e3467"
+  integrity sha512-lzBETUoK8cSxts2NYXSBWT+EJNzmUVtVVwS1sU9GwE1DLCfGsngg+ZVSIe0yd0ZSm+y791esiuo+WSwpXJQ5Bw==
   dependencies:
-    "@jest/types" "^27.0.2"
+    "@jest/types" "^27.0.6"
     "@types/node" "*"
 
 jest-pnp-resolver@^1.2.2:
@@ -7805,10 +7811,10 @@ jest-regex-util@^26.0.0:
   resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-26.0.0.tgz#d25e7184b36e39fd466c3bc41be0971e821fee28"
   integrity sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==
 
-jest-regex-util@^27.0.1:
-  version "27.0.1"
-  resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.0.1.tgz#69d4b1bf5b690faa3490113c47486ed85dd45b68"
-  integrity sha512-6nY6QVcpTgEKQy1L41P4pr3aOddneK17kn3HJw6SdwGiKfgCGTvH02hVXL0GU8GEKtPH83eD2DIDgxHXOxVohQ==
+jest-regex-util@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-regex-util/-/jest-regex-util-27.0.6.tgz#02e112082935ae949ce5d13b2675db3d8c87d9c5"
+  integrity sha512-SUhPzBsGa1IKm8hx2F4NfTGGp+r7BXJ4CulsZ1k2kI+mGLG+lxGrs76veN2LF/aUdGosJBzKgXmNCw+BzFqBDQ==
 
 jest-resolve-dependencies@^26.6.3:
   version "26.6.3"
@@ -7847,18 +7853,18 @@ jest-resolve@^26.6.2:
     resolve "^1.18.1"
     slash "^3.0.0"
 
-jest-resolve@^27.0.1, jest-resolve@^27.0.4:
-  version "27.0.4"
-  resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.0.4.tgz#8a27bc3f2f00c8ea28f3bc99bbf6f468300a703d"
-  integrity sha512-BcfyK2i3cG79PDb/6gB6zFeFQlcqLsQjGBqznFCpA0L/3l1L/oOsltdUjs5eISAWA9HS9qtj8v2PSZr/yWxONQ==
+jest-resolve@^27.0.1, jest-resolve@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-resolve/-/jest-resolve-27.0.6.tgz#e90f436dd4f8fbf53f58a91c42344864f8e55bff"
+  integrity sha512-yKmIgw2LgTh7uAJtzv8UFHGF7Dm7XfvOe/LQ3Txv101fLM8cx2h1QVwtSJ51Q/SCxpIiKfVn6G2jYYMDNHZteA==
   dependencies:
-    "@jest/types" "^27.0.2"
+    "@jest/types" "^27.0.6"
     chalk "^4.0.0"
     escalade "^3.1.1"
     graceful-fs "^4.2.4"
     jest-pnp-resolver "^1.2.2"
-    jest-util "^27.0.2"
-    jest-validate "^27.0.2"
+    jest-util "^27.0.6"
+    jest-validate "^27.0.6"
     resolve "^1.20.0"
     slash "^3.0.0"
 
@@ -7915,31 +7921,31 @@ jest-runner@^26.6.0, jest-runner@^26.6.3:
     source-map-support "^0.5.6"
     throat "^5.0.0"
 
-jest-runner@^27.0.4:
-  version "27.0.4"
-  resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.0.4.tgz#2787170a9509b792ae129794f6944d27d5d12a4f"
-  integrity sha512-NfmvSYLCsCJk2AG8Ar2NAh4PhsJJpO+/r+g4bKR5L/5jFzx/indUpnVBdrfDvuqhGLLAvrKJ9FM/Nt8o1dsqxg==
+jest-runner@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-27.0.6.tgz#1325f45055539222bbc7256a6976e993ad2f9520"
+  integrity sha512-W3Bz5qAgaSChuivLn+nKOgjqNxM7O/9JOJoKDCqThPIg2sH/d4A/lzyiaFgnb9V1/w29Le11NpzTJSzga1vyYQ==
   dependencies:
-    "@jest/console" "^27.0.2"
-    "@jest/environment" "^27.0.3"
-    "@jest/test-result" "^27.0.2"
-    "@jest/transform" "^27.0.2"
-    "@jest/types" "^27.0.2"
+    "@jest/console" "^27.0.6"
+    "@jest/environment" "^27.0.6"
+    "@jest/test-result" "^27.0.6"
+    "@jest/transform" "^27.0.6"
+    "@jest/types" "^27.0.6"
     "@types/node" "*"
     chalk "^4.0.0"
     emittery "^0.8.1"
     exit "^0.1.2"
     graceful-fs "^4.2.4"
-    jest-docblock "^27.0.1"
-    jest-environment-jsdom "^27.0.3"
-    jest-environment-node "^27.0.3"
-    jest-haste-map "^27.0.2"
-    jest-leak-detector "^27.0.2"
-    jest-message-util "^27.0.2"
-    jest-resolve "^27.0.4"
-    jest-runtime "^27.0.4"
-    jest-util "^27.0.2"
-    jest-worker "^27.0.2"
+    jest-docblock "^27.0.6"
+    jest-environment-jsdom "^27.0.6"
+    jest-environment-node "^27.0.6"
+    jest-haste-map "^27.0.6"
+    jest-leak-detector "^27.0.6"
+    jest-message-util "^27.0.6"
+    jest-resolve "^27.0.6"
+    jest-runtime "^27.0.6"
+    jest-util "^27.0.6"
+    jest-worker "^27.0.6"
     source-map-support "^0.5.6"
     throat "^6.0.1"
 
@@ -7976,19 +7982,19 @@ jest-runtime@^26.6.0, jest-runtime@^26.6.3:
     strip-bom "^4.0.0"
     yargs "^15.4.1"
 
-jest-runtime@^27.0.1, jest-runtime@^27.0.4:
-  version "27.0.4"
-  resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.0.4.tgz#2e4a6aa77cac32ac612dfe12768387a8aa15c2f0"
-  integrity sha512-voJB4xbAjS/qYPboV+e+gmg3jfvHJJY4CagFWBOM9dQKtlaiTjcpD2tWwla84Z7PtXSQPeIpXY0qksA9Dum29A==
-  dependencies:
-    "@jest/console" "^27.0.2"
-    "@jest/environment" "^27.0.3"
-    "@jest/fake-timers" "^27.0.3"
-    "@jest/globals" "^27.0.3"
-    "@jest/source-map" "^27.0.1"
-    "@jest/test-result" "^27.0.2"
-    "@jest/transform" "^27.0.2"
-    "@jest/types" "^27.0.2"
+jest-runtime@^27.0.1, jest-runtime@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-27.0.6.tgz#45877cfcd386afdd4f317def551fc369794c27c9"
+  integrity sha512-BhvHLRVfKibYyqqEFkybsznKwhrsu7AWx2F3y9G9L95VSIN3/ZZ9vBpm/XCS2bS+BWz3sSeNGLzI3TVQ0uL85Q==
+  dependencies:
+    "@jest/console" "^27.0.6"
+    "@jest/environment" "^27.0.6"
+    "@jest/fake-timers" "^27.0.6"
+    "@jest/globals" "^27.0.6"
+    "@jest/source-map" "^27.0.6"
+    "@jest/test-result" "^27.0.6"
+    "@jest/transform" "^27.0.6"
+    "@jest/types" "^27.0.6"
     "@types/yargs" "^16.0.0"
     chalk "^4.0.0"
     cjs-module-lexer "^1.0.0"
@@ -7996,14 +8002,14 @@ jest-runtime@^27.0.1, jest-runtime@^27.0.4:
     exit "^0.1.2"
     glob "^7.1.3"
     graceful-fs "^4.2.4"
-    jest-haste-map "^27.0.2"
-    jest-message-util "^27.0.2"
-    jest-mock "^27.0.3"
-    jest-regex-util "^27.0.1"
-    jest-resolve "^27.0.4"
-    jest-snapshot "^27.0.4"
-    jest-util "^27.0.2"
-    jest-validate "^27.0.2"
+    jest-haste-map "^27.0.6"
+    jest-message-util "^27.0.6"
+    jest-mock "^27.0.6"
+    jest-regex-util "^27.0.6"
+    jest-resolve "^27.0.6"
+    jest-snapshot "^27.0.6"
+    jest-util "^27.0.6"
+    jest-validate "^27.0.6"
     slash "^3.0.0"
     strip-bom "^4.0.0"
     yargs "^16.0.3"
@@ -8016,10 +8022,10 @@ jest-serializer@^26.6.2:
     "@types/node" "*"
     graceful-fs "^4.2.4"
 
-jest-serializer@^27.0.1:
-  version "27.0.1"
-  resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-27.0.1.tgz#2464d04dcc33fb71dc80b7c82e3c5e8a08cb1020"
-  integrity sha512-svy//5IH6bfQvAbkAEg1s7xhhgHTtXu0li0I2fdKHDsLP2P2MOiscPQIENQep8oU2g2B3jqLyxKKzotZOz4CwQ==
+jest-serializer@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-serializer/-/jest-serializer-27.0.6.tgz#93a6c74e0132b81a2d54623251c46c498bb5bec1"
+  integrity sha512-PtGdVK9EGC7dsaziskfqaAPib6wTViY3G8E5wz9tLVPhHyiDNTZn/xjZ4khAw+09QkoOVpn7vF5nPSN6dtBexA==
   dependencies:
     "@types/node" "*"
     graceful-fs "^4.2.4"
@@ -8046,10 +8052,10 @@ jest-snapshot@^26.6.0, jest-snapshot@^26.6.2:
     pretty-format "^26.6.2"
     semver "^7.3.2"
 
-jest-snapshot@^27.0.4:
-  version "27.0.4"
-  resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.0.4.tgz#2b96e22ca90382b3e93bd0aae2ce4c78bf51fb5b"
-  integrity sha512-hnjrvpKGdSMvKfbHyaG5Kul7pDJGZvjVy0CKpzhu28MmAssDXS6GpynhXzgst1wBQoKD8c9b2VS2a5yhDLQRCA==
+jest-snapshot@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-snapshot/-/jest-snapshot-27.0.6.tgz#f4e6b208bd2e92e888344d78f0f650bcff05a4bf"
+  integrity sha512-NTHaz8He+ATUagUgE7C/UtFcRoHqR2Gc+KDfhQIyx+VFgwbeEMjeP+ILpUTLosZn/ZtbNdCF5LkVnN/l+V751A==
   dependencies:
     "@babel/core" "^7.7.2"
     "@babel/generator" "^7.7.2"
@@ -8057,25 +8063,30 @@ jest-snapshot@^27.0.4:
     "@babel/plugin-syntax-typescript" "^7.7.2"
     "@babel/traverse" "^7.7.2"
     "@babel/types" "^7.0.0"
-    "@jest/transform" "^27.0.2"
-    "@jest/types" "^27.0.2"
+    "@jest/transform" "^27.0.6"
+    "@jest/types" "^27.0.6"
     "@types/babel__traverse" "^7.0.4"
     "@types/prettier" "^2.1.5"
     babel-preset-current-node-syntax "^1.0.0"
     chalk "^4.0.0"
-    expect "^27.0.2"
+    expect "^27.0.6"
     graceful-fs "^4.2.4"
-    jest-diff "^27.0.2"
-    jest-get-type "^27.0.1"
-    jest-haste-map "^27.0.2"
-    jest-matcher-utils "^27.0.2"
-    jest-message-util "^27.0.2"
-    jest-resolve "^27.0.4"
-    jest-util "^27.0.2"
+    jest-diff "^27.0.6"
+    jest-get-type "^27.0.6"
+    jest-haste-map "^27.0.6"
+    jest-matcher-utils "^27.0.6"
+    jest-message-util "^27.0.6"
+    jest-resolve "^27.0.6"
+    jest-util "^27.0.6"
     natural-compare "^1.4.0"
-    pretty-format "^27.0.2"
+    pretty-format "^27.0.6"
     semver "^7.3.2"
 
+jest-svg-transformer@1.0.0:
+  version "1.0.0"
+  resolved "https://registry.yarnpkg.com/jest-svg-transformer/-/jest-svg-transformer-1.0.0.tgz#e38884ca4cd8b2295cdfa2a0b24667920c3a8a6d"
+  integrity sha1-44iEykzYsilc36KgskZnkgw6im0=
+
 jest-util@^26.6.0, jest-util@^26.6.2:
   version "26.6.2"
   resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-26.6.2.tgz#907535dbe4d5a6cb4c47ac9b926f6af29576cbc1"
@@ -8088,12 +8099,12 @@ jest-util@^26.6.0, jest-util@^26.6.2:
     is-ci "^2.0.0"
     micromatch "^4.0.2"
 
-jest-util@^27.0.1, jest-util@^27.0.2:
-  version "27.0.2"
-  resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.0.2.tgz#fc2c7ace3c75ae561cf1e5fdb643bf685a5be7c7"
-  integrity sha512-1d9uH3a00OFGGWSibpNYr+jojZ6AckOMCXV2Z4K3YXDnzpkAaXQyIpY14FOJPiUmil7CD+A6Qs+lnnh6ctRbIA==
+jest-util@^27.0.1, jest-util@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-util/-/jest-util-27.0.6.tgz#e8e04eec159de2f4d5f57f795df9cdc091e50297"
+  integrity sha512-1JjlaIh+C65H/F7D11GNkGDDZtDfMEM8EBXsvd+l/cxtgQ6QhxuloOaiayt89DxUvDarbVhqI98HhgrM1yliFQ==
   dependencies:
-    "@jest/types" "^27.0.2"
+    "@jest/types" "^27.0.6"
     "@types/node" "*"
     chalk "^4.0.0"
     graceful-fs "^4.2.4"
@@ -8112,17 +8123,17 @@ jest-validate@^26.6.2:
     leven "^3.1.0"
     pretty-format "^26.6.2"
 
-jest-validate@^27.0.2:
-  version "27.0.2"
-  resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.0.2.tgz#7fe2c100089449cd5cbb47a5b0b6cb7cda5beee5"
-  integrity sha512-UgBF6/oVu1ofd1XbaSotXKihi8nZhg0Prm8twQ9uCuAfo59vlxCXMPI/RKmrZEVgi3Nd9dS0I8A0wzWU48pOvg==
+jest-validate@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-validate/-/jest-validate-27.0.6.tgz#930a527c7a951927df269f43b2dc23262457e2a6"
+  integrity sha512-yhZZOaMH3Zg6DC83n60pLmdU1DQE46DW+KLozPiPbSbPhlXXaiUTDlhHQhHFpaqIFRrInko1FHXjTRpjWRuWfA==
   dependencies:
-    "@jest/types" "^27.0.2"
+    "@jest/types" "^27.0.6"
     camelcase "^6.2.0"
     chalk "^4.0.0"
-    jest-get-type "^27.0.1"
+    jest-get-type "^27.0.6"
     leven "^3.1.0"
-    pretty-format "^27.0.2"
+    pretty-format "^27.0.6"
 
 jest-watch-typeahead@0.6.1:
   version "0.6.1"
@@ -8167,10 +8178,10 @@ jest-worker@^26.5.0, jest-worker@^26.6.2:
     merge-stream "^2.0.0"
     supports-color "^7.0.0"
 
-jest-worker@^27.0.1, jest-worker@^27.0.2:
-  version "27.0.2"
-  resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.0.2.tgz#4ebeb56cef48b3e7514552f80d0d80c0129f0b05"
-  integrity sha512-EoBdilOTTyOgmHXtw/cPc+ZrCA0KJMrkXzkrPGNwLmnvvlN1nj7MPrxpT7m+otSv2e1TLaVffzDnE/LB14zJMg==
+jest-worker@^27.0.1, jest-worker@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-27.0.6.tgz#a5fdb1e14ad34eb228cfe162d9f729cdbfa28aed"
+  integrity sha512-qupxcj/dRuA3xHPMUd40gr2EaAurFbkwzOh7wfPaeE9id7hyjURRQoqNfHifHK3XjJU6YJJUQKILGUnwGPEOCA==
   dependencies:
     "@types/node" "*"
     merge-stream "^2.0.0"
@@ -8290,7 +8301,7 @@ json5@^1.0.1:
   dependencies:
     minimist "^1.2.0"
 
-json5@^2.1.2:
+json5@^2.1.2, json5@^2.2.0:
   version "2.2.0"
   resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.0.tgz#2dfefe720c6ba525d9ebd909950f0515316c89a3"
   integrity sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==
@@ -8645,6 +8656,11 @@ lru-cache@^6.0.0:
   dependencies:
     yallist "^4.0.0"
 
+lz-string@^1.4.4:
+  version "1.4.4"
+  resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.4.4.tgz#c0d8eaf36059f705796e1e344811cf4c498d3a26"
+  integrity sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=
+
 magic-string@^0.25.0, magic-string@^0.25.7:
   version "0.25.7"
   resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051"
@@ -10573,10 +10589,10 @@ postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1:
     indexes-of "^1.0.1"
     uniq "^1.0.1"
 
-postcss@7.0.21:
-  version "7.0.21"
-  resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.21.tgz#06bb07824c19c2021c5d056d5b10c35b989f7e17"
-  integrity sha512-uIFtJElxJo29QC753JzhidoAhvp/e/Exezkdhfmt8AymWT6/5B7W1WmponYWkHk2eg6sONyTch0A3nkMPun3SQ==
+postcss@7.0.36, postcss@^7, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.26, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.35, postcss@^7.0.5, postcss@^7.0.6:
+  version "7.0.36"
+  resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb"
+  integrity sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==
   dependencies:
     chalk "^2.4.2"
     source-map "^0.6.1"
@@ -10591,19 +10607,10 @@ postcss@8.2.15:
     nanoid "^3.1.23"
     source-map "^0.6.1"
 
-postcss@^7, postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.26, postcss@^7.0.27, postcss@^7.0.32, postcss@^7.0.35, postcss@^7.0.5, postcss@^7.0.6:
-  version "7.0.36"
-  resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb"
-  integrity sha512-BebJSIUMwJHRH0HAQoxN4u1CN86glsrwsW0q7T+/m44eXOUAxSNdHRkNZPYz5vVUbg17hFgOQDE7fZk7li3pZw==
-  dependencies:
-    chalk "^2.4.2"
-    source-map "^0.6.1"
-    supports-color "^6.1.0"
-
 postcss@^8.1.0:
-  version "8.3.4"
-  resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.4.tgz#41ece1c43f2f7c74dc7d90144047ce052757b822"
-  integrity sha512-/tZY0PXExXXnNhKv3TOvZAOUYRyuqcCbBm2c17YMDK0PlVII3K7/LKdt3ScHL+hhouddjUWi+1sKDf9xXW+8YA==
+  version "8.3.5"
+  resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.5.tgz#982216b113412bc20a86289e91eb994952a5b709"
+  integrity sha512-NxTuJocUhYGsMiMFHDUkmjSKT3EdH4/WbGF6GCi1NDGk+vbcUTun4fpbOqaPtD8IIsztA2ilZm2DhYCuyN58gA==
   dependencies:
     colorette "^1.2.2"
     nanoid "^3.1.23"
@@ -10659,12 +10666,12 @@ pretty-format@^26.0.0, pretty-format@^26.6.0, pretty-format@^26.6.2:
     ansi-styles "^4.0.0"
     react-is "^17.0.1"
 
-pretty-format@^27.0.2:
-  version "27.0.2"
-  resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.0.2.tgz#9283ff8c4f581b186b2d4da461617143dca478a4"
-  integrity sha512-mXKbbBPnYTG7Yra9qFBtqj+IXcsvxsvOBco3QHxtxTl+hHKq6QdzMZ+q0CtL4ORHZgwGImRr2XZUX2EWzORxig==
+pretty-format@^27.0.2, pretty-format@^27.0.6:
+  version "27.0.6"
+  resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.0.6.tgz#ab770c47b2c6f893a21aefc57b75da63ef49a11f"
+  integrity sha512-8tGD7gBIENgzqA+UBzObyWqQ5B778VIFZA/S66cclyd5YkFLYs2Js7gxDKf0MXtTc9zcS7t1xhdfcElJ3YIvkQ==
   dependencies:
-    "@jest/types" "^27.0.2"
+    "@jest/types" "^27.0.6"
     ansi-regex "^5.0.0"
     ansi-styles "^5.0.0"
     react-is "^17.0.1"
@@ -11043,21 +11050,22 @@ rc-overflow@^1.0.0:
     rc-util "^5.5.1"
 
 rc-pagination@~3.1.2:
-  version "3.1.6"
-  resolved "https://registry.yarnpkg.com/rc-pagination/-/rc-pagination-3.1.6.tgz#db3c06e50270b52fe272ac527c1fdc2c8d28af1f"
-  integrity sha512-Pb2zJEt8uxXzYCWx/2qwsYZ3vSS9Eqdw0cJBli6C58/iYhmvutSBqrBJh51Z5UzYc5ZcW5CMeP5LbbKE1J3rpw==
+  version "3.1.7"
+  resolved "https://registry.yarnpkg.com/rc-pagination/-/rc-pagination-3.1.7.tgz#13ba071a7fcb0c79896076806f3944653e7bf29e"
+  integrity sha512-sl0HGVhv6AsMzA5H3q7cBQcbAGj/sFjoiDSLvq3+/4IjihPqScZnSSiqR4Wu9G8RLgNjrBnGrSdTGO2Kyrt3IA==
   dependencies:
     "@babel/runtime" "^7.10.1"
     classnames "^2.2.1"
 
 rc-picker@~2.5.1:
-  version "2.5.12"
-  resolved "https://registry.yarnpkg.com/rc-picker/-/rc-picker-2.5.12.tgz#f5743276d2b29ec56a03b72b659332c06e4bb983"
-  integrity sha512-rUqEtpNZdPTnnCMvWWioFFcJiq110Bq7fKAS37NY4Rrd3DoXZUwyfjeCrvCWgLLO9XeYDnDr88+rhhplY7HBNA==
+  version "2.5.14"
+  resolved "https://registry.yarnpkg.com/rc-picker/-/rc-picker-2.5.14.tgz#dfa919f7f7cc72496df45cb1cad9c82ad2fc019b"
+  integrity sha512-+tGDsrZQxwv1pLKYulaYqmTIXOdOCj2Lcl1mAt5C7Z6WYvWYYi9VF/tVgOznN7tMFUj65qgT+pue6RjRluVk1g==
   dependencies:
     "@babel/runtime" "^7.10.1"
     classnames "^2.2.1"
-    date-fns "^2.15.0"
+    date-fns "2.x"
+    dayjs "1.x"
     moment "^2.24.0"
     rc-trigger "^5.0.4"
     rc-util "^5.4.0"
@@ -11091,9 +11099,9 @@ rc-resize-observer@^1.0.0:
     resize-observer-polyfill "^1.5.1"
 
 rc-select@^12.0.0, rc-select@~12.1.0:
-  version "12.1.10"
-  resolved "https://registry.yarnpkg.com/rc-select/-/rc-select-12.1.10.tgz#66ce43192751190b7c0e9a0ab1ef79606421ce30"
-  integrity sha512-LQdUhYncvcULlrNcAShYicc1obPtnNK7/rvCD+YCm0b2BLLYxl3M3b/HOX6o+ppPej+yZulkUPeU6gcgcp9nag==
+  version "12.1.13"
+  resolved "https://registry.yarnpkg.com/rc-select/-/rc-select-12.1.13.tgz#c33560ccb9339d30695b52458f55efc35af35273"
+  integrity sha512-cPI+aesP6dgCAaey4t4upDbEukJe+XN0DK6oO/6flcCX5o28o7KNZD7JAiVtC/6fCwqwI/kSs7S/43dvHmBl+A==
   dependencies:
     "@babel/runtime" "^7.10.1"
     classnames "2.x"
@@ -11192,7 +11200,18 @@ rc-tree-select@~4.3.0:
     rc-tree "^4.0.0"
     rc-util "^5.0.5"
 
-rc-tree@^4.0.0, rc-tree@~4.1.0:
+rc-tree@^4.0.0:
+  version "4.2.2"
+  resolved "https://registry.yarnpkg.com/rc-tree/-/rc-tree-4.2.2.tgz#4429187cbbfbecbe989714a607e3de8b3ab7763f"
+  integrity sha512-V1hkJt092VrOVjNyfj5IYbZKRMHxWihZarvA5hPL/eqm7o2+0SNkeidFYm7LVVBrAKBpOpa0l8xt04uiqOd+6w==
+  dependencies:
+    "@babel/runtime" "^7.10.1"
+    classnames "2.x"
+    rc-motion "^2.0.1"
+    rc-util "^5.0.0"
+    rc-virtual-list "^3.0.1"
+
+rc-tree@~4.1.0:
   version "4.1.5"
   resolved "https://registry.yarnpkg.com/rc-tree/-/rc-tree-4.1.5.tgz#734ab1bfe835e78791be41442ca0e571147ab6fa"
   integrity sha512-q2vjcmnBDylGZ9/ZW4F9oZMKMJdbFWC7um+DAQhZG1nqyg1iwoowbBggUDUaUOEryJP+08bpliEAYnzJXbI5xQ==
@@ -11233,9 +11252,9 @@ rc-util@^5.0.0, rc-util@^5.0.1, rc-util@^5.0.5, rc-util@^5.0.6, rc-util@^5.0.7,
     shallowequal "^1.1.0"
 
 rc-virtual-list@^3.0.1, rc-virtual-list@^3.2.0:
-  version "3.2.6"
-  resolved "https://registry.yarnpkg.com/rc-virtual-list/-/rc-virtual-list-3.2.6.tgz#2c92a40f4425e19881b38134d6bd286a11137d2d"
-  integrity sha512-8FiQLDzm3c/tMX0d62SQtKDhLH7zFlSI6pWBAPt+TUntEqd3Lz9zFAmpvTu8gkvUom/HCsDSZs4wfV4wDPWC0Q==
+  version "3.3.0"
+  resolved "https://registry.yarnpkg.com/rc-virtual-list/-/rc-virtual-list-3.3.0.tgz#2f95a6ddbbf63d78b28662b57f1e69f7472762fe"
+  integrity sha512-lVXpGWC6yMdwV2SHo6kc63WlqjCnb3eO72V726KA2/wh9KA6wi/swcdR3zAowuA8hJxG/lRANmY5kpLZ+Pz3iQ==
   dependencies:
     classnames "^2.2.6"
     rc-resize-observer "^1.0.0"
@@ -11583,10 +11602,10 @@ readdirp@^2.2.1:
     micromatch "^3.1.10"
     readable-stream "^2.0.2"
 
-readdirp@~3.5.0:
-  version "3.5.0"
-  resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e"
-  integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==
+readdirp@~3.6.0:
+  version "3.6.0"
+  resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
+  integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==
   dependencies:
     picomatch "^2.2.1"
 
@@ -11831,9 +11850,9 @@ resolve-pathname@^3.0.0:
   integrity sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng==
 
 resolve-url-loader@^3.1.2:
-  version "3.1.3"
-  resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.3.tgz#49ec68340f67d8d2ab6b401948d5def3ab2d0367"
-  integrity sha512-WbDSNFiKPPLem1ln+EVTE+bFUBdTTytfQZWbmghroaFNFaAVmGq0Saqw6F/306CwgPXsGwXVxbODE+3xAo/YbA==
+  version "3.1.4"
+  resolved "https://registry.yarnpkg.com/resolve-url-loader/-/resolve-url-loader-3.1.4.tgz#3c16caebe0b9faea9c7cc252fa49d2353c412320"
+  integrity sha512-D3sQ04o0eeQEySLrcz4DsX3saHfsr8/N6tfhblxgZKXxMT2Louargg12oGNfoTRLV09GXhVUe5/qgA5vdgNigg==
   dependencies:
     adjust-sourcemap-loader "3.0.0"
     camelcase "5.3.1"
@@ -11841,7 +11860,7 @@ resolve-url-loader@^3.1.2:
     convert-source-map "1.7.0"
     es6-iterator "2.0.3"
     loader-utils "1.2.3"
-    postcss "7.0.21"
+    postcss "7.0.36"
     rework "1.0.1"
     rework-visit "1.0.0"
     source-map "0.6.1"
@@ -12100,11 +12119,11 @@ schema-utils@^2.6.5, schema-utils@^2.7.0, schema-utils@^2.7.1:
     ajv-keywords "^3.5.2"
 
 schema-utils@^3.0.0:
-  version "3.0.0"
-  resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.0.0.tgz#67502f6aa2b66a2d4032b4279a2944978a0913ef"
-  integrity sha512-6D82/xSzO094ajanoOSbe4YvXWMfn2A//8Y1+MUqFAJul5Bs+yn36xbK9OtNDcRVSBJ9jjeoXftM6CfztsjOAA==
+  version "3.1.0"
+  resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-3.1.0.tgz#95986eb604f66daadeed56e379bfe7a7f963cdb9"
+  integrity sha512-tTEaeYkyIhEZ9uWgAjDerWov3T9MgX8dhhy2r0IGeeX4W8ngtGl1++dUve/RUqzuaASSh7shwCDJjEzthxki8w==
   dependencies:
-    "@types/json-schema" "^7.0.6"
+    "@types/json-schema" "^7.0.7"
     ajv "^6.12.5"
     ajv-keywords "^3.5.2"
 
@@ -13078,9 +13097,9 @@ terser@^4.1.2, terser@^4.6.2, terser@^4.6.3:
     source-map-support "~0.5.12"
 
 terser@^5.3.4:
-  version "5.7.0"
-  resolved "https://registry.yarnpkg.com/terser/-/terser-5.7.0.tgz#a761eeec206bc87b605ab13029876ead938ae693"
-  integrity sha512-HP5/9hp2UaZt5fYkuhNBR8YyRcT8juw8+uFbAme53iN9hblvKnLUTKkmwJG6ocWpIKf8UK4DoeWG4ty0J6S6/g==
+  version "5.7.1"
+  resolved "https://registry.yarnpkg.com/terser/-/terser-5.7.1.tgz#2dc7a61009b66bb638305cb2a824763b116bf784"
+  integrity sha512-b3e+d5JbHAe/JSjwsC3Zn55wsBIM7AsHLjKxT31kGCldgbpFePaFo+PiddtO6uwRZWRw7sPXmAN8dTW61xmnSg==
   dependencies:
     commander "^2.20.0"
     source-map "~0.7.2"
@@ -13256,12 +13275,11 @@ ts-pnp@1.2.0, ts-pnp@^1.1.6:
   integrity sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==
 
 tsconfig-paths@^3.9.0:
-  version "3.9.0"
-  resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
-  integrity sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw==
+  version "3.10.1"
+  resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.10.1.tgz#79ae67a68c15289fdf5c51cb74f397522d795ed7"
+  integrity sha512-rETidPDgCpltxF7MjBZlAFPUHv5aHH2MymyPvh+vEyWAED4Eb/WeMbsnD/JDr4OKPOA1TssDHgIcpTN5Kh0p6Q==
   dependencies:
-    "@types/json5" "^0.0.29"
-    json5 "^1.0.1"
+    json5 "^2.2.0"
     minimist "^1.2.0"
     strip-bom "^3.0.0"
 
@@ -13903,9 +13921,9 @@ whatwg-mimetype@^2.3.0:
   integrity sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==
 
 whatwg-url@^8.0.0, whatwg-url@^8.5.0:
-  version "8.6.0"
-  resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.6.0.tgz#27c0205a4902084b872aecb97cf0f2a7a3011f4c"
-  integrity sha512-os0KkeeqUOl7ccdDT1qqUcS4KH4tcBTSKK5Nl5WKb2lyxInIZ/CpjkqKa1Ss12mjfdcRX9mHmPPs7/SxG1Hbdw==
+  version "8.7.0"
+  resolved "https://registry.yarnpkg.com/whatwg-url/-/whatwg-url-8.7.0.tgz#656a78e510ff8f3937bc0bcbe9f5c0ac35941b77"
+  integrity sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==
   dependencies:
     lodash "^4.7.0"
     tr46 "^2.1.0"
@@ -14229,9 +14247,9 @@ yargs-parser@^18.1.2:
     decamelize "^1.2.0"
 
 yargs-parser@^20.2.2, yargs-parser@^20.2.3:
-  version "20.2.7"
-  resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.7.tgz#61df85c113edfb5a7a4e36eb8aa60ef423cbc90a"
-  integrity sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==
+  version "20.2.9"
+  resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.9.tgz#2eb7dc3b0289718fc295f362753845c41a0c94ee"
+  integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==
 
 yargs@^13.3.2:
   version "13.3.2"
diff --git a/services/scanner/.iyarc b/services/scanner/.iyarc
index 01b4ae7..5bfb821 100644
--- a/services/scanner/.iyarc
+++ b/services/scanner/.iyarc
@@ -14,4 +14,10 @@
 # https://nvd.nist.gov/vuln/detail/CVE-2021-32803
 # Arbitrary File Creation/Overwrite via insufficient symlink protection due to directory cache poisoning
 # This is only used by react-scripts for development purposes.
-1771
\ No newline at end of file
+1771
+
+# url-parse
+# https://nvd.nist.gov/vuln/detail/CVE-2021-3664
+# Open Redirect
+# This is only used by react-scripts for development purposes.
+1776
\ No newline at end of file
diff --git a/services/scanner/package.json b/services/scanner/package.json
index d34c59c..4e9076c 100644
--- a/services/scanner/package.json
+++ b/services/scanner/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@lucaapp/scanner",
-  "version": "1.7.0",
+  "version": "1.8.0",
   "private": true,
   "license": "Apache-2.0",
   "author": "Culture4Life <hello@luca-app.de> (https://www.luca-app.de/)",
@@ -26,6 +26,7 @@
     "generate-json-webpack-plugin": "1.0.0",
     "history": "5.0.0",
     "license-webpack-plugin": "2.3.16",
+    "modern-react-qr-reader": "1.0.12",
     "moment": "2.29.1",
     "react": "17.0.1",
     "react-app-polyfill": "2.0.0",
@@ -33,7 +34,6 @@
     "react-dom": "17.0.1",
     "react-helmet": "6.1.0",
     "react-intl": "5.13.3",
-    "react-qr-reader": "2.2.1",
     "react-query": "3.12.2",
     "react-redux": "7.2.2",
     "react-router": "5.2.0",
diff --git a/services/scanner/src/components/CamScanner/CamScanner.react.js b/services/scanner/src/components/CamScanner/CamScanner.react.js
index 27ecf04..190ad0a 100644
--- a/services/scanner/src/components/CamScanner/CamScanner.react.js
+++ b/services/scanner/src/components/CamScanner/CamScanner.react.js
@@ -5,7 +5,7 @@ import { useIntl } from 'react-intl';
 import moment from 'moment';
 import { Helmet } from 'react-helmet';
 import { useQueryClient, useQuery } from 'react-query';
-import QrReader from 'react-qr-reader';
+import QrReader from 'modern-react-qr-reader';
 import * as UAParser from 'ua-parser-js';
 import { RedoOutlined } from '@ant-design/icons';
 
@@ -146,7 +146,6 @@ export const CamScanner = ({ scanner }) => {
                     delay={SCAN_TIMEOUT}
                     onError={error => notifyScanError(error, intl)}
                     onScan={handleScan}
-                    resolution={1200}
                   />
                 )}
                 {isSuccess && (
diff --git a/services/scanner/src/helpers/handleScanData.js b/services/scanner/src/helpers/handleScanData.js
index 5aa37fa..28655e9 100644
--- a/services/scanner/src/helpers/handleScanData.js
+++ b/services/scanner/src/helpers/handleScanData.js
@@ -1,4 +1,5 @@
 import moment from 'moment';
+import { notification } from 'antd';
 import { hexToUuid4 } from '@lucaapp/crypto';
 
 import { SCAN_TIMEOUT } from 'constants/timeouts';
@@ -52,6 +53,12 @@ const handleV3StaticData = parameters => {
 
   const v3BagdePayload = getV3BadgeCheckinPayload(qrData, scanner);
 
+  notification.warning({
+    message: intl.formatMessage({
+      id: 'warning.badgeV3Unsupported',
+    }),
+  });
+
   createCheckinV3(scanner.scannerAccessId, v3BagdePayload)
     .then(response => {
       if (response.status === 409) {
diff --git a/services/scanner/src/messages/de.js b/services/scanner/src/messages/de.js
index 2588e88..4d82f8d 100644
--- a/services/scanner/src/messages/de.js
+++ b/services/scanner/src/messages/de.js
@@ -37,6 +37,9 @@ export const de = {
     'Dein System scheint eine falsche Zeit zu haben. Bitte überprüfe deine Zeiteinstellungen.',
   'error.accountDeleted':
     'Dein Account wurde gelöscht. Du kannst keine Gäste mehr einchecken.',
+  // WARNING
+  'warning.badgeV3Unsupported':
+    'Dieser Schlüsselanhänger (v3) wird zum 31.08.2021 entwertet. Danach kann dieser nicht mehr verwendet werden. Es muss ein Neuer angefordert werden. Bitte teile es dem Gast mit.',
   // ADDITIONAL DATA
   'additionalData.isRequired':
     'Dieses Feld wird benötigt, um einen Gast einzuchecken.',
diff --git a/services/scanner/src/messages/en.js b/services/scanner/src/messages/en.js
index e2cdc9a..49de811 100644
--- a/services/scanner/src/messages/en.js
+++ b/services/scanner/src/messages/en.js
@@ -34,6 +34,9 @@ export const en = {
     'Your system clock seems to be out of sync. Please check your time settings.',
   'error.accountDeleted':
     'Your account has been deleted. You cannot check in any more guests.',
+  // WARNINGS
+  'warning.badgeV3Unsupported':
+    'This badge (v3) will be voided by 08/31/2021. After that date, you can no longer use it. Please let your guest know.',
   // ADDITIONAL DATA
   'additionalData.isRequired': 'This field is required for your check-in.',
   'additionalData.info':
diff --git a/services/scanner/yarn.lock b/services/scanner/yarn.lock
index b90ac74..3639253 100644
--- a/services/scanner/yarn.lock
+++ b/services/scanner/yarn.lock
@@ -8129,6 +8129,15 @@ mkdirp@^1.0.3, mkdirp@^1.0.4:
   resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
   integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
 
+modern-react-qr-reader@1.0.12:
+  version "1.0.12"
+  resolved "https://registry.yarnpkg.com/modern-react-qr-reader/-/modern-react-qr-reader-1.0.12.tgz#0808ca6f168f9b39a932b8eb881e0d347746740c"
+  integrity sha512-PlKpqPkC1G2mHcdqK/rqCr3lejueHUqwW7NWzAqPVLcwm134P/SngpEf9u87DT7YUFogqznP1CURvovHGBXhkA==
+  dependencies:
+    jsqr "^1.2.0"
+    prop-types "^15.7.2"
+    webrtc-adapter "^7.2.1"
+
 moment@2.29.1, moment@^2.24.0, moment@^2.25.3:
   version "2.29.1"
   resolved "https://registry.yarnpkg.com/moment/-/moment-2.29.1.tgz#b2be769fa31940be9eeea6469c075e35006fa3d3"
@@ -10415,15 +10424,6 @@ react-is@^17.0.1:
   resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
   integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
 
-react-qr-reader@2.2.1:
-  version "2.2.1"
-  resolved "https://registry.yarnpkg.com/react-qr-reader/-/react-qr-reader-2.2.1.tgz#dc89046d1c1a1da837a683dd970de5926817d55b"
-  integrity sha512-EL5JEj53u2yAOgtpAKAVBzD/SiKWn0Bl7AZy6ZrSf1lub7xHwtaXe6XSx36Wbhl1VMGmvmrwYMRwO1aSCT2fwA==
-  dependencies:
-    jsqr "^1.2.0"
-    prop-types "^15.7.2"
-    webrtc-adapter "^7.2.1"
-
 react-query@3.12.2:
   version "3.12.2"
   resolved "https://registry.yarnpkg.com/react-query/-/react-query-3.12.2.tgz#57ae8056ba0cb63c9755cd00dc4cda45b29f9bb6"
diff --git a/services/webapp/.iyarc b/services/webapp/.iyarc
index 01b4ae7..5bfb821 100644
--- a/services/webapp/.iyarc
+++ b/services/webapp/.iyarc
@@ -14,4 +14,10 @@
 # https://nvd.nist.gov/vuln/detail/CVE-2021-32803
 # Arbitrary File Creation/Overwrite via insufficient symlink protection due to directory cache poisoning
 # This is only used by react-scripts for development purposes.
-1771
\ No newline at end of file
+1771
+
+# url-parse
+# https://nvd.nist.gov/vuln/detail/CVE-2021-3664
+# Open Redirect
+# This is only used by react-scripts for development purposes.
+1776
\ No newline at end of file
diff --git a/services/webapp/package.json b/services/webapp/package.json
index f67f1a0..fe578fe 100644
--- a/services/webapp/package.json
+++ b/services/webapp/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@lucaapp/webapp",
-  "version": "1.7.0",
+  "version": "1.8.0",
   "private": true,
   "license": "Apache-2.0",
   "author": "Culture4Life <hello@luca-app.de> (https://www.luca-app.de/)",
@@ -50,6 +50,7 @@
     "redux-devtools-extension": "2.13.9",
     "redux-thunk": "2.3.0",
     "styled-components": "5.2.1",
+    "validator": "13.6.0",
     "ua-parser-js": "0.7.24"
   },
   "devDependencies": {
diff --git a/services/webapp/src/App.react.js b/services/webapp/src/App.react.js
index dc36062..7eddbe5 100644
--- a/services/webapp/src/App.react.js
+++ b/services/webapp/src/App.react.js
@@ -37,12 +37,15 @@ import { Licenses } from 'components/Licenses';
 import { Settings } from 'components/Settings';
 import { CheckOut } from 'components/Checkout';
 import { OnBoarding } from 'components/OnBoarding';
+import { UserSessionProvider } from 'contexts/userSessionContext';
 import { ContactInformation } from 'components/ContactInformation';
 import { FeatureNotImplemented } from 'components/FeatureNotImplemented';
 import { AuthenticationWrapper } from 'components/AuthenticationWrapper.react';
 import { PrivateMeeting } from 'components/PrivateMeeting/PrivateMeeting.react';
-import { UserSessionProvider } from 'contexts/userSessionContext';
+import { UpdatedTermsAndConditionsWrapper } from 'components/UpdatedTermsAndConditionsWrapper';
+
 import { configureStore } from 'configureStore';
+
 import { AppWrapper } from './App.styled';
 
 import { messages } from './messages';
@@ -73,41 +76,46 @@ export const Main = () => {
                 <ErrorWrapper>
                   <AuthenticationWrapper>
                     <UserSessionProvider>
-                      <Switch>
-                        <Route path={LICENSES_ROUTE} component={Licenses} />
-                        <Route
-                          path={`${ON_BOARDING_PATH}/:scannerId/`}
-                          component={OnBoarding}
-                        />
-                        <Route path={ON_BOARDING_PATH} component={OnBoarding} />
-                        <Route
-                          path={`${CHECK_OUT_PATH}/`}
-                          component={CheckOut}
-                        />
-                        <Route
-                          path={EDIT_CONTACT_INFORMATION_SETTING}
-                          component={ContactInformation}
-                        />
-                        <Route path={HISTORY_PATH} component={History} />
-                        <Route path={SETTINGS_PATH} component={Settings} />
-                        <Route
-                          path={[APPOINTMENT_PATH, COVID_TEST_PATH]}
-                          component={FeatureNotImplemented}
-                        />
-                        <Route
-                          component={Home}
-                          path={CHECKIN_TO_PRIVATE_MEETING_PATH}
-                        />
-                        <Route
-                          path={BASE_PRIVATE_MEETING_PATH}
-                          component={PrivateMeeting}
-                        />
-                        <Route
-                          component={Home}
-                          path={`${HOME_PATH}/:scannerId`}
-                        />
-                        <Route path={HOME_PATH} component={Home} />
-                      </Switch>
+                      <UpdatedTermsAndConditionsWrapper>
+                        <Switch>
+                          <Route
+                            path={ON_BOARDING_PATH}
+                            component={OnBoarding}
+                          />
+                          <Route path={LICENSES_ROUTE} component={Licenses} />
+                          <Route
+                            path={`${ON_BOARDING_PATH}/:scannerId/`}
+                            component={OnBoarding}
+                          />
+                          <Route
+                            path={`${CHECK_OUT_PATH}/`}
+                            component={CheckOut}
+                          />
+                          <Route
+                            path={EDIT_CONTACT_INFORMATION_SETTING}
+                            component={ContactInformation}
+                          />
+                          <Route path={HISTORY_PATH} component={History} />
+                          <Route path={SETTINGS_PATH} component={Settings} />
+                          <Route
+                            path={[APPOINTMENT_PATH, COVID_TEST_PATH]}
+                            component={FeatureNotImplemented}
+                          />
+                          <Route
+                            component={Home}
+                            path={CHECKIN_TO_PRIVATE_MEETING_PATH}
+                          />
+                          <Route
+                            path={BASE_PRIVATE_MEETING_PATH}
+                            component={PrivateMeeting}
+                          />
+                          <Route
+                            component={Home}
+                            path={`${HOME_PATH}/:scannerId`}
+                          />
+                          <Route path={HOME_PATH} component={Home} />
+                        </Switch>
+                      </UpdatedTermsAndConditionsWrapper>
                     </UserSessionProvider>
                   </AuthenticationWrapper>
                 </ErrorWrapper>
diff --git a/services/webapp/src/components/AppLayout/AppLayout.react.js b/services/webapp/src/components/AppLayout/AppLayout.react.js
index 06fcae6..29a9e6d 100644
--- a/services/webapp/src/components/AppLayout/AppLayout.react.js
+++ b/services/webapp/src/components/AppLayout/AppLayout.react.js
@@ -10,15 +10,18 @@ export function AppLayout({
   header,
   footer,
   children,
+  showBorder = true,
   footerHeight = '64px',
   bgColor = 'transparent',
 }) {
   return (
     <StyledContainer bgColor={bgColor}>
-      {header && <StyledHeader>{header}</StyledHeader>}
+      {header && <StyledHeader showBorder={showBorder}>{header}</StyledHeader>}
       <StyledMain>{children}</StyledMain>
       {footer && (
-        <StyledFooter footerHeight={footerHeight}>{footer}</StyledFooter>
+        <StyledFooter showBorder={showBorder} footerHeight={footerHeight}>
+          {footer}
+        </StyledFooter>
       )}
     </StyledContainer>
   );
diff --git a/services/webapp/src/components/AppLayout/AppLayout.styled.js b/services/webapp/src/components/AppLayout/AppLayout.styled.js
index 014c467..c3619ea 100644
--- a/services/webapp/src/components/AppLayout/AppLayout.styled.js
+++ b/services/webapp/src/components/AppLayout/AppLayout.styled.js
@@ -14,7 +14,8 @@ export const StyledHeader = styled.header`
   margin: 0 0 8px;
   padding: 8px 16px 0;
   align-items: center;
-  border-bottom: 1px solid rgb(151, 151, 151);
+  border-bottom: ${({ showBorder }) => (showBorder ? 1 : 0)}px solid
+    rgb(151, 151, 151);
 `;
 export const AppHeadline = styled(LucaStyledHeadline)`
   margin: 0;
@@ -47,6 +48,7 @@ export const StyledMain = styled.main`
 export const StyledFooter = styled.nav`
   display: flex;
   padding: 0 16px;
-  border-top: 1px solid rgb(151, 151, 151);
   height: ${({ footerHeight }) => footerHeight};
+  border-top: ${({ showBorder }) => (showBorder ? 1 : 0)}px solid
+    rgb(151, 151, 151);
 `;
diff --git a/services/webapp/src/components/ContactInformation/ContactInformation.react.js b/services/webapp/src/components/ContactInformation/ContactInformation.react.js
index e9caffb..45f788e 100644
--- a/services/webapp/src/components/ContactInformation/ContactInformation.react.js
+++ b/services/webapp/src/components/ContactInformation/ContactInformation.react.js
@@ -1,4 +1,5 @@
 import React, { useCallback, useEffect, useState } from 'react';
+
 import { useIntl } from 'react-intl';
 import { notification } from 'antd';
 import { Helmet } from 'react-helmet';
@@ -7,30 +8,30 @@ import parsePhoneNumber from 'libphonenumber-js/max';
 
 import { indexDB } from 'db';
 import { SETTINGS_PATH } from 'constants/routes';
-import { checkPhoneNumber } from 'utils/parsePhoneNumber';
-import { sendSMSTAN, verifySMSTAN } from 'network/api';
 import { changeUserInformation } from 'helpers/crypto';
+import { sendSMSTAN, verifySMSTAN } from 'network/api';
+
+import {
+  useCityValidator,
+  useNameValidator,
+  useEmailValidator,
+  useStreetValidator,
+  useZipCodeValidator,
+  useHouseNumberValidator,
+  usePhoneNumberValidator,
+} from 'hooks/useValidators';
 
 import { TextInput } from 'components/TextInput';
 import { AppHeadline, AppLayout } from 'components/AppLayout';
 
-import {
-  MAX_CITY_LENGTH,
-  MAX_NAME_LENGTH,
-  MAX_EMAIL_LENGTH,
-  MAX_PHONE_LENGTH,
-  MAX_STREET_LENGTH,
-  MAX_POSTAL_CODE_LENGTH,
-  MAX_HOUSE_NUMBER_LENGTH,
-} from 'constants/valueLength';
 import {
   StyledForm,
+  StyledLink,
+  StyledFooter,
   StyledContent,
   StyledSaveButton,
   StyledPlaceholder,
   StyledDescription,
-  StyledLink,
-  StyledFooter,
 } from './ContactInformation.styled';
 
 const ChallengeFormContent = (newPhoneNumber, setChallengeId) => {
@@ -73,7 +74,15 @@ const ChallengeFormContent = (newPhoneNumber, setChallengeId) => {
 };
 
 function UserInformationFormContent(user) {
-  const { formatMessage } = useIntl();
+  const intl = useIntl();
+  const nameValidator = useNameValidator();
+  const cityValidator = useCityValidator();
+  const emailValidator = useEmailValidator();
+  const streetValidator = useStreetValidator();
+  const postalCodeValidator = useZipCodeValidator();
+  const phoneNumberValidator = usePhoneNumberValidator();
+  const houseNumberValidator = useHouseNumberValidator();
+
   return (
     <>
       <StyledContent>
@@ -81,136 +90,72 @@ function UserInformationFormContent(user) {
           isRequired
           bgColor="#000"
           name="firstName"
+          rules={nameValidator}
           autocomplete="given-name"
           defaultValue={user?.firstName || ''}
-          placeholder={formatMessage({ id: 'Form.FirstName.Placeholder' })}
-          label={formatMessage({ id: 'Form.FirstName.Label' })}
-          rules={[
-            {
-              required: true,
-              message: formatMessage({ id: 'Form.Validation.isRequired' }),
-            },
-            {
-              max: MAX_NAME_LENGTH,
-              message: formatMessage({ id: 'Form.Validation.toLong' }),
-            },
-          ]}
+          label={intl.formatMessage({ id: 'Form.FirstName.Label' })}
+          placeholder={intl.formatMessage({ id: 'Form.FirstName.Placeholder' })}
         />
         <TextInput
           isRequired
           bgColor="#000"
           name="lastName"
+          rules={nameValidator}
           autocomplete="family-name"
           defaultValue={user?.lastName || ''}
-          rules={[
-            {
-              required: true,
-              message: formatMessage({ id: 'Form.Validation.isRequired' }),
-            },
-            {
-              max: MAX_NAME_LENGTH,
-              message: formatMessage({ id: 'Form.Validation.toLong' }),
-            },
-          ]}
-          label={formatMessage({ id: 'Form.LastName.Label' })}
-          placeholder={formatMessage({ id: 'Form.LastName.Placeholder' })}
+          label={intl.formatMessage({ id: 'Form.LastName.Label' })}
+          placeholder={intl.formatMessage({ id: 'Form.LastName.Placeholder' })}
         />
         <TextInput
           isRequired
           name="street"
           bgColor="#000"
+          rules={streetValidator}
           autocomplete="street-address1"
           defaultValue={user?.street || ''}
-          rules={[
-            {
-              required: true,
-              message: formatMessage({ id: 'Form.Validation.isRequired' }),
-            },
-            {
-              max: MAX_STREET_LENGTH,
-              message: formatMessage({ id: 'Form.Validation.toLong' }),
-            },
-          ]}
-          label={formatMessage({ id: 'Form.Street.Label' })}
-          placeholder={formatMessage({ id: 'Form.Street.Placeholder' })}
+          label={intl.formatMessage({ id: 'Form.Street.Label' })}
+          placeholder={intl.formatMessage({ id: 'Form.Street.Placeholder' })}
         />
         <TextInput
           isRequired
           bgColor="#000"
           name="houseNumber"
+          rules={houseNumberValidator}
           autocomplete="street-address2"
           defaultValue={user?.houseNumber || ''}
-          rules={[
-            {
-              required: true,
-              message: formatMessage({ id: 'Form.Validation.isRequired' }),
-            },
-            {
-              max: MAX_HOUSE_NUMBER_LENGTH,
-              message: formatMessage({ id: 'Form.Validation.toLong' }),
-            },
-          ]}
-          label={formatMessage({ id: 'Form.HouseNumber.Label' })}
-          placeholder={formatMessage({ id: 'Form.HouseNumber.Placeholder' })}
+          label={intl.formatMessage({ id: 'Form.HouseNumber.Label' })}
+          placeholder={intl.formatMessage({
+            id: 'Form.HouseNumber.Placeholder',
+          })}
         />
         <TextInput
           name="zip"
           isRequired
           bgColor="#000"
+          rules={postalCodeValidator}
           autocomplete="postal-code"
           defaultValue={user?.zip || ''}
-          rules={[
-            {
-              required: true,
-              message: formatMessage({ id: 'Form.Validation.isRequired' }),
-            },
-            {
-              max: MAX_POSTAL_CODE_LENGTH,
-              message: formatMessage({ id: 'Form.Validation.toLong' }),
-            },
-          ]}
-          label={formatMessage({ id: 'Form.Zip.Label' })}
-          placeholder={formatMessage({ id: 'Form.Zip.Placeholder' })}
+          label={intl.formatMessage({ id: 'Form.Zip.Label' })}
+          placeholder={intl.formatMessage({ id: 'Form.Zip.Placeholder' })}
         />
         <TextInput
           isRequired
           name="city"
           bgColor="#000"
+          rules={cityValidator}
           autocomplete="country-name"
           defaultValue={user?.city || ''}
-          rules={[
-            {
-              required: true,
-              message: formatMessage({ id: 'Form.Validation.isRequired' }),
-            },
-            {
-              max: MAX_CITY_LENGTH,
-              message: formatMessage({ id: 'Form.Validation.toLong' }),
-            },
-          ]}
-          label={formatMessage({ id: 'Form.City.Label' })}
-          placeholder={formatMessage({ id: 'Form.City.Placeholder' })}
+          label={intl.formatMessage({ id: 'Form.City.Label' })}
+          placeholder={intl.formatMessage({ id: 'Form.City.Placeholder' })}
         />
         <TextInput
-          isRequired
           name="email"
           bgColor="#000"
           autocomplete="email"
+          rules={emailValidator}
           defaultValue={user?.email || ''}
-          label={formatMessage({ id: 'Form.Email.Label' })}
-          placeholder={formatMessage({ id: 'Form.Email.Placeholder' })}
-          rules={[
-            {
-              type: 'email',
-              message: formatMessage({
-                id: 'Form.Validation.email',
-              }),
-            },
-            {
-              max: MAX_EMAIL_LENGTH,
-              message: formatMessage({ id: 'Form.Validation.toLong' }),
-            },
-          ]}
+          label={intl.formatMessage({ id: 'Form.Email.Label' })}
+          placeholder={intl.formatMessage({ id: 'Form.Email.Placeholder' })}
         />
         <TextInput
           type="tel"
@@ -218,26 +163,10 @@ function UserInformationFormContent(user) {
           bgColor="#000"
           name="phoneNumber"
           autocomplete="tel"
+          rules={phoneNumberValidator}
           defaultValue={user?.phoneNumber || ''}
-          label={formatMessage({ id: 'Form.Phone.Label' })}
-          placeholder={formatMessage({ id: 'Form.Phone.Placeholder' })}
-          rules={[
-            {
-              validator: (_, value) => {
-                return checkPhoneNumber(value)
-                  ? Promise.resolve()
-                  : Promise.reject(
-                      formatMessage({
-                        id: 'Form.Validation.unsupportedFormat',
-                      })
-                    );
-              },
-            },
-            {
-              max: MAX_PHONE_LENGTH,
-              message: formatMessage({ id: 'Form.Validation.toLong' }),
-            },
-          ]}
+          label={intl.formatMessage({ id: 'Form.Phone.Label' })}
+          placeholder={intl.formatMessage({ id: 'Form.Phone.Placeholder' })}
         />
       </StyledContent>
     </>
diff --git a/services/webapp/src/components/Home/useCheckInCheck.js b/services/webapp/src/components/Home/useCheckInCheck.js
index 2f2bd30..88bc2bb 100644
--- a/services/webapp/src/components/Home/useCheckInCheck.js
+++ b/services/webapp/src/components/Home/useCheckInCheck.js
@@ -20,6 +20,11 @@ function getDecodedData(hash) {
     decodedData = JSON.parse(
       decodeUtf8(base64UrlToBytes((hash || '').replace('#', '')))
     );
+
+    if (decodedData?.table) {
+      decodedData.table = Number(decodedData.table);
+      if (Number.isNaN(decodedData.table)) delete decodedData.table;
+    }
   } catch {
     decodedData = null;
   }
diff --git a/services/webapp/src/components/OnBoarding/ContactInformationInputStep/ContactInformationInputStep.react.js b/services/webapp/src/components/OnBoarding/ContactInformationInputStep/ContactInformationInputStep.react.js
index b265832..8a247e1 100644
--- a/services/webapp/src/components/OnBoarding/ContactInformationInputStep/ContactInformationInputStep.react.js
+++ b/services/webapp/src/components/OnBoarding/ContactInformationInputStep/ContactInformationInputStep.react.js
@@ -1,14 +1,16 @@
 import React, { useState, useCallback } from 'react';
-import { notification, Spin } from 'antd';
+
 import { useIntl } from 'react-intl';
+import { notification, Spin } from 'antd';
 import parsePhoneNumber from 'libphonenumber-js/max';
 
-import { checkPhoneNumber } from 'utils/parsePhoneNumber';
-
+import {
+  useEmailValidator,
+  usePhoneNumberValidator,
+} from 'hooks/useValidators';
 import { sendSMSTAN, verifySMSTAN } from 'network/api';
 
 import { TextInput } from 'components/TextInput';
-import { MAX_EMAIL_LENGTH, MAX_PHONE_LENGTH } from 'constants/valueLength';
 
 import {
   StyledForm,
@@ -36,6 +38,9 @@ export function ContactInformationInputStep({ onSubmit }) {
   const [isLoading, setIsLoading] = useState(false);
   const [isReady, setIsReady] = useState(false);
 
+  const emailValidator = useEmailValidator();
+  const phoneNumberValidator = usePhoneNumberValidator();
+
   const onValuesChange = useCallback(
     (_, { phoneNumber, tan }) => setIsReady(challengeId ? tan : phoneNumber),
     [challengeId, setIsReady]
@@ -144,25 +149,13 @@ export function ContactInformationInputStep({ onSubmit }) {
           <>
             <TextInput
               autoFocus
-              type="email"
               name="email"
               tabIndex="1"
               defaultValue={email}
               autocomplete="email"
+              rules={emailValidator}
               label={formatMessage({ id: 'Form.Email.Label' })}
               placeholder={formatMessage({ id: 'Form.Email.Placeholder' })}
-              rules={[
-                {
-                  type: 'email',
-                  message: formatMessage({
-                    id: 'Form.Validation.email',
-                  }),
-                },
-                {
-                  max: MAX_EMAIL_LENGTH,
-                  message: formatMessage({ id: 'Form.Validation.toLong' }),
-                },
-              ]}
             />
             <TextInput
               type="tel"
@@ -170,25 +163,9 @@ export function ContactInformationInputStep({ onSubmit }) {
               autocomplete="tel"
               name="phoneNumber"
               defaultValue={phone}
+              rules={phoneNumberValidator}
               label={formatMessage({ id: 'Form.Phone.Label' })}
               placeholder={formatMessage({ id: 'Form.Phone.Placeholder' })}
-              rules={[
-                {
-                  validator: (_, value) => {
-                    return checkPhoneNumber(value)
-                      ? Promise.resolve()
-                      : Promise.reject(
-                          formatMessage({
-                            id: 'Form.Validation.unsupportedFormat',
-                          })
-                        );
-                  },
-                },
-                {
-                  max: MAX_PHONE_LENGTH,
-                  message: formatMessage({ id: 'Form.Validation.toLong' }),
-                },
-              ]}
             />
           </>
         )}
diff --git a/services/webapp/src/components/OnBoarding/LocationInputStep/LocationInputStep.react.js b/services/webapp/src/components/OnBoarding/LocationInputStep/LocationInputStep.react.js
index a8fe241..3fc7ce7 100644
--- a/services/webapp/src/components/OnBoarding/LocationInputStep/LocationInputStep.react.js
+++ b/services/webapp/src/components/OnBoarding/LocationInputStep/LocationInputStep.react.js
@@ -1,13 +1,13 @@
 import React, { useCallback, useState } from 'react';
 import { useIntl } from 'react-intl';
 
-import { TextInput } from 'components/TextInput';
 import {
-  MAX_CITY_LENGTH,
-  MAX_STREET_LENGTH,
-  MAX_POSTAL_CODE_LENGTH,
-  MAX_HOUSE_NUMBER_LENGTH,
-} from 'constants/valueLength';
+  useCityValidator,
+  useHouseNumberValidator,
+  useStreetValidator,
+  useZipCodeValidator,
+} from 'hooks/useValidators';
+import { TextInput } from 'components/TextInput';
 
 import {
   StyledForm,
@@ -22,6 +22,11 @@ export function LocationInputStep({ onSubmit }) {
   const { formatMessage } = useIntl();
   const [isReady, setIsReady] = useState(false);
 
+  const cityValidator = useCityValidator();
+  const streetValidator = useStreetValidator();
+  const zipCodeValidator = useZipCodeValidator();
+  const houseNumberValidator = useHouseNumberValidator();
+
   const onValuesChange = useCallback(
     (_, { street, houseNumber, zip, city }) =>
       setIsReady(street && houseNumber && zip && city),
@@ -43,66 +48,30 @@ export function LocationInputStep({ onSubmit }) {
         <TextInput
           autoFocus
           name="street"
+          rules={streetValidator}
           autocomplete="address-line1"
-          rules={[
-            {
-              required: true,
-              message: formatMessage({ id: 'Form.Validation.isRequired' }),
-            },
-            {
-              max: MAX_STREET_LENGTH,
-              message: formatMessage({ id: 'Form.Validation.toLong' }),
-            },
-          ]}
           label={formatMessage({ id: 'Form.Street.Label' })}
           placeholder={formatMessage({ id: 'Form.Street.Placeholder' })}
         />
         <TextInput
           name="houseNumber"
           autocomplete="address-line2"
-          rules={[
-            {
-              required: true,
-              message: formatMessage({ id: 'Form.Validation.isRequired' }),
-            },
-            {
-              max: MAX_HOUSE_NUMBER_LENGTH,
-              message: formatMessage({ id: 'Form.Validation.toLong' }),
-            },
-          ]}
+          rules={houseNumberValidator}
           label={formatMessage({ id: 'Form.HouseNumber.Label' })}
           placeholder={formatMessage({ id: 'Form.HouseNumber.Placeholder' })}
         />
         <TextInput
           name="zip"
-          autocomplete="postal-code"
           maxLength="5"
-          rules={[
-            {
-              required: true,
-              message: formatMessage({ id: 'Form.Validation.isRequired' }),
-            },
-            {
-              max: MAX_POSTAL_CODE_LENGTH,
-              message: formatMessage({ id: 'Form.Validation.toLong' }),
-            },
-          ]}
+          rules={zipCodeValidator}
+          autocomplete="postal-code"
           label={formatMessage({ id: 'Form.Zip.Label' })}
           placeholder={formatMessage({ id: 'Form.Zip.Placeholder' })}
         />
         <TextInput
           name="city"
+          rules={cityValidator}
           autocomplete="address-level2"
-          rules={[
-            {
-              required: true,
-              message: formatMessage({ id: 'Form.Validation.isRequired' }),
-            },
-            {
-              max: MAX_CITY_LENGTH,
-              message: formatMessage({ id: 'Form.Validation.toLong' }),
-            },
-          ]}
           label={formatMessage({ id: 'Form.City.Label' })}
           placeholder={formatMessage({ id: 'Form.City.Placeholder' })}
         />
diff --git a/services/webapp/src/components/OnBoarding/LocationInputStep/LocationInputStep.styled.js b/services/webapp/src/components/OnBoarding/LocationInputStep/LocationInputStep.styled.js
index 7b0a7d3..e032580 100644
--- a/services/webapp/src/components/OnBoarding/LocationInputStep/LocationInputStep.styled.js
+++ b/services/webapp/src/components/OnBoarding/LocationInputStep/LocationInputStep.styled.js
@@ -1,8 +1,8 @@
 import { Form } from 'antd';
 import styled from 'styled-components';
 
-import { SmallHeadline, Text } from '../../Text';
-import { SecondaryButton } from '../../Buttons';
+import { SecondaryButton } from 'components/Buttons';
+import { SmallHeadline, Text } from 'components/Text';
 
 export const StyledForm = styled(Form)`
   flex: 1;
diff --git a/services/webapp/src/components/OnBoarding/NameInputStep/NameInputStep.react.js b/services/webapp/src/components/OnBoarding/NameInputStep/NameInputStep.react.js
index e98d6b9..300a4ee 100644
--- a/services/webapp/src/components/OnBoarding/NameInputStep/NameInputStep.react.js
+++ b/services/webapp/src/components/OnBoarding/NameInputStep/NameInputStep.react.js
@@ -2,7 +2,7 @@ import React, { useCallback, useState } from 'react';
 import { useIntl } from 'react-intl';
 
 import { TextInput } from 'components/TextInput';
-import { MAX_NAME_LENGTH } from 'constants/valueLength';
+import { useNameValidator } from 'hooks/useValidators';
 
 import {
   StyledForm,
@@ -16,6 +16,7 @@ import {
 export function NameInputStep({ onSubmit }) {
   const { formatMessage } = useIntl();
   const [isReady, setIsReady] = useState(false);
+  const nameValidator = useNameValidator();
 
   const onValuesChange = useCallback(
     (_, { firstName, lastName }) => setIsReady(firstName && lastName),
@@ -35,36 +36,18 @@ export function NameInputStep({ onSubmit }) {
           autoFocus
           tabIndex="1"
           name="firstName"
+          rules={nameValidator}
           autocomplete="given-name"
           label={formatMessage({ id: 'Form.FirstName.Label' })}
           placeholder={formatMessage({ id: 'Form.FirstName.Placeholder' })}
-          rules={[
-            {
-              required: true,
-              message: formatMessage({ id: 'Form.Validation.isRequired' }),
-            },
-            {
-              max: MAX_NAME_LENGTH,
-              message: formatMessage({ id: 'Form.Validation.toLong' }),
-            },
-          ]}
         />
         <TextInput
           tabIndex="2"
           name="lastName"
+          rules={nameValidator}
           autocomplete="family-name"
           label={formatMessage({ id: 'Form.LastName.Label' })}
           placeholder={formatMessage({ id: 'Form.LastName.Placeholder' })}
-          rules={[
-            {
-              required: true,
-              message: formatMessage({ id: 'Form.Validation.isRequired' }),
-            },
-            {
-              max: MAX_NAME_LENGTH,
-              message: formatMessage({ id: 'Form.Validation.toLong' }),
-            },
-          ]}
         />
       </StyledContent>
       <StyledFooter>
diff --git a/services/webapp/src/components/Settings/ResetDeviceModal/ResetDeviceModal.react.js b/services/webapp/src/components/Settings/ResetDeviceModal/ResetDeviceModal.react.js
index f8366c9..4b9a504 100644
--- a/services/webapp/src/components/Settings/ResetDeviceModal/ResetDeviceModal.react.js
+++ b/services/webapp/src/components/Settings/ResetDeviceModal/ResetDeviceModal.react.js
@@ -1,7 +1,6 @@
 import React from 'react';
 import { notification } from 'antd';
 import { useIntl } from 'react-intl';
-import { useHistory } from 'react-router-dom';
 import {
   uuidToHex,
   bytesToHex,
@@ -25,7 +24,6 @@ import {
 } from './ResetDeviceModal.styled';
 
 export function ResetDeviceModal({ onClose }) {
-  const history = useHistory();
   const { formatMessage } = useIntl();
 
   return (
@@ -54,8 +52,7 @@ export function ResetDeviceModal({ onClose }) {
               );
               await deleteUser(userId, hexToBase64(signature));
               indexDB.delete();
-              history.push(ON_BOARDING_PATH);
-              window.location.reload();
+              window.location.href = ON_BOARDING_PATH;
             } catch {
               onClose();
               notification.error({
diff --git a/services/webapp/src/components/Settings/ResetDeviceModal/index.js b/services/webapp/src/components/Settings/ResetDeviceModal/index.js
new file mode 100644
index 0000000..cbddcde
--- /dev/null
+++ b/services/webapp/src/components/Settings/ResetDeviceModal/index.js
@@ -0,0 +1 @@
+export { ResetDeviceModal } from './ResetDeviceModal.react';
diff --git a/services/webapp/src/components/UpdatedTermsAndConditionsWrapper/UpdatedTermsAndConditionsWrapper.react.js b/services/webapp/src/components/UpdatedTermsAndConditionsWrapper/UpdatedTermsAndConditionsWrapper.react.js
new file mode 100644
index 0000000..024a877
--- /dev/null
+++ b/services/webapp/src/components/UpdatedTermsAndConditionsWrapper/UpdatedTermsAndConditionsWrapper.react.js
@@ -0,0 +1,142 @@
+import React, { useEffect, useState } from 'react';
+
+import { useIntl } from 'react-intl';
+import { Helmet } from 'react-helmet';
+
+import { indexDB } from 'db';
+
+import menu from 'assets/menu.svg';
+import lucaLogo from 'assets/LucaLogoWhite.svg';
+
+import { AppContent, AppLayout } from 'components/AppLayout';
+import { ResetDeviceModal } from 'components/Settings/ResetDeviceModal';
+
+import { PRIVACY_LINK, TERMS_CONDITIONS_LINK } from 'constants/links';
+import { CURRENT_TERMS_AND_CONDITIONS_VERSION } from 'constants/termsAndConditions';
+
+import {
+  StyledLink,
+  StyledHeadline,
+  StyledInfoText,
+  StyledLucaLogo,
+  StyledMenuIcon,
+  StyledPlaceholder,
+  StyledPrimaryButton,
+  StyledHeaderMenuIconContainer,
+} from './UpdatedTermsAndConditionsWrapper.styled';
+
+export function UpdatedTermsAndConditionsWrapper({ children }) {
+  const intl = useIntl();
+  const [showResetAccount, setShowResetAccount] = useState(false);
+  const [hasSeenCurrentVersion, setHasSeenCurrentVersion] = useState(true);
+
+  const onAccept = async () => {
+    const [{ userId }] = await indexDB.users.toArray();
+    await indexDB.users.where({ userId }).modify({
+      lastTermsAndConditionsVersion: CURRENT_TERMS_AND_CONDITIONS_VERSION,
+    });
+    setHasSeenCurrentVersion(true);
+  };
+
+  useEffect(() => {
+    indexDB.users
+      .toArray()
+      .then(([{ lastTermsAndConditionsVersion }]) => {
+        if (
+          lastTermsAndConditionsVersion === null ||
+          lastTermsAndConditionsVersion < CURRENT_TERMS_AND_CONDITIONS_VERSION
+        ) {
+          setHasSeenCurrentVersion(false);
+          return;
+        }
+
+        setHasSeenCurrentVersion(true);
+      })
+      .catch(error => {
+        console.error(error);
+        setHasSeenCurrentVersion(true);
+      });
+  }, []);
+
+  if (hasSeenCurrentVersion) {
+    return children;
+  }
+
+  return (
+    <>
+      <Helmet>
+        <title>{intl.formatMessage({ id: 'Home.PageTitle' })}</title>
+      </Helmet>
+      <AppLayout
+        showBorder={false}
+        header={
+          <>
+            <StyledLucaLogo alt="luca" src={lucaLogo} />
+            <StyledHeaderMenuIconContainer
+              tabIndex="4"
+              id="deleteAccount"
+              onClick={() => setShowResetAccount(true)}
+              aria-label={intl.formatMessage({
+                id: 'Home.AriaSettingsLabel',
+              })}
+            >
+              <StyledMenuIcon src={menu} alt="settings" />
+            </StyledHeaderMenuIconContainer>
+          </>
+        }
+        footer={
+          <StyledPrimaryButton tabIndex="3" onClick={onAccept}>
+            {intl.formatMessage({ id: 'UpdatedTermsAndConditions.Button' })}
+          </StyledPrimaryButton>
+        }
+      >
+        <AppContent>
+          <StyledHeadline>
+            {intl.formatMessage({ id: 'UpdatedTermsAndConditions.Headline' })}
+          </StyledHeadline>
+          <StyledInfoText>
+            {intl.formatMessage({ id: 'UpdatedTermsAndConditions.InfoPart1' })}
+          </StyledInfoText>
+          <StyledInfoText>
+            {intl.formatMessage({ id: 'UpdatedTermsAndConditions.InfoPart2' })}
+          </StyledInfoText>
+          <StyledPlaceholder />
+          <StyledInfoText>
+            {intl.formatMessage(
+              { id: 'UpdatedTermsAndConditions.Overview' },
+              {
+                termsAndConditionsLink: (
+                  <StyledLink
+                    tabIndex="1"
+                    rel="noopener"
+                    target="_blank"
+                    href={TERMS_CONDITIONS_LINK}
+                  >
+                    {intl.formatMessage({
+                      id: 'UpdatedTermsAndConditions.TermsAndConditionsLink',
+                    })}
+                  </StyledLink>
+                ),
+                privacyLink: (
+                  <StyledLink
+                    tabIndex="2"
+                    rel="noopener"
+                    target="_blank"
+                    href={PRIVACY_LINK}
+                  >
+                    {intl.formatMessage({
+                      id: 'UpdatedTermsAndConditions.PrivacyLink',
+                    })}
+                  </StyledLink>
+                ),
+              }
+            )}
+          </StyledInfoText>
+        </AppContent>
+      </AppLayout>
+      {showResetAccount && (
+        <ResetDeviceModal onClose={() => setShowResetAccount(false)} />
+      )}
+    </>
+  );
+}
diff --git a/services/webapp/src/components/UpdatedTermsAndConditionsWrapper/UpdatedTermsAndConditionsWrapper.styled.js b/services/webapp/src/components/UpdatedTermsAndConditionsWrapper/UpdatedTermsAndConditionsWrapper.styled.js
new file mode 100644
index 0000000..9ec4726
--- /dev/null
+++ b/services/webapp/src/components/UpdatedTermsAndConditionsWrapper/UpdatedTermsAndConditionsWrapper.styled.js
@@ -0,0 +1,56 @@
+import styled from 'styled-components';
+
+import { SecondaryButton } from 'components/Buttons';
+import { Headline, Link, Text } from 'components/Text';
+
+export const StyledLucaLogo = styled.img`
+  width: 87px;
+  height: 48px;
+  user-select: none;
+`;
+
+export const StyledHeadline = styled(Headline)`
+  width: 100%;
+  color: #ffffff;
+  font-size: 20px;
+  margin-bottom: 24px;
+`;
+
+export const StyledInfoText = styled(Text)`
+  display: block;
+  color: #ffffff;
+  line-height: 20px;
+  margin-bottom: 22px;
+`;
+
+export const StyledPlaceholder = styled.div`
+  flex: 1;
+`;
+
+export const StyledPrimaryButton = styled(SecondaryButton)`
+  width: 100%;
+  height: 48px;
+  margin-top: 12px;
+`;
+
+export const StyledLink = styled(Link)`
+  color: #ffffff;
+  text-decoration: underline;
+`;
+
+export const StyledMenuIcon = styled.img`
+  height: 4px;
+  width: 20px;
+`;
+
+export const StyledHeaderMenuIconContainer = styled.button`
+  flex: 1;
+  margin: 0;
+  border: none;
+  display: flex;
+  outline: none;
+  padding: 20px 0;
+  align-items: center;
+  justify-content: flex-end;
+  background-color: transparent;
+`;
diff --git a/services/webapp/src/components/UpdatedTermsAndConditionsWrapper/index.js b/services/webapp/src/components/UpdatedTermsAndConditionsWrapper/index.js
new file mode 100644
index 0000000..b150224
--- /dev/null
+++ b/services/webapp/src/components/UpdatedTermsAndConditionsWrapper/index.js
@@ -0,0 +1 @@
+export { UpdatedTermsAndConditionsWrapper } from './UpdatedTermsAndConditionsWrapper.react';
diff --git a/services/webapp/src/constants/termsAndConditions.js b/services/webapp/src/constants/termsAndConditions.js
new file mode 100644
index 0000000..e3cf332
--- /dev/null
+++ b/services/webapp/src/constants/termsAndConditions.js
@@ -0,0 +1 @@
+export const CURRENT_TERMS_AND_CONDITIONS_VERSION = 1;
diff --git a/services/webapp/src/db/index.js b/services/webapp/src/db/index.js
index 5d2c494..de2bd74 100644
--- a/services/webapp/src/db/index.js
+++ b/services/webapp/src/db/index.js
@@ -99,3 +99,17 @@ indexDB.version(5).stores({
   users:
     '&userId, firstName, lastName, phoneNumber, email, street, houseNumber, zip, city, useWebApp, version',
 });
+indexDB
+  .version(6)
+  .stores({
+    covidTests: null,
+    users:
+      '&userId, firstName, lastName, phoneNumber, email, street, houseNumber, zip, city, useWebApp, lastTermsAndConditionsVersion, version',
+  })
+  .upgrade(async transaction => {
+    const [user] = await transaction.table('users').toArray();
+    await transaction
+      .table('users')
+      .where({ userId: user.userId })
+      .modify({ lastTermsAndConditionsVersion: null });
+  });
diff --git a/services/webapp/src/helpers/crypto.js b/services/webapp/src/helpers/crypto.js
index 240cba6..1cc9867 100644
--- a/services/webapp/src/helpers/crypto.js
+++ b/services/webapp/src/helpers/crypto.js
@@ -41,6 +41,8 @@ import {
   MAX_POSTAL_CODE_LENGTH,
   MAX_HOUSE_NUMBER_LENGTH,
 } from 'constants/valueLength';
+import { CURRENT_TERMS_AND_CONDITIONS_VERSION } from 'constants/termsAndConditions';
+
 import {
   indexDB,
   USER_DATA_SECRET,
@@ -196,6 +198,7 @@ export async function registerDevice({
       userId,
       version: 3,
       useWebApp: true,
+      lastTermsAndConditionsVersion: CURRENT_TERMS_AND_CONDITIONS_VERSION,
     });
     await indexDB.secrets.bulkAdd([
       {
diff --git a/services/webapp/src/hooks/useValidators.js b/services/webapp/src/hooks/useValidators.js
new file mode 100644
index 0000000..78cd656
--- /dev/null
+++ b/services/webapp/src/hooks/useValidators.js
@@ -0,0 +1,101 @@
+import { useMemo } from 'react';
+import { useIntl } from 'react-intl';
+
+import {
+  getEmailRule,
+  getZipCodeRule,
+  getRequiredRule,
+  getMaxLengthRule,
+  getPhoneNumberRule,
+  getStringsRule,
+  getHouseNumberRule,
+} from 'utils/validatorRules';
+import {
+  MAX_NAME_LENGTH,
+  MAX_CITY_LENGTH,
+  MAX_EMAIL_LENGTH,
+  MAX_PHONE_LENGTH,
+  MAX_STREET_LENGTH,
+  MAX_POSTAL_CODE_LENGTH,
+  MAX_HOUSE_NUMBER_LENGTH,
+} from 'constants/valueLength';
+
+export const useNameValidator = () => {
+  const intl = useIntl();
+  return useMemo(
+    () => [
+      getRequiredRule(intl),
+      getStringsRule(intl),
+      getMaxLengthRule(intl, MAX_NAME_LENGTH),
+    ],
+    [intl]
+  );
+};
+
+export const useZipCodeValidator = () => {
+  const intl = useIntl();
+  return useMemo(
+    () => [
+      getRequiredRule(intl),
+      getMaxLengthRule(intl, MAX_POSTAL_CODE_LENGTH),
+      getZipCodeRule(intl),
+    ],
+    [intl]
+  );
+};
+
+export const useCityValidator = () => {
+  const intl = useIntl();
+  return useMemo(
+    () => [
+      getRequiredRule(intl),
+      getStringsRule(intl),
+      getMaxLengthRule(intl, MAX_CITY_LENGTH),
+    ],
+    [intl]
+  );
+};
+
+export const useHouseNumberValidator = () => {
+  const intl = useIntl();
+  return useMemo(
+    () => [
+      getRequiredRule(intl),
+      getHouseNumberRule(intl),
+      getMaxLengthRule(intl, MAX_HOUSE_NUMBER_LENGTH),
+    ],
+    [intl]
+  );
+};
+
+export const useStreetValidator = () => {
+  const intl = useIntl();
+  return useMemo(
+    () => [
+      getRequiredRule(intl),
+      getStringsRule(intl),
+      getMaxLengthRule(intl, MAX_STREET_LENGTH),
+    ],
+    [intl]
+  );
+};
+
+export const useEmailValidator = () => {
+  const intl = useIntl();
+  return useMemo(
+    () => [getMaxLengthRule(intl, MAX_EMAIL_LENGTH), getEmailRule(intl)],
+    [intl]
+  );
+};
+
+export const usePhoneNumberValidator = () => {
+  const intl = useIntl();
+  return useMemo(
+    () => [
+      getRequiredRule(intl),
+      getMaxLengthRule(intl, MAX_PHONE_LENGTH),
+      getPhoneNumberRule(intl),
+    ],
+    [intl]
+  );
+};
diff --git a/services/webapp/src/messages/de.json b/services/webapp/src/messages/de.json
index bae4cb3..72b2358 100644
--- a/services/webapp/src/messages/de.json
+++ b/services/webapp/src/messages/de.json
@@ -166,5 +166,21 @@
     "HistoryShareConsentModal.Link": "Datenschutz - App",
     "Settings.Repository": "GitLab Repository",
     "version.version": "Version",
-    "version.modal.title": "Version"
+    "version.modal.title": "Version",
+    "Settings.CertificateChain.PageTitle": "GA Verschlüsselung",
+    "Settings.CertificateChain.TransferKey": "TRANSFER SCHLÃœSSEL",
+    "Settings.CertificateChain.Date": "Datum",
+    "Settings.CertificateChain.Author": "Aussteller",
+    "Settings.CertificateChain.isSigned": "Signiert",
+    "Settings.CertificateChain": "GA Verschlüsselung",
+    "Settings.CertificateChain.Download": "Download zertifikatskette",
+    "UpdatedTermsAndConditions.Headline": "Hallo",
+    "UpdatedTermsAndConditions.InfoPart1": "Wir aktualisieren unsere Nutzungsbedingungen und unsere Datenschutzrichtlinien.",
+    "UpdatedTermsAndConditions.InfoPart2": "Wir haben unsere Dienstbeschreibung zugunsten besserer Transparenz und Verständlichkeit aktualisiert.",
+    "UpdatedTermsAndConditions.Overview": "Tippe auf „ZUSTIMMEN“ um die aktualisierten {termsAndConditionsLink} und die {privacyLink} zu akzeptieren.",
+    "UpdatedTermsAndConditions.TermsAndConditionsLink": "Nutzungsbedingungen",
+    "UpdatedTermsAndConditions.PrivacyLink": "Datenschutzrichtlinien",
+    "UpdatedTermsAndConditions.Button": "ZUSTIMMEN",
+    "UpdatedTermsAndConditions.AriaDeleteAccountLabel": "Account löschen",
+    "Form.Validation.invalidCharacter": "Bitte gib nur unterstützte Zeichen eingeben."
 }
\ No newline at end of file
diff --git a/services/webapp/src/messages/en.json b/services/webapp/src/messages/en.json
index 8123b6e..dfadf8d 100644
--- a/services/webapp/src/messages/en.json
+++ b/services/webapp/src/messages/en.json
@@ -166,5 +166,21 @@
     "HistoryShareConsentModal.Link": "data privacy - app",
     "Settings.Repository": "GitLab Repository",
     "version.version": "Version",
-    "version.modal.title": "Version"
+    "version.modal.title": "Version",
+    "Settings.CertificateChain.PageTitle": "HD Encryption",
+    "Settings.CertificateChain.TransferKey": "TRANSFER KEY",
+    "Settings.CertificateChain.Date": "Date",
+    "Settings.CertificateChain.Author": "Author",
+    "Settings.CertificateChain.isSigned": "Signed",
+    "Settings.CertificateChain": "HD Encryption",
+    "Settings.CertificateChain.Download": "Download certificate chain",
+    "UpdatedTermsAndConditions.Headline": "Hello",
+    "UpdatedTermsAndConditions.InfoPart1": "We are updating our terms of use and our privacy policy.",
+    "UpdatedTermsAndConditions.InfoPart2": "We have updated our service description in favour of better transparency and comprehensibility.",
+    "UpdatedTermsAndConditions.Overview": "Tap \"AGREE\" to accept the updated {termsAndConditionsLink} and the {privacyLink}.",
+    "UpdatedTermsAndConditions.TermsAndConditionsLink": "Terms and conditions",
+    "UpdatedTermsAndConditions.PrivacyLink": "privacy policy",
+    "UpdatedTermsAndConditions.Button": "AGREE",
+    "UpdatedTermsAndConditions.AriaDeleteAccountLabel": "Delete Account",
+    "Form.Validation.invalidCharacter": "Please enter only supported characters."
 }
\ No newline at end of file
diff --git a/services/webapp/src/utils/checkCharacter.js b/services/webapp/src/utils/checkCharacter.js
new file mode 100644
index 0000000..def01b3
--- /dev/null
+++ b/services/webapp/src/utils/checkCharacter.js
@@ -0,0 +1,8 @@
+const SAFE_CHARACTERS_REGEX = /^[\w !&()+,./:@`|£À-ÿāăąćĉċčđēėęěĝğģĥħĩīįİıĵķĸĺļłńņōőœŗřśŝşšţŦũūŭůűųŵŷźżžơưếệ–-]*$/i;
+const NO_HTTP_REGEX = /^((?!http).)*$/i;
+const NO_FTP_REGEX = /^((?!ftp).)*$/i;
+
+export const isValidCharacter = value =>
+  SAFE_CHARACTERS_REGEX.test(value) &&
+  NO_HTTP_REGEX.test(value) &&
+  NO_FTP_REGEX.test(value);
diff --git a/services/webapp/src/utils/validatorRules.helper.js b/services/webapp/src/utils/validatorRules.helper.js
new file mode 100644
index 0000000..868a0fd
--- /dev/null
+++ b/services/webapp/src/utils/validatorRules.helper.js
@@ -0,0 +1,35 @@
+import validator from 'validator';
+import { isValidCharacter } from './checkCharacter';
+import { checkPhoneNumber } from './parsePhoneNumber';
+
+export const validateAllowedCharacters = (_, value) => {
+  if (value?.trim() && !isValidCharacter(value)) {
+    return Promise.reject();
+  }
+  if (value?.trim() && validator.isNumeric(value.replace(/\s/g, ''))) {
+    return Promise.reject();
+  }
+  return Promise.resolve();
+};
+
+export const validateHouseNumber = (_, value) => {
+  if (value?.trim() && !isValidCharacter(value)) {
+    return Promise.reject();
+  }
+  return Promise.resolve();
+};
+
+export function validateZipCode(_, value) {
+  if (value?.trim() && !validator.isPostalCode(value, 'any')) {
+    return Promise.reject();
+  }
+  return Promise.resolve();
+}
+
+export function validatePhoneNumber(_, value) {
+  if (checkPhoneNumber(value)) {
+    return Promise.resolve();
+  }
+
+  return Promise.reject();
+}
diff --git a/services/webapp/src/utils/validatorRules.js b/services/webapp/src/utils/validatorRules.js
new file mode 100644
index 0000000..6e068f4
--- /dev/null
+++ b/services/webapp/src/utils/validatorRules.js
@@ -0,0 +1,44 @@
+import {
+  validateZipCode,
+  validatePhoneNumber,
+  validateHouseNumber,
+  validateAllowedCharacters,
+} from './validatorRules.helper';
+
+export const getRequiredRule = intl => ({
+  required: true,
+  whitespace: true,
+  message: intl.formatMessage({
+    id: 'Form.Validation.isRequired',
+  }),
+});
+
+export const getStringsRule = intl => ({
+  validator: validateAllowedCharacters,
+  message: intl.formatMessage({ id: `Form.Validation.invalidCharacter` }),
+});
+
+export const getHouseNumberRule = intl => ({
+  validator: validateHouseNumber,
+  message: intl.formatMessage({ id: `Form.Validation.invalidCharacter` }),
+});
+
+export const getZipCodeRule = intl => ({
+  validator: validateZipCode,
+  message: intl.formatMessage({ id: 'Form.Validation.zip' }),
+});
+
+export const getMaxLengthRule = (intl, maxLength) => ({
+  max: maxLength,
+  message: intl.formatMessage({ id: 'Form.Validation.toLong' }),
+});
+
+export const getEmailRule = intl => ({
+  type: 'email',
+  message: intl.formatMessage({ id: 'Form.Validation.email' }),
+});
+
+export const getPhoneNumberRule = intl => ({
+  validator: validatePhoneNumber,
+  message: intl.formatMessage({ id: 'Form.Validation.unsupportedFormat' }),
+});
diff --git a/services/webapp/yarn.lock b/services/webapp/yarn.lock
index c5ae130..bdafffa 100644
--- a/services/webapp/yarn.lock
+++ b/services/webapp/yarn.lock
@@ -12718,6 +12718,11 @@ validate-npm-package-license@^3.0.1:
     spdx-correct "^3.0.0"
     spdx-expression-parse "^3.0.0"
 
+validator@13.6.0:
+  version "13.6.0"
+  resolved "https://registry.yarnpkg.com/validator/-/validator-13.6.0.tgz#1e71899c14cdc7b2068463cb24c1cc16f6ec7059"
+  integrity sha512-gVgKbdbHgtxpRyR8K0O6oFZPhhB5tT1jeEHZR0Znr9Svg03U0+r9DXWMrnRAB+HtCStDQKlaIZm42tVsVjqtjg==
+
 value-equal@^1.0.1:
   version "1.0.1"
   resolved "https://registry.yarnpkg.com/value-equal/-/value-equal-1.0.1.tgz#1e0b794c734c5c0cade179c437d356d931a34d6c"
diff --git a/sonar-project.properties b/sonar-project.properties
index 0bcd88f..d588a00 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -5,9 +5,9 @@ sonar.scm.provider=git
 # Path is relative to the sonar-project.properties file. Defaults to .
 sonar.sources=services/backend/src,services/contact-form/src,services/health-department/src,services/locations/src,services/scanner/src,services/webapp/src
 sonar.test.inclusions=**/*.spec.js,**/*.spec.jsx,**/*.test.js,**/*.test.jsx
-sonar.exclusions=**/node_modules
+sonar.exclusions=**/node_modules, **/utils/testing.js
 
 sonar.qualitygate.wait=true
 
 #sonar.testExecutionReportPaths=coverage/test-reporter.xml
-#sonar.javascript.lcov.reportPaths=coverage/lcov.info
\ No newline at end of file
+#sonar.javascript.lcov.reportPaths=coverage/lcov.info
diff --git a/yarn.lock b/yarn.lock
index 1171004..e2dbaa5 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -176,9 +176,9 @@ cross-spawn@^7.0.3:
     which "^2.0.1"
 
 debug@^4.3.1:
-  version "4.3.1"
-  resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
-  integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
+  version "4.3.2"
+  resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
+  integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
   dependencies:
     ms "2.1.2"
 
-- 
GitLab