pax_global_header00006660000000000000000000000064140110165300014501gustar00rootroot0000000000000052 comment=8f5eea81a73632fa46be8a0d5095c6a2ab23b32d cascadia-code-2102.03/000077500000000000000000000000001401101653000143105ustar00rootroot00000000000000cascadia-code-2102.03/.azure-pipelines.yml000066400000000000000000000024151401101653000202270ustar00rootroot00000000000000trigger: none pr: branches: include: - main parameters: - name: static displayName: Generate Static Fonts type: boolean default: true variables: - name: runCodesignValidationInjectionBG value: false jobs: - job: build displayName: Build Font pool: vmImage: macOS-latest steps: - task: UsePythonVersion@0 displayName: 'Use Python 3.8' inputs: versionSpec: '3.8' - bash: | brew install ttfautohint pip install -r requirements.txt ufolint displayName: 'Install build dependencies' - bash: | ufolint sources/*.ufo displayName: 'Lint sources' - ${{ if eq(parameters.static, true) }}: - bash: | python ./build.py -S -W displayName: 'Build variable + static fonts' - ${{ if eq(parameters.static, false) }}: - bash: | python ./build.py -W displayName: 'Build variable fonts only' - bash: | mkdir -p out cd build zip -r ../out/CascadiaCode.zip ttf otf woff2 displayName: 'Archive all fonts' - task: PublishPipelineArtifact@1 displayName: 'Publish archive' inputs: targetPath: out artifact: 'archive' cascadia-code-2102.03/.github/000077500000000000000000000000001401101653000156505ustar00rootroot00000000000000cascadia-code-2102.03/.github/ISSUE_TEMPLATE/000077500000000000000000000000001401101653000200335ustar00rootroot00000000000000cascadia-code-2102.03/.github/ISSUE_TEMPLATE/Bug_Report.md000066400000000000000000000032371401101653000224320ustar00rootroot00000000000000--- name: Bug report 🐛 about: Report errors or unexpected behavior title: "Bug Report (IF I DO NOT CHANGE THIS THE ISSUE WILL BE CLOSED)" labels: '' assignees: '' --- # Environment ```none Cascadia Code version number: Application (with version) used to display text: OS platform and version: Screen resolution (i.e. 220dpi): Any other software? ``` # Steps to reproduce # Expected behavior # Actual behavior cascadia-code-2102.03/.github/ISSUE_TEMPLATE/Documentation_Issue.md000066400000000000000000000003311401101653000243330ustar00rootroot00000000000000--- name: Documentation Issue 📚 about: Report issues in our documentation title: "Documentation Issue" labels: Issue-Docs assignees: '' --- cascadia-code-2102.03/.github/ISSUE_TEMPLATE/Feature_Request.md000066400000000000000000000026171401101653000234660ustar00rootroot00000000000000--- name: Feature Request/Idea 🚀 about: Suggest a new feature or improvement (this does not mean you have to implement it) title: "Feature Request" labels: Issue-Feature assignees: '' --- # Description of the new feature/enhancement (with images if possible) # Proposed technical implementation details (optional) cascadia-code-2102.03/.github/PULL_REQUEST_TEMPLATE.md000066400000000000000000000030571401101653000214560ustar00rootroot00000000000000 ## Summary of the Pull Request ## References ## PR Checklist * [ ] Closes #xxx * [ ] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Requires FONTLOG.txt to be updated * [ ] Requires [/images/cascadia-code.png](/microsoft/cascadia-code/blob/main/images/cascadia-code.png) and/or [/images/cascadia-code-characters.png](/microsoft/cascadia-code/blob/main/images/cascadia-code-characters.png) to be updated * [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx ## Detailed Description of the Pull Request / Additional comments ## Before (if applicable) and After Images of the Character(s) ## Validation Steps Performed cascadia-code-2102.03/.gitignore000066400000000000000000000131031401101653000162760ustar00rootroot00000000000000## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore # User-specific files *.suo *.user *.userosscache *.sln.docstates .DS_Store # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs # Build results [Dd]ebug/ [Dd]ebugPublic/ [Rr]elease/ [Rr]eleases/ x64/ x86/ bld/ [Bb]in/ [Oo]bj/ [Ll]og/ # Visual Studio 2015/2017 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ # Visual Studio 2017 auto generated files Generated\ Files/ # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* # NUNIT *.VisualState.xml TestResult.xml # Build Results of an ATL Project [Dd]ebugPS/ [Rr]eleasePS/ dlldata.c # Benchmark Results BenchmarkDotNet.Artifacts/ # .NET Core project.lock.json project.fragment.lock.json artifacts/ **/Properties/launchSettings.json # StyleCop StyleCopReport.xml # Files built by Visual Studio *_i.c *_p.c *_i.h *.ilk *.meta *.obj *.iobj *.pch *.pdb *.ipdb *.pgc *.pgd *.rsp *.sbr *.tlb *.tli *.tlh *.tmp *.tmp_proj *.log *.vspscc *.vssscc .builds *.pidb *.svclog *.scc # Chutzpah Test files _Chutzpah* # Visual C++ cache files ipch/ *.aps *.ncb *.opendb *.opensdf *.sdf *.cachefile *.VC.db *.VC.VC.opendb # Visual Studio profiler *.psess *.vsp *.vspx *.sap # Visual Studio Trace Files *.e2e # TFS 2012 Local Workspace $tf/ # Guidance Automation Toolkit *.gpState # ReSharper is a .NET coding add-in _ReSharper*/ *.[Rr]e[Ss]harper *.DotSettings.user # JustCode is a .NET coding add-in .JustCode # TeamCity is a build add-in _TeamCity* # DotCover is a Code Coverage Tool *.dotCover # AxoCover is a Code Coverage Tool .axoCover/* !.axoCover/settings.json # Visual Studio code coverage results *.coverage *.coveragexml # NCrunch _NCrunch_* .*crunch*.local.xml nCrunchTemp_* # MightyMoose *.mm.* AutoTest.Net/ # Web workbench (sass) .sass-cache/ # Installshield output folder [Ee]xpress/ # DocProject is a documentation generator add-in DocProject/buildhelp/ DocProject/Help/*.HxT DocProject/Help/*.HxC DocProject/Help/*.hhc DocProject/Help/*.hhk DocProject/Help/*.hhp DocProject/Help/Html2 DocProject/Help/html # Click-Once directory publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml # Note: Comment the next line if you want to checkin your web deploy settings, # but database connection strings (with potential passwords) will be unencrypted *.pubxml *.publishproj # Microsoft Azure Web App publish settings. Comment the next line if you want to # checkin your Azure Web App publish settings, but sensitive information contained # in these scripts will be unencrypted PublishScripts/ # NuGet Packages *.nupkg # The packages folder can be ignored because of Package Restore **/[Pp]ackages/* # except build/, which is used as an MSBuild target. !**/[Pp]ackages/build/ # Uncomment if necessary however generally it will be regenerated when needed #!**/[Pp]ackages/repositories.config # NuGet v3's project.json files produces more ignorable files *.nuget.props *.nuget.targets # Microsoft Azure Build Output csx/ *.build.csdef # Microsoft Azure Emulator ecf/ rcf/ # Windows Store app package directories and files AppPackages/ BundleArtifacts/ Package.StoreAssociation.xml _pkginfo.txt *.appx # Visual Studio cache files # files ending in .cache can be ignored *.[Cc]ache # but keep track of directories ending in .cache !*.[Cc]ache/ # Others ClientBin/ ~$* *~ *.dbmdl *.dbproj.schemaview *.jfm *.pfx *.publishsettings orleans.codegen.cs # Including strong name files can present a security risk # (https://github.com/github/gitignore/pull/2483#issue-259490424) #*.snk # Since there are multiple workflows, uncomment next line to ignore bower_components # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) #bower_components/ # RIA/Silverlight projects Generated_Code/ # Backup & report files from converting an old project file # to a newer Visual Studio version. Backup files are not needed, # because we have git ;-) _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML UpgradeLog*.htm ServiceFabricBackup/ *.rptproj.bak # SQL Server files *.mdf *.ldf *.ndf # Business Intelligence projects *.rdl.data *.bim.layout *.bim_*.settings *.rptproj.rsuser # Microsoft Fakes FakesAssemblies/ # GhostDoc plugin setting file *.GhostDoc.xml # Node.js Tools for Visual Studio .ntvs_analysis.dat node_modules/ # Visual Studio 6 build log *.plg # Visual Studio 6 workspace options file *.opt # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) *.vbw # Visual Studio LightSwitch build output **/*.HTMLClient/GeneratedArtifacts **/*.DesktopClient/GeneratedArtifacts **/*.DesktopClient/ModelManifest.xml **/*.Server/GeneratedArtifacts **/*.Server/ModelManifest.xml _Pvt_Extensions # Paket dependency manager .paket/paket.exe paket-files/ # FAKE - F# Make .fake/ # JetBrains Rider .idea/ *.sln.iml # CodeRush .cr/ # Python Tools for Visual Studio (PTVS) __pycache__/ *.pyc # Cake - Uncomment if you are using it # tools/** # !tools/packages.config # Tabs Studio *.tss # Telerik's JustMock configuration file *.jmconfig # BizTalk build output *.btp.cs *.btm.cs *.odx.cs *.xsd.cs # OpenCover UI analysis results OpenCover/ # Azure Stream Analytics local run output ASALocalRun/ # MSBuild Binary and Structured Log *.binlog # NVidia Nsight GPU debugger configuration file *.nvuser # MFractors (Xamarin productivity tool) working folder .mfractor/ # other files build/ testground/ newVTT.xml converter.py salishan/ fixTSI1.py venv/ .vscode/settings.json cascadia-code-2102.03/CODE_OF_CONDUCT.md000066400000000000000000000006761401101653000171200ustar00rootroot00000000000000# Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct][conduct-code]. For more information see the [Code of Conduct FAQ][conduct-FAQ] or contact [opencode@microsoft.com][conduct-email] with any additional questions or comments. [conduct-code]: https://opensource.microsoft.com/codeofconduct/ [conduct-FAQ]: https://opensource.microsoft.com/codeofconduct/faq/ [conduct-email]: mailto:opencode@microsoft.comcascadia-code-2102.03/FONTLOG.txt000066400000000000000000000054741401101653000161730ustar00rootroot00000000000000FONTLOG for Cascadia Code =================================== This file provides detailed information on the Cascadia Code font. This information should be distributed along with the Cascadia Code font and any derivative works. Basic Font Information ----------------------------------- Cascadia Code is a monospaced font shipped by Microsoft. It includes programming ligatures and is intended for use in terminal applications as well as text editors. Contribution Information ----------------------------------- Documentation and contribution guidelines can be found at: https://github.com/microsoft/cascadia-code ChangeLog ----------------------------------- 09-25-2019 (Aaron Bell) Bug Fixes and Improvements 09-18-2019 (Aaron Bell) Cascadia Code Version 1909.16 - Initial release 10-04-2019 (Aaron Bell) Cascadia Code Version 1910.04 - Addition of Latin-1 characters - Addition of box drawing glyphs 11-20-2019 (Aaron Bell) Cascadia Code Version 1911.20 - Cyrillic, Greek, Vietnamese, and many other symbols added - Font converted to UFO with a build workflow - font rehinted - many other fixes! 04-29-2020 (Aaron Bell) April bug fixes - Many small bug fixes from the last few months 05-05-2020 Font vertical metrics locked 05-15-2020 (Aaron Bell, Dustin Howett) [Version 2005.15] Fixed WinDescent value to improve line spacing 06-29-2020 (Aaron Bell) Variable font conversion Converted Cascadia Code to a Variable font with a weight axis 06-29-2020 (Aaron Bell) [Version 2007.01] Reworked Cascadia Code to be a variable font with 6 named variations ranging from ExtraLight to Bold. Split the long equals ligature (==) for earier reading Removed the hexadeciaml 'x' alternate Corrected malformed IJacute dioacritics Introduced a compatibility layout for PowerLine glyphs that will be used in GDI 08-25-2020 (Aaron Bell) [Version 2008.25] Started generating static TTFs and hinting them with ttfautohint Aligned the powerline glyphs to the font metrics exactly Realigned the box drawing glyphs to match the letters Added anchors to all alphabetic characters (and brevecomb-cy) added fi/fl ligatures (decomposed!) Fixed the weight of horncomb in bold 9-14-2020 1) Added support for Salishan language groups 2) Remastered mark positioning for glyphs with 2 diacritics (needed for Salishan) 3) Rebuild Build Script to simplify code 4) Fixed minor other hinting issues 5) Fixed RVRN substitutions for heavy weight 9-21-2020 1) Correcting mark positioning for salishan Acknowledgements ----------------------------------- If you make modifications, be sure to add your name (N), email (E), web-address (if you have one) (W), and description (D). This list is in alphabetical order. N: Aaron Bell E: aaron@sajatypeworks.com W: http://sajatypeworks.com D: Original font designer cascadia-code-2102.03/LICENSE000066400000000000000000000106111401101653000153140ustar00rootroot00000000000000Copyright (c) 2019 - Present, Microsoft Corporation, with Reserved Font Name Cascadia Code. This Font Software is licensed under the SIL Open Font License, Version 1.1. This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL ----------------------------------------------------------- SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 ----------------------------------------------------------- PREAMBLE The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. DEFINITIONS "Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. "Reserved Font Name" refers to any names specified as such after the copyright statement(s). "Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). "Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. "Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. PERMISSION & CONDITIONS Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. TERMINATION This license becomes null and void if any of the above conditions are not met. DISCLAIMER THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. cascadia-code-2102.03/OFL-FAQ.txt000066400000000000000000001631041401101653000161030ustar00rootroot00000000000000OFL FAQ - Frequently Asked Questions about the SIL Open Font License (OFL) Version 1.1-update5 - April 2017 The OFL FAQ is copyright (c) 2005-2017 SIL International. (See http://scripts.sil.org/OFL for updates) CONTENTS OF THIS FAQ 1 USING AND DISTRIBUTING FONTS LICENSED UNDER THE OFL 2 USING OFL FONTS FOR WEB PAGES AND ONLINE WEB FONT SERVICES 3 MODIFYING OFL-LICENSED FONTS 4 LICENSING YOUR ORIGINAL FONTS UNDER THE OFL 5 CHOOSING RESERVED FONT NAMES 6 ABOUT THE FONTLOG 7 MAKING CONTRIBUTIONS TO OFL PROJECTS 8 ABOUT THE LICENSE ITSELF 9 ABOUT SIL INTERNATIONAL APPENDIX A - FONTLOG EXAMPLE 1 USING AND DISTRIBUTING FONTS LICENSED UNDER THE OFL 1.1 Can I use the fonts for a book or other print publication, to create logos or other graphics or even to manufacture objects based on their outlines? Yes. You are very welcome to do so. Authors of fonts released under the OFL allow you to use their font software as such for any kind of design work. No additional license or permission is required, unlike with some other licenses. Some examples of these uses are: logos, posters, business cards, stationery, video titling, signage, t-shirts, personalised fabric, 3D-printed/laser-cut shapes, sculptures, rubber stamps, cookie cutters and lead type. 1.1.1 Does that restrict the license or distribution of that artwork? No. You remain the author and copyright holder of that newly derived graphic or object. You are simply using an open font in the design process. It is only when you redistribute, bundle or modify the font itself that other conditions of the license have to be respected (see below for more details). 1.1.2 Is any kind of acknowledgement required? No. Font authors may appreciate being mentioned in your artwork's acknowledgements alongside the name of the font, possibly with a link to their website, but that is not required. 1.2 Can the fonts be included with Free/Libre and Open Source Software collections such as GNU/Linux and BSD distributions and repositories? Yes! Fonts licensed under the OFL can be freely included alongside other software under FLOSS (Free/Libre and Open Source Software) licenses. Since fonts are typically aggregated with, not merged into, existing software, there is little need to be concerned about incompatibility with existing software licenses. You may also repackage the fonts and the accompanying components in a .rpm or .deb package (or other similar package formats or installers) and include them in distribution CD/DVDs and online repositories. (Also see section 5.9 about rebuilding from source.) 1.3 I want to distribute the fonts with my program. Does this mean my program also has to be Free/Libre and Open Source Software? No. Only the portions based on the Font Software are required to be released under the OFL. The intent of the license is to allow aggregation or bundling with software under restricted licensing as well. 1.4 Can I sell a software package that includes these fonts? Yes, you can do this with both the Original Version and a Modified Version of the fonts. Examples of bundling made possible by the OFL would include: word processors, design and publishing applications, training and educational software, games and entertainment software, mobile device applications, etc. 1.5 Can I include the fonts on a CD of freeware or commercial fonts? Yes, as long some other font or software is also on the disk, so the OFL font is not sold by itself. 1.6 Why won't the OFL let me sell the fonts alone? The intent is to keep people from making money by simply redistributing the fonts. The only people who ought to profit directly from the fonts should be the original authors, and those authors have kindly given up potential direct income to distribute their fonts under the OFL. Please honour and respect their contribution! 1.7 What about sharing OFL fonts with friends on a CD, DVD or USB stick? You are very welcome to share open fonts with friends, family and colleagues through removable media. Just remember to include the full font package, including any copyright notices and licensing information as available in OFL.txt. In the case where you sell the font, it has to come bundled with software. 1.8 Can I host the fonts on a web site for others to use? Yes, as long as you make the full font package available. In most cases it may be best to point users to the main site that distributes the Original Version so they always get the most recent stable and complete version. See also discussion of web fonts in Section 2. 1.9 Can I host the fonts on a server for use over our internal network? Yes. If the fonts are transferred from the server to the client computer by means that allow them to be used even if the computer is no longer attached to the network, the full package (copyright notices, licensing information, etc.) should be included. 1.10 Does the full OFL license text always need to accompany the font? The only situation in which an OFL font can be distributed without the text of the OFL (either in a separate file or in font metadata), is when a font is embedded in a document or bundled within a program. In the case of metadata included within a font, it is legally sufficient to include only a link to the text of the OFL on http://scripts.sil.org/OFL, but we strongly recommend against this. Most modern font formats include metadata fields that will accept the full OFL text, and full inclusion increases the likelihood that users will understand and properly apply the license. 1.11 What do you mean by 'embedding'? How does that differ from other means of distribution? By 'embedding' we mean inclusion of the font in a document or file in a way that makes extraction (and redistribution) difficult or clearly discouraged. In many cases the names of embedded fonts might also not be obvious to those reading the document, the font data format might be altered, and only a subset of the font - only the glyphs required for the text - might be included. Any other means of delivering a font to another person is considered 'distribution', and needs to be accompanied by any copyright notices and licensing information available in OFL.txt. 1.12 So can I embed OFL fonts in my document? Yes, either in full or a subset. The restrictions regarding font modification and redistribution do not apply, as the font is not intended for use outside the document. 1.13 Does embedding alter the license of the document itself? No. Referencing or embedding an OFL font in any document does not change the license of the document itself. The requirement for fonts to remain under the OFL does not apply to any document created using the fonts and their derivatives. Similarly, creating any kind of graphic using a font under OFL does not make the resulting artwork subject to the OFL. 1.14 If OFL fonts are extracted from a document in which they are embedded (such as a PDF file), what can be done with them? Is this a risk to author(s)? The few utilities that can extract fonts embedded in a PDF will typically output limited amounts of outlines - not a complete font. To create a working font from this method is much more difficult and time consuming than finding the source of the original OFL font. So there is little chance that an OFL font would be extracted and redistributed inappropriately through this method. Even so, copyright laws address any misrepresentation of authorship. All Font Software released under the OFL and marked as such by the author(s) is intended to remain under this license regardless of the distribution method, and cannot be redistributed under any other license. We strongly discourage any font extraction - we recommend directly using the font sources instead - but if you extract font outlines from a document, please be considerate: respect the work of the author(s) and the licensing model. 1.15 What about distributing fonts with a document? Within a compressed folder structure? Is it distribution, bundling or embedding? Certain document formats may allow the inclusion of an unmodified font within their file structure which may consist of a compressed folder containing the various resources forming the document (such as pictures and thumbnails). Including fonts within such a structure is understood as being different from embedding but rather similar to bundling (or mere aggregation) which the license explicitly allows. In this case the font is conveyed unchanged whereas embedding a font usually transforms it from the original format. The OFL does not allow anyone to extract the font from such a structure to then redistribute it under another license. The explicit permission to redistribute and embed does not cancel the requirement for the Font Software to remain under the license chosen by its author(s). Even if the font travels inside the document as one of its assets, it should not lose its authorship information and licensing. 1.16 What about ebooks shipping with open fonts? The requirements differ depending on whether the fonts are linked, embedded or distributed (bundled or aggregated). Some ebook formats use web technologies to do font linking via @font-face, others are designed for font embedding, some use fonts distributed with the document or reading software, and a few rely solely on the fonts already present on the target system. The license requirements depend on the type of inclusion as discussed in 1.15. 1.17 Can Font Software released under the OFL be subject to URL-based access restrictions methods or DRM (Digital Rights Management) mechanisms? Yes, but these issues are out-of-scope for the OFL. The license itself neither encourages their use nor prohibits them since such mechanisms are not implemented in the components of the Font Software but through external software. Such restrictions are put in place for many different purposes corresponding to various usage scenarios. One common example is to limit potentially dangerous cross-site scripting attacks. However, in the spirit of libre/open fonts and unrestricted writing systems, we strongly encourage open sharing and reuse of OFL fonts, and the establishment of an environment where such restrictions are unnecessary. Note that whether you wish to use such mechanisms or you prefer not to, you must still abide by the rules set forth by the OFL when using fonts released by their authors under this license. Derivative fonts must be licensed under the OFL, even if they are part of a service for which you charge fees and/or for which access to source code is restricted. You may not sell the fonts on their own - they must be part of a larger software package, bundle or subscription plan. For example, even if the OFL font is distributed in a software package or via an online service using a DRM mechanism, the user would still have the right to extract that font, use, study, modify and redistribute it under the OFL. 1.18 I've come across a font released under the OFL. How can I easily get more information about the Original Version? How can I know where it stands compared to the Original Version or other Modified Versions? Consult the copyright statement(s) in the license for ways to contact the original authors. Consult the FONTLOG (see section 6 for more details and examples) for information on how the font differs from the Original Version, and get in touch with the various contributors via the information in the acknowledgement section. Please consider using the Original Versions of the fonts whenever possible. 1.19 What do you mean in condition 4 of the OFL's permissions and conditions? Can you provide examples of abusive promotion / endorsement / advertisement vs. normal acknowledgement? The intent is that the goodwill and reputation of the author(s) should not be used in a way that makes it sound like the original author(s) endorse or approve of a specific Modified Version or software bundle. For example, it would not be right to advertise a word processor by naming the author(s) in a listing of software features, or to promote a Modified Version on a web site by saying "designed by ...". However, it would be appropriate to acknowledge the author(s) if your software package has a list of people who deserve thanks. We realize that this can seem to be a grey area, but the standard used to judge an acknowledgement is that if the acknowledgement benefits the author(s) it is allowed, but if it primarily benefits other parties, or could reflect poorly on the author(s), then it is not. 1.20 I'm writing a small app for mobile platforms, do I need to include the whole package? If you bundle a font under the OFL with your mobile app you must comply with the terms of the license. At a minimum you must include the copyright statement, the license notice and the license text. A mention of this information in your About box or Changelog, with a link to where the font package is from, is good practice, and the extra space needed to carry these items is very small. You do not, however, need to include the full contents of the font package - only the fonts you use and the copyright and license that apply to them. For example, if you only use the regular weight in your app, you do not need to include the italic and bold versions. 1.21 What about including OFL fonts by default in my firmware or dedicated operating system? Many such systems are restricted and turned into appliances so that users cannot study or modify them. Using open fonts to increase quality and language coverage is a great idea, but you need to be aware that if there is a way for users to extract fonts you cannot legally prevent them from doing that. The fonts themselves, including any changes you make to them, must be distributed under the OFL even if your firmware has a more restrictive license. If you do transform the fonts and change their formats when you include them in your firmware you must respect any names reserved by the font authors via the RFN mechanism and pick your own font name. Alternatively if you directly add a font under the OFL to the font folder of your firmware without modifying or optimizing it you are simply bundling the font like with any other software collection, and do not need to make any further changes. 1.22 Can I make and publish CMS themes or templates that use OFL fonts? Can I include the fonts themselves in the themes or templates? Can I sell the whole package? Yes, you are very welcome to integrate open fonts into themes and templates for your preferred CMS and make them more widely available. Remember that you can only sell the fonts and your CMS add-on as part of a software bundle. (See 1.4 for details and examples about selling bundles). 1.23 Can OFL fonts be included in services that deliver fonts to the desktop from remote repositories? Even if they contain both OFL and non-OFL fonts? Yes. Some foundries have set up services to deliver fonts to subscribers directly to desktops from their online repositories; similarly, plugins are available to preview and use fonts directly in your design tool or publishing suite. These services may mix open and restricted fonts in the same channel, however they should make a clear distinction between them to users. These services should also not hinder users (such as through DRM or obfuscation mechanisms) from extracting and using the OFL fonts in other environments, or continuing to use OFL fonts after subscription terms have ended, as those uses are specifically allowed by the OFL. 1.24 Can services that provide or distribute OFL fonts restrict my use of them? No. The terms of use of such services cannot replace or restrict the terms of the OFL, as that would be the same as distributing the fonts under a different license, which is not allowed. You are still entitled to use, modify and redistribute them as the original authors have intended outside of the sole control of that particular distribution channel. Note, however, that the fonts provided by these services may differ from the Original Versions. 2 USING OFL FONTS FOR WEBPAGES AND ONLINE WEB FONT SERVICES NOTE: This section often refers to a separate paper on 'Web Fonts & RFNs'. This is available at http://scripts.sil.org/OFL_web_fonts_and_RFNs 2.1 Can I make webpages using these fonts? Yes! Go ahead! Using CSS (Cascading Style Sheets) is recommended. Your three best options are: - referring directly in your stylesheet to open fonts which may be available on the user's system - providing links to download the full package of the font - either from your own website or from elsewhere - so users can install it themselves - using @font-face to distribute the font directly to browsers. This is recommended and explicitly allowed by the licensing model because it is distribution. The font file itself is distributed with other components of the webpage. It is not embedded in the webpage but referenced through a web address which will cause the browser to retrieve and use the corresponding font to render the webpage (see 1.11 and 1.15 for details related to embedding fonts into documents). As you take advantage of the @font-face cross-platform standard, be aware that web fonts are often tuned for a web environment and not intended for installation and use outside a browser. The reasons in favour of using web fonts are to allow design of dynamic text elements instead of static graphics, to make it easier for content to be localized and translated, indexed and searched, and all this with cross-platform open standards without depending on restricted extensions or plugins. You should check the CSS cascade (the order in which fonts are being called or delivered to your users) when testing. 2.2 Can I make and use WOFF (Web Open Font Format) versions of OFL fonts? Yes, but you need to be careful. A change in font format normally is considered modification, and Reserved Font Names (RFNs) cannot be used. Because of the design of the WOFF format, however, it is possible to create a WOFF version that is not considered modification, and so would not require a name change. You are allowed to create, use and distribute a WOFF version of an OFL font without changing the font name, but only if: - the original font data remains unchanged except for WOFF compression, and - WOFF-specific metadata is either omitted altogether or present and includes, unaltered, the contents of all equivalent metadata in the original font. If the original font data or metadata is changed, or the WOFF-specific metadata is incomplete, the font must be considered a Modified Version, the OFL restrictions would apply and the name of the font must be changed: any RFNs cannot be used and copyright notices and licensing information must be included and cannot be deleted or modified. You must come up with a unique name - we recommend one corresponding to your domain or your particular web application. Be aware that only the original author(s) can use RFNs. This is to prevent collisions between a derivative tuned to your audience and the original upstream version and so to reduce confusion. Please note that most WOFF conversion tools and online services do not meet the two requirements listed above, and so their output must be considered a Modified Version. So be very careful and check to be sure that the tool or service you're using is compressing unchanged data and completely and accurately reflecting the original font metadata. 2.3 What about other web font formats such as EOT/EOTLite/CWT/etc.? In most cases these formats alter the original font data more than WOFF, and do not completely support appropriate metadata, so their use must be considered modification and RFNs may not be used. However, there may be certain formats or usage scenarios that may allow the use of RFNs. See http://scripts.sil.org/OFL_web_fonts_and_RFNs 2.4 Can I make OFL fonts available through web font online services? Yes, you are welcome to include OFL fonts in online web font services as long as you properly meet all the conditions of the license. The origin and open status of the font should be clear among the other fonts you are hosting. Authorship, copyright notices and license information must be sufficiently visible to your users or subscribers so they know where the font comes from and the rights granted by the author(s). Make sure the font file contains the needed copyright notice(s) and licensing information in its metadata. Please double-check the accuracy of every field to prevent contradictory information. Other font formats, including EOT/EOTLite/CWT and superior alternatives like WOFF, already provide fields for this information. Remember that if you modify the font within your library or convert it to another format for any reason the OFL restrictions apply and you need to change the names accordingly. Please respect the author's wishes as expressed in the OFL and do not misrepresent original designers and their work. Don't lump quality open fonts together with dubious freeware or public domain fonts. Consider how you can best work with the original designers and foundries, support their efforts and generate goodwill that will benefit your service. (See 1.17 for details related to URL-based access restrictions methods or DRM mechanisms). 2.5 Some web font formats and services provide ways of "optimizing" the font for a particular website or web application; is that allowed? Yes, it is permitted, but remember that these optimized versions are Modified Versions and so must follow OFL requirements like appropriate renaming. Also you need to bear in mind the other important parameters beyond compression, speed and responsiveness: you need to consider the audience of your particular website or web application, as choosing some optimization parameters may turn out to be less than ideal for them. Subsetting by removing certain glyphs or features may seriously limit functionality of the font in various languages that your users expect. It may also introduce degradation of quality in the rendering or specific bugs on the various target platforms compared to the original font from upstream. In other words, remember that one person's optimized font may be another person's missing feature. Various advanced typographic features (OpenType, Graphite or AAT) are also available through CSS and may provide the desired effects without the need to modify the font. 2.6 Is subsetting a web font considered modification? Yes. Removing any parts of the font when delivering a web font to a browser, including unused glyphs and smart font code, is considered modification. This is permitted by the OFL but would not normally allow the use of RFNs. Some newer subsetting technologies may be able to subset in a way that allows users to effectively have access to the complete font, including smart font behaviour. See 2.8 and http://scripts.sil.org/OFL_web_fonts_and_RFNs 2.7 Are there any situations in which a modified web font could use RFNs? Yes. If a web font is optimized only in ways that preserve Functional Equivalence (see 2.8), then it may use RFNs, as it reasonably represents the Original Version and respects the intentions of the author(s) and the main purposes of the RFN mechanism (avoids collisions, protects authors, minimizes support, encourages derivatives). However this is technically very difficult and often impractical, so a much better scenario is for the web font service or provider to sign a separate agreement with the author(s) that allows the use of RFNs for Modified Versions. 2.8 How do you know if an optimization to a web font preserves Functional Equivalence? Functional Equivalence is described in full in the 'Web fonts and RFNs' paper at http://scripts.sil.org/OFL_web_fonts_and_RFNs, in general, an optimized font is deemed to be Functionally Equivalent (FE) to the Original Version if it: - Supports the same full character inventory. If a character can be properly displayed using the Original Version, then that same character, encoded correctly on a web page, will display properly. - Provides the same smart font behavior. Any dynamic shaping behavior that works with the Original Version should work when optimized, unless the browser or environment does not support it. There does not need to be guaranteed support in the client, but there should be no forced degradation of smart font or shaping behavior, such as the removal or obfuscation of OpenType, Graphite or AAT tables. - Presents text with no obvious degradation in visual quality. The lettershapes should be equally (or more) readable, within limits of the rendering platform. - Preserves original author, project and license metadata. At a minimum, this should include: Copyright and authorship; The license as stated in the Original Version, whether that is the full text of the OFL or a link to the web version; Any RFN declarations; Information already present in the font or documentation that points back to the Original Version, such as a link to the project or the author's website. If an optimized font meets these requirements, and so is considered to be FE, then it's very likely that the original author would feel that the optimized font is a good and reasonable equivalent. If it falls short of any of these requirements, the optimized font does not reasonably represent the Original Version, and so should be considered to be a Modified Version. Like other Modified Versions, it would not be allowed to use any RFNs and you simply need to pick your own font name. 2.9 Isn't use of web fonts another form of embedding? No. Unlike embedded fonts in a PDF, web fonts are not an integrated part of the document itself. They are not specific to a single document and are often applied to thousands of documents around the world. The font data is not stored alongside the document data and often originates from a different location. The ease by which the web fonts used by a document may be identified and downloaded for desktop use demonstrates that they are philosophically and technically separate from the web pages that specify them. See http://scripts.sil.org/OFL_web_fonts_and_RFNs 2.10 So would it be better to not use RFNs at all if you want your font to be distributed by a web fonts service? No. Although the OFL does not require authors to use RFNs, the RFN mechanism is an important part of the OFL model and completely compatible with web font services. If that web font service modifies the fonts, then the best solution is to sign a separate agreement for the use of any RFNs. It is perfectly valid for an author to not declare any RFNs, but before they do so they need to fully understand the benefits they are giving up, and the overall negative effect of allowing many different versions bearing the same name to be widely distributed. As a result, we don't generally recommend it. 2.11 What should an agreement for the use of RFNs say? Are there any examples? There is no prescribed format for this agreement, as legal systems vary, and no recommended examples. Authors may wish to add specific clauses to further restrict use, require author review of Modified Versions, establish user support mechanisms or provide terms for ending the agreement. Such agreements are usually not public, and apply only to the main parties. However, it would be very beneficial for web font services to clearly state when they have established such agreements, so that the public understands clearly that their service is operating appropriately. See the separate paper on 'Web Fonts & RFNs' for in-depth discussion of issues related to the use of RFNs for web fonts. This is available at http://scripts.sil.org/OFL_web_fonts_and_RFNs 3 MODIFYING OFL-LICENSED FONTS 3.1 Can I change the fonts? Are there any limitations to what things I can and cannot change? You are allowed to change anything, as long as such changes do not violate the terms of the license. In other words, you are not allowed to remove the copyright statement(s) from the font, but you could put additional information into it that covers your contribution. See the placeholders in the OFL header template for recommendations on where to add your own statements. (Remember that, when authors have reserved names via the RFN mechanism, you need to change the internal names of the font to your own font name when making your modified version even if it is just a small change.) 3.2 I have a font that needs a few extra glyphs - can I take them from an OFL licensed font and copy them into mine? Yes, but if you distribute that font to others it must be under the OFL, and include the information mentioned in condition 2 of the license. 3.3 Can I charge people for my additional work? In other words, if I add a bunch of special glyphs or OpenType/Graphite/AAT code, can I sell the enhanced font? Not by itself. Derivative fonts must be released under the OFL and cannot be sold by themselves. It is permitted, however, to include them in a larger software package (such as text editors, office suites or operating systems), even if the larger package is sold. In that case, you are strongly encouraged, but not required, to also make that derived font easily and freely available outside of the larger package. 3.4 Can I pay someone to enhance the fonts for my use and distribution? Yes. This is a good way to fund the further development of the fonts. Keep in mind, however, that if the font is distributed to others it must be under the OFL. You won't be able to recover your investment by exclusively selling the font, but you will be making a valuable contribution to the community. Please remember how you have benefited from the contributions of others. 3.5 I need to make substantial revisions to the font to make it work with my program. It will be a lot of work, and a big investment, and I want to be sure that it can only be distributed with my program. Can I restrict its use? No. If you redistribute a Modified Version of the font it must be under the OFL. You may not restrict it in any way beyond what the OFL permits and requires. This is intended to ensure that all released improvements to the fonts become available to everyone. But you will likely get an edge over competitors by being the first to distribute a bundle with the enhancements. Again, please remember how you have benefited from the contributions of others. 3.6 Do I have to make any derivative fonts (including extended source files, build scripts, documentation, etc.) publicly available? No, but please consider sharing your improvements with others. You may find that you receive in return more than what you gave. 3.7 If a trademark is claimed in the OFL font, does that trademark need to remain in modified fonts? Yes. Any trademark notices must remain in any derivative fonts to respect trademark laws, but you may add any additional trademarks you claim, officially registered or not. For example if an OFL font called "Foo" contains a notice that "Foo is a trademark of Acme", then if you rename the font to "Bar" when creating a Modified Version, the new trademark notice could say "Foo is a trademark of Acme Inc. - Bar is a trademark of Roadrunner Technologies Ltd.". Trademarks work alongside the OFL and are not subject to the terms of the licensing agreement. The OFL does not grant any rights under trademark law. Bear in mind that trademark law varies from country to country and that there are no international trademark conventions as there are for copyright. You may need to significantly invest in registering and defending a trademark for it to remain valid in the countries you are interested in. This may be costly for an individual independent designer. 3.8 If I commit changes to a font (or publish a branch in a DVCS) as part of a public open source software project, do I have to change the internal font names? Only if there are declared RFNs. Making a public commit or publishing a public branch is effectively redistributing your modifications, so any change to the font will require that you do not use the RFNs. Even if there are no RFNs, it may be useful to change the name or add a suffix indicating that a particular version of the font is still in development and not released yet. This will clearly indicate to users and fellow designers that this particular font is not ready for release yet. See section 5 for more details. 4 LICENSING YOUR ORIGINAL FONTS UNDER THE OFL 4.1 Can I use the SIL OFL for my own fonts? Yes! We heartily encourage everyone to use the OFL to distribute their own original fonts. It is a carefully constructed license that allows great freedom along with enough artistic integrity protection for the work of the authors as well as clear rules for other contributors and those who redistribute the fonts. The licensing model is used successfully by various organisations, both for-profit and not-for-profit, to release fonts of varying levels of scope and complexity. 4.2 What do I have to do to apply the OFL to my font? If you want to release your fonts under the OFL, we recommend you do the following: 4.2.1 Put your copyright and Reserved Font Names information at the beginning of the main OFL.txt file in place of the dedicated placeholders (marked with the <> characters). Include this file in your release package. 4.2.2 Put your copyright and the OFL text with your chosen Reserved Font Name(s) into your font files (the copyright and license fields). A link to the OFL text on the OFL web site is an acceptable (but not recommended) alternative. Also add this information to any other components (build scripts, glyph databases, documentation, test files, etc). Accurate metadata in your font files is beneficial to you as an increasing number of applications are exposing this information to the user. For example, clickable links can bring users back to your website and let them know about other work you have done or services you provide. Depending on the format of your fonts and sources, you can use template human-readable headers or machine-readable metadata. You should also double-check that there is no conflicting metadata in the font itself contradicting the license, such as the fstype bits in the os2 table or fields in the name table. 4.2.3 Write an initial FONTLOG.txt for your font and include it in the release package (see Section 6 and Appendix A for details including a template). 4.2.4 Include the relevant practical documentation on the license by adding the current OFL-FAQ.txt file in your package. 4.2.5 If you wish you can use the OFL graphics (http://scripts.sil.org/OFL_logo) on your website. 4.3 Will you make my font OFL for me? We won't do the work for you. We can, however, try to answer your questions, unfortunately we do not have the resources to review and check your font packages for correct use of the OFL. We recommend you turn to designers, foundries or consulting companies with experience in doing open font design to provide this service to you. 4.4 Will you distribute my OFL font for me? No, although if the font is of sufficient quality and general interest we may include a link to it on our partial list of OFL fonts on the OFL web site. You may wish to consider other open font catalogs or hosting services, such as the Unifont Font Guide (http://unifont.org/fontguide), The League of Movable Type (http://theleagueofmovabletype.com) or the Open Font Library (http://openfontlibrary.org/), which despite the name has no direct relationship to the OFL or SIL. We do not endorse any particular catalog or hosting service - it is your responsibility to determine if the service is right for you and if it treats authors with fairness. 4.5 Why should I use the OFL for my fonts? - to meet needs for fonts that can be modified to support lesser-known languages - to provide a legal and clear way for people to respect your work but still use it (and reduce piracy) - to involve others in your font project - to enable your fonts to be expanded with new weights and improved writing system/language support - to allow more technical font developers to add features to your design (such as OpenType, Graphite or AAT support) - to renew the life of an old font lying on your hard drive with no business model - to allow your font to be included in Libre Software operating systems like Ubuntu - to give your font world status and wide, unrestricted distribution - to educate students about quality typeface and font design - to expand your test base and get more useful feedback - to extend your reach to new markets when users see your metadata and go to your website - to get your font more easily into one of the web font online services - to attract attention for your commercial fonts - to make money through web font services - to make money by bundling fonts with applications - to make money adjusting and extending existing open fonts - to get a better chance that foundations/NGOs/charities/companies who commission fonts will pick you - to be part of a sharing design and development community - to give back and contribute to a growing body of font sources 5 CHOOSING RESERVED FONT NAMES 5.1 What are Reserved Font Names? These are font names, or portions of font names, that the author has chosen to reserve for use only with the Original Version of the font, or for Modified Version(s) created by the original author. 5.2 Why can't I use the Reserved Font Names in my derivative font names? I'd like people to know where the design came from. The best way to acknowledge the source of the design is to thank the original authors and any other contributors in the files that are distributed with your revised font (although no acknowledgement is required). The FONTLOG is a natural place to do this. Reserved Font Names ensure that the only fonts that have the original names are the unmodified Original Versions. This allows designers to maintain artistic integrity while allowing collaboration to happen. It eliminates potential confusion and name conflicts. When choosing a name, be creative and avoid names that reuse almost all the same letters in the same order or sound like the original. It will help everyone if Original Versions and Modified Versions can easily be distinguished from one another and from other derivatives. Any substitution and matching mechanism is outside the scope of the license. 5.3 What do you mean by "primary name as presented to the user"? Are you referring to the font menu name? Yes, this applies to the font menu name and other mechanisms that specify a font in a document. It would be fine, however, to keep a text reference to the original fonts in the description field, in your modified source file or in documentation provided alongside your derivative as long as no one could be confused that your modified source is the original. But you cannot use the Reserved Font Names in any way to identify the font to the user (unless the Copyright Holder(s) allow(s) it through a separate agreement). Users who install derivatives (Modified Versions) on their systems should not see any of the original Reserved Font Names in their font menus, for example. Again, this is to ensure that users are not confused and do not mistake one font for another and so expect features only another derivative or the Original Version can actually offer. 5.4 Am I not allowed to use any part of the Reserved Font Names? You may not use individual words from the Reserved Font Names, but you would be allowed to use parts of words, as long as you do not use any word from the Reserved Font Names entirely. We do not recommend using parts of words because of potential confusion, but it is allowed. For example, if "Foobar" was a Reserved Font Name, you would be allowed to use "Foo" or "bar", although we would not recommend it. Such an unfortunate choice would confuse the users of your fonts as well as make it harder for other designers to contribute. 5.5 So what should I, as an author, identify as Reserved Font Names? Original authors are encouraged to name their fonts using clear, distinct names, and only declare the unique parts of the name as Reserved Font Names. For example, the author of a font called "Foobar Sans" would declare "Foobar" as a Reserved Font Name, but not "Sans", as that is a common typographical term, and may be a useful word to use in a derivative font name. Reserved Font Names should also be single words for simplicity and legibility. A font called "Flowing River" should have Reserved Font Names "Flowing" and "River", not "Flowing River". You also need to be very careful about reserving font names which are already linked to trademarks (whether registered or not) which you do not own. 5.6 Do I, as an author, have to identify any Reserved Font Names? No. RFNs are optional and not required, but we encourage you to use them. This is primarily to avoid confusion between your work and Modified Versions. As an author you can release a font under the OFL and not declare any Reserved Font Names. There may be situations where you find that using no RFNs and letting your font be changed and modified - including any kind of modification - without having to change the original name is desirable. However you need to be fully aware of the consequences. There will be no direct way for end-users and other designers to distinguish your Original Version from many Modified Versions that may be created. You have to trust whoever is making the changes and the optimizations to not introduce problematic changes. The RFNs you choose for your own creation have value to you as an author because they allow you to maintain artistic integrity and keep some control over the distribution channel to your end-users. For discussion of RFNs and web fonts see section 2. 5.7 Are any names (such as the main font name) reserved by default? No. That is a change to the license as of version 1.1. If you want any names to be Reserved Font Names, they must be specified after the copyright statement(s). 5.8 Is there any situation in which I can use Reserved Font Names for a Modified Version? The Copyright Holder(s) can give certain trusted parties the right to use any of the Reserved Font Names through separate written agreements. For example, even if "Foobar" is a RFN, you could write up an agreement to give company "XYZ" the right to distribute a modified version with a name that includes "Foobar". This allows for freedom without confusion. The existence of such an agreement should be made as clear as possible to downstream users and designers in the distribution package and the relevant documentation. They need to know if they are a party to the agreement or not and what they are practically allowed to do or not even if all the details of the agreement are not public. 5.9 Do font rebuilds require a name change? Do I have to change the name of the font when my packaging workflow includes a full rebuild from source? Yes, all rebuilds which change the font data and the smart code are Modified Versions and the requirements of the OFL apply: you need to respect what the Author(s) have chosen in terms of Reserved Font Names. However if a package (or installer) is simply a wrapper or a compressed structure around the final font - leaving them intact on the inside - then no name change is required. Please get in touch with the author(s) and copyright holder(s) to inquire about the presence of font sources beyond the final font file(s) and the recommended build path. That build path may very well be non-trivial and hard to reproduce accurately by the maintainer. If a full font build path is made available by the upstream author(s) please be aware that any regressions and changes you may introduce when doing a rebuild for packaging purposes is your own responsibility as a package maintainer since you are effectively creating a separate branch. You should make it very clear to your users that your rebuilt version is not the canonical one from upstream. 5.10 Can I add other Reserved Font Names when making a derivative font? Yes. List your additional Reserved Font Names after your additional copyright statement, as indicated with example placeholders at the top of the OFL.txt file. Be sure you do not remove any existing RFNs but only add your own. RFN statements should be placed next to the copyright statement of the relevant author as indicated in the OFL.txt template to make them visible to designers wishing to make their separate version. 6 ABOUT THE FONTLOG 6.1 What is this FONTLOG thing exactly? It has three purposes: 1) to provide basic information on the font to users and other designers and developers, 2) to document changes that have been made to the font or accompanying files, either by the original authors or others, and 3) to provide a place to acknowledge authors and other contributors. Please use it! 6.2 Is the FONTLOG required? It is not a requirement of the license, but we strongly recommend you have one. 6.3 Am I required to update the FONTLOG when making Modified Versions? No, but users, designers and other developers might get very frustrated with you if you don't. People need to know how derivative fonts differ from the original, and how to take advantage of the changes, or build on them. There are utilities that can help create and maintain a FONTLOG, such as the FONTLOG support in FontForge. 6.4 What should the FONTLOG look like? It is typically a separate text file (FONTLOG.txt), but can take other formats. It commonly includes these four sections: - brief header describing the FONTLOG itself and name of the font family - Basic Font Information - description of the font family, purpose and breadth - ChangeLog - chronological listing of changes - Acknowledgements - list of authors and contributors with contact information It could also include other sections, such as: where to find documentation, how to make contributions, information on contributing organizations, source code details, and a short design guide. See Appendix A for an example FONTLOG. 7 MAKING CONTRIBUTIONS TO OFL PROJECTS 7.1 Can I contribute work to OFL projects? In many cases, yes. It is common for OFL fonts to be developed by a team of people who welcome contributions from the wider community. Contact the original authors for specific information on how to participate in their projects. 7.2 Why should I contribute my changes back to the original authors? It would benefit many people if you contributed back in response to what you've received. Your contributions and improvements to the fonts and other components could be a tremendous help and would encourage others to contribute as well and 'give back'. You will then benefit from other people's contributions as well. Sometimes maintaining your own separate version takes more effort than merging back with the original. Be aware that any contributions, however, must be either your own original creation or work that you own, and you may be asked to affirm that clearly when you contribute. 7.3 I've made some very nice improvements to the font. Will you consider adopting them and putting them into future Original Versions? Most authors would be very happy to receive such contributions. Keep in mind that it is unlikely that they would want to incorporate major changes that would require additional work on their end. Any contributions would likely need to be made for all the fonts in a family and match the overall design and style. Authors are encouraged to include a guide to the design with the fonts. It would also help to have contributions submitted as patches or clearly marked changes - the use of smart source revision control systems like subversion, mercurial, git or bzr is a good idea. Please follow the recommendations given by the author(s) in terms of preferred source formats and configuration parameters for sending contributions. If this is not indicated in a FONTLOG or other documentation of the font, consider asking them directly. Examples of useful contributions are bug fixes, additional glyphs, stylistic alternates (and the smart font code to access them) or improved hinting. Keep in mind that some kinds of changes (esp. hinting) may be technically difficult to integrate. 7.4 How can I financially support the development of OFL fonts? It is likely that most authors of OFL fonts would accept financial contributions - contact them for instructions on how to do this. Such contributions would support future development. You can also pay for others to enhance the fonts and contribute the results back to the original authors for inclusion in the Original Version. 8 ABOUT THE LICENSE ITSELF 8.1 I see that this is version 1.1 of the license. Will there be later changes? Version 1.1 is the first minor revision of the OFL. We are confident that version 1.1 will meet most needs, but are open to future improvements. Any revisions would be for future font releases, and previously existing licenses would remain in effect. No retroactive changes are possible, although the Copyright Holder(s) can re-release the font under a revised OFL. All versions will be available on our web site: http://scripts.sil.org/OFL. 8.2 Does this license restrict the rights of the Copyright Holder(s)? No. The Copyright Holder(s) still retain(s) all the rights to their creation; they are only releasing a portion of it for use in a specific way. For example, the Copyright Holder(s) may choose to release a 'basic' version of their font under the OFL, but sell a restricted 'enhanced' version under a different license. They may also choose to release the same font under both the OFL and some other license. Only the Copyright Holder(s) can do this, and doing so does not change the terms of the OFL as it applies to that font. 8.3 Is the OFL a contract or a license? The OFL is a worldwide license based on international copyright agreements and conventions. It is not a contract and so does not require you to sign it to have legal validity. By using, modifying and redistributing components under the OFL you indicate that you accept the license. 8.4 I really like the terms of the OFL, but want to change it a little. Am I allowed to take ideas and actual wording from the OFL and put them into my own custom license for distributing my fonts? We strongly recommend against creating your very own unique open licensing model. Using a modified or derivative license will likely cut you off - along with the font(s) under that license - from the community of designers using the OFL, potentially expose you and your users to legal liabilities, and possibly put your work and rights at risk. The OFL went though a community and legal review process that took years of effort, and that review is only applicable to an unmodified OFL. The text of the OFL has been written by SIL (with review and consultation from the community) and is copyright (c) 2005-2017 SIL International. You may re-use the ideas and wording (in part, not in whole) in another non-proprietary license provided that you call your license by another unambiguous name, that you do not use the preamble, that you do not mention SIL and that you clearly present your license as different from the OFL so as not to cause confusion by being too similar to the original. If you feel the OFL does not meet your needs for an open license, please contact us. 8.5 Can I quote from the OFL FAQ? Yes, SIL gives permission to quote from the OFL FAQ (OFL-FAQ.txt), in whole or in part, provided that the quoted text is: - unmodified, - used to help explain the intent of the OFL, rather than cause misunderstanding, and - accompanied with the following attribution: "From the OFL FAQ (OFL-FAQ.txt), copyright (c) 2005-2017 SIL International. Used by permission. http://scripts.sil.org/OFL-FAQ_web". 8.6 Can I translate the license and the FAQ into other languages? SIL certainly recognises the need for people who are not familiar with English to be able to understand the OFL and its use. Making the license very clear and readable has been a key goal for the OFL, but we know that people understand their own language best. If you are an experienced translator, you are very welcome to translate the OFL and OFL-FAQ so that designers and users in your language community can understand the license better. But only the original English version of the license has legal value and has been approved by the community. Translations do not count as legal substitutes and should only serve as a way to explain the original license. SIL - as the author and steward of the license for the community at large - does not approve any translation of the OFL as legally valid because even small translation ambiguities could be abused and create problems. SIL gives permission to publish unofficial translations into other languages provided that they comply with the following guidelines: - Put the following disclaimer in both English and the target language stating clearly that the translation is unofficial: "This is an unofficial translation of the SIL Open Font License into . It was not published by SIL International, and does not legally state the distribution terms for fonts that use the OFL. A release under the OFL is only valid when using the original English text. However, we recognize that this unofficial translation will help users and designers not familiar with English to better understand and use the OFL. We encourage designers who consider releasing their creation under the OFL to read the OFL-FAQ in their own language if it is available. Please go to http://scripts.sil.org/OFL for the official version of the license and the accompanying OFL-FAQ." - Keep your unofficial translation current and update it at our request if needed, for example if there is any ambiguity which could lead to confusion. If you start such a unofficial translation effort of the OFL and OFL-FAQ please let us know. 8.7 Does the OFL have an explicit expiration term? No, the implicit intent of the OFL is that the permissions granted are perpetual and irrevocable. 9 ABOUT SIL INTERNATIONAL 9.1 Who is SIL International and what do they do? SIL serves language communities worldwide, building their capacity for sustainable language development, by means of research, translation, training and materials development. SIL makes its services available to all without regard to religious belief, political ideology, gender, race, or ethnic background. SIL's members and volunteers share a Christian commitment. 9.2 What does this have to do with font licensing? The ability to read, write, type and publish in one's own language is one of the most critical needs for millions of people around the world. This requires fonts that are widely available and support lesser-known languages. SIL develops - and encourages others to develop - a complete stack of writing systems implementation components available under open licenses. This open stack includes input methods, smart fonts, smart rendering libraries and smart applications. There has been a need for a common open license that is specifically applicable to fonts and related software (a crucial component of this stack), so SIL developed the SIL Open Font License with the help of the Free/Libre and Open Source Software community. 9.3 How can I contact SIL? Our main web site is: http://www.sil.org/ Our site about complex scripts is: http://scripts.sil.org/ Information about this license (and contact information) is at: http://scripts.sil.org/OFL APPENDIX A - FONTLOG EXAMPLE Here is an example of the recommended format for a FONTLOG, although other formats are allowed. ----- FONTLOG for the GlobalFontFamily fonts This file provides detailed information on the GlobalFontFamily Font Software. This information should be distributed along with the GlobalFontFamily fonts and any derivative works. Basic Font Information GlobalFontFamily is a Unicode typeface family that supports all languages that use the Latin script and its variants, and could be expanded to support other scripts. NewWorldFontFamily is based on the GlobalFontFamily and also supports Greek, Hebrew, Cyrillic and Armenian. More specifically, this release supports the following Unicode ranges... This release contains... Documentation can be found at... To contribute to the project... ChangeLog 10 December 2010 (Fred Foobar) GlobalFontFamily-devel version 1.4 - fix new build and testing system (bug #123456) 1 August 2008 (Tom Parker) GlobalFontFamily version 1.2.1 - Tweaked the smart font code (Branch merged with trunk version) - Provided improved build and debugging environment for smart behaviours 7 February 2007 (Pat Johnson) NewWorldFontFamily Version 1.3 - Added Greek and Cyrillic glyphs 7 March 2006 (Fred Foobar) NewWorldFontFamily Version 1.2 - Tweaked contextual behaviours 1 Feb 2005 (Jane Doe) NewWorldFontFamily Version 1.1 - Improved build script performance and verbosity - Extended the smart code documentation - Corrected minor typos in the documentation - Fixed position of combining inverted breve below (U+032F) - Added OpenType/Graphite smart code for Armenian - Added Armenian glyphs (U+0531 -> U+0587) - Released as "NewWorldFontFamily" 1 Jan 2005 (Joe Smith) GlobalFontFamily Version 1.0 - Initial release Acknowledgements If you make modifications be sure to add your name (N), email (E), web-address (if you have one) (W) and description (D). This list is in alphabetical order. N: Jane Doe E: jane@university.edu W: http://art.university.edu/projects/fonts D: Contributor - Armenian glyphs and code N: Fred Foobar E: fred@foobar.org W: http://foobar.org D: Contributor - misc Graphite fixes N: Pat Johnson E: pat@fontstudio.org W: http://pat.fontstudio.org D: Designer - Greek & Cyrillic glyphs based on Roman design N: Tom Parker E: tom@company.com W: http://www.company.com/tom/projects/fonts D: Engineer - original smart font code N: Joe Smith E: joe@fontstudio.org W: http://joe.fontstudio.org D: Designer - original Roman glyphs Fontstudio.org is an not-for-profit design group whose purpose is... Foobar.org is a distributed community of developers... Company.com is a small business who likes to support community designers... University.edu is a renowned educational institution with a strong design department... ----- cascadia-code-2102.03/README.md000066400000000000000000000064731401101653000156010ustar00rootroot00000000000000![Cascadia Code](/images/cascadia-code.png) ![Cascadia Code Characters](/images/cascadia-code-characters.png) # Welcome! This repository contains the source code of Cascadia Code. Other related repositories include: - [Windows Terminal](https://github.com/microsoft/terminal) # Installation **You can download the latest version of Cascadia Code from the releases page here:** https://github.com/microsoft/cascadia-code/releases The variants contained within are: - `Cascadia Code`: standard version of Cascadia - `Cascadia Mono`: a version of Cascadia that doesn't have ligatures - `Cascadia (Code|Mono) PL`: a version of Cascadia that has embedded Powerline symbols For optimal rendering quality, we recommend using the TTF version on Windows and any other OS that employs TrueType hinting. For more information on different font formats, [please check the wiki](https://github.com/microsoft/cascadia-code/wiki/Installing-Cascadia-Code). Once unzipped, right-click the font file and click "Install for all users". This will install the font onto your machine. 👉 **Note:** If you have previously installed a version of Cascadia Code, please uninstall the previous version *prior* to installing a new version. Not doing so can result in improper rendering. For more details and app-specific instructions, [please check the wiki](https://github.com/microsoft/cascadia-code/wiki/Installing-Cascadia-Code). # Get involved Instructions on how to modify and submit an update to the Cascadia Code source is [available in the wiki](https://github.com/microsoft/cascadia-code/wiki/Modifying-Cascadia-Code). # Communicating with the Team The easiest way to communicate with the team is via GitHub Issues. Please file new issues, feature requests and suggestions, but **DO search for similar open/closed pre-existing issues before you do**. Please help us keep this repository clean, inclusive, and fun! We will not tolerate any abusive, rude, disrespectful or inappropriate behavior. Read our [Code of Conduct](https://opensource.microsoft.com/codeofconduct/) for more details. If you would like to ask a question that you feel doesn't warrant an issue (yet), please reach out to us via Twitter: Aaron Bell, Font Designer: [@aaronbell](https://twitter.com/aaronbell) Kayla Cinnamon, Program Manager: [@cinnamon_msft](https://twitter.com/cinnamon_msft) Rich Turner, Program Manager: [@richturn_ms](https://twitter.com/richturn_ms) _Special thanks_ to: - Fira Code – OpenType code for the coding ligatures – [github](https://github.com/tonsky/FiraCode) - Nerd Fonts - Centralizing app iconography - [github](https://github.com/ryanoasis/nerd-fonts) - Viktoriya Grabowska – Cyrillic Consultant - [@vika_grabowska](https://twitter.com/vika_grabowska) - Gerry Leonidas – Greek Consultant – [@gerryleonidas](https://twitter.com/gerryleonidas) - Donny Trương – Vietnamese Consultant – [Vietnamese Typography](https://vietnamesetypography.com) # Code of Conduct This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. cascadia-code-2102.03/build.py000066400000000000000000000370161401101653000157700ustar00rootroot00000000000000import argparse import multiprocessing import multiprocessing.pool import os import subprocess from pathlib import Path from typing import cast import xml.etree.cElementTree as ET import tempfile import cffsubr.__main__ import fontmake.instantiator import fontTools.designspaceLib import fontTools.ttLib import fontTools.ttLib.tables._g_l_y_f as _g_l_y_f import psautohint.__main__ import statmake.classes import statmake.lib import ufo2ft import ufoLib2 import vttLib import vttLib.transfer from vttmisc import tsi1, tsic VERSION_YEAR_MONTH = 2102 VERSION_DAY = 3 OUTPUT_DIR = Path("build") OUTPUT_OTF_DIR = OUTPUT_DIR / "otf" OUTPUT_TTF_DIR = OUTPUT_DIR / "ttf" OUTPUT_WOFF2_DIR = OUTPUT_DIR / "woff2" OUTPUT_STATIC_OTF_DIR = OUTPUT_OTF_DIR / "static" OUTPUT_STATIC_TTF_DIR = OUTPUT_TTF_DIR / "static" OUTPUT_STATIC_WOFF2_DIR = OUTPUT_WOFF2_DIR / "static" INPUT_DIR = Path("sources") VTT_DATA_FILE = INPUT_DIR / "vtt_data" / "CascadiaCode_VTT.ttf" FEATURES_DIR = INPUT_DIR / "features" NERDFONTS_DIR = INPUT_DIR / "nerdfonts" # Font modifications # **************************************************************** def step_set_font_name(name: str, source: ufoLib2.Font) -> None: source.info.familyName = source.info.familyName.replace("Cascadia Code", name) # We have to change the style map family name because that's what # Windows uses to map Bold/Regular/Medium/etc. fonts source.info.styleMapFamilyName = source.info.styleMapFamilyName.replace("Cascadia Code", name) def step_merge_glyphs_from_ufo(path: Path, instance: ufoLib2.Font) -> None: ufo = ufoLib2.Font.open(path) for glyph in ufo.glyphOrder: if glyph not in instance.glyphOrder: instance.addGlyph(ufo[glyph]) def step_set_feature_file(path: Path, instance: ufoLib2.Font) -> None: instance.features.text = path.read_text() def set_font_metaData(font: ufoLib2.Font) -> None: font.info.versionMajor = VERSION_YEAR_MONTH font.info.versionMinor = VERSION_DAY font.info.openTypeOS2TypoAscender = 1900 font.info.openTypeOS2TypoDescender = -480 font.info.openTypeOS2TypoLineGap = 0 font.info.openTypeHheaAscender = font.info.openTypeOS2TypoAscender font.info.openTypeHheaDescender = font.info.openTypeOS2TypoDescender font.info.openTypeHheaLineGap = font.info.openTypeOS2TypoLineGap font.info.openTypeOS2WinAscent = 2226 font.info.openTypeOS2WinDescent = abs(font.info.openTypeOS2TypoDescender) font.info.openTypeGaspRangeRecords = [ {"rangeMaxPPEM": 9, "rangeGaspBehavior": [1, 3]}, {"rangeMaxPPEM": 50, "rangeGaspBehavior": [0, 1, 2, 3]}, {"rangeMaxPPEM": 65535, "rangeGaspBehavior": [1, 3]}, ] def set_overlap_flag(varfont: fontTools.ttLib.TTFont) -> fontTools.ttLib.TTFont: glyf = cast(_g_l_y_f.table__g_l_y_f, varfont["glyf"]) for glyph_name in glyf.keys(): glyph = glyf[glyph_name] if glyph.isComposite(): # Set OVERLAP_COMPOUND bit for compound glyphs glyph.components[0].flags |= 0x400 elif glyph.numberOfContours > 0: # Set OVERLAP_SIMPLE bit for simple glyphs glyph.flags[0] |= 0x40 def prepare_fonts( designspace: fontTools.designspaceLib.DesignSpaceDocument, name: str ) -> None: designspace.loadSourceFonts(ufoLib2.Font.open) for source in designspace.sources: if "Mono" in name and "PL" in name: step_set_feature_file(FEATURES_DIR / "features_mono_PL.fea", source.font) print(f"[{name} {source.styleName}] Merging PL glyphs") step_merge_glyphs_from_ufo( NERDFONTS_DIR / "NerdfontsPL-Regular.ufo", source.font ) step_set_font_name(name, source.font) elif "Mono" in name: step_set_feature_file(FEATURES_DIR / "features_mono.fea", source.font) step_set_font_name(name, source.font) elif "PL" in name: step_set_feature_file(FEATURES_DIR / "features_code_PL.fea", source.font) print(f"[{name} {source.styleName}] Merging PL glyphs") step_merge_glyphs_from_ufo( NERDFONTS_DIR / "NerdfontsPL-Regular.ufo", source.font ) step_set_font_name(name, source.font) elif name == "Cascadia Code": step_set_feature_file(FEATURES_DIR / "features_code.fea", source.font) else: print("Variant name not identified. Please check.") set_font_metaData(source.font) for instance in designspace.instances: instance.name = instance.name.replace("Cascadia Code", name) instance.familyName = instance.familyName.replace("Cascadia Code", name) instance.styleMapFamilyName = instance.styleMapFamilyName.replace("Cascadia Code", name) def to_woff2(source_path: Path, target_path: Path) -> None: print(f"[WOFF2] Compressing {source_path} to {target_path}") font = fontTools.ttLib.TTFont(source_path) font.flavor = "woff2" target_path.parent.mkdir(exist_ok=True, parents=True) font.save(target_path) # Build fonts # **************************************************************** def build_font_variable( designspace: fontTools.designspaceLib.DesignSpaceDocument, name: str, vtt_compile: bool = True, ) -> None: prepare_fonts(designspace, name) compile_variable_and_save(designspace, vtt_compile) def build_font_static( designspace: fontTools.designspaceLib.DesignSpaceDocument, instance_descriptor: fontTools.designspaceLib.InstanceDescriptor, name: str, ) -> None: prepare_fonts(designspace, name) generator = fontmake.instantiator.Instantiator.from_designspace(designspace) instance = generator.generate_instance(instance_descriptor) compile_static_and_save(instance, name) # Export fonts # **************************************************************** def compile_variable_and_save( designspace: fontTools.designspaceLib.DesignSpaceDocument, vtt_compile: bool = True, ) -> None: familyName = designspace.default.font.info.familyName file_stem = familyName.replace(" ", "") file_path: Path = (OUTPUT_TTF_DIR / file_stem).with_suffix(".ttf") print(f"[{familyName}] Compiling") varFont = ufo2ft.compileVariableTTF(designspace, inplace=True) print(f"[{familyName}] Adding STAT table") styleSpace = statmake.classes.Stylespace.from_file(INPUT_DIR / "STAT.plist") statmake.lib.apply_stylespace_to_variable_font(styleSpace, varFont, {}) print(f"[{familyName}] Merging VTT") font_vtt = fontTools.ttLib.TTFont(VTT_DATA_FILE) for table in ["TSI0", "TSI1", "TSI2", "TSI3", "TSI5", "TSIC", "maxp"]: varFont[table] = fontTools.ttLib.newTable(table) varFont[table] = font_vtt[table] # this will correct the OFFSET[R] commands in TSI1 if font_vtt.getGlyphOrder() != varFont.getGlyphOrder(): tsi1.fixOFFSET(varFont, font_vtt) pass if vtt_compile: print(f"[{familyName}] Compiling VTT") tree = ET.ElementTree() TSICfile = tempfile.NamedTemporaryFile() varFont.saveXML(TSICfile.name, tables=["TSIC"]) tree = ET.parse(TSICfile.name) vttLib.compile_instructions(varFont, ship=True) tsic.makeCVAR(varFont, tree) else: file_path = Path(str(file_path)[:-4]+"_VTT.ttf") set_overlap_flag(varFont) # last minute manual corrections to set things correctly # flag to enable proper rendering # Adjusted the font full name so that it aligns with font spec, and also shows as expected! # Adjusting postscript name to make room for the upcoming Italic # Helping mac office generage the postscript name correctly for variable fonts varFont["head"].flags = 0x000b varFont["name"].setName(familyName, 4, 3, 1, 1033) varFont["name"].setName(familyName.replace(" ","")+"-Roman", 6, 3, 1, 1033) varFont["name"].setName("Roman", 17, 3, 1, 1033) varFont["name"].setName(familyName.replace(" ","")+"Roman", 25, 3, 1, 1033) print(f"[{familyName}] Saving") file_path.parent.mkdir(exist_ok=True, parents=True) varFont.save(file_path) print(f"[{familyName}] Done: {file_path}") def compile_static_and_save(instance: ufoLib2.Font, name:str) -> None: family_name = name style_name = instance.info.styleName print(f"[{family_name}] Building static instance: {style_name}") # Use pathops backend for overlap removal because it is, at the time of this # writing, massively faster than booleanOperations and thanks to autohinting, # there is no need to keep outlines compatible to previous releases. static_ttf = ufo2ft.compileTTF( instance, removeOverlaps=True, overlapsBackend="pathops" ) static_otf = ufo2ft.compileOTF( instance, removeOverlaps=True, overlapsBackend="pathops", # Can do inplace now because TTF is already done. inplace=True, # Don't optimize here, will be optimized after autohinting. optimizeCFF=ufo2ft.CFFOptimization.NONE, ) file_name = f"{family_name}-{style_name}".replace(" ", "") file_path_static = (OUTPUT_STATIC_TTF_DIR / file_name).with_suffix(".ttf") file_path_static_otf = (OUTPUT_STATIC_OTF_DIR / file_name).with_suffix(".otf") file_path_static.parent.mkdir(exist_ok=True, parents=True) static_ttf.save(file_path_static) file_path_static_otf.parent.mkdir(exist_ok=True, parents=True) static_otf.save(file_path_static_otf) print(f"[{family_name}] Done: {file_path_static}, {file_path_static_otf}") # Font hinting # **************************************************************** def autohint(otf_path: Path) -> None: path = os.fspath(otf_path) print(f"Autohinting {path}") psautohint.__main__.main([path]) print(f"Compressing {path}") cffsubr.__main__.main(["-i", path]) def ttfautohint(path: str) -> None: print(f"Autohinting {path}") subprocess.check_call( [ "ttfautohint", "--stem-width", "nsn", "--increase-x-height", "0", "--reference", os.fspath(OUTPUT_STATIC_TTF_DIR / "CascadiaCode-Regular.ttf"), path, path[:-4] + "-hinted.ttf", ] ) os.remove(path) os.rename(path[:-4] + "-hinted.ttf", path) # Main build script # **************************************************************** if __name__ == "__main__": parser = argparse.ArgumentParser(description="build some fonts") parser.add_argument("-P", "--no-powerline", action="store_false", dest="powerline") parser.add_argument("-M", "--no-mono", action="store_false", dest="mono") parser.add_argument("-S", "--static-fonts", action="store_true") parser.add_argument( "-V", "--no-vtt-compile", action="store_false", dest="vtt_compile", help="Do not compile VTT code but leave in the VTT sources.", ) parser.add_argument("-W", "--web-fonts", action="store_true") args = parser.parse_args() # Load Designspace and filter out instances that are marked as non-exportable. designspace = fontTools.designspaceLib.DesignSpaceDocument.fromfile( INPUT_DIR / "CascadiaCode.designspace" ) designspace.instances = [ s for s in designspace.instances if s.lib.get("com.schriftgestaltung.export", True) ] # Stage 1: Make all the things. pool = multiprocessing.pool.Pool(processes=multiprocessing.cpu_count()) processes = [] processes.append( pool.apply_async( build_font_variable, ( designspace, "Cascadia Code", args.vtt_compile, ), ) ) if args.mono: processes.append( pool.apply_async( build_font_variable, ( designspace, "Cascadia Mono", args.vtt_compile, ), ) ) if args.powerline: processes.append( pool.apply_async( build_font_variable, ( designspace, "Cascadia Code PL", args.vtt_compile, ), ) ) if args.mono: processes.append( pool.apply_async( build_font_variable, ( designspace, "Cascadia Mono PL", args.vtt_compile, ), ) ) if args.static_fonts: for instance_descriptor in designspace.instances: processes.append( pool.apply_async( build_font_static, ( designspace, instance_descriptor, "Cascadia Code", ), ) ) if args.mono: processes.append( pool.apply_async( build_font_static, ( designspace, instance_descriptor, "Cascadia Mono", ), ) ) if args.powerline: processes.append( pool.apply_async( build_font_static, ( designspace, instance_descriptor, "Cascadia Code PL", ), ) ) if args.mono: processes.append( pool.apply_async( build_font_static, ( designspace, instance_descriptor, "Cascadia Mono PL", ), ) ) pool.close() pool.join() for process in processes: process.get() del processes, pool # Stage 2: Autohint and maybe compress all the static things. if args.static_fonts is True: otfs = list(OUTPUT_STATIC_OTF_DIR.glob("*.otf")) if otfs: pool = multiprocessing.Pool(processes=multiprocessing.cpu_count()) processes = [pool.apply_async(autohint, (otf,)) for otf in otfs] pool.close() pool.join() for process in processes: process.get() del processes, pool try: for ttf_path in OUTPUT_STATIC_TTF_DIR.glob("*.ttf"): if not ttf_path.stem.endswith("-hinted"): ttfautohint(os.fspath(ttf_path)) except Exception as e: print(f"ttfautohint failed. Please reinstall and try again. {str(e)}") # Stage 3: Have some web fonts. if args.web_fonts: pool = multiprocessing.Pool(processes=multiprocessing.cpu_count()) processes = [ pool.apply_async( to_woff2, ( path, # This removes build/ttf from the found files and prepends # build/woff2 instead, keeping the sub-structure. OUTPUT_WOFF2_DIR / path.relative_to(OUTPUT_TTF_DIR).with_suffix(".woff2"), ), ) for path in OUTPUT_TTF_DIR.glob("**/*.ttf") ] pool.close() pool.join() for process in processes: process.get() print("All done.") cascadia-code-2102.03/build_WOFF.py000066400000000000000000000010141401101653000165760ustar00rootroot00000000000000import sys from pathlib import Path from fontTools import ttLib for file in Path("build").glob("*.ttf"): ttfile = ttLib.TTFont(file) if "TSI0" in ttfile: print(f"[{file}] – ERROR: VTT production tables present, WOFF not generated") print("Please ship from VTT") else: print(f"{file}: Generating WOFF2") ttfile.flavor = "woff2" ttfile.save(file.with_suffix(".woff2")) print("All done") print("*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***") cascadia-code-2102.03/doc/000077500000000000000000000000001401101653000150555ustar00rootroot00000000000000cascadia-code-2102.03/doc/CONTRIBUTING.md000066400000000000000000000136711401101653000173160ustar00rootroot00000000000000# Cascadia Code Contributor's Guide Below is our guidance for how to report issues, propose new features, and submit contributions via Pull Requests (PRs). ## Before you start, file an issue Please follow this simple rule to help us eliminate any unnecessary wasted effort & frustration, and ensure an efficient and effective use of everyone's time - yours, ours, and other community members': > 👉 If you have a question, think you've discovered an issue, would like to propose a new feature, etc., then find/file an issue **BEFORE** starting work to fix/implement it. ### Search existing issues first Before filing a new issue, search existing open and closed issues first: It is likely someone else has found the problem you're seeing, and someone may be working on or have already contributed a fix! If no existing item describes your issue/feature, great - please file a new issue: ### File a new issue * Don't know whether you're reporting an issue or requesting a feature? File an issue * Have a question that you don't see answered in docs, videos, etc.? File an issue * Want to know if we're planning on building a particular feature? File an issue * Got a great idea for a new feature? File an issue/request/idea * Don't understand how to do something? File an issue * Found an existing issue that describes yours? Great - upvote and add additional commentary / info / repro-steps / etc. When you hit "New Issue", select the type of issue closest to what you want to report/ask/request: ![New issue types](/images/new-issue-template.png) ### Complete the template **Complete the information requested in the issue template, providing as much information as possible**. The more information you provide, the more likely your issue/ask will be understood and implemented. Helpful information includes: * What version of Cascadia Code you have? * What application you are using to view the font? * What is your screen resolution? * Don't assume we're experts in setting up YOUR environment. Teach us to help you! * **We LOVE detailed repro steps!** What steps do we need to take to reproduce the issue? Assume we love to read repro steps. As much detail as you can stand is probably _barely_ enough detail for us! * Please try to provide the exact Unicode codepoint for the glyphs you're talking about. (e.g. U+1F4AF, U+4382) * **If you intend to implement the fix/feature yourself then say so!** If you do not indicate otherwise we will assume that the issue is our to solve, or may label the issue as `Help-Wanted`. ### DO NOT post "+1" comments > ⚠ DO NOT post "+1", "me too", or similar comments - they just add noise to an issue. If you don't have any additional info/context to add but would like to indicate that you're affected by the issue, upvote the original issue by clicking its [+😊] button and hitting 👍 (+1) icon. This way we can actually measure how impactful an issue is. --- ## Contributing fixes / features For those able & willing to help fix issues and/or implement features ... ### To Spec or not to Spec Some issues/features may be quick and simple to describe and understand. For such scenarios, once a team member has agreed with your approach, skip ahead to the section headed "Fork, Branch, and Create your PR", below. Small issues that do not require a spec will be labelled Issue-Bug or Issue-Task. However, some issues/features will require careful thought & formal design before implementation. For these scenarios, we'll request that a spec is written and the associated issue will be labeled Issue-Feature. Specs help collaborators discuss different approaches to solve a problem, describe how the feature will behave, how the feature will impact the user, what happens if something goes wrong, etc. Driving towards agreement in a spec, before any code is written, often results in less wasted effort in the long run. Specs will be managed in a very similar manner as code contributions so please follow the "Fork, Branch and Create your PR" below. ### Writing / Contributing-to a Spec To write/contribute to a spec: fork, branch and commit via PRs, as you would with any code changes. Specs are written in markdown, stored under the `\doc\spec` folder and named `[issue id] - [spec description].md`. Team members will be happy to help review specs and guide them to completion. ### Help Wanted Once the team have approved an issue/spec, development can proceed. If no developers are immediately available, the spec can be parked ready for a developer to get started. Parked specs' issues will be labeled "Help Wanted". To find a list of development opportunities waiting for developer involvement, visit the Issues and filter on [the Help-Wanted label](https://github.com/microsoft/terminal/labels/Help-Wanted). --- ## Development ### Fork, Clone, Branch and Create your PR Once you've discussed your proposed feature/fix/etc. with a team member, and you've agreed an approach or a spec has been written and approved, it's time to start development: 1. Fork the repo if you haven't already 1. Clone your fork locally 1. Create & push a feature branch 1. Create a [Draft Pull Request (PR)](https://github.blog/2019-02-14-introducing-draft-pull-requests/) 1. Work on your changes ### Code Review When you'd like the team to take a look, (even if the work is not yet fully-complete), mark the PR as 'Ready For Review' so that the team can review your work and provide comments, suggestions, and request changes. It may take several cycles, but the end result will be solid, testable, conformant code that is safe for us to merge. ### Merge Once your code has been reviewed and approved by the requisite number of team members, it will be merged into the main branch. Once merged, your PR will be automatically closed. --- ## Thank you Thank you in advance for your contribution! Now, [what's next on the list](https://github.com/microsoft/cascadia-code/labels/Help-Wanted)? 😜 cascadia-code-2102.03/images/000077500000000000000000000000001401101653000155555ustar00rootroot00000000000000cascadia-code-2102.03/images/cascadia-code-characters.png000066400000000000000000061043501401101653000230510ustar00rootroot00000000000000PNG  IHDR>> iCCPICC ProfileHwTSϽ鍖zCIBoPŎ *02 CUpTQPdPPQ.0ř{;k[_d`R9>NA!_p4¶rHGikx#"SX@^3XlN*He84r(W8za ꌟšL&'"eYш1aݤ$W-Y1֌JHDLbD')"gg2Ą4kFȑI*$ L ؀ J,D"w1V!l A HE;~ 2Dwc?YB;i{x<88k ~@b@(U10O&BΛ*l{@.QP*)P΀s\-p px"X Q *$@J1 Kr|`( 4h;ʇ2 j~.Bסf'a,+:0`?x# 'Yp|.p| \(Ci(;'*vP%jT3ՋPX4-Bh:].Cף= <+h`0. L4&)bZ171#)"cU&Xgl06 [=mva'YƗWi2AD0#x"[ B'aL$-~8b)x8N|G"I$oR,i7tG }$ vPr E~D~GP)֔J* rʧo5?_߆ y{se;Nrc TA=AODFۂ3B8!e!SB7&(ՎʢPoRhX ͅG˧ 慅 3˅s(2݅@/?H؈DiYm$&+ /vX]8Z\][S.˦͌RΙfeoh>Ne]亚uL* e\+9+UskZi586mum9Kvfv;QNyBe睌9u9cݜ;H\\]M\w|ܞs;=`W#'o.G(#nxplpG.$ 6daÆBBsCG7lx{MW6ofn> k dV3]+YvcWEQQEQ3GgcbJbbbb9U-{ZazHo2`粹fG9n(ecJG* yy}6n^!# |`fRfVNg9f {='v ٽKaWήN9[7(9R9s&s)/;|_~ ?5/"Nn~IV/w0@qCCIF[/,*i}R2?E1ʄDsO&Y~MT ʋi˳/7z~~ 4ڗίn_y<aFpTo@DÆ{I60rZee @3 mYoW"5 +%@dM>xu"o9#kypHJnƥ,uiw pHYs%%IR$iTXtXML:com.adobe.xmp 2178 1598 Yw iDOT( Ye+@IDATx eUq/ow34$( t̒DAPFļ$gDT ɋȤ#'4ρY@aL=A7 =UV}}`^5ZkZ}qT-{<Q uU* pa?y/ꏯb*mXbuϘrQb: B?byWSW16~ޢ)d,bͣ# G?t3-N!ch#ULG?FGoHW_m7T̄ +z4%&GРx&g_t%HG2:phaV'Oԟzcx+4UT[OG?tlRh5-$?A6=2qvs7$r?Za_Qğ2)//)~sIRR`|vԟ?GOiW?󗫍7-lߡ;>W|_Ŗ[on'"qyRW|__|#H0Ҍ#}!\fyإE-|85u$j s ˈ`*Il$[8qp0%s E̓&$XԿQQmoTjVL h"D#/78;$qPʟҕ(r!ՔGAIK q:INHE̓&X 5F>tN" O?BA3uLgɩ?QSzP7oKZO?iE'_ RZRA -R2ínHxdgTzVFJ@,8Hdj\q nig,2)Rmf^} FGcfEcr [T)5j!hdFfEcr ꯯>*RSsl\E}r\WL_4-4;47bYј_i52Qc56Xcli`S#GZ3tHP+F&?jU;QltMûdB0;s!(btv?u :¾Gua&-t)Ȅ8D98GDIA#.,pѓ:"$>E0 z EOBK|t@%6!waf18Jl4Bb*) = #/q-h܅TS.zBG_[* 30\$GTbrfSAOaInF#.,pѓ:""PF]YL='!tD%>E0 z EOBK|t@%6!waf18Jl4Bb*) = #/q-h܅TS.zBG_[* 30\$GTbrfSAOaInF#.,pѓ:""PF]YL='!tD%>E0 z EOBK|t@%6!waf18Jl4Bb*) = c7=e8[y uxܹ<*낙: vj!&XCIȿQZP՘RO#hLBVcb6-%28G?ZP՘#h -DK G?bz$-m5&G˫aRr~mF= 8 ƙڈ,/gEkD}s7/׎bKM.4XPbiњ>Ĉ7n_#:ںV#/+Ek+_g/?ΌWb潔Q*19.̱0(߱]o{5 (4_ dʂD/,ը.6a?|)UPJK,E2" 1#biɳCfI+:e * ~!c'iVAt?T &F)c)2$Ze.MBڟ;8`?f +9 *t#gɦJ1thTH+9`̿1l)fNmx?@-CFf͝bF6'6&Vs1bLS(2f"ZC S7YzV-oilId"IjR27Ud@h"IjR2q#:%yiEԤd<_̿?6ϔ<8-&%1bf+E$E%@&%QF۬JG"IjR2'Oԟ?ZomQ4uG7o*+VILRdZIjR27oߨZomo'P)].UH@T`2`St}ZRAު"yBmˀaNLi\gS!T%VRe,`+$ǦB ePL[iˀaNLi'r!M?RRXI^>ò@Ts9*QbDӂz(4e0'4jϦB2h(*|6.ejģ#OB Q2C1mEy6.91QKGԟ?ȅ?6ވA2JնIۭiy%^[R=`&G#0).ИQ<\AvYaS.Xcs$[ab/$o~#.Tm}OU+_Jl3E"ꐊdtuo|92?AileEhT^ _U6S 1 vT2#@E#< B9C Рd?&_ԟQ}IQ<*9١AQɨLߨQ:kCxU6s 1CQQFu $ՇFlb@gE%"0QFH T1Ā JFE`FY+TcDXůF(쐤gIT:=$^a]H?O4Tb qϢaU$q2!DeGjEjcGbOTys2!bW Z|g?c6SF+FI4pg?cϲN&ŸcIшwcAd.SP\p#I{eY ȿ\^rb`LJܺ$lX&Oԟ?Q4Xp^&M_D ֟XbKK+Ӥbqq20e17o_. V/\95WIEuq20e'֟Xbh-'4X\ L@p̢FK WN iRk7_NdOZԆ|"1hR(5S[[S_M2*Dԟ?Q(c^Wb74Cthh;}q'O03G+#H{J :'S-ͫXb戮&Z|ϿߧR=MM#[zA? ybJ**/ 0UIV\Zvʲ yiUq$+-+-w-)jl.n֟ Z!/pMuRBV3.IV\Z.TJhj4ec7ɊKJ -[͐fb&YqiٺP)e ]$+.?[*%l5C^᲋dťg@fK3\v1vl]в yi.n֟ Z!/pMuRBV3.IV\Z.TJhj4ec7ɊKJ -[͐fb&YqiٺP)e ]$+.?[*%l5C^᲋dťg@fK3\v1vl]в yi.n֟ Z!/pMuRBV3.IV\Z.TJhj4ec7ɊKJ -[͐fb&YqiٺP)e ]$+.?[*%l5C^᲋dťg@fK3\v1vl]в yi.n֟ Z!/pMuRBV3.IV\Z.TJhj4ec7ɊKJ -[͐fb&YqiٺP)e ]$+.?[*%l5C^᲋dťg@fK3\v1vl]в yi.n֟ Z!/pMuRBV3.IV\Z.TJhj4ec7ɊKJ -[͐fb&YqiٺP)e ]$+.?[*%l5C^᲋dťg@fK3\v1vl]в yi.n֟ Z!/pMuRBV3.IV\Z.TJhj4ec7ɊKJ -[͐fb&YqiٺP)e ]$+.?[*%l5C^᲋dťg@fK3\v1vl]в yi.n֟ Z!/pMuRBV3.IV\Z.TJhj4ec7ɊKJ -[͐fb&YqiٺP)e ]$+.?[*%l5C^᲋dťg@fK3\v1vl]в yi.n֟ Z!/pMuRBV3.IV\Z.TJhj4ec7ɊKJ -[͐fb&YqiٺP)e ]$+.?[*%l5C^᲋dťg@fK3\v1vl]в yi.n֟ Z!/pMuFK0D8(q Tz8ni҉owxeMHM%+1GN?UМgYܒ<ꯋIs\Xoj5(믮 BYU%Z.DNZDq(\?;`W:77(\`N&IoŕZثaܠIuIҽ|P/: $֧J#Zd1SM1FI%\R]tE|9oV/KSȿ駞6xk+WiN㒱 |7;Wu_UO=d1|Z|n"C\o{7 |Y`#zo |]SϬ0!=7wO?o1~M{dy<:$5K~ -ĝ|׃M7y3OK\]UZjws m? 7x#k Rɯ?7z#OHCq;{Nuיz;SKe-ඍ_:]C9gaI^73"'ǟxozg9`kuӍ7U[ly.!r虯^T%JU i,Nbw#}!uZ kC&MİX*SYa Ɵsf!|}rtLJ?Yk]c# `(@/su!w柿zkyWa3#g /Vo~5n$!zCIÇF0 #c1>RLgjK8hK{N<:@$Y}STQ#X|װm֟_W*/c1{M_] ;3ܬ?15W+6>#O߬>/~b gYps^ 5P{+ތޞdZ)wÐ|#k~衇/QWoZo[ocO`_~tё3JΐO xPggߐ{~g1=c7Ug,Tq7 {3߳e瞭ᱪ&V.tC|N&`,șe{QѶ/dJ9ToP#գmW?>BƐp65EDŽ K_>jn^z/~aYL>-ce-'5OM!k;J=b`V}MhS=kuAܻ1=)s|hkR_yם i 'o6l@+u~>Zݙ8ab/[U!_:&{I>yj˭j|x,-~>PVF~J=\wY505ar{w_|zʔ)<|NR')x oFm"׿1ꌾ_r$'nͅf5j֟|Q.}{ҙ'_<ك}_[nQ+r}.b@sp"lwqtM>Xhs+ud=n?/} ?xx+a' BQ{Tqw\KW>aьB.S;]!?k?I璩Y3LVA /d/{x1M P P3[#W! v!#hɒ%XgQ1~Zէ 5}6usr4K6!O̫wqk뭷G|N2GKɏw/-zHs?aCkyջ/ڿ8|￿/;ntbe[j 4oz]v >ξTzx ?B$7ŝ|_beҢEw?nVcXS9)ߏ=6}fŸ֯jy=)4'  @f)|aB9$Yk0My i"JD b)03W]uy N;X?S"ݹȎo/аz'K~I^$<}GZQ8裓IЏÎ`3^fOœ$_z C/}Y>w}ѯ <96i7;> 3_|?eѣ7G?q}00y~q\`=:{x_?Jq/e;67\ (  U;|?*J!TvǙf G EMUonOH ]3ҡ0A,OtNh$ Z'͉1|Oq=YOKz+noٽ~駓-ꙬI(ߪt֟-آ{'v2Wq)#JD b)0sb'-w᯺m}Z{;X:a3Şr{׏U?N@rK?mǺ?ssO7W_wgկF()%s)7Ue4 a9 Iٱl+gn>nV^C4q/^j|';:^x)UGgIy=Nv dT% I1/'o_~y f'8%p%G^Z)a?*,s)K\?#bY UO#]XwuG鏀bhL+ XK\8 OHf)|a'fC/?HcޑϚ$h?kޡaJ\[kxrxo gN6"d$?ZGe_xDptIdi a5㩃 3ؔW0َ"$A4 "?;6My DΙ ml+_@N$&Aώ`S^$?ѥs&t:c3yV3!Tvm%ל~lcxz3wC8^>33YE RW$AɄ#KQnk܌' G 1EM$&A?y+mTw39Sj4:E"Skܸ5B#2~f)|a =:'G$H <Nv d% I1ٱl+_P'4tk5 קr [{mr~8$e Oē4ȦD }D/$. 3!A>f!Oߏ9;| \=zR|ǤݹS9~a Z2ҋ}Oү)ʸ؟,Y8(ĝ}'M}jL[ODk+_,eIMH[>frLmx2[:ϜX=e*Lu~%K뇰?QGxdtr(t>~:0"'!lL?4+SI}g8N:%]wUoTmW?Nں; V.э~~=w7t3 ӎ;ۇǵ^,H`w:FNH;>~?Sߌt'N;d_'ԴΘ:iOw;%|/K慨k#qWk_tN&a;5|rfg5g:mQ1uԟSS))g~sF7H, 8P:NQ{o9/-g0'wuDWP[q,"'w^z}ewOU?bIj+T>{R;]@9˗LuW~Xo/y~{-9f]i߮z~T|||Cz |iVPw]fc˗3|!qmI]\59OGI@tEfu}5=5dz7n_y@)IߞxOC_ƻxq~7|;: j4x7UJyĵԾTv#SP70Z@7XuҞzn-?tR5kYh)PP[_K걨!+ַאVaLhN3N'߉ti$O?'?%1~nя~Tgx^45AYAm'}y;'?񇔹)Tx3Cm mSHa_Xt 1cӐ(zK{NI?1uJ=)D>0.^}uJSO0۷P8* /?n)?NūU-ZYAmۥ7of6Q=}w{C9}`i7!ӍmopԶX|}___]oq+$t4ǯn jz.g0534&: j$=I33@7orWߕ Ӭ ZDVa%v%7 PLSH[R s %7 PLSHۡOEE3O.nPEw$ =4w̜3["3wUx?Ue iK`w{f:1BlA!mO#mx3o㱣äA/{wbJ1I'PLSH[R0#/Fބ_^uկ==y՟[꫙gXjłeBڒn(\ ]\quwl.%wzxUOnq,Җ@57$W%7]}*;q4,Җ4tE wXBq?{Ou1$d0k~!Ê6eBrPC9k<Ռw;O[S"p4uY3Au bň-Vbsrfd~mIa7، ϾS(XD\C&~33gm@Vc,ҖtE5(X)-~JсII'PL#^Ug?r_v(X)-=M$VFDzKmѬC!mIc7XyPLJ2o9~v~|'|#[;PH[+NRPLSHO,'OLTW'M݆9XTF4uY|\_ӓ9M'7^8 4;ɃN>3AgϞ]Xko?>??CK X )p i iK $Í(X)-u5JсII,O߱֟?G>^ӛ>)v5%2ZJсII'PLSH[ k+ 7N`Խ,/_-m>{JfeBھ/_ \JE9Z4˗|_ ?H-nn3Tic* ɢN`,=7 %7 PLSH۰1j6=o-ZO? 8.4kH6>xLJn`M .:)ńsv?'pB[P(z; {짮VѷvBM-|dE eBzp[. ̯ͫV_u ]jq.:bvFN~{fZ~u-Ju6M zڤP+bL5C`,6]^H}(wtSZ}53cڂ y,+#+>53Wo?eq~r('*˫zs^d(Ǽf?kʽ4yZ[p\?MNO ?گŚ~_aZonڦh [lU^~XfaG /}2a'ñߌ@!򅞦ߢ;Iy&lK>^K&i@gS3{}ew5ܙ>}O6_nu@yHq_ľgF?q_Ϋ.mɊfezrR`|~=G}){"{Wږ >;؇7߬xM`~9x?0tdj棏V >SM&MT[ktٲG}Yx^WSI*|0k `$oRj3`z'Ox`8gܘ #șgzeI}8M1*dY~^tRYHLZMAΐ}`bnaKw̙ _Mq4vSS\)7]6,\Pݳ)"c57`n󫥋?~j-&u|Ŋ9CVUնl[iVq "f?^dRl0jkG/ǟx\ym!_,@Zϛ_-^[n%pWׯTc%zϪzV뭷\i@OVK;w{a91mL)Gf]5@z޽ɾoj9=W,CܟH*jz"g0׶M @Oq_5ʆ|繪H9rܷA\}ҷ&YgcD5g 7$8RfpcYҠ;9Ứ.Oo߬>sê+YE)&@G"2_}wduTd㼨O|~H\zߑGT~GZo$|%cdSFH!k'KD'7&U~T{=\OC^zXoCa_nc+`7+WTs>b\0qBuܾ/i,^pހ0-[ΡtM*0.Bj@ۂ\ q 晅բ^z9id wyeA>k6ńNgjSLX$zŋdUTx4|LU՜9sY.o޺<$6E=Zf%'1{_zxO=Ǒ3/:;N窗(أqθY{!Ē < mo{[΀'O8.Si\ D%5?~w#H!3ёH Q.Ol :'F!wUT峆( g9 {WΪn&|t)V곟wb#]1'֟YFjƩP尟c/Z>( "KYvb<b/ͣv#Hr鯴U tg -#&}ٳ@ڐawQG~rً}5{ fM >WmpzML/,z3]wy^O: iԮ}-%_;[WW;e{KșٳfWp;:Bc!Z?Wm|Ceyw7W?5m(mgWfR5ߙ9tqQO:O}5g| Ό}B}&h dq@g w?sm}طШ9m`,.yɌMLE5?.vBGȾ3$PfGIޱ;gK8¥|pjԀșߴ_iR*gCH"%5m/w3$)m{i_5PG:+i|M\EbPg~ = w<824Ys?@:wyNNEq7v\5eʔj6JAgZŗ;:~~>_zxB|2mj5ujvuCl߅%j@n䚿[;=%w8y$xj5m]OM՚?To⾀}?үON'NvumF hX5n O!_An7ujU ~YZbNC3q={[3x/]wV3$)퓲B:m3y69\I'Co_Us4Z( ŵKtM76lsҵ_xOP HGva$:S?o\*Dz.G,o;'%:jPۊ?˽lן#]e56~y 6Ta$|fZB:-ToO(u2!;6jL_k~{٭DVB{͝;#)w%١b. g_i4-5f^N ʻ!uAKO;. ߭Ki)]oڧ>exGdq4 Z+I}_IHBL\7Xlj?HhI4y;. w߇m4DJ;I޾ w5>׋i%Y[R$$?;:vQΤW2HRvA]ָkHKGO/:đRiK}|G7dSbܫAQ%,hId$&OOi$/,߬+2&?vڗb5dP:&D_SGo?uIkn`)M1DTi<]|X~5UץMh]ZTM}[j$")ś_L4o fT5g=Z %P.:D+I,I>~GJZkdߵ}Zs;S$ԓƯuFe[vg_?JWAXS!gm/z}2~۷'񇔴}4ۋ rN{?A !N1Vk`;yjsU5?dƌ9/m;㏫>M1%KzwqW?+=^-ߒFRs9ީ3Gh'N'6*Ͼ-qj5?y<{%9>geϫ_}5L}qy;MCXВXIdl{&{^9`퓞WUy 眍UZ&M>r g̘Q)#?'xb}5WP5hjôtޜ9?rnW_}Ĥn:-jwR1(z5mw_FJ͠6DJwϙOOvrFݗqj~]tEp{9gR~1=s}" aj6|ΰAP9Q?/ξ7 [eJ1=]toc8Sy꼽-{*}_EF1jEjmA$2VXf%:[7\}@?c:>Կ{9q!GA$2H`yy<kg/Lipwm7[u\!êS?]D63;}(:{$%suuwKҪ1 0Y+n.h?t)_h؛ItuKnS;{q;J[zv_tgHc`߽49C.|8Dd{8uew-R\l0Z@"==)]O%{^ORѭ_zch5~k}ަ>1m_}='3?v?O)ץwpns{;>)"yK#Csu iM ~lH1?e_kzߝnkiJ@3=a?G[x~7ַ[ΐ)hxm]yɇdſW2SN9?cuUO4_At-jzM)wR5E}JWDuPLɖ<7c^9XxJzٲ ߀Ӿ*lzʔ)ޫtל5FfXM1?ğ4]cZ>uԜC)u 47-<[>o1r1V8k7<Gߑ3TK_oDai -\ d93s]~}oxuv"{_okƱpmo{[}7{qe~?tW_=A3 |Kh~#1{8 7rKr(дqgs 7sɽ\~.㮾5,r>4ypғܗOr]{%ƿS{Ȕ?a%=zzR_c7_X}47kܵțt} t>w*P R &`+~iܵ=7>o7|v߯#ڭo~5 OOEAK)O8Jg'at"̙XiX,Spq\lx<6x֏Ϝ9S^Rh<o6N$?sا~E鞔x S?WzP|; Sr~ğoG2wz'Y>T?%Шi㵷S%;]#Fi^|>P¬n;PԟiӦ+HBZ:cC@Lc>YMs!Ofdz۪Cqo|YǯAxתS͙;zE`?}GV?j̘1fԎt˪Uxǎb9je]==^)O?]]}U\O,P9}7݌W2!b )4k 2]T+~W5ՌӓVO/xꪫkYfoTƑehLe='N@TW]}|eu{5N#c;Zb˙]3=*z=SU~eM(ZE}=L 2%?gʙ]=3 '| \#2Y7tjI4Ӂy?\N!('&NP=ȗ\Ms阫7ᵕ -c?쓯|pG ^9GI^{>u'F}C嫖W3Uᡇ%K8.I-j[PܰAh_bᬇId\tw+cCZd G>3vLo?-Yi}/Ϥ(7D&]{`YmAXY͂xTt*r쇽#5ɫꐃUmߊ+*d IΌ΅'~D?`]ű<ξ4N#1o|1oN]?'Jj=e0W9C'78X?oI$.58d6.9S#ߑ3x={=cp!~ 8N6K?!Ի3[n@V"P2 -37rꍃ}DJa3ѓ{aޅC~ )2ǜr]obB3Oc%;鵓5| ?y?\8'K֟~y|瑲83P~'#KIM?ܱ"?]>\O 5>өS';,:Ą>hm'LW u=:D1jBz_6P葒gq{ziC}4 `PpuM`'(FMH>N1'|R=nXm'J: e֝%c]Waa9 nc9|| |Sm|X;/7ǟ->1/ xK+!:%!jxUƎ jKI&ۤSUĜ?uȚt")(f$"ڧlP&*3K]m?c \@. 1$QҴzmwJ9rw//ҒIAW9$gNJ4Lk:m'(FM/5h%ңM= j"%@s5s rXS=r-p#U1I&,g?x]muUKDC6T&: g:9Nf9gcqy`9ՉN4͔N&Q†$l5G;}Ԅ ~aQ{bs|Ճ/D`PpӃN&Q1ru fCaBp@i{Hq[ws}2(7бsO:D1jB~U+W/ѥ+/<1K/UXd7б 7PF^79Pϟ72i>`=yd>Q=o>; ncv2bԄx;?`y]:Jo>{zzş|ߝ%s)u%I =ձgu@?1o^Rt0(su;sH1Fd_Ï\~G+)}ӽ7- }I$u*@*(<(cTq3FrI@M7P2RB}אּW#?"K }WأWwF7ַY4~z/Oْy3>Gw)o׸&:W ď|yQ 0K)m2)d~=iǾUG4%9}u:@nȣFuIp^_}yυ%Vҋ. )l8qa9 ncAtykc:F%ʾ[ddRpgur]ENfĀN&QrSɇY2p75SR%: ncwϑ6['u.TDdi3UNw=8 <~n_Pzʱナm"3RK@g}WxǮ[P6*̈́R&gWM}f{W$[}{sTt(#Z*!܈(*K2eä:9ͶKݪl01ʑ*G>gz_񁘧AyڗSKKنBPo͑{rnz6~'9wߌ;Qwp}L޲CΙF2EJ|^rEQz."LHPHSR3~9c ż4wUc(K}vө6 zTFגl޺.Q-ץt߾]sՏ0WEqnf>L5?Tս :ˬfo9݈J_z\} טa|ް&@s/eQ٨b>"Rsʗ{M|};5|5/`Z1O)4gFz5;i/<@_E4Y?ZSy?fS%M044`zfzgl 5grdʨdNi_&(-)~K_?u֙D~C7W2vҾT <z_sYge77S9RRRj[p ,~ɗ:6ۏTHK+UW,?ɫs.\~o7dn1yJ1'rnթ2~n?>xڇz:/\{M6!ԩ:*NdZ%;j!q/_Nq>U .4D^ ^}o7ѫ^N9CWל3W,[}M6Xrf-ʑ*S“i?!}Ŋ{f/5 S7TrbWZJ /'$[6C_H /~.9c:[[S9gJ վ2M@__ъ0NAYVǜM47Y{מ/c2dKU#pc9t-_Zc>9Mn]-PVK'횸E/f l;iIR);G:kfP0@o O`nl]OXo<Դ< >ruʜxEPu /`7JNs.XFA?K^ Cy(Ayl!3 LktCuf cTkP鈹nz"jEm'1/-Ւ*J<ܒ QB&RJ8v- O}ihZlmEA}wU?d" * TpAPV@a/ާ)P"bE/Vdʕ{>?r;NO<,y;ĴbsJ(rHp.F/kg6o s\dzNREjc/):.DEm3ďwg[[HwI'O|-n;G$f!($w*^K{7Ľ(|!7<$4᯳M~]N#ݱy8|}gx*A')#$wPh'E1X$zObfo)vz$;(@?$/흑i_Y')#$/5C_Svqg?8=}`:IO&9Bՠ%Bꤓ$7쳾tLbo>"8Q#$f!($W'|Z@ZUeOk>9v}z G28T!:T'I'W>FkꝴX{3'&+9\nc6į;%3 hQ/ő'#э0׾"Y2QEnܮɒ"9m_QM֝ɒJ`?Rc{Qd4؟!7TpUA3QyQoG7C$^%5ckFt"nGA1JNA̻ܐݍ;:]Fɒܽ8wZtNz* i7H~#Y'=M̏+V,EI}GUdLCy&|Bqy?7$V#َf։i_4Y')#$w_VT}3B%8/1>G_b/믕8mPx |xPΡmPn6#4'WARғ"i니FӭCD|Gd%٫v$GV\1:gAZW1Mb.qOɣyrV//cUuCǔZ#v?0nؽ PgC*S Z3ZpS>ϴĎ1CYӂUޛ*ɭޫ@]Os1[Km ~󯵮s)׋8!Xh3G֟}H:=Ŏ@(>Sr"=f;9vkԗΩä~OWש6Ky$xO[)99< 8QI{ⳁcfM1tW=oō㗾e ]-6I[$bƈx#ĽAy%2i1j{_(èC>h6$+=?mc5c&Wl^?WWOuq hjAFԟ"=AƼpU[IÌvs^3]ѮWO0L hjAZ5_c_kF]ݕbo @5L=o|cu9=Ic~fl{7!sK|1-fxUezem+ίEr1cr~mC]lIK׌\퍮c;0Pm7g}v  ?Tbn6?{1L0z+0;4Z)&Ll 7z=ɞ6uK]ןS(|(sL[lY_s =i=oy5Lɬ|榑ſp.*/2mD;[n)N;jU-JǨ2-_{7'[oǾX[]C-?/s]~Ji/uu9ŎO-̄nU =yDŽpYv[[1z*Cj_#v^]Ju GſiDL/t:XU3-ocU.7-{Lg3rfX tF=dw8R{ SaVZ(<#C~7sN^S~cO-[cʂ7ڮ>B祍7*y:bus{*hQ?ko |s~qF>]{;={B\ځnUwaC/~z^z5F+9/9F#Ư&Ű4dU TCG01$]Iʵ?[Ω B6iL" 97NUk-y vZݜ3m* 0DN k[, 5gs*E:Sy~u")BNk[,jhvg?wjǎm٬v >yBs*^CKmP&i7ƔO ofq7d`14MkJ>m3)ZܨWػ1B@dme뭟0PBՑm>3HpBd+$jc{R,t z ׶pYhnpcCK9vfH{lK$,Dnx챞%K:0fpC7ZSK8Qm:jf8~"'-\ vgkӏ'tG#LڤX'7. 9{^^( L YNǏ'MP 6G-Z[K!H'-bHTJ/ВF!aeho`0ƾUm:3+^ ֦ơ<a}w=ig| 2cƼ?t5ӶtHOb'9l`^e!TC>! :)P>gl>qZ*׶pY讌Jڍ1ɫa+'V%3+cB5I3 %6 BF~k,lc/v@Erc\ҕje)^Ѝ.l%2p^euµ 8;`_3$O]A=6%ovgD"7\ %D7ZSK8Qm:T^ gdMdfVhnOG q E)ry9l~;J*\s3n[M)%yy܇Pܖfr^{we*cy?n^׾FeE)%O]1Scwk~r0%q]_$- ŚAemݦ|8-5ެiҽP].|2 _ӏ;|~͏*:Z}zM-qƏ#5yOTPIVr7ŹA6R53zPة{];((g|wQ5?svۦ8?;ߵs ic3ol!KyI/qg;/>ksB1:5S\r_k%8?r=Rn_v1UcBy-c$221K޹fhlq=`ʐKOBSTK]ks$tZƸs57<`}XW MZkKey !.kgkׄ/JOnYQ݇1QwX?OՂTVzZZ|Q3|9e~,ڗxtŪ&|ο͏T2?g1神up͘ky9hƹ}J<=T Z?Ʈ̻{ YAx*to'#T3/+H>oC~p1b%~Ժ(Mčf2[e1/W5mqX-F܎Q9?|lMJjzϮ?wȂ[WR냎S? 8?j5AeE!^bgN-N\cj~]ފ5)5EQ@(蕯c;|lI[ǫ6| OgWĩvmѬVr _,ݏG{Ө_߽+ZSO2\_6㏹A#"]}Վ?[iV=F\VK[섏ſ7ٹ_%DZwDPKi~/mp5z'y皁qi*Vh5q҂ | :Zk|k}^a-M-q~ufI|ՏP--XxVe MZcH~Z?ŽbNJP:Z̀8gf :pWbSTKo Ň2(y/sL(נbD,q~~ w:H} ͏ ^3j3hۼxҀOO?P6ЁDʃC ܾwxz]wM>-2pY3mB u-xKx!}m`Uȸ t Bk8< ;ȹѣ([ou}*|{$>㏱Kp[o#\/"p nH@<8Q5&S%v{nH^[Zhkq8*@mFl071P .iBע}6PHypkSX 6V<ǪIQ\AT5!3FޥSީ7;a _h!ϭ a\P@)v0yKl@~c#m mZ^!;`}e~qgB. a\Ѕ@,9,8G !JGU07_bm 8W2d:PM?P=.n`a;YǗ|n d}/`HK +H8tW~ԧ9硠6 a\@B"U3L!uWZȸ t B++qA ּ,, ^! jq@B"i[a#jA/q@B"VnWk>[Hd .iBע}6PHyZkD?;vhf#q#+SHxGWh9|hl0.Bm e?.?C[BG{(}Ц6B++rA@#}19"?G}FL 6Ё2)[t>e|;[%jc$zO^X߱"H-dmqn?0W 򁖪4!6Ё2DʃC ro|Ҁz6Ё5oQbh5IT/tdΣ ۇyz>׻$򕳊Bm[[/ƙJ$8M6Tވ+Ǐ?~ |EO2lclMdk#?~YZOMonBg*L<^4RޡFy׋.r k?'M(>DOֺkў!H"'}jz>z޿ \Iۜ)ORT3X7o^9Vus _2׻Cn5 Ȅq#t>>V)v;z:sEim&{a_Uۿ]{k@6Zq3>NKqZܥ9\d|> ?._NZB3ٮ)f1۩^d~ܘ;{y2bOE:gnBg*55:FLJjYtF{f¸5 E mm㏥2oRzu??D#ﷹ瘲z\ _4H,0.;khu=F޿e>XyfFRaRtܞa>bG,~iq9o4f\[cew~5O@ۃҺ>BbhUkMe3#t& bdg㴉IмvN^U{DQ׏s'z߈|~DnѮ)l6횃Řwxd%ࢅg&ׁ z/?r]0B'vmv Hfˈ41=X$7t9pyr|.*LzmLO/qA4?Z'PG'{b¸v HV6_/9_|߿x~w{wd@uՃemVC6$m"r]cBn kVI,0p]Rl&׼ bOE:[嚑5^\G5"$x!\hrC>5Dt H,0Tj]Rm裲E'8V"qcX/_xх>0@ ""!-/ē)h^xQ H\t)5?7)t-KSË.T{ʹAtukj{@~AՅ_\n kZ=ueQkmj OxH6ckk|ՁmꝎr+_-pf.|NYa\v8hxXw"gB({k>4f!q}5 E \W hg?"Uرs*ek׀m0 rsL 8E 3ŏ:J2icEDk@6)1~$l96TztrOQŗ jMo|/\B:H:Q~:|q*`/1F ~p 6l߸_3&dmH+tlɧ16IlPl6K().g&Wx~vZ4E#\dZNy+.?UF\)uyߘg]:Q0m_K؋Cb8vwtZW|N {~+..D|=qlm4\,z)cW,lK0Q~o܏+h̡ _lk4rP 9Ic>mnbWۧd|#E&IYs/c>G #Ω+p3Jc8q 1FDUQ3z1p1j-4#~I9/i캖gOW$.Xd>#+k;5~}Zj[؏%+ۢ?"3;}2`,5ƈ@(|>1{KlMH3\rq+D_T';m^/\ñ:E[@HoEkJDqǪk}TU-,XNBIs 3k0jDМIuй]׵tT%_$T 2ugF"v9/"a]{1+P[h}=LbZP"1nМi.]:h XN]`-K?OEs~ $6ƈJ[oep1}G=|~Spp1ytd{k|܉X Ksp 7\#31N!aS;.z^EY)}8^NSmnGዶ)nK.]qKՂ' [m/!I>6tEk~w`DBxHjMZh2:O?zoI+vOk3eGu$/9>Jg?t_N>Ѓr̺HhcZ"hv8DܔᗾpD=ŌPfuԑ/r[/'gӜ9%e_:F1u{QZJޫ{ C(KnQ\;LuGީul&=|1_㻎S5Kg~I;8 L=beŇIy#>?$vB['ב-82}xKr>l}NՂuf)9<< ?1|;7 2?Z5dZ-9J*8.[$=^CUـB5c}/>,ѪmiS}\ /96Ddona.ۓ:/,/?5\ /|ȯN[M&{iooƵ)=/Z+bN(ڌ;c斟:ͿԼS?7g7s ]tMj>1^m'E'&;+\s_Xrgv]~e?glRѶ> EptyL.dzwn[oNך3dn:|]w/6"ò?깽1 hc?1λX-+gD೛".*pŸhrj|qJV嬜/ȿ#mO9Y -nfȴ͞'b<Oƨ%KNz۶> EK6NV 0qu?m)OƍOɝt{.)OK]L l,"͛׫XqʿKv\Q`fZ!^icc-$&(ի G{ׯBghI<9{98dQ5W ,(mw]w}+;s53l㗜/b뮶kshK[(dVe@Ep*;bN=zyyV zF"7b|2ֺ z&doֹe`J9nFvrZ=b>5\ ,$^5cR3!^2QKqP|s Y>VZ0ߏ:sTFBD=# AW^3\,15s6Flw# QUj;5&w:E1ߤ# 17\[ܮ_s fC;z5&qCEks~3uABFk竱|uj¯M_Lid` ,dO}yݮ_b]Ͽ^v^0$xy9(L6gd!r#my ޻Z7g 2]/y)M^cWH(̌4ֵf"{uQ9FB4|Cng8~A2k깗#(G؜ JApK-'{NƖ#;C8ABFE2}>);[՘]HK/, A#h*MJWV3? I&M'+kWn91"7=C7g FyiVqI6Y܈tz+ŮU{+|:w sVncz؟]J0ĎA;Y܈MwjfO>0F:+(d[;Ԛ}bcM0fg=#3ɪ˵fnfXVA=# L`LF,-?rSaZݝ3D ,Dnp#1>C54mKt8ݐ9Cmy6_`ZU#-kz9A gm߿~=yL_1\xdd6h+;#n.W}x֑_^9Rt?_ڶ~?jL?fP]6=~+a\sL?=YI+GQ_6'ss6 ȍSR눝r7|Ö~2ƮQ,jfڎIӱדudC#Ǐs*?rȿn!O1da⦘ Cgw.ho: W^5x^/-^ZT?Nq@⦹kRGO Wɳ?71UWRAFh6OEꧠ}Ey9G~Q=!;1㴎 }_=^sMqPIfD ? QXSs =Kby>V'q)Q`kϝ/zp;x+ rjmn@7%'?j5y`gy]犇GʩsF xKqf~;#ƺu ~Ӄ~kTtO9ߩ2G8}Uu~{イ%8+kE[n$ط;n_$ʢt!?|J #v9 c#t{k:|6pUv?ižLėFV ȇ]{3ICyh?V%>KYWL{þį~HEep 8?u{A0#/}K;-s6DT_?gsy]uG\[(gU>ge^}azb'/ϥbىC: tTUnz/K@-oFxU$ojV]N}jbiBM!<*Qͼ^KZ{DecO!e2+N_HO:ZϯD앶ZУwH GRyWö^P_$γ1;G1zҞca|z`Gd-ϡ__NƢm=Z[BŃDHJhM`ʅ08؏2;Hu";Y_Ï}(|X5`V2瞎=#ކ'}㦏)!￟ֿFG#ؠUEo9 <餓S U}yf~~&/hݾV/I&he,q0Fێ&_jzN*5cm; DGl3>z Ǟލ_tFѬj~-ЪFU7~=NrV)v;V)ڒO|ǜuܒGɩfӱagѫy&BZ\h⛋B<#5sr~}&MnoqS)ѣ_ejg?k8'EU:h9>cg :Ո~mW..>?vYpާpN ?^%wuKVʠ1&~P&r9ĞVG~mFsjA[7@o&0gcno^sL_&܎oHE,ͺ̵V]904dd_:V3rNEa/)~Rǎ tѺoHEZɜkO7y֐tyVv #_"3e#bbS  yDQO}b]j.9f.kO~-n]Ӎ9Qv||NNVXܵv򽲟{ 7xs꒫?5:+R>8]pg܌9g0-К 3 |>)<+ƜqDT6G/N dN_Yk엷^[KCێO Z6m|~֍Ԍ-,L"&ïh ¦ޯ|ڌ_);rS\qŏl{|˾]j/seο=bN6s;翞۳_Cb1T9k+*wi!]OLrNh|}23fLIT3OYU-$F[/IKKJv}Ej.9f.k?$Zfe4XX UEvVx4>V޻-=~[})2t 1r|5Õ+9Y'sPBkϴ)/d.W 8nFDQ Z\TֿZ@B;q$iz9&h}GT0PəEZU\4,8N(5c.vv A*A yȥS6Qi]n]+8KZBɿ<8dT>C>,.ï5'p-w|i .#O]J!ZY zA(lhwir,w`Hfr*L9e@@Vr|n/|Nzr+t{S /ة^b2J]Ecл{ݳC߀f,5eTpǑJl4Ҩ8I/ܝ5S"&Ӈ|0Ռƾq'9Nt$vӝ?|lб`ɻ1[#MF{FӍ?֌ľ7͏̃CuF C~# )?+w['?#ix.cg&Bĵe:S_4\GqJs Et#4\mΞE[Иf۾QH˒Z`^"Ǽ9& q,|=ap!1wIu ) b&64q"s; kYqZ iXmqB#YZpTyPY9uLe.D4PEm`9&NM϶}7Oه9|~5p^/ݛ"{sƯi#9=_ Go7݌1wJ^)ͤf(zsSQ2b.;?Hg֬^C?tgob_vxιcЍ .4_M1t5s綾R02 j"fg8t>IJˮ{B_C1/Sp9ffo_Mkg=wK874K@Fz/|=@yeg˓*ӰfJ{柿+Ef}32's* p[u>uzWGuj~ aqVͼ#2GNSG_dKDd0K|N;k:G{oDXgenV7q 2SFԹt^{FcYNl)1D\ !+QkZ/yFKhFUG-fy)sKs̸G^Lj^+X;I b#cuy)3l&::j1xm6zʸ꟮_1_<.`#̖P:j1xm6bckmnBp\9vt?cQB>q ^?ƚɱ9x,/S}]Km}Neǩǃ>;+{Cf9Gw5߆R%u\W~kzTs9jGuƷª:'Y]O#_lŨn8Otv_B(l61Z ^۸5"2SrSYF [g:庅&]q._8^cAAe'WSٙzCz,+(6n̈́h,`H:Wk '1xhT*UG-mFChQ5O<)OĜbƭ-ǯ-t6n8V+@IDATjށ07 3"Cz.Ap͟x'u &6nTUT:cPzB-"C>QrBe്[3!`ܞ;ﴹϿj%s $P6n# کQxȐN̻8 h8֒kL4pO*kf:庅"]Wv<m[ށNZ86#kr' V ?B c>X+ ,q n2Gu*j M }.9PdAWSO룕<_o?AZNnN3s7[lZ'POe_;OiDZq ĘƜ<syozz\|N;Pm//|joc"(y冊 mPS"#C(!c"*խƭ믏}&9t9n`YhO/G}4M^߿/CX=Ѽ` xu (dZ!$|~m)?nOkVVhc?B+v5c]ȼG!]-d~|Em+%,(YF>c9uo;R5N؀xvǤfԑlObAa% ̓2@aE ( 1c%47)@dO>_EDd|CN=T`Hz?+9v]3/q1iq@ &= ?t)~}]`>:Iu=$ pzf&1$FG&!1?|Nw)v_$Rfb7P p_un!\GsCTK!̹9W e7=pZqT ZBcy_qJ^tf_rӫa|"o~XL+2Ŀ>A"vo^_xছnf'Ѩ[m5_|RMDޡq&{W\>w7N#5p /|`>v0, ^z/`%J3'BY>'rŃoI\l Od}( .$vVد77QΏ/5_pߖdB>%!0yD_  ;2 }7PZ#j{=%SHa5Cy?]qB#H+Dp#c7x]SͰ ]bTrf3&!yn:l1)v<ɥ;Rs>2p}#c0Fpw_ŗH[PI= :G#am_e:ǔsN)MhN/C{ `ulFSNC Ӯs/1lwŋnF[-n/^xp3:.Ԩ/r^Z/k :bFn.%OG/8b-SiW\F7KF|Zm^A;HY$_ yk2?cl |شpG_?fHncO㽿 509/a~ةfO*=>Rʱ?]׿|r "ɫoO458}tdnV,k%_u]eSpr*e'8v>N_1j=#;<-yi'6l#:ʹ~dM-)?/2qx{؎1~c-i(l!ڗ`.!j"ǻt~ ^i5xA~~. >=񛧑p;^ɳb 3jm_t :{B8 Vq{zM }$u,w,|LuW!A;k |C {O={skȀ_ǣRV7Oy)1/9¥s:0 $_ '_3o[h)qZ87~o 1;Nmo&uSks(ߜp|cpA?|5 >K4Yvx9:Bkz> {/Ycxyw4Ph5GX?n|k6(v㔯OkvIL{Lok==w*/s*~g)2ǔ{>VV3߰㏣X+=^9v@qǪ?}6/;oBsCt{VzgjhwzF T'qM~ Uo"h'wEHyzW_e]&oTT*^@Oq[TWf΁B븠;_KO|r ^h?-q&mb?VQb^T'qu\PM|ӝp^)s"֮{ 5X#6{EHyz9Z5!21^N7VJZ`xn@u\PxW#MwwG\UW]Y࢝_/_^;(@=8ϹW^u,p\s%9>@{M#sq67=n69Ph!n'˿;a3>Ǟ; =>sdFw_%xgb>UCﵽfo5Cy_A?fcAkF r|]_91w{"yF^$ լ69Ph0.xRyކLt}z|_>g}EV|,ƑqZϏ17ڈ5~~%~5ǻ\$mk9)vTܤ1i!7'JhýV&y<ᢂǐL\ aisτ?Ok˱_cL(!У>O_r%g<4^o=x!=W~\PЂŗ L]ocql܉QF@M p=bwXrXi (H4.["\YU%\\jn Κq'F K[[yzg|wp="Pak=JH?J=8Vla|AB:le ʥ} 1G"0~LXQ9qnF{?zzTx b^AySvÖo7ynP s\ZCXxx=q/]˰ӹ7(h|Dtà[LwrpmK+ Vg'9:l-WnI}2^wu=H]APῚ}9c5r9쯻:*!r‡ :s×?o7|A_C99/c Sga!Pa9W^EoIEAp8kA@!gWM ϥg:ի8,lWk윷sb{௒{\wm8nt[ "&Я{j]bDy}ҤI'g$XGYPtFWkeMB@I>p`yڇ9`Z`}ƸȜ״~*6,qٗ#g(Ist1J #g%)XVlWM; >{N6q53%d~+0 789ָ{4}#1ݽ{7Zב20C+i!n|<Ťױ|?2{7=^7D[[Ͼ}ǃYN_w}3EywO)Ϻw﮾/e?l~>cV ZEUױA PdM7ͧBCVs}Q3@.oh_ Q~ #F;|jƨAaIYk cZoh=45//b1}bɘSa;4sAC౜1 ~(Vf߾'ݬ0rP kebR#2 f,W-^t[_8$_]Q\PkmZ]xmwk>'`aξ={lwkZ81({FY'Acntp昂R vc䴽\ڴxRbc2A*߹Ujq*8O:9MlZ۷OlP=>O|\y㎹݊&:-AB#82W;׳J--;+4㔔XD%H-@W^P\C6n?ĝKgJ,m1m^R[0w7,]Az֡~jhȉUFBƟv\ha\sKւ'1"R䄚ǞHoD)H lv>ktw/Z+rJP犷I.EW\M:5{ Iڢ}q>i`Bf+xӻO,čZWdOAۊ$Lo;N>OuMlLX;䚴4H TyRL{78p`^Wt-HI⻽HT Fos}לaߋ֘0yY3wA|FvT뻵ivQf_o7OFG9͜13C`&m1gUQ A i#q-mqSÏ5Y.No9}y2g}V0o*ڴxA0u5*a?Yc&U/8軩3jȜ}Sh^-NMZđobbwz;e>gQ6 -m@$ŞAB[rTJ-HlP=>S@VeͿK[ XZM y ~|b#ORUQV&oxŲ-4EkEZ 7iZmCisӇ)-rJ4i?isb !DwĝB['W} !Fm&jZO:FQSZːӃ w_LͲ՘%rNP ,rDp(ƨǼZ<][@ i!Um^(6y.Ʉh Z8ul6 )Srl{;`k}˭V#]b?s`;S}(HF ݷ_?Xb͙]vV:ס}>A%[h_xqք$uò5h?$ ɣO(x!XՓǝnɆyW3g1M_MOi]x!9T ױb--{< ڱ/ 12ϐR//eZ(vJrul 8ק^ŽVR P:N5^er$1MDB)sYE$򨮅P{GVN亟vQx/rP.1"qњnj9Γ/oV&pkz@rs{ƢoSm+O.c*Fc=Wɇm9)g2Yi~-?o6GRa,\͜A9ۏy&f"rO|_ֿRȼLsK OIie^Ӱ ;?uL G͟[w]KDulx݀}9.Ѽ| UiaB^j|ޖ3UNʄͻbK>*0 j2zm@Q#̸qo4ߓz g߱Xzyy(BTK8Oү۩UԵV3ł6`ǔU)X%%FeM QLO!U7`_*sU:_ W~O$VBvly/Gqo&o\3tlͳ7-16yȑٺ+kZm>N %뮿.իW kAt]w͎;?ٺh{:`D!JZFXfqnA]'@wF}z{YݚϭS?UVWDc^ R]qϘطA1Gx;2rgˍf=5?O^@Udo$860ICx>_s;K%_GW5'm|<|<=;#,GqZ>u~rkǾA:GӃ R.C `;>ZqE ^k"0}"Thfg}gb؇OsUf^' O4Y5ӌEf^Xbw{ErEqZ4'!ʹ_s(Ij>E'Lf40{OT٣NJ7SF¤mľcrw@!Bвڳos5%_{#[{H5Cy1ϴ3(űPJj؜;@!BвNJ}7jJШxovY쳷kOk׶|%|ihRh44r{'1oo1r믿&1\%1ƼelANw{G䘪0CQ`Ym8勩j445-khp1o`(,_xW%BQ(М1ŽSSAh h40 KeFYSb~|Mmj%{.E 0g#JdMP(s*9F7@!sc (xQ:QTZVG/:tt\2Z@g:onQQ]؜1RG$JOfeUqslQS̈́ky_cn7RH;,՜37CiS_ۏ'>9#>YnjFP@IJ{@s󏴡F3P@U, _3Kc4ɣe@= b ?mmmف/( 4u,iN/.wk`Y7w6_Cn~A#ER$gsQ8g✁.* X|/;iӦ5hŢYVY@|`H!YXV}o9'|]@^%)B}Uw Ľol]*k`/.q7REcu[le$X Ww?=l0=C)$TՁsqIT`=V,/#@qș)wk+M9᠃g~ww`"q8X L` U*rIΏi[IA>B/[uWkEN0#۲ٳNZ;3i4 0*ysM TAi7ļ-UVR[M1'syB<`s󣷔sQ9ySHRb)vǵEFR -UE,9&̏m!gX%̏5%oZk L)??5Lmow]\K^F'TF3_50U*lqLmX!ޏ֐kHu~o|~BMLR +1Ns{LBm?܎ᖀ٨RP"`޾=RD8Ջry7u֎:V/Uo4T}3w1V;Q`ywy;3fLZUak.6g- mX˰ډրdn ̈́*yOxmc4ɷVӱJUv 0WEs3YOͦ*FP" cn9 c#Z ELRzE=*WKBY'EC=cndW LUZ?$!<~=:L[6l0*r/#6m}1_]yE̅J`'T8&Ő '{Wv4khTjzy!JoH?axw{s9sB؏B<`\n9y3{xq=Q̈́*y~Vs!{ug_*_0 B!TcOf~zv,k9(?M!JE0@VQz[ oLoӈ.Ɵ}=v;j{ fB_c<`$sYZT`SZg\r]bbyAB<`[rb_zP -ީ?Rۯ㯉 6~X]Dc=Nw$gn[1v @.hmyLZaF %b1/zY?uf#. o+Q?S?+|Cta.dV@O{X&"v?چS@[vB$r~:0<F Z>2ͳ+d̎gY[yv#zCvc,kP7Ϯb$RzcȎ3;~,em2VDvqܞ{^{U[WtFVϖDyP܄(/uGv;NBdgO^.n7yήk:!K(u<XiĔY! Q.F"};K |-3M aLm_ǿ>cF?ϲ u +F"_=08Y֖n]!cH7AT6a%Jb1T =E{aA6qkuW~#"?4EGCWwl=\cC=J6AOM͈*^?߈3Ͽ/7#2!ʈtȚX).nI Fgs?0%_?~߿?%^n&_ѽ$kA 1ˣ}˱},ל=Xkv}{ug}'C J?//68a\ /rְ[bc⮾~}ݙ?:IT-Q- q @8οB>a㯙Jkc=]{5OZ˜u&eXE ? c‡X AM?>kܯ~K7ua`:ο0_+9k)Xǿ_7^㏹rѳֽP_IS?K3a/,h%g}_Ͽk/\W%  KkEofoO}riO5eKǓ}i Hd'c<{܅^g}AOW@IDAT%*ڟ{ﺮ]-9sZTJ˲wI~.bN?FzGIM^؄4O]U@<ū_?!) 3mr %SP)k ο@n.I ̱gWbT}:ӦMwe&fXo]vq;HЭ]nEzܫFu;Sh2,}=k8hoGmA~)9ChT?op >:ØW>ԓ~wU!>fYO6ᓔҼ0^㯐PАdvc<*I;sdhl6] Tro</ǔ 8Ҹ0mZ,0`v=VGA~N (zdSYboRsm׽GNzKM<5@Rkqێ=Ѱ%Nš%urPceڧ +/j?+m; \v[u6f6x=z?%kڍv;ݐaCwBu @tf}[nzD{q_CxfݣqWUN.L5}Ì>Agd2E,Yggο.D=1n1eβ۷{d3l{0Ϻ_$q^c$>g a237@QfНǔI:ɮ?C>t0TcHB*XqguSCvtBw^S_?m ݡk$9R$(4%8dB֔<(u ǻﺇJ"zmw9[%pO>֍Pތh?(4el_G!ñO:zaZBv 2W FQ}?qVXD栬iȢzYG}=\VϵÇ^[zQ%u_Hkp $!uLGdoicӈ@}-~i3Fߩ֕8__45@_G!A' KLR817 3([]}f zgGO}Uvl4PJJpϿ~B*zzL!@Üo/n͡kxsq:tkܤIB,_}͛nz&O6tSLq[1مzUvl NDW~bQ?Si?dxrK `C VdŅ 3I:s뭷} yN~TA03[_yrT~^<+,X_V؏Jc-/8@y(rI@ JKVrrbE3ݽ[6׍5n|V|7sf?]{ H+ ?v0a7K }K+JIjj]i,W{uz!zn7aw!|#=|3xI+0폝UUu=ѿ 3{nnwswD=m~vE^v{.rww٥ptwqt<@YsƆ.oYFo!}Sv}Ul= >^\[.l+l3R1qfe/u4h?hoH#﹧tĈ(tb*m@j \UWo콷hLej[J2|za0hm?9X_|6gGn'QoOg?_x[T&Clʩ Qj{dwoqZѸejMKڿpׯ_ɉ_~٭K6~A#00;1/ݻJחVm>'iLW+f^ѭ _0VCw:^YXE'_q'?97?F8;3Rx wکGӍbun㏓{3g̜as9tV[RmVOoKtݽ{wwԩ+R?'r!I'J'Io?7]7]?[ځA,Č`^\_ۧZϟ 6hJzDN0{l-~GydF̃ԲF`(B %Š/7(mΓw.Z lm˸qdO?tF%ڷ:&( $^5w٦m&1Ä.4hU˫hLPk`"]Й2j(ZR 4.LPlk/}CrP4&?)R})U')(!Pٵ^%@Hxnj]>k?Ɣ &AG@}aPC% $)(!P}S)A70: *)U/`P $.LF =ܓщa2y5lʔ)ٽݛr˭DknƎؤ} PuB3`J P $)(!P}S)A70: *)UKG})/ˠ2ET;_)E# PKQoT tλH1>lJK/Pv=-2tЌ;~i+5_%/x^"S?9̉ѣC :hʌHt (ʄcp1tذGQ  vhQÔjTBA1D3e%O@<z*e".~Xזb7T*)U/l  6qL)Y'CRdaB %z0Mq:c85bt4OPA =2!j`"t>l=5alAٌ3e!nݺe}?PhD@cYD:bI=Cj(S>K.1M=ZҺ45)*'PO jEU taB P/`P $.LF es 6m&{P^=iJ 5V詔F$J/yl}pN.V?!ơ@GT2!j`"ă *)U/`P $.LF ZOi` s/__AvڴiE0% Cj(S)3H"]Й2jj˯{B{Mk7Ά>G$-JI }2jj(QZRf4D3e@ٚc~r^X҃ =.- :&>:H؝0H$ Cj(c|_ !SJjCRfkD#0h|G fMyDs27^Qk!\N7CJ}J@aÆg}N_u_$A<'ҫZO>}_2t{ݠ!4[&_y|߽ ;/F=eo@ook.gÏpV}\O{쾻q\uY|z2EVV[oOxB e?[6h#JgIщ[ے6k'>!D%($41T^@NqiBKoz|hmF.3}!oEwn} !+ω4pCh CU 9n U{{{Ŧa>,߽{k}GU(ў}Q%%EV~^^\qq O辳2v66 ?@y2f_cDk1 x\ TDC={L/uTp]zRk.̞σ-X$PF<7(R Rp/>cP aRAechpB,AB*T@!ܠKiP]D'n~HUE=('hfCjT_PL<77\-BjiCg%%wgĻ c*􏡤+RAb14A! Ҡ!P*Hx nP4(@H0 (#C`) R) 0XJT C 2B14A!<|c uם¾N;?ryo?J!x nPH4(@H0 (#C`) R) 0XJT C 2B14A! Ҡ!P*Hx nP4(@H0 (#C{6ppӧov'7$!W!gC s3cڠJyB 2b14Gj.;?􇛲m&^ =FgDQU* X(N+Ш4h($P%\r0XJT C 2B14Go?z'FhˣRՁ2b14A! Ҡ!P*Hx nP4(@H0 (#C`) R) 0XJZ{tG~O}*uޑη.XhC#è'-ۋ$(@/T@+lꡇ?{]q{x}z?|Z`ΰ'C 214A! Ҡ!P*Hx nP4(@H0 (#C`) R) 0XJ+u=wgz 馛fYl B1AܠKiPJ!n}гgcήZny睗mІ=gw Q%P]PT@h24(_z޿Z=+guA"PZ&e('hPH4(@HEp߽{^p\\I.r uKL)P]@ x nP> MM-SԨ@AܠKiPJa($PF<7(R RJ a8ۼ̧?ѧ*v 5  a~3f&jϓO>!FRA%B&cQYO9ғL* nPXE(#C`) R) ʿJ+>?^~f밪w-dz6kj2Ŝ( 7(dR RJ  aRAesf[lߖ٦erKovo0_JRAU"e('hP4(@H0 (#C`) R) 0XJT C 2B14A! Ҡ!P*Hx nP4(@HEm=Z+,xل |۲=_nwÁfӃ9CDZ@x$osӷIiO~Vd_g)Sv^]j̘|?ߥv<w7H z#hYgaЊ:Vc:;g͞ pC9qQr~71Ir??8!㔯ߑ*?[oM+hkMq?xD͜93?ܶ|.UDؗW.Wp_"d>c?nLX@tQ.. nm[yt'Zɧ^y>~viǕP-\_pa2X͝}SS[-bˀWWLOXu͞=; =xf.FE5 l~Rh(]]VOokφUFʞmQ(3fL,֩dk~xH np?r^{51}щz=wm .uowukWmڗe+D}!a7.pt}\p; ܳ=nns x*@T0a" 9" Ɏ/8|G W>i (p\*+@}" y ɕ)Jɇ}DD%}s&4r m TYvibN 'Uԝe߶wӫD3 )񒀜uӚ\+/̞=z./ /8$w'fm_Ss6_9?kva~߸?g7kSnQy㓮D 3IdHvvKmߊ?߿]wMp< }/dE+:z$ƛQ_w)@Ċl%~kkq+~'z?K-`i:Ձy.n=,4c:_ezns<}lJnL@DBMnw}wY6}33š3_/F*tc|ߡSrG7o%/@$-# 4G7u)&Un= ywtWj^g?y]aEcB%*} _U\ )'D@*\B[l|qa6vm|ʄL%d3/twWs0Ho s9;~%{[+>^ bEG I ymwr\M7; HNHBK.vwqՖ#tFA}|W[n>78ţܠAg֣ڷ?~t _Q㿳 ͋βfRȔF ]\@#ͼ*:G8U2׌ο޼B x>W68҄3e7nkb迸>YzI_" l)FkFj)(HMDcu}61'~߹{>k/-bJ$ER"JQKDz}O8C`2e@d\l2b8s yS=P5!A |Q(2RUocF|un6sG7d$SPjþUUiL؁HNHBWop>\MR/@$. i_+}Q_C}Y, 3OzXrl?sxSkСnN&AbGnnc K{haOLmAmMW_u/̛/ץ92M7V<]qϹާ[n?e\t}b[oM6}#Z/UyѮgbcY_>_*s/øA#FqW?mZwwI Ү6{ȵ._~]Ye]7aܽ{YZ+}Х83ͥ?^.o]:վ=&rDz{/8/'0,k>j_Oϡ|q__n7+Os_lnp׭{7i ʒZ-zz֣q:Pӝ->*æ[M9gQuE|.e!S&\מ⃮t,3G0%lx\5ox4~xs7O|X9>VѮ3ޚ懡9ͭj?WZ-dg7e?T {$"kR䣶['VH>/|BL8na2A7hxz{7b&7 $'lbRB#mH:֬ !-(>1aQmHz$R_=djNnaJGRP?zz_|iӀ[)IĬwUߤw[b<!,\BĪ2qULu_?ejEn`ψ#O tnnYFN@V-4J r hgA(YpQ5ʐT'qG+וDmWҽSsw}ފ)6ѣ({qk~^>/-2(gK/ӷ+j,ѶQƴ0l^?jIQre٠K C/"eRY,n.2Ns9F""ϡYD9SlsIsLo{=D>8.H865 I&|ܣ>sZowKn6W u'ky_D6Uzݻ6 no`'zӧBGA-#ʎl$r<}i٥xPSmkä]le=qynQ6l#!Q1Ӂ}$en/8ո>.o¹LͧUzF#܈[ngmdU*KoԅӁ/ ~Hq>\|߂|S Z\VUzV;]fTwSw~K wcu'˷֏뮻<ʙ)gP6NѸNXWjTw@2͝I{żsocnuB#f;N_xqҥۘ)} No|D/lyo7V>׀[7ݣ<*@3X‰;6=<5[8(w>Q:X^WE4S F|L?C)gb sۨ}n\s[^u7@m3n$瞲o{'^G1ON#oqoe)m6rd/֡2g,,*ItG;w.qj.ɵ6n`?6I+[[F{,,/o_bLr:yvKmJ̪K>\so\g>7Ь}2D/)Ie(gI91lG+S߽!gtǟ}yF5Vh[Eh5j_O۩/#)Dyj+ yc^^:+ώ?b#GCց7wN>_ '/]ERŽ<__F4`T^WX*KFoΜteYlZc_tfO>*Մ}Zy 88Ѐ}?ϊ+~)8CJ2Ҿj`4"fMoUl4Vϡ7Dvs]C5J[vŽ˝~A|{KGsG_Cx{sF}hA-4e~kYm2bD2w9,ߢ>B+S%aٖ)%B` dR.i ^ )"DziLSCA}@rTY e9Fӄ 7]g!o QG0N{I̍/l}Bix+{i8%E6mz40X,4&LԜ1x{7QkJȷ2{k43ؑǍ0Vm-AcтC֔qˡ2 `?iҤ?cƕaGߣR,S]}>q/^-ZZBy!۸T;4G,#ӭ1Nur\wC;<1=^VǾ-a\ۥ^*ynO8~*e(kݐ_-9raOBܢ4S*,kļ5_S?RN2/ǥ> W!L9EDj9\ٗFh~Aڋq{e~^=sMlZ F(^l>5߾c㊲㎧A֊9w:xȍ"<AsZ?挙٠A۟KO߃;Vd. H}Ӛ|ɐ=p`v?ݬ^g+7W] 88X0nM~wkC% u d3;; ?uv9_ss48hs ٨X|yĿ#/q*.?~L 0E"ڱ0 H tZ|ibq٤ HX.a +ȍ=yw}%F=j-JX!_y1g![!$&7 1o\g]F1cL٫Wg@ &'Oxzi<=Î7 7@Ĵ)87wATqt7:m/Xp  v?ܤaqG_㿐]G6[sIA[:&?0S9b]cdIBl`6GV`anuڴ_pۛfV/mǼ\cP/ IXţҀ4di񻽹dLDx_qD @IDAT0[:a 'OI '9?^7a)eњ:#*b( 0Rɞ0q{dמ{o൳l2ʯY"p3xGeN;.GˁjbʷPa{^n}zmTiG6e{m-XGʉQK%[Z%1{=smO>]Ė*S./4I *l)PH9lD}=ww6؀>2(G} 4[ERNzĢ*Œ;{Rp+kLZg'nVh,-uh8ə O0']u7j_47ps wxExc4gF<)Gm$c>TW?G\?;NOK+|s ￿zFo߽`vWΘi^w?8w9<}s_y9T2ef@kۏQ_ۙFe#_x(ciZ=iJ6~'EJIVuQ RJ#_O>IgBi{UY=l3Lk_~/SI 8e|>;I-[!`Z 1\3ţhAJ޽j-嵇o֐n'W5]ͷ>}Ȍ=:2;BDVY/"wԗrK#F>|Ɠ&nY7Q=wF޼c2b0#D^aE%R~:׃bVc8zxy;)_uo)wu ǯP mEH)g4NtԗM}|s{׷7:}Z?)seT)#n8B$?~{P Ug̘8%\Bz`5bA!(a >>|HpjļHጙܑ{zXȾ* 8?|M|o$SEM6{~eSD$J`,Y/BŒD#*q^eS4jİ ;D5 L:ۧNWU>9_i~Uo|3>YAn9=|?߼put˖.?ڍ>ÖR}6lCr*dCh)[}äƣ\uwU"(u^Jmë7OQ_"z5ӽYu+bg]Xϫ眲N*sπs>6lB9T[S=d6v4vt+A_DY$?+>_haپdߛJXκRw~u%.Ic!_| 4'5*RfM,۲m:KU,=3;~=Sg4%YOC)5lԵ{S!RC}7M;$,J%QDǘiٕ;7yKZOI6^F-į#gbוW~,?^D}3,2 lSh|ۺQ]3lԵ{g￾yHŔw[좯*li}|$BpWߥ4<$ }/L}FH6kJl+Q?܂e-\y2ƨ.HN؎G <9g,itsESa gQќ2G7麤Y+#P'bZyJc;ː/GDZ/5M4|1lcޒkjG89LʨW\~yuO?~d;yn5Shr~4|Mbieꢋ.o|wcn+B]KwJEQgKuȚ@~+~W9u:餓UYsN^9Lq+~W"}:EKQ3Gҳ^Ul/:+i(5lEg{!>/h2}-j3奅*\QMH)/GYx}/k,J9*fMo~swI\u+%VT?W;`9O?cȆ?cMc$0lWd>,0ܹvmu5W~t^zYg^R sZ.:E~ O=lɗ6z 3{$ =V 2~i&й)S}g/ȺfGfu' x9r.^&2~WdܜFXN 5SƗ!96 Ƽ(dz|ԎGCӀ%~rokRC6mAfu' fكq:;| ͹?LWN*7>8‘V[\M %' &]s׾{V P?[֠җaG`M3:R=b^i 1Q%# TVwlWK%='FȣG@Ws&waK|-8﹧Iϩyv:;a0ɀr a4]7d{4ZS|8GQe/צ RR㣎>]"N)9}.`_rEwRgzd:'}?k] fz(`s%;`&|$]$![oŗ\|< s _}> ~#ц*ǟy}yWdb{\end?9u{'֕-@ wsᾞVCl$|/hD:%ys' 1l2{y:'gGP8o+S,[LYܯZz!f-WVL؛B5e&+LAV02n;_a/WXz JO!U<50G%6vj-5L dKnsʕHE 6?W::>Ը/]43Wvj2?8I\s/p1-V89) Wb]mfK\_|mnˬϬ>#oϾW߹$ߥX^}fV/]BjGqfw3W.0{΀뀓t|umΥ2;a0'?Ԇ9j!g]2$ XkvdVw`N HЕb9݃G^χ\ix~ m+J4wYSoN_g`@֩ plz˾ d RYA+iEΤk $Ӥ_%9dug {TWs|#+8751~PoQ_< Bx9۞4 ̷uo `^{J>Њ=~L!QOԧ㎫p8ʾɯT/jn mDZҦ񫴳;DwNcV[nU5(pOROKyH]Vko)}Cth6 H4n e/7~x6^wIb/ܑ8Wsrr_TgߞGߋkT>P?׹ts=G}WIt5$K ׫XDXwxti0d9^ɓ,̓^'}>e^'ĺ-<VNJH2݊L2Dô"Hԑڦ??>A`˲F:P$Ͼyd Cka7o3pdFk=';Ɠdt0w3mr-) BrNĚ'alͻur 1fhQ݈Eg6;0boy*ZsL85 Q-i0F vĢ3XxOAq_X(g49߿N|rw?{8N}:(J5&Q?c5i7~wǏg4u+SȱxOvLvJ'$ es ĥuRkカ,36noLgc:b>@fLVrv+Jtz!_Rl[|BV{o` (6[NJ.- %_~J^g.D!Tb}!oO۳1Hr_ e5>8/y̧ ˿zk- "_~XȞf?ADsiXմr?ٌ k>Kbs ʜwPͿ];ÓXfsۘ\2PĠZ}kIyXf?u.˄/r[Ps ʌ j0>tV:]yGouzPzd񗹕rqV:]K/Ma:Y:qWp} d\ Ăr|kYq|zulGf?4>^O6Ʌ:~UOYJ35?>\OO᫿. !=VLo'uw_$ٳxgz>B/o߹YkĦ2Ĝ3"N@k2仺 rp+$5bbMl )@~Z(·# ~)'u0S #MX6lOCkѓN;o‚Xf yהY2c_MX8dz>>c|;< <;l1fLۖ}]͌:K2l@5eVtSǟ6>Zh1U#&He,\;gY@D0NZ3hyהYуίH~C9p ǿ[WS^o=(mCkMnVWÔrR3lE>?A'^ _[W Ki?ԱܔYb81W/WxDsтϓ佰=$QAL1U#`#32"ɠ(S!XyהY@ֲ.\I+[?Y<ݛ_6ta$TƢ~GЊrMYoXL LJW`B;K7 /pfzu˾H*6\ n&c-)"@oJ*j&ҟ /rZ`2_e>`F`p:֒2 ,u07+yxhO0JiP*cђ3Ȼ&bc,u0S !2+X[92+yMNNe2#O`qw7*f*cć&|Bt׆62S撚EZ3uhLC(;f$q<}n!FaJ:EgC_o]\iZ3۴a-)40;]aMҙ9)pWSfx+8P>x'; t. }b<6';E|$.8F Dtk۰%hE^&hg]H0+e[A[L1 X t3ц[ pwp`k.MS`KQL&(b%hVj_o2Km7l8ƄljYlo^Ȃ|oot}ɳ|7l8F ZM5nwq=fb\|1VnB*U}obFZa7~P}(nƛnepW iԬAX2<3k|0'o}~ʹ/fy{^}"T' 8񯢕S.NB ֩VJIӌW_nTf߳GEz28Q]w7rF-6UܢBbƬ1 ;?Kphsp>Z&ǿV`~& 1! {sߜwM| ޔbFUQ+An&FcCSηzkyKp)aZR_䇶o?qV,9G]PEb%U"}iza#`CJAJ+[nq^8+A$!]D'ZV^S&y6cOa[цYWXaL 3V&BWѼ/:pYcL >XUP-{/UĄrS yr@gx dnEh r:QY ̌dm49}y1>Zşy(񏃏?}5L4dJYèaMIgt_XM^ pϡ8EY9JG‰۝l+AdF͇oH с/p"A 1M|xX10܄T4B-V QL'8 >pMxU vt+sYbRog4=:|>s̍aMq_ie|26K{Acs,>\Y)*G6(͓6}| >q>ZgnmHR#c%$ԕ?L .KP_tCҍ d#;0=Fh.Z{m"CDO|SF== 0 pOn1O2cthP܆ͼyfQO7_Swkכ7C3ʲJ#iϾvsg b @Y~/Sa-+Q7 l"_'<%#^4Zh7͐__ׯ_^<mh1{zjOM&'zD|lNpo~tB;U-\X/e`b69Y(Eo>;>e*4Ч:o^u>^@OHW~5 ("~Um|̞n6U d2"ᷯL~_kl&4;@+_4 } yE0$+~Ů U5F|-hʒ/L-_J# ;7 }ԧl1|@ '&˪AItB +Do(|0E9%|F Vm V08]-h4N"<`Q0 v`U;OK#閣=IhL|"9}Eg/YƯ&|F|ӛ(g*m2A1LdD|ۍ҈{zipFBhrBdZ!YrN9g?DPYolU5 X랞ak y?)\V3I=S*h<9 eUW]es[|/ٺF|-h8}ʫf볂կf}^ !QW+<喌6u2OH5Q-v&s.?С'Ss (9!xLBCwW0^pas'1Q[~Aʃn6U.*,–u@߱隅,S ^4Z>30՘-z#p\CS5ocwZM6kaW"XEGNc5D`aTQFZ3s "CMy~O:?*u)y0_}>#4x,L<>ʍ)S@C QECt @Ua5ooWy_?27'u CUa53' R(1;tN5 Yț1mdJzZ>3 |e#>M謳<?-ɉ砇(z dz>D9;(q=\uTJW}m">T&?*~pķu.4S3P扟W4¶+S2?!Gf]DN)VհdebuE{XG[&@EBL4cֆ䂅_A'(Dƴ\eW\n9|IB[oKyW 3?!,ma_~a2i{0ޒtD]YpH8FJ6XWbHi 7LX!}+@]J-cuBpY?jA;'S'~4L 'K!(鳔"CBO2kG6N,;q+zZ&)QT$J!|p"<ڵQpaN"Q@\s/,N^eĦ<%e\ K &u'cG6`_,1X1L$Jj0@}LlB+5B휰u OHЌd1`,ّ<= "V_җ\hK(O{',d)vm&5%tuID)FJ?9a!{Dy Qh|,J|c fDIB9@qA 3U0d+FA|C` _?N},2:Ćf_:< >Y"sL3~;O?{߽Kė(=X ۳wG̵Q2HNܳZEYet?0,D *=wbCyX%Ƴ8r qϾwrOK[X⻰tDyChpÑHΐgM#7x,;zHΆgqK\ę e(g, |}=sr3z (wC`s;G 1|Cbzq,.'d"e(gy|;fN_ic~3YϦe(PŇoYq3=wȏe(L&ҁD鄙!3"d4lk,H v9^F 9kDj-@싯8iRF"sywRY`Ey%uwB*|H2J- ;/ VbHt_n,7E/dXmgP(YS=B@fY#Rk ȧ^K(HA(I+pU5 P(٢y ׫~IJTvFe=ͫ_'S<2!TU;|Ekr"2<2ڒmB ^R=W'Rk %}Xd;>Ohi^qI RUlJՐoUNPVɵeK+`9NZѼrNHe(c"HU\^ QZ5uZB |.y.NS(iIC0ɚ2ZHUNHe(¢pv8B9L/:> [ɚ2Z4lk%3y66cR'<ݛ9f0*VHߪpy$'Rk _=CHρgﱜȞDh5}/_9:VFD'01ٿz=T~g9{7X!k$Rk %,9e<7鼱6(M8_WYp b5~M$x2\invu괷If߲vRڡ=pCfZ?rbFzk_]XҒ34s&Y7X@;|I|׼&&n;N;-ɔ'Y[37kol5v}7-3]wݭz;Ԇ%CQ;gZ}w%*Yw}] pQ24J/۳df~_|Fj>sY$Е>OwTd|υk;ݨlAjw^Ȣ.ic;j1#8կ}mi?Dzz9?[|'ǯTՕW^)%Y&QFYTQmoҲX34JȢLehǪ˗W7\= [+1ɖu`{Y2r3j{En OŨ`=xVy~ckRר|Si<9C;:MkG_}b2?S􏟯7} mtS]|AE-dFԸm<j}M`;QR>31(wb߳%o].3.|؃Q?}'֢?j'˿}4U?O>gLM;?w?{gՎ;@Tsn_ #V{Cn~ྞqTОd[OvSO=>/Ʀp>cTĻW>}*Y2Jhqrkfn߫<Һ^{UFbxm ~_ئ է>)HʘH3By? >-o9hg!7T}K_iNu>ymQBeg[^gZMwSVPLփɿsI\} 峮O>^d?4{ ' [:^[\>~=}OhEjw5<\4 z\ڙs8r/bim_,=>_v6[]Z'Ue35(qe/[|F0Cϔ`ϓy2?S&ϥN}>ӎ#ΔygOVsPT͒e oKßG.>#!={er!ti;xUoƟGKhͿrŽ1Ty*ܫž˦y}VB[[N1[˦9?_x#= 09jTPF<۷/^|/_˷% @~`J!Z0Z$RM ߒ߿~_\O_`/`3Zg3\M@IDAT(3=~3壴0}KeDk4!3d:Nim:lv?E"դ-ς͙u{%$M1դ-ς VKv#(jTЗ76~oĄp0;d| DT·x$&9OmY&hL5)|x^?s6x)9-or.7o{߿| E=<~Pp2ouG)>_QMR&o|6jYs_1$E  ޓB=X2P?(jRdXv4(VoIsʹV_r I/ѩ r,X/ƫ@'ebD-&o|mfVe=Gk'!iaooI;Ta4I <A cLE"դ-ςMMn_7eTҵHJ5)|%CƋKфψOp0;d| DT·x~~|HaYXig0ZH+P9WU RڙFK[I[<}[2`wȐNm\x}oeJ$mbD-VRM ߢtsE Օa7 LߒhcaQF_%9DT·x~Ӷ9U &=#0seYm؞U<Ĉ0ڷӷ$XFDہ*A-xNjdE"X]=XbQZ0ZDRM ,QWeK݃y²Ĉ0zH|= 6n?y'u%uNVkUwW#n_໖@}9`6n?I}'Zń}5u,E%ѩjo0$HJ5)|U ˬNT#Lߒhcɴ0Z,Q_O[ :Ƽ~"7Zf=˕\~ +Ky?+o˷l 09=-3iDغBߵ_߿ Hy> 6B`r$h sc&%8o<֢H6u i ͨJCmܬBy<\UJX~D|>ی={g߱>n 7!4W@GgۆQ ,d wWR9qEY _7eyGgT0ѧlS!H"Z燌}T?E}?S1(GyDu {}ϰq36jgB!<:~\kΚ1 =4'xB)4y9Ϯsӯ]ra7hEЯ%7Pl=﹇V\oՎOԇMz}#׭]Oم+:*4@J=Ӈg?$~iJˎWeq]9#˻i_a/yS8#5trYS bAčvF UoxT؏Sm/[lE裏VO}SBȾ^5k6ҲmMo|L;wYcݒVU[ӊ1[{|# c=zӛ@[C;Ҫ6Q?5F9繁|+܋7e\ރJU߭<婭Pق ۂR_|q՛%[_yqߐ |_C~/ ~-G[?К?#*j㬿)8/egM-زţ~*KėS_7ü/UozCaӘlR=2Eڊl) ]W˪ <m~5|rZKkTy7`%IbR}Y^eH)Wu5|ZVI'>0J6b VI*QϫSZ:lH /'?Vy a:VօWߺw˼6'4@\̈́1o |=W/N_D501&Uu ˆiq/rNjBc ֜MRn/U5I穎1*!c_5 HzhL;o`ƛpU1EĴ9 \=Vesr:WU ]wQs?^]zɥG?oxyo}+1`n+1&ӳYcLK/>яU߾movS#\ϫϑƒJ2RaR:BVbL\?Jiea㏣}#: DCb[-xӕX"a]!1"8| ՁA8|Z=VR!y)giE4Xy)1cR1O96.͛L4sQH20c/rᾮQ2y)eD2 ,Y\W6#[i*w܁^-"bҵ73EN`g /%s(?M^F:>!V]U-,8]HyN{$7ͮ(M3KPG/ u3/>##6D T#6B 8xfh'(8_﹵̎~x\3ds\%;lʓ(;$}Rǿ#&"NiK-؞PinH0$* ×՟U/&`ɼ:\ŸtqT?^xfuTX ejDɱFG"-,wر _#,M!T/V<_P pT@_ De\ΝD_hq05uU{ ri9ߝ}|WH (?"=d1!u4)kC8W`mBl;252}߷zuװ[^ H@O{]&J_=X9\})'dODQ?+x Lm[oWgK9Cs{ ~>ʄlYI0M;g Z^Ee4݂TE_'rKu/~sv؁_E:UZw{E ((-!vLqsyٌ)T @]N'Z|O&P4k4H (S#('ӀTQN?>da0>/SwW]uD'dep'OejE6@9Y|6E+:!<԰?rα䛢pm;Ԁ*?[k˰Z4QnFF_Ӗ1f7݂+n6h_ߋ ejEeZ^gN)__Џ|׾&?_uNO>L:q#h2?ף Iߋ]wv|"'tRi'~$f"ˀODQp\'<>?ϸvz5 =ԟ%d@3~sLhKGeO|Xe_n" Í#}fԕ]]w]fu‰m٦z_euNBY -$x'l'6Dɩ]`4t$%v=wBX)O=k2F{"- v% Y:&%~DZv_Jl Q4Ph+ZLEXab%l1-w牢ŷx#Ȕc:LٲcWG;y*bZLEHz,ӗ \]\饗ߜwg|%̎LEx֬䑇گiL4lE/7 vga F"KP<-~,m;^g#vz=O)tLۮ_s8d%_p?Xy RO|ng߼􊖲-{2Ġ@$o|~ TE)f\k꛾'e F"tc{ƿ{@Gc7ha;4%̇£_}/KccJs\BiZLEG\RLz3 Q}+4)!-t{aOhMy׋>_WH9c>=mi_znӤA4>i4,9Ն ,їxZWu` %Eq|_B;n4! M(9> >>|7B6Uw0˦拿hn>|Мd"^ӢYϯ>պ򍼣DGVϒQLDtn0f«2NL"kH_t{}{3|b}JW D-'^d<G3ɖ?|L2#vlELJm.[Ԟg;go>gcA@Rj{Zdp bڞ^YӤϴ(zV󟁼 F"K,yUUBb;3 |06'ԍ/fɩ3%KzO}}5tm-fG)E&~I?.qG߿ńFgu<ϟvm_Rl%82FF܂Uֿ=0ǵŖ[wx( PE:g9| p-'#K=w&u`3=eκcE؛6D4*鿼O,H~(߹ĠO36& vCvHyߌ L[ MgGXܗ;{:iyVljԼx['~D~ʾk>"m ,rNYGH*h";W?'O۷,!_WC!K6%MLA_oR7;;z3W[3_?#r?\ħl"͹y{M5z곟'C}z|"g5Jn!ޚ^|/9|@W0ρY;<],asnħW+`Ѽq0O^&]#Ii1F}o3TRg~ghBૼtY~zʹ}MJ2PI/x('rQfͿ㴯{Lwιz@&lNV3g[n)廀2!!6C9Je2E§_o6 OYq Xlߦ68dP<;eOb)uOyV.Uw2;-1%@Ҍ,ioo8*5;/z=w}z=i0۝KhZ~_!3$AoNO>sdj M<&,w㶰I,<~cӨO2=Y; 2=">$~P%gA$}tvR5_w;,zuO'yJ|buK2C [rO'#/U)A>Gp{y Cb$05$~D2Yg%zZ 9z}+ ~w߿~g>+gt?> Qgw?Pg}=l0Vx?5DP_;?Ani -80!ZQm3W< 5= oǘ q\ch9>b1.s5*Hf0[0iH|UH6dFC}$ |2V?~rw:*fS9Y)-m5swÁ+TK0>ߘOp!.fH rPR[k'?-ܲ1@L _qyyKNQ盏SO}K:#d.|+xT2{ݘkk6czR;%V''vG?5\㣟lfPgA&I1u|k>?|v_w{c5#,T$c8:9񴷽-<;?ya3Jy]}HkN1ϱ?s.NE6Q]%]G}O& >̅] ^RNfl;OdFX{}{Vʒ?{"H"WxE={1o6|~ +w _J4+-rhnfߖNdw+~Ea8=%{ԒX6sXŸ58׳,3iE\"+>?9E"tFNM1n`v=JQM:)j]*MmA%U_k!֍$B.v6x`9R3zj!Tߌ7C_&ߤ =O*lu#]ldqSe!7|F2$żch6_dY:BjHn!rYTRe{l呬elLb "!-1k\%agS/?W`,*eh*C砇o^)7<fث%Z9[=w_B~_yG3ZOχ ae!wK2pJĿ:߿y <)dO)~ Gf,w5woC?L5&֍tC}=/kt& `iSlE6R駓ya&߇'$Yo,vl9TR|};阱a%نbt* uE#I~Nי0.]&T\MUHz5G7_3wNũ&.kM23" cl1םN7~6Wġ37&b*kVYek6|,[\@ھMVHUNU5N$j3ɥJ|?!a)$Y@7Zz_t (W[nUF>KIO|]DSV,rwTReoW(<GS'Jj]%0B~F˶o"J i } 0RVޕ8 / fɋ`RYoǺuP).^rP5.֍tM1n g?DQj#5̗ɬxRQ*]*kIQW ? *2 |EnImwCL|E6R#W1n|5yϯyau2Mv&\whۅ/yOC1Dey6!nkX.1n3X%#K7 "?~~Me !nkJ7cT&)8'6Z!M!:u^[\x|6j44<;80Mq#1B<9Bn_"saӈxdh458MMgleⷎa[*ϻ´[F ׼ .@y5*z*yK.Ag %2,ͼFcaL6|)+hl̅H?s=j&˖//ĢI,:ZI2Pvm%W`K%2*uO:F<@c:g>;DrM207Uho_}u",YfK.̇T\k~iD?w$.'7_NL 񏃟e N0qkUZC4sx0r0ۦ̿/Y2>9\/0M{ y'3ppBɿ]>'Tp8}E~{cJzƍv:Om |FHŔ2Bw9Ɣ/ &X,^'~a_A^s5*$|m?>OOB%_f ƯU|w1k>YI^`UY|kiҫKd.T";Wf?VѯɖaoY Qg+0"m jHܢѪDN;3A[\di1V%"FU|׬ '&JDDBKv ?@3A̋o9g+4f-Kd.mo96VGYܔQdVQd+(Xe>fEyGs?C8l' rz׵Oز{+$C$`pyo c|| vnYb]J1Z_bӎ;~{ct @`_ڍ3iՁ;3+N)JH`s.~_h7Հk0ϖ *m͕c~3h׾6T+ ,/؞QJ`;`7"}s#NϠN?K$}]VپQ͕; Ic_fwnJʺVIHVlqB/ Ѓ >OJL9/a:VC>`4aF3  Btv1`;98#϶ј}s IS:$ԏ)؄+rQt6W Ē_QmxPFb"&W |hC[u"A`!hr%1;'I6;=GɕyL`6h5^ E@`sH7$јł]3IBʹ>pS`+ Fb~,V A+ F^̈́xP=!\i0+aew4uǑw4``9Sg=P*P"͕c>]ٹ ~FHTʭ1>ψL,;X4` {˫>2R c8ҾՃ]pU~Rh0E^sCJ1 Cf~`_8{*l穼&.v+is\i0 [Q$Oa?1fDM?A0QvGc _|r.; Jwsa~b YMѾsҾo"fٿ/v-'/yKR*~~@ wc ﶫ?bp+ Fb~l[ީX!:P? LӊF!ј 9B&qDVl7)+'aZ@2AYϯo4r !JX_w4f®649?~c;? ?t4!heH`sk64R Miڑ44L(^i{OѠ JT4:hd|C6v 4:|@yՒ)=!~ ;nb(CtBė/yOXόXFd\e3rOFjt1tJ,=L*) 2FX= 47/*z缸+{?(Δ'KT[mUcfo񏣩FO ʲ83;b4zly2?p&5]`ʕO>5!H%H4k>}PxF]m/O?(^Q܆Tv]6ʄ?~\=W9C Jp8fڠV=BllXY?Lx*wZEf|3?do+W~z˅vDj֯~Cj6$1gg}ᎧrrN,Nb!${ϯ(A.+S_0a:CCKo0V0FڜMHFR dp-lː# xFwƷI,=/^ q|0yўA0~xXȯh? 6̶?D8-ز$cF |\7?$BAs0!aHayX!6JQaӺ2Fσo0׼=0;_&0{'}f7]8=w:S^`I,Co+i_~Ac-w]&ބ|Tl}`ZΧw]vnk<ؑz뭷6]aJ3ʿ}w a^.]|_n_KJC^~k4G-|yUWgW H%Hk$]L(^hw>`~W 4LqU Cm\1 #?ܾ, bC ?ov=P*AY|} r7{Ay/:VbJEnSܛKiHbq_\u8 j䞀ûTZ[DE#PtAgσ)Pm0;A+a|kwJ}hnu55}|y"HˆPC\/pa%BĞ`u.y:\c @{ Ĺ_uT`cy '/%\Ɉo7$Qn6zv~!g0c}]]#򍮃z*Q0E`,V=0z2qꩧJ_.Ǹ`.~~ЃxbB\/[tT2~1K)\q£o6.o<`s#ȇz?F?ύ3/|a}O;CW߇(ϳw;'y<~ΉGԢ8Bp`&|DU="Te3QA[`*h9yi@w9[0omvnۗ~Cqڵk_◾y`b9t)ڰaMz*9B7/B}K R÷Wڞ~?Bgm]aƍQ;oy΀uQi,i”B늀ӧau}</?XV `x8bNL MP)Y˧a~'.~ '*Oi1JLkYۯ+gv/+A{V+TQ -26Z"O-6)PEB&U wd>1aKEHS,H@) hB3Ttj=?7'NSETz :CR(Rn h*+ؾV'&O' ; }WZE)RRT3H't $Rh ҊbRERRT ?]T7 :]".:`C??" R!өH Љ<(mբKh "` 2DTTQOhiڋrZ:34"ꫪ-i!lߡCF߮W}Zqc_ᅴ,K@'0H\h81- e3@RlY"$rZ*dΏ?խ[|Ehذa{y5)~$Rba7Kon1^+Ȅ΄u u8R3dٳÞA]ᜆ/ PE̷"$$ sTJ]bNCe DI(W@% H@'0%Nǃ؊RݯLH'b2DTQ -:e@:S仝PMTK4LU0NnPMT2@,YJʖ@;.bN"`(PETV!BbA@JihD(w7;͛?7nM>#:H9Qa8и -2ET@:S仝'L0GL}5}:~3(ߕuiD"U RvŘ.>Hcvи -2ET@:> c}%/%`m&Ez -b1ȵt@@ @2>O >lNDK:C#PEOaZDB~60WRZ*dtM!CAu@Eֹ>T/BeF@:@EB3Ttj=⥃pdAXA-!$w\ DPکˊ x6HX2T T3H;NP<#t@IDAT@q7ْ82|)h߾iذgбR +E@_E W=,%O?p>@%Yq8dU"r~vwC.bAFE\bwy9{g tQP\| k߾ļQw1?Mg)&YqCض}kƵa R\NPcNO"^Rtq)`ĵx:Wߗ\}1Ӻ }QA~K?yFk:2iv~wþӆb9K|;ՁvƵx*L[wǿP Gw=!k0*"7tVNm(ӹSgL \> <27;uF$""uԭ[l޼ۧUVEf3?xb[`v]LFx>ǰD"#Cs:5 ~ӴySoys3_}a:c>ȭ:ģ$ti{ iA]qKc?fuxUR\lnjT7Zy56ǝpҩiޢYz|23q3i> BP<;$i7;7jwޥGKO{C;N ֬Y| Tj<6"+(nqMp}:|R KL>SLD$O!Զ:*?Ɋs<]RxPc1#3c&$ ;lTnOw֑}/5~"IB?; p}G#G?[VMGC_H+bLyd9n<0/)Oڷ51w Ky&͉Ci#3;m)5w5Fb_mPƿ&!b?Y'M7C cc9_0G#=fxZzIyĂƿ3p|DA;dnP?1P=Vu%N)s/*4p )Nõao_P+c3\O7xh{K:ׇ{Ea^t,X0|4|gq8\,Uyu׭[gګYέ 7=M':oB՗_s3=Le!LSx6;ŭi'^{ d!qQT;B:37%?3=7㟜Hv>BU~9^K AgؾR񗸣RmuxUtqߙ9G~>DWw B+4.toTaA`0!f_q;w%ٷn/Y]DO|4(O~[ =PK* } Us1(Mw)*4)ޕ(%vxqb1YDB9sFQ>>S*8Q 80g|^%?-ⅳH*\",,OqUaKpU*IPQ+,(R!t05,}y56(*Vp"BQ۟." P",?xER@^ϫ@}eE*ŴPE*3`}GY@p~ם|? eQ &jX*\"|Ee+WRBžD" ]B5{VԷo_Wү:u>uRtTȍ{J qB[ !yҟJ9ʼqR Pd"ʗ|Y⭈]DcG)!8ݞ?uȈJ** |UK.{ ʨBquq¢(;Tch9TD8.PE'UHJ qTB⢋.ts WŀX}nHThB1@K;AשђKyQ$~t))4s q < W bEM sşE"TB"EEQްlh2D9J-JA8<x+n'j+_:{psgIM,2-@ +%QJHxO<[*chgQ'?DTNJ@K%/ВPůRBs?A$&!@' G1FPKbQˍv,i%7  q8d!YH߉]1\Ҕط-%ŵ# k_|; hd4`!O>Gg:ONk)2"v<4UM%Fy)*7S_;z%uυM7"P{;/8":̳Ź\_XX;~.$]DIǟjz}M$`T kC3!gt4!&<]B*A82w_\1aQZAycwNu5?+er<ф8* %[}t>s ͿW_}ٍ?W>Hcyڴ/O`CM*^AAQ+crwV&ҮMh!ǟW^}|'{\Y.Gi r4g?{I_y}DZ+.]Kܱs/XY#Zz ?ݨt 5@k (ڴisjocjøϾF]wէzĂy濰2\q4l9VR?_Gk`&v aܾ+qWG98 r,oJ =kieOB߷?AŎ(|bHhB*sF]ٱ*KkV{{hšt+P^r MjnACWU?^:T/-B_^}{O:4]R\]x1ZOs Kj`~1-baI˰~Ynls)@i?~*D3)OG}L{xtډt 5Jgy6:|[/sG'WSFĮ@Uhe_?3gvhR'e;wJw-KZA?Ϝs@>]S$]tq*5*'nz P|wDŽ8*l%+PU㏾ux;Scd0sqK剿Lۀ(-E&.8OC$'I\zйܳb E2!??\Hv#)G8$Y!ɬA`=ʓl5,%ؾ}G+Wy&h"xbhbazSSiѢ%,tsOS.e[,0h%=qU+WUVRݻw3]`YfM%v ';ʚٗi_~ K.Odlٲ>74mttr/}aç=.]n6oH˪7mʾwk4XlG8$&$EOtpQ\i&SN4wXb:wœڏ'Z:c,O,m-3ݤi#X}.::-lG8$&$E2g_0o;oڤ z7|Œ=L]_ӥ[6ON4n>t RD?SIxʎhS$~QG8:&UooTX|ㆍ <ר[,L?B?#HJs+Yg'|y}:~b=\w3m۴/RvCtWOE2sY3ӦMOn7es|`Vd_Nkk/=\[EwH./fw?Ft@xP{^lHш< ; Җzg YdIŞG?O>% [o37x:X{e_;?l;|_l:% x ]fC602f<`sןϼ3S~}}DYg?L(?qO+ ?hgʖ؀ׄTd˽.[C->D_]Aj;ݵ'h| g3`E ^'vm*Y%Pdώ:v+ݜŋO#t O|ɐ莁c[$C-?_hhpNZl*NH*dpFա +lƿ9-\t2rPsͷ,ύvEB@*OY5~msmϘnR駟1͛'Rs`W IjKkI&fߚ~1Ǩ#fO/et |:|&`ʔI𩯯M=i݂^7\{ okr ;7g?|IN{Of(t,03C|F0DEK:?}b3*˿>eV,0q>GgOf\ul4kj^'f?v< _2?I7e#xy7doO)V>.* ,?'70o[smg?0^*^iyo[RN!z(RZ]fߛY!:`o)_J_ks]monϖs.w/[ja֬^k k23g4:v>)Enls$tl_\2$;Ħ.zM.LHeG? n^1E0a8h9srGύBrwQG?جXо~v%T5]ޜs$k+cD"-0Ƅ/]Դit%wd-Z `nKTU b Eŷ?=?Ɓ,t6HTf/fl#dv::kx\u@yIfVM?DI޲7w7gצt +|3=&,w׹mTя׭] ֘qƙc9,2bm\oi֮]^`Ǝk;&DeݡË 0[*i(7$Cp +zʳ&Xrς%/6%P*;sWZeZh$Yge],w3uc3͡j4il.u`7(Hǖfi<,)A^yc3V^{W̉0*ffYfuM6o߾|_7}X5^Y_ 7Etb֬ |{ iH^7rsƙgDb?)a0Ҿ:{ˌig7lt vL7KY3wܳ/kK.1[vt81=r@r:֬^cZnemFלx@Ӿ]saDpyAn1i ԓ/}#LW;SL66j`V\m mcPuY?l+O?:aÆFD\g/])Vɀ'ӊX%#Jl꽫PzLK.cqڲ|ՐzZ,l꽫H1[&cttD%JQN 5#-eT?bsg q|f154֭K uWh=r%FdgoG?(U}ju^*ͿN8Ϟ3;Yp! "fqA 'M`x ܠ50Пuga2կ=C8ǛxsB[g -ю|Րz0-3>Ӑ1/#9آ9>B:y-/? t^<< 8[hz"RV= 8[hz"RV= 8[hyѿ+ c̀oFO z Nkq ^W)y҄U\q-4CwU)y҄U\q-4CwU)y҄U\q-4CwU)y҄U\q-4CwU)y҄U\O9 W0~s<J-VzK> l꽫H1[&"\l Zy![XXB3{Wb1-MxXB3 ׯ'TSKg {L:#q ^W)!NاA-0@ ѐDq>ɽab*/ϳC'לs}gf͙i.8sy皚49*?5c00} .FljY9߻\K͌3Qkc N*'\H!DtmC؟z楗^rl/3aՌ~1_/bٺU+n]\߹ƿs=V6{Ci۶gy֜ds:DS|V曇[owk%6wFr+0۷5śj+ȩ裏6.93j(]VjUW}~Tu3aQ0??F7'=gv` Of_N{F˟gxHݻ7}&cYe3셍]VT\3?cbJ2,}\ ;2vzi^02D*q-"Mr^f/wK~l|Iy _<+޵~'.gLڋEkhw5L'7H D;8pA FԊ̾YTp2vX:ϖY͂ iUN;;4!Er&5q0P~?&s}'̥]JʰK|!歷279,Ϳ/}e KW"{gZj gG{;usTo)o>A%\j:ogVY /d>ʌw^unڣ}9{]3rqӦf8|[?[lϨ527m6u1W6[+k?jXgg?;YCm/ƿq-Gl* \c̚=۬ZʴlWwӰQ~I,7=8hΞ:q̳r ի6m|5Kw :Wt G$WI,R+wM굏uc+{S]v٭?"'&\۹QIJ\bqWR/Cr@>vt$~.VY]qB=n?yLE>Y\_l<\kSN;l_ַo_ۣMӦMX)S̯})C E_l.jӬi3?f`#eȟ\_^RC ) vkX?gJ|f'>+O~[L``ttF6[Ef͛SO9պRuLG!_or lL K},WW*x3>??~6Ϛ.3}JjOvٽ?/Yb)/"gܒ=U|Ih@Qʏ6 dIƟe+V0j4]t,Ua^&`!0- ̾J9HD Xn*-L C_#/˿hHx\πrTO*[: %K .k1,0I-аpu$}QSb90- A ٧JHLCda*%ƏO^~8ߌ34o6;[௨Ԁ &bbsZD:ߕ!pjen~W,_nl5lQ}O4煂M0SiaOcnt)6ߤ )-`W|9EOO~m'mK:vǭK9vP%f9iZ•Ad0\,a$OiaR0d/6>_~kpY!Q_YƟbWK̷\.=dM 3x? 2Y %+q~*-L C{ϿܧaIc &;`c-t63Rf^12cx$2b=A)M7\TRԎSOoׯvѺ94w|MN0]v8J0]bؗ&X'w2Aˑqp7胷|;nYxճpk~n6h#F38id~s5Bap_SI29bg6nDpt)Kʊ6<每l?cҕrO;tŦIpM|RJVjȗ^2˗-#N8tysOU/| VEXJxԹ7o9>|rr|con_ȑfX/]sӨ!r>gpC]L;j4# %2+˕wۛbq=6^Tys½\t>~AwD߷ h΅.BSX;W`yg`Z0rKwU.%\++2%ٯw){_0n]µ` LxzT?1t;΍QQdzf#>65LNR2,l6m? ۊJINL T\[HO?ϑz'7h atP5^7otojZԾC{(.}hܹRB0V"MksJ.f~ι,fz(ڶ}~[x! 5TG YFH^={Ep+P5Q;7IzEɨ I9Tݎ!X~v!/]Q&!仜:t`׮[oٲe=%۸/q17Pw߿ aG!7y :'Mc`(xߊjh ^X׋~4ы/~X7l:묨VZQfMGyĕFiVO29]k^Z<饗zH a? o1*d0r_LEx9{9?xo`̉jM'US> we|t8qժ5}m2>E?>X^q`PqJR'+ ڦ aÆn|lڤI4 7].#I9 T?SpϢ}q^lBڵk#<Ϳcƌ~UEɤ$K;,k"-^urլU3z9d:;.1fM|>ʕ@)[5y7QFcŌ*f 2(VCn'[d[b*&4./\ ْ3gX}5dS(BrԡVP%3`qc +Uw]J:dv|W*uAʧwx=zW^y%0uMk[8^R^AǸ_isO? =`ri4sbyCoJ7%{i)kAתY+Zn7SM9~?U][ɓE6o 1&6,ڳ[Qx+&ÇpѮ};׮7x3<q1qWu'vxC _֢~ s}z>, $Aewp)`տ~%'To_^@9!uȱ,E*/ VhCq{^q[vMzuEb'C>Ҍ;@K<}ذgy*z駣?C|y\+B3zڒ2GhJc?)>E@goe; K9B. $rlX (*&4./\ Y?xN ̍{#Zhqf{g rMj"XG74>.x,جZVve OE&@9Jиs!Up+bCv@1OU1qy)BT-=bl%OF\ r. uՑcX x(*&4./\ Y3gXiۈ+aBR΅T:r mq%Lh\^ʹ*8UG`1!;иs!*dجY"_Dc@[fVC (¹V:u}/U"!͛G}0;3'̾=`'|]8?Q6) RseKE[n9{m+<0V!9(C`1,3#W„s!*da163/ՐM IʡRjr*D+$:Ʋ[c"QV()#%Z5+ѠT|!<@ [ntSTi3;:<.߳>VE!oKe T55kG?G?*P)Ѭ;]zV2dHTnm.Oyo5kF'CU$5*گLD,Zz^.gԩCq |?n8=z ^ч 1"x)Pol떭х^1^wH?KaS* Tbw>'4"4 *PIjV}%ZJ&QܭF/|w;]A% 8a?UGVPUpロD/Rzlѐ c ^[+U jkV{|/~j+ʂRV!?< #Co$_yJUmJ-%4 *PiҬ>G:0*^Jͪ㽍Fݺv.Z/P0i@]qWXvVǕ!|,ShRʘfUt1" ڥ HJA*=şA{Q@Pd^{ƙ T1"cGEo ݦMhɱШ *PIjV x* TJ42yǹr8^UژfIM*Ա;\5ހ\ׯW/z ^-~S*j'.PJͪ "6ʾ$9Af!esxt8"Ae#H@EPٕկ_?zQVP}W*e?*̀2y!&(E+`;V+2y pR2Y!}5md3 s-1t)s IJ2ij P4RP W$; DEV{ 5d%ja+FOBe= k\ZW:R1U@ .Pdz|PC;X|?S %mV=V^i4OwSlp O . [=kNƸ ޤK)uI'Eg8۵Iosko.\f=5 K:F3g&R#MEjЇPKR Ե708s=W26"}ըQyDtk_~֞n3 ֯KdNSa|зnj+.+{,ݗҷ DG߿|ǕXjGcǎ4_Jom&ӛ{ kiE7[x^UZ`Պ1c8&y2R3..;]M߾kzY(ĝk-⻽ɉ93Xb{)JnI६wwԲy;>~›A* /پ5i=ac.eS񻢲q]+v_xJ^BX. v{lG:tqpUO;H%۟2 >=6J\Dk$sv+} PDk(~,lbC`ez:oC0K^O ?=R_t k#ܼ}) 2|,X.\u7|3UO4IhCXY`t25m.]aUJhBॷV*~m~wK[~J[`[y'^^U¯{ffw[ݽ #;t/ tHO`="B/1P^ynh$1VEVcxt|y9yYeOE%.Vk_9[o? n?eԨm6nի}&ca KW{؂h^Z1G[}3x#󦏦X`=/1/cQ/]4:MKhoG2R0X_TvQł:1@N-!ठLQT٪ v]DvW5۶nj4mGBgqr 2Z D%K6]O3g?˿ ] e9j?CgS.BӨQ0b:pjtu 'dϙs1۶m1eSB#; ,l6pS,[^4kR3] .Xh6ndjQFp_1p#Eƴmԯ_`la trEf31FhGdd3 fy߮-^{Vz49 " .4[6 72miulݶ>ߚLv{.} ? K Gk`SܡNڶv+}vQ0`/\o$77b'Bw{zP_J&; Xv}oI 7@O5j`أs>NA*QqA_i v@r|۟/͞=gaiݚ7;Kt=5^` hFi k*LKe P_=a0|~=֎@͕#; 9WHI._pL]Zw3}^`]sG$,X٣7q̞3 *4}֭LFM!ujA3|Gn"gXqw)sE[CWC 3bS0짢FNic~6$ R!v@?L3;^xEF!k>F>OEO觺JHX  e%KR¦M[X/0[lcyyn3 kD J)k3i ,D JvÊ72z 0V;so6 {͚97 V4o9S(n=֎ڤXJ&}G?*"69u;h- 6WH}ꤠ!N'!; 9WHf_62\g9K ʗ#;.xyͷ| "mT: -`̕| rHw5f+0mڴ6 "Ug%+\ʬ?<\ MNsGKrHxlv@r|,Zt7o 3ZPacJ` WRNVrU3Eg0alj$eU A ª#08:q2Y}EA f/7;3) 2@h^'$\3dlcj`6;cÆ fMz֯WJرKjpSIcy +@rJӸ ?wIU+WFwBy7s},,iVXe`^?oذNd-DY^w1R1WB.ؾ mQ?řhZ5w^^HTq8ϡRzfH :?P\?saß0H=nOu$$w}aGn>^n\YN_~HYp-,6e?܋ q=}-!462}cfΜILQ cԨ  /›˫W?7`{g%. yF`Kla$])S-$ ~w֭6t4k(M t}S͖(_ w7Ay֭33g0{n+,;2?yde8{..'!װ5]v/l]`%k-`rg.ZʙYmn]L&wL·{ 1 Ж)9);8}16߽nƴ}wq q_&blxN{8qy;z|G1`'4İ6|/g"iQ}B9S@X o13fHq&iXXgixˍcƙEW/۵mkze) +TaRS4;&8ٳfY"|rӠAӦ}wF,_u^g(/|R|}_b bдmk|w:?wlcFm3VhT>fqwYHJLb9C;y_}};Ľ٧׾f!gj[ʮ325&z2!-~ }1a\evX>̱$L$|`}/W C|+| S+~y?k&ձ0,UB6m6a60gt_K/|I8:XlG1 ,6+`lߠ>SVa-đ̳aw[-RS/1|) y: r#6̲ԯlc;1~ٳgOqYrVtj#{|hKϞ5Ωo9u9޴I ]f;0SŎ,'4L8=1fv3k6շGCe+õ?עwa{ݺ.^K,14;^PQ}2K.5M`M;0Sn?n9pI1Q;3vkLaDxM]C!o$k>]b&Lq;^?RC6B~|Ĺ/ Խ۞"^p5ww!_&~>v@PHf|`?Řw nӃNs<_A?;Vbs~RΩcOx1xS ^䁸#Y66h HcGc{;9jJp-|%| ϩ8Ur7~x%_/1KW,35 jF|;蠃^ Mnh%.qf\c㽢nݺ_:`SV[^fuL{Xɒ6TaT~翸ٽZٽYvW.ݷo'K,LAKKK_g?Scxl9X;ӳWOsqp{U5k 믿j̙k6nHw0t2Lpx9<5?Waϙ3Ǭ_}vr> + 0{`k@sn0O>CJ4bW-R`JikXt\iӖK䎌?0qۢ-E&?/ͷlc}+/VL>J8n܏:p^UZcێ?}"'lBJk`ZlqǕ&q%SG'翸s -[0Z@+rۃ(qkӸyz*tĮ@U^Ï0Lbfϙmfu6[@~{J?},\-[wWhfٯ?]|"Bޣsg93!g`Ԃi/ӿ+VOT:ПC4D.Qf?0X'4 +ѨQ&TD~;ݞ{L{]d$*dn?<\//ZÏ`osǝwk)["f%6>ǽ z?CXyם_e1!ξ61Qm;8"uC D,/{CL6/9SG~ĵ{Y?9֮o޴1ы#^s~^Jro#!/j?0Fe? F)d`)N5Fqg28);̄LB9YwV=::i7o <8h`6w4}Ё%_+X8a{өP3zJ;<2 l޼1"b~־(LQ#E6|K B,HO\9}'_Sr&X c_5]Wqcb:gaҘJG$Qc02 YI.9{Ŝ?쫃oLs qujU})j,=mW%޼<(UD>GT,v,o-dlO֩5WM9Sv+77W?'Db޷/k(֜#:r>?/#Uo9Ս"9 ixNG%mI+輤1+S(W}|q3?Џhԩ}ure4O|qiK=ĖOq_;PM￟}|jؠɤ"0Ϯ-\θ\c /Q/q7~`}!C)`q/i۶]w3 ATU9IGݼ|rr{)%1_V5(|7{/\t|vb̿YhQd$*dQEJrǗpODCl] YyS)j1./\9#\s7dpO#c=a͒?qX$/]޸[ љwJ,P'퀗04yw3]&rܱ?8ki;}q⮏؊ҖƘOBz؄$b &C&Q!bYgȑh˖-?U}RKQHaȑ#z,K*=oݲCHG42k}3]:檋ȑ/3?FmΠ~¥1)0lV Jj?xX@[ iec(4`ѠU@s9GU8Ágw%g<>J5uq* 28;uQ],`RY\1t $4h?|u8軜6fٚc)2Rb_: *)W65n4 )} dUqv faUfXaF#₂h\0Dpax "D 3Fd3*ܿN]`{ԩNݺ>}wn?qO>v@YgvK]06|,b|]gI,|g-gG3І :PT4 i|܇rN|g3_j,cLČp|nUi: ?4rz:q?#<} r* .(*-Mq_c{z܅߸ruYr>5Yr1H[#QLo[%g4R18w̿s=m5t_Z+z~{,#8`5:_/Duci?"-u?"x8|hPW^y%yF}q:Je| jzC=}4FJ+b}A'"-m_ ӝ<5?ʥs޳_4:R$9@UѿQgg^E,h6|%W?Cso|bJ(Mwf^hwcĘG4"q8Yc<<⿥w^,I>o6aZiO?@&*b=ҦYFO=T F?X3cKƼ"xxO/C;X[OO[i?;bN?Kg|Pc͉yYs#ǟvS.X`k1.~2•ϾBQ&/v#yY1}K7٤Z#=g}L9㇌!?u;L @Aomn m'6扢R_| s̲m#MXI;ΙsC)+ϗmGy8q;XA~ ?833 Sӧo=gsr0깃0Ioe0u%9vHDGk0qNi9`3ϫ6ӧ f:|A {U_'NRErw|6['!,mߏ #6A|nێ_E7w!|| ʗsǟ}4:OO Mf@D)S\5*} w;u93![Nf`̙4HDu:r!9[Rܯ7X2|/F`'N8^}]r wc;mm̶ͷؒWQ|8F ); Î;꿥|Kswbs\|uœ^?κs6=ǫy|F?}I}_=gӥڣ%UmD9C!OXVl馃QwDBX0X<34yά.~?<.y\rhԧ-$}? *fOݓ$t6jJ}T|x98u*yD򴭧 fϚ%SNi?Nίq%صoO83L:vc$jkJuʝ z9b=6LbGHѢh l~ԃO.l0KbL|ӛ|":: QȨ̀>.=k8CqiNǞx|p>c,?~Bߍq/O h|_T?N'4><>k~ _|zi1]6ƈ;xYo5rp$x{ShNp x)Įkwl=*~ǰPteF㋯ꬒⶎb]G׽nylŏ;O<y+w̱2g2Hw;] ݓ~Ot-h|cYvyrd6Kw\}#=^em5k`7=XOoJ/wm Goc|3<_Aj ~ !&z|$?_kc߸\O| n1>1=fϪߣ⋣|Xy!9=\>ؐpuk^c:Uh<眳]ny3UxCy7ܠr)<}\,C![y{$߷o4y7 ׭>OI%U{کңhM* i(j]*PTеJ]!QwЪ:5n~AS"N,ڇwNW!ZGWJVL*VI8kڠ qsgޙs&K \kJ|+V3J#=7B+~rO:c=V~}=m.{e:~]xBg{WmF2VU=X{4A?!n,y->ȸ>QoM*LЛ1${s-j;UD9εJXHBr%w~ņ{P?q=|Te6|f>KH;!ƹTbi:XFbqW!Gvc79O;d].G>fQJfcRJ?|ǸNDG9Y16Ⱦ[|KeJskߔuI9wZ|Ga3ٵ[eCAטUoZ 6ku0Bl5֬Ovg}7~׻eB㣽Ժbl62k^ㅝN*ҏ uwQkE٨6M*5滌1<>C@//=__,~ƌ5ůs:r_Qi~Gm.|/\_| zkʾ?cOq=DG±At(mR9@χ{j[y|u،gT,}Z ϊeu*mEV;x ݮU1fgG7ƌ(/EQj/m\x-;d* 7;%z|y=mtqU"~4:?S~(n,z^~J?,*Vyqc,8Gg!Y~S:W2c9ٱS FP%%U.61U>oأ{*1*+j\H;F6\uj2Eܗ0H]mV+K>W;BI*KYqtl]V'4"2dն'9x_RJկq#>b 2&ҒwJ D\7n a204_mBYzז8|k28+}׬Pp }OY3=:C5y!H}M"n+k3l3?,HAW93Ӱ%/|;`m,sqj /.|z.OZW芿/"| ,93m34>bqLjp!.pw1V~0^c5/M?x׽ntgtMS!A?P 5hqWM0׽u.g+X J  gEE)9'k)/㶢b2E .6.>j,݋޴W?Y5;%WOЗ)7|4}7 *w=3cw/3r+!1U|LmPn ^~ǽ_NשŝbHæ}3h kY]ǘת ~7GES&M]wXQa?})=#u@C; ?vhHV-Ii|%w|\X\a/{ҏ7'9_mt|M Cs/<r?uc{.D_3\d _ZN%wNGǩB<^}xLv;|011,A VυsLc|8ffZ\md)L$Dt@Wh;#ͫJkm$y}vbZ^X"8\]heg3eӿimo Z\md)\e?_bz\|@ Jntb+cL"tuc 묧n"gń`[=EZƕ=|!_+hlwbѨ;:U*>u&^ s:eގ^~pus;dГ} 챖9VgGrOa%sՇZg9դEtH%eT0@?$rF0g wFh#9*ٳľ8s׫)=O _wu_u;zFa2h*}/~Sβk7M\#>z@o#K\4Z!#?q%gXb-6}kQQ&R(Et@WHhQ>Fn3uRT?я*ײ6@ab~P Z6+pڹ}x~>Wc>~{ aYW,#~5 9}tj*f*cӿ+~ԇt.9g^s("n:VѫDzϞko|׾}Ce9+x%o%w>e)7 Q܌VhZBUae8u]K1s+e$X\Y>Ƭw?C NsZ:T9}܂wp`ZK|'Mou^@qPc4?=ͮ9_GP88ïK8gxeN4++63!m-~{qDFBKҎ ʔ#F QkU[. clq` 7`HNNDEMS0u٦Sk`-|Jl4 |p gWs]s#[_=9.H`Ѿ H/$-+~&GN'S:|q'ZJa,Z}ߏ8{Msq$=~ث C'*bq!Ȧ3?a3ɔV uA5T#!\i0n&|)ETY~܄kVh$1w{J`E,#HKŃR:D+b7?rFŃ8cc3ѮH4`+e7oqv׊R&UxǢ6>W,X&7A2sͷ:6k_Z/|zlUGw] Ĝ|F~\\_98C)/Gܡ$Xm{_#hE_l3sX@IDAT{EgbהjVm疛:׃*ɱϾo.tr&GJaW[H;+;PH|M`x&R]WbV~fϦnV|?_dqG=!Υo$RpE#T<(PIl1gx1*Qr:^=n೜XoB e7ru&Mлq~EJU)]|:,VtO ί"u;&6W c%~1Ǚlg6{*$ b=C6|oP}$gkA]艟z7T\1ޡ/c|tg{?|f#_:-cd ?<|,"w ?_^"UcL/<1Vr(6E~_:1I.X|O|Oi~Ml4J|O׿w~YO&4~6[sI!WϿZ97ޘv—JD-tHbykUp/Iw]+z>|#?'+u!$~;2o<~cJHs(Q`{ܻRc@Opʶ^ľظ43}R;]ibwč9{_Ұ͕X_,?č_iS͕c8':[D|GwIrZc QmP}S`$'~U#n{{bј\i0v=ssnϗ TD-{F "aēO;O9S[C ʾqל|vќkQYyI';cR C;q86]Oп5嘑i xzT\M1JIǘ!G{j8fO|JT>w,e>&Nac ỏNwc,gz|CZ$%{|{ju:Ǚ<`O{S]qOe||ިuC$/B A[N?cu6_|qSTa*Y#?x_BCJ.Cdm.T(sqwN1ޗQP$m 2N?T#%gۊbb<Ƽ>_?=\-/CaobJ7? Yi͝,c_n#|V[m9/| %Ԯ6`Q9wd߹kin 9=Ic&9~c{#Guޚ1k_λ4^Pn ϠLp~E;1}tӝA4'~RzvG0?!%L1Z_vyױ{;H`D3ET܂my&iFXm4LqC/S5'&ZP/;kؽhb(9_3=9Z[evuٖ/bJTd1_h'^=+;]6 H%H0fݧ>vg^QcwV!CJA]^mm.TAS{4F"ߑ3Qs3c=摞0}|4i|4 Υ#1O6V~VZk)AZkuU9rP|;&$ no/qGcrV$ho8TQN/) _5jw5c|EiAM|o1Bu!~kNVx)ª?.TCr|IA ۝(}G&.;96O6Z_7"? I11<:? ܮT;V=0 TzːQ !_ (%)gUl&xy?s9cpTw.9c=39;'G0~>s Dwy]s&W>بwީ105 VMDv״C/lz[~{[b;Y[r= 'qj4u!ӎLйba:=y|q_\_|\G],x|zOθÇtwv$z76m0ѬPƘ'~ eHc؜;E!IΘ7=9rW&)Jÿyg89~`N?/rG8$p|%qx|c I<T_$w#h+?36 ~܁??|{_w.s<t Lk/)|V:KyG>/hg ]\G@X gϼ}+*=BAӿ$T?o|p5cF'|~V=Ԓ-It4G~pe~|4LaƆɒ%ՊE/iǫovm{4nϱ=պ Ti"wX c\mmOsOw%"ϙ6!^{J܅篮|i>m4^ڡ/^t AK/~n_|]շ[aw?Iy(q_4H;VL.Eha[,\gx܃*㼅fLJ"CMQjf 3ߧ_X}EN|g|,|wgC2.H6bR;jz{O}i= pZVyPh/鐼m،'õʹ͚t<ɢ9>a൉E8 Adj"&ZZ ~jIm(x1*}B .j|kJ hFɭ~ˡmo+~łQ"=&~j"aԹ\J;nxNB.};AZZ-3!$-}W\i0FU"CMQr/Ō ՊI "C[UW\_ hRr9sY.I:@]Ke&DC|/*DgICe@VRЌ#T 5/q]~]BAh|ǵjqOzBd1ԵZf4;KA_4BP߾3gV; hF*Dr *4WB]5hc@ SSUBSWG8!5Hh%RGDuYg?*ePA#tv.Lv?d13,S>o<>v ?t`u-/a.`ԚLw%UAhQnOT7| D2LUy4 *OMʪ69b~M7Pd%(],1BPqû6J 545[5jҎVL7["vciAP1&2Ԟ|6R5iW%K\?jڀfhu}aV"C-*Z! -g_=,6LzBd->+Jx a8Bf "YGEWIsϿ/!. ,??|;^= t>ĸd|c T6PGkrT_xzˮ-Xhwf,B"\A"6 ԩsJ}uw}@項YŔdNaہq"-YZ]ݶKM0J.T}ISΈfr&k}39(v#kiw\Eǐ|rΌ~z}8ƌsƘ!׺g--̺V~?1ZqsRղd#gOqYciu X8n\vX^Sܗ<_%" [)?Qu \VZtaǦF{|Q3Ju9~]}֜)xQE}AhJc CpC04YjхH@SΉ??Jc N:N=)_WP_Akr|`Bo,{pZSƱDxibtd)~8_JO!JtOR}e.-d{s(SsިG-cL}_.ǜjG?\uW^_|YHB믿^}o~ST3~9Ḵ3a}qG/vLH:H>ckr'#-gM|VjvMY9>8&R_/YDE/?T2mk4<')(hyY'}5m‹=_^WDU#4 X]vc!HyG7%/yIS4Y!R+QEOdSzc{3MN:N}Ÿ: ^i%+IʦR4a hvS}%};K +&)Q*^15=l|(,L}.\y%|q{TI*NOϒg?Mo~sĮ?7և|s47~0|]丫?kwxv9 {>JY6K_.A/@s@B,RGb[|kPW~_Wϥ^*0oyyH(+7l T7/`3o[K}g N-@J 5UT`i-;$7IO,ŪsZͤ^{$ t a,Rt_ousԠey{-V@cĜzy*`NG1G fG;$:j(!Nc/"& &. o7#М1 ?A޺ڨ;)EM<.HXK먡Tnz1gD,6h_^ouZk)=[Ǹ=  C%u.z khNvZT:Bx--- o)DQ*7iEq 54S $zߐ,5H1 4j농V!1H(^ZSf\]! t ! ֏/\}oBXTӰPNe a ,RV!,g~waHSHX$SQ̨=X(ENe !se/q rB,{ĝuXT:j(!K?Br2Ё;@ !KokA<.HwS͙M7kuRr$D:j(!?o[䞢2k'W1mq@2XZG %¼rf]tS6a|ڨ,V!D垊fi jeq /`̕2Ё(XZG eŢ.Y$T)ُb1R#ׂܗEI M9cqV!Wh2K먡T.UՃ>蟷8g.eOjWr]c5a)|~@aFy-H@B,w}<þ:>֠>Guxh[>JC?|]*qi($1ƾK"5$ T_H AOf`d SHHuPB**vE6 i* :WEB**ׂx\:f<毺%ZљS& .!e `i5%^>/v`@ YoK558BJy-ȁeyM7w֬٦:;Q]}vHȂuPB*zn 4726R?) ۰Y'g"b(P;8b1P|~**K,IE rGokA <. N^ܲk;Fs*}woq@B,RV!riz`2*Z$ T`i51}5AfB;,X Y*תe(oU?p˗&4x@VVd*%~<\xhlt_5j"qk?<AWn&䗶iRUq8_?' x]9~hjN*YB}j1Q-(c^I*^kok\6gIX1FcZ>x_JL}T}ah"f;Sy;#.ZE$u!x]k%%wȂWa]($>*$\_Eqg_pĢÉ2>% @>7#d!V'ҮGZ&q|_38AmUdg}b㿫,Lk5ZwY ⋱fBADh׏֢Y4ީdS n? E;7zW|h?,9/rQm/:{h"o^d2Aї7J5:ieًpQ&"c2猎ۏkl %E }羓klj9Oiʬ$u! ĸo1_KgV]Ce..ʢpqXrU.׊ʵ:f8=}_c;l΋g@!rB]\-|_rco{KD:O^5[j5jS;y7q CL v^|4zyNG\ G/G!s6 !$c;;(NWنŸKj>? ʼn6!1q{э6;{;_:h%k֢7 LYg͚Y:hmis0e^=q;]KTv pQF :,Tkl Q6Urz(g$A lj%_2kl %EK|?܊"qk.{C --KT^s1)tu!L3 ^$Bx ]\YmY].&Lc1gl}>~=ALs9}'b:Ғsa߃?tƖ?|`9|Ϟ*P܎֖ߔ,: `.xrR-K%tw{Bjӊ=1n=ي{+3fE# +򉿴ϭ=&JfBEʤ?}g?d*]*3\c/i׏>%;E_뵾CieMo2h=Z(t(_@\?&Wp.1qBq;d}}څZ\cG|ժ:wxp2!;_d` %Ll8QnVA&h4huy%g`%]'u%$lj{V)+ڮ,8t^Z'"{D׼ZUI>'5}vmն8]$L_j;(QoϩJd*ЗWp;߹}sO?f?Ӓ/a6~)ܯZu+qn߅m3>5|ہ~wpR뾳M +K+{VV҆qml)BA?W璘~kTY'lYZg}gD4 *_g\F@?cov}a5f3ou_~s 7|yܗb$xu 5K'ji.W*ͿDPL0;v2r?]vs-5ַ4Qm6cMURv_13#gT^e0c=%w.2U7׸(~OooO Ui?\r?2BCc;[$'58BCyv_@\4@{'߆qǼ9n]߱۩ζ߆_jCylV߆qGݮ}:s_JI%U_c{R_nww9@0z:k 8'hfϩP/~!xы6GM mGs_!++NԤUHf_T=[w.7\(ScU?og.WYRs]?mSS(k6+NԤs3s&K?!fjH^>YZ|XwɕtV2fOǍ;A0=Ve_2]&UDwE#3T ɾOT@_l{ʼn6HwN3ݗ &$8Q ?Cr>(E7u.s 32 _tH)a,/||n]XozѯOʋ{{HJc]6^,*t4M&E5ۻ}v6>ywY$T:ժF58CG?r^eY8__|二 5_las'InZ} #s +U]qǾoV=7="C ?p ǟⱹ\:Y=u"4&ǏȰVǗm}}G7y?^}!,ql)//AK`< >a3~4Ng$F;.3ՎZAI#r!*]O?.b 7&zA컿z2pԅ月Zl!.0{!ŝs;H]$?giA-৓FBT?Զ*~'6]FK/Snt)W1;r|3!7,F-9iD.Ԫd +^)'tbh|ubPݍZ,@l*;-6-_d ֝4"]?ui|qc*?09'ȅEI?T['M8q҈P,zmN?5i8i:@ 8q=qp> >wx۟;Y6rKSvaۍ5Z2#94*^-baHB\_{#1 }r 29{Ը^ek/;[њ`H;?u]$z? X; />:ӂ z,^Wdv6`c\޲V6{RvCTM{Lr}w l2]_: PG;99)X\I[;`2:*㋄7L5ل A}i7xmds2;O9s0cl|l:h9iN o@(*+_AI#r! W166I˵|Qol(94"2NT翧z1f1&(.zH P9St\}@/!!u'(2ƌ:ZSDC4ݗN V|c;}iL#wLiytKe><4:>jOZ ֝4"<ַ)x>[2w+P(r?,yi|o[fs҈\?|W z<+=\ɯ?1\gF쿌)z(FB9/TyʊS<]獅4y :Y^\-bhce! 5{o>`~ /zAI#r!*]Ǹx P}<{A< dc?C2>C=,rZ':1(9'Djymmc믷Au\⯋)ȧ}õ[o~/"QR>.'o~u}mqhps=_fɗsJsF.Sߚ7ogB˪Es҈\q$m0t/?"~g=$(UE_|$7FG4"?ja^/g7]/N ;/!pǧH7hk:2H)DZٍ-}`uxk\wh@Nc ][e 3E0W}ݲ= _HE{-ߋk51#DD##()4B{PW|_㎜i.ڂ-[eY$2톌8眳}L>J.L}߿6(E1D)#U!A 9@IDAT^F_; /Rg~i 6PRvil%f4{urK N+{i}i/I(G:2Kp:ζ=UQ=Ҍk85[[eY$ }98!\GkC>2[Ψ0GE8#Kc3lMQ|""9Jܻ,{w9@̥Fh)Fq-=D7ʺ]bF{|BG*KLcќnSmQBކȺt&M]Xv'KNU.-:%6c:QؑS&_2E"՘fG-Dݢn1K]ZuGV .(mn1ۣ~O5" +S1_olVbQ8^GHGd n^buGV9#J.^$/mkGFPRvik㲏\$2LFAI٥UE"T琻|o2Q8#߹Hd:+ J)etR8C^zdE(#tdhd8uYGVef)$БW[[eՙ1FhTd]>0yI}f*c|l}gT,uu*^d]>9=ԥY`]|>cK U^ #6H UjiGm2BGFK;찃` dݢĬKK.KsΥzv׬T.waq/a U!Y$2䤢Q^|k.|O`lyCS`=b!e2#+Ers̬ٳRS ߐK/.եT^zӈ`Hm2BGFPKGgX~vx\sϽO3}Bhi+xeK!(֕rzц2k9;{9sNs ]LNbE!U&w".du㥋XT`㥞.tt0B6ڤ??2su҄j#s2̶xh25 ua%x#nh;NќQ3($Wbr,ϵ&~A)gZ 8'/FA-PjKi6:B /H?~@0g۶t->@[Ez8._?b2$k n /Я?KO?+iC5 ~<ץ#_:L+. _Gv_)wiu՞Z2r} P\؉@t_r}Pid\Jݬ ;ٴix:(U5עW:)]؉0jlB.biӶ..D >~a6hQI:B3jĿ"3.e@q'w?opt[tP65.}ؾRLT|Eu[+>g\iaŅEw;LFwiut翚/tOsW?gVBxJ.{CyesDL4_%׻lm(ĹZ+tnmc:Q<yLL06:B3<*(U7׊tbqa'P]|nDJU͵dsDB Q*%Y(-#TP:HOfňI3_czͷ袋|ǻ 0?R,y~WOt$gL>Y=,'D}=܏.* ^E(~,1eXǰoߌ1=(#TPcjs] 9 ?x_цw՘aךp!nyki_1jld YĢ~n&<&j'/+m߮eQi>|h?Ǿ̛qm%E[ 7wUVvigzdogȣKꪫ)md\i⻉BDZyU{ Z(b;ňvYbym[o}F3="-FqWw$5rY=.DT,zJ31|Q:3".PomY&עZ?SWh yK71zW-`H()ׂ8E!ΈL@!Z"|GE/w%nRyL_o}_Ķَ=]s,B >s֊6*C A"h:EnY1խ|oS^m{LHhnt_/vKjѪO.rȏҾ%0B~e"]w'&#4𽉿V{ 0 dġW",i“aߚXl,qߴq1EΔCsY>.;S :y3=c=[iHz]oZY{[룐HaD| %s"yg46myH30yrċEJO\mQXYLXV]{u8t{ r,I?m 6 m?X=/GtѹM7[n 2!1Xk@-VFZep3f6.ÇaN Pr3ѡcӬҦE;TY,]dj:`9ȀS~9>ێy'搶 6C,Þ)=c!3wE6Q#pA@1̳Q> [_ǻ|c\mV-~ޢuRT1Op>p܁yș;|$nQ#}P"F]KOlgO=460,2xQ.rzd[B0Gwd"H-daay]ޙh7b^?>tup^׏9z;8RWyIm^G %y6Z}Fs9{a֚"uuR3_i?DH53K4Q#ok[Yأ_0V3Fdcey->xQRNDd3L^7t^cRÎfS׿ct-`ijbRino:q1fʉY] qviХ&dZN|u^ko- tڥqr%Tr/%= XڥĴ{Hp )C7nk]JXV?"v-j_=D-\B*˞|I9b.IC^u-vS>v#-_C ԧ#[5DssO [bה 4o~v=~?џ7Mјt= 5hF8SF ۍ9E2)j3PQO6'F*zDlԵ{c`'oڛqs~[n&OL_Y0x`nL^Y:RQSDm0}4uek6slCKƿ,[Dm/<{cnG7>PfY1D#Y<Ak{٠ cY)'F*"x*lԹ %й%RQ0[kAkKv !.-F]K]בZ=1yvn]SNDTv7 ϧL Ox+vUN[ORP5lԵ{G H)/z)+]%45M=J?<Ig{6YDZlԵb#eˀG]_>\ ΔQ#e=v y6Z}BׄKm瑂QA<%@ 1$Qy>7Lȓo`bw0,vRUNTYڨ4 GKks>e~"@~#? ϗ]`UCPQM)Rt|Nl辂ǫi_Q%E-0O_Wi o3~q|LL_>eT~$g8J){%g5@lΌ3ɍ$l;u5w6<`4uNÒ2VY џM,dB 5be0>d9NDrL}EKPsrqhc]cƌ mI8Wdoy>Kx܄a0KGx c 6r\tǺF j^Z_7bC,,2amqTl/ޒM׋H}5:Q;6>> mwĉ]uF%>КtS{/ߝ)nM`ۍXWƟk3>]C_^ gu3U %u~aI<&u$ &).jyVX#sU$D'U"&NeDnI(썘8e%1?r2tk~+MoLqZ?~W'>3y :/x_r]A4?Jԏon~۹}F3Ω~ 7&k}场F|nW 8ׇ/qF덿Syyy>zEN0RzsQ~nf7TV:r5G ['L@V8ƞ_;SCwpT+c9Χۚc }7ؘqjg銶,T[z8m{>e|uLHjL^5b1{Ĺ洅ė5c5X[c|]e-cb:a;SW߬r1Gvi7cz=l!|j_Vf8ӄF ZfM f_~cK}5}ƌ6yrF]3^8mtncǦn(dYG ,O4L?> {Ʈrf" kۮ!ӟAjϿ>s5Ҿ}fS>%]=?``#;h*t@cb T? 9P{_pׁfs5趻1Fur!}o- \l7fJakOxۡa0vzEf*3ݙ϶Fߣ|eٔآ3Ec>狶˫<_bc(I ϟ.,8j35ƞ7.Zg{!smȃ ~b#/5Z P7]U}*P7obMcVl<ELg#G,ht(4c=_ƞSP.\x$By6 ''[o 7SĞw$F[M7%yӉ=}F9h4jC; "S4'I?`G폫[ wdDXL  ĝb/qsFza`Qˢ3#%g׿=Aq'۱0~$&~O|jvc-GX1zj(Omo,A>2e$*ǝ]BwgocOzۢOß6mZ8Y#p"vm|᫋N8vt |k7џ=su #8s#vLqo֎hv(ǝO8v'?msᘱ?s4/ڥOiGNd_Esv+dmV+ul'|͙Ҏ@|gu6wEq|?>L}Ӟ+cg4Z&ut:=0M4}tk91LjM~՛e c}?I??chhE'Shaab08zs X`* ?vn4chnBHď`Q/s:%<Z(ŏN|W?I#6k:Ş!P~cqX?>Jvw*Jq˚>Ic Nc|I_924?-拍;9cZޞ87nE+d#sLif\a1r^cOii'qkjR|Uj(8 ǝi>~\x 4(7YW?j[O?=lxJy8=aDݤ=vep8Nζ[4%gN$;J>a F>0N@8FL4`}׿iUwޒG;}UZi?o9a[5hñ+>C1f4;Eğ!O3g3G{n9 4PCq䱟!b ࢌoI- j dk~tLb$CؘPi4n い ÿ+C|9߯ r&AvSǟ?kymAyDue;;"c $O?zC"}DMB <=ʫ ~j8o̭O-羶kE|Ubz3Kg򟿁̿k?B(jvqyMdKz?3np ⟏j;kLca3~KWyDӃ]ǩĝmx8=|RɈv?xZ:N::!gY6~*o. |Qjg8s̰w|o4g!{;绎UǸR|O/09'8= :g.vSO8IWQZy5P(l Z /)s/sL J1%>jD9P(l :tn@ D3y>qgہ[ 3smG-h"'J)\/0 kE4P(YLwNmtk}#F(ܬcU9u1=Ho]r3,ԁ/"aXCX%9gױOYsjc6*>B:V{Gs?N1JǼ7 cllSdɒ o#͏rAJa#Ҽ2Dm.G%K^w3>/cTöv wsm|^?^95\/|k@ ~,覛 &k?i>Fl %T\㮑_?@b/6Mq ̓_U-Bjvs*mU?Co"8h"<H(WW8d1v q\[AC9qO4s9;ofFqDcACՌYkBA$~Fۻuc Jts&o3BO9|.7dd?19|uX}_ByM7Cۗ9Ά:د!H AWV>췅t5?ؚd0}Rx ~lkEEq#*U)SKbi縿̕Ƌv,QRosPyg@i=>cuޛs%k80E)ZՉtb?sDŽC"mrPy?eWG (J,.rop0PHEM^.~4z2~!7'::2-ͬSpB;٠y7'g Q-)0&j `?(hv ~_$SHY-7Nؗ_vE'#eZI8ic$q鵇}fg۸?# %7|!$@j93H^į9c >V[һ~wsE? \E$7OT@D9O=(2쳑4V 9</Xo39Wȫzgxk>ӱ*G`2-J|iYڮ|-@7vsB)gl]vsM۽_,~o |~OlG/Ɲw3] }q_ Ť(DK;|?$n%gv9(⇦@:N_~M*uq='P:LsL̙ }}{4VGlX~R`pCsZbSdAJ<}JXq6'tD9I|KiL_E#s$ vĽ%Α`l֌?DW 1s;\[L&,WAг8˴H6<y-E|v~/P0@`:9yȢ9r{ٗia@?S]ތT 5gFא? ~ATJ;|kPs&4JaQTAK`2- q9<ߋfv|s{Fs)U밞-s;e5qN|9VżL ҉1B믕5(`f#rNMGwfD`ze,_vu=@9f8N5I:Lok'vHbq->viB)0V@?3r`pӈг`cA3B[>} -e2 %ezkz>6c-^.:1g5GWa^+a~rq~O~n>㸉J^w?JqOΕ~- ޽{9`$55M\"/K_jJ;0bj&5#P]6cys> zveNJ ;pfkf ҹ$z_N `iL_E(O݆0&.x;B?n\z֟\Wn%DBYZ,]N0 Imϩ/UjL Ţ;\m"XEu'* v+K T/'pfdy~iL_EQwow ~ύ)0*Ab|>;mhT$ʍk/ӢޒN֍N|>(*A3J` t5I\&HgY =].5l ~x(oz'-d9K}#jfVy&xEtF-eSǸH@,P2 o[XζLJ|W)'%|đ?!UY4g|G_Lّ9jJOU]T y~g,Фp MK0D6; Dp_9%}#ǿv}j7E;jΫ-oxHi v$<1giP=_Dץ!WB̭0Z-l2=E"4/`|N>/w tWaqĄZ!]&û1qJ.qGɠ\%N/joeia%]rO~;-z7Ӽʯ}V@ ҹf(2o%G{Y7؋,>]F[X%*C/+)GqNrzX3#k|n%?zNU'sPHJm|;T=/YQcd҃v\(AX!Ow$aqt+Xm9F*Ba c~&gdV"ZDkH}Ca=>h&Ώzӿ_9X?J{gc\6^+Z\sN_?:&ڎ^ ۙn0JC?"ƳdΏwn ?cct?g^ cnIbeBI^) GY?#~e#zS8;{駚2BK$O>h ?}W}dO>0D]?mZ{yC=ԯe(Pbzhlc|g:_|oDy=t|#nG`Tl_ֿ|NBޮ)y~Nw:^+ki!@K(Ajl]w >=@6+xŁ7QѩL Ф0^>=.9f RG" M@K(AJX/c ~(zH_w}+kM⳶fin4ie$5zO4.;$jASLyدB~Ӓw5̙3 NJՋI>L1.j-Qg6`. %uK]AX.Q$-}')>Wv+(rRR#0t0$ObW^8/M ֌:xs$LYv|Lv c VYtX|+Lam&-Ҹ |I0cNK_*72o)),s>i^$|c(;'ĝ0%Kms 딥 A´˯d v#!g kN#iNac0we|ێSш ~Iy%ni2z=/̹뮻J.X s=rN<6[tҠ:P%}:u@;d[ n:F:F;'31|`%r3Ps ٴ}S&1sH~45()oyo ZeD}5/}[3sfW4aؾu< >lo9wٯuTe(=sdl-Nl T_@3l{#a@ LTD{~]WVԹK'gx/5X׾5tXdn0qb6h?aGI?gΜSO k{8PI 9g$ ~dڧ=?-Avm!hrDqy@rk6uY&FYNbivIn#۱X]y_}>{Zc}9O(-B3JlFWUrG9DsQ`1-m4/I>WO) >2-M^6?kk9($dϵvhs;;Au{2-<ۥA7<m~+c>Wj^A0H*p-Ag}DJ۾v|+1b{0K`ON1=[?ĜA2ݼϕ. ׉O^;ڌ"|'|G l =H`d,ӵ<ʶ_K/W|W ؾ`jhk_\jl1lw)u\lm.X>D09m` }|.P×?]gc@&+9|noa(pɿZt˨Zs㞾Yȼ<1'NN9TQqo|,uU|q2Kk?=#z®|QI7^9ʲe˖96ܱ Y[<@IDATO}?J?h}GbaR S&en2 zƽŭOG:;̇;P-9)R{.%)qm曻ft?]DJ/rwĝ׎$ r6)A0;&9_K!7џrs Z|ΜI9 ~GT0qs R}_}G|wmi3j2w.0gn#iuv d/mo]-/|Fud3 7cLmn-G9{t#' ? 9rc~GT^ ^4x;rw?6؍k/7j(ޢEɏ'xэ,cCv?u]|#=Y)jjQ7rƍs[O~Q$|} ~_5/]TA$R*|9clƛ8zHHl]ʗGw>Xc8z`zƗX%u̱3t1۾מnK:׾{돺'\Cn=ƈk_OEM~/q5h'jq[E^[ڊ); k{)u 7PMw3ꖎ~-&?34VaK9sd;{Gs~W7\Omg'6x#'.9C>~;f?PvCY' H]p%gtbQ q*v6OhO&=Q̷$}sP.O (k9voL%hn_BRN[win|^s;kYPw_I#)i9Th]H0w9~ZHΈc4O]j#ku;})_rKxk(_P)}u,vOk/,dZĶ\9Fdo9ݛNy9Fڗ֏'N㔮yc9z#OE٩5SZ)\뽻=Bv;텵/ 4'`l+.O06L\Ⱥ2+JvȮ|lFV/p8nƋzyBou2f[5=t?ѭXJ5c\q Sp'hwܥ=_ߋIw7vϱnѻaCk'52`wk=Z=o=#pGqA\˭w5$3􉞕9';z$k_^} :c(r/ց/*̿s[76tkw G:׫m:׋=s^|;]Oz枟>mEPozxt,Ԙ=ɏ}MyV[EA9uO~w!/>.7gڗ{2(ϧmݮEeSNu3.Gاs/q{Xһ{tzx4OHqD>]=\^Tҵl;Rkqyl%sϣ<x_4/'Y4%r݁"̶󽀑tOA|Mk]? 4%GYcxNF{x } 6pÖ^4uYkZ%t.k_v>3]iX?69ې۽As ۗ:VH>/'j_Ik<-R|$ ȾDVt $eDit0+ky+5 (MoiG&DD"m/!ӈ胧Ç|M 7S@R91Ρ=UQ|Q^ZA$V=ͤ=ɓv17$m0` Qaj?-f"5g*]b?n֚mCΚQF0~>u_ގ*kXlY!abC j~L#\_i4+H/q7>X۶ht&M$ qcRǦ܍?ys)6XV=[L$oK}9y:Њ")-b;B,x>/lcjNN2w>6 @4,+;9ؗx<Ҝe 燜1A߈5LN4Q^cJk5g[3((,u'_fXewѧZ6(89MְsRFHFҲ&qZboY9熵/ QցoH])kcw_4΂Di,ƧecYX8," %DFLs19Iږq6,Ċ7JH$J/ͿuZ漥}DΔC{l.t:^[ۭIF i4DğA\1702` QI˪KvGkH+#wut8L}CR&|m& Q^~Y4A4ҖR'i4{sOjSOՉ+'7R/ox/GXkyɦ9S<ýXg_CMC5eYȿ''Vrob1]KI~k榣l-X/h{XVu[d8K6,HF/XkP#t=c2 ͆4,[lk7p) 7_nq$Jye;_nTzҀDi-Q%g$'|?bĈYg"xJ~ 6>R!/#'Rk"ꪠϯoZq.Ukh#Rk eˇnU@'{I5/7^ gkh&cъرc gf; 30Dj-@|{C.XRfl;˫=CWlWS`yJKҷ$_۶n= q_yPZh;.lcWbbBsU)|Xt"z*-]=I[P(Y6g| )L#Z2ѻ]z… =30Dj-@dhnOo /gYQ=cŪ;"B>4\lgazHl<l7qޘRrD[!RF9&^j~׷1EsU9Iay)g=Wy?[[׋rjM JVi=++/keili$Rk e^"jkq_~YT_ %wEU9E F"2|ww>?1t?ku'Ah&Rk eWLy|zrP^r%aY)ՇtFDHE(.g2.zT)S}Q+( QU9̚60xFh#Rkb; ?g#QQY^F #O"9/%1 Ęe0Dj-@dZZ[yCN;= y][n)+j_l 4V kdN44~?|oBLm>:̯EkVg<㾓!EY]n~qPփv,lϐ4x$fugIysv&X!i$Rk %6fQRty“R<eDG*>?RWAV|%Fim{L__G߄k'NOyY8w]- gmb^DܖwzZ~lzeKկ7\^ۼz_~iYd7k nA$[LNLީPD~b/;:roϚ-_܍X A +s㞈H/w+fssUDۚ^Q%4LW\rL+1ߧ?>w\zn?7n9ˬ<|bHm>SSݬYo:2}>N6oESP<(dy)ˍtsG9gB5%)*5R-9ػӱ:n94VףO˰x<+Qgѫ0Erf}6gsKwOmy~\byȗ_ާqSd[|E[Getm|C/(y~|l4%;}o5tmvEr#]>Ω)l;h[I~"?R/Ss}bd;GwhVS2h=ֿ7c)h3|zi8$|V8utDk_>'y-sMjiYD~ZMn>1Nߤu̲:o+YkGKmi#ooܰaS1uʬg;~ٗvQf לwD隒3) { F=R^nb{ >lqȚGo Wle8/_ۧн7gAtk{2yh+wsoy}ᥗg%KJ~lH7p.LJwO볥 cQ_}^⮙0yt?i#p-F^|P P24JȢH^UekW)9Zs˟?3gR<6`m(|W_}0>Vwܜsz.0U}0\Fn@w}UqagϞ#9z>ύ{wlq\FX}RXrb3N>d믻tlx1ZŶF Y6C EI 0%D.&A-R)kʶ ;!ӛD**Uax1#?ϲM^tхΗw׿JtJ>&o̒!6ۺ{ςc\K*Ҍ]hDEwP̵TK˵*]S?4D(!EȒ8V JI% -DtCb% D D07A0KĹ4z J"Z{t." N? ΄,Or+=(1v=\/||M5 \ 4Tդrb]^&)oN,R""Sſti(Ō @MI% -DHwׯNwĿAW̮!c[Vq\ D忍@bbfȪbpHx`]CƶHucIl<Xh*oΞ6pCPw+zhW=]<2bx:~M=F<҆^nu^[,D#=qC+D6 İWU{Z}t}s;c<ѓSOu&Nr1V)n׏"쳏{_9b 7N# dkoho@z^8 aYF ǤZR,|h)eן}W[*tvgzK/[u-x9Z?pl*]ל6mĨyƿ^v:>pfĀsp;;o0,\};םp"پNOuŸ ɜ9 )$?1g~W^=q‹.r*:޼ t'>4aየ*+tg,?宺*qy9uvy 3\)VJDqEYmk\Tb5}Ѝ Ug遖¼w|{kq~QondQFTQr"|T_|p\Qϯ;Sܯ2x|^Cz$j?^ wUA{Tvm[D$qz&QGd] PV'@8PV?bރFh;4VOsw}S}: (WGQV ({u\p; |pm UM^E@Yᗇ%ƧjJ!^7 L(JM$/2dO{Cz5$K1+СC<$8o/QG}<*|$e"7R{qf̜wHc7w&jo_ `EKќ[0zvՔ)E+|;%Wh *& m9VSRVņ?#5Jv݉nv:pOYnp.s )3.]>򑏸iӦ4ve3:qڥڞJuF l|BV4Kܤ )BdnyߒGVp?߳I4NO>UNl|6h"rի7VdTǿgcLg6bcΩ4P~Zk s<:A*EqW]GG0/=;Vߎ~ß-LFg'uUWلn-6woۉxq_[j^~Kjӎ?γ^t[nEGuk,!2Yov~7㭹ƚr_5Wx#XYi!4XC7~i#mPDe1uih_?f%WU@隹N>M0[c|ۺ+)7?w:L¿\6f8C? ~/z˯,hu-~T?]_ʛd±S{?nޠ9縡ÆUH]IsOߺ-%%͕?}4emyɩ7ЭI*KB? V_?/T&&a:xXi? NW>T9ľ馛ҽ78Ι=z@Ӽ_I Λ0E ʵqmʑt]~+|0`U/a;rz#|҉nI]sƌN¯_城-mvY!m?I'$s/O')y%aֿ *2W%p&(DճNl44w?SKPSVN~l40|(ÈBvJ@kqWtN}'^_ B5I\UOCn=F ?c?A&q>vxm:*3"=t 5;!.YqŋMQ)#6p~|Mn;Unh a\tII5y .86?IJk^ajŨvi(#)?|i[`{'i C7CsM7SQD-Rt!"`BdSYboW2RĿNolD)AY7Uֶ O.V[l4p&>}Ыrc9seDէ0Z ?}cWpz7wM3@?Gɯ42=BǟLI6 O5sCxX%ʧ|翂VI͌FsTnvq'rh 2%}UIƟ2>!&NpmJߏ>m]ſ2 v6$Ui48+V:XΩ9?pisL':%bBT\9ldRI_bS6089#y!+U9N#{ i,;,j3AKHe%!*L`ixLSv\ y]ZyaI1yOߘTN;hC:Ktד1ېC?;+:NȟqcSz x$O\3_E{/Pt2W- Ho2H³ъGBXeBdғE6elܨhȟq''q{M7ѳ݀Xm՝[BF[l?w^{<<]?8X%;nvAzqv_Ȇ O ƪΊ?U_"P_~VMJD5ڛ2LZ ~Pj%GQj,R6+tNŨ[xъj?{͜= 7xz@ts:kchYοÞipο6*:q؄\m{οSLu{>'˧7sΣ>cQ86ʕjLGWFE&yds hEn[ZIk ͝K?y`L+A_駟8eU;4l]Ki%D(v(F#l岆H o>$2^5-G'Wx56I|3ʮ h9B'=?Q  ޶z7 ~nĈ=u]W| @n:-tSusi0j(曻^4VQ᛼JP PlO?PɁ :T'7Sa$"j2U8^5D6Wxq/ 9$ʮ h9B'=[$P ehb\ᭊF7 oB5-G'WxqM囩Pv(A:ުklt@f*]1ArNzr*$P ehb\ᭊF7 oB5-G'WxqM囩Pv(A:ުklt@f*]1ArNzr*$P ehb\m??ޠÆoR3ya_=4%0l3~ `uȑ#:ghCW8I1Bem9At"t$zm7t**zjWWj)/lWGP2`*@Wcyu/{`+)C9TR*rϛ>3+/V,hCw8[iÁrU{%3>6۬f-~uOu*z-GκnwV[m5zƛo8[>6ؔ~*_5cjW_?Gj _TM t'͛Ol/2դ`8~?QW'* A&Օ&]sN9ؔ ȱ8LٔfK> 㽒OҞX%^0MDlMG:X{v~͛C?0I6lWqsʿ[ouT[o}w˯~r09n:ZVo*r̥3z{gҥi~s]w%ۺlûnW^I71E6JZ?qƬY{;f7;tsgojA7 XϟBclݻ ?#"I R&7b[Er i(mZ"(%Ϧ 蟗!Cjߜ]?de_. w! zʩk fi|10G.ov0_H-X;?Hx)?d#B]J06d痭^~4N/w,Z7'0NqZ'2|sV[mw駻j,;pGuԾӫUOזU 移E{2>뮣w4l)Srz(}wܱFɝBYeVCe{C c[O947i$nZ5V?[޾YP'm`vW|V^ޒKĞ^4B u\B]Jϼcн0Rp^&X8{3oty]4 y-/G*0jA^p:4U~otm})}M]Cx+?@VoVt1 ]s?}R9Jx;+Y<?4L؈45a=tA'_GE_ٕW]Bu.ALMQRIt!@'M2RB(E(D0"M[!2( hFĴij>ERfk$#0LHSKZ[!2(Ht HSk 3skS.Dӳ FlHvmf+w~PD|AmA1C-}-eBԔtAgʀ2N>ԵipA&):G76lѢ*dC3JDn.إ;og[oB!ʨSڀfA,a &kk)3;묳ByNh iӦ]*7n~}֬Zzʆ_^,'>ɬOղ!CgN F82jT"e,y'ScDz)G4a3@F%MMB=(eZ=H[mG*O%RWF܄߹zAJQĻa*D̠6tAgʀ2VitS2l6: a*Doʠ6%ZSJoǵE֑ﰃS[#Q@$RQB5?'tMBn^?UfNꤶ[J:h:4k/*{5뮻.ehOB8ZZ j fZofo-X 2wkϧ94;LIS>kk)S]"mT ?iRB)v hF$ij| !A1m@3J HSr<ݶe 9=jF H HS+ mC8]n5^?qJ%F":ehOB@V AhQ51DZO@<D:/ S!ԒVVQyS:lɒJQ;V÷BQ6Yg}3-|p i?{ dD]K_K5e"]Й25F=C^Zat_wQk}g5j4@t_='M4Teܑ֏ :hEa *߷BQd"]Й2"M§ ZZ,Dj!%M^6[kpDЌ2쫦HSvԵ2loDsst/,_B%B(J"] S9; %Ud ֒yZm.J}}2QJ)L :Su^_wq{{%B$O$ӥ57d#7YzAJQĻa*D߷BeP BЌ)i%V|{okZTOu=S+0ntnTUֵBYlRn(sZ|0yh@63: Zb?}$pHr%-%EVU?|O=[>z$gf@JJT}Po)(XG!ɕVИȔYwY\r-)_RQ;>>~dSNҤlj~c9FPe%YyNw+O<9 .=x+sM0H/7gϱBko3:gbqJ/A}j`BPB'K b) l\ P x_寀`#RbcC(H 5H!23gfww7wwO3wl}f+h?}'w'TveZ;P,`$Ez?_c\1aCn1HAX^ӏ9d?ŵ:묧ש:c>TU&u5* ~9|;`wVr &zo:e̞{?{\՘sMvEJ2 1n}lPRcPU(+:N(jUvD7h3PO&c뮻~ץޡxQYǙq4dù 5 Ѫ*Dl?ZrǢ KooANr_/o\t}z}}.䈧(_kѕyi?vWűWuRaLrf1uca ʐ@ag8HhL7:ޱJeHJ ҩ af&7֞{?OՕ 6|図+by"^TJ1əA1T*/.O7X?<íYg;ft㫗4*y>=i8m%)'M2_).rJ+BgRϩV*I(& S;P V)Rb6x#}`?g4^@EP&Tp cB~JO?:lU]F] cx*!v!]T}ykO/5\]>S;|؂MQX2~/B>hw5* VCk55Q-Tў9N<9i\$D cT Z0&9#:ޱ0JeHJ c3 cT Z0&9#:ޱ0JeHJ c3Rwcte*Z؂Z0&(tLXC^4?|>UPG])fK| _ΥcWG3ō 2W׈S;PKuu:˜ cx*!>f%1rIt'q-jD(uERaL墅=\yǗ|.֖p!vo 7ĖZQT~k |q୺0&9K:ޱ0JeHJ c}(SբD]W^n O.rM|ney/Pnp6衇*7li/vf1IVЂ5/dn51)uz hA]b$CF2& tRG^^|@dǖ=]0EX"L-5GX~Yֳ_lf8qk5~rM7㼞1_OJ0gyfsV&˪?!SVY~Me>r|}U˱$BLƤNU ߢOI3@)li/v R-k(u;'$,Iy[@ TmXƤԁ-u?[|'k)-?K+H to>ToCyS90&%Po-ќn/VY!f̘X+>a.=fmZ>TR2}gMH>NVCWЂՖd#?!6.ao3GY,,O}+Ӟrc_*of̠-a -/k}3Ru,_Ye,*- y[owL"$daL _o(W]m5w~k@~ޅ1 4֩s~rWwi>i҉\VCRNU S0&To-2l&4CK1lNjıc@ ˖~;8MTlOi&$.ʏ~DH˜6IЂ [B0i(Ƿ$"daL)Oz hA*ly0K׺˟m䙇dtr6ꪫ KCqCi7K5jQ;k~e0#5#I`ei׺.ݟc̦mV>$z~G^ ~y_}@B:Bco½0.ۗ*̈\;IB-Mo)p_t]ޏq/,40XK[5ocڌM W>X8a5>V`PJ"?c\oȿsh/vǟ#70K hs{Q_GzJ.<` J),KahE]6N\)S>r}f@L88s ^?+>(Rʵŗ!\&S4gv X?N$eÍ?t2Wr!+ ^>P,҈c̮e)CY"QY" dU_hq͛.׾$pAk\]$*Ka6̺*²t׿f(z|`4CX1vO,ַVp"` ̌mAxʫ.V=Ȅ pA3HT\uU=`IL0& 8eA7x#7d{SkpÍ#5GifÇbSA4w Ƙ]nO3L,\/)'w7x w=Ů"*Bęb:G7)R|󟗦.ҧbʔΥ~Zc e O}8󌰟R~x?{*Z\:2_~cdJB1h~ʀ%ryl9ۆ|7)uś{y%:Y7˦]Z}5 ,(>x:hРꫮ.sW3od`Oo*LרN@רk%SYbF=Ë uXL-#(}֦QdîNR4~1r4}MZ:Gzuk}ݯWpJ9%{>{ćX\ r 1W‚E45RXv٧ m&L,賔E&oqf{a}GPy}0>P - Bvl10wuw=9O>E=t}b% f+X"\6̺*²4#X1S:oVw<G$ivD{{SI3v^6lO{lV^nk[n+*ݗSsԎP_Dm1uUe] HU CAkuך(^ˍ6G}E^_xx')NoozS[G vlW_6D,9DB+qk?>m/ǟ('#6^8pEj{?}czE:ŚA>?x?~qO<1MR 8@zJg} IՁ-ҁwzi,)_z4XuC (k4\zsX{UD,GGH/4Uo"8`bye_AܹԷSCn߬ҏѳ̞>/X q]n>bDNy~zG9nݗvکg?97.H}Y|6xb+J+s I}tM_ٯhb>ѦÇS_)Vα7ɏvė°RkVqh[VU˓%XH7k -Z{sYv>j뤔V[s,oK-O}/ WEz98åOM7_oHKUGRJm,Q"jZz}9OCE}tmau-?BXc L]_:# ?lAڪHDδ6[ʢzkҵJ_>EңX[Ƙ5ϼ?G1F.y>sz… ҎlcjxϦ`<9?W5y}~Qwk%~2.؊ڏoS-Ϲ-.>k뾾 Uo8qOfvC LJԄtrJwpꗎ360):8&J;wv,4lU?7$ &*8;cӁTǟG?0TH_wy嗊G}L`bU?W\yrCfw([sq+(v(;]qŵt75Zܹ/ }{= CZ,[CS`S״<;N}[ْwiIiK/L <*lA*:r9důR{k9ggl ljgiֿ+/ckAWGIT}/~MSϿ_D^wuXa+_mݸGcGJ? iY66fB|b,`:ˆ3J8ml`R"uO/pblB\ LJ_@?},~ ꯯3}uvƦۿSgXZ f?-%IVM/xk^wQ<4kv17߮p㍊=ijM7tsc$|Pvj4e-q*N_{KhQ4f%}ŷU}/[}yy;AR;"㩦G9Z[F{_Cjb:RIvg.K{4bu֥ץ)v-zkKDtm-)lpRzҼ{b6'2[*ŊOh*#FX#)~^UrkUYpR`i?< /(;m#^ĞVk ]AEP& $ny4]:0,m&ο4խ'm Usk__s.fhHᒠ@Į5ע؇Sl-+z.jMrϛbq/MS_Sv_bAFF$6,~E5s?tp>%K߻モRop#JCN[?}Ýb7{)͆q%>*N3'𯅻pD묳>žA=>Wȭsg1C)e_.J=_>chPf}3d>c==믏YgnѐM<9%1>k$:c>->c]\rj~Eşpe؞[̣5}N9G_g}6M {Dc%iβκU}S<=sWs+G,18b?>G:%|mTJQ+ѦM_G_L?FD%TO~dK1;S% ӺJjU|IĦ)v3YIcWQ(Kȋk-OsxJ}aurؓN>lrLӒ{Li^+f me_۶?WUQ[|jK|N@y*c;ѹ >>zkF=MӡONzhp'mt&}N_}\ۓMS*bے\~=!z.z?{\\gEe%HwޅNqwi>>z}ktDm1)F᩿MoY'rpm "lGr~pg{xpv=fQb-tw/R^}&l"YPh-\ž|hRd{ P#9}bM&ɗud+j`T[mdm}b|LdӘw$L>6%[Ǿ_1͋|sEp [?6Y%Ɲ[v>sr] u/cpQP?x0-g" sshӬ16 nωKtX)@% ZS|ߔueu$=EGaՄ̳=ƚň7mn7 .s^7طSugx}!\bWiC6!XE:OݪRlЯE~˱{2'hy@~N_rn[?C?0?q U kmIY_>s<'()(grA!b5Rmig!9O+~R[]Dy>τʳ/Bx+٪%%ϱ~j9v(IUg~[h(?RkKJ3rhVRp_[6luMcى8O:UsZܖ4?N۝jeBx@7DS3 ۿ~Q kT$Aѽ.yZdU)=pe1 ﰀh(Tiԗil3C?+P9*~iY#кj3B [r#eqqoCqU.Xџt/q %2)iC=]cq^TMm׾V҉Ě9ᛕ'Œ~撀؝XjA*11O.\~y۝; cSJh)hY^pI쌯yE?OuA\4jBλϹ{;"m/[\;kԷ}nK9|Cwb_nҫ3gX}Usԩx8qQY7{fjJaO3w:}R,LČqZ'S8c؛<)8 ZMz[jJ>zm Fuy1*=EL*<~nN,"=Ď1BGo\:Z5Tkͻロ"2pmԋmMxhSɻ{ㆿqF$vA˼,I%;ȢMb' ">AUJe]sS)EdgI\jPLE;q\jStl9ΓO=ur?3 bƘ:弇4SO%S;ճ2Иw];jvƿb=:VzZOr*VK0%˄1DC<*/}>ה#ժw7=S>}5wcr71z␌z.3*썑.an5[foF=1I2 ǤTۏrLJmR;]:FyLJ)P]/flP,_foLmƎk~}N,j?p lь?vw_{\#_s5v5Hb3 ;;罹F7#36Wk6>nyGHNs.Goդ/59Ǿ$ϖ_Ӿ`?M} yn9Tz8@_J"1f`lNDN%뤁1F 4zdt׭1Y&= TBY|Џ žʠ)~AՒ֨jrW IYs;!}#2z3+7ј8| 8'$ z‰$ eoyIP[Ϸg'~{!Dchg8+zm~osgZs!.;cǒthzL7[`ܦ'0yQ/fo ][ћqޭ/'vlz5`ӡSK .K,.b/ K An5%;pl;7}5%2E A^Z,}oחXb=Y&vSx|0Sc!'V^Ni/K, &*݊) w`m|>b/^yG쌏XO8;1=_V0n?cfxcwi==#u_%.Blp=lFum/%xLߌv>j7s1v=nܜE-be _ȵ\R&[/I2>S zL櫱}A18eǞL oW? x[a$5r!~ zc Y=c"q~~_&!_{hgyG K[40lս7o$ߔDy֗Ba2j1.qkW__b($cbeк AKycLѐ>ڧo.ɖ-WT?}M0 ǟ ݶmzLeiڒxLJpdz͵FSfXT?Ə-bvi'$GEz<C̕g|Z=xc)yl=c=r } yGޭO5Ǹ rnNP.}i??Wo`H |E,j>}lܸy4ƸX|M7VbOjBG18>#gKQܾ7Kh??g'<ρ'r.(λż{CM4 z3<Ǟȅ 5BzoM7c|[}ěhL~|S9n;> O6_+obcp,vO铯殛x+Xik]m%CLs6бf,o yoo1GXOүjFk^p ' (Ug ] `?_!<7^d.i0fw;lň+ ΆXWjDZ$Ghk^qV?Ʈ{O Zĭ@c8#~w5Fluv|CƵƎ_s5lӶ@yc@Vڄ_o:8o/a#:?w֏< WCVʿD_k\|iS:F|E5d:&|dfHN}C7eu_Vk5j_b_g:/: /t~?}xL9>Ydr@:\>*"ΰtTL_;_Yc/墠p>a೷$h*gF8zv2g|S ckdUP@&fM5!n hi\Չi:F nc#g`2Q c;zҲtU}7>ǎ{ /ӈ9_.<?,d;5QD`{ÃfM>Z(1!=d~mb#筅*;zk-R3~ŧyQ_ԺIVD=;_r`{+Eˉh0j2.QV\ \ZŊs5YcLnGQbu/WH R<0 !AP-m c ]coCsm߼M;s9ۮwe!\ #C,~KzQƧ/=d~Z'3 ]j?o{ %bŹR*,NbyCāVksL=rj`MmpcLQ/!M/+:rCx81n/r.0ÇMLRFE[nmie_i#jR$qV!+벼듗9*Q#ar;wzGxP@&oLD\-n{=ts,o9ѣ-TQ#YA |Uc:0;}mROQ~MR9.F]W~5sOQ]YaҨ#jhZQ ])>T75r\2zL3> ZA Y_Â)TQ ϤUY3Lo3pu{uex647SU'aԯ }1(cx_.f"EdyIg =z1F:plzjը K|Q*I1wn}N+U% ,UՇvXxNvzu={;ic+?߂*V"I %W^ \?;sfQs}:@~CNJh{OT|ecu瘔OIܫI'8ӟ(#{=q'?&|[-ZX-W?fy)m q ;P. ObFnX4 *÷4M|X]͙KtXX;c(3|/#sqSI]՝(3|pf\_n6[FnjHV1|(CmV fhߔwD6/יXyo_^}/iڏԩ!v>=>W8n6SL wi'-579ZUk _o}e9Ei]_=Y\y/y A߷חoF1x0?cx!n8u~ IÑOQ]O6K|YaվӖ6Tz{|@%6;~g}h $ HtZug/ھ`q%\W[9u~ޗy-ct<y[bZqҾ^X=s(Ɂjڙ ls= hT՝(WY[|BKJ/˹@q&&|s/|Ͽ8wfwS~nΖm >\˅|rJQ{ï7hc)AlD'`$1h['>I-9\v'ϝtFR!9OmM_֣O]k&x"Ե@RXʲFJgt(aS _b+*?D u$' сF\T5l\ $­$ۯV>epL$~sNsIXhoT~$kPnlhcEoO|[lE9+g> {}VGP%:W3p>'\u񯾚>OlŬY IBkM`}sҽ_}>Ѣ9>/M5 5mhg}>qgïM] 'Vwt폱|Uoy;P:{OϾ#us;{l/9N/1D΁->W~_|%ǪcqPp~^9vpfLt'}B|ç\|uyG ^5@Yy74:!ߛ_͟ c;jY2B`Jj\]}߯}?71|8B:I.E\Ba 8P~W膡YzpvX/]~СC3<3 -: 2啿5d F5n^0KlMqy͋3jP]/ap9;o犱V؅ SnxĔ_ [:)>tuKxmhw%䡾uOn(>ty2XcB2lӀo(Ҍyn Z޷'o 0c2ͪ!Mcsb@t9w[kћsxDЈݸ811Nfw5 @kuοpLtr 1ccNЋC"H߷ >~5y˔ ݹOݶ1??mnS s;.q3UZ|chlLK- aT׫ŗZK1۟SӇn~{|?S/1gI;|{8Ni콷?yU^s`{#Rt\>[_;A5O/$z= ōYPtp.10>fesחo4dNmE3'cLI|q~{ܛo}+y^*WYE+v{Cܥ]h W_`fdt~Ĭn͵ֲ]HWGymqlW_-罼ylԑGc#+q%); C:1Uc{;Ome3f] WuI9G9}hͪ%ZCq{i̿ߧk+\Z?FodЬS8 ]v$rr?mrvcZk_BT^: y_?>6~;창~qyR=ۀ{>@ m?KvYޱX iv~I#:;+7@m>c/>3>QmƄ:Nv56|vwG/Ǩ?; 9A>Sɹtl(iDlL~OƘZ7M:Y_cRWFq_NEy=e'nn-r:'}fCز~O1i~%lEsZEٸy+iyA4.e1.)Ve^lxAꢲ^v @+d7AGor^?FBm?vXXo ̮;ѦmZ>Gmc'ӯ$(n>e`ߩ(1Ϝgy}:ȿNr3TMFﳁreɶ?jė)Rt׷X_\ G޹[N`_ԟ/_aM ݻOoҮZmEa۵?yCIM}ib5Y2\~!-of¸V}ҦIǿx 5@+ yVe^d:xݗ1Է_l8-~K "ʼv%=x2u_12=eJ.Zna:| q)5$8T׮$9^.c l[?5>2_n| |?KO|z|c\n-aou J@8xl>SS7y(!ϱǒă/7CsV'z}ǹ̗͗8@IDAT_+e^{/Pחռ[v| >] |-z9q"ú÷%Io4tKW_qlWq|ܐ|V{X9Ze #rR)ʼv%" [#%9uY=4>'?KO#Gt΋*ڕ$Y`fƿ{ftMN6~k`qE3r^UN;y_RSy^%:.'*ڕ$8ߑbǹYlY\z5g|q|2=ʣpmK|JweׯԨGu*ڕ$h5S/_Xo-P?I1+j/}N;ƾ~;Ş8P<:Y^(qzYm~:ӧb$iu~xP+/:0c.4"CKG hD׷s11]w1[DLK䔞 F3s v\ec>] "]#֠۟zRcG3+b K(k1cۮ;/;%4;I;;|#հp;մtƗQUk|F.a ]s.F~ Gxl\Lwxnq:Gw+Kq_*xru^G PU|sњ?{O#+ߌݴ?OG/|,5x|/ck*ڕ$?">ʎ?3΋*s5h?j&*.̝;x ?@>ɋ h*f((#8B^N8*)1\JOd -nx;$hje(MRmvorԶ5?SI5^Ҽig8|{g # @+MR%O5zc!a9AȜ;mz``Ԝe e){WUT=S`si |DqƤ˪rG+  WUپ1G~NMI6+0ʪ(Qe?`TAkd<_i'X"T.w1)U5&D?9;Y~0/_t"'L1÷"c Hw=> S? hV2ДkL\$vR`h>$EzgXsB0 4%IfHѓRۉ e)I|yG͘,3ywr_{WUiAQFQ9Дuط7XUU"ChJϱ㢹v?m_ٶ]Ϙ>J4 _H1T;) 4u|Nq?徎*+t=>ձXUbz1tjƦB#PYs[0ke(r ̨a*=ES V2Д8 (byX4?9L1H*ucpRF #]zk ʴVsh%(c_q 1]v*V^`~ywwqgy]w< >OژuW e)?n8üK+_shc#dpyc .ǟC|/ yCyQa#X%s(؄APs=nBsw|s _x/ZQ,7S^~V8vw#{/jpPES- 4%v癔~o6,x.F?x9x`I??B![XNʗ#lNTg #62*+}Wy_^7ľŖ1OTu2ڷ:?]lj.u}#TpEi9%n# \gGtqirs޷2>0?oU5&8?!'K(%lcVL~'(լ~lԘԾS˹I"252x羾1Y}pM ~r.0JINYj u_cѶj;>Њf|'_zu̓~]SwI=T4%RWsQ@A%2)Ϭqȋ DۓR%. j8leb 7|NQ!n:XpJPStn *?T8ԝ9s뮳l#~3Jb)+C2rjqߓ?Al&o_,=fz=bK,ۿ$ʬ[zǗp(Ĺ 98YQbVLM /3T|82A RrK|G:o_cW||yHƟ4ؾeyH &|{A'=Ϳ=@!|iiN?y:SzŇSdɋO3~o3(d~}7s_&R]/[iMU[_1!~&pf:E`nd8%bazŇ*bQ0iԐ/ޣTcQO =j09E`RYsh䅄 05 &RYgL}Uσ&$3`/JStW7hτ{B7BTO:ir1Qm)BO4ba\/k[=AtKf^YhNP`nd?iB=+gi">('-;`b= DĤc'#nxq~_E:E@cu)˘fȻuN%5vcu#O~~  ۾T&ihE2jm)}I'ZnfeZgnP)"G=Ul&˒Nxvr1wxQb>0n!} 2+WSJ,`jUS`nY~/&05T$g]Q/"&T[y}(dXEGRV3Œ<|0l؜m 6'u$$~2l /8piڷD=-4~g}~:y N%FTZ_MNbw1I_ di?\|GW|8Ey| w۷ѷu?}# WR&|-coJ E}(jz&|/@4eW Uݗ%;` ]"[ *gnM$=CFݎ$LJUϐ-$T5<3BId}4L;.;ˋ d"T nȬ 2*yvIJ|U(Um'_'`3|9"LH ,Kƭ79gȃ|RHIq-˿uO^zN=9dF&l֓:|`}}Y4؁G2vU#z^|ŰZ5R/y}TՉ<~vCڤdǵKKBN=_'N@F~ßOecL7.͝x96\vMSQsHi|֙ JUxzdjkm\Kk˳ۄ9i7b%u.Pۚ8ɨ|/|@ $8?IĪ,g-z;ghÍ(asIYh 0=\9h kՇbf8կ~LWD;OsGcp[aaĈ l?nlKbRXȐQS?;; at;q\술8%By>N>@?Ϡ/g?h=S=%Źsd/؎=8?`ʔsGP88gHVyjygQI1OSYȷcvm} jCd ߗylo%O[ɧϯo+ _b"|+/{>=l?/rFYΡKA^|RZ aORb~s>xi.}&ľ6)~}fyƷy?\1_ĩ,}7IM3S0I)_ },v' dTofΉľ1g|_c_pSt/\B}&YsNcL:N š" :v¶lMLA_8$$ &ߔյ/yq3M6S/b?xi6=ʵ H*m3{x⌅]p/5UF ۀc7C=%UU gwGX|uq_҆z(>z =@ŧqFΆQ/V.vj +ygl^3_;Qd+WpYgu[~*SAk|Q ![~*Ƙ.w9. 2tO$׮/q /\(j7qe|FWg>fb-|@'NioY'{Ti%g0g G}PM`HiN焌2E:3ֵs|{!|-u0$8mV%Ϊ1Jp&Wms ʉ$d劅mF=N9cFoB:8"8u3…z=oBgFHpNskĹ$A%;%^GEPv6{q:k|A-Z `J~cxhWlܷ3+;?fwZBqR(*(G7hX1{짏!1vǿBP}Hx00ϼr 6(WOnL%rqZ5B(ൿVGػW4oO\O$g,,=!pO{9.;(+l/ʵjg׾7_jAL|ˋ6#nn %9"{T .P2m4ʏb/(R_ES_a[Pa=!J>vUgP\Y+W[>뮳jl K?iAO"q+g|gH4r򩧄~S9\(3)papD$p L XC]\qsSK8]fr\co2ϐk>|8[)X3: zXZ(8ƒtgxl2?y6ph.5<^+$p7gheyf;VI.9rk!#x/8cas{k`~2k0$^G܆/*Tc-N=iu^+$p S/XĒ%`3rkr|B>Qcx2:-ָS;Nlu\]F1&ĎsLQ6rA' DG:V' ۣ\ ١p-+Pp _iXC~oۆFPh4᭷ܪU~сFAq&쭷}{ցuN*toy睝Wf{~ePMheݷ5~3XPgUݴ0]׃`#1{غjƼ׽u'WΩ3@c0\*TkqP m9vn𽭋Uqy)5vg ޙw+ñcLc:E<uռ} e`g;dVˮ۹ '[TZq- ̽.x!GWa_`Ww{_K/'/H2sUK#)x(3u``A#Uh`iDz̏,u>jilcjE)zk1uZXPW۫~~Wٯy]WA}gTy l ޳If܆.˽KU/=aw˭w?-~K`A4^ݷ1{Iܒ??SY ,*wg.l]fޭ'px-$d{f޵,O<ŜGc=F^"[&esgP@Wuj91})o@>O_uv7wqG9`@˱cZGqD7 ,SQ?[H̜|;(sϕCmNfvu;s`.XTne*}Y}y |zUs޷y/sviڴK" @@cII:*-_&iV%>jN{k?y{Ź Dߙv.Kq%rN}}}i'-.kW~c #X,(LzE }o,m-ؾ#|d _ƘkSΫ,>l>>y|tW-yrZ+=Q?ʡ/{|C##jFF'Vcn֬Yl`u})|ZX * U)&^b)ǽŭLOg9n1,u@xE q^N/m{*R~-AʽizU5TBL)[ܞbRPV6ޗ& `#RԁpM`pj0 ^A*E8PWYx^WR5:}l8{bU:p챉oO*Q y#Vs=-x%^>@23obYB7bU:p\W_gOJK 8UW NC9PK@JQT o) }t^ML=*E8P@zPML=*Er|m_*E2= !C*S>>p 8Īu@oT53izl`#Rv1!D,4'Q y#VyCX z|B7bU:p졉W:y=ylD{v>pywVڤ(7!3*(n!g\k \W*(xfp'(x?D)h|í}xETm¯+NDڄC}_L{bpM2h+u}%V1Ê>x<Rԁy|Z2XPi>.j|۩j[|gp\_\]clyG ۬f3+i|R/3<Q}T7|{8WѪQU)J߀xRvaiZJQ\c)ΰҠB+$VcṈ>_ 6B=*E8PsYZf#7bUҵϻ&5B-!*Es'pSJb}6I^``ZBbU:pzQ ~KMkO1cAⲸ uqA[QVKt-}9'19Y3( U)&^sygqRԁmq,E]d1[o]fKvm^/*EUPqĪu@G#vzx8vc%xRԁM|[U@dEܮz\ɻb_7Ud]s@.z!jc]ȻüLJQzZ\j/+TXk9E@y#V U6~߬,a%PAE谇!8~3Htt}SAQgFE¢ lEuQ%:IHk9O^{}{=UuS]}}A]Ǎ6IB?=nxpRu\B.hu{UrUsgMoiansϿB˽FzzEq=ܳ zsesc>`zL;|\x@ ^} n|Zy\35?\r9L!wwo5 L[w^ucG>:c-=\jp\g׹n-08>ϏppzlɺB,ߎ)|9KQ,~f1ţ|OK~ZM7crzÎL5vbO3j6.+kfi,y/Xl3mZڇ5߿ H׍- 'Ǫ_Q,Z^krP -0в4ZLey]3(Xs{{ϚQۿΗ kaƯa~/wì@EXLdDWLnH"QJ480NYJZQuYń j'-"-M2%aE>=Q0-%DFx¨7h]'r\AI%j%N#79RAJJ4&ɳ?b:jyߣt zCѢ8i|'DљN'@sޤYobPX%a3zY*!zRZ&Ci';ѼBK0I%I0WC?fbD-F&=̈́x#m0e#ŏ >2M8iC _oFDNl8vUM;q/gEߗB_fM #渓)a5x5RZ-nO2e#R65tqcD-ʉx9+'ٿYn-#Smj|̥*w7Q+q?wry'?ĉz-g"nE{m"#!xEqta^{/&Э*nV5ꈟ[;_\7FO!80Az0; ᡇ˶/~qړ7,rnrx{x[޲?>Iҟ8i|: p\yGw+o~߲txk'2IrNs7IHoM}}{xGg oшiiMdZO9/u%J)^\G^6ܙ?ACah$Noٍrۏhe΃80„ah$NXWR馔swu֦''=Ss1_=1CԄ=q"=6-D&YF'|`mzB39vz Eʜq`L !hH4˃Mt> OTys$8D@kā zChNOT9j_r&(6Cah%NεKЍsC52.ΚDOxy?-9!zP/|e9Ocq >hx9k;)\sya|6D-zx9+>āqJE3=x4˵'DF$2AϬ0Z4'~s;ǿb< ʘg"!z+zn;{d#rV}ɴ"n֤܍ Ω7dXʹ)-q֮(^;NϧB^W[Ry]xΚ%w9g淁Lƽ喥0;IYԏMPh7ﺛ'T|Hz㎳Xo>INv(Bz?&&R~vm)[nXE> Ǎ <}GHgw ;o Ҿ/f$ CxHԿa, o̯-|tObayZ|qY).Жh'cUY?e:Fba;?py1K/p#/ïWIPv JV)ɿ9݌?z/XK[ uI5=1@켿_w_*}JA5/iɎ>2j+$Nq3J=kfx_ y L{!> \ԯy~:?n`a陸cݰ 54?&?H[?Vc*5p28~:Xf%l"aO Ei7 GHeG쌏)y~cTYy[ oCHl%ߦWt_k75$<}O7fJ1Ieܯr R*d=ӧƲ š9&<.LH/6Oy}O< ϼW%7lq1Mn %n#{y ]ꕏNe^uh:g+#3[xq1n87W[mo0g@D%ek,lm!=}T4/Xq~:/^Fn3hU<]~ d c(?O^O=e ~D뭯O_~,.a?~j~N/X%y;鬹>?Sm_v]%T^x82 (_q>/\S'[L_uaH/l;1}ruCEOg4t:Yҹb=b29n{ (T4He#5\7g.Ƨ1i/w.ykyw@6>ע?b:M+53{"0kf84:fyn_ŻhW]gRkcsn~h%_pW< i?0A׌29/HTRؐˆ2Yñ/HyX0ǑG|0 q4=mz5_u uNs=̃b&$'TIGk+/\K/|V 7`p7d|CE]XL<9Ml~_* X2A+D`AΘcd<)?ǭeR_+}mbv3\&.XK|TE3ϐI+*c4m2T)SH]O?p?Hk>&O\LM}wۍ_EҪ8f eǝw,g62)Tޞa57hf$xƌV3rpю0>$ܺ ~x_ȿ4DF ʯ"- Վk*}tH hSocdR;[^K:`њ;^7m9v?MOw+?'">Ns MOwK_^'~|a$|㓻)}a_ 0Akf|sY":??L Xtm.v.6tr_;pѶ;\My?y2pіqӓ|@նM X%|sާ\@?ΏsJ%?t9X<Ǹ~E8k/vp,6P6ӓX:ďy@[PI@IDATH2-n>c~~9:%[7-|Ϗ{X@dLh~0Ljlgm_'8wi[V}]l'%(.Ź^>Kqzq>^7\/@;8~e<]?E9zQ\2?sϦzB֋˹.6UJAF GeK;6b~ N|EUq"(f>͵GQ?|%^tH hS'X;n?8IOm7/yA-vmo׀ ,Z+I>ʱsyT;0VǼk#馹ѺWX@zVS N9|]zS9Z륁"11W6u&9Sw?Ǭsޑm._*֜͋1uU5OL`\hS'XW-GK/OTJeP$ZtYq-Q|܀nwhm}%eeP("_1Ń)-8n+2)Pnaq78R2xA(Qp#H7GЄqL8XBO%U WWR \p)vT0X."[ vhpQDm2>r_We6>'Si&5ig':93fZ]'S~DHh:о|;LۈNIl En?Μ9#}bpJ[i-Ci>SF4"ԋq7x. ~≨Fr~f 'u^)WVկ3 _;>n+Fk,9N?c s7E-ᢈl"m=qM75Hu]O QK(nʯ _ޫ_|g&:UgV3 }eL C}yןwZ)(QzQqk:QSK0~5Nǥxnο惰^f1s0u:~_3XSobL!|o0|_3O;ºQJO":ďOgRi~L MRH)R3 2u.mgJeL)㿒u<ׯc8p+qHcR5md YIkJI )E[].)JHj=?08'&zc:ŇM.KJ.]Rj GWH+*~G܇w҉'sZ'UGy^s5RCH4G֧qqsE3x?EvݏK@J}>8J_IlrRc?d/!~ΟDcgcםqiͿ:;ߦ߈<>.>8='Ѷ?eL!vƟ p )sLR/™#Vh`:MRSWY=Q>fFpQD3~~VPOYH⇍(b8&N~<γhѢuJ/B(lZ֟,'DcҷI`~pe|~y%'߯Gzf@{}ȔtDs[oˮ%{ukT'O?tk6$|.:0k+|Pj̋9JIx֬M4N^v7$`-O@5YTmjt=?jx؍ c:ė䠡2[_nI<pC϶ ɽ(U_V3nƟǗmVcG.N*NYJ_CϟO~MCt2$~|ClI˽tD?ߐ|%_k]mbw2{:{Q?n$h|ړw~s} fCD'-ԩ*[a˺Yd6d w:{;L?=^ZRccƌ)| ם<:ɶO249??kw~jȹv,},7W>Xyգq/6}י*_c~cEpo]* g'(_7q>أ.vzU2hc@;ןcTc_ͻtDZ=9ʍN3ǥ)y|sN }CAR3/9ҞR3>Tmh?7i!vyQE]o^c>ڀ9yow}1}Q^=ÁFG%|ꫯ1SnOv8.+KInD أQK 4:Gk:a?G}$~.H%6{:ixQ2GS\Oˡ&=ƪ!=Bskv~:iwlW?*):sS%z4"~OQ51":ŷQ4DmY:LWbZOݣoߧֿ?ί&!K=dEur#HأCRROr.*z82+'}褜8$(]x^{)(4}+> |RHj4йQs?.O;`0q,.3GR`(X?DB>SV$#)5/Q}'|\'PQK=Þ<>HI sTA-_.p_KtTQa|ɉ=]Rq'T tU␕d234_U>)ο-ŵw]u6̑)F7t|yuitIL;?ʣxB3Tl=](S5v#}.vY#(]oإ;˿Ğ*ZU⠕d:m:JW%P6{߇_jdnhU ­,|3I q"J:ϸBmrЀ 0U%.s_8.B_{ϏBF/)i/۟1Լ3|~՚Kg폵 n;9_DwpZç>lYW w4}j?Q>o#JG KGeŰSOr|'L +y5)VxnqHz$gĐ)֔ [l'oX&M$r)hEq旾KE_Pd3誄uG ^MrW/kT '(vkLk5Idg1"z|6ZܨUEco[n|IkILH!\>#$\W _{JLI$W쌿Ŗ“O>BEPZkSܤw2%uů|:7#$(_UH%T댿rN<_zISNl3ϤZ'^c\wxBdarz16㎗.|X-ݜO⧠`g wʐjgSpg O1]j낏7Ty|8 WXOJO;L=I돟"/Os=EƜ6ߩ() w&OZL?KU}sηLhct A'+0Ĩ۠SRL󯓚Po9ⵟA?|k*14Oߋ|}eq~K=)ڧvQaM_2~c(vcP5m'*&Ӄ oik(^ ~'A4 M|K飺7$wx=Ry &X$n?|͉Gt3>?dxw2~`9B*o.har]XjІM_k*gadlAL_L ;?d_Cya]!FzQf*Sb1Tk#5HT;YbĔCM;*/ߪuig׫cOZ$1É#5q;3gX-S5TGHtPm%&Mp?<4@7T>x60@ ɤ RLI Cẖ#VCHtbD%&MLS_PEԩIj-qg'x4k7麡ByrkZIb;O?G HeQj,1ib;]*jm(ʸ[ʼn>f2>ii'C[. 0L &伟p IGHtPm%&M >>uԮfdM'(vߔ5bSF*[,\H'|]?3qܰĤ9_mF9vv2T^s_"m & ?_q5 ?؍@s>Tc8s"m` g%ÇB˷*@u& rܺ~|QmO8^o#}IbͿ}zȔ= ?Q->JHDFTTNcjRT+l{ {M]U|41K')X3kd >`S0?vLu= #K6 !ZAL3XXթi_YI 46Beͳv i=_C5B*N@-Dt}uU[O-n׾G/Cm|<|^?buFћ4%#`8m6mWttݼ~c\g>#X?܎5:B*ov;(eu3ILѯޟ}9Gmk/8C2il·O_;bd: >Upۭ|ݽ˖/su> R`g,1ib{v_8~nA~d2WhuQw;\Aib~g v>Tm+^'xÍӯ|oY;-XZ|`@Slq0 [{:y6Jy r_Ӻ!`M1o=5K9 g_@'T~GnW nܝ>.$Nb S\//Tp=<)_°x^DQt9^Ӑ'1Y.?|>>n_P<.zQs%#Km/M[@}F/34gLOb}B;B*o]n,1ibzL _<gzK=7OeCRMO jgT.m#k#DKT/Xߎ3BH;z,8oE $o&Mn/s_)w:~<1!eSʯyI߲H]JZA?(ZȖc>$"stICԓMji,a(U;Xw"t0DNcH2~ T=j—Azjcq}ek*(AH-63\[p;._e4nixRSu? }]S5F߂9-L{5L >BƖN Sx|Cgۈ9 3\aW./Li7FR9[|i1n8Z_~eep)Okf;_Ν|I/]?nؗ/#|o"DP%s:;WLF"sAtK/_DZ ~$܃Ef5\;>&fQ>s_Ѝf:i\7\3:ǗT8KO'ckOn$d2W}+ ێxs9f3Z_J' y_O1P*}ä?R׼I<#Gu|w :VF3)Zc_9u12mDءM)>w. &ذ|o}_b)< mc#| Vv^% ($ĵnD׼ 5/Fg,55ﴟzKlq~N>.B29Vv^,RqKD>Pq&3&e—:%9c1ӏ>r["s*<﫮H _*Z;y;b}vXtw[9n-'27ʼ`WwҥX9O9ǺS>=o4rs^AԱ>G,9ls ]=~;)P4yLQg|?4c?yL`x8%Uw/D&=m\czf e=FٟS:iĦ<{_Oqծo~d~ߛΘ죯`݇zPzO&2n?{yv@%~^ CɻϹ1%Ͽ8E-v9Kk|ͱ/^;uϾc%?o=ŹtBAq/s>mz!=K5GKS\s49ƯN2Ek}SSk@vcc!_0M|BO2,k']jhQ~ pc&babe=h9-m?y_蒶9o#i "niDϹa sQƷGQD)Ǽ`5w F_?spCPo4?} ;7t)tD-'27I4D=٤4Dv6p0MKDDBOvocW:{-Ko0K(D71J7 蕺"9 zw3M#VWJ3S$Q Y ax)'F`LE0v#U7`C]Qor~ԙ~ăoI+~924y)#lRlh߹3Ƌ!DyғQէ;SKCmP bf*H|%7=◂=rN{H۶Ʉu?cޡusqQ ƞu <{WqCgV+E57$yida>2eKC1mkD~E[ Hˮ2 1ػǯ@CDZ/:~;Ftb>ك'lco 7GfFv'6x-LSF<{wYXGGyg}e?aT΋5,bf*$ r(_i_e|Z3/P%\j|u[rS24؃;yuaA%/5 ￯ 5˓}prkbUp]M*Sd 1Cu+e凰HѠTyOyHk_7X'`LEOЪZwKfJLz)T=UoP bf*N.c;@T=K/Ds{'X2S -\3[wRKwc"nCgV,q)S&u}n-㼨3> VQ<13A'jĞ&}"Nc*AzWF;S;ŷKz?ǮF9oRm7'wA[}h#ku?p|7xc`lbf*ɶ*z/ Bs׿a5t8] Dsqe.anstے rD]#~7u+N(9zӓ[9!BXT[i}ԑGHo&1Q} =GOi{q \EP |w9SGP޹$vIzb,[3Rπ%A%TqzaqMm,9F>לjs}d2aWC)Tcs4:ӛRĵ>@D"ZejXW$T@E,|~Wylc6෷Ag*s|-v}ҀƑjP bf*׿6ސJ/p+<~λwG613AwތT`d}yh%3G9 \Is7dKT=Ub/X2S>~fFRzo bfs Yz <{Qqo"b{|sW;d.'-&>Gj?>Ц$m?Q3Lx~ Fw)G;lK1|sn(71LZſ^fn߅nO_qُ3xOJ>F>7lp_I~'t49cJl,OE$JH^;?pb M|||C8rfw.c:W03ma f!G ? t!JtwDYd7P̟?2 U1q?ɗÿOt#ze?};ܑ IL)4~;k08v>q{ 1zfw疀kz>FcR%p#jAk89!ÿޫ'8-WckEF!;80=ɘQfh__iY,^4:;أ9oA>.uq$$u}Сvg0ǘs :tP C7!n( >V3Pi)${S$Ag>y?yFsLZ$%|r :ǔ?U|av1~wl5>aQ{+]}UZȀ11vZcis;-R Q#\hq4k/xjUXAZC^*/bnǥIm슻 @?:9` ӟ| ?:Osg~KyP\G?U&P׿י<{t]Sx;bS;הw}[ʣ$KOk/$զƭS9'^d5|R91"vEG1]zſIzӛ$O 1]",NzQƱ/uEeje>X A1"v >w*.6p黴C_ seCv7St9~Q3|9+uAqt8~ɕϹGh^-磀1S|ĮsLG^kz}nWT6 ںO;|J^*&ooV9駟*vm7G^0mcozUAAPӨG?cDzӜ.=x/u !O$'bGP˶Q3rv< 5cIWL5{W$̓uBaVǰ83m0abq*|(7'Q||z4z-KV;|1_ Oȱ7/_EilϱJƁ/VN+V-)c;iw|Pb&ut9~~Ucᓕ՚I@ )vH6Lo~C0cljfx5>ΛX|LW_O~* ?_J_NwU=Y5m6R39d!~T;| ֌!k4޹d_-t6/js-vըyOoMum?2Q85NٰGӼ$N+%6?zOk`o*JۿZ9-y}s;且m0?2tLMn%uA̭l?߹=b8.qRZ1Tyn׵^voHA_n 1?^>{Xx]Yۀ~Im_M4;QӀW9a V3~WՔH9IMF V/^m^-4m1l []߯y~];|] ax׏I 0rA PM7Tv-Bmo.%AƿU|K/T5imo  ,Abॅ[Oo0tR GY_wGgaYaXҦB1ɺOS$}^ق LϞagIC?~5w't"})~M&Rm)e" _sI _Oq+|9t #9ةZ$jE!g|Ys97S\guVCɦZ8p|Qf$/_d[:,qZ%g(f-uk57 '27+wy.#a~%?qXRC*MZj-v:A`?15i|1(i_b6N5Y$f()k(tzbĉ~yAl\L_Oj~D-`t-u' M,|wč^(%OK(/J-m_-992"9!yRĩ %.[U^ jN~ʷ-y 8X}Պ{үQmNTЎpC$s߹V_}uzUʗ?L_qc@ƃ㛞SUBmn&;|t$Q .VKC.^ewxZYY4K;ЍԝXKBsxĐ1d%\^{`=E[N%q^[~5vc|*?dMMlhr/R쯞~)Hnq9b'E`]*߇ZFR,_)v}]nΙX!%;_k&N1D:.%}sB$s\9s#:BkњZ8HǙ'P֣ewmFKv-U+sd~ļ'}?={`TveTЮ)C:gJ^yXou+.":e4G95ne{9'D:.̗SH޿mE&. m&vg|zt"+rcs׮_,L-'#ROԒ8tiOzkP76qQUO/x? Ϲlwioy-}$0FH C:Fc׿?ϝKCZ)v^#N͍WqZ6qQUkzA]%\?^bؙ>b'Buh _%*;]vpܹ)d]FWqsνOxF:^˺M\Cw5LOdNr>~%i;*OPB ek(u'vEvqp> Gbm[M;s(m `xmPu*s I7bs*OPB%*hOS v!q^E1st> CХ"zV4vicNj*vj(4a/Ы %1nJ5SA"5~ _h? 2I&. m&veLQgdMxm95]p~:×Gb'3MG _by?yG#/H.t cL|*=Xd`" Tz6{NTЮmlRYQ",'oks)N=駟^C{!W'qu-`_|D,|j#Vͩqo-`;O-ND7ݬqκ ~3^9&|Xѧ'Nd/ߐVr!Gw]lŖjolqdU$M?+_wu ~ }{ŔSHGD =پ32߄gMsg60)?w$**K2)~՜|dWRU5F[(/} >!WEeIGr3fΰ9ko qW^ɯr͗SL->i>ŬfN;رѼg*嘚G=_+y25,^qq\B~9+K2?\/αyGWӽW!Z*K=5 UQYyŞEUZqޏ;Y=2dWbUTd~+%).YZG38l_E( -68"TzjDy=.zǴI5̏5X&7~B29O9+QbйT/s;?Jܢ^B'*XMHew3~%._;=x_N>T2 >hi y(h$X{iv?*^5]N7_;9i#[|1OX׿z~ͶĞ~T@cHocDY0_2~Ĉqv9OyGf9SP%g<z:+Eѿ M*;b.K2E] Oܪ,*9?y"[s>HV>P/}kW\d$o߳|7o~fm9UU5+@+G(t|2 `P%ETz7i I)K2_Oը\u]%Af<~ yx>~j#iy4Vmʒu3ϴ8w\d~EmaY^O9pRd*K=5 UQY^/Syo-"F{7y(EƏ m٦=mڶJOm?K=|32 )@IDAT ?Td#R@[G;)JR,tĂ/XznIﺔ8JDсu9z0q%4+/5F9=[صMisHC_smj )nEq7ATH7%`_{sٴckG|u-TUO?drxm;/W+HC8tS v$!RZh5!s*q/FZґ+q5܇~j e_ 3!W2bzPuMΩfN1|`ײ85DO?-WԀaB юe:DZE-|OkԞTE v$!Aڪ͊O|$ͻ)wH8 N$L'^ 5C i7h{f;xiuѩ5:zI#ڮ%F9; ܢ0s!2n3eIw7ٜw6PL7ZCkj4ϤS mraK5U[.REBڌ)84;<;ָ.wqLehu#*s}ۦ[QHˢ:|[i7~9GmM^!^!sqhGB"啳c͏o h;{WnH˽(@ѵЪ?zZmb:r?O?xF@iBW}֑PtLEԴct-GL??3Sv{׫uc0o5( aS[G;ʢA_LM-^5z G;)-bkDX͸`u5_mgBnj!юdo}ts5Z?6}gΜY,^<*ȸu#˚(@ѵd ^xZz]O^`"8pAZơ?^ wlZ_{O]o) mjdA<8Њ aSR~k5O'g~*2k) q|6D)JiΨm=huw^V_TѪTz h]#Wj4V':#f>BunC-t ю2DʃӶ.Rޡ|ɻοΚЦ֑C 4T/~qfn#u$AbۚZӼO:ڑB+Kb7'p)C[G;_Xc5͞_ۖm[Q9%ȸu# Ю0"n5EzE 4az0)Aƭ eWsΣS𘞆*ZKс̴ a)TPEKrG:.Jq"Wd:ڑPHi&uOIV!jpud`4-ܨr;x:^!RZhz0)Aƭ e5tkPVlWd:ڑPHyph[%j9Lju#Y{imoWJ T󁖪4!ю2Dʃv̘4?.d_L^ZA7ngt/ra1!WÔ$&^Rb?_GH;cozӛ( HI-13PyK/l~Jg!1zqpÍG?Qb#lh,;PܗQKɖ?<~t ')ZoS{ o|kufGs4\wD@h!v8k={vƚZ<_P >|60u7??7?=-FLmh" hGG=~d]N¸quDGo;prmRw}/kO.[!R7 !\׀m4tӣTg>XguR9b_s!XpBm.с ~$Kr2--.8wxs~3'qYDk@6 6].:\Vz:yo@H ע#u8S)ew&TkTwqr*cƕa׀ єsdt9y2r/NpF&|Ya\t8h~~,|j=\½Xj=4g끉t\ڡ]RW??z Hz/~Ӛ@]a=HE;4hBkkui~Orf0.:^R΀NoU]z-_h unw/[,._C鲌 a\)QF/s :`u;O7GBl1Ry c=.I?>.q8!I?[og=oS!ƥTz HF;Y s6;+Nm ߿Imx~Y^{B?O_x=XJwA,v>E}H}4ٗiy k )Roq?@q^7&`wEz HuA?1P kh29/Wd,rHsR#aҥf5(z戈z HzB%;|ntZo!h_ dӒW"B/qq׀3 +7`# =q =|:3b::AʹN$F&|Ou ̯=\/XZc4~ow_W}^v\/;۰2zx(XpE .Lzg[O=T뙧j=ӭ%KV_c֖[lڂ_[X;QvDA< "1?,M1/y$Kͷܲ6l]@mfh"dxhOxnjnuk4iK;Vhv=ح;SOy݉|M[[oMkM7#_GcLus -zP9{o?ւ[,YZmj-zLWk)1c枅+K-z5=%ȼαOǎx@K# bc(iWYhe{'Zo}bk6(-E[$|[YSJ.zbQkxm^cO%Al%* ^}GRTcȲRu؋KcpH|y /yFUz^kԭ5?1"p&OR͠@y߶ƬԠfQ/ٺs{g&qڶZS'S#JU#% 4>Ͻi~OdQ* ~SnJbDf^fןVoNj[׆MwPC}.-^髠B|EE<ꁿW3s32kU.֜9s缷:ѹ&};:zf٪Vf/#fP9_?򕯴>9c=uZm$ :髿Ͽ?9ٴX{ǟ<fuן_ٰ)#fP2)Oa&b#&'Dim'uzF&"6bJ~{˭OGu_HLVgd?9Q0 ۶i;=#;wnzyN'7?ON +tAjC(K.fkKzzR;w+8}Ա'rNDF뉸,_KteirzF&"6b㿉4^UfuNجG/"՛݈#iv)wѯ'1NE\NLDlfe8c[뭿A^jxÍO67:nb2_Ԥ/JitNDFl?#Sn:1miu$"62Пoy׿nJљuIǑqqQdweDF,?Bɦ.c6'N]KUKK(Y,#w:Cڞs?vnnmj?~ޯrjsEUۿ\)#yٯNsm=hQo-y8W:#ȿoJ.HŭעWOK' ~ =iKth?TVAeBS(8v. <>\ci]}U6߬/:A?~qYh8)ӡuBH?jh?ZoZ_>gmT ~^k< Ww/T{\suNKߊr<۔24fs>$K++56Faw Hq1&-}lqyO[ kb~)DB̴^eNnTK} .~/X'gV:/ 0I5 y:&OoaoŊMs}rVZjOT~ U䩾<8.]+8[}@3{E ֤id(_>_~YZlV9<,if}{h /B,7[J̄%a۶\UREkIڟ?j>a_׿? $DWWqa լyszGjÆ .HןICPYbʆԃr~i%KP۵U~?yߜ9U6ꚫQ<d?0t:H] [6l\K_>0YAOINʃ0%2.VˡgZ*ff~@G\ 3ߕ꺿]];OVo8WPK_2? 08(7OrMt^M_H֟bM`$o|? J :`xMtR/Y']vρPH<|01.UrFȇjl߲y3z|~tTkl6;}~I[,B "*z>*Uy_#ל'LT];wYo~gAy晰e+YF2%L˜~:3Xs:| .hG^K>uj#+)S[Zj͚4TTIm{e˯oÏʕ+~mSgve@{@̙3U۶m F=~љ?=0̍ !1"o녈4Ɵ_33Ǎ ;-UTUw.xoeyࡷGu2N8(<Ѩq!ɧ(uӍ7|`.gm["B!t2w66@fK$~M-YH-k칧jڤs<;gdK?X׉xГf3Y&ߝ?9'=Y"YXx )q@aXl %Z~ \ַbQmI_y^㎃wК.~r?$Yx'gМ}OF~ >h+$5j<:Ħ~]c2< _&?0݉OAMQ`G?;{NaR#{i`lcq*lN}u:s~tAj "u?pN)Nt_ljڢͅ~$A1^jC:s>bSҋdsbgeľ3 xT`l0'N1ũnV6l7lH ?1JYI!pbS-)?3Pнx$q=,$#Ǐd?*`af $Lx j#q4V39W7Kh,Ẑ0?6L7Zybߞ9;BG<3M' c_fhC$r| ^X4C`;ump%j;[oMí-ヌTegSnf͜:Z 櫩SRtAodдMyfOlK\x WlؠnV5m4m/ƏuKQa溓в 2v&$dR?o+%.rAS>袋h+Vz{Bv"̏3Ӥ~?MdRc4$&O2$;4,Ĥa~l&daxdId5j1<'{N8Dۿd5jԧK5iʑ>Vsu_zU}juroBbb۟GD@&{ #cS cY(jR[ʓOW]ֿ_Y/+FyϿee95E^Hb5 T-xব+*wAshL_j d>Vʝ\NgQ_|1yѻwoo_lQ7rznAΛZla&|@2 3xyhCo 5`\9`7W2x DG>O?]Ly&UzurZjjƍe>T7|3 7x#ݓۦ?<Xo1sv/glC$S񷾖G Hy)X?dQ2/\.~DC0/) H?j[<%ַXR+ ஔv/!.\f6jʔ)2(q-BqeKen{=n?oޣZ Aټys5f=Ҵ6? %8_>CUkZ $tБľ݃<^LN]wznөKg5qDx sxD{;ђgEn_~+R 2ćQΔ"Z<3뉪 =r´{Uwya×Ɨ[G>sݔ\>`~_$\* ۮr]vjٲ;*cjig)>2B+PuUWZQ Nq?Q}npW2BÞ k_~=pj%\cRUw߭V3# L~Dl#>Tl.& sIG=x"gI%sɆK8d^ҥ0c_>{CVqkROV6G%hbr$R#H'gb82/i@WNA(,Lae^ 4z<BI%FI8d^Ȓg/l!V&MV97H<\xf>/5-7W?@5w"X 8Z&VJk 쾵| xU…j쌈zU=(%Ig(LOo AGzO Sg>{IfCN:Q-fRԬY39|AԠ~}ʗ¶UZ3N?C}g uGNGjժEh kj }YW^EY8kVUu*J3IߴZɩ@@E#*<)0ɩP"Y*۶nU'N^~MFUxR(`SDv5[JΝ;+^"V@&)eSI˾%=f&9’}"ߪ6R{>QhMQ16©XJ} 2%3ÃE V; Vƾh Ec4^ λ;vRJjYEUH2ɩj |8Oчu%;H,Z?\,{5^ᅷ'lN9S}]jl&9$+$":,ꫯRyt,<GIEQdW KֿtƄr T萬dOd9!#INE J2 “B҃ wʢX 1 %HT1)VgzѢEK׮jݚ5kSUFɊ aE!Gus=._.CѣwWZgﵜ8zhSjWXF!dAU0]~5ʘp1웯`[F<ˠF@Ȃ$_,0m`裏P9e`"Fٶ?)I'G_IU뙽Giƍmh^9Vf?Bj ))WOv#f,\b8QV "ۏ[ hkc6? |χ[[k;s˯LO:I;:5]X!R$Yk10WOUVn+T:u;Vej?s1堓x]/~qDYPcؤ$T^k>G:ww8KESze m@ ^'pRR/2xڰj҇0(@&q48LtN$_uG %ڸqFe횵j}]9=۱6NK>B?6w)@ ?ч Ѳ8K*LAV-{РA`ER ѬSd2i;5|+n7~ '炳ꨒ{gQl_  {݃u֖[kg/@s=6U1NC)>]9O1?}XvFzꩠ[n7s,SV<l`)Lq*5Iru|];,e}\5pξ-Xr%q΄k5RvZlxFZ?Ld,8m/"4I}.̎?<^ Vu,%vSC{дiSY@%3 '%\bzw4ZuxT%4ڗz~n~!N7n~^Z믿I`%c\S6梇uC1үߙ~Yx '(׀9LJb*[%N=l H/^8X0~ _Hڲ,e1L!㴑Z_(%uU? /7ڼjTdrGAYuꚓBF_(%eF!QD|)DH>eB2BH_(%_byPJvL S@ė8/;&Xq%oXY"9l~@a)aϲ,^Ɠ%@X$v{rx睷E#e:^x%lcA]C[%Awuu#?Ga,v rNdv5Φxѱxeg$erw X8¯ Cd 8luD|)iGHO.Y%9,&wyJ;NYgGW&&S@[IQ"K$?~uK;m8y {1cK4I%D= T~*!VロiOΝw^GJe%oҊS$ӦM *|ǘ邸o![&KbC[%R(FvTfڴx~Ҏ/Y%>H@ޫ9bʒ|x )ŋ1޻tXgߥb$cKSQ"K$eS K%Dal}ܮ vR+e#,1eY+K!5l &M:wŗ?@ 5Z:uRڲ,ؗxx)D|)DH>eApu{^y)KվUe^ZSR i4[y/I ,M&G,|/Uj?̙ * <؞kra4[ey)lkͼo kp=,26VF%I O>Ο;v mgEP U).= U;t@1֭Z7od t3P/~6o ?0skJxurZS]xO֖ai09Jd䣠,=B6R&G,~5w-LB*lY"YH>eB2BH_(%omذ'R(K@bsĔ%,Kx򕥐I;"%DH>B.D_ԨQ#XfФ (%L5'*Sv}׊R:O?X> k%^%(%@XZS}QM__ǀYA*{s H+d\Z؏T)2]oᜁQG 2N)۷ai.$T1+IJ; 8NHC1@IJ0b."u!yj]pv/AE$eI0o"n> /jxA DgI܉H%cv X-++ڵKM~aKXS.s"-[ڠ/dqx@\Ri+l ަ^Pcz-8HI錿⏾@RPQvc% `l__ ~7G+ue[Pq헼Ÿb)Krz0b.B[ +nK//b][ok}8H줉Qs`/)@IDAT7n} ƍ3\w!#r> ֓*xhd/7ݤFGq8||D0j(L.nhGm1K5Η k}(rx%lGyy|=v^ -|Q$1f0̯nr)|`HLRZ WZ ;Vc,3q>ۭ߰ab„ .s2w+2˺uW!oR0O2r83G>C}0$D{2Ng̘|;eJ)oS )S&t`2Гo֙mo呎}[w @$ ~}2gSRo6gCD=}CU70&vd_چY˶D,^N;ظp4'2RB_*j8lS#YNӴ/ԬYs-֤[u{nٲ)Ni3%8YcǍ>5k, qglZ pj8˩3wkq .F48^N?N`޴YSzY!VDrj 9˩?x*C^4kW3;.xO_zx>ݜO'ŽZx>UW\nY"6R/fY/%x* Ľ;c[#'q~ըgp /_bq i|H}/m\nq3?/rzW"ƝSJrj,Wp x^v]ȡҷ6k4_+w!۱m}miy#ywvۼ̪ Y/ |"Bз#:FY>lk֐lKz;w<;Ӭ.~{o p84aٖAm% ÇH`țRx\q{k֮柈 ?"e!L,PVp_{5;w|_Fx+}OTp"Pq{u@a3 \/#w3`̰!tgc}ks+t)3W߸b~9ƚs}gQWqaߥԎCg}&|T-xifÆ A=*kMuyF)AQJ>TI,5R*>_K}Y:3)SɊOv4i6}| KSq 'tR;,@hB2 wX]Xd1ԾkZR=+!E+72_>PA'+BjLMqcG`KalJWˤ=z_,?\= k\7fIsqbb_`1OϾϸjኂ+)M1_g3Zb_'0X.+/3Wl7ߠw=رC[lʍ]el"6I7< ~Iṟ{ ??[Į!%`ooz7 :Zhjw 1XR"M>wU:^?xuhy"vސo渥+z+ `qo  =B5?9w^ )]k9S+[_JS2Fr "瘾ꪫWAiFvskjۙ ې}YïRqSдIS i,_s4M@kH߯o4ijn@__1al\17MXv|JM %K59𪫮ְ۴ċt^!lK 9Uesc~pkGgۥ8gV x"Yage^1⦸۟);ucg5Abdm1>0V^%dHCVIڔ|?yNS]_xᅶ) BKT,C$n|txi{o[qgrI&wX/a)Ww;9BC=D']/=|1) dKv6|| ּ (c=a%Ov;7)|D0? %憈ڦ8q{Az-|>2/qS\vs]sQi؏RlY?휂l؈_^[3ժV-38믽; ?cX,k?x?@>a'*O?Û>BKT,Cfq\aA槰s.x.,4~))÷'nd8k*Su.K|n2!]2tyϯ0C/]s]/ sX;fp !?.abK{޵bcb'~J+}꫺ f>!1bOFaH)!+\|Iplr9{\4B 眭󸝋rt24.}]Q璏7a-gS[L .޹3m:']Kr[Nq")w\wiEK ݇ky'Y7.ٴ%يTKf|^q^z#wtv3Fa*Ua9Cǿ_=ye;.?W0|Ļ1E`1rzӚգWPR >oFP -,z'ds]_kz%ml`l̈'x!u\[!N8ys")<6&^*|w1⾴)`)՗_Ж mݭr<7*Nnn.E͂[6{7Fpl_-FBQm7(RLssݺohj,O0oՐBQݺv77o tcnj)~HqL*s\vJ2Rd<0]ύMwƐ&`Ɲ](}klJCX?EݬiSm+рyJ79Ȉ)],.K)?7oSj}f /}vL>,U'*a:.35IEj/.XCm<>+0Zb,2Mb4q;~Mm@ǀYVaY۞VY]bʤv'|efM c6̿쪘۾"5I/=`͆fX $r; þ.[8Wr .f:EQgܙj9rJ[56 (.]Ck[mmSZ4o?;vA"M'9.q2bUO矇;oQJپ5Hc .jnKB EMG9H| wx];̍1bm Iػ"=>'94+ 91f NvldjJa]<_aQj:@E v*H︅k֙s W>{97^4b; f'_Ƀ~ßd 4i`Eh\ϝQ *&K7xXƾ[M}|}e(Vkڻ{3URceiS!ο|{bls˴5iSZjį f'!'z_Api> 1|xt ),(PnQ|H&_Zp_͜1SMCE T%etG]7&S' ͛gʕ+z:Xn!uZ%Q}d}/Ԍ3"[;T}y⟩kНMjԨmu(LzcWw&٪VZuWSߌ7nR3vZ|VkVZR&nFL~^yU_(V7UV1iߦ-cƪWPpA r9̍Ye*O7oڬ^ze|wAjVmZ#;Eξfgji^]&S==w.Aw"`Gדԁ+1+dIO! ~iL>ln6;`[=uaӹC/\ HjY,}ײŊҗ]v9Xxn6uUQ}u=Y&b4V[o*.p9 ~a5utu(0"=\tO1smH 9lP!=+V,Wޡq2bx<~^?+qp;5Zzx>6Ofrʔj_W8'[h7gܥ ;Mk$߫b2YoT?wܡ7o? uZ%IZaZrSQR_N?_gSr5퓙u9K(lHQ-cbQj*UtYRٲe ~`'H2 3O=PQ]S@3_l /P=ߵ_ϩ.RUokBdOK7]jJ]s_Lk S/>"#< J!?P~˗l]w:];#_PjJkϞ5[uAYv;]c}S阦PLѷ̿wwtbjn&L'}:f+{[5hԐJ}' ?|;EٯjҤ }U~㯸+VQ&qvQ+O:oܸQ޻T#G~ncB7?S֢N:DUjU#;g%؜kRRW]u6@5\jZG(0V4rX1^vu*2z4W_cqVW>c=v6ǃd~F}kbS!=r^?cLsϪ9pN5nyfuY眣7sLeM@G`|Yӻ=M~k/<}UVMT 1soR%e ?_,&t[ϒ? )=87.@ AZY N}x(ΰ?#> Ұ{-Q3~~>b-Vƛ[}|p/})cnb}jɤg׬??)Isl1:L0eמd\^5: _~~<մYSuGP t? oprXpaװ̿\wSGFq1ng>l|`K׮`&>7N}`w<0ڵ=&]p><𧆫K/Ԅ-GgcԎM J<4_hd ՂETEΙ:,W<$$a<><}dں '2~~v?ع\[nχvj: G}`՗_я6:jvF9rTW:NrG'yU#ӱ}+NiͿDaNēxfFӀZXy)D<6fvt)}ǖ-dEN^uPMUEJ=6fHa~Wh-)'݋W,%QCĉcöӄJ0rhVG ^ G0;},} KF_ޙ[_^.؅/V[JV6q|!.ݺ#Q?8p|ѧ&5[| ! oQ"yyw9znþpϐ+AvED?<2}P|CQ7P"/*i~,D, :j3GG~5 8Z -B,NTL^3̨ Ax 7U`m9sԾ[fcۨ*_l]={_]*Lj tnG*Us`F$h&l?[_hxbqڵc^?*f]>N^EGQ77nޤ{]' K TUTU Iv&QHkU`w`{7\81ftC=ic~q_wcj }WL;;]N#9931}oF |s[ K1ҍ?{xqSpWz5mư-8qPܫUj:b]i1BK0Jw}GUqLVP)bt"ҲOS|X)3<Uf{AW9J8WsL3;j,l\ t_XBÍ-0Gߛcy +69b=xo(ǪlKx!9 nzUN/=8V\)W};;q"znwƁ|K17xU!'[Uݳj/IMAyW'D5hȞdGMnGc:fOM6U 5̡̍U\K%7Ө!ןzѸ׏^oX2;̏8Wsgp-LKe4¶a;w߳/}Nvcùb.f fֿM1^`ݎgB{z_ q|:GA iI^_ WT{W" 6xn3=iCuܙ?Ȉyn YK/+}(ޠ3m۶O>D}LwK.v@ßT_z)a5zhx=r۶m:ڑ83$3sE 3gf*|o}O:7nT@]-ZTfR8C7iLi檅~Yp=~o@wd (aByͅW-ZOW3՟(?c}ƌj/ Jڡá EHk;}9C͞5|ߠ3 !n:tXq(?`5^e3^3{ZjE`o^۾=JSdyK*^zY O87`ƏWu o|6M&ML]hyBӦNGܱm-[)qmP<֭Wmq,] ~л`>[x5/Gлns` Uz`^WNܷu!pmcaG#i یLK0vSմ\ծ][8Zjrekp(cmh?ξ qo٢ʂ{td?ib׼m۵si˖-(fv~nr%H#1VBPZ`*;z}oGCـ{lab|,IY_\lH~`CEj2CcUg %ajK }~.Soy+k?\4oH ~ZR_p'b1pӺ _aI#>vX? 4xp*8XA@ czX3Yin `cw=wVgƝ}/a3~+c;|Yk|@͍E4#Ofy13aݎr16>g?,8~[tlW;PeX!^r ֛Bb0c=r8ƝcƌS?GmaLO5?b_8Nǹb=I1v8wcis1Ǥ1mp{1?[(?N{HsĽK6-d&?v8N×V#`% α)SLyO31#1gڎUZx/A #īT}qZv:F`.#2y8׏aEKzIhfSqT/'܎"<">`!:4CǎTƚT'a؀}ww1űOuvbq~$kULL/b;j?^@܂P3:S'30ϕfS]ֶb肝u7?zBk_ݵ<)xb p?5!k)UM3xi"8NyD|0iڗjbU3Sl0/wӦM|HӦm۶j _n`ҼWطeawe?z.a̛6m|=ps9h{@[+qϞ=ǓqV.TTy}#=+*UI¸]6ɖPN$>rs~g Lb<<0c J68: aˠY\4sئ1r>UYX@~7+!Na֔W"Ϟҽ'Kx|9a.6űO?R/Ѧ ݻ{Ybt6KwǮs>MEV,[B8N8X}oNlZx#;=kIiEQ{$K}qI*DlZO>9x6j).oHvDűYW|DVB }/U]s ]6S!s WS ǃL#Eߋa m[[n%VcwŲ X.3K>WXK~L ?o d2}'ܫ3|;:πF[LL/ZM3w0^@l!!ĖsS #{CSn\ā9yό1ZRqkvpoP}{GW1>\sCkY9*NM0.n`m׾9Rς{EBTM) qJz'! KwO#T&ړB "'41??:|L cO>`a>C~S;ou[b}wT|ʩywhbF<梬WOd9y>/9r]NCd9ϾR*f“Ω|kbf? E\`9 i-.NMQ ȑ8ujr>ӪuDS%o˪Yujr>EEIGt VՁĜO*:5sjE<)r$yϴj@yC Ÿ|'r^&3YTtD`ex^/Ot8 ̩"ȑ8ujr>z`Gr2} E.-$l?idXiC(R&2BqطqN h#Gy6/jP'+v -_-]N E1!2@\wZŋe]_CbȾRFpJ^]p.aÂc9?Yƍ,Z1v9+ EķAv# ꫯ:mɰ,ujr>6Z}_s rn ·o*=~])Kd\.a~; g;N̩c "y8`7/26ROJ|Τ'3X_Xak_qp/}yuq^&3Icb%\NqVL|&ԓI2~^SзoH]ԫW7q>pm޾8T㦱*{}&ԓ:'MW_L{fe4L'щ~^q/^z+ᡳlY²&wlUJ9N?"f)ڴcF?"Kujr>EEI{:aӡ }g^I+rc`s'{ uACd9TM) qJÓ&|m٫wwO#T^s1Vc "g5vDǝgN{uFDi 舖2\S0&B;?JSk*}qcL< 7thǤ>y$F s\w=pG8*P]v,[CI9#.p Cڎ9Eo vf9:?|8`&L;wnkFK-|\ F~2*/ԘlqƩͰM<j׃ͨzT+.gވ8I_R m/GTTAM-~ խ[xc՗*GVp 1#I z/fwxmV횀?٘z8U%1wwؒG)-|Wgx=5:Oޛ(+y#G{qe5)a/%Όzx-2oê(+q?f(Vb^XE@Sp o8:|N8] /x1cX# qkRik r5UJc`N ֨%ьɺu$A]pX)Y[Ǒ0`mҚ5?%K`~qbLuB[`>`;!aAb\-YD-#s{=ϩ3a\TY0K;n`{ɥ0V:X5끰.'y4/<{ eQAq [7׮eΧ՗:t>q~oqb}q~ZUG_h~txI5ׁVq S;c<ߍ{uSs`݀̉lL?z,c>|xAWú_xNo3gUECs\K|q:]kx=PVβ@k&,SK-<*` GK`ߍ'C8/ᵌSŶ)J̨1Q#!^LCc}x_/0\)/4VG8^$_smV_%x9ƬZ\o(p9GS8B#ӥ0Ljx&Ԯ[^3p+aڶUիTW.VoKX}Ĉꒋ/\~GSy$FYwΫq hK\xz78D2#^˴~ca90O~ZF @~/[o kb~%bR.g>tl{,`[@ݮ݁{uZ&^#/xaG/u?/w{qk ֗b^ ;N;ec8NBڗf%Nu~Sb;oʩxܝ8A_= SR W)y>j׮=],o={NvutxW_|N?ʜziV>ܿɄm)x\Geբy [R{7!烣^_;p?t6x;_Iݣޱ5T_~>$vMR] eQV?́>>`'թ XAgN;TziwcժwxMF68ZqWΜ~0=A}3icHg04 4QVmU7,|PL-%0 YY:9rA!^XJ6*}VXS!g_(H[2;K// >8*iO:@IDATK ,rHy*.f8u9V۔FYS!);GJADI9&;r,)\aH[J 1a*hA00cc(f:TYjK`C*ȰHYJ99?⼮}?j4duyqR~jK9!$!ʩr"IQȭ@<EI@AC+_ytuwu}USSI9%NYEh/@d@"'s;rb{e  U+ӆ`5̸9MsB9s;vYwuKE1aKJԴ덇q8FT_ЮZ^8}0 Ʋ ~BU`FY4jc~D\7dMy{܌`ESANv"Ѥ[ 1>O9/=8_Gm70Z-mA e`5u-x_q*byy^ĸCѣFzEZT@^*Js5srf?NaK';ФuPB+-3g1Ĥ%hOƅO^ AZgmzJc?ŧ;25jm\:ىP&KoIaZ׿O~F70Jd'BMZG %Ғ{g͚̍t=}*,q>7⋾Ь6.ę3f%s%R t"#ڸt&Z1>s? "K}}rzμ5P^e?O]8^ϧKh_Fہ8G})YoU@6OjN m\˫/՜&;rp?}y`˜3׿Nzp5v$+^ά!*qkc)RmT: gq8Me%mr"~ҁVI{Tk|&5juμuR~(_x7vq\~P4m)qK=4 !bW}Î~ze/zbMb!(42~|DK/r]VZK8|Ow&>BhE /E9]>|˜I~!{z #Z6BBMy<:ơLB",NjyW@+J7āw%ڵ(րT9_8?hmV:TV^84 !<(0pQe|Tfb{KqiBC0R>s_u 7Ihp3odnǩ#0TXu_\ IΧnPVzhEk/sLXq弔Oj Aw_Kzz~c,}^(:fjTOGwРZZQA6B\5.#a|׏ N2\0dhxUz #/1g[,{o9~g8uB'0b!o:pQR6}}){on v/q_~u]ǘ>lHVIg/1޺wlAo52 {%X/w?LCSR{C2_bOE Z +(SN_tIu}\a{CEլ?3{"X p^q8RZ{K7tOT0}C45ɓ{cz;{=j24xr{77 SN9 >ӏz%i8IgCO-'M$= ~EM]Ϸ?O2*lVK k&1w@܏;6Lxg?鍹 |Z?ȟ-Gq'jI֏?SE9'%~5Z]^x7H8ɓ&+f.HF`5SɅz LGqڣ֒n#Dq|㸧A+JkA`)LwaR@NOdz#jXX]p@+8Q֢SF4 t.cs[{ЊZvz4P4'ͦ j'4K^;a)!?Oef9n^&Ƌ}P A'9!Λ3gݭ{R`کslnQ:C:m`[ńDgd Lf͚2;cn0^ZbB\S`_@;/aWxU5AjїR T(6f1!ӮV9z^^90pZD 籽_x5عy*%ՠ `ipzKk*܍vN\I: ۋ=/R7ߏ;9Ωnbﭕ ~>`C_]c94߈dB'y ƋYU*X}cܞ{5ş^j޴n?T8Me?$)dbf(i v n[l =\Cuղ4}|>V!nanW+O?ʝ&HV1!@3z^W/~q,_^;M7(Z Is\tEƁ+/U NL!]#5eEE_W:|ݵוL?blr.  l]m/ϟ_6[Z᧶ $W72w}A・}X@&9i v M-&Xz/cByM;zN~Ѭ:|LʆN?";x?3m*1lʞkMۘa1w]J 3>bҋ]|JllUwc 3yIǩBGqy[μϏ:yx^ y`gv.T1_8^|rk#>-z ++ZϏhRX tklm"`/)r}}/E_cklq:~SmQkpK}M$0_I?8ѠE*أ^qN|G-fØqRۇ 'l~H E1c<| n͗vZz&5M$0_ZU|S殚oMsv2) jcKWGgy1ÔG}Ov|!ɥŬ~?w#v @E`>[bB7㔭Զvw; jlSl9-#1VoT5[A1K_]`$6f=_ ~^'\6at[0β|y#_u6/w3k\6|jAVmlLtp~u/zJ+CH6wy|{qƹK?w?w:ƿ)܅=y酺&}/~hU[?%23+w]|[4n񕅄,r%-t?]9'qg[ ^6fBed(a$]nhjk򳖤ؠwِ ŠyJŒU!gbBF+?1t5o<@?)Ӱ9A|bNL B(ww"]̙زӴN cB&=m^{r lͤ9%gf'p+cTR3cIkLlz=@](;tŝG]FU-;31i!czgϽwP0Pi ksq|xZ_:L6Pe^@_57>W{u~ԋL]c۫'wi Wk9^5Frz&[3[]be/S  g/ms?}Sp/;-JaZgbBɌŦu;L\fl)4I 3|ɗKKZgbgwBR 5nC?2P+Z+wcn9-]I'CwþϪ B(~p؇뇤;ïrAwbϵ_|nBm=+MJW`߽5jls Zmt,1Έ*xC%ϫ/׫)L|ٲ):=@;^sq~*Ŝ9~Mf-?Fv6xcw?DVV?u'O]rnbNy?BZ .@s1:ʡ--T;|VxM,~[Ŀ]Exn9gtyD{KMku\0[2 iNwə>GࢻLsΤF{|9+[vV׍$%l@yN`LbOmdzdy y9ϩN-N9[kc`=@>V 9'~n$! _9ߟk8Gw3&_i-n7\)s1h95"Z?Csʙ 2'T s<Ǘ^X:/:o¹Nyaߺ9ru3/w6hCc?`rA_Ωr0^C!7?^<$;6Y0ZV#cOyT־s>N5_P,zZo^w9e-`>uۣwQcs*;/q*QcLb.蟊?^:ņtLOa YSN;[b?>_; oP3׮ե:W\U̟?xOu;?O?Li=J3  8WOJu2򡃽 ]7! ?uY:){}iBqY(IF'U0iÆ2X+}0qIc>FN̤z<0(_R.&ovb[l) ȵs|QFuL0P)EzuƜ&11[,yl7 j§׍$"SSŊ+1ə(gL# nl;H^?jm6Dk.>tKqێP<"G;Zkr>@LOZ=ʦvFJk cg+wWNo,31}} 9cs;PvKmDMG'[#7Prq dfQZCDnMb&sS}1tK[ƁRӚ'CFU*rFpFq?zn(ΩZ͙0Ԟ (&}bJkPS_ Hnsc8._}5Dv!f2z,8_&J;q.EG$s;`5}(1>dn%w.kpGdU (l yKuPΏ~ BğPnx5?c-9\sdלG~dl-T1[?Ds;2q*?e"J}(ۍh K5!8rS6q{|Λ<șySkOb4?kT[c~ $(m.3e]44D>%\rNd-\ዶ 5&9/RzLSp\27뿖\)O?=vg}hjg-ԑiM۔%zu o|?B忔3Nlهwfʍ>A5fTN:YF׾Ѝ(Gt1X̯'0 8lZD Qj͛;װGQi'>rODi qܹ,#zy/1%PTJ鳡&CjxEA=J8\kH{xS6-]J(CŜ o 1v5?=ng-wb{S(7I֐30Cَqs>h?r84eї-j߆n@ǩ}dK-q{ũy5[SM3gy=vAn%}gdL*~ VӨ㎭y/]ͫ/j4jjg4TiMУ}lh{Ө93}I{\k8Y_p|~҉'edS?#v@d4"ҽ&޴ʹBO_^ H3_դO Ai {,8"׼p?gՍ^#oKҥ2erK|mz@WDzR.&@UMHV/WBg*[oF6 )Fɭ$[Մ̼oQ޴3-[&#Jq.+lU _Qb5h~݅G߭5odI^枤WB}0'nyt2M'#G\_d''e**+VRɖ:b"n_2O^_H8%|wE|*Yk;+~ 0Y0#&Ws)h@=~$]%E}$>N=g[d&Wx~^]#ߕ_xcCtcp˃9NyVyE'7S$':t~$qiq'x|K?%٪& I_esעOPR'cFm5d}X xL/zӣی @5GσҥK]v٥W~ deiةK,܁yٜSv޹c|a g/~RF?3>C t_g׶3fX61\è wiu]7&|L ewY"w ʝ?|j/1Pzz<-`f4)UE&_m;\c<`s{|_2ǩ:H?z^q˗9fѢE*)8$qZL(ѭs|%:?-ӧOW346aWBoE?a|@tn _7wod,<ۙ˗/+'#U_~ ?-~sd#$[e]'?.±OL0pOy%Ի$\֯N|nw-/[]7ֿwlu#I;?FvRO K|e]Yw^|Pn{5 ;Q?Zge:j\Xy] -pk~(e+.\_J 23р\BKbԣENXw޼lry 落bROGE(tZ3Og?m %>Ë;S>pf=Dh#:QK-E(y F1Jsq}^{U4ib1~-M7ިqWxzI_V CW{YL4؂oL9>Ӌ*n_~|g_A_l:a,- SߏC8R:6~ڤI6ߜqݵEO=]oUJz`J8f *ͨk?U3I;o>؈V_\瘍zI _KB1ÆBތlT_s4T#>'IoVlBiEWw:Nen\/)k+hno5f|q)eț~?fu8c,hdYz^2rЙ7֠m1Xs <} ch[c/97/ y9HXm9ZsNqW0K.An r /}G~zz ?_60 59ڠD[>+*I4>8iݲ^CRR<<hRط___~;|V5"*hW|bigAL:fl*,n࿝_␤+oF]KA(}QqWmV^Y8$˛QaЂJ䮭z-;rϼhΣ>"Ѩ'j ̍u-Y"Z֍&91a {/XN=u |يǂtG˹ܵa(u_ t0T[q~s75K߈OF:WM3̠ORܷ.+ŝ_ !kb(*AkЪVh,WG?o&*:XqǾ+ Đ#ĽnS=; #K$ L>%qn:})V]-wh 0$NMڡ38yEsq3AOj*B 3|}"MtD/OaoG_}5YSј዆Swp僿0CKF/LbgL%\y/1Ԍ3-GqK'|9A掽3،_/vy(U I[ૅr׿n9'O;o$] %?l+ $\J+uXs%meuC?rO#}ia-dzWOdk=>y/ZR~4ažh4Vu4_x\ s|YEιO@uh ~ /q3rN 9yBh85q0D]8) p~+Oxr187UwPÝ4|8"NMڡ3s8s {8{k5.*Ti2wCwpLUƄ7$[st4[I`|^BΤ<>Ϗxt#U(cx~LrӍR "Ӥd@M&UH7i~|Rk~=S_9{lznw9q9X!1aݞ`q%mpm s1i)[c/p6C)ϙ# ş *#zN%j=>x3|Ѡ3nk_}r?@1qkdyWs瘰B9I#)wذ1G._µnf9FA?JM_5_ p<]_5lD&m4?%zK-w?3rm,=/Z x]2)?O/_便b 0W*qKҹ|bᮆ3،܋C<^?f@]%{?;~= oys?VW{ 8> L7uzy]j M y{B6Ɇu9t1!=!;h?b-LƾTb(f?wth;|$х|p]?k?yz-_ wȑn㯹OÉ^'UHm.;$?5\#`PYrQ{r1whB~:|މ^:?EbO?)&}o==Ï8έ1p`}AÝ2ɀ;}?Tƹ L -r/Jy(a( I'>y;kk׶N> XM%w5kV;ݩрJ/uNÝ2ɀO = q:.g<6_igߎ_}{S!v'2온tzANv,8=WaC$1qP]uՕT-?AϝGݎebL+NktDEtu;/]=af=$Eu'1!zW M 023ӦMt׬gPPR!cZо~j:7=iӦY:!d ]w}qz  $i0>mjIw55/-j?ޝӈ~YRN=rV)E<QOsۣ-]M q@_w߻a.8h8Fz 3|9b)k1`x)z$rL,%Z6nT;o?u5~|GZ7@FֶT9Lė5gkJOwsc.m3nv/b$Zj?rc8Dlqx]3? g6d~ _6wzҀ?7Z4g}u4GRse Ƅ2(X;'o -' h&aP7=$0|t鿬(~CΗ~mBrN1b kB1wZHCm9&Y*UZ|H6b>bk0;NI,|O!~>ZKzN 9 ~=@O+;wb*KsuX3>'L9@Ę"QYqzos$S_K_Wd9Ʈ 7ۈxPx^ns ^sd׮9D'`ԺQoBD>lF'֣<xgď>Ͷ6>#!sӄ$>G>W['N 0.;l v W9g3;=7cwxl~unc7o͗/|)[WaI=/Dl°C |a68v!n̫Bh^b9昐E9k,r%KlsvCL4DYw8&A [i[1ڸTdKwf`bQ|˙3Qōo8!$z f3X>'OgϚ,k?o9ӽf|e[%0.]Op$gf:{RjըDɎT+ìocD1Xzӛd;v(W^n>F>ØMboz7M{{w&*c JoB3_"Hc._Xd;q߆X p#?D UL$Rg r' @ nwCn vϙe;~qN-X{/J@ܑw؍hPpÍ_~mþ25H(pHƛnr6Fb JDz{_P~Ar=~tQ'pԯXs ]Ly?SXtPPR|`&[ٙ>db57hqo0 t΋y iܑ/TSY#ě| HCV_h DZ-G9g^# KJ |bΏjw:Nӭ;|(S{}ׅ?Ϗ9-ΟzꏅBύ q=3f34-^ȖY*c J5?Swx}.W&@1V܎*"$[M 엿)l**n7.m LJE)|8 ΧyrX?5X :^=ABɨ/c ;~[T3Jx%~~4|WX\zb0w,Fc 2\t|f3A\?&Jɟ6&v&9yP XǛϯ9P5 lRGw[|oqkp_ԫvL_DI5Ɛ|rx"_9#(y?n?l eκ܇:ֿnMtR7Zu?^$XS|n4.QGZNo2[(?ڎhPFHoSplݶB̻]#8ŽEKXu 68Gsp1F7?Oh37d_s3zM{k^Dzsy t옱 yAt. }C<Wu>`0㎭5=w:qqS5s|/[9C-gxw?;a=P17D{#]7yF 5oW  ~O9q?V6?|GQ=Uc %cY7wΙՁٌA\|5 F4bI&d~ݵ߰s1%蘪 '`M]w?ʉ/T&Ʉ >yʼ bgrcCMZl0ɄPƹ#{aGjpQ*`PEGYE|+6i4y=lve >?1pcG{+pk1`|qs{ |&Xce0w1$T1xIǪʖ)mhw#ms4b #F-/[npr_R *߬16ԄTr6*ɶ;G e+c3 /+?w{ņ6pCTN崰b#W8 8_(6Ԅ ×\'6ᣛG1)T"/=$yܟq/ۏ m(>4:V6bC=rs{L sFm̛GОIL Ç˖5 t Rɏ?(lynOΩ/l _s0u):CF+L\`dt"2 VR`Zd=+6AKKje9AMap( 41Џ#h%s'זv(rB2&6d]si8 /q$!4?%׏ƽ ~pLX~(2-bz`h㔮9KaCT|?砇am&eelkar^؈ , ſUWR(ӢqK0 Ԭc#> 2ëb9~﯑^*gᝯj/5 5!Dv`M@|iFET[Gc(Ӣ6+_K8uTb&Ё2kS_GOUyKKѣ kLze"FM2!ʴ_x!s\/]Y#)P軮X۩~I'3>)崐'6fѣ˧~ZpjGzuXI}3g}qeSP(:CUz̿]s|.XÃ/iϧWc3s&'y{mLkK=/)XCsW luucuoTM;?F Pŀ9S_>z #<?d^Z/*TJ?RZzb50F>Opw,8u]=Q2w}#G}$?c@;:B)P eZ}JK<A{Bf:(M!4JW'8P6 s"{Y0 #_Rl3۩gyftCfQkt+6"W|GBG_f9ܹc]C+!ԕu[D^:'۰%䔁V\CUcDŽwv[Z!z'-3+!$VS|^QZ+]awFc%z_R1w#}رƅ 2ִh8dXRZ+]Ǎqg{ΦGj/fyX:5+!8m[/|&?ǭ[|?q/o[Jr=,#IZ`JqI=Nsߎ?>ĠE? mơ1w @K8 s;/򡆁fY FcqXg[ù1v(HN =c88?؆v?+c4yHt!qd֬!Lˍ,Kgxnv qo` Ƭ5dC{mX`ӜK_s':ؚc% utWΧ9z>Z B5;Ydxņks`KHhͧ/C'FZr zoN9Ϗ$Ý4_PHPv'u;଄@ qwdSt,zk_gw8M?^/Q ]JxLJpSɱeXU?kf ƈ]{L8yy~1vG--g;>ۏ)WS1IdI5H xHCK[?FV19/f3>gfAjկ|΍ǽ8pp<_Ə/jErWc;N`r*qp9st@+)~אJU4I07_AO؈ J~ϛǡKX4{%c2vMs:ٳm̬X;:Sb!=VBFE+6\ uo2K rP$ͮ!@j3>seÜWK} 0@菳鸶g[=9˜Vr.אJYś YgmzD8G|Ӌ+V(UJ{r'/  'OF]~ryoJ`g},}`ЕqxL>]1:Gq֟vxr\BvZr -wX~;=6\Ι]${wG Ztat#7 tfQ,sVm FN ȉ(1c#Cr }W1qH0׽t f)!' ə'x=5 hn'q([9AxNgj͏6D7{twhk%j[;Ozv~y-vOLﰋ|V03D*s|oH6~FOc|js,4cz9Pcz_s]I{$ēqS!tr#eyKۭ5f}:& VC'P&ĝ(I G2w->מ_􂟱KNo)>i|':{Q2O"hNJzvpόz@4g"J64vx)D΍zŵq⸃Weyܑ#G7>u9ZgsO$a Gb[?kFf/ Wl?12'鵬2d*gs I0 F=¯윚^r؆:?mGOc?)Nec9SOy}э4聯6{_l؟c甧rpl}rE1N7r%7+1pW!`tMS?aXBFڸX'w[6xDMѨ=!WNǦpo7}؀:epVw|ig\pX{UkuNuQf+dhNjbL'x (_zQիp& wDl=w߽; )$. ş XxOl~)atŸǑxq/{soAO,e_ Cg͘QScl^wtq»N(f[7YZxx~GD|~Ϛ9I4帟@ܷVw[;o3GP|jWL:l ʙiYǩi柙3f9=J,^w]w~W~>o^ǝsf)W_WLٜ}Ͷ(buϚAr&:QX,f9v\֙|\_} Ŝ;)_(!ׅww?s:q\|J_R{ N)s|ٜ4\9s-_Wg*qsz1Λp?w\klFB) o!?=S3xc8שKs|! +p}I9Ex<8GnC;NG)3<ϛ.ĝ})S/\EyGRg UgΚms;sv[:w<;9̝KWWL|L?Kyq?GK9bm|>r淴O)]/SON9g8!9t=gRc< IR= Α|^ڂwgSY3m$W_@1|K8x-λqJ$yt tЁSHZEciYΧǿi~$,z8/s۴unQɉ/‹>dK#[8Ni~UNxcxHtc6/w^5mRʰA^9u;Yw^yIot 1}b 40rN#^K!Knr}ͷtr$C92G:|xvn:yS7| ZбJǃ2my;75}|ʵ猬Î*|s5X9se<8 A|qJ_%M:-8\9`"ϜEy݀kucx[B:NU׾fˮ:St-רt%UM^e&u^KtAרn1<9FSΓv^RzʕݠU/d}s?D(XDA/VXAkIq_׿Jz/{~?X>½Τ6|կFS^s1ᇊz~+!Ǩ. 9DOO?Q\qt* z ?WEO?Uu dK1?E1}}(漁 M2%/H!`?~}ҤOxs^ϿR|Gj| $qhѢ)OSCqJc%_zӧ?^rb/0ѓh[7ܰxE}:O|o$~{rtbM6T6'K.2 N0?+6xbK7[SN+fϙGN&W.އNףߊ&bImTMŃXI}t#r߈ @Dy pC>x'Ox;$:0(o%=w^G1|J&: HWkaWӣKUy[~Kt;6/Ux#pbǸe^qwz𡇘ڥ蜅Y|+9/{שpx_ tt˦k5W a߹DDZͷLO`(]c!qS~r!:0(Botsp$ш1yoX >^x;sNt`Qk\!&J_N{JK[eM=w Db-ʇzH?}y%TM3ZpAY-!|9zlA!SA/r;Ϲя~TcRõ;Dΐow3w?\?9QFߩu%w}c9w%(5\"=-ΐosl7LgY)&=}R0WVsf)9D*.ߠLTBD6+ww(/1~;2D,Zlҍ]A2x+/ݑck܉ۡCe`8MW9|p$rmw0);?sAh[hu %o`n?7_¦dJnlZO?7H{/7s+E%? x. Ƌn >j enV<g_tIE|(cTxZi R藛c[n%q3*A}}. A >z?&ܷb >Gusg͇.?|sN9q_qg?;Žf^ vMJ߸SDP.3g%:"_%z d&^mKYJfCN?sQjKU)HIZl%1--?rNc8+"Ɓ@$j-AB>6ܗj ;Em_\|8Sj̏nR~ԏ³kR :R8}XyɎӚ2;>[/Ebp6H(٣&Y!go]3kX/G,\/m $Qk)q?̏>8_~9~R;HZl2b cs퐃7%x,?|}Lr)4H:IL9u0|nȗTG)`?ދx|KEA v%Ǝ%]15KFcOcIbD+`CJ{fvgvCp;;;;3;;;wᄏ8K9cSG&4c{cx~$*:S0NKoҔN !(0z{pyFW}lg~O>V0#7Cb b r4\2CZ;7byжĕC8E Ϩ9u#y9֑Լ_^X,ӺsiJ͠3w>dw8ۉ,u6J)|O}n%4O>1t ! v{q%_L+!:sY~+C"{QPaРӥoQ2ĈY6q qa{l.!A{t|&_6itG tu!rJT!6q qY4yG$ ; 8.8|'%36q q .u v^&ݛ5m.8ouW,*$?Б*ڜ1R$3S|{0)R@88`bZ .]F>sԘNjqgf3;uގ0' lm5i|'@O!۠33O#7mt;u\׋Ag+hwUrbz(O>xN'Ϣ-q+Ν0Nu/ۧz9o_kdgS=kv q4ulUbL۶̆b/ !ce(<J^4e?S1hwiZËMҙ)>8FkxQe9$Tm!7ı-Wzse6q>>ۭj\ڤicӰ!ϩ߽姵6s7lq:uuo c3V;Ŧ89y ixUh1gWa>_clbx 8N[ۉ%X_ۨς-ޛ1 :s”%8fAw,/|Dn\Ӱvag8%{z-Pl,XpBXNN~5E~<DCk]GQ8uP.} 33z^|MDI29EZc1̩-`N@=5SBXX0^{9Nٝ!Z U=ycexEk;gwq9!173鸻ml s*lf!<:̭ oǐ5^,B8"v7O!s(آ$8z 8\vpph{n^4^ s|y9־p4[venbͩ{kq:njڴ9<+ڷ]5|1qBk͝ecX́.O%;N4Nct_P<߯@oZbK&mí-GI&¶t`ӦP%_|8cólǕlfh/^̟SB{ 9l&s稶pDOiy%WSjN.x ›`쮣w.1v1*䇚+Aq_:x߂~_l寅c&>ܻݛ`K82v=5-71w5[Y}Fs<3V{3-[#`j5V13.2˖/70o ڥ)~EokܫUpD;&@_hv9-ytotU|nrԗ{ȷ)f„a]|[M=`W+b8{|ngӸV̕Svm6AosH3U{82t/qyu[:J+xGP_ 2 (YXMш5.@kI?įu8XP(ӎqƀNj/_?ndP",A mL@'%_<<ȠDF j<2Fd@_qLGZ]u4 H/?CzczԯYj6t gRh-'Ɵ8B&h4_u9gG{qf*JqIppkJLe]&S46GeACar\e*1AJ7Ȑ y6PB(??7v qSs713& =ոP"~8::%ƿՋ;=nXQ#AJ+i $u:C[cB Ќ{lf;as9.jr/GڔO3T\~kd`׾+?~G/ƿ6P C_UC2ʸ)~ʑޞݘSWYN!~Q +P^RSWYN.?M_[6/ƿƻI[0 =߼‹,m=8t{C@$NS1CJ ʌgwСH|̀V~<4N/ Z8%?lFXBr*t7O[ntn_D zб~i? ݄kcGDꖡWeqqYNawdS*;$C/%q 9˩?ffI?jVZMߛj3l/ N]!g91 ~0M?2)??(VXp"t 0Ğw0H$06I|!?_<[km@IDATYAƧ9a$ !BT?}vPSw&c7@z_r%fOFC?dvٹ/^|%W {0sϩuU̐30E6*Kht[RQ.D8kcD+;wbB5Cƍ7>}wa.USB`y72S{1ɔ6")b'ƟaAlLIGװ+e]g%%(-S98ʷkG.^On$ (D1rW_O6}ir\Ǣ{,Xln8b',MMe9S.> iL]-\b@UW_n}YM61Ta1h_pmi/Gp+.7Z4roM gmP6sab>cXvͫcvݵ="nl?+H`1b>mv0mmӝ31=4,M_45uNt@J?!Hql^g[fhbN|<ʇ'b2Vnfs}x_7;v#b{>Hb:@ر4-fm h]*.8KxTnel?'tKL?w}͠nT vljXXqV?rlx"3Q#MwEɿ`oI؀n2*ƣ]eͣkCJ tyJ F2]|؄JӧON֧d( a?6W*/n_5Ǫdͣh8l~1(F&sǔyTnNlW5EPvDS* RϴE27ЄF\S_汞7rYʕpy̬%rwv )TuŋMO9s 0iڬbS^ a8<B/5kԩ3AO+?8]Luߏ;_nVHM QW-##>i%G Lv[&w >{ 3/M=}o }Tbi"1ϿW6'|yȍK1c~=|ᦛ9^sû٤S.]ر{mH}>A.=2Zrm +??_G~]7ib<3nzAh0js+[K슆E#YӞƖ? }O ;x<}lR.ca6@ߪ/)rr7v~B ИKR Lq 'ߢx@pXQ" ^启*Y&(o0wl>@x:u-ctIgeB;/[6bk>b1칫馛[ng f8Q^oЀ@im 3Nbk%q8 EyP8A64{*k,+n$\1$]Г1 ^ں\1$]Г1 ^ں\1$]Г1 ^ں\1$]Г1 ^ں\1$]Г1 ^ں\1$]Г15ׯ[g.r9ᇙK.J"Ew(DJ뮻μըqc3bMGT*aW5@{3&A4]Z8.\H4fR # HWo[ :. И+!ڟ|$pgH,@'cB7vnkڴicvn{Ӥ)IYE`LJ NSY$3xEv50+Ģ z2&+A[70+Ģ z2&+A[70+Ģ z2&+e運!-B;QƬ*܈IGWWJy2K/ _I5~^{j3+D\A5?k,;W$Vv H !9CLfae)qf7*<g#T Sg^^z9c`xtÍ# Z9~qUNgMz 9X|΍+jmgH_DWh1?ʙ%sN/@\@߸HbQ\Vg\\\? #{5.\!"돸#h7@3H##[kך]{0S>u~%U$Sqo\s5mZ1SNm>[֚l2>lUziŖͰk,2W^y[S,ʔ򥜑vܙϭ[oL͉lʔ)b83W#լOSO=+BY `$|UcV:eQ5-y[FO)?8PS&"1x[E q.?@d+C 7O\>#?1+ }ןqIsG"Km?%?[O\G\W r4 EN/N]ts P˅>:p1B T<#mi ~9|Ҧmjte91` S. JkU_z xᖥwy'M].D]x "!קJ*`ec2NjIdm((SIgK8/wٲeN;O㏴_b{]iO7'xR:ۏr; Q+c[e9,8ǟ{rk%g+62eJGHq+ԡ!ק *`#+1R;\IA|mʿ_1ظ뛏&dvwo<@V{ɢ9\tE˛ol֠[^x*UcƼjVXaڶikwj[=&z{kGn&ǟoq=b*1[?1h7Ւ&.l6&Ic|>8O841x X6Pfio1 >/M84>2Ial4c7_.=xKOu1ks!WI)bH1Æ]hFM{a~k)CY s\bw)%@rqUN'pyٿ]8gqWM/0oYr?o>hƽkGr\ )~|o/>Ot:_ܻ>Eb 2ֺu{k>l={i>o[(amqgS8Ӣ+gG0bmK)հ 8_GB?62уsZ]J "cxB?2b#E ߥy[.%a+C!_.9N-M.HN1S;.3h"V[?lݡ*ou޹u+vXCqUuw폦k(C1.%_\X$? |lRd>N@u) uL߾}LEħCϞ]Q:w1}zrU O?"w)E+ vsPH|@®lޢT,2s1vf[7]B=bZ@@r+$_Yۿ`|g$o/hw_ਕN4<ȣ'rcp*_쎺_􁏚Z4S[>c95P_6]ld! rlwNC+3/ղu+ӫgZ5x^gƙ .8| t,t}[N0t0;86ݺ7 0x_lhqb9D.oU8 M70֯3[v@^q H8ZQ cƇB!4?xOXNuM/|f鲥49і-8u|fμyn"sFύ#;>pa1:wdv[6̖;JN} B5yG̯YX͚;Ӝuq @l?U`=+PoR￧nhs?q[(ñ O;,'pgJ6[&3Ҙ5k֘^??橧r4 anLU=<3j(_YA¾קd`2IQ@7>tI<  Ig$dS,5k?$? ؜wЮ>9̼rAY )'dJ}//';ݙ;hed@Sh-R,Sd}ȍg0eILX~ V6˔?vsϟ fGjذ!}ߥKoS6TʄZ2Y jnbK[oek/FieLK`0eE?ߙ1Uj~!3ϐ?i>if -R,S֦f-acb LSoC?hzMnL(<iH;viRAK'n|#F O1ݻw9 2)Z2Y,lӫnf)Ns%naf5En,vx Ôў g> SۛO?oЀy7_Y5ObcJ{>C)qy+76K,1!S^20Y)Y~y?|\%,R`rVmZMG)/؀>ahLSaC %#@:eʊ>|ڳgOxbR[n6ï bfq9*8 "_mlK6زd< 1_^r /*Jj/j+j_z;I[nHgsZa9s|.܌REJYXqC0lEr?uPvgKjEc] ?G#z"{2#n?T_6իؔ ' 'l#]/J5?k_qY_[1MGĖH KW\ON;sI{wm=\xᅲ>aJV1{;$[mڵk3f$,H֯_ [t_wܐ\s52?sz.|_|,^8?C= 9S1֛Oް>\5iSiA0Q K?>|+MԶKg%A=4h1E-•'_?c [V.-ys-6~myK4?vؤ~?1$$/"T6o߾^,T,_U +6&ɓ?J/KmTn^!&n‹ Tj9_~ 㭷&ˠ5f[ҠqMlRR{_C@ Kq*l!N%M4IŽTBD ԓUB/z RIc{@\ $.Ȱh:?A/6aB*?V!B3_zgϦ( S@(yłSt: LFiK/+M:_bi+Oɋ^ /لl â'H|KSkȜaBuKk\XAx>Y)4ύĢJ U8 WeJPPql7 KhE'`30f!:vR*ZWj*ӜJJ=k zoBXɴH-$аVj1 *:WN>o-__r- lE87ݧO0Zsm_zYBNt볢diAY]9Z_tU|Ih8XPµc;%8k3ԭ[7٪VG <UXRNJO7-< 1^$[/S]cJTo?~-(mV>M^{D4eJ,TS(X"y] ??P)Ve„ :ēlT6Q+XS}/3g0S@E'`(XU l?ct@Xjp@X*(:[p+| қ b'`B)U&T@JPPge#FqtOKY۟/ScER„*U|8!g}(V֫['XW(XiX!W ky\ ˩NԒ9$Z(|Q$tC"/;c|rZ'`(XHtmXOU.\ߟ7|3٠(nExj*FoaBEmXՃgK.eRz  4R"]^btwq6,ST|o '1L.e˖:?:wu=T)_⼊Ϫ#.K6w}d|T K,TN@ թJhF( љ9\rϒۃg׳>`Į]0"+Z = ~_w?l/NԔו+5Jee#A>k@QK.M~{׎"yy[JG<__K HOŠ-e^#T45Ӵ( +VQ>YZGۈ`PFKSRWװbUehWgyk6k5.n0|2}~M|qA9䳶M( FĖj5\Z@VhK5 *sikX㯯:@Ƚ@rC=4lXhBv!X9Rf5BUJSS>M yҰbUq/#bayycǾ.a,O(!\ZU)-ZBQ{^zY27WFfHfΜ#vtShѾ0"7ؒ^v.?^~?cha(gux1Y\q)fAFi\Z@VhK5 p/)_\7_Oʹ_@z(c)3*O8PQ#-%V|a?P=rd>Th_HZ( |RMCFxb;pib{ iaʁTR:.;JMCFT|ʁVW7t݋[ͻ|Aဎ2TR:+RMCFJij]Tصs=Wj`UE PdcG q-e||P>[o9'$/3@iEB|RC^4bͩt3xOS>?i!Q|kyyeyF=Y]ƥ _a%w0( #l!X#G;^c(׿Q.- uu Xl!X#Bx^e㏨NSه~gՕJ!_:!X#T%!X9Rf5BUJSS>M ЊiY@["KB^4܆SN!|ngo9[=;yp|/!,Ѯ^:VNaWcۿۏ *ǏOկ'_ HL_#?j??W˷B>W>8ƃijʧ@^42dK5 Ӵ!HB0JjA|B.ܿs":J` lW[ _mk`nm/H\Ne#,U҄9])H%-Yf5|N‹ ͇aĩŇ9Ŵ_7 v,p"y[/ Zv9rK9a@S׬^tovf)RbuKԖ9]Ǐ'-!}|mU!_,lx`ӢdҤ2ߛ@cu;%<Q㏄ʜ# .6A`?Y!6[gӓ1uFn^dϾ:.@ ᑌ8UÜf1tAɁ$9!ESrt3fLBDI|O\HBxdeZaĖ8GX, ssMOe<1?AʼVv2N\TG5?䩧J+Z?/kxҥfV!Y i]pV0gq\bD B#,U҄9]?͛g4lt%ݻwҥs!Xx+[>aҭy:dܹd̘Waf[\yh fQr-h?r23ϝ̝7~]U>ѳc |f9rDP_IjnGt/u!m҄9Ǟm0CJςj5-{_;j:7:lv*^?Arܱ99V]ts/iN-Q+pA޲#u `1v`av^rjK\Bb}Q?Sڒ. 6 DO>ĉJsshp?16WT|B$N->Ygɓ&j!I!. iœc?~ޭ[71_+,WLtj3PWc3w4 Ʒ; sa=Oz*|a|s8V^]Ӕy-2NmAb ۿQ2> :&~ jEN9J sm.͗4>}' j)U8DOs ks,%PU'o;wp ;q߸>XЗUTXK_B2N-:Y?yfV7 5M IG,\S"S@h6`yPF:~DdKjta{1)bDNpϟ8q>6Ry;WYge4"?xgz @IR;9sl6#"!؝9/rq?[}8skIOŽuSƺT7KH/Mo@7s̙_E4ۦ (k o ;hqǮCG`uꩧ d\'zo]v6kxSh?/J3kd4Vú{Y|ªC!l= ?^TjX˧ A!d\ot]-uYY -Eaτ9 &gΚl%+LC:wl_~Oƚ @!ƒ θ|i: ^xl5\򃆻ah/xv7,/|(g}9vxN*C hF θ<5!vp8̇]lcW^+*l ?IqZ7`CGFm?Ă6gNl-Sh θ|ݟm;u,>TjK|:g8J=LR8w)q+u^mdHp >nq }mƌ^sjs7 JVUPoX b2-qLS,U@qºMvﮥʚ&]_z}*PFsަ1šƿ vI!/V.,:ZrSyi=˄ vxatzZ~h)a'd 2I M]Wd$={6lхX ۄA}{nj<0%i*/-9O꒏XVMo߾CꪌSGȍd=$ U+fx;QÇ_| <|ic=j1zcqJiށ3ËX/C!=*RFsަ.U2̼Tijq 漖8_5x HqyT,K&8"i4mIsC̚5D+(<㼖8)M,\ !t)&WNp'ڋ;Hsu>bƩ4Q>J[Adq= HqG{L>T=zaz$eƂ@y껮T̃gc|PhA ڳ_kƛB#-Ybw@y;S`T{C`U?dw}ܺŞwvG&{@Uǽ`Cq%SObjokayP'u W-_uyI?n&m@<#2/C\&i ќ9a,w/C" c3d6wSY!Yv@ul:pN=TbƜdy B) My}؅%bBZɮ0C_K!:ۏ9c??O()B͵_~{/X{6NC@$/l|ɔ'{϶wkQ+ ;ŖƏpwa|gf(g Y=՝I 46w],";?.M̜93ivOG8GKNx*ķC2!4xֱ\pyc4if^e\ 3cs\q}?P3!8d!aQ@ӟ X瞃ʶTX!KWECN,Ӭ|ܵz^^𸤟#Lö9 hkɌsUHr;\7܇^pB|=iV46wS%9XDhJP9Y4d!ƷC6?̳-O;m."}qg+v0ing( /Cl)9yRc{*/Y;kIi4mI3ƷC\&)3hkɌUC!O렰ќ>>v16 w4y]5/8\8@rOz$iRY OǍI246wf)SY45a)F(yKKV 1^U$M]$I\)}=w "\ KEb1 34j޼QvQ(iW ׃NE"7ϒ+$ܸR"a$H|1Tdw~ߠdۿh1+;"sM~D_?f@hk]3|p~:м |qt[бw$}R*d65K㏛W7k~ǝ?2q:Nvic=j}|o'_׍_h28~ȒQj-_n}]ӲUKk+lnWƽ9Tw:XW4_]wsߪ]j?t^WU]a 6lU%#XÏИK.{d@ 59َV J/^pz?4/Vkv7?hP,O?-{5˾tjk3p@׃W1ə&`vjE裏6 ?/`朳UBܪ6lR]3 w j0f؅Cv;2V-*}/ϳvW_m:4\veQ~ҍ}uקjfΞaV\Evq'.ۍq !W0(̬/gC˝w6կ@ҷߞ`!_oY2/ ?xl>Çw&֭Z;r_5"=k^~!@IDAT"[L?3x =`ƍgsw@XsNK;gW#2 lG%D5m۶V>R5J}=j4XkZJb2V,L8S)#ki}~b{x>mao~ki>9Eܯf+"{w{ԁ]5 Z;Ӎp+_6}1gՍa>Cpޭ*y@rc]A0E'8f*io#+5ri|qhEŕba imY LfK0K.V2,5(9] ? ߙ3gCpU _p&O@kGk<_R֚]5?yD|5aԁ}_W_1?-%ot=]}2 >` Ӳs+\8C/TAU SCCx9Zxǫڿ"S^/ߏ`64;O?;M+٣ifwըvچLPSd/ͤ6=e p/@H4>7HxDgukךa{nʁl4>7H☫?HMئtL{$3؅M=6;A<'ԡ`yJϑa;q!P[͘1thLܬ]6ﺃ u@*t6xp9>q)_;)Iݳ)3'>j]gv7;]_i]2>^zkӛ;e\&9<g̘n$U1SWg@w9ƙgv8qo@%p<#]&~ [3*Fvڝb$8G' 8l+`cjÜT7sp2tiR?H6楉!|1S%U'ϗoc;ljAw=85= , gKä\O4bxB)%]pӨa#Ӥiwkw70(Y+Fu(fFBXM|As!b;0˪'u άY|I^^c;ع'j>d2SS.ͥ-[o )3 4H\{/}ĀtC0a,KaY?cfC=߯<*cR] clďV|1HC[?lИٳfܪN:t \&b_*0SW?4lTtyf+u;kҷ| fݦAÆfk8`v+@zf;*1Vw; U{ Y; Y?ꚮp\Og*i?n}#FtDv gahղeF}94i%4vՀ;̂p9_}IJ=ӺJ4Lrt2IM{VN׻j0 ag6؜n`:l~ءѬS5#3ҥao |D2 t_t?e?_> /^ o8>A,ࡽhG~a/IgKDb<SpLM'BtYXDti \N!\u#>x\@hvo O`R㯬g1ݼ%4]PNWvi(!\ŋ; ڿݖ6m6K΅O6c%r,9D. 1 2֏mq=PfE[p/a]iೠ`,µܶ0Da%)@1x$Ԉۢ8RH@^CLĴse,(.6_/$ qcw`JJxu#Up Ŭgd(lf}8۱7vU}|dI#_$p+= {zyz` 5k+!gKDyA/T}?\q L1ߔ- ^X`|Z<N^z]/Lsti s,vyN{]KA@nMW_} vn_czl_Vd߷Bǖ|U۝S_[3_Q-;Xcє*㚬=foнoٷܹse;R@[o9ID\5BL 7p">|xҼysT#n^ zsEQAEB9ՠUЙzCo͒[n9͊Df&J(F䧊kk+mм~؁5@lLՑMVLS 8ٽr6B23-|H  _|E vBoXK:Ty{n#\T "%> M-Hdwxg.2x25ktaUcǪcj?Ҵ|U$ UP'ĦHvg}Y͝ݹ?+S>+̚IN[q;qګ֠i^z7Vj~@N5ז)D9ۏ_I61(hGs?4a唏mO%"/Zw.qp˭$3{tHڿroOz3z&?F'Gd;xŵCAb@`y5WsNJR*)ǫX _l?#KgڠUd8:WؙuL͚6MN8/OTf$eҪ5\թIQMc>buC&3u(E.Iz)ђϴA!u_/}pg:t/k׮[\~ISX筿5j2e _8Tڷdneϖ聴[>tọN$#>{+A$e:k[A943^}`c?J+JLBT %7ug>cč /(v*A$O`u%?;gɂ(|[Dz~5rT_' 8z{Kd{ĕW>YmR6\׿?Y2wJCiWfBv?E.>u?$נqF֯9tȐ!^_Xd;ZR5ˇɤH!R3~twOb2!"(A>2HK37X(2xpͲL~}/`dwRXclṷ̈̌w_9{EkFYjg M62, (|\$e TC;{ӔDR\Y~E {G#] !bw3282j #CyY3I]%'xtCM?1Al C(=rNR~YJoWLkgV*k#qǕQw Խ}L =Nbu^â{4Ad= ,̛)> : dAY!uB7 *{t/+C~E?5c8fRg)pFl O <[S9Om>P鴀|!K3y {tW>۠O˾T&y VX/1FbZ_qu Ҳl*9a{)ӦMqqS[d+I~V(S :miⷷzkwJ[m{cVZy H3Qy1E}z9e{ko5UɕbYo?nk>ꝵ?瘕xjp\Lt09 C>W-"G7] Fy gUEo L Q~4dHB)Mk8C-0(kKsL/4S ~t)N}C2y V۠X )qZIt#t^)1;>}pWD> #f97 JLPo?,S #_H3y ;B:S_dZ@=]#8B~fa';,aF vpJ~|SeᡞG _΂*I~^kz,-7+3QV/JV_ujřmg<tG'1cnj5_~5&>;Yh&xnq[C +q`Aw33Nuc껤tz Nge6ΠgHw38VgXJ p`tJCOݛU7$a-"PكOUA[ Y@@KSh%APA]ك e$l9snz9sf3gs="6^xn}`n9FS[h~Ԥrb'1R/ϷQMb[]4?^K9voE䓘Hx c?Pȵ@vnNS$k)~OK `Z!S:__w o?clyž۷CK}>P\k1͊Gyipp]e* C?{X O){z?1f8ņ\o_'?)6 n=|[w,$)78Ν7xM܅fXDO}g>{h`!O:85,1q7Hu%zomuSq:Md^- 6ڀ^qwtqx+9Z1Ӵt&hx0 fGW+V_\ܛcߵP~bQc皹ʫǖ9¯,N r1VY~k٦}cr,Lzx^{?..<]S5UJY,rNV#vx}=ٞ^Yz;q?ϊC/bs8kǯy^ *I瑍~gҫaWP8S5 )X1~%r)ѿ{W<oX}c_p|,kTxuf͞] UY|]wd _oe1{֬b8c00b:Rcw;n(abc6I,[/_N'6.OGvE fSqfy?"6Dj`4zuZ8:s& CЃ!V!j' 6'?9y_zKqϞ5SO?=v܎Z3U+(rt V,:rN{5c8W.Xp OB"ZWP:4E*OW?AI@I_:E/ ?E&%Q^- ܑ,qϪ}E  ,(TFѠ?꨹G*s(~\XР7R/9zy%{E7 co;`AB4ԌĢ~$LLZ'=1Ğ8mg`AI]syך5ӥF8Ec ``Aa:~cfޛա~+/9! 4xKwZn0 7w-";ЃQoR ^-Za#ڒ &%EFVz8^6( :x JJg}ӧO=T 7{o,U<,ԏ?];o{Z ¯vnEf,9yw#*~5{V[ad`AjU񃚰Sf{U\; qsyvy~fص<ǃ؃ G bЪo3X$#wXDsL ?+?-`gՕǿ<}{}`F,hP8~_$wpA!^qSՐo|?KL= kx5Ԗ( ֌; .xI9_]_o;%x DA7ƞzi^EڒZ]%8 x*]`gZ6SOAlE#i!,hEM1神`ށ (j}C)T3jnFw4SNCz ]4XFH49NQOXФv14+4)ly5L tKcCs+= 'zAsAI< Q4H5z #\U4Q3| 㯀f ڬ~l Q4?k^d9 ?]_kҚ{hPj^ŶS??$&&M7y#Vp4hF u![$xk4C%1XTSj' h$t}bd'򗿜Kp>=T1eʔr}7<$~x^~m ;mAH6Ӿ>ǽ}^Pƫk5 Nb6)paEhVB:Ve6kV%3`%PP\/+_ wwh=>T*(v1=!W|S (lޑZG J3czT{86|q|6q8|j&\/9LAY^QD&:Vy.y~%t%I*d͔eeSdx.R4 s{B*y/>\3o ҚBB'J2pj6?&iR͜9KƩs\T>J2p챍W؛cGeΎ:`.ֺk-iKEͬj+1h89z1B@j+6^1cJzp; sV"IXm%8Pi&L $t$ |Er&^X\O,fg|.x/ E:VmW?qc8vYj3J2pUwQ.̓YS2?|[瀭ޚ^W/D袍#[rsZOWgmsnwW-!ՕW#Ojdh)|6>Bz|yAR?V Dq+B;<6q5% j+y܇^wiR8Q j+a*O3Gɽ&c>^D&:VAxϯlF\cלD53 hQu^q,Gj'V[C;ZTY|Fc@H$V[I#oL $t$ZŏrEKEIu!rړ|I| V~i?55#mynTEj7阘3{\54p?\euIYVy'V[ITnщH@6њBB'J2p쵍Wث6@pFE5$:(ErG3J2;υ՜'M %YDt}bd@=lr]z`_%d:B>J2pKL8 D:Ֆ~ƼjOb"U!IMd!Xm%8*>j AoAB j+V<85`#5% r4yZYΣ|QVs;{4f%xy$V[I4XGOG4qMd!Ssl1F/( x1zUR!J2pwq߿0b;(bǸA?c]٢q曂XIhd;-fϱO\k-WnY\&̈́$K{Q/|0Oz ,nTc9tnЌV㛡xͭ]M1p쯼b?KoZgZjF.&+P.h'.Y%v88}@KS͠ޓnGG5ywɟŞUhDOkj\k  yQc~+M^_q$ǟLJ*KV!? ZWq]7Y՟1%4Gqy)j}"jXnRc|N} (5dM,Y$Uyw&m;bnI>Xk~=] 14JZa.r7Ө]_]6oxkQ/2j[-n &|$2M??4D$:df9`3_߲䜑4GOk;? wѼGm#3YCS79zhe fͩ-|9.ZI7qͱ o iEA$Ei⇇cL̛d7e7rP>A.\s-: ]}U$O\~_(1 zL|Ҿ u^Yx朳4Fv91#?7.r|+SpYtJ>(SdL%a?5SwZ3Z?hn &5ǒ/?<҆9zDM|XkmW.^rAԋU,}/F&qxhLcGoaO-q tF{Ac9C8k;ﲳYwX~e-!> tu!Xe$s5H%ײ%nxs[ ԧb釺1΋Ğ(g\/ldh4Z{\G\3~^&)%c[8kdz;5 hK=W W#y鲖ey?IsR %cn+Zt{sRG\'|J.rf'k =t^G;F)׏46~>/L*)z1GR|{~{OPέy&ŒhXKH̃k]vMozSy|C1ڋsb^k =QΊ݊G\HSk-hl<,ꌟi cwܙ+;p\r;*íq=ƻg昣rݧg}0ɏ. f Cς C yyG"gJ+f+[XKHrV}w`GK.Dj5'Cdae W<9v;fzt |nP+V8+uGhU?R} i Ƭh#t8/ 'r}q*qY(^0ŭ hPZ Tr-k =QXϰkf<ˮO'?!` *DӸ%hXKHQ>8Sͻ^hX-TC(@x9F=Ā61>@"g2PSaN&ns-k =Qcrx7i:~51KĞ(gا>JZt5J,6j֯~ =&U .'AaAǪuyF DŽX[A(Qd𪕟'k%_}ue~\s UW]@77N*MVNJ5:mj9d묳ǺF۲^mKl @駻;a:q~ŵS:FQu;.ɏnt't^wgXރ7qŹ2wRa?2vW.\J(C!v?5Ewy:{_uXl+T]8W!q|˻He{=VC/X%vثy\Q*`^)W~ӟv0p6"5Ưa! `6.,K+SU7X:TZUp>rw ?6?Ӑs"X-v>/ [ɿ<¿iQ\/*{:N{]q·h |5>8ߤ-bAe#/+>nZXhWrH_j(T# N, } 4&D ]F9:ϚV`V#q>:!x l,/l7_r0OWepͤ9&f315y|U$A,pxz1~P ."Auޱz<%i"ćM/gSc6mĂ(k_+h'U>k6$6|Ěh=LW!>:@IDATNJDYa h'U>k6$6|qEcOW#i ŔC_ SYc$V7ϯx?%3.^E}ׇ7,UZ;Ui/cŮO|0Vm, +-0瞓AǏ[|OTnRr.Tl%,#z%w!?"O V<9N'~Ƭ_pygߴAh{?pR|r%;I B0:m|/b9P#1MTksJ43@yXc>R3%gΡ%gkz Ԍ}wԌKm샘< <\TmǎX+/::} ?f` zꟗVKv3a ]sI'@׿ht_z%?x^3>SUhR|m>}Ԋy?5݊JbE5<3Kh8ݯih}3={B2&EyE '^3fcI Pz?Aj8RK 2c0.PD?@+RWnZ$F]51?/Cx- d0P |C(pASySg,vces;~^\$j_kEMPKHuc~67;Z1nPkoZQm̚=+:JSw  59Sy|C'`cx ։&kvUp=kv%@WK?sm^s?ysl jozVj3y֋&h?no{BQfeϏ\3x)CnxC7ރq8Ec>wiGӪ, և&(j& Pm;Ѓ r]@5Ď1}nO~5 W Åmv~=o/WB4io(ѫyC(7_}΢<@M&hxv=I>[i' hbLnQX?b@/7`/WoF?NM['R36 |,{?{#㯟k)aXm#AgP/k;n矦&7[ن̵Hs֑^?m9?Th4 #JzmD1 k F,3_ӧJ ^@/r8iIVh3apA:_sob`EGɫ̅_u~-EH?>(ߧЏXeUG߇tT#"xcZΕ4ǸwZ_E\(\Oc9R BrQOck4Z %ƗGYhx$^o yHnPra_6!Ŏ)#>,oG^m4qym/|y&;aWf.V.(6u\3Ss\3Gs⢯KȱG^Ŧ0f c6q1&|竱tcU#>믵{MQJ+Qd9n3gVMjpcQ׺>4~44s!dZ3 QG:N8Fz*mBi"E]EjR D|u>>aj}6so`M$D-40dǛ8N+wBi"щOoĞׇ[M%5:g@PZ`w҉9ߢA:(5Lϵ0"~ [Wl۵?גV.1,1pϚ5 e˭!m(k3J+՟\Xk0l4=+9T_?>pux ҡU̅E)yMx5-\4l|΅lেXA[CzG]^ c_\wW^yey7Yp >S1/mo+^p xN >z~EM}ォ+%R7(~!Oa!3Q\}dӘ6뮻^"8qq8)ƾ3>c@p[ a{yק"[-c (L/≱O׻9Y?@X,(2a.7Cd338Tj<(2/eVW71#=heGC;N5Zl %6G>?^1#K˺?b6y-?~m$ bQsUzA?C*^]o _wu~Ը˹*}sƀ_3c[_^˞S_׷ǽy";{ȩڵ:z/9gMs%?ӑgFaN>WI!#/ݝYtta/8M9ztӍ2?6qL싱?viژcX*#M\,I$_!ӼEۑ7(2 ?5˯R'b㏧P8c_|]a{×v7:c@BVbxԼoČ|7],[lT3<<}uuj4~dʆ3~w'+W3eί(ȿ -ks#oY>yIX!qFf i%4wZY#:yL?t~I;X>w]bwq&]kguæ5sb9LKTo?9/q }CA kןrЎFg=ZC,au~b=-S_//cBslG>8nL##Un[¯Z8[¢h Ə#{_k]?2\)Yۑ7(2~4/遭F_G> ?" ,#yAA"H-&og͙ Nʿqo2g,Iϸ7`f5GhDG@B@}z;bU5bs=y dt󿓭 k HN4Zl { G^̈́╘yn=ܻ:ŞWJE67ksSoCRVlڠyiz9$0%a!gkV~ϝe1}݋OtnKD)~u)6G{bc͓pؒ_ 6_>y/<.ݦ^OR=Ǣ."6m1Id(4<(ž6cɎU1]?}7}_<}-rKUKz!7N[/>}zqZ/:-9"Xb%-ϟG5$_ny"oS3Kp'm;&T >lqK"ST\/sGfcr-4M|ۑs>#g J[DJ/S ?9aIQcع8yj)'-j%a mBϺA__re|q7Y+65'Ylbԩ3Qh6t@?$(2.SN>8q&ES={y)cQ [}^,Nɛe͉D(bϽ8q9.˰+WjC~Xo}Ǽ/!Ge\CGiM z-:$g|!(ǰ>S{saT ʰ0\c/`]ƿzo*u#w]l;m[QOޚo„ 2$z?_uV,p}W1m2hiMbuZ,$Q&zWxeC>M>R˽ٶ?HWBcc?bך)f&M[Ɍ?3g*?8sMERyOg( yds3G Z~?s wyFqܹ9oǟ@jcX`9h3ii3gQ)vNO?̂Vg'Ib'\vEOEJ̙^)32Xehknt'fϞY,eKܤ pN-E1g,9WmK-:V33*[Q&jZ/'9bך8se61]j,ł.kJ9?4h%Xnk*kzEz2ّ1f('H!s+=oq͗r8&0ǟ;>=R\W,X]oGqAT\tdaE$N#(s rN랅 Pܨ7ViFs;Ϗ}e#(41瑷12a1p~NCm}JŭFW{}h/rWF5{M9~Z78vSM{o ?(+?;R[_·e,QͤRo|-Y{m?*b5ņ`-䁼m-{m:;w6 g瓠=5O'4<"QLOg^\s59G5Jԧ|fjT75\}۵ǿzŽMs#!45HpzPI7%,^?|$cd#T/-;|#׺Ԍ/N7bWbdiS17Vf&Xyd) '#6БjԻKyC|Z{ŧfە>?F?tQp>Tha߳Zc4ӵ(v:c jҖ˵@λ*zH0yzZ?VIkO.X!.?3n9p9Fǘ1ۻe^:6m{Xa O{}U&ZK\j+~vEI7%&̛_//n._[rTH]mqN>b >նAwĥ0V>1*N:]`Qe;WLb2.]o+ľW|q|WguA33FSEy˩ш?^VH1:}⧤۰XgSpSNf5#r®>BLzUwgJ^%a|>H9繱|<>ë$+2;g]^! 󸮬>3sCJ,[^y5z }g0Jz Bn+q&G E?g,q52 ^^k@?]1ɑ<^𡬺v6tĂΌSVwk%6j(l6@:֨;˩Ϝ*d ifb^`$JI*c?VIgϙ%dd3 D*ZQ2z ոRWb?|Tq|>JS>R)j cz'K\j?VCtc|.ꆏqfwYmwĥ0vm3Զ|[p#+$$L1RD-f%vء|mgCw$z'K\j^ǿ>.Xk"A_3sXCucOfBSCA0ˍSj3BZ#èXg}bWBbԶ52 U< mgCw05+UYvNګn! Uibu7ƠqZ3PɅ#/8D`׫hViT7VΆz'K\j~c_t:K)t@|v&>̞L:{}>@P裏)~{ッ/eq># YԐUm3uT˹G]{%=LLw|gEK76tUVKLFNt|ӥj)zR8G15Tn/0zjZTPm4|`py1\*`}[;'C"o4ȑГK+S;3OfQO [KUWI'],FH%&\XM8ݪ3 39zriV3ŷmth\"ckf$")zr:M}Ak礆枺_d͠9L'_No=42:ol"6vHHɥjz[Z$&Gzy66IըM^"p@&1U|hNh࿱FjsRqMbFo} T;)Hu1No3:&-i}i^f|ly\>&dW3rءs=Ǿ|l#_+mqnB$l#脿^A+mH^wmI{1JUP7y=qi7i<13` O~-XG\ǯf=IysIu⡧jT}|)7GfwzUYiԜ`Z6jVjG(tŜ79I"o4~5 jv +kÀyf8u62cfx5 W5()nG+8T%4r!?7gq! 8~?Ni˛9 :@a_yľjHc,J1B9q6|=VL' pufn^m3BWNssKr?ҁ5v~z >(yIwZ8!KgRkMQfɍ@E|@bgEķdbn&U-&*yzo\iC>3yN7Tƚ@kNXoyy?gyuALo"9TLjҙOfW>[ e 伣!NghckHFKvoqdbn&ɱu[ou7%*SgF3r-*&ytɼg^*nQܨ L_?B+kZʹ\gbnU=3JEA7kSL/x7 /@Vlb<\Eķdbnǿ3/[NM93f/U WvM=,Fs'XG䳃=N ]/FJL2vҋS }g,v|+~5䇸boj+51Y=[̈́r[w|^A׺Yg N5f 262*UAbgLOɓߠM\G{3`L/n&g$ 7~>C5M=8#v偄Ljҙ*JeW LjwztLࡄVr5ʿbA_yϫXp+g^/^|u睥,kib[M@U=3BWN yb}EY'qN=cgUόUE%s&w3tLJ ̾HxIEفt\)1Qyzt8t_ >8Nޗ ݳ>v9v\O'~)wJ[ ıuL9g㗼[sZ#|9|yPC ruC9X48& 0kCg5=L3FD?:৚9Q:e&>흯ueHT򯱧 uG{G8m1IyÏys1 CF#0:ϩ3/$6$G6C*s'0^ k4 gP NȀ8^|QbkW0?|_.^ ˓$1~/?+ s?~M0 jc/F /k%da9_@K{oR?>HB .hwm"4tל 7iDWG{+w/ο?'$|VGR3=_z%߈?;u7೮o0mzxM5W,[1?j{w1`?XqWpmG(3= Ks2;G>8OAfkC(XevWiw~Rc\E*I4G{ѣؕ6:z~kq@Bw 6=C%h|>bb!Jh=zj|bv+~Xi8f >n\7a+YXqLJ)29ǓCf>{UL̠H/'LWbw^{(cz;w8AUw~1t1>r3,gQ+% cu'cz55I G>C;8?FywѫZaoSm`1?LAc9#u~k~7M¿v,{_p/z D>,F%莯'VCמqY$1y3!SAFM$)tzo}΍e矟j!S5Uǯqc䓞̑1mX+ю44}^[{^xO-.{e%$Y`D頀i[XGܹs;ڪ\bEc!S#*qG˨?^?x?_H5]sk moH\A C d؀~(=?$Npw93Ѧ=sꯆwe|b-k=W0MӦMq>+@:FpFoDZ(_x`j˩8tc|R޿|Ϸ坱į'>ऱ/y|N5LzѨ6:>3lLViԎ^}\bނV+SG|Xb[*{SYߏU}0EgbXWC?VaiU zatWǯmO5<%v1Bjʆ7B`]w*pZY~pBՕX'Ջ)8Z$T!S0EV_l!PQAQ-r={_?VO7C,o 3 fFO5XZvo#n>4Gze~ٜYjF9IG|qOkosavݹJz9|zkG~[fflu^~Wwߏ~8Z6s=dNCԶtD`8~}hKgϮ>5Z:gTIknf-Sgͪ `D;׫,AF2[?F!}4cG>jQXGe\Y:h:Sa+*W,j${(WZh7|Ccnyx @X2:>n vQ+3T!F%.-JiD2m]d1--IAђ/ՒgfUX`O e Alh%K(nbG?,);̱V B/٪z*C;8k9s~BɷXnIM^BL6\N_Fu?HrRG7(t^zUnPupMfp-yyRchPQŤZ P(;ʹs8BTtl?XrR0 (TCtj_g.J ;V7 Zm;khZf5@u%v:>qc8b<|=cA-m2 Vj\X"5s; wd{!s*أG>N9vIE58hp^""iV/ss[Mrӣ -5 -G[r$Ӯi ycX6Sy50֋N(;tVNH6s9[~o[w}VO\UABzUnPMe52, U]y̅5txiUCG6Bjbw{&I5v{x?!^nzǻNowԅzVh̻֦|3E; jӦ+Lƛ(=>KIK~|&E[gͬ~QxxӍ蕕Gsnm#ɳ.G[Mz 9ՎUXE[_1si\(>z×/7l,5~qOiP 4 -QG[rML])7 3%15|y̅P 4Ӯp?K {v2h@VWݠ N -qRk:#Cɳ.M}("tZ& bCKVj\np@3jG BXniĮZk1L{Q bC+UB D-;.4 EG BXnahWۃ eFjVZ!Alhe*^(:nYN>'?|ZfĆVfr;i|dnO~1R4e0~׫X/@1l'tmUmKZ+t_jVj.L@4X'8E?i(G⸩z"\r=X_w z)RlœO=Yx3U%?ڼb={3f[o5ߦh 'Xq #jBP>ow%?)^Y`*lCQSOHT3#KqdADӗbK֑w}6ņn@ubٲGeQORO׼xPf^R)wWPՋ>kfw*~Y(ww{=VvL84 Ybw],X6>ekcޟ|J}݃ov/]zDW?ԎGWPy}sc3?yFqD]܈|O?yH՜gi[yIyؗ=YypZ蒋$zI/Q1gϏsMqSl]lE|sG%$'b9xVQHOzـK>yn,oGi~cu2ᚡy&ֻ&)|Ejz5,*>,!,(rb{z駟*)\Ң?g>#ӒȽ"qXzCA<,F!wa}j}hEO~,=ak+{͉mۮ-ӛw-~u-2-o./ 0؂(6<{,irʕ;ȱcwO0nmIC&ywno~IKJ䙧)&oB{mP0S4V%KwiƶĉŴ]򞼋>(TeIa媐wS&};:/{-o,xw >AM!V;}HynHb7_soCo؟z3˳zOBUU{v(Xإޟ-w5YYnZ)RA?s'388zѺhMO0|YXS;Tm꒤ogΜiq=,n؂?!eMĢ_|6m i(/{-Ϡ؏>5),<3׿1)cKeYxޓXܣ;Sw@_FtCɸR"![̛? 5>q2e(:.v%SdŔ} ?]7tOf* K5׵ip`?,p?O/(|l@?c7!*I=jnqwd"t]0 KN;&-ͧOR`Og+kD>,N5h`w{[ z ?n=F6E`]Tvc^nzZ/Orv~w1nh\1UT?p&QSYjG|F4ެJs z`ᇗCvt]ɚ<39?XOqδiW$8sI㴲q=Bߩy9o0ϧUIj7|۳/ޭ ~;_WAKi!rcHz3'.@IDATꢪ$y/|gA19A]͢>[W#y*IA4SScKZީ:e1o'>Aca#a2iPrI<=lsF_W(q:Vc:(uu:W-y晦I׻eMNj~ BNŭ*ij5ŇKt Gk&UďcOP OJgɻ%I#6ho#XMU)#Mz<.\k)w]0|$Wꫯ$RiOxR&5 㩸 lñX}bkuwN-Z'M*{b򤍃-b2ɕEUIj'| aV5ݠ@or-HUmO}7oޱY(p~Fo%QȘ&nOKR)N ;/UյdLX(C{Υw;<.cK'<Ƹ$#xztx+@tb߼/Ydx@nԆ;UР:$jQygG׸ONo%~mT3mc%M>{[I+O4PHhf*s b'ڔT3ODU|DFoإ*7@ex0 :1 |` i{k,n#͏i^|u%@h6q.dLXxfQnQ=\gqc)|ĒŚ5`|c--t5rӷn{^%r$̦X!cbdZ9ub=t7)'a4G(rx+(A4~{8C i D,/q馛J?[ЫHUi{VPi eؗe X_W9u ģ 1B42DF Z9^a|4^{yMQ^YyF|`G4pQ/)˃>=vkt3:_^g@ NIZ9-QWwt̻?|k,3?g&]Ș> 9u;jdu.?ckOxe6gPhp‹w47_NyOzJzp:&|),z˃?չޑ絥fgy{|obMa2@EЃF35Wv]V 4%n聄`|Ug,]5{I 4-Sy?]UI2ʏtL+>빍0R 7 z-PƼ=+TY>!cB"m -Z:!?hk_Z )D ?E%zI_z6 }:@yG|k_<-WǘaJ 㭠,9vGw8b|0ފM4b U5'"&!V,D#TKQ5%j4|1;(*D:̜3{>xW.3gN-o,JEbFH经ϸ`^,#CKBOc[9JE+R Kj,yGJ [^͏> U%%B*H'֮?s=,kGV/tiJX7vQGz{ 4J{?o J6TEJW EJE+wԵ;/ڑIiV\-U4 W9Ců|+DGɟX'})V7Tl*=KEgz;)R_SRe ^f9T 3[5%&<*Hۚέ_"KÄg%}eRcv͟BKQ*R ֥&HťoeהO j"7%cƌCc>.aפT"EXX.5[k0i}ML"CNDTeSWgF\ՠY +nC+-7[-E aQI&͚6sFpB &LRp/RC Rok1ey$\ߏE6/4i$93_-e,k~~cn`Z9ߤIӄ0[NHk_q{34mMY.v(BT| _]l JpS죐3w]Fɯ˃qgŸ"\suѢ]MTK?,ΒpM!ώՍ5U7 wi8#A؉i$.}~0Cd S<`no0M_&*'WJrm[ 5-As5\t.*G@?In .駟`0No _.#:[BRF*k_zX9U+IiK+j: ׏}g4VLZ_adKWJe:h)}Z};z!y.)?O/XB'W_)m[z$Pu&|-NQ•2VsI?RQu&|-ɝw9S^Qxo&mG>l3oC?򀊯3k^7MdKWʠu[Ů?y#::ysp? {eǽ"=tuح&)gXܱK;MM\FA+nѩs+b߹;έ8v}pŶYܫ}\+ IwO^r;U3uڴq)m]G-!\)FS;cŌx)_c;&bE)8? ~>IkJG_c{G.s1LǛ2ժ/@יj{キsI_y[Nv•Rm_prrq˵ğp \)cr H_g׼{8ؘ1hC6g*ARZ}(gPQ#osރ'`BJj`3匿H?1qr{ Eǩ NHZ>4NBP`54?f_纂ݓEvEZ=}jGJ?ruo%+(:⽆OIA?['92~*?})#dngS])rDOJQ2556мy [uOYmb f)nֵŬ*xp"usK Q=HXc΄9"[BRz?L+i]GQ<"~ "'^hAh`ׂLʖAi}u<$Pu&| O9%zRF:aUxEڍB'h) a(傰y4UZ7Ҵs7i}vm~s,qS+L>Odzǽgk qm޴kƴo9Sq))S#x"%]Xɵşcu3,bng?Ha6j4G$1}拱x ˜9swR͐+97oZ#eT!keq[;aq.⨲z1},3)vnv9pNDZe+09/m{{1M31~ZcoێDl_D4V)vN9C)g(vQ) !gx"D23#9m{{;}6+(5E2Kxp֢+V,7!_ht5m¹%S$o *pEO0HRXfy)rb"_y*}CjFX.s4h7qmDZ";S ^hYj9>߰1>k͹~MtyO"HV|yѣMUbSɊu_e˗կph|8HQLI})ªHV_&N3'zt&Z/Ɋ6Dy -I?_Cƣ7Ov+HIVER.L:,'h^_ ;vOJ.ϧG:7>o2M,H)e ˆ+HIVE2 ֔pVԩ3ހ,ђxirb_#YY qq9p"ϠSN>"v٥./0] |9piB匍OeLi`xًdUOOƲӦN|w:wI:]%?ҙD9=MB-_|GLs`M6ycƎ|_cY)G???ϿMs̟PahD2?!p>OP:>Y,͑l<+pөj=L_}5.T<裏Ƨgk.d9MO2;9~9?ApB_jra*JWF7't`Ӫ>s1 y&r +qM3 lU"m1ts1]r_pyns͠5Р֡!r\[j~va{~~Ews[~S3?ogc]l/O6t܅sq&fŜ7Jy:w ӤIcľ& a:u2Vmh_߼"sD\X`k"nrmTJΓYLuƻꏐ3(R*9OlXwr ۨ'>keLzuə`>WS'O ՘C5]wcޚϮׄ9s瘭ʬBvqPEw 邝'Ͽ/>ۀzիW3FO0` Wkݧ'rBW^fx C .47tJ5EU%IGkkB]>`{ofQ n{{N]̌{~⦛Ӹa)'_YWZmtlq /9㝪+Z\]pS7"vz+r#RSwE ĚXo9㝖,*Z9*SBדJYF;C@/? yTFRnVrtD\NE_p{1gKz硈lVQ .`(, R{>S<Ƽ+fU4Kf;'|+=ҥqSaP`dp3f 0?O+AGKmvƩw{I_^g+:Z3wia?s;V5'ņ{5<]>xZ?7|jFmF^U0^VLY0DL+S򚡔\OˢYV|$zJ6k'2@VeFB՚G]4/ZiPJ3e 1L9JkRJKs=-fiZ3Ӛ@KKgʂ5L >,I35`>FLk:hiLY0)GV-ôf(t,Z]Th ZZ:SLie?/ Ɋ+ ]3FcdZ3fZ:SLieʑU0J)-) V״2U%/: uv%=;>5]vꚥƈiP*iLY0EJ<+(+L[L6mxmҤItRVJKs]Y5K"J۪e֌ LY0DL+S򚡔\OˢYV"q?)ocmLA]4]hԶj5C)~!.vieʑi."JiieQ,Mq>9w޶E,;42<ꚥ2LkRl ;YkZrm2LkRJKgʂ5-(v9oQSiH`jZilrFbNzBWkZrm2LkRJKgʂ5LƈiP3eVrs#LkJt,Z]ʔ#maZ3RZ:SLie*Xt4FLk--) V״2_ :}뭷J6i:93U~;5??zp荿;H2LkFИ) fieʑV@^3RZiY5KT>K>jҿ8>5]/9rʹ<3vla=Ǣ1bZ3Uh̔3HĴ2H+)NR^=CwygK;ۢ,kE$U0A ZbwBw؃2I۪eM/戴t,V*i:mO$ Ӛ,;4fʂ$bZr, =Pƚм7iuM{Ohɜ"Ji,a[} !BRz3 /96)mK\ ҥ[n`U'U{"`/ I 5ad 99"]v<ÿ#1cVRxJi65%m"$ghy@A2qM}y[?2DDJBH7p3/5ʵ_Š}pG<ׯW%K,iy#FPrMt"qM}׽'-6 H|-[xOXn &-]Enr?I]Z5mпσ@hŭu͙U?{k;?;IE'hAE.=޼'o" >*^✉c/ެMJל.r$)=CEH7X&i " T[,״Z{IJx -kZ-b$gh5o^@34^D{n;wnҰa#wk>Hk " T[,״Z?gWI'ܡ X&mRZSq͙vOذ /^ ݠb+RH*l5?&x׶'z*|-AΝp,mlKRzƋh/nPmL\jkO'lu2Yb6h$mkJ}m؋feyľ}dr{GaJ}/2|&@߬prC;4ҫ\^#jDٕ|Kk ڃoR_ _`dM;ΌHGJQo@cu3Ԇ7,X`9_?ر߰l147-b.|h -hM O94k4 PS_G=`MY>݁i7'f6mXv1ߧU@!lVX%6[{gq9 Xut|[70\s7o>,1xy_[S#F{zl{SvE?-oޚ<ŌQԩSJtܧ{ϛkzm3ⶑ]$^}{}'ϓk:ۜ9bc#i0.uk+K4+aH ?U1Vb _.պEWF>O眦`)5.isđG?ٺ//:? V" b 3I^1^{-yzm&1B|J|W^{8ׯ_^懇j6}-ܒ4暦>V?>5>9xv=zy衇 NxT}tM/h7ƽ5jʏu 9s̸70cyČ_na8GHi5]SD~t3GlffF'9UB3ର*%͖-ޫ)1-ji޽y9jcǎ1GZ➄yZ&H =?p?&:?FARP0U|s-u[W!RJK34[{B,OIwA3eTX8;ϤTR=eT2{B4[{1DHY^(-tlR 5PZX7R{"eyk4ӱoNnK* D@iicߜfKݖzU@1~yt2Է믙=*mHYŴB՘z UbߜfKݖzU LTf|I3~_yi&j}QZTQ(VӻXŷR{"eyk4ӱoNnK* D@iicߜfKݖzU@L*9͖-ޫ)ˣ8wEbƝ$襬U+W&ӽG[1= /DsBd4[{B,/x f:Vim^?s'0K.oɒ̒e̒`^1 q+swA'֥= OdĿC%mLy?c_j,A.3-|9}_%-[";0K=[(ieʿlREØ/pڸ/Yl-]n/#3{lCW@GU掻(vXY{y8]js2ľ9Y>l r.3_)eoRR%3K9g>c"GXl܉ğ_d*| q>|?B|[{ǝw3q(d}BU|s-u[W!RꤓN2y-̤I*Xl)ii Uܿw DnInKCT^JK34[{B,/x f:Vim^HY^(-tlR 5PZX7R{"eyk4ӱoNnK* D@iicߜfKݖzU@L*9͖-ޫ) ^U|s-u[W!RJK34[{B,/x f:Vim^HY^(-tlR 5PZX7R{"eyk4ӱoNvЁ 蜏™?l?V(@XEYq* bck4ӱoNnK* D@iicߜfKݖzU@L*9͖-cn6W_/|g9> {:裏2ߴµ{UARK?0jv4qן6r;Rl%͖-^+公 f:Vim^HY^(-tl?3Y<l3y>m擙{!G~̀}$Rd|vlR%"ey׉c͗ӧM73gΔ gF̰).gLyץX6|?>|<oԨ>|9Ӧ.-AJr =weNO9j"H[Da!gb۬:&jw$DmU JX%'{nr'*|=p(ڂd1*+aa}>Uy & U )aa~ϏyHgHVf3/?#L30=?Т &c?gRˏgL$I*ԖSs& X+11><9Szk ~,& UaÆZx5 `hL@ό 7#hj5?>T (k_RMCrtPjV"IL,WXUͿ7pgtǚ?`{U'=Xp>@)pM\Uֿ:b%$jv 7LyS}b>U?'NebOυON/Z(1c>dWP*o?eۘOOI>}O|S(Kvc5Qȇs )"dPW„U{%f}8Fr";%$XJy&DG9J?rW_M"e2`o4Q $|٠wy)}۰Q^gJ`XIRw׋p|ZSƫ5*!_s9{{n;wKh<,g#b_I:uL8I/K7TK 飄 Jp4 ܋<;vL4{ȿ >.q0|𨫵"Boa Il,hFH)9 8(@Rf]E Jη{"P(<p16<:u9pӧϡf|IFVȂ,o.jmlfvi'ӨF9LrEV.\k/Hƾc?sn'H&,>Cct5R1Vgxn0ӭĮzTKusXӧ0dn5z&0%=~X|`3?YݷfΝMK,"3%?Zrt򄉦QƆ64mв76-Z4p5'մZ8q"Z6F̍eM -i׶m?Lx|qƦ %5hXYpyfQ&m> {yX+欳ω4&îO>lƌ{C*½:d͙Ff#+M}C3/??;]Gjlpꂉ/fʪBھEҴ+Ba;b̲W :5K/A+eWc5O>.2p{:<^.K9~~##(FH,-."翊!ydthd|?[xZ硔ϿϿk)pLx֠b_2;ŋpo9 9문A1?C18N| 3O+&M?~5L~a8_P I#_`@mw4i= _+m F GT}3+ 9WM̿ǝ񗏿|?zfOyOw-|?'7u_t+Du^Oݟ3WJ(3v!@k:jv ̂a]x1Mygn喀VD]t?0'hLA6y/OID5Ͽ!"Q@(?Ԭ$V'l:$f]v1ƍ3u 65??Sӹcg|۾lsAidq_lս`iS7Ck:j]^7󣙦ON4=Pdd5~0C'¼;ul.8~lz+r7}Nh"Du8"x23O啕OID5Ϳx *(NZSoX9W0vȊ|=m׿5d9rdǐ|t>Ɩ>[nөہdZ^m#_6^}un4y8Ϻ?ͥ^ʰnXbiڴ)g1f4J?lË,]MNÚXjyqL.]Ϡt>ى"y\*iyiz~rCedÓ/CSq>Ǟ矘L׿1^_?H+HKJaILH) CeAZk{bN9,OSN5wݍA(+S4?@_MTYBJ2YrsiЉeIe@H)/ϿO?{キyWO7wyiRl!T0WXi$ӦOW^y[RJYUϿ`> X&h:vIyϟT'^HfUM5ŋjӛV\~v>ޚ!?̿^RrOIr4$ig7|5wټm{saJk_ )2Y )?_ic-H5)֬|?9AO jX{R%"`c $ U ['dm=V糀\Fu5ט_|bss%CybiwH( Jd6 NͷǠ)BɃ*Kt<fUWuL޽L˖- *y9N˗-CyfM78 W?c7瓋<.0'Md,\h#;츣j@Nv,'Å?̧}fhŌ8hn CⴸP@V5 ?f )r῍6? \tMʹiLM6ɼRQFbD ,䴸P@SMiD47fp YH_RR9)ϐ3m?9Yq&lTVdXܾ HB5$~>pcE/67t#oٜ~,Xo""(`99b1zr]b L (a8PIzׄ3Pl68ov`ZKug?8>fiM६o9L8+៬:mvi뱐)h d\-u;|nolE;[cKu+;h hAiӋ.|H@48͐!g9\T K}!U]JfŊRLmlxϚ>}Yf=ә1a$Du[V F99'M6pN 6ij 9ϨrfnB!'Å_ƄPR҈*FO$P? dk2Gy$0kfsO~ӳvDfv;mF2' /vS ZJ[-++3W](|J{S)l>*X-7Ēvzcգロ;ͶۚiSFڎ}R~GڙИ b3͚5)Ah)#?PA+8@bvl4ކOUulbAʪ!avmTѨQ#ҝqG*_$'lY0iqj9i.?=Ϙ4i"f̘DGƚI)R~%~vy}!g4wGaw;v SX~%p_hlIN-i:!OvsRƐWMW\~9ɦ̘ѣ__ȕn$kY 6e:bG%!KEsi<^ip5.t擠ncEQ M:5UW%O:)+_yŷyPmܸΖ7 ,H,j\'z}Ď*JHiC$r5.t)ݦLG쨢6D0y⹽G ^&vZўnV=Db)WC'3ӼwGZ?^g9~ ]Lcr[@xZ0S8ڳ<ͦxЁl7^FA0b\ K.C7x#m֫ۆز- <ƅn|mr.K'B$K쐏TLhrH,j(V^x rv7O93N[6qd!.0ثW!v ƣ$ 6ؕeǖ\ ݢMy)v X4V)_l 6BC{aO(0RƅnrlkeҒ͋47EIP4H,j\'nQE$- <[[YeW_}j5\2#T- <]AF#H|'W<<I<ynǃXT 2| OoDdW3䦛nJ|pry%O>{v|^{hҸqk,O2 Ė/k<}V`xq+2- <ƅn|mrĎ*JHiC$r5.tӨyp5d)d /,j\'AƊvR\ ݢdJ);(! Xո-s*GO:8e--,OD̙3'ƛ ySOhv>=>4nћD"Ė\ ݢT;(! Xո-OՐ2 Oq[4u+]Ď*JHiC$r5.t)ݦLG쨢6D'􂍮̣7'ÏRbQBr7~%z֑ 0j?Rpt]iynXС2G6Ve&4p]F  .x.Ս?~2~-EYVQ{Yj;#ſ47x3+ǟx#R|l<"eZ8K.9s9e.]K)!ԈԶ!Y FVQ{]:$@)ʸce ;~( $' +4rFV* !1mA Vssk-T,ݮ]6gw {#\!,M='|uQ橧bi7` W2ڵ3Szl /b]񗙞$|P3Ϙ}5%1NW77ri߾=C_VZҡ9|*Ϳ_z~֮C ^kk3WZm6/˰Xʛ>Ae9b#Gү~KZ ڝi+:`IyqI|cSUBrY_x ;Ԟu'N6-Zlm埼 N?gCf䉦-46ꫯ+vvdK~rNnc}+b,F_Nw!3oMdh^R_O{z?%K _nl/I]`TdKgFXbG*m5A.ߚos' ѿ?f~|}sNHC^za4e1rVSu5!ygsh0VX՝Vto׈.~3G!:x9c]6f3fY vuUm?#\G67QB_$_quЧê]sy9w3В֭[6ixV ?_pN'Liې^~쭞mٚ!O?,Op;tp̳N9zb])7m ~imX[-lGP RzF8*e_"BciuV~׹O |N%i+d9G<鷔URrI}~ѿ?<>g ?qPi}c)JYN矌gF_2Ótsdɒ䡇sOl!#mR:J=ŸpƋI޽3g *>ñϗ~r劤k׮/bmNH'z~|1I]|'x7[`tnr"c .!Tt R78S]\ϟx‰co)3ϿǪ+4/RcƸx _*ڳ뮻x|םa\zį͚?B4] i'}F[":خtk0> 4N"O%e h+P+|]pɼZR]:u2)+nck/X $XN|[ įҕzR-)TWUwRplOTw^vĝ>N3!L](.EWJ׈?QNJz|MbU[eG>4QT{'2VNK=Tji^ O%[ʂVc&b ־Li/$ɕ'(\$A2^Q5O%nWIA.<>|&cԬ<;bqJ?ǴşOpmŊI#,')ov9?_zBcU?Ìåm)Ŗ!bjZbEZS)aUЦcbX* FiMǟ6#M\Vϣ{J+2^ žܸqeɲeD˂R_Lm)F1xޡ%>[?կI'-(?KQVwsa#?cƇڤI6뮻٩ΞO_k h*Yؤj{ǽUVTi@r)wD_P$5X[#7o>yOGSŗXV[o,YXL1T[?n6:IdV^zqǟ6]ؓu|Άb gƨ_=Ẑκp_sv;bu^7|bv)3X6[*'3/=)3)Ű՘ɵ`!rݫU8o O&LJ%Dǐ!gFSWeROY/u>kݪu29m)zKiHJ&E/_NxAJ_wq%>kC>"_>l裏߆ 7J똳=ẐjŮnH*?>͇UY}wk?8Cx(Fcv'Pm)L,[F~֭[%_3,vR:1%5Gy4>+͏F+\? R [\Y;& II"򄞷 Rm)LŬ?W!,tTiYiV2.nBai1]sU7u.*/*UkVYΩf)*o3W3ɇk|A:Yj YN/&EgMm_MzVZ@\!nq\BRbX܉CJ+?K [նѿR$kJK3 y 3XD-)C5-\Ik,Rڇk,G-~1p7Qtk;\hێ.߸:˻'>c(֥ B꿆GFBFsu_al$F99Ɵ.]\zIÆ 5{}fh[*YZ3cm۶; 1luM; rtU?,l{ '}n PDsUUm3:Zc|~U!'}ӦMӧ;;t])}~|n dkD6;޾}d%:v3,K,%K3PNLrFT;I_"(:?SӦM !juM;-rteǪc(vz!ne]bǯwm(Af8pʋm&ғ]V2ukjuM[foR[㬯O?t~__?j(?r+V§:v G?:&9??~Pw&ϝo&96~*mZѥ7<昣c>_إ炲~vw}%UZi;?fذR ?j+tm 8M&̑3(U+îo|>o喀rewޑlɦs>x|A1Nm:TuO5똺8gΘ1yr!':9DBG/=к]OMM]tx-ECisq.&4mgX'Ja ?2_^(?r+FC;?矃`>/_jH6礓~jss|=?yYfA S<0i'd?Z\T' 1O +Za=Ÿ^Q߆_YFItFYsU5\*BN廻9>d} . > 'mvxSN+ )>CY}=gRBTruA+>K6݄v7oh||{P`dOW|VoXaxdS- kt'(;ͱGO˵^BpOOz^~쑼Ve ԭsJy1 ]~{Qe/HW=d]w"11Ok&?f٭4]wiN'o9V}}ٳgB&mхg(\c]wZ5Sb@wju  P\[l&,nr&yIOQa\W^ɲpj%EWyJK 6A7zu!1]3S*v__wOJR^U%> }貥]V菃V/O>abJ+WcSf_aFpޭ,W' /$ de 7iMO?sc['l K!%_jbH6uN :cǎ=Q1iA!g 9bOh9jVZTV 35bFc q }L8GzXP׀':$6.̇%QP60UiԨ1բK'luC9Xwd 1Şc uY2pmN<Cb,S@yt%σs1r7|j03HMXZaa1XTJĝAJɊm0XIXUjdZ (dFc%u.>}>ْI (TFXU`B#Y9ޕN8=6f9rIbǷ9aÇs9z|<_hiNސ[ ƛG 1܂Wmϱ|kN b}=uo~kmXgMGBՅUW]e>1cqG3K.Gın A(h׿N;YБ36vKʙ7ișu؇^fcN }پ,njZ*>c㎝lD`ڜc6o'pj3qDlnÑh-Ό{}iպKO.5!!sy'9` f7/[醛MV-THFSFg{l$5.Xb#͹s>y@9071pi> \1Wa#GsEʹ\׾2bUǏ̹9qN>mc篏=y`~6x<\9)8l5?1N57tiѲUEDfJ_d9bI޽{C=dm8NE+4>_} Ǐg)Kz[ηYL]ȮRҥ׋2I] ^pT44GH$ކR;?O6>g'=瞞9j+h~9L#>d#⡗|_|<1lnzhsEec9Vem忄PK13'GRH 2TX7>(BtSUh;|x[Z8D3>^Y_O/S 8T9gL6&zĽ8!fܸ79̎ ?},La^H ͎R^&/PP-=ni+#~'`/O9>msȿ~.-Z4XX\֡Jr2e :L>o~q"58|Dm^3Cb7?~h?O^,H;叹srg w_E %sXǎ, sw@M̏"/]-m R| 93և,}?70GcK^dة#03GSAs8*Y'G+RƟsm-_,L48QVAaU?s9Ɯ=5m֌ݬ<@~Y>-{•L~?ҋ 2CsϑiHJ?di^%%cZ1IJ4lED"6U Ũi b"9LGT)`Xfx+":V3Qh6n:*v{ L)TKZ%HNY6 }"ZHVx HcK+4\ΌL #~WEH&S#t=y3?XhRX?"A,erF] L)?VEH&S#~p$3*W)L$G@IfUS HNY,\}@2%YTNd"9e=J"0rDrzD`fQ;(̢w $)?8PEH&S#~p$3*W)L$G@IfUS HNY,\}@2%YTNd"9e=J"0rDrzD`fQ;(̢w $)?8PEH&S#~p$3*W)L$G@IfUS HNY,\}@2%YTNd"9e=J"0rDrzD`fQ;(̢w $)?8PEH&S#~p$3*W)L$G@IfUS HNY,\}@2%YTNd"9e=J"0rDrzD`fQ;(̢w $)?8PEH&S#~p$3R'ON:sTO WAQrRaV,HcStIc9~}ʝ+v RMKYH)-9N)- .[57"/I6gl켖Bk9"+|Dr%m6Akwu'iVLsnO<ǩ;YfnDPs4SEe"`Ʋ4119 !GcEei b)!ҤJ#ϐDpOX24j}/F2>{ '^1솆D_.#SD`fQ;(̢w $)?8PEH&S#~p$3*W)L$G@IfUS HNYI2/Ք+Yc^J_#6U E[ċ41#M0j߿4 f zſX-Hyf'Y_`X hՋgEQRk⥄habؼ@)x}\ ҎA˨rip /Ʉe>KLS\"[U>5] '`%MA܁nѫcV"!* >k%!bh/ǿ2ǷIY|^l\>wƍJ'rO%ǢBXv+b?7[xiڤ (:VϞ=,Z~v,+ޞb3f`ILY|,X?]ҵKsGSwxj/GǷY'-Q/?̬XҬZt9>e˖.RUH( r~%ſBwO4?cf矛Uk׮aX 6!+Tt?Kbϝ;w@9m33ľػu597O?Qeg}ý[7sx>X! dt5dW8)gV^ev)uõ5 4Uk9Xm.#ܑ3P8WD 9i_/>w~ط۾5*_BW,_|_i!gVnX?OΕ̿9h&ef7v9ǎ݀4?:GjUeʹSͤIͻc6t3{ަ'oik ߺ'NB6CXgϞLK( ZƟb${6mw5=z0)&]!k U)_( \ PGKh Ὶcj&Nh>rٍ{/z/ުUkPk2>t⤉O?G^bzpZ-e8iOsxwD-hnLCcŸriSy5.={tG쭋^>=I쮘#{@#uKO9Nsw^ _0oΧD]b-4L2Ωt^yIҺX{` ?$ιN%=h~L1%ۧ;7OdFSL1O=?uooYUt3ݐ(! D@SL D "8AĨ81dn&5Qf_}UUs9t'w^UU{gg^מ3g}y yZb__cBϧ?~ܙo}3^{59}u?kculqUz3Oz3Kޯ9/|ےwGď_?WG=]_~ѾEJ% WH[~\ox_~ΕG礕D$WJr_+#d&HWά'p"RF|FWq|qzUr3ykMvxWSuy FtߑxY:Ƿ^)q3h)W_c$2,%wbTMhY|ߙg~g~_,kߒ{ӟ̺#o>|_2=%Kl#_'?Y=j[|6ߵY{fKd>̓%nY{]]kGY1Fl*dƘ05$M_`{f[gzmnh7 _߱"g08;_y?ognWnk]mʵdz5=3~W>s_zOZkŋϼ{ ?ϙ_ȳ Xc橲J~VEOgY:P k茦_t[?yOG ]x)u]jnW赣%8~J*-xXtBIW՘tG(ZRHlI L?YXz]Sn>S*&hPIN!J'2Eq |g xwe5j/_^ Qk9>~Tk Qj&rZ>S=52 ickas*Rk$TRHSI L]^"ɡ=x뭷6{c%L95ҿS6_n}ߏ?Zo]F.mX /4FqSj.C'5)n9'$y+%5XZ㴆;ZO9j^ H…B7h^|Kw.yٛ%A_/C A7b=ag% 53]dhk,J}:~M2)=}ľ^佌?128i;J ZIa~G'0j}7rLՁ={csSS]Oϔ_qn)O*0([C!JwMK%yk_۬:/}-jbb3N b^,^Z[nF㳌3$H#(4$ӴW b}9籀-o[[IyO[B $NKΥϔq` C!JѺ؎sRҳe|l1%O񂙠_j䋅z[m%)Χ=B* Q?))SA8w9/q.@T>\ɫ %3 }GSY aE1{\Wp0i.Suk}i~!W(saO58 S) ~~G_W澈9Wn>{w1s쓵ϴ>O>{-?҃r==WqDszƜG}uƐ W"_bn9/_@UKlOzPZk()UEOԘs䡡g7_/ێ7N놯:o\qny,U 5x^}m<7k/ ɏN P,l/:32py+ 5I;"Tȇ)$Vv0ɪT!n0v~8U!om>J2>bY0^0~8V^=z0 *:iB#!"xk-ZԜyDgZ!RjƍU*3Kc=`QYJgx,=$䮽ϴ_c=KWH8U'oeݒkgxz7\|_/V. ʤt&BXrgl_$Xzg2pNeqc㎎E"eә2p{ }$0Fcz'?]`5KH8U'oePGwo̙JBtMV. ʤ׆c533bؓGⲌ!jVt$ (k3qZ60L{g1{fU|3KS9Ek<ƞ`e &϶!LV$aD*<3GPw 0,$SuV. -g>v䟱W0⣺Y+_FT+S aw>yk1>>'sg\s{NK3&zvIų*?} 'Dy Cjd&+5= ]Q[2W -׿ 'v&O+?#R۵gJho$]_ q#yBx_7b_|kd^Ɯ^{Io=%6žr?o @ qcU'4`%vyXοC^U3$j qR(y{53g~AA)7d2|;O!>iN9eG7}s; !eĕjVw&+5= vmngSuQ O:ـ?6} ʼ?ĎkwrJLc߮Yc!Vť~MI[RyFEt+f2O]bו};Hv &+5= ]Q[R~c6K6\G>إ}?!IՈͪR'& ;.1Ķ8Nc޻I'\U[?JR_?EuʩX}ڨcLu]Q[Ru]=jc {0YQof7}F}]2K޷{JI{vu#j4M1lª_I_1]7⣺uEUrۭ%v2~1 =ʊvm}&.>+V<21*j;di(e|LL̫-(?PB,1zN1w4>JO8Kecӊy+>ۮᓊRZï!5u>G'R7ʏ?b__a:9y=/eLS‡n۲JMDw/UgT~my1oN79/ڛ}HR5l7˪I_'&(1}YulǵR?Fb4vid+0>u6mI~{z ySS*{z-<݈U$KO(MV:%1lY5'5F>(m#^Zy}+6e 7J~qO]F69NgZ=?Od.#l^+K'} |s#S{0>f;RӣEc!7.=9Xma>דּ?W e7$kd~>;'>ռ-ok=f6g}v0cCFڶ~y?Zu|_1\絲"mUWEhZQ2"HC%$-(2Kj56"Ȍ͠%&!G)vRt[U¹F@'h@M.E=%̵sA2$)2KjՒSp[UO2$=Rd<9ʥ*\P e5>pB2A-=sA2$)2KjWH ]wuJ¯T㶟}FpBȿ'!w0讷޺: '\h7W¹I@O%^ Sb-A~6o>])i2ЁEƓcI\zj]v 4n/p AyWn IIԗ ;KPk ~G $m :@y3NBjjZy,y\C_>O t OXR+j0~c3G~XS[bey[U¹^Q7"77Wx|sw^ܸP:TxrVvz!hĜF5 _ ?g Nٍ2i"+mݐA+Q7W¹`B@o!}@K{ ϵ+@+Wjn-vɻIC)Ͽf#eu;3.9U9Vrc2E;mg6 ]2Ёlkߣ@PR+1r=XQ[J}sAo4݀&5P:ԇ}ge^ οLԍ@$)2Kjk>#X}XhȻwJq_ A ;U¹G@c=NgW P?N[㣪Ue(HRd<92>rŜ|>taEK} ŔˌKkp-?RT?^àe\2$)2KjYKEu}^7N,$(U¹FJ8-q.e.ss첲bAwsH|,=:cg#Vugx\c]v٥ŹQ+Wz2א0@ cWQ!f9u; 4ZۇOvI79W9S lc@T:e"V e(H*Sd~>(asK8N D2Ňeխ*ᜏOA/1x⡇a |C elEwQ+I.,Ӄxܜ,E7RU¹B~[_ bkPӌ+ŪūCAp%ů-=@Τ<=~VmTM^#zzb*Be Uus%kf U`5(e NXAJ/)q %s} /HP+A|% aW¹ pԨ;5U[_ q]k}o9ʫa&l ửŘi%]腥#(XBaGXJ.ns}5(e \< Wes0+NZXk~Y :ivY{trڎ'6~ JYFڿλ o{v s?1s99wy(n<mhC+켳ط1$mlX5h2Zn,aQ |[NCԋ_ns!D ˹Ŏ/DnV&͋$o F/,k (4jC3/Dam%ڱ UB᫆eFkbGB 笾gۯA)l`GҗjjoRlf1A;r?} !x!K^!nsנe0@T2f v;VeuP9cS2>WA)Xg&ǟJ8|ra_ꫛ]ۋwcg:E(ȵ,+j}F~پD-+u]\pߔa̤#^[҉_y%kn9hg׾pZ5"\sUWIr>} q75Eהlٲ6o ;6r8\sͷX_/W]%32ؚ?kIoyy~=fW]yU{yMoqj^Gcg@:~t oqFo| ?_RB\rkG/OG}qyUo1,QnsAq<'׎S!Tk9Neנe0(&bc;schr4׊[(ᜫ73Ўejcʻq>861J8W~ JYf#[n^,SeP9uPn} cL ,)hmy%>S2D;2.}[Lπ*%()efr;/q>ో[(a" ,v RrJ8:y+0o"y+)eiR>FjJYRnqsl>¼{?G>b_?1Q Χ8c)V壏[nqZKszB?~s(y2}:5?ټ{L^%yc.4"zyNB zMԯA)lN{u~v/cٟ|pokP2Zhܼf!{9h^f{8ߍ%WqYf{N8sAਡޓ%V3ϿB-p:hQF17Vяvc̱hr?i%ۄW:0zϱZW02;|.Wk8-7w[(\rP+k^}-lTa)'Z]ZzU.yN?çTҰ:sa9}{>aaEܤUW1'lZݿ4m*[U0ݿ5-Qy20Q9.WY_/C\X$vƉv桇2V"]c=.\#8]JmV y8ԏ9YO~xݭ Y<6us=M̻'xj|4kӜq&:\G}c'$gg5'in+ASYi;Jګ'x83#;c:ƴc?C\h|> ʗ䴉q~5AѪҴW3NXr:Ӻ +6Yf<_}LH7d;cx+񺘇$3Ndsl;؞R"v[+9ڷ]\V0vhﱚ C8ch6&f;1ѪG']QnWpyV@ў;찣;qlA&3N,5|/uɷ͈-?slLK{L,SjӍ[S~:(k\z5%߼D<陟ig=뙒Lf5ZS~%wK*lF[dqۿ2`q#UlV3$UUֿFeqۿ"U6ӴYU.ŝlE=)_|xq_9P,ڸ]{><4EULrpd2qԧ>4(:yos֩jDSd\o%:.7ݨ1x^paϤlhYQZeJldy_tvjQ7dBo5>47;rVVRdEL;n+) :y4NMܤw hGL"J T|%϶!0moZ^ܤozXʔʹd}ObM]}L>~J0CkmoZ~sCgItf=7Ƌ%r3e3->< 7}[/ƙOe'MXDs(/i?ƙ5w`uwIU_s?YGxN9:!elM2X1e|ʔj65n( kM7ޤ҄K.*=_1HU,JmAށycѼYNi.#2d1g$Ա=96>Ƙv^VZ+XQ}%2{bL)=p}A_ۏ1F^?g'6Xdژ=Nq^*5eiv ڟG}1ȫ2Ӭ.>-eEQߴ*!9JO\a>Ė08Xkvj|Mo؊1b~e?!5̏ӎ[y}=8-52[{+$9mUuloc3~ǧM}9&\뱞Wcӧ?+-Qc8̇EsxeiCd_<_97\OPm $PfT9|Ѯ<#\ǩ%uf}:O Wg.{K;츓?ײ -j\&+t?sE򯪯㣪oG9-jM6~{̃(hڎki[>5>^G}u<10fl eG,nqV^f+LJ=AgD 'U+r$ Fd=q}TXrnu:!3q%n ~Hf2I{_|-?o&3&xw2Xlކ^Mb=Vnxx<ƷZo'Zk49Y\:o_0sw>:n'ȅ*ת֦[;>;9Y);'cZVu`R Nb F0> cRλcU?8qPi=Lanq~}ty1R#+$esRć)\8׾76msWX-AC(JAc,|s\>^E.$c;Ac"6R?;Y DZg3zTǘ~d'N"> (qynKKc<c AOM6٤3ݖ 3gYТ xsBB q۹_7[?nOhf` ^cU` s;rASg+9HȟMGl^sg>/}fڝeqR_n2b13r!qg. zNƇƛljVimmL k-:vPiQf2WS7)D.+?EFVVM2jg}| $.ʕLsPB3c_>.yeT w@sBb29;'bçqN'N"j4t?/11'4z~sʽ8GD'NFlq*v_rƾ^ QwQ$CKp9} _ ޝ,D.|΍ugduWU߱51cUp='3b(:/5ēwR)S?c5r<&CCcuwR:q~":kٸb PWAGcL?Ooܷ/znR\@tg0A?#W'Œ ABBmiŋZ?| ,/p'_E/~qy~ų]{7}(| Ȝ.1/4b<qO9\к?_V!pհg;ӻ.EBw1ad!r?2$m)EP>UcOe.~Q_+4h ?]{-rnZ.ӏ ޝ,D.,(sy_^@ȥZO-v:c^|ؚQʚ{fb!l'Umm1HWZl7cK)-]GQGNL\+,y7[հXj\h7(+4Au)މTTj&i48.C䡽蠣]+kE%TWLW4͎~6&qahi’CQG(&"2Ey5ƮD0草o.8P: vq1RFH#z&ǁ=bQG(_ES+{uEX52 k9<@ՏTi/ ʗk΃_ܕŒ 8؏ۺGh{4m>HŌ1aяR"b9{hVujX>mL/fgFZwޕ1glk] ?"OcmӞ{wjV`t,|E*ڨ_؈y7->mm壱G[;:IVv^X q=W;;fY{ VQ2=3ta+{}~/3 >lTh~'[-W%<݃}]>`4 Ey] ,Yh3ܜNuӮAW^!?6U~XGm`cZ٫+ªJ{`u|8UK#ۖbƮR#\jQ69F .JӋ]ʺ(tiF(6(]c8hTǹ{ǀlkJGA0lkr3̭ɶ;ϩbcok+oB:TQDjhCz7A[[h,Zq[nCFmm@/oT}!NofWM/SV{ҝU[اghjBJJcU;8rrb/F&JUּ EvX'5_c02qR]52N=uVbl'>;Fwu#J*kGQBZmQ: w~ m.!S4hkJ}/oq|lͱQ9`wz?Og"po5g>Y'nV>Ẇ%ƒ`ڨ3|[O5Gآ=\|nkiF} X{uEy7ȶ")'{ο&/X(8aQGi<}B5>֦.ϫNKpESgT[?CS$K."Tb邨V;?+zkJя~Lޙ榾t0Xm$redK,]0a AFu,M9x>ao=Pa;$9~ <|YF̜iRu2bՐfci2WkgA^3rIoy))).Ìu,U{-o>㤁}{ߑ>uBDb1KI8Mb >l^ cWABc:Y^A 䘒}Gt%_t[Ͼ {#-ƸJ7bekU7;j~|AaxP{C˼ɖnY byh k1ˊ 5 x0 :&\4>CVY>UL\?ەBw0N檻t2D5PjHJֱ4̙5|5 A[\ىh X.X K\8[㺩 1{iVVHm yZ O.0u*ru,"sMsWJ?X7yxl#{gz#gh2Y*[S,}X֨.?QxQ2+6nMüc\y)[tuYdKgyW`/[e@mQcݍcise!F_%$6m[Ky z4~[cޱZ+X^ cz> JCD8kqe''CXu25?Q:bfr=/}f}u, +sdK%.]1cSuf4:T*f>+;ъ̙n*}VА=>`K6sA]|YlQ\seZYv]UT, c7[4jmWKy<1f.Z̏9|9ǘ41]sN]Gmѭic 7m)qgrd.^/ScbW^CǷc5_;bí b5a?e~ﵯy6%cciV]!!y*׽-V.~32i7]vx^ FVjAIz!T^è؃_0뤺6dc%>R9LxOlN_Y'j3NXdf_Cghwpu(Nt)yP"N(\b+d+P"NgaГ2uB(zY'DF5o1 x ,wghݫX·Oi{cb,}?gۈ>|X vN?=YcaxRxPČG]m_smmČt?v%ZM~^/c׸| O>m4P͑WT)LGCa@dtl9/(|Ur;'*PQlyr|YcGw}ǯ]xNhCD);~u埨8O&8e{ͷS?mǩ͊4f cv9"4c :i8ZU=7HU{D<'6o2c8Ό Oķ£oQgH8)O9Q"|-x['I_/_׆FEu"?J#=_1o&}=||kǘq;?4qDH=n"wcB{;2͑nsڞcʿw9Nq^}Ƙ 9Fb/;@ls' qگy/"sD:A=f29lǾݾ[D)i/.ڬTCa ?7tCZ1'㧜|&L|)|u^nc8<&uREɝ818o1&Y_:c(YcǸ:ƌK`kCc+gB%%>M{+l8U iYy(!ù?1p4Xi!ļclF/B;넷?3X||=o#fԲVȹs"fﺩR YBBt#4(&)N۪VD+bxePPdRQ[lm1y+M*QyuOS#rF}3BᲉ1.+uK|bY2ۯ+,PT=Giֹa%5ox_WZI ^c Z(RQ;*O1Lb7L DAJ H{&W+}SqK 2˿ ?(爼֗I| &M"h[i۸ʀkj`. ,{m5 a,RM>&5?idE;ϷǓl^NC&Q@5+(e6>r@MPmq]eN۪HthM[ ai fӮA|TzܪzdgUɲ; yq^]ސUJ,{|=Y1,/oy"?p0Lhyj4_#7qd>/Lꙍ],6^{ccA<C܇欑xI1R{-csn6ՊTW:T v[qfYVJvqlGdʠc[6kk4E[솏?bVm;dY:ߗwZVWu(;Ƙ!ek˻}-?jYO6Og@'[UJџdPL5>SUj1N4Z ZRJʸJjVJ./>hec63yF~TJeΞu>{|*\s܎q?dPL5+M"5j6(c{6qgQcyџkf@IDAT>tLM#EQ IMPq@ϊ+ urX6KzbrfvNKPqG4rc_ǥ&&sFZr+j#~p@a V[;'s? +$/ypLa+? =z|_UД35 WsJgVY!M<`%gx3w%S=_Wm,0vW \d5[Ċ^bb,UVe0Bd|[&0dvtb>!Y) 4i0691We`nAU<(g~ }hs;jPX}U _\r(6 C1狼yp@ah]Ɠm%;F'Ea\# am9ƞ۫alAUkL[?@2E>LFc{!opa;&>lJ,ݼlK-ڏ $oV۝&ӇPu5ڈ MO{ŊI|_F}s('6>3 X)EeDdVícfg~&,0&i03r?4jW$>\=`>cc nT ?4BɣImZ_?}cPDҨ( k,!LP-vs^Ӹ9q=oj9u %v\nqb%mPbl1@("iX"]=|@'/w$C?̸4w0o̊5z\|=/,m>Mn h1z6CeoLˠLA2(q`.6B8{{^4_|ip]o Fڿۮ]:?g'jQ(E&r^k<%O]z^m]ƘI᣿c^#^B1z3e ŁI6F=V]!|ә<[n/KG||G9]ێ^$~X$գSĖwBBWW4|HX6)Ygu[neјza ?~{O6wW{:a遱cP=C8zL~R_cMȓ;Z/XOHy"}{Lvݧ]TO)YEWH8g ~ /l]-etbk}ƿ}?~|(!_RqsnbcJ)J|x} j&ŸzhGZCSc< 6P-|R_c/;n]-GH@F8XjZ;y89΀-^b߽Ocӛƚ_fOL\ECTb%?3xxhA~9Ajԫ&˹ Bp\-ʏq4;f0~cݜY^x[I^y(_}Vw B?1<66ڌ;α"]8ыy _{b]8ы]>&;ZķvL|Ʈs0nta]kg+!'?o`"~3t6O}AS΃.y|-‹03h-}\g8ce;~r~|y>ccd!~3\w]}q_tss~PΓzrW`ވ}39^byNcO[x |4t+˗$nrSyiJ|VBWAcц:&~1x~'KAYخsCď:]RD/x¾>+cgKg^}^_8u':>>bE@&įaNO1^evpNC5%^9Zp|ϻw2&>k9~7x:>xU?b}?UeHMG nDL?F|-y3xz&5y^cWH\!d>Cz?oc>ՎCok7srrA|!~Jq5a4o_r޹J!X-3%-mIs#=MeO{qG^_g9g4mxAj4ª?p?uj9׼Lǒ|#RU#72P)nO޻` XC6:4PRy5 o^A>Y(Op[f E۬Y9R,eGm9jٲh^+Gf(i<&qb_(soEI 5:1_c/eˎt+4f#Ų: 5ZV/Jmq.#gz?>nˎ\}Q=xQxlCM(g9.My/;2*c6˒[gïo/US,)_Jy5LbH4?qۿUcDS>+Gp2ٲ7@-[*GN2 ~rw:_MVMU2MlF)Z6?='3fS3>~BQ(z~\U52y([BHHƇzB?Ǿpԡy67.0qYΏÖ́QԬ\8 +c_.cjZ؆Q2"!{/EI㱽1vLJ,U6]| 㯙xMql< 1qӂe.)Lv oྪje scdHR]m`_ZW4R,B(V<W4R, j۞<]zeϐwkik+>Kk1^o||%^Č{ \O?8N/͹55HzM\~|Uk삏qϼslJTw@b4> V^r5yIkc3,#6ۗ}-Dql^eˈ>α6Æǿ&h;`qcl~ek_\Oulqy,)eƇu'q~>N/4cȠr5Z9÷b <ί1>'iVIc)j]HgFWˊNj rP؎Z1R>wlc)Z mLF]w:}񵋿Vm荾X?_|W_Bx0n~qip˽Qϕ_jU4uZ\Ue3^-q;E~]񾮡qfy_=v\Ď>!JmI,Pd}{~f뭃HrĆ`hXVRR ǿi{MQ2PE=Vyhs=V_ў>iC ײ~7 U5BWly8RV3v~KѠ=t{a9N;%1j9&޳?$M\A҉R:W9AA쀾D)Nr{ =㠅'ubOkzSX\8{iᱽ%/q`S)ZUEle[ßq9N UH۾z2#5/y' ]䩔)kjUʶa 7◊"KZM=ǿKS]19W+貍tQp,YWҳ)ЧDY,UOx\1Q$<ʆ7uuN{{W赥Ro2c#FƎtMW;}fJ|B[_C,U`qK&),e.B qk1uCO6!~!#𡣯n}F^';mN8c…se%2hnPį^'Ƽ/,ľqɻF8Jٖ24P?JmLdM%*Oa)scCPUE3J!aݫP;ylP4~m_9Dwg^jE'ST5h|Qs徤NX_J]&O8O8%C=潟mKKT\@msjkʄOT￿;g|w0Ly~;yL l;^ LiG=N=g:wh=J6P?TUQ->Sb|,ygC .1d¹(JEh$bmCխ9$230aޞPHǪS]ED-),e.cm/6v7B5E'VI_o=/J}fS|v?G؍yy }-K9Cu6USfM{= 3+Eo&>D+.Sʷ kGXe6:R)sQAJl5z3=vl#*kjU1 *jgo~O8>Ƿ/xaHq-vVJu@/]"Hh4L[&qNBn&]նY:"H ?Ϛ 6Гg>o[|PWg. >Ps ]W\qżwe$.omFv2ÓRW\!O 3 ?M+{N7?™mH~Llw;۟iG+X?2WԼcWaY~:,7修jM}R*hYu@ ֔ [k\9nr^+1F9n!|4 7&>d&xd\0 CN/< *aL㞴uE;}͇W` ͱOr>|2<۪Ώ3"8y%{`ӼI  CXn >t] HPMSW;>%o~_<]wnpzQ,{{]u|3Vxt\K-_l\wϽ_jPͭM_p/^pJmJ;UAP7!9PY?~Ǘ=5@OF% *ZG^tP,XBU5*Xa5 ILL_4cŚh%h~b/QTDQEHQ9{vvvvfvvvvOyvYE~IR&S_@~TC7nI"v1r"5PJ4 3e㔪{wMHFo1uGjvUjQu { b]y8ci(cU];vG<LD"c$撿!/H$5v[y":g06/ϱtu3 0*2wU#믾&5G1' 3ePr uP&?:f_LjdjwO07+4D9 Ӝ)_cHw0yNm0ڻ _䊕V>a=4*vOiHK9T r $: :@gh>־ /i*@_hNmݓέcp>-7a E % P2q5yf-`Z!UrEZ?*|F3wҽ3;ϩR_dow1.Hd}]L[(2\DS OQt14:qןD͙I|ۥw5v?묳]c$Pr _ [nɖ.] BL,^8/~sS3>J+4D`6iYJ/|_V`vq|k'%$R S-ꏺ/ZW c̵RwkT\?ϧP*'Kvm7Y?qWrOc?fEI2o%F(r–o?bM]ᎂ^d^5Ŧ>bDxA`>+nAE*?ӫ BDÜzcŋd}6X}co-Lk ,l|B~PG7^1TD[8uT T#D6s=G F˙"e= D+2L?9=9 >ltphFy~(C_JyB`nX8VDy#ԽSG)S(3tvȗq-b,;)OuG}y`~g,S ʐQ*';t 3{,s}~ģu_hT$2H?;B+;rb, 3"V_12dG ES\6 "$*o3y 4~8qG8p! jզ]xgb.RC{]5"55? i(H? gbm(-H>_.B+y&6o.d2 (<= B#OHS9 b}!w~S7 ODFbiu~>p*ģ~~˷ȣ#?js$2PҖH~;U#]⌰$hJk.#>yZH.[^V .O5\KIo/aQTmכ|nhaNϵ8ήlnultGfxax%K 2 /7b Z ݫ|.napṬb/Qc_y50Eu!h#]t7 ߖ+ejaS3[NCK5SdM~\ZQ>D;ꎾk^zbL^Hdri[ih6xjw- _ @ڼ | DzH~1v]c$Uܙ( jeO)LlhDzW=~֝c#KHnt_WSk'~u_o?2ȎS`36PHSt"v=YqlA}%3q/;v۴NGx 9X؆{O}v8#ƙ@Cul, `Hw3T/NhS'С8J @QؼsyqC.-\sLk}eʺM9Ch-з_Kِ!C̺^4, ؼ}k=b[`a :4^Ӛ׿5Sy&gC^=ujoLe ȏT^rZ#?RՆ ev>ENzOƓ0c|m./&|դӟ~ۡ}ŗ^TeЎ*;c՟zw}*Qֳʹpl "c?tԉvn_Y{AR/+m4O.u,P[q>/r]>֞scu~IttGu, ZQ|o0˜z*N?=k+µWˀ|$ANfMTCq{nwA8~&5C4lڧ | t!^|QQ r*#:;vv-ɟ'G ;yb&+\H6p4@l.'~~4q;3;U ' 5bxBH< h8ЗlvO@_ZȇKCX l -}wd1u?*O&dGqd6h d3M,[7'xq#}{{`{h>hװxj|aWH?qƓA 1dcDqgF rOQwtߝ)E~ g#D̅Ȑznޟ0e}.ӧaėg~GS_A!(SQ>IZ $RcXs,4Xeޚf)ȷ>HXDT;0H>-2xO6]ġr1y@"ځFQoƳ2QqpFeX2O/չ.$eTc6BOXVjCL`^ʹ/NX ! 0>Yzb ̸(R !U La _^vg gg9b+G8PRW3CxHϜ!&9A!b/ыO|1 ʔW 3r٤K}'x6֝jteT/~aֿ6dЇpm[d?hխ[w-GquuX9RAљ#,{(8{6eDVkAhһ+~𼞬D'fy;\tofw뮽6R)?fIexZ!-|e{֭?|ݟISѯ7w^:1?}7 @w!I:'eu_sO>3bW{&Ͽ54Ng<#H zɧzy}U*lM65c \?nm߯z7P#k%bAw+Ǯ~jȲB!PF(FnGA3{/ll8$q, l935}=Hz0/nc*P+ ?C_@|Ͳ0ߎS 7ޞqbYxR!K C5S<0B!nF#$5LoÙlhaJjY!OPP.>c8 (agQG.2"DR#Oy"+5Jjj[\ ?1PauցD7F.*QcXoRCpPRC7EwWlsø_o.#*H5IK?cD2%H-/ꞷwȯ^%+`Quoԯ4oydkU-#*R2qL6{ߣ!>I"Z@@c{1R|IbDcPRǢ_|LG_g8 (Ԣz2~'8-K2H'X=%3a EC7%Gu+oY@Iy/)Em1c} (abQ(}L-}^2XDd%Z)k|<8/[1+lwh؟T3+r4RRSŢ~#e56>%acƲJjjZT}om^6[7V¼U @Y@ƺ cowQGB^@I!.G9Σ6By ʼn]Cl7?=E]k?j`/"7~21%+t fs"iA>{mQ vG9B*U+qZpPz7˯/1 (ԣ>uD ?l{ɒ%Tz:qǟv脳 "7E] / v+D'X%5tqi"%w KaJj-ǯ;r߻f{bL vrwݶxL71iҋ E_4z9p͘4瞣Ttq. |'YbJpě3%ݳa+N;.*Qݽ_*L/GPb \ $)?6A/$ug}V~9*6VEAꤟ5L0t˓1HL g9p-Ϡ:KAw'L›B9pIڐ/^+N?',|APL\;?PWPA)s'/8(<@f̙Htwhʵ$p^ Ɉ=^_s5$KB$ŇW1 XJ_T@y%@@"c?NcըwtXJ_QMOˠ7 = 8$E`fKc;5W0@@HBR.y<S N L!. :Vxa/ \) ̌s'@Ix,K;xk/$Pe@$J/+.ȗRN}-J 9pIk" R$0>1_@@"J0˰YN;S~^ OCsbwCU/$V›B9gkwgLHi'3VCM|$YZ\|9:x1/@kV$FYfE%V&<S ҿ I6VoB}XOGPb \ $Ifq6k)/Ad?K$ᾶDyo+|*(1dԲB/Wpݸ/hwSۋ,bDU!%J+T|ڽ9_o@~ 12\ $ V&GP qi!3]0qAP[1jt\;HR^6 >Z (|@csps'Sd)=JVUQ}>XvfiELd0ﵤsC I93X8S!F# @@[<&"o /.T̢"LWC N I2[cln+^)s'XLRD(S۶iWuu!},?,I-T(1\ CD1V\@yP|ojDr[k _C km3| Ř@"Jpm&>(1\!vK_QlJE%R?BW8dK\;Ht)O8["o ?W/6voY5*M%Z\|rF Χ_㣟Oe k mi(1r.YT1\s y5~<512\ $i}g "ez1U#a8/5j( fu4Q]F{-svaܝTOꫯz%3 8$-Ƽ-V&rG?q#,cz0kYTY-ȹHRϨ냎[gHGbj8ȹHR_ xsz|6ֶH?;ޓL/cD\p% 849v_Χ Y.y,{}qG0θs3Ɂ~+S/)6#Gakz@(9> R45>=Ӥ"OP⧇fϞ-pjDD›B9pI+}ҥRu v _| X~@ IZW?ʄJL! K&N̶rKؑI~p.J>,qHcȋ Vϟ ќ 8$EyQ1H-A[-XR%@(.x|eՕ>Ync{5L.nЀEͱUWV!YsoXnkzo9xF)ZKkZGhԔ/vۓaAo/\%m)k3,Xӧ >3uɭfw:ؒ)b'2$-V 邸\(YrovgY} }\f܂Ϗ$ۺy͚;v>ͭ~o7hS#ŞbcI+jr]bb+I>@I~-[*97lpk3X㼩AzRR{I>@/շ{Tgi܅Ӏ8_}=t/ {hm=t0k%_W3͂V @IDAT}5С[=YY^uHݷz0aݕ2֒ږX7>kuzq㣥«Pi_/Y⦂SaK>[* m h߾ݺ뢯[eʷ_/qN}Žm TO٬bw1A/ԩ\ړT%@j)l1feZ-/b˖[M汊ց5U^?Zm$-Nm2K-po XM} >!ܛZ~c֟}tG*߯a3u5!C<*I5+SקckuѰ~ט/A.beҟepB)WAfͤK8Nlz?nwv_}%=I?s׻F%ڇ1ߘ{y#Meb!(L*_/<%kl k{%:69ǟxm<[trV~B+~ބ[k]߾}ݦmiO"\ ԮƎ=] $>M&;i^wo9í֚n(^ KeU~I- Wn1cǒX u? 2ޘ6ͽ[t-?0mT_y^e,N1 }^qa#z/Zm/]J>3ǭ+p -nEC-? 1qL-,-GLQHO3c*iMgYCHZZ LghI[f,!2$??R3XfE*~Ȁ$4comm!;nVX3î؊QFP%|c<ė^Kn}qw5l-CZ)G2#BGTKhn!a7y22.dXNJ@9A6V)CZ7sU"*d7\we22*` ;&^NɄmT 4Jr˖/Vt0Kj =E($h 6 "HD*:WkŻ P 4$L:½n\x*W_}ʹO|E$`R[Btc9(|?܂S .81A|]8fۨMG~u\Kşt;CIn5p~oշ]O 1t5%G|>6~tfWSfǔA'K\H>Юb.3p-4A4+fHi`c\' )OOo3W\ vag02io钥 .p? 4Ю)D ywѣgEFc)m/ſU#=renoLkBZ?#xxdu_m/,[c:si6BG3__) ;PEI %+a$?Dȶ)+KOsHonðgq;\J<$>%*JVҕ4'F Uxm7hcgȇBJj y%^?eO͸ymcA_-A@(/JWyۻ'' <t%"#/)aRA(7tAǎ=v@/ ^]5V1Ǹn&=TW8BJtmEtODMӦˈH(Vph`c ڊ Cj")Q+$?ueK7-ZDcfʓO#TS 8RKou5fnuoFw2jo}M>7·ti*3g܋/HؤO3`*^*Z V ^ŋe_&^2d?^ );b΍/KSMGCaX(!8#)h_Ӭ 7~`Su}\׺ukdLt)- vuSiiQ=+z"_ZOa95FL"n^töٚFU59ћZmҐiǾ_x)7{?餓ĉBw8wWILw}Ss'L6q̡.\yUEdAvmܳ>7Yk$,`MD/4h{K/7OcG~6{>#:tFx(p /NK׍~bq8s0%#hs|"I{!̩l"3?X i8]r%ڙСmo7׶mҶ!$O[6/Ua{1_O^v$4 ĺUر6]z)^b!^ak=_> Û6^;9# `)?X1tp|I}1ktn&^F9?G4v-<#_hj(ppJO Btim;vuzg o}B ^ĔE kꦿ;wqn⤉u6.-&;ClN+hŋބǜO>ukVѐSmOXKd0; ;fyBqK".6eI~ v}p&箺*cx×.KunL_}ֵ[dk 7wҹ U`s wG}/ha5{;SdؚeL3ZO":hӮg{nͮkB+IuL]/mJȘPV8֢*>o8c,6)#s)".zsI76Yc>.YJwܐC`k]޽Ǿ Oo|JW]}1ɦ RF ϕ? Oh˯rw]w!C \vNC6ٿ^~rHo=,ܓ9~z pBױcG@$OilSlx!/̵!) "ż1aZ|,/4;1ɼRWF[ӎ C9s k1sۿf9l!7Ih)`] /*-SHld$0 eY:bdU6lsoS`{w\7nѾK1#תӃ'VN N6/R?;ݣ=*]#!4պ;G]5pn]w]ߖx:uXb:r_vT$_\/Npi@]#p1CBfGZ? ksb*GR*%iYR3X&=Vl#1.TRmeٳ݌3ns}1 YRN,~cwݵ׹U殹jw,lYpP c.Tʚ3u:U㮺*wǭ[pK׺u+`nݨ?|~&y)]P< $3x9"d2<,j+ I>ZVU(\(@17wq?wkݶ;# #x@ L-&f;̐ H4P<2jsa;3ܩnDfϛ?ϽYn4k]E?XyW И#O}MF5ڷg\3H"4f' L-&fHֺ|1$PȄbjbdnd(_ +2!#ٟ`C L-&fHg;XFŐ0Ba B!8<ֺ|1$PȄbjbdnd(_ +2!#ٟ`C L-&fHg;XFŐ0Ba B!8<ֺ|1$PȄbjbdnd(_ +2!#ٟ`C L-&fHg;XFŐ0Ba B!8<ֺ|1$PȄbjbdnd(_ +2!#ٟ`C L-&f^wzjHq2@eʨr|VTN d#kI2Q_fkC)1p4R)@QcRM_,6 %XpZGZGI iiQJ≄,R8?#?$^JEYI돴H돴( %DB )iiQ/%,ƤGZ40S.uCSs"HL( k|oRdY9J?)K4TM(i nQ>iI8F[XZGZ#c ɤ X4'q$%~Ȑ4{(#ˣz&`iN}.Fb"4.֧b1b[u"ucs#ԧ &`\ nPDH}7%KIJ4dH=Q+% iƟ;ш!#i O,YKmff2O?:RtD#JCP_iHѱ(24Ԇjn&`?S|y_lTDJKJ<&O 0ΗQyL'eHRɆ'%%ETiN24 #%@"* 4K/?Yo)R MeJ TD1!o)B, }I ADŽ|?)ě|"E?bL<&SM7qW!RHI?L<&SM7%)V ;`(4]-yUHM.Zk)3d$쯮 ?oOa?͟2aG iPH#D8c,! R_HGB?!9I&R4g))82Hs1YK \ HdW?{kOs-tm3fڵ+5)Vl'k7Y!T4g)݋/^{u苅nCX"cunsz7JJgx(Yyo%ssYGqkS7pZ|r[?Jxͷb;[tl޽[O?X{Р-\^_wW,[;\gX6ޤzz^]{_ܞ{Am+;Uʴeǟ/vSqaw;]iӦٳ?>YznQ7$FFاҕE^}7YfݺÇm {HWjK-.?5Gy4!l֔klj{ݼyΝ;cLJWk[S@R3~\ b n>soj) /SX,[EfW9Jf9ezC($%+^!TYYy]7p 'l_ƏTTXLm_s5nY%fAޘ>7H)UP;ʲ,.k;<u[{wf~ovOBQG|yꦽ1ج㙥0kGLVy#fQBYm%`}_rmQ?hF}!~SL !/ ҥ:Xme#fQBl?ol}w}i!)O>Fnf Ti_bɿs,AwgZָ3 N" O#fQBMIL]Q= }sJO8(`IKa\ma?Nq:i_5Q \x)q0VcҴZCw/\ٚ^NSeUAo!^oLoAg̘A*yP,Q'mpg}?ƬהK.v=?ױگ?wE;2)z%WaB :문Y͋ReUie^cGHN>^Lר ܴQkT*jB'L ֨0f[ ~֏w֏dd1fklU?Rt{r˖sYTI3eeG Ss?C~ ? <8[tih 0+kS}KA#Fhm}ҟ{-zhnZ29sf֡cy/ܫ2C{l…Y~?lmΖ,YB<9%Kh~2s:>kF{;ctKkybٳgg3ߛ&ոdO8i_jI%ه}}ǹ5c 8jGU:`oV~a'ˉ-R9ԗ0&eo?Q9<c 8-cB1=7m/X7i]KcǎnZ[uriER߹睧믿PzPM>Vaj{f\^ kܹtun^?bR~P+D-H!熵_zb>g#73 w]v&M:wzکߖ:o~dރ5_샩yKgc0 44Na|~{v]dPP= joNMvg^*Y55eSٙ?3{o͞x@ŝw`c"2xI?hiM)?li'%0S3ipc"~7p}p饗h(;. 8m )\O{=&{b S SqJ=u[YMRV7W|`o\ u#s tGazi'Hiu^ћ"<>ٞW^%A\A X ZT2BI!ZEZ( 5t z NXE=#aԪ&{"AYeSq".[Gou]czm>}6pS=2PmspClf./7Af.`[im7|\O˷? Rě-+%N/ʋkL<eqj/5j-p?);'g'tR󟟔zꏖSοAZK)8* iK.7u}/Ch"AVzg5vzȡ ,wJSOEZk@P~`k;y3HcB;Mk-Tg]uU/\*Μ9al># {Y7B uҹ6k2V;) V4hJw>8p`/l2#Yц.׊}g[l>"2c1φN#+P2 NA ig%T1Y,PZ[nه }̴ 42vU&j,S10)H~{ OGޢiEMN|F4>_k5u|Nlu [^c }J,7w $:tfvQ,`>xk.ڎ>x 2Pİ )SqWn؎x ҵ+p<|g+#c[\lBʬ<G}Ɇ7,~:[=܍m8#&ϓy 1ly1̔z0ԔBޢ,lXyK- a*| ͵o]vYa,)(eշp]vm뮻Vc^#A!t( +#lJ+|Ca)- E VdEJyji!oQ6JYwGBI!oQKCEJ 1lXy) a*)EYXX8]{-?N!^jLe2Ca)- E 2e"qeB umu VRKCEJyRZ@oOן6 sE]}w;Gy Y%( ,u/Wݶ 28۴nYE2HA ԥ 1`E( ,SBޢ,lXyK- a*Kii[ذjVx?Iv֑om\}"*:l6Ca)- E VdJr+|_7vq(GJ.PNaFRZ@αiEzTbt($(deaʃ\jiS)O]J H[†UO`X!O5Kayjeal>O}\b?ר]5*^5y^:'<--(kT? zQkvdF=AUf^#A!t( +#lJ+|gt׏؎humu VRKCEJyRZ@6|[ڈ`0FSiE l$B$"Ddy,i-֩^]w_~ܶMR&i˴&BC'ad./Ū!c W#]ҖPJǷ4~aM04+EE-h~w?yXXlͶc=n <.@nrT8?b$I!V̲믿AmުU 7#6ܰwsB%eL?b$I1n 4/M>m6޳=AR8W..GNTJ,+Ε/VTky[nV!u$Ͳ/ &GB_GՁ^H!%04qVkZ+iD6#„ 46q~:t& ZY l>`/e!kfÇ/ǞXʽZ9˭~啩Yָ5_D?q\۵k ;?>cTdԗu()""VQ|)i. ߰a|]}گ>J#*I\li5ȿkx|qjo }x$I"Zߜp/ Pl_&lN %yUq!)K㜭QW]O8N FFMY$)9[(_[ܤg >s X~4|Cdi[o9&9l(+[ZM:umI*$e8g5a:~<=k+§nlM65/\B*-4h_"e]Q) ? .pmG8HGyܨQ]^8/&d#$eri5ZVj[V_—a c ct]`>~>*UR&)s2ޚcN9vLk8flb^uTPX|Kpen1M| H* a%&j'Lۏ믿o`dǗ]4Eը &dn "VAp㤋 qoXN[pC?i)$"m)4ST]M}9ݮ8_kx|t񼝰O3cIkE5@hȘǛ=2BM:5AxETl-<}'O+b7eG"@@gr"/j\6yd> z hX cIg|)ڏ ݃(Gu5p!lO4|TX /BE  n/RFm-5@`S6eoc _>6ʴ0<ެybPZzegon'T;[ˏ'. VYvZn f~WˇmU ZWa Ecc֭dhZu0~L#lok;"}o_L7owӂp/󍪚l7OjN&VQ+Ku(>ڿfި{nxg8i={g8g嵿/Ç/94>pS71wb-xT(=q%c@ L cIg|C)sW_P-#6K^w>K)$Ao4>:;1W"%d:63k?6voIb;)Ud>3zt6fA3pB%Y@p}I?9dGeʀmvRݐvOo}C=s| ~~[G ?>zh!{}7FQgpg\yy]X~DT p%\(=qm9R~o3="&z (K,Mj /P>LΝWp핷l󵍿j?iOddV c߽J0~)_T-JѢ/5*Ęw!ʞ{Ǫki~`lmΕ8N/ʉv˳C;U(8ɟ^_?P؎pT-aTʴp_nKycU#Rjs|9%BbqђԞmEb\ KMp\EhsjZb\ Kva&9KC1&H Op\EhK<^Ts­zس@[ˋO1ZpQ&?-VNees d-,o. 3)~,\A-yNV*U8N ђt8zc|#:i[`x$݋LVzȋ 5Ï-ȲbL@롸ђԞ BŸ 5@ชј{8f4-c*k)bf!7xc|y\v&y+Yp~ VPP\%[ъ'aONB6nI裏6,QAj P9<9T4Hw~IaGyLͫV?s3 PNL3//ݧM{П VV1B}/é= BŸU8zX԰e5=*BƩ=kq(}~6?ޙ6#y}o 3H>. 5*XSp3#?}Pֽ{ (G ) R0 S{4XkvP}xc\,ݐ'4yCh=TdBy9gQR 12+9OO6s?^,*2N>|lÍ6: 8S9v`* bNl9ƵYj*ZGKS{*Yj*ZGKS{*Yj*ZGKS{*Yj*ZGKS{*Yj*z12+YpBW1mQE{p\>*g06(hsj϶P1.X=@B^@|eר5*_Q>Vr, Ę 5@b-9V=?"ŝ:Ajl9yA /3 U@ $ d I 09xd8#?g P ? ^)QIT.H`^OwU3u~9f_˒կܹ瞗73;k.8SY=;Ln@P' OO.;Yn 7RG{>ر]C&ojkG:m7r;S(_qïl_H:Ãq`_ tlY*FZ}4S8oP6=34N,5_r[o=X׸}o_oʧ[byg`L|1_WÇk份k]h\E'T.ק\vI*D)l;#j?ܐs`]\#kV1n?X{mU7K/vwuܬ?p˖,vtum=d;#]m:mpy6W#,;I:rW\qk۶]Mf妿1zIw܀~&6T-S?/t{I5n1cݨ]w~3Ug3N?ý;]k.k@ J#`\"7ހ99/ؐfnҥK(Cnת;l7ɌV?A#8C 2F*w8ޘk jJ?kHc=]E@W: X]]xE~s4Ƭ63gth;wmV<Ĩd(_8Vkg.5%$|OpB]p~lZNX |\{;($gg  `8`L@x;w+O-pP!$$j?-9.\;7:lø-;{&vh8ے07_x~zzO_ xkX_Evrp {']OwPoݦ+B ) 8lyk 7}\n?Q*d'|y׿_&zx"qԮ1!U!+I>?=;#K2qBR_ ȯ8j4dk,5rO?$\Ⱦ F;F ܑlύ}6ٿ7n_Tuma~+>34Rx_nnwuf~4;E0z0W`wym/hnrUvy'c >l^._FUwaRwod|pոwrfcߍYgy'x+NCьGSo7d7WzvsCn.ಠ)x?1d?w\G fąoԹ ܖi;;z?`j y9F_O$Z_~ 5Qٍޝ:d7e 4AoEj_v~V+1.>H>+,T uS],@K"\rIH%'!. (*u Jr %u8+i$ % a|ut 6=uTWU]}eK2eT|_\M't~%?,k$K5CA(NlT/M:"GHc;._ku%Or /uJ|5|Vd;nCw}1y-ٳt^_/"EdIC,3ڪjfy?wQS-#א~%+ܹ;d;=h_̚3[j",VjY޺wi^w磏H_|.",Y y_n*Ygu:Iݗ>KB 5!p=o5#+W?/3{"Z쮷L#q_bo>$+;q;|fٳ_}.?`ՐwYBm5_#wXhq*;Z_)Ch>HbLmjnO:[mUz*}e/K32뀿&_UkNT1ؤ}lr]bwVPFRՐ>m!N2lԇy":Ӧ:;N1ѠXB^EZp$ȁR:NԖM_塠¼Lb<利֙:ujuK6 sIw#[b: yijg.\BPCIXrIrzaNllu~kԖ?׌hmhX;i+2b%@F&cQ.gɰI$ˎ>"s8<7zm$ϏO|RFdڲs˭dӡOAWMڲ$vzaf&Yfu?vղ.yJ+$h&a{qk[|Y?~,r`⋉yP:zHqm>,xy~Xnj Jmٴ3ǟ\߾ KC{oYfKHޥWzn{>ה_f%̻ _wNvYm5{뭻+Z? kEHVOR4t"8*9Vޱq{]GCy~ м{)ڲiə|_T6?NѡiB#[^^QQd~W֓z :ߑe:3mhmtB-V|c^Dz5cܸ4M|Ilg?ytvMV2ZVv;A_yɉwQ''os\;,ݒjƒ>-χەo4U㼔jeHд$$&J&{-DRS^`~$@jF*k&f4\o퓙ڲՌ\IeC۱*5s6jyF%yJjf>}bZ:_ls%,gs;Tk?K7Y58'anZ/lߺo˹]hr@!KY/ΒU׿7(`ȏ?kG{os$bn] ^@ e\k0xc$}cΚ\?>9Yne;+5t1?G?X -jgΜ?l+1f#̓JW-:kfNlZ|I3>_|ӫ}N^0#,?[2 ~#U]k X7+>R[6:"JjgI^(n=|KgŪ:U~ʫ{k!_a͉lZ:?qRو~#}{}zc#Ӓw.NJ|0.UV/%y/lyj}5Q4A\u~kԖMaG}c y/kռ'PNG[M9_{>4%~>._;1˗[~1.m=4y]zAh'·#?H{=q62=/~c)7>jJ7ExKݔƿq^{޹#C/>$(Zhcnw^}[. [ʌQ_Ӗﰗmf15xK"M"?Z'?N$DT31%DKUnc(0_HEv\ >}\TC07>OnUYCeD{fƋsJ4'b<|"ұ^jsΕv}w7? ׽)LA7sԹ/"#?~-=ֶ>hcz_߃U{%`o2*2l?zOޟT#ukUߡOas߃xd$5#yjޓ{?{9|z<}GL E%A?o祔8/гsP A! ~kPmk=F?j[Q(ȿ׺>?BLk6΋{Q[Yĩ@zÆ1n$M7jI^`xK"2n׾MCeͤ!à4OEno%@ve9-{15505Av@dV/of>9Ӡ$;~g %`MO9{?\%V;/|#¦dJ8*xM{:̳έ^9k:U|AjFN?$aS?8~9 =D%wg8_a9PQK~$fsayPy\guv%TԌOHb:+OZ3GSgk?oYg%~Y^N -}FŋUsu[a9qw#L b"tD[;,=XΑΖZ/NwG}Gm=UDGKgϮ1ԴS_1~Aոx1#] Xp[PJ%?CXG#Q=UDG6G| 9>i~c-0,_>XV]/V9fB]G{ ;G m ~- hz7wj_)~]W8-cu \v>n$}!z _tQ9s,?zu#`Sˎ؈p`HČ$-o ~²8':aݳ)0źQqI0uo?ݮ;l6NvJ$R^ζ{>Ňɿ^W[S#]8f@^޳?v.&:A 8uot5a_ǀB^ H!>~n^u˿pKq=~4ϛ'gʭ.n*_`'#] 7:6>}GA UWmP=ѱ4OT̨=LZo:aZ-pHG:E;:jc`kqܴbw*0.Lv5B5S7B[7߄Y>uFG<<(JzG|(!HՍ~')cS|wnP.Z Q6^|Θ1C'\U M&ݨŏ4}w`ƕX.mP r5R9Fq.}oENyeu!=P )R̻z+(ZPt'7r>;=xȯ,:Ϛ*NѠKLC4S{ 3e2hO#z>1yHALs|`5SS\#%i?B-3Niq ~:F^yTJF ~|ND1F_ <ͻ-lEi~hkm/)~\Å9{zwHn$dj|3@H /B=׏ά"4MEz+Y96ߔj+_+1a}O=L0z]wF-ܢa#6Ɯ1D#y;hU}7}T[lEYc~[] v̹bXsL2[n:~Τ?3Dߏ Sļ RǏ9r{)EGQ߽^RiP>/,E-j6L. Q/}} y[B%vp~p-/t"Lc=o\`?)"M7T<~1D6N  `C ߎ[ha%¼\/rtMXu?~zo{߻LF$۽sΦly':_xaT|_?Ҷ>?sNupT/:>\wCI,E~7 vAQn:nq Y뢋/1ڑi_|߆?ޥ3~+{ޟvw.},+7-$+V.WE7էa 4WSfseWg?ԋl^~ʒߓ7rg{M6T_s˯+a\@( XGCZ SNcr5o,%4*!+/K婿Ro;CG v$ÿd(>_:og;+9|:,}O$;SCpdUVМ/Rdy0ϋ%`Sw->λv{&pUYۿS.YT>SvvǤvfVYyv7i4j΋Sy3SQjFEI4 >e)8_*!&ry/Sy4*YJ%eEU<9엇;ODHjv(|sC|3TS}1+_9O~Rb4}VYp:d~d} &:;?UG|k_SYyJܟ͟/sU/'ִgҝK/,pZMo򓌊)PUwC|+T#'~O||`xQAHlG(}ֻB ?=37w{S5֌43`ʍ}wgy.rdI"IƋ_e9f#l8%\_VՄx h~rc?(# e;W ֺv1 7I$i(-~@s+H8_yMs̈nrOU41YJPXkunњz8/g!^C6l4?WK۱Mc.BKݶy1C{Í+~֐#?zb לo-~˶4eWHJvwgWW}W&gE l&~cK9%> ?z-mUq-\/ ^s@jΥ^QQ?˭v3s݄l]S[Z:MVщ]R"jIV_$9F|8f/9;*PjZFԊnf~#y=Wj$ g`-5|\ꫝ)cGeNieStd5}!؂_s\qJd Q^+ѿwtO|x׫~WVX¯'H # O-:ݩ>opm //m IMh"kv܍ȓ֜qyn,n9/-g4;YS3 6"+HJy TՋĆ}+/Y!i9E$7/el \k` HWW ?:L[۾G{s I ‘~P Mf5~<$|gc b l)"md͋X?N7(e^ka;@z3_W2c7G}pIA=E*r^r)X H F"[nk&h"elZdufyk_ 6xY5隰xL-E:~tMfp<^3=LK#k26DYdP[2IA48$^KnSB~TNW %3A`$[13::s Y8>/,q&d4#k<|αBW?KGʼϼ-cmelxd ?k&f9zyݛ+S _, i׼K w,dKi#[w}f$_*yFduoacu #F2I6b"sWeg#] 9_ U56!+ֺZ#6(Laθ׾GRYα$f"̓ƟWʦIi wAoPF$SƊI1yi%'ɖ"a~6njw^`be4/+ ?2>2߿pnRǼ elC+f{0B*2Y{K `Y~*yXu߿녿:# ;2IA9_~sg-_$2I̙O?o`\ ʔ):.?&v饗V;1VkJ'uf$ Y9s {mG~sWJ AȊNEKm[D4Xr.JO9Vܱ7r~zmu,'UR`XM *dL@sR-:]}GuՌQx6 6!K~Pu?N= ?ʲ /NѲ0Hu<֠?#zo[#ZypZ}=6(~jM@XK?~!0(2Z/vi?eQUwqHC}M2dy[/Hnƙ.Kr%U4 ޝw; TW~Bɚ6˼ r.<9ϒ~΋Z>|g nyGY/GV>dny1Y|2?|8ⲅz7ZMi!g#n\pwoQYMzGm7|jKY2jtnYK/`H{=uZdM`YHe)u7&>_5<= v2ͯ`YHe)?zZoK9|ʨ`YHe)!s j֬YB %$e>*\ɡD0܆y!y?YgZV:(& i#Ŷ4][ك >T ATM; vW5, i#zC,QRQh4u$m(ʫr 2[ɯr̈́nC4w;V渁y!yb7>P/G5!y~[γ{6C0(2TysNFz[IF,pe)@Fq8cJbn'mֳn Օ_(PM,2/kkDh[2j(Xc$=HO? e&kBZc>VTa.9Ç0 Oߩn̕sjxݐ3*+sF)PFw+*kݾg993J&fڄA!yp^uVphEA69͔ b]&Z A^He)wk}~FN,c׿y!yb7q e%mV=P%+h<#>|Ŀ:0"=,~R3{*),p>#b5#p2)P 93ѯ#JfQG}t̲K).'َ/#xtaMb>ۺRg*{ ioy7g+S.se Qzyq4,mTg*[ ǟ.7bWdt9Nӊ[ DM*2;dFe~깠d?ngW7 ~.Y6SM}WcM_(#bF-fKYUZ@Ə\7ܲVR",lf \3{TTtEi2c >ieZhxӊvdy}e#N_k+ +9L}cux2cXPB`ct]%9^/u|Ϲ|1G5>cd$lgד~?K%y9F(ǖl3?SY c' |7:˾t.AyQ5s!wj j+c:o{?Z$+^+#_J! :{}04J.yyq,9IS^%>y*q,Z<k&g*jE_1ؖQh;gV a4{e[jL3f=9~[NIԦ-dȍ(Gscx&zRck}P(cf9z>")P{"ʒy(^ G|@dD<^1'qrn@e~"\"T_^G hb.m֭'~z׻ޥ~ٽkW^}9O~0$sVfُYGyDd _^j pBy~oE4|o7X.xs._[قo<\ jG{X5ǾC|jf1F9e"ɐ;}窵^U3ȫ} Kġ4Zl䏏%MμH)wj-HCTZ/ߑ:k̡ܨŶԦTfLK ADRЦEYNtC~N{Nv6QnV[&K/)qً*=]LFiG+wL~$ ॗ|+(xDqoG,'pw| C,V`OX!Ri#9R|o]K-bƺȈI=mUB̈^,"o~6iO=mHC05 |)>)+C =E>H)qH7zTYv!(z wʹ P*9ˉh6VnGJ&d>f [-BaJ? tYq$rb;a(ss!A&κB8=dx5AC똓ւqBlut>LFTp]t 9iH=mH?XD耋 ўӅ" 0S@&G>$ig.:A(hH)zđ̏+\[5LTYNG,'ٚ&͑7C&BF" H$YN/sϵpZKSʅpR)CaiL=mHC0ѪGGG|cg/eT3%ə"_GD;ˉhVsD$J7O\؉yX%oY&։R*#8f4v|ߔ10|!&Dj@IDAT>ջ]̥z7 ltKB&p/~\}(❆הĭ,:Q*{&"TiG"=qUj6/yEPaOq$rlK)z}PNb9Fo]tDJ=mV/=,[e^yńpZ=L=mHC0 vѩFeyR*Il{JR=(EE@NDiGᡴW8v!?{yNw)v/rh5%JKy 2 ;1.~)`=iJ=mCiu ;Q]1R*c|i)#cq,la.&bFɹ=fR.DE&H)?8 ;9ϧ9LtGpZRO8c2ϧgRQʵktl[*RYN v)|D>&YF܎x)bB8CMmS5ߎS|qwRep1!fϙU38# T֜9/U.Ƌ6[T(>LńpZSO8cZU묽}(K/F9u]Li)#q C mo?؋/(o?[xƙ_7}1+V,:_y7vKN&d~}P}D4Jߟ^V>L>xD2HM[[Ns\D.b! ͹gr."Xd޸)miH=m~?t#~oc_rqY/ Ig+""97ߩm"6q$ȸEdn_满\,ySOVCyy]򮾣ݾ=E&H)z*kUSwGm?q3-`pB8cM|Ʊd['?ieϸ0̙+@‹.JƇcà |ᤎ ̸CZy&A$1ؙ*yJuNgi-Z"Z;*GQZpO>Uԍ>ĢcLj/Z8u:໲?~: c-s w,!hyˆ-h2us<ʠAO|M8K{9Zgz%Gs邏q+xGRGWwh}|Xb)u w5&-c1~m-X3Ϛ(z!^'7ђ#DCBFIj[ 'h1c~VV[F=$d[oᇛغO4P1n'5W9_7qE6[6Iv3輻JN~k+J\ːTjVP?R^ kQu0/}٦e;WS[W .[m~.[ڬ!)c7~m N4>ʼUdB|*K8iyos|( #)b=~'4J܀Oac~e䇇͖MJn7 9HZ_;b޽x겥Ze> uŤ:6ĵ~7ߠr8m!{®Wwqk||^]_}u)[ CTa;~m w>ϕ/y6 mvD(g?Z1apū`0is@{8 qٶ#:.0:mZeۂOjlTzVq{`W"9nJ!sW<Y4~{l>,69HlkހKAL8?6Χ{\{2H\1$Q#(8=H{'}ge+~n.{G\:`er?_VC" Yz{ MLŽDV:bSHy!ʉī  ړjn*_|m; u.[:$ {-|C/A-;,5倶fs_} ]_/b&2?JL~W_mAG>aaU:# 4$CSfϪrVXz{[g7f(7oX n +.B^N9[_DOK1L,Ə?TϺ[ҕ>ʪ1[2W`~ -fZ+/ NiY(l|nLbdMt ⳏVyL&u13bC*RjPR0_,Yw=o4^Z@tBͣmEڽniA{%K $#fL2ſ [djdk9.Wepϗ`KY|J us?k^/KjyϚ^3?5oO1Z,8OR+Y"?>>zGbٵnLMnb&75_,?WI(晄2(>TE1>7<uԥ+m굮"ABh;?KKkaZÇ1v8?kaUvo::R*!ZE[&8ǰh_rg#_W{"8tyG}:G[V3:UpYLJGC[icx)=ߝGQ"jCaQZn:d㥔J*Fc/Yf7i-G}٦(*l(~p/!WȪ /T6>brZ:F.0;V =Lj/RFo~E#@i#/F]/TLjHǨIgZ}R+̿~4j&-!p^~T35܇ޓɊHOnoCEjfv2|!9HOnOA8 1 zr5i1~McM6}os~wV`$eۇe"?{{?tu˯kk"쏭2 %Z'hl`Xb,!lSq@EHړa 1.6O1{ғR͐ ^y5m36ʇX0ϰM&7CkxY&Jt>1@^p#{;Ͽ[C/'}Shun)fE]q=<~8:}Fć~ߦO;][?k?^;-c$Yn瞓2Rm,9G/"9O~_9G=sce[t?rN|+^x|kx#GϾ`78~}_y|u1#XZmj5.=%kךpq+?SC֕ao~^[e#&/I$3/hc H,%_IRA60irXYwYAl~Gn?qU߼Y՘ x?f@ԓER:7r(>'tN"x0Fo74 >^ DME$n6 fm^=ğe%'?_U[M…{-l͒A4G|gO=y95'ꬻ>y||/O~!˫(|Ϯ;5o]n*naP8gΜ^z8NsU +iNb_I(Vwtc?̳L86Yz"[O>d& K&rq&(M\XbiZsCUgs9Z?hz%gvo/ǟ?<9OrG`v<= -qv+1fT1jfN_IPTtk#Zc⇝0EinrTVoK_×xíi!wEw7}de4G(fpLf!,ȆM17%IF)cxh˾,zfTlwӑpMaWtDm'WI0diAQW30P8|Ԯ=D{N1бnI`&ZSnvf}5^[Uto qr~4k؜G1$Oj?ЀxIֽlc|c=8,9LuBxObဴF79Qgs\2TUpNջԼ"mF 3Xū`"ӎt.9H9Srv j(fZ49ݮH&ű]TTP 'Yύ*F4Xc̼ lU|~=768/-R*Ưɿ'+̸KePweձ8V\hAsء|$7w!~L ~W=Q'Dp-t?d?!x|$Dd7AEco3%Cγ߈9zKɹ\pfQc"Jo#Ւ)翽{9>hR/EcKץ)9R}+W=_>jk}!>|4})eE&8k9X3o$.I(N~&hzaz](sǏQNXGUњ (̠m4FsΉFa|`δ3G6+TR :6l(i}'0t׫l!7]%u&s$g\rnw2 ;Ap:?WS6G*aua!11|3l(i}'p4rhr|BWMؙn: {?KޗYv|XF͔JPJLfXqwE./53`AV.?~q0=TE0% ԙhY/ 8oG?@ 9W?\ cx=1-*|s5)'A9Z2ȭ7rķeHuŕW $xq|dM|+ӡ)pAcS͙M'03+KJY=A2 D6N~,ٰKN11KM'VYu|Nu͵AD]s͵6\A4˜CBB}C `W?HN9ĕX>_o l걃PQVjtlqQGfo Oo.yh 8Wp4mz;/jc 71^{5C89a;=a19h6D1ʐqPsfIVs1xhPO*ީSd]:0 8ܫ5kfΑq*yOs;5l8(i}'0rǹ8cjSMQGz7a;+0 tHz ӰL!Mud.l msSŏQE>:WLDb;+0\7ڐ=p H #}n&XA |])c~żSd)mGX<0r4I"u0n Ep6C{&G)]ԺLCo\xLhB 8MiPk]Q3^aR[:Xe + oYM=[eri?Sq#j|vi=cVUygV]:_z&HO@0P?=^-$oXYY-"בW|V3.MF4RN,lw/3g>Y]q]@Ss/.Bw묽Vf &ϴ)i}'0оC|߸nəW{xr|^X+tMU`jCB%u"=O̜Y]~_lͭy ܅K묽N?(;CέfW{U=̅\\f9{eU,17}dGs04inW\!ө6_ +в}r Hd(s †]:9n}4I Z[M09&l ᠚ 8MמګGPX`!l$B0YVuB7$Q6IV>jI}*\&[LF/I2"Q镛 6Y_UCN u8K yW#%důKq}6L0̍PJL^|h5#%Bdԩ2IdGd&" l(~='|a=X07wV#[j}_pwx2o+3a}ⲥOhk0 e9Rr@('%i>_y_0~qy'mZaPǪ_sJQ -%27*Ɉ}5A;S6&)&*+#%׌Cr'7*y׿nfD?i H)Ç s]Pw*a1Qh/97Is9 Q"qҧB.ɖ`T탉&h9Bim&AMVU'^ ֻ\nX3^sz +hWRFJ+sj" dˆSh0?Щ ?^囅g-_ [o!vBt+w+ZNiπ6LKwçXy_Ō>]jL}w<h_"s.<6 m݄ǏWq5c"vR6fRoL\5U7s 96%25ﮫj >m!vi78(k܏ `vZ̮ѱQfNҘiB۰YyInLu YF}If;^/HKfݞ׳ƹ.?~Veswh:? s }+˒V_!Z<kF'9Bw95K$Z)SV}nh$uRD+% 3T cX1v47^`%nIDk6V5Qԟ3Rcy' #%7 l0878kΜ^4(D-ܘ(*vsgNӦN"8;2j \˻}by5h_"sc;Wes@ 0 ߤI#Np5%vR'_3!WK@ ('#uZV~Rn3~7nm2B=wZKj2]!u۔{P -%27:H^VtI[l1A|5ٖMs1՟D?#{f.?mVx.uɃiS #|xq#:%n[N>I"DM)jsѺZ8v}8*x>?AپnNF9OY~L9Ñs2O%bcQz9 "b/&_# SFZcT]b-E)&>Br@䒬4_җwy+b_;oV[u57CrD#%w<|Sdĭ {78 DFHM98V"j$7zL 𳇉@a`#~4X=Hu'ͮ~6!T&HڨW />9wvygOVsꦛn;.eO2!6+|y3K|{׿^ m yl9|hEfO͹-*A~|רN*oXa%^;YzC_c~$2j??LN^<"ߏz"(BHoQfYwX>O/~jOJe]ֆį9 l<.;fq "Ri0JI%ɡ؉4\(Qiytt|5L@%Iwu]]#})qcQ ) yԥRk!!]Q0_Z->]seHa黵w\d?mu1Mqpx~G_O|B_~5֋u~?~&UF?)wܱI||6rS(6簟 ΁҇K$Xw3CNW|֝O u "I43A|'TȄCBS|nX=P#^J>PK)k]V5= u?%5? /}:3x |J7M#0s~L%scF'I@\Fx= ?7ՑAiiKk"GB̨yS;;As}u ژ,BhKyN=d%A;ɹ]~^JĿ1c} cFRGKnY3/(~g_º2ڸF /6cWb`y8]B#c719|p2C`-anAn~1{/ct)勮Z5:sLVw7`SlS>NϗzY!_4LX|=cVi nݺu_xApg='Fy5|,L*zGHl)OADY!Z`/u>;p /_;u 8Pa?\D`)>bu/ӊZ^asu7&[w;|R!/`ӼL k`Y2-[^b|GFo_?\V2Vʌ3loܨqfٲe|3[Q O4N³Tbղ 509'=, w-0Cɷܝ%gB~ ? æ1mz@P$T֌ĒA8귰E~o!8~M x3mz@PI[o$&~Td#{+ Fr=k(z-IИuw"*A~`S[ot%VsIVw6^x^ϱι4K,sϕq7iC>4enfx]VO (?3G}dYrP32EA̰٤=PS]f}^qMS5s+W8Wt nBS?-weIl32V]/x?Խ;{JG ?f!eOrWc x)㏢ͱ#t*<\e5\(q6XO%1gU4N.N_ b}l^ǒ6Cf$W^tw*E>-Yשd$z@א"_H 8fxOcκ—|-M>ž򊫜24Nd'g2Dx|o Y#Y6"rر'YݯV" |/>t YT%@o1࿓O9 |n 6~c;Ƣ4٩D5:ݯMN>7Mjm9<4irfj#t;s ?]O:>6^5`QA #]*Pɗ&\cQFtmE1*UFMxCq32O%S+#?%K2;ϳ>l/w:e?&$!F -]-D2T42{c'x(ALnKW Lʀ:g`f%ϫ7SЦ*ᖑm*"e(\$s3 | OUT]+qYdBUT5uAv "lj!2@[pr\ΫS$Z<\-Db rqCe&ܟ2 ~%ǤGw{k=:!%XU-.D\%=OtneAXv%!ޠAzw.=@ F\)dwP ϟQ!fjץb6[q2tBs!l191CI]q\B T@U#rՠOÀ0N?+Xz -i^kZ؁iu[ZdRUY\Ha;Ο Lt{߾Vcx!Y35mj!IUPg t Kg,~06[b8iQ|Cdκw9;D` "bLtB-D>ra^\JB0.L ;2){޴oOݹRHj]+Əj U{ڎU;U{CUV,e2/.u Oi9ԕ/Ř{n[CU+F\̄{1e:(;U0uOO‘/;Sf ̌T_nRj;/ՐOc~۷7ԝ/4*%ȷTp)1Ps*.œ#Lp^˜Azy u8r.YuOCb79+K8MmnǛl~N4 vTJ|&HK{-c;k|wxx E&?B \ñZ^:;AuuƍS4%gZ&H&rSq9UUןtwcuj(*?lqWf`LSD6Qvk_$TvOGɵo:q!|ju[Z$:㏹ɑЮa _n%EzB$%Zx'ڬG&r}ܺ=CP| XpTHwc` TEFa]:7@}tai0/.&@ ǟp]C|IpCqY܅Kàmf.54RjDu[J5[l4Zzijse yqKKCd(ZElr3mڶ;B|כ X8<)Z@WWmDs}k3luϺE׀UPR ,%[iV 91FڷVCQoN3d rqPUMZQmۀS@->^\lu'gJbHh-wR^to#3$uG8?K/뮔 VU:\y?Ll}ܳ6&(Cem "&* T@U Zke".-WE]b(w3m8v}$<ɒ2P|n N)QsD\K ;Iꫯ1f֏̴ӈ<}dzHRso1/O}OB;s-)٨$3&c 8 fz[XȬy 4;лe-Y'fS2/f:||N6a 5G}:1@;!L 1GY`:{ar0 "V=~;ۏ60kvTRe݈  @ QؗV>e6/vQr 4mtlvkӨQCOR<-Z,\>[3b?Ϝ,D%{+9]>R%uS~?7w0mm6k4ڬE… Af䈯mB0]@~}Z;3zs,εB٬f #Aw;đ1P^*f!fPLÆfɢw3$q8g,u}KSO>%GxMmO[kI!@̩Xݮ!za;V/y )ϸ}O;+t-LN~xy:?:SX?Znp˻\Gx  y A֏p4{HQcxapw~Z{nu{-u<׏05w[A~܎k_-u/qĤj67OKBtXDZuZGǩ;듏|zzwy@~k=0k w٨$ד#޼+fG nZsS͚ Av7=>zU̘v͌3a-Ç7tEP?lŖ]v~E8"Yg_/nDAuE;H-d<#~Wְ4o -e1@os4˯AnHl׫qx.>rsRUt5.^@9a7ċ՝ܮ` +]{a3fdTr|{0^C X:VxuZe֒L񫁇r=z{3}0SLm}[ܹ`9G 3<&€}B>`&)m='BmYǫ:i,|3.e-5E6Sz-/i^o.DČu[{'_EGՖi#'报hV[O!`BU2U1^_ChSDAi%@j@cC@&fZOxxk1H?ow2PƥKwFd=Y*㎿9Q!B[Z<|%;@\TBd*z)1SHΜTB(H-۸J21zUfT}0G, +e\㒩’[1EG>xa^ȝ%@@?\4L|o.[4ب3Æ EVM Rlk\2UXJ+P*92ֹ%S 5E8,@&& ] iwX(炯:۝1S%TQ5.*,kd.tivGKPwa  rMZ 7'p; $bx|eo.L@׼B <=̭g /J4_,\KZ-$HM1K;B⽦; `Ը9"_Pvf^_jlb?E^u.+GT[m= UT%?o޼~5 s~S&y٥)ɡ%- d \<KՇmoL e] lYB}2,c13Pl%ɷ4L p/:G'jo  lw3עܕK"!ER ~S_r-gɆv>,d蘔Kf!s-e&uzzqmsxI* \R i%@jB(O ֏cC@ȐQ־X:k,KK[K;RCIK/Sx-Xϩ^ ML QwK+0)SPLeYKS vqq^ @-5.=K I+RS$R o~#qrG@qK~mDQlk\2UXr+H􀇶2K `o ~NƼZeZ.q3R x &dU$\㒩|zc.j{M|S.ouޏf2Ԏڏצ+qn<̳2|3\~;%3u.ɱNM`,G^ɯ! S4n94N;Xxrx[{K1|4T 7?t$[Es?.C|瞻zb~-2qJn-pI\i/2{_Rs<ƈ=H- 2잯L= qϥ֡PXQ6 CBrtϝx ?&t rvZ_L-݉uJAh/y}mhk9,,~!sq%#kr-}K4ф+u8;~nV۷w"k3Fb1>]F$ _z)>L[ k+C\t  i7lYIQ_~{]vM]{.莍?kc?>3)~7h}P>BQwxgs Zۈ54~\\v,BS*%ٿz*7V;W~ƍUu۔'U(I͂nؿzj:l߾1FwlrGic6^ ]xl}>ǩֻ(CNܵd S0˰_.a`}مru/,ϥR Sy XW?}&"+1.&Ϻbw0Y.%˗V HMH@SGQ_ROא\Z@~v-z{o}Sznδ&c {/, H%d$faV73w0Kx֐1Bzư11.\Y D1hcVsK+?rXH}+}qN\c|#w\4A!^IcmЧ/:+w^Ǹxk_ԤPa-hS\jnOT'_:Cɶ.} ?7ٱ&JkeHQXlfp_L͚x_[BG5E>us;?Xg3Ҷ^zcaGٽ+(<|#MMC?҄c?[M/#@j|NX.IC2mqؿW/iA)Xcd-ȥR$,;/܏L7 K`=`X.uW?)$=5u5I(I *܂fzP:R4>o4I<-biO:C HͳN@2foV/Ԯ?cJ-G'=X)"NvC5",xk pr7!; nT|r@L僃SxabsDEsWfݗV77:7r-6'S7hz 9}oYs@o;>NM66Pw~-$,gɔe+s3)$W:ek(eu4|K;gW3&'春˖u\j&M77C'THgՙPp>te0NW ZԂ8!N6<5ܽ-K׿P̊T`%S|x|iSN-1ko hvLfK]tr-3g;0x XHEObؿN;|!|/tMiԽmesT(|TH)+`3m 1!ޛ7c<ˬR A]e\lT֭'`W:v ߮v?s^ÿ֥ cB=7|q董_7uL:u)ۺ4WSd_jZ뗋;9jo_=:cש[tAk_Z'k; upq>~7hS<_Ͻi. B]Z*n&T9 񏟆Cebi[ԊS](?;?hsU4e9Gݿgs pq^ ~x_uR`(!Uxao !fuDZ >?AGgFxGk}L Z wǿ4cuxow ~'!c9-?|`C\e_-4;Чy8^s#G[tFu@a{"@{4S~9v1//I$S{ג{.پG+?Y$ K#\vvstXqY*KY"@Bjv) ̩.cO ?\*Gg;`py ` '4)3iN )8Xut"L2'yIT3lz3ooWȈ뿸ۘ?^ihxȬOfs5< A\o̿1'οvfο~?^{PPcƎ5]tAiә2?e@NXX3!=/ ب(<5/NKl*9ֈ. Sǎ 7/!}6kyahʐ/"ViWҵ8a E4QF̹8Qܹ?SN9֨Y<ܳ~͒jlg; 2|ͽKpW~1 7n^?ߛ~4/ך^{-!g%):C :c1/1UW_cUA+K T񧥋,D*`A# TsvLT̬耰n%_c+BqY5E'`(Xз$!k+l kN@u[Oqگ?cg}?OF ћԩs$?8c}=ẋk 耰/-x]xXeP 耰>1-[|o7{!T>~|o|]i@\~ :%Si{pF{\֭[7zݱu@2JIj' 18%C3G!X#T TF_,0P,$0equQGʆ`PԩdkVk)IM$-_zes1G3tOsC7ʔ _G1U,9<1h[5 :$SiY!f̸_$_I?ŋƍ}ذ}Wf]w74TG]{t?7QL+"?%<[`PݒXA`~Yȣ#?bj'AW{X91^(;[81x^Uӧçz5|/%%U#Iq_nO5h[5 :K/D=5nl[Zm㩠oUAEJK!CP.<6rkX8n8!qa#qi5㖪3dćـ}e_+;w2'N:tٓq83~X08?ojBOW$E(mۚMϾ1ױyf?DoK8#/S_}'~BS/>As'_y_\ZA^LkLzFbpC 6[Jm+oHN8Nl-P*SL3[Zxtms=G b [̹в>_!MG'1_dUǟ}x W^OZqͥUǏ?goz׹qmOh;q`1\tхnx5&M^zM7m]C? Hsu[t,nOsͬgC4!}*`R!dMUW]"BNLKNx*[!@6jInKgFX2y]9-^1V652˖-f~58|^j%$]&,\ז3i̼TyZe3${͑,KNBN2-9I㩢|{}DjKnK66/utẊO<o|6m:9d:zy7)k?cOǛ\GqLS?|7c ㏤͵1ryͦ6hR5G8/C:U#9yjIO=l'R[u[g^>^VA{V{>I&ѢE xa…N"3n8ӥsg;yBnKw*RT!MECN^-9I㩢| d;ZhRLeq^45aiNnK.0y]9-~fkx-B>)n^D̘LnKTij.ҜDsݖz/]`*R= Hsu[t,K&8"I4m8/Cఋ4'\KTij.ҜDsݖz/]`*R= Hsu[t,K&8"I4m8/Cఋ4'\gf_xmҏqM_Yg͕(__mģzGrPEhR Leq^45aiNnK.0y]9-^TzHSv${SY!MMpEhR Leq^45aiNnK.0y]9-^TzHSv${SY!MMpEhR Leq^45aiNnK.0y]/;f4 ea#[/^ZAj|803<xV]bjg?_5qvԨQ {Ub'q׿*񤟼<ϥz9AK[RS=eStZߥ]j`7u]sÉZ؏ρ$Ujg NpT=[Q;Ae`i|E.:<%`? Ï"uo͚c~ڿŴibe. zW.՝PnV~L8Uq"`?BT=9V=iM!l.߉'ΝZs.fq~܈ {$[lo֚Cc^zf}<vacǎJwVc8xͺҮUO1/q>Y|fw3MLZ:7.n+C9XUqqqN@˒Z616oL{&Y*y > 7"*Xܸk$&7Dq)xf#͘QaM~UuiѢaX| ͖oAlש_0M"cbe%g~jjzv.$qst}1VF͛7߼;ffS~ءiаʐo({O>}{pue.-/_'V<ߪeKv|-'\FID'?8*8Jύ 7b?b/?\M2[$:qZAZJIJ3#c%?y?cǎ5SL66;zPa_r)iG?0]p0S  X O3ҕa n䞒R (þ?_4dhDKQ =ƘbF x2O3ҕa]O?1 ' W&uF2, 19 8vW]l1+"b CC$LSteXaO?1$5I•I|j %yA?r{ (wʰ^˿it<|L |ϲGjt, fH @Ng9n1Z?=QNV8 {FJ#qO#?pm9゚)ڙfoNq'HLBgicjϘcʕ+(.k+޻-0*8E!-RP5WMv"jY@̛\Q6#bYg-~hի 5n&+Psf=_*#g͚m~{i-c5_Uߘc̊8@u:<|IUZB6sTdO]8Gr2"<|2+,9X@'|j6?_wy7߅ G| ʌiW\lڵkGZñF'!06|WtAOSw*'jiիL۶mYs@e{zs=.2iN3=?/NT [aL6B|r)OH9 /j7?C߾Bp,-ս9R{> sE0}6o]vlJ%_[#0W!gl6Ï>2-[lp.濘G 6fq2?%GC /o|3۳=K9c5C Ai ? 9kU_Cb{Oalr((~u6PYH7řA.O;8)_EJ,T4jc?LG 7M0SO3M66s= gRѨhp$ |EAYRqҨ8/ :1|?0ȥbQJYr9䐃Nac?f_9dOӃ,xZvYg#e rH5jC9x%vk׊Q=s̗_~Izc:ĞwZ? ~ikŝgm9+٧M5C ~;ЎsL< C+МCj(k߸-/ Db60 `Iwn%6Mǎf_6R(TnMtkq E dnZE*O6fܟ@"n6棏?7+?cz'87,֯WI8 .ܰ/ tn1'0~&519q)8!f7rD.aÈf^}5=4+|7B=:`}׼;Fҍi ;~Jpa.=I(Iۉi{IW_6ïphEyOE ogb2r?z89q)w{p1s&"ӱcsi,uҤoOj\yZyN!-|ƿI+2>/s駋 ^S>sR;=!_fҥU>*;mІ`g4oi4=ɥ==Cx*=N;Ç5ke?I(-tslXd>_rWQ^vWO?x u| -or+mbbJ:Y_q̮ljx&J?-0̣6۵mӶRs TOà:y dŒmY0ZP^Z(#1bEJ@l/^b̝C(th_M<? Į:O~6~;,e1ڱ6V!'nG1~e.B_ po29 Ӡҁ9Y|>˃ gPO~ͪ+4pbEL > *z}Wqf谡f(+]j wSc QqW\񻮸m52N:+VoGUO7=~L+qsZʥ}7l7  jhp0]vڙz1G͇S[[ڋ?Dm* J901l7%؏m_;񵻏>bU_V>ɝvډ^G6w}f$s+H;7ӿ%[.8<'O`\FrL^A~z,`*Yʊ4ϨQu|zWv kM]W`\*X<4f3aӤqxT'-{ۂJwALIKr)3o0+2kwy|fٲ𦞚GC1jmt+_ut-:r*قIf vnTɲ k,9Fڃ~?viڴ1UŶ KA`S"`̂ AZ䮅1YiW.TCyO1RyS&x/r0@`yn_6'''Ov0H DiLML_9бt\Rw3aF <-xt 7iFEU\,{ ?ΛǏroa~̦p.+[l \ӧk~fmf ?xN=()xioBX`> qxhݙ/H\ ]gvZ;Y Dfٰ+2; 0"*S7'_ .O~ŦSrtP@n2i ɟ o;'Z)[5[7&mmrˀY.^~|{5U+G!S&ܸt0+66Q% -QիVu-n@=`?+WTؾ4iG)?|+2^kJG.M0spYw˥(.)_&cFA5kfڨCJ~ٻo_6,}6 U.E~|Hln:䯄 764}Ywe$,1 $=~89p-Z-[&J=8,r)S)= \k/?F3f0>grlOe9?z["|U:oqVp@k+o'M2|Y?`k-[0;w1I-0~l rGކ4r$]*AZA7{aejҞd`=i?֩c4 b%KBt*A x]O?7ŝnXE;7]:u1l^)O@oz`_an>/fMv`Srt\?n8XK-fE]MmxC{-YDOJ ns4ۛMky&Żo])xmnlwhWjegX?t? ڠAj7;G?Q3wg" Cl7h˖-3ϛ}-xc,KU.Kfj3oA4mڌQe˖ 4ic\ ?'/rQƐf8Zb;R=?mM[\Kdo%ٟ"2`\* ? ^=(Ym H.8g֩K/V|F@nOy{>P;'ӗʾ: VjZg2<I5K~Cg> Wf(L8QFHZWfIl{HEUgQ%xd6i;wn$K)fTT Q'E$k2.1wO:GC%9g#l{Hy8GL2˖/s}CpUd%"Hq*I~^=q]@,}v|碡9; skو>,-p^sz/o~a?fmh]=WECݛ6i &V˶Oa451Jeza?s~1q{:R뒏Kcϛ'[7s9dFt-<!2zDžӟM U~떏BS=dug>X?{!S I[C>!< E}K^]|Z?Sq6y}W1S?lyOY{,WpA%?pw?ׯWO_Ϟ=3pc*8XA't۹s4V;Svmt1Gb-D9WϽ2p9EIT @V[a!j! 8fߊ06 gi׎[ow Ilܚ%P+< 'B4!djD[oU-juOJGF-_[!Lo6ΜmuGο ݻOAxL6m];R8VC$BZ1r$E>͛{[oTS.Geׇ z[7Hɲ>6i8]No:s_OOw~'rzw}2X\AevuWS_?v-`8\qp}73%Ǩ]K?Χ:KX/mRL"],9.x -ӢeQGy72#5-:M\Bi гk%<{;\IuѶm̽חA9Oa#1O=d/a~4t(ͷRh*u4m_0``=H]7Ql&R(mwb})I] +-Xkk!j!`,0ο)/x5or]Ͽ|V[ʬX'ӷ|$4'Fao! nNmZķFy ?lP}wBhY!R PBн6nfF nʹ㏗h;kؑhK# =7a6.8G9MTt=g!b8 B$ku('mBAeu/D⸱cmA6n)')I sMR3DkLZ]ggKJy6꺆+~]Ҿzx*4aZ'wҋ| r;XSC7 d'=2;cض|ML17%d)R!>7BcRS-#E@_ S3sfֽEIT箥SCxihhJQ 1aK.p¯adEy\b L ,=+sLp r,<zv˶?+o6_Z_/5ov.] ﰽOw߅5ei54 r d|VϺɉs:E64ˬ\Rr?XMeRaCAPJaSA?A<^y_hEefC\HKrH6P3:>M S? I*v~(  wU~u-aP޺姩_c^ܙ^M|89Pmn?ر2= ou"Bu`%$/a9S4-QGY fm? lRݣ?7>[@m5keWG{>20VZYR@w8fC,z~Kb`HU Owsܑ$ĉxG Zf[}ZuQ"/3 3U!EYi_q%?1E%7Y%x[xEj/>>e/ڀ:,5쳻ʷĺaCA2I[jMOM+1xnF9G^z J1p%O[bW4-\˖|-ic[jf."1ʧfR{[Vk0HyD dd 8DE1 5/ H *APTDrC%YUVW ~z]U]Uou^kVn(yzh90n[Ku^{}↓-+W^Iu1{@|rl?{1w2,*GKH1uj2]]: y'z<.LUF~)Sl"SzdM,o#?A'~o+{_ LqXjb .'o`ks8wɧXHZQ&ퟕ_6d9aEb8%~zykY?v[oWO=3Ę?w)'Ro?om<$] Te&m[R7oiBX5F VZkuٶFT| xe9TFzr뮖ib',÷ ~y[s{7ʔ:i.6pCK€}a W]y|7mS1i|wO]q=$ 9̸TW^yU ߠqJ 3OԜo=Cg9YN8ޗ/ G.)^;kA??/zlez3*Sۿ'?4ݗwRfi;z0t )>'{?p'ˋtU _nhzo\p5n,1C>譇(Х~~DEؐu᫦">KUW[U!Pm5."{MSO?eU1r=ߋb?oY|ޚ.#ʤA ?#zSLQ?f&mcK,>ZCܢ"߯ Ǫ~WY?qľlmߕsuM$Y"lYo%Q}H\M޿o9Pzeqp-|w/BYI+.ֻޥ!pfcq>!hcu2A#/}ğ|Kdɏ 6&Yj5U.KwnlC16٫w)%zZ'3~$j7 -r衺sr/#edϬˬ|$ke\qoHBAY{޹;_Zmڦʮ΋Y61d:Vg%Xwǟа~edgyH=-8L~;?cNވ,o{@O8z4|Vm͖o\k.[~w--%H^& Q qKP[o˭48o޳=ߓe{2BH`/,K\{5#ɩĘO}sXiqVoO~*s{{ox#dj~| 'rݎߛߝf4䓒)q1!wA(Xvw[[ WZu>һƕdYS{K.J]Dž>n(*YӕV9Ɩ?"B>[b_})bmp|hNwUrc~|^_?]}u;{=%ARl$, m(C6f9NuI}~Ggoo>˿Ao{L+˹{ŕV-2ujaYbBYy^HM{%DyyA VDlZIldTêw 7!fw~v~ɧ䞀l]ޛdyoe/furtJ]VYo}2Zm>X*b)$Urt}{}YL_=?{Oz?_] $E% Ysw[[guzks wo3y!NSgd[J]=k:jUox;ޞH;JmõY㥗 //:w6zsVXϦ|/!O^{RoUW[Mzg-6+@5bCG-#ITW?Ib0:mj;WE\M#'lɾdMIbW|:iVsY4mڴjW?iY"F.L+LȎ92wf7Zp=S:W_ڵeї/^xQ!MM\Jm4:,ڵS)P 0I?w߭#G>OvisMNu Y K337[=}e-3K@o_F̴`ЃՃ Ð?t?=]{IUEc"M$1SNqߒ( [4&: 0Ḭg}Ѿ8ՙln5 qŁkj}!vOh;i"41L /7'&z[p6<ߞxZdjg){E2|ml_ x&3 @bfY3?2kS% Vϴ)ijq˅4Gu=f .`>۬.J9hj)6%0IL gԗ:uZlJ V$ ߪ%wRcIb;A2I_eUK@446L{?<-ΏQ $d b>>t03>!f%$X9g}^?o_1{V@xH!5R @mpZ91Ucuv㗍6Ak/IfO_mGJq釿QɞZ>ӏN>Ss.- #miZo[oLj̐ʠ,(ĥC7ЬT..YZH0$ ofB(HL>T:Px'C5f>/BLTAsď˫`3]N)nGM Ib~]&s>4;?,fbpv T].3N a/fbəv;HӾBѼ^d@|w 4BJ| o'|{3nz\jƜy?pA&[ Id>K1M4CIg3-2!-e)XC&flFL-ڵI˔q&mvlc=s裏ΰNV>\jy(=SgeDݤe>- ![7qz|WFUc{g+@yˈ/']oqS 17gn>3Uf0IXoU]ƎSυ34gf[>bܘŵ|"w+YFhwkTq} lkjv,e+<%<ѬĥiÇ#vdh{C߶cfA+lS,Y?w \T {pT5jD2A^b">f^ʾ̧ƪ+qT nڵCi{!u?}[Ns/NjrK]d>=pkʱm7x(.R˸`q VQ.iw>NuD ߒ-|SQNۮ_{_q?~R4 _ޞo'=YK+eu(bM)5!u?NG~/̘AM /DTk@)Tr޴)Sο-S21|G̱ywcoiI8x|K`/QXY53 K|Bt៥opY_1;]y{?_*,uPW \qp]6Q|zc,կ8TFHwb0 Aģ/~a3 HqG [0 `, Y+FdA7R8a>ziCiۯo,Gw .fy!̾ªL*򀶰Ty矯:|~M0*P)`iFS/ :T 1 cQZUBLC0sKDokxM|!3=zaĪP)`gq Ȟ65`S~>5Ņ\B &EM=wb0 Ar:zR3o>3?# a-ϑĢk6Q2ub0 Aģն>:3BA@ /p=R=#ޅ" >8+c>`-B !A3d+ezlu 8mtL &%CM#>RaM|b0 A{5ԒKto;fbQ!-fUY >?t|* z6|ڢ am{Ht[ҙQp AmAzaTW12ydi7z3`d5K;Q*LCPUGs牵^bMxX\y*$YAAaف:"Q)j/[B% $x ǟǗ]}RV4ITȳ tYکnx~ hk,SBzx~w-j4Za]Xui y*1#k_Z?f>]{J穑{IZ>Γ#?C7?s68n'sK/]uYY`Pdijw -$3X=k!?Dh>>ves~cg޹]v8mZҵ_Y2ji(oo׏ZEIf6}g٢ t Wg!;*z^*,4I$rv ^ELwb0 A%_rc$YhEΕ2AD?oohdLHJeGlPi uPQJ ~sxƠ/ڐt-xwO_Yg?<7O@IDATks> [IIujs-O˔ 1V7)u eqzǍ*^:NmwqGc?n[~j C{ƧbL7c+VG)oemw6M:<;Fjlh/g{ ρ 8/L`Ox#tҩi3o *0KXfPh?o|(7%t:"Skdw&Yzlz@;>k o/̦/Bi%[lo\(xyt:xg9([T~C_a7 >H;wq@U9ݲ_B8].H%r@|k9D˸S)"wn{|>)cN[/ƇTm?(D֥R7nU %0BrܭB' c˸`K*8vgbO}ڿmgbiߕ2,&\}\:5"W oy%'!KH?Lm1#G4TL0>,yW_,Ӽϲ.O&P\k 4%0Oc? VdRP٧PI& y?ד[֫w0(o@>054 kʒPBb/|W:sa&\A,OYfyۂ&47 A&jHbi&M,(z9fېjJ*l?nGbFx=oNarhkh>!656e.o H]+]v|)V6[?7}ʁ- cyd]eW>UDsޖ2(~5v|j)ťa6UEgּu;a0VZxtK%n:$1{!gq. gtX+ZC!M7SE*䓿7c=3so'T8華3):d|>GǛe+ EEDzH_o|+̎ 裏NAlq԰C+/l{jt"ZqNK. A!9(* ewH'޺@mkޡEn݃2@%*XN3-S>݆G9}f@gˬ6XqSX#)3v0u[ URHlTт} 7`ӧP?9p _I|ƄJt}~&7ǍUvgݤ(4uJ_W5o_lŪ~ZhA_F__Q_rH"=h=~Q%^v-?f4?_/܃vȲz$Tro&_(I}>W ]Jyrgrk uKMKB9dciV%k\䭤+ 83QJa!Wէ-ͥ)դO`5KW)2(v"´DwVҥ Kwlwbbjxv2pꌼ+>1U0B=FA;Nggf i26nd'gۗsLOgޙK w)vFg* 8'oeJ!}Ҥg>Ks7x\_J[NU4tڥvz֎ҖdEUA䩖JRƼ9n j+]8VwPĕBn=3$-$ k>$HʾW۳tSM;ovSj!WB_$;1-~eQF&OTbI'ҷ׾u釡 O8>Cm e$ mRjJ,1 `5K ź.y+W -UW 6,iS[JWcӛDWjZɐ,]D>X[ !cF}U 4aI 82pNĕBwApaFčI^若ct Hg+6vMZ;V&^^{ت>u L\)j( (X%x+|R5vg)312pꏼKEӁ AY 3 1C_}6{cc}~pdqF0#Q^uUv#^'ûD6T oeJ!UCYh7|:kǀs~/}_1 Q,]F:xLa5ZrTS>}iAg.0BIKՌVri[ag>3GgmydH{5|ZYB!fL,Jd+b], hF&OTbcO㥉Θms3KZR]hW #$8{l?i%TqfB+ΤZ2{NU_, .3 I}ĕ„B0f׏}'W ۦNyd'x8?@@ B!L\) Qp90tXK!UCYhG8I]?yy=ǿ{tMg A+ ' R@gb*dy+y/.mYg8g}-U ІL\)j( O ^X@b3Gak~7r+ UT%2pE3cŮ>K(d:]XY֪j|O\wԠ.MXcVju*B5yb%DԫLOգ=f wH|B dT+ٕSv75jR >C K%э]` \Gߝ<T"S۬|LzbuCt䩖J,e>-.=RM)6t6ۉ{ H\K*X͒PL?7 $TK%؈X*]` :#oeJ[nsXzWl?Ȭ뻪i%] F ;czLʅMdnڼҋ\ qY'RdK,$FjQEFtSC̑j?-nfݍ/[/Gsrdݮ}"ҍ-yBXRrAnf񡑽Ӫ.|_$G޳&} XWK||E_ͭT> E扯yOgR&mٚ?ײ${>;߈>v#v+VnݼRVLf/ _1}%33I%kL֭дKcuaQ~/ USI6SeohشȒu?ëwک)+\6w !J9~(4EuɨC;[lrCEYwYzܛof ]GkJx%,MLK<7y숕t&,մ(4EYrء)/ƛlb7obl3k̏vΐr,G-ʇ޿K95'oGv❢t{~_zb=vmn"$ox7SMٵ5EuI?gAlpFJ}F7qc[M)a@|]RSdO^dA7)_}gm;ibUiQh߃f[r@b޾H}&SC;kҖn|eRoq׽djW7 5o%?ΪoLZ]JSTdv̚>U >[vAId~f3K5Käo3m֤/&մ(4EuI)bU*fv8da[a^miXQ!Vrs falŸHWrIxt:Aa0&>BH-5$t?餓TOUì;EuߍX%3(n1;j ԞffMwdEALq`h݃}* KüWffueLE)K2"TB@҆5dz/sz^=XS75.= /W.wZL若?V 炚ɾ/9 QIqzimŽۢqs% * t LF9oDtMAzb1MUt4X]$\ \w/GUb_NQ9Vc2EƏV_ XYtQ_zgPG)*Z98N1-iJU'EyH7W¹ Ա^@R/%cX9 6j t "ɱVYzXM ;l@m)%hZpBݘ?2e(H*Sd<9% ~}WO=@O%kp.(Qh kXp=:3v];(C@R"ɱ4)r?(} .|ңS9VKIMc1KMcjJ8t(C@xaFW:Tߖ[nQm-\F=>+nVJڴx@˽c9 7&ϛoj?~&"ɱVYz%PZH"]eF֚qYڄvѲ4(@LYEƅ?8=HK|(:<6 e "ɱVYz%0ϬѸQ%4cr,@zεhRO.>@Zd7oT XUifg&EįkpqK^Fh2EY2Dkp.P2Ё2EƏV@ҶUP:Txr,U^szCAR)Yal? k6zD{6te4 5P:MXR,Vt >r_ڂ $=Rd<9*KU¹D@ʾJb*R,V e(H*Sd<9*K%y"fiR2pD6֦K@ OVs5ޙ5p0ZAqK]Ԥ eIm'ǒZeJ8J=NۼFFҚKwY^sA2F%J\bIץ&woW-r @rj=@e(HU Ʒ(H~xHfs5e7Ga0]7R3ʟ^sYKxރ ߬y%*e]J8ꠁ:KH*Sd<9+6fd}2oOz-*ZڹBQXDeIF-P:Txr,j*VcF\fRK- T %̟s_oP7Z-r2C?A7Bsms2$)AO)oAOԶ6lI|hMjKHz\Jk_hnqoR2ҥRxI'+R,/kQeI}& ;U-fߨ2Ё*EƓcIZ!ğSe |;iZBݘke(yvA!xԚ>}/cIZ%s{Ok\FR,RJ8(C@BlbbwoQfPk}ᤴ&`OJܯ~5_SĽ}PJiyYt)՜2N(.  RzV Ե}P2Ё2EM;j4r^s=.k9'ɪz+qWY1#W>RJ]^s2ſtI b@?k2X2<r(B͕p\u]m^\2R-VLkp5;g5(eJxDbU^,{2=ιJh $7^XPv`*|> 7 T؈˲.K2]ݫq)ԅ5(hנik!?{f<[(a\Qps|RE_bG*/%_$f~.7&&˖}s?S="~aK/}}YEP䑿͐wz@8/u,+s_8NgWy>> 1sf~凞I)/ GbsNk;dP~p{DZXމKƛ%(eY3mdK~sIrnkP2Z׊[(ᜫD>>LUw%jڱV3^;jq4;_NwTǀ^bFˉً{ˡ |N|UD9gz(?efa頹Ыs≮3$2Ka9n {W، 5W_#0<6u9B 7sļ{a8\su5o?q-q^ yAkPʲ0A aW¸<(!ܹ͒~e/Cߏ590no|~ `+fF17/.ǷMlp̮|s ^1,<x{#lv#}~VgIvVy5ֳcדYn׹u t|6| -آn?e-(*} ?Cܟ5|PЮA)Kj[ٕ,;9o!=ɱD܍v,K.|N8!vh1G /x˛Qt]%8߮A)KWW_<3Ƌh{ou gA dvF;c 0+\"I5(eiʷg]i%ä%Vv4- ` y&;?oL. PoWybvMFZ>7x{&O.|o  Xn,n˸]ej:DQ3#5VoN~]Ac?a}A7G 3V0ۧk- {}__;DMR+4m!$Nv(D>c-L=:Akhnp^;xJC3)cՃ.m8w/D]Q70;r7>։ZM:vGon=#b7Ф_@.|Ď~3*sƉJSsf 3Y_+*+{ַZD`?#6jegYTHciL ng~>kPET`YRqd9ǥ߮"赉WPs"Ά?S[?)A,S- cu(}pOmzlav{ K"a6!/ .#H&'W88uKgἈ{jo{oiR]yd> $g6xj=\#1_=? ~lW3NDb0蜓&Lf[U{ex{Qz_`ES9ΫJiQ0{߫x~-xi*sƉ4sL/Zo 4fAj2I8Qnl˿ 1l&Ȍpy0H6Xh~ (.t%~ۖ~A3f(VvDo-}p!Kn1qV%}[Mc3%ln\P3NKW(ΰz#_rZh/b>Vb׿4ߞ὚Vӡ͜fd)uI{Βf38D_u|7rc=\W>"x|3>#Ȉ {eG։v imx ;:\ᇩT~ؘZ9M߮cR5'?߅+X'kE,\bqY;N.? A0o[D젨9 >\k_HLg&]wU'Ađ JӳCBTߗ<_ǟpف_F:343אL|Of&x\%z*YwuhZ_8Q14W^yXy}KN]gn#ůʝKc@X7Sa\Ox׷pH:DMRsK/|1[cʝPx7s+JβY\M uBC{tEWhwjbi@vKҞBT@Xm6v:n u*y 7P(3ؗix"t-ŊPZ+S㖋 `ꂉ/#K]WJ>ŧ%J6/OP9b?cƌox'܄'Žĩ%+9̫* {Byc+gicnX;?cO>ܗjץIXHk Z(7q:"ǩwc v"v~18>L;~vGμcU70>ihZĚ,SJ>WRcUbz3D6h{e*bDG ӎf~Ig,)(/ ]|E*"ʉřbE(#/.e5IO7 ?%ǚ,SJ>ŧ%J_sKҐg'~[6hCr[S&iy>öHvI"R,SJ>P7y癖Et/cɴV>XJNUV ZQi"ohwmnZĚ,SJ>~?A?uJwiݎ_"o~̴e??LA9m2/({?9$KM,[#m^/K`Qv1G{uVG2?g tV.u9ftGcFY 5?k>p?iɻǎuͳh|3J %8ZTI^Aheg~-Ǥ|x[Sбpk]RNiCKG盬Kè?p_P P&o%8,k׸_pnWs)2 >}f=g-g_g|,y^:DeDfQg)ÙU^?Vfkb,mX|K5ےdZ+?YotLȬV6#[e]֏C98|Ν8F9Xݙޖ8IG<Ri V}s^Zշ|x_yp/]X>Xyɲ13Ҥ: ~[Llv w2ea*Qy-`vה99sR2zkMsvjJF'Z5~'\5'L> ?ŭPѪ d"¼Fgv"oCyb؟A\r_{EdgȁW /%es2eQk771cu蹿PUӷ2h緀q2>ABXbu6 n}k_ !ZbEm}+>Hcl0E a"|Cߖcf,j㷺T;T@3th|mYo='Q(sdweKÔS~\jBRh馹F rʩv0Hֿ=d ]6Fuqoᔎ`Xna4Ox# DܺfzGc>"mjA`ۏɒ'Oumb첼 *'jNg4kw;eOEwBg{: K{FyѳQij?%}Mzb̀51u]OAO>)9ZLdfPUWY謍yjS*3A|%6q}&gvp$6[.}F+=0ktei6-+o1S,\=S>H?ژQz ӈ;4eT;4B(ʝPGHzXmO׵)|EZ!:JGAЯk"etYXnW{LOn_7K/:m=$[nUۻdqjaY~`zi%LΝXwy!QVބޢpM+F{LT5B$rLZ/ e[uE3>F۬26vO93 zFچ<["JH7ڨt#J걚;nssϓ)y7Fg)(?hB/!7'SZ[~ZTw@(t>dQG(F&Ε8kXG=Ξ_Ce0𪫭G?QuU\;ޡk9ޤ(tjt(6(}[uE__r7x .od&U: r'UWY#>B4?~9ZN?>=< aЌ@~#(b0ExcjLq"h94Q'V]Fs̐Aws瞟Iu/b-l{$aouͣ9e,i6 _Bf\R8F&>O?W],n;bQї٣t آU'o]wI߭@=IocxF2G_Tb@IDAT} 6Ph*V{经wmsR(m곈6{?>DFICЏ`d\ jU.a*2__)׏?Ukƍ𛛛RXKV]fL|­g4{FI#ЏJ2k X0f](i>-˗b/?O]1j]>"Nڨt.J=\$-O-n/ iW0 ֵ ENϏ2#~4M<9T@<^\pj5]Jjʭڨt48_PU=:u"w=]ǝ0i=v%^%˰յ`IIgIzr~3~M]A1eg$Tb邬m+x~L[0盵i5;31M'Xa YTJ.aj\($ni.2DN}IAe||҄ aLskDr.;ANꈶJnǏ_x,= h KiSO=oFXR\݅u,䂺:KD}0yZp!y8Mi}UhZJr:"V'T)3s7#F+.擊4Xe1xϤcU1x Yk& I:-<%"Rcciu%W[|R >h$fί΄1d[?.;?cH!tAvִ8QwYw%V'Tb邺++gKS)h/|ˍ|2I,])h6K|}l[H7&1p#M *tA++B]SrftH#XO~X+7@FcVSrYV'Tb邨LVv|4f=84ipǃͨ".ˌ S.g1M Kd亮#f?%n;?_Zu}O=Y%bEYA~j05^ꩿ?L]cim-ƽ|/IG&Ol # /dod)IJnAO,'`7G }Dbw^[:caA-?Nj0d˺++gKS)9iswI bIJJ{\z<9v*{,YJԷ:KD}Ц09UͥaL,]x(eI.0)ֱ te0`l|ޯ\rɥaۡ`K-h1vo `"Yi9vjMhu{6_|nyf-wEQF_]X‰_kniļ}Y~7nooc;ǒا_wlXw^Vm-Y?u{f%ڸѕ]r2{-96f1* Ɩ,I)cDz֍V9?uF";x{?.C8ֱ,OOq&/̳d]w_b' -bg~9`oYDf˻6⒋d.:#* 믷~r.W-̲.5'ߩDbM;OLeg<`߬%q2$$NfH[T8tЌTo{[[GsuRIK/]`_݈Y'8 8o{uUuK㎕08RkC\#J#~ΎSdiQf[DiWR1oKycK_3oG_oi yEv2J#=3yYO1c8 ;KEFaTm9.rO<ܲ*3w2?vݣ jߥul9ٝ8/m~fIqi7zgvg _89:9ك_D\gߕ4v;n5M.6 /3jx-Z_J 8_g|%K7#R]|/ſʋQ&ی:wkgEAk[Dr+?=Ύ7HScoǛ*D}ma0DH,|VjmFi, vZzgQ鉶D5g5LuZFiW\xOL4r4 d=7yؒD_g$~1جD/~NNplQgLOE]IE/5˿=}A,?74?})x-o8Dޮۨ.]֓}>^{=LJvX`RUaV=J_1o)H(s #)%)8 ?SBQNjph?b'K-a|" yYi^u&w7+򎗻g9: -?c"]ǿo#)6 .u{1y[ JxQi?BLRnotscF~c[^^x]TŁF@Kfj1Yiq.qi6l'I+ű&ܹAvT$]'~+i59QD7qWP4rEwzn"&Wu&_fRn|RЇr`jߢ""K|7ݨ6oeIl%lp8B0 $>?. vx?Χ{O, Ɓ̨xtNfmrθ0 k :~%R9MRcEyz6ɿ q8%JX7s~{qYu{_5$m3חĸ9ԙq,g. t3%y]i8mKwf`z^1 ~ni&&Uz9&!/[^[{ea4ҳ"VЊ}gvLʳ#Aݵƛ't_ʱ}FTɇU<uOW~c';Fl: 73gǃ$&;vF[?!h'iu#QE8C6'jVϨF-Vg*j+]xu>OF/E[F͔Vďu1y+g01P~ɻ(UJkg\b#2uUnu˦ycPTTFQ%6̋ƊŖ%QkX3ۋ&/$6LlTA "N;);{{1{qvvvvڙ{{]_諼͓:8!jQFź$!TSɮ_C;鄳,3 hs-u.흻Eg  0/h[ɂ ]cL@[APpNA aT K]EcN"Q+P>2J)/# 7h[';RG/`Uk"+ц@8a zS'UA0d2s@~^?KZ+?O/Z8`ʣ^&?t* ް l?PomclIר/Pȏ!_K#w}]#i#VzC~uk\exC6xl XlY1lV50)H Pl%,ӘGKK{7 3{̹.;oc-QPJe V(z(͂2ͷ1޵ ZG) ԳV(4_><&H j8AㆩP<^z ^\ԩS:48 }B/MKh8T|EM?8jKK{WNf wi9V'7Bae `^'ȣn#l׾n ـ9<]Fd)wuwgӟqNq>k6eWC>֗+D<+e'h2v>ߌļ\Zk^wf˺?3Ѕ7p]׾5+?\{M?S/u֠y7d?itUXO_]*\ZO>swc\ KMpEӞx,`n2+YpI(zȄ Cs-D{uWZR&6.H UF8P<]CQC=Pip,6Q;G0#PC> BwXC poxǘGpb}\e!r ~y|FYQcU(><c^@g6',K]w  ծ֔ۏWG/-]J<؅Π2<"C>2k_?6]t;e`? ay|/$S ;y? m_|7t7 KnDxUg??^ql 4q]cbxw<:/z\|Pv.aƂ5wCV7e}eC" %ӕ>sNGgOAHצӫaRPpUCqJ4b3봿%c_gMD':o|[4[:N]شF'ZqĊ<j_7d}aұm,1U$*?7S97i?6W>!^p}羞o }m{|7d}8Z=0dNw r!Dai#yYGDD-$a8L>㻽c( daҊ 2O)쟜΂a3L?+J"r  `/j{X꫍ cyf"t_?J4dc[Ew߯/u֊F@+ap 3l`JxlX ( 7{7!͓Oz5cIa#CwQor,2A>u"YBU#] vzN= 6X?[0~0Y/+_S}*400lї˧a6B( ._J/f]*@9Sr6lydx] "^Q"يrd  hC@AlkxǑG߿_faO-E>v c7NZcs w{qi{UUM>\݊G"l -7`} vǍ?;Y2<"PP0d3?d7Kk"J,VA6Cl E'TDAǯ_ lCMs"HNYNCλ,RHwjSyJ?T?g&+BC\mO9ƨcǕw{?㕠'dϯ pz|㈺ꩧ4AD~ϟ/2qnVnȓ{^~x^4c]+ǺLlj9):n8~Ǎ*|]c'}視ҕ@Ww#mXx-'s;v=r5Ǫ<ȈhQ_Sig5yS# ?YM{k௯zr/S Cf+]p.ܺ䋏BYm{e/{Й!w[ @?$_]»e 0bĈNN9OxT_Z NC"<~iC+Pц #mu Cb7oh$ԧၺjO9xKpcgyk܋@AxA1|uG3OX`NXaKs_:?tg/ěaK!O`0Y4aesKĪ"/3Șvnj5ȧA)͋?#G޵WXiysҊjS_BG Dmo伎 ]uwm7A#}W=)7s3Gnkv/ d /:@@Ð[F#ݻu%{ֆ!|ݨ?N_jn/'nw^;f7\v)ob!*1{m2 ߾;cFD6x 3uU,|>i _E-t ?!R1 $> U4GxnРޡ!z!?FL.lڮ@E!BR<}7x*To&jg%$!/_=@AA?Y|IjIh; T 0 N?f؀Q`t²6Ht-p|T^Ei*_} nHvGiYEXrh|{Z8"al3njIϜ9^"_)nЋt.U\IS~lb 3'1˪Am\8Y~ '{、Y]́x‰Y?:zs9#O[+YvD?=:xl;y+`c3'T8퉌i[ "7yMA?>}lmTEd*c% m /`sN'}Z[+8KAND!%`Fʦ eeb\@uA}-V~ U ra{\Jw $pe-?u3"8G/'oMI)4f-OycFNc!ˏU:˖<,< Co[nj0fx@Ro%{cݳI'+ի 5Ŗ,Yz_HԬ5؏^Q}D֝iIi% -v~;պw&LnI~?q HŻlh9 ''GZ埁2|C .r% ^K; <>?.rrQG\uxi,W:|9Q^Ru.X N1x#@Mɿ ^"sg~ h?N_*/e=S`+53ZikOAqHDzqƏu]|%i&H4:>ӤmW f_qBC>~'&M)XM"VSWb\5$SkmW@x5o b7EHkW^7jZ~|\ǻij2|=qw?> 7ksOɏ8fJէ~B?c|OE^&̵L>D>nb9+Qw8:@HMȗ.a4(_#/sQ[+ȷ~L#_4W 噳=i4~}ۯUgA@Ră4ls#gE~Xw\?~Ɍ4 ͘D)B? ^yCM )UnWàA+ &_pʯL6"WJe߈5H7HHJ+1خM/H}H@ $%5/1zW|Us:1 O@RPLrL?~5N9lvK # 1eᠼ't>__xfҶ|_oۿ^OTks ՙ@RXjoh+Ǟ{]$++.siy)\ܗUK>+97U؍=6x_/=Qɓ'gn%M'жo56|zz7d={ J-Be\fqm+M_=}x=>?ThEvVCk?zyeBjR]`>J˲{C~?NEO^0NדxņS@A=-y1%KaspkW<35qg|lmAwq؂2.BtN<&07Gx#Zdu>3.G5za<eH!ZkBI'=ce*ITB#xDi]NǠQ]g@(Ughte\$q['dTF޷B;^__RJ~XڴO?hkEν7.H_E!wi'aZ_XT9k/\F#dž iK Y0tZiii%Һ }#;咞\ h|aGe3 EbEl` )_DQ+r35{yO2>OGuAr9^#ǐ> "¹@_`_T5[&ˆ3S&.^ тe\fԄ|!RX .F5*> [E+uڠ-d_q.%#^ 3è:S^(໶Ӧ)A>q9 ?ז^sT.D`?ߞcYk-32}=_׫]eUAhXXwe})lb+GHuA2. v!e\d?9'Э}Gƚ+<_pq^aBWvg' R@R%^ zR?K(y<7$?iD~]wȟ&w3CHL,˸(#)YACDTdcp`364 * @N>"w ~hj/TuU?NdgNa y җqD~&H.\M)#Je\'x?;+/RD =:c,uܙVRy}+D5ak} 7̎MS_r/!N:+9n'0EVr3fLgO8s/^LN/G<.H_ƅ13m܎1%AOlJKz6"60 y&no1H-=,/ꫯ7j(XHMu (\ fKzi@iϿp&=[h2C?Cf|ܼ{,kKjP-[b?}5M`'.(\і'l $J#S}Q:|!.uuVj%K0b'p"6gWꔏ}KN=aKe wᎂ lzIfL~Dg'?]d|+h)5ͷ__tiexDҢΨ4b)pLH\-yr )+?ҵNos,W&S1n KSQ~}؟8p 9; 6c.{ rdRC SV(*:AiVomNCW[ml3tcnS ZdBAl^= PۓL ȕ2/_E>ߒ;UCò;09ҢBb-Խ ZA>K1 ,MmF~'^U,/ƴ9E7@K 4ŪňEg_B\1 Gܟ"d@ŗAG5E>(L{xpsP+_ExnK|mלzjW)Lf~mh6='k@q\cֈtA" `#W(]G)AHh'jx _h TKJp^%U{:d4Wֺ\Q X՛7 ?ڦ'&Z `x \s8E^"NK,+?X ~mi8 ch%l0:[!i{15vFU+֔/E)Q>RN4YԽ Y碷hno=N%Or( k$ 6D֬5\C{kć2?c:GlM$vC=_|œڞǍ "_6*=~j6GkжnaU3t:OӅmƚ˜1%QhXQs/bO=dl~!3<[p z# xg㥭R~w}#uPߐ)\ynv莉m=`AS2ED>\f1(;nju/XQat;Uս(j ^pxgÆE]K+(??R/(u WѧÆLlmEU*Lu1a4a+@TYH@T)<|Q&ynH15+D~$>wvr%xܹsCAPp.(J0%?ۑHb~6nܸ8'!7x?ߪQ|beZ8vc -?쫻|U5m]T: _H+CinS5@w~ PXSԜg.*$-N1L[|geZD)!{ֿFX.5+P"?3u kw;D3W?<,"W$nᨁ;G/_X3u jTd L_8EK1ͥ_JgbcNQs)s@NvҸݕ<-??͆DlϝtGW7tli0YdcNLUse\p44[ŋv^j(l's"~?cp :˚k}t3׫}>98I)@ƚ٧u˰_^z"H^Z(jN_,?c,?ڀ#5F" 6Sx/-Joe~Nw?؜1a9UVЄt]B^+Ybtt/cˬ"?ɞvox:†/^ Gc5%zY.(@5L<>VE Q_WlV"_dQWdCʗC|_/óҍ [Ma#q`s! @2$1L?׮@qs i )u-hLlJIri.U=ЃQ A[ڨYK m$~}J3u P~"fuQ~qmwƣ::{^Y ju G1#{8ƍ tYny2 dlԳgO}8sGD 7Q~52 -H r=b%ٸ +.fdcˊp5GLLc?n>s|el%:t1Qw){Epo#W3Rl̈#8A|+R{~iN*DPHGS6!X-S 4= M!m,_7|U/j tY-\HVY .ь_4U/ K;706Sߜms^<`aTenk&<",V_iH>xNjMُzoݤ'ݲ\>lUKڹ}o 6gE}ҤnǾԩ7pPtOB6daj#Gv2o[#Ǝr+uj?OEsO4;莾VazwW%{߷yxoDVd+Jcoѯk{C̵&ximnǀ>㭶uލHǤO0Eu,nuף>{z]׮]$k蠶} a#zqc^#w+Խ[Wp)n>*G: 5 :uy(Xxh+\YZCxO_dPxߞ"yaw!Ra^k :"/Lxzd>fBg3? ԄtsnpO=ge2аxNjvOL̀Hxe$urϲƥfAt+q5׾И WJ-[oq'pўu+Tv@CWڹ7%%݉'Hsg鮼 z^6ߒso8,'8com>v-œr-jqVz|^mr ?xCTy)~O_:w_gЭV//kq?:@M^w?wg][aug`Ua>d s{k>Ƚ4vqOź&u耟GEv1&½ h"* VK9ˮJow)P.ԝuOh*FX}ňŋ9/wy6)w'K/sglTolU+"v.t+wYKp,?Wȿ)w|\p ~G~K?$РO&Z-ޱSg+IGGE*S7|MqVC^"E5׸G:`_3=W^s87qw~GMG?4: ?oHۡ> p΍Ĥo&' ·g c '/UVYZ^ C>"#Ǝ=2x^G?=tF9r;P߿6LosF`)s/ #?/˪]h=:7E4x{s*G?ch=v;[$N S_S_:g<sFg# q@~jVޟ1]715W_N;4 }{~}/n[ȩ/Wu>wib6lf!?vK.Wvr=WVTʿ'Fxc<_Єl5kO@o` {x16O,QH٧B>|քpB.q+uX)?~O~l:xS/xulDv!{SY܁l&(8y Kk}cb0B:ǟ~J@IDATf}ߧq 7/pqCJsOdl l<%(mCB a TCqކEPJâZ~9EA+2l+ѓ!R-,J;/k,E|Cوb+9֣`֐32E*?Bc^ƩR#h (`Q-*NAv1ju7&9) 1Dwu,5f m}&EU_ѩ>朢y[:M~:*ߨ\#ȜiuO;$D/kkiɌeJi,*%ћW?(E57dur.cRH Y3@Y@) 7Jt14 0s77c0/.]Zg2j֨]h((k/+eL{H5+PJClQ_DW!|+tƌpPJ9jdP%B Pr_kcPrU@#L@(É aъx_xΏcq0ƹ-_B51LQt:!@A~>P]%MmW,J?䙖nZ"_skwQX&BEu syʮHsGى nֵf=[o5[pDc $SZ9y~jD'VJª 4,j"?ק| ʩhe"DJƢZ9UC_Ϟ=O>)sEw(5j 4%kԇZ.֝щ FR"Y~HY@)A>a%\Dfh Y0PJK 1j?q({CraJi(-/eNG݇*oSjZHDՊL@(É fy>Mɗqco߾UWvה|Ǻ( 96Ǻ5%_;GtM٪jL]R{lΜ95I D)Um叆AcG'Z-+W⺀y;H8QΞUWxYHiYTS+/y 86P|v ,_y$q!'4e B &T,wB+Z+1ʊkʗ&EX﶐J 6U07RHOR[ TN=s7sڴ0@կ~:Кn5RUaͩpPV%^x%Wέ8'dҌ,ը]h%mzRDkZ $%vG'PQ ?0 v&GPaZ $%v<I7Nv]VY9]w!-HL gpa>>c-'҃%< @@R"J0KO<$ŋL"9bn@ǽD`f[u ȵCH]@w@e S!pk'Ȥl+nY\H =\ 8W>d;[M#\{3w#\ 84ss~1#Rpk'g]v&#6D NnvEG|QPaZ $%2m@{[mK4ԛr-W-ne0h՝G(zJ):J=_/=2iV|x* =\ 8(>o MN+FZ $'Â.q \ 8D`o[u ȵHJ^ fi1QBy* =\ 8`f[u ȵHJ^ fi1QBy* =={eoUa}5w͖C|x$%vnձ k;d؄`uc'?p:ދ$,)kϺL(4XǒyON}N<1Jb5! : $%v wy^\zTnr-Wuʘ"saO?;\1Ȫ$["3 $%ჾ-/հwہAik'ؽ"m+cz7i#H"5r--Xr|)x~͍yX) *Ұ-Q^]>Bf[QO@RbXNf8ȵHJ_ ƶ5pc!>UWC  1bnPG«D X(ǘK;J櫈)y* =\ 8|—pJz뮛ٌ3*R!@@R"Jpŋgu~cE^8# @NFS;fzSELE@u<_H 3#VkG N )%Fq"q![fd~}|/I>wۙPAik_Ual>v|IPA I+.s ."~l *%v먕1E@E#Z'ze{MC;︝7*<^pm1?*P"mhe6'P5\P,YH n"A ){%VDi:IF>V/vPȵH<;P/qkZ#͚Pg@@RVo2(wۙp8'nv2i ߱ѾǺ>Lh4ȵHJ쎰}Qz P C N )c%Ȏ8 N<"cΝ;g{q.J+bD C N )?t+T3ۙ\TFpIYM>{R2ڿцfk+vmOvQGfp^'px$eKG:S@@k_g쨣"%= *L#\ 8D`h[#NA-@R|f8_\rn;n5Tak?KmVspk'mmuȕOϗa?jY?d?q*?{k0ȵH2a56q%9^=HumKvw?w}9\uy|ܛ9s湏?GsTMbXJ2zp2u ߼lvz122_ϊ\d?ns1[Yg=_+,p->@P8HY Mpm1Lsv˖5gF|ntYC<Oo~}^#;expZa]cRKW0Gxy0VC,͒(#tT *1΢E؋BL0m+ xXQ D|h7bv‡8+x䞹^~ _ 4&7KWjJ @s[2FLTQƼ>uWX >i]PWÊR +YzG.ĤC?~_d*cEj4C>r\FB/Aݿ B-y@1p?81bJ9Y^e@7h^xߕr cukԽJ gáXQd@E%A@[$?b7_!D)yX<"l-BGCdzI)dx1C?Mh,7Qnpr׷f?n0wu7sDF, zE訢$h /gA1E)586rL)Ž12lx0FcPH/4dxq$XR@:rJD-_2<ȠBG 4Z<6GWd@_i̎GZ&} 4 H[q]wÉ _]畭l#tT1AbH/FR`5ӚR ;K0K.X ^zeû1}HD)R9*W1A8q .pYRYnsc;hͰVNs+"䡼q/")7l7j|o_th%|!/uG s?`Ek Cc+/Ͽ ?@Ӕ@@*@ 2K f+@w3# wz@h{Os3d;k)k/4t6s7t" *^O p0m7r xL@*BQH91_48;p0C@*S)9dͰ .T$ R ^K7ߔSEp4S@*L3lH)i ^K{ŷEDA6RH6t4@a,oF8*jA=zƺ78piC^ʥ`ذCAGHϞ=AFm&H7KU:[!}mUAp ~07Q9yoEmc|juT:Te޽ ආ6}O@:YJY4_)1Æ sX_bfܫ3c]u#uoxzɡ8NGq*1S-ߴ8)p;t!abXnWPD|>"RCcw(Z_#(!Gyqyo+'V+LSWWD$~R;NL[vSpG[?B[?_BȸҷHU0DL M>0ڐ}˜XǓnPPm-ߎk636y'w?;7|;w2 n1"^qo3y' fp=~K_Koϝ;ǝNc>^PMW-jZn+o'jZJ_ooEϿ)-YQ`=;B76ʟnh ^̳)4/< hЖCp5FR-F47Ϳ2'?iIβ^rH(4WH|5 O?Wl)LU8 ~C!)1VY>25y>ӧOw=܇gh>c~+/-\B+=c{%soO1wEٳ?ehN[F %%gL=(Y+l:hw7Z -{Z[//͞yHw]wlV/d4PL'Hql.^l)1v(iF3 f}1u$=wF,XJ[0N/q:)^13x\Qt(DU ׌~G3;ЏyǪA+LAJ ȏrρ<#qcg2l­o-O.pK_a%'lHw{6^*Ge+.r uǎַ8V$;^~B"a,16caG{~ ^u&y0]׬~]Wl]gp'?ƫGvO#zw&J[>l5sWS熏%5n_t=O^ P4.a|Ç|E=n8sVt7~:zu󺓬 z'x\ wD*h8Iux(Jl߸, Ho>r(XRW"l0.%#3lං ,/ùUMttjZd͝\ 0Nл.4W&>Pp+GqpK8@v`a J3>|ŒQHƟq ]iO$_J#8Q/O o88@4<DAOEA|d2. 1xQ_93UW®D W^]sO.> '݅3 /foT(8_n6"t^3};-+͕O">2ru&KIJ`͹;QlKʹ3 1ZyݵW_N #%P#wW_zo;u\Pt"׺~3P߯pjZ_5xt~^wve3<H%q2OGb\cZ1fĄ]+1'#MP2}ʾҔϲngibƨ-X1/z5~ع 柦JO&0abS,bEF*T ygk&Z=‰n)OG)PZ\`=p HdQwmӠKO]>J"xK/~ȥ❑Oʿ:ǘ$a|Cn)}_3j,c%zZ8oZ?%bxxXoC#l$9?)GK+qf@#m\x ڱsG7dw6۴HR[Z| ^KK /]ԩ'aA!7۔|k%O/779`HtowIavgq"?ǔ<5,J'U?I$F< U y&Ϳ.i! '1i֟iY>æϝi&R#`d[J'ͿW_ COG 1AE2i kGq#5?hOg/ş;$:*0&T3SKIX!#e 7HJ!LZgtk馛.>z{Gjݺ wI'i{ꗯM!nf)&B ؟'qשo iRi":Rt(cECP_iHѱ(2R4ԇo`?)#EN4dH=Q+% iƟ;ш!#e O<yK}nf*O?:RtD#JCP_㯡17%u)o)!(Po%rE@4`o)!(PO'!+FʷQyL_?:20[J<&]D䀛A>}@q;p\ݱJn޼\=M?91BI㯈cB=??Ϳ ARRRBPD1_i*0Rdo)!(PO/y-kG˖%~746ƆL~J4bN;6߼tMjٲnCkdߣ p}.?ԫG(E|K ADŽz䊴5C0RO*;<&SI'bޑ?}igxϔ8cB=?p"^$Aod4CZVf%^I>y-_CA>JpHMJJ +_?4t(ǙA2E\Jΐ؆W?+ZO>N;O?ĭJx^;ē7LOOnSNu}ѧ@z%,')+ih?2RZpV_1O^I?'G8$Ԥd][ К!xrsaZkɡ(wIAO*B~3wnZD7I3뭷>k]yz7CKbͺHp)+/ُH?? .G4򏿆 N)_4,wYIKJkE~Y!Ekk_D@qI9%K燔t]/Dbdޑ2&Hϗsk?ܽާx%b0,kg'埔 P>Q?8z^N!X)mM E_/.{E^”M)+Oʿ__r{)C B͛o0lqg.}ͼ45c [i_tE|i_iSu賱svu_(Or1)+4t*?Ƚ+@+urCv")+WCSO:$J2ZQ J.e ;}vTm4SU+ pB[i  AiV(va2?pLiܔL=(TՊ9PW~{a۸zI9?zCO[nk_ sWI~ _c 4SV(va2?pL)ͳ 1?'TZ@C#_dwëa#zg %u蠍>we"N[E+ej8pkկ+Dh(Ԅ%P~?pKoQ6MC :W^ymvaZ`gBYtI61ˮ8wCM)(b;9ʫtv_8PdϭnǗ\rs=Y*|bNAS_+g^HE2H\fe_#=L)fRO3CE2fKj[ʿiIo"GJ돴H3i_ieXy 8_i_i qw xO돴H/iQ:F \uiXpŖn4.NHc 7O<͟?1N]vu[lfDE"?o5VKCEy<-7޽7qkf]qƣ4W__#Gf~n;y1G1~{ahwd-O6ҍmwFF3;6xZkJBaov~oD-OM<-[d׸t-M3\gءƚk 6Xn7jU U:[3O?>5},YJsצvmmVc JyB;^LKiY-s&M̝ r[t 5aQk^;3ͫ- *Xm &23:s3g9q|!1E" gKJ+u$ۤ5&_8R?Հz5τ tWÈ^)@ӱcнVt5!_Ȕ#[o)KW[r{l+2ϙ3~37OϏK.;-4M=@Px_|}фް yOܨF۱s'Zk~?1mQ[+_iY-ZXh*]wx=oT~"bl5 Zgփz5۟KmZARZ@~gx8+G.8LZr-r76| )p cgn>}J} Mygޭ8hP+ϙ&lFnV"ה|uU~ݳ.Nֱl3:4"1׽ н)ecmwߥܴK.`YY59j5xFp2m)- ɏ4Zq<,pMDc}^9_ *8pYƐcS>)xW\Ivb[θR&ɯMr/ |ͅL^hb׫W/k+T"P'?O]+ 0~<}OƼzϞX 4V {^c#enڛރi/w^{p+2-֒/C5'M-\Dn6sEMOߧ::>+ky9}7ܐA]畋Kj?hiLwgA~;q#p`/Wbѻy&p0qfnp @|E1핏g_| 6d/ &?-7B꯲*݀;[s[1,O KKʗ{yzݵb>~Woll6N׌DCZ3#O]W*\ (HJE*Av7 !O GAmx"FfB}6^Q*xKOJp?!#$s==[Q9kjs߾}ZNW_Q2F>C 6b_~PP$I 6`swٔ) !RJoI$qvk_gu,6`d[*S^d8Mۿlm ۯY[UlC%.{ :|#8`$0䖭z-KTT˗Aр H[+$^40/-oIv]͟E`A1I}5#?e u1OǣkVvqfoN{0IRrS\3/]TGX QGɯ9m{Ssf|+ɩ4qͪ?ȣ4<**C8F,,8eprˆ dbfٵQ$I-q-P؆v?Zs}`&pIR&I)a%\ӏ5l^4dlIvg}g>^| +uB{xK}\s $JU HRŀ"Q" KR@".($ %HrE9~gι{^Tuuu=U5=st37VS6PkW_jVx:f|380\syԛ$CL N:HjؘԪRP O* wzE+uRl߅/;︳׾gZo8iur&kqٶ,v]c?oF;z=zM]]FK!q,Y|RQ++B]Sb-7$&ŠU{96&Ƴ1Udxu6>߱U /TЇXy}_C:I/xWWR,fD,K 믿ʠ3B=ZeUb-rʍLfH{љ±(<TN,8 f <Uq@73oh^Yq'_6-)cXcXr&5nK ) D5,l$o7%cdnu Mt` K QJ^f|7@L#Tʱc̑<~RSD7~G^oAjy[F~yfS`M6A7Áqwx`4m*A@=G.h׿E7L5_PSR^,~0xH?l<~Ptjy1>1ܪ|gJJl|@D"\/n/1>_ʥ/NǼ4f2&Jx/:?c&^E~mǨ_\&&g{jgRMŘ#_w9 7j)EUA$nf$Ÿz!#5{S[O~}P/~Q`^Cʺ{fիߟćac;`:&5 rO;4sw9H@IDAT寷K|y`]M nU%c믥^&YQ{̿|5YZ`MQR]K[aD5rRɌE6[ rr+qT vc}A[^o̘o뭷Nfiۙ !\׿xxmfݨ!~S{љl375}/Z =~%M}%oLRje5%g@oAчl@cǾ}[^QFBGl·A,nX茥7}Fi§濻k_;<"w˿w<]]qEQ9Ox|'t|1G;6p,_fЭ9B4bF?| >)w-?7=zP+h^c9}[ev(p濎K/U?>,]4pN 3vh63sb#_ok+()=Eg2xhaw}5^[]+2zSS/p_oI_u^(mKUW>_#K/K~=|e CE\/]D ^t FiѰ( ~+~?:u嗫fjVRox<Q?r4m/O)euN&mƝҒjihsQggXvm[^xŔP}9s.u룋-z?7[O$Liq'o|E7Z=e0.6y0zPLK4hA&^uLm zВQx]?%Ԗ0i} .fh!Pjd(: z[˔ӹg6IFK&ZD,7,%9˺KMͽZ=wnɍ'U[O=u%TKIF\BͤleӛI׾:Jn94:)NgC>!uu׵#S" +X8 ,^8L5M6p(Nu8]AkHcҺNCT6ʗek-TuyasѴlQ3d&,9fy9Slq:2w㧻쵔䨍;̳ZW_'7LnYc[3i; dž}]k8Cd=ϲWŸ~B,\k%?TkVYvfeӺ{Zߥ2kuy紶!aB:>FglJ-ڨdɵ;G%w{S^j-%Kʈdu̱Ǵo!jtA?D8~[yU[XmuiQ]RĒKns*~Gy5j+]k%ete^3_xIÏ8,-߾n:?֪}sPךX5CΗ]vY]f*.Wֹ瞫9昭umr"[3Y6? 0z9F^ 2#y7E?YĞW/(- qmCQ ~eN+G,De(bL >Ɵg1E ԭ˥'ɒ:-5*@+3afű4lÄes't k4L^҆l%m~ꖚ?3^өGs:iHn5PxsoW!6NjaB6 ,)>_, ck6_ݤSoK4@quO>xw:E=L]odLvygoō3yFfF$ˌ <K@iV,Ac~o KV}ѿgyVt?q[UW -0U9f-\Roz󍷂9`$5a?s\<P0i j ur,d%.KlL s߽>rDRT1;ݏ|1< ELR`@ˏƔ'lJ#b=6>sw򘅈SN9czg{1 k|G _n E8N^xy\fg0RD*_ oyoϠfhR2bjur`BI`@ץaw˾#.,稇SL}?g͓,AN,[ՔSNY=裹O@3 6@oF53zwvEd9K庒#t7ˀܗ?~9#Ȏ^ #Y:0>AeY zsY^G -gď~̴q f6{8zꩩM_53U=z]?k03$!ENm 2.KH  3cۼb3u}oɌ \ TL0h?Zq7mCU c&7x#ԕ,yN/\-=_`gh.bo0R -}R. SƎRv?@߭"װK9 3RjW5/R鵵1ۧY̫F_!5o7~g ?aVn[0Cȿ妎,j@8bR,v?j0O?ѯ+G~ )14W7vکJ1e}k~Efӭ8>C9܇q޳نwqG;Ts5q;sbnG%/U7x.:[o(KLuSϤo1H!aA uAԁ̓2?ȿ$kO^0[n)3U:رceoާG@LJg)qܰM#~#=-f__,w~t7c|RWv8KAxSd=fׄƴ3;QMvr).r!~ #uWt=hu馭~$ӏ >B&Nqםk40jj~ol[_p՜\*Ks:خY *v AsLzgPc1սܤ^ wg&~}x-&Kؖ0BX v fRiU=.AF? 샱4 752Iܳ^{)00ӮXpAJ>; =w&,C>S j}um+aDjX:8m`N_ie ? ;ҁ 3ji )m?ϦYgrǯi7Cǀ(wd@[bsϛL +R6d| w-h.֛L_^K~bc=2C6$J+yov#S>^fI>$ j啸w71 y?1Ć]?<|va7N|?e49Sت5 }{|DwJVĵp # <r86>uU_}Sn-ƙ!l{pj$[ry`N٦=P%?g4WOڅ!US&|?05d]= ;yZ2su뭲tW?[m)Rq;v@A?9F_x ϿN~⏿2SzчGZ:F~}r_{'1nAFv9)+)7dnp@{x~Xn,9 V2AŒ f1O_?3RFϙXpTz7dܐ50w;b}'?} ۨ\"Gq |!˩)~Yfр,*|9RFƿ Z86f{@&>pFZbƚa0}m_8A,^iQYoi>.x{5hVY%rޙ߲-3c 65hVY%rڶ?+Z9Ov9XbI?2(fiFD'Ljlo&Ogo~׿shجW@񝀍*,>Jf _~`0ea*uSe ξDo/yZj4q63`0(c+3p֓9~^">`{vgKHcwl*v~.#.~.;&~[LFr)X?FW_s/ϽL3/b@tO?вm2v= z{~~ũͪ&z׆jجwO?v/KvTɬ*yoV ~?=} s<ŧS]4=%z{agӬ܉[r1pԌvf[?Zf~Aj6#%jg>`KH3.3Yv%4,9`,%>oQCUO;|D̜>zkn3EŏƘ vyIjU(+ke|D9i%W7^fefr[),[flAm+!u! *yk7ꗗ\"]3duZD9)+_ϟ=5_SagLQY,_<d$w ȢOI">8>8'c#|YSgRUDmև rJ婜gA/W"fV"<:ݨۖ)L$E߶ [2>\? /iӗi=-IaCd02*!BUnp1N)u$m[0ђx+c xk &ᐸB-ShImP?Tey^@J$ _[^j%H@1`lP?E,eFy`~âe -II{, mv>u;gf&CPfqp}R޽mfiUx˹FӬl[0ђ*i]׾~Ai;6N$mP?TeQW-y{wy՜bڕWYF4dsΔ໳ɖt&l#OU~|"@%FW7̇k񛆺4 C1-SXNPm } JLM5n򺞖)L$=A}Kô*dMMe -ɀj&jp?|9ૃe [^x7_w=<?Mm$Z"~,uqwzj{F4MI2MΨoULU̓Zv =]/5pF7T Li3UY۲La%p%ƏyG|}sxGmDK҈7|V86q. Cwb?_G~2,믽!Yms5_bK71cݏLeurcP+jg+y睧~_TP%YJj܎OpzwՂ2!=^{U̓HҶe -IvㅉWD,=GnÈ}9ahRxB2Y Eq5 -Fv׼k 'K-'2CLo Nw};vP?p_z>PfS?}tAr?>>~`uy2پlc u%>fG|䑇C>Bm9t^ Osϭn&qiAuPo@݋FMVxAf"($;~N8}qv߾U㫳>T>×_il 0ђxZx/iJI;H;lhICP?o߻mnCg6<#Hth\KYmɇ Z y؆ƃNm HFaBHۨI!^IU?)%mjiFA$R_&!8+jqJZA876yF$|8nR^@Gl%rIUA@L-TQ瘰lM6dMu| a9D7l0ӯH·8s=MWʌ 3´6~};n2>|G_KGBQ)`,WTijR^G;8& rAlt(nicMB-e[VS5H|5KMHNR bFc ǭ%drc纉%L<= F'3"2J) >n(7 ٤F7 ·֧t H4>#Vu֪?feLQyF~ }@oqiCҌ )nϙoyjH}a[E_xջgEAxs FW(6YLl:>U| OgiɀO?@)Y]$ui4DP^4-:EՠA 5NxP fˡ]pڄpN`C?>`d8O8dg>#E_"h#)Ԫa 4S2&١7^w]f+a=|kq=A9C8r\)`ЉFߗYfnMÊh~ݎC_O72H|mZQ5IG#[|[n^Σ9SM0(T:n#{Z~35 "HC8kɉ??C5rJBGy%_j&zˏҷrOϩƅwyp-O|ķvO&L%nЯnc|R;X^7lA 5/sW-⯻.Vu '"86СF횎ky?_}矿xb9E]h olEŠP*կwÔ#f!lͽpGo9i3Cܕdd 7eWon[hQ)Z;a*?΃z/Vxx9%C@^{{m)K*mTek(d(Jر`#xp?c.3̬/5 AJUA0A}9!g8.s^`/ؤj"s痖$~R`7ڷ7gAfHߪ}RB:쏼>kɍ/~ br*,ƾљYZr:SsJ=>F AP@I'LS {B? aͽ‡_X]C9į_88WfAlYqXa>jAdgs/ C@Q[?$Ւz]&<%m%?P~Kϐ@.:󡲄oEb?U' iSFu(*+ 3 a6bFhA@Tlr r k\T^R?v3S0}? ͕Ф/t 0jQrm7Ϛ5+sy盷- r 3WTwBvBa|F#?m 6n[nƈvV>֛R^y-:( єV?@BhMG_j1DWg n5r 5MF~{X@74 $֬ϯg#9']siȁ ـp]>u!Ѻ§ in\r7c!~oSgoA1#*&o IosatF?i?VK|QX5|1Un$beٹ~.ߓ0jˢ4`K-a`F0 _Cr~9j.Zǫ MI%Yĵ̝u}չ*(˃Y3rQy0u#yZ3<;9Y {/=ǧS3Y!X|QѾi[Ş2MQȐ%?d֛o3*oJ:>NFR_H}U1ǜ^Wl'1Lxv |/f*'#y3K85ۺz*#FQk( '>9keql[ryeʛhMI.]A$0aB5SkqwߵL1]̲wcP/1+Yn + ZNk"ߊfEAUoQ+!CvsCL_bcYh|ma"_:S7ίoxY4hl,'a}ب‡X|Qa¨~jU$;( ДqBql%2IզmGe:?I~~u4Zhc*ba77{x[Č|é(w*^T׭{VbzN[.bFS ,6x1?{Č|?^_r U`9[ח82&NfZw:%TiiKLV۵zTj!Q)-Ӷ6xsS[38M?É5 qR'a; &}$f㬖` *oX{K ŖAfv^顒vBqFj-5C|*UYіIQH`R Ed3T+x !!K Ed3T+[V8j $ǩpL}{쿗߰^7j8*Jr#&W¦*CP;H1;30@aPl_[4mO>II/} Pb*UWC$Nd%Ok%M7^ybshoIQHRKj5}Wþ &"lSa>Ztz' <[DPg IP S][1#/BQƇ5e6pA,W A0ʢU i&B2>.8|Kä'wi_ "ЈET^ IR8A\L?CA4# dlwr≲QH0Y]!$܊-(UV8j Z$E!կw1RFeZH_yՕgt cd?MM6x==jd63kC]=೉mF&(׿q}R9]5;5$dIfo=૭>J1۾uם?Ki‰=aJޯ*q~PEԵwEQ),O=`܍b1(z"DtO<(ZgcV7m|NNw3Yd Nq5256ff2*Y-ANHP7aL҃ј?}_cKZgRԾ(,~jeV8j ƤOLzZs<gVOooɃk| EbvZ,Z jHĉ ⢤g3qPj\~vf?6#T+>1k1?Ȇ IRYoYoIR8A\L?S4_ܪcMf5YڮOcVZβLBRT~^:2-dwn࿭Kعq 脿Wwu>,u psl# f,3_/ٵ[_^aPF>&sO=4e緇Aܫr\^)>F&pCw}mϯUkU_ajgj9窞{9wYCO* ODb@ET^ ɤk0|׼ A|A` 7VXqST-]rz2_X!mC+ŗX\f[٨hÍ+makW /H#;_Sif dv6bAh 卫[/&ӓ>yZ/x^AobPcٰwщ(N !8.~n,?Gߗ٥sc GG_x>[,}L8r=1u}[6 OV32sPfsv*+K7OiP߰"p֫!IBR(J&O>w#*B'K .`+3u|&!3HPVz|j&ۮip=W_|+灞snC >+jçq T_yji-QC&LUHrkX:İi\ķI^ZͥPlͽdvC=:Ef8ˬqzuG39f[rXr][xP>~m=P9f\st0%G8/s 9Gb87s֖Q'Ç YJ8Րȋh>hê~`YXDN rRAFE~ \AD42[f0D~t\#KDQ:| `'}mf ɒ9)c_u`dISWmW'o{^#.+YR^Ad#|^Xb 'h\p~ء7`<#HT7s;z衇:{OI p)4AD(6|  _FeB^~) \ xp nC~v~QlbM7~. oc"EqGO.0YI}Tl` [|DoȒ(Laʗ>'k($^_/ }C·E0dT0yZAF$VXAe/R}H+z߸SgFZ:[גiॏ:rf0gqrb6  ZExcrC,z}LuSBz3m +gVY 3V>( +t_r+#7|Yg/e^CPiE4GQ&w=xew?4 `db*&rl..J0@44%Xna"ߘ4%Qt /YZ BlFpg2YҬT9>@#K:HЬ 6% )iV[LWY`"DzӛjEO b=o,iV*hf⸴k>N/YҠK6نk ͺ`5E/˒͐~hfRy7ZZA` ko g'\a*vn_q";2<_w^M ^$|5K=]NO *ZdIC(&6#6Ge{'SM=Uq/W|7? ,%X9Fu*vȒQ-~ ɒ(?4 34`h$wXvۭnQN BZDOXF_p]Uj$>~n43A:]|^YZvdI(ǏAqN3/aM/9 ƍk;+&5ai ĊZM7 % (: !iآ9m _b|_f| YG|`?dX +=pE xWN;.[6xS NUws駟qj~0@urj L+XbO?MM},g3 ~6XR;M:JVOAp@ubo 6QrTnc`V2rIE 1C~ښg2ȳq =)f4@In:;v07P%V2rusQW^/20s2>#0QwTyuR1O_SFaLۂA[l)LywMJ5r8p?Y2IŦ~XMF Ga!J%ƣҏ8+4Gm\Fu‰wi͂k[3o2rQ#DJfNKäq;G @ISkm#uDd!J!|a܃G lJZnj3bm+^Jq;Ϧ)J:JV2ru(7?_p DkJ ch`B5\J%RX+e9Һ(/=~6@FN3o ܀wOp29^y ]ab`V2r;4^v—yd)E" /*7V|nͶա20]lP`FeaQbAΧ\=6V]y\tq )w dR?ѱ۾ N j(XW^?Zn͏8 Ja4NfϊI1(y`'wyg BCJBV2r0ى?= A@u!6JaeHWӅw&i5%oV_N-rj?_/6Ti@IJYFn.^Q3R@IDAT "#>cЎ}aeHQnhMI1fij ro7WsUă]ljYS3raIX͕HO936V$P*R#cF9;{16T+Շ@ؾ)|"T}RA,( քR#AGu?_}u5hd%P))L+~kc5VO)gw> f;##ma)5SMCJ&VrH ȑ;(馛:1TO BWHp29ZE9S `[Tg6Y3a% k%ĉyHj )P:u^%?,lf~ADl53<|'(;^C) JaeHa|!:JBV2rd?'VuԓO_AK-~Ds#.L֔¢v fYDY}wb tؔ& &A:dqݠ7@\ K͐8c HFT+3kۨtǏ SF3KÈqO0#b/C#}i(byRhǁ H^LCӇ敛>IjIB RɓR43[e k,/ߩfƾfA-E*,\,-tG ekjU~;}JU [~A]>)1[tF)c7nk]:zIr)K9?W^o,K ML`<̄},PA,A|$gӇXJ;㎳2i뵋%J4v>)ϱ=ē7bUNٯ̵<6QF 9yR83|rkJJzfHNxF[_,r@2@}=G=6{c^P1q7 KAP%(./]L?kmde}Mge|ګUZ-EpO<>/|,hsqyf'͚Y9,<#-Axer}XA,Y-Tr3#euF´kEΔ؅8w=^# m/BuFU0y:qDՕR*EPaWTR2ɖl2+Þ?s}U=SV'm`ND3ηveg hq,> iv5a:+[i$u(wЉ5Rj2#=, tGe>9Q6yUL%%&ʡBL3ͤWɈοo|GU?'6 }gNݭ:QMT$wIGp^s5 q9i߸PMKà5-wph>.ra^,n;ﴋyx5V{}[c2(3x9ͻ&#^# ql}A C:q|YLeG]mG 2c&gTĵ:ʡrk`7GCXc }[\[~i)Ě(?{g)ˍo}[Xo^x4RYkq>֨0$Eh+L/=!\L%*q"FC;֥Nl-*V9o(+;a;Q)RIIζG9:Om7,qbMC1B\Rh-*V*)5z-~IgcMXRaI8#i9?$SNr?ǹo3RJ""Tk"g&U4 8fxOcq?J7qkq^ojfQ4;2z546-4c |4Xx9[Ҍ 馛ZMa*2<2u*p~Hݾ37aacو駟.?0NieZr<A~Toy<3ġ>S 5w3֌I|9VK/?򏵽)tS;#.rȡEtk!o6ԾyؕY֑7`-J4Ţ@ʚo >ʡlϘg;aa7"F֨Vlx0·\k$}7rz6| K@"l|s*O)5w;ws?WL>$eeo-3ƚĻș~ty3d8p(z^#JJbMЪmʲ_x8xw9u}[o=b!ҟb"{~ w%O:|>g](:Jӹ-_{bi[ qQZ$D9L:3=FibqbMJպt9+1/yc]ACfFՁ[E!֢Rjz-3V_5>vکpRꎕAܼ0ke*)5QXG%i޻).>k9`2A98hyJ%%QK~ܷo6`is8ʩ$D9c]@)E!(֢B+[ne #iQ[f1rM)J:䐃ms <$dnu(}Y<<:uF# cM]LazmK,wyYBI Z#$-\LiBkq^5֧peX&i3]NfKTRkc駈m {8O*5w34iBkq^4ZS9a6reg PykaWTRkApae,*]fCt{KЊ8}h!KE7F-Y/g +؄ [4aƚ'{u94#&k+/P| K*5w3(*s.wŭAĪ9:P, Y'R+ĚIV__.ㆥa:.&/N s8SIIr(ƺI!. A)RJx/zڻ3Xi58RIm/ߩ e+ db 4Q{1Fj^:3VBfps5a~ Eo=eFY i,R(D\#*Q+ ) %5(n6? $vKl#SyN49ə5PBx ?|X禄bD=0[gArOa]`a5 DYKp#>f~SB\LʑLzÄ=;ܤgx /2y=ie!G,MAcyoD4l r6:'fzY,ݼw\@'V>-'.,/!}{W 8a'6ߍ%&\.(@U0q=qg0SOվ>UрuH">2=6ď3TST&Lк^A3{DeO+oqR-颏mL$҈ =໣ja^dk_~睷7po*e%mh I2w/dVQuxN,&_X z86SO Ã?9[<װ㾦 ??KUytj.0`3q1n~<mLÖHޔ>|F|Z5tmL7 =~Ċ<SL!hV1C؆ 5 k&AqF]>}wG{^z6?*MLĢ(C1 {PQi?7=CepY?yv[Ģ=TÏfZUE$Y9p mvm-~㼁VnhAVr!8voC4RDYM^va_yl'X2C:^(X!_U5c "qb&r"2C䡖߄ *|g -UP0!H w,a`-β A1;BryedP')}hgRD|CCQ6PrL\&Z묳V/9qI]~(ϿgU}YYgUκ^wUWن=_~S5Y)ugJ32);<^_ H*Y$!~ܔNjBOoƣ˚qI{/S7RZ:/<+|O=迪_|5 3e:p}q篻sqYic j{yyK/2 rN{Ws9n$SC8HH?4 siϾC4X$ L02 %zV"iSkA.emާ1t,wni@U|=t 'B2yU}m0E/ϘAYK?QɬX_J@̍K%ʹؙNjwP9dP H_o` k?<%/1&LF0p`p ?Feۼ& }dO?gչ2  ;ZUV&{rhsl[T3@T"ci^U0Scnw}0tO{@oN\ߒqi[& ,ڮ'Nu9 orʺ^ V,(|<|1?bY3+$u])r'"٪ħ{J6w&V?Yda1^-EM#܆Nw˔6>#AM^||1e߼, ׷"?!/7kur 3$Ἆb30 ?eAiuVǬl\7JÃ>8o??/17m/6\ -u5KJQ?F]+>2c4{!*[0n }:#H ɀ Ć~%of'>Jǃ2͝wJ7|ףn US90PiWiد([jI>0c_zjqIχ PVZv@VJvA>9ÿDA_ I?7GzBNp'ƺ^fHACQ+)Ej)nE#_)R9ҔēT"~4j+B-"47e˛zCX ̨ K9,*Q٫o(>s}VYMpc_ܓʀh|M7mc&VO@xݎԗt9dRRD@A6*rWjڦM(‹ zcᓲlB-QPKHHIx3NL;z}A9m+s̱M̈/.ּWT>j<}5eI: GiY*j^i:/V[S~{~u 5Q' he%҅^ڞ_}oG5PK\D6FRKKH\|>D;@~+:F22 qo?rFa}1$xsR;<溛o+;m1gSXjI矱{sEGci^YBpV|T(QWX1-Y\gE2PwQ۱L:6F]M@He5]&wUo *c >|/ܧ2q|<+xBi$Q4TϓZlmX};֗4`diT9 ఩7)X$TI'6#xk'ڹ 3Y8iE7'eWh(ZQ>5kkJ̶xpo9TI<Oq+~tgzv^yAD! 62 /6pPU5ʶ?KP(G7TH7dS_n[_)>?WW$"H !t<<*"H.KQj(*"RDQE*ODE &(93{&&ޝsΜ6govPCvOAȤ. ˳馛6pCmxÓfJ_eT+~j?ܩk۫p/}=<y[}P`[:jrf{x/[ÄIIق{=u`2OyU ?/ iw ?<|gC\!*(o%\|oڷ/sT'[nƒRۦ+_}\lwH\fd9;I>2A'_Wzw!B7Ȟb?eH7t`Vf_f}9tb HY~番G-x ަaǷn/KdG#Z6w8*0 5hS= A$֚kٹM,?c( OOug?xb}oDgMއHdե+-\~}!WmSb d7O_O'>Һw}7mq5sa2W^!S<'SnWypw}8~x̡6ncu]E={/iq"Yq zNNy۾m)54 -P޷xVLMZ0 Y? S-gy:[[m 3Yo9t vQx.dMH-NuV~E&օib[n^W^Lf}vui}^is/؝( ?H?W>W<|<8<).IKǕWZD">φ0Ww}3{PRJ䇟z-E?t;l9hwЏJxiw}.O[N%yb;~_x@l?zߐ=y(G;ѥ}/p Í8gb-ZOwe?lAe?5[ne}e9߽gn.a5cǞe;VЕyX^ }- x?c7"۷4.Sw;wW^`9/] poK_&YP,'p9^/|=-Q_ NHt"HP!:TKB4: 5j5Tκzc?z2bd"m"x웟">G*b+5`_ˊ T.wHڋ>0K+(Je!@c<¢JԘROq̮ƃ;//̫ Bw]_j4/eqI F ]?@ ϯl^ʼn q>\s8 ']Hc̿Dc<1SYrѧz* Ce(+TPq>7)ܝE<" ('QЭي|ks~gy3OkH~Y|ʎ@_RJQF>QsA BD7,۪ ƞYђ˞! bl9{5"HbEx?^&cg9G{ﯿpQ{}/۵wo8,bJڲJ~EOx`ʿؗzAm>ZMdjҾ7tMV<conJk$:"@Q@=zimBkQI&f#FSAP13l.>/t^J,Жflj nEh]ڏ|,jh"K:sLT2KLvb#rނM /dR'xg4LRoxO< cI'4?ēO/JuCkl(/0Rl_.+j%ӽnKhc25΀ m ?ğҖ_:ߘG\G}L}GpmWIE}Դ֤8d^- 60jCRK_V7хȟYrWъE]\_cJc}#h"筠(Kb2@ޢ7*£|"&RrA ^άhI!T*{\UC/ ɗ_KxT.'MJ|M"W08DLeE F*JfR:6.`㎓zd}nryƃ[=qx!ׇJ`!?Ç6NvNS>3۝Ǿ|g1/w 3M@e>*.G@gwbs﾿vf$?nƞ^z[ɭ ԒdfMxOCCy+IϥbdŲJ$ꫯ9[HAtR?7xa߹}y۫ȘJ9VSO#MRo+P_ɺ8s̽^SY>{- 17 ǞEAB;S7&\ݔɻa5]O-&X,FB"TL 43bԀYY FA4[w)aqs PaJ@QR@0;1NĖ 7Xk[5Ɨ^|*j+.k R}~o[3_T_\yʒ0fK1Cul"$6"k_s+>A7i_]7}}{4R{ϫL;ݴ6 `?jXnZRƔC\cǰf;*nkF;,ͨÌP }cIl}}atNu$6.v:T@D[ ?4^9]s9 ii6nwo>$v! 3E`?P-Q^C@ tA8<@M$ ?P+=lvvˆ\L3pr)=lzT"&Tr9sPvV菪0j\g'f\&~\"⎭a1H':i^L5 wֲ5lNι ]= ` |̠.O@ϣ/Џ.C8@fQ#Q6K ԗZ{ݩ?FGoo d@E X@}qQocM)|"T7@z9'Rۊ)/s9Vx[g;1 [IUgQe%{t.˶gH@^y??l2),:Q|ljfwG m8SO?ʹ"/o?dn; to'3 dl^n쯽 Myzq{0ό ! }43/#c OP;DăN޷p7ߏ?Κ|;wxKfb/ǞuvWzWZ{)|mղ i.rd0&׶U0W .;&ŽG3sRàhN97] Oǯ0gF]%"3?:t$u\ބ$/?h!lȱӑ~d&OnfLQ5}x3ϤrRA>1 IH@&W6V/-plCD0sx}ԯ-d9_sePq]6ˤG3)F H_Mut(`0 )C'S/46,Pg<:jW9#3ockb;No (ι}ٗ_xDng2նXMSO~)ҋ=$^zEͣ`YAANJM B&H[üEmEa<-)5QWee\T}!d_&=3*+A(\wߍ-09OdNy +[̹~"#Dwƭ2_`ž ISVPȶ0e(Yp[$EEo?sB;Ą-؎aOVчVħ ٕ}l嵲Gc:ΘTFuZbx XoxE?CZxdiI*[ZAUw-Ju8 }TGqolchb5)S0&[؃LHi(u)θΌT9HqDY dJK^r ? )#_\ϛ_{zzDeAw2z2|c~K&T|$+ݔ_ )NC/+C}e^Ծk_F(L ㏽wp=xwmj;lo>[ʼj+XxE< 8@à@IDATZBL1pp r!ӟʔxe 74?n%f߶:'AH/_틽P mɫg!~[ѪZ+? $r'(aHBWOrR*D& w+ RUiS OKu949S03^{}%_,(b:%@2 % -)r[ߚkajϴm:'LxYZRVӓ}J`;(M'>"4H1_u%dwcR?1 !A&$469U 5&cO^@}, ]#bii<7|3)M^XBcB~>,X+҉*{%t(}I?Xu{ .EZ+\xX-c!z'X3Vã_\nN9M@ZR[:r-SM\Zń:bmS4J&JI6OBnP4m CqbxYgz<<ȇB꟬^$-)JRk\o˿J+'O?t=E#,}Ғ"'vSDiib+Hj 9) >3ao[?ʹ"l  AzA|% -)r"?VvM3k@GѪ8`89)Ub^! WyCkъ|;V1^RKșHۄ=DVž9C{oM`;XLa_~- %"QQDIoA0iTT4iSȅԒK?B ),oedQ_V R#:[KPq}?Xo OS&WEqboZ{F.]izcx4>cL3Vk`럖ZRlkSyU :6|sG73a2!aDO-ƌ۟'}gkǹ\6|5LZ6x!<D*DHH)\rBoLmBi/YA!+hX|1;!!3 q#d$6.m X^z%+/H2 47O|vMː&4~rfP, !gu:D|{"FXN;-vX:dAHG ){"xFj ymKTE'turn/ DYiځ%!3 5&$p QOف^ug\駟.|YDّnk:g ʞeXo+0O§VԿQ8킪,MȌ4D4d[єiD_@=j@+Ũeg`I4$Q^R}ᗅэ}IF- ?/EI=]tQ-/ݓٗ)IȌ4 (}v4B|֫d5ԯI-1CX2# B{eE=p?hHFРd#5?Mܴn;<N{ X2#&K?Y.*}\19?Ki"Tه3“0F J٠SfIuIOw08D_SckT8qR8Wi8 &ji)G5JIl< l~ZIFI6H*i/gOچ%Tb2# B %tVq?E`cZNu9V!jrdc9N ]UOeg[ܲξgH] |ԲudhF-Q2(kگ?4Aoĸ"oQ s?AI.,㙹>#qW6[QKosW|LuA'w)N$Jۯ{œ2X̓9W+8 JFHH =|"IFc? -Zc5J,ʞEi^~bbPђI>O~7:sltm o`\91 8 Q>[y+PBD{]i(?6Hi.SD =ٲr |W&s#*mz̓9 =|-7O>6h]r ̳2ظOX?;&܅y-g{l%Zҁ%!waeL g=x D&ڇ*hAV:,{,{z^lNb! sn[ð2)htډd4)G`G4X .Lp_|%kHqehLe0M2xO?9Bò5LkSR>´/4\pw/4YklpV.ILJ?Vy>㥛pv =Am_ >ߦ}[~ 2+}C=.?boR}O)n4y`߹MW/L ؖJeW]_P/aa3H;2Cы}{y;(g2A[meq篜ݶۅ!7yy;7]`` Ch+y yҖgL`nLuѤ4/< 16ȋ!\3 I0R ynFy 0n+Ӿ$YMS߂F CV=NBׄSۖ1_NNȭ7 pf>]Jyq1udM7\:(/;pr JqV1(>X]7`O [ }.|oXc22lv2)hPָÁAo_s_w+3pǙL$إ}o/-98sؿ|h=;g슂R7-40:@{чֳD'F`SטPƑr73!})mnc(MĘ߷|3'#7'S`lp]v+NO.(II,DŃtV~Sd?/SOr`vT ; G^~rQV&_ekP?`%_?k߼2ErG+`׭a0PAm #!žR1j??ъ83r}N yRu} vdȶrѶ#oK?C>yL}s؇8ZS5ti?W4o .wzd]5<0H~TX7뮳. Melü^mն $?O;oaX@/ )LLXګDd3l ӥNAO&{_b~[`ϕ=~1T .i5,|d; -S`}<5 اN%rPQ.$UVY4AuV zVRN&kSP~+1 ]{4#=t}~ǻXUMڎnv[~5̌3`>]z%=^8WAG:(6#[wyWgaFS/!MoKy5sH7V&2ʈ!?)ИDtkb~0N;.0o U 6F r &[Ä'(=Rb[PL`!/N`Nݥ}BVӀDZz?G5>/CC=bG7!;@lk#"xC}#guV7R/,EQY@F&5 XJ zbmol l$܎=׋cةg L|B+kd FNc"H"^.Q @F" D Net=n =~k+Zk/5jۏy!q+S%"cY5i[ofH2I@RcH!a\Ӏ駟 ? -tF_o|).(灨2/q̖&f?ˮ㎚Et6z&sf]_A_`m]HvLR1TΪyg@BޑG\:BbRY:!C$BB\/l'&27_Ljil Cts &OqP;s>8|&4 XJ4H y!80^ 54H:r tXC.B_ڮ7 :1޳0C?DG9_m{&XPl%)lŠ @\rԒVnƉ@#n4%I0Q\Ӏ9&--!e>FVI :d \ӀD4nL PF:^ou-D &βlƖBÄK6? Q"\rR[hF]@ 0""pM^JAY3T_+s'>i%/3f@me@nJpJtX{5LB:ל[aE?lh+pl َ){V A)ɵq늞_gk2 jPV^>`cU "`H-!8@ ;K}'ф}wZnzBj< !:L؁khjUqQo9 HN') ,%$ܭs^Ihz?u`X8C[BFBÿ-՗ޏ1#}lzhRbA>,QlF}Cie 9/pMMmΔe$M (򗿼XA (6Ɩ9@ ;pMM-s2#"5:͑Z~BPs=X%Glr #D궆yոA#=p-S3Rʹ0xy9W/V^y\.V̥CN ýqK%GZJRsɥeeH[ZgMD2|#ߗG袋N7l~cپ)34g9ˬ*Xc)S"$<5lU Av,D!+@Sypvg |ÇK$4?}GoYl䔈{/+ +(#4 Fy2P< 1)>hӌv߭&iK6ی~ܤIܵk#a"\RS&)D뮏_ф>r\^hz7pxC6)q5vd唈wbK" -R뮴Ǒk޿xZ?9G$tUK)3#!%JXz-ڤOg9])KSK u{#d,T]o&u[GUo7eu*ėSzdVBfX_We a5x2?cˣ1/NJ X$L9ʻCۊ }ݔRJC zQGB4?kvzR7ڎ_{y,*q/qf'ѸG{ Kr^o!_'AHC|q1,[:kYmx^0QGDCpaPHrz^oeǎW!5։ "4q})^X#OIM]9- MRN8۷4&j$,)9%19#@ўfD|Ra5&Dp#(~q|馗1oH\%9Si!I)d }aBqT:航B.3<(ԓ}揜t]o]VN?_:tϴ*u(ަ43tr0 CN`_&=Qaߧ~:/O/ʣއ2Ģ BiX#t j&x'7fPt7Y|?_A7g)*ݷe~9zn;~^)ns_!-{5 ?!z=sζ礓NLb&1rOT̳R/آ(ԯ,*)\5X.uqe*\HJc}, Ӫy AB>m8$唈T]ik2O>ddpў#=kwI,?XLx8=?jl5O+8u!*OAeČe>`zS _,l ;0&#aSig>~#s<#v|^+')u Iq`Ki%TxTFC 5*lV !рqߪyNY0v ARDYBᳫ m%O$9X_`d+a$|盡)Grd_  s,q`I ,~z뭐~"HP. ސ ) )r_CWb s_I]e=\Lj5b>9mQu7?|8Mi0_A$E!m( ؽw򡇾뙋?TSr!a|=7HC my/+ha=10,:i|J&P_9ޠ'O`"Ta]&'W.e/a_0x~Cw"uU72bZ9|8>ˉ8eL&#aNDcVSo SɪŻܭtcj?O6wݵN8MoaK†w՛5 )I8a)r0̱Ʃf&4NG}9X)&Ȋ L}PZ }ܾ3FHuɁ }C=_^yԁ#UA\e=xO&/v x$|ePêu"Ϡ\rq`NpS@hIq`H+a tk Qd@Tg`Z9: )LSqmNbj@#q`$Ł!WN[?p@mz8}ɧ x9Z)"r01Ʃf\ kJ Q)k@V}gǟWs8J58T|@hp ,x@#VzɠMgTo=Wnf76؛-u'?æ&^hT۔G3No%mM7RRK,W,?jt`AJR7OԝR$p6}=9(0V`+V Y2}+Rd.+ %JJS8u +M9'/`SN) Reϖ+aMi~uq" ʊ iY1P_xeyȧԁIM9mQb۟1/yaZ{hׂه>E1<9cO--$N6Up[ IAiٖV){㔱 mmHׁK+au9 ^<7<(B KF~TX+f  Ed_$ [~ Qb ݃˚W&¾9*Re~ddpHߔ;X "rt0LVGzt>9_낇xZw2Xg{!bߩ00dP*fi3j̳ZH_ˮ'ӯ~aij!vC?oǑ/~Yc-dx'`喫9\zoթ!z@|Er?1Ĝl;Ghd릛nDo_E/mt-oip/d/gϮ@[\T^$۴{KO81\nFڪl' +ot}<:/ugO?4`j?ou/S̗vy0 yŁoCRf0,vPF~Ujoַ2|" dv4^sdm7n:, `7"MDZޕ- a?r]O}j6t%1H̎9&!a1V /0@ omb/3$0,dP;H?'D{Bm^{MSW0 /4g?h]_뮻B@SҘ_ riB T9@EdN~c&B#G뮳n>{я߫ߥNGPmpI`X}lǣΑGe #ϣ~^Tb,jZ/9\VmH!_/0#gZ1*ARP&]G6MBnݶCW` oɦV6޲y@i1K3wM71}d|ZBb7  &THkZQ@ːWw|Ma]k' hkh,%H 轋>x ~(7Ϡ{D]>j!!i:믿Axyo].@_0,UయЪHqw(i!H={e*g|MK;`!0tȝ>m;[oaiKΠ O ! `XTA"M|{~>m[PZ|=5?#G.@7#yS~ϫ{(7O81\Rk |H)NkDu~5֬/6 'q!<D)RS`? p -WB=aKъCgqs%r@&>p!~"y}CDj( zputLY @'*@$O86_|qnQTޯ{ةԱUznRE,^Sr[.V5s$JK-`j:,R4JDo /V^PѾ -^?bd5ՈU0}H!4s8'g{ǪW_|㍊.#Gh/sc S#"-YU3yz/R5e!/!5}ת&~ Wx_ФLcƌhKVOD?-R]ъ9Hhːla6ĀscN8x1pŗT).r_}3SpIl#a7n\;_u68,_!mTі\T+pTp~?5?\Ap%NuT/}W^fyVFU o8v ξo(/`BEWswJc->T08K)w(3bD&G{Ozi?O ƨFW:ˬ _&XlhmkWwmA-:߼UG W-Q b(w%~Ӫ4N\ĉj>|Y1L}ګs>Wі^ma5`T~ iBtc? /4C 08{/ 5{7ߠWU>ZpA5M }L~lQbb'jPY;z>yxcKɥSMΊ.`o88ڿ{Z.Uu_wui"m& Q~_nkPNl?)?(:_'a+ZBFK -puGTT[nFDg)O#S}Xm0^U"iC$_kZCP!->Qh>'޺W~pn"Sb`Dd/I`E!BN4)GbR_i4BpɁ=fHDdJ+? םcqq$&TDP!+Ix SSs=(Z嗲 MD*?&P/AvAѾFKDgb?"!S&lFoZV N{dd30i"r)4aeuu:rbFKP72]?XKJ4=k@K2 CS *oQi;pwj׎AAAW5oqv*V]ciEtk+O L߾&S~@?=qEֿ`]*@_ǞMAŠ ъ  }(M<0 IaShHKāJOw%TRZK0QKҊ <^ ~|LW~t!uA`Op9w+/KCFv@IDAT &`䄓[MOoܸU=Suz;wFOTṞ{10Ǒ!%b.Pr й6;'żWm|ۀ\gm>UU::D _~Ձ =h*?׿,F)&$-OJ+z򉧪G0;RK.Ya"9:NyE)OJC=#F=RI`2|@gN ݡk{8: dFX΍?GRA9]:*Zjmvɖ%r{3Ϩ/\u S=9`c(YT'ޔ_?W?An7{"ۉACbzKLHZ_qAAh7t>.OqQ ъdzhu \mk~fih|>%֏ļ՚?PuqQQO5 |`RUW)XNҰC TI0 ožUJ E_B3?zFʟK++-ox(jF$>SƟXO!HsSX[)o kCB3CPb;i*_Ok+8T1BF-|zXh⹌e-?񷌿eC&DF-|gխa l-O" `Y$91iTk__ꟴ j1mx6tW_iiފ4)c1%BQjJҜފ4qFJ` rB'PBSHӤ?-)k4 4MJ )OJCt!8!Mg:? "/D #H 4MJCxrS2HkaIHsz+bHӤ?B[lkt&\&Ku.#u07D)ʔDgG(#2Po'J㹴{ >JqgGљ 0*N?e-G >!e`jdG( "c)*NrQ?GтrqgG1GrXJ@rQ?xhYQ Fvr` 20nk:ڞ}]7IST(+񸇋}Pi JK+ZNv$} Q=$ClSTW_3w"Sp(^iJ\"?d}uy'qYJU r_zf$oDpK[_k6 $#q1?e)"w"pKodG)DL)OJv ;{?%i .)i"D SQ>wvV"(_kg>Yۓ6x L+n?B\43)OJ[Ɵ2F 4 ,/5=!(](nRR?c(_re#h~? %UrE GM*_BgrSˆT?;0CLƏ|2?S91e]z$gO_֟?fHRO*e -ՔfDTyR[iKSSIW_O/HO*OJS|A RēJSG1{))?>w t "uJ\Ro5RZN:WZ̳Ǝxd~pt˃EАjM7Om_c%Bc._o7M0fm;S6lX5f̘Oj+5\S-ꫯF`=;S_V}zj֯a:*Kwkt]paVkՈ櫮j嗳&Mwwz)1/ZtgBuK.Yha R5?w})]O(X>|;}N?ldv7Nd?6qtՄEdC5Br:ʫ\s=@]pT5];]NQsZU+5j1Rlp5e9 HC&PRUAS)%GgZۗdEj|iij?+adx\|%d%Ve]zK/vigm\nx㍩AIbjԗ$D2"-RJKz4ڋϴ~:ZJ+/iU)/{^~:pFr#Oǣ=Zw` _=+lW^FE^'Ґj֨nv*Fx6AܑNXzVƱ6[W)O>!V\qEH+?y_oa i\vg׳K,DT_?S}-c{YrBHK~4~ԿD iiiMM߮~=s)Ǟ5Z{*bW%vPly/D͋ 54>SlŞ(W_&=& b);sf&~ w3~3ٸՏG; y#]qܽJW -ޠAH|dz-ܒYvlPqJ/K>;.DB,_Ä $!CdOҍk$+9_W~._Ͽ }u7`lY2^Χ4.-X ]|.ӣG%zݩ6l}Q.s=ruwd;ﲫyYׯKϓ/JNYq?,+I>媟/B~Y߽WvM7!5Gdo'?7JsaOws9';ꨣ=@__"!X>f<=Ho?{L>Bܸmœ8Tc٫zy?K/m% ަȱZ\Qq{۟6mZɦd-A>д_A9}/Dbp=~ɀOIh:hD^IbRIPIu=C5:.lܸqv6Šs{L[p)`_4=<#5D-`, JO?x[V[{?5'G|>nKÏ8By/Nڱ"$RR`]ןo|cOIbs약ګ2}9S_\FlƌY>kR$C|.'ӱH/ЧOYM'\0!7[(n}/eM3<_'7KƟhq=<)K2Ud^zQ8xfÇQ asWk * t׏v]}Ur% 4d/],2$ap!FP&ܦhxX)AaPμy:=OM)[v}ev.sr4lm||(MZ۵4㘙6K\Ӱ B£z47S+E8z%<Ƣ#MJv2)uLZBZsϲ N8>:]:wΎ;i<4;sv=<#H ]A+i$6p棹^G/oM4z3y_[KM#:<6dIB5JR)'VϿg7ITBU*#=ED޾@e]Ah;i`!1&*fe(& j2AyxITj4’IB5JR)'VϿg7ITBU*#=ED<& T(JedH2[=$Q %Wl`IFx_೛$*TS* "p"ok|vDj*\2SN$ ~- 2$kW}ם6?UE/px=WH_r,.#}gBm/|7tHkJwuW6|piDA73r+X%U*=wopȟ ^U*#=ED5>IB5JR)'VϿg7ITBU*#=ED<& T(JedH2ۗ$<JB2., %2Zץa<7ev"uD긾3ܷsfgy_Yn B(XhQkGڵzz.R*;Gs Ɯsyǫ/ֵ[enJ7z|oȶf[rM5ɶ4oswRү/\ҋ,6ۈ-<}[esi*L}ڱEzוvǮҾg򊶑ڃe:vlN?6?CMu_a}`[o1kΝCmׯ;O/g RC<<8l}i(>lڿM~zr6uʳ٪!Cۦs.A:^޾}{;1590~n/&19k[Vчf̙>5>julߡc"%grA fJҭ`\Sdo_guj^b?1>^k'۵kWE]Wb~uy~bdkxߢw{W80ԹsbY;#שs6DlEam s[+{g]`d?f:Y݇/oK %hvi{ٛo)X3[ijgimt0pVG*,^|A+dk uD#t_\h}KTAmj q3-Ӟ@6_l .֛\%t@֏m֗Cİp} B-ϲA#f%/ YoF~WߵҾW78ğ76f=v֝b`/3ko/ZWu/ g}DO>>e]뚭ҊYouu~ J5niK/ 1uZ!'+E}ftէ/@ܿ˞>wߡk{7/СC֎Qz#[{ou%=o?8+bvWJ+ߖ5B{!,D5x)fkgo~\A:Rm)bNS zvK/IxlVgPU/F&3s~+m`&M=~c ζrlרs?Rpη߹s-8^^ G<|)Y F*bQ'cڻP1x |ɧf9;C=Ҋ+ev-O<+uy$ۯQ6[3e<;Lb9__|/g2lKh܆d?;͝#Vп3%\1~1\eW4o:g B؟C|=3cW\c S7_@/6}P͂9 5'J젊~7-_3WJB`C~ǃ1CWqoP)YeC(烣TVVgߡKÔn\S c86)0aBK6 RKμy K\/OLѣ7.!_%3vڴioheI7r~+.hHUHGr~aʇ/} XQW(LE A rH`,GTw衇X~=xX>џD1#7 K/Un4Oz듁&R!,=𔋰G6pB4H = M)\oLx!/ץkWxG sL$i#Bw>{= >42f؏Yoq~Oʗ<ŤaÆ/qdީS'/I R?_o og?8Xs1wnzoƍS~ E-%;X ZjSN]4 KwY~ 74P.m.Ծ kיzk(Uǁ^n]!Z̙3S% '\dGSqk> LN?3yׯ_t=@_tb}vϨF7\C}>gJEzmԩS*As% Y}~%Q$Jlkzեs}U sۨm#4DA}~ބxOIFS:wZaaY˜ >X׿ZԳb(Q~%K U{\E^T헆"\^PFSA; [ ǟUXSN>d%`)5MzgƿhB'& ~RO m'N̿4ܿDmnI/ D.Vl/zV4b$2ʱ^ LyjKX"T07O_, comf&QzJCK<0{h'D?TrD`&2֘wswʻlp 5گ*+اW3#$5 K "D'Lf⧁MfeqT5\/o~B̕0H¾[ 4aPsΖe׾'T;(𔋰PD}w.;|I;u K~k_{ږ{baV_CR"ƛ?Jr6sao&1^҅Po*s>㪫TO6| jV#2ae!snV6w4{~Vzl>;="`_/5.%\1<#s?b|{;&S`\g+Z0Uo_|o@,ߟE"g o/ʷv[9f,O$3?/4#HNA}?/5z֛oR+IΥbK5}O"6pv&RJUHx<u^^ZĄUTR"D'LN;n& XJ0-`]1FEjd/v"@ϥ BeZjƖBÒ `BHF$'~hD&r!a C-PZ`C':*9Ew4*WH."0eRi@ܣP)8\N#->8;l/Z(: ?+Ctzwk^+Nh_ /jS#NI}j aow~}[cB ɓ1O3ޫhAs#Zg_?*!T>؟xĢ| zO_EPSBzY 2`)YpԦ(#wċ,5X]?IU2(55k)%!'1ykha}zΑg sζsc&^jVW&:S><RSK.@eʆ awKjj_\PP;H,BE^Z,%$:AsEO$<ĹSA[ wΔ $GQaI< !lC'_YE $? `c5t[Q>%i e0?_zEޛʿ5|p,nߜt!Pxo c9(;-+Əaej"谤[~uKN}Mc@OWL b3;ON+P%?(.ExƌF8pԦ(Z&쌫ckBZ,hB@lΡS#[{PdH4.JpԦ@@P &V%j#!"/p-M-[mNzjԁM}DV"]ZG&R|D?xSퟟվFT2`)1~ 2&؍1!8@ؾoCa;G[H'nbAi !:L؁kϊAm|+_iOS-k#_L#H9s嗧\sɾ1D9#[`)ɳ`Ŋ*sp6ؓ fBU1 !:@%JTpcp':]?] PdF04n wAdq1SB?Mj.Y~m`T-ЅҘCte?r^_jO)2zפ.,;CB7PZ 'bmY$rwBM xm(Bߏ Vowmnїo(n9שI;U\%[Jeq7TQyafG~߄X+,,Hr~eߞr =SZQ7( #TMt I.Vp饗f~tshJݗw*]xQxi4El[z̢=5qf6CS{x)JTt5SR2޽zg[oU&S?'x;ykN8NT6u s|4pP.-J_DiA }*g_qTin.=FB R֌LvWJ5 ,mUVam_digPU9/]R&ݼs1gQs{ ?__)MehT_f?=H7ݼ4IM>@IDAT|iٙg,Q*vM"c|?Sx_ d%TR4:2tGS@N}Nik7mw$ *ٸv9c$k+\_}I=JZ'h Xi$׾z~pTH೛x@]Ά|'e*|^ta6>LHA~L4ollot{_W_Hf3ِ!~4>/)4#HF)W'&XWuD}DNXPS`Eؿ~tm+ M}y=wW_ӧ_oj5uʔl=h/z\GBc{4(o+l6-##AtBK-Yg4ǂ$Z} UzJ:,azʩA%s漝.ձSlz킋3zPSPI*R"ip^$54D|DΥk `(F!$\Q%f{#_Q;ѹz?[{/=PZ.:-EDh 3WLƿȝOs=e7NmIn=5)/wq{j$Rwғ ?@ワ,hfƓ'-0 j :jc$)oMkv7粃ӋReIxidH; Ie潓o$1*ƞ{ګƾzb?}N]~#e'7dluͺv2`7|]wg?c:𠃄V@KEJ[U-KRw|Od3ff̘A<.ˮ^YN[ouu ܄)O)?EK& ӻލQ~_wcv5#zD3ػ* Iޑ(ɚuSZ)a$E Z~"^7ޢw3]qRWQ2ˎO=WdyhD,\rᵤxK<- Vmn5O@S[bi4!bh%rO6x =i?‹j3Z{1Z7~ƷGOEj;=Tg:/ _5z׸!- =O)֛gIa[CsTZl8XI*R"\}|@RpOP]N1zQ;7g?rB2+/lϠ(/K|F*(͛nivnGpZ۔jJ*IEJc2*8; ) %у6;U^ze_W40ѾV h~WT@ jd0,2VC=3HӲڈMp>rzi(S[wC=>x%G>p4r;TT@o<;Af2XA3H7~s&CO}OMǽZh9Mه/+F&f>Bz* gIF>ѕ)l: w[9^^]J;sꠍs\7h V[)j|%&HYy<┮~:3 ƃV2^иtIb9.иt P+2DͿ?VʪT^tcd+ R.V"C/OR߹}O?5ΦӃx77cp:a)3~sZ7b[haկ~59]z@L1M<10JK0@3To:LUa4sƻWؠQ C5q`$ŁeWAVàlo7\v4N%ii昔6yӖþ}$s*؅#܋`cK; )N;h~` Z˯pDž@^k)~tJpR*Z j_8Ih׫3ҍɬV<#Hf2XA3H7GA8<#Hf24s̱Gv 80JK^q \z* ) %j01ƥfo>k<#Hf2XA3HC Z\^Fpp`Bޣɹ jTa4.@03i䈑~_x'翦{],JKиt P+-4$1}2#Z@Ԣ0/Mo-~>R^B6̱ƥf\iy 0`@ O9{7kGT7p00J-Vh\:؁`IF*SOi 1,LFPM%h\:؁`Iq`(V+b=` uZ/$ŁWZZ9&иt̤$L|njTa4.@080JK0Z.v \z* ) %j01H3< vK}Їur-_~NW%K+[mE ?O5^ߎfww?_g%T:dHY+#4{۟3cq1o3h\:؁` 1#3pY5 ;;j[k?wJ\3 4LwcW, zY{&7HC |i&xN҇)Ct5fs1Ζ؇F6&}?7}BK}{25E@T ;^Bgypc>{lІn!M?r860yz'Q2[-(B/ 9ONBX{iER++ٙ1cFޱS'&SҲ4o֜2Z=TWj+oy'9(Dk_u9UU_rAm1j |7L5,w&iroذ5ݢ0iғ9}y-JYhT$0,UrPQ9}!#@G=ѨѾ./'m=t:n2E\<̙3CPBBˢ}%v0c)o4hR.w0߉$0hrPQl=}^c8$x0sq!JŐϫ2C[*B TØc}we$}m]-nԿRal-@UL*w:{ v0S`SrNR%hK'O,}`0^KÄk_? 'ҒNE%^hC +3_ )B"(\Qm@TFC.Ke8uaAhnТ%LDԾ3WRZ|4#HMA>8wj1XJk@EYmA庸s?Mǥ Brȡkb˵{9@E%o;IrR!bez%0*,?},/wyNNx0,H9(DyioC>/; i79M,/C7:/S6[_-f>{vPzͤId9]C -?|r|Mۣsy,as25>=`l$`U,4]ۂOQGfߛ4~5~w4xWLUj[?{ԫOds5O<$.?qw'xh<5/ cЭ18TI6r@j-yGj ?lr{lU,@bߖu4 n ϿN:v)\-~eRF`o6_XUj[a 2 M+,Rox!>(БPuFҏeYQM/bbIX{☧OA,Hn[߿ӏF%oqMOC(k, U#m?OB^k׮gs&!adeC3&"~EWi)hjn,dm-#*箻f<AXE ?@C8@kg,7mڴD8 1$b:-~@vLJ}i3◝5\6`YN_3j mA^d,(hiUTo`@gGA O3CTK! 9*8~F2` yNӍc3@P0-%})S*_.3Oq|1%P3]'ʌ [ƚ: \7w3 (0  ܕ(8:ןWɌ `@TȌ AFg[n&dZmz*8bAY+|pNR>AS !b@gK㗁O'(!޽ -/sd!It<_$3gSU%C HK0pO>a} -" d}AJ 7!@^H82veDdYO 1!Dہ_K!w;"-H /!-)3۞/3PH^be8k[ǟsσllBy R}/0n ;~c?7jBgbC=$Hb*pVowxv <3<0-_"nI*?Ã|m- R?2i|>y%\}) !/B?[@36A>t&eA!SZPl SA}8Ob:'y[@}咰/A%UQp/G[u+*GK./ Pm7`b+ÌxG2 Ou?[.vXy.guTƜ>$4KGcSdm4 /6.[j̧2O!o` ; ()-I.k׿S1+7ŭ\C_ou%m-fZB-Kd#5*}_Yf8x9/z[ul-OkG_|d& vy]R_4hז'?4ݯt|_c<SGڄGX+GTm]fRab3x6A|03BoA4#4Ѫe}#]ca\ ڙdrAWQ{37MvYo_Xޙ~sy!%o}G;6>K_7:~ݸ,+°@%mV 3 ?U-ڊHf?!e5w^.`W`hRnWj,F3]Qr Q˙2@ iuוA\a#'?B%7?)߫\2LKf=v. ն@|tjRthg }3/8oӓl?1SORKia~gx<(N}m[xc9Kw7]%:TC3<}//ق%EdZ`em)joA j?}t 89CpVWٓ`27o{_Mg>ҳXJqK& V1R5s<4w <ŗ'>nZ[ (N;q#]h o=V^ιg楒 @Z\S ZjPզb%{5>Ha~)K#g)ysѮK>0ɥCi4 ]u)^Pdfr Nj3~^LY"e ':Bn4 b9jM/ᔘ+AL>=VaV*[wjzQDjҔy8WcVW>_4?h~du|VWFi !Sfş-;WަOHB_blٗ+3͌:԰H_K;2<Doi }bה9[e3e˴dJ<Q93j"7tų +?LoaÇ?<'OϛT9QƛW OIK +h{QrTf X 7Lgbwj͔UO(ⷿmXNB?!Gp=2dH-f"r|:$cd}y[uDT&|LdpĚGVE>~`6on )3\I ;6Kz;Y0++BftƏ|lB̕3eT 9>֙gy}Lem\2KFu"MgYpQ&+45ȴ7K3*A ~y8*ο,<&ލ7jKU4p,~;~dјx#ןOt˔%4_|oT2:CFv}6t[Gm;uЙROϲAm1x衇jSMT^H Sv2%3 aii7P.;ﰽ334@NNo&gHfo@ꆈ5~Lr}w4~hj? ܾ<=:b}>}4nRybK$[--D-p %IJ.Y꼰P@tZF̨aN~IP UHeo/?>߯3S3Z/0A &i[cR1rziY}_ktlǾ{n"[0|W~oЎ_k0b<<_vql˯߶Шq[)jDwe1*h}6 !rx?Ln*0 ?#o|&{ɧ$1Gn z/ܞ ATP7z,7exGRq4g!%J +>"9 5~|.L>SNvl=õhò 5 QUO'yV't&[n{zQ-fM9ȑ[*'abnwi=tlw}2+:6b@G)St*r!lw=kCW%{Z#'@칈Jy=T 8fL# ˯KE7j(O'yBa4`/| jER%)A+\!'4]KDOA8}iM妜z/`iPWM9X^/A9s+jbAB[zV,;B\R NB- , M[{8#:Q 3aZy:h-ΐ4z䀌a^a0 t|_̇R^"FVN/i"v%m/xJ K!!KZKTYE3h"XYKȑ‰2AsĈ ? q 0xKR>CR?K8;voݶ򛵥G\A'yr\~F7_gxŕV7bY.+j(IVZ#'8O7Gv v/,#"%&+>(r C+_.%bHaoYFY+i #&y޴ tےϺ*3Xc #D#SdzP.%򩐇i߫)9V Q3If NHɱ뗆>^:% X&^| ~!5jT ׷v=W-PDpOpL< o8?=׿Xg"Y'\{=۔WTثp?|S[ބO"mF9ɓ:Z쳬򩠇5yl/YE{)r3> s^|/^sZɱ2#385,j GqJ"{ehGøg0m&z?q~7 $Ơ 6=,Nk=܌vRkt1^}5/5.ݔG|([.r5ona 1yqW( G`OpBJ 9Zz[sy4 UGy)ݗ7kL#FD+Uޖы{ةgH{ciX^:b^UAkQce|?`@s UC5o;WzH{},LwOz)ee|\xՈM9{*rы{ة `cytNf j,%bHY Mp [}Ρ {{.rym HyRIIL(, h N}gP~0`gV[mM|ll;*Fh~Z aZbJ)w&+MG)|aSePV=DPQr<2b3|Fgфb9|m?Ф%GR=/Sy - FP2Dc~ʵRKD)潨=~^9=CEe]NlLA̟Qޕb__@}}ĶH!/"Ea .]tɻW,'ey|@[p/n=PFHDY2-0?Sӂ5oR(-Gʘw#nLu`pnpP*=eu\#õF߫ko{Z_:iсM۟6 E…pJ^Fm9vq}{EҴ_;u 豪wYtYc}Y HMj dPT48#([kH:<8`JX9#є~r~>W_%XBch `< 4o~3 !]gHlݢL{ 2(T-o5c.`E:MKE]GClJ?AqQB5{_ePAe" ԡԊi8^dmn1%=r"(wiٟH_Q;i^yeUC%uJ#CpԡTd?F95V_Cj=WH^l|aVc'aTh}58QAFK[e:vT"R( !ԡԚxr>9< g0ep;fu(6żD%ͥ>/}I MO1upPh|vӲGChu]~_Mz #Szi6沺D@"jCug(Z}Ѳ/gH=JLj=DiT"2\Y7E*7s|NyR̋U?Ϳ?ߑ3={|>)%Zb:ڃ fnD0lDJPg|Rl;HqT})Ǐ#'^71]jtE$sΕvsK~NE{|S+#м}c5 >=ȿi;4_ ej!Hg('ż\y~_Pʤ/[jikL~ ǭE-z|B~` (V3Phyuu.ƚauXB:MK}4> o/|=XTR HW}J5%kHK W|TksS2o&E9iF  "O*~@?Ygxߞu>S<{3_w}|v?*=ۮoWrƍ#-_ͯ44b j1V %'&i)s^7qŪ5lTĪIK" () u!! ALO%MZw58nv$xf ^D^:lk >%&Zi?3i44… E~AK/$x>ڨBpkKxgJC$義eQ<5g޵󬙝h9)9/N8!9sL"pᷖ!"3 VYoB;p J6&(`C 9<íꫯ84neL&Ȧ5@L̙5ʮ4#PZ*FʳxC%u٩)yZKqoMjBgoRx1~/.Be灰p[OA2Jc@IDATUS[8`2"@2&\Tsα[jJ`6+A\\KR۷dyr:R2tփa)|Z{ˠE֔TĪ/ y|:h+lx@-Zl¾6-Kil7U`0NqP3~d"~$(P藖, U^6i}=yKly(6EհaD5r87|c䛻naĨ#{yr\R)GqaljPg%A"~>U#ZPLށf?A: /:ZYIwmɲ_3_\rNe׀FTl_|Eʛ{7*-MKm}mg fįŌہKIK;400b~DŖlE2p-DҚ_Ho~H41SmoR+<ϐm}Ӌ&AWkol^YH~yREa-fmLe_Zd{ˠERI)N3_Yj5[{Rӓy ӯgp*" //h([掿U*I)Xl\B3 yrM?eTD_Ņ"~'ʋqנY")+̤ Z"DJEcdF=~iiai^>?+riɣAh<@N>~xSDCle?i/[1s!'J>+T{o_fGmgx(ސx≑ {`-͜Rx#}Vbt ֝˓n q2F(aP Rp9',gI?XA^W!c7xc6y"?p-T:B[x2_"߆pxPoIJJ%%K#>~tvHF@\A}vgFH ;⥝\(|>f"{ 2""~"~0 T{ȦyˠEΔF(Dwc0SNh=Fs Xu \K7y΄.F(r E2po(RktCqLIE ش{D8g;(QDT{-k&K5jSc["*`IFcEPlV?egv~^v{{we5L޽|nϞԧc;ӆEYNĶR`O%1;O4C{.vu{v8q<,Li,#X-Lcvo(B+//|L?Fl.BDuLyh\*Xя`'ڎl٠Asd- ?쇣 bI}&w%;:l!/ h2h޽7wmᛁ|#@ mˢzqnq"{az Z%' dI3g#+',x0ˍk V s ;o{ ͧ?g' AV38g@~J &Vȓ%ОU Ŵu, j9Yui!-} B柯?m~kɥduߎ&(m1u |-Aa\hA\LFʨ&i& ;Т?]R 3X Mj,achZ$ 2K'R)D5$›I(kR̙ؕŋ&[EACƒTԣ q ō`  7;0v r?<) ߘ1c&Fd%*g~*,ΑLH®3k1Cfƫώmyt00So&< $F ס&{Y#ޢnT5תOFo-,-_Ya}.PXD9G>ABxt,أYyԑd.7v-#Eի= *n~@`Όz7j%0 ^}uBd_pEIWL_D -v$K2A0g/E45h!֡~+PR\~g(׏/mpYx<c2sP7~u&WD11J ڜ}kfC-|Rp[?-nL }~ዿ۴:d?lY)#?09>{ϒFANK~ctR9B y\lA{6AA.z!X]!U_cZ!`W?n~\"Gz#ABqX =套:&+ƌ|4G9P+Ys R&_ qK,E 9Y?m 󟷆&:vf6B c "+aGz1bp) `ld.X0?y:s}y5.'/؎|u={>`s}}x"_zo'-4mى=G鵟>mX &v+]1Gj;G缟#a+^2$g&`DΣ3_`S?\~àh^?eQxхY`Eك>|gj C(o{)2e,SgjLc^eV~nI >_vY6!mB Z?$(t#ﯔ^>sX[ᱺ EYgDYTUQ?HV1\4%\Dp8LgHP0~OQi0l{K ~.0y"w4l{_MqyS?a^g E&۠Vvտ m,>q\W<e4]a9 ށD: GHxU[7baΑLHo^^{-{g}s3?׿?nL$.:9k' \Fz~]n8_< $$HR}yl*lWJ&Trȓi P (i&+&NbA A?E\Eg=6Q?S543I:T| Ro΋V4HҦ^%D3bZXD:ox^EŠ2ݵ} 2u;635f"QP"fvD^ ?t}a)R\k&h/}[c)+I6~3>hy\(D3a 2 +m?VqDx]p,LG \gcKNUvm_?{f%Ԥx~i>V1r翮?+~Ew ~4]wٙcfwquBw2?&q~OfҢ8|֫ly睗v?w~GvE*4Hb\ѡWr:OK&~',Wu;U"?rHwlM!N߉c(|8o1՝v^b=6>? kGA?C77hCwdubk RWAFYuuo+Jr0ԣlj&q{>f05Q>6眬\}E?^ :w=hPQ9p*Dž`G#>76a+КlCA{x%\.mhS9J/IJ%d3 R\S>J#̶{XMq;c;և"-wRjo:Ï|3{LIDi[p_oB[Ii\R1OXD`pcCLĤP.g[^R3/Os뭷`.q} o|;\モ )(rˋ~dd=y4.ōA?RƂCamLxQ6" lYEE`;Y~Wy_|="K, $:A )rzg.۫-%+o_SF%D y]QMŭa 7CKWL,Aq>1Smc]֣DJPY"<`Q &qܾډ[‰ZR?i[wqVoWL )z4.4bi)uݾv p\ )̓|4L Ĝx2!3$o &>/Zi'S2[L2ۭ#>BgolsTpU6^g2d$[gCJ0A` [s|>D4 9_m67zb?hd/S]w]=\(|ӃV/|b@X]c2$lwpfeȟx+P3N?)r&'J ]U$/+K0R4MNXbϿ𼶿Ml|)rWh+CJz~+o;t{ ko]&U -L Я6L`+Xm6o} 'AL̹LφS*@0A`E>wmGI~=&GQ] "4*AeJb?5L&@Ѿ;QA/%j'+o KTymNji0×R߱ϗD@,`"7 &XL~Wӟ,+naWVC Ej >xlܸqZ㑷z#zABTcN;ap9Hw1@ƙgj[8 VTWիW,(7=cp`1{nzq S8 cWwxbڊ&H_7ъg:r)z-lM6ވJ?Ю?真x0ϖW\94%ܿ»hBF9ޓAL̙/_~AHw`иp얷 ӯ7_y I850xo6S2 2啷w]m_NP?&6  )'g|yM|A5&OB'P)-V4ƳɉRB(l\N ޚ1q;5ohƪBrm_ːW!%@ʎNSqbbNNG|u_k-x BLPND) TC&h"YD&Q^x/cE&h^e7+}2(]G^iH9O>&c",[e~@+"fNz?ػ3UMtP9)+jf Y LlMbrRCiz}}?YT~{P /F3_~[2v@T_w-N{x‰D%iv9-D(R Z1e~2ErG+Q%FRZbJ* *Na^1hpFlw`ϖgl;wqW\ռh!t QjJNk [5Y&VCT9A0B8Lm?}&7o _g(#fٕ'p"UU}p"=޿p{~{" s=Yr3R~-Ogn5̕"=J/Rfm?wY{?'=ꔸp+Ĉ?N饗<y%F1<' ! R"kڭa Y} x8\  ^!-RFDɎ;8$UP5[vk ~"H[^KprQޅa~Hic.nDqRKU7g>r*L3ۙY1/੥i!zj/r`Dby xG}bX CsBV )!@[s[<AA夰G hh^1 "7!% zC<4-DcP@"EöAiLkjT;D ?nnqk`0hDhʔҴ=Aʷ1Dl/K*aBl-و/UR"<`EYϞC'?V{A-;Z]J9%qa Jd $Rl '>XD(@$ָZ؞Il4y~_H0;kB.M 1v\kDe`hjNa~Q;mtŠ ǘ/P I ~X=E4F)Xuj$IE?к>!rHɂ_O6-D p"+bk,v?1d2eELy~P ` A 3V_xDQ(ы(AUgx5I*^a &9 ).pR1cNl0AX bd *hk}/Bp9x|džlc[m~O?˗(Bp`?y3+ ªP?ⲁi;L1.]2sVKAgF?IBAPk=V5B[Pr|G@IG+נ(]cO ymvIu헶k5沆P\&ei2BY*rSSN Z2FGspy~+xʼn bBAr7}O?;:<ى d~ChD~(m(,i|8\8rϚ5KAD; +T;]bqd"S YS 9 RJfġ쿴"H`faU(HgZ24V\xT7"ͩ_^O(ӏUsdmcG?;|pų.~PNA+HQ(h`c?C+`{:$v\Kl+\h`;<]ZŪa)cl%ম2Y^!~TBgoؕGL >r@AF +.swѴ?O>I~a~ V!9(ON#$9"L3!LL)e?XF6;+DGqY؊boe),*Bj?rZ2T,%XA.>w7ңJZ֪xlLdQV^8rhvuW]ed梌&@CX$~ _QFA\v SNu~=[h9^G^<:-˄ESQ9dTЯE"_3s98У:v6+>D,V}|ʴ0+BPKJ,4VcǙ i#N8"ҵkvWf8S9,_<;]^zkddO%HDI0aP_`K_BI$s̅D#)`YV^.x.l8iHa ̋TNi"0v'a)$H jW y!6mq0=M?WGAf~5o}[Ol{>G٫̧z &I > c9֨k/aFe>+!Cܹs_D.G b)Rd@ߎ3EEmEJPXik_7_V)b90D#R<#QX0LJAn̚9K |\| 9Vţ e<&i6 '귵 ʼn /=d- WXl&ʋٙaTb"{k,6NGyQt)jaWV(8^ uSNl3bZWU(l22X4DEqrSy*au{|Qyrb֏"&okq̡?ga[ Y5ypuȩ/OlA?'`6DlIش?&BE: D' ၫmv7 qx~#FdZ[ui+AV#Ø;V9xl-aokt^r)+D١TUЯLy!6m񜶰"l31"̯壼(A,E 0F}7nFjesĜb`w!n+ds$:۴K#&L +ob^hF?J?~4R m|YMشǏ!Wj&B* %G^M[\cDDنMO)HI7>̰j,3Q8]4.{OˎfoUD .zs1A[n>DV ?lD Tc? iG%|F6`j ~㿖#U菊X~-?Lv$"J42mm߳F?~K 5̏g"K[X'kr覛nW|xj_ [?'4@)S5e[TsƟJXl/X ߿3Xq{)|<䳽hnY7p=;vF| 3h+I$+8Y'é};YfO[~5i f;yhr^G+@>Yu~w=w,$׋e(,Z)?^ci -j ? y߽zBz$ g=#?-'Tq?KN'p&q)*e c?0x*i:~z!C"q'x2d$A^xq%ݛ~k)=RNԥ>O6J /z^~Yg %g_ ¼ - Huu0`i؊{onՄg8Apb17?Mjm6یȶvD^,3f1f[pfBl0olΫw5˕lxGx 3 f&QT&.]aRse7HۮpOea/+r{G~8:uYWmCW ,gҤŲTwv3#;K;֭kooh?Dw)[w]'G?DEנLAg'"E8T1ryXЏΥtM0˰M&/lԯ^ f eE?:w}ur\~X#%Ϲ%t={f;l}:[g߃ |6CpјR씾:;<&aj8fBϙ cmg9pIUp2|@C†5DcHHpn%}66F0Ɇmx2^ e5O#> ?y?x_­2dބk]^qFE {T-p$Fvqܞ׆Ņ;n_\-m߲aZZ?K c[ fBwwF5gRE8RJc@Crb=lB_l76b؟nPϩF[ шֿܚu*Ա ؗ ?xHHרc\7 ⩲~*,RQHd#[ IG[ I>A<o"EHO+Ɵe#Gj=[P~de y%əDPTx hHRL3e;#x Ex=pC㛴yUWCy|$ԑ#:is42،~5NV|!4Ti.<{z=𺴃GQ\H,*I$c@Crb=̶Kćd* $ {Ox^wxgc /u6J!Co>86YaԺ㘞#€ ?>v1` @}w*J1͞M6%G}xX 1ƁϪmM;e̘h-c[mk}ǎy~ILP,J6Q\qB3~>M64A_h&ַoʗ|t77~lȬ\yE{o:,װ~%K,4JxM*P#@P4d2VkQE _|džT`9\6b !6`;wh{SPBJP1V?=?^VIy,b-j_+ɂ +[4D2.J1f$p_)7 5~e1!>nu7xMl#^GI"˒_WFG:fCvI[5\c.ɂ T\r%lj_KB`Iu7&W={~kD{BJ [Qli*^#Tѭq"ĉ#YP)2?[_j~:6$o?]h؞,Q"0[R}MR8|I>Iз4EtW3\޼iLPFxlM`~Է[~"{Z|HKjjXԠVg,7P%X~})#@PFB_|:bTqu,F^$5$ߕ?RV+'2ҹVcv ⃉x=Jg#J)oHR]Dٖ#_W1=3A>(o V{Gi\cˈiH"HI&>j1#ArTN omZaJ \/ij @ $Omqkq饗齴m?ó?Ús6,>}@DU"վ`Λo0 z*P3*?~]֖1ֿA~E] 2AV7 @Y}^:QGX 4,ix)G:c/1|qIc` ɂ /}[iXR4]K" @ 4RWjj_l·HK#7bIE/@\By4m jG4]?@>];#@PF%5C;B_ISt2!PEx&( M_8ځԥ_W~\5CMaKK) +ɀr}߾3\uoWɂ aPf7~aL*w+'Bа䏍a"#|'V ڥs\9L O`~ZE+ǿG&o,@Sؒʮ?-UY0)?ӧZO@#YP~ }g}HjU+0RTᵤjnDzHTajc]?Zʔ߸eh㙠PKj7e `AQ"P-Q|AWH($כ104o3 *@^Sf-׿V{G}dX5M_04*E-SˑK w)4>n8XY4aeF 4J8K\ukz 4|!|V!ꗚr.WGઌpɔ0<(N8>v:pؾ%.3&oz@t (M0( YR=}S3P[@!+H^SM+EbJ8볹L `_z/tYy|b1bDnijd T/df 'tE!{N@IDAT_gHf(k7NYH J.:2A03﷗\ q_á\k[՘/kn~ &0䗜wM\vad(ʥ [zCI,rϖ}˽ q;hQy~@9h DMy|̙9眓nPg:ORg~2W/I(M0e'*\H6˔<(M0X<{c.u-I bsߣ&؎/i^ 26K)<S 7ܐ~Rq =~tkNsvl!i {cx.$s*hJ}:6T-VEf/+N󃙥,tZ8V/rK}TBj?z 9h:|L (q)@ ~"XI?H?O?Wh~* 5|F`-M'x"7ymma{gg~f6=(a=A`E'B<,K`SN7kqeC?,m]_sgX^*@7µav1;2((rs-BLmm D pns>C:S>|>f'C?nnDyJd-E@9h! -j%&x?>t{k-Yhr**le&ؾ?8g瞛M:UD@ r*2g]?bJ-d9m( IT7V-mnJ'yxbF% \/@&PNn+),`퇔ӯw^> ɜ 4$҉ !!?bv_uUFؘ8 Fz (M0(1j&7,n F 4'zbNܶVb85/@ܥ3;+lNT y 4eʔ)TVrqYow|ǯh. L& 4a L@9h pgsb \rd#n}1Ătm6h +V*⸲V[4l/a"夢qa"yPN`8}$e"4hp,)_Et!@%GqaKR |+VȤK!ozC4}#bH@dʩ@L J-q;$l@HS&JYn>S}aJ'u^p_]rB·Uop\݉ 5d^)Qb5r*Ю Ϛqu<Xz 4@9h D~N K `)>&*{22IrK0m#߁:Mi毿ё.!֖Y 'ƈ)E@HSUqBN_v0iΑ%%QGa,L-(- .P= =( >u׻ ŋ9XY\Juցs,aU܎G)Ee˖ɓ_roԹfO>PŖ:o[QGnON=Tt ˯Lu3fz`x/3)?e}͝3uc\\]]޽<`ݺ}RjwJA,lB_o7 w_ L t7t3DؓH#sdzğlVҎl_s3;X}} ;!C8Ѓx;z_tk)g8zᚐ$ q,<񷺭?\X\;k`6V^`e)h5䒋~p:5Cw\zanv _fޮtϪ:?)4Ԁ7/]MU/wK/vK.q]vs0Jn^zs8.e`/Z uy&;.];3ɭD=@G0͚9ӽ7o 4h37t0^\[\x%SZ/RՄzNdzҿ`׺=)":tp˖,q\C"UH2{$bLB_}og}-^mf  {q.!R--s~ v{bG|Mpc m5Z` 1_1"r-k㷉~D}' a~bkvCpnHXHk?t_!sMD6\ UÇ&Nt)B]E@X5-w^Jdy5s{rlc>l ,]|k/zNz?|")8yh/?;J̞}Y7wxf uvϿ!X-aPF4EYƕ ~/!J}dh h1yS:G(aLi`IO/?iґI<eUMALQ AVD.G eADsY:E^j ʖ?y.B ^mA3j!ӯW2q%)vWaҋR\ YQ? =dǻ} p+s il@V#@2$Eb"r4UvaSZXQ l)DqX.O\[.8ȌT>a"m u @VoV4h/c7b[ɑ+0Rl<$ELm`\駞r_qG,`E;o?( K "-%"gC@ ґqI:G(aLi`Y> ^}G>@6~W"Q\RJh {ϗ:R\`Ebz4J!bJR+8XUzʯ|@w=2myn1~$2A6~+I/M&'Mt{eBrgV=XdU8THSA?;֝s6Lmy3LZpX&@">>L0iE^|T^2mAZQ @[Ad"H015XȹYY0",pv\I5#(p1C(yc%/NL/+H_o1 cww< C#_okfW?6q衇 QwA7Hsp\vXvÉ!uͭ?l ѵ8ƿ/ce"&(mKႥet `~ lm~aߧ/]:m{H:so{^!ð:~V:Z ̠ >OJN~:+aIR9V`o>}.( |ia0VǨMAAh%\BIc;e˖;w⺊cxwX90oM6xDF̩.& SK+s/{O> :^X,(`E\]~$+1\hC̡HiDBsĐS wq5釫.=PB$Uϔ@l]j*(*/ʖ@[y?WQG9: ώ@/IrC~w8 :^hVG_GaF/x @M~?i>a"l >dĐhG炽ܕ4O+U߮[HU)\r p &y =>$[12f&5$?@4]'?+?^J3%)0 Hբ{ꩧN;DM=CG|?SUW=GVSry"HG 2n <Vѭad)W+I l-aE`""q1a|"Pry\\I ly5KF9oW`3g', I T߿u0IZ5Ly9(oxҐG ݐLy :V"|o~-+6 *#+b6\ Vo ,݌5qHxvyXS&4}%1R1 x~ŤC4BUʖ_!69'c"bRj!y}rWSN=[e^q2&R*&տw|_ֿG#tHR_[@I5+sQ*&U]‹[oFGN.'c"bRUGJT>z!y+ǿ9WgIh6PVw@pkvrX7\Qt/&A ?a[RkPXY䯰"am Z:?+4Wcu[#mb{ϝwg }CVs񢼒^QVmNqd6V:Kp>~W»SfJNkg5YӚyUOx$dLTLAd"W`"=:urQg7ǰA Em7lִ"[Ì9j4q"<'>W3_WR18#9Jy\Cw-ZAʷiij/"%G]Ê /A`" _dTP6J!PmVuEZش}E$K9 gù' XlA񤟻qSCj_j|k0HٓO=ΩIܣ}9s{ycsc* t=[,Y,-}s֛؋uyv0瘣q7&F9p^ ?n bv?7'|Qt2 ^/jAr_XHiRϞ3۽DK:7dn6Y!?`7gcmG"Z`/(m⾌%y|u19y%6SgSO!ϝ;=os|Kh[nqG@K<<ۋCdI+GWV[{Y3gхڵ+MZ{wHHTj{ȣ>[:wvmw\Nr=VOIw 6t[+g݂ \;xl֡nϓM[\}vS6l~ƭa&0{(+!5PPq'$`["Jb+XfEjyLZױCG7rH̴ي7 UksIv{ֽ`>E{P\ڀ"-/.PX44$a!q3TN=c(X)& %W3RV;hJn088딜}{QO$^yS!w7ofxч.:m:D)ƄaꮿF׭[_oVǸ?^DaK!(>l`{A`GvAj`"?xkmӦ !e5'D_@}'蕯%?;ܕݗĨ8HJFÕO-(H?(rY߇|~U3{TY3vjtnzwG9/Wb\SiHk >LR {i駟?=ߧ@@N8s9UTu_i V2]Z䥗 M09j\7l3*jLDMpXE8q_S$)XѤ-M'@8peEPH$:o7x=$k5W_?xɒ"wgkDq=׍_vs57p3z'N!mǺs=nvs;]Vu^gfkor%/?3?@럮x'g[O~կy pxM~ai}ulT%r_-KjjF==4!X~k_;Vn//$(N?%?,[kwtY}-veWNgj *ZJGqғ6/Q[?l S PsHUbȡyQKDs12 G au`[g*dz)*DdLqH@u$(><\!3 qlt@lL؄RJbn( 20Z QIL-Θ1 ش U1Ex6XY@<d n[z?RڊP%"c?.Ias <~]@lL؄RJbn( 20Z QILqэ0Bf`FK!<* +d6aT 0Y7d[!ĆCc[YިC4eL4-^mn 6t_տ[){w0Bf`FK!<* #׵K[͖q`\Յd:@hQG~:êktW7ĥpozMϿ%= 6&mvIo[p޻#TL*I(@OSS I CY[la4RӖm'jQdMI@e&hj-%?%|_!].ECeʙIOhۉZ4=?@-)IG[EI=q eʙڟm;Q�G10Eq3 @Wg<=^ګv||p/v}랻\7L_<M?o&<ݻ߹ʶUZx;ܸq\/Kw)'e _S>5 ۧ ~9x&PL\W$: }*&jXq <0 @SSm_%OP )a(N/@&L/Dc#S")O '?I/ԁSW"1) PtOOϪp~Ǝc }`BŜ9uotַ Gwݻuo~lG>}ܻs$:vpV7)B0݅tC;&i>HSB:RF%Kah)20IyJH(VAS!F ٿJ E jR1JF\s єaB<~ZVJMz")L͟5M6!#տT.M!?S1Ys T`;$@]H6p<)&4x'?PRM!?3HOb*煳? RTR_h' q!)̓?k.!2lBCGjA]HOBp =M߾n现}:uDƌq]{ | L3^"=0~ohj@ۿF#Obk߾=

fma~jl+o4B[-Utu7 egJZ3/O/r?(o?I8ɟK '}[xqB=~$qR=DAv7ZdET1w^.Spkmo1X៵fKy<ǿyc=r(Jf")MlUBd* co oO@IDAT̍5֨T`A֎9%Hq7z@"=D~j KɂC11{̝h 3sOU J$8!uT^:L]%QȪsJ,>>N+?%Iɝ"j? cv 3R2ͪӟ{\wQ xシ~з>$ V=M5- JºT:pc pCSP M660` R͓B2ƻv BPHB#DvKAjVנ[__c+81=TQ1BºT:pJ1O1-RS.Y{FJQvKA9?o]1:޳5 RCW~[?V> 7\\,(E֥ҁݩu[ьPdaUz(6nGƸd3*r ^ R[d6cO~S?ºT:pGH8nlP)#Q{ya!\6` )F(Kx_w̧a^("X &KJ-=T VW2?MLfjN3n ;/ |T뷇)5 2 RjuWV״r}5k1u^E֥ҁ> *{K^/iBaºT:p|&Yo NxUI]qp‰ς#a]*8P}aˉ*F(K񞑭AY4aG5B"ۿav}o]v 8|1uy7|7Xi[.p;i~; 8tug4%e}(g"}j?/Vg(qQX[>*G:?[bvxM1N/jŨ(?PWűe-Fh:Yז~37ĺRy~37=rA~ǿo}[s5U/x_'ޒ_ommm?2<6{Bu{zŗoq[Y̵Nu.(3^lNE/\鋫>?^ט:W[)9?X~DT(}q32hWOI-ݠ_j r jG'9/:'۪.0՗s[<{ǿ]ȧ/gmZaEbPzlnxћn'FT7ϝA|V'<[0(?b͎'U\Y+~sΉϿIߪ!2+d~tϲ >(,]NJN̏UGUWq ۟Gѷ8OH9zyvm鏦;S܇Ղ?SZԃ __pk<3u\C鋫\a/xNnG{q;o2 /hY+}qG?(Q{e-(#*~ϸ׶o՘s8>-=$ ?P-}qժGU`kOЫ"dѢ@NZ\tί﷨r崖+C&H˴CzUT%g,M`/7W7r[gБ+ߵZw}"-}//~G~גά^oY g]]#̿>ZnQ{ m~իWo;ڿ! {wsi"AV˿#vKaĿRUk;l~,Gk[[w&p>T%l&hZ/6?B[rIn4nkb7uk2Kmp{k MxM0sWH핼dw}l{e[Z^=VW{J_z+^'?z/YKHcc[5>Z\[]^(x;V;cǿozӅK_V/xM T$UC~KD LWۙ;g;k/]} ^n/S~/jMbLL~9_uv_)c].cFq5s{ %2-3 (sHdZ{|˿ԿmDowgU&a֍ì/jFȎ~)j_W>;dh*9}؍S1Yl[<r5CV0g?ջ~r]zU_O7 KKׯ02oۤv,ч"f~t޴}kkR ,?Ϯ~?Q]h?W/ŷ?o-oi?+4v%nV?W~VFZ}wnwkMh5E?3E7xk {-/q\|7h!ʛX0!v~6{pLp#_ύ<ȣ &ǀ6iz%n3}{&_WI3}o͌mpv+M*ªB 6Ů4'[9ClFq'Fx[W]iRW--Tϛ&5E#ݓ8j {o޺5IsXf?W0mPؕ&uZk79Yq}R*ōYE暇/_wv6=jspVǨYNfI/E,:)vu\u؉mPؕ&uՁڱ_mL Ů45Lrxۓ]|%o P/@w/j?'( Wɑcug>%~.|uO}b;Y a&bF-XXZXf>Z*%!A <k2v˹͆cK 2:{\߇]J#X,32Ǐ߼%"Vxp,Ѓ|q)1#X,3 u30qS\ǻǟ?b[^Bǹf4P3oR?H8R\cΠNR{|$[{Y;]SZ?atq czӦӵxWsOzYA7@ȦR1V&psHAF5O׍X6 ,OڟMk8ɹVmTk͕_@bYf~jie8b2t泟~K_ ?N6گ 3C?{i` /vuk~zLo_|%r.,G_+9/耓H'Jxt(gge36_,tMv'9N*};8f;TFV1O l0:<'|Ah@5ö!/:$yDRNhVu-?C1M|8)1flZU7XzY[ 4˂8`]ےzM"_m\GW8CiL좬8,1ŹO}D2Ⴒ>CS !ךּ#; [9(N1SǿJr qCXP?c I??V YyF [5E秚1hz\_>çc<ΏcgǺv@{y *O "3?8co_E鸶\fM_tˋb_J|tˉ _V1JWYCC Q+b*~~XyKm_u"w|wFKRZf+thFkOa]OIx:J2#lleKk^[ 1uS?5&!,qjؘ&;4w:iםŋ$u&!T;lKw#KmԚto3?mE mb\RinV-| p//$I-9brdNImKDAX%sklԨԆ4C~26u_ѶtrCX/(ardpת{6 a?i`9ncErdNU- LYLΙRy5ĘW[/nj| y!J`<<0d<'Ӥ$5|if`&3-ɺ;ƫU}X6 .{asMZQN=PmTԂq d[mc&bgfKjlj[rP7Sc]N4ةQ5 a.>L!X3Ys2qfe[Coɘ/ɘiMBa򣎃cNWj0c䯶<=repČ,ackչ#rF嵌s 6S\=Ϟ?RՎƺ,DFդ6I篹Cm$Z4%3O6 wχXck"`ǿ֋}h, F*f_=ɣyc.J/"G 0(Lit+ے_<: <85Hk6XPQ獡}ҵl Eɂ 0vnyjshcP8sgz'Q7[:PZ_e; _pط0^eۭm[ܨ{Gv쿾 #u:у{Hq*rmڵ|To4zѵ޲lˇz~ ?,:c֣`Ղ<y=i0iXm̯vXWdSv0(L=$FK_?E4Π/"h{{ʺ6""NLsliPa)صެl)y> dϞ1#?| Qltn۪֎te$96 kf׶rcΟNhB Hko߀5}V}N<YЙmt' >__E~oAQ]œ4Glxw?89ߓ_p(yr۱}4Pkw8qG1Z[AvQGkPt܎4?l$=eaZ"TMp_c,78FOǓv/x\[IA{ٱ}PGћ2G)Gi~+yr۱}4PGћG)Gi~+yr۱}4PGћG)Gi~+yr۱}4Pw]Nd!?c7w~r^zedn>[6}&Rq;(zW(ch>͏7}% Rq;(zW(ch>͏7}% Rq;(zW(ch>͏7}% Rq;(zW(ch>͏7}% Rq;(zW(ch>͏7}% Rq;(zoo?Omx~^zeK Dۯ1 Œ i1ۯ|+_WؿW Kg~gSôP.ز+0yr۱}4PWB>/7h.\ZK&P5~Q稭 g-njOoZR5S ݹ5.MDq & u$hGw~WY's0;"xN׸4 o"3I7Q/4I-nYe?芇\qs5nKS0Q[s̴UYS"E\õDjN qӚ~3cpT-yP^cܲ*L{[q OS`ϝO踹reLu4S lc fR B`˦Q9n@}EoJ@vl ԧQQn HF<+yr۱}4P~4oJP<\!n*Ljǿz^c,5Ʒ*L?k~.زk6 /~8_c,}fזkRG6{~9/rbT}EoLk6ٟܫ ;]W<0@ AXӐ2Ӽ'1$= jaz QZ׼'v=??V'!O 4Hqm⍛puRWfbw:5 AXa rU2`8fwzR}ٓUXv?q(׶v)}omؕ=- ’ԬeN Ә= eitN3'䔍jGUNCJuwH'7 ’ԬIpGX$dI 4qJT]h1U$C 'P8'u̠9D K!F UvD `'!$+@30=DX6"?pq~A n'u̠9D K!; +3l1>?ғ CG,Ь)H.?pcFS?j}l?}j*V +LU֎aI`ԕX'!$9Mƣ `’dvNC [L ’+6oHcH^WM$ϯi hv)H#[o~[N??b>[q˿˷?gʠ!uewygtD{SpFqáU20Uϝm7;KUß]?3z^?FZx I?[j۫Y}|ICufTSs?۫O|~`~mC#HAOzчJLUt}Tҍ_׽9A>P]y? L@&hs*{uQSřqWH-8& @Sը)yzqLC~9UCQS&Mbӈ>TWYl:)Ogjt??cﶡVlf}9OgV\G+=EaFb_krvu߽ZwJ>_EvԔ|[ny;b?$=qHY1)/tJo~ss>X7GēXԩd̐9I1) tJ'P ^՘ : g\ NjLJR≅3T.CWi5&%rN)*!«Ӵ9Axb ː@iZISJ3ָG8v)xIϗ긾`+ ٩Bxbk[&?zoA8wCTpPMcJ1:HtJ,BuUQO,|5V w\/"i߮ {/7Hၤ՘ :cpĦ՘f<Pb ː@թUsj1?D%XDj?1)!P/lj\e/ʛ+/EYD)tJ'P ^Nv/ wR=]q#Qx/g e!RRbjLJ3j](peH4ƤDN)%X8C2$PxuVcR"'h`6+5ZY=ܘ : g\*o7ݍt%vSx) tJ'P^@1&%9uP xy>Gz⌆TiK(񿑏?6P ^՘ : g\ NjLJR≅3T.CO>-H~_iYi9%J'P ^՘ : gU}}ˋny^_󟻡AQ)tJ'P ^Ndz_Eu"Uhxb*!«ӴWx菡Y7-ho,%ȯdj9Uv?q#iϟ;o_~Asf%'Në5տ6KՏqLͬ=3|YJ_#6gg ׽z}lY=c[ZL[YYw~|O-Ԩgjkštvsh;Y?_|-/wa}dG-o_t/0׾vV`DN_{qCo|)՗~g32.uj'nI{d[>'?&g ^Vv;uuHD)j9BDh$xw|B?y]}3w-ou[ӿ;ofyۓr{uh=ocW_A1SL\yslz4 _S+_>y߳fGGW?O~:?NwU_wFtyhA{AD\Lo˯g?GwۤD((^hwĘdTLLb2D@9DMAhb4: D $gPDg'QD1so(|g].tZ{׻֪]vUjef[hlsyl"S/IA6K\4֝v)ͫ:K4u|󷚭 ?\\yv':}[y;Wc]wb65 -V??]u'6ql=" _I1nAY7Q(~5RV{sY\s6w>FG<ͧ?Msׇ_(>f'5G|@wSG_zHbO-/bOsRaUӶlio=yO5zk3~iblSOm~vuI'Lu><Ż/27q?#ZT\YON?/YwK_ڷA_lT9+zb5v;_a|G < _yL_u!<9ޘ_qJs-I&^Eoh# Ǘ9?,ycE]ǟB0=6{mø5/$?7y4 :r\7,cN^{a*#+fUE$n޶yiه'=bN5F ܗ=缙ފqnmv:]xW?M\qz{OIR _{CX~\sD 4 ?LJר^|F>yk^Ks3I4+Bͱ\C71nl+>\+tuuh(zy;9oW|sqҖ.x]kD5< 45)(J+߰8>4becBXV)X{C1߿_j$`L*3s(l)OK;.˟^ Ifz V6[tlG 79H(/q;=4Wz %Y@}C*6b+RLX\;~vH$qig,1vӠόύy'qLZC>$h OW:b wWX*@Y9J']w4UMb+co0|srw"?^dc*v+%/!}Ȭ`LT^<5g>9BW(&E#s.Ibi'f wRďᩜvYG䑔f / kZZL1uuM _Wfec樣j~g>seZ[J{ys#x ck|=К-ڏ3_}tQgkEPs!bG?}7)P-b+cg9UsHmu~* |Y˯|/>E,+ߗ3/o>@ յo62QJ47?>"݄7J,R򜃬hvc zzayiGV%%C7D|_AZtG7?v5G?1?:hT^V0n Y_{B;XA )|k75rks؅15\&˚[}kկ$Rgw;C{)[Rhe>R?yOhG5>P?/E/E+SkZ|}c(;LcҏuP5> ɫҟ,$n%CBTmаöe&劚5چGlٖ<]*Ot2hcc_ @wNpEp/i࣭z%4慣Mso'?$: ]օzʩvܮX]Uul?_Ŀr9.8I8C T}k;UƑK!9g=_|=R@M*wEعQs˄Œq~lͯf\/oٲs6 5)">]o|?|nCqWN9g=jǞ|_oX.MǙoܭ?/-> xƿa/{9ZQ.K-mx4 jǭm>&?Uc Gŕ9UO?i^O9z: G]ٹ3d@YV~#gZ_/cs5U7l#1r׼F/a{{;xы^OkvЯ!|t- ;4C9~ gHu:~16?A:K_=C #;˴ow# G `}W[۠%Sk>أٚ~$X=i*Om[n?2yk9/Xza|9oר|~ |gd\|EU;nUօos_1?_ ı\2hñho{ˈgN-m;wU~lLJp}٫=3ϘzϷ=?c: G:~C80Ʒ5Xcj>O8caOZnNύ%p,q9_KQG"~iOƞ!sjN`}Y{TڪvܪƯF6 @GL 1#3#/8;Ҋ(4d<_?QݓlVyL6~ɺ[R|ׂZzZ_'}ݗ{p鈼?r6m̖Bbƭ6c/p@Su#"+?:[z1/r i;Mw~ۀ~3jyFEAƱoq{஻6_2lQ GW A_d *8iK' XMeDdl _ŹZʝ!j6dӯhj?-L&[G|}quѠgla2E>G[7r9 vud^:lo d2?tG|7Wd/wق=cd`YJt?c c1>v'֒]mҠGzf%Ozғ39~Y&R5ø_ !~ɪ ͕):3l/zJ ~~U~<1,r ֍߾Wg~O'?4O'x.]!z%E >ԀuX'h1Abjɧah?rTO8(:_󉫛^ѤǯON3877s+Y$MC)m( >yի~WGFMiKEYSbUzT$ZFz:r|k &I8uLZUWBW^VEא¦싂 mKՓuKyMzeaSt1CiZG4YW_yͯ:&W)WJYG?>?zY'VuQW'0.ҷM_755eDPjnV [wqG1v浯i7PQpq#RՈ_mOMp|4g+eC)WN6ɟU4 Oɯ&|0an%4Lr)nQONUaPy׽ɷƑ OSkwk|u"G5tOq:VFN]g@~18E p؞w,2?ڛP8[P:_M!ܙbsngZ9C2sz=>W?J"ǟp_N/u"g򒗾y6%UG>zU-}e_ҜgZ")4 \sM.4L .#Opַ-rkSٌ?qկlC/zɣ,hra>#}b2Jtc3&p]hPk?> s'}p?  OO@wv?xVJ>_rɻt2N0׮IQk+4+,\d`Z|yMUE#G*lg) ;uIO6p@TINlB-Ū.nK+|ˠȴ6_|څ&LnL2cΦ#Wu ǯW%a̿ڊ4wuws>}vMozcsw^/yi[[_Ֆ[΋Kq9D6Oet_ [E!|:-J$cRʣďO8{ >tuY+nX!V&N> Y.C@r>/駵3>7jUi4AjNaKJկ-שw)eW4汽xЁ/9|O6'Ut='xL?җ6O}}(_<|r_گ>IVd?yS&@9J:`=Ұt ^LySjϟ|0WϨ'\*7u^ϲy+eb”:OWRVkR+W_}^"ҵ^ פ&߹{*VkQ@W_檏^zXw|ʯݗ<̿9iϢg'uRAU*S;QGx\}??'PninX/Yڗ |τgo(x~yQ5_WsvJ_mNܟ1@cso#xdG=ߥ1&:%'Z8Q)hx,X<"ἨRygkOsuRw|~f/}?J*]6637<@B[[;Nď٪se Axb^1.\+wcx+C~:K7<@a9/5>]E5\|!{ ՔʏF8I G>+.ώX_*sW^wE2_t_T,~|G|;f'xM1%du|4_DyKbU'wl~7_VZz7e?ϔ>s4G:,ﮤ܅ꋳOѢT3K*wϿ;4~COySD3~'qZOFlJ @4(KϬ~]13?U(V[-Dyti?ݕW~Pjf5/!p ypIay0.ߞw#t:69.F@J_1F\榽g s}YE5?6Wk9\:Pw+0쏟| _b+]D}26/S雝!~gu=PvSHe6yǟ׿u'݇l?}=IYOТ+ͷ-6 =Ûۿs?l^}iXlՊ#ǺK+^|%cO2ytdH?5MqQ~?ݼB4U14/{˚]j:,j{뚟3p)"Ӡ*Υr>6>/ܙ})N_z{QI??^Ag}gy.nx/>WWe?N~񋛗ekS{y[֭OK;:9wg_5;?{\C=8#lD:Pt[^)M~QϠ4 <d{;no|f\U?fz@RC~\A%nUJQڐ4bw6Olfc;6$NQ +N{DVϰM(ﲠr9,5#90>9kh\^n+k\s'8nG_BK2mz8(Vm|Oo_>9k> <5$OQ 翋Ω\,&F9_я={z{esD 翬s+{K̥Zw:@c;?'4#/Q(}7:ʱ9ԁj.{b-!8RY??ȶBP\RS/"*zhʏ=9c4͂ $Pt&ԧtO ?y{sԶfv)k;?{x!Ma*?Z~o3g(D iDV~Gs?3[<Dݟx~/»B1>T4kT_IT(eF^.[92z2`>Di B)JHc@> _,~E^L6O3-`˴jaY>7}f1Fe|߲_k6/_"480ow?2:7wXQwid4bH-%Я:J3@0 VWʤo2Y98sYqn5GhN4عCi뜧|S\ƈ__pxΧW#ɀٍ/'88o{Yc}n(Ϛ}.}, or _5"h30Kv*J\(DG1Y<'.B)/7>>"{nlܭ/ :01#~ܚ#CƘ#;yd(#C(=O0Ziڵ):eH(ˉ1h }m<_jNR^=p-s !C/uys<#\UA9?CLQ#kg *FiWÇq?,OS!bF~Xtq"~ZI"q^ZO bVCu?tlOlgcznvuv9hR׿cٶHLLozaQtq-rDm[wZ_7 Gq@%Z@d~w$+ϲB&PgXM-FYnww0)^Gu0ʅbml-9sQ'<`w\UrDf:纅MށN S@K8s&7toٺzaFv eqʣv.j UE-FO3;>SL\S7jAҸShQˋJs3VQVdUi< @ZR>:_At6LZ9=; e^ߚ]*68'#߹ v+xu[u+Q|Ǟ](AV\Z*?Km#sLG}t95g3n ݓX/ xFK1y [sK^L\::m#RUQV7ټ8SQQV0Z*󨝋l-GZǵFN1Ԁܐ-H}وG2iP>BYιnr(+[kB TEms(+[kB TEms(+[kB TEms(+[kB TEms(+[kB TEms(+[kB Tƨ{vrSP^kinbj1J֚t'Q/0Db#2d4K<ιnr(+[kB TEms(+[kB TEms}݃w_w9 ?O[(GdidG.7ZҸ&@Ke\>7ZҸ&@Ke\>7ZҸ&@Ke\>7ZҸ&@Ke\4/>+Kn9"g4%\~-ϖ}ze]97,b{XsryϺ $e^Yw%bml-UV/MX-FYiZbYkBZLg#ΣvuFF4n1R:Mcخ5GEI 1Ԕml-y֝&V]QVքhQ&V]QVքW⼤^(]ZҸ2ڹ-|n2~$0A-"CE_'sro]wBG\RB;Q(+hZ*sTv{l ?|S )U8s[(+hZ*sTv'PQȖ|7EZǵ{_79PMe);g`IZҸ!z_ X% !C2eBsN2M71`e7^iY=, aVگ!O tc,[.܋ȴ@e٢Jwߕsag@Ov9 8h7Vjy_ 93^M5 VsٱLPn ˫CebyH 3_ĂE[>A?:xg𷔷 n-SJ81'iuhre|O/©)^ӯĨ[/"v|(d}\rM;o:Peoz%#=m_{/:e*uqUZ\Pw?!ŠҰ j |RLqkTBxS:#rUˍog88~Szҟl.o,ר[ZŮ8UnӅ ˜/_sl#]G0F!MNJdݽP?>7,9}[YĒ0[|^ j ^0Ұ j?ЧWK |ZÞW=1b^$_'ױ! I=w M~1D}[oٌImHiO}מ?؞?s(t^jq3O\^ D(VOAA*O=B~\LF_,c{0.=Ovy鸚ƶ·I^wY|[d:GJ9gj/ň[ʠTcO!-=RoǏ'4BG/-Y3" _%~i5itn^7?AX3L,`?_KVʒkoXvRΓSrV_Bk=7fcK*B>b"Oe4KKKLq,p\aLcгzc6"ò\1c?Q_Mf6?c^u_tbhrW;E,ȿ/JǗUX,Ksgol|1w@=4r)e-[D Bj& GXp}fGY,H _ 2S eaPJG"sN}Ǐ_;&})[Kۧ0:! 2_B][)9GѣvbnHo3~ o'SޚϢ%pޘ &O):.`s?g>N/⊐X`v]Ԅ _ Uf^ZO>gRۘ߻裏9cwJN.Dl ʿ~r4(e475L H+/wUڋ0??ԏJh,C!XubF"Wc+iZpq2fa^չw8wU%w9QO4 lS =@ rm4AnxzJ|1'`%CڊWgW0Xpt|XE˖-7kPwP, [9[xT(h2c:`:PIt&UxFǩ\╻péd2faEMv.$Hih!m`5^"M-,C4ta ?ϑϻ7eZB3 ;SE':Oo\s&L-,CXh&d~u=سsn;8sg}΀_k.G̿u̓'>?bpOL~s.ut[Rp_Ғr|*AKi-,CXh&^'?^_Y29pHmƫ\JkygB3Ek~P\2fE_1%<륖9=?Th&!ɥ ߳{ Am&ʙOМ[=V/P*4#|DVi)5es!mٞ}~bBc~֓2f2/^-9~_<kQ({B3&E!LKڡqA(7D6]˄VhZ" U%-&U`Y)M*l@(ϓ;QYH[UAw=w0<3 "󯫫ZY$~E,! ۏrNbE t3V/"v\q -J[UA ~U|/|1&HN=*@RaL:]UAUu2ޗgY Pcu5˿M}p܋)p)VUT1 &zǏaW|,ewaxQ|&x)q A jL\9)r?+5 s1Lm!Hp㟛(ʮꢒ)(Rg4h+F@!е_880'VU9DG_ϩ( WnR/ud(a >'J m7`\'mc!H=չoاK޲z1g{iIE5fUAP(1z͡no[y#{ha ˆU#g^%޼'Vo/~_(?czZugI4vo|.G"a,kkzXxɚ~ oMwCqY%/1O=yq3EPVU1 :q#9L{~i*f/ <@4~Jk#]7qQ ѴX|GSuyRڽgMbLQh4BۤʌIɓgRgj#\x[mJ~cAnHiZ|FkK*l*ʂ/dQ6ˑ6UG'IhUyhmhS`XinX|vf2w3əwf4wMrG7! Ad*,]{/LjT 9ZHwK/f#As#&B=LtŐ2y0^f *c5~ 3 d[RƿG^ qc?K8ׯݕy lGO;FSRɧ)zs t3Whے %S_sLm$#&e=S$)$ȧtiZrZD#o|Ƀ_tOx'o}%l%;a##2%<7T{Z/QyUĹx?f2w H^||֖6s:-K (+Fb9-vS6#̿ZבPr\K oykp}7l,G#Tm+F?$|JlXxyQ~}I=5|O`Vܛ3JL_hLjŒ%uο1ȏxБy8.%, a=OiT;MX1 [j>~bß:| @IAz(jjE"#SIees状\(o<~6*ĪLJTH" $T [^+oټ.t1EQ$&R ZHݘVcr'K8VVrFhx©%ʿ]Ř- [z8YRn!=Bx[PnjTq~Qr$T-8E֔z/H%?+1Ψ}( .T ;eٹ6XEa#|c3.i:t)/Az\<1V'o?xï%>?F(o6?KEKNX*mPGV RbS,)D TH%mר门h.7R!dj^cVT4YjMAAEQIPG&v2ɮLRq›7~Jd+1EQWX1؃, ?;I'`iPcE18/0BE0H:p& FhVj>X :_ctx Q4m߫tNl A+7T`,h0E~ t\`XТ%9@vko=N`CM*n˜b82yLiК |!}_Dv:yZr8PIj:01ՋRՒ>^bm7~W5n,`2Zr8P yH[!AX- 4t2Zr8i[92Zrʹ~1mhVBb2plWXvN^ՒN5!2ZrY{DCc5YKTBB%Zr8P+b7V φ2p`l,"*Ւ.8C^^f%*!X- ([㹎v_RV@ kje@ChIxD"n@H$VK.Ƒw[tX,!X- ,E,}vn4q:K| 6DF\bмo Ml,E $T%>GڒbMng>'w;*R[ pG ,%M77%z m}b2pk>θ_$ejlK+!Zr8Pn+@UIj #$%}Z"*:B>Zr8Pn+ֶG}QE5X#VK.:*R@H$VK.inc^$ zC9d7 %>V{n(ǫ{a!AX- (7-֪$5QՒr>^bJR!AX- (7-֪$5QՒr>^bJR"[z sߝVq@yhV%O\kU je@yhV%A6<52m?(Feb2pLc|,A EEGH'VK.VxEw[tdž:)~2C2Zrs)%5m ZՒ>^~kuż\ ke@Wc%`X-l=="*!X- (xpD5yc{c[_YHYX- hQ3sQ¶$0Q*:B>Zr8e?{2% x_$:GlI\6%?/bTWap˖f-2yۿ#B'6m4>fVx~ȳS֧=׿utf $X#VK.Fj^>  h4eЏmHpLLq0mZ𠹅GFH`$d\'w+ u%>?0 usW7ֻ1Y[C)0ۧax NԋÏ8?~wGg <0|3t웵o[tL/{k9wg51?k:vY举BbMW1#GsΕZ̭]9Guc(.w/=~/\t%J׋9Xe!xP9o-Lc/l ŏ{;f/WCW-GYQr}iNV|*(rQ%>܅)"xqU-'˿uh iƟQͼn]Fr~2K_8Vq-n3yq}ֺrMe9xP肺9o-l?Z h2u]u59gpye7zCclo1m&ѣbxШ?5r{}9ap>$1R@c$Qf qsQ y0j‰n=rp|@d ǾXh=exq޽v ߘs t>Eq:ϟ,נ'GY.w|0V8I>!ce%Sg _k7Z7~Ī˝e9?e<(tA]ܼ쳏ܓE'$auY2E0Fu461F[Y#`M! `1bDdI Ij1>z&XSx)uAVY=K'-R+ +mQ*m&:QSDk _~&h`}w5RZ$$D9ۊuv)D9G9:=:QTV) 5ʷMr!)1ƋF) 5Qr۱IeY&H$XSx-ztHj1^,Ceܹs%ZV&:SDk o"c Z$ւ-cu%JjcMMd̪YAK֚g$=+e)'q*$=! ?-S6&ztcgF3Sx#YyL`QB)+ec1^JIHrVuhKܣ[-ej^FX)Kbok o"cfl䚸$Hؾ&2FMTP!X#XSxfc=:j1~3#I)@JK*D-sJI2ȋpu9$ZufiEĚ(b;6,o{,M?7koӇ9'|PR[ȶTHzVC$$5U*`PZqMSށ+VDٴ-*AĒ 3>+V&Q6Mp;wDd"g# ^ - ]c!ث}O !XFHelBjYh|>4~~{O=Ha[!bp A&mgxelj-:Z$Q5|’ 9ޘEǿ?zqo @y-;qb. /X>"柿G.w[68S_ <?v4+72)B0) l6ַQO+9qwtXÇY7~{/_}D,!Aq\k[4ȯhc" ?WNAޭ,yڒEH}e׿5:)W 8Z$$go;mgtl(|;bIHe][9`'،Us~G=_^^Q cPbh5G_x{nT?m K>y];<{1`.#y9c|1Hw!׮]3q1XkT:z)>qvz '9wo  ʺQW ߵZ;'A?߲;︓mЇ}(fҲ l^o#BO8# 1VwRӼ:ZGI[h?Ggl|!imaƉ駟68<0s-i1X/éod f<yXG_RmBV #A"~^ć9[ljvkx~r \wX{G1 |L?.3܍=-(|K?`7Z#eHoZ'fs*=]T<|9YmAK+AM[PE{x0}fRkvA#">wF!Q!vA?]NLZ.58:7`<v>A o=PZkbcf? eVw5fn)7 9l_1nZLVaCXȎrs?6E_籝?y(;w\+W[xZ?IG>c%Tji .<zv?(!yv w+_N:Y_KZ<{_=3TjzB9eC9O1+SyPK;$f5ֿqry;2>⹼ĝVnIߞr`вP5َ3Ikxll*?V;<G}~/|a1/ Z*P iI ;$ ZUJY.' _ǃk&!?-~rVH*n/nhza:ҘT">*D0K͓$@Y(,?;wLCЎ0P%T볖tכ:zI⳱F@hA)oJSsOm3(73}2iU-fHFQ}TY-hW`R"7pq_jwI ZEE?:6rMoU1WqA²79؉R"щyu&uWw6w#QMl#J,R \.s?0#n`YKJY$hV95H|)F6$[WlY҈*P D[uE]q7Q46 uDQ< >4~VNI)$(j3ZϿlk&}vqYZ7| .n/e?nKϩ{G5́Kz1|˛kM /JjA?.HЇ:ABe_`C=!ﺘ}rlj|^Cs~' A4OE,e`IK H,RfM?>oݬ _#]} Mg-)exEߞQqPl\\̢-Xf*ZB)ѵel1@1Nh5nmyǸ,Y{@JY$q f:Ѳ~^o܁"setɡ.tF<u<i+AR鍊l?˼| ==:/x_oD+בƤYKJEdo6F`DQэHۨf ^b&52b-գ⇖1b9m(. Kce;?ԏ!#_REw 8᥃hA%r%c w~3E/X|iEWOgs1^ A&{KY`lQ=IL?]Íi>[!5=I-~?1GhWz~c90Z |JJWfܔ@bf&iVc;}Fb"_׷_ -mܞ/0Q߽{Ϳ0X}ʌ [G.f۞JɈ񧇅w X|iEgrK/Ckf%j'cď{\\Ƙr]W1~,Hco,3M%$lZZoGE,luK9 @&~V]-_ݡm۫:~z'wqlE~-/48s 1Gp{qƑ!D?76c"fg" ƈeӼICnƟtT=z3ZL!R7S]R;ˑ_"=-B|Jt[}1 _"0*̰7Uxǔ7&d=͹I1Gp{I_}:( .gs_+|,ytBŨ%x|_%-vm_wq{HvaOY]EmUR-dQ5S^&:j Z[e _*JI◎HMhPQ};|6 -/!~^~%F7&|;`+}f`1GP4Q!~?"(ߖ}0BϬ`jƏt-g&bbT|'qAy8? 3=~g›5Ɖ3e+!ycdOo |bOn)-he{‚̿84 O."+?=ưD `aA._}ϗs,GV P} {Lhc#okZS^/$^|nYs§]5p^#UNrDQ <>qf)_߭^1i>%Lj(b&$֥%ҰGue"/ oK1_Bߡw.ՁDXΝ+pK3m[ڥPF3rQׯ xoE0.Xezlz|V˼ 5oKQiJMU96Ì̌L D3:̣? 8 *W$zk#e1E99I=jw/j`Z~Y~QOBK .8%' A7&`g^3ܷ wA8%Ϥ7Gxs=O,(8*+;2E_({2%w(^G;)9{ſ?rA`cepbX{2(#Ts)*Aɨ4+Izs-w}#+Ɩd;31J:%5-zwx5X2V!Yej2~M̩Mch3dcukR #j. ,[U-j6-UI)2O2vڔmi_zYu&LZkin GTa; ^rn4TY-|Eە,1i)2V+ټs,R 16բL%&- hi~ëkPh[H-,Tpq2ޘU allخdIKa¡8cH,%6aHMR1'|VW"&] L@9'7bNmES Q}R_1re?>ɓnTQ,|h߷- :s01α-&JMJaۼy>)Rn$Y:U1kju allmoWĤ9s_nզ:}`CbmRmRH84`CX-KӛXI9㇑r0j0q_LhrdNwg]<~]ǔ{3wq^7ζ!HɌ,H`? 4#_-Ri=>Fs#:zîhC/ Y Oy%K!y˽_OX ecCuB%&-IO};`H $&_lfհ5)eABVZ66T1JkBy`t|x/6J{3b IjG6vܺ6ղn_խI)|Hs_ƧaF64q=ٖVbT7SRX-yA>XD/Z(MMJa5|3 ԦZ4l<cR '56ːk8PׅNݕKLvn(tM:x뱹5 BT*HL:Y SPd7{mmR,u\X 8$?­XeW 3~ϫ eIll@XHEj3S6j X:m&=kN?5\Yzxl-A:N [Ҧ0\FbÇhi"(ҪEܔo/w4N^N~}}JXIk3p?g :Eq6os3v=יCb*b0Ap ։OL2waa&3YgǻŞ_AĜ#0]6P 幞z 8fY)ah?1“iY ~|! b؃RiEbd)t`$\ubX)V$Z,j|=|OT[H⿋Q˚7*>/ Eis 3'|1ivo_z}և?-w˙ ~q!"*H̨5:|39YJzݸy摰<#9]עc;3h1KM,k{qajA  R݅?"8r~@,t^ /L ggoPk,]"9rW2>7hdkC*cjz*jJsɺd통}║QIb.EnXŹ:"M0Y $1Zxd]Hb*lLo3)y"IuJWԒ -[y߭vpzlCvhFJs%X=|Ґo-v>$v%=-6=Vy!Sɔd>hھ4`'oO|rY ov]#BKPDI^tʮv.%G1

xbUSjU^"BK0Zv>uʮWZb_8ݹc+K2K9^r%?ovP.pIO M}OU@Za9|f)-6ppa7}i:I/XO ղ@--Ob.Eh JWHbO?X~[c E -: Aq %&-nrVrJs%.~4 _q!l'e,Zl-SwӵJTlե>v$E7b/x>,،k*nh{ս]t?C;O mS]QIb.EnXMYxدƇ/X'z-o㻤Kv]x#c0'M6Eud䃁.P_1 j$BK0~F}Wgdpՠ%§\h r:E>TuI<TN'+JTB9ͷ> { K(a˂2 XN@^ī{+}╁yq ;Gܯݱy>>E }#ף\h M2QRAp/,BK09운 W<2߰=ơĴG%L,bZ!4$B.רInSjf7O-QJ=ޓ*f o#zESaagxKˎUgJDɆ8A%+~+% 7X?7ZV 0K(FD%ʿ?ԏ)SaƇv)A(XӛQ u19Ae~gS,2~ ojCc{sjCdD;dI y;eA犹W38[6gh\~ޚrp(XkN~顾9kiǰp(Xj*Mg|3'qfDZ<! dݶT#Y<$3nŜH|flfkT4n 3RflO0f8cz66Jxak/߈̗/U>Tƍ7#&tB6yu!|E?b_s2տ9+R,Hs)|A{B3$3/ m E,B^ ?X 4|믓OꮰEs{y.Hcv|h܂?M?h'PT^T P;/ HA7&{&ֿ~${O@!ǘ$;Nb + ϵ_t^CK b M[w7gPldE8X|q> [c ;FX9?lD#@C%=[+f)ߪ5U]ǘ6cjgL<|ncLk 4Lza`ȠLk^N|dhgzKG4D7:U2&|NJJ.6-?h`s9՟$rɿ9?lh`*?A J?V&O1rSG5&`"wII"ia S+6?P?#H5TIDQߴDuB3qHMIlG%rD(b_dxyy2/pا?U)D@;xך[;b^oM WyzӷtW[ukrj?o6pU`OT|f810O_QAf5* :ogbX7/sjXFE[>8D|?gr %a /kj9rzcs0H a9a6r>_EnkWxS^(w$oT KDSYK"sY0K i+bAj"Z=8MRwzP.bAW*4 xoA +071[[웸c2ٛXy.i!~6!6`*?,KQZx?rG=RJ_ǘW~ dg4 T(.8ZwFYl(kzT%OgA`*Ŀoeտ?Y3XᢘAlH-}FRN^ A ^b~fMEGǧalihL߷i{6qIN_fW W)!(QI"saǎbS JDIho&c{~$))Ul߈2YǰM7o^!=V% ,xwȤ:*( Ā$(vX I#Įj& :YLL=c\P^]ǙJ  BPLBef+hT1!D""iFb!RDMxZE^j>/R(_ Ig33ȈDm  E̡ U^u0*Z] a"I;Sbo_,*TfVX5LAJR~ůtH=Ql7A? dvä̿OISf4(al/vָlT^M3cz`\_qAM;"ĀDJvX If3Kת*{f0  P%{63ƤD=XJrDq!I*(Q&Pf+RC5WAA'HHhqĀDJԈ?"`!MNVBefȑ3:2ho "%*I_P @vffA±Ğ, LٝvDJYP^qNc'򸈚R-'eFd\W1)5XA;,TfFZI=c^6hs_mڠ̜o`("%*I_P$b@b 4qxG[̞wd1V kID%"]gUĢٮTEJFb!(Q}t1m@޵4Lq!I*(Q&Pf+rd7~Z]Tj|lXD.'~Yr}YSS3@ ؈ IRA29h0 #boP%DJT:HhI=AF'Jl ݛ[EM5E 1`%E/R(øgz G~ l<1ƍckh$^NAF%ʌvXl~T0hOD/R(a Ig|}U2]^-*D"  °rX a23V$ir ւe@;,\i?OϖUn[N5rCMXtwG#D $j (Y-ɑ );͗P+jrȢj̛ZIͯf?TyGNŮ F_ZMYi j d@j954/8j9տ:F5{3?Mc)[u0"UzZ[T,ß#@zO֦-Rm8o}>=.ɺZ]/F=}ofsonƛ5b,ۿT`>x88.~;؊տrQ`2^jtm38{Bj[NFϿ_3@D+۴JϛVblc/ tVJ?, Rr*=lب 0viY#8Cjϋ)p7?Eϛ{y+i߈o[ғ{۷̖믥'W6ʛ\i,v+C,*=}fv^?j֊:HSo5i~ƫVm飝i~R \wx~SyExֽڈwKYhcCx}~y {b/™"G6\$)c }kE2g) pAOxY9$4o~o?_u,AT>TzYJI'@f,TAkyg?^rZ4Ny#HlMWmTeo־`ouo gzb >TzċnRSH՟YE RCr {qQOônY^w]9ymZNUy.oiN(Z4#k&oφ#hM)$Ph4(@heRU~@hpBUKT溬nCjHPU! r׿JTI(\=(RO!B,ABBܨ_,7tSH8ӠaH SXr Ro LRCP 2XNV^=_nv@BaC_a1$(ROaeNXmYk$!5$ A.P(4(\w3!5$(>)TIs2h47$\* %ÆԐH < e CjHPB 2XNV!5$(RO!B,AB+Ð)pB,]1ܔ. ̸ B 2XNV!$$KϫjB[ ӠaH SH8\_-2?IBaM52 e UZc/^!"XNV!5$(RO!ᄪ,_2!En mVRU@V?3$`d` LRCP 2XNÈ]Ɨx6 B e CjHPBfMo LRCPN@IDAT 2XNt.]`!5$(B 2XNV!5$(ROU $452 e尭{ SH8iP0EJTDe.64Ej)$P(PЬ0TU`CPZJTaCCjHPB 2XNV!5$(RO!B ~ămtP B 2XNV!5-PXk#aBXUH8mP !A x '`9 Z/xh_^'K B _tZBMEj)$P(4(@h9e};%PX}m ӷj\JC[ H2C!A ֡׵˿D 5!Tڃ !Ax '`9}dBBP -o>oTu\ǛX ( %*sBjHPB 2X3z4 mUVN(tr 2 [f<2-G_ RC"]N(r 2 q}-LdLjNjo*>֨xoX\@oя~4u& !0t>1I5>#(i!AeD3z_瑾{觞Ddzlcaϐ +6.~{삄V& YiM>ZT6@4 6}7)5tο|5okM۳a pbϟ(\11rd}@.rD k H ]DO;\X㡈7ur,- zpX\l؎P&B?,PcK(~V'7 :Vu7\_xC 5҆' !6$dફ >>/(ٵߨf  3!׶_뾣,EP0Z{ͤ17eіq}-F+V8cPn* H!xHR,PM{M,AԐk k d xHg'?t| I_Z{4Nڐ\oX\|oQ4W-pذbKzܸx(ZcK5ֺ[F}uG>8{덠(C;n8a(H2q  `dq$+*n }<{{20=,i,&OAhIh7P5v=Wb*nEф-L5""?Simjc2󷺗u{d33v "VġcSP$OnƢXgAAhIh.u}hnV! ۿVUxق2.&chABc2:As/1N YD PKPS/"RE8h$lthIhN?n`.hs_NrdZ_Kf$vd _IulG:sh?nyx[8_ja-Dea A S.BvjϿWؙQ?4u(D PKkh?Z5__L$=D@s#ߡ?%_cg# U^?^e\bU#{Ͻ[{GTKbW'WyLKV4ʵyt_k;ӄw^?ɗW_پ -FަZEgl~ݗgy3ltϛ5W_HuI^wx\i?qXck/q-ϵ-Z0 <暫Hg=#_sXH-}:y?O/w|Y"?Y9u_O_p1ǿTʱ1;y=7~_3dz'?20o ,sOfofw۞] ?Kۚ+8Wb#]V. g)dTNsa^!v3zb{?4zu nSqoWi*0}2}Kۿ[ݡÇM].ڻ .{/AK>cww7[z;s,F(rP8ū*=t[d!qwmmo݂ngt7i%ks֚ݥH=\A3SW `3GKz3ٓʹ~`Vm`Bj}O[kgζqf7}u=i_oI[_p-aYr)mo{3I1,uV} ? aϖv`Mfvo~݃iYrTYL _1R-ts\hyqB/%rH^*z.Euw|ΈJ>{[|<"Wx4վ7v/yɋO:/uuVY[#U}w?9ݗnx-[9vOc}Wu/~K- .<_[o{\[k|vzg=Eaf&e5#Hɧ+.|lAǝ6>)~&.{qsCRGٸbe/ېfYu/yIG?swaG?U$RNJ]~ecCQ;hImO]\Y/wrvZSt=~}l k붌ϐ{2~?F-G 93'ߪu8?~R{U6YQcIe3x% X] ? +v?L HlL򟝄Qhvli?:s1O c5^T b^kԀ-HQH/\`o߮?w 5QHڤhA26KgzQ9( - ϖ7-"w=-H֒ZϨ0ؐxhvl"EG' I-Hf!]'Zk/@9` hA2\ɱɎIcϿXOxjI/Ђd`mf.5[= S 9;&M?]0G&"]?B`J?r̈́"ܴoUʻYDZ~^0md$PvBE.m&=a/˿Gm(@icXHX+0%4u?tŴSi|ne`M#N`_Waos>!|Q %?^^̺fo4Mzާ3ECF-Hjb//{˿ո[,5< VO}5[Y;w2}Nz$˼ws yo|6z\P2(;IK;ػх=>T? 3Ky"iJt8^~wb}ݾ8GF9v^̈́-Zś)ب$ EuXqؗ߫I9{N*&?4 bF![X>UPl!Hz$kKtgi?BR'@ hdL7nFқ^YEp*k [o'KmX%ݦb|V۪  zpvWW#Y I-խ%N!8 럺JR+TL#\ jj ,TA]:3ڃ挓mVpfPZA]arsv/}pfPiu'Su)t"k?h U8T*t)Όܫ֠09d.eÙAZA]ars}|*N. ZrΙUO-.f,1A; uY52Oel1Ocz{b tvVIYu g5:|c/lufdj.nZ4nShf8NMۥQpڃ挓u gh*lCQC\:3c09L>p`)ꚬo83E=+Ln8*KYժͺa[U#kUU5V3u ÙA ZA]arsTA]:)5jƪ+4'Su) jj 3NVοucOՌ $4_VmeOv!d<R1Ԩ&7gLԥc83A'K A9djCalf:#r^b ovPWܜq]KYpfT~JSO]qnҖ3N R1Ԩ&7RhzO D 0{(fO0b .g~ֆqx]ILL#gWᠮ0>]\ p0Y[pfDdȫ uY52N =}a}$X;nVfnhX%PK{Oǩi{c6a83(V{PWܜq2UPN,H("O}Fsc*4ƿi*luSHZ%[?9N1۪ Yo]:3[ms/ر`kbxtRȘhnufTʅ}&t{&W_ַB2B 0M>Aj]zB mdkJlLP F(ZАJۣS{M`u`{)}[T9 MrA3V97d3:r2Q@`d4S΃e`0X_Ph$:fk#[ 0\/C,dmk#[ 0\/C,dmk#[ 0֙ڮ}fjf˯yhrZl7 bN㿾uhRjR|*:b{{3E %ZŻ^k7|_ r$.-\M᥵z1jl _"o@`T뎅B+2Z̗?S?y~ ‚_^,\Sh[(!ύix5l Х_[ <8F9ֈ*]LP + d́A}ה#mŖ4d)ni_c?o@0 NU9G]s".Qw<,ѫ]LQު!A^/o~ߵk'lV}1f)Jic_,х ۈu {k穥fLfly9 C},tc Ah  0BLpl eLcɞˆ35j$/+c.rkY`TώB+2Z_*nܿ[m_.}SuP[? l:V8df >oz:ʑLP OΆy(i[Jd %`B}fϰ[,޿=Bfd )2 -w=8F淊=h*[ mXu:zU^(hW:N$zB}߂@['y2,-Q譾9-Ʒ?D?NY(240\ƿߏ2K T~S 6$z_['ڷFO;M_c_.{ VmXXhvDj֟_cǍkk::rU |oPϫ`n71,לU(c{z3D`.G8]_"-Zv r?GS<-Q]~ƿ_Kw i0ͨxzXV{X|? r_7SBPkoՈVW]YߪaWrpڃp2P2gu/FM,m,oSi}˿}3V=ߎSs]9gW/UJhPwa3o{BQ%GHX 0x>/W󨱋fQ^yOS@J2T[ЋΟ|o̒͞ǶN~H-q82[Zy d ;7PLUrrnڬ3zXf*-BykXX;:5g>_h퐷r@ɚuX$-CFAb*jooXs 3zX1_An !o r^Z16<7 q퐷Dh9zkevh"WV MBܲA;m4ZΫ^+چ&!n٠6-UcmslyM׊I[6h&@ykX$-CFAbmxn !o r^Z16<7 q퐷Dh9zkevh"WV MBܲA;m4ZΫ^+چS tA@35-f3z$,˖jfJ\UUk(lYqemle=XK%TХ0dCMM]> t% m٠BykŬ$lyMxmxn▭42c>ou_sC Ndq3ݡ5o٠3x@n#`6n:hRqk(j3x%rGzS o$-CBh9oױڊ=goY ŐtAX$LвAg̙c }X^-}_t؎zb8mLg1 !oÒ r<ֲj=:UkB}SXC+^ Š!P b 9-A 6@Wz5Z:hBh9zke+#f?=, Qѥ\pEwÍFhxN_@a: [n[ժW MB캈ey]Ă܅jY6VV sl9m4Z9F] 3xaԬ+Vu $3Z="UcmslyMq~~8^H,f]1"ȱ{ݑazdl<-1fo&HlyK6=al}9 |МԽ^1 pev[n-=ٿ8]vjIm/?gZ=+羲j#вA;-[L8ƆQӪzX !6 ڡנIϴƪ׊5n&!?0@ÿ-*Li3ݖ-=1y?> 7X0?9 fJ>0x Y_-k-7m%9K)TBe936'e0ŀsiKjU[o'x> =XWa[&2U|Uz5Hb}1tuiLpM6nbk-rkK8V5vy@ko3H_c,^sঃ-h M,[?V ͘?i@2o;ԅ IlhIIJ*#6'e02ےpF} /`l9WIX TW[:)'yiq.Q%tW/z^[t3;Ehr- očLm/!Z>_J/PD_]Zrўećng?ު!i/H$ʈ5I.- UW]cE,Y@)4hNӿ'.{ AnħaW? Gq|)q^+6'e0ŀsiKjC''b<ƫg Uh%Կ1t9tjƦ(N/%Tzӵ9))K[Rs=iͽulO},Uc)־ohgu!m)jgoqp)<7Kϡ&,l%osR3vΐQ B:Oy[uϭpW Eo V)W%VuEUz#At89̂j#Hȿ/N><ԓ8#sa1 #[ָa'/$K߬7?DoojLݪt4GYH9BPbsnbQ>]IuQ WHz!dY)QQ??XSrԏ?}XlUꊬ`}/H@Y #AB{)5n]sXy0b+Pi@or 2nڿը?/bo|bQ5Lub׾~r?:Yݔ=GV1>JE7;K[ ;QKAgzhC%.bFE{A'+[9F1Fy?C ?"qbA b Q^ĢbB` ?tg` ^+\[~Uv IQVDnI(Н W lR­_R,b`4/)GKRuG'_SCNcxp}_n8Ss6r/K''y" 7S F^K> cݪnJ4cis?4 Dž~fa_d|Z 0nDIoX9풅 gݪnJT`3XV#KT-,b)G ȊN$-;e1uخ>f/ogo غOgi1hi[mӺ%Ilk˶}_?ZcѓBEF}"z?{N޲%b]'|[5~FfRoXjx9?`V51:p`avIlܛ\9a4 x2 J>"/yS %N:ѝwiC5جͿah\`*n- ~bҺcFe%3+1=3f'ts0X,0 ʿMg{4Q9i0 `<(vC%*qVh0 `Ck4˓w<үaHPd2`A0_!H&RNZd IUVvi|]^,Ͽ[.2XwjBMZvOGܤ…;m^J5$P;)jr(,Dc vѫs@y8&EXBEJ i4.0(K}UV:oJf@NTg56"UPʉ۳=cO#}=N <-qOf ~Iv,ozFY`+sG3N 8 k}4PH`- l@Emc8`/;CHЇNum&H1}Օ*病 7\ϋ)d!zCPɡT`ZD\u~^Ej` mm",OuLz729 ̀ QΙ=Nݡ| ;kI-z2 fv UcZc?7S MA g4f0$,rUPwu|D~!OVh0 $0X5 Tрi0ɱڄ*( }]a]'h\`lM C J}ZeÖ?HY`䤘bJ;G"k5&h0 `.0_;b#e-ȿF7m ז|+`5?'&oS)m'X( Aȩ:AL"P]ϊʽS79昘d<9*m~h_\׍^Լ fȝYo#fXalG?Vx;z+'=ᣯ}kF%6埬kF_=;v_>9mo;ޟ~IN468[(-;LLruJۿWxz|>tU?. wI0&? An8&`,>'(-zq߮9v$τyJ!2Fs,Kbؔ}2~7&|1Fv)ڼS?&} zzIH}X|>p+? >6xS۞zvĎP_ͧ௅^2>-[Cd54?bs*;X4x*EO3+Pq~8/Ǽ]J|jX$fo>)C$L|.Tn2 ^Z{[qR6Շ܅ h(`Sv[CB5 ߁n+`Ǿ'eC[}]h ) &.4SLB$y%>.T#3E_ދs417=8) b܅ hN@3큛<2F?P =^*,~($y%ۯ޵bH"QWY꣹ Ey=^Z];a#cy9b /nSPRDb#  [,> A[`+{x}Kt[zF`!eC[}]h~5J(( 7x~"mLICLDk$VUbq UcV=}gp(Ez^nm@rB=qcAŒG3z9'YQ?W"1T hSLxNx+bV۷j13 ]ضF҅=>ʏDMÙH1nK;sּ]cu$8oP, (غ) d#bCc^xd2ꕯ? `np q0 Y3ԄY?;J$+߫a[. kz $#ڮWö\( HF]m0TQ20k^ ra^ӣd( aV^{yAd2 H S렔P@jɬjf(`oȯY aP@Rg"}#)>7J Zte'،L3dY/ EeU)]|@/gHw6$CHd(ɂ3,nob>cjl ̚!'@L5(9 X4rFT̓HrpXkjs9 A|J΀R+fz_t;`j…Iv%ȀqMgHk7]d( `֪ {]ǵ> be-i> P@jǬE~}؆fvVb`"2Pd ֺD$PQr3k=vw]rc<+8UD'gg%fRiP hF"0c!Hcy:$̚5x#@W?'@ (h}8550> ̚ؽ*n,ܠj>%g@:~^,򳺻mf"22kS󛪪i *ФS).`~"}׋e$kH?&WcOReʬIɔh}$jȬE_ _ N hI aL19v&V1@j~\{Hѳ~<nԧ-&gc?q!g>Yw9tMcO}Ynb>ǟ)t}~K'Vuvh!(mJZ@IDATؽ;\Dvgs=:%[~Ǿˡ)s楒 >k cnQE*K- WUQw\Z_qڔJUH(--2T~a}&VJKRy6x+) skr}.G h9Y7u> Uozg K_[$v5Ǫ2;cpq݉~E3`}Tw}?s_堅* $t?}򓟴g~ u>ڡ#UG?'s;fc8;;!'5gc4?{ȃ,k'OϗBloxߙ?v;XĿ޽e/mdk˺ߑ%?|7FZ':;yrP {?Y%c^e_9SKÇG>vteX?fJ(Ag?V}u/~stoy[o{Yg,Hn쭒 YXs pVa {ы_b_pAĮ̝>6zW* A7Z}K$v* A:yyw 7vg=,b>{k9,F?t54 eqg9U=NXb㗷;t_Q,1x^ ߒ i]qؚ9Ɠm'ưJ+qybs6Ko?$}Q`j7J5@U,K"kN[\͡ \G|jdC.UH(Qsj]&s+~ g|LSm/(G1 A#w=7~wO?Ŭ7du{׽/\p@xWag*VW1i:}ELh-y{!=H. U. s]Ž~&Zw W]OY{ _(7:`߿Rev PU~y]Z磌$ל`Ak~cvl,㎓>*8`Q P#g섩giW;1?B}m]b8Y*>cuwm1H.gx@w=!FԀ]uOOS_җȍOu^moyK77e,NoNt_̅Op=xv\`9OyJkȧ?yg~&biS>_} fJ9NqDng? sʜr3Y岘Y_|Ed _~R@]^y Z 8 suk[zy8VXg+5U|kzLs?zo?~xgK_zI J)ޛƿIߟ;tGN9T}O(+7_1p;/%%iϖP| sZ_2rMD)B5O{)jY:d8ZZCh7d[i{ﱶ-|tlD_ y i}ةΚcd~ۿWjԪ ~{׿;)jC'_<@b瞻irʷyO;ޡ󁻬jk5_1VK."6DX񪫮,mњ! 8%\,7A?yþB}4}G?5_@xWu_2y@|v]N?UXz׸swvbKuDO|Jbux#g<w>gwj7*b\,>Gp3;VT3y{cB돿]~ic!Qϟ矋ゝd;_}e|4:>byY)~KW1WK{5,1YG!:PȮZ7e߻5ftosB <+6B;F!KhT9/=Kc?aJxx\6UbՒ[8|XjwT^ee/.E E"$D&=^j8lxe$КUPY(lj\Q6_v<ا/Ÿx֫K^&s_34-d4m @cPi=! n"+eh۲谚\~:Gso~s1 @9VJ*0mӷ5ze1k?ǎswTX=xC"H&*0_Y6rccXgn$730rQ;sDwv=-|M22؉ %j-*YPXk+KDD{/{@7އv.:rXx/#YlHf4OגKg[w9R/{[ ?$!\%b\9]|/o1KZwyx.d ڐND cVŗk׺cx2B $啓:|+{>yN:k_w謳EǘCO:9O>Ɛ\&A7B` Ue7R֢ e%WS,#ӉR֢-~zQ'10fW(m 8xH?$#x׿ȣ7-.Gr .6 !4}E`[b Rp0yWb&c*0_ML'v"L/{®5V k2xf9plEdnKN˃zyָ_ y yMD?5eLg0hfuG aYMX(,a* V[vձk=! B` Ue7PX;},~??2" PX_/yvg² O*VYb'"T FYԿe $3Sa{.zLq,ke,( Bȅwdd}]cxfQV"R!$p(/kĽb ϑ1_ M- -/kԈysmnL9{XcbaH 9]5 S-[OSc{ +)ΐ\'M_4imXOE/L(#GĿk箨V"3Q֊+QctX"*YPdغz{?GVڪ5wĎ9M>{eXi%ܤmu+| :Yܶ'jyƟqa2pmHb'"Dـ1YR`viS5}濌o  _-uc°:LD $nNdqr9w&K @R^珳?Ccd(MB"HkK ?$ -{ƚr+0-> ~%"=F[ kB2 n!+pC ]{=qIWUS$kP[740GKʜGq{{H[>w 5%eH&ɼq>S?joh?}E1Y; )08Ȳŕ5~Hˬ0Cz`Gy7_ ORzяn$osfU|58\;j_>q1w#vןǘEq1f_L(n?X.swGC_>|dł-5:M_l¬ɉ8X yg y|D_{~Im 뺧>ݑ#j_Moz4rv(tM߽mokDހE g>|?~8kJ z:Yi=Cݵ_'27%z&1F7؁7G黻>}rSNx=j}-n#ſ..Z,ǥP~~Hw|3 PDDӏ?^{ma}ӥ;>)MsnϿgī]" ъ5}|&3u oE/~j[_)kRhe-HOv _Җ^tup:i=aO֕4aԧg=N?xl׾ǩN*iyeC#^UWX(4H/$ωp ݇s)\}|&sy~t_mV~os }}CO:_ى?zl0˂S?_Mz?rvb,.WhCf|ы $:<>4Q/tߖLoTAy}Ӻ'?(XdmEYn,hԟ?۰_^x9BiJۂƿ0tnM^|y{npSG8rH Kއ'7z={P?~578ԚPw c2G5v-|,{AiǟSSkQioWd%_/qw⍏t7!|~J?y aw2Du_\f_뺯~]>'ֹZ\{P{$jD\ Ͽ}qѥ^a_~Guq !H@p͡}y$z _? LحHӊuuG4^^[_ R'76UwURy=^{r!16m+yxښוD. YqXUuGbmB3po-`XBq>#zly?8K_5R"+` =yzl71ɿZOzғ;OHe|%:o@Կ}-yBZ*?|h&8毧 `w2>5xI׉ GS'zdf%ӽ?=K_uOyӞڏ}jЇ}njry2*f{R?iTfݧ?c7bU`眭s J57fA}L$sJHyGx‰5f՛eWݧoWwu#_&`5/G_#5NfQe^_3Hѿ2dq(5o䕒W P,vOJߏ1~1~Y|^mk^ >|x<ڼOyFw,W\5QZL܋AYx^!6[0*_%=M>lfj: {?E,O8޻vuh"I I֓P}Ѝ^M[UZW,x[Zު nL#AQVۢ`7$PHA J =~ߘsk>k9{o|1c9ZSnkfj ìXWIoïQM4 +% ]jLE+'|#Y;iTeYŽ_9>Z3m9?GM~O8fE9wypbozmĿC%g{'r[o}oOc!\~]z/[]Ŝo>5?ɏ?.g wOErbkXw5{Z.57wү?53fID*WjA?# *}gt!v2F]U c?okwĨʒgʋ݉hqldE^=c.>+ϯg5ԕLֻ]'I޷@&?'F?t%w{udy~[N~ˮ_?]9y揷7D껢e&~du '+Ө.^4}9]$y!:4y⯚r ^/y_-2ڟ"sJ_?_׺]W?|DL3ު0IeT}MTVȪ__.٘ZyLQS~jm0TP=AeOc scߓ#^iơ(k-wul~ߍN- ߟ}ؑwv'-gmx%_l4~e˛znk ~|_Aޫ9`7-_бwquI|M8t/i;([v?2tF3ӥobj^+TL3M ӌ=؆/LrpFz>ӌPֶi\sg .𽌿;+\iOp?#O9"eEǏ~a_|}-fiJFmdQ(2ՠ1EwM ovf?`6>cH$+3;툌ϏBъ"6\}QNɜOd]?PL30?{j~d%<<0,=ྸJs.#fm&ӌ#TWy9S4s|ksiռlOӎ?w>" .mf^h*3L8n  tWRR9zHXo0==ƕknxu%Kl!M":&\I?>?_rsW|@l;γf²9Wg~gs7RXu`P&tW㡾>3OqÚE,x%M!H@ebכWy *WoJx'O2"ܱUwiic?5gBDi!ear?=~Y}k6j|?gCd#$(hupuJ|XYB\0Gb"8RX,i@7x[U cƿ~eي+i2+i8RX5zΩH1aXH^wb99Uƚ`OFa҈l`m^&R9h,wO۟NJK8,TNpq+OF#VKT* }yb_:`&"2CrfE4w/o278M( / YAS(ܻkV\|GMㅰu%TǔenYYM7Nmh/tluPeSS-Arg7ĿNOϫC}xr僶/2qsP\@JbBqSVO ~3=c uU!(]Li?;0l䠕W?pFRÛlȩ2yx~cP/>ݶ6_K6874A 㝣qMMi(\We =s ,^}5/ܷm1JwQ(vtDQ5G{av.ly?M^/w#5+徆c>רgM<p6} B`P hY /} r ?eEϭ]^Kr!1⏾I*?\@.Giwt B1|2`?bFn-@ ;,=g|Fw&v<mw:eGߨ QȢ3D [KK'O![EoFZ}ofgJ [JJ^ޱ~ӧ2E -}d2819^i$9P½|ucgJ Ui3 Sӛƾߌ?8/ؾfa1.hXۅ03ܰ7K [c>4x Iש:ʐc~v*^j*1`4V~ek{JCC)Rj*1`TY1/H%=o AJM%g9'pvR)36C0?~s9{FauqeA1eM\*g򏹌a=7BQ`zĕ}?> #Qßzon;8N(0~j7 {cos$! Ax\s0i@g2M?Pco-=2>n9'3 S+ JM%*fAĀ1a  U e!.:OZOzL'O?"eӾ:?Em Ofb_7aۿɎ"r. By;4bZp?Cknuz_nۛf\b͹lZ@CYC94CK>VG4ߙp TD{09ǼOԧN&s{\తsOʓn;%{羌i%_LqD QD_#fnknt{ihA)}a7!M;GFu4s1ktvS\v*YG"(\dc/z^OkG8c}cLkwG 5G-ScD3sla^E_wM%G9#Qs܌QkQG/|Frzz/_G>7?"Ep0Ȧ0HU-UAϪ=q8s~;}S'uׇ]t+=` iԂV=Q" \G)e o3@ɠ2kDblslyABv,mu!:iswM`*/~GL]hsTmQ`*QMpc-1̒&iX:^5rzPKɦ#MΦi*7Wl0[ԺKh[fۃB7& ՐPwk|vwhڔZ<5{1T)?U[[۝˷9,;} ^MP`**Ѩ&֧a?7ڈtڷ㴝/ kP}^( 82i5f8>s͋UƦ--{0^Qcoi6Ǚq\S|+*Ѩ˿;oyM2ȬWl[:E^ϼs|l맆qghiz&?FAGށl?> y.RfR$ŀ]q#TPP]{EB0jRA G>Qӏ}c rEŀ!RDJvب ʀ2-(Qki)逷P%ʵY?fխڂ2Ko LimfT&H<D ,:CrǍ6s`}2ڿlE~+ Ql #$7oϑtXͿ7fF_PFfBHs7 pRkl)7S>"P8 u>v^j#d_FYk햴bbÄXn?;|Fmw Z{XxV*?)Gm N!ß6ǂ{NhirM?sN=EfNyW6]`G-2>b.c&eWbr铟ut?%/d1?~y;7q#?2dW~u?[x+'O&  @RUo{ݯL>~L+_ɓl  N3dr? S!] w,$A !XO|I~&?V4Z ?56zubַu"o^^{ɗ^:OxgZwco N;>N$əXnmmbG3(5Փa!qH.Уc3vk=ۣG0Jrgwf,h\B9YKˋE$e`̀$}Uo$k#@k_:\Zv78-Us`Z'9'yy)ΌnҲ{[?+t-@kHe35$Kj;Diwc:Qg?ނqV^383*FB3qUom'; T,fJTT5%̠JʾGﯹᆡꌓ}g7 4n&?_Q3/{}2D}o}_&z,aIʺf}"yX|7|gq\7Y 'L@^tWVB3Boj4,IʬbL'|GerlzX59ynvؘY!23*9; dm%{1͐Gs7]}58s{ki~9L ^lI!BKFÒtI8j̠J^`vq-濣6խ!/y_TxJLy))pq^8,zpzJWs=Q7,޾>V&  5*ڭ+}+ @.( 7"a r\L A}nx/2'AQ襕Sr%TLX'$xVfwִ56/wִ`KmTp}?8e8зC (J>_\8RXg %RP]R~Q0B |Qe*v<p-ֈ&c'v7xaםY|+=ו9ztlˤ n?BHk!}nǙ:ů ֳ=>?f?2ãL[`hi@gWspt(G^)i=M˳6.p\|eebbDq1&'1 q/\Nۊ pwUu,~Q&%U݀!AzQHo䑹/Ͽt[6]cz_k 4Ne!32le\+'8tF}PG@_|xUbɠ|灩|czWWpܼIVo6a`Osۯ$^L!Ci YIJo56r24(zOVcb\/tO}W}Uh?1ͅ ,(xZI>;}{\? 8kFch)AV  }Λ`|/1'v?EA$f?td'!e|]q, 76߯jG4@ʭ=OR]F/s_Yy .}ʳ''O >FE:AISo v69B3Sh*Su=Y_@1Wxݜ]Ew:*[ܥqXae{0|?K{, 흹_2?[k>iacd|{?vZb8,e%|շQ;N2&60j=4[/uVNZM,eE{?+;իUBUPD՜ٶ  x&gvȿRKi ?<lmU;M-WkZrjbM}Z%=#dGڐwR@/ξk_vM7?䦠}FNtK+. E)iˤT1w XNL+Xw.ǮWedZe&b7b7e N2xYr2RaJmo{,JaI sȿQEGn76 -U+'N,e&6&G>1m[Iegj$ ^Z<8=ζϵjb\n8#eAB-:+'& Ugvȿ^?i50A7سAejR6 \oVM)Nl,Ovqc`oyѳ><,(2Q&гA;_)Lp QгA;_,~祣?|otR& #/*ufulÆJ@9nOϾy#kl8wE=U]f=L=7g1/~zP}gl74 )](XݯSa---_[{XBiKԌoyo ?MYմ^?%; ݮ^ş 64;_)m# Ζ z6h!弴K^Dq r^ZM Ul}l? [ !弌:16V !FA 弴K^D1jZܰ/$Byi516V !FA 弴K^t;^jf]Յ؇n~ߞ88N>ޞ^D'yp67G";`^r@=_k^uP&t3:l_})D`ΰ 6KJ?ڋ}jn 3g70ggiT~z \m H?‚"eAnVe? v,UC|( Asܒ\ruFȬN`/ M7.xe%B}E X0How3 XpAOhuь[Jh'0Kbcmr=9%>YC0KV>nuR_j0,:9,`):Fc=?H99|+^L˘K)0W&?Ω+s궤Ws))sƑ7}OY <Jf٘?~}fQ1 v|}?OCMLKkۙͿȏ )C%ev+@v"E$; )NO7"-:HdLX3ЬN`/s"h/nOEv%s?=Iηu[ט3òss1?Qᵞv|Dam9ڭ[/7ןn_-VBZP;4uEh?b?;ruRùKbd{a>J L濳vL[Ȋ'~<;S] o]yjiVe`? -oO וӎ !i6d%*p側)阘iVd.uA=(ԇV{\{%jL#W̶@,*`7]VISSjugoΣ_Ǡ8)`H8}'-:TR(c!F> ]o)Nlg /hh W\.1'b^y)SdN xxX"~k>ϖפFY}}/677/5=VۃFYnx3^} a-h `d9_~| CzH?>g uP#w|u*.>b?aos6ږ46iBv4l\B)??#j]' 0:f/ho,H]U:6)`}e\1?b^٦KoF^@s=^XuWI܏CZ uZP:"!?ǿ赵?^=:Ǘ+vD܀5Ưs_5.2 0eϱyh"G?~Ɨ0csowi  &ܛg ]VI %:`|gK5F؁]PJ >`4 M(Tj`6(ېĴa{xb,j,#.E( f#o Qڙeېh ˵6{a6'c(ha ­wEAvY nTtc~^屣)d!BIc`6X>߀D0A eL2̯>p`6XA:!OEɂAM[b"bP HS݃+OommRgҏU\[!B`y*JI<<@FMXV`(YiK?JP;>C81=w8T挴`.p{8bj#F|$.8v vd'O1 ґ?J` 2tN5[&,~P Pܐ?J`d:!OE zD̿0E~"jP 4TëQjX),HsS;AR GpQ?^5;h!+XSv^ c,J f$~WdcyR4 V0T@l2T0zvT 7jK,owQpşRXAK:|g)ڑcIK[l$`'LR5 ^~8Bih0 8~1JYw|Fs ,; m4 VpA?wNRd- |- jf$Fуmw XCK@ Q7-{_'xv6~U'5{~EQ%N]zjZek??dQJ*G\760$ - =W]5_> sőw<˳_[Y6n?.7wdfI{-jFRNx/=,\} i׉NJ=Xbb ?~Nuvq$W!%|EĹ"btPHUkگ큔U AG: oJiV!/3+*þ"wPDJjn*^\քh@ UQ?V}pO|*ObM0@$a~f`oc n(#ܸK"~B$ -Ȝ{GۯѷGeAݴpA0Ww_}Ss19Xvɴv?#?(:bCR|ދ./PN]wdYT@ У|#S!p7G}ΑE-،W!3)' ApT>AMKf@TOҗg@16/EfiR>y_ c!HѶ>uDw/ϻ~O㡘(XqD⧐( ds!UU˸ 9"cb*'k4 J/?]lQƂ^tTwB2lWZ a{[I 9Jf$bɸ7|kpK˶_CZr74k^,^ ӌWgLK)y *gwBvO4݋wK@!L;eW }L(RY9#"Sm7wX7^26 ,V@SJn;?P6֦Yc,wܑe퇿ņpf F' gcsyMK(E "4fm-+e|bCL3N;n SC?Dn_E[[ڮjEVx)p %B>+a R>?^T3Op _W iKW/ũb"\t/C.ӾQ bX\6;߷.Z_qg%("~h`c:LO_zEs*Ê# tV? 3# ~lCH?cokZrBu/ҭD†(BhUlzKbz}$z Fr Oمr^-olm{^ O~6ZA[[5H^^(ܾnco3v›T106G@R=iBXٛ3I7MF֘}/h$l./*|Tw hR50~)IO>QrY~%?HEŏm;4$)<۲.aŗɽ AYC$-]Yd\@ѰCN2k_=X%g =[bGݝ<jơh](/ˣ U[j|X.&6bCh_ {C;k&`% .ux4+@{yb?^1GC[-/OgxOPaMP_*6t}c76l  Tu-:%'^q6GZ@rŊ[™תi z}QАfoF=pseF4EByKņ(BU߁>8cۊ7=(7vWʍPP&bC{y{*t@0K˭<V2/x{Oӫ-/soP4t;F†(B3QoLѱ3G%~ YNU[C hXkB9c#%z? )v u?mo>uLAÚ@"@Mۓ#eG{vfa[py?OwN߱|KȮtJprb* h+ h](_ߙs0\@ԟMTX64Sr#.qBumN/gHeCSyATǬ>o$.H=`@и/l^=HRh7XYcɎ=( Uf֘}#@*' ҴLaF<, U%c@&ؾwBzE_~^+ ABk(4X zc`| TowOwy¾Bk#2.yo_ޑ\,P@d^uڔ84_q#@dԌd h7&xO31<$̚'Û" .( @ T  8.%b.`#ZM}/TUQR5} Jj C؂ I.F4>xk Q2\FAcPa[`/o) \(G Ȁf-GXY P{B1>j1R0CK;FΏY} S]=i @CP&y>ywd;s( fn}ִӽOi%@6v?U%@6i?6U7{l9>~Nmuu#( UfVofYb_pb3E(D)2)ģB\$THBGiXg4Vs>H fcJ9FEOJGݵ G6\}R31$ͬˢAE"~5x}{yJ%ؖ=+gH3PC~'WR@IŢn;4X( H/˾-aː3t yAJ0@' QJgdM Tw,pPö-zUz yÊ# :<`v *$~7maA!2,Sx`JIN%#.(浲44$-@1 PN%ꝅM/ خ~c &Ju*yᄡ_l0@*uM7F+ A]f1ERͦkN%` ]WM;rX"fiԩ>4}+h fAuw ymӨ"!s\VcBAJ0>y1?2 YP p+I1l0}s wTj^ Pep½i j T(S8~$%wj E,Y2b5`}}K ΒCkCΰI\Fw$ug1̲|ԩ}}Β-VcBAJ0@opzQ.GLZ0N4*ԩpS]J3d5 HN%>r4+ۜcaCP yAJ0@< w}C+H &Ju*yU,ssJc5$/Rd:mj2V+a+@?VkWPLiԩڬpaCsDs g_bםM|^vO+1 PN%úɕYT(SgnKS* yAJ0@chFűT fIj?,ٸVcBAJ0&ڐ ܁瓼N%~c|XsBN,b5`Ҵ ͂:<` ߱mS;`5*ԩm2cώg%$cɣ TRm|70EZw?N{, 13~?_b;Ewi?,$\qq-aOGk&cu*y?_l(E&qh0ܷ5q ZhO*2lY9 OqCYOc41oxK6@ߩ ŀZ3nmmpR6q_gZ{ Co:'~h܋}Eͽ_};s$f668x}FڀV@rY#ǟ&2zd@+`LcQ>7iCW8F _l>k52O;d\,^NLs7?}me75`Ub?5ztw'i ճ۽841+&?1*執:3iG`Y^> cHW.~&HevkKnk,_&Kb1ڮS0ַ8?t$x1̸K~bYjX7}.1_/8/W?Yk̯>x@ 3I`ퟹJl fǣt1ފ3q3\!s_}*8 dX֪=U/),;L&OLclWNo濔"B#jpnHZUüoL؇'v~nm,ocME.ws?glYH~b^#=^ OZQ;^)h h+:T 4'mϼrxDdX{)v>[U`Ruv!\OrrwZΞr ŠbڎV\=}[r(o}no~͓{&?&wɿa'G<r!JdE1W(Wtrͯw?ϟT|~G?BYGe̳V"jg_M{{&/}'/$2 yMADa`&^dw%Xy6y 7gKOQrMD?!~_u, !n,X"qɈ}3`U~ÃH{ɥOVi?A;$ڂ~ 9l(U;y6\q /7&wܩ? "fF8uU4'׼j^>^ '+e~3٭gRnxv!\rw_җ'o|㭓|pjۿ9g=Y]#K_SeJ.$ F QD(E46/o|Sv/tB_H;8Oɛ -t@jl]"%l_f9%(dm Me. C{m(cvkP?.GIq4|#g,1h_,s_*S/ـپ_/ɼ]6# >;a.J/5[q~Ug!o䜊~^<aK/5P$y *'a0o_C]nh更p]PZg"wmMe>,~6f(G;n/FOPt}Rjp}ߌ`!(6iy5iXClPG̙煲!}ƒb:`ަe{Hz_~[`!6ٜb7>IAa0osgk#QG:ޙؠ0.~_PGcG]/`xlF 9=6.`+ (okUZ}<ij}Y osin曨-Έ;!Z]|v3Hxk|;v3AA#sO ]{ zU7\-~c_O~! &9y{n<9n]qLqWClp;oO0|3y} KBv3K/O<{$£y]|?.VA. Oj4˺;k^+S,~CHtDDwyΊ9-~vPe/ bg@.^yw3iAn&5HgK7[9HsWaG /UCu/~9?d;̶#H?_}ol1׺H0o d /]d挿i@g6{("LGk7SoO~L>;'G'?_ɕ|rG=RJ25 _E yl 7xc/L>p>freWfas].x=&o=|'>Ipm}iO{i{ߛ|WkxYvE&WUKcs^;;=IO|}] _\3CNL_m;\|c'_{?}E'''oxWqrs ~3зwO>I}=_'mxҧ<9{{r⦅+poowlr#1y}/~AAAt0VpOz;n|c3Le(*u_CdN!c`(Ιu '+Өʒ7_ꮸC0{ԟp^oM>2_f_OOO_z%7?N?YzLw8+_o$fr?M+iTe$X}WU{ыg'>I9^1؏MַLeQ92ql*$__|Mvoy[S٘Oj̨ʲ+o/UW]5;ӯ~w}-oμV X^'+Ө2MM㟍)2W|?x~wXg=ooHǟ?|e(ild2eW>kۘR:,> sY;X :iTeyԧ> `||C{"?VwPd;;ɴsɓk`, :iTeYV5~~L~΋wC߉ꋰe:iuJſpo_}^|n&{ QfVʼk?5U{ ͛9άYd79>?ݗu;~F <B\/.0_iqF qeơ[^A{L3. X&GU7٥c_\yx ")#KsHb0en<-U~E5i9gpEXR';@ GGyM7%ur!Ⱥ?SȉeE;"&TjƟn!w3>3zR[cf33f7֢€n}l)ӎ;ͥ^:䓏S]Y|L' ibX ⅚x\U |1b:\D%` 8]MgO?^]|yca+-Y{:2E/bF7|E.` ͊&o5m-(\~B63pyt/?\(ߘU㩧N h<~ 폿]Mn@ʿ̪A0}%gw> 6ޔcL); M̗ A7fl0)jߒaHD83Sw7:h;7 Ư c EN;k j AZ N=5 cjr٥X"߿DO{|]bt ?uF(WH? < *(|>Bm?i}њӲ]3?3.<O?\iMme?3%xOͿH;LsXR(J&@',=zږĵng4b_~drQ\^xxqn6s&+O\ph@{v}_lE>&+k}i_.ϟN99#ReYҽcvle/EO(Cw%u.v-B%Jk~??8k?iW_}U>k7rp>ywCp%y E5VMk; ?gᛶ>tr}xܗafpu5[z)QzO_grL< YfeIOhӵs6z+A>{S3N:I<c ʃ I^ͱTJuO< 4)J';a,Ф՞T@x0nC*x0.tS ϶%EapemxUt0E&;TiMYdP)F H[C;m7 /}Nu`ƨ#d n~@u:T@WmF (W2Ũimui'Fg0KGFm}V&:)/fjxiܐ&?rnzC@ t^Vr%S_G2Sd5aDp@>| F7Z6O\HF` d1?߇a$}<3o=ՠTA\ O2$|)\[e?zgS?=~9l{;+]ȋ9s?4H}p ƹKGKP4@je?^]Uߗ+):5=}`MzO~J_>"D3y ,\%Q|GK@̒Lj"t}3b@j[z_0 [A/Uy0 +Tgyv:T@W]0N/rɷbpjx~=,UawM>h/$72$2)dCE"C|w~'w],裏GU#{#ȧ}iϞk*C2}B?/C7Ҕq؈޸ie U:Q|kgH4>%&o}͉23rJ5s/:l>Cjg< D4s9-s[C?$%6pO[NmQ`En=%< ڴP̦kz.7ZEeB}!ckOSkPg~:HZS.ŔPlt*we>HE%E1vl)s  %`)_qS^pCPq+CQN6P$1:QL,;nt7|R=L~W<7| 3Kp%&EP"Jеױ]BhʻѠ#Ov,IvO?d=Yμ Hs޻t%7GPZ9e.I%y ~sǐ_Sj?&7o<*yߩ3z?2a$'EjD$ -f+L_`={s973fOW7UοALN\M/:{LAQ'E4PQ.ʕL1j@NVwTCwj.N $5 m/LlR+yLEG,3o ބ<oZ Z])F Hˬ^| &S,=q)Dp2aַZFo}5XHY7`j}x"y.•td~@9!~`>4-{~Px67U-J5 ٪/8bA6Ph2ʕL1j@jj̡(nKZUW/SiJSq:xe5ہ#- KCx$;M@cEA TJ@]< sl>6h֙XZkG TX@ Pk(%ԤTu4 Uz- 3`@oO~ R?\" PRyK<Aa؆ V>hkA p::~;ܐ wug[Αo.s=̙293SvX:;~?3t} j`_2r%-Ce af̿d}=52.A*SOs/=8M%D_'7uSgW^9> }0:AE komLhwKLӃj։" UbP9Hvs~i<fCZ4[&$=Azs4 m`={SJ/YQd͈!ÞvWXayyW:3iK/e ǙȤ^K0ʸPPRKQq_bsk(Zjɓ^ʎ(t)-MqTO>d9|eY^ta0fE17E\ڠCSO_=l-XL LD۩aB|TZ, -x wY?pEhF(8=h_9M,F:cȦ]‡!_r%O1.b|.b+ٷ:f;X%"|גVh_|!R}jk`L)܎xv-pAh6=35n_M 4}!ਣ͞m}8\-ٟ8iR>swyRiওL6-j摹원I!Y?S=yW:bh+R\? H7? P O01]#λ#(u{D-P$Vi+3Bޏ>hCP[vn48Qx(1n`1-N["@ۿLZtC?dhFAYuoK[M*hxZy!@GRKIʒMDuKjne̲0&Q'|V+IBV\Gj/ZP'dFJ[;L%zA0)"^Q b$w}AỌcqj h]< ӞsRSzX`)(h HQ))C5*#]mV 7ze_Äp]< >p*L~tÓD/>EdЋ5*#ҙ5 HT)";HIv;3$BU z#K"HH (_2MHf|s?f3I$)o_Hx<3?jhSjk(7.j$dFJo(R\~DoLLBf@ԸDIQ>) -Q̕mKƚH ˀ܄(_2^Ob8dD(94g/mW^~.r:{`.g|ͷ7xC2zk1i19JSd5 AI m֮]_M4Fw"Z/ e\I_" dDh =)-{J|Y ֪>THXJy>x.A2y)X䯲vu7GQŒ}YBӒ9"[9lA/~-Qj$dFJFo؃fp.YVJJFCcu˨Co?)@N>9NjFhWH)˿dm|iv0grB}'ڵ[uSgdUFed++IFO?Bw;!T, ͕Do_H6/.KVZ)ߑ },r~)qO/v[{_9yϛ[=űB Kx# C<؂y/$PT,C/[KTX`%`}b@=P-^'ZP6_B_3~5K%װP ]r%߱F Uii0~~iƏp%ﰯi>>lD>[wV&N' qni%+P("=\q㩦%mo@q /}/]W;WxFMMb+YIBYl0 OX/W?a[%$|>CՕs=mYo TAKr!J+jUu?$|Ȟvqp _UM#Go-ƕ<o9P 9RD =z8" +%|4FLfp;>_сz;8mR&zcͷO b*SxuR*˯Bt|Ӧ}AHtjk(f qŊD~o2Ü_X7xcTwO'\6Jʞy.vPϿpʒAs[ñ-FJ<,  a/RQ3xUf@J|xPUtװ3Ze¾-iC ދβo~Wf vC|;h+ⷺ WD-طdb1k6`p7}0VQz 4:`pn%S4T< +}S:Xa`\C~?˾?g˔C0q!?`f?֦ʷ W&Xs9X`!ĺfg>#F k&2Sϭ\zy;)ft}7Fwcl4 {y@m.o{}`>^KEh\\?"P6kpfnC_͈S(>ZIR̿ !􃙿]KJ0V Y٪⫯wxC1=&c_ /Q-Mkݷݫw FϾtAmn?fAPU_<%昧nZk%s;V {y-P!yyӾ}1{ʩJsI`]f`27|}L{-ylk0䬀TuRUgLW/1: 6ILWOtJVOv_/Ňi y䋿?|t0ͬl0ZþV%J* ;P4  NU6w٪LAw84:WABe6ؿ{ ^?p /"<~'ܸzH%@&b}- ߐr4uV<΁O?Yoiт}kCY.2U͗_}d>ΛgmϺV#Ok;r8ʝi}ŗ&wE5E6k ~G68AjĉI~GA K/gQG|24cpw?X}6%AKoq$?|Gz׼cWS~䑚wق}rtY^f{¦4 @=_d_|L9bd2XQfi$>}#?JAo5Ff}݃X@S v#ؠ}m?{ݔA{16hj2cl}3X`ۯx6cg.TVɾ=9^}?Qn6K&n~ bP봿@La2PYAuױ/`c_ ?WIG~ߥ[?=J]5=sG6*ng2=lz椙G̳2_yk/b!"<Üm3 KbD. dC_].#0 p9q n !veJ!Y$,J9! BZ4L`n!J `ߺ6gt\NT"TRX>^) Lo~ -?sC $ 5gk[;y` Wd HBhWOC?cp ^2Ŀ`` >fdFqs[LP} AG5Zq(j*(}_m/6ZxɁjTM5`%Lov./g} 3e/ ^$)2j=O R`bOB=.0QP֞"Jl"f@ |4-6;=7gyf<Ϸj xMVE(Gh@'$e5k;L&Tt[m7C6K,+R[nxvwyBIe%oS{\7\^AgEy1?KըS\B֤]y-z(wK/W6k'XSuz8+lß/@IL0 /1絢x ڂŊ&,M֊obנ?8]}Rfc*ƍG,_9$ B94>oxpL~kW\a?xiO$#18?875֖zGgtS:䁪ٜ~rMV ExY}P_>((xn ~]}Jip][W_w( RxG,|)и$i$e6U1;XHKADeھj vuA>8eU_ {ZW]}u40i0vOKùDKmxW(@io65\"`ֹ,wpEM,O`*1دv%ߖvZBAE%Laj=J(E)15(.L PF:L2`T$/ F2 $%)!dA&k&}])KÄ%?Fna#1v$`B f+Δ0g朧E&/̦:~Sp 7z`;nus0eRb㋄3%@JC_X\$SY@sAy.[ݠ0& XJ z|pt(mi1[ޝ(PxCt2`)xo»vmfN \ˀD2.L PqTd4L"(e3$r!a K‡A,gpiiN/N.SJ@0d1ihCm1%$ܩ9f8@%J`BI~`t(]BpvZ,%$%)9](5jЀk0GyCΔed@ XJLK:Ao:c0& yG Δt(k?eמ4?< f;>+E,(PBh>guߛ0z?6l:<RQ|21?ԿߣiyK̕@%J`w4bK'LQut7p|{syXWpb$)QLwP I9-BA6|E#! A ɔmO\zb_Q+cJzBуڶOk̾rKdn< ̠4 !:,xRJ`~[v`9?ϥVYPXPzRXjR]cD.]0`M4Do8 wj¾) 1 x {]ҙ,0qKpՕ w~%k@IDAT=h)w}yvM7?SfeʼnV9BÄ'Td>H )%0πC-PHK::.9ɧa&`x1%F%%)Ay3W׭F @iL*R"]ѡɌ %βW\h_@>x[(x'xBxRq?ꩤ}XO?L#ǟx22Q|J's\]e{N۹c-gAsgP|?dȣ=ݦއb(Q&)L_sA Hc0`IUu}VX>BMA,Gn*=Sv0Ic_ ڮdī짃X6iFLTUӚVpTB})8!8_Qkg؏pqo`G| &.U:航L*R"T)a#LqvlLA89 2HxG`FZ(衭6CYH8oS{AFBMCTD vCNYĭTs]+5Jc݇5jm^FCvQ֊.2_yZvQFxj*@@/sO"_<0]9 %hOYH8_ZK D͉'h*l,}F燲[>9Cǐx{Ё}oK,xJ> 'uCپ=L$cȧ1S®2n_P)R"^sΕEN'GV9:KWz`8&:GPr},_k};eǿ(JmنbsCjl~ ƒs=Xguy3kpmRI`v<A4H%ĥto2h7Rr[v9xگHvE(qe<7f7&C/ZC"Sh4ګg׿LrB3z٨; 1PLJ)S~/j9C~SmAgZʤ"%tg^:C{瞻wff.~Ț;EI֨PSP&)'/qBfmet^ځ5є={ڪ ec9rFJ 5 _z(f&uWĽ}ӓ7Gj\3f @4K5f_dJ^j3p)?{ -I=|Y\O˴ww|[{MV7_kz!яhZDyǏ/"4 nE{J?RP XbN e>1(B%J}\g+ {~$zUV&)|/H87!Thz,WZ;=\G3-jb|=NA|"gQe_KXGp5|뭿^j VBe'߆V~P.@hIq`(V+a 4.@fHKgwA TK sq`$&FHߐ->f%oP˴ZZog QvYmz,^\ Y&@cj Jp `cgՈKrxur(JU lj` n3Ă9:dq`*)&#a-f}oּS,L8$JCT:j0PO Ҡ7?AejӸ(gѾSVM\Ägd XQRX96иt wB_A 5jVIkiOf'> ri?Kk+VQd+Vh\:؁`f/k4kYn Օ!~W9:qn y;ARJp М}D(U@ =urtERYjTaƸ{YސRIPK4|jm&#a4.@0b<@pvu>|;l4زpt`=\i 5Y 2=h2{ZnLoKx$eF?ZxV 28t!/\uMt6R??x+"?x~‰'={=U# |-ۇKjN@-/-7WLV_z!gA~nTU>\:؁ao@pԁ ` V+@s~%<l>|I"4B -pGx__!qfCV+a4.@0 6h9iٚ[NxP=r^D6%h\:؁Iq`(V+a´ ?L4S@hIq`(V+a 4.i lݴDDmevQ?.e7 Չө7TJcK@1_zuҁPP+-Vh\:؁`f&ljkdP sLq`$ŁWZZ-w’_Nmy!z-hӦ%E̔ !|Q?4<," 0\"$)֨p2p2yGBa`}0D7H=\x[Py4,K(L)e&!a92؉o ./H>?1 tqYL_#.. I/\Tbz2 tE' 2$i ]?|a Ɩ{_/ UZL؟_ T6λ$DPQ&nw,Qgՠ%J;ǾeFjfь ,A4,Z{{l[_{\=Ef jj?(M*@obdHĦG9@E%Z;G$X2lO(VB`7bb9vfu_NK4x^.@ u(vP뽁^_=ퟧw6Kŵ~1FHk=I}XuckxW$0,A^iڿƐ /GfMçN4ˋꫯp/Xut^YP_{Un<}Nf{8 B?\/\箖_7E:-^Yn*l9|t'7_l~.Ws{\/Nl.|>4]WB#}Ӭyه>=tATVs4KsL"3_&. # .k2#H!"@EYmH}O$f+M4{~4_)-]s\p KKvQξphV͡T4$M<0o29@Em&!6Uƍ(3Jj p 7mP4%|y1ק[ŗ^'Ђ2lO%X b;[QvFjw-?^KGj+ʇ9"TB`Qۂ}jyG-nC^s EL[O4RԦ&V*Tf0+|A彶jPQz ڊ7(e:o8%8shG.']d faler˴~[? 12j;e=O_u{=d^&d=[c=5Zʫfǟp\6sZhoʮ⊌WX!+'ZH~$p0:Eƍhjl/}mvIhƄf_~}Q$K. Ο վ˯ Ÿs1IO-̔eM'ߗkzFatZytp'MkG ؐ*{ ۋ|}1ZtM"6呾t̞|ɌLoYvǝwas 4[-1]B6ĀXϐe'ksNF:u+(׿Ǝ'⏾ReRy{o{Yx_&hX*XԲzOHv+UDھ2*4hSz+A>ڎg饗y)2^_4'M';%{qU'qeQekK)([sQrkSgZ6wiGB.j6e!4ͷyE&ie^/kNr}!h&cI_I'$"2}F_l͟l4 b& 4hgmɳX:<׿/̲޲!C a"M 7d׆ ǍOzh+FZȧrF7ڑw׾Q6_P}iyFkb#5 RnL ^^2!ɥɴ`?jRJr>\s<[hyv/#G(C+'m/uFo#ߨsl5n8c]I;˥F5~ZM fb6N dr7'v!C,N*҅~hiA=fzaoA3ѯ_Hc(-GF "w[8SG^ -%yvw5sKV .ԷTHvK`?(|_tEifThbWxcK߫Rs.?JxAK%uQNOs8ћr-dszKq.Ub~::]2=\U\{I<00%GNC?}.k#?DwZ?gi,1p?ϿO W&:P_ǥ`e5웿ᜐUb,s׋_p86v_ۋ%ݹ8Zy/6`s^Tф;Y;fG@J0Qj-S|1Q/(ե30i!0*U4ߕ&B*V:^g`Bd8~]x5YMU:>"` >/_یu.G_KEjr| -{>Z[tNa#TU+Xw]sW-~l5X#ݷʘ!*eL^/҃;cZ}%ps pB @Z,>}] 6T?BhWžDA}2Z԰Գgp6⧯k5/%I?a<{m^>~r^}y. >$,Wԋ+mՖvՏ^.1h>LJ~E! F[CE`}_ę rJ]I_nKCŷi{q?Ltz _\>&inuG\ @ZHk?ۣϵ~E؏1փ,6G<%g3sz/.C4t핗_Jry1&O=g6k/_G?-HM!ӦM %|kESb`BzCWe]G}!5MyٺwȬ _q}x@fDI]wݕǓiIAZ {_L|^$, cH$nd>ۈ?2Ԝ?ccZxh/_|;? ͌ t>*otyH-C^t|o"WI/r sWtDˀ /oJ)/!C{=lG`܆^Zm6km庅ZP`өo2 y}Ԥ30i!b? ̌"TvZʥ*FJ\3Sjsi{M?o@k$5/ˠVVHBd:*}=?Qp+5lnQuGه%;י`Ł LGMki /pJ˫Nv=~f2>U?/Cz,L̲RDo%:/gLa(qQNd#8\G`O{]D~F=@]i >~%/d/ WW%өiԾ&H?6/,鬄=Ŋx wFkA`O.+K˾װPM/OdiyNSr~KmW6 7޽ghPQ'G~XFk4]2uTSrT{fcƌ." fwM([GفI*^ L'=z!Jb4^;F˫\˫4?)ә?-1cTљ_V5}}^hCڪ~,7Gޡ[셣z<{GBZV)M%A Stq8߶=PE'z=!4wb#FtDOXW"t*Ӵ<<9D}. bD!F':d›(=VWdA,ܚv!ͥce%/?|W}qD.2*,gSd`Qc!T:>q|2xWB#?ɏ3yVQ̳E_,g}Gݛm&=xo1n}}y褊܂s^?+;BI5v%Aّd3z$;3 mIeB7zYCKEe36`lٺQ-Dx2"'~4-sdo-2Bͯ^Wb-HF8|TF1˞|l6h&rYg94o .ٛ4/پ#ӋFTWU6iM_˯"o߲BQi ?9hl-?C2z&Ǜ'6~fA ~ũ;1/2xdm (h}xY^7R*{ ZS(rW h.Kp<;Svݵי/Kw8 uDaIcьa4^>f3FpӍَ;3X"|$ӑE!F%ݽtKN3Hzr*=g ~t}Nrʩ/՚nEY6alޞ6Na+r Ddd(ek NSw-|YnhH>@D]'^ew|Ү/ӋMKmB3}ȑ}'xi;u(6[kmv"?}!F6۔|sxfv4?Gk$s=wFwԆԖߵz6;Xz٥38 MHEk0'ԚQoЃ_~VkxAr CZy'P%[ -9ZI_7ߜFaUYjo|ZG{0 ?[E9 :#KOcXUlU>i@XKe Բ/>a}E[5<ہ %Pj]ZG{04g /Y'Ԣ4Bb}0ʔ5ř)¬$˫4Iu{AHum\,ӿ* ܆_hu}-R97whac(Vȳw{#_x/S4uko)0p} _\LE2z|SDz{Ǫj,Rh'Q!z1+Gʖ$ mFc[W91_4q阇/r_.?E3na;c4(??{ $2e5jDQj]ZG{0$~4/Y>W]}W`&pz$WTa L{ 2(>^{*LImc3ͤ$Jumj,5L>shZ%qq keoeMmZ~A䓾=na5(?]'(kGeR.}8 s?/ľoGZ^עk<7Ҳ6s1e7loh(b^:ԓ(\w!b;ھݜ5 t.rm&e, _}suȠL5S۟7N/_M}QEAV^朧F>Ќ~|M r`׭^zK?.g(Og7t_-֔`>.I45a u_(p֤XX9B 9Cx')$`XBٸ}K J.R98嵼Ae=[[m#!iK9Gxˢiliֱ1;Yh̫˿p ^Y lDKmAz8Hu-/Ԗg&S|`;|4hP>vϗ#I=3±ElƸSKuiac(V'żǟz/} G6#5xz7L4=?>}zьG:I1 ^ZL(6bkη؂f夾>q ^&_igӿ>λv1q,/B;o׈E4G))&MB%_C<\jnY8#F{8_cL0xO Pm`{RIH1{eph8!X75BML3laL"p yF 5EG'rj!ևrS2z#yzض:H;6wN|+븵~E>l+)wl>85/hyLA]Ьpʎpyxibf@`C 0 xFFs#c #̓wÀ FiӹYB#)[0BG_'>?:Ez_d!eз>|=ym~GĿ+ص`A~>>O[v#mz8Gĉ30όE>_if9D4QG{wiL?ˠAѣ{Em@ O0Ќ AzTe_bq1JaԀ'E$|IKw޳w(Ъy)ԟxVSO|t_b~zt,}ìS&Hj- + rGr._cr=t#&TJ wܞF?FA*~:(tl~q+ڏmϿ!Sұ`>?ܿ%ƍG,cyyb%|.Vϥ]Fk k!PVڏQ/ǿ3|I`|S㧑A]3.TAVEGC'pBC3U?(UL{ moC uky̌4PW"L,l1N)Gc.S) {왿꫉ͶدcєKn^&<"9wߡk,_ƎղNԔ&~sf[3d1?qLSLIlx{E ##m2|5^kw.5i?l|K;3"ƍ˻A(f{/zx/IwܩCOP,_~ٞBȿ@K8/K02읙 '=z4gmK.ɿ)?3YnUUz/ڕGT'o+tbGt@IDATqa4o s_BSMNj/8~MtW;UwpcXfIZ u/~[L4) ">og k_y4J7: ؞jzz&VY.y[rSOY~V&it :Ef@l|ݰ5 hY=ҫ Xj&P1HӠl7?{W'z"=IZ I'Ҷ)S6>_=.׮Dy>:(_ٳp_+Wq4f<} [K^&1hjihi{VjxFcCYE?R\!O-pŚhԵgBFS 9GGKK{TGy8d6`\iQҟ}GP)Be) kҰf]Uc׷MG)F\TQ~ɪ3F$%-*xNb`U pMū!PZvil]U{\XZ ujhpSL:B6@ikGV{`~wM1QjL 5 ҟ mEp_*ޞ6`\iQ]SL:B._ XI OμX/= /OmwZńKPr^KGB--L {cͿ~mRǯVvo~1ٷ!%nݺk>_o0|=⓿m|/4aG]X oEGc'UKio| ΐI3|ەo^;qug|%<q<ٗtlDs-5zms8'o] s<-;찃{AD]KR\+%OUݢo[e4ץ1vᜪlMU4\>أȏH/el cC(PE?yϩww 2,+ #rb\GncbO畞fJzm:X1x )f %Ke~a·Nw( 9cu;1lmU4^>p֩"~I _p&#%*?a0v {s#mUז'ʋh((_?qe?ѵ8WN 򹡊F]KV6xN3E Y*}Mjδ]J 2soT޳ZoW9z=y2r*_F _ݗuR#3;U4Zs?8B񯺃@K:V1QjRTJCzɟ?An0[ÈQ]O|mS;ej,+ztZH`ħ〨FCVت8U 0DžA. "*U79;55BIwVWRi( wNxRU|7b<@~Td/J,~5 b߈7{Ĝ&1 ~z^bN’mlv[ыWdbّG@~> sڶavmx՛hl}"XKtuw@0"ȈM'S",cx{Q½Mz:C$ -@Ys“* ϑ%"C撒^i;<\`iչѯ]if/O?r/ИcnE!FJCj7|9+^2kҗD?$_nxMqUԍ~goRb>:"jr@Ynݳ]39 Vu@"_e~ &DD9H9eU$IF?b٩(y[V?<[~K& vO)ykr㸚 sw 'yZ|AiXH)Tm>Hpy]e#}C]wQЖ{Ϲ9k囍`QnEJ)k駩;coGgf ;~𷗅,?1zupՈk7oec"K$$dA\e7`ȮOba<ت 0>>]BKG[NcfR֊GgeЙhD"HtwqD8݇HQ)@jrCAJf8:3ۀAbn+XM~ / ^6E>S宿_ џ茅]$dvO;qmhpC#_Kihw8#csJ~~U_/_KPf}&LH#n D~]V~x`l7#0*]ېf6ȇ9>!s s% у|6\tBI_aq^ /ecz'lw8 z߃=rS{ꠌ1`׽?ɏMы^$+5a? + h7BֽuV}+bҚ31.[w+G.߃5y8o[}gCܯ/֬YS2ԑ/9S݀Fhi[]ru %)QT.N*UV]JCz1?ș5o??Oqȡ%7JJL_'Uw֟u_3~f.Nmib >!w*m[Jx,g\Ə1{9a~_F=~YU#D262Ơ>brjA0܌7LW3sl^GЪ@JE@ٵ$5QV mѶ$`lO e3I>/Ѷa'WĂh&"R yKb!b/ØeMg10+<&_܅!c[tf6BӲO0}؈G(o5;s=|_@Ax[o\s -FmrJoW_fW(x?H_V}>ʴ=?柍H%,‡:'b`wJ\^y͝+mA˔ai2tmbmI;)&k/ҠaۖkPx8kK>[>lC0T|is5Qj?~5>taz~%Z,W7];Q/a%mazS7ژ^UՀ-(/j!*[UuJ/ +S%?~ez7t_SrYo6л?ϛ_Whwbx@Y)J2͵>ZkIj+2%i`6wCa#~rO[lEPt\G+p~*OQW,;?=(ܲwkSߣd5ȿnu5^Xw-7~в<|<*Yy +h53?B \:#_@+Åw~$Fۋ(%/g+_ C$mi)֗ҟ}6Xϓk5=Yo^ V8~gYw# K,\5@(\@C+W-_-lSt8h +oZ̿ oSb  P*FKO!RJ>[ؘ@i4S_yNw[^bCfZ,QkPwk^K++˿ЏX7C^yeK+y2g_W ^VM{k` Ju%.}{\~"9PaW7ց+`L]g^#:L 7$7s0tcPE߅_۫L =|MVՀiJcp`k5wy{EXHȒ%7jt9>Fnɣ_4$~hRlSÁcR_mH\b| u AϸI X8׶ڐ?qϥOY~]wg;mK}0߬.^(b@ E72'F:[Kl(f*d(CԱj+0 qUb;ԁ eZ@Ͽc:"oʴpB;jN Xs+h=楍D}_hӹ;Q=0~X Ӏhʴ(Wіjo8;\|}_G*gߞdlazofcMejCzvq}D~ȯUWnR2_N;eZygHNG/X_rM~//3D%u `j6Sw'%Ǽq G 4E&_k}" KKo4l}"?r?^>9"@2-z#a>(;ZekU)d(),_`HɳyNxuf<#16?DFy] Dt?"w_]I %i&w}eBN0aU@f-)Q)mU*ԁԒW9u-nqGZ(䳎&}߭OdbPYrcʿvX:L5EoʴpB3]SD X>e, (o܇:"̚ (4o}?:2-Cc?V!C,+6+0D?ApAX!?/{FӀ:L zQQCU|cH-?Oה'5*(}E38wgΜis"{ӦM+h;K;B <@"X P7O}| םTdL#5 BAPV:Y ͥAfB/f ׮۟53V@_NWcê%_mSSj5̌J-e':X|jQmXР/֚7.$ĺuj&MJ/Kanib%٠N ,8,.gϡL@c~;"lphW2_e+S@lEDNLM.l5}1F%k<b ZP<뾘V0U`*5+T{uefB֚b?~<*[!J\N [kr>گcUj&z0?ө ZCQcMח=y7p4?P}~nUfVDsqA]wەV qų_B/_6~Y&zH wwqVKLC"*-[>K~Z&Cm}hr^AiA( :&ߛӟ4qN: -7~qG]~E ׾Bb% "؀'Ѳ;Q2QnF}۹ ҿ˿tN38_|h=_ne$͚O?[zNu~g>}+׿uH94_+hXQ/a3ƨ"4Q^}ӟt ~K&j4yґP2n?LM{YH|3q2ew۸_G9efm\nC !w b{V!:Җ$#',_\5TzUЏoJY}\D̈́59DEZ$ 2"IaA\ؤs)XhLHz?|ۓVBcѪ9#sL̟W۝Rqfynz`p7sUK+@+ye ןǟObbRx}Ǹ%UK+H`H]6}۪߃z?\z)J6+*ZCx (*A+-b10l R?i=UמNdrz|pCl!*-V, qV0d\VVf4{GkP59D'GӜ?󒗼C,0?"$`kMц|.3XNȏ 4A4{&{h a/ g^gU&ak03lu' =iSd~ĺ' ,(ߔLd=4%bm0s׍חjo c~&@VK"xFU6A>~{-N- "y{ِ[%IlF_pҠL꫃oº KDF&=_?o./O+p"H[RiTQ>Od&"J|4{ꔩ[nѯߏ>h?ϟ{yC?SS >AAUT~x-XB;.'Xp!Ro+vϼVNC'͑c W/jyăieHh} _q:%%-ZO[ o*ǻSTkW~__4|zWx!s&@PӑuJ~y^T7ɹ.Ҫ:uj" }ToxU&k^Rx}2zH^@~*. 2y_#h/#L/ZZ]ZSߗdև?p} /׿/V[nUe9w|+_YrTrӟM6bm{+{_jŗ|zF'cbW|y$9s˛t2)ij'xT"[V]OJQW,.;'bI> 6\W^z#%3cy =g< ӅC95%o`'Z|îuxM'\ ~p?הrQ{S'Z-hO>v>)_ғ&QVtWbݿ߃wn\2u]ko&Q'iK*¦q%{ϱb2 ~M[mJ[!TNAGoo4'L\%w#4pWը{FX.S&<+$E)A)㡷gC9b%~#<ӟgM:E9ˆJkQJvm9[<anl]DTU'`ZT!?sD{)6Y~ C:GZ3c!"5 XG62CZ9"RlUzkt0к3&R 1:)Ο]Uzk#3T#"@"el n53zi#:, #./܌a8涶 1p:GlԘ.?} & 84gZ".5}nBvkDw{V0|=gV⯿MCצUTw1W72).£:q=G* C _E8XET۔0UӥU۔?*Bj"o%32WVbUV?xUnB;?NGUWk 08x$̍LAt"4WSUE$#3m*Gz~TH }A-ZnX3ğ]Uzk#[{Z6YX#:o A+^N;_ocI5 XG6R߾y kiaXB] e|r&j2N/T2-u~gG,`|!Ffȿ7)yU }n1N;/O|b=QƖS2˫Uz?xS'NE8ӡ0Кʼn7;dObfO3<3_<`a9K^@'!U)w<jJ?`X&+89I_{Z/ePkw$=#uz/hWDKhr0B OODX{ޡ9T }M?mQ۵ĖZfЯ !]֠);6DOb1o+X XG6R ~o[LT+5NTDL֓kpwSb=Ї>Tz꩔tĝc۟gW^{cyRŠ :^{f!uEw ~5ѡ֓c@,0R>?De{UG}i#NW{<ʑ _=Ƭ/uEied<<*O7D>@`\_0{1!_ rqjt tL<*_!gA JDŽQHH68[p:aQ՟믺 "&lsXJ zaA|gJt w)en sf50(ABG~[$<ܱ|ͫ=yC ʨw0̺Ϣ> }8r t < !q2Dȹukt z'$ |}<]N@ Jˣ|c(ڐѢd a?y^B00$eh;UX;Q:՟ƍqf&D8|-$98aQNծ|V뵯}m}C.E>)ݮ֡G Jϣ:x;g(wd#'h,5m/>!D:xu#6-WgCGB'bb/|Vy#8I68\mGuT'}+eQ:FB Aw+8Q:~ }1H~ Y@^,C!x;e*M, U"'hcQ}u?o4?){aA|gB qTw]?ab_u Q51jwMc/V筷~Q#ۯ gpPJ b9oSƇﷆ6=YQ9ra|-L3ȑ#7=< #ɋDw_S:A)=|EA;% ZzU1jM&Srٳ%( *pq&GݴL8H~mQy3g1mzqŕ otr9(!_E.,Ny>m %AwF;XᴗzNzI88GN3WJ)WKn.4I$wL GK>B,U1uT*ߜC?}S,vE/STxy=U  VXPK1udP%AҪ:s'ߑ= s/je˖{(!2yJl;{PH~G̤^H] IeEXjSm +~5>XQc5B,y@ޛ WٵIk%xH*/xAfgb[>#2ք~I[o-h*:7X|;)VXQw#>RN;,s}\K7[m^ ^r yyD&_ F|C%z-\fq'?YK8IW{qFpo.h-3/ ,R[,_* iVo~˛./*?}qWzڟtAV[O<؏u҈S( p"I'׿T1r݋}yQ_lDK2K/ϵ굠37 +w )\#Y>@(ه`o B Hg_/>aߔSnX,SKA}] 4`*q p;n/bmWACkr97H;[s\wumQZbժj6kΜp@-QFj">BWʡj.*K_ш`in1F(\ʡU͗D0cZq A{M[E|aD'p@x(AB I(c2K ZFOHƌM7©(%hQF|bCU}u (nt? G{78hV#?z0Pq~Agf8G=I q=YyFN "#{y |m g@qyU{IܛmQ>'ܾ^.~H(ރ7&E$_t ;yWʡ:)8L{Lq2MYxq1ud.%I,$!9f.؍y\S!$4ek65iѢŔ)1ӓ]Pz}S;>b[lLL 7 B{J4h-?QR(#P :$tB@yuJiE>~w1AYX&]d\M*ȵI'W !$Do%"0`-t~cn) Ȳl p{H3! iHI{hng]J)'oy,A)*L?-FN[ڈ^h}zժ{J1u"oIzFыDct}?O۫xu&3/Zt`pNc^H/ |^VO;%YωO|ݓ|nSqjZs.3T N°Mѱ(eku5,-^N;RfɕXR82QXסZBx\3@)sUz?%@IDAT!>S8 ]gT~3E V,Nq };9-X*.;)L-tu7Vl@ OhE6Ċ)Cm?tˇjKDl2]}aog򫾪SׯWҎ(+~7u~'Vj(p<-jjǟ +!B g^3ǟ \{;rb m44f,PEڳ)Wz"/Ј*AIb>Vve]|W~X0OQtsy]G  у*VMPWBCQEo11$&SQNg5~m^b۸؀*J|#-!ehEeon7 ~X/=s@??Y:Xk V0{mlX"K79%6Q؟gw{0͔8WWWD۫RunQ0BS*((8|3+\A/ah[:(ɤ6B 5iŕW0 ^.SVܾnun?M:PMTW TXWer#=Wt?}!O X=ZaTUNͿآdmQBKn(;{xbU;?Xv2ҽ='Ӷ6|t}%38a!?̲-.&O,v &~zt~ْRpJOҐ }76%jp3r IzIj)*</9;ϓO>)[A. )2_wğ\hH5|TmFhO`QtFk8йEo7oޅ̙u>mZ`Lq %S&#c1-ןd 3BNI,CK͕X?=zxT;a|J9mi"Vb!/DMb(cƌDAWs;'$g͡}nr9bTW*y _j%ݓF5)5c'͝Kn6N!6{.JJ5z0] ٔ|#I,m'J12Zme"@WY 6 ~ESW)$r]Hj8 Vr?R)yW3(vZCߡ 8q5!<ʨ !.!Y(N.ٝϟ<RWFqd knQ(z(N+p`M?r$c3.vm așsI]H+LY(*'.=:o{\SN7a5|y1ǿy@F>9!|m@|cg]{\Lr?)!X)Aicrya/glHψRe˨ Fˌ/QMRhkQ{p1=~}}{p ƨEt|!MA x-J/_cd ^(ZU0cw*r'S0byU ֆA1;ғ̙H-y, +<9vt;OV4F>I q&ޣ(:! n񿮰D|NWᅢy\eg;/ao6k2oQR3% LVՐd>'@2S|ŕ tEIẌ́VX.rQُ̎͠-y$%%$I:P1AsAU+in焊 "- BYA:c@4|4ؿEz+ mET(f֬Y"\IXN|*_eۂy ^M+p?C|VI> bM'l"Zbʔb];;B)WLV RPY H]Ob[T`*bCғ+|t&RۅJ" a!ebhlINOLx;!K%6zIv򵫶9!!MwWVJ,-]FA2{h|uD /wJT$n_9'Rh!>atGf*ݢ1cNzrnL[4F2zIO~MPtHB8>޻B3n@1'=G{7qThB-#=F'WW?x& T(Ec$ Q Ehd \#_ཛ8*4S #pғ+|dwGf*ݢ1cNzrC.%pNDI)+v4IVҕN‹K5_vj|#5Kt핣.[5Y~ǯ.?NH8V`d^e-2%Sc-0Wv~Nbj̠a./zK10LE;$翞pifP 'L+.~ 3Ix _M +(Ysh^Y逢TT>X۰)95DΧUtkdQ@?"mÇ[YVp_^7%S~.Z5nC&SVt,\L[K}:$P2dڒѽȘϻН}mI,?N4x)t|uo|k?Wm)a?2}Z1y|0ne\78\ks2DY̒RtjC o$5݇q۔_;0\9MƏ-yHb>|j~>tݦ̿ieդ0B>D Y~pHCcX%W2K $8ja=@e)|Sn}aP2Pl̝(6RD4/Ͽy|:rEM ǶO&{چt{WW$V^]ڛ~˜0|yYGHtu$Cp,".o>%v&$LUx[)!09Lm c#PcNyˊ <ĭaxU ֝V3 Dg e08T|]tiJXxMѣi[{1$hQ5Z W^Y(ٳPRmD&OAٛ1)ӴV;`4D`؏$A-Dok[02QUpFɢH2}WѭaЪeHpueBT/=\/^XL<8 cpW8+OpFVSLe᷆-Jxpo1Eԕ u*_z }*2C'=3D.j*2} Uq]~+ڳ n:${hFi4 Ul,\g@ЌhOw  J UgN20dPF%Ȓ~B`yg#N20dPF<̇oB`)6v!2(6Fs/?)6v!2'He>47%~s9X (诡ڂHCKAUA Tj>՞BKAUĺ$C2Rd=Z*&ֳ| OF~.4QULB+ pNY@+S !d;)!;"w XI@gek5}4JZd %L5`O]Uz|]eZJ 1M+X~A4D j$_&u^ݚ@Vcp̦mJmJ\TUL{խa9ZrbYLgPUX$RZBA2E7<"Ng.#w`X'D KC"mQ+DJ@PGU1>LpS#ﺴ:&D;@1:;)Ņ:?qb2ݒ[Dйʇ *F3ˤĂLti5guv]d}r\ViHbzTʯ%A;ULgf.yES%ۚާn%q>iϪXOsq3BKAUz<`q<> ipPUzl߿WZk1Q~_-?dE2ZŀtFhRA*t%F *V/j5~C=^{/8IaP~|9F6ǟw$'8V[=L;t&0i3+U5($p$Xijue-yV3aI>/vӲו5Pҿ94m* *TUPX 4'dz| f}UŠ ‰0a"o**(l*vuQ0&:Id.BR i[D |(U P׫J,ٶ(^xV@YOZ5GWd |VwmmYǣn@qVJC} IV1d-KPf>-p{Gi?u_B~g 8LS6'+I0*xFy!gÜ(k j|3ya] ~qJeݳ+.xnHN|;␃".\;-_l R Y-;{sw_>(<%^G-weOtF@crs҉`_+V_LǑ/-}_%wuZCW,//A<7nGxGk)]wk]5ƕ Dg-.}}Is^T?8䠃]>vݺ.+_vxq0ݓ:yt? y{^WNwxI;OWmC.@̨?dEυ4 PpLϤ ˟zltX\cr4FGh]93 /n8cQd`B|_yG/tj`F_'y%OOh󥻝cQH Y<`N Ѩd`"Ͽ||mt{l4|q~20i!>oۙ7MF?L%7YԑƧL:0`?x$~\L0t͌v՟)bM6'NATVNW(勹@ޑW=s@Vӱ<@A_!-?4$ v ΨymUHK<ĘSYUGs5T?@5Z}E<=Oc2XQyiSyy:Zcyou1&ZQQ8UHKAgOk2^0 b~m~aI9NtmW to͡QsЭ,wٳgU\tѼ[v1n*s8&l}|b)^iz{O][̻"H>k鲆,!#6v+< vMk]yَ瓈iK|m9g|cI()9rҷ13|8B%x/~?p8lNȏRuSo:1GQ^=XK1sŌ4N(޿J!13>ccgUtAxl6`" <-@Ol7tM;{q+Mm*'K C)vܑA:(b_,'nF*Q#n3OoYk]%n?SV[mIL(YJD *}_'x7֏cr.?LrD9}8tMCEMU.G%zh=aO$gq_D y̳7xʱi5?Wy/?y P~7[l&9{6<1c;Li;gqzhFiV7W+,%)SŋU n6[{%L;)S [8lzoC8-w G>'/z|?c*U[nHzx)^΀R!^-tp?9c>*G/^pH0(RMWs Ϗ[$sA]]tE&XszoQP}RlIdY\ 1w89Ћ+ڀ⿴cA zD( bI&ƛ/]^ ,8S"H%JPB4TѨkϾ#FS v*u-ٺ*E]F˧Z[~(zc--[JQjL KeJօY!O-pŚhԵgBFS vf?W|9jͷB[o]z[ӟtI79^&J v)rVxmyRױK=ccm'|5䨓)]:ZH 04TѨg(8xIq]F]K.JqQj{\fx`Uڬc @ \bE]F]K.JqQBG&O|kKepS%XuUT %@(HK@ T 4(B(b "-DP!B ENz;eg{{o7 s̙s˛;Sժ>ob]~{\/B7 >N9Xwh39h4?c\h^{4lO92Xsw9~_Wc"XB ?r&{[e_4wl{չu`;ṟO1Wjw|>\$BYBH\RIv8p9>>#l|A$ J^RsqM8j:dy؜i.#8+>EP*d}j$K`R6D i+ (]ap 7AQK-U{F-Ep„ 4*f>KnFk,0iZ_0`s j;C!rzh%z_x׿7yPN-"}G ):qg͚];k'pBmʔG,m㍇NiÆ+WGϿc6dh:d ?RÝ*{ȝj\} J% L;U;ΆT?7A;(qjRܫ:rԡhj_[ bF"[ePOT<r-_njCW\A2MRIw{M ;j|}ҽΰk᣸H;S{?SbBL;xz08%bBq9l6;SMP_\cWP?˯@ZyJoR_ĹN8ӾJG\Nqߋ⮽c|r}]6=}[FZ-4)gb@q]Di̙~wnG?:l#?2% I|3wc|N-'Odi(3TPWεR^? F?>ጳ ~[6UIc~(lf>q\[|p93fD)F9Hp0:>aHL&WNϱ:`i[_~sbW}7@3HfKU?hҋSw9|M[_9_~.AFN.rw ? ?#=Xso | J/hIK/8ԆKKj(?wS'e^1cƐ]/47^zHޑ="=R]jTO#|Xp=^ֹǍS>CՕWu,y {G}r_hsαoQI]ZCLnsE>NTUhGέԲy~ay?Bb-~aO;wZwy67 vX8laF)ÉyR(%)7:m$;>$M,h>R[ O/qEIauW?s3rrv| ;  E ܳŗ\ݷKILvIƐK(\7G7me[Ϛ=+qaV Çmh8zH=c,}°a_v33g9l;Ε W87CQ pM1g )뭷Ya>"8Y33ٞ[aG'vO>E7.)ڱH,zE<=^m<]kF|?av O oacS 91T[oJ ]abm7Ҧ1DgۭxX/.jr;ş>ZڂOyʹ??CylHw;:ןN9)ǽ z wFi&s&l(-> [|ї o0&59|jO<O*8Q|O}*vaԩQ| Y9"yj›~M4'ͳ5kfu&Ŀ3h\w?=#@Vǟoyfk7λEU~Y?rP3^lz<?wZ!]?0@SkH~ݔzAzO?,-tɥeFu,üc}cU4Z3ګv^YL`d?BE&vZ潫J_M_[muuE5jZ(ca6yE3hwiz+Qb?x'/},7[1Ço"vr>vw8 b1̗Di]9k_YqLwy Yþ0@{EguM?|4 : 6pz!evƼ1h3ln7&M 4hGƘk;+2x;kU}4oK%`!3S煠Z潫JԾ4܏h{G*RTKyo6 s*L}IE&L˼w5Y t@-7޾e_[D]X!c#5ķKfKKH<Ğ|aͷ4dF.,Pag[o KdÇͨh:놧z:Sgh LH.ӧO<̰‹8x@IDATCǀDHg/SҌ~id )ah~WHf[}}Eڡq9pJ?壩aUVF9=_;쁽δDrZWAT_,;ȃa:rFQ͠lZoRz٣[ԘeɴD23)+ F>"ۢ㟎ǃh;33fBN" b9(˞CS}S("7oﮫAzxv0扏XxOXFqZuk?_# Nb8X3`?_!Ab3\e#$ y V_m!ʲ~5!hc5*"SJXpם8UVQv730to?{7t*{É_ƍ! `9HՐRz?f7LzcRDȦI4BLoP}e#.꜁δD ʲO<,\Y}٬<\<'&*j ="́s2'5 Je\1&jRU"KaNC O:s!8#y 6n \1fɰTHsTc GOJ UAL7hpxm}փFh\Y1gvP&]cu <0,s\9nt_~hjN6FS˶"hPw߾>n-an w|rc?`",+ F2Š<9C=A+dqj_EuMIܕM<#g3pNO]R":}$اAH0BgH[?K C,4e#́ r_I?K2dN_o! P$WA0sK3gW &{<빁@4 3g ?/be={0ٖVQbHI;ۊJsF''U;ɏUWY%}a.:eL}}38^,d7 M%o#b^{̊R#@rRDZ3E+?-Y3- C! if?K} |‹J3f#DA 6!k֯_A;ݤV&N0ftMð6A2 Td10i*aR#~8{ Wބ~4eA8byǏs)o4Tgi"nqi#  k/=,?׿$CA Wr,4ծl .әXy_r& g O`]3.a\ U̡ _}5 Y3πyQ~`4?*Z:B-U9BAڏ=X[˜1{^  H G~6^m 2#SѼ%@2#H;UppԈ(ܶ\<"{-Ei^oA~*{;$>q;Xfz߳VOZXa|]f?sʣ~mm2;DxSK ;6B0GjbJ bvJ m=`5PKUЎS/޷Sw׼-QYf̙qi+ީjGhG?3oп"ҥ K=7 ;B!1(_~YZ7'I i^L3P?Pc滢VKҼ$ZrO1q2y%JC[:*XTuI#6D K }x(/!2d\Z?!oAa;sK/VX~ҽ{߀2C1wy֏@wBZz4H11*qb /'&|E!q aJ@2Rg̼:ꙉ`];B=Uk >x֏ltPM,O:%䤟#?PlE>wW6L~E @ L" TB嬸4TtQl ;픖^ =# ĝa?_cIM0aOޖ)۰K@S_x/y %<2]UZt—=>?~1gyD1s":ῼq/&ŗc~J?b p2Cmۖ^h/굲ay^'21b_wߵvw9P/b֢/A~-eW";G`N7um{r^SRG{D/Դŵ:y5X!կ漏DLu8yIE~k1TJ,)ګ#?ŦrUhVCĜLD+Z"?y0aóg=)ڜ1j)ŵQPkezD" y[I"RjZ DLU)5퉙pb~̟{C@u''ؠӦU n!Tpժ EV͔H bDc /<iK9_@5}xo'D(zgH?Nay7O?likvd.ȼJW.:sB0Ԫ DhLJc[V )A#F[J͹gWglߑC?nᛘbWױs7TF)|^).QkauEŬ/bX~l #/ŋ_=bs!(~1]c.Ebik%;M,p(OV[mU>+ʳDY:̧ռ"bg۫ο`ږ&w> 6Ă&\߈ǬU¥h~wձed$&,~P1a;QY$L+ER%LBE@X5w .G"ƆQ!+)]~Yz=?3Yʏ>"Z q5$!L Z%Zs ?t~mkg:>lDNg)\H%K/=Jj-cȐZbPÏ>cǹΕc4?^xך، vOEhs+ b!8<y%bgm>u^TW8bn)1Zvq;ΗǺ<ѣ3qB~}\sf5gCry׳g~P5 ̃t{1oh#0Z)C)CtZ%/ıE7`CfAX(H29П xBGG'[o*Л m +BJ2N'mH}#&Tv/Rb'a>.O|ubmu.Lfmlǣ>x>RaSq{RG_~,ǔcTwf7&Eƙ쬈6n뗆I%THfju&_. yeOjV?|N2P@jpi~'W\1Ldߜ2N'uˤVEuA ` ;Q)Jz ԧ>U}/XEƋNP@'ēڋ~kc|I Ԟ~פAI駟.>S\n~ʀĪh8G [.x+g'u~v^cIYESc67O$t=yyV臬̆);$?ht"u*ksʀBq xRO}a4Xrk?ip ( XzRGcV0.^NAp/%zW} /Ka{ۻ[WIE%._o;b~7~SQ  s߯=&.v3ϲ-+ [י t<_9ſs^o $tT8LgyF3OLogѴ/ d TK U5Z  lV>JGVcotl2 ɔ Jy{@}ڑui=THL"BK${T:1`_xo]%ZJ4`ܜq !UzsϠpi`GLK{S%OW-?` R*2lR Rd-p0_I/Ɗ 'P-%0;b -J /@BC_%R$pj)р50h:Da%ߦYl8Ʉj)рzQa0a_μypk5R RE^ileo ETɓMlǣSKeщF"A$TK %k0pp A$50R RQakqst3 ŔH UD>QT&4jfl ħ0@[WV){}>r+}„ Q'TKє);vAnhK= HOKq.ވ~2D:Ʉj)р} rK,dxG/n1*>_{=k=NZJ4`L^ʠb Z%KZY/`ޖg^fXO`'Hc'P-y6\9\kՅƒWH'P-%0#r^HZ$J٤#DR1⾝wܡղ<fgZX~[&")&5DApG_vO9ܩk 4@n^WV)+yzG %UUJ@HG'2Z}4A- 7/K A|mu JROYnpEidBh#F!?%7&p6<P-%0@n^WV)Y!͎cj)рrOҸӸO |cDWI  7Q58)ڮ0a5Uٳe'p!CM#yC(+sowݮ4C"Bwj)р@OWR9_l*K<+. vvF 6ˢ~.O|.<„$v3+H* RdpjQ„ I۽Ҭ, pmk)JB4;w'7Alٔ'ۣNg:ZJ4`M<38ADc xt)-?DHqNvmWZ73 I1ɼSCA:gt_G7jęU4=;O$bU'ԯA=M.VO EwosµHe۩`W@?c&%cO~rm2^5^Gڹd#]?JĿ_p f)X [ Kr Po&@f'^:tC=G޺~㬞3O?LgYsElzPr%jwqaq|N<e tM?؈$z’Gu_fr-\*o0O&}?SO=%67{i]',%of} 5 ROzݾMQgCe{WWe#[UI/]~CGpcY8`GVy Uea+aIgA$yA'?Aǟ?=P[b%~ŪXt=0^G_υ3'7ߜ$:wA6r3A!Zěs.9HL5%zc^VlS TI$/4dWz_ԯlm}u k)̼9sWO~r#ZHO1|)O{I:SzsRj-,rēuVur9u!Uaw/~&%ƙczR'ބu&O>$1 1 ?$:8O{=۰!amr,h9fLG8AID]Q,Z1,R&HF3rV@!s4-Yd0|'/Kc=dU&@[;*)!0}пӌ udG7b^l'Qf&p%әיX#ߑxЯ0A1־lmNڑﯼJAL!NyѬ:4o՘lol.$(/1&ɞWyOgwQ/Ys3{^>L'16B 1$xy#3ߤ ,:?k}Sz~$5ڶpۏuKc#pK|g$%omOz?U<耹ufSOR}ke.V$=%=sp1>Fc6ٞ,0i`G\&piK|3SmRyޥ.vIHϯg}v۷N?f 1; TǞ^< w?޿7E'-\K94˄e0Xtl l kh ? }čdSNhF bpĒ_J6#H[a2~ۋpY !Km, 5ΌfdQ4&p.~6.\lS^hIFbrI$x:uNvF ɵ&+Od@pEl'k nkMc }sAOC/bľ:V ۢ??:{VG?[v9 ȝx H}l{ .X=< zϤl~{;_eO#_h/.uh,s <<GcPYV ;s? G^mp /#W^?:R[o?(g϶n&L֋JDV?kzՍM1i ۥ~s~.[V U%?蚴%:L ݠ?WH]9SN +L1i[+rM}f}IRH>upϦ'~J~&5(IP`HAK0Hh,/?>IL龪E '$h%7wie3E7|?/첁OO䅛й'<҈/wΐ`zj l?݁(D3 K4?|lo@?aQ?;i+N":fؼ.W*:iP^t6#Hg=VO4g v[g<߭0SI:#Q!tUgZg/dW ?z&,:l\(WH,t 7Pagy9z[Q?i;@KLKJT8~='l @&3mmeF&u]c5 xHArtp8˿TX TOKUΚ=˫5JU_V< gwGd˗'46fg< (\DbQh1lZDgX3@Z{0ĸ^mv~SW5#AB h 9Pt:K*zJ"E Xf]4)v 4W_R=j//Yd)_"/6A9QJ9)ϲ]/>]?f.bF/-D4M)s cXc0咉@bNRNQyi[,'L?N;aȉK,D;b=6Muf-D)$ԓ8w]s_ݮ[u~[(Y -D)юGM!CavmkDžxIΛAZ̉RIГZ9瞛يsx[F7ā4#HՕWݙxuqvicu?bn OA$s">}zX}?SӟnxߘF?gB:QܾD?(V?YӴ,<3_y?f*TOz_Lg#gpVvm03 =q#g-瞥yila+15j+4ch"Hǿ뮻VfeE~,)%3a̳,qu6,?_; bN~~Jyt0A O /P;i~aQU&u^.dT{=s?/,+$廂G&#RNbu<3%bpnoɧCݯksS774-5i}{D0nD+%}̋xw@fZ'4#:>3lFY$Cĕv1`POƿO?E/9җ<)Ǔe%R]Ŝ(QKHXfQEUh'EQ +=-w5ЋX0`[#?^T9}`˿HBM^W R__-ƭk:ٛfKT8lʍFdFo#^`rȡbZ(XGTOx3F쌟yRB* d/{\y y}{Bl_nVGU\A}cz?}_lhꗅG&,p(YuQHϭՙp?{b+@IDATp*Lw}*?[C?\F/!D>̐>>y<IoV?l_m4^Q T 6+ΎcÐmז"_cm'Т_xlIoT?^/Ǎ};W'{avҲ6齀?|βt_C=iU)o`C S? o>9=laᔟN qWZq%?zI|(QKO8&4 K^`.TyYd$j:=_eXy0E^[7-(Ysw%#Fo̙r[~9o= xF7dSҼk-?,XWf] Ηۿ{Quz=V*av=߷Scu f_Ehy|RK >{~ǣ7Vq[i%] Rnn7ϕ@$Z橸kXz[o &LxoaME3j2m_>IH3 a} ЀۏS~aڔ/>y=9<)=5;0%g׾N&LN:f0lpGU`WR1q l-$o[mN7~/hhV[ncF'ucvclsN* #b3z27rfGj{OGV闷yGEOP-j"2͢SdB -fN&{1M6r2K?6-腲(gW]up%%^.(K2p. OM/RB-E_妟|DsNڈ~g^B3VER1YZ"mf?n}Pc|%eh5b*b`PckTŔ(_i‹Y3fFhF$*R J\wIKô/ΔGQ:q楸~s \Z)\rv/3s/:Ƃ: 5(Cɠ4+ۅ?ݘ ^ ǿ;oNYE_G֠Se td{Kc9/ߕMVORO&MFy>sr~PnԀѯ¡[Gps7~}fY?}OG q*/H<:b{}?!2dH}]6 3( F$f[-PG.Q5-6*N@~P!F@hqggL(mbw1|lAh,v{GݠmPL(_H v:6\uW~s2M\MmQX>ۯ[xE_3NԂܬ?z[VMc]KA[?Fڲgb 6[fǟg54{uiCVIW%(bD1 D1Ÿtg?:~>ѭED&M^CB Ǻވ:#H-fIlMGY E4Ç LJv={=uԒ_f`fE)U \#{#gB)d{Q?Xt~M/&s#1_havy]1]Q}Zs]ȫwؿ6 s,qq lv15pG 5UCɠ4$,DJ542 )W2ŨqYq<l8ڊ_2qyh`d_ Wy„4|bm+y- CVOb ԯo9D'N%.LA|9;dVsAl(!>lw֢iAB&AK [Ӊ5M/(6 ۓ쳓O7P&0$5:_g󏏁2,;ŝgFõ,{e(6se6R&0uTr ǁ5y,6"NeEӣJ52Vwߛ?c=i3$C]x\"ZdQc!hqguq-,W_uumcMTX~ 2 \B?~.X8뿏qAuu?~xѲ4LqC-Lu) WF.+0ǥ^>XT왴y&b_}vCG}bfӻ¡w_WsIzM?@-EcC 1f3 tȷeԃJ# *oǣDKe _?~nȢ;:rA^A^Cbk#3ȟKbw\` CWW[ AlK\B{)CVfYdlzC(?mmmgJŅN)qU-WfMbᓤV\֥az_voƥaaРAZGkm< R>F?(:DROͿ?r9}A}{wl{t؟Kbnxv6ゥTbB|(~678\U W MP-ꪙҪxAD曳鞒+n,:L EA.\2#W,@)<&fs+l&@5ɈX-9Sx= L1)-w+P{jkߠwRK,vޞ~ia-'?,V4[{YM1-:lTz?} `o%=uKߎ>և:LG忷ME9,[No*HHiTZ//x]Eפ;ړ^5lU<)R3P?F-_| _Hqƹ4&tJ?bhҨQh}l'O3:?Yͭ180\~hD/!/AޘXBSS0}>zvZfiTm_葌Zh {~^s`z?fk G?Is _xiG4tm3YSG|9nc@ᮈ_l}K,)#m#y+%1ޏ( jt~Z- \R;=aV$7%<w-ELt7zk5:c>)s0 K12O>'/ Y5rv>6sVyR>9 ǎ!&T1{ئ<_П= $qPSsKr4CAR\u&?LꇗO3(%\Q8by2ف\j倧97|SQc^䦪\91R0bKԿ|Rt<SCq|()Mk#:؈5)?#N80壏Du+T;Rm֒ %B$e$Fu*[AnZrDOAc8{?Ts3sÒ :#H Շ'k]m+/x_*cdZשLlEb* 9蠃h9b2QZ}FOG"Va 's3zR8 k}l<ѓǑUXc8Dm0OGLFz\s0:*ɭCfIu*[AnZrD^l_2䦊%J 7ܠԿ bx gq)ƯNeb+5Ud-P"|<F[.^wRKI~3!Sdr3>->שLl8P"x֒ %B$e$Fu*[An||AXL&II"ȑ7m1OgSbŷZ>(Vt]i;?ZYX'.y2>'={GI^lwq91CAH 2Dm0OƧgq$bn؀y2>'='};/[/?}8 vHrD`S)g-P"NϴܕWZQ3\TBW??om"<#S:vH,=DbvaĈ4h0b-ÃԷބ~aeu+e^$1sp/sLZaq|BI]MIT&_ðӔ>UFX:/?6$yYK.A2/1CYՉ;7 N%u%B}}ֈ"N/M d|Z}FOG"Va 'ӂ. <$46%BTSB|{Iհ'xRםo` n*hԟIdg͚.xb?Z ⌗L}'f{IYFgg,0/|E|l/\#m]wޕx..3/Vݓ\ҧco~;Hv$%ju12h F STwo;r׺eBR;"( r1F\ f*y /{Gxկ7{%KxnK}=Ocs,oۖ{qobOZf3sfx7ø}AXn#7Fd?^Ϯ 6,H6ʁɬ& 4Bc瞭^bñc-zJXqkUAK_5~uWmM7MvFJ%\qȝv]sՎTc>{>}˿t;\*+[)9ơF/j5ׄ翳瞻k~8M[m5l{fUq'314ͥ#EWn& A3sԉBL2s$&9ω yN'81vI *:yr\=uY߯_wkmUVZj.PL_ F!8wo۶ _7ȭbеiOտW>pȆC|\ƖFLLmcj)2|K_R[`O /?ȝ+/c.c/}Ks "oTOxÿ|޿ Y]s9{'/ֿMC,­;5>OtEe_//}鏄ɎoENc&>_B;k;wn^YMX@}!.+~`kkf밃*GEXq=H3vϱ.|݅f10!iyNۆeMˁmcX?k+xGۆe"XCN7vBW?~|hoU@~"'aBSGqض}pԑG/x ^,M;Ѝ;<# {eGb|["gmi;ǿ|= !!.Iv_z/}pG[Slct B ^\8|DtM^k6ivri-[Fo׿6lGq^v_{y .4 sQ+Y cROq~/O CFѫRA~P0ϦbŅ,2XeϞ\o_{y'pp:|0<< տn@/UL\RifE6e,cR}rxN;TæMrE`m-Pg1ӾC;cA>qW1Я,8(6N=_>G8?o{ݻfg{^ Ocѝ=07\Os9{MYt)k+tp_)jj= cROq_ߟg__b'(j;?N?᝗^Fx@4U1K.wqǎҿp_r,׼fxkrSn?f+VHZK`m= cROq֟s=gj-G)?a}/Shܕ@18RaG ~0Xg&ivE!N1I^z|&>7 18RݕƤx,Q@͹(m>X8^?կ~uxc|4}^7'AE?6Ͽ/>[o_I /B:5pNd`rSޱYmu~8>z:sqGN)n4SLΊǚ?oj L&%È3 zn{^KwOp'y sO__,}"R!y kf_Q&soMV[a*L{@}$p${UTS.9K~EU3Sxk*T Ȩ#p${*Tх3g)Uկ&soMO?a[5y sOO sWRl@yc_XN[%l@(,.479v2e*j/R.mb@ љ }hU4cJCO_G+֟nk, ytfCZ͘SOZ!*k%KbŒ QȠUEz(CSO?^Kޗy2ǫk|k-t>;7u̓UT"Z"/sy\fY}`:RqTyobO_WDdZ$dO7SUJSO)9RoU Ah^j_$-R#ꏪ?ZIzRGUZ#ID^|2VR'JXWSh7}>ikhUA|aXšHO%td{sEn1pѓG͠hVAYĺ{2pmD\C[,b=n"Kiա-p \x74P8XwOmRku(r E'6Mp)͵:"ݓk&BZgw!\JsEnudƻ.V"Yĺ{2pmD\C[,b=n"Kiա-p \x74P8XwOmRku(r E'6Mp)͵:"ݓk&BZgw!\JsEnudƻ.V"Yĺ{2pmD\C[,b=n"Kiա-p \x74P8XwOmRku(r E'6Mp)͵:"ݓk&BZgw!\JsEnudƻ.V"Yĺ{2pmD\C[,b=n"Kiա-p \x74P8XwOmRku(r E'6Mp)͵:"ݓk&BZgw!\JsEnudƻ.V"Yĺ{2pmD\C[,b=n"Kiա-p \x74P8XwOmRku(r E'6Mp)͵:"ݓk&BZgw!\JsEnudƻ.V"Yĺ{2pmD\C[,b=n"Kiա-p \x74P8XwOmRku(r E'6Mp)͵:"ݓk&BZgw!\JsEnudƻ.V"Yĺ{2pmD\C[,b=n"Kiա-p \x74P8XwOmRku(r E'6Mp)͵:"ݓk&BZgw!\JsEnudƻ.V"Yĺ{2pmD\C[,b=n"Kiա-p \x74P8XwOmRku(r E'6Mp)͵:"ݓk&BZgw!\JsEnudƻ.V"Yĺ{2pmD\C[,b=n"|RL*A$_ڄ02ӹ߾J{IA,qUPЯ3kU̙Ox~Q[M?)[/vy#)䌪Ujࠠ꯰V%F_Uٿ)FPТ'nrW-#B\~ao_;i5H54 "U?uӑm"x?PHX堠uIVFA:V+7dB_; CQc ZJA:37 pm DwUVk<@/'adT+?u_?tRo?Nn!OXU+?PomUTQy@EȫUUUW_eDo@_^W_UUUW՟E(r'g+~۷[ ]-! M.gTW4 'z>cII'9|Au hny-eBw?'Ъ_?]9X?++T3EF? ZTSO?1Zfa+q|U~ UUUO[+UUUoBE+|ak<kߘ?l[oUnB$Y$RJ_0'"`]44=}uZrb j1/T{?*T!Xj0I=} J0&1T39sbzpUSY 4 "imOAlmn*=pm?a9XK@ xLw`nb)Pk ([$⏿K[g *.yȁPO`k 'SoUnW>ȁPG*0k 'UTQGUnW>ȁPG*0k 'UTQGUnW>ȁPG*0k ؗG0tt=X5; @bmzxK?+>LVHZrڱr Q#ԡҩbW_HL*C13\"V꟪aO"pʿ] bsf_Dpʿm0G 1SO?`D"l} S?*а>D<•a9{&KDb/}dE C{*`Ϗ~AI *Њ?[z҅ `Ϗ~ZT~4hw*TStGQr& X/-sꏪ?&5UJb[e_UP^K_>^B_ZgO5 -Q8W a!L)2S-j07 aEr$/dʯ02@aH*}͖T\0D@aH0zYl @IDAT DZjUCah TO?bbbq0 m$*TSGrBL !_, DR?*HN!0@aHSO 11|86 I*T#9!&/цA"i=|$*U[Ɣ oU: Zd\{GÄ<(M&ÑSpk'_5mB~ua4JI`?k~E1˭<|$M*T5m^$DhvS*g?j>&ʿ+oyPO:#jmbDRXMVQG& GSS*g*jxĨP B/iI7@!M)hh0Zcnrrϔ/jjFAD"mJfz#TSGWz m^=UIKa,̈́ˍd C~sݭGHgٞ<'K鏋(9/߱v%rB!P/{k!E Ls> )%rBS&?,f'ҙ7A'lR_?t}sx"Wk(~"ycd{F,j,Hgٞ<'KZ:'ҙ7A'lR_?t}sx"Wk(~"ycd{F,j,Hgٞ<'K?_a; s}$)HqLUԍ+?]6VŠ(m?k[,DexApꏪ?`h UUUW_B 8PW_XGUVYL͕!cꯪ¾WL82%dT"TQꏪ?4dLVQǁ_AF3UgD%p)Ӹ z_ѶNh?g_*KC[O<wCnWQ51 s}-լdL}w?6;3g Kf6_$겑7̵b欳4oMs6JbEf5N7xunc&Z1l3~ E3moQ?]b3g3gNSgﷱ;n91`$}e#(_>{[?M\jKg"x/g/z-ڼѾt&-X-f(?ǰ}DPd/ I};;j[_ϟroŌA35Ћifg/WNUG=վ~=`QԿyd<\jct(xa$ቤoPߍd>6VG?ə dU _EudɌCLhA|W/3掬l%a{摩#0 lmt~*,{yы^֪ھU-IGgg{<6U3o cHZ[ϭ_N9ropqL"=3{ϫu?ub_G;t~}.v=>ޟO,#V3`D˛?G|8{(WKPV~Lrb;9n?+j;o/>+p+ѿ/Ru-ƇBfxKb}?>:GzĿ~.9-7B6ƌ:(X# H̘wG`QE[nam.ǚm>bꫯ& |gqFiEHjbv?~_t4m{GIERnX(sl< {/<uk47o -9E Q8˜Hkid; FG:#8")wsy 6oyd;u[WSc"冺}~ 13/Ż6:#ܘ"+m5 ֨_~ˡW_ 1%nf5qö+9vw6^dRMndٷ1ko>F<3137m}~P>g1Qzp㏤/'fu"e_mݖ֟S1?tF_,G%9fb~Gx7tq@8x5=}?b6y=5mVC6Ѿ/Wi t iO?j_k=/vc?XE|=it66s r#j{0PFӃF|ڗXW59F9j%|7(~dS9F6Z7_FnDJ~ZiSE߫Oȥ4G;skJfoN( j<\cտV?t|5 1PtuǶHv=oĹ̠(]~?\,f8i!9gXJ̴ Oe_XxWw\Lh|10ֽz謁VۮF~(Lbs.GG&Z# %?Js_y?'~{vL:dΊxōu/7-zsZr r LLI?k_^ؽZ%NǖOhD}LxH$5xQ9;~|شyo38!#۹hgaߌvԥzn=}4t"V?Gݭ p/gjE# *4堕[b]ﲂS ATCar/MmQh1LDe61g2SO ZxvB5):5*<]v)^Nmۜ ٮ/2;qMo2ejJd{4\7@?DW]qSLm?XXg 묻 S:D_#RZs+;Fxgy>w 2yF!u\:tXܙ|α m۶m?mǺ C *O?f{x/k~<pR3 j{g0(CC=e'x%NphEPTړa;ISdoX#Xj{a5yd t},=Qm_f ؔ`Qc/'űɏ3TxLZk3s,gcmc.K/SPnj5}QcJ,;Lۗc@imLat`kE_qBwBNXǕav#DZѿTiWifVC?O!˙j'QGX-kwkUV bxl,o9_\#m\&qwkD Qǻ׿2>֯->wb9c) wwBn`ֿ؞G7g$_;J1ל5n? 4vazWraBngX}T˩;<7nɬZ&V|vzZ:ZƭbFp}/Äaev(|ڗ8CgR+va63ͣbOe+aBمeHbfo BkUڦg)q?R$O{j)?_^毿D Z- $)v 7FFN9cg> ]Z*/0nJ%5$1T-vfo{wqd8]|q{WO6A:n>Sȓc6ކ\զٱϵǸ" > 5?1U#wp}=Zla)^lESⅻg5W3HjmXbvYV94d%f{K\3ujhJ77^ ۙgefi24pUy鱏>6Čc xo|5ͪfr m19f`7_#]M@z`[f#}Kku7̧(^.lk`ue;bԆ1vi{?<`TM(*j, 9DŽwSߗ=%c"%=U{ n0:hBعh_zb&ܐ} hZ7+_}6lSn"o9~ KZŊ˛  ٮk5Ԑ2iXE0a6d-hIfj^ ~*Y*oC@ ݦĀq'Sڐ?վT?r4i-D*LWѠ_똼u۔0dQ\ߛcCoM24|wSwО/?;djR/O6K g|gvk/= Or|x31Pصlɛ|eb;W}~GaƛDCJ~)nTm̦&SxV_{SaS1öO=AZ ΆCi+HCLSf7t/1Cxo1N0^x0NE??]r ~1^0;r ?jfk?H]ν5cv!yfUgU&)#ojys)~ČvW(6 O? eLK.i{K^B)nd!4ji(S{ )n3o9F%^d;Dq/9g6{ўx1a5i7ʸ7֠PjŸ:rK&iS9ǼT?2(FnpzӺ)O{%!f3')헼V|]T}[4ee\؛Lki(+>ϫE)T ]~OSѹXse+YE !F: % kBOBvԾ9Cr_+?%~{KyE^? j5j&}ͨ ge(?=L]~ŰagM`T?g/inϾiy }Q-yl =$V)f(Zx WW3E;v{O}-「ck⧁#>:lm>w%zG}-ݮdyƑc_-Kdxs0>s0zGݡ>]~ՃQrT}KhZ9F{Oг0=kZ~j+/#8{:g_i|۟bjOѭkZ=ŻmO<7x ?Ģm+:v?;0?O2^V_lWO)Gp景v+͊W`,::׸ŏ;_{??=j܀y kK7{j֏uxZ|3z6![Y? .sh0xy_ gwȬ~dbg2\qgȖw|+n*s{h0?R⧁ fRb$f-˛?sx2h{EO/{|m?Z/72|EKm}M[ʸ2fa_'ÉSВMy*%7"Df/ 1%t60FI*ѻQ%t60FIMt:#E$_CnrTFs: "pd!z79uS9H8I2W_պQNgc$~Mj(yN1RNUW?D&Gnj<)'IF*wZ75Jl`$#|ѻQ%t60FIMt:#E$_CnrTFs: "pd!z79uS9H8I2W_պQNgc$~Mj(yN1RNUW?D&Gnj<)'IF*wZ75Jl`$#|ѻQ%t60FIMt:#E$_CnrTFs: "pdE |Zjw&G D|P"J7h4nД6b#PJ\WO߉|!$$SOUT1& R w\GUT1/D1cꏪ?rD>A*.ꏪ?&򅐐(rLUTQTn'H%epUTQDTcL~9CϏh||ayR1.9I"Ock2|j*/N+V1@j:L?pPcbpW☪?w8VW]Vr ZO4V*Lo_ jge@6ZavnqM[/F[/VQ1d4 H ,M fЙaD;Ѝ{n6IO~"t^Y=4zgg>iQGo /D@Fk _޼ixғ&Q!nNvo9YbP]Br5^H͛')C FZ6qA7O$A @;Ѝ٠K`6,mXa붭ÑN۽w5bR@n>yĦ'߉N?m:l1oN1U<(o9[pǀI# ? r(ny~̧?s8WSNXQ[n Y } KPyiOkbj;Op xKq$en=РcIS-t2!)-m9j': b=:i@0ٍL9pAFFkDغ};>Ow%?L_ܪ hѢ7z ]GZE[og G ) .3* Ph`=9l#)S &-AR=c8=_! +Gl>R=x%j۰LLW$q[#{g}jOZ:{wS& bJ1|Pz&{:2fH9|7iY/n90; Z~Uϣ8~ t3;dQ_ ЂGGQOqs@|!CdO={Cl-Gt_Aa?`;yN 㷞 1)SvS7hnKh|⫠O@1N9MoΏۿ@ZrȆw⣮u{~|}! l|*0&ǧ@cߠдo!ӳ9x߆FUv$}i"fyqG;l8Dޏł S2D/Pڃ7}C}IgiAvgaL)OX?ٲ`d-u(t Ll$[30&ǣ%fι>NQ~GWk,F h/K8V-EusxJk= cROq|{>3Ogj-)᳞_Vۘd~%pdLѥ/j0FDjloyo@Z`9؆iζ9 TZ'se ڗk07o51l'I# qO MεA&qy+}=rkKdo[ }JPˌK3k?p{!oK]m>,Zn;owسR^X4?6/gp=q+#/sҏ}}둂Xj=>_:%֏=u,S_~ȇ2Ǥv~~%YZØS_wT?5\ZOuham9 ~^ħwS'ޅ׿`ew9s_y[Oic3`ϩk~_o,$s=:hARI`hGC z0,0d7׿"l0l1ǰ#K1C9l|. "S@p80ʭ `X`Rڵ^<0aZMpp AR؂1#܂mn\^ 3&NhI"T+a 4n@0~Ɉpx~j8K ` -t<,p `25z0,mfsۮ9h!IU##dXiI̩ܣC'Wtz0,m~J/2ɾFMozﱲb̫q*1nyx!vwE#,A;z0,mx5׵ N7̾ KXwcK!ԧqOm Ђ[4ugǮ~Ĭ078ۯ 9nj<3?0Q"7, #73&e{].â%z*w0gQo=5JP`2nѩ$gH&#auS@080ʭ `X`sb " z0,mfWTx1 ÐY a 3qq؞ ARhZMpp Ab|Pk26}6`Iq`h[@X?ZbDVǁVvFjvnj32[Sߠw=XCe>3p524G;"ۮߗWZݒle\wwɛ1"]~^Ր~(sc}6@RZpz0#֟K+Z6Ԭ=/h8X?X_l!CX@63HC Z]/?~ 6$ŁWnWh8`Zn/k1mX ) -r;w&!a*8qm?qbwĊ6ȡ]#{SN+ܵ%$0y:hTYh%*w][ Mް! `X@9@Ֆα}'I 38*Nfʫ4Hl9Ze7Es9ʖgbIޟWbUhS^k`=?$=":-9,^];w"2=m< Km ̉+h9K+;w„;X-d8 j;ۿs睁SAc4fz. )`4hT?w$,9rg-MBÌad;}ぉ$0Wk4h]*4nܹKET%C\noÃ0K_5f]nxcǎ٣6>`fM?rGŁ_=y/`JdCkvCzE0G>-[ȆqQpg#=}G 1 N1%bCv؎)cȯnU@dl;{ι*nD6Ā{s-濃ll_d-{22痿|la-ǘ`@ ȆqQpX͡~y@fvNg0&nD6Ā{s>gK`0 S<ޓ \ 7%.)/!{sUF=STmxNSKVھ%OYT<+&cWkQ?lavj)ȆqQpF1%]ȋ !#>&b&_r;߀JvR?Cat qy%Ԧh; y}5^stF27`AGV7 ]n)32εR{ߕ&ԛk_u`VS3 To yiOc7l<tc .ۧߗz Jj϶oq˃劣[0C  Tp_n臭GEs@pT?exC U;v;Kf2ZKFֹ~ӿnOc2wy#&$sb9y|[/^~a5Kf8裇^yIJ@QGm^s{}'Obb2}Qdzꗐhuhӿघ(Wj?,vQ;9fnCU++o9KLhuh ;wna3o륟Tk]i{]iR|C,X66Hr7ҬWw-9uJz:\e -/l>r)_ ޵d D?r24/O>lհ}6O3y.sck@j70m&XN)^P (>7l{곩 箯QnY~>sd[ϵ:+/ti sp3پeN#})(fJj5ΏGo9*a/}NRQgn<(ve K}G5Z?`5?:Q-ߢw +w׏)]-֏B{*/qNd";-3`s5-nP-zbzX~z[FŁEE0.kJn纝S}Èx&#)=u'T-hѻ۩n?ϓw@wgj0~G%c]j09u;]KxF1z5;kx3H&|&sK;y/}9!΀ߗn6<}9f`9=E7GS۾ٯڽ?_Gz2zj-In*TWNл!]OR[B/gTkZ^uHXX+_խE?%|1;gA\Ȫp+pؙbAKvg`r#28.dq%GHrS}'аx dUd`r#>$JhXdU/yO?%5Z ۉKvW?O6 7ʿ+V`"S4ʿO6 7SO?-_%;'Yʿ+Jj|ҩKvW'ʿt@IDAT'6^>|b!,7 }rN"_Ӆ3g)UGHg5+"VS{`N*m9(sj9ܕ(&oʿ4RɜRg2$oʿ|*TaThh;GGܓD}>Ǖͫyy֤XWW.9x(5SD$/+V[=%QGH2=$/W}dq/ ^2fG}'cqƿ8ـ(PN0XW/e4Z4 &Lљ }hU4cJCO?hTe%KbŒ QȠUEkSoejk6} M]8d_@UT^AP݅/?'Ƅa#eqO4\[Gyx[pV뤟׹\:w7xp7o~o}2GG:϶_w5æMG o}%óNzV w?0|~?>̓w1n!} RL"ƛo%L~:~`n'89l^a ?Nc撷gQw>D~pTo9="5kobۯ6s4w?D1}DÖcINIbmsƌ{14XHp{NoSv}$ 7/} 9c1]~_eM3X~wO>NYwҞz̊:k&(f8r YϢ5:/qHnzjfZFs շRl/:_o$_ }$yt֟ݻ:͛gSH_'}?Տk˱)3^YxSd_B_r;)P~,`rEC9ƺ#EF8L܃+r ]'L9/~qz89ޮ9f?ǿSۏ}c w:nWA=X"KAо!ޗ,>sd(ϟ9>!ڗ>ɼڹƁtYt&Cu"@_9eI;QST||Szg9Ps^;ـ;P|v1v;>~s' -"Y_~묞}ΙZg|vJuI'3<L9n?$sgqMϔ-xv2ߣΡBXS|u G>\kǓ >f|kl+np%`6ޣV9FcAy$ǣǹ+Or{/Kgdi&Bk]1k_!LgYGO5fBG;_C99/_p)@Y""OΏwإZۗP%A.=`kQ \J[v{j欍ufrϟk1K?'z!:^-^^珰|u g\\C?Fg2d~?ϰ)g}_~e4{ڭ|8ƸfW1N|.isgs֩ ʏeW3{tpOc4Ǩ/a~qaIĘF]Lϑ6̃2똠YO;#=b~m臧 D@4&!ěs_jĻq|V̶E4|3\n/#']뇫i E)ϴw9etxe܉jI x0SwO?tqX;G)!xV=}?=Oh/vt5&:xwCRsߥz.!WίqD SJbF=/,_ }wa DP*ü^>uxBnJi:?{>dK_~חKM֟+S!M.c~?wv}'m=Zupط/M wǗc\g+Ii ~049]ͧp,#7}֘\[[5?A;SuHu7wr8~)gs&'!3眱gjۿYTZ5}y5﨑s=X;=AX g@W%'@u9ɿ;8i[f9\>]Iu=O3g?j? [)ܗ׽z_VcXB 7F?;h^ caUwvf3wBWz3F{{M8Ι-#D}@}7:cq0sfǴϹ}vs [q4e?r^Z}7p^5.]8ǻ1'C(\B寙șR\4;BhR<t~?j]F4>/4>p}#Oϻm+bs#|>VcWPb 44nm6&ۇ﨑773e?Ѣ #?Ϳt?.'I5ֻ=Orcכ lG}@.M>+q}dy-,/zӖ/| ⺷` d<曗OS˿˿P8t0ȴ}co3>a1ˁn[W-ϗP\uFeIC]uH|~Rn;>[Q\}?~B G\iY_C~I~ͷ,v 3G?l?!qWg[F* zWݽL^|ý:o ]^{9:uqOkl ۷U^Y1rO,kV<Ϻ@i.5>P_>JܥƼ?jؾ.wUcYjmoӿ~@1q%pCW¤P8H?igQ2[+Y1ǘ) 0em~wi ]^{9 7rC}WHsqGZW; Cu|/}Sph]ʙJ w~kJ}Lwa'NJ hlJn:ȼo} ;zр] Z ?Rc#_?lm#` ~vF}z _&"2-`>+q&;A"2?_ `ȹ4W QI&w?wY=/jN_y4Xg?k4M!:R) uITY4{0CʾŹ{D |?@l'b*ʿ?@F H1 @TY0. ,1AƒVS`48OAlUO՟?U$QAhpH`t@Q"B AjDun6IC{PAhTSG"!1 @TY0. <Al*z:ހ4q,EYuU.iz,&wFd RʿUkN:b$oW`T鐪UVGO qȫ8LL? (H8RGTQW;Gqt "P?"q:?=-S!v0 2 D& DtnA::@1#TXo'q|S'_ض_=V+3]ldLD@VoߪաT,5uI宯O՟?U&Kİ?>LꯦM?u׎("cƫV'"84: 6;5USO_hXDxx XC]x&+D_"ȆΕ(4R=ѕ:ߙ6+~uq9OZ\xх6*S?i_I;cK.Y'9{ sr L`U?i?B;\ QiXq睋g?ًs>9՘g$s`3Ehf_œt /0G%f+.t_,%g4ןg-29\O̯Z;cg?gq9g#꽋s\dqX}}E|?Wj0qSrK:;ΙzyRrFj#UO=O? NYKxm?W}~M8qJ-um|E;ajܕkm}^VtnK^!J?CJܹu Ǡ_W{y~ rLORmj}o5Fs]ʝ6Ǔ9G0_\8_Wg3Tmu1yzHΜت?L|7ɓw{H.zw^%C 3۔ӣsgqgF\,3x>޿Ƚ8!dk~+. .:vLe =/=9.ɴЦI_I]ɴϰH+ iֹgDB[GzNu}{EY\ KW~/@Sgr?wY5k{&1ω~V0wlO}z|#晹9+J l&Lŗf}|oOǝT̠( `N㯾{k?ཌ}|}UniY-AV_/Go3A IgZS}-ShbYclB &m%xVP|>]ҞVc ]?I3P@Ĥm>>MP f1ihD mJ%c }ĵzMe}@ Nac-%Ifol$g y$h QR0{4ʁxI[v>_oys (:BCII;?c&1S0IeCP@V|Qڳo3DŽ,v]ɐ$Б j_"}Iɒ}dWf-`( iab? E9Lڭ\l>i/%@3=4 9|#x Iu]=i 8a_}9́w$5$EL:Ke?zX2(e6P@ʤU/k̩z0 pij>(5{3d (`'u_N 5$/؇?ae=o&og>FNefҖ(iu>c0a淭Mg>U1$:`&cQҀ9ܭ1)#5$/ Pnmc/4EMP% Λ;>!5 H\G"w2sF#;O6R# >J0@>5: [ng.S}vp\td 85縳9|'N Unw6As2[|Ƴzm"i}%uDjGIv3Hw>ۙY`r]?j.׻ݱ^Wyo2,7'ȍ{{kG_=g+S&d >J0@>+Ok;)OP!h0:1QҀld_X)g7%yA}4`qM0iGIЇ>׿/µ]?efҖQҀiBi)ݐ{ߌ60SP8gMh fA}4` t'HMԌ\{}L[|rd7b ꣤PNZS{i}q;i p{-ZLKYP% >ӕ H SP%Ma}|Ƴ{Ik97|1QҀ91y0"5b ꣤,\9R3ֿo| + ?|yQc5Gp??Ļ0)?iH`(iU֜˾sSgg; pUKd#5b ꣤d>]Ͼ4i`/}p_-sgyK/ZZGI3NgNj fA}4`lw}0C3ǹzC7ߌ]،1,w2M& p+ݟFl fA}4`e1r\(#5AA}4`cwmGF0" T^]V`*; }ʺ gpnH{f_@@ʟGF‹ԙ arJuJ^uՕᷮ /l* 6/kuԤ}@ïXJUuZzr=X^uU3Vs)w*X7`rKzbIe@|Щ6ߞ}T;jν~EYw>(vƦqZ%OEN??a*K!L_gL4.3mS h_#=g~`_=Tx]&57i?sowӘl+h3r=gs6(=?ש&>^?j m%-%6YPjx5g*kyIOl'cYawK~;'L%ln~5a73|s%|J$i븓uSٽ4|b/_~ٟZ?~}%O3:,g=տ̙?s?/S?ڞ_'uH>c]v^he*ztz0~';w7sOMi;Q;L{MY޳d)XFװ {!U3|Gp:D}#q,]I|'95|OsVwa۷ϱ٫?Bmgރ'15W{Zǹtbsv#>&~?n@o}/ONi˲/&d`bBa.&βwK/He$p-{CCV7H#H&FtdMKmݖLb  0*ȼ)ślQkb;a&y@3y`dčɓ'g=AEe/g BDI0`BSN<ṮkT<@Ce tnGY 9>Uo{ {wuA߆)Ŗ3g=!aspeI'~3_ަ5x܊:>Rmd9LWU#$umt5|~7[Բ9 R .C:r7#HixfddFp |ߡ hm\o`Ϙ2KG$DEj#aRΥ'HfG!&H1"s@ufddFp |`_kSUj{gXx| əV۵~Tvߝ19K0]3Oӑ]Dz3R!,;ݠ D`Uyߌ\IHf![A7Mmd9LV0iߟΌIC3Es^aGmR`UpcַcUL;.!&Hl#a 2Z\g?ɘ-Hl#a 2ZHY? v~AJCDj#aP)*uMȈixIۊunGM 0#C 4n FFdNÃ($pFtdMKG$DEj#ab݀hRmd9IGmj OhfBLM 0*<ܑ ԰3?R8z"G 0骋y# sx!")EzȜ)2>tkFDj#[9Zr/c a_]zކ^&$ n62 RoO"RO3xfA7s5@C J!4(Q |~4%/4Tѻ{Ozq;詟|3/;xы.[\qbGfOp0)Cl$OǏ[\vW\u?' vFڇ3`?<}Çqë?r֙_JIa+w?߳75\O3Q3)<ۢ} )ٻ|^ʗgp~O1sxjə3ziH}< ZC;!RZWطo } R#_Y]"BۏʿS3Z],Hl}S HmevqO}3#ǨLOK~hqe룻p$_͉\JyAOr]r~r/g 8Kj~׌h?v.sFr?e+zËh}|kQK3yΓ\gE\ jlӴ3,>F1gXaūA+O|WnW[|0ʗN 11'1ʧ?U9҉6&U%0U5;FToV8`_:Xf(V K' ؘVTSߪU[~DP`C|[o+c0/ ,`cbH}VBA0"pc~g#ހÞhdVʾ~ŵ_ hQ0 >6I_?<_'NzR?G?UTZ;*TG=F=o_@=?VK]G=F=ɬSo:J/vD$RsjKљdiF7xau_3f=fH]ڠO9Fi *_OQcc5_:&oY9hSEeRSWЂQ1xxgdt(]-+ )Rů1J,<Uz1Rt\Aãoɇ&Dѩo @Q|LvSU'׊:iL:uF(\W0(ut)T!iђ:cixxg.ٷ0՟CEz@",""543d!!hS}Al*ڮl R>L)ħ/B 2UVmb9b(H_L_Ԍ jhdp[戽"H_4L_J_@Θ:i@nTQGmW 6G OZDԌ jlu+! FT mwP?EdfCMD)6ÏO!3"Y ;εk'bz%$NaoTF?e4~3̦HGց~*%H(-< mvB|&7DzB?l0gY_fdD3ߜWkcQΟJ?SO?u;r?stV#"(eZLO_UU&YW_UUgR(XgƥόE`W^w0ÿµ2}dsc|aS+OR}QOb`TI(:wI+2)ްNwy4_;QOL:Ω>  ZeTOKíBoh hſ{ᰍzb]`tn*&OA+**b#Vv `7!ͣj{Q2)^"E+baFAT;%NeSatn W_;ݎ–L.ZS7Z燳X" O@#Bq&Ƥ!% '%5΄4mWcK ƙW'UlSr:q&Ƥ!%ǵj~{RTA<&-2W[baLICJTSfRTA<&-2W[bէ?IDƤ!%UVz;Y)~E-AnW)ҨfŃkHH 4)~yS#M~**$jVT5(T~T\[Wz`2kp P?UH.TP+*E?kp Q T#h5עR쓪-tKȧ\CbDb)O b+TT5()O?UH.TP+C_=0t5Ĉ@S?U$VA?Ye@IDATA}O]%@gwL[ umZT@!f~ſO6[ 6J I e_ZſYl͏&81d)L3\rٝkkkٗ*RՌxȱbI3L.U3ёn=?Oى0`N K_UUW ^-OpVYgJmf\?:#|SQwAf.Ӈ^ hOj4fnʜ) )ʿV^P9 tSfHH84&SO՟?V^P9 tSfHU8ڐTSO?uXizII2CS ŬoߪU4Dr̐Kq !=+Ο:@7eT?@YߪUZizA4M!u"+_ߥ'_ gBbɜbٯ"UA,h+5Rǘ@6ʸ_| eÙ@ғBWgRe0jOhM _i!֡eÙ@CIY!WF`2(LԙhM oߪi´ 4eÙ@sғBW_?L)iUeXQ3њbߪU}xih23 'eX_OguDBAN |yUW._} soz}7K=G|X~J3[\oiu.)WL x,?W-os=x)./w W2#5G%׷C',:AV쳆%@?}CM1 k%sH6U6ZNé08 g@˙P @:89JzOۧ/ZP7ß֗isT\L:kf|?fyOiu]`~.3O;o:֘}{Wc3&F1o*ߝ[tBmNKop{vxVc(g(cq%0^qo&cߵ˳[?@?ʂy N-N}T?;ΥE?֤QuJ+TƕӍ6g.ZW3;a'3U5sivKs>;Hxش0ećEMŝ~,pyԈh ub4V?w 0^1u᠍Oe?t `>>Q4j{~>5Zٷ3=Z?f {0ϗ~gBmKz:ϩҊZƕӍ6Ă0rQ4uazQnC `i1 6TwcG F~f|M72ovmX|9~Jpd!dgRa`;kLRNn{K;0YO eC2Sfnmsq?qA&&ͬ'xAfh8_dX1v״>TolƝ-ç~)W}w 5!Uv֏P~O߁9\ž~(HZ5")!_!1VciÛn{렶{!ac^}{ΣCC1$c쐯IH9-&;j:d_ޜ'VK {HF{;O[oUlO|v=u\xjOU'n{1?Ot[qow>l]֐K~!g8"Cߟp 78$c쐯<RN˨;'OO<;5[2?c~J wq|GΤP_̚a ;khRNU_kӽ{2hAO?k{ǰOsuedrZNw|Y._R䋯QkLɆyUd$\]!Bu#i;4W<_\x'+oHƘd֔z. eOZc3!_gciáX;ALQ!e;rBʭĜC~J0dէ㾐Twzy{%؃Ce 3̚\ub)0Qgا.^j;9]#0\:̙җii?r"'d'Bi K ~ 4>{;?P}1VV{5S}t`<^?n>k,&fqCP7 !崴KO c˙ι_| Jzc{5>\h<$c̖A=x1 oGܑ3c=eK쐯arڇxg~J(1vט"ci)V2j$}Il?xcם~gD: +$C!_Y#CA} ll>tV죶_ݟ}Lfַ]XX{jU uWzoi﬇{~jlf93u͵8Ƒm>\%ù#UHwLB&>jO}fmZ3wOB-ݰCBb/[2i\@ H4@vH6^@aw,ﻆ&sc,ݧ4z#D ~bМ>t*]I H_bY,9$Hb܁}-M0Hb jb'#(X /\wbmh.VSEhoCem];2Hd@G40t%1ᄏ^Lǩi#,u-ת>^}O}wWAN rd@G40t%15{ .|xowthVc,L[Xvv"?\uI\Uz܎ّ lY<"5#^O^%a?_/K>Zw 13ECr:)1r.H1ỞSqI>R0c$Hl+=B_⎞W-gNcC8o|[?0χC .D(AVPʾWY\ܿ _kq7-cv \#D.ܟWWExϙfSN7Q8TBSm4#oM=gbB6շM>~ ;O3}ouڞΩ-}wGy1UvbߵuZmОQ6MϨ^c4lSC;?;4g:YG]&KWsbR`%{ߞ9sۙJ3gDVUьtt ;Üo~4kll:PaN'aESϨ}VwI4] Gf2`$@j(d?}5_n}~ݧ`M~^3j[YN\7ҍ:|_cA!;Fyϕw%ﭯ?oѾso)Hec/QVbou=˛%kqd[q9Tr--XD$(}Jܟ9 m&|I.Ȟ7q\ə_|$j?<'3g{һf7߬5k'Q#j=h~^[hNm_k̛(1n&SHؿ.3_{TyEpim|}Jވ|0߯[}e뇼CK&#gƼwhq={<88ߘ۪O%g~[-geS\ IxK1a:gi\'nq'n{Uro;Wg>Sn9u&gXYahLSz0i/g4eۿ?؆v=o}c/ Dcd㯵]Vc‘B?,#~k09cŚ3Kj23ZcgZ|O4Χ-v}N^&ԜzĝΥθ h?o}~glh/ceҲc[?` fCjmsjL>?IB\xG/}faZgԎY#|xK{_Ւ<}SyޅM쇍I5ij;}F[OTS|'ˇ4C'oV[{g?n6@OG9?<^o#@CĐ^=we>;.wdo >LݞdGW)=z@}Z%y[#<^=h_RbrY3ֿ!L ۳^#;?B.N}l?kUl2r\zO9DZ[03}i}?Tx[yrͬr*+?|b~ӄ|WdtI+T"vF? ^Sǁ:e(s `T#JTAE?,`)VQG\?bTQGtXΨBЫ~8T "꿪{꿪ʣ"~ $$S/V!NKY[\B& 6؃ "P-(@O`j!<-dU$ U4̑AK{01G*2' K^B& 62"Pg@*s-UFq!t ቘ E#B>9T!<m=SG"!1 @TY0. @S{P uWk!F $ cASO@@P$' 62"ÒAj!㟉(%Rj׭SL:ID(tD& -'#z@*]ʿ[SW#(&A&B߮"2!uSoi?<ysiPG` 2#C?B?xj( @d RG$NTQGT~8QA&B]Hٍiҍc R8.?~s[gw)Ӓ> ő#Gz;ovѲDĉs|g]Busf!&|sA;c۰Lv,-Dab~~}FȗKW[?Yvt ma|(}\Ñ}s#'w^3X.+{,&Õ+wcU nb3."u;MP ׸?Ilԙe}U޹W#pG?/Xw{/A KX))Ls?JQ߇=P xJ}n|2fo Vc0s8w WޱaoZVʸ>i.c7.0"7Iln"3>;DAVT[0w6B5~m%c=SZәn?g3o35 ":VYLaob?N!#NGp6 _|~Ndw б;4C%u8:Tci0ѱABڍ裏,>ɗe}O}b"~ 7`K߸ڌ)+\ljcQC?+qyg}?DyS3r!Dwа6FN+ a(KR!Zx㍍BMP'O{Lq-oӔh&]bɹצH@Ú~꧚ ۙ9ME- X32SWݳrMA&7?k[dn~iJ1I|']f20t4 f37k qzm =;|&i2h ~XRB4zW6t(3N6RUJX>u'ufOBsDP9 i@&(aBSr7r_O:c9s|0ݠ^?ߍ]m0^;ֿ/_,^b;{8|_^r@xwCJ樀 Mi|%Cy ];k;z0ex2lxCCw>og?!qoaj߉1BvTˋZwkl~qDi:[)MP@Än4{X/xKѾRݚ/lan:0t R Mit|gCCZ2^[lVNamPʜY+2-/5  G%,C;SV5z-.ԁ_}}?.'q.-sIT~{E8EbP_Z^yweLN/O8|Eodz0Q/o|/.ӵ=Ϩ/}/t5-=`P)ЙF4Ji&4%w#؆w*t@Ih[cۊCyiJi&4%w#؆w*t@Ih[cۊCyiJi&4%w#؆w*t@Ih[cۊCyiJi&4%w#؆w*t@Ih[cۊCyiJi&4%w#؆w*t@Ih[cۊCyiJi&4%w#؆w*t@Ih[cۊ"_)HhO)MP@\kvq9;-6G0i|1@}XpEP_ ?d7Mn&adQ d (` EB_n?Xk~kbM( 8-ܷCM+ X"|ilׯK'|%W@IP@ͤrrĢ9 p쓚 =s_9cb$;|) HjƤmWI3Pڧ雠d @#.̪(`TH@N3\;l( HLZ+24I?^؏fRRd"&m'{>?(.'UlVcO7 dW4I[!I( 2i+I J6*/0\[վ_i H>m5~}[2k1`59BI3P@eҜ}J&}]90QR0Ѱ+:J &U=vPVGIP@R¤L&&c() HJ/TWO}R31"JW 4I3һiJBD VO7AI3P7өCOe9M4 2Ti (i}?_69_qI&e˾Dn* r`[( aRߣaW ku$%L{4ʁxI[.G iC)@II_K{~4܁}z 5_;I<4h_8g)ú yA}4~~k}g&Sr|Wn_n2:1QҀ9|h ~?`5i0[pܦeDjG\6};d欑fshM ꣤sl6 H>J0@>:`&cո#w_ftݰ0@1 wN~םnfTd{Ucw+IkwYi;3Aw. 9'11QҀ}h.?.ؿym(iݞ>f?# U_-i-' hGI> qSE)cRf 5=qsXrkO:)\~{w8\j 6A}4`CuL7՝wN,6u^'p.41QҀ9-2)#!@d>٩NsM0R1@(iu֘nGIp\td >J0@>5:`&cQҀ9ܭ1)#5$/ PnN& yA}4`:}wkuJ7HM ꣤s[cS Fj2H^P% NsM0R1@(iu֘nGIp\td >J0@>5ŀoiGIzpfuDj(1z.=#=v0ֿn[fĶ;ź7[c) p>|G/}X=`iGI8Tt8t ;?||Ow>V NZΒ3&cQҀ!$IQ5g%1v0MON06iGI8T?GdQ8t6vx ꣤#FsƑj1QҀVݏDl3ۀE`\Gy{t!fA}4`S/lta4@V43n}˳ybpk^{ٟmOw>K }}gعk9~[o{S NYӳPY)"V2l*AgC)V֯rgK_9kf(&Уh?1|_,3װN͙-u]{͵[^?nz,{o5{P}O*|2WG]9,=s&gMibl+LzbLM| |OMpyjbe*?GGwF~)Hcj{o/|i)UTX뿞o}J!܇wx_[[~; ^rKzb9Ke@ߝsu5蚑J-l ʝ·SwLi+MlڗN?-OIO,gjZ!PA>za&k:zs~q.>s )TqDP9;*Yn艹{]~Se?ai)ɾxliskynў38*lՏu-D4>{!ÔM,ckg8ZGR=L*SW/g*8 dqT9Rs?tytsƹ2k{)I;^Qp0] m̼vn2w?S^򕿼8=N-O?^tggTtZwO"џUY.w]ԑ#񟾸/rqe?ٟFdgW_8q-dGrA~x˿ˋǝ8 Vk3x"em7J!qDd.ڿHaq.93$Ce wVzMVoqYp^w;afgb^=rWhδ j5N->K' ؘS՟?UZ~DP`C|[o+c0/ ,`cbXWSWcOUVms FAlL J`jvoߪpht"(!`_ L_͎Q>U[1N11{HVBr̡vCb~g#ހÞh$% 8:aR6IHUV'訠ch|mԓΟ:㑴?FbQlD꿫[ezzr0jZ }mԓJ~;Nrn!# >wllm&wϠf_sjS}䛚ۙzoƹ4\Ck}s?~;S5g|5ij{}ߨ}{|i?b$?OJ}3U,#w[%}и[mƁp7yȓ9Ljv?]czn{؞Rx̸Km{Uniy.-שi{S?]_<1_˹z;ͻִ `7 &mVw}7GjM9ha51s &C mcˈZc"gXڷ[9p$فiEMfgj}27KJt{Ufxçֿ95*&쟮o9/v yZcZ >(Ϩ{Ó6gk;?~[b뻰z猳J25ߏs$ac|'Y|Io~[Ͷok/#~߷}{"apmgU=Kx>7٥B⁈+$V7Ycϑ`1 3zP^Yv?Se>hs-~d9>pt6c9d\p)\Q@ OD!n!~W^S=.hjw~Zx[,s].﾿RD|tG{ 'ps|H]cb7+o#Q΁:^]`n9rD^>mM&N;w?aj@2HFÇT ;:o'wW9l/wǴ>ig5thO3GKd]*gKLmA;An,q.e? g997q{\Xel'9up׻רNΫp|L֨$Tw 7Q#=w}nlsH\l۵?;w)~IqFĶ -pF`9>uݜ&ߚv mA9;+?jL;YR S}u?X>s>9^M+[Hr~y?&W^;snH UpqOD9Z^#6;5>W'_j=$|;YesY̭jwG"}`0?[?,n٧UԘ>gڹ$cI3+w4G1w#`yIk]{x\;Ǚy|/#ڧNV۽ǴjM%sm MSFwa硥|ҫQmڷf$-9暓 K~czwyJ)QW+> m"5N#w$kJJ@s0ׯ A:ے\QC\?|'5Ϩiz>OkLPv{MXkwݹѽiT;jj+G/0^:*qg N9;޿ {~98{Յ*]I΁9yys:>/z{p?e;j 17٩_os`۸co~n_{X `T5٤PJlK8f*%mP#"?{o$U g"Ww@IDAT$o0'*`gD55u^{Ց:S5W_o>ddU#v-:ki3H>bs̳jAv4 C,p95b3\CyGx9vQܓ/X.\*!'\} Y6= .OZBE{EuW\C3?ݮeimwB{nC֋ʺ)*-WpC$`Q1by:@vֿ 6DfcqzZl\맟&n2_.d\/bV_bfe~k^SMCfV&=)j>zIk=>=&t"7ep󾴈E3_?r{s[Y9bf utPe3C[jDnNYBKsTiGpA8׈<ĮQvQT}R?'\Fx],cbNm:1:asILP݊V?eڇԦFɻkBkktĆ? AvךQ١Lqf2N-*4ZtseOw?ߌ24ߖr$uB7ve ,Ը89XZjs#罼F`|,v>!nr~TwqWT`9g)gwÃ:+;Mhur~2ǹF̓yyFT7NMyGH/K:$7PGN=<_\*kygU=d|8h.UȈ^>r4=)*hΙW.;ɃE.1{_L3 F]2'!SyO+|W@gdEiDQ47#Fc,bptew"qxPf,?l)6Wy)v'v5,4jar|=n#ch6+f /5iM%~4+Wbl#@G=5HT庰k\-4UFQe|,!TN>_s9@CeZµ `IBL1Rc'>:_/ûj e;]^iּӿ>A9 TG?>h\1Q3U1u=@j_,/@ ҍc95U1Bķ2~@?/8pz"#2?qw' ({*)CJ;Kaf^Z36ZM_I*Rθ2ֹ-W5"nDV"Y &#שŞ{n׹a[kOLqE`{q_`Ah2WmkFu^9քSTD1df+y8f=э_Ys$p~TKl uռv>U?> ǾתG%dVv<6Mi]&9NPӸ=~p~ko#X``FZruJ197}__37K';1vn7V~7oKo;wa7_S5ӘED=vw/;=5gߚxDL%$<&F*{=ϩ&-{az`5jb}ryqYBj1RߟQ={/=15Lj "^Cδk ֩Q=&8' Hblk{;bǞʾD|xC>}.{q_?껁<s,{oz02nz1R۽~`#?q'JC5/B!~ `HBM$#z16^>sl33S<Cf z^^V(m =v~!uarU:v4#X, 0E Ws^ IP7OƊ\^a:Is P pJNLOS~ϱs?%Y39/"S%[r٩kY>)+Y5;}% L ''dͼBb0_RRo`m9O=-\p_g?lq| Y"IxL-L_A2E.Y/|we3CE~~bEWV`k; bޗs$9*|g LeNҧS:HԌƞK`v,qOw(rn݀a+|EZg 3GZ_믘~3K2j?= vB"3B,l&qꑷL/+_{CElE0$uz!z;.N&Yfg+^g$>C0U!&F$v1wKE AٿlYc`VkECYOTJ*J{"|]K ?L$`6q1)y_fź73Gɂu\k+ džM&/Ί)^B|`A0s={*=3v1{/T(N)l& c>?sPo?thz>Ws>iB}6Ƹ_0Tazc_ɹ˅zNGr5)h`=?9h[9dL ʞ1bM]@dbj9yzn=FϾ{*v;tWog !;?3G cm=k=c0)l&)zc81,5nb}ɝ0, y@?5{lJ s!l#O~<3.0>jfޗ^ksDW_x] oh.t߾ ?rj~zȽ eG?G?C G+a}B1ca#BXhc=fk *K*Ιyi2U7coM믯?]3|FO?gN _O("~G?z9_;lh2{O3|߾9 &m\3 Uo0߾{E 'hWݚqؖm{<6pc7nV"nh,WH`JEg.VAh^ҨFUU E%&&$!BBvJEUfcEe/ ?UTB*ӫ."]ˍ/ _^J’%]0Ah_}+ŷ*]%VdC?@ɖTB{_)vʊ’ qÊpB믯?_)vʊ’ $%[COS["|)+ K0 +nŊ^"믯|)+ K0 ly=M%o d'A藲(`$\FF|ߝ8K&Ϧ㓄2_X U~or˹睇?bv8!x6281|[L.4vF DldD`j9A/2#ߚ\ҋ'gz눹iwǜy&\L+Nwf;LH )}Atr>\Z$6i9A]DB2+oP'8#/ةfvۿ"Ckd(Dnw:Iy{ng?{r>XJXl3NsX+?9v;D>= Y-'yyP֐0Y-'yqBTl)ɬyCBE~޸W DBo믥?́30Ô'hj9A?Z b*.4d=N= Uc?3ط9tꏻ`s8[?_z ?s<;Fvj9AoտLig QF|q9KD ydri;o74k非믥災4v1mTAS=H*Î9 x9S=sp;[ֻL ?h/9U|8,ɖy?j6T zq{XxVK֗Z3/yimDAoef#Laxm#>+ࢅlzΚfL0NϿ6kjiPDQ)9*FF^?z|msxn?o Sg1apUzD|p6g ,~F'rܣr#b2F#SI< O(b{$nHtA 3$&raA}Tx P4(@HU裂8OP5JK* M ꣂ8cB,A(Fg\UM{N=jnue{a3fY2t U TaGzhzӵzl@ N%)&<Ki5S>jvb`B1"!᣽"-4=:%gzͰ$(Z! O(dR >d5g sًG'S)&<KiPGq* 0 0XJT>*SI< O(R *QAJB1LxB! Ҡ!U Ta a }Tx P4(@H3ڄ#} O(4R *QAJB1 'FM{*FUY)S?ʞڜ\G6ΒJBKuA9}˞ QQ`pZ>*SI<#{UdXPĩ$Ä'`) Ja~g0Ht{HS~.zHL*S"5se~Hr$&r#bc1LxBa,yIsCk$L=9V&<KiPGq* 0Zbz}T,X#Rjک$ Ä'zɟNʜ=aqYhdG ?Bⲧr޹Gʹ]kj` TgDW%;ĩ:t<= B&`) R y`lL(,5(W C;:.mg??}@V|T08B'ޗ+H!ːz/|_Y`^zA8n0N0~BӻRGq* 0 0XJTIV3} $nBr;uj &3k~Ezq*J1N0KiPGq* 0 0XJT>*SI< O(R *QAJB1ܻyBcg0NSCG?~Aw@築!uA@6GqF< VFL Oѣ6AMC梋.2 fi_$pZDK{bzA^pы/U)TGws4!'?@~?jG^'_F,⿵O.Jr_P%qZp,6E``p'-|~<DZwҿ&cٯN95H3&Sfo%z['?yjsMx喃w푚wnR3?jܨOI|n_9>oT!_،.!8!:\/18?2ctlqn׳}1CKՌ]'zOϟ~菈0/z;F%ˮ?=?ҋcĴG?̲?_yۛ?zdNqT*I˻A~Qf,Ƣ ߻};+iϾ,IG78U $j\\@h?"/!Ku\f$]?~;j.ۗQ1!ss^ԾY|"epK`u6G(Hr, z489^DL@?7+3!7/l,4C%87V)Da;H#=$!y2Q->=Q.e!q|O}{ǮbkZ&5;q2t| es@0+^N8HIH.2֋B1 /^'{ *K\/dj4_Q F1=_H<˛UW]5jcwa2|x]zۭyQL"@ǝw7[o5jkS `tى/1鋒{31|m?BUpc۵o6gXc b.n+:>uyF-\y/p95`Wv"zi~~\joekȉsw"glrw8;ݷ&ٙĘs*!1O0l׿lO=ռ#/ W']0NrxPh~ݗx~gR ']?KW|U z U)v迍IwQ+(__?۽G]ة~wc;ww2zY96z 4wÿj1jSN3"ƭ1[Fcs$zaK*W=Cjx>(.TbkNv;=ߓ_ӱ߫kw2|{wv;kf}O0$8iFQC*PџUQ梃G>:89s&77O8Y?>']{ 99n8oɺT /_ɵ^KY.##>3˝|?n]x;L$huljlR/_T/oyrN-i:ѣ7MN=Y)ρJSSx'z{C1Vʝ \voNZp:9jH5v=g'T3rqcېHrVfD,<|%cOa|̫.Z BҿB>27/YFʮi4?g@uwSyj<-=K_dnLô/I9lڗ?3;1<ٟy ?Ρ'|~H&ٝFT VyzyrѣOH{sOL5,S)Z2e_>jO,0,5R/oiZ92D)\/^~10f$hulU1upt"v??>ĢUo3S>?rou5ds3|j=xsԐ Ds/?GM.]e)mч^ij Ow9j#$!M K:y_IձENϤ=:@j$_;Wr;6)kż7y0Gl~7Pξ<˘^~0o2wJ@)Rf Day'%z'Cg_z'S'z (LrR_d|K֓9CzS!ErqſD9~;EtX~AxdsԐ Dm/2W?}]W>wʿ;*%[o,_!/kX2i LGQ~앍pGeӅ3c)`E,Hw__}r]oXlz3=ўjyk5*K{WA㙱z)35*O|z3ok hvrό Geh<3z=mFsE^fF+G2v5SgT˨,1{ j ҁ?%U ;R4lI6<T~ ˰uR, CzFf_/TJezh[fHnӤEH Pe*:Do}p$oY3 @TVO}Ob 4McT*o߾m}-t>;{7 *S_~倫??#9ag]ݰRUs&7$b썘#gH=9os^PT5+Uz?c_oW=HGKfV ?J_~;ko}"'OFJi1},h۟SO 4M?,t S3U|W`0_Rc,feΞ aUŇ[6h*@Jy5,-xU Za !R^x ,K ^U|eVB^҂Wn٠櫫)UŇ[6h*@Jy5,-xU Za !R^x ,K ^U|eVB^҂Wn٠櫫)UŇ[6h*@Jy5,-xU Za !R^x ,K ^U|eVB^҂Wn٠櫫)UŇ[6h*@Jy5,-xU Za !R^x ,K ^U|eVB^҂Wn٠櫫)UŇ[6h*@Jy5,-xU Za !R^x ,K ^U|eVB^҂Wn٠櫫)UŇ[6h*@Jy5,-xU Za !R^x ,K ^U|eVB^҂Wn٠櫫)UŇ[6h*@Jy5,-xU Za !R^x ,K ^U|eVB^҂Wn٠櫫)UŇ[6h*@Jy5,-xU Za !R^x ,K ^U|eVB^҂Wn٠櫫)UŇ[6h*@Jy5,-xU Za !R^x ,K ^U|eVB^҂Wn٠櫫)UŇ[6h*@Jy5,-xU Za !R^x ,K ^U|eVB^҂Wn٠櫫)UŇ[6h*@Jy5,-xU Za !R^x ,K ^U|eVB^҂Wn٠櫫)UŇ[6h*@Jy5,-xU Za !R^x ,K ^U|eVB^҂Wn٠櫫)UŇ[6h*@Jy5,-xU Za !R^x ,K ^U|eVB^҂Wn٠櫫)UŇ[6h*@Jy5,-xU Za !R^x ,K ^U|eVB^҂Wn٠櫫)UŇ[6h*@Jy5,-xU Za !R^x ,K ^U|eVB^҂Wn٠櫫)UŇ[6h*@Jy5,-xU Za !R^x ,K ^U|eVB^҂Wn٠櫫)UŇ[6h*@Jy5,-xU ZaD~X\I꿴I`My+\o_,LzY~%SNڝGil5}IIoGS(EO1(_ihJ+_oQ'ΊnrUԖBk)0oNJh542 &U?\UD}Z. 7DS^`q0?"[\EzwJ,RֲJ@N1cZ @tWlSdR|ܑ^v݁믯d5jI}m4 w?$)8o??2"~~cD>H?I*R>s~~~OE5eG$WR}oeUjI}ht%9wIEʇ_p~SSR=)e.oƒ0Eo ݿ7EMg_R+P?Nj򵯿t`xJcxeGR+~u P3}Or߾7m2CR+C_N"C~~~5BHt?X?} *}os߾7 M%DW _Wk({v|h4+{^0+d̺믯b `HzQ4Al4+HN`zI2=% x"ڂ z!=Hl?_`l4+Aj{(A0Gi0 V& d sq#zK]HBz{Ye*|.<&%.DJ$_?,[3|cm3d__XCy,Ǡ۲gd1믯:'Y6Aeϐb$__}a uOln˞!H,g<ݖ=C&H_}5Y^?ϲy -{L#k(~2et[ ,F"}P^gyd>12YD'5LJT6_Ŕ4 8. @u=tZI+z?yEȼ$88G?G?pW T`?W?W>_Ad^~:~O+S*oSOr.1?PGi@G?dPi | VVB `FS.4AFW@ r=|NY[J `'@:{ՠzU31X/y7 r3g?SJ&%z_FgtFᅢzKW`A+ht$3g?SJ&%z_FgtFᅢzKW`A+ht$3g?Tg2=9L('B ,`a0Ojz߯~ldWzzˡ[>;kD`a(YBUX,?|M7,qF<ӏ|$ѣ?*bj3[+k? D1 Z`Ԅ?iM-)2eQ ЧOO7zrr#ٗ[VfYj4kws Jjj_3Q)7}Ef/)G5#œ,YuS|kWdwT3%uV5v;j#=l$eH2}F~? I#Q3+UW@IDATfV;¬#c CdJs~`z38COXWD,f(QQ0ԊסD s|#9x6!iڗ㳀5?Bde UYdps^3f>|cցL#SrξnuWja^eJLP2,Q̬EGy޸s-UYKOn3*:sM74KmnZ3E@ǫP=FUU2,yF}t9 ҾvF"kĕ?#2{! bSt!Xn,tJ1g οRU8kJVPE??ow]%+Sʚ F^GZ yLSk]w2[-UYdeWwV?ӏ{ߝwaNf/}ƶwa>uGv7?_w?z眯GyGG}Wcb0ǟxwy&EtF3kqȇ;c[Wy?cӿl9fiND1F`eGc CX$Hw#2mLI{Xkg=O>YݓG?QYkM e2|^eork3󜳞3)N?W5k$nH206/Y7)vr:E~x?]c0ENm'̱Kso({t-2|޹R{ y&K<`֚|3w$!<:{E͹0nf5_FZ獟v&{s]sP"cj,C4_Xg$2oKMjsg2x9 7BkRsd[7k9׵?fɼnHcwa93v>H'1xp:__>'x;3c,ws*Ԕh"s$INWiWnnT!ofя;kZx!İn48}q5 'Lg42e_F|76޲Lgk㧟k{ݾ16?8\=EgLm߿uK9?dsߙ{s,_y{}f|g_~&'<%]PJY/YwSd^xM6O,⟾)n_Vİ׏X\b߷㶏6F62+f\w)tzۭ-j}}=,W^ikwi 5{.(xz.bpbd!Cu;T.!W]yՖw:j?&)K;b1θ3`VZo9?;7}_kfmOz;fMEpoFRV GPczoG'/䔻LjW]=&~9qb39׃ƞzUWuA?],gPߗjʣ)lۿ=&{7:OΧKېMf_kFkfGB>[o-R+n3fl_ڐ`#z-fdWqFI#cډsko4EN/9o`CL2$ ?`13e=#ϱBKQ/c5z +>G#J9NX˼3cwxЄkb&9.PGƌaAy/|شiaLٖ$# XL[?rhw?޲όC wx?e=-?n0;w[k͝-T1# }'ϩbR`;{0*h?Pl7"窫]XdGPLcVb(#c뻤xXs̿UxJL+}?6 _kYQtUqL?qv׿|A=g/қ$Xϝ't8ϣdvac&;}pT3,$] `VPwa`/ }V珬,r^fo}ӿν>Rb@L\0ʡ(kUJ// ѻ⨒ \#qz=ċ|Z?ӧ~s*}Z7L'˰G QdCPa~sϥ ~LqM7-0,4qwˍc9\]zC4^ެ508`K%X$ܝb;$p;^poxR/Kޚ45W'/*hd$ZTf=5r5SHu*5_VM߈Yf23wwD 9w{ќ>秚 qU|浊ճJsUs_ks nG2d.Ulm<ϸp z?Bo1uq'?t{0\*=lыb̥BsI{O_r.rwwj9 FТbDNQRO :4*e,:li8KST3,*F`)3yrze_=dJ2cO1ӾTB6bUϽ,CZMgHIQ%K2ǹF,cw9c>Sg﹛S=Yl!Ҏawp95b/g_u:?r{r2.2ۿcꞚ)X Av4 'dž\#ͻ.=&j lL,c"!CSpԤ(O6U4L_jq="#[ϿHv灺Vο^yVf콆hX{>%SGt \#=#%}4&ҫDx{ 79YԆS*# skDK;3N&)4\*eV#z\[}gFz'C6v?GRB6bT 'c1X~16U:qj5?zȌϬc=*ԛnWӝU|ᕐg?zZ9^u18U k#ľ+=%P"4)I׌JZ[Ʈ|aOޮomHyw~<6 =&leV_b= Rr6Zc ?:6jCtYB\{)Q0ыޭfaQ_l ? L?>n.=ת;Ǽ鋩ps,_E`=H]>OLyG9zk5; 9C4Ǧ͢=gLELH)ߦ2a0L$ĀY1A' L󨎜wٞ{G-1N)v|F6olz})ŎA IK/7ʿ_M{*eG>t1cd_|"' 0R;=/{fؖ )nt6CqL)F*w꥗N/nGZ90].w;MUl4En4fQc>+0kqrZdЌMpk]XaeЅD0j[{;"C6}^M=R4T)4FW/uw{F3_bY#?![-ԉMZJ% }7{VwwT07\9xRPg!1R8v=J\$-ּs y}F=iTaNX+P_[ |۞Svj[15ܨ;X? L?˪{8{_~NQL7C#K45#Ԫ_ߟr_y6]fF, e؋7CTV#bԀ=dA_9*F0' G "j);듵X U7CoM`? 34)} #w?v]VZm,XV00__T3e@p.C|Fwv c-~sOIL|OI`8j00i-09O@rmStT`'kNt@VF2B"?NqSI4HĂ}~}0r鯽|s)BХiF+#!t;s$rF; ؤ4JvuDm2`3KRvgS%RH:he$#?=zO)RĨ #sB灗I챧 p+?~׾vey@m%t@t.D?Sҗ_J50D1A pO=mgȗ;tUn6"]BDHο\rnZ<}@.FU&D,5,}H[q},62n?ܶ j]0AV{V9Ef]0Ah= ; LOk E.w($О_>rdΜ\|K m'g=/CR4*62x}}33;vr+O{s'/y %Bt3_~MӻQBw*s(v2OSk4=/ATQ'Xih$бS͜uYKV_yϩ #{hPt@tPϖiST3w=~d9y1YzE bF ]F׏E=%ݻhڳ.ɿ8afAa$G?R\L Rz~l Y:l8 #.S쩰 {}.-gY_@/ %$3ϚBTQ C0AvyG]>/G*[GH>L{s,ckoDw/R|չK˭?3Nډc@T.;b;/Y6T :g3G9ct{eg_tI;Ww=Z7:ؗN'Og[<ZNЭ#G\pggSN]v-j0rCV !$ݼ؈#G"5ooCVup[N_b?rNgS(M$$a C:-'E^/p)[NЋq6 Qݿ# q'*FFtϿd%@$j##CV } .5{H¸Pکy9StOv޿$)?_bs^:#Xoqlĉ.1<+ 1w8dOT[)i9AkEf uZNпlǧzoH}-oy)i Uȿ*o{+!7ҒY[[)vy?!5yn9T{<;gt<]6쭭I彯?/9,۪:o rU'U%o747't y :?A}沨Įauο?QϷc$GȺ<_6_ `IИ^fKwacRbdz3vTf~PKs?_3*Yϸ !OAÿ` ȡ(yCGes ᧝FYcOx/o#! [Ȧ Y-'E=߸,S#TŸ2^Ŀ Suj9'Q3kUc8CRp d8f#UĽ1眏yckSK!=FrEs[B3 خ@ldD`j9Ao6bzpSma`?]X}O|k,&P5ԃ No8~^AP7*F Na x Pxܐ :8g! H MT& Jo|sHɣ`J1Y&<̬у/|G!,8eɘ Ta a }Tx P4(@HU裂8cB,ABBĩ$Ä'`) R N%!&<KiPGq* 0 0XJT>*SI< O(R *QAJB1LxB! Ҡ!U Ta a }Tx P4(@HU裂8;1b4MQAJb1LxB! ҠmYF԰ cB,ABBĩ$yoc=DUn2, Ta aVjsLV1' u#,8,CPLy & QA1L(bztD9[h%x J*="! 9??$ &R *QAJB1LxB!VYk~s;$f0w[b2s|T0x P4(@HU裂8cB,ABBĩ$Ä'`) R N%!&<KiPGq* 0 0XJT>*SI< O(R *QAJB1LxB! Ҡ!U Ta a }Tx P4(@HU裂8cB,AB;sJ w~$!3LxB! Ҡ!U Ta b}R9{MZRjک$Ä'`) R =v7[ P(4(@HU裂8cwQwj|xn~\Gx P4(@ű3ο?ƳAyzd~sij^ l+?w3{G'֥?:Ex y|Tx P3jv %SXe80>aFM;cqIDr/|ᯘf a `qۗ6;xzE0 4XJT>*LZW4"XJT>*SI< O(,Cʟ?fmtOFXT0! 0 wޑj PXKiPGq* 0 zCZMZfNF'=GD&<#LR[[/ynOts*`m  ҹ#zȖg0 H* MTfˌ N%1nBW#g%xA>?r]{<̐`B, }THmU-P htiDuOӂ85ts]^xb1$2ct`"'7\OqIy .v TE. >..`Q7^9&q"`3Fwa7bo ^8T a1 v u?ܧ*p¸_z;響רv 3ݗV~0V#|L_1'Sg&X;9chd\lb]C˂K XTJ?p"gM=2K 5Lǎ=BW tn/οW*sǎxBy1\zg;zMUqxޏ%WȻ/A.íD=;f1[ƭ%ċ{Z{7@s\׼Gzלw=W _<_u\Fg o?{ CA˻A20515q p w;!V P3< Nf ݗPz&}_)|H87yތ%濞}{;KŌQNĹQ]Q7%tw`߿zxDs[/xP|p |.Ffܫ|C#{xJH°:ȸRBrGb#9h w‘^}_}1'c?}-z3 DuOT{)\lG|?Za;H#=$!yY5 <{^yFa.0n2#J Eg_{3 ]cu$V٫߼NT>gH.z[X^k=m?"nϿ [(>T>`s,sG! yѣG~zk_-MX C *oT~% W>>?ɝ/F.缟t?"1ՈÆV3f﹇ޅٽ ޝB0+^N8HIH_~ks8x~6/6\`",E5Xyx/nhpG\)y`2.5sϿGuJu2y%]7جSk]dN82/ sza^fCHn?[xp‘u_nϟ7:7Ο>vd1?֪鍶/p?LϾX9ŞLɝ}i7Ϝ< laڗgls‘,:Cr'yL뾤_1c{*ʄ4Ccj\^mk%?Lh_U;%_@I$W?]ǂ']rv2L.\veߖ#r}drO~]_eq#x wj̈|3rw` vt9"l=Y1 ']Vq#b6_u|ݭΣQt__>{h_޾ e)ÇscH׿#+l[g?p`wcJ'+}.k`?UxG#D'q]%;H}7z[mWL=S@L\vb=>m+JZcu\A;_jΒ3;Ϲ񈿮S/_N=%RzvWr1*s#rnzqELE~.<=[WhN$ K*XizI4!"@OLO՟?U4DrpΐCq @OJj4F$!U)`=U[ꯕTNRU)NI_@?Sƨ\3j8l'U4oEY;𝲨T*z/fF d礬0~ſNZHe 3#dqIYaW֟F 2Е¬S/\-z/fF5+aVSF`I)mUu(M~ɠQڣTSOq{hO?03(`0k__8KR՟?6Β=Joߪ_ lRZ! -k'@}hrzʾRd+L2ԇ-硧_RO)Q,pb}ySꏬ?U))e.,01.ҷx\FT#RO՟,QK^*^^M[o?[o?d7Х42}ߌ@?Q:ux GeR?ؗXNh@6=Og|C?8‹g0;묳ռ Ϸ~,~e9JszxvEzxm[}te>zH|H|ف^sNZW:fs;??ո?Y~׾:ϳ8$?$qPQF2!ZoeWNKK瞷s̃N//5gůߍ?S]u_ڞgݰAeK믿?}^k.~_|Y$ ϲyrU<9Cg_^#|ڎ7mwWat!aY^rAyλH~s_6lJ }V?3r~q'{N?t_fIμf{]z(;= 簇&qoϩa?y{;.~fv\s< /˲Nwɗ:9IN>~f^ eYw3N.9sz 951^ccx~/5%O|xv[;  jFߗ,k>YȾ4G}G~`w;u_|}K/YX~FBY]le??j1']g,ԝֻ1|]$qj9?ھthиՌ?=_iz>8KZw>ϙ?@ II C#m|ο{u~=o)&>kJ+F(GD,m#m|! 弴 C{d픯1DV~Htl5j"6Sr^ZM҆!=v"RKXp?$G6NC@yi5ѷ-Y_?sp)5Q&?&0wgP8kN:-5.طB@{?$l5w/(owq?~;{c_)[a)_Hy[w=)ې{YuSm̖J#JنXm9ϛ$g^s*9|Oͨ'ڈ}lsNhϟ嘷z@U߃v״G/|>\x lNݽ'&B_6 S~&5 >߳`| ]}lf~TMZc<0'VfO(錺vھ|:g%;x߅Aqq؟Z,M~K te?C!v>?B}pYQc?,HU)5Q&wsZ{*}߁(gzc2#m|! 혿\/=ܳf}jGH'HvWHףmI0%@M'ٻNh}QIùyòVViNq0Ks~s ,s?pR6|G Sk#~v^}"Da7o#Yۑ/|i2}c~OI2>b-9Bw?w{ھ 72"h8X2icI.4e΁QPo L!pLqox}{oucYr=>+>:_pIJ Vg1 G?Pk3AտȶEל +l˱/OOrc9jl2pDIqDqwkۗpzݳoQqXgkumEfqwWCza#[Zg!5?sk9fLqnikΑ5'9vm{o;Q_Lľ _},78qnGmYD|oe9vAwo_Ġ p?oggd_f}V}wR7non{4Wqߒ!"܎A9`]mu[/>U$9=RonJ&fxrw7$w76v[7g?vuUSS 0XmȌ߱N[-CjӇqZG?w}V{o9ʉ7ߔ}uOC9L<ڟOMo7kS]Xڸ}1טg?8X$9,z9s@_c |;H]n5_zsZo)Zn)=ks?qil漁?_/q? 3uFm+t-Aۓl]_7~yY~XƆx~C֩<_gl0Ps>K^_=s?匜}Mkk?[@w՟?m(zc^|a~m9_<Aת^@.бCb ]^{~~9=p3 `<>~?59%|0Kc\ [@hg 3FԜ~h{wa}9sm9;EQw{^~[K+F.`{㏸#9]>sigq0dw1?|UjEhu:a?Z}CNKН?_|[oh5FiN?ƛK5Ƙ@@c| ;jEZ#i 4ؼ}Zu /~쩚Xwy?svaB.]6>%oӵ*e]ꢾ 3vjq|?sYA~ՠ_9oGvb|^YOI?zHshqלAܷ~7KSZG,}'e}uǻV c.j^kY۾.b1"1,` ]^{% m'-WꉖS#1uʖOQ㭷:\NZ z[ӵu|o?S<9O]aeICeʾqMT"FІ|2=a2)crucj':D[8[\B1&`6ړ "Psz!Zm0IƒVSVC,X$6ƒVSD JCFGdF{BFS*,\ވrG5ړ?O_[ 4`4:'`6ړ?B[O՟?( P$m0 N` ry#*]"@! Hƒn?E;J:m#' h>!MEzU=WW@3=PF#CwF Gt_=uj@cuYr%F߮"2AT@ߪU~j8Ql&F?"T@?"q:P:uB?u8Ql&F?"T@?"q:P:uB?u8Ql&F?"T@?"q: Vm 6šPQ!Db0Άp͸p ]wg"T+*$W9ԅ'##[ovbیTFA<jP?SUc6juP՟?U􅡵"mU$`}u 0Eoߪډ2."n3So,z!BSO?TEی'Mם{$Bc/ձbtrt%Gy{ Nf^j6=epGz'|rS_={ٯOOv~%NO~W|?_z6Ή^33;|켷YyjI߲a`.)p9>Ï|9e[f8'{KΜ}l#+6'zrvճ_'kUooDV]ENRZX_-<;վV}Ɯw+u43rf߯u\?է^-?6{)1߇aӹMڷXmC_Ǿuxfz&_3'D#߲} Yw(+m\~QS]Kvne#X>EwS'@7wPWګ2zjvy7;:@l.v"k?[>sX>8uv6?/-NDK+A=svUɿe_Jx^8Aֿogǯɳ: |پS[Ƕ $jizk]멿Ӯoy@Ώw<~[7O>>{|^B}4-׻'坵C\ QU;G_n+WVc[q=A}~~ﴱVVf"Y0h0w,Z|./_WͿ/u+ɮڢ )%a}W͟I{'@hY>7?'d4~b.?$bl~j`D3%1fe/ff@PfZi:!i% Mș=3?OC?9j5F^$gP,MX% $,[}f@P,#gl!U$̀$ɬc٧a뀩g{{?k{J~۾'iuZ"BAi2G7zɲ~>hty+Ied U=vPo1@P¬e' @ (1^}UnIW֞:=e< kN0kU'{^;s n֚??cOK4P_eeF{wH,Y;ߢ`U=@vrv}f\]ΆW}PI ()af﾿tϿY-=Ά43@PcN꯶I'>cϙg 12 1k_oLwt?#HIQlӤ bҦĂ ^۝-e&cz+y@M~mV6}!7`!4e4?oy_EĚ6#YO:n/6[<|Vy7 ;o0B< P 9uN7X.sۭ/?]_J l9c5#$/[|5h9vоs"9d1֪Y}렷i{Gi߾Ikh'U[^`yBMaƽX"_~-ֺ o~ZѢu Px*_ڮɘ{˗ieX^tX6z/-iĢ "i0Bz+y@ ]AZPz+y@y?z1P"1 < PU us?ԿܗR[o Rf4 V@:W};dԲn;'}uȩ[,FS*aWϽK&ȹh.)%< UXZΉz+y@:.;ju|~w5g, Y,e}^n}"n~$>9{vQoK5pOs޲{7{tMz+y@41 ,rRQ&J< P uN7XM V@u2ָ9c5#$/[˰[^td@o%T/n{ 0V1B< P 5uN7XM V@u2ָ9c5#$/[˰[gh0Q&[]}]yu K{mo<+.hPX9[Ӭ͈|Y.hnqNه8(\m0?Ɵ?ù61w5g ԝrZL6 gQFH@o%ڙ  Ba:z+y@vvn̑ϟ?v~sC+[qOʟx^u'rVXk[U˰)"mutxcf㦦$ & < PU2k>Q S@o%t}S˺iڌfJ*Y6 0B< U/_ﻐ[0<)yn! &ٯ?;n gH~i_z,]⏼o?8C~UOCI@F{nv:?vt~uNj :spj{;ڂMkǿԖ#E |GMهV'Jkwi{,u/rOټf¼'bn>]砾?w-z˙\{];{*Oz  kuuvc5򫲛>xLj1G%;;S?f.q#94k>.G%tʗW%ӣI=MLo ٭C(<2O^{'rh6SSg;laD t7̖93m^+򏹊PB4rTaUy֟Sr @{1㞦l?eP?f挟>J9MDП0`t͸]xԔ&3"KSz+3/ $74- Ds*~?^_ǪU 4Woe^cr3R?g3zwv6~ |ٙsX}u;WD ]JyYpŘNj>`ДvD@<`Fz ?5nX3XdyE10ewazϐY l[q17οc̵ǝϿU|kij&f):Ne{L%FiwE4?/^>?Gy'+VYb߇Ï|rP{W]65!5:$Z0_Twlo~On_bQ߯"!G1y~C- ~m>y6x;pبwҍC{0="Kaj>ܱ hZ0>9P0_up)@7~2KddDlZ0_E؇DH {|CN6:uڵcw "Ka|~}n~{!}52=WAsiώ؃Z5G^O7/xȠٽk 8$~]r] )tt~1ZM<,&"Tk.#;ZKY"䞆d,a1Z0_-p_ZKdxRe{b*9`|{|x7l_ڮ_=}Ώ6ϘZF*}M{ ^Jx/-J:e]#eamh?QϿvn{W]uuNOLQgyŜGDHXo\:v# Ia~!C<ޔ%zޤPS5VоLc{UN,񞿟5}L|x^j2sd>ə6n:[$]]Ͽ f+& crO `4gNglI:˰# 0{fLi8XXl/Qu]h}N #<5HFH/ZFeZC6D6d&ZF*}6/k^8Ȼ0ktYwʺƦw :dWs|ɒIwlZ0_Ev~\G 2=ב禡/[KdxssUSפY(OY<_y)ޅVTcwN.z62=_0yȠ9ȦwC2&4-}R>s ^p; j2hfA 63HIQ ?#9D]GDz2=WUG;7V?{&eh{VcZ,a1VcxBS6V=:9P-|)f~at@syC"ߍMM 1կ|u>:+f^{ؑ2d#O<1_}e~7cy|f?ڷlrO|_I<?͙-av}|evٕWh̯b^r_qeÇ]~/mpd1 j;O|g|wկZ@7$OWh\5 ŵUG=$rw-rg[4;Wg)q-ԙ]?!]}\?Z 5ZwjӬ-Tlal6\~[vメǀFw'7 o L!UgFJ] a<33Ϝodq!K_wIC,tAB=UkC˥\}8'܎o &eξWWc)br㿖}; Hm%9 \su~FqFQHߢYl3?L9_&s a!B+2~Uj_]'] `qFw>k33K2Ws]S%-VwN}HnWc5{H*ȊzjKr&gߖgi7}Ҋ42/Y@]/g줨k]dT"+9Or]~C~qy@W#N-g_'?+R~Vp ?_G@Eiۭ5g/gw2̡9MXvκ{?SP,gZyNj_#N2 o)˫?5W"H];\y2:M1tF[o,īAA[' xVUI[[XȗN u ZOSOc!T "YX/ ,hDfB>U[E^:X։&h_ L_͎|[o+dat"(MЪ ToV8zDP`A['U%0U5;oߪp.҉N4AJ`pD0~#F$͞ieVʾ~?ʿZ8,lqiD֌q͞i%C-_Z, +4~YYf?u^VO?V[]7{zY|q[oj5X*Duo`xgZgkW[VK]7{zYߗԸ*͸@f5zS\0\X[ MDw2VL'KV?>.}՞&Vcd?[:_|hg䇕6w]U_U_U_ݑRΏu7\Ï~xQq=AAW~ [⇞adZj2W;lLq]xW#8rhR,#(CdZE2],prӅDž?Ut2b %I&-S)Z}h)ŧ/B 2UVmbXP+-"S55ck7[∵"/WD/GF s{L?@v 7Q:U1,h ﴈL?8*^S36[LXuG?ڞh ﴈL?O.}QaLi|mNT&X[' YicVY1>,Q,?WkcVJ?SO?X?QG'78jF[J2-&ӧ_uW?ǙuWUqJ9Z= O"@XH_%m`ɀxC40QC`ZrAau8m:ZΩ>  2gF%pjWy";V̴ I2oXWW )Jd@SN:tX7k+%Nd@S֟EV0ōT+%Nd@SN:tX7k+%Nd@S֟EV0ō<ϞG[$ v$Q Eɶ}x.IygB`5r]W+$f>L,FNk*W\)z&Y#'۵jHRTA<&-2ZdlW[XwJꃣaXdlWSHRTA<&-2ZdlW[XwJS?IDY#'UVz;Ҭ/+DK!0u۷U!t깬YqT?eߢVT?oExEb)O_BX 2R}y^J!O?UH.TP+C_=uEb)O՟? Ub)TʀJѷz5z D+#h5עR꯬,tIȧhx^"1_?ɅZo\kV DU>T#P'B }@ ekT?UH.TR?{Af{}O]%GwL[ BumZ\P!f~ſO-ZUP\b_+AO오Kv6nIo+k:O0u$|GOMLU:Wi[c;"ٓ%OXmܒz[-h+D }SSȆƉF\ Y%@U+xX\D趞hX0p YOSOߪ\g@j}4m=8`@oߪUF0Oiz`qd_ LߪUra(DD# ɪUV:RPz }BgyvO졇]tų~ٹ羁4V:w-z[~‹.?*k+̧$gzH~[g~1EAoO|sؘ͟y٧?-?~\oL;3SSɗ%_.}# w3md<-5ӚcvlQw-E]"5#[gUU4J~!Rvx<+/k~=rofO?ӺjXHme|?E-lOҳ9bP3m+zߚr?}pvӏ9Fql-k?@Cot[mG>.9,.ho_{=G;|dvԘz"/'J:/}mA$J-QS<26Lߪz_Sg]9o݉zf\ӵFk >e"Qa\alv?,&T2qZ]>֮*_p4`Q2}}݀=3^=V1*O~w?7cx?}9sME~\bXi[wg\V,ƨg832ww۱>R}}:רkYqڞ16E kOw?Ύ f6fֶ1ؗzw~?l>Ntu?-8lNg*;i?IbUm{uZcZz6aQ5NN5_ބ QیյFks0w_߭QjH?R$G3e.?U|] Uhe\_cI]eۣ偭=PȿRUGh;k )D,m#m|! 弴 C{d픯1DV~Htl5j"6Sr^ZM҆!=v"RKXp?$G6NC@yi5KDF)_cH9/&bih;k )D,m#m|! 弴 C{d픯1DV~Htl5j"6Sr^ZM҆!=v"RKXp?$G6NC@yi5KDF)_cH9/&bih;k )D,m#m|! 弴 C{d픯1DV~Htl5lvWyn>;e3?y琮od픯< RPS柾{~OLtF;k_36[eTꫯiqOߟ~ E%&4vW )ehHuբ{Ξ~s2x.מVlCh;+i5QbherhIR5W]=sDbknCU_k1{O|y&9D 0NG65l1kjG.==ĕd]L FG6N!弴wfkʙQ&\[ZM4YM`ԭk>~M#rəg(gv>nfY_ӜwDטVovu~>z民~2yĐ5u>_c~UN|y_cld?$l5:ea(:\׳NLK;ot m ^vwɲ>C-Q7NC@yD,m#m|! 弴 C{d픯1DV~Htl5j"6Sr^ZM҆!=v"RKXp?$G6NC@yi5KDF)_cH9/&bih;k )D,m#m|! 弴 C{d픯1DV~Htl5j"6Sr^ZM҆!=v"RKXp?$G6NC@yi5KDF)_cH9/&bih;k )D,m#m|! 弴 C{d픯1DV~Htl5j"6Sr^ZM҆!=v"RKXp?$G6NC@yi5KDF)_cH9/&bih;9ݩ>¡cA-;=`W't" ȎV+-$0~rsî&Mʿ1.,=&JNBAtC0]хLWN pS8$6ctj4e=;/6|']re㾷.?>M]?ݽ+*9y#?-.AG;_B}m:MILQ\haq賹Uw|r4cPc>];tq'/ C(p.]Im4ȟO)X0~.kUkUBv_fbϔ̟@IDAT{[3;b_.rY]JO=*Hh& `O7Lʿ7oIe;nl?b?&R]/QV취 \7rؾ=k9Uе)T@UHpS8$6c TC[g]q峻g ?!z.=gv'Lլ? ͮ2'B|tvW_N6Hm+],"b%/߻dq⍳.rh+=9-`e?syN5_Yѹ-k 5gn9Ԙ_b ͙}鶮wZc٣Zcs'xn_O_B³}ę6e f+c`U^?<U^)zǢt[ˬKD#]8xZS=z̨kxU?xrMDFk_] Vj_/beBЫ~P?rMDs[o~b[oSn",[$R<'PH$u=~Zs  x -Uy 93^37>_o1 gȳlH'w-BS 9YcX)Õwݰ7%ClTmd_}?3f 0v=t2P߹H kuTm4Mp>:;5/. ;-SkC^sk8*6vݝRjVP|?]|?_}4hmCh~ ae2o-ѱW˾wa_qOe76io&^۹}}&??'-<&=C.kQ~^d1!\n3:|t-.0 Bx}| ο@r}̗&r:?nyG}yh?+?gguMp͸gu\se@xiWQ OX&csZVʸ ;SJmO\dY}=NFw CϴVJD=j?';MOak4yʱv5DvÇX;A' vr_QbB~'.T3G3{ӺU l9{Ş=??c=nÔip .qɹצHHCM.k~oa6>{.E`~+N4Rlܾ^!g1d?yz~9~˻'//sqIw5:stMُ`z*|iH._"ؑj,|D~˟i2zY}S?ӑ3yhsl+NzO?1طz"qG%18q?I-aIiT/;"5F}Zl?uҡl2Z7uX}:c9sK[PfT/:=I~(d72)vw4:|3~wneOڞuwk-^p]X݅}PA4[9MPHCSv2j9K&9cwBN֔}hW6x O?N}O}S ihGoez~{Fyܶ/9i Vq4x:7$lpoz23w; ࡃgIrO:mM_ .:M\׫#% 5k"1m6AysI/vK0h]/1T M4FVN>/gn1_ZW?/]>c޾ӳNOs<\ruw/NdS\.K3Rgyi¾?g={N`y68ʣ;_ \~嶟z_LsOt4 :Ịs!(bayFy(3>NƼ{wI:mbv_v~BX]-[m:5Mn'Ӫ62ޅ EK"G}dK}!<S/Nul> O;oSD6g}Ғڮn4|n8S݋ x}9sSG{Γi)%(kHFׂՠ^Ch% 7gJECݵn68~ai_zC0d~fUHCf~Yrx7]q3%O%6B%՘D(QmJUלY;3Kc/!0t?/[⅐O_i)_”?7I^.~O ( `V[>&b߿V[ޜcĜ\ЮXl@PrK@>rI (D2k_p@ҜALjÇ$O!HAE*}o߿kwN& %if7^coZ%̀[O׀d PȾgY0J]0*,@i)sN"g-I (D5e> [Lc߇9[Zvhf4Y[ 3efJC]_<|gcfm}WMAטX4lK{&%2JgKi5zF{sOݪ}@%H,ȂŽYyM/?@?^PiշQܔ}{CA-Md| )%1fm$ߏpd\Y4%46\oqZYbp`èAIY} L E|gcMY6ƤT9>'y 񟪏94PN?2s])1I6bѾ!_֎96 F@IY}0g1Kg gI3 (D5eMҰpl}͠ F@S(ugMAI ʂwxg A8} cYxo'7b.K rEo9z4 ]}_n\`TXR"vEpL-9ZNϾ=sLdֱ뀤Y`S:Ϩ$u(f@iwTI@2Jډ?+:SwھMF@9;Ɵ}'54+/%" J#kxmG2ϫtgc ()aVOjf@PdLΓX,r)?mRȎ9bRr>o79l{(#A =i0rt767ȿv@ mZXa:z1a1!ooz?ͦ/[mbee3 0ohY5LSם@ײ} &YMXs.討ڷYR+hA~+UÃFS×aǽw]|ޑjk]7c?-hQPs|ȑ֫Rn #)[˰[^t񈹯?]aƽ!yJ}x7[ƠB6#lo%T,:wQ{\W9ם@G wkoi2FH^ԝZ9MzjZe؝^|.=? ⯾ߗ Gn~(qwڴ!Z#&;oqMƽ< QݩF_F:rħ'Wg0 j2FH^*a~OG>yQ*Y6 0uqO97[wCNZUSk;?r;@z[f:x׸ds˞w U|>6KB0"9&cz+y@1?/!y``n5 FH@o%t|SyE]w/U /,[}v>,bi^ YxFSߏ9u>o~ EY4bN_G %l #)[U˰fPX?O뵉N@q־91EM{tk9YhDI^Ja7<ϿG|m.g t' S@ou!mȭ< y(2o?r䈋@(x_\8g8C.hZpU_Ɓf\He4։zEmGX9r$=b~\) 1P@o%t|:6X}ޛsyHfJ\:`&#d*ק?9Y1 ѩTO=ߝO02O< P?bWϒ ikUS]46&kI@o%Tuw>Y=֚|eso3H,He#Gb P\C6?q-puN7XM VN&j͒VcNJ\6Xa:z+y@e1hAvnA4,h=}nl/_Omҫ Eo%tw|S_,tM r_o]pw} ik%hT}sȣ/|y?r=@єL/{S;i<=͗Swo _~{?%yi*t*JlQ*utE55Sz5:ǯ)ќg>|Fq)h=Yz}*k5OTiJA! D9נ;ZwY{LO|Trf8>Kq<1kܯi/cd?a)xٛe4~k;QϿZOs{˗>9S0:i_|Q4os̢ŶAY,F W9sPc0򼄼Rqo~74g98SKQ߽i4N_6&Qܟ,RK=hڗlA(9,slڧ|39οN9V7:huq<S4{`4{FY̱yI=HKx41c|Guq S~,Nm3{ z/c k߻${QOfa!|%瞚T=c6{ߗ1_;߷=t=?ee4qwZOdc?}󝵞!Ƥl[Nbq^9G{q?g47?<-g=m9ahH4e/ݾ$X4neϸ{Μ(ߗGMJ}t31?Wf¼1s/x>3e{yfO=w04e0gQ0-j Im`;OB~\1 9_F\cxIdJѐ ,pcbk$LBVuGOm`vm/qJ.t3<ѹ`F@hD 75B6n~k v6lfԶ_ˮ2؉==Fu3<;fGIŹ! ٔ(5!cu% ۯrr$Ma߾ٝG菉bc(_V[si%PS;F{UlDO#aӴ#vc4h4?ӯwj{TbH+WFKZj K;6;'e]X;>~uWcĿ̝ԋۻ0z[X.H]_%!k4w!_k+,]6f 69;Rb#˝^lϨ 73޶trM<]0S#E?>gOm`v4=# cː4EԷ.m >"]FYBb'"(kRAls𻰧!m,Ґ4nքYׁDi 3>S'R|gYmp90$!ƨ!Ѿ2$]Nę2߯Eo/&K]?-2K?gfN"L%IV!Hp)#keUF*pNc6, L@qn+aXO:yh_WGTZ*&PUUW_B4QW_GVYLbXW_܈;&w2.1yTGj*&PTd[7@E ҥI4l/06!H@ӫYWN'-%tkI?}S՟?URU`D+4* hz YO՟TU"1/Qhu Mh|[o(bF M UTIU%VWT ƨ;ȧU~B+VhT  Yl,sd'mL)+Be_?|YN LFFHRVy*T/8V[OQc(BeV?uSTQGT5h b1L2꿫VY?? ZV#Fe)Tfe+xˀj8~ơ$]0ԍ78?e/og=-72g?3{K_2{{xgM >>?fO/]4{_6Pfro? ^z=4iW #'*G13|]4{=[n}3 fL1?sO1?>xfOE!W]8/A:\3]\C'ʣVڧ7>}l9[Z̧(g|iRμrȣ>:[(?KҶWjL\sMmX?!] &~Jo f:s/ܷ b96@|_<ȗS>7KmǠ"Y l'oq5F}Toi~wyo\a9jsok}|r6JVvCc[/ЙJs}w_>VcψDVd|#HsF#wQ.9Lo7_[9=([f:}3s{uWs~+[ s)ShFeOӾJj;OMe̼T$DqPvvIsKIgRWNkjhOV/1Xj}|L7b"hAk4|i;CsǨGm`.C!^ŹPĹDW(6ͬ?FQ!*~Da UW%Gz!4Uv8ZYɽ@8< 1Timf"EPHʮ&:f",^֐{Bv8o7W8nͻ&͓K+kjzzƳ Y\Jwt]X_^Gs<V>qqQYt߲jgT㚤_ګgluT_ЋUk-0tֿ_.Scٰ7dK/ j ]gS0YRk_q}F:|7K%P/>nJ̝ǸFܢJv*L7ܐN<`γ-^u#{{=W:B˚N$aI#N1y}"ѣ: c:|wiAuu*mh˼ ?b:v869ixکm#a!sۈ:d;)*6C4wѹ`n Vsd# o22?K%wݟ}jb#阆],_GGgdt>}marpr1n#0M*-WU=l9Yi{;F^xbY1B6a:ss?Lu={iT-_f:ș;tvoC C!sۈ/+<;Ӂl%O;u0Aė:4TIS :Ois}ʶoۘŰٛ|A&FL><mgKn!ZIL1_a A64#l-(gXLu.ɦV>zD{b[zg!{y6?Ӵld5^O)Mqˢd9&C kP6[DbZzJX9mē-qvXcO=8{*9{pWᲐ5БC9穊M*-WU]:6n2iēmyj f0j{d(^;zv利=f֏R2ank{}OpkQi*d cF-"!vQS]CM8C!sۈ#@Ŧ *<Jɤ~,k=0JɑC!sۈXTgU{HdS) !w'ޫ TiC8^9mv7s̓}׿z;5-nq@T70ZN7NLƇ1Ah4.l\ST*x{k h?t؄@Q[ixyg2+CHzW /cA3;>i\Bek?7c0IH^)$cU/NfSi]T(j<necr·1GeAxo&4.!$cc@Ɔt?]*w2Hs/ 0lW}t"g$S꫽"H6`s H\駨eA/v࿘6/Ƅa4n'4oѠQѐLA>i\ظ2LIjyŽylXb)sbEH4$'o{[{UyCrnsljY*'smՅ[8S߅h#?|)25,avzys{eC6G?ՙ;y_ODsV.otpN1;L`.!ydZ?Ǣ#e<8+!̙sA5=+a ?|guJgI\z_:kΤaamA$# IE1_C*s# ɑ$suQ.s,4ϩG~2/>cn[BXAxΫ[VQJ\vYEG-;wKS߿˄p$$iH2W\_w fZ@4]".\ Aq?>kslNm6FGߚ, ?g8uC%Vyٿ5'_>^vAw12ǎ}Ҵ0+a A8kiK1}?2Y4wy;7I#GP|'$_=Kep0G^>Ŏ7?cN'XhsϓsۓנOb;I%?[9@y$EvWS\gy:-z}佪s;:IO &;1ԙs^ j`X\#j]m&pd_(iz<﫯z"57IE#0 I UR&E%hSk <Ƭk&o6KTT1]~Bh PIl&J|Xz=^׾:IO &`7}IzJ5}1l]f:I/ h8s [׾N ';ֵo|o314ҸOl&J~BV ̙ 5ҷg`A'TckQ;?s\};5݀5Wi\&6FZW$K&_*LZo?Hؗ]vyxIuO}}uAdbXb XZK(5~<5tB%0֏'#s fb('ɒ/5 > {PÕ؄Jb31`,yAs]6p7`,B5pAoz^6?wIa]:IO &49k X' ga7IzawAÙcغ̀u^=Ap}3`FO|w49k X'0.}G\>$=%fѦ;!tn].Q=8 eOH9.HL jX;x,ݘ{uIvyOTp.Ut[?G#(/h3?0+eD({Bjݸ9wBFpUZc>_ceol视{l0jVY!Ls|n|_0($&3(+􋷪?U-/iD˱:Ο0($urh ?BUUW_ca?z!,SGT1VF J ?B1CF!yR/pqaa15oB?XfVipM?YߪR;F H?T_N:}lU!C18eBeohVĨΟ:q\>WO0圡Q:Ĩ:YaH0@XSƘ[?/ 挰hTf( jr -v7Rt4J-V$mSKv _١QiiHҮĘ Dh+D'eTfzsYB+W u$n{1N–i{[M-1AhlQl@W'HѲZRAh՟?UlI; [m SKv _Sl-$)ZC S[ S;iGazÒaj.Wv흴e]D EbhaJq {UNП aM20d9{36{3ϑ!O#~1(IFyO;9|fZÇxgk`vӞbF7SBz:>5t4翀Is~G_ϞNy}u-Xp,Xo{ߧ\ OclvlvqcUj(w{?{Zw39N/_bCBg43hﻔ3gR)pg|(8~eѢ`m|3&t|)k,d#,/3gC*䟩~wUiR Y=\?Ǩfw~3I׫D;>okQqE@IDATs!\ӆߔ_O/~QR>_D9P6Ԏ;g/~?J};<Ɋ>I^${fw;tbǸϧofo=0qN]E KX~V.?=ޟ}hQ{=~ֻJ[s_N1}z3YB_{J]*]>wNW9<}zSU8ݯt۝1|(zӫ*E,? P# P$#_p'6q˜Ű` 1f#QA<'ڼS潶y:4i'<[U F-kBj$Aa`AM*QA <(RrFs]r8׳m9C*K9$<Qhz@KTc3/g)'~KI1*h02XJV&ĨÀ`) ZT>C0>BN0,AB+C bTPa eyk{ث!ߡ3O~j̙Q<KiPФc.M5 I1jDe (+?Joy6_T%Pd|1 FEzҌ jM,Dy#`f# 9^p~cmm5:=0۱H9N/N|y0kM*QA<(RZ)Cmz( }n9 P8s浩? CD?izojat<*x P(4(@he9C_pY/a m M*QA <(R 24 F%U|1J>滤 w!x Ph4(@hehRAN{sX=f 0eRAr2XJQeҲ+fRA j1 x@̽k^Z2PV&ĨÀ`) ZB᝵?;Hh0l^|^g4sOؑ2A;ևTڈ cB,AB!G~g͹&س<,AB+C bTP/|oT!Uc;F6o΂I@\`l1J8_η\w]TGu0L*QA<(R 24 F%|'v#WBE}`84 ' "(@\5p5id̝y~࣑:[\s- Qܟ:=@. wr\s06Vn7|ƳTb݀-/o_s ;40.`i:oϞ 3yރ L٦gϪ]N&>S)D(\%_vmCs8=yYbTo5v{~I}9[o<| ܏WVpߎo@? F5q5ܷ{-xcn_/cĨ⌎k l2޷$Ϩ#z} Ɏ}}{\]q p]1Af!Qy@k   >ԙ+Q#cw29> ~^ꫵ>YNӵ bT^@5 E⻁w`±F9/_oD%>.M俽O?shԸ/?|HMxhno?y+ f bȘ7ߔ?};9w䴘}{xLޗhIu F5.`0 t_=O.u|q5F}̡[/5tF bT^@5 f'|49n}&<Dt61iM˯?L|@75GhN3iBs=y< 쳎rӼ-QX.kg 'GCpLW_*sy':4U!_\aH,xu3h]rt N`_zem?N羛c(b JV1|~;<ګqmE9׈ڌ0dlɉ͝ʿB}l$v?D?+Wl18m!{|`4+Gii}<'a0Y0H$Ќ1wk@1Y~;~@J # #4c%5SH\# N˶;&)GrhȒd{%Fah{&!,ӲN"#ī6/ }3GDFWEJE1z ﵵ>z,+FCߙ0cYm7{\Ƌ>RІd*[kY/0]}_u[g'?4;nԖwF0ٽ7 7-SNys2Σ/hv! 6؈ z6$1W2;vم]sdqi;I$_Y(_@$-o|)gG.aI](.˴'$g.٥ԑRcH=CWw۝{_*w+9 oxM{(ߩuց[Fj]lU;<6.:J/rIٯcG>>ھbկR)_º7ڐ DsmxYTŜ*;R\HgGEYxm"[XvEJ~iƽ/Tcc z=6v mHbP>hj=j r!z/pvt?;et.[/z z6$}x+_ }TQǍiNIsN}[}Su9O/}ra]-ߋ+c=v;yVeׯ18AІ|2TJ @5am}0xAІd ;/XdHKNoMopna)C2] 6pɼt[n GF﵅u.>UCLGi5uM-Rou󗏘?™BQz N Tը/#)hS'rUm#"Bqao_{'R(54"O՟zUѶΟ:(%rRЧ IQF`SovQ+T"^C&hZd :3 4zXSUZh8ܐ? EG@WGvPWVc4 R"F?(Z-B]꿪m#B0!I(B< t_UUW_Rg =F WBu[ -ngrCH(BRCx#!$ Q3 Uv&ABZMm2e䮃;8LYt $o?-m?\-SWW(:$KSOT8UQ?R$KTQGT8UQ?R$KTQGT8UQ?R$d'🆱92f*τ aȄ| g(鈗WQ *hc%F:IIlv)U_W E$WxJ .1SO?]rHGo.RzXBu)U_w]oHGoߪmI#IAJuSO?*8HG|$1RSO՟\HG,P hpIJ}`[Ѐ~z CB1 ʟ_'(~mPjQ⢀SO:!'v0S:iXXp$vTQmm7 T)oUe'hOFk,Q(|A~hp$o/ 3k<ՄˎTGy((=b:}U(6uSm:4ȟ=/`Y_Vi[A#[ R?dfѐY@PUWG[?.=qc8 jU CaaȪSO 0z8 ?UT CaaȪSO 0z8 ?UT CaaȪSO 0z8 ݨ?CT2䴟 *APU SxIVMB+[ 0>‘rpj'_= _SPiA!SO?';,u 9n#!^VS0?ֽH1q2TȤP/BV{`ߪSPO;4"uRmrD6RMVQG'#)u 9U)2U5=bH|!tK0s_ CSYД|*P+qn0>6#uX,vU&#fH?bX+i %53UVWVz`$#D1O՟?UU%][1;Vyjwv`='}?rX,Ο:j;FjF?sUT3̻mW _0  Q3\;hB+7"angOD5R)q8E>;ʘnN4ߋX %3)eRzID`M*m'Y7`۳'tW{("u ={B'J>'Y7`۳'tW{("u ={B'J>'Y7`۳'tW{("u ={B'J>'Y7`۳'tW{("u ={B'J? 4t.p+`T '<  bW+mtT`?UG, De|A:q?h 꿪_@D^Ĩ/?SkP1 pn;La TZ O՟?Fb_4SO*(bG4FA>U[7UH KZ]BRWgϪ?U~B+Vhp@cTSߪUSU`D+4* hzUsUfu+8:)Tfz?_5^3Yj|Fdf Y2Rd-zhőۜ3kGYCq\M1/eҝcms5-q*{L2Kt"k#<*CYKr6ͭ_|mѿ&OIFs[sf/sʙ)gW;2w Gf֟b6bYScFsm1RGW7r FZ\)w?s+C?o% Gd+yCx-Gc,7Z2;W\̿2W_=dkdf Y4rW#KzZ[m-n]#"Tf-}+-]\L2dtJ*jKV4dgeNʿAHTh8ƹ?YP23jzxy. }.>cwa>]X^j#33ߣ󏍓]MT~'xAϩtUc^n{&xdf YYzoX:)TfM_߅y{ Lddtf : ?凨#^O]X/鈻[&W_kR^Hl *D3mG|'LRYGlF #k=?zv3Riw]LC$5cfNk]|>CpDы6*Iר>Fl%9TNFD G˼I!tCGa4xӊoes[/=r鴃8mC7 b[p>rXM1pF#G|D78w6wB~>"wޫG>ao^/#j"?я|׽ʳt/7 WwL}/㟣b8wwvd^##;PcL%l˹ĵ]R:Y/c}qs}%dVQ>S3]z` \q^9S_³z8K1-_?r8.k 6~u?myw4ø F:"δȵƿvo+-~?;Ҿ//#L{?"1xG GpjMG[-+pdG04l OWZ DE*& W\eH&c> CnUO=ub7Oi:45vi3O[ֿU[^%\29O=n?B5_x+hC^]rhv?.ӹN9۬CN?_]SNn5g8'(gN9u-%<ߝϣG-8Կ/uy1P{7|0\:|8H3?rB _ " e:BgO~:՘iS1(xVtIC(ͦ n3vym8ܿNs'_z ߗkes[cشЭZg*Ŝlfm Đ. ٬EYb$-c.>Fg|.7yO:Y-U/C!s:V*6f={mꘙ؊9 :;isLox x>U 6 1n#kiEkй`4 xW_:\`" ˌwRU{ɗfI)/3m, VdqN>_(_vZTW|ȯ|9g0o;֯|mA64p(dqAmC6TIw9mDCشrU9_b7d@I#?|8Y:Iؔv1in2iɇC!sۈÍ\M{2/4\*MÔ;tcL}}N/!҆qȡ9mV/s=u.ɦ[CdڿL>S{{kCP >DDn&jYLͨ[FZ2d*mh'c!BH 'U Ni# TiC8 12Ǹ[DR5}#Sl%ba/<I{\zuwe_Ƥ!'ll oe/~O)w`B G)={h?UטJӤ_lRJqXN}S~wֻ"Z??}#ṇc9ja!5ԁkziB# jg /p$s]*kqwzWK dNo+jCc;K w:\OÜUm0ܰ({B'T 5)_3ǰukbt׍߄"`B%O_PdIC@BWb,O!F7 ({BjP%kbtS'vv*4bf 7ًhmnnB*2o|shv,\1e@-fFЭw׿ː?g?^s\ͭ!Oaq|c?|3'~FqU񏒇n?pvgileۺMvn@IDATM11A~[- +4)Qب̴:sY bB+ۑ/z1a,USF#eqÒaj..և'/8[7+DGa2&/}yK#`/|4egݝ|xg?EJ5*>Ϟ8!qTz^Z&i/ Ɣu!M!1A~rmmb@I@Z[ Qب̴:wQwY<HAV.LT h'1AVaMtcNg[Ƈ6vF)~~(TkZqI0 M'1AzߚT DȀf %t=VQahQ ;owz/gS-R"tm\ ?%JFe&>k^,AhOIL@UIk!8?vs1I'] m 􆬞tᅬkMI8vF_ lP|ٿ9'?Aso* V]-_N}t̹8g#,3Rرs9Or]9Ab% 709Nou`>_ܹ5Gt$Fb&Qzӛ] tҚ>cP6!8pm  FL!hı =vf( Y=_" ?ƤEf$@CVqɰ_W^吧m!8{_}7z(w4OU_JvԿ N.yc!~ec>Z[T!M20d+R +< Y=i?J PX4(@hehRA2w%U~6H5Q j1A =g-oL<(Ff~?U5<ςxbN02K"fRB,g-ŀ5M0,AB+C bTPaorfMqb2&Ĩ AN0PKiPʐ>wmٿ53 x@{MG thF4X9"yr|0ZBk1'{JT2x P(G\T &À`) ZTx P(4(@hehRA J1 x@ ҠI1*(02XJV&ĨÀ`) ZTx P(4(@hehRA J1 x@ ҠI1*(02XJV&ĨÀ`) ZTDk;v2U@h27{66 ÀcŴ2v.3>Gx ^S(-1YR 24 F% _{_օÀ#4(@hehRA J1 x@9g|1(zZ:QA <(R 2]zl{wak*=^圡s%08F?C bTPa e M*QA <(R 24 F%y u~#W^1IlXΝ= M V@ <˯}_PlvΛ7~1l-+|eJ^h9,i; s\{ֹ|Ϣ_?V)Gx뺘|]k&yy>5!/b/Q;=Y3[__q\hy2?.3S?Uψ1 n#854W{(VgCлz/Q/őjyy1^(Ĝ1aE^@gz޳(_}W^I=:Qz^yX>u?bow=_xj#hw=sp'vg_^=)3?28)btu r_F >ZWg .0jd/w!>F?;m?Y~z_~w?XQY=o2};GoHU!?8Zk mO?!'oGMdxt?ba;a ׹@ ?0`#[ogDЇ>iIonʎ&8;s .4[e?chV^7 ʾ|YC\*f,gͮ_ss?Au Ⱥ_?6q jrt_?lq5惱X0 Fqh.7sݩ&̴/td,WpTU-îJ[mǽ/8}yB_l%'&7{r Zlb1x =m?fͬons$f`/<# #gt3 v?!t{Czw"33Any>i6)?13:Cz}~0 b0j[_zQ`/#a;",~{kLy+Up|яZg ++ :߾[3o.+_]c 9 E]4{[?Eȏ `1wqnj /:c:*_7Z2luΘ9܏.P b6;"W)3oYlU}1H]뗸LsnF` 8w|{v^4{+W`4,YߦΑm`mmDn~?'ǥ⏜HT۠C灝pNߢ>;gM$a Ȥ2*g *"ն JB#BP[:- h8C?[E0H@e (0_羼ˍ9k״Y{}=j}>f}?c>_}L;aiu栬P/ 2O{`k  w5WQYK\c#gσ*z6ԟ Dߑ=hAyuTk+NN5R-aJF+ks48 Pu_} /ggA{ik~vvr`tW?)Պ牭K޷Scm>YB5f}}HqXӺ|/=~ k<;+uk;oB75]?ŋ (Rw5rh*uc  MHD5Q?3tN)a" AO_V/B91tN'Є@bVO?#E(i\8KO]S)V/rb舝Uן'CY[믔:bqdhBrP/E?uO]4Z ˉ#vW]B MH$f[El۝4l.RF#.%bO;ͣiF#xq-555tl P]l%W^՞ONjq/O&<=Di3"5 q&汌?}Y{xēNl̤9a+Ǟw7{܏霧k;G{F-[ ] S.ǩoP}=}9e­iHA9Fgm~e84LsĹ'k yd{1]4EF­iHCx|_ȗ7KTyn{_^z#"0<K.@uxm}#?[9_NҜ hK`#{0 s~9Η[} %J=ھq]4Y#Jl.&$Si3nu?״M93kI#Qmeӑ9G{Utw9|.3pk9R#>>>58eǗqL݄EjGu#IG.ޗ6#>: H&4D9sgaSe?z__?rƼc?'lvW0ѬipMRdP\!ڮQ﵈ 'HAȿի-r6$ @F|?$;єُq/0UW{?~(R)X SOs!Xz'gCg4'gl8­]6R{*m L}>ẹ_k;=\Cj"่u/OJq_F^tJܪc3~IF-{LLWNs0DqݮV:(.:K2ڣU>jg5y;/`l H΄98ξ*AoV3@kNjP#e*pFV#6 [5QgQk "d$]ڇ Igo}I<ڼØUǔ/`S8u]%aݙe@DxJ1:ǰSjD؏v:!u\h?1)kɲx\ʭ*q>\:rM9Z.yK5.K;9JjKM}hVkkޚ#?D~{ur{8 u/OюW4 .hw!>jaA-%Ogrlh+gXS^uU>b#(RюAsќ2^۱.ɴ{{9G"<ud'c|Cltkt/GwR>j @wjrr]q~~#D|6pQHMnys8➣3dƳ(wy}~_-C.Λ\ĺK2l9<-{{@l BF6grn{:1)h+(.@w  xW\V`.U"่uds+%Q FUr.\ukɒ%E##w05^&iX)\ L_T * 2 /> F?"7uP'`Cg5RIFiym__-{0VqQ&I;#Sm1_*iʂt󺄽/f&6f/RF8~1K~}Mwc"/c4ŔUIgɌE3s`k<]/{7Zu(ԁQ_$vښ:1?3T9y/S7}}\Ŀ3gSAӰҘ}^k&g[miW*ɍ5y5_o͝sl 8Șe;Ns5_kL2hh@GkED]m$BIw 4DҡplxKzۃxP"{xA2 W\کqY뒮V#qMi +^%}?y3'{ $&c?38i |_דK6>_\-\.d$*; ̉=$ߍ6O}֯jùA|_큋QA\ XG0RIYc]R3`K\upS ~?Y"TcTdg .ny[+79f$_lWbAq ~C-{ 'OṢW#v8f|Tf2:%҃{Y0^;k1OS#iΩ?&>ط"k?w]iIkh;^_XGwĝVKI[7K < ˃7>.1 ڮ<bI:C01U~Ym5ԃ&,Bo5&>>b.a/w:SMn_FB/k{:D;nA2˗d#ulmsFj k񔡏qo=$^"gt~#|Jyux؀9;yZLۃѵyak:\8o?Ma˵](Su^|#ȺѸ̆ |Ge/c1,EE'04HWy rmj;ǷYIsƗՙ #g:-{_ۃ ~$p@ԟu@=:c8K_} N5 {| N\ XG HWmǟ"~WE H`L|9 .l~vΜ9헾eڇ'nX']`A=_ -+Wl?EΟHd)*HCVvۗqkPw )znCYaES8 fwe=|p-+^)w{/$p;ltq隸ϧMso4G ?F`a34Oо.ᣴϾs\|.@N:. 2W)߹>YQu vSAm:5P#99˹<.I?ט |s_#|Yy|'[9aRN>CF{ 0I0soG֝nHm1'RtMp>Rܩ̙gwfI>ak?FqYo\~@ž('>|5ItM9^l/.R^0ϲSs7^/~]I9l2ޙayt#gfEV>9cWj1Oi)|9~y"ĵ}ٳCNqK{%{r})zv~K;SYX NLlŝTc`p{.™~>E'~ ?NYdRijnX:%׸.*;/˚:ןcccǶهqC.]V\n{  _opT#-w3<XS9 8&ZkP}W0C(_e(6COGn7ss rdDJwvZ}gZ6COZ_?L~I9~`G\Yo~Lna0ͭjcc (g)A ?_fvg1gvv%.4\'s0Sg{C3k~splz `Ejs[Mސjccx a3R>j.@7d0ߧYezk[mj0=+v=bm>:` ~ρݯɶ0[2Xs{9f:a$!D-QxWɣԡ!rN0:ڗ!r~!a6A?ƒ 65 $p9Aj 65 $IwAL0 <m?SEJ!( 6 Nb'@Bg!wO"`Cx?2ljI`Il`jAxZjCP$,mA0PO"`B_"`A۰vr|'䪫<IAijߊ.1HH= 55Ug qR#L&%9j "cZ,q2Zk?ZQ_ebj@l$?,q2???x?4~u? "cɐՂ8YQ,F6AB'Cc YTCGlGW*2H:Z'XOn&9!O}-6߲fm֋ǹ96mK%{ /vYnR|/˩+Sd}Ɵ:Ep1RjnT1ٿ[d? Du/1˗qNT_LKm_Fk*:'OOt}o|=-i/vHX֧77m%w@r/\߅j ~kHm};g\7mi?qD|-?B[ntE:D(Í,g'LO#wtS| v&xNt?SURu5hs J,nz>fxYvuTq=@c ןUD"_5I :z!Dd#כQ?Ч~~:߼foWq>XM$e8Oɻצ/Gt~mGe=ʣ:?6b b'e}? [V*Ϸ9 _s_{6-t,ui]vTݷ|ɰum_h4/SqHWRt_?R4 ua4oK 㯟magOǛ2b|ks͸Ơ_s5e\tا 3|Q+&>.AQIÉAhGj4(`j_!.tժiNjw[P0(u߮Ze7yt[gΘ~ B=&k_߇3sߧ¾B0*}Hr r!\c@AK$9cXr$Ks%;FkGI'! (`hrv=(4h X#)G@H,~3Mv`*[,A$ujNn<53fR}{a{5&ucD1A;9/ 6 4( #)r|)AU@g$Ek3~|.>^9a+xˣDAC$e3~ h 8>h00HDXTAfA"G9@r;};wM<7y0 HwI{.&۾؁ޗh~`2ecgזcG`92jur$)g:tFҠBKq#ad@`$ ŧXw+ =Z2O# $1.<ט>s<cpvL0( D[/Ž_ k@fA2`_h# g~IIך:ݿ` (3Yj2ieM gaPG@1A*F; >4 RTk45z4( HJ }}}8,(`5] i3AU@g$~4*GR<)pIg2gc~ ׂf`!Ik;~]3w$Am>2 j'h]Ȁ%r މl!j>=IԎy~39:W*3=Ԙo]?w!;_GEm\6ԏ(Agpf'S ՖӀ"]-RzL<?r0~3 <0$w!!Ag yߣ /8wq/\1N:dGR~ WPm9 `}~Q{=2E)NB4`#66ǜ;JiAļD`)NB4`cR clN;k#QvYc?\^dBJ<?r0@ثL@HG@'T[Nw˝R#`x~B4`AZE[|”KT9ɗf;1)NB4`H<Ɲv\Ǒ jiYC?\d/8goCwܞT`WEW)O,c.\ KP&8$I UU}M{H ;,X ׈}G/dgcjǭ~W;Fjl꣯󷧽ǟk;{;n}{ay/8q]EOӈ{H t-7XYSKq)i4-,ENOD0e8? mMM?G x~B4`coH SUQ'T[N8^ẅ́jiM,הZeo?M@L /Q\_7畱'4N^aj];sHRB4`6boJ$ j#̵J`bR2!%Pm919Cqqζ=> (k*ۋL_".{ʾv.?|~|Y"KFԎ[X#F#<)x~B4`v?1oKHA@$T[N8Y5kؗy_庤WڊuJ ՖӀ~ꏽb">3pmƟA i4-3);dp3N;=4h&T[NxP(QXh t- .9ɰ*k)I ՖӀ6#]=:x~B4`kk5R˰qր,F4h&T[NV?j:^x;?ϓp}KD: ՖӀey}ﲤ{&~ 9!!tfJ%=n FScnJ ' 6B4`,^"osQ(48ݱ^h FM{# m^hI_ 9L"C*gBc&VƇ9'oSaݍ]7G\w~bp@V鎹&=s}שRHsr^fa?L\+n/1O_qk<[A̽Wױ)sڇhE/rbp@:1\m,7ߢ=ʩ.M%StHor]vz!"~ýNuTc21h qcn@o:rfENNuF vx.Pc>5mծӵFښsBrbyl;-؜<01W?G؏2W0zʡ:c5.af =׵{mn?iQ鎹%]4b:bX_;}:FZ鎹\Cy{9M\'¾{*;8<9M|>_D]wKGOw^|$ug?~k}k5?de棟 dOX'cCV t\*e?ꃆCa|&%ms|G.:im9_{p/tǾz֭a1}O=q]QcNj0Gn':ڏ_?3wޣsM1LNه gػ3ڌۇOUǺbg27veϟsG>ץ4'HQ1bɹl) to=\J;cl@Lå3ĞHA7I6=f )";sɦH%HȦ>h-}x"\% D:ۋ}NGFh=,1?޸H&F2$ 6%qm6J-'YSZ}tƸ>&J?:Yr]D+;H?{8@IDAT#l0Y`b\cӚu Ga36DbI B\<\g7~nkG#;e%f֝DibɹRK@5?w#|gQ:L3!!ƞSFˆbpS)4!FZbO3cA=e4\% D:}AuFǔ8WccOdH0NhFbxak)ec̆hma>{;OfMjU˘ pɍf֐̾w]m]ʸ=ωov9^F3cS(>Nj/K="|$Vc#pQZbO3cA=e>L}qvbɹRK@^MRXK'F2$5`d|&M‘ZbO3p;of85L3!K_{"c_RCC(DyRK@@"f?R&!ƞVB M%{-gaMv3ٳi&1Fg=GꚚ9zb2OYxDZp @c)z# gH rQ•bPa=Dn+fn:fƌҞZpx _"_fΰC%i/\Ga<ߙp5/N?o}LKNsen5K鴦/OTgmռ+kj3GewPNh*䞃Whx4s$UPΦ}ѯ9}{~D5f}qD2F|}YSy\c.Ga_}Fv]>?"138RnYBJ{{c~(3]ٺD ^ץJ˾}כ)o*p0{}=1 hDg {:dſ>$"É?>K9xߎ r֚hh{] s 9NBy['}ʟgJHu:8:Yާ: ɬ"Hr#`@F0,w=},WƃN4k)0ZzYVlni'_2L0ԉ&`:8;z֟ZjI̗0u X/_Ύ|ZS=%cALhK'jT8{A|XP`S'R`jɧZk7^3_2Xԉ&`Z9;zZkM̗0u X/FH-Z r/ 6z 6sr)/q__%L 12fϹ"ASo+NR͜(TןvKZuQuQuճUO@Ol 6srRwwZ?G\zJFt̉Ib~R?G97E_7hNYO3 8I}& K$Da q s&I,)\Ujb9-t(]oO][uQu7MuYp jƛ vzQW_e[J?wx;?瞎(]?GX?E|aGz !]g|7+E"HnTm0VGj_F$jYHIRJPxjD)"SdID,Ndav֟Zƴ22$ ʜS$Syh4u*Y&1@=u(il4"RMG:BPM_]p&K-|#F 'mYTDŽZk7VrFh2ꑩE*+TIGxSןGCHyTW扑Q%tO )tЉ_ )P)M6ˆ:Z_4 hJ$_{rLFȱ- OpɧQƪp &XFRNjŔPHe RR0'1=ixBPʟҕ !EAI/̱,'9e(jJ GA0oʇIbcE>PM!\T?`PoEDkE][tkuCѵGPZdƆ٢ }2;ߧ34L/Vb$$DF/JЋ6ݝKH ACsj :MͿ:Ҭ(&5 ',|(&#Uk G[oiVÚ+-"SoT j,|sƨl|NFOGq1~}:}X2278K2HdC@}: "x& >jibt@nJl`3InQq (O1R$G!F7 T&>H<5,Pt:#EL|kbt@nJl`3InQq (O1R$G!F7 T&>H<5,Pt:#EL|kbt@nJl`3InQq (O1R$G!F7 T&>H<5,Pt:#EL|kbt@nJl`3InQq (O1R$G!F7 T&>H<5,Pt:#EL|kbt@nJl`3InQq (O1R$G!F7 T&>H<z)1?:]}"JD$LK:2Q B]6j+61 G(ixͿ:jBB1uU: J w^uQuQ/BUc??jCG=A).??:ꅐP(jLGGWm'(%exGGG EWGOäLc mV"CqűO o0g5S$J?7+Rㅦ?xZtO]CQߺ{8VuQv.,(uiљ>uU_uU#qfWW^*`i(XXVu=XoiQ@bmK? &z.kaM_OS*ϡʉ!*C_6t`ZͿ:PG|v,IsSq\hZ_uPZ9љ ˸Ĝ`Btʉudy "ǹPZ9ΰ;O7恼5jdS%Q2Ξt[&W_6Sld3 SdѲZS;ٌ”teܦ2 ο:bs'Q2^D ”-4 -lIdTR-/w؅?(-t0J}551% >*t0J[T1 LK*)ޮο:~^)jA4&)2%o[oum>^RIv?SM RhLRd:K*)ޮZk-.^)P}Oc"^RIv[/m Rn_F.ANo U!tH@C+F͌[ l1ڗ[*[)'h*<[ l1_?ʅ:l*"oT b-gʅZl*!h*Oy^A@cG?P.cS y+jWk9CP,R͕ēO4\}u_63gl8fΜ9!Gifq!5֔7Y.-s ̠1ƿƟrl*VTS+(JTjI>-&hPZGuQ.gSa2?C-}#H NC$(&*A~d(nEs((b]/՟*`bjƿ?غZ/MZl9ZXwsF?uYߺR2H>ٽ~մT(1W^yeOj}-7bK,izaLa퐶0ь˗/oxAnvqf]I_W͏~#oz̛76TvlNΕp?u+]~馟5~>w/by[x))(o <'>!x:%ɠzcy_q>䓒Pm߂jT,^<%w}iO{ZͿ翷zksmQfVlyZhs}\w4f7i^nw:F:/l.Y*0w{Hf׿ 3gg}-b^SɎ +kf̙͋_bɜAg?o~Fufi$>Z # hSC5e5",ޜ M">Ƿƿ_RiC'Ҵ!R`j_V >œk+PPY/Z>c]w%eW͙g9%[oixsGL׼GUa腒d ~{}cs֜r)?cƌnf,{*;:}-zjf|K7_Ô}+쭶72t=GR?O5s:r!?zտGN,V'|r~YLiI*aH7.<9suM}g l>lQ41bL.N?wzw_. @S*ꈧ?6{^`Lgh;Y1@Ϗ|#͢E(冚-74t͉Oh0$vG6_Wd*=g9͵]+T/55DžuͷlV޻x2yyV^-t r@*%tDW6{W7ǚ=Lbc]ϹC/= +ּͮ:grpOnn>ًe/f}ap+~86z49b-o}CṪ.o4o{[;5yi>9nqʹi*!/aHɌ1Gf?؟'~fhL Y״{1Z3L ktW~vklJk6Bu]gCB_?ۿXsx/˝.LbD& xpڗ Yit#>GbV҃id F'e(- YͿI-NN˜QZ58Y Z &,9;kq4,f5:$:M0:Y,sFi)wn~дisi\?Uqetjǯx;xSeH/ƟF?5:%馦%q_|- Ӟ~=H2ug>aINN^n$C)O/UmY#^~+_n/vԮɇ?!S/d:*o~Dž S9k 44^v4T{LjO<"$?mznK0:MtS-`{NcoLv&k]hoW^>;q<|&:bE_q4_︩ɿGWnp#wK|?OXn_'Cq vF?i-d6?0Jcx8oQ{!-oI|34۟L}/A:e g%UÚ쫊?|zşſ]xO:)x t! 8X;_oZza}_'߹JRYgI~"TpK%21܋о |/vf{ϽH6~V2{1dLl Wx7>WU.W;^qVxwV m >ԋ>:.t6^Gsg\?ԏ>˨/k/^I]Þ-v;ˇ^#IbG#vghBr 2~+;ˮ5SL$%vŎQ;w34!9j?Di舝.z@GM55ɉ!BzЄ@DkZz&sWg%72Ik$&10!KJ MHD?D՚#',m./*Pg舝ƕ)1ܰIj]wݧ?}A;׿ooNh'40Ƒgp{5״snKi9x=9CCf4h9ڿ^PWu0*l}ч먣V?׿_/D- }xLc҇?ꫯn7Q`o1~ߴ}p=}O~P/u7A_g>9 ~a5!2{9aZ~o8 QY@eұ'[ne{gT8&ZFc枹dz>1Ķ1 t!Є1gqZ/͌>j?&'#vghBr 2]0s4O9ݔ[]h347ldgɇZm0\z{ MHDk+b۞C5mȵ>HD [$<VC/RG~q˃5~yuϽ_qsp:{PbhBr 2EY7p~6Hh]w… /b- 5e]>k1ܙfG3Kꤸ}E@:x9)z m&sOK׬ٱwqݏ?4ȱm]D|~דּoҜq{7=s腨g~1~׉٠ÔHX_+7b{#8n[ 7З\e"Y`5#v Є@d5WGXG8&p,ݿZSܢ=^({1^>y>ey4ן_(k=u\BltJn8pL눌*2S3E ҅(g$[%/#)AUB7 A%bxPUK4:1FGBZK(ƿƟ"sDHISrw1G,<>XjۻW->V7yNأ\BT6{=s'p)WЇl=97n>"~Ћ/}Qӡjm+lTvf>jGRē70;S][QIn~iF#ҡd%s88THp;rR;"T%T{#JN^"FUmNڎkmױ󦎉ڑsmz]`}*:uwmY0ww\{ڧ<)yzqVg[Q81ERܸ)۴^ ]٘rQ;"^g<> v1G|m쳬rySS;" "rhK& UJN^":GU U~"E/?̾TN}%`kxDJo|pC/Glڋa_gGCt #uCKDqq.z)|{w>n[!wNHH8wF#!ܑ7~[qDU_sh1|Jރu376":G! Xs~z_i`NI7ڑq8#x$8s띌b҇[GM7ݔ^x#_׌/衺\c1(|Ԏ'5ho<F%bxPP:݋=:R~[4$1N^"ƘG|0fu,>".7=3ϛqLoa{x+Wl9߿]|v}ƔP>̛EHxRF#a^#OE*&@#C!(Vkl !Ƌqc(;B_ΓXƆb7#b$q'_sVb?VR /}KץnG% vq .М\W]uQۿH5rǝvl/]*ukЗjM6}H9m~<^r%`Oo5c=>HM{ѯ~'q^J9/m[*Le& k)?$r}ܿO{gͯp/}|s#{ۙ3fxi!*_yʾv/=tևTG9Χk^sNq:D9孨?wZ_wmQcSsż~WENksr嚘_ &@#D~ƍ}9Oފb}\Ov}cmHuykt?R-x`m~mr5:+3k;(k5- 0O!p7y1X| [Xokʏ|}9Oފk?~&M64ŸibޚXQ-(ڧ:տ3V?~t֋>@3K,8'?0~U_a*d?4)%_݉~O#BF?׷Ҹ.Bu~t@J-Gg0pϡi{?SED}쯭ci}k3 WO߱o~}>6,_bt^HhYODb833Ux[.ˉ3fo9[>9!w;>e)ZJ5;Vt";OУ}t"?Pv'oE{ y|lA|:qxFe75>f?GWoP,u3>Dog=;[/~]ͳ29OފWsj^.nMCW83q׋qC?3_pqvHd:4#555|(]t­iFj/ˇua:!@L'ܚ@@`Fο?~7#|CB_[K/g?kE^1}N/Q//6߾1]HTƟNxw|]JH9kܟxZWza+dgԭן{b_e&ucウ??oQJs,GFW.e|衇%}kZ!ot{7$SNn$uߒP|Ay@"ʕlC/ Q^`C 4g"8f3sMמ1ً^4`5  wѷF=I7@Q^(+ݟѷp蟾|7pCYxךC?#ǯsgo:b5E͈3%ɶ'q1o}po0ko_^9FcϿ[WR_mF{vH)x翈a?qmsmo/<`BXvq1HfZY;4^/W? X8~qxxͽnV"2xFjm/@O _DjaEmd;{O!zDF­iHv "5k??1Fڇ8c o~O9q4 ].rZdtw蚘^x}Ë 7Z11=q'Z7!WbͶ_v%]1L}q*eݕ|;e>3e.FoپC6Ļ Ԉɟ"7$bӧ-Ŋ;k/8mF|wU=yՏz&~^ñ6=Q 4=|s!_GwCΚTt]|&=j3d kguMٽY{1ZGacK:: wǚ/?A?oa]q5]5ov x߷dZ+C]zG4/ka s)h+gQV܂CqQюAsќVsބ"]V&BV܂"]V&BV܂"]V&BV܂"]V&BV܂"]V&BV܂"]V&BV܂"]V&BV܂"]V&BV܂"]V&BV܂"]V&BV܂"]V&BV܂"]V&BV܂"]V&BV܂"]V&BV܂"]V&BV܂"]V&BV܂"]V&BV܂"]V&BV܂"]V&BV܂"]V&BV܂"]Vm{}Us[`ARR>%m E 4c[\ĺK2 Dܪc[\ĺK2 S\o-z)>jԳ9g ^Mn q.V} gyq(@< ?VWB:.ym9}DtjP_8_*v}T_)Ϥ߉onIJVZΞ=#0ks)m t= *#=k\?<_9k=цeZ}]A &ǔi=_L/TTѤ2t ^`Mndԡ6/tf~{I>`K :n]7}^`?E?fؽHE goiC~cx6Bh'7n?~Lh%ml"Ki~dOc[E$0MpA5~%"`):J2 9 Kinձ-x.b%ml"Kinձ-x.bL>nIr}H&>v̥%ݝqL]B;Z͜޶ XO?-B,[uǢN{IDGdO{,ZhnMg2mѷ g>I~42c[\ĺK2 Dp{OoO{Ljs)5hq^T0?)5+_0SNܽ_X8~~tds8 3=O{s'bҞa-?t\S?u Fߔ^@aڱ-x.b%ml"3mlM{g/r!(v`%h4)>jǜ7aA__-wޣbbɴ} n hǧz*K5vm[v'3g/+RrM<ΥjԿ?M7?.͢SqşZߊkK68_>| 67+Wfݟ R3|Q]`j?YC?a\zɥ4nRƩWoyKsghC pR1Bj}?i6sI'ѻ1,Nݱ?Z~tI͞3&s=͒%K=ig?#UWu AAr0_>`skgfvMq2aϡ_2<9iP#qw\%?{oWQ/  @-! @i@? 4CZC($%PB$@H);眛Wr_I~wfv~t‰9u뢹$[[_ ?Ϡˇ /^]~;:goqX>)?gӦVҿ_pʩb."i` ?8hg ᯸!LN<1}لw(#`˵ulD?`٦a eVnClJs;X\ᇰ8_+xp/)7n[FA p{{',kSh'?Y0qbjV'ZkӿFß|A* #y„@ڑTlm^ؙ)K; -&<8U+0xH-RϿ=z8[O?\rI e]eϿ/9hi?07xoPo_>+.BNJ=M6 A.ct!\Dz-^9 _}BQF9/ ~![F~;nwCݗY6fv Co撯wTg7r+`Þ{]@F:h=/IO= ƒS&r̓QIk}7@R57ݺ}A(H J7J8=:4}|Bl{b~ÈK>u[8l&<4:|S,yY ^ϩ_'A@GqQ8%d/i+I&-0}t`?פ.ȸK~"PF=xkƊ?ć8cgKP0xǫN_)< .iw^^Qk>4}hXLzαoV UO3`xGs̟Ǭ(rw?{fgΜp@Aܣ07#. Gu8*P?;^~'AL(kڻǿ~HWx+fO'$4?XoW)#xJ#H_1& ʝFLj2EEyeYܩ /ɵ]#PkO*R(E_G`swhPF$Ң,HsGh=x.fOǢrHr*t|z5-!W^ o _WX;3_²(EF_(hjPFDEyeYF=c?7{7̙V2dH߮ݗ_ӹtQ06GEZj| к:f"͉?)xTHtޕJNG?G`ǟ e$H"-+"4'?jp% t,KL*ͫYF<6^DG:c܍=VKR`g ݾނGL*6,2J1}~E?;8֭[sa>}7w'E'G;C~jg- ʾ?pI Ow~グ-Br-]wzzqy񎀱_˦UF?l 7AF)0ZD_}_̖x``g鍇,mU";eG#_i(@ZemZrY|Feʦ$,ޠY[޼aܣM౗GT46_JRmG l V-[Pͷ)V/7d@Xc5+FUsoSgAs+K|%|$UEKnݎۅq|] |p+RNebGno?p;¨+G)$a 5l{ȪNMZ=a@WGyT9n{W3@,K̼G23o!?:K#FÏs{S߯_8ԓð]杶}f6@d˖*F%X-/)KURr~(edR(KJzz?U6,_RWOE$X, P~T܅61NlJl"؎ b&M {WxWCWx撑#8Um; a{^{ԵKqɈpG0<8濸[38^yԥK oLqg?ey%t9rd8ǎGO>מ0B.]%\?%I3{ qګ pSZ?iq0^|##$i3W+K;cu/ȏA~lj<3c]Fǟ]nb_?|9lцf5@)Κ^~e&c s g-\O[o ;찣?X6<4? ý?9yFNBn8À;zmQ\TXUz?Gy㟝ϟyŒǟǟ)k:VĊo+^6V1hc3z-m]aw>o:̿5u@1 V-\8W0UF$Qg1k􆄉pB[9]!UNn}Qf_W _/㯘tK@"DYW/"3vUEMzvܿ a} ]{-^Nï5BT>Uo}12p?6RL'G=>-\#=1/ńpB1u-o@J"7`=<<{%}[\qg leoS$QOD&f+X*?y#eBFxI$O\j@O&\*R=g 5CRk~B[[+#ο5oKYALj3  d}ULonv38鎱 j?x?0rjjG^Edv$?Dc80 $VVƩ5v;. Z;/4eD^Ed~%j,znG{,z)#._+GU[utlkPcp=SkaȈhK?5O?kjf rTuڸ c[ʧePJ}=zs&Siジm *~G=?t fcHmIL& c?iL3T#S3(njnbn8q!}50zt#O>)S=Ut"k09s>~U`mc?%;v+8F2tȘ Ė-[YQ}2{*bŶlĊ"o#;?Kj)|ARǿǿǿ?}>O)?u/jD_? HF^DQVIo6;5[񫎸`tXPPG>Ƅp[oe hpk_r%ᘣ{n4 ?Ɗ};π2 KF 9%p􍋿3Xf߀30 92 ?zxtf!vk?K> =s 8Un #?бIިc?Ǝem=_`O)W}Dağyy$?s@".Q{w W>yw#Kg!*HҼ)c b]+B ^$jg;W:ni(؉yp߽j +,|:~yh~;.Aٳ;CL +jt~H _!|S(:Ȑc܄GP@o({5G"*{JeeL8ĒYXh+~?ĩW>BO9{ch049 &xdy%v \P WM'<ǿ_ #"ٲdRL52CTpÑ^i}P0kθ=L O\]D*. LS?Jɱ[SGD7?r%X? ?cz5-Ax'IQ,$5AS<ċ#oҋ|@꒴v/!N~[.⊸nOW"LēХ?wiw-QqHto9GYn8q*9Ѽ)6K9Ǵ}Zj80ܗ$?:ٞ*h58"%E$Z\u1_44<{ox4?~Oz@S8j?C?\ ? Ÿ3N 9שuT21wZgXǗQ5]h{mlY ONx2 8(}a-$ٰWۧ>3C$)+Ϛz8pذ0a<}04v쀻y2#VB|ֲ~ko> a ~>0C{گo(Գc?p؁0 aAᜳ3b_G%c֬?O&޳Lg`9r<cr~T[6_^*uT21YHUNdb?c}$2IX-1oi_Ohq ,8w2b5שLjh%g-8Xt3b5שLjh%g-8Xt3b5שLjh%g-8Xt3b5שLjh%g-8Xt3b5שLjh%g-8Xt3b5שLjh%g-8Xt3b5שLjh%g-8Xt3b5שLjh%g-8Xt3b5שLjh%g-8Xt3b5שLjh%g-8Xt3b5שLjh%g-Wx)KWՁ_7銚35#6FU6W_0%w<(_yO2V? ?-*1:;mЯӧ71) :kg zyy`K0)+i{.֧r@LP9瞱wٙ^feG}vK֔B&0`c_ojpT UL` W dں\Z/I` :ULc)[%&v`,9 &(c%d )ip'}Swmw0\^L;w7Tuss+FL I=r\!BU-)UqX= -Pap3`=xEФL[P)i~ctJ 0XSP%L= )?VŚ h)aVkv$i4:SN #c0iҤзoУG.V4,ᩧ&}`0Oj^&̊+ EI*[SV^pȭc+1SPAIճ/Mf_, c_{s/1|ҤO+ʤJtq%8/X|@w(Iűϭc+1&KRF?mzu_dhU+H2ԩHFk?mʴ=:(zmSxZk_J*DiʋT8sGJGP%(IS'pO]5g:Y@IOMAl@~4c,*JR}qXS@N!?JgEjSb(IhQ¡B~S'Dى(I8}CLmER@ΥB,*JRw4Jq"%E bMBYTǟǟǟǟ研)= ID(Ie||N)D5 eQQʍ֊NR6*hmGNE+ZKȐް,".KIhTkђQRVEe) j-1Z2J"CjxÊ,%fmv@}j{Lҕ>3 z*Ԍg91ZJ G}c>=Ԏ= 3<[ۯ/-rUf"s ԰ҫ,%SgU5H5W] ʢEe) j-1ZR w|!BYihɨ +"3+<35xF}wW7lQ hhqZ:gf̵eg5YZ\jXdҳТ\s_(sjXRhI Cnߞr{S 1(K3c_Hj.RRmht]k(lAʏ8e!?bJ50)R1ZKȐ>}qmwwob[kz+՜W!ѱ Yh2g?Eg\{t+t1mNDeqKFs{ꑻ{5'Eʩtәq{'(3[JZKȐް,".KIhTkђQRVEe) j-1Z2J"CjxÊ,%S%FKFIdH oXQ$Trh( +"ⲔVN-%!5aEYD\Pʩ%$27(R*Z9ZbdDeqYJBE+ZKȐް,".KIhTkђQRVEe) j-1Z2J"CjxÊ,%S%FKFIdH oXQ$Trh( +"ⲔVN-%!5aEYD\Pʩ%$27(R*Z9ZbdDeqYJBE+ZKȐ&~kNZntMg%Vw}[oxQٱMn EԾH"%1ZKȐް,".KIhTkђQRVEe) j-1Z2J"CjxÊ,%S%FKFIdH oXQ$Trh( +"ⲔVN-%!5aEYD\Pʩ%$27(R*Z9ZbdDeqYJBE+ZKȐް,".KIhTkђQRVEe) j-1Z2J"CjxÊ,%S%FKFIdH oXQ$Trh( +"ⲔVN-%!5aEYD\Pʩ%$27(R*Z9ZbdDeqYJBE+ZKȐް,".KIhTkђQRVEe) j-1Z"W^~Ȑްң,%S%FKFIdH oXQFG}\{koF7ި֛R]IZKFWdH oXQ$Trh( +"ⲔVN-%!5aEYD\Pʩ%$27(R*Z9ZbdDeqYJBE+ZK/ Y*&I Ԋ#n:XLeNVսZCBFsC+z6sL2-Rށ)UkTilk0&|N6Ǟ] j~xҁzD ^?;~0seM,nUw}&iؑTk=Ջ}}0z~; qoQ\lۧJ M5ȵ~ay3g0X!?/s O G*u{!?a~ЫWo &1Zʗה5D*4vXr~B־M,=*?} |k#,I|O7s{Ï戸2 9%1#JOz!HG/}D__ITY%xƐRTIer劒h甤+LRSN-!(5?48iW/q~Zkio]v9{L0fRZ3+Ͷ12OrZEg?;#1%Hw)ԁJnHI?^sgpk6h$#l%?r`_DSYU8fG>اL)SɇCbL.-ȋҤ/. ?ݓ_e?%Km=*Us`QSPJa_22iyu8lOșZP].f#̿4Z`y(L7f wuW}w@5?-08P`&kAv(1??2 EωYj+yi4>}u[lQaq?o '@_vE՞z /̕4_ _y ,4Ę11լhzY\3v,8xu[hv?A.ݺ7vN4ϣ !;f4d|j}ZfQ/=~>oOYv6׻/`%k37 ۗc F.iZe=iag.ZHM;k]:_50} o'S*&Ɉbi"=hV̟rrgg8吏iI(xc?Set.ZKM7ݔ[x#F`i6~ &>@@w?L+?BnWT3#_5"2$#nUcLNWer)<1&l cyn3T3FO䄚qpuXP_V7PCkMK63@~?^ c+qc!>0h0 G Tmo q`1DZcFa_dUWaO]rLg?;\-|[@  _3"#KCm%*jLNq==}(}cFDsFao&Y;rm=e#cJ=z?MdDP=e#j?IXve ;ٿu]jw>ґ# 6lBUV4zkU[nc ??azU_ W  >Tmv-=e#kIêӵ(iZ|F)P/&]hj7lx'?!~}GkoF^:2lPJo<4QxawveVZi v/ w^>I MjE](y'\kuӠ] B񗘯Jѫ=N6Pvss+Ir! Lv.=<<<T;u5Cx?\) e)[U?4#1~ʄkV`+uAtߝw~tI>vu0 +JŌO8!wyt`}-xӍ&X,9 %ꫯ '?yǝ>'@5bxsϥvAV̟2/Q>嘊MTfa&RtbDSb6YǟǟD1R q ~4| tUV&WOR'%Iw B$Kk(czrT:4/Lj<<< BH{rvϳ|[O意>6{O1!t%=_\iZz_@Ɯ2&{m֬:n;J3j@EÓJSћYX+_o=s5›oA|Kxa`@^~WKXqpYwMmo xȒcۭ[?LX(k y{?XB_ko ^w-1cWZ7?zջwo[|.l_;ilK^7KI~#HsMZ/$xHy$jMQ,eMJ%KDžXֲR\&.F.oEڻ6FX&j7XL]#Z,KVgϛhuQ,eM-%M(2S{&˒Ym&Z]Kk`Dej6y.޵ 0Ųd5qVVRfjbY8M|Db)3wmh,YM&>oEڻ6FX&j7XL]#Z,KVgϛhuQ,eM-%M(2S{&˒Ym&Z]Kk`Dej6y.޵ 0Ųd5qVVRfjbY8M|Db)3wmh,YM&>oEڻ6FX&j7XL]#Z,KVgϛhuQ,eM-%M(2S{&˒Ym&Z]Kk`Dej6y.޵ 0Ųd5qXs%c>~pQᒑ܊yOgky[)oUžBIJz6y.޵ 0Ųd5qVVRfskO> TNVG&[Eڻm(ZZuj;n "w۠l(֦X ekYd\f[P=<(%Q²uM(&a*oUxSߴ,YM:/nZظw0ՎQ#[lEeb^xq3I{v߹=zӴbvaذa0?Z XEBQ,e?eAۣh,YM&>oEڻ6FX&j7XL]#Z,KVgϛhuQ,eM-%M(2S{&˒Ym&Z]Kk`Dej6y.޵ 0Ųd5qVVRfjbY8M|Db)3wmh,YM&>oEڻ6FX&j7XL]#Z,KVgϛhuQ,eM-%M(2S{&˒Ym&Z]Kk`Dej6y.޵ 0Ųd5qVVRfjbY8M|Db)3wn2}P&@IDATC]w]_j ӦM X-3SKZYjKҬtC8Sï 5y- |2ܖi,ұE~:y & \V=qI7ry.޵ 0Ųd5qVVRfj~Ґ.83t =hLpL>aHʛK$BW7vs?sq@3T ~AE *ё": 1BZ%F2 %IFD@?'|r8k7&pw%=OKorZ_[?aİӎ;?C={6HksqDž /Bf @Q­/#*󿟿o*)ik#~/T*3%`_x>yw {a} ]tRoqw޹p8:#KG~)Zy5p!B^c V\>~a_Ǭ_vX曹h;o ׿_㜿;cЊQVE$'P(V%q^eτY4$aF_5a>)e= rΥ_vQ/ѥq )MFNEFO땡s[ᝬb\vh*5*>ʸ89Goyh1y/ 4bpze<<릒_Ͽ p=c)w",q~o'iSf_x1lݶfj^}s7@H;'x"<|u3Ƙ5 q\JM.\?SO'Tn>ߠ=ˬLQACu= t~ KZ7|#o7ui +·Ay ~ xfw#_Zpr2ۺƍԡ@iqF06vf?τ^6lsx:usO19yY|+^s͵x[Q0xj7;t~ ^J, /dR tO0-YY趽}u Kq x1)N*%?5V|7)R=w$~|M~"PF}}w~;|qϬJ ?3h (7-1y/@x~woqG'!G8xMV8P:V?6 Ӟ9)|c}J+Ԧ7ޤO{FX}Bz,GNžw<141."#B=}ػݟ$zy}:[o jp[guB6\=sB;^~fn',T4]F8JZLqEyeYƝ}M\ݓ*u,0Ҝ8_T88FGWI;`YIHsR>!,9?scA" eF?G}  Fiaft44'/6?-;]7QW^9u]amNG|pi_ok׾&Q´4vΣiN<<?m8Ɉ'ҔQ0ԍ;JH/?G`E2$eF?@?e$IDZWEiN>-? c.P~SbD)~O /{"g 'FAF)0'=a|/?CSdb#%XAF)0q2fi~0gzUo 掅yc~g㟿o;o.{oq߿q<+\^(Twh/.96$K?_đ,\H0R)/cܒUtS"Ԝ3&4b|X~cekeIT<[3D:PğZw4L#1??~̑]! eWD[VPr+d.-[PO% %Ͽ=汣R "[?5l#1PFAp@jVDY܍[ԗzQx}ϊā1P@lQ_깒yA0;^7`DёAQF1&Pӓ}Aa̘1NlM8㌟-hXYjYQ{ѣFO>%lm/(iԵLR}Ͽ;~ӗfED>Ã?]o=Ͽ61||t PӉyi?h;aW%@$/%/S'? /U|ۗSF U?c_%FAKXuy~ߠ?^xm|Mr6(<a 6DPGx 48<yrq/'XOqK( *~гgOJ({"?Lq4C("= =! \<>{O55C,gC,ǁʔ)a&1VC w[vhOp WZ( b*k+.Ye?@~I1!P?vjq\xGG#*&^_SL'bDLo.VOԠ|R!2X!PUL'.{p) ͣ86J[o]v J=.i։kK; t%a/;MGf kKĥVy=z a>|%mNLASڸ7$+1>󧟿C$D&4߽>B`%4i?s g}6|Х ~%O{s!H'_\8tJvu/|T4UD[O~90vl? zhP2 k+_5lXv ĆPgeO$΢*,z6N΂o#qQG|xI_D5vħE&YG-??<!" 妌lG^Հ7*Q-rԴuܒ8+%TV 3f +X1sХ @(2͜iSjV_n9{5tY)(fv@ۙ[l{]kYZOIV_c᭷ަT8u6W[u oYxg E G m㕉h`;+(fW2::7o<_|0o\XrgVYu6gvx`|oyu`""eu5IyD~4s?um-X5Pt>BO̰޺% ױy)c/5ga*N|}}4s&?um-X5PqfQIۢU??YSN!j}v_/XG &L?]ֳxSd<<@ 8˾YuJ}KQT%i0F Oq'nxGiIq\xa%Gy4>96u; #. D\/pݺt kV2d+FvxA#DM~A#{I TXm3gn o[/^"+ϘRapꫯ"?7@B G[?aÆoq@/(^yN99ǥl',)~t11?F,دbqt_D+a /rBƍUNr U_$L<<'8JU>~Mg`Bb_Ͽv71{D=}:N:)^p +_ǮVz)@p 'Gw,|6Pj=fń]V0҅V &NzЯ_ߚ0I`kˮ}azod{\Iw;\qeakꫯq8hQ尃(|731N:YAi;2@áC>oQἹ'FğAenHA=i/g:BgR+c.$dRA6mZE| 6oW v%߿?u(ʺ RJKrO{>.OqA+p;@7~0d!C} n\xA8dBBo?yЯO-bta0f_G;` { 'x" W-UMk(Cgf:uG.(t5.;_>8F1 EqE=n[l2`.X(KT/5Q ꫤq<4믿| {ozo;+l&[7svp(n ZذF>d!?Iκafߞzx #E^>f8Ԙ5#_oA"kW_ Q|}+7/X/EЇ\/c]?x m@ʵjxY bO>aUV͵/vJRAT E;a:A?u~KW!w">}¸W^^HBc6Ӿ`P1ӼJQh3g]T )Zx^ }]~Rpą Y-/MĜE}5 2$t}JpUY LO&>SL!逰+FXD%Ӱo~2ٷ T|={ MI ]ӧO{oxoVBXguh:tg:'Oc0v u`.켳_bX+Em?c&n|Xm͞aMx:?-!q>m:Y/CxF\gϰz놝v Bߨ<^_d^Bc.&gM~!eaK(,j73~Ajoя~ q*0_[X3Bֻ,4VHQ?8s7ׇ^sMo+^ 2.-/o\\/DeB!̜,v=cKM8ގ<<MaÍ6 U;{7n)V¢LOsB@> g;r?+o)ٳ? s? -^{}[oSSckF{50sքց?f!7kQ.E1>kC> Q>_$+ċT+(?7i:~;8iRVt\+EW?Uxc9FDĩ9om+ORzP[ ίRĩHR]A\H\} k=zeD\FjC իrk'G.1dobfJ}_ME}E\mZ#.+AFly8,Kx ̸,r멧&6ж04H^pӨϵkd:;ٔ}qjpo6/L>s-*"jhEh'"[iMs-*JWn>9]dMWib^x5xؾ˪1.˃=b'A\H\D:V??W_Uū:pĔgva1NI U7\d91cɬؓlPq,ƅlo3 kȐ!۳l7/|?x?Ʒ\s?])S؛cy}ً2"]<P .B*"謼b*5W^9Jn̘1Qp̠dX\PyH_tu>j{{O ;ON>j~޼ oY,?: &`-/ȅN8QE%z/K7`;Ko|tx1oɦ5=oz}%W!UDk$qm:Fy=IGj@qHW5<CMQ_ 'c(A=%|y p\Çg(a@>qNs뮿C_B|fUG|8+*ѣmlԹV8IK?q.]?1Vݗ~#Cmִ3ِ @,$P .B*墥C>Tk==4o\,o5dIpzqz,q=>  UW/敪LE8.w j7r |gx?bK?~e}a\4דI}GV .B*"h~/A\/|AmXLd$[^mmҌIX:gEUu[lcey׸vs R;mԫWByz7xX0`jwAp<7ewN7# ī=֟l`Iq7ߍ^Kq143v3Z6a}@^v d҃ 9roɃ EG࿀r#y9 [ѓeʶl"ߜӇqdц-3A\6~kՐ~K3f: ;jz9nRA~u޹U7cҰ oS&On܀┠uKPߐ:ޑe\f͞pW$?ԕW tmd/Jp̝=f/XՑf-.Ԋil2MS>ký"oƳUlszG~QD o9bD2Wڴ|c|C}ߍ{o\!~IqRTNo#ߗ)Κl`PՋ__2}_; Hql?]}Oz|$,Xa˖(CYM!JmyA Z֥ ͿK.5}mTO6E俤Og>u4Ňwޅ^j .űscqw -Fb_ X_[;k^}_r?͞r:,i>Xݚ?lo'/8_askk':-;gG+jw̃ ^e'se/08G[|Wck]5k)LJJ}X0C{ Hb-[>/̾['>'k|s裏7l~Խ>7eALN;?>⇟8 k,U[ơVlgRQ]u6Y~6\9X;up0)u" E o7Ep6BQxGyTfޱԃIvQP[?v`\&y0F.~llX{ݵgP#/_\D||[LԘOP0Ug B . h~ڿ_gt FcxU>u=-lR F] QO?OAx~1ZxiƋa 6AӰdO:-1Evu+eq:Z򿹟̍7n]<8 <(uHJucŕx 8v̿GuD>ுQ^PuAwJQEamw;$}~fk1鍚֓,K]~#Oej>[AU>0IOc|U3Î #V 4AEDҤ–m|O׷׿ϷH吃 W\9ʴD TrPoU>1?Wu}_M`i7Yv?h%pՌ{\ڱ _o|#ct2 ߅-ao?cޔs9ʋpӍ1.MNX{C4k+cEjOR П᷿ʓ!ƾY qaO~n 768Q9d<u9/o }< z+Ζh% %Ar"" (I (D%I$KF;_~zfvݻc~3g;Ifuŀwvys>Oʊ,B=˯B wo[hz7zCC#M{#-=0-q)K^qLm#eʹug}UCjq)ؗ[Q9ob7ߐi0yل:Zn^r)gWSdreKivžh ^W􉞞ۿg^z߈ `{jkʹh,3{z.dšsM0AI'JtL`䊞jz]wsGq9$`=oҒ\ڪʴH/DK4%<9A/?wA1b5P YdiCSy3Gcz7x*R3@t~Ͼ>vҌ爐KكhZB蓏{Φ 9fiI]h!0?eZBUc\Ŗ[Pʼz{~n= y|v kslvO<; >Yzoc|6MDVXqҪe>Pq?N^{՞o-06d-vȢl?rh\φ~ZΎ+{_{4,3s%}&%)=>7:8 |ʱgW3ҳ%-{?\ֻ=Ӓ_wq,EECk_bE4"O VG? &n^<9N\!} oloV=guw,KHT,%%(k/͎&.3J3?Yzٞ{7_W^yeZk)-Jhv+Ǜrny;SKҽ0w猛0p\K# q?i=;lt w/3餓5=_tqϥ\ /7hI'"}*y9IճtH6D~$1jEͧv|z>8樣}7:D>Ï6%Q &oɴV;B*o.훂cu3I*byk<:6z 70ijݞ)L#w^i:.7\=ßiRy#]56Lxm*5eu3I̧*>gSm-GߗYdхՆӼ4%}YL)Rb"^ 9e-Bnk5 _s)űSsϚ^=sO޺V<`ʫؾv}3x 4Y[r}KX1?cH"6vx[w%_X|t{K/̌#S٢">?@~<ձĮ /8_ڝm) $1}:MQgu|kdt~K TB*ovWĤi2%2K֠[l1o)Y$1mZmPyT6 Ԍ\IbJ|][oiWj$Qf{縁M)HRy#]So5w) 41#qզ OU0 q. lV0IP[ Ft/wkRoFto&q>TH"Pa&+۩DYhp)3Hm}٦ X8^{ۛۅЌ4c吃T;ncwI&:{-qrŖ[A!D92AݶAׁ)vEb%bZFjF[zn⩞e >۲|LӖ+y;@U:#&:~'yF%~YAuf{E=RK/SɌZ Vd}uQiw]Bkɣb`-:3hGԃKCMAEh_vlwHeM%J41_bSw>k_oYf." 3OUU넳M$1}feէ|gutVL~3P"3AKS9p⏍{B ke2I%vD:Od.TyQO6@DD$D*O<.G=!CO Lcu\**K*%""&J.u#M]9>_F 1+&s\%e '0LgY_¥PWZi%m:Q7^i0vmtOMYZ(Texm<< J@z*vl['z?e)nCf}OZc_s7ZJK:T+J%Z(-_{mfP q׫gBmTzoa%$Y&UzIj%z!CK8(b+.T\薆>T/DOć$eI#Y[Z٦yiz@< π.Iy-AkEσmȟ&O8cK'f Jޫht`q 4b  (w8=|y慗^2.|~m8/C; VQ)cB>t2H~8ߜyƙE9 A"PczNYj)oa3x}:Ӱ=J7xp^L:d7q3Ed4[]c5h8ϬD(|9TgJN)?dR|& S~֋FlpLt+,\sϽZ͑yblq{4(]7 pDBUd TKD:c?_q@o=ɜTrРi:b%qZ6"M F,땫$o6M%@3>Fk HRKV ,UtHR+xzc^8{AbKbtIgj\v:F#<ːE~5[M<1ME/|k5WYDV{q!|[:}l:&DmD(UNL|,Q>::\;^y疋m"b8яU38.w~H|}Y,8gRVz^ vNլT_WP1폦-oįZK'2ʼ'TX">ok ׊UݠZSNN;C@Mڢl`T%""&JGgzI7#i/f}hHZ=<-)tע}\c[;&Xрlf{R)"vF-4{ᵧ:^x-bsDi"JU=שɟfQ D H N)>흳y4믷-s‘:.v LMDA}xL5N^8ƓW=x/gI Ehbc;:Whtx@HNd a6Qίbfj5{ejٿ(.o=0\U AՃZ\7uG;Ӈej!C`e' f&X2$=a Bg{;2yW @~sM3C< ":Aϕo`KK@OT$35AyvʬV , ?́p_[o :(Atbi?N:iVէ}Rb|9B]+܌7>o]cdI&3{9:ه=f|Z٪|6N_lGY? (3 4ͪkb}z0rlPf>y@+ڭ [;-qّ(̬TѢ8a=btM;0PQ-*ALMDA2L^Uγ{9+i8O:AyOr]_!7135Aw[dI5AyI&TթgEٹ*[q7^r\p ,Gt?:AO >A1֌^姟q

t_e ~sE3S$Q-Y+%35$]kjE`LMyKv)ۯ2+%35Noo='ߔCzoÉ;#TeJ3ST,cߏGҌq~S`doVu%(߬R z{DojE^"X2S|:oKDoE/nŸCйS-*ALM䯡k0ʉ9,lO N# >==3ti?4j,{A,o􁴨135Ag|:蠃%\]%-?YNgI53|j#f f D'(-Yh\, {0kf5L3U7o;U?b@6=e3KʬV`LMPњPI%HTa?RQ3LxiY5SU갟Sۜz)tѤ'5荰rgtKԙ?PЃLZ`zc_ xct AJ.ILN=TO7 -?AHa1~'폥T;ȷXֳ%l"[٨0$}7J𴺸N; ko )س?/ gԝi _KO-K#G4_͎0>Z ʩ4o>K E|A5=-}χK/x_|?DpQ_a(0$WÝ]A,xQ& vS@J럃<ȎKK}H%HsnAhofk@IDATߵ T4_3Lx_[\ga mM2(>z|Ro꼹уh]1M3xd X_$^G^+>2L&!!+JA,P;1zrE3ii R /~:0DY@ƣ TSNfβNΓgr ;vr){/=t 9 3T[u}[;8Mb 4NlI4^ݐ#<"95>fs n6Cŗ|:g?ٰ[J.IL) ܧ~ZisY M-i_g3~^fFn(6=xpEy{<+`yq )o6|ҥ=^2( jɖaL}mhat1*ijd3 eg .{ˆJa4ՙR&-׽h%IjX-jڔ#.[]vyv2B -\-rzt/im8Z~Va鼵䯕\ͦ+~gzYh=^xyh436^&ohݪ/%޵t.oP HSz&y])tc=J́ulCME3~_?$lSS|S۹dXt?-.i<76 ?_?թ&}y{:!|JˣhCW ftC@'򞿠/?U/dct~" <C=ǫ=<\3_CoqIF7|}G_ 6 iGqxu^<0@!AJVku c4Xx5lH%HxL\=vĮ2対P_=<{M[h!5%*>m{h?U{>[okD:f BA:Mя:opsߍ78&T*֮wЬZS :+٦B#LrXh H7\u|v.OuYz~|g0]vY;ϜAo!rsr{ԇ ٣bfPrNmvR8t_ښ52P˵<*%Fbφ= Dh/{e=أzW]$w:jE^4{ >`|Jwy Kr(q;\s1z]p ~V%g_Ӡ93d46޸:0oF;/rSckSk奒ѷ0O]-\Ŀ72:>o{.SanEY.LRHiYS{5٤yGύ'rܷj4 'cr , +/nnF\s;:SH3u76-\DR`fD|e9фࡅ>HgH*./~~s%;ƲkּL@lA)SZzIhH15[{aԞ{<  Nw-p?+'Zh!G_K?3Pk{ē~͜!MTgѴpmiAU@;a >(1*ZAu̸?c4vz΁ xwÜ- DH MJ4`F B+PTHDžZZ(4 vg8'D:3@zIBGג.^[o OFB鐕|!.Qh|űr.-jtM鄬fd$3 T4 p s OPBi+vuTO=T~Fj(4ڵȚHpof5H\ZdNů)[Pj[γtI~@#=G>#?.cӽ[K]#yr*OPBQBMIzbPWb |[巗_xź2آ,jtԃr -ᖵyQs hygZj(vۀ@"'L\Lm ܆MK &msiwzzT"IH ~@RPB3FijA"'L\Ld0c %CPTǚPď]HUK78tVnct2qQhn34Lou@ CVJZj!Zf^Q{꓏ < AeҴ1D:Nk(T=<$9/Ej߫BWY= vsbU-կO8"kPSZĐݓ-AUs -٫3;8q^E!@]k>!'ڗ˭|EEfBZP!!qV!{s/͈_>^r4OG?!Ǵ೑j%]TS+fw"9Hlj?Z&. .Ƞ]pFD:暫i֎=mO۟?sKt8 % Z"jUj+石/b(V.7dw|dPZA v[?]3 ?}ef"h[V{<^1 m&vWnEEa5{|1%3+c*Ϙꪫkjʩ^~WbWyne$[kV<?}Bw'l}qhKg%vQ_ }J۟dCV%j%qR ^x17D@;##sKD:N4k(4Okvﴷf~у78SqVM] &XG3~QXHI=|>>1\sVxo7Mg 6  :+z/gQcA 61Bojt ^E!@]k>ȜHXpU~饗T3yXY3JS 8Qef"h|FP:O< uRSˢIo}NLt_*6$v,jv%4ra&umd Bu]YuQ)Pơ>A͂ofv=h}3ҎAT-C?_L₢w^a*5b.JtFR3B%kȒlԖYg~VӗoGK.&*{GU)|>vbք/dj/_/izJǃGx RmY/k uֶC0{b)`Zz)o~71|S1uQ)S)աR`9vcבیUBmJI2 >~_;ϵ;v{4#qR j_ގݵ^{h YZJ2mA Rٕy?d\~,vu ?xA]4&-y6|~ذ9 q+@ShѮS<:mk_hh$x%R,K5 O^1#KڔZ'ٕE$E-/zjE=/]->{Togv >SL1-ǔ>OQ2Oj6;5HP. [JeYe]JSoAHS ;LJE;jW}8ȃPA!ao|w[nꤓOnfzK'^4if˭ٞ8,o g56Eio/W%׿TN9oW7q{yfg W;#sjE-i3:0n 27O=qs9+mJI}O`Ohy7,ɝ/-イ]%_PJ6$;=y/VfRMB]TJ2G<GJMxIC^}gvnV~Չ'Yd6Gxֿfl|_ M)Q^QEٓN=jY |~ .%Vط.6~1amyvn',uqN8фPy?SAU*:gI]nSJ?_U| rw鮹 CuCCt-7]7~A[sg aYBύ>'xgGt O?eh[~Td<2At6έ,-DeA.*%oU>VZyˋ ^zmcfôd _Jք?RnюDʃC XZ9%ȸt# PB+V+qN 2.H(C<8Њ aSKG;p!6ΩA6o!ۨsT a\V0\z* e4/pmF*d\:H{'Z j sH¸ C=2Dʏnfl0id[W2DQO#"Z4!sJ*ۄiF.goў{*G~d_(KGZ5hpt$!h,39֖tA"mL+v$!RJhj0)Aƥ e~ .?d(~{_7(B+V+qN 2.H(OH7̀7t"biB ю2DʃC X{>7hphG֧:fk(hqN2.H(C*sSyH40G{ oPMt\:BZ95ȸt# c>?8_guj&0wl04?x=KpL~*|_E1q ҴM @ZѴm[_:Wv] hSHHyp(KBM/駛6pt$J~:Ӝ5ZqN2.H(CChS- \ei$ G:.Jc!Vd\_< Zgf8_h8 NxSrkf]Rw/\Og݀iH(]tj ާҸ37DX̩ׅ=n!k48v$?fj[h!]]~Z7_eڰ|K m*YRAV_֖v-|Oemu a\סJGB"V,V㪞iqp2Toȋ $Ff5t `6 -{\ti[)ࢌZ֎| CoAȿJ1aW\y?|v?:$_>31Z2 _ 4{!^L9o0>Mbc8y&!E;XL͵sQ8\K41^㢃6emh0E`205T+NpQF%ر-vR7 !׬)Jg@`SyҚݡ݁\k9X|!h-HF{rnXd~ۊ~`ܶ(Cxi=g^s1M9; cyFl;__^pA[N8! j,y: γ6_6mhXJc׷y&%:yDS<_76`Uaj:Vв (|[mmޓs)ŗAXc[ʄ?!nրe0p[y! E*(qjYiU|@hKzLwDYRނ\Ϳw=cTSMU2!y.\T>lB8KpaK-t;aKmK3;J8fz~"˩3sSpdZ+Ԛ07_K7(! 41^5k@ K|wB5k@9=t%kA@(˒YΕyF, ߵf0gp)_͕?_nc _6{_Kii,|[րK~mR?Bvǟ8I}#Uk5[JqV֙J'c BK.ĮϳI.q ʨI+o~ چՕWiOkkW~ߖ[m%q@0j ̐k|=6ZmnB8YR-yYSxFw 9 $ |RK+Zhk ~]=R7 !׬)Jg@$54v=0bl~M;*g9ƙJI NbfAZgtzlk| e/MYsQѰkAH-XLV[myoK5t9G4u ~RcD&!g7bjcDTn?zj&SHRgq|zjTsh 6gс ꗆ) ߛFq^Sѿ l'Ovaz.l3Lf)&HEzC9K =nxPϣmJP ։|glQ.lPeY!Coirnyt%\뫋P+ 2Fm9˫zj:p &>r71F4z!4?nG{T{4{챻LgS*O=YNFa/9!U>L?̳_V}ik3s tmȍ1B2@26 ο\Ϋ>1F@f~0Xf핗_&`Bko6|"3Ѵ*'t73&oD^dUih0 /Alvfo`@ZĬN7[nİ=k\m( 'Alv@f c9,ehWAdg{<Ύwjm;zvNf j" }lYg^|E g9(I:i&o7>NAJ;CӆW4guvep; )}0 TyI6:3 ],$mf & EHdqՃ>h6}IjcDmb90jG<(` e}|yD'=ǯ8!X(Q<=PnE8g)n&.~yUAOmU~\0k+t׷gǣol39=`W38RkG̽.SeTߪiFmyjJƧʟ}X&f[>@d_Y-[z ~s \x)kH-}v1(.}o"xlZؑ K5_ ?l |K-{ͷ|C^{MfT8Ӫe] o|GVo|3^eBчՈrYmx`r.[]Iڷu?|Qm9e H6ާ-L}|\oI"Ϧ>Ԗ7Vsw}BeL=ԒKrC't}7^qRF?WXKřOwV 4X9:- 6˙-'ޅ=6zo`1 7_t,!kUSs`N=^uiٷaK?5tK=sϑc?|u,R&|YdPmvf3qzn|衇%oh^޴?2˫ږFkxD%f3~[$cr1L0N2F۟mT}Qjw}m\g)躶K?|ȨAT2VgP\rK;ޖZj)1Qm׿edz[O26SY&}?)3u{|/d,\sn{z^k"L(LXn e}vrf|z'`_^K=vB[k 돫 \^r0C_jl=YgEK~~TM=\1=yQhA8*=D%~}oCdvq(>G.jkDKKʍC<Ӭ/|=-/06~1$iaWI >*g>+32?CheA)`zj;:Y`/[TO /\]v٥"e 8X9 T+DYH,9 XhcU:8ƗBSmu9l& ԑ#?F>Psp^$Ήؔ6V_'$~gis5nLOkE"zR^~eav 7FVvz[to6fXNj<]6FF6v#oVˍo\Oxӗ{ar֘YH9=# zziVh͜N>IB^5##Ty`V{߽v!mj&o".>+$2F@/aUs氚Hgd61{U:Vʒ]xaO{(~-<8F&"1 BCou5 u,;_Pܟ}t>=xF}ù͇$k]v&<&7'L~,ΤM$c~/P|UuzF&"bI˫pb ԑitKfy' .h}hδJLD,ĦğNn Ȕ) 9YPÒhD_cFڜEqSxtFOhsϞ{%D>x0lK:73ID,Ɏ%wОoQœ~[^xN$S7y+/W+M]-v3 ܧ/+7s57_h(.9Hk @]C)3Z6K s,-0|Nۜ/gUV^%~i׈F&"b6T?Ǡ ~6:YB"SU);=#Aqgo[xɟoE #7xi P1ߒsލT{C3t03~/o:V[mj:1…3Fn#O^Aûz믃:XN|m |`EuF==IpN [E/ZEȍ^y?da^|Es, -3ҁUJӞe<(.Nr2v]ps͒l1 <ESL9E隸}Yx&kg]B+r,4~ޜ# 1o9!?w5 e:mo xՁ NDBL5͕[ngd"RKy ϟ^T:f=3ID,Ħr(;@V5gtzFF`W_+jtN//t qÂomx` 7A|`\W߿_~?s6Ήw_s9~=MArJrYXL|h>+32{ptM~~NK7s9ҽQE'sI2W@}+'^6J3p0$D4S 'J򩏻|XuD32&nb@B @B5}/*-t*IyڹJzڍ$v>u:!ƜZm%Yft2w`A7qAivdn^Boޘ"Os5tu6Jse. F'Ϥt~+wƘu$[nEB+h҉Ï vn\NRŹR̪*^i˔xwSloF]$t+:9se%^Z]J.Rh/L2]R}+_&K0^p&|Έy #Gg~wwm]}5GmM 5q1K_>h)!/) 4'$ܷ߱q76CF]zsOT^gS1Y[̪Oӝ~S%cg?YϾ ٩xW8Tz;R|uKZ؆ ?๣|>!YWx(:>fZb4) v6t|W4 X^fR83ezLOcˌ ;, i0Wx$v4f<#֖%| ^i`Rkߙ8Nm[nQX%0]{wKcOؖ'; llQF9Nmϱ[n!H]x4/sds;4`@v,=&}oEB{キ8vhpv|JZ҆DHŹQY#_i}m |em2k.ӝ7L+{l%aP͸qQR?8pA{c%ދ< W~_zkx6|NZFw¯$yz:AJ#8#8dKK_8s n襐wƤ{B{(uI=\U;|g;v'VuʩG2>"OZuӅ\ /luv5}/pF.^W{GbW_edD4),kC*gYyiemo.Tf5R. iŤ,.JS6MjC>׶H<qCiN,5uS ۆJŴ).DΛuG@7JrY72Sz<=쫴^OunQǿn?r%8r]ԉwY]yWB*DuڽqKp/Py4pSV>`lNQpv7hf"1b:G>C'pQv/fjɺS1h[X.qyrA\"6ZiKo\i߀2D1,-դO4Af eCYђ *l:'tXqj.JG\l4K.EKTK.dL4d)K#b_gI{6.D{S}GՉ'nZzgWNt7[&(CS` =y |#(6rrOKcO>^MpuQ'r,W_~/t?[c5Ͱ"[S6(&Zhx޼{QUl7 {?*MwNĸBKtH ˯۬/[ԉ\RbhKb'۹ai@ڇFPBixAi u(*rU$5/G^S6gMN伻"<;_S[S Tq{4PF|d><9昃~~wf@etO?L^gm*ס*=MuO:EzjZb%]?LtF15| ҀR*_xj|Zm~;; :8bhfTht<\|E!H(K[@!Ԉ>*rfaRU"jyGZ7?:PY_'ܢ4AȊyry LԂ>g^{-hȒLD.k3'P@Xkv&Ds顅?{kH"dkO ڿarNQpw}U?T{Wjks ϬO&E%U)"~%6f9'=(@b?Sb_Mb>6۬տx'ܢ4A S0I&PRk"T$Ojǟ\%^z-u?^䥗_ $*7RcFx䬦u2گgcq n/^{˸Q'rOA|Dk*W4j *I< ,L5Rz %|'ڞ*|1 =6#oVO[z(/CL)`cFnw]g:ˬH?- I&%9fԷ5T9՝wy"V1d(G!>̠w^g.Mh Z;gꭷvzg7r\.xSd4xGtӍٔ5|) oTt y闭^zjejʴ0\s7L GEZ_2GˍMXST4EnƦyiݺ}Dka3ᥞMM՟7L嬗<&%xƷA чl_Y6^zE:NIuַF_35ʔFz̳$hL>h>[H?z3?lTا_[ρ@QK6ŝ |x`DkH}Gi Hڲ :jk _UvU GGscߢN0?p>Xh0ι?UP? C6xBB5BӧzzXAwm I:X.uF=kKä`Y9JLl׎lGtЁZk燴>i|$)az]BRO{Z5_}sNSL0]Tb<3j֛6fK=5/7 %3ªyi 63~Хg0=F&nC̤`;L9#eþ (a=9.S}g#J@O;ςhc0|&-ԏ߫ߗ\<Ȓ2ByƖQ鳽/axfۑ!X# Fv|qJt34?rMBLy}kІXTi x'c~ޜ\k55{g֖dZצ~yYTY3j69:f 7c{S]mU췿%x> O5~[ՖI?|mkZ~Aϗ~c|{2/wɣ0q>Hnsav,BCtn?#RK-Ma16ֈ G g}1aÅҷwV]}w<ƫC[22;#O0>jt~i]ʹ3|Ǫ.i!u,:GxK?y)e?S2_gWarD OuQD]XKΣ_wHQ̒5?%}90:czz#sn:b?{ J2jnUbڢgW]v;[iܜ#|BmqLd,#z3h,gM3YX\!3,@:-0DS^\X cK]Ψh5G|՗ x tO5ʾJ3 '>:ɟgw]!%fjJ !yJ2jnUbZO3!Z*˨O|R?.g\d6}֝H0/p `@ cḨ;g3Z5@,^{c:}8f>'JUk? wA߮uz\/r*p%Bb}BKe9kdi_DsVϥh/5p%}⫺oaW^yWV:\s͵ҏSZjkӠ] E@ſ曆 :ɟD-f=YYT-A_j@:yMc<jǯ&-#HɴcvnR(9f%3|74.]P ,PW3W3V@3֚k1o:cCBKh YK@S\OehbR ^Ki&D@Kegyq6T1$Xl=3Ɩ̟q@E|{?f!#ȚC%:[nKgl uy j;LEu~ͤzeixzRYF͔:Xu)4"2ʌ @E*fBT|1wl[~A=ꑽO hNU"<%Ǩ1㻶쥗f}3c*1ԴZ*Y;F17>Gx9ށ1Bd!ġ5seU<,8AhVJ LJ,)b <9_Hymz— %RjYn)g ChNk?rġ(h+|klizK&%X^y%sKdxi__nyH Rs<Q$O>D4E? 4O63qɍXNp?)&Voߟ+O;>_G\ Z{iݺGb(M}T6f|^osh[P@UW-> /s2{=2s&[o C>Ƈn/k^r NaRO^7ec:s=HdSN1N΢>.ǣyI43-L}[z_=~}36~|t>zLűO?}{}a!*t'A)w_P 7t6Pd-+uՎNBr@` iF p < K ! %~ $H\=GT̟]uE _ڟG@|ߜA7mlx%eitm5/2W-k7+5Cd\B[-˃'&<toK6P+͓nR4%+@#,f?REmoN5X'xz Xc?9&`b_"Ԣ8_:v#6TƊ'$&,QAM&1XWbQQLb-hFEP)R- * Svfg{=vvvvfvv~q4d7  k)/ Ap4|N _I&)%yPZl_E~lB\ЂC0_SNe)wf]/m(EO4A[jz)GUWi^\0DTuᄏqiemx[&Jdf#_ᯰ)_`G|]1PV~mS } ^XSaUpᆐC+ߨc0@JVRQ~$_Cc/BJ ްCH2'ƌi̙+k;KB@t=?0no?//Ujg"@DBvC,H ݐy֮HDXT`*j)ex!,_#z x4LdgEBv@ݐ/\GpG6TƖoXaRM!a,Od۫WlРٞ{ᢃCfW\k):;/s(U-+Ȝ꿦wl=CO|՟ACHɒߗqg|5\#[h%x2*+gKad[n &F:XDɻ7u[Va"-IMbXMd *"ef[tÃ6F ~ xV :h]grjv*:$_nv_vO?dX#@7#=mǬGd"Hk\R7T1 TkO-O;`/bD*Ш i@:/ٳ?ꨰ5wߝ͆4jW@_"1FC>3mOȉX8Č||5`ѣGq՛b5ˏ!d!#0_03W,me4l,˨CIol`?_=`te@^͉3\@cÔ7gW5SQ>6|Im[L*gl )>3+־ /iǭz4FGÄBX3]ӕwv;Honsc:/P _r .PR)q&.$~'u?i$͋~ܒOb:MWb>ӟ t!Cob|R T/eհǿ:^}@v6SiE les$ߙgZʏPةD~5g̪-/iw# Fq1^3* 52y+XF ߜU(`K\fÕe6h?3j,t5 *?jA_SJD˜U3Z:MWYk~YǑN2^}T@_jdGWMvJJHN쏴r)nG8NU|H8^5v|Aͯ AITP}|]ҌBYg9̘1C=,;Զ 2ATn1p\_ s 9+AUv' "箝HO@?j4~Tge|g(,h2zX$_xrnW°J姅iSy%_p(&^ uAQ~Sm?v]OW [^fd=tF~6FO]j|;P8_.V|qyGmn N@ωh=s-=1X(-FGy,IrܚWA{'P?}|X_v3A@NDqq̿:l?tl($jgUKdѸ46i9h34Io?\X~A^Q|:l6y݃1n!,M9,Y)&% ^B_I~~j+h3<'舗^ A2_GxI*?c9Cnq(&x 3+m"bc0\~v#@2@G~cq!/̖C+~m8{aGGzsP|NDt{ v/%]V\1jW禿wア`xYgP/ M @ 󿭶R펿s~7p=[/ґu) s;H-P_/7;`_m啳5EHtOkVVZeO\ [ K,ŔxFzcv9#"BR$_0?[c5uOwK EjcmLo$E@ݤD1K|[p!x7)C_GźE,qUi+CXG3^eq(&x \򕶁va N>H(!_GÐwB|گU^c$ߦ+\A>F {8jAnݺV"ftd.[^ u'(Aq:%?^+ ZxPs i( $a,Po8X} 0p`Йiax@q'aZӄ+\C2_DdtM>D{SsWթ@\*-f#u]La- msxǻIbPdt_W~3nX[mUzh{ v ĥ{\>ɱXo==6O7p'ϟ2b`DŽ-r&% ^\6 ǫ|EXϗB [0xJo~~G,lN"WB-\WQc} s8#|V7 s#puU X ̋묳ֻۅHo/>ua}iIh*>2մi*[XO1$!,όL@ݤD͎qha_P$KG p<[J"b|~K'$ߩˮZ"=E|85S/ac eiWdُGða۵o| .aG}DAG*ugAZG`O¼ 1$T(/vnyr39ci6]a({ ٖcVuߣ>|~y%aN8I4p#e NP[AsG]z[N=!/x+c7a\"r x5hqA0$_,C h R4.HA*գe!Pͪg(d XM IeM8'} ^~?| >L|#6L>g'Bmڴ!d~_iGG`flL~xYp湤ۜf=鏃z/ԃ VКGIn'x9վ\Ɛ_]3@BDRȏy.(Q #k1 U6xq׸Z-c6?<R0qAVe#(tIPEya4_~>{4RTAۚAN5 y mva45(3 >@> /وZ|V+JҝhXN*˷|EmhqwG*W^!-?tbrXoA0*>@N)݅ kQ4.X`<4%$H0{+U#"4UϺB  8ɞ._#y, ODi\`zCSBR@ yz+ πׂz%U^Am3l)e9vmgկb\b.'}jUO|cGn6eX.>,]{mxNBo0qc9FuYkQD!0@B820X8H78qcK[Ѫ&\Q<4.HƁ/2{ Q >ƍ>^qgTGrr$ e[WwmA}8)ߧ3UYT(PlGڢaVKT?g?H"AH' xb+ !ad)&)<4.HƁ {FɩEg&N?yX` i]8۽U? Agus/,vQC[o5ѽݧ8܅wm)O%&) )>sGLA<* <B!&!]zq$.)z8(C7IEJϵp?ӕ˗'n3<9qAr`13}u5pgmd"EҸ }/"#y1A()IA@$QO˥?tSo_")_8 ;1UCrN㵸N~頜ϣYL9P/\v&kcHzU-R> l.{a@y睞UV/J"AI (+<4.*8Qg@(0/ ҇q` )<$}4.HƁR|ZqAƂ1v1y9ҐײH.ɩdI~d0,.i*X>H?i*(Cs+^/GCe#H #>L )p/|Ս^.;8򣵪[l톏̋/b;JaLg͚uY,.R мhE\a8ΡÁ݂P}/lR$~TS r޼y`^:c9pkf!"(`yL Ero^X̳~+_&Q>U־}{3jG%9 EQ~&2 (\4@3&7=q%].x;KoR?&&HD7 /7av<#?D90oსA.7ABo E.VGÀ|Din  мhl?C/'rQfq3v d~  ) X*/?p'WƼR=thCc8 P)Q:vP?ݵ 8_tEd Y-l8s3|#ț#p9d* d?2$[`(p,V#9咕9ov_h$ɋ;^]iO圢a%HU_RL (+`* X+?++dV'?hɐ]~;*0JD#+ڭL}̖<,NGV;=bRܽ/1K\.J4 6Zʺq}2.Pa IQ"_5#W^s9F/ OzUlJ2#Q9a^ ?foe-gH|Dg5'@R42/ a IQ-Qr7yI!5J"Ґ)A|. y6na1k w"Z~ uexJ"t Qmʯ A39Db2(k)_3Z1`s4L PO3g:VWYe쮻/\U2^' OWQZELQ=ФwI(g9R6|SODx;<)_seO>]]ظsl,m₄ږ_PgO=a)C"Ɛ DY"?^LQVĈPQ~dH@!yLdwfoJZʷQAj)_sX1*d je#H3rPZ}5\B-ߝ/ËAe~ūy2-%W5(C?hQO>%YL G ;J ǿN8Vwßdq nI5^AMW0*w#&&Ds?*:6zظKE0/[0a|5 .p /$s/MCd[@eaAy)j&s@ wu7}v3<"Ql `Vp䪫v׺U w]ja8T⢲7< ̕W\ ",Sa>-\#Jα(Y=0-W(B<b7XoVPl$+NW&;]/y8V&XXm! ۏ?8k߮?qN a1k Cu?}tz%_#v=/`WS5~~!ȗV¯z5t9nKvG+W~|'1 hLJA-5x`2fx\{M7R/jiu -m̵or^~y"`#Yvak;#a%Z\z*G ?l4vlΆA-9g_>",O~-Ll`~&XR1o曵Lxƅ^h o8_pIi15,J+bb|.caWd *vgk][ҊwV}r;Pp1Z! mc]X }FÎ2*J!c* gxa]G6-T A3gd;s~+ȱr@PĨQC?t$C`/w`]4h|aSVڼ@kt4pS_$-/ K:'NBX=#,냴$`;8w, gM0Tfl/;do:t0~<[ָ((wz͘ڵ+ ?̳܁ Z{^.e|Q>ggk-Y9g/[hFt{칇["Jjbdu[}¯uA-2GP3tp0)ܥ@)1u` E |-d@r=п?˦?Tb+v}a *bLˣݔSGO<\-?Jۺ8p#6w}TDXC#?|w/R 6ޤ[y'v4y;_mۻWƼLN[Ehc;?6 ߔ9+BrYwb=@V8@"ݼ;0].w0F|?^κkΝ|Jpkw˗qbAv[~IV\qE7AG/lIQMjVo|)ʫ5V[K/s}<^i_-^zIϞno*?Mhy9Z_lͷN8@믿þc7uҍ|q3nzbOO=:wDeWXw?'Hc;-Z̺wqON;xooۚ8`#W p70_M6>-ڒ6! !M:?O>xA<2s8o]{mצ]{7kL8 IJ+uyK4|VxG03B:C0f0W7~Oޞ?_9_a݉.W[ž پ];;9A͘1Ӎ|dGqۈ9|j|R0^$Bb }liLCp;mwa-RX8;:[snQO/]=v'OrMxn}v>hiK3s(B`G4DӮ}[7}{nKqA?qx~> h/Â{IoT=~:A1Φ'8n[ngsnj罏{Gs9ԿNvt!? /k/7|I~[s=a>|ǭZvqB"@YsOx8!Σfkww{B?ÎۓeퟋԸ`*?w0}nv>xuY$_|vva퉱ބ'!^>vbw+}&{u9eEYO wǝvp_ziSߤ1l>ոO,Yo~@IDAT&TSr,,\$*/$%=^B&t[n-r[o5/\x5ɽ4;՚km Ǐ~_]A]3 6OX媖.%aGꪫ.Scqߠdžn+έz0?؜ٳ?s9kܹ }RhJRka~#U|gt"\eUݴ7U@j0q(V|c$HE+jw!9 aiV/+SHY~(` :ޗ_ PvBucURsU:uZ}gmOW·?·Tc7vp<'-u7i- @)GAwwnO>uu2>/2 ac։,#(Y=C8`4 0$Aw;_pF+j} +"W\^ B-*[DVB+yj#a B7o_?8{Ԕ_]i ' ߈Y)f v֍fT+ӳs~\pwdo_8b+ Rޚvm#|oV2? "ahQu-[oE{n]T?ԋ/AײI;i(ŗP|]B Clu1em;aqMzXZ% s~uxsAUb n,Eեxd|cK¼U*Z.VX o7rJh#L@ M1W #pÍsXG[aޢa5vKI[HhX7^@ƶ"DBCfQΟ-j< G}L?YD7+?O~ߗ n\FZ܈U7ks `=\F"%3KhMRw +e @GȎ 5GRS1A0%4ZTMM6 Ч&מ94T*R g%; #PVa (oP|,; {L&(u]o6>euQ _AXTm˿v\<b8 (l2W*=umՀJhrYT%0(]3qaG%2v(\ CQ:F~('mjqkv}+w [Jh(+?C_ XQ? w[O~\Vj/S2%4L- ?gΜlAu!~#,$"+5"o_xOi1Vg˯u)S%T.+,El-!fa9l-/_>\FO DAIc|vD|(ynVQ݇^&9pI<(3ս!U(rJ(0Xq0bG }#%H8 B4N Mnbg_CѮ][crKJ/Yed [)ϟH*%;b \6Ys ͈I'x RP8 Ih_tE|.9c$[JCD9pI(a/8sK NB#@zv8~eSA15X $gB/|̄ ~kdZvfiELJ< @@V Sx]6E$ȱHB^ &Q*c(0y4Z+|cghL|fj8ȱHBa?_-~!'MTA%ρ @@[|a”.I׮+wV1оZV+\[12XmI/ר<&`E <)LjOR%D|%Tţƍ]?d }_=#e1QfRP`X}qOj9BZ\xTrh8x0v6]|ݶg#wxc_Pz˴x",Ѩ(0?(X% BX~գGѸXv9폺OGnr,m\ nlA< n=|u+?s*;vg-H& 8$Nfn)cq> _竲z{GmH!$wM;?PAIc'?^uУH$0DpADʹ$D&`2(01Б b|菨MJbpc' T7'Lxi(Șc'l*c$}zF@@;1q%%崋h( NG/%!ewFݹo38&.l8ȱHBW 6L ~G6o9.\z~_ߧOZWF< N 1x/8[y7~S'TƔou DQUEG\K@w菺y晔r3{PAIc'1nfm@},ygP= $8֟'! ,2|tU.urp~*m+y^m6FƗ6/?F[! gX^ ]>lܹK-W;6ثe\ t zr!}б=amrBbee \"r ]C6+֨-縹p$L.+oMwVO`(8 +6RRزq7Vn+w-{–иƟ]Un*w2^6mVh+S4ojpf"~&hbj)ͻ6t3 [->龂-vqK\mGu-肥+T>K?klG|c~*^mz|cdbbw >@Mm{ĔpsS.RK[ ,WTx%8q"a;6ssglI6ǫxV /[vP7lص|v,"ꫯAG lq}/$RPN /G`oX0ǮLw:Cѣż  V vixy-T_8?ts8;;HGf,>kUQQ[ZG0&7͜9ƣ\ύ6"?G4n&Ν:+txxϑ׶%G\{k*?6v8zq}_Ң~< v{6|ۨ+/6l'K]Ԝ_Wu8 ?;ע)6^~D8.-! Φ ,J @K(r% \1Ƙ\ E9[o:}V\- -?gqxI$$|BCSڿ\f?ހce+3fMwp~K2mBխBRuѷ~lshha <,s뭳ۼf;i᦯`!hK2(J&EBM@>03O@ ҦqNG(bLn I򃋨et~V]j@94ddyU Q/q=6^鷍3w iF(RN$u0,C8}3ɏ o7K'Ж/t5[1Ի41QDI X|Ԃv794+nz$?׀sΝj \viLǟ|^)=nIhWp=K.;+/5ؽ"t4oK-m%hHk$o]ƒIjշ'zupqnn}q<#^|qaoaxr_}Kchԙᭊ Ah Ç.!Z}ܝwI+uYɭNw iR `b"t 4i [/@,(""M?ydX$ԋt}`@xE" )}Ѽ5PId y|1sP탨(hl $RT^*@SMÎ "5p)'p="L+P"HGMۊi1RͣV' >j?<Ά_( SN9]K*GK R??w2t|UkNd=&oG?BG~]$7-LM7H*udh.Rɒ%u֮u+ER-e?(|ߏ߸ ~ASr <^~]yvϮCpd&~in8$bi_] 5 -V]O꿚G}Ҥe;P2pWqξm7om;أ=[?K{T`2 ͂)!aל2hξ ф -҉'T>[v_ODL@VaBSkiQ.aڟK*o/.Qiv[>J<1Ђ>+*ɇ9B4;TW.5L0 1v{8_~%Ziw|PB.Q |ȕp˿V^xE/9xÍ/ޞhyGpWMmYЗq+Iu4z|Ǻ6JSK3w?KQ65"3E\E@,rQi~ _~8s~/9ۘE "_igOHByEsWFO>x$gqo~&.r%tn!0XfmܶnVBB}.O,H[>1xi89K6G"\;O;묳4`/MA@*OJ9R/Ԅ?O?hD%L97q[˅͗>Cd!HS#2_~n cnsN:IPq H#O䟍ZG4܃"RB]۶c}3JKHlFwCq:>׭kW)u*)2,kII}u뮽[p͝wv"[lM4{Gg- %8|tlr7o.GyJ(?_ +G ${٫n)u IyM.O5NB٤qeEƘhF#w=w`$9; )SM7FvCP3SfnBo%=!TQdUUl'x,QϞ7 Z6|RRBCthP(gsCO;]sՁkNe]&n+-|'UW]jRcv#nAX`s%89@9s5'JMzbG#BPVFQ[b1Xѵ[WtRZp1@Ȟ CAW\Q=h /\w!<7޻Ոq~tn vڹ~`;8tYr몟UbUFe=ǟpȻ_Pzӵk^=Yi-# I2fx}?>'-k'QwWhlJQԒ%l"8=XZva1 .'(Wni$ mpI>BefK7cl$nw)'c71_|n+&/XQW?o׮m𫅪?U8xpeْ-ܴ?ohVSxYV%7fk'Ju$n3賢xQɗrZ|͸ Gq{ϗ2- զP&?_e{OP/Y絰8!ɶc=Ǖ_E‚x_%, mLl*!q'a%G?4^jC/RT2YHM饗>rQ^ziX(]%aVlg;g:}0{\K"67Oz/soYړwX~:UTtTl A| 56c)#jM! 1OWy;J.%E ) k+M>͓hbK/oNcFƖ˾Kp[ c=f?YLv;^ˋY[p[N&8uwuO=r˫Yotkdz{l/L:xewf̜~_`gt>*h  mZugm˨ nIGm{̿m_iSNsoIoj$ʆU?F͜5u0;|fҼ<>ӶMۈ4I/ kbF޽ݾ|1nojyW~&Xc 6ZQN9hYc5{ڷc}!lt$ԮM^x8]A3kL7룙c{K//c0'}ZZG#p3g`>wgtצm;S ;U\^~ _?m+P'?8!IىĂ e,>O 8٤P~K(|nS(L ܙ}ZAt4E+\ߎ9o> ,t~ ݣ?4PӤL?3#hҴ-.~q)C}@h6*n/nθpVnnqO7tk]"ۤ7i"84 @H#Y>ox 7vX7i +N?s/]w1Ɏ72Toۺ:_r;SB+v^m_~vUr g ʕ޿ʴL#Y>W/K-w>en}}V[m)E07u2 J_#{.-h1/uDFWH" +Dh ]JP҅m@&c$x4+g;JKbHA-^fmZ_/n?-T$BcwJwNk.Xj2-R#t-Ҭ#.69H"tQ"/ pi!g śFWH dBh1G91W?nd( +$2!+ٟ`'C L-('FJg;XF0Bb B!8ʉֺ|2Ȅbrbdnd( +$2!+ٟ`'C L-('FJg;Xm:^lȊ69H"4FJg;!`EV @1W?Z72OZ QNv֍ !`t@&Cp#xK.umr#3{$H1(7 ?}t7nXױ   ]]kIGߒFM _KTQsGDiSܪ 5\˭>J^P,?L1ڙS2 E@A$`[*$z.T +ٟ ApM\b-qW*KMXQV/&d$6ֆSbTd]v&?jl.]蜸k/oZB{s W\WlTsRH?64?*2Q0Ƥ_Xچs@NO"X**?c/iK_PH̘4H_!/Kz޿ J_#a$6tOM72׻Vp68׶m[R9"WW~ZfySZw),tyr$K4DlIG}E;},FjQ+M0SSg;8n:46L/X'N:67H~7m[bz]"ݐHS0_$MƷi2rq$KdDL/Pŭķi2Ԇjn&`Rm)v%MF@Zy(YDL/hۉZ4 yjdZjC5Sd70?Im;Q&#a PD<,g"l_ w PZJSJ<&iO\'P SJ<&ē|dfW_}mpovo}97p&[Qa׺6jgMsݺuQyL_tP-h-ϧQyL_jpCO[@ETMoSw%z }dSJ<&SG|z&2%*OoS|+SHloQyL7M0v^RtAUTG!M,Zk*3d$쯮 ?Oa?52aWn}y8zeXޛVp熨1Z(*vۺq??]qǹ%&ai@M%@c%W_%&`Zd/G5 hRh,rZk* DIjR"=$&R hJORM!?3Ľ$d]S И!x'? Ѧc1]S X H_` UR_h' \q!1 &T4f!^ڟ64Az8c9-50 |VRA@e. /HodW"r Jhs@$?ٿ9]NXm kzs9`%9Gvvڹ7xm&T(BV%RK_y"ƿ444ᢅ8UaQʩi-hlpAcN/\iH[F+eH/=uI4g |i9`%9`wzF4]i/ Q ]KbB .Xne ` C(Ʉш$I>(ٿ߮vqϏ|vz*q$RRP6tI[o92dꪫT搯J$զ+*?`4?zj_ЈJW ʖ>9r$2O!1Q G] eI_zahCR`]̮ESK϶3iSPֈ9bT(SK/?RBZ IFPLMOl?$na$zq{vE~MG<4+b,RAge֧Eޓ|Zl/7B#nIoJfZH0?iMh3kwy?<Bcnoܭ\߃iʞHigUyN.Ɵ,'utVS?B `'ͿSh g0"Hz 8#?soarTKW@6t? m.-0h l٤!TKCEboːXJ TZƐ r!"V|9$2??n8ŋqdp wݻw>v|ԩݻf=%" 6؀üfj ,p&Zvkp Y1c&gJ]VbB|*PYDgc\ Mp~8uh߭JA A!too„ ndGZv g;'l&OQ~TkYʟ3gIY$GS,@Viq0mpgv:;OmqmP6+ͻRJxd/t;p+׫nĉ"M뮻g}=p4$K,,1NR*3fps{'=_}~n;1$ 9!)1oΝ;B5Qwk. 44C?_Vyw]Jj<۴ipW띠_Uu\a%0h/ڶiXƎ;|ڷҵm sWu/hㆍ"IBNcJ @_l yb8,/n -$RQ J$BCRDSJf%|#!am3LG@ia ϲQ#[TISa!Jc f0jc1!d\p﹇ ;k 5(YP.Nd^Hl)]| 8#=wMUhyĮcrf|9jqԑXkt!4zF D89jA)eY!(?ɴr5`aеb;zËC<1 8k$NŲ0JhbkV-֦%{D%=F*?|nuףxa;u~ƌȋ#_pw0_/A%,tbuҽ @PO>v}w},dY vеfƬ.Ȩ_]ʿdءd 4!t5c?oq!… Hb#|[guʴ0jӜG'7¢3xboK>v1>aĖ.:> _}u<$7={^m֊{;t2r!}|a/k(e2I~R6" DBKjߟ gā>MOICƿ4Ah ϟic=^-iOZ ZOii;Qb;(t+>GH B~G;)/VyoEcL T#wwy=j84\_1i RKX ?=kT_ %T Rh=gɫ%qJTwVޗ@ YPk}1ކ҄{m/_D,BG|i-?.yE7>onQwXM裏}r_cؑ>"R4Cr2q:} p\bw3+\$sŬ1&:@VM7~zIdǕW^ ~fN[@:?|bh[d%'+>!>/Hul8&5 BŸ 5@8&5 BŸ 5@8&5 BŸ 5@8&5 BŸ 5@8&5 BŸ 5@8&5 BŸ 5@8&5 BŸ 5@8&5 BŸ 5@8&5 BŸ 5@8&5 BŸ 5@8&5 BŸ 5@8&5 BŸ 5@8&5 BŸ 5@8&5 BŸ 5@8&5 BŸ 5@8&5 BŸ 5@8&5 BŸ 5@ZGDT;{؍ƖXA%cb K,h'(]b;wwX%Λ}-Hl..ЖQZҚ0x.d eAD&r3"YmEQ.% ܌"Hֺ@[FDKhIk,7Hl..ЖQZҚ0x.d eAD&r3"YmEQ.% ܌"Hֺ@[FDKhIk,7Hl..ЖQZҚ0x.d eAD&r3"YmEQ.% ܌"Hֺ@[FDKhIk,7Hl..ЖQ  -ʸuXYGu~i ;\垸)>M`P17T&&6~ UlqW6nMϦnWXp_Ky1ss_5P:J& O?͂vmĨΥ;K/>Bb%ǿHTkLO6A6m I!*_y97cG=HMMl: =B׻mݚ6V\yŕpG .~u_;#qǝ%E)۠d.+Z G_ڏ0Aq$Ou[SOGL_0_ԷA~_y|a2#e?t݈_B_D;vDi%~1XaӐ5 ߋ4 43&-Ex=@r_3 ڡh]^N~eXqO2pǾ?}pˊO-?|-sz{yi` qͅop__uaR@ፀ=g&݈xy0[ C 8]RMaXGʛ>F[h13d`FKꗑRtuv%Ch3YWhetv&!x4 $_HR 3wQSIWC_8mxOfX _3yw\}Uco=W/t_uUF^ॗ_6i{۰JY3&> x|CZW\q|q#7zFXPZ6L:cyt=[eo@17M7ȯH۟ΚUx?n7/w {Z񇋚ks^ lwOYo]xɧϟ3s_??rNG+7yyC*돯?믯?? ۟r4 ='б)"GA^ZWb"B:0PͱO$"Lu%s<9&v*+1W}#&38)?_ah߾==<>=c?&b{ppb;B}!M'`!d 9s&~5|)*Zk,H:9㏍ӀϜ5 F Ͽ.Zkkc_di?i$xUMݲ./m80z0~9c&J*aޫp1K4ЫAjhu%ӧ}߇?&} v~>K/4{k~4@* T|`,кuk[_GUh֕):&BZ u%投ژj"Ji]Q+Y}x~ \cآV9 :r)裏9\xᅕgpwsۭ#Έ~lN9:wi? -rGajU!hK͸8?9OOVv.rai#[4{Lc֭+wygV"#!M?'w}u-%GT&0~ aҤO+={q*xdb4 ~#[ jU!nDH-jbjU!3e"T$㒊⹡Zd2*qIOCPPLj2`jɸ!xn(V5_f0Ld\RqST<7S /3Z&BE2.q*UML-"T8 Ԫ&Cp PK*jbjU!eSDH%i#UPTj/Yȴy#HV35"Ք' S2^y{F5u<&caj9П+VMZ+vcNl`XcK9ܸs2ruI gͩC9oUi۶ X#<2UV VSJ_veiMB?n*|a(o;xPkDwbuZW03OUk Ӝ]zm;UluWXf@@&z,UluUyXfV?O)6ٺ=",3OUǟZO=Rlu{0yZT-WayZh$zIc -_#h`ޫc=nc~Go 6dwa>Wa=Eep4ݿ? 6m_mw/1o9thX zm{wvRʨWDtoj`,|W<4 7z^&#~ cf$tU3t,&gY*0jvu2 7S2F<5}Gȅc?pI'gŗƛo_^| y?Ȱ*٦~60nv=CcN>8 _-h_r`nx<& VXayPGة#DGgLţb&N&~:%NW`9cq/}WrxuYp1G}QpyO W_h c#ՋϜwHE=g>ȿaz ?[X]wM^舞0tXve$?w)S78c=p XOLe ?mqDMQ6J4Nw'exTr_'< K.f>뮻25_5`fׯ~C[//)ST rue@Qђ;<0]OGL6-z+9.O>W=4`ptB$]Ocf7iL7- {c1Uh-'ߩ>/۲o x8j0=#JՖ[I/-"å7mj:oi Z矏}6lAl#Tvo=:_xdƦncuu׫-QWA[C0ƌ9;P42=+tfIW_=ߵʗ^upNwӳ ߈45_QH yHB>jMtlڜ[fe*y=r쏛nBB#:X/'%~De%].2f.԰UXU3L03G#j)0dw~4)U^rG⢱HKېI4b:PT’\XKkcEN,/ث@QKr51j8j:PTĒb .aUh:$XKkcEN,/ث@QKr51j8j:PTĒb .aUh:$XKkcEN,/ث@QKr51j8j:PTĒb .aUh:$XKkcEN,/ث@QK1؟[TSoզbVÏM1{Lr*R 00J-SH=EmӧuoaVÏM1s?AA?_xѣ/J,<4ٜ(|)Ds/p$5% L#RK4Rpj74-m&@LJfͬ:џjnZ:-ٍIAA1Tڄ4?\G!Jv=JRkL7J-SH]NM~@c` {u 5 (k϶ %`Ra`7hBb2|OG~{7Rl kPL![Zܸ]7pM2(`R 00J-SHpf[ 0IxG_Z~d__^{7qTU,/fJ-SHIA, SCĉ+t+lTv, TS$<[>ˬ3g|[i>:Z o5x'X7Ye@``Z)k϶ %`Ҭ_?G>-_FQk-10Z)7F&+A"9&=fT{Dh)$ZxַTjSO [nS~ RK4҄l3kΛvͱ2`L < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4x-\VdL < ?RK4xa*S~љˀRBjT\a&`£aXcJ䈕Bu(&n=aI*1p#*ӖIk~7ګB}eAgZO<hXdE᪫;Cms+`{f:~mx :=k&APXLR g!o|jo}c)vqG/ov23,t/u8Ђ c߃h{8pX>Y84N %M K=ғy\M/|cB'GLsU ig2IiR Ku)$ w Րǩ?:vģWr{as<裰SW|DT\p2>X8sϭ~KxRGi s4#+xz{(_C *֛o(?駟HZ8:k3Gg}VA'1*xfyxT ] Fm24rHXgQO00KMmA"=~`x9=~i 9LM Ks&Fwkg@GQ8p \xc,}_s9^~%A|,I޽am@Nϙ~;W'Lr '_!+ǓxIX;XxuOڣjM0&,V2J+c9 w8\')ǜ^$z’NꫣaqXin1j:=(i{\sJ;IO(_|u?o / )Zʧ Ԅ{d-4(M/=噜<|.Y$"f6۞{ 7r3o@26Tmў~fyS7i-ev%!2DqYX xKjka{G]vnJ^@L<yYkۦ-07`>(81g3 RÆ6Oxt{XaVmڴa*QrBou׃z881gXqa,j> X \kQ"slV$ Rif=4 a18WZ fΚrx}]~Le!r\#)"OF  ;7ݜ!`'bFܨ7:G$lR֙g;E8 ,wllI,~DT +IM׮KFwaK2qV5o_ᆝЕDIU6!IA-#~?A! =WWGʬ/<zF2YEC[SwLԨ%cZc~-Xk6 k7򍁥uKsSH>U2؂_R(XA7R ڎ?)2nyV wo5XnYX Z%"AK")"&kX6dIa`ɻlx9&#,!ftm*[$l1dƏmS"eC???!g6~,xm5x,x/FcTk0% GR.2c|E's79} :Bj^uQb#_ k$e8uD$$?'oQ"-'@_0cgsvş–ի/x[K=XSO??Os#<{DŽ91x0Zw?ZOOg죏>'4mzMz%Ulv>S?醗QS}mO?_9FUzƥШUaW_yz[A+4hZ8tm\u啌O_9_; >mt(il?\y`͟stmaAL-nǗk9 G042g ƈn)& yq)nچ6U0;IiԈF\+g`2z*|I,ͯ{'<' v#H"HA( Rn?3 't^{WEp+<GXnHnOiKmO>d8SXvwhJAt} Y8O>~)ZGl_6`i>f J[xɒN{`p 4ӉA@@s2OSF#F< Wh3_|!d1^\N / |'/pOMJ Ld:{2޻wox ,_{>pz_>x,% [nYvHl]^={A^ᖑ/DӔQ;:h楯O_ uutoKwROQ_jp~1?ۿ).,lk?otX΃?]~ϹG] y`BW`%.+%=(o9J]ba>DhCp0dZ/r27S 84F̿INo ?Lvȸ)xJ<mc] رyqpha7Cbc ֚[Ìa'E<"{c/x5|]k}{=a6=pX8ᒋ/Mcۦg7Q87d5|a0nHKxAp%:ETݽj0 m|U>{<=Y4n1?9܅_t针•f?C=sIW#^lkv `f/ہ}DJl[,)XB[`w&Xh ?qe%m;`A,Q]\ye8p!ir+7 ,˃,I{MU(LBcDJ,矐D2gl8,< _U)L=ArQ$TS2;8:daaMtHkdśJ7a70x/4rmhYt4 ىLEhxLi_)? _pvWx Xi$]v;l_̿=i~oŠ+X54t m3qyw߅_a;ߺ O=GC_.~=kx7>9*Ù8緿OWW~[O>䯠)wLc|&Ͽ1P:͗I\2미h gqM6N'\ȓmc [YRfPq3>f%1mlN.N(HxEWF?$"7چӉ䔈dBH^K% ]cbC 1icwŸ(`E1%Ęq1iCB,/drjһ.< ]"_妛Ys΁:*z}22!X=IqG5iMկ7r ~6pq t Ӎ ن6aߦu96Lģa/Rݖ>CV{W/ / o R+!ERK?Ʊx|0z-4OU)zկn9x#ȓO):;R_t& *})硇bV` xRgqYsGkѣGqo6,; D:8Ӱ?uJ{*e'وpe R;, |3e ?dMO>57}z\)rR+6G% a3OeՊ4> !V==e/%3|T&} _j/ QQXE+ZƟ?U|% $5dm6_|<8b ʹj_U$&h0__Ý[7(ݞ*KF ^_{`|@ %s-D>6'KF ]qe(lTcTE8x+&lx)nfW|F;,*t3 x4 yCP<&x(Ah/v/Y/E#FoO<_}|d"uCs=?"g^T4F7V? tlF0|ï\uI}{9;M}̅LWa柸50d_&J_S9'&'s8o`5T6~::h?84wy# Cװnݫl,SU`TOb3Ϝ3n8AB:tɓ'Kx# 殹(??nLQg0ׯpJhLlh)gT+r1 #˰z/~g67iR88lGSdN߿?]75%3ǿ?8xFcb+,4! ]n} FcbSFKa< ]nnfЌ@52Z $Uru3CfBјؔR$B_`*4#rĦx&IbkPk4&6e3I;Xf \1)0IR.Z73ThF M-L*tֺB3!hLlh)gT/v FcbSFKa< ]nnfЌ@52Z $Uru3CfBјؔR$BW4!ېH/X8/+łB5C=W@~p} cv9W#ƚz6=<8^R[o?piWDxa8UUQGLm]ڌAw!|6F 3A'D -݆꯲q#O7m۶anKc+3ǯեsxhF'8gףЉc?ǎ} oA.ރxTyKq@IDAT ̉iw15;q5tAF0-?G|.럅ZhA:u*{_ꗌGͨ7oum^zE޽{s=/զukkr\ 7oX^^V[ W\~@rHϞ`ȗYX4DQ& Л$ G|.?{KHt ;Qg qX3ۿOqfzќoaԉĈCn7Iv 9VU[։T+E/.]6(e1S~lY,a֟arO@̑Tv;.VW {YXs5|sĸI5B?[\cvfUq-_竪P2棱͑F[r/OZ1VUikO/\GDlCEP PC?O4 [n9jWcvč7|3CM`w3!}pGdV`(QU*1:_}]ϧEH=܇{wı`:{d9Z@g|M?nd*#QS0ͿIX폆(5Z ."ԩ۰X<[ƥH .$cQ)3|ĕə 60x􅃇" f">['dQ"'TECI'zi\`OX‚<BG9cӻ.~g ,N:\V{D L2D?i V!zxm ڵ+RN Ѹo.W[Ǝo~Na\$x8ΑupucEAUXhUӊhK_Mt7߂oMxqp#&>_6ZG`hքdܹIYTu풪!0rbreܹ3 )JQ2 {2GdLQ??)1vҐQ= 2 ^{-xwZj=zMDS/[hh_Ź+a$M_-Szq9.#اQ$< |IcG+ıcRJ?:o`Iޤ>ǟ'r|h1\mۦ-by_T7Vޓ SWI4+?lXtEa.,nzq[b_ho^xf iSjN]5)>1}.pw2r- Q^(ジQ>}6O&ҡU!( 2E)?~ftڥ+ ~O/>x^y%ވc8K.* SnETSWu]'{]Iu?z1q#5MZYf)RR}N{܊C^{ 7T 8N.TM}N{{3UBJ.L?%^BJOHIeڳ즤ut_(`[Ni~.Cuv.fx*_c_G&|]V[naU4JF/Oh~{%5bd횫C]m2ghq7'ԂV G&9g_9 YgURLĚaVA?Nv:>p \u_h6EeYxҁQ_ʥapg>c0ra7]yՕ/ZSXEle$ FԀy[0UJR˘S{DMGW xzXvŠ&C}ou w dž06RA<<dyeƷ3ΆeLǑp W*@r9g*ry1cL8眳NqOV+C:,|0}Y|M/ uT %)?sυO? L" C_p 54WY`-Fj?wxLm@/ ~ [=tT(^n&N:ұ62Uj-ן: 믻F*̘NOZr%ao·%V)#柷uj^ppuQ^/R!υC敏`N=;+pvMȅc` [\.$t\n]C ذ!6o8 nbuLQǞT=mϭgwu5S\³/,O8FTe㷓.PB+pOt}&0 }gU9mm1JTBӄhK'v/_| ~:O2~Tr6q{5zW~ <=zBz~jvT뺧0d?돯 P`&9J?WC YJD*)'эߕ72P 4Xx7C|ؾ@,R_µ—=#X4Av䫥Ux?=x;C@{X"ЭR;oJ]ž>3rD$g.)gcOƎ ?:^xaWű)VMj~I+QP9;PS?}5a$s4}a5׀Ż.ZLDB9kNWڷok&t5GE5Ӧo >_=ӧMXڵm m1tQΝ3K|?}4>ʆ6,hgo$kݪ5Jxl n2'wX\wSrC#4ɓ_+tDZ9ɿ[z_ϿsZ`uU-,%UC̅?ԫJ@RN?4N<(4 VRUN?4_w KʖTFbvyDQDDR,[2#3vӥ/"y# K4ưן蝅D-%_7"y# K4ư([HK.׿d42n<N:dܠZ/XKI ?l)L  i,A\/b?3Uň YVźǟǟǟYB* @Z-`ܥHNPc 3?RʋDϿEA$f~ ?_Fd?¨'BnKôi`d v뭰.>W\GEWX3Fʸ|XG مۈ#G ۷$#V}14'm!IiGa(6l4.N+=yn6/wZ^ۿO-*~pݵׅ U_LmUW]ylXHZtj6"״o\w37z?e_ս<5+_xEXk5Qi߾a4it8̘1 6`=xgIm}sbNF$Ll'V" %+EE?lW5&']:W1럯~HQR"OVLzyZLx__}?;R->7e#F:Eh9yjvn_`S& ]?N8a̿]v-rcdc+_5yX O$P|mNj ddwM?Z%05&}ڊ3ςc=&F:y~!FywmW\_o B2bZ0Rja i#tS&[=y~0 WX ?wm6YkT|?_|ߟU?Qh s4ŢB~_} )0[',F"6*Hֺ@[L0_~y2e ЪU+_Xfe0',*EM)֭f)5\'LUcVpKI1LƂyފ#]t,nצ5~đP$t#J}$,,E2 \BKZfEbsu*WZ{ / YC.aqĴ`uYiI4$ K5 k?[n%>F zW{|Zw-Agu&2Uha~ u({;#t?!DR\րz}#'רǥ>\|S@͘17|ҹ =fΚq>dp؀=8ۅ<cdܬU}O?Â?\pMF0"&)??q~Фϟ-I@9a7ZCI="3S/k=:k%8J)GMaVEe~* #'="żu?1&3AK|ga2kγU/6 j@o<-[x#BkRSlw6? ?_|_h') MaԒ@t>MPH0ǠE˸b*RI^0c9aǿxO?Cb*IY7arKϿ=#YA? ,ֹ3lfG)T@ I,E%])&,D_ 1V~$<yB|#z{PIWTb Ӗ?󗍟+=c)TՔWQac_$HE^ZWb9Ȟ\?Z lQWZdJ b'PZWb9(32~6Z@X{́ǟ'4<>}_% 0%26U_3h@(+1yMֈ>3<,Oͣf=ԸHD&Ͽ=åDnq?<ư!$ T_|d[$dͩC&?y vxS̟]*gJcuF.,]t~?_\$GD`ȯr"J46*DOX}\?aKMqʫ0Wf ??}i3D16*DO2[x_͐ŵĶ)Py&zޕ_Ͽ94+h!4he2IJY?${Di Qos?K+)Ϲy}|0jq_ 2t`7DZ>?Ū*?bF @:Sa}'XUGBi+D3ͿŪ*b&.9*Xb?}9@^>ϛ >QJ V^F^OqM<W/={~_~_~_ko|AN*35U_~_Avc̊@ vwGJe|R>xY|~}:7m?3P'?.DzsG\1-9E4*J\,柕 ϼ1Xʫ.yGݚ}BS >^enYuY*KXUbqIRti2"&\LGm9¬wrk5*dq3 MEC+jaY*qHR&]????MW)z5}4S;7;d5VJcq<K~+Z yi -PBE9u/(6z*aKRv_d#Jg-S /YSع5)# }0r6*:mN%$&Umj1FN2T ymލ /%,EBx6Z ;ȍ;Uqi| Uۜ!;Ȍk=Uq_eZdYiN܀cG +l_8X+̿4ȌWb @q?\  ?<bi 87aKguvZdfa|1~: UN!Zc*|C?铏\:|΃_Ⱥ('=8npTMB>J1Q5Wd 8J1Q5Wd 8J1Q5Wd 8J1Q5Wd 8J1Q5Wd 8J1Q5Wd 8J1Q5Wd 8J1Q5Wd 8J1Q5Wd 8J1Q5Wd 8J1Q5Wd 8J1Q5Wd 8J1Q5Wd 8J1Q5Wd 8J1Q5Wd 8J1Q5Wd 8J1Q5Wd 8J1Q5Wd 8J1Q5Wd ϔŃ6!:ulTRXaz;?r9<Ls^T 71{x>?^T 77nxPI=x/Jx?<xx>?^T 7<0K y ?j>53` Ϲ;3߿W=ͿV3Dä̵x>??q1~8裯 4Z_L篹/_?3=yR%Pzx\yOy6lEXVP4}+БR.`;|dt#S]%VP2'B@ן7H[9Dy;dS@nV X; !kv~kGuKė}||XH,UQ(~kmʼnsRX;P2WXb7?V kgUJt[q"t\Ϊ( qwUVCiM&㏟/ PX^[3r}\|=9_A᩺5#;(k8ՇTˋSukFv?l(.S)S;֌s\} tNNf^TݚͿ_]`Tݚ?|sdsr2󒠧֌l5Ϳ7Bx뜜̼$詺5#Ϳ_/އ)7~#HR>O|J9Bʉi-@Iܠ=_Ysy[qS@{%q.|||.X f0ŖmZ8C-'`if {+(tc1]0? `-mmfq8[Y1N̿SYl} q.X [ڶJkJ@VK[>OK̰WZ P7rc`a)7ϏAKm}Ϙ8 =^_Z|/"-Pןtnep;^{>Q#?篸 ujtxtyF?o2<yu/_?5o\vC{xu>FoYeL`3‹Ϩn*1etH;\ #AԜ?3Hޏg\ πKO_$g1gIysY(<. <ͿkU%A&?\"e@ 44Fb̿_Wypg031Ϳ_YdE!\ πKOo$k5gIysY(<. <Ϳ[#yҵ/jt_`hSf糗{ `8c捑P,DjA/ϟ#<t P,<y,lkOϟ?.VP,?=zyf ]=f6<{;oi b)"괄3iЯ /~ 9`o?_QBFzL̐V>S@:!^{3FɗNiU̿_|!tJK#̿'f 5/H/{Ϳ_oQBFz'w$F(]zZ ?N Oo(}>\H)ص4ujLt{|tlVޯtU:Qך֫o(]?_M34۪>U!o(]?ן/3A%UnFʩz ki9ڪ>U!1o(]?ן/3A%UnFʩz ki9ڪ>U!1o(]?__ GW3FR j>[җο/Sɂ@ c;q;;[`U%f/}C:X?OTc-ɒ@ S.}.[0Ͽ??????BK_&c>[suuuuwZg}A?"y a#ɚ0 _i)Co^^wsBIF?$'yYSX8}GV ySy)FE3?<x8#-^Ǚ5*rxb'/(G'ߗBrqqA~t~ϧ-o<K#fg|~2hKBo5uA]/|n5d= ݚ9uChՐ{ו!պ9uz!4jȽʐjݜ:H o5ueHxnNޅwͷr2$Z7R;[ w]^SwBܻ ͩԻVC]WWA]x|!+Cus .ChՐ{ו!պ9uz!4jȽʐjݜ:H o5ueHxnNޅwͷr2$Z7R;[ w]^SwBܻ ͩԻVC]WWA]x|!+Cus .ChՐ{ו!պ9uz!4jȽʐjݜ:H o5ueHxnNޅwͷr2$Z7R;[ w]^SwBܻ ͩԻVC]WWA]x|!+Cus .ChՐ{ו!պ9uz!4jȽʐjݜ:H o5ueHxnNޅwͷr2$Z7R;[ w]^SwBܻ ͩԻVC]WWA]x|!+Cus .ChՐ{)j TIDATו!պ9uz!4jȽʐjݜ:H o5ueHxnNޅwͷr2$Z7R;[ w]^SwBܻ ͩԻVC]WWA]x|!+Cus .ChՐ{ו!պ9uz!4jȽʐjݜ:H o5ueHxnNޅwͷr2$Z7R;[ w]^SwBܻ ͩԻVC]WWA]x|!+Cus .ChՐ{ו!պ9uz!4jȽʐjݜ:H o5ueHxnNޅwͷr2$Z7R;[ w]^SwBܻ ͩԻVC]WWA]x|!+Cus .ChՐ{ו!պ9uz!4jȽʐjݜ:H o5ueHxnNޅwͷr2$Z7R;[ w]^SwBܻ ͩԻVC]WWA]x|!+Cus .ChՐ{ו!պ9uz!4jȽʐSH( i#/WWSr|֧CopR١}/?*XYdן's}$?d<-ոߩERyx3F^x<ItJ/_;ŸQTSfn OPhkDո6P Pƥ2̿tjmx(JkR+9+Z :M١tq_4jEB(_?KDt!!ס!Zvb"#}~4-ɫ7'HD;_BqdןS"b5Q <T*$7?"«<y:FONR!.Ȟ<yg܁ |L6"~V*$[U".z-#S|Y4L}>P݅:c,"r- LI2fTt>ro Δ?_Wwk=Ci3oOk>'@;S(VY2<T*:k;24/__<M8(EIWJ~ h:W*VU+%|Lz8$@v_e(Ͼ7U}WQ@mePƒڮ?ןo[*Cy!=i(||"$g2gߛ ߿J27e ݉}ޑAb=̿U , o fAzZc @g2gߛ ߿J27e ݉?&E${s!=ȚOUKEr[*CyiIz~=pM9uw>:^/֪XEW^|򳴮?OE>ìţ SE 2=/???<dGahT0<,?[0kQ4SEc  ?xq-y()բ d{!4 ;]zդ- ,粴pʊ}~KQ׷%r}\Q9vX.cBee ^ ? $wh54xsq&ͿZ׃=J"RYke$X,"DTV6./*c)NPb}(/]^DUS |P^ <5;/\?`rt@EϿY +`m̀~Vfrΰ;Ot߿ ?`c#v2Xd3TԠ\QmgjK1Ff_:9Mk5NMa7]ȃ rGzcjTOՓodCoM]/ /.ΖIENDB`cascadia-code-2102.03/images/cascadia-code.png000066400000000000000000000252711401101653000207320ustar00rootroot00000000000000PNG  IHDRc|-tEXtSoftwareAdobe ImageReadyqe<(iTXtXML:com.adobe.xmp #D''IDATxU#=a7Cq0`L@@DZǟ[V.-0nU[G!BɎB!B !B!B!j}B!B>!B!ZB!j}B!B>!B!ZB!BO!B'B!PB!BO!B'j>/C!Z ʟf___u/zP+B !D¾1ϭ?ՕF`?!$<"fkZB: Ã' >!PBI|n. \.YuBO!$^Vl₵G!3NF/lQB)X,:^^^됴k+1~a0Oz~~Hl䐊{hDO!6NCȀ5Mx||,~?88($u?oSsx|Úd21 MlϬ@߻qU׻XCO:Hk߿[{(l"\6B QAzj @rF%$sQ !~ L1uf<?==A|'YS89BH@] (mJ⏎ [A@B/D#^__|Wc)}}3`c-Pxjf, 㹻Mv6a.U///\#d:\fr)_}Nq ~-0au%ആaD9BHPp^&eJF5_jҌߵX,u}}]L@-Rb B'YM躱a*]'!VY,[a$nIK蟝1P/Rwsx\( !]f@1Nr^,~ &~` Y͸ku! YW{LfŁ~"k E?ڀk$c\%]^^FG`'BQd!i?s2 \u⠉Q<jʷ5M Uj<˷Y߹$0 .//\%<==QǩX1hx줤|T&ט' y>>>>0R,/`PjI&laiXt[ۂe/ π'53A(dFsB枏z ^hŮy*:FkD⁶T>*UmDT Oucl%`(Jǃ9 n0iZ]{}}h#FnSۉ]k]{1x-0vR8rQ BX*Vð5In˪qhWQPS[JcF^~.BLao]+Qr-/(GC %},ڐF_Ď˗1/EHl/U4cm>0!ny}LfB;LJ CRg8$`P_.aUL7=E{`F!LSKrҲ`bt<8p(-\OtU:eiIgwʈ/DnRd\RgݵEto/[ ɖSHT6YjҖA| fS3$gEsŮ= @}GD 4. ǐs71s5a>ēCS/єwlgN5cGk3Z4XE:&LwӪLN^wfAgҺZLjr8NRk^W_ǮsH([:"6&efd9x/UTᐌI^^^]O(zl< ~ssE\0kkQ Ѿ,b [uI̢5= >|amqd@rÂyaL{A| @9RlVbյEeTqppOY<0Pue'c*칾O3^j)٨pbZRƐ6#FBA1CANOO:2bk\CS6k >]__-n7j޼N2H6l4Vm il-ޝg9̭MG(2ƋMZ{U}nai82 O6I΃n7"EBNMh `啝h\ /14 w u%mtmykR'Ler4,/B3ƼQך'Ssͪ&>4/d ߆  VB'6E[جEĹǦO[;1|^/ۢ}h4mꩤ$Zuj}"VZN!e-l.0I|֧-{gggBA zDScIÎ`QoE 8ԔZ.WE&Mپ{,\#Z@ }!K\i|fIHKrBvas|~~{8Z.\`BaOil{||ēO')!b٧ !ssqǐEʨG|]pgs2@5#E9ZJJ1u8IPB;RH8τ̡IC?9I_~|Rbbf\\3H$6s_˙[@/<\l~aer[c"٧6 v.[30 q> oðyXG5ы& ($;=+͵~Gx.5,Iꗛ ۟GW=YvYdfnWD0$聑l:0 Ѣs]"][X06xt-[VX#SN[Aݨ#a|d|pwh !#e^XnM'~danI5#q}|1wH*LPw<'QF.,_${j]JM0iS^pkJPpR c4igj@i5~ݝP@+8>ŬVvQg_>m'WqG rE]λ`bb///PK`^t@,{)!!Ng0Mp4Įy^룀P&~_]-l nFXD?>>!CޞQ$X,f=$V$_aHDQ*q'F_> .ɺJbN-Hy% ;_~]__;âlv2JMީ4S_.:}"gr=Z2.,Fc|e:G`!}zìw3OXᜪ$Acb48!7_D%0lcևd7w-bv`Ƈ0o Zj} ~ N_r eD7[ﱲF4CO;CWz t֚0ISG5&e:?keBoa$>N`W){~BZ_^lY!y< TJ?l\كENVrryyɝ>? x<ctly`&&;/#tWC|/Ƞu+O6K&cƲXW9 ܯ >$hzpa:%FG5]ֻJ|X.֡T@A˜c?"} Q6&0#<q NZrj9Kuh}FQۘiU`r[oJ@vaWBiIyߺ쩪f)vEa?IgV&Hq)L&7+/\/6T6mW`SNq j}uHW~]^ʉxA84HۻXj0ٍ|H!~Rj}Xf]_]]Esxx(///6Fvɴy&>INm= ZN:>'Rm9H79Ij^Jn*̑5%;I|$.Bd0z2>(,6e,S/ ם|rssD)Tэv߿6:~S8c+swwWY0ߙr}}U|XtZeb}|{Sy ;P$vp@7,jϭzl `΍".To]̣cfjȆx|rދ?{`~7=ߎ%ON6iA+XvH:RԦxAZϟ?a&Wﺽu^Z?w8eBZߓ-O _)uD4[2u6BI];C'tӣѪh8RL! y3DI?8kh. n#:N"6lJ|~V%n-X1se64W] Gx1 G|3@uN0JVU`BK/aGuG_,^'Ruee]JC~= ,;dTtQGk\ZxMqsL9Ic5n"$l~zQ jNH4o YS*5r,ݷ? p/髃vR 7lHMSAv5cH5*E1&C)Ln+-[!OG;/q u'Kcle7% &)uT"5P+Z?@hJJ6Φ.jP7EsE͞wQ&[>nyė[Wq06ҫ֏g ݣ~F3INdŗe gChh>ANoWKh8LA|L@ y*H^hE Z&p:hc]y4 :5>MF-jvfͬưb[\#1yt+VGBT^^8u2Xso`׳9hd 9r .#I4BmU~~E\C̷襕:1Rں/rzjOUdQ&16PӦZPhxB/ ո&K=WIËeA]oop;H1BUa`;OG1QqJ ]p&G}C"(37zE#W]wYbm$v?(IPaљ񋡶QH.P~Psl J:!Yv& 2ITY=qXGJk_^\ԕotYmÈM;d"0@ w/Hrjnlvp`v J1!B!B!B !B!B!j}B!B>!B!ZB!j}B!B>!B!ZB!BO!B'B!PB!BO!B'B!PB!B !B!B!j}B!B !B!B!j}B!B>!B!ZB!R 0smh\Õ"IENDB`cascadia-code-2102.03/images/intellij-ide-2019-font-settings.png000066400000000000000000002662741401101653000240500ustar00rootroot00000000000000PNG  IHDRvsRGBgAMA a pHYsttfxIDATx^ |՝[[o-%- ! d $s%@rg7dB2 3yyw@H2& $!KEbE^Ŷ,SU]jZer۟]NSU_r-Y0fDF̕.CZ[[5\.|xrcq:e)Vv. yB.$2v ɤHv ..5<:ŧm?T^R:w胑m)W5@,.5ϳ1ZW)qө󂳂'q>\߄6\hgrT&:*.ce~goHPת_V`H8;m.؁:ߑV|ho!9.klU9{jC)OaHg:wgϯ2\rZO+=mѻ* steXA`Lse\jnJMEsb]eSF679fY]u>&s%wҢc4.cܠϩ}ݫ%nG_~mj=VZuқv'ke^r%؍h? 6edkQI87ºKjՍMIJ}mڥ[[Ӕ6*n6݄ʳc ]:;^>}eKo]T  F JbHis2BsTSzMpEofN>v(LϾyZe}CtF'NoflcO#۔xݣ}d3F17O+Դx2'kY'2vC#%%Eު=u#?^9gc2pjXׂK ۭsEmK5y )U\FRԡ1:ѥRz,iiTLјf=b߬M. o='Ś `>韡g˟YVm\XҢ8:̘}DX79۷iN)Ӯ3CǴ}aV vtge ` Z}YǴoױ|VpY["uj5դ,dV͈:7nFe. mKR]j3 #R,]ki?_1uoj]>U1  1 _U}A}GS蒫s:cJju/Ϋ;{?Ԅ%3çȿiJf(SA;뷎l\ ,Lɐλ˹Rҕ{X2f[J9UlE*FSZb@<`x8DJk9]u)ic5rhgpc*H2v ɸ,^bxn5_p9Ek]ǥf I.$d@! I.$d@! IƵ`v)߈efȑN `|A::u\jvQ1S5eG))xMl$*ҨQ#ѡ7vgKpcK8;mD9Ru.]rJ5rey֦SNipcKx1G̹su`Xϧ .* yz~Mf1I|=d-s&9`($ص$y9j%z__=oweQ,-`>!lv~355#˛u=mWV/>gjopJw%y0$q ̀2vhxW^y˲wTlS{Ck!ļ? Pg燪yy@tqj0KJ~z|v|B55ڵ.LsNnՎUVӚ"Genv5ɩJ7vz557[GM.h{VyMh_]x@kjRy^V\х -8[oLFCjZX]]ƚq$!a۫[t>Q}Sڽ}>ܯ^oL0\\9oYgBC7xIazשSɀv9cN'OeT5&8'ck E^S_ˣ%+,YAm?zN?P?w'jтzgkΞ=Dak%2x3 zduԨQ9@'ёUjk:eCc(xθ)\m~ݸ%&0Dh?e5 !N@Y ( !՟\ҿ;O9Wz{d` d ~`wҔi:Ңǜ]xQ>9)\U@Fg]2a'^; 9r(۰<N@`=;nG :QߟtI&DR׌@=5@^ѕMi!ڛU{jz/e?Y}Їfg@c…V5Z));neKqNMst˜nˤppdؠ{j=tz˟QnAFc3rM>$*<Nևur>?iIs򏵯ƩY~yt챷Yco|u)V"MDRL4Ǘ䙘]jowJtT=ݨwnsgtdTͳ͚]ΞQKs|wd6bD2p:C,NKsJzvSLoiVӹzGGا/1$ nc0sgN+KM/k}؛]jkSՁ=:\]=TU ϫ>+O=>0Qn[ilun-\,K!VWG4z͘[4YgϜ־w裪09yw%bǫbpM47< $bH2veͱ;nS ˰v-Vpr:|@<=kin:<7a8Uahȑ`0Xϫ+@<잿pQǎ#OU ^[\NQƌNՔI6uariԨjЉtBoGFp`2"%E5rdSv55_Хv ( ^v%<.`x$C` ]H2v $C` ]H2v`m /Zxu|&+Pĩpp׸d@! I.$dWaxU=`-^]P?3/0-WQ"ɝ|s+> ,^bxn5_p9E7{*n?RV '2oFzv].=ZYf4jziK^W1 wx5 s/pkަlgo'N SnDt|{CksSz98-n8÷$5UYm(o]7sgb׿Cp{y-WTk j}Ga>ז.$ο=Yٵ25~cmrbetZկkUvFf"+%2N_}C/Utf[vu5;e9~tA}?d ^?㈴/\c[ _Tg񊌣.Naݥ|깘ƑKVˋZםykks{,e_6y,Ц8p#c.%%EG O6]X4Q]sXew&$~Y`^@, MԲp08R7z\4QN*/mںf=qX`cf<4*2 w_8z!ɓɤ휆 +|4O~"=EXׂVznc=w^WE276S~|`x4u6@*]Fk=-63 Rp76(DɎ1W9-! ,vY:JݳN#zjUe]/_J|R3oob[ŲUcv_ Fw۞]rzn9 V7Xi2T,^qz{y5*`ئ7LDۋ:ǡPCtW RlkAUdE;mbz:o!f>:qc>-ѥKtT23ҝBU /lލGI~8f|ϣ_nn=ʊeg>֔ΖW*ߡ5}#z &Axeg>v=u@ @ q9~} 5o8Wޫ 7ge7dq$r>k),y* Oߠg*'J+ G .gBEFs o%x)X$LMstyy{Z?.יi}|]pe4Ae_Ӧjl @ v{Y99}d98EVvQϗG:Itw+ᠯ+w=71=e} Ja2xonLCmi=6맿ؠ'8=bYV`plvh=+еtfj5W=+HVy8ԕ{yݾ"W+聵89_( ϾWW>_+fumݲLi/]aO=`0< }{qLm9~k~pc[籉Lw0H|DcikjZw=MМu 3z| *{3Xuq&Nɓ^~`(N:iijk7< ,mo6=B"ۚ+M眰M-*&eEsh^v*wv3vU8ZNhfhlyͶZjuZmvن58zx|t*Sqx㰳PӔa9Ók}.<.*״%:>q4׸K5Ω웢=.ss\o]yλCf]#ؠ߿MG[ퟳB0:4~xgog5gp04r9{)/ŕ"{+fȖu锔Tf,ӧ"@,^bXoX/\y Ͼ5U}Ξmׇ0{aBy_U\mF{՞8e7 nTg,=m?՗Y3TY`3ff'tsѣFi):xH_pJנN_U  7Ø[>3)FiHPw JI \0ݏ@eTRWVC0J7vg[뾜,-$n-?_Y-?)z: qT _w>zJ6%|]krm Db0&Jnj]? ^G<[Ї<]NisJчn,Cq  b*qc35sz*?:nڔ)7Kڽg]L>z,Ͼc2e&O6t sз ?6:XLw>sf,~o=1ιC/]c4hs ViǮSjٮXW׿gE;{ -YdРmtf3.KvzcLF/-ܪIOҢmjt)j2v`ke^jo׆~g8[؍Wi끠|Zg;}kn`d}bx\ɹK=`gfNij CǏwVf84K!f(C7ϟ*m}l5W7[ksZK]yt̓|M mz>u,6{7/l]kWnoo^_TPqi:sS҃ӥSպ}^=55ŜN?ʪj5Nw-ZvmAqOKͶNleˬkeRz-Jk=mokWc9uQ~#5YQ?Rfuy*OZt(qUFvׅ鹚Zݥ8կ8aܮߖWjvnuFܩz>qmҥw 'jP~^|^233{\FrtcRqOP0\ѣGi 6=nn-)Vf(?~:~8;qlVpk]˔R(U;kju~GҪUnYtZi/q;Ж nR%zbY5;^}'S}F>lȯyJݭGp]7+PԚ,q:+?f ϟ.LU\{e}qN]翘u^ac-E}| /V.W ]Gd<B9]l5ٗ>}zaY'7% -+OF^Jυu_fy%˫]/~:p-ԛn<&UWgKγG米>O9=sXZ~ՃR}rrs F;D~2 bΛ/YB幥V 5mݜ2:yX_qCk91y|>k[KV Wc\0^?7PN0Ho榞3Z;::߫1 ̱w\aO0A ε=UUDY}kx\_-u7^U^^HlبwyY#_k/ ^;:֎Ew8@_o_QR-9n;X;|s+̾#Ժjx}2W3`+vuBv;.K|WU;߉VshʽWO>}꾥:U `͚U)?:>ʿ踬ngJ[i KKc:4\ڴўcy{C/6u^q eI,zb5 c?no9AEɓt˝=?*~pB z{*N>y Lu`WL߾z yx58z{@8Oøn'TnlI&>`7 ;%a֥;[qݵ1ȡ)|>:DwXTz6P^-q}uGq/3ѸZ4>7w5~`A7)W~"@Uu`_x=>ޟ&{~6X㊷ 6n5Xu1z oh0:>]kyo}ѩ=blp4seZo+AVz/oVo/{9X"ޤ\e`X E@YdrQc1?k!Aϵ%n8!ggǾlw_ּ+W8w\ş5>b9{Fu)fvG8kѣQ[o3v-.؏ ^svVb]yhdϒR|.`VP+?^?~xvx\ժ: q׎5y~z9yݳQ-Uto|? ԟp@s=\'Peeï#}{(1uA%ɢ4~kdzH_cq |c^h!"? ɝPϽhn | mpO0Q岦6xK?5x5UmvNdο}n]a 5q)c{nYq+܎u#8k寿Vg`0m |٫ʪJg˵|?ߙYBO~D }EpNe[%SD'< õ'eg(kP-{ԗT˞xLk@j-x/[m616 =FQ#Y@YW` .vWz*(o>J%+S*OAmݜ$9]؎(ZL`.^D?1s _.\Ǩx=G^c$ \ ui5:M-'CǏwVv\]_j 蝸[ݞc5y_)~vdb~Fu{G];wj.خv[sUh~,W7E Uc0IOOȑ#t9g ]sZSOӴ3:vbNQ*\X\oHRb~jL-*͵~6Sݭ ^~吚y־OԸMoܭ5t}wczefyi Ք*-Wv;MƾǺo\͛i.[R/(%PŅ:S\XͻU\4_V>1C M3i>P-j9O[Wˠ+cZu0y_YBߪyλ7M'5TtW^T]E־{Q-.eμKT )qbЅ,^`>hXY7s}veKԱN rD؛Z5yscw9z 5v.s3,^]- >u#s[sQ`);;Y[Sv}C"px=nѱUdHTjJrfPe!efdh:||-˱w.Ky3gjj=0d$WkYnxRuwkoogg&7z1-Syͮ3]C}/Vj\-#ֲzk_v.@gag|}IW"}tW+OFA}F{1<~K>s_涿~i]Hgۿ'Ǒk\c'ž栺<:}m jy^!ݏMTiJ׾1u#}*^UKK햞Tn[b_xSfyp@y U]~N1Xl[uϹk]fv E`75%E:Ԥ}f{3.#Cc33uZ7mp\U z \s@ +{ƌQ /Y?OPtT~}'/-o."cHVd E. YГK@0wL+q#c0"Yp- nTLI.Ј Wu~Yq\]Tڟ陵N_H/Q1o6.^ԨQ#563)o¸q89vOY1Ԇᆭ}L" 1.| Ξz}sMMp NmmmrY|sq9V'?|jv*[_q.%5U^+^Zk}}+(/ӏ.]s~{{gۏ-VZrswV[uܘ"4q;k= 9ۤVƑ\ݘ@j+[/U8Ә@A5hs=zaݥ|K-[g`76SyUsq?t5UeN"}p" 47O3|z_ ZRh ۴n[8HlOqly<ʿZ%_B- O ~]ynh^[nQ÷DO?@^TkS`n^Zu_(N MZjOFE J>kz{Gr)XcH0nnVB))ՙe_O{y]}^.tJzfrO+RͯZ_0 VZgu_ՍU puUד2cY=`-^Гɷe>\6ljɿ,=˩Uݾu[El~Dklw=ˌ]Ճ_K.?s[f[?_(W} /\G!\˵kecZr= ݬbۏ-;uጪ;k,]\Z۝me_k澬ઍ}EdzBO.vC<K?+Opr# KƮlMXe+->kW F4shyZ Ћ~NuwC_7ںq!州U}*Zs^صt';-v/|_o9q}UWPy>Un˂Vz܆#ީ,nOk! F4S1pΞmrzW}pAev^_}EYKA]@_|EUAeusUǮnSlcgP]+#Pu/7ꝀbN/ԽNXе{|QO jЧbȝ=Swjvv7kTgULwiY);CD+ѓ=ؿ]2K>'6 mp[]]s} Z؍*^UKK3e]fNCnDD|]tEz{.{E*:iT6 fƮZw*oBtA."ui߶>·PeOIc33p:%]3(;WAm9w OK77DeX?gjݫG[Ǯ@*i:=ǶTe^fL׵e^@E@N`! s=P}P~}tM˝u%Wq>mbUtexrzWd7.CǏwVv\]_j\EGVUR4}nVLjPn?W٭Um~z?vDO-*Y5R`MR];tᗑ#G%:ۧi;g׼ʆϣբjkU:]uz[Lҥ׉Ab͟low-r7g噵?GyNmpziݯ)-V6O]}wvg2{q>\Z\wqpֽ^| Uu+n.se^oU˕:j}\J[7jݦ:1=%OJ î Aˬz˓v-eznCdoYxk-Uak a㲾ݒ=3frɻ|l߳$|AXߔ?ѻgYRn.77Ot|Ϳ~h qV>z<~F`H2v&N:ksj<}Y5/ٳM*߾KU5ee>Y*ds=*( 8%3 xa-҆ᆭ}1ٹ~a~Y_q.%Y} Tm'6jMi87P[Wm?=6g2:[mN`١u/_]L`H^vnzZ.JꔩӾm}(kk< \'LP!…)j~}) knHꝳR~[G )S4tBke4ju3[rbߎ帎URmf.M6Q߬c. rĴը:h)rO'Vy)?YsMv}ipDFFFiNfz.]~ՔTrsfUye~mg6{qKgZYWQ^~C[ZO6Yu^xC!gohfgnC Ĵ2X?o-D{P {;ORv-Z0w?PQAS?+_3{y/qVn_j4/B&FL0!gL[Nc6=N0x=zG҉v9Wv#{~B]2aخ}F>_zG5"vz >˕whXa7 6NkëP5jK0S=) )hֱofUsvii )]^fiRz&ktRޯUzl'|7%O;祌.7r*mOY1v}1_:`Y?$v)l+w3\n\u~y.ݞҠsގ7O4v`^ͦ^+PU)V~`[VP2kݮ3E"`}Վ5WZ)*;GST+ҦFqK`B{BV9zsV06O϶7Ei't"pMF]'ۓX<8\>[}b ë՟gf{k/,W-\Y? \s߽MPDݾu\Gnpگ`[95yS5 7!c~}ެnf_kr jFb_S:_*7ٖ{q)be%P]e{DVJϥ}*_hw]ZǔWC}(kzr:߷<#c]Gh_Rj&~G.nDt. 9{Y}QȲtjY^Hl;[ЧIVլZʿ.ua5vB[kvޞl4տY/ʽWO>X|RT*ZfpDR֍Zڛ/c]]pZrѠ. >v^Z/!m}zk~+4 @\+#Pu/VμXAMèVk_V[R} ZWeȷtJ"YsLL-`vow㣬;(ۨ_mi~`ޗ^y,[wH)CPP-{ͶДFz1ɓʵZ9j{d呟VE7W}ǕveڨϮj>,,-4ӠoT*cm/jߝ}3;|n`mլC;5ڿuPYi]a_yZP+ct9R--NIuJB5k|y6KTF V jt)~uµ`v]F{՞8e7N >\?ntv (_߹/OVw`M]aq.sW[׫n~׳h`7eNjj;s83v#:%d fK>o|>ܹ^T2<}UF`s$+Vk<͂W0uË]fd"Y Ç]H2v $C` ]H2^[)w0X#סЉv].j;sXZNIy){xgmxNQ}  FJqX Mz^Ճ|͝']\?"Y5J#GtֆW[[.^ .E^c8CUK`@<Dx ǝҞyF\2^{5U~Fӹ#Sc]o=wPݢW ](nM8(;R~)U Rif,ߌZ4Ў]!1M:ʋɦaOkn-Wu`ưqs'8{AwQ'Np7c mO^RYahT{ա`SLVv{^c͌.6?vʄǚ41Ιd5bvϙCn]w xS14>ys2ܞx:|sưƭ]quQʽi>jf]U98gmݫƨf{#9 QnU6i(}z}ʛZ8o- ,^bxn~)\Mmg+;;Y۩3v#:%FD($d@! I.$d@! I.$d\ /1n/"d);;Y[Sv}ød@! I.$d@! IƵ`v)B_{{g;kRznKYK^OsV 5؝?w.0 W. ׍Umۡ͛f}^n|.ylVPd]Z-9kLAsL]`EJMMӳQjhlԅ \:]tI0߮M 5\n$t`755U_|hƍtJzVUfgwo~t A Jg)#FڵxDOzޡ /Բ\s=lb!d5~XMtq]5 `xdff(ѡ#ǜ5?C왺S˵|ΞmrJz \ziw_Ӿg>&_q.~ 6 m 'W; uMeln\n]]?d^w볿p֖ڰ<c)ee\Vo.㚥mu f{!=+ܭn$vfہ].#RS59:S;k۽ߠ͟cgmԵt ZٯPZٻtpjħv\mZi}уr *2xf.4uZs?yByuH[_y]*h}K巾C5KyvA㲾Dj{?߭nyTu7>ָ ysrT+v׺!5ġ[Y5صRzoZ?|gkeewhWM/F8(<ϩտx۩8WD7X*;0viey==К[:_xϾ-~˧]4jS-ϕ1}m'<.o+4TgQ?hEiź)ZZwwmm`p˾Z!&RڗDiTIJ2yJh^Z/< .OOԵ4{~t`9Ͼ\_+o1%E`R}=nu[+3nP™WMWlxC+[O>&[p8NpI55n;e逸zU_ɻdQtUskk'?1sLfo.˳?ؖv@t*.S ٤N:iijkiuu䩏}Ni|\>ժ_¬ wӔVWZ2s4?/GӳRӴ꾕Kl[:{\*(Q~eWJF {_cMA1l#j2e3\=bWc].e<*^R˦+XC;D^L{E>ρt͜WlԮklW=*Z6[vmtV{ij WZ[}ϘMQkvylʭjqM;o?s7CǏwVv\]_C2(_Z^ SH5,:_xOyy}ܨϞU닟O\ZKwY"<%W]Ӑ49BgΞsJƜ'^%j8n `XRqOP0 QVpg%;ťF]kGP\XhͰ+s꼡ĉkgz6ǧkF`]kџddt|OvU9PZa R'6w7 Zw޾xQky4~@6W5jRM7vSvM?G`Fr v#/޽",+RW*+|˜ݗmc(C7ϟk>Wjvjn֪'Բl5W7[wVG>qǵfijB55ڵޖa؍h元j9< Cr&N8=`9` ƨyTv'WQ:}$pݞ+1z5i/dD5`g[ZtAv9sϘc>r|8A?f.FZxu| ަlgo'N S2O=e*7u4S]o:"=̽rP{۟{;}'*+;7䁯kMn?Kc6FǎtJzfLC"RrUT4G9niۏN]A D?y͏RךԔT̚ʚCNXݜ4CǴh?,J-jk5XbǾ}+yJ;Kw?צ*o!} :k5}}8ǩ~o ~q! ,)#is_P\^Û nebWm첿xURk *_Kw8'Xg4 kokZQo ׍@ƌ{N=$~.ۯUɥRKD<]ØO}}P}Qɓ Nݿh<vBicC[lM\/5Լ^qNَWV?߾" S6ܛ~l4(t\/v]Ftgw8PK=G:qThFSԡp`#c,o Tw>-) =goO0ak|fsF|2MSb lʜiǣ֣J3|LGZ=ˌ'68u$hnicm߿KGk\=_UǸ>?ݹ#;L5Z:9ԉk\.24ԹwI}텷 Z"p񌽯yp|>_}.TQˮ:>uuW<~NZ? $KT NG`A:PYiަ.֐_%+zf!:S1)+1GyfYju~<۔Rf;.ys5ozx&e^6v|۾'جwp~[v\9up>ejւ4-+',W7WySt-Wn+ΉlvUU\_Y9c*N?nߘj^goѲhz<nTZTSLѤIz\&B] `MJׇ!I8x:&1j;3GM?ͥqt!v)7E-GT}9GNx\uK7&*<٣h1jM~Tϸ47NmG*U2uSL4EN>B#[uhc?o}žq#zFGNӽʚrƳ XԾ OkJkk,|~R\SVX•[\5uƌ蹈&)p铕6j4zVGm_{~ҽ7汭]bMiykq+^x3@2Iq`Rw~{yR7~2[\%Fx~]+#Pv[|s[Ձ}NA_=7W?_n-zȮc(kg݋oެ?ղvi֩4fٛR\3UWgKc;݀uY Yٸ9n >~oFn-Y1ǩpο٫ߚu{cc· Nh_p8~ՃR}rru_3i{ĵY~Vp(˛!=l>;( ͘wjIM2\S9ܠssVZFe=0etܗF49A2>e:zj<4.X:cCvioP2ێwo\ sٟcOS\͝dKoz1T~.|ws|}L7DeRg~g_utR{[OEWcO/ ]\bG=l07[2b5MW<흷ԧ(6v|{Z>QN蹥 2L[ F$#:7%O>a/_Yv `Po˭X''½u;+`]ߧS6\6A#=,뇸nc>S LcP0dirC }lo=ĞS1yns?O˟pV__-l^}9{Fted Zd2:HQVl|DޒׁO$JXE 5gO݂3VexZ=ʔzR^OH9硥96H{ϸ֭] ^1z.zZ )h4ǜqd7IUej-Vl v"A|iiPUܺ,SVEYם@7YCɵ% [Eї3wc _gXKjkimZG}]r֮.+klp|_!R+m.GښZp~#.%U|_cWJq BlBsKskמC {.T5{XˀW.E{6o!dv SKJ򕧠w40\ndh&k\qas73]fg-]5vPsVq5\׎Dnޛף;~;58sL؁~t3ޗu77m#}Q2;)kup/ڈ ,yT+Ncd7.WZ?vW>+,V%~}@27Y݂oj}nUJWU?Sǫb{CO=徘L8ceѾYV-+Okg_ joֺ\ZUl$VW^*g\ԛ7T0vٸL%|F\q9\VPes>wnSb.w衧1Yف-{3;*׼.B ,P~IΦ'+ɓ'i'uVcn&G@'+k{zMnzvf2C3יuaA8r3hd}:"gϚ3c-3Sm{k{ +s%_7OWVikff8z;p&sz=Uwc︮T"}>jFTH~;e5":=-:mgP˔qlx^8{iuZX9j)'3i|MvMZߋ+6:>%@6_%[@]GF5fM"^?qH4 $)S};=-Mm}B\CǏwVv\]_j 17ϟ*m9j>,,-4ӠoT*cm/j<˹|v6UE4|c_Zŷ:Mʴ36OKn^o\TJdEjwGG#2ůnk\As\hT];8w=M{lf[sU-U{9t 4oZvi}4r9{)陫Boל֔4mjc7UjmձUd~hGMR9?M֐Q;Wf-MtBe?W'>Ўdm]Pi~xSݭ ^~P^ st(͹-GӦKo=}ujj:ѓUhϝސ>MoEs5cAm?Wt  uS\)'(jtJ&znwS7M4_l֑:u{y#+%ר 2ۜ2ޥƄne!fL돔vpb&_TSWum˸ئ4M:1bx] ,T$f M'ffhA1_O;`#\65qc=h;3u:o>;DϗĉtM0c66uk!V\]P)c3E6*Ne) yjX'/y7c&fҹ@vw錽:V;>FOc0a\lߺ&Nhy~~W-?wZHD_c:#営3:c5kMIoɚF}Xm(:O%3hyMe <7e;qūZ8[wH6^[{2 .MZjOE>^[ictIԔT̚ʚCNɍ#c,(N3Pk Y8O3tLwAwLI#g~N<}jt)xnx^$4ΟiJKk;}w^0 3b@b*b7*2v $C` Xj o% /3iԨQeLF`q4$<=ۼF]u ӥK uǛ&e)jTH0#d6z(}ISJ %\]V3gx)qEF=ֽ5)PS=% v@^!×W/T^7Tm6oR}wkwɳgv!F`$]+GRG,]_١)oBJI>T]CWw˕whXaI@רA.YbÈNq@l4YǾw]vò R;E93*oe@iryVVeWJGYӧj4ޣ#-:"߫L2:\[jUod͹yNjj]o\WX4x1Di'U{FnWE͖i33fܮ/K4s_7G.emNqƖ:Ԁ@^WFR4)ۭ9*Q4 'UYUm\:eN+\k]g\UE:v#k߯>JsST0werWM:UZam5JDs4=P`rmmoZOXE0& `P r-Xj@ަlgo'N SnḎ I.$d@! I.$d@! I.$d@! I.$d\ /1n/"d);;Y[Sv}ø\].KƏӘ1c?^Ϝ5n8%`0KLO Qjji#ǜ0Pv`%K`w̘ʛ=KЅQ9uR0vqGk̒a4G?֦\F=ֽ5)PS=%uKH7&YfjlU~t) tYutt7t\&uiNOKS[;DWw<Ѩ-R$"r Z,{5|ZZxDONUK{mUVБ# j+PʪCڵ2o{h}yuߒtn&?~7; j֗Wѣ4qxO;%}[<V-[QFvwD>sf@>t~y.ݞҠN) Q)ο1;׵|4K(:[gr2_si_E vP>T]GӦLQQAغiڵ 2'W*u߯z/ӫΖ~=7\H%^ߟOrS҂3W:.֑;`9D٭صاlKsTu^* ߐn=Uvƴk׻vƓZ[kJbBu;f;5rHߧmW8OƮlS/޽BV,ﲬ\WhKŠPn?W٪ծGzwPeevU<#Ci =,[ݪՑ7qYD]?Ret\p#cwQͥ\ϹK_?/-{6jYokА/n=PkiTY6zH*Ky{sbOOΖjދog^Yf[g(\6h\\oT xzn-6Zi#q޳{o1Urriƌѥv(Ӻ ,7Hש:g*Ey^U6kRw(=>ux  cwu>`/G{^\2[ꈝ9k Fe--OpvݵtZRku\k3)R4cdLVof۟8e[i-'?)a'Ù<]v *&HzdȮ\#e{N4u36s1 =cjQ/"{Ut.ʹ9o݇~oHߚ0 ר$ݺXz[[]fMPa{;u qD<,n~bf(ߧ- igE_Gi5No ']Pά،c?/ƴ[bȯ}gZS'|鞕+Mj4C0ZtWʭ<밳x^^Xuz)U g%w|bυ49\Y~?Zklui<=>>tWf5c3skuS }~s:Ŭ>) CyU=#tDgK7 ޳|n  7|ĵ/)Xm}^e@P3_ *@ \nJVRPn="`;`h6gĽc {} Z8whq2R- N?o>W{TN4wk{|8\Eک =+Բ<<ڟA!2UɫeW_>oԦz?к*UZg>Mep_w>J[l.]SsNk\)ȝU9 " ; #W>3?VVk` Dw_һc.kr7(6׾~ EUs1X\3eBYr9?,Y>nS;V,WjjZ[[NyJVw)׷pg is[^vdS W+X[zy4-]8Pe%憧xm{o`HoV_eeOf]m_}W=BT]n/s` O LV m/޶Ι9V䶫`+ڎ׭j;1nQ 2o5XmD_G.+@`w((O!m|M*\V6:)(!ɾ?qˬ կo]goRS|>0#VPz_6'w߰.y?/}'Nŵ\K=ϿV;cײ\/\_si`9w;~_O?|eMv? %'2.+KY~'gE]UVHj=o@ϿϩޗB@e@v﫟sM{7 dg>*-+{ny@yr0|>Ȭ5!{v[ևh4ޣ%^/) kT`̒.у/"Aҕ{)W<@QTe3fγe7rPܞxxv#*8 NL [Kš>Lݹ,^bxn5_jF=ֽUKC{ħR;_ fjlU~[7L)Y3u1=\.z-k}Y\@{tJY:?@9W_W(^Ѻ_R(-mܨSev`pi}.Un[b_s^_ޠ-Z=;`Y7}y2UZeeu*R>7򩾪L[sٯ/|_o=.&}-kOEkղ+zC5nLc~ Wy8 s 7ngZ]l4Wn|ǺɚՎ5cZ6T5V<=k*ͼ|渖nj "uiNOKS[{b:qu}9ãZ0oV,tW*S*V/4Qo9r :>vͶwVi:>+i|M07|_p\{ZU~R쾇ّy? ZJxFwޭ>mq(Pp d&g-FA{jHWs_f82vSSRTsMM:ۜedؙ*dvϞ4]5M'iQNI.\>sزE%7_>[\|gq IhP{k1BZ.7!$D`[/ I$C` ]H2v $C` ]H2v $C` ]H2v ɸ,^bxn5_p9E{{g;kRznKYK^O]4mjY\nQV]UđAr(s"OMS:7š(ܮ] .ysginv*wժY9DJSQ:% BXH v Kl\/ȯ!sx2ę1Nęd&Ox;xxBXlv@b%A fSիZjm]UO:u}ꜗסɘ}C*<48^$#֗W᳿UvbLطRݘ9w.ƓK<9Zۈ״*oP F8#"((!ĉmj9]h.wE^?=Ge7zwLDDDDDDDD40] QXGA=BC ۵kO(Offn<ֈD |- """"""""2udp7d gN& haea]iyN 21=;? 7=MgAipNDNV*v9ڪe&9AB#O -vgGd5 lŜx*=7au6Qf5њ1jsqc2 _+ Ǔfz jTU}u TlBɘ֮z)'O3w-Ÿ9q~z=roӼu]y*2&i͖K*ܭm8vJ[~+r'`ZhXZuXEc?%c|NXK[FZ4hȝ: Ġb'hq))- [7`݆c޼W4`XZryen.7}`'Th'>GS|D`W )Rkj>-JϚod'%""""""i3fh9o6EDDW-;"""""""q]"""""""""(DDQz4CcMϟŋ5"""""DDQb4l6[Dž P…6]}%"B}MIq >n(peci2dj.]Ɖ'pm$"""""Z"" 0(&ԕ -.ꇈs- e.?uϯC?p/f&T;Pɢwbۡ&`ֵb&vi`J_ vjǡO ڿ~mML4ɨ;ьqy}X!IpW7mCաCjNBDDDDDDW {Ehܫ3TO?ZUiƋ4~=\NT %xc55aO=dݖS}?Moʞo;IfO͟FmIOg?̣fg@1߫zX_NiO.]NE|\.\QDD?ܗ/z7|Æţ5sI#m~n7,Ve戎%?x1{-Sr Fyym?OCmfQؽb~][b5\,Yawnz2V,iHn>%!9 hiVf+V~<0 %9^#VOR,+xǣߺ sB;Q(|n6Ks<s2bv ާ gv&͵8ӆq&bL>ycF-~֏d Ilϵhдd|<S9Eh<<:y' 1gX!>. XOјDz<ؗ019M5;&j&ːyɢ N4jOI& vhlLύj4IwS8y<րɼ̖95eP1C,FA; Kfcg_(JjCS&?'"Wi'`V/*ܯga' sg܎ewAf(W(dcT q.l,c|^zXiXve6 O,fq22 sX}u0b,#y #V0S}iT~2|J>YQVڃzZDrM]"""""i3fh9?%2ԝx?Ny{>؎/oAC}?*_l} /nM,(> fX)02{ӄ)\]M._l18V4B}K@{[\$"""""fcO^⥩Q-uMPc&['Xklr}paݥ lDp.6?+v);EN˚8qZiG!""""""""0]&8nX6cC?) yx޼fي{EY+Fxrҳ& 7G/wvE K|(z6?t(ZĿ獭DDDDDDWmƬ"59-숈J|xn7Ǝ#gϵw0,>C1'O }#ѕ.QnB\RRus#fP Μ .Kld%"""""0KD:{EbI!PECę3gpY ,.%""""DDQ/K|X#>!fcn,DDA̠A#KH6hBDDDDDtub]"(=v= DF%"""""1KD+KDDDDDDDb """""""""2 Ev DDDDDDDDDDQ]"""""""""(.Qa`(0KDDDDDDDDDe%"""""""""2 Ev DDDDDDDDDDQF1mMNFyDW+wBQTd;um4%"""""" J8\ĠUD1ov*ZÚcmF]Kr -փ200Jq&bL\2f d 7-Qn@؎ݛCK{ NOÎ69폿a%cR1ku壵j69RҒp 8%#7k3@|xGDDDDDDD"]d۳46t${g%چU+|+~y*7d flz/X_^D  ح"!l4eѱzOGg:lrc>^.GXzz]NWDDDDDDDDDb&٫;3|D3|@uxx_N؎/oA=lrBPypBcAl8P ,de] k۷4[ |[ISP}ܝqxpL4Ptw(ֳgwDDDDDDD4O4ޙl ״_& klJh}7m]"eQV~46~ vWAT6֢Q,Hd 4r,]h?MsaY~K}u,=5/3`yz&""""""""8yZ7iZ+[qcNrd"ϑv-v[ޕ:,ӳ3ps߄}8yjsq dlj% 13]ð:FADLUM , ܉JcP;bێ#F>꼊GI͂8LN {ucY.@BK 3@.|}xGDDDtpYch` \nd j3М)cRlچc'T藨"wr匆 ?]Gی\vx6sT1Ғ:3>ҩO@=8VRyhL3-ډQXS?pe;ߺq~ȝ: Ġbqy3@.QG @wF,t} GiDDQu$=yFDD4ȠhFѺw:'O#"""""""""o:8U:$vz@;Gbx*{vS#ZS( q(sO~?o&֝߼hͤ IaY]VEcGމoEM/7]6fFw|5]/{Z¡JAݤ!#1r[˾ٍ.>nC10KD5+-wuq>N.*>{NEo{hGw#sӭn&sg{dUo?{C;GgiC WH="#'u8XWl6Uv{t4cv:3S?z%7r){BJ_13zRHk ^zDDt%|#e(F9`Ey jnA~ B' <wue{7ּ qp^T4Xh;1>Y UXZ"f%LLwyF=aڹય92 fӴZ8BӑuNf>ۂT5:D"ʲ~?+vo@8pZ"o*;8wInzC{E[2U?^_֪&hcf̑=l Vve>"wu7]ą:a=c;.!=~͊1^Lfcy (ߧ]j]$IŁDSyHM;a_=D|֣b6}g ulӌ'w9WQSep k#~s/QQklࢱI_DDDDtDNbzcL` QDфmkFSx }#X'߉G;R?'նM{ϫuYίLQ?">('sPWT2%M'k PU?KfG]sʶ0v#m7j(Bm=h~&֍r'"o9~o cOEDDDDW΂}ԕ%"Tn*ZN7Uoa/ߥ&/l-XPԺ\>xg-,d0;ݦ[~roŃKf)zQZo:fPGӶ,XMa`^k^]Q~Lԏ~&e0v6v#%9&a$La=)ulKqÁY=oyKy)h,H#4nlt""""SppDD4 Ui6ǖ?z&QaĖ?{\:`ԄGz ^i|+88ݛ{[zY@S.UT7mq8*Hxp^y\"⚿2HxG cO0]f3E:4{#`iaqWÕYT_xEǪ߼*u+'EDDDDW`#q髋*egԶA 1 ?%AYh]""@A4GV Z{ޖ ZT;B ,^Ϟq}?|߉\y"ɿMZH=?zPGmN*70R篧 GɗQn 8oKS UOoPکʓ?>wbwkx2pY?;NDrF'"{vuXO =hC.N,s}֝"?d6vl<Ð|(\ws''SȠ{%"%zzz빝e~ԞR=]~ 9 章gXp:8T_B#a/k>62^j5znV8^y˪ϾDcMf]1P/""HInV]]&y_oE{;v::qqpJD-ܗ/"saF H3'cbj >rLHm|Ƥ;6\[J bΠE`ٶzT}.#@j۹ȝ1> 0鰵VuN5y7ފbuț|Vִ?arƊ2ʓ'71>YW_,1:hnjG\:Wm|^!rG?͇p s}ޭTnF:D"h}(t{͙OXg4F=(sx̜[ W8~dXaWWF~GpۄAuJSA v]ị1M{[ ]WCz;3:jk$Du0%o&E=gGű҇!aH;T6f^eaٰآ!}Be` hkoWyڹJuD9N_Q߸pYc\l{-[Umo 2$vvЕ 6LiRRiKDVf&2O*Cȡ_p獅xxd"+o8]98c''yF=;(Q'`tBn }}dPF||ç9Rzߜ!-A!MOiX56߇1fz1tah;1=ƌ3gBϚ=A4[Q H?+űQu,=K26E-8}d걳2GϘYA _'XAMySmbhɝ,QYw .I]ճ C5hYy h! et-X=icisU0=~doWly)hlsfey ǒ_bam88;/=:kD= qɍ˭ejHڌYEnkr2ZGG]I/"z"""zɓQth3cEv DDDDDDDDDDQ+⦥ǓK`wDDDDDDDDDDc`<?w҅)j """""""""ڌYEnkr2Zk&2Cvo~vZ59V ￉w]Fʮ-hx([wi={nmֿno5ǣX#""5~xz5kP_%#q&bL>yc;S ѴIl3fdv&͵(wzF>Eo݄sf!ތc.hWaKWf""""lE!CիYi m׷ v~-6r\{ӝfli6U5–5smƾ=3-k@[DDDDDDDDD= ੭x>}xwY7ݍنb&dAi"""""""""{ 7̀MFT6xMkv+n,%9V aXEGCs#owTOv6zfe"/ "M(uo#-hiiu Ǡv4%bh+`"2QHH@(]d.|}Юoz.F^ƣiӶX*xp]<MEپiy3mq~~-@!)sN"V'~=v"W#HnW#\M۰jeexefwz޺)99p?/1%bq@Uv~O=P>=v[OzM~ %{=zH>Zo&*7zyŗ\"JG=̔GoŹK28;KQZׁUlXe7KfznGUԑ]*[z k|Pۻǣz:D]cԍ[{X>Y<.>gvvݷ3Ƥp.3>^xs)˿6cHp6N{v6fm`3뤮ڏ|ʹ+=KDDѨ=v9yUظXv};Lvb&  |Wj4M:ԟxb$ nqEccGlS0w0|=j`$k/zd#= ԣۍ)HKG߄;Z~/f$lPmlܲ[طSg{J *['cj7"t<Ⱦe& Ϛ4U0.Mο`8dsLJ0L'xڹ+?i8t x kً-~>snHuKRl{kSnnw{]1l>^] Xs:.RNA Oc|msB=Thfڡk/=(7i6 sp;5)MAvL5n0"0L_ShXQn.\1O֡vcҵQ4iDDte?F?Ϸ:Q Ht?G;}B*vGs?G}@lW,ƾ=[= U3o(D]4_y>yE5XVcǒM-l>+j}W#>ʏEy__|9vXr-+>[j_6fVoܧ9e̟cPmÌ'}3m uڏ|#i+!Ո]""654cܭPsZċud:lNnJ(Xvש*YG}FU~Zb*onz~eNcF4a]/""".E,6q,Ƞn*+㌩اbCq.zeu/z0zɝ^xy-?}.={@6O89IK?^H?!־ySGNI>=a)d/r8{` ~*|* ZUeD+zNCrVcC>zUA/ߧ=:of:m?~:gաyJiDDQJM&%"cdh} Сr]Nzx]BBE=ђ[oB)0nh$']Hbbp\K fe mL i6L:r3X7g,ۆ'/`f WpkZIș2F]#a& C5qL1ʚ> 8"a6{X98|5!i5vʹpc+=RWJZvT8u_1v9x[\U5&Wah&Oh?ᰌQ'a#z:e̸:+~sziflжm񻏌_Rg\s\[ݧ*h ЍTW~H'}xxrǵwz̴ ypu8nvǣ|j+~י3}Hv(u7͘U&'<Ç(Z\bL3pku{z[+(/Vw(c 1#?~X%"""""""""=v t!ͳ[gШ \pD}"&|8K;*vGK'>K7oٙTGZӚICDW7 ƻ\<].]^JJJBssFDD^Ufi.p[fl"3dܛysu[r%=/ vg%ʜub U۰Qmk_ 4 ϸݍܺl ]P,yx?N-۵ +^Qy(r/"z c}j#"""ǏGMMFDDbcckDjb!\Z޲ 9w.tN2P wZj+dZHͤ m+RA]kc56ro>y6RD&;'[."""""""""1nDiڇ?oBؿr'bJa<6WwB<̝3K-%fl< 43nazIɘ l?c&96n2¡,ȟjX5TnPՍ1fj"xGs-ʝze,z٠ciT{Jnk) EtP DDDDq(""F=v{ٖj|c[x7Ų\4X鉊L@Ld76ilAG3UգY͹^{ zr&+NB방*gȋٙp[yȶ,[+_G꺧yESy |V>@Q+ԯ_Vg{~h`c`9qo68]oh2ɱix_1kmŋպ\,2ƴQ!ʗ}?B*q`2gUu VId'*Vܢl:ܖ7xȺQ,IpGVC{ 8r艭xj3""= y)țjlR,E }GmCgb՛bZco1{{ OkJDDDmؽ7W疵Xtbiv3p#Űd'v+PQ &*U`vqlo'[q5iDeO-^ْ$o.)XDCɅ\8E-Y鉈{}?5z;PB# _ڙPH),ux{(-c^d~ה(0G]7=z hRj1Ʃ5 }4mWh֙XvOQRECXɤpxeQV'nw#TcQI:9\V%GF Np1((H{Pvxa!"""+I>w֖ۚ6ci]Uel J3?;;Kvgᾟ̓e[zO̤*[vxy ˞:i:OO9r9eUa|˟`9C%]bL3pk޺#F`pݻ-%'3j[(_zɶa*>Y҂jU*6!,ߋ?ޣg_@œgcGa#qUZHZ+/ӨY2ݧPw|=ٍ㕭?DqpUsy{NpHfF2lXe7wȯ+V{Cj'wZxsv&{zem2}'Q Q:3.u^w#UǸ~+ŷuzktV-~L\VkJl񨩩1ֈCllz^4jl/~.\4697m"5=,̽7ipm]?n9,@B<%$Þ1mPҐЂV NOÎƶ`ftٙHwĠ]GB|< ø$vsz9P 0ҌUkv+n,%9V :zGqr؄ȉ"ziiubV*Kĺ5zдVS"/_0EkhE?wg1ԊԑRwgw~](U ]p`n4b`OF-31dg8|V+J Ѻ!a MzT| g[8VTn*G} aϻL^xrؔT;D:{dL7o=t/Ρrظ1)) s/םQ/q-{U>3T69L)̗qb]xHRykS㚦LuXwZ~OoS?U};ⳗס19"Xzg7e,ҳ 19}(T3ִc5^m o+RɈk٫xU"*WDGY`+DAM> ~;ܱ2Hq` *1Cvz/|\/ʘr:/•GĻ5<Vj}7҃4w™Ǩ1j=heYLW8fEF-lF.2?u6z̽VUpQc ({}Eaiݞ5XbYz\ZZm\7}᧳s^u{zY :R-Ae޵Sn26H]LDDDtb`<- yYd!-] 8W]ZL;Ο93uu8ZGO!q8$^<+4I\4åx`:C?9}ȟ~̺ Drբ1zaxhKy<_u nT)c  vtyYU?2p3N<_$9ijGgε$`eǛ:r\>@] U?n!˿ymo2>Y"wfkFl~XOuN]dZϞ[duP M8#p'䱱@}|8o?555QtUիYvmbmh̹sqdU[QV^P/J[ 4uv^ NC}9sK VlyG7caDd?$Q/bnǮ4kl~=A+S[WiD`د᱇f♊LR-^3o Wҫoe-6lLjV#SxPU( =4LWUo؆J$#;fl̖,<80W\ϙ(6Omh/i/4KЇ$h2:aiƦPaE2U?Ld[uxg߭xj}_1u^]0{{UA uVYQ{]P?&XWlõy~Cc〶vDDDDDDDc*,Kޒ,mAdXePbtaWV y5i*{oZ Z:6߰cUa[obʠ@M]Dؒհ.. Чr5^ ǐ`E5׽E?xm x Xe9T`ʗ'8E!#Ɲݛ̬k[r8 [LbT|nՆE#M)j)$y<99p2ODDDDDDNE|\.\]tӴV {=r2gAO^35 Kni&b5mqUs݊GIis`o=V# W'ځ̋Ǹi1&Mso- i\[WLGgA ğا%[>/> {NƴBKCFyPE4Uv\+&+AIsD=]ЌrnWb91ڏu#r-TNicbP 5Kޥ[G{aimB'wz+O]5t$L1L^}MЀ])\yTqg3RdUƪmˀws]e Jr"$Թgv=iose6OK)eQj+ {+U>C*{o9fuQSScEX?hWaK͕xt4} ai*X؏pϢ;1;Q2ʉ{N{ |ޖMo>cL±hm%r-{OsPQyZ"{7"zgI}g͸qdLŴf u$n/ D>gx.n,qS3k φGjohAkXp =3lX5}{0HFl?xȀlE!CիYKD2(/Vw(@cOA4ԡr[kQ\Hv~9"]śK}e cV< 5ĻQȻuH{-sL)gL99vNQ+zG7o[#nXޛ7M*[ݰ[>.)`d1}yssxU.1Bq~#FIꐮzط_Gm(;@~g<#3B/q|fy@yxUJ4f$-KDDѨ=v9.Eĝ8 tXFSJa `k>GnMB>ǟ~VMvVV惈Z1U}vF!,Dv~!'^l~UlXo~˾SdEPl\Oћ D{NZ0?0O~UAm2=C>JDpdT˳xGP0ZۯģGgbcAeR.E((=fg_wYNE޺ N'ĺ}8uWh5cZv}Go kr~L~Ӏ2(MᑍXV87,Oa&LWdt8VC:O iRgv~L%2cQ4KDDӴxNÐ&z~܁o!^f|2*PB>v-UrHcҫ\Jg rn^Qi&~I4^ }J ~dS>n-{yFu{ y4QY}bQ] Xol0)[J(kZ|k#]nl9tkAcʧ.YX)jNyGύ2y#j?"ɗV#LocF>@Χ.{Z Nꮝ۳'֩4>Q$8O?/Q69lR{K/֣>DxǨYȾ[~x<ղ{d3=ÿ0<[ido׷ v45gir=beAMIك?0;6oݩzu[~mFSTDDDD_%"bknE\xda ,]tx^BX1L(Yǻ]?=,1iI^ 2"Hv>❿@{2[v }>7=(_Vi:?ѧRNdK=m #MDDDDn,O,06V>}ܛeޥKg?P˓O,%Y{@'?]DDv*q Μ98,F$!1L]hZ8O'QGA=ވr΂zEx2_ԛp1jZpJ)mwhE[įze[k8O}@Y'R= +? x:ݜ u{ v~=-+n5vvU^_gy,ۣ_csSƼOu "uiie/WpJvSvkR [ duX_]H>@:ˏeȶz?q֮lh[; G U%ؽA&Z׿ }dC?Ym+ǃ؃ ~?xn:>˗=P(Yo+U}=Y+\NWadc 6|͌SFys3y^zĹ Qa`T?j& WǼGX5^3 >N?/Koy(~OK{ %'m0`:4K,vT邇ΐqůWF҃O&{G ?z{ݹԘٝ-t.2d !u =xH0a|j$*/S*+Pw{.xz/UΏօR1] l}]=o󳒁$rf@#Xx7?bSO#?vmê[*_^zMQ^FD4`/'"}r!&'[tCc〶v!7˟>2 <ٻUCT/M37ϓ/W=9D@yXGϣ`J(,#Ex+3yEW]M nޣ3V/e`SN$%rL[#>US7?&=˞l). H'8D޾-Y^.9d &g?>|uW&I|V |LlvR˱$d8PN>X6'X5 Da-c x}xM}Ǔ|'N.4F{މ|S|ȯL;E6Ǧ,^ b/uރ˩*C#Mp37;-߱$`FN|AN 3q#^$xx0LDDDD=ZzF*ْaYھP٘9w.ƓK"=KzTK(޺Av=G|PC˳ϿL%ƸR=i 4: I`f%%C&aտ/4uӂ΃)FP|7-!'"""͘U&'0&۝~6?NX4hw-SwfPñan Xg]ۼ|xֳgkVݵAD\7"D1Qw?9^=@ {WJqm#aO 5lLU]w)k+]IQyu2QǣX#""5~xఇn4%'Blt: :taXJxmpYf`={(zx'<OD49fn_S ?bgkQ ڂ)Tm|.{:ݡzm^lyu>y-*gL=uo^TA8E=v{^ˊkM 4w%5y#`EN\y?״Ϯ2"9ik~$l=--DZ;S0Rqۓ` $3n.ylհr,hMDKDDш=vp! 7L87֟-5wni R{nj؃oNwp ekí;;U<ڰiys7M/1xKg k/cϖwyM7|nB@=H-romtr V|Xĵ 8q=Y.UlۋU?~)̡ڳ}g{jLkQ)sn~˞忬H>5g]32hpiNƷw)u⥱w^fY sH), $˞\dH(]\sGyM?kS?zڛG7O4|# |MHSA\V#d0\#x o SPʷ~1QfZT4.R~2߇C8y826\zY㞅+`uZ}=|ƱuCӎw1Re]у2z)j=d/OTޔ+>T*嵘`֩ VFOCnuxk/4%ue/C~^{:uPk!=;8Y+8`=NSrV8ꌍ ت2kcC\Em0s0#Ut(}!#5ԏ 2WQR?XP-zڳ!B'D-,ĩ{ا3)ve{y{~yY@^A͵wt=^?"62&ަppj&> fS.@ʏD@p#"""%""'%T@#?scX ^ڊޠ-HTUO+9 B#2 UU*ı3=)Ovdžt@J㭡c]GC=={zEW=}edQzO&< 6i= ;^ ,2`<%=^'.xM1Amǡ\m# 6yɠ]BdOeO=;,?6'5}p#3iR)GؒX:y8Ͻ(clStGG;)\FOжSJO 쾏?z-է=+lTעTC24v?Uen,^b[|Um~uɞ7*mQF=H u]<?O$hY]<×kY;3,5&1^7S ͼ_?~Uh"DxW6OsюOqq~#G=_J}#PSxS6"ۿ[ˮL~9ѕ.E Cf`\&NQKVz bM<.?_a/kANzI!O \RoFlKWtt,xZGF:T(²'ۂEC?"-'HcvI0K@=C\! m&/}>/?5/ծRW:STpI^[[AX~H?= QWC_sIjA3cQ> 43z.yF; G>/ٟYo^mE]vՓV.*IT?Á{s.~8dJ# J=doڗ؊.fҘ!o.yHX0\ dWo1֭;3ݜ8Rȼ#X<25<~1~l#o<>5CS!U0vȼ8ȹ:cS9\V%D89nS1z]:>F?*P4AOo -T/?3i|jA9hR*\9vpуգ=VSp۲772N^=R?e/o|hjzX{~ _EEzh?ud>ޝp( .!P;w`w޺*(rpQD7ת@sr2@"Ө5}" azGepn?wQNT>W打'21h{u&h,3A @ߤ^b ^M麞%=&Sc\(2H#{}z[K6䔁@{ПQ24".5܇LyR#zVj(ހh۲mcz˶BԏvG#HY4GLܷ(r҄\DO`;B5޺=C-aޢr,dSve4ԧl_X~Oa5y y;%m?VxT~<>e7})ɫu!]~T?K^ϧn|]"""DDd^[΋x IBZ= L"c2^X>"A=Y`hN03ީ)}wuat`||z&mЇM@h0y=֪1QG"ǁ{n,@*݋-!|^*6⩵(G\z:Ʈ緟fm$f҄$4XOp{z_RmYزhR7!BB~kXdoc1SFқkQVDĆ~#"""j1KDDi1gPW߆t$"11lMUԌGh嘟=A#Q0Sf? k32?}tpS51^O>jUدQƞqO$K"O4ON$%=Ј٧Adyހ`srR-ٻ.pҞ?KS8rdY7f^Ey&{[~Bo7 e* Wܣכ' ܶ޺@BGb?OV'4zzza@5 Kd:Tc\st;A/ZѦEy ߃g`6L`c q 0cْ =ePCxIcX3=ځF}Oȶ~lOՋtr}std^%.BW= D:ٛN`ߟܑEw@AְC[]+%"uqhm"49SbQȶաg~-dob9J#\ebs˷,Pɂ6SoY~Y ]|b+#rL~Jsd/k5I]@@w?\F03it}U<^zwްN wG]|/E9"Os{;ɡHi&&"""h3fh9?)2]&9ٓO,z(Ld (8ޓp C `6"""""""""60]ɘзqoI pS,:OlK͆f=o!ˁ``+xcsWa"ɇ~RG">..qґHhZ#W5#eL*r'!7;imܺ{KOzY[4%S'a ?:)3 郪hJv\;xso!k]d.|}^|\.]^JJJBs3n$"2x`:$vz5K1mMNFyv-ƻȴ=6X__("""[ǏGMMFDDbcckDjb """""""""2 Ev DDDDDDDDDDQE+5y;69)Bq.=z'O#""ӈ(q4""7mu58rطnuz uF"""""""S Qηƙ3grZsN| """""" QpiRR6c5v4=zqGiu DDmr25@DDDDDD%"n1KDD<#0 DDDDDDDWDD=q#?aDD-0 q@DDDDDDD]""urao]""""""~.Qa`(0en+ Jl"rkkq>ˁrw5TAe~c20Pah܎6)TG1&.VK3vd 7-QԠi6z䌎C{)qbz;8VUm$ti͚;^ Qf#Aժ5UDW@DDDb "hġ; @eE%4g`MzO۵ +^ ˡ6~߿7\ӯGiS%( )7 jo/C%1l#ҌMFy>i*Dy-V0 V5&cΝ҅)jљ9/{^$~Ut˯WUnXG+:$""""""""0F5WUT ȷe*^ZC .5x&4oCѴ*oP F/HϫN〚s+^|TW@0U3EC,Xf_gԨPuYf`=A= H&""""""""0MaU۰ޥFv'jTCt=PC ݳ6R2`8_Wd{ѵu= %SPއv Febx4mSkv+n@Nn&`ݖ|[wb2\BΊA,"MYHǰdE:9XKCBB ZZIZűgg"vMw\d7a{NZuܘTLgNOSɀ},FX+%s1'-m*<2'ODN\-h w^2[y xs/&<#NFDDѨ1M7↴fkU@os ȟR/PԠ9)2\"Qzt1VgM@n.M;xs&aLZ2I6ŪȲ -GTyN.Ѱ6ahq]QČKŘT_9Pum8f|(o[FZDYE^cbPs\cpme6OK#kPZlKEVJd,Q1KDD޺Ccks ̙3;\nخHDDDDDDD}]4ͅϾ0 ZL;ϋ7IHu CgN׉1KDD9}G9S0P,98sDl;_ DDRpNS88ƦKDDDDDDD}]""2}9)2[_a[U8z:.Q``3 )n(oo1KDD浝VC/ u#=%pgclnƙKDDDDDD%""ӴvUT40"e<Ǝ92C[s *DDDDDDD/dg/+"hqb.2g 2;"""1~xkDDD!6V0~xz5=v DDDDDDDDDDQ]"""""""""(.Qa`(0KDDDDDDDDDe%"""""""""2 ^n+ J<۝{>[҇A(+ř<ݖCZ4hx%~<}DDDDDDDDD =eD U@%zy6WA]"""""""""[ڌYEnkr2Z3%XVԌw_kœ&?b,Vo~nZw]3آ;UU꽤3s,}#*?1oō.mExiTd;&% QZsy:/w{ű;35.>p1܃ʳ]X{^JE=Yw»?w6ZY,5 s'/"z c}j#"""ǏGMMFDDbcckDj֠iÅK vǸi7"iqDvL v/ ?,M˄s;5_tt*n=O%>8O奵j69RҒp 8%#7k7/=09'e`Ja*UőVj΃'>&caFO2Sss?X2.LY#?s"[YF ֬ :f*vG 6Iq kD8-߹#gs5}m-6'j;< ƻ\"2k\ؽ2fc(: jsg/ d 3WK;˝T8#&! 7ukyZKC'? 3q\3E-~8NC Ze6QyۭQONn&d:y,q)lE XO7aM%N\Spx&G; ʡbPaz>D;"ٙƪmˀQO[FZ4hȝ: Ġb'O]/QcEL Kk6ۻ{V[ `bJ3H`d86){νU}{N^T-wIN΋}|8vc 1,4 a3AݭqݵV/ 5|?5=և m/R;ܤО` u,ӌ_JoEown:ҭk;s.n vM_-[s>;H ΑΞm+`4]M6إTEjUJ=.C{tݹ٢׶gq'mݝw{M[(߼z}JJG.giW&;VAs}7?n7+50Ĭɘ{2]RjR{\T|ڸ~Gzpics}mZMܯ>M%zԸ~v_g7kNY-fd}':3[_rk܌:w}y:w77;^qg9[\~Ǜq962-a1FK4{_wWjfScܫ}޲v"o 2k:e?z_T Y?W^Ile3n4\sg3/:"+Tu9^忳\X_ WeeeJ&PPP }E:W؝H8(ut`wA7gv]b6ٙm#3uJ͛TrNO13ik7?>{bDh/ۭ 2nv]tgk{ozq CX&Tp}=µZ:v^֍W<:sL^}{ٶ3}3lOݻRsF^ΝO;@;YZMS4!j//Jj_[-z;j) ЋoPW;fYcm v(xvGLW?u*:j7Wˌնv;K;bjtֹՇ1f_j}ߛ֎zG;;Ȭ /s~e+HERg_nLT,U:u%xBW-ZTa(8SqV`nآo?<\枹3yNق ۡ]8RZIMztC.nc_[1H^n=Ҧl?φc{`C8{j4DwDoѳ Ru*\~܈SJ`fJݝS[봯Z64id Ukך>dvlG R~lgcIgOYl8ϴ/򕖪ZesRɜF^F>IܩwiE wTi=c?A +50,{2{RZbh^L tJr\NQAqJIk\Z5)ީFζt*n?\ ^=(cE.XY`Uc}:S*uBjlZ +kU(P`5vC}__!CFn OG봱ޯ>G}&TRT+h/2NY-QmqVPݺZwwg2lw˽C:kA(hvq=3z ka]]iۇ_}Sd[3g}A;=sHE jN_NaI攕d0 ]뜊4'Vyl cr_ WeoI&o_%0qκНT+c&3 Va.m}zzL3~\j^nJ0.uֹb.x .x .x .x .x .x .x .x .x .x .x .x .x .x .x .x .x .n ҭ[{W̯aٰE|:mVGM.mYf:\Qa &=MI-.7ђ(Gv.(}߶GZڝelK0w&=l}{ڮw:ںm133P0cw׽gFMu ( [_cq{jgLN}oB{~nD.mƍexXj3O/|hhYV,n*gۘ#zU^X=z[1ڷZkWcF`=[jmG9$vؚllRv,+Ue3v^4؝g :vfw +ձOx礌l↴d}'꽏~\~s5X(Wk57gAFJ%֪a_i}͎G8pKzT.娱 %؝EїB:~Rlӵ_X>׻u4vBOjeZQr 0|mVaPqrm\Y6D9qf>qX m9FkXm:rrmh+? xmcyԇV?wh_{too*HKm߯xb-^qpnwW vC􇟾X@ZL@]cju4=FO+]h.5vg=Z%c&s`Hٝ;/kٮVk?{R\ڌk:[ knD&Sٱrk#F^O/v`UkCOO5g^ۿ(hwvˈӉG'v ܞv'+P4 ObSw4ew7$ͥ!g|呺˃\غ[jջg&PNVwRidٹYW:uٱ=qˏ~+6;a^侯k ݭ 5v'~LX7Ԩa}-V(R^_TNTI¹yJFz7iӼ6[PIqH:ERmKӬcO? šmXCZaWk;7jnIFyv?{_Rkz(^L S:~"#{ʹA*bgm*m;Rco/oX:l^(sMv]/)7>- p9jFC;ےB +kXo/2Si;ּ?T+J?[^FL-صӚSIRtZ*+dޮPZP[Ɔ`Zm{vjc#OF޻?6s}1dX}\U ԺhC\[/=+k ` ZVah*vvHbr-m߮_6h5Yza]k7N^06Ӂ`r/lk^dA] Ȁ[>>\^wkbR{dލ՟a<YUUUrKu C C) J1\R /&vcvcvcvcvcvcvcvcvcvcvcvcvcvcvcp0>=0Wר!q٫;m~X6nʝbmku&&uGX03 >Yf:\1cw &=MI-.7ђH܍Hՠcu~ʛ7klK.m`3v'ɞeӏP^yu36Rn;>ݣo#n9۹K1crx3voH3S7qumS4amdٷc\X+504>u,o rlKRiV~&g2ܭ;]3@ʔL&=Yuv'N냊aw՚SIR7Sug".voKDk{'Fۅ]ۇ٬\`r/lKP[\ 7Rt^\}1cw #oQZ-[P.J?cO? šm*)i醍Z_Pm34.Ō]1cEb hv%5oAV֪^*d:v]ݽyʻB j+ؐ=_LmNy̭k#.&5`P}ÃĤ4ݽ?_ UUU.wo|:0Y111111111111111111 끧NIt)2SOI=!؝I~sCRzjKMk$6if^dA!.kӏP^yu2.޿HqMb~9 W+Ŗ1YܤͫU3cGʫV9ݯV|ORjNZBoFu:ro{McÆ-jSn3͸~'9gZkWmG0{ݭIi{7V&ň*uuu{xsց٥:W؝H3S7qu'\EܺCMkkt\?ժK:cjnn,wϹ\#uVw:У}=eokXs5 ؝3C5&ǙE\-3W/uҮCo^?of"kYgbmR?X9>N(]XomІ:nڼ튙ow;]{WN_oSQPbH `tA׈&,Pif'kJX knDM+ N*vf}vC_3`wOz[O.]%d$$0v'Cmq0ș[ᢄbV?u\إqO-?ŞE g+50D`7LX7Ԩa}-V(R^_Ti,Z:|^R:|L~]:QRV~k5$ϒ>OoqVP]}(]]8*ݫi2*ƸMZ6Ƌ3.V~ξ:ER՝~O JOdbsf9uٰE[UxŖN&>~:^3kxݚFwcgR̨RWW7|>g]s_1_C=\O@wZ#zp9b)̈́uCiR'vD k龹F_sSjm?%+ܮ~k9Uhz~FG~BIx]3j[z@z:O@vh\w?WT>jcy&F7d[3gcusXchpr 2%Iwo(((pօ"g+J1LhBQT(\ј;[~S]ʳ836ξE{~FvSᦵZ>P-~"Lvg}:2۬67_ڡ]1S N3`wa-ݰE~Igy=319OݴuVV.lTLzc٢G7)2.@*bqY'57d֩"n `fΐx,*Ӭc|\ImjYsr1Z~=[^e 5m3]<>-olbty @;͖ݷZa%Z;KjUomj4]`=]:v 3]2aI], c8ԲG/ۡVslŭ۷럞ɸGsكL/6iI%2E[u_؞?6a-YQp朎 /z@GtuMZ6Ƌz"hB"V?K7, (ֶyCjCu%n[DR>` ii/v'-. Wc}++J%oefNX~XMkar %t XZNhZZXW?J>ϱz;ol[9Q@kQ>TӊuԶFhzy*\#m{`Z܇9#xd]c&3 0bxݚFwcg)UUUrKu C C C C C C C C C C C C C C C C C{fXKnѣeZ=RWZEL=g^dA!žӏk}}Ǝmz%/NhEfxݚFwcgR̨RWW7|>g]sŌ)2c{kZz[ uL3v'idѶBzu0d.ޢT6Ku.VUf*/lz};K*i:vjc951}?7wzCf\)_%p38B_Εz]G%vjڏb pu&&uGX03 >Yf:\Q#"ٲlآG>gR-< 6v="r&=foQ]c^xupۡx.G)M.xT]p!d]@]]]]]]]]]]]]c&3 !l4=ߛrneb!!!!!!!!!!!1Vk2Cޔ7k⠻2{?M|*קAwozkVaА7}n`0/LeAȿNL9Κy t4;tTTTtd2Ƨ5a[_o}&/bEa 4RikI Sq_XoP0YTy|;ç~úى󕟟T:A LYa@u 뾺''ȞxYqםNVO$J>15w>(,s2ϓNO? Δdwhn\w1ۙ;h}9p _=%jwSt*V(QϹ2y=oH5N''fURR ) M>gJ'k\fvvwlzωþvi/3̰7iE"UίPYY?ɞ:WLF/3SZqn?Rٯ+/P[}_r}Kh,̶&^~z?_]XkƵr\M;ݏݟH]p{<2LД3ҍ}H[<~pU7o-],}jҙ>{H 9O8/p\WemټYkVv{>fL_ӿ=n=-(Wqq#WVTT/mޤp=r}>g{{<W̯aW\͞=[άkYrWT8?QR^^"5k}IͥM uG&B2i?SB 5s=21Ł VfA֬vڼd=;=|fippPTPP z#4h g 9k0{v )ɸGfڃ]mz\f'={ˉ'Uq]*))QC߫}/\pͭ욦_RUzh'kypEHw=:x:{v/|ml l 7og_KLg,V vPtj<WgcNuvCXR%2 >B@Z{lF:X[Pzf}3vp=21܃Iaj\>w,==.-aNkj(;m0:nkNHBT/e@}zU-憺{lо.ksz|smXeZ&L?-5g_\:mץD 3N6TI]拏Rqq$ԝJ*)R8pόPe8cGt,V X˥58ƏoNb3΄i v77Ӗ_… ]ǎ9W32ȸ7۝s\jkϤ4!=y65?jo.pee kF<#GeώӯpTZ%ak9:b* e':zW-3_u۴տhc3o8!qu԰T%H+m8c(J:OxAY<mL\\CP,yNyŴ}nĻfB!gگ^a==^-XԠ-vgL+u3)Wݣ͆V|9瞜v \U}6f'g㖟 gHT:]iS Ng9uRv9OdYDxI~~OaqrhUE__3K^z{s{^~^xqѭtޡ%sfxNڹ?e$x<صC¨;gjv1L^Ht]T^qWT^#JOT^H5ViZLП:_D55KUwTuݑ:y TTXE>BZ6殻dܧ O9s~ֵvħ(n`"Uޑ٣`5sRєՙUK%P[\Fka:*- )CCK35+ѝw. gtuMf8^w4(ҝwީaph=zuv͛}SZ 5XOVob|ˬU8;dbr,sLLy8"Ɋ03,N+\9/|:}{6Z٥IxWsi3QjyH>qߝwU&ӧdr2eA.75vmvzWYpA9pYk+ uLİ?pEwft;f$صbq Jg٥\ Z :D+T7/?cu= v=-0tG?b7Oz%riɃA{ˌ6S5<<ٳڸԵ^ocg 0{E-p817ϘѨ7w?l{y"y kۯ_oC O +_L?׾ϓ508<|D3þd Z-,,T^L}<]nH oMFc:R%*]"O  7}]Kng_g RCN0L.N3~fJΊ~s_Id; 9kLվX :?~t8 sǔhrTZ5 g.giU*{MYǘ6UF!߬|={J'[&WfJKа/P^~zz>Q,gd?PRSScOf <4H:t)tNE BU^B`_Z5R^AIJfVii 3ASFI_\RB>i3`}F.(=umL 0YÃpAvݼBworft|FRc`&s:wf4}FfO fN?{&t3~vc$} Q%-<< <1.xsj|TjIENDB`cascadia-code-2102.03/images/new-issue-template.png000066400000000000000000005230131401101653000220170ustar00rootroot00000000000000PNG  IHDR -XsRGBgAMA a pHYs%%IR$IDATx^|_-={(N[@WŽU^n**.pl--srB <ߓ+_ R f ,W+j\1ry|GQdzO̙C =g/_.#Gt㞚m^ fլErǦ\)w9=zL8$ض`g,\+se_A[8iX:'ɀ=E|Ss+jU8sig)_ll3/ WtY@l2= pZ|+{6anL&W!U6~@`W4[udh WÔִ\8[~"Y~Tt]!(9.Z,{ G5$Ͽ>oG86)/svaR#FIXt-|a1n}e;~<c[l?,^zUFt z9?KIIhjӦxv̭iÌ2w/R'\YUvE&dQ)ߧv=CP<b/Y*yIEEp4,'&,vRIIf Ͳ̵fDPٞC 3S6۫~ τm۷mwǟzV L/?|6}\sMH>ٴiY-YrHrJKK<8ژn]4'ɦdjdi#-ÿg gBXYYL1 h+nyW ˉΔ>4NXNϨf߿_6nhUNlb Qr`cyS.o#e@u{ 2RsGYz9?ٴ6d{d{d{d{d{^s})c_oOruS~~<ȉr^̭uߨQ̒oFT}fɵpi.Q4\/+v~alˎuC&V7diuCrUrT]!x(c"##kҧw/u?&O}O,ZlM%%a&)..6=˰ad&UQgԩvE4SZȶfz@TߺD!W]+k\urյv3uLMdҳOgMs{jƧzB/{j6i|$ SLd^ZL&`A&ץlax&D/$o h/_.]wqOЬ>(ȳ&;)LR0l8vYLLLe3!",,Lc{32 RRRdʔ)uVyo߾g9|90_8>\.^^!Qx/VЧدuӪ3d2\ײACLiҸh$HIKK1cĉM&2r[J RRcV嗚%τ0}Dkes䊫Aǟ,{՗^KǞxZX)fЖ)\~յҽ@Z{ת&***d]ʝ&\8l۾zxY}|)((0krs=2irmwigojd/u$ܟ&(\ki?/~ώ멨Ϗڗ5NN8zߔ\sce„ 2rHc6iH驝b p,ѭ>uzE"[Vd٪eEXǻk7*}zt6KX~u7U/KLV\%x{ 2פoަ=oyхˣ'q?~>CwW2Ѕ'Ŧ35sϘ /8OurwוڼgTRR"NP{E-7 hSIdY{زrig-r-w"WԱ+/JÆ)b[f>S.y[>({zXF jf<&?_;Ʌ#Oǃ~(j>lw%zVUlyyOW]sRVV&A[EHr9?WEj/*kcNsKc\w-n gUSL{,i-î;fΜK9ɦ!Ӑ͂if4d`Y0gBd2\SRT#ي#TLFf?͑. j& >UA<;去efTdz_/gL{z6"U Sj_U*BRHmt띺h6ǫIF^YRQQazC~tϘ@\&w}-$6!$fZ=====`g3!bMrֹSGs%,,t?V?OޝUȣOȡCrl|,jG(k=OMP\QK.r 41/>Ԏ*Bz)zRfGNnoj?=QN/~,TY|;$zk MLPcOKKKKK[[3!` cK~~)7^iUHػgLy罀 fǑ*nyWLJfQTPf|7y,-v1=^}ͬof>S3&U O$D}9qTcs{cY#ݪ Q9cd"lm^FP^y]X oY0y{gQ$'%ɵ\%#.в-%""B***$Ac"ٷo73ب7Vgțg I>鵐e-r-wEQKaQ4pL 4@?wGHl۾wèku-Gd{-dQ}E$ڶqYwܥ >lי'?4m^ _~qvg~gM7~}HROmk۶2oå}Z;ݯfZz8|g{,|k? ,ݣ{7ޓ@8qy0I+I6=-Mr d.NI6ٔ̃v4,oT7n8?~I@zŪ!Wd2L&\eY+ia:F{HܣK'_"=UtģwL} k3`䅉O˄r[84h(|˺([l]*nrϝK6m낗 ?e*PR3x*и[X8}gPqg%`bjNoUL6W-PN=Y>]zxdQof{-Qݗ&=+wkkT?T61hz %^8flzde)'xpFQpj{spFA C v3J3I k}U d2f 3!Fq咑Ï#%##SfIO˙:u5N yҺu+_ Ԍ3t.:.r=Ì;j5kNbRRR_7Oϐ ގ;Ï>15u=crit*~j=oΖj ?(W\vi";;,Uez~Ez87,:*̴dlE^뺝,τ:C.6GXxZ$nz=㊿:o&ojƏ~P4<;+ =jFxfP3\p9&9[bl߱Ӥ9ġ2ꚫ.P׃'M61=`گ8C*By{kt*j=u{ 4t-7ʈ/XT]a:㠇Yk R43#Y_:֏x&|r>kI~i[COII>oISϊRj< u_t$,]c9g);7?7X߸ftY~I5JMu"In]rrrdwgH:S,ۙ5.BQc]4g),*2vzt&%8SM~Rm΅.Y]=\Tb+ΏI Bp=====#Pτ2=w4?TTnHW,[$.9! URbsϪYQFii%Ure5-hҤoJ[)e xүOo 3økٱcIҷm ԶUJfL9gqI]Nd0v>h$(Æ 3KUJV8dz9CR{[:33Ir3JeL9R/w?3EZZZZZ:j-mv;ǟv٣;I~}M9 J:(+W6YΝ$];%54پ )*IjFxjcҽ[W\t,tMrfq-U uuQ;lџR3`Oϸ(|)^Xu,/5K.)\T,ϒB75?βܹseرҿ}ܨKbI&Nj;jY>sL '&#####;DLfڥE$d;/y, hoӳӭ[WiݺI5 gj3{6 d;Mr֮$$Լ0%6&F5qn߾C LzQ :v0ɵg(// 6Z}$550ZmZEMxzO}ս[7iެIIII1cƘTR +s$<ɚrH6q_袨gfc+6K= EAι$8īYaTi&'Nt;KLzz̘1C? BgMĨQFɔ)SHm_>b} &-jL%-^$kdnۣ͵x1͚6I>)}4ߗ*+.M.)111f M=?x+>Mj9/Mٻ)tѷF.=ɛ9+))їREO5H}x(QkUX\Sd۽gIuY"""LṲYOIIddƦMf|))*,u]M_cܹsfү7 KӴ45hjVDfan9iiiiiit-fn1=Bj3G]PQ^.&Ƭ"M7(Ju99rȀl?h٧RjqjY+)))fǵ9S2ezI hN/z}TMPsg!##;G 3!D  1=ekI/yl,$}h(25kD$h*-S''XQ4MY6z8oR4cƌ1Jqg-W&dO=vϳ7`j\8cW4;,;c%u$+2YG"חx&K]V^^nj&<"Bl߾֏AE-[0KoBׁYnF\s7CNl\m$֯` ̯*پcIOkgp*M< OI2K(J>SW.fQ0 j,s~AY#de 3!Hzy͛K\lIS)EE&G P'֬\jnŦQ3xzw#7QL-mv6j$M61ɞ:V۶nmkka=IOmx.ﹸeYi^5N?N$54ʔ)S#=rEKKKKK[[ 3!h^gJiڤYr-&&Fbp`dCyy &՜3V^#6o6fԬ* /1أ-ϨlQ~}+7x15{KYYqVZy_>fɵEKʊUMonݺJ֭LDePb('7F5FWQSF89sY>s\SE1'&&HJrIζ!۶“M6\js |T_JIIytILLݻLofj*}6&6x@IJryԱt$gXWRXTٜl0&6d@i`y_Q.||xݕё2ycQ@7L[6SϮZ_mGmMclk{ę*|r9JY_u"Y:- sqO֮I5NM͛0EGozjMҥs'\f`b#o59 Z_EDD'hkjϧa?Y.8j֙>TvczEFF♰0Er)_oN5^u{ i&rS=k}Pfy_껴4TeBw̒ ";$ߨanorS,x<fjL6MisMvvY86llllll/@Lؿ?Cǃzo9LINv\]||t$׾':թ_. Sdة'*|yU41iMϱGnһWO\SEF굪mZɪkLOY]{)ٸiڗ_|)>6xۻI"s:LIXg /*޹h. HJM_*;Jq %cd9h9VSeKVEEg''wJj`<4KIg:Jje0 bVKdddju lcmvyIrŗ?17!r9g^TTt$rrscٻ ~3W3H |MÓ%K=Ovez<+**{^^|5slkҤ~Ica}˗eMd8 yq去 ښM=?>_vb4Wr,\X/8>>'W^|.qEo7ߞbz=L[5]m}*PٱcѲ2Y*Y_ۺ.Z# !*n \!\1#*}`ڍfJ|MFU83Pj*8* 8[ҴISٸiGFFJ޽dE/gƚ6l$~Z ;diӦ]]fq 5kMV-[[,;t0=Gɟћ?*=59giy{J؈j52fwQˎM}K d{l[6M79K;n$&>5?u:^Q/<~V7}:vE\h\疭d?FHA>Wo 䡇'ȗ_}mzՄy_LrOgy>4HԬofˠAvĉ]Ϩ™-gc%NJSUx捥etIȇY9&9x.ٱ~ƝqM<5kɅ+-X;VgW^_~Ogzꩋ+-gJyOyͲSz'>4ixwg֭ 7zY&yZerQpYI"ar~dI4=5S\P.1&9 Z6XKʔ̃eQdBݛ)Yeٻ.gЙ>}1$3kuбuT*Q㇪d2L&\MӴj[z,BƠșf,//&^Nny _5[[fǹYDD~MS/]P5u3^;]L'8T~Q gaZ gg))ʁW$KvѥŠ yy=Ì/s|*Q>: eSUT8QT8,5gEKKKK[w!)ߔæS?\LkwPhqdQ<4n,?:A.X)5FkN}qiۦ td@P3O?ofzDGG,wL ?v-gO"T[jTA*"R\Muou4YY 4]s3Ңys[ڿ^3BIvvYSWR!_oɑ=?KΖrd32ytweChs,/QE4j;j{*{iQYҮ];IK~R'Wg,Vd2\7V!5X=#h( 1j~B~kt=T= \]hT1K?'ݺv1=#G %'%^w )qCSHw'K=Lo` =n|;2`gHIIG?\cX<#rsf9S_2`H]tW_ Lo{dj{ 4_oΑ_vbTfr3%SgUDS\}]5{wyhL1lTڎ/֨Z2˹hĈf c=CB%|d巓S> B˲aޗ_NzW>]iWK,?v{&ЏW2zCrq;o)o*  $ =y|_"[ޛffC #]зOoƫ2'i&W$??_gGu*׷|4ms*QE)r|tҧWO@1<;e ϗ~m6NM|tKkT owk/=/zIϣAN{gs~Z>A8jKqR]a\۰H޼o.Y37Wv-<\eTVO%oܹn6 IIu˒Y9wfԨ cI֓]f12u2sȋ頉rOkA.$FKtx^0?q nojw7I]PJqrz\>^"k2Y#ٛ@?^J9[vYҧ:***d-Ӝe歒i@ pءS 0 <8t(O/X(?sl޲Uʬ[n%:tN*g6LZl`-r-wȮ{L=Ut+/JÆ HFF,]\PV^#۷\sхLHJj >}zIuRM =jޔˆd7 ɺXߦy:vl/ N( R}.Y\,[&۶m;nU8״Ic,ݺu ̭v|>9ٹs=;qP9m)ҩc]HW+V0*k$\zʢJ{7Ol6Ƿ6=L9U_V|<=9Seܹ&5\xcu]Fr,6U k:\|DItN|raxVVnhwLpd_-6}PO9fzFP<x&fZbImZbU:x"Ǐ7^EN.Q3%+K35Ѯ];>|IUTʷ/׳f^ϊe'Y?v.xх8wɜR\PQ,eL߾}ݾ./x?i<(a91DEX<|MW7G!'D-ϕWN" |RӣAG3w4MϺ`:kv<27Hn(~lϺ`c s<x-nxlYlIu,wcƌ뮻$zꩺ8:5W3̙3Geʔ) ŕM;EeMf(,m9C2]2,srQ[zթ1H~HՏf!s=sՅE@M竚͑׵!| mO_]oӛ/bR%<@?~(d*foxu=#x(=:%ټexkcbbΑKF JTTwG}222e_IFfŽݻɫ/M͛ 」}z( إf0aIk׮,_\ &+V0=zL8$zuZ U췶bWdCݥrk+$&+Yۍy|lɯ(ii/my\lV:g6NY+ܮf-SdX$-[޻piWBNY>yx4{CGM/> ( V:-I"WHoWN׳Ε7'bz%y~?hEYCBkym2aO=[*QyLc]4۱om3u';:\%=:JDX͓ yvdY|p iC}ޟTN{i 7-d2d'xyXK2}~ΨbW7@ WT?Tጚ)F(UQpg\%N6qMrfG=0*77I5<=g2x&_v|tsrAa~(jk1QyH큏ɹNzlsay;$1Ώ9;S=>԰5mv?+Z'>&|-QԖw*zLx;,KmH8UO=zm[YC]9q@P/%==]*++ujeƌN͸3l0}ZٲeU۝2e~ *͹m'jy`^0$9yj˒UB>)u*VɚMюed/)*/6p,6Uϊxs~F▧{,{ȧ;g˗{f*(14m*kk_#k|ewq|[iYʪ&qx=UD24EJ ۦo|)++2ț[?lߡWsаJs/k}\|wJ*J%`n{(-4rBn?vrAVF`ڍfJptUTTȎ;//g}-[ӷ[jW׫_$DɿLY+~Edd$2jHiB"]*RQY)֕y~㻲&wq\by,E`۽ʴ_~˲mڿ;;^vf"O-mmw-؊Rm%̕/gRg9~O:Nozn T*8zfdq{n1ٜnmZ|Ky?kzvOw~'Z <6Ujs>=Ue#TmNknr Wj[B B:ssse-rjYlݻO+^VIIҶmiѢ.ؿtU40u.QcmmDXKb@[t܌2z>oHwwFk7,jUcoa4k,OMfִZn׷wuZOc^/wu;jOJĶf/W>-r7=vNl'K^i]b<6I3VEh}km+m3孭j/ly&Ir=rc=nSLuf?_=Om'ur <PGĹ-QTB].tEuIm֪"Oy[V8kfZڎLi\/;Rhlv{tv RyߎAj])(}֢"_o덯۩޾#ktя/wlg)E:;JןofeԬ0޶מxYߡ=I)̐wge_(SgG-bȉ\wB~kv7 g\تm_H·|^hqj޲ͿZB@q~)`5|kn}vݡͺPȑ[Nwn~pZWl=iToeJAYo-(2:~T1WZp_/PkHz&u̝ezwkGF<[s+w˗{~WFc{}IRdY^^Y,=ּ(",Bŷtsb;s/gYŇ,9ZK̖\phg5gM6 *${EŲ&gI.9v~lDF74~Xmy e,%:I&g[$!2|lvy /'/'McRͽK,S:S״Khgr@I$Iy,ul9԰4N6YznY$l)n ߀`x>c|| <,Lb#۳3s~ˮ}zkr7-IQ ?k)p?#Gbd2?9}>^H|DيD˱3aOi"ag)(E<<+ٛnf 3g?Vڼ|⚺\]:g<g塕Ϲm<;۵ G=_zx#KɾLK62˵I=]}lWy'g颟8?^5kzx7mT u$$.BsE*gwZsYk-kC=/>fsQ3x^AYo|{|eZ\RQbqGX"ּ(}4;||$Y+_g?)12zs/,/ ޑx>@?>?_3c[%E˕iC-o>Sf88{x_ ǯqq#ݿDn^/{N"6wȄ^wYh\m)~x=;'%r$Wno*oxG\rG$ _쑋GG[7Uw.\WgPu??UrJLv 2Q5eRߛڮh~>2ʭWMTx ou<6K񾽑ϒSq[8fMZzpLX R9ǫy˟7|*d,2E🏽#xGZϑ~}$gP9'-ln:Iq~ye >$}Hz[.h)/mf} <kkmW\'.{BFzL./^OUrNZ;=7֯l>TM,yx2ʧ;f{ߞ7^썗,7 ?g% 3WZ?zx[?TrՂH̲JqyI'ФkoQYrvTQ3(f.i; H㖷xdzx[z{:2ax[솿5r$pPrR>o0?w_ 3.ML>lNe3ԩՠcKc dɁ5e}Kv䡏K5{&/;m*. 9n/i}L/;沊rK{DEJd{^msTreOWTX+Tr5Rcz\.kWZ7K:^&Mbܭo8޿69ʃ<5.7v?K޲z}yvmy?Lԯaww̗;ONi2Xφ ٌxWzO}C6lXg%oLdOO:8ezy=^vIL#W;䒶gSR&dȃnĖ^o˻ - Pk)CRkC#lY^T稤Tfew(>(eEϕɝԾ>OFq׵ylc"|\=oׯL5ܭ+o}<*ˮ L)OY> S҉M+] ) <*ʻ*"U:;_=_| *Ag_xڞG /u~s~yӡܺ)(z1rFq'M/߸~֪YGF',6&SLn˥3*P:{oOq!%12A5~}m®pFDW_뜽qs0Myy lJr~auj9n%rY8sX3.ӿisQ21S23j;_Qٟc!#x(Bʃ?Գ7x+B#s.F ƟEY:h(R)oRhٖ[[7E޾ +ٔͤQZvpm_+mߘ!ǖ IN!s}k]@ 8(@O_xV`[ܳYZ+˭7zlllxmg_WyE:cxm[niXj .x{>ͪȗ@3=_-v{j9@^\+4~p؞:5Ye^ ۦp:mBb. LuM/W^0MjBWzmB:#h(@f:rTF4!~z]Cj][?=#|w_.w|I6&ߩ,>(Ӷ~)|< sofxt+`ޞ|ݾ=8Ϝ?-v[|ٟ_/,Zv=N})4_Zs N獷}:] re.ZQTaCW9W;[|{~ooTIYypEo~+1ʗ.2#,{rFTOf 8tY6,M͇J*FD[.1v)(,YWSh:{W`J"=K6%bS%.2V""̭UXRhl%k7Wl"ڞ+g✖'K7qp=vN!Y|>K?':A彍<uٶ0Cg.77~Ro`OfsVҊ29X$k97`rEҿQwIJb{OUq*Q3Sy;>eeۋRuwhਸ਼5-R}0>QxFeUdr2HENI[iP*l$UL֭N互s4gzG!6㈠x|x@uR5zdL>Y3 30ڐ6#(@_us''[Vdيl"[t'-,{rFTOf `+ϼdeF)r7KJr +fd.5̤cKPT\,3N/ZeągKlL?xp0lcO7Lz;L&u%(>d]?e8mM 3#\:Zx,}ʪǺ:?Y_u"Y'rֺX #f}i6Z^ZXYS>%W䟸Xi H>=[enPWd3/!Y9GQJ{͒dzʬ?du9g 3r-_VxC|핖an/nD\Y.0˵.K&dr;-uwۏkAִ0L=RXX$3˫oO=Ld6nKIIXIF)&(WG&WG&WG&Ww3g걊 Yl< ?KYyuҹcIUz*-[43 :]k=d2L&׭9gB@Ii|'3)Aʖo+ONzMez/Ͻ"+VizȈ#A$22R_N:X.y 43qdQJFf|/ {(OJ=Hs+ϼde:r-.:-<RXX$11AcAQe+O?ϓ{cAߍ&uTk"/@~l7XW \&qq枾Q[du%}~KJKͭAB\]:wj/sU?uPv&ٗiV-InW.ڨ>^PN9VyݴeһgWo7uh,;>cIT7@4xX/VGI627T.]c YtߴU,ߓƶ/m[D}7țbyw-%M^)0)p>/]ZUU{8nd>{Z7g+M+9~Pe|W?](%YfseLruo# .ݟiyMȟ12;'?H7m-㪿5ֿv!n ->:d`@?} 8M:]*-Y᭣2-----m]k+veծm?Uj[BV׋gԀ"UH_4Nm(\t[ \+,*_}',^n75N ~ 1֎lشU5[v{x /4H3O=QN9qdW^'5~okd;`7*ٵgLx@{Pc{en~j k5^RF?>;Vf}lܜ~x/w,i`?WSsoQ+ {}Ni;߱;jXU\xި^N"`~7B_*;v1=V͛5ѷ] ~yjnFIMOͨm~{X/9_Ϳ}WNJnN>#ˎd2|sŮb׍c p5-Gr)):MÔ$lݶC}E}301CՁdݧ2_)jEsQg-5xշ f/Shy?6n6a}29>FP>+m.߃@ թcs+o]z^ZTVLn3xPQs~/{NU{kYh}^N ݏ\,>[9[&OֿGQ]t:5mz_}]2o= KMdȒg_|ӯ_kfs߳/ ;N3}XP Ͼ^jC=}g gu\b﨣I퇚'_kT}6o1Tǀ^NSomOx|R@k ~u[}}{-=7ϕ'<%_EMߵS{+&d/o ߪX:U0sN3V+#G=llllll/AL=WPX$3Tg ^|<=&V+oM `xWV;[?S>ϭԀ''z^TUol0ڎ:{:txxRsAp6Xxu ^N3@R3H3VyڨU'k-5?/A &'3nC ~ݏvj7ڞ:v1TcP?Sn2_~y^{mq:5둫bxɕ:OK;ogRp}qWg_1ֶLLdGx Ѿ,TYT_-[FoUNs4ŖJ'%::Z9i0xd8nrqY營7jL1^YqQ!!ٽ{ڸ%]6njz=""e{JAaP5N^=a'睩cnqr0'G9*PgQO:a5oO]Ί&--é''g ;Q_p~ ҭsGi޴H^`uHƩz}_{ s2tt!wdu|uN#/8[:d7HLgw@7~,3_W "Cs~?Ϊy&&Y߃͛Ze'X>fR_~@Ʃ s8TqkLuIsԦU )..3ԷŲxxOd~O?EFc<.K|\ 8ImugdcڦhJϓЯYUp;y`IkZv +`}3gE7GQmS_֮37ߗ:ˆj}wwIV-)ڨ|O;y[3O}z7W#9}ߟ#E ]nvL\p2³y<&s^׫DE~D w7X^&8ӹBڴmE>?57:[\yxV/zPn)ȦL=oQ$9K W[F%OVq݆-z]X$77Of|ھSwRZZ׻Ͽ]>kq_w騏SN>v!e,Wwʻ>u9R'U8pF}{5#mT՝d=ѵIܽq]۷}px鏩fI gKkB&WG&WG&W,OiGY#Զ%HVh,WoF5;5ٮ:m7^-QQ=۠Ou䒋( @S~'Olj0_/F<1kO&Ya3ӫK:m,>rTyE R@&^`Og~-kmt/p Wg&sreނ%:AVCN;YS:F%7lуIjs잫L^sw1":NpҌ3m^~ټ͙37Pa\8dp'*Њ#}ľYs|aN>Bj'.dt Gưql{_;׊Ϥp#7>OT:ڵv[ 7QL! 2K⚢˝FM-iyf!+UH=Ǟ,8c JUE\[+1 O9X>{ Gݕ7*Er]#w?y#"Ihu;_{}l7|$Q5$"!oҔ%b#y2>{C"/ "!* V&NFq@$mPx )bDct҈(fMS{nq5V[0%K($Hތ]{ted]Eu%WJ$Dv}[|(8{[< \j܋TK}CB]gby$8{;wkUnXqLǺX~}G0wL?8.%E_y}yaf F]]g:zWMb=FWkuriH?gko-ͨa K/M>|ZPcJ~y&^2a;/T9*Ƅ&R||vKh˱1z4ikX >?;mވD>{K+6Dz*Q_bV(Sx)ޟ0pm;)_Za'3.U!]szc}"ƶ(Ĉ}¸ZՄӺkѨq!DIMٵg ;Y㼾fe9C\kyZU{>b;%]ZH6Xot|<[_AS,!OL>3Dq>O ?U:Lڝ񿮿%zǨZIykQ{豬H杬#iI;ne*E ^O`ϾrhWk@n/9}R$2k$Bq'/4g_|aJRDoeӑ8wJg_:Ԝ{ gw뮙tI=hZYpʇՓlfS))Ywcr=wU@˯Gk1Ƒv!GB_3uM]+H(zkLGb"9sXh+Et(GqRt2hȳϿuk*ˁ%7FlٽBG(鶻jQp G6ؾ_ Y~Pdሎ jGCO]s.N_,j4f{]!屇ToNMq 5=\kǿA*žw{4)ѱg+KZEFu6:WOȊ͚"c낉'*j׭FՐxLm~cT:ʵ+ҙlINܾcZ$x_%LDHlLl^#s,)"u-7ɣ <_+^BH.@ qL25=Dn>!w~Z3mYZi MI2,&~.^{mzjϞ~UE{g6JKר(" s$.;7'^3^{QvaZ/Z .qs\UALQD7jtw~"[bUmZ 56HUE}C.c Kn4gߋ"l^8y%1b,z;4dՇf^UEA]慠;n|"ٳg_hzQpjx@[TyX\X\X\U{i gځk\[W^_o1|Uw\?CKJd GMꫦ>}zQQӴ佄VUc~}UE;lQD]ɱͽsm~H~1yT!N#J}z7.j < 0{>kͻGkjgh))ؤ0F[kߟ2Z]7jj/ccb[uu> Q[N)liǒ(ƪy@t YWطީU Вf&eu$x5mզA>D68-3p@5^1 _vg 5GXVcXcytŮEۓnlf{Z6۪qR@Au]U*+f/~<0baItk_W K SX,;pLQ<]z3A]qo>xzᘨ}0X:}ӱщBgB$MmFgYji٥Q3>iݖj{ .F-{ԙX"kPI-G{wJXE bqOȣ ކZ5]lÚ/ԗ]wݻԆZƊD՚I+Y$ -306t<cQt+!-5M1#}Z8#cJ㫹wӏ5]f4Q46>RkK w`V,S<uU߷;4+9HUW1Sߏ 0uyp Us,ާwZqyT!^|=p)><]gL,UEϣ[,*L49}RGW(bbb [\XZ=} Q0aaLh(^+|^*.?z5 -/5 \*ޫ):Լiɺlv `!߱_,g3bq>L;i=g:HG"~?q,UkLSERNb1N#ؘ[Rx&C [gk\0xd%[pUD3҇5:7VfנeΊpZصh{О Qc(C5M[H39]o(j*ƘthwU$ /)RLT yE>|"g8'|&|pcZk׮ivIg~i7N={4.͑wdjeNGͳD2ej>x,X ,Y+A9:T̨nK$oƺ)UWYV|s8b{[Y$˫5VkY(^8vo_JCJ'MsDRfͻG^Dw/>-q,L /i޼yR-mح05±qvaZ(L%yՒʞlߢn"~ iՓc}k*VJ]04;Ҟ KP?=oIg_xE.?hݖ44yT(BHz[VYv `!R7/|bƴNeH^|e;]DCzZ#Ӡɗ41/K&*]OS) ?GK;J{n-m7HlXº}Wb灦 7pܟGttH <ҫVö[5לО}b?잦Ϟ:_/:uyljjjjjڮKޛSmyS.5-:ϴSwjuZiV.uY2yS4Nԏ䣶 tn%Nl||X?uݡ>~oAt; Cl海)wzZ,J'dHQSK^lx-PױTw~nNL͟Y)J{vT(Qpw^i=w^(ͱ2;. ts[ԩҬOk_C`B>@\[b-LV}Fq NJqZo(_񃟧 /sV,E1Vw _7Qx/Q8Yp{i:kQh׾eM#r:v5i{~~[|FP<D}v)Z4Z-i+{3Gv~Hfq'Ν>E>9?-+8,7ڃM#޼ˢ + ΗPK~\&Lj2,=p|a,*ǽ3>jJ/zUXyijo׾4s;ϚGqUbqUbqUbqUy5g"xv~ɆKxgR]$]kEgw׾Z$[̺xk޽w-]vMCVh߉Hϵ4ȵviD]>.YDA.6`x޻S?"LG};.nWUܜ!*y7 ZUF#s{GLO^ۗb"g8'|&|"gI 3&yy>:6@5^1/-0|ju_\Uc;mG>t%W}/_RaexTx|I݊2k|u%K+;Fo;*4e}'.鍱%;4b6XL]rӋ//nOh)jc'/gNt֊uVӜ}b8Ώ:i>SjQtYsikֺhKq]N4|gӟq]g^sJ+.uukXR\tEVZI mUQXs_F?BtIG̗49aaͽm i䥵ݨsS.yySks?5E&(kԽ{|I?hMԣG,ԏ>}zי>=;M<ХKԭ{gUIT.O?-* i!9[#\t.?~_-}4%9#={NX*~[X ϵH@)S qS8Ӻt@bph{x4{g|m遵~j&_3>ɒѽ{ZOD#R#:^.կEISA'GIQ(DoAAgaogEۣLk^zZqIaӍF,%׾窘7?}6iN66祉KEc(v~D%"'\PREB'Mp&~֧TItL%US~KQub#vjv;+m.c}z%X|85}<}FO]^D*+ I8ֺS{$>E*^*Ɣ҈m5WK=hcckoZqϽw1Եk|iEAB|oJU2pQ3{J,=a>}ju @"&R CzUE爉&QVGLϵLl%A[]kAY>M/Z-!m\; ZzqkoU~0*dôZ;Qs&сU8u>Wh]g:HvMkW^OO};YMMN(}04 SJ#?mAaL;86ud]ڦpm2xвiՇ뮕/gZ(Uqd=UEgQ*Et+oga5Nbwy1DE c?)>?`څRoΡ5cSjmyݞY>^{ӧwZkUij25G^QhqyTީ1x_!t]?^D)S.:j=*|2kVvj8xtɴm=QpTK_ari-6pm[׺޸羇mmbˊߊuO+u$ӑ@]U߼P{DkjtP>+B*.ĮJkzҔ7T1^Σ ',\T/b޵kUS8VizUu|ՎcQ2|Œɵ/ Ы.ΣO>>{4oʜ4ּ+ \y;OVh}g:^v/w0sԃZ!ʣ >dH"ar/Q<ҫiD{JRVNᱧZڛoպ+}OCWGm#u~+ݫ'Ϗ{g|T7bڵ#$cBlGC:D'ֲ)-ѣoLvX;ѿFjOcc\{ՒZ$IvD4щ(4;h(D{u^4F'cL]gyT[$NGuMO~61lc˯}.]:\7,?hlܪ*)F?B,_KX)EE[]kA:w{V72S?Z(lؚZ\[I:g33fã%3Yf=|-3M#֭}G|ݠC$"I<4@$uoՆ[f`fUEwۢ;Gk;llVL]k}湅YN eINsM'[ @ͽH,鶻[ԕ"8&ȇ+Tu9kZHAM)-cJK=}MqnjNbu$dOhqn"qMRSt4UEϨwig}1+ j؟(+b1UEuB&LJ]Z+<*==3QHiVYb֢bOggE+UxгFR34Ml5`>v\zuy3$:26FanT;̮IjN4M.y#ᦊwz0 n7`xkJU(gi(;6ZMhjw4yJw7=̛7/]w-Z[[]kA(쭹}<}F;.\~ejZ{k~]P1aQNvy{%'g>3e`rˤ}NHffMk%lEy_%5U;FߜwIuZ~Ǟ|&]wmwg?WS]wį)vq,!Hw;G=%E6V|mwޛn)ͱ޷-eȗH߯v^|wXݓ{K-ӿ-웑TܔmQ,ƀpkv=Ԙ^Umm$ۿnhVw 'v/dZY-cJKJa׿nщqg֝;?Zw{ibQ6q KJ$JǶnlMs[V=BlyT(nj|gkXXm>2ém7iD' GY>k؎{*G'mqYX["-x ĵwǍ=ytnuRźBE(جj4XpZk_Jc@鷻?]uӎn//Cq>RXϔH>Kuݽx K[##|viTb|O$)gnɚ5u5L}􇋯I^,a4~uw/&kjwHu-wO ɱwnkC؋8kXgXְ()-zVR-ˮ8; ξinerg⺠fHw]%/ _<Q"gIqbI~i͗4N!ԋ"ܲK VX~P'ݲ#y1ϧޟPg‰GҤ4[OoBxe. Yk#Ґ!'q#!uGfɳm,?Zi/W]"+ )O9ZwӮi괏pi2uZ$%-~q;41/K&*4xi'~6KY$ÏtEǪbKS;"*gyq8p%1*coƨbJ"ȾaXƔzwb\zd c?3նw񟛪u,j]Q.ٸWcH]f8҈nm56>]-Qqч5V5xEwU|q{>)6iѝRH"Hc^:]b3D$W^*XeϼzzIg_Lc z}zͺ%:FaX10hu㘙0ir]?ccGs.9w?(^7Ͼ-V_/'#o6swM=)SUUݞ1fg_tQx/DSk7HKσ^.*}<}FdX뭳f112^~5;vҟ|I\w{:˳sG1#VxZTXRО}[c`ִ(YZx&{ɕO/ZB$4qYBU1L};N7E$qnu%mz&5Fnҡ_ڷݐ84[3V_ut_u䆴v"V|\{S%kixcE"ۭw]KbSO8" Y~PZ<"\WX%"#:x4Ek4W!?M* TEiLiXW 4$IvDB\]63aau%GWw?xz:սf+gd]"u%azW#芳[7pR!]򧿧|+_rQtcM=zT(Szoiq獦碻{[x *i1It7-΅Mў -9{͆{bo.N:Ьט7|G٬;⠢Tۡ\+5-)e "4{N4IDR_9& [P#_Ʃ[N?우1x) ]b]tVoq]݈}=vN?fkJE֤kQl:lkQh𝯝Ԧok.iwƞb;ĸuMkjE7tZ[kU| 4jZ↎#v'LJ<_/)S>Lg|?[\xi+.we_Mqn<.gw*~Ï=*&3gexZy!Yܚb2yҸwƧy.kY7&-7 i[9.s鍷NӧHSBiCZ >4پ0viGܹsg+y;8dpZ}U$펒ZjNv xD>i9b=W qtqqy*Ǩ->>OYݥ()iwңO>^z4uG"xvzM ۺy]9QsQ G><gO>1:ϏJ+ κd7y /ƨ'U*KtiQ]uͱ1Sy* cl{6 JF}zJ[6k4Z1W_{3~Ŋ.|sVQ}t *x_y|'/RW;WrVu-^T~=+?¼֮\ o*8=V8߽9v\)o~-xԭѯ}Қ3嫥5- m,$g([g([g([g([g([g([g([g([g([g([g([«Ç@鵴EʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖʖV|Ƽj>@%s:N(0|j\tl)l)l)lu_k s Z>Қg([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([g([«Ç,\GNӦMKFʗW\1yy@sɄt{&^hlIiܙP.5 wai6NZ:jiM;vl:s_/*vEH5<6oJ4ElXX,^v6M 3mzJ PN͜uYE-i~eCk!m=rۤM6rӻ˿ Bb"a.N4.pݘ+ęS*2 d_vJ] g*xbX,n8?]/?Vh}:@3_tq:‹%խҊN:4_iرyT!:,yee gYpc=V+oD}T{t3~)ǝ?v锺3:mŶHpc8iRgsup>czt,y{toބ?wZyv_8@;9.(|?.™/bX,qܥ_9 g*'FLšyw|?mÎJwso={vtdKm饗N#eڴi]W5)R[1TPB>wйO;󂸂:quՉWĸSN8_H7|"̙3'=_6}?J3gʟY4|'Nޙ/̗6V[nZ.av~yб,S~cB"qv:ҫ/h= ')S>̺atiML_OWy(7o^z>vԱiͶNG{bϞ='[e7vzZo|Iu|atؗJ:5?q"'*V"[3F\:quՉkrܽz)G<_|F)YE'=2Ku]'mvHw}OOg߿>mNiw:smh'{,bZfj:quՉWҘVi~#+&Ƽj>as4c?|1yT[t UVɗ4τ 2YDך. Xoxe};?3jk~|fZg|IyM\vEvGo~ykx*'Gydꪫhſ#-{~p֏ӻ˗mOOɗ43EcǎM+rU٣s?K+jc˝Szutf|)15̣ ުW<P]eL$WNx8OVb=ŕ3?_OLt0 xҫN><ۮ]vM/n/h>3g(3,9tgQu3W,-Q_Lѐq)͙/@z1}~^1x3Ȇ?ΧVU-655555mo9o~Rk/Tִ,Sr:4]piV̗7wkM/s駧[/'wWkZ̴;f -BgBlk!}̟dE2u3_x^f-%-ge]oy4kƍ{;M;RZo4d iuN];miPa]tpb=M8)=5ztzKLy;*UVN+8$mi FakuǢk޼y{}<^yϷ.;FnmZ|>ƈ2ӝwݝxo|M*Ǧoma{lz=ך>gTazsWݧW)U6t6[\r~Gҝwߓ^x񥅲ڪL /ƌy.;?pjz7O.?xPx flY{XիWl˕[Xǿ}X|z{rIwԣGlZc c:i]tɿ̙30?uo|xzWҧ~=7pV[nva4heֈnx?o{;[7j b;&{Ҧiv oNNw=¹J3NM{{gC^K&oGumAϵ?Pb< c:" <(_ڰKsw>9kV6Xuאw׿^c:!_:0-|i㿒^.Կdٳgn0\{|ivazZa%mg?]_8o멪{yow)1Kk:lh,5ެYf,\&]T^tjnȨQȑ#Bt?yH*\嗣Uxy5♺m &nwi>?T4ir5]$||!_iVLn5?o.{%Ft͜93]٬™EuɧΗ,:Nӱ'!Ӫu*W9}G4p&hVv]sgL_R8bݜo#9!bžwg gBGıpɧt(܊?~t~=/Y!_vM _Ɯ蚵(4yrOvm .$>]rY6.,Qܷ cTS;;;vb?}E!ŗ^v*l_f1ziJhQ Ci}m5KJq,jv #Q3:RL8SY8@WK>='|&|"g8'|&|J1F"fzӦlGE/hO$fIx\*_ &K[.>%7kvRnI~=]wÍyW7K*DHm"JQPo}/{-5(hlJ]xt1'dZ$_k3gN/:lJ$̟.l,bb_¶C<6[[ǝxrx\w4?۳mvks!S[KX<JѣGs 4AamZ]|ZI\:quՉkSX+LWoY.f@ľw?KѭTRߞs^9ۑan,‰bb?f1ǧy4_Rzq~gwǿ/i~ߥǟx2_R>xnVĸO揲P*f q-o}]I~s n)SFsUScjjjjj3vGŽʫ.8~$7$@󭷧otŅ3 -/>Q ¥kO6}Fbwܙ5(2/~l4J{GϣEK_zEH*/87/i~1QsVa,o4LVe꿦?/WMO>UGkk5֏tCa,n e, X{`{Ux±9#G|`sO-߿ S)c}ibZA,Vh1G"hjͣ&OҨD.pc~=zH[my ǥSrB"-ѷo];4ECDvc!h#?cyCEH[oO/yT!>{QmҊ "'+L/kzlf̘n&'GRc:]yߗ^y~tzgJUiw> Ӵi~[qvyggekk֖X}OK˕IO>@}GcEB8&jG[l|iy楧GI?8 x>}SK*}?k/i̳Kkq,[?:{iۥΕٸ5{̘.7U5ev>7(+:Nz( /w͎tٟʣ6tt̑GݻKj[s5ҒKϣfΚeQ!?t_L/?!;[8n+Zw?7-|IuZ4vȿs]U.{k: Qm]tMk[p\Η,PlQ/ƧzFbs/_ ?TVēOKvǤO=yKocJzw{UnE=3gLW\NC8F1\o.]'g?n6~GA}-wé鸓NWK?o~}s}K-/-οx6L ™FJGrڇqt0>?{vmW}߃#c(Y8RܫZ\yX,:'sͅ9iiM3(H $L>#+{￟/ &Gb翯sv gBt~VZqH>j\Qж[]^|4V_mբ}РAwǦlTp>xza,k3oI6sQQYaL}6g{>J8=1XC3 'LGطƥ1(=oW_Qww4q]c8™7լ;T]cu رcgGuYoZa?7]g~ޟ38~q/YX]х :H<ɂbXbZEPtg̚53}:<- {-_ʗE0g໩_;T?PMC4䉧N7|kכInUe%Hw,TXneӉu0ixݻ@N<_z|~Qu?G-ѷo:Kkza~GQm?Tz/MԓOlTo~/u/hoz-XgiUݶۤv9j'G灇J{_V/BƊ(c}h':DR"}c?EWq,lϢ V}űMk*+QxsЁ_P-wGҘkF:أ ) 9L]MtkLՂJ6ɽi=z.|얏0˛OSk8?eyOk=i'O789}㵓Ӿ~?Ou>#PDE[|*W|WW|WW|m1E 2qtwQqlͯugiCzCwλG tK9kV7I'#6LiذL~qFQ6p<*.c_h c^);ڋH•[DAB4FUS~xa_N[my ;~|'5|*  AGW߶=[΃m;8أlG~fL6ַQFeYZ7{N7==k骧;[+n;Ӵzxt:=YȃJ?=6}T<^Lu> "E,BqE,Žj,=dzrG6+ٺҐVH_>KyT\txWW }ϽyTܞ_I-Q"wQ}M뭷n7nig>t]Qmfvm~B}Cόy6M>=Ϧm*2eJ.m)CSg*Ի}8mZ=gN^~%=#yTܡ_>8:t@5(6<iyY|NortA}_.mƀvX)\橙m,N\:qu-옒R:-πhʔ<YWF6]Pqb6j>}ZkGM81}y1S>(-wG>GE.;b߁V<˯0h#7pC>|Ύ3U g`߁MzwJ|@3U{wi6kjjjjjΧSZ,sKyT\tX|>y|̿Qqz9xGH 3xGAjvvb:G3 uEݔ3 PogI&)Nɣ"yB(.-͵d\m~yv=5T<j賹gΜ%'T,=i3oi/OkLsD:DWym\XRխ"~ƾ5._R:m;(l-jZiźҭ[u>81jQFrf_7Bts@GTՉW'N\Ž)%3k~=>Qd |0!^X/Z&6tfwiG!q 4ݪ>QDV_~pZs5' /N ۥTwwA炕Vzn~s2wMVY>WJή^M/m>t=T{1" nZ1DžI6WyT83bq6g*ο1xf$>xzקOԥk &fu4h2KQEBsHhoQmCWY%@j0p@{쑖<(+ѽwQmq|ia5gfR_כƈ\؞Z,:X>|V _&timvH(mtoteWG}|Lҏq;؈?GQ(vU{/J}quՉW'S<>}Fzw|E! Ȥɓ↬|X( ~Z}zQ4ceо͛7/~nߝY 5hРԽcy* -3pto~0~ti_˺>5E[nڷ3oկoZK?m|lZ.F:u*\1jԨY2//b=LVxfE3,JӴ>ʗ6*vit'_iV̟EC~Y?n /m;;pС{mR'ݴ_m]>g3?JOo~}騗'*f:quՉW1%xf+},:-0k,TfϞ=ZC++:2EwDE/ Ov[zԓOL^t~צ'} tMק }:M}ZUdfW1^+^siۭJo?ݬB&t74-wG5pR=0Ͷ>s }y\VZaϻϜ~sfuRZ͒e T,+T_,W|ÊVxf(uYDdtb֭[>}zs}8mZ=gNGtCVX>ca޽{ig_ѣGlxů~`n1mۛv)ӊCJ⒋ڼ-wҫW_խk.iU+MdN:<v}hJ\Y*LMMMMMaJP<yG)x z뮓G]3~4O>:-}0abQP74k{푮5iOzʗRӒ0Si5`S &h f5H?YG?'mT6hi}.OiZ3ECXBGV\Q4} uX4^levB BqE,BqEQbZE{￟>z;5BZb%򨸆:~0M;]vwyT݀犋׎uS>|ٳGZ~<*ͱosfGݛG [k3Nk{)2K:>Fˣږ]fԒŻ6lG]}E0 yK-ws͛7?{Ġz0pO|]EGl&sg~zO7n'[f/71IDATi?><=16~ۯꓯ s8'ΈsL{i5gӧH;‹/Km*6p4dH~We gˣ↮R]Gw]6jdG?Gm%]pϟ%|={w_ kEJmk˶lӬR031R ?B+b߿_ўt)s~wS׮]g{'K6V.S&N₳Ж-|155555SZ27u~n|IqK훎|zH^k:أȗcӌwG)ҵKg{/~yf̳\5֠A>TƎ=<כvOq3&dK?3=<8 ҷ#-xNN7r[nsTx ~IyG$ϣڢṢ'ΰ<*. "u_>}z~Kͣ"qQӼV!\2j{>GO?4͘1#J#T{yb(>O1TP8lFyD{n\X9}wj֭[ZryT\tkN(}GSvwe]nQGt=ҩtϣb?f̩(”5rc~3i.Lv{(h/+ 88M\15))C3gL]rYӘg˗m}J}&uk6iQmNj/\ {7rmAL^f0wtŗfFiRKe]&;ٳqfΚ`Q#ˣ⮸ECIk ꟟K9Iﯿfցja?ğ61"yT%](/1j-6Kk6Ggypw/ֳgyT\H;~|5wݓ~x. Yg-Я{J]egBtӊ?2oGZ RKd1\忡Wfs,ӌXO3 .:U(~85Kּә?Y~=v;pӴ>ʿ~;n?2W?ϒ{K|!+`O$wg7 g|IqWɥ!|>|jt:+fMIFD\w}:Ӥɓu-yT\lܬNC=uϨ_.Cil?r,q>7xs淿&L/iy{ }C?ev] ۋ{7[{tOz oO((`ѡx_Zmzu>FlEdm{N]&wLo/~zVI •#?4=Ńuѹ%7~>}7uҦoAyT(H:ҷfzMHȣ#9!}{g&m o0iǟHӅ4z7],E,2CWl_1?w!cO895n\Lyj%}fzQ\˯K*2d<-~gM|w׾ Xj|(eNMq?#lmCVX!wQ v S_}v16w[{TZ|>ZG?_>l6v mX#K٦d54dӈQq1tW#ץEmcaDx_S4q*q%v-o״ܱcfRvJs˪e:ITot~+8f|7-Li-g1=zHOԯ_|iD6t|IݢH+ftig.,K:G[Mn]:S,(d[Ywc{=ˇM6(_RH"^n~K!aGx'+m2zDu}~Mm+N:6ۧsp '8Y;v>_R(,';fptzP8qRVɱ6|l̘gW(o ("Ï>.]Kc,WtBBj-Dߴߣ!]8N^lg}ZNZM ׭ϘgKpp_/?8+͞Swa)Niȣ>6btq'.(+ǧx.>1ƭ|iKXb~WuiڴiYaHc5w{b67hô&kwG7v9駟s{;8G]Vi5VoQQrUQh{q6Xb,iuz»()8o~vc[a3ۛb3-9xd6{A#(/6`Z1' WL+ ⶎOi-76c^x5[`9+#)-l;FZwaY@o/KomD > @/\~/o@՗TOZ{5O~|Im{{ُL/o~n+|bfΚo%_R_QEN5Ep$2UE _ra*R=l&*;zzt:d[J!f~gIu?QqE_t'o~wܕ/i^LIᏳ )_9!r ^㍬3WՂjݔԢUեc\CHK;ߦ"_R][b_?J?XV^iOM?z1.N_xq4[jsN:36uIX5;;?u/tڳ#GQFQ{'mvy:WV鰑WX1RxTđ\qX,OnNmMDQDtx(uG(hnPMO6QMqLDnjiGKZGN>)tM*}ͯ}5m;O8dcS3zJɯ-ϗSs lliƉٟU\;^Y+UW'N\ś[7omKOo{m6O#>s+Ds-ϔ4s礛wsRgJ/ h.>{KJ+ tEYǙΝ[ۮ:ttezx]",ɺŽi +K(5X=]p٭Zֵ?t.qA[{:kX,1t±GKB$GR{UJnUګ0vQTpoNWsgL(+W$ǴH<_,'˧E2i͘VxD#K?҃L@gw~_鲋/Ȋ]J!b8隿^6hÒ%/t]x?ʒKaW s#:R{I}EQQAN}Q{$! 4B E)VDŊo~ (RHGz @ {voj6_<;3#3ol%xO|4|+_l4btJ0Ep @~Ob׌O}7>)l t?_p޹g7#kHLC>;OĞߨw4q8E46ym8a|:qmi޷㤓NJ*Y8 v]מOœ87P&ox Ob_80夿Wy£'1IR!5fGcO N1|p_gB~WOLFÝ R71W$t aҩu-n(ޔ"t^.]mx{cGCݕeX@~tzZ"7O=%75[Eo.ɏשt9sN3AǤ5Ynk7_n۟Õ?^wa+)]dsY}c3Cbk󋒯{,o81Yfm,obxL{X+ؠ]quǭɱ'K5uŎta:V9zt Qd9]G\zF]NwxeH޾kضC:S6?]u=wO n;paM j~6~Gs O>LD Dž;&Y}D7g<gO5YxN`a?AjǶ{8#C5fϋUVgM}>ٷK-qݫ_;5hrr6dϮM>Gÿ/&W=uԨp֙O8zW>Dr^;w^Xvm׳geҤa¸qIuKiաOڙ뮳i}o[Oew}y{[M$Ǵt~Dj<Թ_R(sR#Cv]?]pW̟׺qxdx) _.yyy}Φ_4E "oN7h|Zmê-¡?}sxKx=+KJŰuK}c۱ M>ohhh;ۓ/֞ìqi _1MG "^j=9ZRuh+ 3߱aMsê'nO^¡'C ۵+`=1௄ڵio޽[^ܭ]!gpq׆nla|ѡk.AdP~0sczďF]56j=Mk?;L{e=% y_~ˎi:gwG?QU~W8M .igWҗ cرqm2A]Ϗ 2I!u0Ӓ­Ò-+w ??|fᘾyJ^(?Nptԩ_hFy]iOUQT3ӱJƏIɓs=FFton>FuL]; - 7WXcSJw9%н}tj_W%㥮o=_1m'ӫڐ~IPc}^3?kso WϺ!1֞J3)|kNsI;fo 3PCCkZ-ʵ^zFb4GcSx;ҩu׳006 @+]ώḫ̟yop ̹)lر9yϻ}ɃCS&E̟2b_nq1bͿcg'|r{9qvaÞ ЫcпsоM_>[#ٚ{آ;ís+&\sfQ}a]>q ~]hۦص#ܳ o*iņ: =l˪Y|-axz Ytks0g~톒7҇G5gJ\^kn9L療ZӢxhb֬YN!R<Pk UaTs_/ }i޾k:-;~[k|ŨûGR07Uh9̺!1֞J(xū/()5- {D3@"N@M]LPq9hޜ[^Sl)6$J0T<x_~#dy 93bZl~dڃFLPf{G\>0ꭡSێveܽ^tB~~cg:!>0Ы}Щ]̾u綰qǦ0{累6lX+E{Fc0p\CG~{:6Q,ڲckXeyÿ3;ĞgJ\?,<0~ahAsNs̾~N{<י}_[|ѐEC Ooݬ g^X\= /sNxTuHwvH^}l kϴE{=֠Kz޲áLJTkq۾!F3agAN/feκ!,ټ>GڻP>b%+Y5-Qȣ>nY8GቕS|I=~^8W% q_߶p+ׅ ;76#^|uXLȻn/{= ?||%ILb|*~?Z_J|lã.{ڴK_(l箝uf6QKkӯXggig S<ufϞLm.0r4xax2.>{[{/f9f2Qm^d^c2Q^7(`E3 -{"s6)>y1d=#/ };-qǔtMW<|&=wX c:_`[amboYOŨV€N}5e[Vp~W}$\8^0/\G~=o\pRQ /qQ|'WM=s{ay5>.+Ӯ wR(ڰ}SK,IW) c?.zZԶc:Wm7g4~^7sy]I$ ,i/^UzᎹ5{W%КZ6{ٰ{.^d)&X95lܾ)-ƼQ g$) }nc)~t;*nr?U%1Gw8?'?,^J]n].7w  =3Q>s{ ~^alg>A3ѠNe#.m.c(e}yHQ<@+0[|XO^qj^kOza3UO;,|xšom0m+n_~e~-ټcKu=;nDy} orJE;w s7. .},u-K6[vnMߙkl˯]K6|.ܚYqxG33$E' 8wj_CsЧYOȌǨXݗ~6{%z˰"n/MQx|ݯuCOV ҡMo}B<ܵ+,ؼ$ٶܺ&d´3kW$\(X0sn K3b{&woW ~~Xd6(%kd&^Gy&mt×}`Y,2Gߟۼ۳vqaoW7̫6_ȮCML8~(lZ:pv?sp%nZpwGwTcM> iQ<@T>wΎd^h&e~|˞FƊ?%]#ۋFLrIM .opL8tY5=\犮#gEyeM3~nYxo;֡k݇kQ],N׾\b|@aa}N _Э}*kf-\ E?/7ZZ l~?rr쁗^zkR݋k_ o}쓵.󋉅4_^j=ヿ;)]Juqo{kպ3/ĢG˿+8'xW4s+b6ף/OIؐigOlߜ0ט̩:Z-bצ_w}-1wsdO:YLa iiՊUsܵ]3Q,VhƎc <&oqA{Ό_$D_~-aͶ><~uyu'ztFUM]R:^|bFE\Un\L)WUw^5-| b`Iz5ԻZaI?Zp*~^babҨMXDצS /%'?{1;$)7C).X8Uχ/Oqؘ ˛a^+V) } 4j%O;̎ctm9XiY웓Rw˓8>wcO\pp>?;ܕϹ%-PVU)AՇ4 3Z՞ؿk/iScAK,^0?qmuZ׽ =1:[^1uXD#zFt(˯5.[iyI8u7Qu۶ ;)lܱ9kу{Ո)qy?,64;-]˟BT{mZ{.^f=>t)P}׎pϒGUzC*e}bܔo5itghvU3#&Kb|dIaXb_ e J]ߙf;fT1S0d *cI,H( O2h6Lq!m3Rݰ0ܲZk\P56l=;!3:c-W6vfEٶcNceO~ Oz!lٱ5;!"WU5(Quwn Lҭ޺`~vB}Ҩux! o^F53ύ}־K:(#>};fInŶGn\Wu]~ki2ghv9{A~vXŖš?_ÂgW]3ybXDTy1oxMׇ%Wjۦm}. ̰[.kk%G7\82r>j\IYNB+&9ˀN}"|b̂K?8vU_xV"o.ݲ"I`/${")uyo ^Hu}O֝[9j=-uÇ=>0{ÂlR} bCN}{G)xENOg:,al?<:u ▝vS +*4]4rJ]ףېxVĠ0}_]7?kFZJUDQz-}:/6l'$upOhڮKfj )6} 2wlݹ-ں6X;+ܱx;>7-wQd=*2]k4(+}y~U43b/u5֧qM=wF4tߧi%?Zph:m8Dub/a <`L5U_*~E{Y .{2}g)Tܟܚ4[{LcR<@+4SavP \U3§Ƈ>~Maᦥag-۳B,\9s]>bWO|L١{:e[V<>:+/1n}{wW˧f?`n|Bq1/8ݒZ= xV)^ [vlMFu>4j/o^ԦMУS׸K33~κ'tj1=uaDE_L{dIalQiTݦ55ܺ𾒗W{Y_~mUk5snYYQMǶˆC(.աg6kSE4j%ݻҾ=K 6/Q^v 9)oI+iXLM[yeضs{RC]ȮCהbͿ'O>wrx<3^[O4C;r_}^cB=bTò-C˟)i9qإmоm8b˩UBuXLWdS! H WJYNC+w?f;dI\Ro89o *q9e;(4xo_]>‰Q lH_Lo\HԶSؿLjzOb zF3\p^BbB*\^1O{me6- s7,%,/wv] [b_r\LhӲlG=,/QxEa=[cЭ}z-\W /| lX8/LP:BC?ffxe4ihaQ_mۇ]QƋ_\X}cRly^du+}} iӦ{j~COR}}+6_iaiT]̟px:B]׷5y um9ϱI3Y-$+my-)(>?>?++eƳ h6c'CsW<.,񳫦,ovj8yљ( ~tؗ o߹#3NվMзcj5ԩ_}xk'CKT;v3rb~:a].0sdJ!毈}ClOSWD lzSf?՜X&|ZTöۓL3.w ΟyÉHzC*mLQ<@U%8I NUp}bbQ ?:I,?&ڿg?^pd/P^Haa6c@K?.vF:E1ԩ! _0﯈l\R0 &m5В5$>ߤ#>?{(u~imZŖUaɴ|&? Yye:sgQ$lm _b%ntߒºmA/'N)m}h6лcZҧ²-+ӨXw‡\ĵ}[G>r;BݲJPri|ghv ǻґ-~e׆%'qm:N|L_ p ?wg÷'*|O:1 >7O,>.r2~3AqF'W,:VXDع+DQ܏dqCߎ/S`}&KSL*M?&7g$:gm2v^qMsFtмn^>?պ<3a|X4vdӊ0o㢤 k.a߮A]Xƫp_w%\w=g&c׎z뺰zڤ@! Z7/ږ_a/N^gٱ=Ю~݇%ږ<㢟-)$.o IO5;IAi xfulسI,Шo~cd; ڴK[2+ti9s^^~_/_},\8'JmMўbQҷdܥ2om*ʒaQv!]$r4T|^QW噶=>;K_n!TlϱP>*֫].yk@> i ׮_WE-}2)dxaiͮ䋿;Wa1U,աG8Ȥ󆞒 c,Bm3+_;cz-b1GNCZ9kpGXpt6H= oW s?/'~leggXuF^mT]^ܮw.z}ޯûSp&Mў_" {zR]ɴ݆-٭A80!~X,?3~X [8$Vgoi:gLL]5#/$7+h,o -.))&&Kk_&AWEQyaak]?ξ5vN5L\ֳ{X15eο)CS3ગ kK4ܞ+*&3uKh^ghݒWyj^^0:'cO|3 \8pX߉aP~KΡ]vXX)3gÂ0}+7tk%iY!LJQMm?;nV~7us[96/ 't죎m;?oJœ+OTs8s alm5օgW\S^H;vУO۷'?qƿߖ4ĮlqabX,Ɛ&xhq{ٰu4ڰqc\є秇5kץQVE-:P.Z^5'*=?5_vqC5XtztF7L4!3*t!}[տC^fFйsNZB{O}w{^6|_פS#@y2uzFսҷe~F@]tR}cYϮm2tYX,[Ncޖ̰7#WCkZ<ӊlڴ9,]"<ԔkoKXjuh:uFG AӱtF@9ݻg~.]2h<1E***i.gZ;w}>|W;@ؾcG ^mڴ uXرc:%[׮cH#h]<1#ڷoX0aC cFLJM80 gP_m}+;beʼn!MFLغm[{ Y b/œy ҩwMIO3{.ys5rxCk3h@w_OR ֣G71)r~#Os/Nm f͞'n\bڷkчONh+ ir9k@}¿:quՉWWטfWF:^gc&Qk1<=46dp)d aaÆILmN;p9g$PئS5ki]:wyaaI M-^k)!+| {L-Վ;Ï=豰lPk.}[m۶}>)6) …Ks=hA&&GI\e,q_Y⊿e+WUܘFx7-~a~+oy]#>/y8"bqKbVj>_Naiw( quՉW'cV>SNLzj֭@OOݟ'qbXRWMHL+7a옼,X8(omr/W%W%WbV{aЀiTia˖iP*_QX,[X46*)bXIǤcn OOy!9p'Q[樑_:wN;v/xauaΝk;t{ :0rжmam޲%Ѳ+]>^xvdZ.!o!r^6|_פS2t>K}[b{3w~x+fUi6ѭ[74~l80Ӷضm[1sV2uZ5{^}fUh&?00zdҚ߰1< yiqy&7o -\ےvl|s&(n}zw~96b‹Ҋa6mB}?$Lp`h߮]ZzԷw鏾/hxxɲ\f9zɲ#6YC&Oqmq xlI'\ }S9\W:Ă~wI?b[9cc6oUʹ*~=~쩤]E]s߫ꣶGSoWg#|I|E爺m/}өPvğo;S8uX,ts}|ZӲ=ر#lZ3QOuNU;)p&OIbcʮI\)IQLȊIĞ*&{Õ]`QPɊ1<όSO,_n뾒 n㶯KAEP=ԯ~SLYE/AU^^NQrfvOV\%_$lݧßCT>Xb燺Dqw2tr~po}XBgγ"x '?6<=tJG?=dCq'̻ؓB1x,i{U_{uݮύ[XTϿß%=}=٦>go%q?eRTusW'N\:qu:i(i6n._F&& dĘX1g?ª*O+u7_^%D56qO6ZbZ\Nq&X,mTqtS 7E,ފI:ULe]qs疬 ֻU9P*;3O=1;RJ-OuqG;ƳOG>9 gPغuksu„qmf͜5;|4ʊۣ]5lTY{9xpILJ7;N;&'Z&)$ʵc6F7<+ZXt7٫M6aHf;©'x cnj7n 7lL])&͘9+ /TS.]-l~'I<ۇ#;83Ҹ}̶|yΝñXG`?ybz~}I:uI{ǫaB>aIBbf|B{nbE8٧=8y<~vf7$3*vh($2_+cVslb9J>6s?7X3Se{:]ZG\yݻss.rV8?'t'2,qkhC׮]ҩ"Ƃ<mŶP;U\Q(2K=wjcFtӭ{^C&s2sG~H{F'1{^=muKf;t:)ٖTu۶mar`ʡ';yZESNLc#K^[ru‹=~gtJuoU۹t9;`tr,xF\d%+k|/\$L8.i]>j~4q{f ?d si\;3A/oߡd[c+92vDlåXdY/bۉjUbD<6/_k1{]:Iߦgſ3eJbqUbqUbqUMUt}#G_ 5-mv˚cXIǤcn(j-SsT{ߑ$~ ɓ}ֵK𼳒B1%[(ծ]η[wn4ʊIpO¢=bUL$-b3ܜ7,&i~|[hĤ7N/&ô3k$u5|=' ~ȷ9$ǟNPv䡓'$Ȝ K/Jc1RnsL}6/۵m_=BL +˾{O}{P ձp^$LזK'bO~{k~9oIk8_}mn1BB=jo1#twBmmⶊ)n]$*S'O-׷OޕiÅύ%:e{;~A$6Wp2>uwp⺬KcjIxݹꗿ&|W\~I׎\Y[ﻷYBe6ybu*_;EU}2sI;Ƽ q?Lzy'өsaM3s 9ޚ:˸Ni_:WfNTK3_ ;vVmG^1CӨQȽy4#8Sm[{<}nN}qiT]ܞ9sz4Nlt-)jqMWw/WXNJ=Al7~*gbJ-Jx퉿wTf.My쩤 8 3ׁ?:9cnvC;V [pǂ5ҫZQ{|F[Lv:#J*OQ Jɜ1izO8CjMJ4ߝ$Vjͬ['G؝>ן~R)&;p\h!ngNK.q'7M{{cKvw%l0}F'>$Y.&RW|^Lvko8ЩS}G2DžNo%ɉ9 MV8ΞIqń&xY8;Fj+zg>'\~⾇K ⹿%baG\3Ikn݅3GXp&%߽oq{J *m gF[pyx[=y,$ɜi}m| rx|zZp҄\8r T}CC}g2^%+k从<5|bPg{輅3 {;?UpP9{ozC\X}^~n㞤P^ze™nj {'d?.dlױhڳhxÿFb]L;h4],ROs*&]vEӁK~[ߝZa_NHZչ/5'nX(Q]r{Ӊ hgzb8&U{ɗ.K-/%OtN1toWk$N7^ۦ1qX|{5g°eKcSAeU]X\׻_ե-'4.*5+_wfxn(;vLdŢK&'XHJHJHc >As_n_Nn +WI̊ O>KNN>cfXlEeīC'|o)޽[eŧwX:!r!iͦ}b!O9J9lܴ)\Ysv]smK|B٣{:yg8>8iTwۥڶm[xgjӄc\@+ޏ*Zc1FU- ZC()o^I!E>Gc2絺п_bؖUv֒cs9FQa5U˒߃ZWgϭQ$y?E[UŶ+=BFԡ eUBس)j׮_f'bqi:gZL^gaݺcЭkη.%'M7HP1ti~ƒޝmqӨ҂EK &Ҩ҄qQ$ј,Z֭[ô/Q>ybV{4ZSjᵹ(+{+D.](kacz iR$9(&&PptsmK{P=))(6V=>n"k&U7:E'XAV,ynZ͂ݣ8^o&޿}:@"NJPkUyz7^+7|X^BXd-M񭵈fXpkl!Uq"gЀ0f4ʊUOQ".*8dp[>I$ 8Mh43T|R/:/|㋟Jڶ-}WƤE''؏YīN:?9&Z_(Ju;$R\S+.q IcF| d=Ws=9Ҩqt>)\УO+ʻ&>|}1{=WG=W[!)ɧsK7(s߷z |ܹ3k:\0z=eaicCn"y)g0(,d_P'^~={b2}}zdEXt[0Wx%W{קwb}Mvmk۱`e PX%\kTc-a͚ui:cQWnHh"[ tٚ–-[NL+}p-w_|tj`r:cy{1IԱ'ڹsfYՓTkK̷];7ºT۹[ӯ7mڜ$U~}d\F7pU?E/7HگƏMAX^n뾰y˖tjy V/±ୱcq4~n7 AzOjmږ$K)Ğ{,ZF+y;UCOzQRԘXQr՚ܱha}T`Q.dqJ{'-3:66-:XH,VEh{6e1OM ?&|~sݍ;Z{"[PcR]nuޘih/GYv?_-'bqu43-9g7\_g/:/+}g~|ŪtJcO++ {ӥ5LS$ Vcg Kcu%tl>vY#1a.{wgxjzsǟwO~qm5{nS+Lygkmᶻ k1,Z4}ukiOR>o%T͹i|\ےMs =rEu(P9;/5E1C^b{*WF Z.O1sw2)cYc1vW.תk=!&ǧZlE:V]ҫOF/$zéMc[5rxx-bK3g%7}~~zso|}(·u,L:=I>obp] .:jLjmږ$ =%) W|؃M,0mLzыBzիפQ#HhIM=|~N * d֭[_sYx\;{HJ~wfppWOpTz݊*g4 3@L}٧s8FML?$&>y{þCI{nn _¿q_>ԚbB¯~~xgZuMK\ǹS43_ Oe._G&sm:zt:VMصyg:{:quՉWWzNUƤxLrB8)|0uڌ4Be |[ >^Z [Vn(L{:'e3:|>vE{;OGo}瘝i 4x.]:!#.zYWW_x;ޜ(g;(+\"T+$N0;@,wm3/dռјϴ"۵ wV^oߞ$]>Rwt\֗>pCNOit5s^*ys;bSh۶m8 ᫟x.MzX~CooH {:#÷p.,Zȱtي~5Dkҹs#ПSN8&5~upT&s\ޡ%\S^=:v?lA}-VW~k{BR|o xl{Ыgw(繝;kޓs8iԱX;v]$ק<yg40Ln]:v^xɲУO; SNwӽ{=Xeְf4j׮]бCytqlْY5{={tO#B,wsP?^wQIe>;w w`އu<ͣO/|p䉡}mݶ-ے֪MO< ) iLr1Ţ[QXf]{UU1)SX! (-:XNV\nfLo9??7ɓ'*mynG#'ΜߝAcв 9(iTiI Rr}czFQ< ߈pҨ?_F P3*7ɸlذ1)*&-ҡCs}n](+ެ\:hZu{)ai5鏾/s{]o2C\;g~׉l\77lܘFY| @kr!cUv,ߖuiYRJL+WO?UdbITN*-_*I6m gɲIMU=zt }rl+ /6njVeۦŞudKӋ,'{d}$?jd:R<~FIҹsx٧ye+³խ?U6_Uxl4jys?St"th>6\|y:0oQZLR̐s?͙ k/M*y'ձCf;+^RŞxlbً/FN8549jOիGbA^׷Ob~|zqKX%>п_[i_NI1|;15h^]t> ӿ_pQXVרg^՟iu1ozd7W7RQM93smϞ=c,^#^gibľCӱJ, +Wo;U/Q߈E^b%i0+xU 'j:pL Q׳S7Q{Rk7n\ߣtl>tZx`-vܢxy~ڌF)^xŚx~Z]9sic箰scіs嶰kΤWhtK\-sٚ\u(x݊/V{ἳN ۷OdńOWÇ IFAqηJ}>QV,ȺGTjJvۧWFYqyFIt/G5 XVճiiDگM]c kp!}r? 5 JxhɲĪ:fFк?sFڔ&4/v,Ǐ?~4O3If-*^hgZ&4.*=sy{^bAH SS_F{Ï=Vi1aj=23h@w!%E6UŤ;yAɮ1{X֡}y{f=s]whڵ~JP([ms>+,Exӛ@<۷[G - qOOL85VxɲtJV)Q,0nLUz?V qz46g^:%+&֞|15Z{0jMvـ$ի׆9K,.Yqm\Ux<r5o^H;MpqG&O#*wWc]cA94xm{Өҫ熙uiVfz,KΝ¡`ᶻ9 &4!W=DU׽[pqGHL?ŵJO/3ixp?(9,;M{)%5&Du&_:%R5( Xsۿ2-vDKϏgzbW^~?չ$_IRzU}Ķ[[cby:ʟ:Sl>BIXTK7s|fj|[`K7xP⭙,ϧO^GR /?PW.b̬_\vbw}FY8թcQc;v@9ߵO_ {iNCzKDSDO)eX:I$is4x==2*ϸ׿OBbۍWfzX[Q\kճGN6R]nŢ8_<9fO-ukOX@_[}MlCq?~ǿ/81F;4R\,nwUN5zςEKxY^gx=ו\kPmbυŸqAu{:ؒ#HV5opowRG{38?=>~>ؑÇ%/\$Ͽܼ yq/yCJ&@x 4!;lHO{ L-^wس}qҥ…|۩McL)!nG69 >4lܸ)$&wsuJ kֆ_rtJ}{ &G7oI:6Ϡa}2% q?aڌysvqsHu|ױC$>~663oE;6cf'{_7c<4RX+qmXfNm2&W=FbT>l.vѹY;bdR<ѣ{8xLOQo֜y/%2.}[-su֧b^gzHŋ*a4. <()pgg3깲c?q=6xA쾎v?aӫ+cqa$UzhvU}c*W\~Iꪡ=qJ>>b|?55UqљFlbv*n+ntJxw%jJfy(ِcК3ͬ)gSc/J:%+>5]o0I'&w7}J|]"w4*Pؑ\kQO)b1;z~]L<4}S01pob"q]|ӭGLԮə'ٶPg}wйS|W1uJ=#K,&&Ƃț_cyhH&Ik>͹SCФҒεQ\ zJ?8) M/({̈=m4Dl9NNiv'& bOzꢔcXQ)* {z+ʽxfO\+4Okl]gyG|osq,D{ޙ7#6)@)Em{!m/Vgh. i_ -R,9SĹbO41I+&}>c^ J; IO|$>S?C} gxʉ&qy  wO2wSO67&/{%D1o9?b;|_,1v >w4w5εq}bD\N} %⋒$rxxvXW,h,w>m!bpfb3-zx%ɹ!ˉڵ+>mI!Y}7b6kM{zljG~H߈4mO?儤ȸ>Xw.S*٣{xi'5Ҙb2⽻{e}9_}_ g5Q%S1CyGx%o K.&q|,\7(੏b1N &~cnjN_L&w+X3ƺ._'׫ࡹXD[N:f1P$ؾ3*| o>)&P^pY :V&KuM-_{Z|cWjm\^l9#|㋟ GqHۤ93ͧkc[9MxCLx'?&4B1jku, ?xYrzŶTsm\cm1Λq'⹨b/"r¤XX]1&/9A,EkȱpisqEG.oԢ(~X٣{tʞ7tAsJ<7V}SN7h*TM]z&x0e~)\*߰1}5h1,yÆԩ G79p'QVGx&tXc1Ac 1dFI.fa+)rf^>& 28!ۧ^֜Ւεq]bzŒ_MۓzĄ v|1GfrdުǞ ^|IzvcF=0bz7-[Œ^}XiSUMݻu }33#=8qMO6#~.s-zuȤ :WF??y v_ۣ:|r8 zjt-\4#mgh gpr2qEqsskV[Vc#I~h"x<=ܴУOV+njkB9wUT;+Ç M1=E& iQ<Uj wjhMK6ʖʖʖʖʖʖʖʖʖʖV]xNU4~L:5-zl)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)l)lٕjX޽zc4VYeM?&+N3-3-3-362ZM>34it _CkZ<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<@R<g>z]]TTbA^Qߧ}S7wQ" HHw 7gndf̝;(H@E J,gPb<X$@ [vL4I^~egϞҡC oСfNP:X̸_KV\֮]kD3PFĉ/ &-婴jM[*'g ƌc' 80^f4YFeFe'̪HPW]ܚRINMLc1~/Yam̌Do1^fZ'IJR?>L ͍aȐ!2tP@vs,sؿV)1eRfZ5iVtRΨEj0i!y"h޽OL*/W&WH/2$S.<}|jL3"cqVkr!#c"gNĮ]"vEU0SzB˱qJۉ3@ː!Cd^{9pZ9pL)Yr5&W>(N8?je4qƒ'eK\hMI,󉉉CXˑ,>eָI9f+B ĉ&δo^͛gH-qFEEYGX+1(ve'fl"7q_#IJ|dKg3ZmƜ+bWĮ]*_8Ǜq:H=n G #CH|͜5<QFMM $R 4]1־?whP;Irh3|2dȐ! [ǣqIC8˱qҗ0cyڶlff˵(ڵm#T\L"Y?TVMj׮%[mZIΝn:o4ʒ_&Lqu%'$3o#1uj{!M41S֑ y'凱?)>tD@J0aL/\"/Vr4S۟%']c/'jX&ܜzhΝp|džHgˋ_M6g(6m,&i"W r9g{$_L="8 㞽TX¤ͳͱH|8;!&&&&&.8u|*3}w7j(w?D|)`hϔ}9 3Jw|Ot4 /b3t"vE+bWqk*>x#yѡC ]O .\^yMYvy(^/CzNX>>|X>k9~g3n:&Mgؾ}{ơ @N^3aÆҾ}{@v|77#fqb{@Ll qcg&Gx!yѣdi#!!ALڶiMVRBhcٷo |<Оp:Dʖ-+}#f wHDY{?~|3C+fC1YS&s<) 40o_dʒqwN&-h"M9vL>Nٻ׳G3>/h%Ψ1(rg@LLLLL\,cD3PI*ҋ~!|kM _}3F@if0Oy:ْf"gϞ ǙiӦɚ5k2eHʕ~tϛgq}C1i$=84ocw'&&&&&QC Ol&k2w;vL(N=*??~LqճRN%G4g&L *U2S۸ёI1ʕPBn:tˣɲ6).N_ ,} 3mff 9k\;`<խS[{ iڤR>,/)Mpժղo~H&儦M䔓J3N:gtΖwE̗={ʪk\ ׫WWխ#]:wn]HV-%--<}[[/4S<}<=ڥ߁?&cYډֶ(W]~Sͳ؎;ie.eB*۵N=ENn\k]?ڽ[nnYh~3O Ԕ3`bu*V MLb^=MV!J͛?'˴3e^W[ɹn;o'O;E:XHeOӦϴ\[< Է]m۴D $11<#8v|&rZ1AhYN Φo[vIMM뛩i3G5jH޽Tי=z(ϐ!C&@I~fLi8Ill!&&SG̸r<~XG洐3+o؍_Qxt}ֻУ*6te뺁7MRf=6첮e4ɶ+jתUFM4C og֯oKK5&O*_&>h*rGSAiw?H[jHg.7c[':LܾgGZr} l7V?X.Z;-1WÇ7cPJ!C 2,CD3iCI$s6\L)zw/Ȩ>H{yg 4s˾}̔EOsęF (X&HKe_̔h %קyVG3%t{vY Dkoc'5Ad&rUFuLt=sH&YN{%ٱcQ C,'(M֭=36lYֵNݸqcnMNro|e&3`ѣ3ww &v Cbb!bD3o]%88t5-=OYxX@Ϛ*cW;;uyH$MG"=dQ4mz>7qi"OqW4nęu͛e׮]rA{&h3Jg^{iذ!-G?[!11111qq=q9AK_Œi۲CfΚ-d"OuԖyC6ibD& ~{hƫOyLz!exϷb4A<_}I&HF<ē؟Xp5rIzuA_LJmۦu+y뵗;-nw ?p࠼8чa'R|yiyR 7S?7~OvlٳWnn;UWˠ[M)Az͚5\3vҋ/xcZv[hE`By@IMI1pвumwݖU/iw|ݦ_|< v"7A~e6y6Yo{dv=PhY[庫rfM6#ޗ/粹yv{vh_ ?C~.qTZLty7ef.;/=o{23gD_=9^,ͫ)'MZ X7lEoˠao@*]XP_B-C/?6S|$ԶMk:S>/֯7S u{ݡɍk/Qg[^43hLyqHJfBh*Z&δ/{ ,\P-Zd":v(͛77w ,{ٻwg޼yҾ}{@RDji.E_sM9-~رDϱcdU2`m>{qC?oP*VI&Y״'<φ%6dKOZ~nFQ~04ᚫ{E{9|\mݾoo#HL<{[;Oڵmc>MF&>vrbQӞbtKFQ8I)) LTTI}:'bSFuÑ2Tz҈.%_w֩QF2rHy5"CKVLqdnݺe]f^tEt}5qF1x`-̐/_bbǿ#ZH)nF^}rrj"z'}o4Y審솴$%&#=Ǜ@Ɵ;v\3 KB/ Ճ㾓 =-]DcrɥW^oҲ]gvz(=X&1iˢ64vo 6䌺uj7 8i/~Fʶk:5-Uʔ𞽜4URDӻjif0w2~)2kCGLb$qBO=ǶmX 4E9z옉i/@IXJ:DuDiݲ$scG"]eWHE>V^c6^~rHн'X&{앉&;A{*5/.Ο/ -6'٤i& M\tY؎>b'ؔtGgGgX`EYsdu&[X^r4!/5Qxb@,m"@ęs2|Q{<%~2f%@>]"vEŽQ$ϔRk֬Ӥq#FުI&yBmYjU;ȗݻ1gBe/P:}:A} ɉN0ɑ#GLT4?|;}HJJX&6n+Vȓ& iCA5jPzaO)M3'm>޿W.>,[\G!w~f͞cRҭND6҄9g.UT1S 4wjZh kG&D2qfl3vA<@3'N[w@6eȐ!C c|hs"H)!ơ:v$JfӖ[eϞ=&*z NKAQ8kiذB3=wxm{RMDlܴY222MT2tQ~OKNvP6^Ji'h.-N,)MDhӦJ>M,ތ|$M(*(U>Vl۱C22=w5Az&o~32o7%~?&N{FQZ4Gt&n'8!ũ^q#Gx NͨVOQj'8Ӿ}z>Ͻ-+bWĮ]"vU1"RH"b*y5*xhUre]<߰ьE~]wۉA_;F^xeƛ. ͳPڵi]>+k֮3Zjڽ _;w=MTSN/~8RzcعӼM{((M̙;_:rC2sw۽4g$$=b830a:qF?~^@p"}bWĮ]"vE*P#y&ԭS[~X ?mXK,9xho|B6;ryJ. B5AFjcVdbU(ta%YKQ~I̕7*MfSDKT5k0cE!&\& LC<.]O;S~I_X]j"O}zaIzQKZjVq;h^b89>vb&k'}a'X@4dذa&r*]z{M,+U(x2,3P|?whϐ!C =$ϔB얝$dÆr> {Y֬]gAP+[D[om{\l<6yusi}<$S*XMnm(#--6'\-7 /L F?++[e審MFҫǙ;灒[XZ`r[MοRyJu墋.2uKҔ䑡O$F8ŋ]GL1q~<\|2(^?DW2eZժrgǣߓTPIRZ5(RL2qqq*w{[>^h233_C-vL'Q]oN;oDrrr䋯{ DS)Ǎsd옯g;nYNN@+ƌc\լ[ό &&3:;8Q`71 b]c+vcBGV|P8} 3mff 9k\;`<խS[{ iڤy7no[V^mһfJٱsC2k3S /O&iiifo{[[/4S\kN\_G']t6QddcO<)?LTyH.A)6o1S\^orS^=}md o)wrm7K||[n@eQ轴g")X=Z`;#ᯚ ^-*;IOk8ٗ__|RfK_d';Bi3f)sL#<>D-/3}y v D&#Fz@h[q'zsvBqkh_;9ԬSO:z<5iPsۖNy|YH33Ppm>:nx->Q6Hh?NLLLLL\G<_xv]9-9z,AMz_ɴؽќջWPhg@6lhĎ ɬ9sMJ{CڹbKk[s7#OFfl۱Du&mߺom<LLIw^UN]3杷h #qFrJ33mxlrm1AL),1wk֮3cG{]c$yҞp^?/;'[]ƪʕ+KZLis.+,+T0S^7_~ -[XlαQNm3Z8qa&M"8kgya2_k Db*q& GNORdlƼ '\G33e&*XtL4D49lЍz0L)=ƌc\լ?iKOfڌoذa$@$6[ bAl#6m#jH)RRR6U˗ >v%KȓMV͚& }"07VPv#;\TRYUj"O[nMk(]tAry7mL/MNkP^;4A/~Z) ÄrSPCnph3eܶmb_)߄2H둢^V\LǝXT Mlۼ%ޜtY6$X'+V!^ʕ=^n/4cWz5Swٳf1Qǐ={]zCW6ě3&M72Q^6Mg_S-OqzոQC3UVͨ8XvL8Dyj֩kƂ 4cDJ9ѫ Mh$y7~DYn6\eЍ`xڷ3b8pLۤ}f;MhpkrrSFif4I۽'@ ''hnx8"G3MTv)`"WO{ْ\/EAßL{W)(M,MTpZ<^>7/6cy^# Pޔ[;K~3P\ߵĹM툘؎c$v M$ϔR ԗۙȻG}S=kdܯz6c@s\t7k-2ꃏ r}Loo:>6"6`Ͽ,p} NԔiPM7(x`^N~>{e&iIa%sQvCH*S&NM݂f,t5/6e]hN{F HNL䝖+q ;;L)EIŧPh_++T0S{h{%VIեC{z퍷!|}R-ZhƼr~巐StҦćw)Sv~KGOuhJJ$'%ȷh.bIHH0S<?~\xiyopyrue]fjɣIoDiٛo3$V"r9g].utR>gQÆvҏ?$lܸI5);&RW&/Dۿ_Ï?8@S<'yc \&CժUS*Th}?&Ƚa6RbVnU?\Ds˯xs}TyrH\o 43IX>]"vE1 3X5k2o8eW  }knoK֭܈QA&c>̛o 6OיhHJL?ky^kYI 3ZtD98U9p࠙JYOO.䜳;]Ͽ8\ 6횜лo?yZII/^rQ_~.X&ڵga">S去.WVV} ד O?g\9s盩sVԱ.=*w]>s|gv $*|l\r5UzI}%e|r&-ݮ~g ={!u$Ċ`Ru+ luOgb_kȓ&i{hO_تO/Çkך(&μsFTJv|'mH`D 48s㒂4Gە&,fQ=FqmԬNiff&T|yJfJh5k5fw ?&'~.WcǏ >$##C<(,  ?>)gm۶94?C}4՞#t9O7S<ݻbKlٲ]n Nĕ@Uv.w))Snßo6ݻeO>c7֞ ٴ4yor13Փ6ԝ3wcYhlظQ<$u>+ٷoyH 䶛o~zlTQw3;grպD1fϙ#]^\B)KZVZN u&'@k,{{oܴNѺP^~ ;oAZvڵkn u`ffNOS:].sT3oMc*~zBs@+iGwM13KQZ5Ͽ| 3;- Ӧϴ,oEg\%?#ayHzu-긔dЮ}ٲe|7v)_X̌Lٳw~Ͽ8Nǝt}eee<>+ W_mU)#{HJB⪦WWmd͎$354{}o8՗g~b4p@iXs2s%/11=%&&gux:3wh /lضe33`0D{!M41SoUr׽mp ;OyjNF7z~syJz=YLuծmyפrJfJ`K-Ai #2'<.#Gs]G']t6oVAֶڴy <>ALg~R. WaL^ 6цڸ^$"ˀn5S<SI?L1L _F jYzu^y|"?j7 j :|~g}%ZG:2?F} ?LMZMf'4Ws>Ph5jx&ʳ4iP._gI|Is+l/\I/ܓ/Mǥ\ٲfJ8" &a„ ңG s9l𯭓%?NLLLLL\uE~bxnNKf(+g7>-jpąycfJ4iHz8D Uoq@D-nSNjE_|хԐhګFfwx~=O6Fnil)i`?V"v -n^$]wzuġf\pyvV4㑿{vTgE'XyW:/g&͔Ȉ:ӻY{(<ai԰R- 8(tV 2d0v]+_=g~c4+! 3h~0iۦyL@o hCWm Bj,뮉jQ$뺸quQYL2rTD^+-9-Oj!7\{צ-[)buhR=b-[dvImnkCg1S"K;oEzppo'(C[ٽ 5F4SϐYsU֭kN&*~kp3t:h%RW|9;1.r,=PK]v̟?Dynh%J]pF:5GIX7׻;Y9&%&&&&ؖ7%8hQC riGFؽ hH G|Ⱡ[z5ye ҧWO3%4CDf;'Zt}CnfJi7^V]kN2_|f2׭glHu٥6^RyoemR\Yyjc{0+/a/xkئ nZku%Vƍىz9.u\%Y<ĉX뛹::_ 4w8spDVNnc5&仮W˽M3viu\B$=>/5>E*$n77T>Pf!ҫ^#mq ~b#jr\-} 3mff %ձc'fΚm͑7ḳՕ*+K&kFN8gGa2qҟ2k\aqf6m$!k޽NZE(Tw;v_ӦLƍ̣lڴv)ҳrB&J9pL1S~mڰٺ( yeY2oY~ع'6Rno|y)WcS~q"#ZH(bqn"O}#+E hM8ь婔dFKJ0ccW؉3Ng+W-sI{\ٿwy$83p@•w3(qJvOiU;H|M*¼}AA\6>Usnq(vO=-7TD39F sk!ZSƝ:B2\mrB*&2!1b <C|}Ɏ=$ ɬ9sMMVrV^&жg;2jrdJhmdNcKNgysOq/(t翤ݫv'Z)M6?˻dm2cu߼}˶]Uw*x@P*y?X/Co~Mj&W2qGKBLyjH/cD3Eѣ/W}zի(]kwIgK+شMvKO3N8#`jg8n؟{wJ<&iZ1ݏlY}h99mrۼ!ؒxGI׉#_i͜ |1%-$K{Hח8@/1"zZs_&rUFuL#Xdʲg6S|kذw}2o<;gȐ!7hHiu^/gxʹ7*O-{C.q9u<O;_eb3E$''G8Ioa:iҤq#PgԎ7cf{T?qF{0`0vZ>|o~lСvWڐ8Eq~sܻ e#>edoۧʕ3o7w~me3$3b-KZ엗ƎŁz}5$QnKx{'%))<@~Xw\n3Cj}xHwT593o{5jTnŒ;M~@sp \8#q.9ҳR&w`Mnp _æHʳމ 3.q ~x+q ~#:HPi2dG+0A pq,>8qLoɆ>}w/q2)rQ>R.!M'zHNp~)q~Ɏ zbؿ/qc1~/Yam̌P͜5[0D.w<IMI1SѣL4D-LI37x<5)W/6i^__mw 8ndKpPK&WJr$s{ʱmT5Wt9iҪB3PNrb8}5g:~8zZ%X&~ҷe A/CM:N9JG9\CTQRs׍$̬5s,޿Bk`߯VymR6>-ϱ2rO'aj잒N*D֔2.Yg9hmٟ㛍PvFPgxiҺgKӲ ܭ>A^\1Jf^]jT3GQZI]RDtײA,`;f_Aʟ W?W:Vl)Փ+I]ozmVFrUK:\sx8koi!y <+Z3СCRJfJJ!q W^I?^bMtxE&cެ?Y[>ގCa75DwLjlv7V}"2w|h˻:g"A).vTOAάoBh#ůܽ4$y]2sw;Ok\ ݪsǭ啕,gA}CZ-܏Z=kBiRj{5ҲBS';'[>Z^Z1RfY,]<䵠8Y3y<[9-eJ,Mh0`YFv8p9D$@Qr4KS>5OLI{y0!]QZ)S^jO~Aձ{ q?rv"U*0y?|}E{D/75H4M|?Cn~4+L'1;?NI%U։.U`ؽ{?o% \JM:)5]:D<k׮yr}ɰad„ w^3ff|q&А8E=R&ddr;"_\MR=ϽMUqW7ى@H8qrH "E˻& hLq(^tʞo("-Жw˥uϖ2IfJgP$yAfJXeZ݃mf`Ëh| fy+i11ivLyINiovfңG3¡ 4$@1wް%v%-TTN+ɾceE֘ΗBܽj'5~{U9}\_)oI,yU>^y223re`?,SvΑk~S<^V`owJhzy/w\YwfVf{]uJế q9,KV8N.vo+aZBatyҤʰeڮyoS^?u7JzEԔ2q9%oc9Wo<|kStk\#On|G{%yvNTy|p;=++=K  jK^EsrdS6{z>yeŇx nz/Vf~:Y>lݟ=2}i794ɨ3)Eo͡M㖉?kUkmnUkiϷS_'3L4#@qrȪC\^(!i^ynӑm_勍?Gr__+\S8@nYoUJ{^Xr߭V0/)iìEo洔1C@Z| aZSJ{xvv$A;h:\9&*>eMʙXoG7JNNٳX f~"&WX MuŒ~{J'ȕI;fʰ~6NbNkҔjVWzU3qFc枅/,gmbE[z~CHILj{=|CMB%eYhzuHZ;Ec̦e >_ɲ`R;vW."| ( 9%2IE'a '՟󞲓~yp޿%#+ӎݕO@ dl+Lnsjv{ݖ#;䃵o扲5cR]NNo]vymGv⌷׻uxG[~̯d A -g+CXI|H5NكŚC ?^>\z`(N{iQ=z}tho='a 'p[N9|<#7ucw eZRe{s8+C~h>z}ް{NҰc{ɑ);}8i҆#[]4iSZJ9Y2~C4^H|/A -F?u;3~yy~_8<ͿkR/yn4 }29xp,kp3W5H 'L\'m֓24wMGA/5\eBbYF(x9Gr iruߑZߛۻNGOM>?ef/ej\.k"'od't$I_dfgI78`==c^,O>v,=]Gb[I.Y=e.Ϸޗ%οLjggqIDATPřÒ9z/?|_)M23{Yx0 zn'xvM˓z}(+}TI(P=uev-᾿oWܴ\#y˿K'J͔jv/Ay ˛ۑLْӏׇkm4;?'[+i)f.YecV.S%$yXq;'=$B /f;>Mu-~WMIKs8o|qsX9yph#tM"ya /˶f!+WF/x-l|jBA9:rI줟&x_?a qa䪒RsTam඿TOb'y3osy~(C_چgP7/]vv_7)?"o*?l`5ChQ _}@>sůC郠Ւ+ˠ&,;<{%u<G2$;'L0>O~~ u=F<b̙bL4b{ KZF;j}q uQ<^_HsYˏ'ʡGtbP4~Z-yd{^h#ց?"~ۤwnv8>&{W/[&+?f?%~Poٙ< ?oܟn엗F;';=?X߼!c}SrҹJkE x[NydKr'׭SBJI, -݊B}@zgə5L^Y,O.zM:z1Zb}?w2 F?~S/1"cw7qK^&Y}pL\tMH j~c0rMi{.yc aq?vA>cD;N߳T_?N|ddYNҷVwRDŽ@H:E*$3\-O,|EN|a\ׇdz[g6cׂ`' ;o\`Z@y#{H"y(f[2SrLTf4c|P<KKG93߷N Mr|WLiX}]囘Ց yW2v3G~k\!LrԪ[n$J:& ] v G[vWC)6]dlȫ2Ir~Ҥ\0I^3c>Soتb3X^#;2sS$KBSe=u ]zVjuiV'3ut&ZD#xK!)ֶ)![~c(-Cd~'/4oc>'I7ty]*>-LK&)4)cJREI(o"W[l˭5l|=F-Gv8/*%>[ho,eR}_|R<J^h!yŖ#g KWdtoIZ-5?{,@ׯ8FFk6 {{}4@>Vǎݎ nt&I 0>/.PN'Ϩ@N`z}q ^?^}pdfyO\)XVά#;Y;hOA:rA^A\Vj| ~~%3F<q WX/?m$~zH.$6@mu{߃/ڷBVXZKX&AՌE)k8~h~^h/2U*9 Ǘ5 ??j[X|=z}ٻˮ{];=\!ĺn8;1/->Ngr1kZ)̈́#H@Fn{\7,sv-G'#OyNVlw~c?>,-=kv@%Β{|<;S<$%H.4pUI>LRYxF4YjrewͿKT+*77\T)>z3đ,O{M6aAM.ռ>PV-n3o9}\zվIrz{|ys]ސ b~%6FԐ<+_Cl{/yWV^9zh-u{FwzLW&MM/1g!]qX^J4at9p=MܷL??c$#='W5<_*%gMʻrGk+'wxO,k7?UcD3(f+aKGɶHO޵N7)g*_t./txXO;>y(rҴ\)鱽X^Om7M,(QV]Jm\^K1g&9nȟۃ%yny#LRysc"kbՍȃ'ݔWگ{ٙGg{{N]Vh[/wtΎukp;vgSmn)e^>?| PH֏9}(E:?!luLz?A_ajIگgj2iL+x[+eDgs6R-o*IcyJK˱qҗ0cyڶlfwқ}nlm޸?~KxI7UcM(\3v#_]wNRX?vP%o2S~ZmZU*$Ǫw}g\61U>:E9|koY9Y{llC/Kk}Gn3J[_ļNujIrC|KMznxyb_NHE!j)m#c)w6([%qFu#2S[~3QfXݕXβҶRs9n{bezMɕLkB'kjh~>MqO|q}];VV_gYR+]\R8ZirşʇB>JVX+,|SMUn` +yhgYIo{دV0˓_Iq93Wf,OۖPZیIhbWS䤊MnZ-IO]ok̬r4-o{{4YwyVdt\,TL* )ou$hboݡMdJibĖlB\9NwiRsSC[]doeՁcۧv"+4ɕ%FIe3ϡGu1kB;I%ˤoӥUN*$w|GiZ hrtZjX6I)ܜGP ox;'ЎJ=F<ǽ2+bWĮ]"vnBA 99Ac$G(/11b⢏mf$7F<) ]"vEpcD_\ŌdӶe33J#2knL5On.G'%&J)];o/':5Ί,11111q,Y33Ǘ5pnN 3&Ɍ܄o:o-7]w`X%3V%5W+/'-55;222ԔQzfJ8ˋ+3SDT(sTXLo~yLSpddfʘ7St -)vw/ |w6N;Jrn3ebbbbb؉6dqng| 7ȑ#qMHXr=S~(xq@iv<+KFL6K?nh?%"'=ɻ?qĎc4/@4<C? SgΕQ|%O>_7D/#>1?j78Fg@ęȲѣGMpaGQ-du&ʳp21() rH)bzWf̑!GzA>b̚.w1ɑʞdۄ)k#d g?ΔUk>kIq@Q{.co rݕ[ Oo&pۏ@bzRp-۷m[HPP+bWĮ] 5FOf,Oۖ_?;1{GZN-9Ҳ l [v#Kf̑-[KJr} ҨA=,xSϖˎ]sn*ib 8xHl۾L8t-7H w1cǎ4⮛{Mߌf)${n(U*U4S|Ġ~o 7wTtsuWĢG|r7Ԕc拯k'h9iz[R f ӗȻ|f"sc/J{Xc˶;7Gʾ)nE+Xdm{0cpnN =ʜLGZ yxұ]Tʔ)c7ѽ<]2s6t8vC6r^zQGI4ؤ=!t_8ؼy}gIgLZj̘D"rnA%Ψ+Vkr:B\ ^(Z%zR$-5WzvwI4e߸D#ܫ;;ΗGl!El!El!U(q>1"lBQ&OlZyuҡm߁z*rեHzuw:ᙽ %ۄ)rQ3Eseҥ4nXD"_~$dz(Bq>vbbbbb.1BwXX~4YܳΔ&)Pڃ)))ɾeRb$K'۽D;-YR-_e"(zqo!&Ώ8?bb-Fʕ++5WN[\4H8f}+VŲzٻoK^ʗ4-ˉMI킑)Кz3m[i*K%KWwQ9pzHMM+IOSvZ5}%*[ vYmzZQL mIW*}들sVDZr$ñ}UJ{ns$8sBVZ*V(g՛:8iD(uՆM[$}RYrٻOq:轢M_.i晁e4GY΅Kz=v1|ٲoNh\h',g6s̵Yt}7[GN9ַ~@s/56]Mַ{F(\|X~ce5rˎ?E/9ܡMK>t9I"ec7YǍ*f /8?L$!C 2aƣ.yi!y|2el9Fo_K;B x{_e. |ыCZ4+/'U*;.xEsE3Ĉ`ͫ.X˨0iӖmc섍`ve`.:l"wAg2uы?Owl8x[7UX?N<ޯo(믺D֮i`~۽g|9'/Zk.}dP_2h/:OjTjzo^~{Ïo6?MsudG;ܹCk^fHV?DZAϲir}[׎دPH r'Nz^K0/o uq2P^K(?U=fϲbڠ5'=G8KGk몂(mp~4C{}ɴYw-;\~å:W?/udq? E0B9g<02?.O(Z&\#ߎg7\ |rӺ>=ʦɽzuj)o. (=cTm┠ʝҲw؍"]7?"eSZe,bU7ce]foQǘ>v/Jq/+w$5> |]jɚDӿ!7T#kkhOw뜢<^|ec`~˫"uр˹>WZ=+'8:ܟPwlC z<. DqNL\\xSN.Y&|1I(Ͻ E0߉B6/Mo*0=t8\wF _2*D` 172t]6kH.]ߎƱY=H뀞<IJ}Wo7v!=w3/u=YC=,?NLLLLL\qLǗ7 M9-ѽry@wQ^2A/_DglCg}^{E]Fȇ҅c{q"I/X熽)6lA0’^{h])FL#Mw /3DymP0G5cNۮ0v"G03h/c>~5W zg_z#zVԭî^8ԋ`wwws_vq4BAOmT?ȫoO(3Jsݿ_i?&G_ |QHɗlCtp3a4ث`[ADrmDz\fky/ᾞ,i߃y.m~3{=sf]纟}jN~wFL;/4F?&fRRE9|˂xm zǡA[.Jql_]=mX4ꓯSFk_E0 wݞ;l:iϥ`h8X<9x^OiRU2bY$ز޽X4Ź֕Zh̾Ղ|']zNj`g~F .q] ~Qz=gҺ.AQcR\˖;mux~?5X>J8/e:lEZt1Q$+cB/N "t_8^s'o(u.7?ɹJ!YԯWD{,s{+bWĮ]"vE*1BR^腋Xw.s+bQA8x~}$ק޹m# ܨ^/.ܑB6D b;]WoDf[hϾ)6* ISya:w$-ePkCџ|]}P!c~W_?jYOhDyqp5yϝ&mڼD kֹ5z^~x,SSi2Ѱ7<h dIw7+ɴN;_T'B=18 65z?? jX?i Oo$^Kc(WDi,sOg=QKԙs |Vv]r<2UZ'ҰLz,Ԇ4e*ײNF/Ks8XUyafQ{#QuH=Iߎ@vwFIow]w?фH\r}Dh( h:UpqC~)}X{m=ʻι^KJJ;xér}1b5:_ tb2!G Kݏ r^ӤH}W{9ulr z}0:)9pY>"yMR .XP(-`"=#7P8a1Fl[lbDGPkێf,=ѮwB;c5&R|935zV^++V1vy֩UC:me"/JqS.ge_[=zԾ–Uk]nt*ϩڽLqw:kG9ϙrgIӺIF $99Ivc ta,gԻ\wN׷w ^=V/WVvkڊUkiwFޡ"@Qg[>^׺mrdy ]vV&<_˚"'S2edN[I'e \/>?4wm[ݪT=a/=u}}Akح o_V>-sիU_z46}U~Bzzm蘖jw,i־w_ӻuhCAouvA״[P~U݈wt?snlZߺ'no'y=udǙOs2eCۖR˚w!VsJr׻'¨}p:o 8iڸ"Pcj',xS'R7FNppG94輳䬞~v_p[9j$mm3m\KRޞ57e'ZǞ'(c~Mlsq=i}|nrqr)]=?oO:I?': #_7`9Xˡ6J=>+k]rV2`㤞-_yLec~LsMw{YMvLu yһXY8>:^ ]Km@Y=/_4qFd5 B[GDw68آ\szuENᵲ -xֱav8~neĦz{&Bwb=}41M͗^pN1J׫n:n Rǘ>v/P6U:#5oDžuMױc>0_cg:ZvWL@9)=ws\5idUFurZWѢE\ڈYOqQ]^h>shA֡~&5y/zLe9Ǫ3MXa-ڐ[]U{oi}Rs$;V|Gڮ/:˗|[~J{FmެIE}0FBI>T煾>YOv4w*+ɶi۶5k)AkY<>>\Rt. BrU.%ʦI^?'۴ֽ5zyYn-ۇqIzb/^PzOLJ zUv޾&3;%=7@+t [D/9{F׺Ե@0_̂P<8鶞`q{ozwק6c*ξ\繼#CL1q~E?:@GY_d={dӶgMaֻD2iO\WN9?F~^/(oԾt&y}E.u%>]Yvp=H9I*Hվ~d;>acrݮ4⮛ꢠ '}?_ l ^lzmˌkSêlt;腪UkߢYD~헭X#Yyر986k"Oz'`ޥL獵 ;uj~/w];{yo~yL |yCP[Lɣ?.jwzk)X]{nh7 h ~Fmz8MҮx?߷|kpwGOs6zqozn^ݝwvO{]w{/rﬥu]:[iYF_G=u;nz¨[nJڷmiyg[}Z~]$X-vyҧGw :bDϡnvCˣ?o]ிb!z6,\΋+0??x-hr#>%nZv2󜛮96fW^?y|㣞C+sw>v#`x;:DCڳ~kִn9=ڷsXf׎m,9+N6neW?kB@.<^xo_},O1ϽsWm%2P;= }r>}.| α:G~GszG_|BF p 7\u÷:LX:ݪܷzمyem$qye6?='{AU{SZQO~o ȡFvFa˖Z/O Z{¿ վT o-ǚl]~G4o1{+qPX12s8m?#ѥX+.'HW=Ќ9 ~ϓ \D|}:Es:TeAriku;xl}o۩8-on{M4^+'9k]߳mZsz,,:]I>syu!&R(?YA{R$Ӥ$;~T;q}~ZGw@Ȕ]u5!wG?k. *Y _Źg=[k-ZZMUMX־_¸)wENjmZ& Mz?4& 2dȐa 6lstpsZy8wqwֻh4NT}o z1/G/?, [DvV}~L9sLCXF. mؠ^Yt2E`ګeл^uم |ыYUrI/]u¢/3̷ZA)DjJҭK5ȥT/j:tY,ۣ~^mbZ4]K^컞k@?h9=&xrNe:a߱%Zw-sNZz(aHQʹJ?6֋eJ˨9U0Dkw2خ:j/Z]k-5'mom}hӋI[PIi^;Ni\G˲&Gc_4}ѲuLcʗuܱuLryG/(+WZ맛¾2 ء[TmԦUs]wd^i:[q-?#H᭱sa_k=TPAYW)9&ahukR~¥/x$KjӞh^/KJJ-hmXMi㢵"!;z#Nsc{^lYhyt[nQ[xF{ozCm-e~LP;\6XwrTu!BBz/${Ewo}i"XP{HH߹ggwy;Kr3~'ߋs9{G~iײe\\exTBM;KQQܻZU}f}ZSį߭Dll*:K@G6:/}=oR3N݋O И([VDUT9jYRoX2gfˡ~gSy*JZP ߻=6}pݣvCԱC{svw*IPKqo}20aUaz^z~s^ry?z=wmQ!twJ-j;:}\gCԿ.ubFՆj̦_2Mz~>sڱ_{3v)w5NYwAVоh/w ]{ե&Rs>z^$x2]1vV5-HeKxmlŞʴ\T4/% j@WJ$uge>NEL'S_ߴNuA_Tu:YI#; s\=ף['^.'ʾOxzVAazұNe׆c>s󹔪suYsNP7q i8yWd oc#v_¬#Tny^{ELlzO|%gܒNrTbCi&͈3׽!sߪ{cWuLCFew.lգts]"d^Ty\LL?էj/33nz}AqJsgm\/>)RߥSZ-WC'%%L}Wq~ʱ֬˝/$ݺʴcZvqp~~µk 7o/?ڐ7pLAqcZfuh6`$oɮaojE3s;eQPB/e9ڸ4kc6PhKY46]x%'KQ'Bބ^^wlnYPf-/NerĘNm)FIaZI;=eڍq&PfSNȿWX3TtEr?R&R@;ӓK?h3/GyK!~ 8"Ah8}b^NYM.DG8սO`}T]piNY75Qfo:DmP*qzr POմ⏝,2móR~zo/lj:lfae*koF.I|fi/:'P{SkCVD!/N:3n{:>.?ūT?eU`q9^wgBi_-٧ZRRX_XwsROmBe^eAVV_+HDglvqycas'`R~N-}M`3f.6i)4Mun[v}3g/ 7R=^^KƎJ(bg_V3OR6թ[>,=mlJ%64̵^z]{m`dSz?K{"2>uwa?oISC}^y3©ô^߆^Ջ3KP?QI {Q{78^EAlz?Xb՞)_ ;ģ#='խo^S<#k7 T;1G@!enQ] ^:1{™gθwsFQ?o}ֺsOXUFB45"آ(+_ |Mioc*O3x7\VK@2񆭻@6^erKxR1vQrOߠ[ )HE1Tx"}<~aw4WfS322YٜտOϼMs"@%SR>0?ѽ:b %Y6n2][锫86??vv"(W)vmZ AE^Œ Fbe-O'-}״+5WnNac* QyU/1GwOi.\@>Ρ+ɾ9:)\ʹt59k(GiP[>hf|k*FGz]gǰ8n`v7B9:i]Q6s ZW?U}&K$;ӏ?c5Y&2rw{"zldJ R>1oVYZcS5-mL%iƪ'jW1/vT1ԺWnf>hk֮siM6I7<2v_S;X-$jEJ؅lv®fއRVx"y<~aX~ B!h},iʏS}Qɗ. @(Qi0zhMKAz5ܫݛꂤ 9?nӺeI&o{oԼyR4?4]L'ZJf͜v5J[;V,~7n*[p_Z9Y=s%Lzus_4Drd9#Uvup͵ko)Fsv"D٤e&&4i79+/Vѩ4'XBΝ-\O)&Խtآ҄}6llS Hz^2$0Mg9=W}zM nf!$_vvl@Qؿ4nl;wiqfAN{V!o#z ^ӢdE8YisaժurW9}zE Eʉ J2X嗵R26Ty;h]K IK28.Xgnm GCAīxhyde)֘bђp~E _aORl"'kl͌mI{S>x?*CFzo6DerF6(ε2u+j ͯ] B=M9I.*95V! N̲vff)iVぴ {Lƍݫt 浣P]o! 20oc9ڷbN`6Pj=omAɯ|FwʂƖyݙ/a+V{04c[%Щ%^4*-}4k?'l۵5- m>T/}ur~巡9̕d߳Oε(ws5ϙU >u-]uko/\߸_vqp~~Ұ(gRMVK/0 [&Y4b"gi7Us/4AdgB~YJ7R4hBKG R^epV'sM>Clsσs6["V-'+. L s״nᇹKy) Me^X CAʞ襲]hC^;VX1{nd}^=Pm,դlFMA(Wv;mΊnZYX6*! %@Ľf3-0.k'M8>]S?SY zlVwWy2kKQ4ϳ>w8G I{S>xӨk"ؖi3Es v]͸9W)`IU$n1ƪ^ U 4_8 aEU^,]W>[ +槓ƾk~p~bd]{}>gYp&^?9cڵ6i">´>$|5^q2{Wǟ=ĕ2ŝSlALl?y6>ؼ9 q_mwo}]<6,]8n{5  b yyfvAUgاLi^OJzsLCXzMަk$g>KmҦ^zܝ7_7/6(,j-?6סce8K_FPV=΢[)Qmڸ+¡Q66SMJ;mQΊuUWX`0-MR@@t/B=~[NU^[ȿ:+)iiocv֬mTIa˖RL]7PN{MԘIYl# ݜi{ڐ 1v5b;ꦵmH{30< {lGtXV'_jotJxOh J¦3 [[Hm./s]ɴe%{X{;_M&x{Ĝr[lje~wM8cu:}(fH#GZ9 .l3{jDKumgnYr:q̽k몽FތAvZ$RL2-^ԽʥzG'x${Ss*{_);{i[bsfdyn7~{;0u.sq\\:WL; ALiR]_3u6rѩwX,?YweqS*iK:!8&,^#1}ol߾xv'KY5ɰt6?r&j26ldqMnG=Z> :'K֔k*w]rK0Y* Zߡ/Sɺ0 $rZv]]??bN[6@ R%^Gŏ^6/ ~njcE)G~6qg9eg䈡yKS@l!j'LqQHJI2w):CV4t%˫0}[`'2VEʸgYbT:щxV' J'cC~ٜ4Ʈ66@y_~{|gsZgN9%6pNWn?%P$ul_+Ma͙<{UGԩ{^JpQد4]Qt"N*睦qN-bNP:5o|:![@_|+_Wvm$۞<5r$7!QYL7/6ֽ`#mRgb2rDǾSsA4f6?-Ή2ڄ׌լ~wUm]f/Lɢs/\dձ)HM1: h{|?s}=eP3+k)`ѡ}ۜS&( CV5_,q(#s20ԆՈN'~wO;KL< 39ƉVQÇ8Ȥ86*y+8c`1s%(ǽ;!~P0\ ҿ]o:~DD5^\s5^V;ew=C"$ч L/f^F& i6(J'v)k0?+/HէɩWmeI1=7ktﶿ{U>.n^:L9;g1P'$Dz:vWFbuO^zWo0֗lPOl+xbho^6L57scF w~Y2Dm2e&OQNT ēRN*oۦ9p@sG?q7̱i{N'N/Ǭ^S?{opW4*gNu՚ˬ9s}{pey4m_&D5kn_3h/\߸_vqp~~µ%Gwf.=C|xt7lPn 4 qC7ޝ>RsNs63/ǞzνsǙN<ƽ g>| ݫ|QMQ^n㾜>- |M6|mξӗeo\>s%Ef#Q0LMŷ3g/Lgac fμ#up3| a鞻/Цp~aM]G09+_J9~,V t߻Mig gp=f@泙{{O̘5vNpٛ{Y> 1f_5bd=r$)nW*E^%GN 6ob~EXS&m6 f}1_ S$]ܫ:qB?tW6n]?lޝ0}Y`N>(*_۝bڃO{ 6zEJ9ũR;7s/tkǝz+W_~S.ڴnetUyH~f)#u}/\)Ӿ]ދ9{Ur﹧P_!>m=ZOS>-O_D{dt#qI] >>sϘEKOPY?#ͩAuKDÈ9e263ۈtWjmKcJ>(e$ɺ SWKure!J;~yo^Ol=WSI|r4~4} %Ç< r)zG':!>z]u{GꥥMZio:/4# vƸ恿cW?A5\w_UWRmoCaIf$}&~)kOQ߿8g8#-n{p-5 'HG$\&bmе{U͚u'M+pFtb}٫G7δs6^ ҄&Q&>$ L{7g~ͷ36`uҩd@eU֭}֜ ڹ}5iUagSW{j˵$]^Qp6Veto зdb3\6 E2>YԎ8S^R˴q/~ٺE$lHJ͖)t|X9[>̝8.&۷>^޷;wt2dI36hƛEZxrUoHY"j-Qn27sM*Z)2^g/Y^M͝_aVYzT{B.~ߩXi6yNUuؾ]=}@rӆǾ^`$?*# ' ]:vptl[A}!䰟(Fmh/0:3׬Kt;{i!?=6dԈa9 m2mfΆ2E!oX~M1 oG>L;(?e!ӝ wF^`>|7̂EKGrax*Zk#FTus5٪U)dW6lLf(kXwbp~ҒIKJ4 55qt%]~ѹ圶x:wlo^ՙ`Y˽w䡣MGR22n\e/iA8J[RUye\&g}|gheR҆`f:w`ZWrf"uuz2A$N/-qȨЙNeH;gVۙ 4$lڜ5k\^-O4ͽκvlw'Zicv'FKmfoTnG6|+כ>r7>Wz#&u"Q~ԸZ}5;gF %;~<73+cR*]҆$ )g9s^3b48<+J@rύ{}U`pyVWl:SsU1ViUɦ-Sgr,8t{UcwEe$Qm[kbIqN5aN>kZDZPn0Ҝ5DcGfL[ 4JʴC#_jP^,_}Á&-~߽ NMꢉx;Zʨ/i~֜yUt9s/tS0yHyғХsGsݧ/7m۴v7sRo%?z>m6^anļWa6j6sͨƌ~¦qTV0T_pUȰ!ͫa'~N8ezΘ&P0CݫҴޡӾlHln^ s(!lV\;J==ڤk;Kv6cЯwgm߮mf[Sy꿫~}(ӭ7Ǿ'dj6٧MָJ;OUP3C?z4-ae0^}Zڨ`KW(WI.ݫ|icQ&' n۶7Uh+J"DZ:>cw~}{0;wJS:ooSRBjg9Ru>z P2zdV-\h5lp^?BsXlz 6/^iAxU44+V<}zpߩ.2c꿫 Rw*㭗[ozЀ'$ͲP;oWUyRd+XڴishSW }VfXKQ$E"nw*^6q㝟AcB8e+M>y~a݅}j4g#~CwX>^mk2L{eϡ ӫi hf2cV~ _e:KP'{̕k3Ng ~Ii컢2kMw&Wzg?= >I3$)mQgT=Ƙ_q{e[͎?Lv ,B-4 g6{jB_OV6&L (ߦ57qd,{-FGeyŨwhDHF<+ g4N7xoL۴9SЗ6tUkc$4]QJX[W{y u,>Oof ~݉uuG8EG //[a;m]:f b~k{)`?O={#V;SnvW4 T:5ᒒ'@- jgvzCc|%(e?9ԯU6l<>ti6w^Ku#>{Zt?OI4_btXҦu ɴs{<(=O;ռ!/^Ic 2('AOPL?xd noFNΠXeyZwb-jt*pˋ3uҼLljn]~Q޴]Q'}H7OW0|蠜zimn6Vy\I"rU9 鿻H?̞[|1{iւн|_֦$$Yi۴ͳ/"Gꬱo>..?IRgkc#z"T\zyGޤ>ؓÇfpt&0Gx7SDž3>ϼS7]?:ؾH8~.`v/eqOJuQhب;ay"^_Ͽ³iwSKmL>{Wu<3g^eq^8ש}x Vm7|+|)aXQd=3Ç:.maE'2mȈ_ڶieN>;}(&MKw1NiS{$ I%Z&㉴պJ ɧՉA4cᾇ@7ISfD4gv!#ݫz oa~ 3i2GqHvUkjGTgiSv j7BY{X|t͑+єiLQ7/ɶ7}WT>(cʞ)mk9ju>5k֙V߲O{/ٜQ!Gj>^~ml2z2&C6rOz +K2. v*'9ڴݠ,?IR}ṧ;ﳗ{mx9?f뵪*|3N+cmʺ@eG'O&W.E};yWʜ?Tz3Z;g\᥾لdӎzvcwӽv9N[~Xm~I FզqS 2c<\6bwQ+mLҚ`mS]_p6EV6s{-hlO/w-Z߷nj2;****ۥn?7o>jah v v1H{vQ//s>4SG䟥oʙ=n[׿73fu1_?cWcJ4'2O;dP'۟Ȍ+T*{z\ɗeTn`e; /d &գ3Jc)Yg7wj:⏝x>MNӱoV3#{BǨk/&~Mv'h]TI)'48kmtۛ+d򶻝~B_~uݻtsܫIZb-d3ju> c?R@zHs?4_/ga yj_ΨQG#T0%?#ϰAcxP*cG@5hRaƢ 8pEQ#:&gkS)gKEl  ^#1B8/Thy=5|sz[vعL<=e ef{G~qN YCAN <9p@={#MT ez;x] sݧ/w})yz!mE"=^0]y{:C{)ID mׂxѷw3о4cw*~R\p9lA#)hLWf{MZ QPczZޜCT2 gP{F)cW:atǝ=^Չ~fFPvR=UiuL-rs34ezN@J՟ [t s̡˰jr`r'-vC?վ\th:ulovf4._Ҽ7qP<^c^~-\K]؏>WF\t2dz/.Q>ߩ5gݕ;[1v͒4'4O'~eVR~!^m4ϭעla;99K[c恇=-gal,en>]2rpq> b\)׭1\6ݞSp;#ӧSƕ~ZB4ܫ\_S96Qb94]f$}&~u$XQ'([U?g_ P7~-aܒkUr-g$~o%|RRc5S_VD|ҙg$ōi!x'AA FDRAd'Ş؋NzwP,9qGf滘z.wϻE`O\|ޜv]Nzm,Io} `:ɻ(T>O<s)Džp˯G}2 3~Rs.s&^H #- y^zOzgsSITǝ{02_{UOYo'wm ~0sfhBs)ꊏ̽*,9M3R6&}pѩ.MsAQٛ)K]$X2?>mv%9GK/))I1h[TnuұGO?ѽčiiݐ&$N?HB׾Y3a'5u'/v6E#Y9n,M:_{ե#M$1.dw͕ueQ~Q1W&>e' o}*KŖsN?ќygQ#EJyqG:@QʃD@{ TQ7y)Nt2H8ǔM)bu}3ߩiwӗ9LE_9^J.L抏;GvS'e=2KB^ߵW]lxB.k{?8:[9s5hj%Y7u1))ڟAmTޤiT%VqoNC}#%[- '}Q>/{W 6Ij; jT $|R9R < j 67}F'K>,&| 5#ng˜,A?I$) _qȨz?/Ό68 G"3TmL.Yר (Zpi8}oLu8),=7-}k79"D&_5 5{]Np>۠{FٜܘSTW~+9 -QY>=%(eN4Aާk"ѻ/(m3x̓޿Nmg?um<MdK:A?'Ϙ>k)7\XURԫ6&)(py#YL:K0ǎon>>g1>~Y5J=X_s7sZK^ͷhlxQ0%z^j NgS;Xj&cBJ'4OTp{f pa:háTT'nۻg蟯yqITGš߭ 0 syG::VV;2'I}0e ZMc C z ¹*ΐZĜd.m8tۢ rO3< (YqA;w֘Ys  69Gegi޴~Nݻ: (dr磌b8ĹoW^т2ElނE7633ۺw J >tHөCfAcdSp߉A齚6}yg[D͛65Y4Id 0iYdٴ郜K][pɼ~{$V^/YSޜ|N: FhiqO%4jZ3q4)z]YfMLawsZ%Qw{wSV\BHL=دo/s䡣#-Qkc~I{Y2s-Gu){TCՋTSzK43m)ӝ,ע-lTP6ǟy9Ks={Ed4\hSM>ˬ߰qW]' ={f\XzM[Ajܨ[.U_7Zic;M6/VNIʖmm0ƞuȣO69:8Tۢ;}(yECF w iqcZAQͻ& u*EIw?WV6 +h 2%ow+Vs#%&PS3_vw)4xR] RB믹T1-A`rjNd)3ȥS8d{U&O^Zư+ fϝo͜^%= jϠX9*׫y+e˖ܫ:{ڥ{Ft`N҉[_}ر}M1۬X O]>[m3<ٺu1=w3 ^@:<P㥣a+b5fUeҩ{Z4ofN>('D;M6fv67|G#uIFdjifƬ176gG AMYaym;U-2 ߷bMZz̦>ps@.F C}+confܤf%fݽgu?O=s:C̀~+H/gP3oVi߮XA ͸w'Wu=#r\3s895K^~='K;@5Q?q֭[G>>.>KfU#u{rN9 Ϡf=~yݫzÇ dӐVZc{f܌d ۙ<4n}Ę_z FǼdNm+ }/u3_w٧eG AEM2U׺sNkcپ}hۚ#^ns9?;7bj:<8#@@#1^'IU(i@5ټyI{c8شm}HgwQ2u<ھ}ym;䗷ޙ,׿7grIǙ6Zcf,\l~u[?yUǃP Vģ ?Cp@)Z?M^=GOl߱} VYk~ͬ9G89dT}0&ǣcFhNN@A?uǙN<ƽ#>imڵkcon&Nn&O~~ӫ#D֭d_jӪe 7T_L\:qS7uX g6x86o"s[/:׌1}x,nLK#+Pl;7_jsчGw{4Jg?v NgjF>ʉTA79'^M`nw6|[_>-sʾӼy3g|qh(PڵmmRg c=>p/*7@);w4K0f6f6K.7[>l޼u5ᆭWnf^e=e fƬ4̙l<7ﭣեS3h@_3d`?ӶMk,_G̒۶9ic o﹧8&nL 3H1-ܯ@!x5,gP@"x5,gP@"x5,gP@"x5,gP@"x5,gP@"x5,gP@"x5,gP@"x5,gP@"x5,gP@"x5,gP@"x5,gP@"x5,gP@"x5,gP@"x5,gP@"x5,gP@"x5,gP@"x5,gP4j];v]q)&pLMmC; Y~+~1.w߰H__K1g55|P̊bWl~1.i٢];wtd(fE+6b瞦mU=E,_ڽQߩ3mQKgC6Q=ܫzK2_DŨ(VŦŶG(jGOϞ6[͛}gf0 ;wڹVyJb (m[۹WD:FL(83,d sgihӥc{ӦuKhbȶmͪ5Gڶni:kc4i>];vu76[>4۶oDf4nbgoӬ龦eff=tk|i gP@"x5,gP@2^L.'vQIENDB`cascadia-code-2102.03/images/vs2019-font-settings.png000066400000000000000000002533521401101653000220430ustar00rootroot00000000000000PNG  IHDRHSMsRGBgAMA a pHYsttfxIDATx^t}']'v(iq_ S EM#9:+Wt lld%ud=-A`"XJ6d^-0&|6O&(8mMuۤ; $Ai\ܹ3ފwY'!o߉p R?ï/|w0*2u(ܿz?O_~c\|Ww_zosşx~?~1_Ŷo ?_~[UQ_h?ǿj?FoCWwg=?W ul_r+q? εϭoST=c>>y }†a]O+5 *}vܡ_: Ѫ)Z Ѫ)Z Ѫuǻo~]$"""""""""Z]AJDDDDDDDDDDDDDDDDDDj1@JDDDDDDDDDDDDDDDDDDj1@JDDDDDDDDTf._D"kկ~._\oFNeÜ0nLz.~͗Q׉VW---xGTŋzk.yr,#. qz-Z-͏|MͭoD0vsv={6Gn"""""""""";Q:11/~ze jȷo!l߾ [o J>؆nb }^;;zmy\5Ajdbg̕&bMkng>ld^H38e,U#جۉ6Q&YftY/f|Y>v(2S5}}DDDDDDDDDeLfq|_1AR)+RG 5Xx->xmmmbigY2m:#h*猺cC1DUo:E~AE۱_DDDDDDDDDˀ]QQɚIQbn%̃Gn^wt W|:Yϔm"|tV轛X퇱lƽa(7ǶmP]]R-h#Y_i*˴*k4z~ۖ@g?ºX$JDDDDDDDD˅.6m[Vk{3:&bq ]|$+(ib(]zgYb,H [)Q9?O V ;Hz];[؞Wro]~nϭJef Q$$/M\vǟhI}#<|zʐ5-U.>nΜ ɘ~vfO$fc7n'* beZ>!&ͪg6ޘѵ~fw|"""""""""׏oooi)^fO$OrM?A" |dw{o[n""""""""rum\xk׮>1uy׿>kpԴfs=*HeuaDQT|`Oo*Uz#@&Qؾ}bODDDDDDDDDT %""""""""Uk>DDDDDDDDDT֘AJDDDDDDDDDDDDDDDDDDj_/VfѪ)Z Ѫ)Z Ѫ)Z555ӱXL %""""""""ՋR"""""""""Z %""""""""UR"""""""""Z %""""""""UR"""""""""Z_. %""""""""U'أWg~EDr+?_jS___\}~[o0|R""""""U馍}So!"Z~k0@Z0?sChgFDDDDDDTZ2@1Huk.,^z='e!\9{g_aN{{hY]xɯDDDDDDeR"Z1 Gs=_ZXXS}) m.u7qIΝX>g1alX%"""""* "xR,_޴d4(~¸}6" ^t W*`:22`0wyG^(:@//4+g`73LzNgELoͰuծCx,dk!e}1x]|nu,?Ʒ“A,V׿u_Z;P]][VdԩS{0*. uK2g UOZz>ǎ| z'- u٥`e_]X2X;Wmro2oz}=`ݸ뮻Ժoz}sz0؏_׌ڂޮ}:pwgoSmYیDiˠWF72-gq;$% 7(pNyx2]ؘ_fuZۓ-W{6nV.ge ޞ c|4{m*9 \dJ6<ݻOQفGcS W2/}}~UqN}o[xAlHy ߕAu:u\Ү]y2?M/)wU0bT~?n JG2Jd2]8;+*Cp͛sXu=fOR4j㶌_e6e"inܜB2rהUv>܂{]~9xrǔZ`dڳ*cMtC6٪ffʌW^K:,Y>޾(*A'4}]GKɨ.Of}ezk,eƉ~Wf:>%<}_wE2Xu1PSf:nɶ_/2>dNO[3gHnrt}l,KҒAu6Y*nδߒKJ^R7ۃK7 ;C}EuxHt7cpɦ6oޜ^DVDe\*u-E+2MDDDDDDS1}{lv.>δ{3Oɒ4'-4HO ],SU] eI~xu8ӟ]܅O#Æ}쮙C}XYXTm]N, skcOKDu~Zq%k{rǖGM)~*^"_Y:pt}~6O~T*OfկԿտrCh7fN2 32s琐u5q26Z%vʠnhLȁsfPGv}۾֩9)3oz^wK=%"""""R.c ŷ^{$,< }z'."WG] n}?g' >} 2^H%/ɀZVgQfg= Ù~\EX:S{[cmḻ>^Wgܛ^,gl8`bV,ڬ{e;)%f{INsϩ@믿??ѣGOO?K.uxسc6Y,,Y⊚*[mξlLڣ3_t)̻4KL!nX[[,g7U5vw\&iDAve~/ kcEKc Uvhs/t̯S ]pIxk5#W.DDDDDD4_% j:~ /deɋOcJb,A'Ounw} t^4%z,7^.Uоӟ,fx:Qtˉ ~k_իW-2@*28ۿسgO;¨NM }!N$w]w"$fOSczFGf×qFc>yb{=qt!k 渪ֲ5[咣er\̙^Cc,>oLsw&}{Ow"؇0Wu^9R&Cg1}KeLΉ +n?/[&*nY}~GaFHsg JfR-L"1ZeQ\ɠ ~{ϣVQIhoͿAWW6mڤ05PR3[0DDDDDDR9gVlF0O431 :ؘI4yrHgَU*TfIl62{6kfw##Dh`9us.Oq?r7_/?c*jRw~>?5?!N:e qH/.xU`_Fwޭjq}{ ,P2*jjjc^]rgش}w-&5l9q2 ߂5w3efF7g`7ȱU}ZxBqL~ 5']7,fd6m1+@HXO(M35vvk6;a\#yOg 8,?+9lHٟ|egp~/ݶMPQnݺ/Ro1=-o~z+?jS___)+ :e+5kR\_lcn{DDDDDDD$ 3)QLW~pTʜ/"ˠ4(R"Z6d0TEnG$ŞV%v'"""""Z9x V|P*5ONGoD0@JDDDDDr}ݧh%z %"*RHJ""""""Jbt+i.ߧ-_`2nLDDDDDB ]&@JD0@JDDDDD ()͎R""""""g X5Ѫ)Z KBw7/:Q`hI.…?y܃]GЏW^+/ٮk3ʑvc^vZv!׳9Э5w~IDD% ľv--׋BtWʥt<Ћ70p.jm&"""""'wBDžn=gWt y3wՍpƳojm&""""dg}E},|5w2%7v\DU]ӻߪ [x 9}Qҧ}Y-/Hd6i <;Dvx+-///n+{__ wgRT/VQIU{Z~Is~x-鶚ilقg8Vu!c'u -xj=; b`,GrS5Yvxx%{,]0ݢY8mȳejy23DGznxD]-J:Q)#-O!cxVuS7vk纂J|{B~yf]:ֽsuJp|Q*;^ %"ZR)D_<#x{D_IVdPl|IDݐ3`e r]-zSQ/Lx8Xy˲Ghs+zX1o.PMz.@ՑW*c#qD!""""ՠ328zA\+huzUЍ[F;lckT]!.\Ԙ76n [U68Dk_Got1HrJ~%].|_eZ/-5]|ڥW2Sg^|'={Ζt9ߜ2wwGe|(a%:V:Evcߕ.tcר%U!1tCO6,cfh`΋f:}_ks#ׯ_kR/Љ{+6 Zk0W7R}}HepTr >Dl!L4#nV'V3# `oH*DzMOF1mR:}7soZk[1TwVcBԓt:еǪ؈}<+mBޞmcsETH~?B^oDDDDDD,M .J{38Zr'p"Vp]+pmȇߵ^0Ĕfޗo8^KἨbczZQ[ۊ$d;o ՕpQW+-#-a˱D==}*j 5PD\dE$%"""""""4@:Qّr-Gsƒaqh@V|ը4j`"L+-qA5'^m.8[)^ʉHH*ŮY wu/Kk>QReGkSnF{}(x-Sc$ohZ!Z=rG$%""""""b,H鼃%cf?Kȕ-+c W%1X.[}){b&5<@Zx֒w!wfsnЦnʷ`bvFhGYZ61Z=MDDq8CuKEDKd`(DDDDDDDDONGxxO^[H)D^e\ζ~2уZ]&x:0゚2ɬD5`X6V5s܌T4ξa\ڸ{ZkrTM>TL] h} x}1|s}f^'f{z4Nxk[7Я|P* k%Hr2 -)-HW>HhUcaՁR"Z %""""""  2=r)ZwK"""""""""ՅD,ܼyd R"""""""""Z %""""""""U( KS4wQ1VG4G)PxƱlÊ=Kz#kH4y;0N2Nt\b+DDDDDDDDD4'+<@B0h zZkQ[ۊAbhSv'""""""""* MG,x:P7lٗC@C'0:!_=f?'ND]L \ՊX Q('&=y]u:0|iצQ]/eZ }=EkO f%;؃VYfsbtV$&4jb.QFߨc'\LDDDDDDDDD:&i2eu]7)$eRL&]=nj-鸭>qUXNLۉVv]׻1] P__^|CzOq3k5׋ݻ{"DDDDDDDDDTr+<@^@ur7pܢLEcׯ_-<JTO|ʯ[)BX]]hۀ!tqb9DBH@,6}A]Mf7|Ѻ_t? ȹr(AD_>8nQ&""""""""Z_P=>҅0KpO5*uYf$,`t F5GrO_ '^{;^N]סzO޶:#f@]hTU܂%DDDDDDDDD4wa^eFDx֬Y+W[nNxk[h k{"":!<˜ؔ^_Hyh^4u0xȎR"ejjj cz)~Ovs3uz=\k;Θk׊zRvZE(YTc<0%j{kXcVBҟ:̸Dt}wݞD?7_%PjCQ@77/L;h9DD%/ŏHȼyqSTw_QB>L\";Cj+Wb5(YlZ=/2ce/E:V9 G/-8+.<}^,bSGJr^>stϻK޼0(3uЕGs)Q)m5[}H'dׇW]Jʫrg*Sx}r%eXgyUV*w"tVIh!%""ZpS,?T{ůKx|9f)Q)y/EMTi3QcꯟfjX7b[\@Y,Wt_N3_׳ړ}8y:XN1'(3_3fy]{5 <]φ5,x,Xu:qmfGh6|V\CU&+S{p7dYt^غ]ѳ>R}ϭqϹ=S)_B?)sa5?0K8;Y5[{/4+g`Es^*)"3D{͏.Dpȃ^ϭr,/J˪JL5U]׍BQ  C2ӲUX畗|٬Am镙@0딓SRmz)$ZNcz/r|Ȳvh\iYl8N%ϫ[\uĶ^@㖠}'͖wYup ӟ1O[ק{N|z W>n $7y WscgtjuX/u",KDDDU Hti[)2r9+oLhSw_ %"Z4!4Ǩ;]!_>UE/[~9zћJڞШ "\>δt|^L[Qˍzg1\xXÐePv}mт#__V[ec@/gkX󺢏¨|H 03g h L=MS/zkh% KEn\g,bs%gPޯsxfg3sxbʇQו^~Ytg./MSF0%op?ǜݯ"~̳=R)>DDDPv"4zWT(T0ꌿۻ/wZp ]R8RzVEzYwI(ۿT؀,3L^}p,5_Յ.9 aU/<|cz2zKl_mfE;4?('קF`_ҥ!}^:/LJZaqT勽9l^cNacRׯNeԗ`b,;G9qi.5vZS#LAi9լUW?H$pI-m W)ϟRXܟ~r֤c~c89%ŘxX:w_1;t!a̯úty}<i| T O"9"xM:Te6*L4&VmjBVdeD|fSL<ڔ>V=)74!tU.jojrYAIDNoWhn6ğ]9K,,kF/zgOCYjnoy 97.F}C7n ON7R9qr}t@h``̲2/ho9kf#cs-nw+~##n :/Z\vwr^E=]DsϡfkֶEp"""aߩ>;\>ZO;{36ꥨ _*jjjc^et$=.DycluB< !TllD:TND0N[J:(#kQ'036p2E_lK ߄&oO&`leW Dצ.Jc'cmF%+o]f.V#Z6֬Y&(u;ċǿ}>$MǛ1 dp܂ Tu8̖ɝ]eȡ1?֚q󃈈ׯ 8F:YtH#gB0*6v!6؃ZԶ`0G9K2}=mEI4 R6ث*iĔj\ $=+ڣڬGhJsdzm1;`S ~nΛEDT)GKo/^qȈ b PQAFH-SFtu-˸T9{qۏ5\=eѸ<%"MΝB+>X8z $5\,3SK͜eMGDDDDlHq:}Cb!PXۃD p'0ׁzAJD$,}{rقruIvK[T6m}b555ӱXLxxO^#"ZRVul]g䢺d 3Yw,YH-=&rrǻo~]\RcHum^x1EHR[fi*&TIez1==53j^ԄhYYUm @^U7W]OVR48>L}5/qN>TV.k`Kf. g}0==~K~G|cR. b 0}u 2B;RM]PɡY^ YS* Ӏ=/@*T`7SOc Y['q#4#\/gFy@W+ ZlV*O:Be#hWuv+ꪝC}?ޚYQ jq\<{_b9?quԲ(^""""2` p]|yG#ib9Ks5D9|V|4>:l77$֯!93h6vu.aek X :umV;ح#w;a=P B⿵|{~ˮfqknKVddxM q}8ιEse:>_K}m1fbʀh}K-ixNfɯz= ύq?k?&Cv9IeJ\>C+<@jt/Ƭ3&f1VMlY2=ŚE{eBk_2!QOEcׯ_-ty}윶~FzI{hvnJ:| ovlO•]k1!&&d_ԎԏXs:Ԥ+%3;=-|`Au3}(sc^)|qxI=k>Ï7Ev}_dyQ7''"""lڵ㶬?ĹzŢzg||g]'C>נ-v 3)Lo1v4%)7"&2δ&DA@T0yӢ܍@ :Q wecfԶu.'23'uoj>$3]F 8\cv?љݽ^rqe{ODZ}?'chSӠ˙_WsBqJ2V%dWmŝ6ݘ15sd(H$Oϴ^)oo9솯*ug׍r2#K%/_gKcF7*/f9;n*N`>RZ!ÏlYY^=.|e.P~98UL 9Sז9'=.(}>1g @'CP}uHz;0$5bC3 SYHj_q#:|O&:c::= ,'oеL&kcn!W|8&/1mO<.2&b)ƚ5kp6֭Ýwމ|-z ^KDDDDDD=3xc.3$\R"Z %"""""Z9 *utbODDDDDDDDD4 HhbV-HhbVwa^g'f'"""""J==>ŞR"*{!@JDDDDDDDˏ =Z YMє^_D6lؐ^ DDDDDDDDD+45O8:͵=K8-&4y@.P֞AG0hkaD=خ??DDDDDDDDT MG,x:P7ٗhC:K H$Apo\j9YPЇٟڽWMc#RS 1ZlA ]}*@'%Ē\Z'JPݹ'o[!5|mO̘^^I1ZxEL%8t È,|JŅjqأ3V5ԁk׮ CDDDDDDDDULb1:AVx4h6lH/MMD'\t#)тB.TA:?³eI ٳ8zSI\YMe<ތ㸩׉h|M?fm*\@K/γ]xhAhXB5#Dꇰ^x0ͳv%ܹ;AR,z,|T.Xϵ[V]eiC S>wDb_]ZԶg0 wKhM#Ԕ34ɒi SV,DyQgzZoB@E4ddZ'#ckOX:RzohC2\~nXYY!"ǧ\f4]wf!۬7gdZIV.mPAQЉp H8bbd3ʬf#zȚ4^_rK>iO.%Qy{_yg歽/#ϙX/7,I~PX8lȴMȄ]P1ˉ)l, X!JEЬ޾QnPtB[8rCfcUH+7MZЇ"]=LDf{(dgH<]Qg<ؼ9ؘ3h%\O?;Ze^۽.k9c_iѮ3Vg VuzݚZ|DymEP kfdUH>$_gT|4;[Te:JtMXa\~ݶ$Нߥ^Zg D4'cǻqiN!WnHٌ.E;Ѷޗ.69#g˜so.ʟ ZrVu-9<(cq+We Bj+{,cu6hQJfguH'ߣ4yT6\E.z0}-@Te:0 :jesb&9 K'ffwnC>4NZYDm;2-Rmf3ا!'pCc"*xp3C3fcǩOw7MF2uz,A5Ҍ8/ qX3MX4.u?F@kh5BqSʇ8H8A9vwpRuP@_zN=@3u{Ƥ8΂1k?Khac*{H<gFDnQñ~rҭݗyϨ9WWC0yM+'*J#K0DG Uu>+TY!ΧotODE.hV--g豃)74[IW<~=}ݢYOsErkYlF4bHdW2{EK.a@ٍ7$9kn=,v͛3뇥ј9uwr^k%q5ejr),r!"""Z ijR|Βnd3مV:Q^qBPZU%g{xx~*x^9\NռvCFX, ]1f ءr*s}^ܥ&ʅȴTLb1:F+oi9HbqU+mB.[˧]D%g$Q /_-~Zʏҕ9K!Eڴ^ϨhDj Eoq\`)T)@z?W-zl^-gyRJctΌi:qrof*>\D+r VtzMDDDDTt}Կ}RZ % Y+Q[[QDLq u>7TuXzDY\ldz>lijBtCDDDDDDDD ݁;~O\\h'чN:01D]}ABur].}x!p ~f qNĪ%tm! Ȫz;UY\ڬ鮵= FQg@_G'biKw#DDDDDDDKZn|ٖVuzD4P ']p,@ZEoR٘'dI}=*KOG2'XQL2L@^Q,cfZ m-1QO=RA´w.U2P |;>ih!"""Z*,DD~r (9Reh'`pFGB2xeJO.@e51%Zxy>kê+SS=_th^ s,ϒhy?BOfRC_ۏˏ17͛?F ڗJJSSzF2BDT_`c.`㵠O j.2h=L WWO`CԵc~[{-ec xK;w-R"KDJ\gOFX~^BȡvlOgnDZRhGmTLa`J.…=S\RN%;5Vt9YWQ5G,?4}.kjCwc2ݦʬqQu{\>5GПDKLQCcQm!b1|RXb'^xALuZRнkBw‚1o:-;lb xAg[q8j9+O1]-Y2 {bgz[.]38&ܢ}w #Ve~^˱~ [$?;8m_+j}uTPYnWg,ngV߯_05: SBI;3.,cxgg)㣒^-Ů[e`ϳx{z 狌Py㟦W2HlKGGDHSv!3Y14R9s|W#wu XYlc{HVw*%Z7"X16oSI!!\ *z[W曯؊(}ACA{uvc,D͔IE ՖW+hT=]`ٯ-3\u]QDwe7l~:]u{Oel]Lm9fjr83ufqq,ъQ`:8͉ E%89/Afj)]{ȑ>dWōy&?Yi,;or~^ !3[?j^fHozeEWl& Aɑv[QYzSU]۽QUEWR{) ?!˩3OO011~_aϞ=zgd*vj+gD5{#x71. r].G,iz?ؾ{ѿ8woK.e-'m7c,Q""""*5 $?`Bf[&q칈Jw2T3c«z#lP[Ĕud3\i'qRd|K Tu׋޴ڼxꩧfIep_2rk?zحIY<ۊd&d.rZEokDlqDcdA~{sn|]\QEm!g &"^,G~T ԋ-^uZo21*9[#జiGjo4O+8jij  P)iNT36'e%UvcynVzF+u{Ewߵۘ䩨[PqZB>oBՑ_""ZY2k`(ʱ8c}mQY><4ݘ5S,]3u~ y9N'0_T=h箏T^s/=c6q5[/%dheESՙ|qUUUdfhUTA|`WEYiX/_.U0b%=>ЋWySu_njDDKNO5ѯ3ዲ_W~hveTl3ݫE!gߊ`:'>6r"'5#y >\3kK# %""a`JO\KU[wYFD:Տ}}dbVtm5Hj ˊk\>_؝kL.[|x5xe^y͕U:7R"k%*K^?C+zx &'2J3пKxrfpQ,c[Yu[w9D{zYL”=5ql`2DDDD+M `###9v ۍkB`g'mxQǎrlΉg5Ǚs#F7vlS(I XqD{J\gn]=5ۨ ^nf++ڵk+#HmÅ'T-®(.\ (w׺̽e}/HgF9|T7D_[,M˨ -DyUezv[<""JoHnsj{[Tm>S`μ=r)-q?^/~lM-l&.;<;ޏSrzsc\͈nO"V{Ks+aN9YS!t6q&1ivc֌v6_Ti=Ћw|ZZZr7  >&.^DՑ' Üݏ'UPN r"-{l3+xo>[.l ;Wj?T[с#ȮfN[rdY\S)&*555ӱXLxxO^#"Zm+ ]-ّ?#UnGlYv\4aCK{d=35={Gڵ "X ڲpStqDOޖlDN&z`ɚ(ENk\tLjaT1=f=чDyt{i*Zj<5:fK!][{T )مXqf*udU.b[QlXÇq "֏Nb֥^\{3^o ~m7'ԡ==q)zJ,̹VNDT.8IrU ^]%6[,W0-+7f`o _GEL#8{&2/P135vFZB*EDŽ\meMU -x}8i3 M"TS8q:I]o%Cx@6N?z#!2*R' @33E;ah~dV>Hdl }=_o3-b{rgfx'9Ws%ig1';6SXRȠfF JveJse6mƌ|R'*#$Hfw3wp`Q$Ƕb ur#KT4&8.tDDDD R"!IcSd'\;NqQ'rf(rÃbF4r.\7JVP)8ɕ\hۀ!)>'gΘ5:b/g 4e1]s@Y5LIסI76Y=ǧ1;6Dp[2s ME`,3,Į7, qRQۂgG:8u}zKEJ5tO趋*8*gGhubTfvzUާ+A3|BsZOPЇ67Z'S0pՉ^_=^"ڸW4Q0ͩH FPK0z"accnm%uIǬC3eVhttj{ xQUU^d/(U=N>6lHQ_xyDDDDDD.T>rw'rbvϖ;wWt[.spq+Y98VP-P{bDrZ܉- v'"Z0r Դ#42Yewtj2ZEE(2ʍB Wa̔|\H7 9GAޚ]'`n?]=]܏`wV[k Qq=~^]%NDDDDDD+DD dN=W,"@N[S 3c0yޟQlEDT8s}Нze:t=7~,w .ZnD[chf J.I"5[qk7kNDDDDDD+Q[9]쉈rc{".DDDDDDDDDAzƏ"ű3nfъ R" R"""""""""Z %""""""""UR"""""""""Z -"_cz/5[t ^_DyL/K"ҒioGHRL+<@f翵/m]~e ]K>5ίgƉXz#R29$ =GF"~pr7Ҏ 3\jB FsQFоHퟏ9w"""""*2H+mg xGk}|ŵ2׳Ͽ$('79CLnvX?҆rף~ = mQu펶xh=-TuX GhAq RA7$̾ncQs#!XVka!{#r-o$1M 2?4Έkێt_];8&c#{?I=%BcGbg.P,֫=Z|.gs'""֭[W)`ta#߲7> e8?(gP]7I?8VC8h-[| N 6ks:L&@?~7IPuY={q>y lkr%Du0ل2Crp1,Y2b%pm(bGZu3>m.rltGW ܏`Bq="ψ *w ^i%9ञR]ǒ*E > yD?}TtHy]w|DDDDDDefUHօZuN+瓟27|R?w[_wϼ-o[*1wu`LbTd۪{XqKȒ͹w/KW܋̀_@p#3zKv/&_fHd^aɸd qDpDeZNzqs QR]7Uz-Lh5D϶3QqZyXN)uvpCYjv,Rzί=*"vt:yhY[4ٺ>̕'>7̡_k=~Q~v;qTFyuN;{P){%ݽ$ԩW4Ssi׼тA{Ug\&J札'ڽ^)U16ܸenC Xls! J)Ldc]a1HUa:^' GC,u*,%~;/s^|OktY <##^/&]GQ3 5NI ?(D୩A{Hg$4cN7-k2 %6:KznkZ Ox{Fh92B;06ABڋ^.akYv Y F~6Yˢtk-[[0vy[[pfcyv}_6\^܌F}}ԹcȢ>:6U:mpVv y sG9{[\k!] -~47#uO%3 >A<ɞ Q[R"""""[TҦdhh+ P*+g$a7*bt g2asw$,ʉzo,f(a@i  2$_Ik nmAǝ<I5Vg3u2dmv'EsWK{D{5L JۼFf0ڸrw7D{=H','Ye 4_+D˓ = ޤnAh!v _e^y;QxJ<^vퟃKtS8G02QY` Ъ6_0z%34s)-1tIV2B>y<B/7,R_5ڽI٨)nTg,Zp 0Izl۷R"""""""Z7qCݐ2[Rf=bW"tLd 24G]]zh3qL?kY TT\jB QXߏX  z1ח ׵}ؒ ׺&$Z{ADDDDij3ݣ38JTvVx4h6l{p/@GGdfOq]^6c\GT8nsmFakE.Wn8v4tsl},@eܻ~YS1ߤ7<3e>3Qfi\&)i#s%g!QH5֚v؆ȴSbmfgʞ@tٙP;j55Y0ɶ3Ͽ6 I\؆*(mQ༜'^vNDDDDmܾQv^RY;JEiB P}(&0GXYfܟJzT`SqK u,Oϔ51==x-Ubi~*cqF{g?/;QN_YόŨ4mqnvRH|,}=[{1`=2ik֙8i6[>r\_\?:/ݬG.3Zͮ3p4]x-APLtna\{dwIu4Ҏ*\D:Vh]+zU*&E[,;:NL1e}/qezݸ*щ:b՝3VyE ᯯ<#Tn T?O6eqbkْ6' 2UǸ Y'u,Wٖqˈap&)J㤩cEoRűN6AKլUl8=nnȘbGC@v?WA+y9hOѢaTKWօnn @JEt5;K='\$Q˥B ڼXQ) %ܘn:^>ʺyy}s0=e\NF*d£^{i سY'LTPrxl8)c0UF*)EE#B^Um3M^LPܴ\~1dsϦ lM!Ĉ_Sc,g:XU`D3٪i>=Ә1;U mضmv㵨=%ZNDDDDDDbxܶ DM!)3+m*UdbJVJČɮMrbϬI%qmzZR~n =#PfAv`bpF<,{Z &0Yu:fRݷZ`dl")gqβSS99Ւr %6*xA9W j畷=u/oU,i9&[!xjߗ21 l/9',LmZJN3}ˮÙ2r 7D"x lp{.t{< [g =zB 5>}1#HeqDz}fc ^VR1㽘)t6MO,dPyF yg/|>)1:pBVssXf \oݺu;bEo3R:m=ޫ8:cZBv{7‹G'E9yP7[*:70_Iz6Ħaݓct,u~^6{F+j-W,^XOWn"+o{J}/w"""Zu{=4> /_-~ZO>F+o|PyHAJ@~_=7w6A0}}ě,ق`8w5 eҖ)z{}yg;p" M`RqrbhU6>H"Yiɤ()MG*(7%SXj qHE]u[pC#1~Dw2GM@4DL]m8zAMtUF=@ml; Ç "L6OT@2vZjicϫp{Ju/ %""-@530@Ji  ]]S8r2'tM˙h(vx=e4u`te@FZBޡƫ49}2]їHuZ.ױ5("'Ե6=p}}23%yθ_,.rLڶ V"""b1h&f/\"ZeM_ H\$#nWq5rg\W"""" %Rb{"*K hBSǰB+apLp"C-IGhBDT %9KE: aXpC-_Ә8$KDDDD+'?9-DDRG\hL .e$pu$1XĸDDDDDD !y٫q31-T.gI.DDTR HLQCcQm!VbRvXbhӛfc Ĥ^'*$ RHuZ< $F>A""""eF3C!| Us|.Nܙq5N[+r)Hn[,zVtڅ{G/ A[-hi-NR"r07Ak N TaVOU֤xN" Fn)|$@Jguߎ#YϢ:UlOKSǵn*Dfcx#r-oSJErŞ-+^yy( -t$%ȿ/?#hWn5YFڋ8""""yqcWdGБv[QYzSU]۽QU JuÏ>m.rjL=?LLș}gկ~={rBC=xU>hE﫯7_ECu龠ޡȠ=IJEKMgfʤFj+rX#s]^Wǖ̮(FݻD6 B<@ ?,,^g[ռ,.k6-*j??ϤI{.2LuجB&m?n[2y8) ^u׋޴ڼxꩧfIep_2:.[mzU2zWj,]Gob@ʼn`@r9bDbt={5YqZ=z7P#ϊ.ɺ#P/_CcT,q0|ҝ_< 6,'pY]g*/Y`d@\Mt'CIU3L/wiȑ 7uq|=a6n=W_:V=/}lO-XDDDDnų_RO.@ĮLgG3cӜ8&KglNJ #Zh30-;&qY"9ܚ5h}@fK&-Z& FGD=F6$>+V{U[v m؂n ",6`$ɾV|LadD,a4VTsB<ڄ&q=:ӽsr ub6-q&.F.E2ttݎmGKK9hiِgpjpV ΘնMףiqTh?|-u1FJDDD|}:o9*{ M#h;W +-k-`:kW1S[PqZ B>oܚS2Vxԅ{O"#ܵ%^;檭E_/$zeRN׀Nu;kA: +3mM7x?z $&:,~2?f<.Mi}=+4ԻȆ`y@g&{y\ ǍvC-sh 1s-U#۷0==m_0"Щ~ϋ}dBenTI}$Ge*ūIů_7gSJKgwW(TVuPY@\e3Lź)!tUn`[֢mT4Oϔp{Kwt)[[YUrWS*QK'*6vU֞AG0hCw\]gP f=rQ-/6GLEQdz[Į7t?.Eu^U j 'dx~ǏDDDDT~0a&WhVAj8jtXkCt@ڧ~vlrlYCL`ՊXLՃQNL{$7ڎij32cq06["BXgKOptem_Na)`}◸̄>y D,wkUݩ1y[s@nGErq"D&"""5WYmIe]K a~QNp)9uU9`wb:pzL7'jQ]%90,cpc FT8Qe1kEe/Ѵ\h}B1r.… b{x+{ͽ҂]QS3"!gFhKV`KIse(^R#b'U[d;ZD-x={9Ѝ{_|o g̙g_ 5%w2psb*!t2XnpVb r Zf= yv븨_O)fsa΋ʅz{-|sGVYKzઅ{?2V?r=Ѧ 3AGS.3M^ȸ+"CIVEijCbK:d xpWpHo3`^{=rYWe[ph Z_UrAv5sؒ#Um J1U9`q' ^y+˔\`d2NLXT<wu0f+=P]ii n'ʦR-zQ:Pj+Hk仆$_$ںx9MMTKvB$Yř='uetNsr쪬?؇Сƴ4ɌmBL1/8ѨX+]tLvuhInRYPm0].z0}-΀8x#V8PD1e1שcF4.ASr΁NMÓNtvPuvey%8 9}|e2NDDDDDDDD M|>0=} CAZpEDOBii7jG7ǼHn2Y9!g×SӢNHY;ļmN!}*(No驊ZUѓ} \LeSTD,DDžjh3fwLT\.r,q]:xn͐jYG\;yΝX,Wgw<<}YQY7uлܬY^+;/*Z?#q~Ї>zlNϻ/yFtyJG&1@JRƌSSH&'01@ 8 2@JDDDD+^HdbxibFx+<DDDDҕSh9bt[)g'ZFj{1 G#hI*U=j>w""""""+fQ[#FmG19[o.ڬ$|$snI 8hUkL`r U__""" R=Z1@ ՠ&ĦQhj`Slb&Q?]zI}9`W,@۲)싀WFqR!5i76\#GqE\T۰A30KDDDbhi=q?ޠ%_;hCC[PopTO=n[,ze~ 3||$C{"vGۀx4ĮDDDDDDR"^"IvF2[xEEfiϊjP;jj,b+PM\(7jOx5EYap:&zZ6G9lSe6nR&+h95xQD1f Z#jfWɑQӎfV.HD=?,I\ Uz]Xb8Mobt׏h,eI=38sfh6\!qh%C2⭲l54cfWmhCL5!Jr^:;f Bs^=EUW^˶Ơ*1*+Y}6Dm#>|J}VHK&hxUx-!ULC2N;3D}K;RR SuKߗ^hY|_cU}Xv4QHY}dN ٲxٻwt8du˚f~)B$/"%ZҞ=8d 9e'4>7."""""H+y_~VR:vwwbv@ѽaPz S6\ ,:aY`k^Infm;~}Aq !gtӽLEp~9B;;YUey2E`1 2ϳeqb@ono_o=wsAd\rYJ&$kڱi'"Q"2+VM/=oZ!k}M_܅33kVT)Ì8vkqxl%4 J/;͗QãVu;:YMڹ*w iu~X}9Ꮊyq+Vu9/Hjk bO{ ީ\GMVdyH II@6$GJGiǨʚV;yum%oguSdx{}M_ޫ<: *ӼzN}1vzyjL}e,ԩwZ_'}nޞ ,'1S$vںMd\DDDDDDw+J9ܗ_/L%|Vz KX5Eph`t }o] efS2ߑ]{;#}l2R'߳VCOK>Î>84w`{%:">|oߚx~I#szHDk 'ٻ9͝,}ѣGo'.]%K݋ ֫W8L{OכiJǬ5LciWgqqɨ  a?s)R?>O;KA.u/2PO{_Ef3] :%uκJ͑ *#Ǩw\3!T;i o[kUr"|XXT"p{t0{T"""""""""rw4.e &H0ZG1R(*TT)л|(8%A0Gx)߯Z YB=n|*j_YX;YADSv?^"!V-}ͦA@ :RzL^mz2cy?.DDDDDDdJ=~a e|t *4/ :.׷^!-ߏu5[vX=D93;ڢCl]YSC@(T]Y@z퀯͍Uʧƴ&s=SDDDDDDDDDd4MAP hzIuܤݐ${AzMrB*`?gpn(9&""""""A A628?8tΙ'"FrCÞ4B&cX}G2h}q1NޕTG MQL(za_Ao7@dej|65JN=}u"R9,RMQ| Y9]P>U? ?|Wg>X̃C#uqyv_TgutfvFWc_,oe拝t~uF3uS.Owߘ })ԔQXZXVаz<ܦϢ~LDe'x<,ǺS6!D?}+!"܅,ǥvD$ZpP=9UmSdžy,ԩvG3]O;MH *3_eIu1]m[5ެ^ofJ^]2jkzpeD6H0&5I>"""{~J c+ "}S;S*`7:f; m\|KH*>@.v2pS7<*$5kX[3@J5o֪lfߙ텞~ oTrL0^DJhZݥ=j pK˳s֐~ʵؑd[!fJYjwhz&uRuzh{!k}y"!ks& ]'D6[|UuJv{T3;Z?u?ڷy ;W˖.>h\=}XNB^tvj|KT;bX@1poҿFN"װq,T:|$"^AT}7/s"S*YAcAr ^:J ^:5\wx쌮5\?łušZ3v|ϐ{gfo9?bfҩ.ܑv\Gq+K׽r-bdKIɬI/E:R"L Oj] @z8i`露}HT<ýN݈wJoupןK^ƒ8~uxP]q\]=Ag41p\S׬=~>vM<;%"""kᛯcNG"p&69"lKjmG5_p/wj6TaIe}*Y;SmG6kϘ3ŜUk/yv5}Hv$"""""iC~U:?UG:+a/@ڬ VT@#ҽZ :FMJn6V"u cp͗%FO|t›Yx:?'J +g#+l@o\zC("܋iW0C{tkYOK4&^Z飝cx/ $ggff1ٙ4c>xB!x.t]}-lVRcNbv5UkM7G?U>|#|L#kW]HAuןI{SuM6w}x璝JDt{ P;sx7<>.κJhuLdzp˪s~|s ʔcKpYz7ic>B*(‡VgR46fZ=͡F}_BXŖ, Pg""""""& Z'?{qBsF&m_?F QLSO܇i"׾߱^|1JDݏ)`Lӱ<3Q}K) T* ݞf~zݾUl^8?GM2F2+H?zMJ/e, 5zYU[4`Jv_U 4xגOAod-j׺F{}W!VjAf""""""""z/@T*}5~ORԶ.䬤0;28-]4TU ogpѸ{{U`oZ/,h՞?^OO,po,bMGx>ưHq=Sٞ'S4Bk:h)g]TRHL~Bp~C}Mƃ/Ob3#G_L$""""Ǥ}6+|?'2) Fޠs+G q ˈB8f߈nS>ŞF5 r-s㫧CҨj >@4WV#a=uUJSqp ǟg|OHU?"?p惌jl R|b/A=*gqU=c/C'"""""+bh/Pfo>kt' O MIYGk^E08{ۨN|T!xvvsFt,EP4zeD6\9Z;gHDDDDDah*~]-,^3+ep^98^'UeO^k'RB.)䖑vtyud3F]g(7S祄{#f\kvE NU)K9fJ~]Wшq ?֚vIJ%(2ތGbU yȕnٱsϬ&V9@ %{[ă!#ePM˨vx+kQ6VXA<\;YgSm1=áȝ~D+:}mC'5 2V7޻ekZ|YQNoc& K>͵ϷTr'oK f%oΞE5^\;Zmɽ8řUebe,O s"̓~V=<z6*2oGC686fFWR'?l} ˮ4w'ޝ ^ރꋞ ,'_=.R3|m]F}DDDDDDw+d0_~Ssic:~7%^ւUmj$WH sNm WIvQ:\{}_\t<|o߾5GGߑb??ir/9hҿ>z~%"db?;UVuEPNƮgk_1θޅq:=}EDDDDDDDDֽ\tLA<W)1R b퀚# $¨!Nd.vvBTRa$ww\Vں5ݽI]EkةBvҬlۃqzvj<+(!X<.y>wau v?kvzDxMDjdHO\.(j/K5$Zՙ[;V4oGP_BUo=U+[u+vQ߫tC=PXsjjxncg2y;UL^Ý0PvGWXB ąq'BlZsUG?CSѻ$yrt""""""z_YAjBBl39*k5~f1;ԹoUVKUq4Q-߽ ;t߭o:f=}*Wɯ/4kwHE=Mi)emYEuC c'g \'(3|B!x.eq۫tL/kYk%r8Ϭz\݋LǶנ-v=٢ZOj(3Md_v{ٛH Еy%ֽj gx#=d {(cjg̲Rg.κJ®2[2EW4|"z4PF-71d܏)]Ui6{v77>zzJҚ,*@UA-s:m?e*d.ukZucyX⾶dڲVYRU`q֑~BV2c:KVf)tQTw5J KǪ u!V-mQ} )9ٙk/ф5Z•Y9P>拞\prDLDDDDDDn$;)![{"P K[ѝ :*7j8Jǰ&s=AN [%kx݀'\* )_ڊŤQzc]nzfC渷Ivj}}[=QY5>z'(+0v*2ݼꮞ64:UdS-5d\Ot)s-sF#:uQU|W\j4m٨ 4渟Q,lV?M&g""""""z/@9̗_Da) ݬ۷h2/c/Gg֪:o]/ZF}2lS#h:}u\=)Ϫ@$UFH^IR57M] `eigO|zeU %YǭQJط\ud>rD^UBf_dՅ{RB!+(<=x<Tz7R{(EguVu Ug bNVGN)OUuCF\ɞމtVi(FsMpY4޾拌 %"ryDcJ0,QGUX~ 3N؄ӾGB4ls6{ukwy 5R{a륬.mIDC'"""z}|s|?D,w/89]Sߟi'.ݸt񧺾5T]Sǒjw屢FKDt@KP'?5GwOYQ *ܴ佈۷h2#?sPH1T[' ?!?ByC?s$}v>^#EfNރ &*%,|ϧ>*lf~ kk &EDDDDDD4sG{ۧqĜ٥v>Nw!f,%~ ]!yC̴%M}ٗ= v_d~խV>'?%"˝6 눥_ub= Jǰ^`x;O#|m=Se#8>}jt\?ߛQU=_ot<>uָt}"?x\Olbaa[(qjMnotfiHv">BL}c)K j%>PS=YB'KU]Եr& K> isSGcmc}hRf>3|h#`1DR#1H{_viDD3GNPW3zE\E]dLUsGtB {RIcAr ^tps{|ۥY$U03&mEgR}|5-^O"!c{SY?r7'A}5cAR(87ng :ŜԱdY;a gׁٯ}p?:s5SuU> 6bqL%H-vWtOT(zϥ.FCi`Pr:#+|^ @n"ho:."""|(wMU?F.aTXSGv9s|,ԙ?;7uO~K}ś6/gj_ozjL}so6I}Y9F>gzAl62k6c M T9C@Vԏª]FTF.` {el!Biq?YpR 8<4LIFl@]fܸ?w<@ZAjɇ=ZAEBjW-<9Y^Ե+u{C 4M4ec@jjȱUK_zx/XKbX*ȵ^ǴZ 멂גX0hAՏH6M~֏j"mJ#<)!hNEubZN3:zQ/By#YJYDUC r""""""; u(ڣ1T]PN.Ws=6H١^Ϭ!BB Gs|%I*[dARJֶ֮dCU_ͽlB(紐^.J[ &b2y l @5R^Ot4`egY2ylgr΀dŽRΞeh8ZU^⅝YktO}j>\W4Apq!z`/!0϶93q:vv)!""" b2%;;t |3]jCl.]#Խ]lt^lcV{v^{IeWz>rTݏލd <ò)+E&4U?Q%FD"9<6aP=}uHU%g9;Gg:ED7O\*!un2^W]><6VϢ7WU$S^];^~*X~Lٲ^"NU$B+>q5YIIzM"""""Խ[QSXbhZE5*Dt6>f!y8ip?J|9\W;70dyu@#:njǎ`zcgqɟD͕u="""""%7VkѻWTL纏z!*z/G)ҠGOp'''dN}mWMzZstgތ???S]kZ0_~SsDDts>|oߚx~I#szH@QW,6C!KhwaxHs^gJz˨jQil?1uq}(uQBY3A.9g|W6 \/󄞳lMI#ڭE>b=Jz8/"""I#lW}>3n?| Y:R"`ޝ#@,J7y :כ`>kGM^{սچԑWHK/uto+!ī]{Fq3|]O+-a9iUUZo;l\꺮xsX>M/VJTU:AQl=Ԗ`ݯdO`\ kۯH3]m 4GDDéH9Şh /Puix&Dyo9Xx6Q=s@()i:;~>dwlj sDNꔣioֽ3P[{ʷ<=dKrpnnPu60F*vv?l\r]K[R'@ЇX6"=Q쉟"/^Wc׵%B9{ɆH{7|"""""3H{?@gn^$""{DD1MTR)*MsLDD*+Qe+<эct$M|-ԧY)K)GzV7g"wI)0/!%"""""iw;@ZIanno0&0cK [(b' 9EDD89ijq#"""""wnHZ%.,&㝝!ܘU?ߌ ^X-xԍ Iё>9VsdJfRri@ea]_f!%_ O'ӟn^ʺ.|scv<Şl݋Y~>9PpyT|)Wy_DDDDDDDD‘iV5FJ(fTO(uGMq0mFͦ?ضĥө&2EٝWv!L FV_.5>sx]=$¨!J{śv?gat'4PF.FDDDDDD4a G!w@qYА[4Pwq~K}n⥪zDF=g]Gy&nj'};M}C" WRgd4B󴕣05vSDDDDDDDEO^%y>OCz0|("67I!UHb4xju l fu@ 6v1Gv>7ѐ쌣7Z+zog%g{_Desh*G~V2&f X_ـ>tH}F3JP/PڏcMϗޟ~̟_\^Woh+5pr^D= DGH 6[I)a'HDLj٬\A}WCy9R,SSLQْm)=eɾ3kMnɰF#]Tct퀷#N`k쁞1jm{vPNW7Ѭt H5keJRW-腂\R8j??@2zxL@Ѱ6KiͬƔb(FJWi ]YAȂc&}tLwNߟ"~f^gXWq!E{D4FG6'0FD"9<6aP=}=[*x[e?n2RGguNnbTB6G5DŽpp01Ϣ7!)Yԫ y/ "Ε7cśnx7DEDDDDD~bԽlWBB G`.WGHb("n[혜dNudqqg0)SS}Z9w ٧ёlT+Hl c:p:YڛX 7Zݫ('bƼ w2[߳'.^5%/U{h6>f!y8ip?J|9\W;7%LcU:76!ES4q %" k߬hws=Y6fӚfæwa>9,Q ^gP5.g+)juxylY?X/ ݝo*f}vZ6@OO(BzaR"ihƩ)tKr+HT#(m=o:MqrMF1bGϿ#"g|XmiR:)ngxC4Ul=k-Uy)#:u65ϝ-Ur9\ew3Yoe 4&d՘ԥzwg5_P(c츈7 MAkkVP,kfu+*$ڱ1aĪ]ɑTB=%QgǏg._#a(iP5ݞ-i+_{ʷ=i=ϧ}iR:l Ug sjrkon%KYuu]ڒ:z>3,es.;/[7dX]PC=}~VTO rOr\DDDDDDW ha?戈<|o߾5GGߑb??1w=z_J~ghndIfѝ7eaF)[ RHU昈>ӧOOs>Rg^?4QXR#vtKՃi6+TW>_=5'xǟUUS}*O???'Wswv\-p+#cZPNfnsj\ ѽw;?ގH_s[i~.=TǷ~1>xf>jo?WjwItkTwc/꠻TtϿ¥yl~1}U=_y@>]#ݵJ \'XLZ;;U#{a wd,DDKhrM8__3#y!jnϿVQZ[}߆' ~c-R?_6oW:S՞ew~Od*^?;pǷ~_§? %??CR~o߱'hxԍ Jէ<cU1EGd.*})|]=M6Raٙ=ٱescG-ZG9,Z"c2Zxpqwj:>H!uo@=KR.ѳoewsEk?Ё=K}F o'-v{(?4-u_3Uu;K8]Oٙy.P=0/2ޤ4j΍ǿ,ҩ‘iV5zL u$TU"37hԏٙ+OL/?w|2' {5]tZĮn*UMFwLhٜ39@;4VJ(eD廪_oV{ {U uπ.Ds{]1!J/ sm)<Jqx)""""oLSҽ8Uri}]nbI3=}Xz{zEt<ہ3Wo?Z _ ΨM~g=~^Oz^yL+6}?wݗA G!w@qkfA[X5uu8bGỎrK>|ߴ9EDx8}ıH`a3DJ{S|Qj5Yr$h !nɖP*e!]'6yV]S׳Y#D{7r+%t+V" dth1Ӝ8ϹSohaw{*wqw%VO=SejzTf_u?*ϱ7+ӷEwvUBR"cu/.z݁]~Öfa -;~i HEdssci>4R|r֊p=I"2Pc&@yW'r+ T#%DG# qV fzTj`/D0 ĝAꚺuHw!G5&[S9t; 6#5vݞ!Yu{jL:N%ve 69Y(jW*dv'dKvݖ<#""""3x<]oՏr->6{_ ʺUScl Ȇ_◸S; _')+^W~JOۧ޻6 EPk% 9K+Z IΞ<}q QZ3+}~m>$k1UFH^)7M*0"`9=Q:U ٫7Nrޤaj5yzqz@(r,ehdQVXVzg3J*˱.6J%Lm 'kte[oNdqW|'<q\u7ٛ*j $MD?0:@DDDD֭X[/Zoԩ>Eu+?`p55^ ZؤI`Iv01=e[ʯ|x߻ u{C 2f%%٫!V-|PA"Bj[/Θ>WY*U26ߘ{9K?2W^1g:6ʨ}v]זT}s]S<"Q%H4Qy~?nlE 橹0I#'-u&fjg+!K ]`e׎Aɿ~bΊB;ѭu If~eZ~˓Z;ZVlI;K_;kY!Kgz~onɜ+Mn d=<6j8wjjet:XLJ"dqwnK0_\KaV{uZDa=dbHj!^cYvO.WSͽ2 ]WYGP)8_;QflԵaSOp''=kNRoX٧eD^ lH@&NGgbZR5qald/.ZK` R}a.gg{_1Go'Y?OpnXo%/[f58§·XOS#kf3J|]W ]Bv~LYj[ֱ]íV:aն0>Mչ\s] Yf=KS-3)M^'Ui/SN˺~י~d4t)MNa3{hZݥ=}>IlK2Xh$:;l1^y#¯~%9?qiFէ+{%Գ?3u>տ=罎XAթ_M{SO ^t}SʊbS?{]۾gmZkTYǟ?_'|oyvPDzQܧ~c6`)44^T夵]s$fnsr4cl)wϙ6rgžWNYOՙ!Uٚ^"P^î^tv+>{D幫>눮<{FiΪ',Wx>v|z48.ўΞoƊ~CV&^DDDD4ӧSSt Opi-w륷Q_FTiM 8ս|GO*g_wT>&9J_} ^~oAX=+T{'t&{ڬWueߢXqfއB:mYj/d0f}нO+=&շc=ͫNtU@ Вa?戈<|o߾5GGߑb??Qju!M`žl'y#eD]!?X65 xu"14=W6v#WxKƾ_g \+_l+>u3ޮB8`ir LWv~͈d7hsHo& %ח5YlځlegZ^NG~6DDDt[LGa׿ﻟ}?,wuވX_& J?4o:0*~A ԯpnm2+.?M$31@JD %""""sd}%Y|U|LI,#_.}sNw_a'_<|a|H)ާjƟuptg =c׷&);ŷ㋏w2ѭo/Ŀ0@JDDDDDDDwL1w|w=P8sM R""""""""" kJ!Uic""""""""ۋw٬RiⶄG};:Bqev\-"x 6Q),akgPRg>/l*mhQ.70DDDDDDDnHZ%.,&㝝=5 눥_u=0*:(@.R-sF#:uQU|W\j/3>s0%hB4#9 23Oy>0Ǫ^LUt֩}$Z%uf<%}UTbiqHv;BQgif/K5$ZcY:DyȤ#Թ6(=ٺ]J˱.ԨvՐ[JZ(l{L3:(Y<#g:@Y|-;Jrqy nb`Y6B:>:1PRXʾ3KDDDDDD]f1cܫ8.LYdi>4Ri1-`밆nauO+PZ@vM4$Q?R`eqԻa>fZ-̶_Qo>g((=x?ߕDXI$TgU?Lޟ<(hhߋ Ӓ$MwG-ёy<:N9Yo} {:j-7PRGGn'UXs/HFZ IΞVU~,?{a=~?vq5Vͺ1hH4_n:Ac"""""" *xl C֬))g>M{uCnZYWvG4|j(%ts&zʒ>\R/YY6^S6rڰ'@';+90uU!xv%"""""" H~nw6EjŰTR)͜5J겳zA_R8jItdG5vUTS֑~弗úzR_zo5J*rey3t9[zY;.zGfl̤6zT H^-/t̽ԳiwODDDDDDn^SCε<- [%kgt k x2ژAv/KEXLJZdq{rjIYPt|~agy{R_4.j Da=dtVr 0z^[o$Os^+9K8IkL$%؄[AAIo[A|CBtqQF\)1ќi#h@}6uYQTr-qRy@SN I=7_M2ϧk}"""""""爉VIDAT\@%YM|5~O 0;9w>|oߚx~I#szHN(wo&0_jak}FǼrԅP>b[F:eu&e ng uϕM䫝6U;\+I]Dvc=xd:Vk;97?i?3vdͳ3;yBSﻏ={w?34GDDC|h2$RUMkG7ohXC aԶ>H)p r=*:NxNwPbpRUjq,JDDDDDDDD)[ ѽ)[ ;@9E0W5v>qVT2rk#"C}Mƃ/Ob3#G_LQBysu=?Ij6Fz os{Mɤ}6+gODDn>MF0dt4MB`UNti)NFo .Z{+ 7FJ-`;h1}57 )6YG(Q1m.Ns%"""]nS>b/AM|9v a47\|KHx?4^G$N_k'DesJy ^ R4ᬔby$Bޱ{<U< ]78*&w8@̬q-z*I}5%^G8 /z⌞"#uD"&ZY5loLcq!ʇA\"rKj~ʔvg Ҷ}@h@ 8iG2n5_=kG@ǥc=}{NoZbLg|’Ya՗vRr TY?ߘN?$jZK%}n~|)7=3iUӓ|3}S?0gXWq!E{D4FG6gx8XsEsxlNO ?XE9 oB\LӬt_g ^ڸ4[)ؗb'`;O|__Ǭ:k}a㒌_"X?ODDDDDDB`Uׂ# 3;Q_VgIyIU'bXfGV'X^EF{w#}N~v$saԐY[omŽv}v;z\Vf."΅V=LtQx[X<ߋi"R|>v "$3xᝃO_K,:4oe# <:"e}&ʒ>\R/YY]_(GS׆M=<=\a:}툠E".￑埻,^""""""{0ž$QG:T vJǬMIL̕)hAw¨z8 $i8gff;cwVk%4sg/A:Nkz߬gi̾{*-3)MG9@~鈠zo.'qǔgj~;."""""";Aj ߼DC-oR_ڬK.κJpu@Ϛ>`ʚ?~٢YVcK؏q|.]z!k֦QW}>D\5NrZ.e!mg6r+HT#(m͆HW5rOi?n'C4`YGW \Gսt&VrR{*{'֞>yڝm\ҮDDDDDD&WޔiMV>;z]PR B*.ndKV) BU WZQԬC*mnn|*a=XT&cmg;=cVRzӨNu3DKu* 3a%Q?D{za颗NT5P(S?N"zGT^_Sv/eQW sUxF*^gum bOeA=H$6.ޞv/H3!"""""+d0_~Ss|z:d@ֶ(dkmfvGmqٚ\O?ح6 jкWq~~}&۷h2˱#RVFi 0>^ܭWX95m>+.m}dڑb{ED7Ojm?ޗ&IFtj_#b/LjDDDDDD2H$\O:Xz8JJM/`S,#~{wJ1@n*՟QxRXt<}6" "ß݇3DXI$TgS|E(_:=%{m1Yu1lF3J;\z^~㪣hXJr?}3m>aigijyWO1b=kDVg=Z;in{8`.""""""zL-@zvv\XX!v]@:D,t2%hZIzBoi HZS6ڑ>Q6+_WRg=faIj!fH齟WOرatt蹋ԕ'v륬ָ4TA֪~N˻evGa:j3^S#)]m: ٴsNK<"tA+wa~YSdnA1>WkYsG5뵊dT#(;0 eWɊ ?[jgh<ۯIEjGVDDDDDDA*AR;Pz] O?=WQhAcAr ^źaZL"2kG.`K5pv%h~<WR'Vw#)EjE`u9!}vg#HՎ)qݑw(=viV+^"NVoa\n̪^:.S3r> wUʒ>\;S/YYv^gS6rڰ'K2L'w R; !iɵ5G4:SӿNWUkTj5`ep;C#37y/"""""r#4M*H$S90Ō}νZLnQS?fgA/7<>:*_hF}lHn߽>a$Sև6K=e{*ۗ}<+V3_k(,ˢ ZٵI4F=gebnk夵^]@T#D՞A\ru;SOP;=:P i'=URkOvڎy&ksQv/kpd"~d\<\n֎< [sx3 jS9EDDDDDtXT$U(K0/!I AYr*pX+ڳ8ϬePk% 9KZT.x&: jx=1NcHȓhȟuL6I*: B%CM٥솞0$v+ V꼬o}`;t9G4v 1RK)zy6z3԰vdx{ y.mOyPu1{2SAqB-0P;s~|dzdZcpcn]q-_cwr"|XϘR^!BVj(|*{ŤW&hbInO@dJunܓwس;S=L{n>}(:]Ӫ>Cxd7tg;큌۱%ӏlrw.} x&rT}kg:NDDDDD~jJ۬*}"M2fO{!ZXOPZZSgn>VvfڒU{:#--ѺggM̬'pZud'=mIl6ez61 {55ت5 b2fLK)ǘSHrke&*W6dy6sޅl9ޏ>6cyw!ӼFpy@dcXѝ2UFG&;ƛi![{"P K[ Dv3LT[8vް]#g鍹nzfCݐl㸇 dq{wadٺ^OVfE o Gޭ7͕dLk2g/Yz1}~euz97:υOk x2=c. !JU?P)}d\)6~3h}ѣGo'.]%pS }fB %OǜMDDDDDDDDD奔/忘S3tL.7^"""""""""/~ZتCl.08JDDDDDDDDtO1]쉈n_DD4y .\D!r sRJ(eD廪_oV{j]{ϵ&""""""}gh/pP#M@ıH`a3DJ{S|Qj5j*^tm7MSG8 qGO| VFJ뉎F"`A67W+h۫2XMi@kX:36h.3d%5^Sîcڊ%""""")Ϫ@$23+E&4U?Q%FD"9<6꠭NXǛDT%| S8ERA,VN7!v[M`k6+Th㩨077.Kލ)(<=xvq9%H:5gY?=<A]{'81ޞT18#ٜ3뵁%b/nڇ$ZK ݌H%v=MT KXt[>\L7w4+H--2Ԕ̯am-?gr.].s(G:>V6U~,?A(ϳKh25>橹0Y*/?5t"_XhAz iX^.t !YRh UO"m|vU1DDYGe}Q{͐WqVח;Q%iڟNNN.00OMQ`ycR$yED^՞]#"""""""AS 3 R 'IdVխCw8\펰5 N g’T+|Ṯۧt[r~OiVT]՞=&R ]S#YR}^Ϡ0vjZ]P_!JC8?%sLMs>vBuفqGzY_.}r3\6fS ޽`2 9tV=4`*R/{5VKr8n"LDDDDDD$I@ܘU?j%t %G&40jȬc$S*2v]1R b@j%`,]&^LM:XYG`Q4_T|,S6gc?viV95&jFO{\S୒##> c9ii䲎D$7NEWۨuǝҸtuTygVwNJ6*[Q5ܫ3VW \77'"""""t#4$]AWC:ԙ{L%R}Gsq"x49:5&!SSM1(gR.i8@xܓ wo䰒ŸMoްIK_@()i b:yM`9VzޝQc=Dūwhl7 IuXCYg#Mԑ>5j#ǧ~q,qI*k53߽@UQ?R`e^?c>OweswAOju6O'QIϢ=jn7=n=݃I4vӇKYOpjO|O[?Cc}Owc߷xqwDDDDDDDtcR JtnhJ} BcWs*9ǑyL4JDDDDDDDDt;L=@*ѫG  $m2/t2ScU^*:5zuRAQuv0OX}nj^Qku oq/ߒz26%>ѹCxގN|FLesTϐ;9;4ճFx:h 1U2E`1]]q\T2N dਂz:;z5Ors]~uiS휕wVՑꓹ׹ me#~]gYWW稞a&""""""""i@ *Jr_~Ss4u9=|o߾5GGߑb??1w=z_vbU8 RG@9E0t}.DDDr|ɽhQ.7n͘G=}_DDDDD49 MU .*Ѳ9g4r\wXQXˈwU92mlK\~{J(1n^wa?/RO Q7g MS~D"~uw~֏j"mJ#<)!hNEubZYԥRوo"﵃O0;ylCށ*ψz)dg zg MQG8 /z< DGH ȭ$PD"&ZY5McHu0G|%ukVdlFs9>Q5W \5"e՞3S2Eov$_;R'7;ŌNnUwܺ^ԾnW7nIy<瞙v p ˑHӟ6. z#G }_GDDDDDtw1@JD4E* #yeR'&4U?Q%FD"9<6oB0,SKknMOnbTB6G5 y +٨YDPE"a9 o(DՙyVnGUpkk>kcJk*(SuuAMlvsV re`sSM؟c;UU&;{ɐ>Rk?b3$""""R")(<=DAd{(EguVu UgqVO1x0dȪS:jgי{'%+8N d-U~p"{-Nu} j}CbwSRGQ n& K>Rs<}fJSݙ:Pԋ*Vqֻ-w9[6l ʇk1!;PP*DybM ϥUSOq{9Jc6E&=v莙Jtnn|נe)KZ--mװgγڙvSec&=}[h썹Cx,l>S/SG=VKYӱmk NZ,FsM9owmؽaOɨ[ߟQM1TscfV8vww| :~!{c9ii䲿+8ȭ Q QׯAkJ_3g5hN!h z X%6ӾwrT{.kjU;yԑX;)͸d+fLj^j辪T0GiG] C7v>{!`}S[ 4U}Sg{ t`!ggg,q=>ָ m1; 86 ),M Ƿ5Ht. RoX ci X#ecfaI;v$OGrӛeo RLg!e;.NOf &@t5^\۷odYD|G@t C:x%٣Wv yu6HQE-k%&1;{̚jkM[pϹ NDDDDDD:8Np=+a%꟔n(=:e/[_Vh$cT@m4 եqwrUnkCv(c뙪ODDDDDDDDtM5@jF? kN|hJc=U@R@ji E/SmtTȬ[:2IRQPE/SX]זR(tvwcyXgzQPc3b+;طO!Vyen,2xSzWGG逨L8:WQN. btv%SC3CݫfSF6r{M#XZW8Jxet}"R_̱\M"F6mi8 'X9O۷odHo&*R9&5޹S̾{ʶ-3)MWO[xؐ׮TmZݥ=]汦%c-zIS Re<^7@g\XT >U?.ks&"""""lVP4q R> }\#vt˾zw}&4^~,',\w$j)sn.4(=qd79G>3v9䢛Is<=x&ϢJT}WՉBs*kVW@lSv%mu35dz_N6}*;E/)S""""""6ܜt~-_,5ll令)TL,l*LDxqsMLL6C'R6yYjaעgVB=%cig7:vW}]H$} 7 B H <V-uoRܫ[;K[gPOUŊtHvejsgz[UuN^bF#}.]am_E=g1wJDDDDDD]\@%>rk$0(ϱ4Z?{ao:*)֊aԶ`΍G!d禣mngUQ7 ]z }&z<|o߾5GGߑb??1w=z_vbU2sjS%8jgQ‚Uff)'8,27%{N+ӷTpdYZS})+YXߍ:sGJ;}ٙNU}JYkN;d}糴4 kru_xoLjA*AR;P:q#I/.Q,:Y VRk("-+ҽ.Ӌu3s8eZ 87Wdj.O\dǨ}@j$ըkȬw(p"S*vp~9B;;H.>X-s#4M>HDaד$2[:Ssu+cGdO>2(R:2㜒r95QL.]ٟ͗(z[YL\fQKuQ:ܱNbUc$'.\!=scO6HDC#3ߨq!>“d&yt*$ )٬vى8^Zq7g`-"0i)=2vܫ8^}tcR Jt^cz!UH;ջ3Sqs>ϕ2fwS'!]]gvudj>,ښinZ9en|r2S_hR""""""""mR;0*eX}k~R(*TT)н}뙚FZ 1R̬~MڒvT}To~ttz=Ԕo6Z=Y%M>YU)L^KAAD4ml2@ݴH1wg/"!S%q;Da=onvWzH"|5ՖJ$ (kkyũ/%j8R][+=;KCfɀүZ:,ǡPO`wHݫ:u-mGw2h/-ZI%{L_hr\pT9C@Ãԏª]FTF.`șGo*Gvz9tHF4W hJ%sx/w?9lQ"W>|oߚx~I#szHm`>OQ?c. vz(N ̗Z'$@B^>FJhy xcִ'Run^/]Mr݄*_o"Pn : >  #S}ѣGo'.]% S epxq*N._=,LO|ٟ VFJ&8DתFgY2A`W>5^w`7_h90p&dY!Uou1hnl{"~V"a=ϰ7B J^h4DՏlO.e8XsEs0IF9 o"/饐Y~^ vAD~=}uUC(r,e?>DXI$Tg7ܦ?,CZE8jb\TgFJix': M+d0_~Ss>hB(m bGp=I޾B>۷od)]섀uj6JE]U_>ηmYՓ>w5⽈h~"ARO\.fZՙ[+˴A5jx~U].2ݙ5_o=uUleB1Jv2χ;Xl[^DDDDDDDDD4؍Hd2ImM4$HQ?RYutm̧5xjavъ{rQꌣ]&}/""""""""{ u91]bG-se\'\RgRn^D>h p-wrSJ`tJ>|&0$wuR;\<MӇgh=5^Xt:r"k0AB5u"""""""  Rv^@jɧCeU ՛6[JPPL݋7RUүZ?n=-_Ym:NuS:Rv6#:٨"E$eWOxJ""""""cjf^KQeZQDX]MU=S'zu\I;a$U;[ 梲UvWmm7,1_D;Mג|^g~<ŲWdѻ7fSWP(J-aikOԙ]S>de[RxqP,*i;8J>L06nLpЃgs~}1ANp"fW0֣hS .uːzc.ѻ6Mf~MOw?!me?Yf63g5Tlq10ЅEE?GWaJS}b~ą"օD(ڍn*(ifxc5b=޿"O|TRէg/}q ! ~,^2.7|EK f|*wyd3 ?[&acZrw5F@-CCpx^C*A "s"ժL~>/(+LqdWUܨ}[ա# cZ%he^XjQw{vpDr7ktj6m;%8p H~‚u3\fiG2cN1e)/,EKTڭQgvtx=_PPP<~~Yz|vac@@ mXQ*ZOV+͝]P)^ֺy\|SyOXL&Me6Pzҍ6gŊny2:75fڽ2@1$ 3r7O믿m6ؘ:㫯~?a?97Ҹ˿W`?Yc|}zeF>RAE߯]piw[ѩX\RQ"XjsU>AKYu='~\ӿEeJ8 G& sev (foȖ!q]D'ӑ#WEl]N{BRpp*62gJ+OC3y&= cyy{ [Cen>DD́S#vSK(O'+55PCܮدaYe督{Q{Qɂ2ی]mtQ*Б+Qc Hb *9I}-:&?YEyb5:9%34u=}^❻~_~ +}}/e ,I(C:1YGn%cv]Hd4]drBUq3ǰ:G5vٲ6'I$8Ԅ&$= w)LT6 ^R*y)uMiz 'A&ˏyEٞNL)Q5ktPӿΣjRV=)s1싥X,4p\bIMM$PR_2wDeVGlka ءXz箹~|^855\IJW1CypW@kn ҧ\P˜nV\۲fʅvzsNl;[ayU?[:{@ѿ:kYʦ7+%+o7ߛ3ie]w>fZw~;)mu[o?N̒@IMR?5m?KKZ2oXx]>gݧ߾ޯnwڴ}z{.gUٗS/K0aGc:57O!g5̲;w\k@n s:M I[3n&4ԭy"gu_q^U+z%t>)osAbVuʦnnM-D|;[p6;IU;~q?}=JvVSMw>%Y }u+cz&nH=I\~8P` fFz䶺5N|y,?yuT<9>}li#/1{&gO]ʦlu_D M$:QMy5KU+S†m5Ԗ骛b Ӻ'l`YkVުqjYݦo y66S3- k>h]wNw9': q4wm~JOuW :WtvX?-՘D9&wcꆷn[154ٷWM҃Tn*=VF@dnP!EQtvgmIkb]JӶtǥ)R:T+=`Ua0!٤֎^K gvT*pV&|-3$6CMYoNERb}Z5kM;>jc?xE'a 3'.AtD(h;m޺vOZXZf>Qs᪳gEInSŰC@ PZY2CV50q_ҙsU,%uKW]v(= o8 H­jlQ&5ltIͺïz䎫2G'zYT6^|U>M M;b}}߃ϟ?0E@ PiݽiBKjiq10U{8/4hZYyoEob_ȝ_tlI`_˙xʕRoLwO}rαlّll甧ukM޼ut hz }@ևzRýGn }݀y?t5b} %}|}Ri }"U7-g;{H"vAk'w/u7/_ŋN7oʕ+v`$‹@h-RE@ H)Њ$|>ow8m_^|/%o޼ѕ+W$IR^ Hq:9H)" P~RD@ H)?Z%Rur RE@ "Db#Ed2I)ӭrݖHCCw]%IENDB`cascadia-code-2102.03/images/vscode-ligature-settings.png000066400000000000000000000454651401101653000232340ustar00rootroot00000000000000PNG  IHDR$;w4sRGBgAMA a pHYs%%IR$JIDATx^y` W>pD"Bl%Rˋ_j-іm)E-mVDSJ.;!X"{"=^$7I.}>̙3gL3/޽{W`ŷnӖժUDDDDŰմiS{{{1}ڵ۷im۶MݺuŴZnnI RSSŴQ54'lyӻwobj 1syEDD GGG1-gHKKSDDDDeE_R~葜y }}}3331MDDDkt:l!Hʙo)BVVV||&"""50DUfMQCW鑑bHbغz&MKmjG%gmm-J.˗/9s&''VVV>>>SL;8x(/rt3[k׮U1EӧO^ZBBBĴٳ#B"""禣a+,,lڴi/_Vyfgg#M>]z9r$33S?ODDDt4l򖏏… oܸ_"|xnE;b ww={ECV=%ƍ;~8jdQ nnn;w^~YDDDD/8[HZ~첲Q&O,WR|w2331uFTQij(666%%?UЀaÆYYY=~qhرcW.vC@l۶X ΝKLL5Ȣ mmmQυ d:l!OjXh Ǎ0`oo &ܾ}SNXgϞA VzWEF VE**U,^X6ɗ"6oܣG^zŋXN: c1cƄ~O?ر}Ф+'N\z5jPߴiScc"""zѕ+[͛7׏@FSݛ' mܸ뤦=zXYY%3mڴub"eggXZZ@2̙3Vpر#G`)"Miii͚5ì{ڵQE^ыVo#h2^*h .MF1.tۈN;wvrr EDDDa*O}x޽{e)DGϞ=۷f͚MoCDDD/򑓓chhhdde˖]V. "" ? ODDD EDDD -""""1l)aHA [DDDD b""""RİEDDD -""""1l)ȠbŊr<ńمbe2~#Fܹs'&&F=RJM6}ѠAڵkwҥ@aÆ =ztҀ'OSSSo߾_m#"~ezС}ݲeT01k֬U5H 4@255=uԍ7diׯ_;CYZJ KLV-f̘ѹsg##۷oc +!vĉSL1oiذWѣGWDEE%ea7n_6o,KKIrr_=vXYDDD+ռy#Fٳg„ S1Zϙ3g_|z%cbb`jj*CժU[X9_:2RMeUFaҲW^;wܱcGNN\@ϥ$!"""-9;;9CLT^=SLCC qƏ?Xxj߾kfggg``ݻw}K~'Z׮]Gñ/Qի5jЙvԩ 6{ͭ8KQ(…PJulr!cǎ+V-<.S|Zݍ6mڄ+a(AW$''8pMjv;NG}>K``Ś?~6""MemDoooǏ~,z_IŋW^([FMb4y&V@R]Jի;wΝ;(&P2BBBqVt̙sh/l6lذ\̢ZSS#G!2O"U6Teoo/ډf?xi޼΅h Ǒ֮]ĉXGԬ&v!$44N{;Z"c={uuEB;&VVVv{:up=tܿ^zcnV[!>|p,,,PvjQΝ;#G2 [++WF*Y}Š;\t)00qI.\HMM9##cQ >-1#t˖-5-ZD\1֭E}izVݻoߎh]#L|x;:m6::~ B.G0119vΈ##VZk.4"%8:)QoaNv$ްa H_T"lҤ9(Z411XfM/k L+0Lc/6lX>|7Ї4EDD:> CyMP*`mlld3:X#CCCl+J)+++,,Lg_rA 0~8 o "0%''cQ̙3biNNεk&EI!iBzoݺD7n i!`B O_DRD}6%DDD:W##իgBDEE!ڊYEPѽ?~)gޗڑ#GݻפIy֩SG.Z );E?<&[("yxx7n֬Y ,>}z˳SyյE,b\\\ڵEEE&2 [qtW\9~G҆ A4D̲W^||<\LDD(l={c[eQ>Yj|ɓRqtty I&aC~ᇣF¶۶mdT2xW^rӊ/4uܹ>>>Xsر 4x\hΝ;cѣG҂awH-.]`>l֬YZ~@,Nӭ[ۄ O>[n*u999ΝC"]GK,---E (a_~Yx1Fh͚5W^ʕadT,ҥ 2 TlZ;w&$$4nܸyzzzrA>WDD~6mk0_? UVرc_~Fa BœeשݹsaѣGh6ڼ}tXAAAh$&Qy)_'*-vvv1&DDB(WJE˖-+W̏ыa^$͚5KOOG㉈EE/;=?YfPP5^ [bQFpp d)䉈WİEDDD -""""1l)aHA [DDDD b""""RİEDDD -""""1l)aHAzrFWSDDDD/9U||eHA [DDDD b""""RİEDDD -""""1l)aHA [DDDD b""""Rİ<ꫥK6n:tXlٌ3,--Rիϛ7._jG_ "版H's8?X[[1bVZoAKrtt7nŋ׬Y>iӦ C,k~QҝHNݻ#CE&LXGΗT|,版^::V˖-ꫮ]b ;rիWC={)SK.½|gaaѧOgt&"*u:,--kllm۶["/ի꫙+WI&dnذ!((Ӆ'|ě5j%7>}tE}o"mh!mnn..SNV&L@Q,s ~7\ok׎;t72[8P\8\HmF?ؽ{_xפOFFƏ?%ݡvjcci4wﶳ2eo޼Eh̗_~z#GYf/N6!Ν;שSG__ݻ8(A3p]i^؅|"t ^|WӦMEq+)b[lÇ1[h"nr *V('/[L]8,& G9U0@]]]qGpE2i$%X\5k֬_+Wp9r$aaayu"N=z 18nr,8԰aC Tn†Fp"زeKsq;}ttttժUp룪׫W7Y c?,&Rp?sLhh({4,nE6?}F%ZhaX=jCsԿCCC:h.P !`, "1`#: (<w(_+)fP3QOOq`qqq(AA{>I=_ VJ A-D ypK/*>6n"8ܿ|pijxĽiɸq㎉gGݻEL{A_,RCصk֭[oѯ_?AhC`Dac+V俐@cٲe?C\{ڵ'"Aol޼YE0csJ-'Y9'3}(gADQpb5Ѝ{#:qE/q=_ȥ}ytpWkLs >:vOI޽{EQЭOlr/Vz AW72p;ý 72^ "a K \f)*-!<<K7BW,ESwINNFV('݊g47Pܝ񼎇xmJ?nccc@kDCCA0\!|`*hF/n4`$EVZ#YmQŊ2EսB`|BVR% -1c|w}QcE,8r/rѢE`0J!ѣG]tQFaM@ktBEAIB`aÆPpĴ6g߾}e8_ܓ NXyL'6ԯ_J c#e/.-{KE^rv(϶أxBO0&Ca P}CѣGϲ7Vڀ;8F l4nuKst Y^z|L>Xg#*D|l!Tp:0L~ݺu5S;0 iI)EKm۶D Zlz -C)9NN"N:G@ѫh~ګW/!=zG~wT8}ttNٸ!y.?ηG۵k*U.tѯ_?T&--Mfajj*P"r-B=3G$}> 5QQQ8HGr.v+ #UQ]`G{l*U~ǕǛo9i$ls-4?ԏDp}(jyt ,{p–-[pR >Kyv?Lׯ/J)OngϞţ!G>pn͘w[¡79p LaD7ٳa X-hF}t5چƋDoZ -r8ZV(m:N {۷J&.41X۶mCfR3{,O!vjq84Tdž`,I¥0 ;޽+R EܹS\[lr恨ug:e)7laȞ/RĎ ۸q#M<6`L`¯Ou'n(GПZEQi)Iҡ_']^z_$y}駶~2l N6-%%eٲ'~A^ @D/.ܝTlQ#xjj3_uCҺ>VõgeeoeŰE)<<^z<$$DSYquu-o)1HDH2ۈDDDD:ll(-""""1l)aHA [DDDD b""""RPѿ_""""RJ6"l)aHA [DDDD b""""RİEDDD -""""1l)aHA [DDDD b""""RİEDDD -""""1l)aHA [DDDD b""""RİEDDD -""""1l)aHA [DDDD b""""RİEDDD -""""1l)aHA [DDDD b""""RİEDDD -""""1l)aHA [DDDD b""""Rdō!&*)&H_""""Rqww;w9s\]]eQɔQA!ɕĢE o~: 7d>m۶HZ999HimڴU=zhհaO>MT*Go o_>jwžNj61LMMV*+"""Sa yE|QXh Ǎ0`oo &ܾ}٥SNb[@|2ٳϰªU^} .`plYϠAjժ]=zر5_=X[nQ zyyI6663fLO81|p+++To#xM2Ço&VQז-[`ĉa8"""znʖy#""/^SNݻ733bŊѐqFsQk``"MVaG(YrOj͛6mh3?>==9ID||<ٳg1@YJ]vKL! 4pwwG!:YJE9Mp\z5111Oo2XtC³DVarJIqС˖-۾}{@@ĉ{CHZFFF_||U00e˖XdbbrEL# "mذ7TmGDDDL.tI!rvv^p|ФI2AXaaa? %qqqh#^]. nڴ Bu֯bM|eːLLL=z$7(؂ !ݻ͈?Nfmm:љSL_$""rTF @yCF}...HLLd""""m0l{?HZ|AժUsrrΝ;' ǰU }} ;|4zӦMQ~խ[u ǰUK.>|pƍC)l)aHA [DDDD b""""RT?PR% 9_L))) rH+[UV~59ODDD(lUTDΔ AmrHQزStk#"""RAŊdyx DAlllTi葜)WǏ1bĝ;wbbbd5j4cƌڵk>}Z9tɓ zmYZ|x謁!!!r_rE@DDۈfffZ]v]t-ZT0`?ܳgdɒofo"r`͚5wީSFFFr8t=l!%...DDD%P,--4i$JġBCCcccmllz_hBٱc rvڵV8p@.(A!6lPArdlmm'N8e9ODD//][0ݹsG= nCҼys{{uš]vΜ9ӦM8">B AÖG@@eѿ^-233|>+V (]t/2###CCC9CDD)5}4lpȑ׮][zunn,}"<<\Nk׮|… eׯ_jԨqZZڑ#Gnݚ_{;"`S6l W\ٲeƍ! ݼys< s̘1WVmذakƾ WN:vƍ"@=l!&LIIcccE;,Y">ݦM>}a/håK~'B9+++&%%:th\ֿ}q8ѯ8EC qwwG=۴iә3gT3fh^>>r>nݺׯ_?x Jz|}}{7xױGb_bC-"ի/h,z>|8^NFHFFFbKy>:+`#cǢHuwA2!<+hN Qa;++kɒ%iiii5jQIB G| c0B?tYǎ 5jԈ?> . 4i#K + À}Ecl HSF}u]t =憕1b$633[f/ԐaN<11q۶mX%gԂZpppLL ډt^BvލfUE?׬YAF9Y w`` `ipWZk.,^N!:Y-GU RǏbejѢE!!!8A _z5jFvAfYCK?p% vqFNƍQ@1c/EOCsF"qt*U6l@"4݅Bs!W TH[t yۀSxG<,AvܹX;‰p_L`s\Zb/h$*ǮTQYйW|||LLLCNɉ@0* amב< MC@=2կa:szsP*JP4qqYT Q3Z bרJ3SbDXM SOC E r1g1 hk 6D_qhKQbpfͯ%I]U^+`PP RbP6`Z+E^9kXXQ͓$w=&5Gb)VSw""*e{=rizzzÆ fǘJF>5c NrFx4Eq͚5kӧOV8*gT?43:o0͟?_,|FR N:ovjĆЬY3-k0O0G"͛7WK6m&NW_-ZHM.S`+Vhhh`$S孷BaժU,G7߼kW$Q3Ac\08g']s$WlI Ly˻+###o]\?gϞtB~:cƌ-7==j#y ={nܸ!F& H$h"ŕ+W?L,SK0BW4!y`ŋNk.$v}ݺu[5o) ݂"J 8!i#(9su>|QyC A9>I7UbhZeŭ["YXX 0/~V/rOSf}СCnB[t9s])~숈H9ea *JppѣGeQyswwGj P0ngee*%9RfMccclF/۷Opo}ׯHr ѴGhӧ5_zQCa@@/^ضm[VZ9;;#M0᫯l"a[y/+>x]:i$:;;}!WE4 |G98.\hW4| Gmg2558(9,g$xٹOlڴ aK8W^uuuٳ('"Q)$%%!Oএh%T0`m۶"`kk1y>wt05yڵEO|H01]\\֭{gQ/2ХK:$K5r…]R% 111լY<^v-!!M>>ŀKjoyEN:t0dȐ'N]VNB>}zʕ^^*K_^قׯ!ds?/EIGԯ_&999::ZpW腠yxx>}zٲea=)"""))̬^zi"""(|κJ6p]SS-ZtҥM6Ǐ_`QFlUT'111!!A2ze ٨_"(.äEDDD/6bTTTbbbIĶy""""WFo#;lİEDDD}f WİEDDD -""""1l)aHA [DDDD b""""RİEDDD -""""1l)aHA [DDDD b""""RİEDDD -""""1l)aHA [DDDD b""""RS_$}.4ןIENDB`cascadia-code-2102.03/images/windows-terminal-preview-font-settings-json.png000066400000000000000000002430571401101653000270310ustar00rootroot00000000000000PNG  IHDR2sRGBgAMA a pHYsttfxIDATx^ \TU? LL( +Z i+Y#>er|'WtL7,)$|Q FEt{D}?sgL8Ν;DDDDDDDͨz%""""""j6 DDDDDD>Oj>waԢ]]> z|ݍCP~d=ޞ6Cg# X\-u*|"#o< e ]= 1rĒ)~?[DɈL="8~Rwpcg?\Ȃl}.ReXX1qX$ZFiS=1x]~*\KcFze,,?iR5틋Æ$lX2rU\|o0_PQ,ѵϒQs-Pt_I+p'p*hqV]K8|fP6YQK*a`Fۨ=w*Uw'٭0y ߮6'#zY g|2fo?鵶(>FbbK.b8%,T+*^؁j9{<4S9i᪎H^ ˗ӗ%ϓCuIDDDDDtLgeԬ|}o}q vdAC1[p\OmպzuYzD) fDM_ n$B__f*0-6W-_ñ6c2૎I+L/PՄCC{$:5YU-]yr+?~"^]oыk>󑧅$>" b9i]Ec{&#M(S$"K,d㤡{ ߏۓEĥz]@eC*Blw V:H y8RLALqZززp?HDcN1d{2MAq."X&~bڹVeW~BRm#SjߛZ},[:->^S]k>7!cIn7?:*p諸: tEPIzgmsk5q׬ T~p'UĝHݭ7W=)_֚M9e7=n!Zn=g.A5Zko܆< ;3g£ׯ$>qC Ku91O=VDDDDDDW/:**[uu-uXfO 8dA++/*djTXkA -ߕvբM mW~>7D()\u3 c~;NCsۏ`[KӔ.DDDDDDͬϋ%Enr!]rjEc,z. x:W[)i!QX4+>މ}E)t$&0CU""""""j9Zp4§Gv>OWh Uעu]u-шEߞprnOkI9 |1#ze?˂}hB,J +xC]ܹ|!2<6+`OVM!0ˆˢ$AAF8q xǴǐmN$Ce>ypx1H>eb_ľTi{L7^t 3 6b%GuDA8'yl&+7Z%G-л`@aا27XP v6lyg!զGUپ{x z<"""""VEyhGv AzPL8;d?}YLrpR9ؐjAr{ foiugCucլO3Qr׹nj=,ș~'D6Wo>wvQ%g56&Oi8mԋiEګu*G|WRfZ%kH<j j!je`+<ĖO""""""jvl$"""""f"[>ma'5k>榖z–O""""""jv DDDDDD>OW '0T55V󙛛rU0.ڒ io܏y)G7DDDDDDT u}W,yq&.R"|IDDDDDD͎ᓈq7%"""""a/Ӑe«wGUDDDDDD8 |J5+"""""&UΝUpp0rssQ^^JzO""""""jv DDDDDD>=>>>jO""""""jv DDDDDD>1|Qc_δô1CԺ˙sdkaREm8DʈZ_u?jY#77媤呣ڵ Z_C2)~FQPuZmN!0H{n׊.gL(2(^x{󩙈^T^f!zAϼ+&o};zX! z7֐xHxZS0j| +NV=P.ۀ#zGkYOlYG*ͨxhs,4K/wx`@1zYJ"""h4?5߬pYTU9pҳgO8qwS~^KC E>BaC59:ϰGt! t@7"Z N 'U;V`ϑ㪴-+,GsPT__?tp~}z 23Ϩ-xHߥw*vpg??T\Apkn ^iapnw)d:tS8~ wh8SUT3MLyby8UXWѹ-jɅ +zD≷Coǘ ة !SK/=о,?!nz~ RCxB~֜l/CկaQ\eLn؂i<3XK;w.q[RaѿgDDDm ݶ%jI!mBvؼS4q)pT?6w (c=8B*ƊV5׼̏asc’¼v!O3vz" b{}g{Kxq\/=i2Jž1]G8cL+S_\`}!ON}}x O} eԝ&5tߝpߝ!hslyf^v$U#[1vm=1Ñ/To= zDDDmgBʬ( .b|nLʠ;2LBɘ͡~b2?CWUbj;sb">s||D?һek>نݲE\G/j( e(hS~>cy"}dy?~^ؿv`z/CZ[Q1֣%Ywa:,bWi.hV)y}AfiNNaaXޑ>OMAo>; o.+Rw*l׻f*y+ʘ(Q @оvcƒI jIm)2m'dd"`DHl'uT}{b~Db"d=Hێ|Tm7W޶8|O|.G̝>2UzNl}zNK%YFlMT?;ᾄWy!8υKj8#9gq3bۚoO!OaC⧂3LcjGrc za>྘ZdZPR<DX?5xYȿ ׯALwyj[1 K%aL}q{q*u)~f'Y &dsBFRTog.$HŅٻF[V}[@cH8GeG.@wo1i5&&!{ =>3B_/ӳO>p\"C[~p~phմ։QغVWq$'}W C$ nXw<7 DDDmgeF1gJL>1FidW;nU7]B m,\z}^tMrp˝L(tg=AvҋOUTu- ĵ$uGbp Ck]Î&%9z),D bpNw`?fW^x 0{ޠWD9sOy7n짗YWBF)X{3,y0˵8P%8#fƎobomPfj2|H>9!݉ XY?hs0ϰ؇}:ק C<z9 w͋WIo!#~s(QVE,4lqxYڴZh ^eF b p0&k]p Fm4K؄<p ! "LHv= y@띐(Gϭat ׵ ɟ~G5ad]n)'}AaÈ/eOb쯇,3$<^7~ a";_;XTbӫ:gzگבJwX2Kԛ!V_bbBkñhɻޒ CVz0W1c#f9(R؇3BExݝ-kPaln6k];m#yG(I߄#FvwdAI+n{J Gm.DS_{L[s3^VCBaН 0aנ Fp5aK?^!~n?(OӄN?5[xV dtb 7*:jaDvtzNKoٚBw?coM-~ُW6~02lbS;PiEvvΔ'ԽH}[^&~R6?K"<&YZX2 PnZ8"m=* LTfumL!0˪E)H3yqz*G-.oFO8SgQvgϨwS>iٖSgk[ϰFG01yV82?#( {&׋O>Hيŧp_)Ny]9EO}LLZW;8\=#8<&^Pk  ԉa0﫛6vݰ'"?LZ!/- Kj=q_N0y¿3}82>x;^?2}<cK۪8]s"t[wh۰eEɨ=Sˁn&!15S/˻u' 4#P+S.zN>GxeܮzR-ط+Tˀ1uSd/XgA{lM *h_<ىskq0:"xeb㫃grZ]mi;uq"x6qEez-wĹr0c6ל\ -ŧq+&#¾f+ ujus K|~b0O+ {~v爐 CďE85 ґW8ߗ6 B]O@ʟ{2GOœ}z]O\s8w$<^F<om/| x:Ij &*qؽ#EI1csoO3L]QEc3vӰ0xQ+ƖOmňFV"&ȂG!5["z˧iֶoZ<>'o`3D>S񷈟oU1QkÖOj>{s<Zel'" RW2xhݼyY DDԪ1|U& M-G0f#v⓸g/s_0qvq(.V(=ǕZ@o-|a~Q tY/?RmmX=lXS%ge~<￯oXf""փ|:=DDDDDD̓-DDDDDD>1|Qc$"""""fIDDDDDD͎ᓈgpq_AUp YǿN\ *~MALv L]>[(Ý 4=b8N@Pp髛ӀAÐxdKf,IOEaȻĺї'#/wxqv5X0yȝIXWK}i&ðt?B郩aI#~j[uKC@G3yL׏cq/k6bqozU9j+5W˭_New5=7߽OGNQ%<:ń"JBhX$}!rI7݊(;vF݉CՓB{wĀNJjObmU^;a>>hWZ ؇HDDD*0|%:樵*ZܵV25H, 7K/D#@Xt7}1YkȎbOģS0r p  gD,s۫85b{7~ %+ƪzRtkCΩz8Gl/'Z)3I104+Kȥ[U뻐DDDDTUD^fE^py f[g#| Lji ߢ֋-{0wP #A cPU.%|%Fdޮ9C}݌IvM5LނkǬEOms]9kBUwavw݁^ 0j6u}܁u`d?|h n3 ^'~?/ؕIW:"k fF|p׎M.^jY.,~\YWi1W/Q/T/Bz6Lx;,hyiD{s#VRi!rdc;/<_(aߗfCjߊpOajq\|=*BcK0Տ5@R=A= >Gp6>%'3GŒСxh*3? 0]{,(q2> ӗ.q2nLT:<xlb'VL kfEX1NS"̈F"E+Yl9 ks|8t;u ^Sk1}T|*- 갩Ϫ*wK4y[ ]&+zpم;^Q-H3ޔZ*a%!.E8ol/WTrY(=w^ Mku#}`AEHK~ BG8GZ c@7 E̝8Jaױ$Un'DDDDtV)y2rikk3PDaݴX9j.wS4'5Hu߂â6㈨ :B0k٢d:*i,Hۺ nKFDd6w~AO᎛]ꇕbwbUMoMA}K&2 ra-Xs, H y8R4nV`8uq;! !uVwl}"HxXԛo[}Tj/g %RԷK㳌,1>VeMV|^JX}_: W*J7V^ ~Of^Rk-9=n{C/ZЭ,b^3ıTz/n s? fe!0W딋 N="ʁj`:-~5""""g D7Wﲹ1-8&oVQC_94ƬGjxn0:!a 1=kAϧSMXsQ6/? i?8g[uNUPs| Aavb*ۻFZ^:|}Ep;ѾH]pHc_3dcX8Tw"u^!L7J|&<f٪Zti2m܆C2_DWjK% >d\*ھŲ3^&7G{˰j{ foϭ'yK>{syge}ͳ"z`ej4y]=ذ7xu >T3}iocW`z~=Ho6"v'+ľZ=apYJG,ڷ+GU=W2q-f?5 1FjرzZ+Oo9xY]#1xnӈ.[XPcpARL}%R ,ۮdH{'9"^Oa|X~.(Ԝ_'.Lβ%5j3'+HHļe_! NwFk玩hag|'Ta i`Cr$uV'pX~.F8N=]+R9Po+65uS!*av|d|~f6%$fֺQ1/1N]VˣҵVIi4"doJctsagrsSi~.0i-(y0Ij-Cax+j=z/-CѨNt 0c]D܊_ZU اa>z3FclK*{4ADDDDv כ^ 1vq(ßJ KQILgn|91#zeSveYa{)Zag}o,I8D"q$?ޞMQW$gh\(ZsaR3 a B&H?aڽ CWpǿWM,qk٘2U"-fZpLV2U=.E coBCwݴ3,GRUkE6 +R 0K pDV# fD8 wDD7!"JDDDDΝ;; |i-ѣk.!CLdZ Dz",؍SP9zm~ClpȽp(<n L:}a{?$~ cL5 Wls+hF|2’Yr[l #Ń1D\)™L{"._QrС|d<g0Rњ!zBDɖ1G*yqT>uR+ե:Zj?l.+ǿC9q7|NZpA|~0fAn1?[ewzqV|2+r@h]x)   Gpr<#Zq$H*U>;tvS(.Z=Fs~W1J5gP3jDsىX<^(=*i" Cd^vj>d:Maۄ'y*:gMDDDDmgBHYfE^pif j^ӥt*4^OlEE}K0g &&:w̠IYZS0g[@IzN+8ۜqM8gl8cnMk2Re]d:|VwFYuSF|֒a4^\9>Ϙ?H5VǗ;n~7A2c-Ljuƚ_k?gF" GjٍRtЖN7b}ې۾幍1ОbZ)ךUVLj)| y %TD"EaRߞ |-.&QVrNwVC c 6U/҈S0}|N~dyZ-I8zG/xLP.@DP2ྟ"+YP8T {Sj5 Wg>l{l-(ȫ~>?լ>k*C7L]FI(>Ov6h5MuI>wH[.'`o {ψA^ܦ p{*3t3aS碽FDDDD grZ2H[3#t H"WF܂cX!Gv"uEm!3DuA6ӷrT,˰!G0=BD=Xfw,\Kεz-iEEQx[KAzE#LZ_KIQZZ'D  dꇕb{F2V6%,T+mq\BBq!bD-V/wV.V}G8I ҪߣOɛJC>koa= SeU?}< - -Lǵym97_.kH?OƱL\ɕ >2&J>{j\:D;*Q*mB<Tջbn~2Z+7˖M-eӞ@aMs׬wY~p'UWz5W{i yZ2"4vb,@@xt=c,+@y}-leb: %SoC8|Y_:qPBmN be34gEw8SdP .3n6T-Ѯ\|v Qf]V<[+bzeu I[,ȘGpA+#TwUQ#0EɖSEQh F 2Hr WNtvš6 c4J7VE&xj}{C-lx#UΝUpp0rssQ^ޠΐѣGc׮](,l6kFVt筰d2dⓉ[ #Vbz|6jLMyl&+D"tJsO)fZ'ۻ.-pcjVg/&lYHxU:ǘw@a7d/E‹ʡkYL$WP˦ջsDQfg߃Fdo^OyggZq}O{]9Ҙa8d e{zСgwf` Vdg]O&6+sՃzåy~a:j>m"x7f^m~.gs3Q* r6] ʆLȥnCi'Q*>+{(X&- 3E` gPz/TLp!ӟD< ${CطⓊ~OI8lUh RlCXrY&$u $V) ~Xw2󖭫[S-Η#Ac B=~ڤ"뤕n,1$lD-☚,dWEҋąÞmcS<5AhAv{^Z@}[xj> :2=sA es 6ӻGt[fO[V$5D{ww ڀoBRXjsA;owW% Q\~N]= m@ɿΨk7qX<^ ga+woC5Oÿ_>]ZŸPǪSWlcl2Qh/eVk{WU1ٸQ#UYϩ:q`hz#Qofm5/YFHeZ #Bz-x~}DgNRkػ:lo Q9=6a-uf/]v$#jF^-4Ⳗ Am("t 3?6N֙rwi,k住cw.;x"ꩩk?"ݏl.Ob0\p qԱx:ZݗkΩz۽~:kg:}gP|VϜ0|f>qN^"-~ݍp+GLdU;O,p項x)و*K%NF }ӛxoiZL7>NVX~ *`0ck+%,1$D.~;{ƨ9K&}u5!p]ap(۲9|/] y UI+\6j>P%U_ylZJq}Nۛ*)A8 D5C DIq~fa].(O}z#f_9.'ʰ SW.֞v9ZrE7:!x>wDz#Fbj4GHLb{*ytDHLukm}.˕(p~v'0 sWr>O㜧#G൛T%? ElXGx)?݌pNDz V]eE8Evz6~>Y b-{ ۿϯZDuwEUvE{њLY;H~ 7AVgx*k2rNW8"B~=-6JA_avR f_X (eHO؂r{H[:Gwr_{pll^ߌ]Lq wc L]W z5)bH/E߯9ymA9N:Ӫk.^gvzH~>ײ>Qb{DDDtM0|JjysQfm2ZjkZU"lM{HuAد?3kum!Q'RS/ҵgD}ze"Zm5Iغe'~ ,y9 f/}b;q_1#zk5$m7!_׶:1 [TJ~XS0=:S?s>U6 S}- kװ61|Ӿ=1ZZ5vd÷>+ *mae/V\de8'W82l8+^]`6^It."ڕCp@L ӧ 7zo-YHp8k:72.>'-?P g OŤT7 myٛDk!ss'3|p۾ TtW!.^UlZG_2Xj[. F?ʩXy#`Pݩnk6 [4uUڮ8f+̖9i95_vWϤ8Yy+Lxs-F֝ߏ]8wy=jsUi%"""H 9ڽy~պYd=p<|Qv Wg D~̺e]e;]R+\ǖFT C!HH+aQ8Vwܦ[L9`Ko,ul/>JȀ{OmWXNI֚5/t.Ìb;A5¿SM{P&_r_tR xK/; l;/)rsa_nxsP.]16MfC֘SKDDDtsQ*88XEyy-ѣk.66PhC8o%@uu!LCv8}СLX\b_Uc/DjGuɥX5-؃r!*o>}]L|:{02@9/ uft3J~[ eMV={-DYS~M2` ax-ɐ+G}H:$DV=p?K(X{G+Lہ!ϻu;Y2s!{)^jo# qm1Vpa_S׌??{lVݘY0y( )-DN "#}V$o#TFvͪXݍ0yymÌ]z+MbpP&Fq{/+F1n}Xk&ljdtowa-WǶ콪P2a=E鳲I^~D #" _"'[u4l]A{^lX#K]U+ۣo 1-k$f] l ՗o1pU%}{i]w={X{dJq},VaR@XzGG oq2m`FJShG+,G/&""[>۲sz=0wA7mfźy+v g_^mo`ESZ$lmQnkڦ#aS& ~e#q^<%.xDE@_·8.Bq ."KB4(&IAfRS<Ʃz 8lUOq̍Ԏ-ɽ|)d>_,yǪ[ao!J]} BZɀ R7:xJD žYy\qn\<ßvdJ"`!rQc$"""""fIDDDDDD͎ᓈr.SL0"{C V/cxZ)YS0j<<Ӈz=m.ZӀA0;̈cb^Ux%F!iY-HVق~!M}fB_xEQ3cgcYǵt*OYz9%-Uu (/kaOo_u!aCb6,_}K+Hi,?bvR6^eK'emblJuFQ+ykOͰC- gDDDmgBx)D/^3|l]7i*(7G̪=xNՉ۶̀Z-$eϘv6oA蘕m>wջ[0[۾c-qܴBлSLm_:}Zی:ѫTןj-Rn_7yAj!kVPѨcD4ӷls-}R#>k0/gʚ*߆b*1>f,]&ǘѣre2i0, ^_ ǎ鱻{=GQ^8~YpKj_SbVrGaq5>j ϬޟΈ'U]導J=:ukاf:~U{[k{oT"=q$6 s-n?,׍.L Q>3 Ss'{4kӠ Yej%BL\4V#ΫwX"0hD0|m w6@iAAC- ANH'7bFwT -0Z݁4Q-@yz%ۊBK1J7bV-;.v Z<8ΑxpΒ0K#<\k8.XEiǘ-QׯLjH. Osw3/Pgm]zQ]8JhJ}&L2kUؖX<:E@Ҁ1;&c(=kZO#j6Ggz,Hq)I_Ya2a$xSK1MECa"XyG"jX<*J0#Z;A9\F]&&r<ƏE?wᴻ+X}.ڹzcog -,߼Yul rJ?c=Sbm7x]sܫKs:u3&z=$ 87J˵A2ZcqXryڴm; *-)!\;v>go^{);Ǐ~2f7Q ?l+SN3fLred[MȘ'˼zW͏iA'yR@-4ZliFX6 j"YHe` ž Rz3&z2=X:;&#++a ^QZ*>7t׺ T5G/fDOY8Jņ/Sc~/mz3uNntmB9Z."0Cpc`>4n%4 D%\DaC+ً;k"9"lۛ&BlFxF+QfSXr-D^JoxjW֏= 2439Wbq5RL IWîܴs.@ZA\~.{Ps<_)\ R9ja;'_Eqz pZ{zgP," aߥ8VVIXB=ߠy݃.״6tV85rl,2 ſ[1QXڕVh@%1!G/XU׻ȶ"qA[}4>[k{bjDDDt0|YjteVDk!ssfxق[A͖3iujSN[/K W;7MfO[A;tf5Rn.,+-/s2j_H9w?rYaأo$f%cb/bz_ 94"FݗLDDD6˂}#p  v؍RaѦzk]]6|}HJZ؂6&Wokj^Ihi#k=xAUv-GF1X<z+ſ.{c9R*1k܅{Rc";#;]`;c(v>0wZ\8 O;/?!-'kcY }.S:a(ǸffʗwZ(Ī]q.< k Kնޅ'r_o|jdֺ:Smv;<.D 7a*шc4;p†l+|-sG͈¾SgJu|dSϗM[$""V-;8ga;o{iUՐ=@I+}Vdo{; sa(tO_܆ /;arKE’m.֤ [TdH^!rlQ& N˂4=̂w6Wo>We8dv;_,蚨1|Qc$"""""fG8V"v nlZH{nW4 ^pq˲Ȥ\} V#\U ,\yR]{bƀtvba=||Lo#G7a`Wrٖz3:n a捈]כq?6\PU W71uu^/{$l1(.?戈/ m@ɿΨ9B7T ;q^q V8^Y߼čn+K~֧K\>}xd$K-f^O":¾:БGlA亣Gry?q:ˈ`ܳie U?Fl_G"""gBSfE5Qkw?qFD @X,߃!@{&IԔPl{FmTۏ ]A0g &si᪎ybV9m{0q 8Rc#>k0/gʚ*߆b*B1b^~fw Ժ{́ڲ\k7t KS+N֗/%7uZ3hEء\Jx ^8|@)]cZP"{_=}z¢ٜ\a4.* _rIIk^I8ݼ]z2!l"2قVT%.+@o~SGK$bgPg?QÊC_rL b!q"MA pzm%Խ6;QU U\+'#>h6:V.'[ a5م:ڞDVA|s-NCX)GZTK &uoмɰ[yV\+-QnnEk3:o.JFcBu07*".M(JgVgyO䤾3OЦ ;lm k FG-qS8E`f5V<9# e/ub6iUaNx\z`plX=>dZP}H-P1Ϭ[GD!rm`6,w`ͮkX\3G_kP~p͈ {إCŖ-pRO!Q6vdmf >~uAȞ0>٩ZXYݹ4Fzcxa/IH3ٙvv,Hz3F!i(bE-x)O`UZҌ-%cܮOyQ-/c\3߄>O!""".UڄyNũF!0HZ&xJ僱l<u1ojlMLBbi!;3g£ku=ՍC@'jAqnDE_֧*.њEwgEkb/-p,儽PϳfZm:_veX]\GRvӟgYsAfmC).Qr+^ڲd j|G8oN0[^ь ͘)Ì-_E &UQ)3KL$_;Z`F]ᐗʖwd N}kSdgzk>O|w|WUUZYw;U`]Q"rzj mq]W[a,P]L]e'c5q ֞YmA/ `AbyN^ 3<]*wYQ[-ufQ yg!U5||tnx  ;p$aSyǴj$RJӵg} V*YcAa8$VEUצ[O_WL|:{02 8M-A]':iE])G]>./ȄH\qĹ1/7 M5~6^f%ލOi.ƛ#Kf[|bvk(hu;(3#`̈́P]jҮ16#x >Q,{wZ|eb7s_>l0wA7mc~ &f>Abwv^, D0 W&@m `}:'BU|S>^NѢ x"xpf1|uj!&~yqkaR%tz'OFvD*#"""URK=b8&[1{F?КֈH LjyJ诽fm xr(|2wJZ3T&iq :U9|bB`GLdU;1\Wu~ig]ZQܪ-ٴi`pwګ#"""0|%:'Zeoiz`Td[z/Y.-SsW96ddžB|gבUΝUpp0rssQ^^JZѣGc׮](,l鿈 &q>c=mƆ$5o_(f jDe"x$oީ-%+^퇭۵"Av k FG(k T`ԂI+` |پhywG gU*p-OWK%;=ݼ]*[>mǧlҖE-eoDb<47<9,H^6;`9d-6apo[dD}[V&ֽ^M z ZUfMj mP]bFiY?[^:/z~p | E/Ҿq׈Z2Ƌ+AC!KUH~q]PK3q%ǡ',ZAOcn⡡a2龎5SO^v> ~EJͶJ,yuYzD)`F%z8ݞl; Co-D@; y Ur']6j~yhD*dDP$L_U`EF'LAxޖ"qxpz]B"xrnވYD{zzQu=W@fOV'Aށ!(Qt )pqX%H 4'ѩ/bV. g߶.y=!i.PĆ +rdR/ C_?Tsűw!K+۵ÿG$NI:d<CBecX'"""j>[|iaȢ&3wh"%o.ݱxCS;*[ !X7#)Ƚ7V1Q, kSe }S#DYfw,,W3\+Vi O1W\-=| -KQA13TkR$~|@0=G'.Eܵ/tNc V%V-lhX~H:_}0O\|j?~QgaXޑ809rL,fBzN*; mwMu~q0|{>^ʚ l|c)mQw8˦qЫ /zqTR0[N,;ļhB2ːɌre2pLKHo[Mrzۿ|Dܿ կƪ:p Đ^ --!NļNpWu*BDLXoؐ%ҧWJXu:vHŧW+ Uڄy"̛1-%oV*%7 Җ-ulm[ӞeD 7$$_ !Oѵ!@ޟ)1czDqi2!"G΢ꮚ+&I{mH7 @8GϠh}m ϸcCKS Ә?s&E2MaI_pmw"mk!2n!%{jӧ_[޷YjgȆo}3/÷Wm'R:=*T+Ʀb}G;w3ҵd$3EUP+À{bj#ÐOhBC_k fy~gP$[۞6Q!?Fxi2.vq=Nj1ZSrv PaH{ ۖ"DG(NCsۏ`[KSRǘBpvw ,=v%C6lhF v""ƃT]1#ɘ~%NQ#4Ryk*OlA{Ynq Bik~֢pkr{8`pҊ-Q{F {pjh_$\TPz]ݏD>+8j ѵfe݀CU|iʐ(,uľ":^a->&>VڿXEof Һ7BA͖3i͸Ԭ~= ^EZ/j[&;Ȑ]eZ٬FGƏP %G\{G^]4#(> OєZ˭36=*މ._]>רwB~}mXkGMZEBM2 pxw6a ڛ o6vtPku  6haQ1/n-%"""Q+ZϣVHVt筰dGːO&B;Ӊ[0'H(̶ANx ]lK7wHR#oZen,R}Z0=yg!UQĬ|cV/ xƄT +HlÖdS&118n<>O{Ja^Ί`,nIO+R_Zw%(-6Cp;x?Fy'SP=j 3.طwe& >` RUE+`@a55+n̬i,͢]G?w9J= h+nux;& C_Q\()-1ycPG~ Cт7JJw`y;lKn f~{ UDzBP`;x=zq 9{0#c0UV(F؎ؽVG+G~q/TV׿b?~x|4‚ˮ]"""-mX= ܗy#CMDx4vՏL`${`{Ų` I@{0]aR sާ}"ĊYeÇ)me/'hQM&mqYG"eEą\;!0"xz _.0w DpW5)=|zi%_fձf^lzWpXIWu~=)B?:l(RS;@srV&bw"so/`@_UIVk1xQ–Om哮)j(*ϻ'VƆd/~ٌzISǿ'WDDDD[>.;ꭵD> (X62V8g^@DDDF0|)~͎^p2xwXu,mg,1 iuKDDDO瓈y哈'5;O""""""jv DDDDDD>1|Qc^&[1{q} JΈ0YM럌\*kX8G`*!"""j>[K=Z|<~"S0dĄP#8*}-j}}lIF@Up)ItL>k+,A?x\_Z4QCX3Ȩ ~hӬxoX WU*o_v^֋АX;J^uczbl}/kq:y~꫉%6B]/چ߂cZo&ps7UpIS}"_iA*PfsjvF̍كn{Dz,8]}WPUۤXWo[pP5+(to<]PZh8r8K&LýfKRZQ戈=6_g\zYfGM/kY,HSi&UIY5{s "ėa?nDNJƣ&"HJaUgEkrcdqS0XԤ o.N!"""~չsf\gصk UIK%Gtv@f.CH{nWu<1O܏F-Ҋ/W`ݢ5|鳑_&fDީY&[dqQTaħ#C_} Oc]+2+ 3S{!碖.3|^ۄO_CaufCzdK2!;sX0.UV>M_ekg;0?/#uV,UBN]1Ҫ*Cذa]ތ[-Geރ5_"VX-߭: ^. f}Bт7JՓHGvQ +lKu>w`逎…JTƾ2 \rQ"۰wfĝPŗc#C;C%_lfӏVC Js0?`^,~?v̍p\m̽Xxk.KD@w. avǶ콪5–֬1LK Z_"xV84iLKϐ)133Wg]-qZp\uS!$jt-GI|d)t(Zap-x> ӗ.ʙ0-F.}D=.N4Ze!~=eXs9D/2LTCHgYq$u^uӉB !^l$&sG`l^+qz,(vO|봠6^%,2(gi-lv?c(WqZ$%WL7"""*uDNՂٌG7h ޮ#&4mO6oV!}w;-q\dƺXyXg}#pBiED}`§ypAT=1^¾{X~by끱N@XrZezbHWWEּfس/F9ˠ}o?^ou"/(|`W&w$:t݈ Y"ftݵF"/Nߗ|Vc)mbl6!cKD.n~L eɛ{X%Z "AeO}hc1#pVRdTwu!^/ 0 [3)x6_ >"[d|kMHmNR]$wQnSS ɾZ#ٖ$'}HK*T[WC3߀XUEhڞ}r6TOO ҶM=ʬZhs9gP}f |0 OA NZȭ`{ XW%}{tkmj" ]olLB =)'ha}s]Z`i '[%0h׬h6Twʃ ?Ɩ,$8\kX f3(N 3ãB^K#cCnXu5g%wǠeKNR* E0UL5Vvca<Q#ip yzw^1^n-(z{ ֠P.F%ԣf8{P6MS>h+o;OpN'; Ko9hQۭ#'3`;Ծ@l~}.gj^ܪXkgēFac#3Pkm'j| աvzߠsjR\ZfEgjEn "DWU_ԫ)`P#ofx7:^$uE< B|d|~f6%$f^ Z?[M~/H+iLfԳNd!7iV<~6-x+Ko?b7{S&waFPU;BK p)=\ ;YJ[m##1Ҭrk]ofba}ڭzW+ϠXqZ#uZ| QKyKAIK=I棏}K3JlԈ[MeЩ|%t^}Ztu?bFů}^0q"c11Z<\_Mal=cxp1Ytf\U]ŜqW:P3b՟)jFNL.22}3H(͵SGaJ?ߋUo{wAjdT6b^^v;D:$ؿT;'h=26 ^P,Wq8.#rz܄`Si8yS=-ʺf'T񇿏ãV7aqxMB0C>$ک;nWV\*ݽlrOGKE4PE6 &?S>6l1Ŷ_SS_OeHtFzG|G?XrLcD*+rNm.>txԊpc[.WOskgS7g2*a'sn 7ݺyފmo`Y= mOS`V`U6tk([Eo`KG$DZ+|DI>֤̿ n A0Gc}&QީQHA9EⳖ)g3? uyڼk2D l 1|^/ ݘ8Tje+3q ߸&UDDDDDD-gabG OW_d ZP?*}$GŴp>P!#%U%ƭčG=o߃4 ut Vc8M, Yq&^E,OZ$A*$zYj=/ (/Ps0y${S[z`S[+n 3/h4]a;)C%01S/D}pQVOc**PfW'X"|.3@?w?#'pΣnYxoP~9 m@ɿΨx^Ṛk2G q{MNxwk,=glro|a܅?|`M󦾅%^ühਡ0zDDDDDV)VRfE^pYFV^jOMm{0q -VSMeހ?&cvs3.ZUw >!rوϪmɱ{L@lڲ`)ݤ VOu{v:m>3`m܁sQP$/xJ ˒Ix+}DZ~sgw0t";#χqN/Ĺͩ/OWO/#""""0|f(S?Rצg# TW'#>G2#v \)"euY@Un*Pb,$j4z[5&JIb4G>ml.>&!&X5F[KI&/r3.K3sv]XPfa9gΜϜL(hD7_׈R9B[֖۶l?!SbYb׉9U~DTp\RXeei# WBt[9Y4^"6K¡ A._$ pźF%`Caa滃g 2J #+{6'Dbq?:+<6I+5|%M_Crf#RT:л EƓc~Xl;) /֫qP)=\!8m[>Jolxm)#Ek+_a3УdϦnz38 smzr څ6OضQ2KG{k]X_Y&1;"MFTi8qEؒB8GuZyK_748'MK/?-^Y/'&i 03 0 0w.v."hjv+NXRS #n" F_(\%㔐&Ν@"8F7;pk3qY!S0k8oE+f#BFܖ*=%F\ɽ N&?<rsĖ¿_sGx{ \ =S\wGwe0 0 07,>oQT|&.&$*I yԛ QsW#e$4~>eBW@4n{]p{c@`Kx wjBXw;Pb#ܥSԅ爖F/|Ƅ7_͆ٻGֽ\*E}p^8"B%&0 0 |gޓA콋 ls W i71rCYj@38ލ!m6XVB7bv"),l\Fx @ nfaSSd#vbŘ#:[">aԳ1rS}  ՗j0 0 |Wo߾;Hzl^?OڽJ|p:dnwBRx}st|!5>m7 xf*>R 7cYB5΍RIl 7e`߰Y;B|@o kYJcynD B6fB7}I_^m`V3JJΫgT`މ=Ј#LbDKvG'ahr{YE75Qrxu:4)I"o4(<%+/o(0l*/&1O?Uuz_m/q2hv o:| 0 0 <% i;8zG@WHָΕl;{k`47B"+R)9Cn~ET~_P?b!)5:D"s""& tu'U,oŪı 14~,NG_*Tkw !:EOF"!JH2zl(b0 0 X|2E|T 0 0 ɰd!Ǒ#Ge0 0 t.,>{H_~}k> 0 0 ɰdaaa: 0 0 0LaaatX|2 0 0 0Oi7ވb-1>2aԶ} aa'?۷N%22hhh!7ӧOǁP]]-Cp0_u.w'?5 0LFNFe8M諸0 \;,>`1m< 5#Cw o'ahfߑ] o>4 ,ga2b˭X]BcCrԭFV=?K@4P% /qYH6':>0"(3 ufIHp FB=up|aفWe! )?:] ۏ݉`鄋T;WV,ǾF p'4o5ٝ:ϓF`l?=4hXkKoW]QtO#QC11Qf8W☬j\+ vnŢuKdsD\Wu#,FrcՐt/8#/4<|xDMXNB#Gnz,$Xj2v%E8NMB0ۤzV d>-.MS* 2 &^,;VTRٔX's0a~xBNa DX=F׺xvW0̹J= DFqnx]sވ) o59 ACX12gI (!N#cN{4Q7dЏI>2%` ;9:΅:xDha [o'}1vBN_;rpQ\isOyfL}cR6eaqckEμX: 2Ptl)^XwB`i-FW;T6ǩz"n"ډe(ÙVm}[?Fr!ThDGaRZuJOt(q4РۃkI&i,T͓[۰/ 2*7K& _c%r>ފ3㘌na>jF:fN;GG.HkUV`]IcnR(wr6oT6i٦3p&'S BdG#~h<,:DKsG!$E@9 >J});YdUw!zZם9-谘Ƈ_ )笪VHN]/0 gբPoFAĕb駴8a6m#Bd,aӣ0N(^x5A1aQZ[.as5bQ{^na&ve_8`;DGGyQcb?rtqlmU嫩ӹd1}*e2iyf2FaQꪱO ioyӹK}vqñ XO"[S`ʘ{ᙦc=*MAX:C=rIX=.֭8R^و.ۿQK]OL'H:,|2i}DƩx^2\IJ0uK oLO@I[ތٌ"rҠUQeUbE^8)H4@c5b_>ދT'fɲ2 HV[%*RdK؀Pz&cVdDB)RqS!-VFQ {|;NZbQ$^R(2͗P,i$7~:BMrO.Ed'L/ʌJu%aI~JE2^ TQ87xNn?Vs3} rm=\0]k#޵^qU-p> @ )U>zEVVy]?T ͳհ"a$, 2`pX٩0Gx96LxćR'׬1꧱.}3 '"fYaqb᭚@]8=щMDQ/V[ݱ29n?ma(ur۰d^d8VVp$:#aZ@}٠QF! 9bg=A#aPK#jZ|քK$NzfUX{2(\WgU[$5UuVUWnR MPo$:,HzCkP?a;,>$UP$qNGW*D<{:#v?3O+դMbK,[p)L>c7}r rGќRֈ-#Jŵd}c-ּ%O|6&:Fe\y0WUMYH'㇐)&tQ34P\BB:bnC.EO QB䘑V$?bfQ5i %THvDjx<4/-1Pt0U{h"i֏[($Pm&#J;8!N5%3nU 1e3].:^ܩchm!GHc~7v"9;QFr8Egz$GX*H/t-$iY g*nﴌ\Ձ-HĈmS]=(s#CQnpčp~evr/0>e@Dy2J92,PlU($N̓#rx,$E* ґDZWG1u}c:r'@0I<Grex;꙾h0Rc0>lxz6\K:2i|q9E&#;lSnH/F{{bVj>*"MΎduej:;32(s Py=ϊ֣hZ-'ȷ0_Ht_MNyl)e戧a*ZrPݶa|/3=ޖ*r矻sCDZ c?򨓢X9F+6R'KiC.tԁk̶i*(F|.RG\n*X bh#aB{Ps_Aq1=u U q-uRpr,WW+tcit}6zCGn@fi.ęVL{?m윺riң2tKxx#5~T "bcGpAv[[lΖN$s _NLشҥ/8K*8fTō/"Z Yڴ#M82uWVoWgbP]{wbmXn.v]A//ُtk# |md}%B rO t)1&Nlxf^~>5'/21dp5 u,?TD1Rv) sw7xbH?Ykr0<{>d+quCIggFyX's$PJY{lȊK.kY9ڑF'bnGbRj 0̵VzbΤVԵMHvuPCmO"-/zP.`GVG8Dĵ4-"0H["+ U uzB11r=c0EɁ@:iWZʺ:.dLMs7|*K #R)6iF:=[3 i"|Oy\}rttڑ~$ QKK߈2 AZ8vZYςEbj4)F1J~MyɣQ 8E+njEXy }Jb{J qwyܭOK8`vu#MPۑaQsֈLt6D넇ڞ7>~JW618%J Q"G;M_uy!0 \,>oU0ZuNjBbzʟ6lb1dP-Ц$Pwc=ˈ˚fAcMj*!%"yq[a,kcE5079X%<5t0knj+F_jc~lזּ6g0&N$>deUwh#QUz:{gaghhU畧t!'P][!:NI|oD7f BC 1k:ė,{Nڃp #Av߉`+*GE"؏QmV+;ݺP,.EQPfTGNPo7SݎSd/u2Y꼴@fbR8 Կ-jlyp"F?)T&ػZK,9jhG !}((-$47J7ontT@[)Zj6M8-Us;MO=,wϑ4lǂϤ⊁{^ (?ʑ* <-vi g06)b8ǎ!$W~i\Lxnj|D495B  ۼ6 *[1T..sq}\d |ug0‚DDG; 2Zߴ0 o>4 #o6,t\隗uBX"޺\GZt#3=c3Uڀ W"b)ve+/^hQY/E($*N]TwmO[>R.ކ']]}±z~&e+sgQG3r6V̵mxF,ȓmFꀻtaBJKbX/M Hp]&l.#X8a{|޲El˩߻|f\Vj#(^y|fVwkCHdb$6EO&<ò[ %5y/ Re> CX'9gAwFFCЂ,p# b!)4z4 -#!T`*?huMزs'62tE+C:e>"<[+uV9Z]@Y^2jd*PV2 |)`IKdZc'bW V1b@dmȌa1rL `68@1(?0 |OOnψ'}ooz@7Xgaa͇xa7@a!aaaN'0 0 0 daaa:0XQL'okKL| azB 0 b[xxT45fOf@k9O9t)lĖWZHgY_]NB_pNe#A @/¤2~9K~2`O ? _\c%>??)# EC'aa[o/_v?ɀ[4Zm"ɱ4w(jǑBυ#gQXkY.'~^U:~U>+a``h6*T=y"9? esr bd\">)P&Ee<ƵU8\RHqpP5 ; )$a0 0 *XQ/*\qo1}_)ęSF0>8&MQ*N ڜ$$&!(LUPQbZ.Dmt yZxRwHϩZ:ƙ*\!>ULnQ9TvWQ 9EM˅YWkZ&`%j(_ש,ePY5k)M~U걿6G혰o(9aY#>QV;!Qju۶Vs‚CZT@_eϩ5*Rmb2s8 fR@.Q0!Du=Naa[]*T(ƈ)Dmy_=ν?MOK?S*jF6W0;U0Dk#vOGmCˣ?X1jƙQv0 ~fW \q59$|1!M`c~pBpځѨ^K"YB O0{wF;ve̡jqGh32a@\.Īwa+L~7 82ܞ&7wEQ?&N(#^D`4~6!FT_~W|KWji!8Irh a闄_~@֮ ? $laa[]]DeBs9CB#dI& @h0:WFy,)SݰY QغFO(~VY;ސK;>DP}oo _(\m&!,j⛯Z]Z8 33d#)B5>*%ioGϮ)k_Z_=}=pX#JI$4y=o2*,e16#4 Y"cDyLn9X?c'C%t 2靆 fo#J<SKY19. ()«8Uvƒ{5g P<Ucѯ_o;I u~^]Di~|"BzɈW0 0 skiLª-{PRCĨyL -SG2=<%!P~c}k'axŴ8&[wѰg!RjÄ7aBx>o6\QڣVƄ7_R*s o{x55W}wN/JET~qPQv*,p ߊH?e~"oܦQтaaaր'ANNÔ=ZSd36Xgx i)DjP9%`)F<0wNt: nv$“=OnB e6pԯ1ar+:w?{b>Va;ݠx!aēp4ނqBTF&?Sw͈WĻ0["dj?z6FJt<ÄPTaa[wr44(nSnJOZO<m2Pl,D>m""^ڇ(p hfW=~M_ @?*Cjım0oXlbk(7FxΧaaaN'0 0 0 d&:_ NxC(Nf^ވ[4''o#0 ӵq~3?Sx"._,Cn>bccqY_!  w`ݫO]%߀$j%& ;i5@|r<XN`7.N}=0DZۄN^;a<2$Q~`Llķ(!`ZqVJK_a 4ڌן\H}h& XjN☐+kd#>JKH+dDLT,F W;J׳ǥI~ k~,,G G`lHs-޻ `<>[6\ᒉN kE>4RUur#=bêq@c٘ό ;BzK:0M0*R?gTz8{cx5Xluұ4&D#?2{ϪW17ts>1c͊HMԡ6{^_̐7K1m o+O/@ɖp/܈_J9 f}v!;bP;Hc&aAu;Ya:XdC_~6@;as. i61%<vn^9`ua=dpg6( &CC6UaϽn"Now7=uX2:zQ(Xu=p/V ӡmHyCXi)?A ť|}ύq!uDS$5rW-*P~ [M|zcdH [ф/by&5cxPJ gb֦mC11) jFى#x{%6B-{(عdCz} фXEz䣻6IhMϐ%_W0ARp1Iz'&F!XmR^ dۥit'|=gtHc$(/,EH90R]ZyۧG'!HcYj8^7=2dz&% ^*QCo寖9t)lĖWT³5 M 9fbBSamAxܮ_“X2$rZlqQUCo@iX=Fz$ 2_C1 Z.}\(uʑ};c`,s'((4s29oU59}~11H³4\qD42Ksu=b0p΅:Sv2][&oj}_!Z msKL,0~hRfǂ8&|AlVFܔԉ>A%bll Mpnډ+($*ڇge)`(AVsn}[?Fr!TRLOꬕ"lQ\Hb6QMc٧FA<6+lJtJ>6|t#t̜vS:pqi4"sZ֪L+`M/Lټ S٤e2gӨa oA~1Bv9H?bT-U 8tc"d7QNuES& VK"; Mݙ3ނSYUq}lNltž+.I!ECRoFqX긤;]>!<{zA<#2D;+(^o)-DYz.ܝxwQ<5bQ{^na&ve_8<:,all`,d>7 *&XR0N>RG#m*gd GZѭh£_ctyĽX"^88wTx⤉[3|0SK7o=:# XOt} əEspƨV5 ;ޔT6euπUS8S1ҡM$TǞc\"t>QXPLsGa`19ugQ)~!f"y1{Lz/9u3x]&sYa)Q^z=joLOm II[ǾM( H[%u"R@ CCGarf w|6 T1:{`E ^P_("ER*N#~XiOQ ,s{bQ$B ͗Z,i$Ǻ-i|WrbobAeKY EYQ,-K*-U"۞ e&=x>x?4S\/0ڼMǚDubb{UA&gWW\Z#JNXJ-jaºe` 5:ⓗ!2b ?`f"ųV)6Z|1s܈0p@xh\Z=e-~~6S&(}z"6\ՠkA^r5~1`=K'!6Bbhc{ Ld.9ɕ[Q;4o@„X==IbQICߏH1Tt}'Fשf37O@` fLq"|RC VvlU;H.y]%tG"ĒŨ:f>0'܇>ZX>S̛vu;jk;Xlׄ3Y5+ =8f&[!:)06x4B2\v_$k?JxUT&@OT;ǍG=T Ob))rln @0; TQ% (֡ݓ\>XOx yXm O棍x;f/^2jL :2V%ղqoȑyI)FYC3L$FAMVQaޅp-{+FEQCxLi^t &+KR&cf\(Q6] 4T&L?UQ&EGzFlΧ[k}6,Yvٓ y`q}F4?P_hQH8rTGY.)v<@Ftݻ͔Aʱ[2 ꫖oT]W]Ihz+#aAh]]%ݧSF;ksQ"͖VӳT)f8[j lVTHp,6]fU_9_: MI ~ҟ:eWˑwzqۣ!VVx4v!ʪ^,xiFiMv?!ª9Iyڼ1F'!þ͊V`UFk9!0:NB|dk (p#7 |~QGrI&<,jm2o=qi=PAGrDoG0r?\o1oA ucy0VK>Tpy]{;$GH۫v1qIXYݲ;ңQ#'}D?1ŎLI~9p @smԕaȰ@4QHIU vX~ilC|}sT.S9$bCTdaHsH/e1{fSn+oN'afcBB[jSv6x0* 6Ĉ05i/~$g8vyb(yR-o5;^ĕqW;tug*%$%)Ľ|k/t0Vz<-붝4w񾄲R$azOH9bT|qHB2Ww^u 2H@FݧOzDQJ*Cc{yr ?F]|QhbjۋIl1t4)^XaNͻx]z]?-#^Xp'2& R)29>>JFz] -B Cќ 'R Bt9Nupd{p$&b +d,WHꏩNȗ uVsmD!F\"K掉]MLeԉqopߞ=^z\mjѷ3m==ڑFGj+fGӐqM:K[s6V66+_ M;`UF}g ]o"X|~=bYmF҉Ux$\]TPVxL>/F棎WdtBZZNo|.y2p orz?F)张if`%ejn%v/f\Ql܀6Jay_+~63L&=_k32HAˆ$~!_oľL#u5:Wd)siz&MAM|ҙ|loHRwˀE[Bh+P*Աkm߁]8i@s$and#ᄑ¢LtNU8DbT+c]njjG33s; A[*VFz9)1Dv8jD6Eln ׮vOG|N8]%@xII}mlww\vILM~^,"hT_ 8%<ՎSFkMcJ3HbrqmmSuS@m9uOBC0bӂJ~,kȹGlqd!?$H'ObP)Ă۰\#*H+'Q- ϲHK'FXnC#SVQN V_! !Q,1&Nlxf^~>5'/ga1૎m:凊>F"Xu0P\ Ő~"8XN)T2JރuUٙQSҧR֞;jiGCHzk|il\z02 e'SQ!):bXv#5پ}>f LQOt$#cIMD_ HNZ3}ՒlbN|1n\]=pu,þvRYv$H.e:q 9#`M}E83qYmj$PM8IsɂxEA7cv|7\a;- /:'ݽ3mi>ztA넇՗+b3s5`t2{ m9N*guJMP/\qr=oqLaz$X̌JV Q`/#u-dLMs7||~##T^&δS#A-ߙMsm>μby]}I8eY[G6oz ^Z8ւ(cpIK;NѾQ^4$,E-RFV N.\)Z8f,̃?Sw F2V %ڦR%[>׷a$ۙDs+(W^h܎ RXzyۣ:gXx6u٩Nsڞb{}.'UAp{%_+";eZg򌊙oA+ʜϻT{cveXW]?*v3qɊc*<O<Ő|UU8&Cn⮂/w{64-zV˜_vv2ET;(1a5)&d8F "W㒰-vShM!NmQ =l^ps[XQǝDZez0_}=(rAIEvPwRqv/:@tŌ Dp iSvт@?AR>^w\ w8LggjQ#Dv4HQ㫔;:ٖr>-IbDF5Fp7Z`π&5 16ѱR{ ujb!ejL G=m؁r#9bKqN(]eUS#x!ԶLB/_̼gq/ o}l=iNc㓐>=~3$X^# 2M$,oRZYKK[V+0*y7(s' -AXڑQ,.0 )?Qٖ Sy˄lvKH$ UEXyܤ<׏ ˵"^(*cǼ-S?yF '=^?Ӷ:wUv׶pUg# L$@ǥ阾zDt%bH,*nFZI:NW5u娼x@„3ʼn19kF0a((H&Ae60 tAu8cEއ;W0^b~P-}KĐٍ&3AZXkQF#6|S9^թN5u*4ј:.ms+4:Ј TTlx~^"W=iZ1V~4NLq5(Sz "{!SMByy/´~_&~敗_97V;bO b{Kt_?JdR4TNaT^t/˞8rRdp+O *lKQ!t/{N<tgoڍ8rҽ/:_rޱyK*ZO"u6C~}>l~N&>ankL"뎚'S(;T7Bnx]J<ڽaۂPݎS_CN)PD]yEy>:KjvS[,,LS۰56p-yf \%?wLB% 24z_劔o;;lJ/lFck=}ӓri|+뼥#0>rxgg>X=? aXZoh{=ic]i?VFM}.紹7ƺ*y= ^k_b7NU% Bh-Bx`m=,tfy.ŶBT[}^; ^x[hA FT'm³9RY!P$N%u,pN\lX>)ڏ-YǤ*+m8W+ Q?'AsӥyY/PC¤>hz CYz}sO"m\`ys.jPs8*+d*kws[x6*ΜLy~>Ƞ O_~T.4cOsM?VCEfrVohPSb&j򑾯&!HB8a~ݝF}K*_O>Z&- mΈ:Wu=~={59޹Z/@YZ, OJz ur6W=tw޴7z=SWu;|mZ둇COOĻR?DQ oMxpBUzJ>jxEF$<)O "Kե#r?/0]UNAr/[UӠչ+$t:,{Ռ;%yI#R,xZ֞eNl8Db+g$}W+~AM`_zF|DZ]cRBATrDIx |P?+S)d(^I܈s$qS[L1s֪uG n\"H*tt)Z&ۡ֝ƖQ)3 X`yk#݇;č8C=3- ϛO۞fP.V7T[L;\mBeh;zfF:z:=bDz+~ȧ'}sb^?le7#-\NJ_,LDG rTĄlw+=p/Vcla0iO Yhh+up>׵ZiPlf9o(4Ϯ-<0 BEGZqEYq*>g*El1<=@u#[+쎲,u:y10 ӅVbtR)޷˯Ax(8V`'AX4UVnxd*]eaa+sG>+hQ<^|FΌ͇xa7daa.o{N2ox߇;v SEp OxaaasOaaaa0 0 0 t:,>aaaN'0 0 0 daaa:v{e~DƤ\êw .č@8rw"kst2!!9~gbV lǓlacaa#]i)~(.+橻ZJ1IOk۶!NĀUF#0FDgc[=/?Ec qE|h8IXظЈW/DAsy岤M{1 D~xy$|f cj8Fv:Z tƳjbڢ{aaay P(4y15\l4VZV`PdBGN1 *x*>[:o=†߇)1+F~QX5' 1AZ\6QY }T<҉b.,,Q9[0µfE{aaay P 1kg cXBvoZ[`RZ]K\cN/LȖi֏NEݺg8_#.k2kW&Au 0 Nļ=i86^lm>q/Did$_ <4JY>(Rf4lo@1WNR.xkiOXe/EȘpL<7 Cek)fa`5;\7-OMzhޟ*m*`UsXġw'f똅SF`c~rQNHٽtZQ"#=s'Om5\=;aakgW+o{#7J!Μ2XAx7ir_Tі!CaHb'} q F0e|rh<͐ei# hx-̜,/_pw7pi ] b.Uj*[ ;EbSgJ`)jҡFIiQu(i~IHSI)ʪ<~HTE ^X6~$ђ6(c;9P!*9 ި+WMZ0 ȩ6+i:zBkl&ď7@݊JAŵ uYh79sSZ#LZQM{&` vUI]҄)}VwiB49L15ᒿS'j|* mPGRa1RԐ<#8Ciu=:ՒjT)o/L" aDz u m 0 0 .I*#1> #+{ѡǹwYcx}g|I}Vb?-ޅU(#;ɮv2qBu= .7N2KGQ޴Ȱ>(|IvU_Q#(ז#c-ּ%O|6&:trFp*qW"ćʁjդχQ ը"7j d fR=rw"⧭߆-gHx"f;,~0HqXYX~մmih>u=q\ɛT֔@ 2vLHӵ2Fi#ʌMz-f͔>bmĮ7v>d7O"Lj^;$ʬ?A_I~$B%#Pߊ`"޵T:EZt,-DNJyf>o-'u}1qUSUWT>۔kO!cFiEFv%BNh' -9jwPy3RD*;M&om 0 0 .v."Ahjv E8ܡtg$-̩&A;i=*-㶋UP 쓤oʒ;"4$*kq[8\'O? 9bK ߯V# < @teo9MiE\k$ƄI'I laku@/U4wAFd: ]%*k1R8@D*#t9MǨ;[Q~!"e&b1D`+ o-NbhKi@$VE|587/N(ȫB+B9Z %W:xb'1ZnF]/-(9t]ETC0">Zk/!rh8R%pEu(寣i\-ǮfaE1}Y$ۍ}ը)Mue80Y47W/2,<aa<.n݉mĂiSee$@CZm?F:ݰPwI@z`?Hb9]Lt05ä7Q˼rNu4Ў`4Z J[#EE⌄sӵXa"3Vm~A0u6<#FeSm*BO§XQKJ%+2gZbe0!6`^37Vگ)"'51qLVc]ͅ&Kyd)s#ԙMXc$ކvFIDATCz05 sim } HtJcuaa=,>haCJr?^eIVvulLxel|楚4$c~K1ULqITZH)1;#_[@7NG+u^U@KiUF `Bl!BA֙+Xv76|z1w?:VB𩕢^ im2$0:>Xtеy1~,j=ɯlTeq9gT_>1R1 Nmr[&.s0 0 øh&eըNVF/;Ğ(!m,yu;c1^bL|ը&g/XƹdWUAdL"l$"N5:CFE"F1?1E _QEjO:Rٯ[!}f:Lx5 #X~F8 Rh"&Ɏ_ԫ((Rh롿hFu ^Gash'aP@B;'Ch9fh0ez8x2Dmyv(=b72 0 x;مF#u#3ʐ/4_7Ļ"+w9AĴ_aW;eW=NFa/Fw!7mH60TM-/= B˹$j[b|8׀maFYN> t/2W99Ӱ 2Ցu_tN ӹf܏$(:]2^Uh`@Rek ] L|F's@Bt 4;_X\t{!u]ͣ`,VX 8afl&hIj;`T; t? Cǩ*#q$9aV?3 ڎ5o?1 cűj`Y5f{زzH$?5)iٲJuT~}jۮ38(#ھHyLG#sva׮1!ae) F!}`4lC:Z@  Pb{ͱX_8VA"7t\qlNG瑑:Q eEP Tc@}Q'-O8"l=la)j%ߏa[iG漡М;&>V2 0 ô|2 0Bat^Q~X `a 0L,n0Uaa<'0 ._0aΒ 0 0aiy< |P*aa<'0 0 0 daaa: 0 0 0LaaatX|2 0 0 0Oaaaa\3!+b駥 h')^1O8W\2aaa[]C"mO[6ג*7HYmV|2c$mΝAi{Uۑġw'f)3  L٩h0xvȘ/ gLϩB/ww&~xyd^y'Œh_6F0FDG`aaq-@C}յ9t)lĖWZH|k_$܋c ׊ʳ(¯O$aIL7) {YPVD }T< N+˒Gb?=4Q\TnzDU#;Yuc%mL/ꪍ(>[ o(LA2;/BaaF WYa72+/G17)jBmx|k -O8F :LFd݉L:mWNc01F ɏדكX~,܏C [cDߔb֏|A 5naaKRj3ͨU.MJ-ôⷺ<[-#) lG[$w;rϫxx멦c 3h1&;_x e ȸxZƱ/+&Tأ0~Fk:u5nҨMzvM룿bQ,05)b% Buid'~ (Aם$}I:q2+2N$7F u= QR>![95]st r|iVXPw8#_VX.Z50 0 :,>2F;pŝho {ibaęS~xy-6PuLIm2d<~jD(Ao!eTB'50hƹ-ٗaX_ר{zq^f\!"eFע후_|AQ ivs(XD (5\BRdE qȀ <?jNJe] ʲoTh?:XWnRD&7==SWczJ93C:iFb0\< P~+6èdC }ZrxE!reaaKR EI(T{}e3:73F`ӓc>{Q$$Pcq &{Hi1"y~auW+jO<NA<%xv)ȵYlC /VM] `*-s+GQ|Iu E(>^ʈ;l*DT]Xp'>L41׳ë9׆PaVX)c߇ O†GcdYiaBڊ:\2]ӳ1RZ54:tnd+/瞁UQ|A4轩ʬF%C0<^e'0 0 .v."ahj. Eܡt6 YgʜJD= INZaOJb"$1}3w ,BI1D(9 _^{#,NCQ=(˷^S˦ &93 c 3%Đqv(7+bPob _V6U+0u'!8tnij4YTzK幷ǔ 0 0+,>oypE4KzRswmG0aTe93AA P:Q`粋aEQ[l6qsvp_Y;oyt- F#,wh&Qjl{79Q؎ |ua@oC×9M ju4v -~xc|}#O (b0 B (h(;G-0*oPJ[a;߽@8C1E(3_5"zScg)ý uN%NL]|aa}>;HyX 끞}b9|mD~gd`ъ\IV9^o[ Bɖpvj1)Ǽ,ٞoD7zAh^9SSBMoDDR3g,r Q]Jj 0ab 1c+ݧQj>.NF,__hD<0HHKj֣XK~ KN5d6`# #v ҅W2H ь$ ySEêw「g'n2c?,(~C-G@pD(H9|b1 ^ۉOxw" QY0C 4^Vކ'w5- (a>40 0i@QF|MKIxݖض3'W`2α)R"5+tY~gݹi3cS gBSS3;4=S~: )}Q{#7o=< cCMnIo/g8 NS@aaaaaN'0 0 0 daaa: 0 0 0Lt|s%|: (GcGCm `ex`z"|f| >.+!`F(\ 0 0 xQzh@cYu!ΔTAC)0<Qr# 5_.SMK9%&= [0 0 0-@䯮FFOFq#ܱ]XfXy(zJB|$G,J6-w(A][ 0 0]BTiUoF"oaƣxqo)~ڴ:}}-dQ ; I;e`F$#I"V5_l܉G˽6(shӶs=9/5X- `U(*\U#MQړFh!{qTž} Ӷx<[-#j;CBtfn2=:D]BIxWCP8tG[x85IFph̞~;pT"1WHYcVP>a=Py(f\&r,B~qnZe Qki[ܚU6c%DwBԠvQs׸тZei(1q"_ٮ{ /0W)=!|} w0 &J~ti{H;`&sWѻAku s̍y+[v^bD2$ 3a7 ~g5ia4سs5(r6ɰR t +MKuo]. !=]5B\PN4!=ڵGSVx C@0 0 t)X|vI#w E USO-$+k;i f},6ا^0 1f!BqY0g5Q=hDRڋgil[L~ZSوKF-/Ps6ӽxVMX[/k=nZԕӔG'?BP2gx-h ~) .H _~aajyo/D5?ql.UiTe_- iBL Ϲ3 "Čc'}0dk8Qz|: x|mEzGOb^_ 60'])b5gi$VGKQU"lm ќiQ%(=K)=Py CSoo4 ܸ9;bt-.1a F tKE>{gċST^;2VBm1b1$H:nK0^?IǝUby!nZx@#4Z+.~:$ȿA$]!t, I` A V\(%DO<9DP¿ƿy{6|c[_|ka9*\ eaan&xe<$ .Aa5X&ҟQ琰pP|D::^֌ +!OXJ9hC!z'A 3=)<7S34_Rl_5R 8A2z}hi: :Om&A㳷7Ӷ[K5abkOsrItN QoC|R"5Z?ptO0J? ŐiןFaנgxK_}Z8^(QA gTks-hm ?Vl'0 0 |:p|~w0EQG>8-̅ ]68(aa d 8jD Oaa tq"@̿5U _ `aanBX|2 ӵ݊E?r.aa daaxaaatX|2 0 0 0Oaaaa0 0 0 t:,>aaaN'0 0 0 dsvOKtFȠFaaw>:\9B јfQ&P/~Gi'2b 7,7GIMVҟ_ \vѯBl?w0ab q8%m4ﲬ=$ĩNG;\;c6nĂؐ?sV=2ؤ{2<~^W`)`C1 ^+O BqԭF{cxAuw a;-}-"i;3"t̃GvL[Z% XD*lAea6|\d Ÿ!&P洚Qv_cW8q#2_9u-[RɟKZ| Geb5`'XT`\S=,1 0hoz R FT*ZԇԆ܎O|7iﲬ;4lꭰȟv$aUwȈK0peOǓ5@mAYQ)˩"a$,X60)纜sNq]þr 4$cF]=^Yu7 蜅) 0%}bDe/c)ƪ$a&/Òx6еiD-h'[P V>RzDXj}F=b&$![aay+P{e;JҟEdO&Z2f k ' (|'iU^јFm 8I.VQ`ƪ8,υ ŨAZBزf'2`Nl=SuϺz8"mqT*:]DKaQ"(T㥭߁y0]C(ṽx<}' &<2z/+mCo?R؉Z@o8溨K%s;/KaŸmaH .? F>@^wǒCFzj"f~QX"8U\a9a%)D7rm<b(_D7//!zSCD:մo),ظ#&{U˶uMk@lħ83O\bSc}KmӴ1as:1h1&;_-XM?}v sI,V=LBA0mܦ-kh vES-D O:jX3I?:`;"C Śʺ-mdڅW6Lbī$/]6tW/bmKԩpd,B,v{_: yHK.\GMSA9ďԕǮBBlE@w\ [Phz' }hm.GDU3V})owe16JY]1=Em$MBሻ#SȂ 0]U20 0XC1$Dnfb2j[.~ʰ KS<8 Mǩ>za~[x8IT؎)CaD%VM=9!`&y 5ݗkxM3(W57t?z&Sa!Jݴ {|#d0'4ZwsQn#jEB,x06Y?kQ hx-̜ ]+C*%uy00DVxF#cΛ&e],1C<*inXg/:,emCI7!l*X}E%$:(nEYH V\&cb7@G娔=b7bIGH+uoZAOBNH/UVڨ+VD&7ՠ,!m +34p2 GsCh]+MX/9OeQaa%8; #zBG+NVw3F(&eoW(qj}pBK9Q}w lA{穣i혇+Vo /VM )lB%mG7pr}eB1>y"PdPbIHd=xʜ%x]Mj<PGItQqF}oGx;|F`c8 и)$a]$Yxoz- K9ĎHS'k  y~@B"gCb=e=.O`,xRW${T}iY#~-$!Q kʽrs YKlkYZ|y"_\JQ4¨.99d+{:#ߍ}Ǎ(3!d90 1Jdo݁ÖfmsG 4x<:܉P ɳ2 KrKP0̈WFeΞk&FLx1`WwێG$<8ȗD S_U^]p V5o~ SG+}'ҿGq]_A>Tڍ?,ByƳT_֨T+iu0 |?`%َE$ll8CiL?;o!vhL&;!i}U *B -;`:ipflۖUai#1NvԖz)m$[jI޴NC-CC{z9xn튠lim)2׈B6YWFt8fMO>v}{ '?Cd"Dke'(m>ot{ꓙ#NuڥXX5_tc 3*#̣3z!!fP(."x cp=te+Ǣ[y( Bp7s(& g?&9!!Dkd|Ҳa3ݏl1>'}mg,mǣ%mL8 d3 vg!'0SogA>^ǮCXc>"a=/P*cd\&:%R}[:3Vc 0 ryo/D5?ql.Ui3mkiS1A,)`{FСU,o,:znsz(Vf: gpۖ9?0ϱ=Y$.u(lj^ۗшU􆿲݈ u]g9[6z]X ;PCۮ@w=&OC@Bp$& @Xh(@"odqGڻ bi^W!QM0;c:]8*Ո][OcӈoDK8=ƈ}MQlxYwF=a/>?`%IGYƆf`,plۃ'草܇Gp]>"!Ñ\0 0L9bp,lcUr;&*ln´ 5"g3{.fׁn8:hݘ)zhoy|\gJTwX6u6z=ŲjkT?=|]DO Ŕ4RX#Hknb6 MWۛxy$YQ{r}a>5[qJ-0 c7QVnĢ3UCHΕ"=W,y( 7ҍ!OaG;AvՄlxX\74#&u^gpoWlE*AU̘ wn;z&#ux0.ޏ%9t$B3{R:@ aiރ ,U(iu9  4O9*x >wLWwv r (|97uDaa0?۷N%22hhnua8p]_wMv Tx^jzᶾAЊ~R> NmĸA# Y}Q+< 1I S3E&!F.»yZrGDK+Z"=݈#3&)s"^ڇ)u 밚IDW8~M_~jE|Jp3.Tb ^Ca¶&F|O֣ufyr,7" >ae>gF+淗)ol^{ҷg6]ۭtȱ"IQDJ[ef C{-$1ZFe _~em;:T t8ث0]|c||7t]z"$J8[6\aᣓ(o FX/hDfAup| LDq2gb?]"V mZͯYfEK7nMj4Me•Vr T\QvĹ|H`}yFJysy;9y=Q<ױ amFқ'g Q"mmDL/=Blعߩm܁W'ΙacߧbDҕ"gE#;,^("bH0V qJw.}]!'+?hl߂sY[Wu>"TicDKȖZme$/Kʤit1ݴrmucoĿoa7߁7[0WB5 KBORy-|z!00.^}B_ٛy)!8l?,[!D)wZPJҴm2d^ 7<00"Ծn .-q+!16y|>IuAQ\ ~n"dVרkE&] `yH]G>Ã3WB"""ŖO"1tlZLb xJvLZ/CQy9Ojf z.<*'ŭx^Ûֳtuuޙ&E¿Kgާ,6/JN 'RP+䨵.G2a9jj6r&G?w"%9o%~?cDZ#`""j%̧>IDDDDD2IDDDDDD-ᓈZ'8O""""""jq DDDDDD>UX~q_yL]/.[_UFDDDDDuiki"Ěy~-=`ay1~U| (r*K5M@m& 4~EAٛ1 U@DDDD>@ jc~!b^V&ck@`49*k8߸ 9[^~ hDDDDDsawF-]cFEw$ 0}t"rDvU_Lڅ1>ɮ[T ǷIm}.;A#y+BUQT&۩>/mLŰ?LP"ȹa mؖ8O܁0$ KƯ'E,WO j~{?>YHƝr$^s>V-X$᎗}9w ?'DDDD>gp^-jVe3]Eg!)ȁ}PmWnpl1| ff<֎Xek]nC e'E 7X==w!Q;& ê2/ 9zIk::Dh>FFZ`h[>0Z|G\lуZ0Jݬml"}?LyCDVˡ;0&1/a/xD)׿]Hg/ "$|*IDnY0c#ci%-ei3#ɮ9Ig.W }&lߘbuȒ#Y#Qv6BrAX4"G½"{w8,?Gel5&hkG{8YObg~[p6wZpZ&oAaqUbTuw>Ow܆TDftlȻnI9H\sd M؏RR.Č*?hm"PZaڌbgS1VQ#JBWw ( (&Dƒ8 ܂ jt] ۤ. &¶Q)[b բT gN@NbɊ!c 樻DDDDgkVfGqpx}{t;B| P->os0[{2GPE+IVO󣶈z=IV,JW -ޡ6m%)[^azikӂ, |*C DDDDu>Vʵ,1\+IJbս^r:[:/Q{= ݽij-{_azY|Giϐ~vT-oj4d8)灈z:^6CHD Wv=Ryت6]I }x l]c `AW Q\ m=j6FR`OhRR,3ϭ=o"""VZnQ(,,Dy؞זQFaϞ=p:fzy`;JQ' pLSqT<tQ]v@&0&B!V./٥Vo?|B˂b?D#VwZ[92cNQv:>O'D!ѡ"tшv"=)ʹ  _G\@3j,G-7U`4ْ0",_s\YKe" niɑv}XA>#Wmc@cgR/n"+&.Go+pGmצ)(*#Bv_\̀% C>z@|B̽͸X!y{h'hh}q]"}w s@&""""6lb7`m.alY̶`hQKD)X?w 'LA~U?~0ɮ"`PrHGeX#l`U;H!J?O95 ެd\Ǖ_'5P;<֎+Q OGu 8>F@ձ;-r!B8lLσ̶ϙDU41q}Ă!*@E=RSoqd2XLOncp~Bv.Ya7Z8Gߪ!s<^/}4_7c˧okldKyjUGBJDDDDD? |w: eK`$""""1|\aCÈd>b:YB""""_'yb#L@LgA&R<3׻/|z3DDDDDD--DDDDDDIDDDDDD--DDDDDD>1|b"<"aT]>Yˤm[`k։IP-K.8{,*++UɵtU[p8Nw 5Ќ*q@m%"""""`Z;X^8ĺOP蛈>Usjg}[M-a$"""""Y}`sc(F=[X"""""&h؏*t9w݃a q\m&"""""cgBT8syj 5g}G>@YNv>} G5'"""""aO .HDDDDDDW>Y%8llۆmN 9/wX+Gt7t2rTJDDDDDT'ZM]%Ǐk|:rvcn&SvhDDDDDDTg-={go |\}%~+Cm[R \5j[Tpp0 Q^^JC̫ⅻ|Z lJqH2T]-DDDDDDIDDDDDD-ᓈZ-iҔ(IENDB`cascadia-code-2102.03/images/windows-terminal-preview-font-settings.png000066400000000000000000014741441401101653000260660ustar00rootroot00000000000000PNG  IHDR `sRGBgAMA a pHYsttfxIDATx^ ܥGY! aFQEAYQSpPtDq?eDtџ "|" 8$$?~{Iw'ruURyywYr0 _> n7uz39]z}n3}5Utt'j.L/xƯMg9yc;ث/eLyl4=az4o^}?4}tNCwOwegWM~eCcxfsZM6’K=^?Yӣqzy&{yz~W~z?MZD~͏tk}o^L7hy|ӕ߿ӫjic_2=o<]׿4{qϞ>IϚgL^&u0Os;M>ǟ>?7iӧG{L7xNYo|_s;9։s/|wO 21Q_q‹5=͟nϙmon}NOy|pz滶uwn<-+Þwݾ&53#_ sߏ{~ӝZNj8ڵk]-v=Ӂ8؀ݧNw'6`l l8؀q600000000000000000n~ښ$<򑏜cX0900000000000000000cl`````````````````` g066`ׅ^xsߧ>+fՅ}Mgqt9LvGΚcX1?qt嗏MnV#Շ3s_<N580000000000000pbp9xl`````````````````D7 Gk,}o \G=Ї]&؛},9<<},O6~[i```````````````2}v4\z饵;z=3;0000000000000000po}Gl]xniW7v]x?;>fwnz*{~r]6{x0s> zdl =nvYrvc'{ ~p"6v=_7B[_֊VCK}?ڸq<`z8}c%Gƍnt˦Wdg\6@Iv*6ϛٓox|V {=wOyuӌ yifYi}G8U_Uӑg}}}u3l'{`sM26d >Uo6Ͻ}g6>ֻet־eLh}*OюNzֳނ.hn-eӽ} <{ƧoxqNF1r'"/~gO|oo=u[U37Ͱo``````````຋k;m7${ы^4}7s'{ >U! Xi;5=E{tn~]Z} mmr'>PcWl7>?{4(39k׮!yȬh??_wnO36h19g}q|nw׾n#;O|~髄 P_܄kCV*0mg|;vu9ddڵǖ_eL:W97MgAcneD}sͳ=iզ?]~6l'6Ʀi~<۽5'g7ռO_+˪#ӭϿ"6&ݻNKl},//,<jcW ϝjxb/+fDڰ{W&7z;a8a @c})듇\&#'Q;c>5yC.%7z,,p]F|'7N;n22\rI΍;6 5f 1za<-݆WȦ! Pz6'~~on}~4ws}{54'{l}>pvͰ4-77{k{GofW;ӿ|l()x xbc˧tnlc]z׺#Wl'k&nZSqQ7vįگR{^vRWn22l|:6\;66}%r.Sk|k^Su' fO~G6~~ml \gc?cK_#6i nP>ܦp {N􍳽g^:;Mku#t;9l-Ϙw^;]LӮ_Ol>u?юF&77FlPSRcnZAPFQ~mqj^ptgMF搿yg tOy0,/:Sǂ7ͫ^'/ ˧V6+z!FOu.6yʋ ?Ӟ}g's`g1}˦?~OOgs.>77巘rNv.]5ֱ"1_d+:Z6HOKUGbdO拠VJ_g$6OmzXi]䦆$|~c!mi-wz}#=w"ׇlCn.Iy]ɴkuC_>ӿWM??^}׻M/2MfY/?\6 [ Q}27 76Sr#iScN"75Qf2 J6Җlf2Zzu)pN?<ϭm``````````````aׅ^xswg?9fz>Ȏ恁k#' o396w{G]L%y,ncl?v8g'c16Ik };if^v3;00pmĦ͢l3Ϝفk6mm``````````````0~l``````````````````v_q3;000000000000000000 v=ف .ƒ W9Ӯ]&w^{sM^ܳgJ2No/:}?|kkkKODGw޽z_t怢O{@|k-Yhxれvjsh mZB#[j3BjS5~Eq`ޒo;V¶Zq]jYJuyn՚g*QrMBq8fC[ܔK߿{n^qۚ*ɯV#6eOϔ _DG[>"̚o(Dzl=Ms,+ i1ǃ/1`S:/O>ͮńb$8o=f>Гg;_ux9jzM^.qA0s[L}6Qewힲg5{b*eo?cmO%G8s`CUx__8@q3.1p J(nyoλȸ c71Iz9Cn\X_jAf\1W/ ?2*̅/Hz}+z[͇sGCn-@;d荣\{usOj@Qgr ' c{jZ޸ cuiЎXCl;_u7r@& 2.ԫ1Mq\9sƍWII f2}FeMOGK_jÏ{Fކ _ʄqRO-+>z- /YΏ`D-| @ͥ)o4@rL~œ\o.Zs#joxz؂ky.z~4|ʧf fuS1_͏[aF#.B6 Įvs> Wkjjl8ylE!gY9/|9w/?9z5=: aG-sU㢜~v/V;q|jK,b"nAZG!Jc9RK4h^h1y7={65EVhs2j11g>u_xc5C |pfkr|K/f(6:[hT98`e[Ɠty} lzmi[Yi1s_jyLRki:enYg 2Ǻ}+//T=a|Y4ÓS;P3#7c8ڧ &=tOOM/} ?6z>ќkeb5ސcC-5^eXYq6eg3vhZq̃-ژny_Zj^)ՊAKMR &ޘ=z{Siʋo#}Я_O"0Ng>hƄ׏6Oe&pޗ|z ;sL'ԢoHB_98 m,Gc wY9GӐ9MP/ON|l?7f=W^]dm> gbn5ԍB8%q7Fߎo[ b{^b~2ڴl;o9cԛ +r|rΣQȗ:k>]> 5oHSbO6қ[ǃ1k[<1\zloکv\sly vSk*Npw)bYߺU9x4M>N U(7Ңꂹ2Pm Z/CUWl_Ӈ>@i7^`Z|hͯ7(Hk:аG>F9hJ[w.Z]KmO5_vRЇwCf9v4|h,;lUoD3˴'ڈ̋-cpS Y:UVx}22>hApSϾηztkY,2ӈ~Y|R+s O fƝ w 4|Ck8OPЇw=ǠV㤽Xre~ȒDqԃq 8\C797qoM6}`837=Я\~`nr7jX&ZAǿ-u~7-/'m%H7:_U_Z[$#so=_ vƉ=5oqW96\t[--^1yl=mն} ;P!G9yU1j뱝k߮2s6:`[ m9§x(9Bk<*+~ y%W&Vagm9_W~cWd9̕O(!oH4XR"g.OsÛ?x\SjYXe=g[\xdkn@[>8m>\~dOvج5Ǚ*5cQ9[7~g.:kvh,eYҮ]+<Ơvh_y39ۊz^(3.=s( myx)?8_E_eFbd;}H?(\4zrqS29.^XgZ5[mQu}Xŏ+yiPfM\O<`yAH:mU}W[5bk^iKzEx~4x"ruЌS@ +oMM?2W8iI8 _rǡ~o:{Hҷ@xeڠÏ\vc.xkmolk?L;l]92V]c%Q>vΕO犋fMÞ?_ܿЉDfAM@^jXq@>sWzʞ@iDSn^}N2lQycd362%l,9)}S_[٤ GxϒM̕q%賸N@S:U븰чg}X5|k欔F&x<9Viyly%^H3X5Xq~1Oi/Ƨ_sX,XdХq106тu.ι% >o-X}lC>dy,]b+'F7ǒE#-RbfZcf_tƥ٧ʍ v)P!c+WPBU1`w75Fa|8Pux3GyTn$zP7qH~c.|$(qm[.t˿Zc,5yXq51P0ͦþvAN\X9_`%Z]akEf1ӎ[1(%7/뫔q5bSs  #tM߮VNɚM_ Ʉ&mF559%x]";_x:o3v[ȼ &x|X{}mR^ϡr k}6J xKy]6)s#a_(kџ xzD4P7"9 my7픛(=7D!\W5x- 6Ͼ/ >A#thɊ^'^ΙsclhPe9>Ϋ=oq8J,1Ѫ|irZO+fy_5y@ïx91M?뿿Em8Py4M6?rqPo~LƄ3}a}/y!O9{\ʰQw8@_jJ^6)/@呧vQ&)R?:.l^uI틍|xtݤ-O?ūe_2}Sy~p5wpo.%g/^Moo'q g/M_^=?ɛ8tP=:+܀~cwߌY߰UNzRsTn\[_$6*%[6?g}hX+6O<ނ\911VkFy10s2')27)eJu'p````3oSi]?^^7p n|]b ]i/[2pl d/LXޱ5GfKh')bu9&ZNfm-2ơƶw'{t(߼oXCP~6<Ս >& ux=ܴ }܉fr`PyAnب35韺y3V$ ݍ)jEgػ!2y{c 2_3pnȱ%"% J :6 ǒ1?pcy M^F?s9ܴ^&̳~~>0`l;yo<^_`mS'9@G#5韺y3LPO<J36Rt={,AƂq}W6{sk/ߌ ǒ1<\K_ƄM/K8qtg\kjEϚ>붷% .SuOWl{OWڐ}O_ŸۘOoU;}ه:_t;L/O濝=i%׎8ȭӘO{UWKsj1.:2 qrLsqz;D }9@MVikFiY[`Pso1r\bN8"ּ1+2,a<b cka Mȡ(6^SguX",>wyh````Ĵum뛺z/.o77:PGLJxƅ"'w3r7*?M>[UBY+;w OEF-o(A∅k0?iY+}mM46fqY-v@r(1i χM72_Oyy.%˸@:ՙ\nrId|cj-9bǹrI u9z+KW?gb9o\6.~@ޜdvg̯˱diK`=e׿MP x+]OO;ϱ1>@GU~E湔o<):.d4lcgdv[؇Z 0ʵ#՜>ƅZG3v@ޜdvʡg;۝nSlm5gE&I_@kg.c[ [q6Ա< #9;l+ONliht@r99 A_8˹)e#qiVs-8~߾={k^`[4_CLfmzXRc2&gl~Yymv4_[_;+j_}("n^fBc& [kEOW_Ϋ@j5VٜF,76]PA,StŜ6Piss^p|sgxlI`k(U9qJss˼2<}5/2cXPkS_9j2>sԹ67Go~Omȉ.c,x|GN_8usz}k_2ւ2i^{. [x.s< ki 2<C[lW/oʁSfMz<֦%9&cGwex?2}o-//g?_ߟ4=/Z!XeuR*t_ǯ.}N7鍫=yqҞߩy7T Ʒ=߾sr*N[d'/<9<2S:OD^y|mYoFH[`/v󦍔|y8宷Nc׼蝛%z>7,+o (85gMz>]\/\7v)NݩYy?`>f# :bRoB=1ky,42ʴsnD!S&oc@9(|sƤ>Ͽ}1Z'_EsN!g902Kـ0&Wq b89n[';c|kLuP0>N -:k6H6Oh<}Z4g?`} BG|C \p~z;|jp[~ӀqR$zh_U͚=xyCGL_u{TzWy}j_xϸ=?Dݜ{x[{<ƳnAƼppqķO_ FiM~ͩ&6e_q»KtcOs:4-ۼ'1"nqфq>e /5Ʈ Js{jW<;^ͩMΗi<q OjcO~H[yiۿ/ԼkGx9iΦ= !3 ^̦^@skI1'}#lR/ OЧ1//B{Ac}] /5A{NbomeS}sjI{qT]Wlw8TR`rJ93/b_ #A5~B)]n7iyA墳Z`C?άl ~tw|Y x ӭnqjg\cģrN{B5&2{l+ys6w<ڃ>k.e3ii-s"~z5\F[(Z֑F_Dnl~ nVl.30000pZ^Zаk.O߿)'Vgm7er<ڃ>k.})0~ҝ^$K6FolsZ֑'FnRx􉏞8~n(` fԡYkn4y==?`-1as㲆}lёK:}熏9l<c -`c;oLdύΪxu2n;1Ԅ|Gŝ_ꑱCdG'7 emԌ/2GGr ޸Pj{nv"+uXC{i}︴Iok ysh?xq:ƥy(0~u3#c[aCZA&twW6 X7ʞ߫2>)Ϻ-}wM_w_kġ Hf.${Co^k,|e ۗVNe)}iCbG(ziB9:\^?1x83g_VǛxg!慬q /[1EB҅_a gshOsR7g=>v$4z````T5n^G}^{8Juٞ7js/MƷՑqkp?/đ;a?kM/zپ0Ҭn7Es38o?&6æZЯrDmi  dqG/YSki?Sh5|́rs;F7g֎9DF qbͧ,/hH,9s 9hCUߒ F _Sj+>.}b_y9z i'_rt#ʀ9*o韹+6ʡ^ 22퀶4l?PgG^5}RƂ\z{6s;(>Ʊo&b o>e)}i: κKiP9V9:;<YĴġ_'M?OߟǢ7"B=Ե |F~pכ5v2Į%dUiU7tWr YrlhSDQ̍:>jG/}in|@WW6$zSVB1 76uBV6r5{tȅc:n#/ڂk6cjXqh/>O[\u~fwNǀ9\бQZz6W{\K6"٘}ck=@Z¹=8ʴAn] X׷Yy@=hsǜW8}-Ⱥþ6+C3rPa.PSu|IjLm36>ܴAե\d>+z6> }љ3eL?ϩ:4~#__oBEHϼ+O]HRl25>7JО? ?No|M@6S[a~怹O` ढ़zchiOo><^9@st\jcDzS狺+"5OlE3ڦ񤍵ƦA[ˋ:Hbm#=<\ZP_do@9>iiOIӇF>N o>]l< 񁝮1W[}gWվE3.en`اY`G6@N?ػQ!ŶƘ64 aOԖS zXF p3&s HRt'|Қ֐E="Es$չs_v5 r|8fk9|@Y=JnƩ>hs̫1y]+rS`N_`,)ç6mC.m6lPvPjC\Q-\>>qZ?~ )eM4b$ W@1=f_?2iCӇF>lh9@st\jcs=s̎<d@?מxeYȿMLN|&~ ̢$b/^Q}>J&<>kUǁz@|կe;}+_5Qf ΁;d1Cu`k=xRmAi#coSg.r1O8y񃷏Άh}|/v3?2OS?l[.bo5̤[ A]q1j<{?FM~W~ i&cYmKتC&Tٲ[ 4cꇭpشow3XkfF܄6lfRA\v##h$# ϘcʰKXw"aq&nqRب}o"u4g9FyǏN'51g>o?<Ơ~l8g)6>:^/k9+6_'Jߌ z9H_l?}l'#s^3+l l c%̡<i5α!3&RG~J_C__:2B6=x{N/}3f;׮j!&%M|/7 ́9/xY=+U)@o=<}W?zz~n+֌ܹ>j"8l;$_?%>PƲW?T8&OanOmmM}o41%2_/ sl|d6d6mAs5l'5|âcok2_/Jn&!cCM179uq̺ M7s+OLr1>_?3>l *Iݜa|#'ZȤnدCS3VK}8fUr̉ޘ@lWE:}쌃f׿JX9g~9&:os!>P98ߞ':Pf [\B[j1Ciao,PykslfMI cϸOYq 59'ܥh!ưǚT_*9gDoL?+"wn^>vAN8l1NΓ0z~K}ʍeJ^?༩ 9c~dRsϺ:xk{cчd=TdLt/%Nߚ^__|>2S~ڋ(cW 7~}Yu~':>]UÎK_߷կ`ULߟ~|#o9ց=T: O;coȺzь+_Zs{k1reRd9N|bkGOnyA?ax.āˆ :?BFM12a'uubKS0^MNߢa4+oNoj7/z.h}b⚑?l\gx2o7U?ˡxjk|E5 ^Tl Oս8V_kmMN̥Ykj,2R|{=ܧj$;[|G/Ox81ÃwW^Y&W_ߦO\j'o,'os ;[ӏ>VOUww:M򺿚~㥯2w_:M/{şwƇ*O[)!5r p#P\d[Mw'6YJ~= o> U;v+ v|a,Qul[y"5|7_9ElV?~GAZ}_{tY+'W\qtp W֖zokls=yD~a*, _:U86lL͈jg?7-泏=`8/:}Dl|F #%jW R}<1ojk?B3RPm:]]!yV\νs^N?ߦ8v9.=ՙ2g{>ŧ*^}U9 GƗ@[d9>9zyACi>N_/%kB'iƢOH;by{ o|Ty֘O<[ڂ^O~a,x@zi+un}]K'z=QgЖqC#olHEq%\y5pK. W9"۷ 5!D}RnIA",'(OxK84r/ //韨Z)y1cqyfL`?uX׶1]KzAU}9ڋ7c%-1uze;}6d l@;6~5_b6_K1_l#_CPø1ȋcGMYvPe2}{=ь 0]_c8vҗ1ig.7X͙|{ŞO}{;wqUs;X% N_0~ s`:$ܼ6 wOwOM}s'FN"M2a 0S53>.Bk$6)? ^8;P}?hk/bW5F r/j/U/ں?|+;n)_"s)WW"+j 'N xܠM6{6>Y֋e=rԾ8dǤ&`ܝQFç.N+xlVXP}iȩm Ů3?>}m?}=9_@\l5ϳO~1vyA]^֔'F4uDԖ>3vj|`]ȅ6s료|Y<Ύɱok䄒9NZ zkY|PYCSw ramD愧YKbS:\xKx-}ag}lȉ|Ȉ1quo0:M0?9s)%@F?}j[{q{<noZiNDe@[13}kQp"޾A7n 6H1vBmD17~M_OŮA+yÞ&.z?=*61 "&[@c3L13ϭ˂y,KsvK]+dfm{7w{tM?:&Wڝ+=s ]M?9lsn'{vdwtךv^ -kVׅ&]1V?= O&>AS+ۺ.vku1.*.=C*Vq>dPeGc ?219_%qs6!l3鹥rcz<0@>3cٷiv@9 yK;~g 4dއ5^WqK-11W _"5%W/6cf,֢\H;xݔK)' ϸyƼ3k*Xd܄̕@F3&5ʋ]}c%/ W\3@A8 L3yИ@;`|l̑ q1&cGF^(vYCg6ڴX-f8.k[jԏh6uI?qj-rs ^lw`lj6)y| 57lV]}#0Q}#Aܤ=qsڗ6Pqh^ >~ESQƦfoTJYIt>gV:eLxr>m"?Uү?\ڕ}t_پgYCJ[֒;`vŚQ*_^3֔8kkEµ'կ)"C5H]u[g"z'jQvse5߰̅v̡ ؇"Ӗij/m}_mrmҟ~4^':aǃf|)Io {y2y{{.gLe|9/O i諣/%'XX[L[b@M9Bڸ8)3C4}k^^ug!;K?S0<0F-:eR|v̡ ddS7gvƦ`)kG; >͚6!sO ` =r^xizh x6zsY'2qRTwzmT?4c'kkƑ~?yv4xt M7 khf~.v kͦ? coNŷ>ADa>cbZ͚6!sO ` =r^xi Cǚq_|nÎ{:|CWiq+k_'6Y0|[?m\K|c'kkƑ~yi00>:97yS ?Q{}g6J-]wz]o:k_9VզlO/ʏV"7&O ulw]wfaU6皈֟'E򔧬5dG[z7qm;=l41y,9~cqWu`u߯/oFk-Z0 K\{r&x#gFh4znuƄãfo>Rl6͋0.@NzkNsB3< ֏تmԁ> ]RWX KEyRO9w;z@x4kk<}Vʠz076XX 5_Gl߀ݸ[ʠzo:ϱΆ\] 1KA}W hЄiؤEGly)Pcẏ Jzhʔ#.ycKLye|3ڴQΛz>`,2q$qSz} ͘1ڧQx{1xe֙N Ϻѩn|V;Bk=\SEΧ|U͒uNμgUZ7nMO}ѧ^55Y6=2yU?Ziӝ4s _%_2s TQ>OOOO̽izpU_Mw"7N4{]so|tde{~ ZR4Z?PkV,K I? p~f3@ vVJ?ח5l1s0^̛6͡=t~ix=὇+py~ Y7:f>(Py~ uoRuӬ[b .Gצ:h=?߸ leWo}r^ OK#&c>] @pπm9-ޘ4\{u DvUW\yg `ِAƲ'0yj@8W l,'}q帤<4x|SiQf-EƒO=u@bP8}c9'VRuL~MG"rDldƯ0?<Ͱ.b߼tvGiϮ2s~i{9ю |+gm$'r#xMV2^ME?~Nox[޲ gu o{G]zӧ>wpOx+fɉaF[ݿiʀ-koLP:מxr\m,| Zm-dd9.{k9~z}Y 2xSF_dC+cj ekqo9:&l=z4}EƒO=u;뱏g>1jW=K*O1&qD}l88&\6‰E;̑x!"3 rr d\aNc :@?yTs [s@xȝojg,lcoPaC<|1GS_ kNs<]h/⤽Pl1"ۀr9CmycUV;M7_S _ޘTNv8ۗeb3?z]4]t{`Ujzi+?6_m*<Fݮȧrm`l~ctE{{3H>]x]|L'2k>ek__]BC]GBu ;{gzl'|uH4oi_I_ײ"VQ /GF8dq`,ב~)0xY[ kIYk5֜>9̯u"x=99JkFm(߿ʳA5Qe^ڸ̃ hӷ۰Kضx+x&uڣo;˫߷͆p[7=O&ܻyl9E;۱+yxM+~oe CuW56oYӔ5OXfdh Ά ,Z`[ϔ>+*ԒsPgVf9ZեuU=M|:큹ry<9LJ9j<ηq36з!ͣL_)Kmzac.@N/9gRxv_tѡ_Jc4F;ltYDxPl[bqb+'zM@o2ks^X2W7Ƅg19^>>@nli2kOxowyȘͱ͘mvX/P9>io6oQKi˯~/.vO>4öD6Nj|*ʯcesc-7|C^oc٧f]!mm~2ce!C};aYO+IYk*|o!7nGܑw|]o.W(_@P[\rL멹3rzf4&:Me{kƌȡ~vl-?@_;9Ֆ(|c.ÆfIOZ;VKbӃ8 ;6lmd^wuڄz>>;EZ꽻P}}|p+WlkF5 2DMu?SRtz5aK?g@[(HyxKk~Your=O]yTG1}BzH]q҆xNTãV+dkk =}h5r-)zݕ~ Q%GUӟj݄܌2&Mc͹#7}s6ԌD3x95Tlj&csnS@]g\"׼9f7]x8ͧlF+䲿isM86ЈMChʯYr: ?Y^:zӑ{?L6.сLma_4<> !-?49|@}cӄykm>h_o\+kBfn o.zp"m k/ct<4ccL-}kw~i }:X7:ɾP'9\5[y/cCљ[<XqXM(wࡠNDRhcuy^8.A4aRo\k#61~0g7&q2=L p&y߄EL)H?J?m6(H_x'>HJMć҇gcnu7'4w@#ʧqk-C9ڥ(7'ȁ:1 ms޴耶.\ʬqCn}iڇ+}1 9hV'y'#^}İ@%3LuiYMm;?~m9b]w<1O?g6rcMqcgFтjܹb;d.nxUO~+>AV=j17mj}H?7$6Cn6mH_\<8R٭ڣxow p A.Ok ˯zPdQG>MVc̴.c V@_e'bg J촗7'M Pai/oNhVy'xᡙ@C{mjs͛> I=wd9o#v˛&o¡W b!@$6`b`~Y;c[r|CcK/ S˺7N[}[z'9чzдXc܌̸¾c62'6l}@>/*͏1X!_{i hj杦2vM_y#o[fa)s{N7;cρ.y.gl??}M&7޻tlzėbKr\vb7+zЃ*'ԳI_:o4eMvR -6ܔBxܐb3Mi)y8 &sӎJlSq۷k 8l?ShL"=w"A7">wp_ֆfq?O!~53h3qg-֤ڊ^ z GHdžNJ }֜ ho=&k1y"GTh)3Vw97kN$䷳De ŏByoK N땳Zk"9чb&0nSf\a1h~ =T`HkAsK3 Ն?rk79 :Q@~r,ٌkAPh{ &e4EhCC@C`G=9vx1W I =xDWN}`LcUkl}b.ib7F_12YmyMa7g5̓%~+wNLQt[O]ӿ}ګ4=)0/wӗ' 'I;ǃGݜʯQ͍,h~Q;螯3M)6'"$_̧cy'؞ܲII=n:8?|c>w? :O|bvjn>x嗯I?W'oq3y|o||818N3ܣ1|qtl \Kt'NYHM!8ma@g__ng˼G'O }]; ^>7_Ge=v6'G{Za&McCn/(c=<~:N2bQA$6|XWVjK8t/ rh k~檛3o34l)*Z+}G7s@߹tNXx=bjfx)2krUs:re4uM[B/yC5%r؅VuyhyڼtR4.c }iW7k7w`\\el-6>1͛v@1eƴ?q' 1􁦏:)MPe+5}Ǯ /ڄOkiliBJ'h/3Nܛxa~&>v^ yqIin(zlS^\O-x`]ͦk1q䠎7dVRz6m.X/_eW`_g,65x,+2Zӷ؉RQ0'u3xƈ_Οw;&[;O$L_lZf/fWuwŚnk*;ZKG5vUϩr /3Os n;%_SF?O1|R&d` 7<&G:~)؈7q 6Y?_ GGN砟撧xZpqoX&!kb)ަXmq{7/\YprG_N҂z/P?{-6&MlifO_j9OV]m5::k26 զ7@jMza_͜7n˘lYhdC b꧝h5r@o/H ݄Mr|0r«ҘOdKʧ?6'uS&^9t<29.1 EmE>}j_߾ǫ,RmKwƹ$G KhVWGle_q ɹ}?3&y'F.z\w֬Оqbu, cMr|0K8ЁyOx'u}M0?sM[`-ay hOa ɺRf,zbyO ^mPfF=ԘKiƶoL||6ҰWO|ޜnjzh2hK>pʛ*7aO9{mrӉ'󦏿צK7oSS|{?td6jIx(ɬD?`3!z6t6781ȯflLlhmivF`i<&3s&_1܄|0|Ql^)3k{u/@ZU}=O_u/\ܐpD:~WfK3uЬyAյr1ӜRel _ʫژ_7zpY3/[.χsr썡xHW|6r(J8ڨzc\}ҟƶoL|'mg#/ ;(o—·بW·='The+JUKj^jסocZYזf<ţ\[b}Rn>vPu^9ȍiN2$OKC='~0~9ΔK{X泑}ܾz /e' Me_N NQtkQծIJ*મ}C7 ظud>s\ePsGC^;Cw3iżjwȏ~_l髧9&dY6P\g?J9:mvBiwaoe I;mAZi 2v_Y6 e-P zdK[2LWqAP^1o^<0Hz}b6|-iφ>|kƹ!Z4s_7gz [?x@N_=-χ["d.mZ8_qMB|-v ȿ~_M63 }m2.@P|w3ʄ>Wv t蓼}}}y mԩ-Ժm/mS'i>,20>P k2<4kSnצNM~ixo:V(Cȼ4xr0F_\ꛠ{3IA"A&_ Qq|MrTeHN 0Bz6YGjRf05UtCG? 8<s]:nX{ɿ@ͦY}m8Ƶ?t_]גz:#Ⱦ/@NFBy6uvSi֗N9OYvMŇ@|9@xkV/<>vz*a2Ir`dk_W|2nwBm+K:bi I>Ⱦ/@NFBy6uvSi}qm!2M}W@KP/rs}7^g``rN .`1<60 r}be^OFJ#ge:lųʝ6d4`\mϡ1>WBk\h$٘[^mIctf'mƓG9.e-OϛfγViy&+[=g1>B{ĽkiUkDY\"s2.o>umu֞eu/}P_oj;7R5eEO86^#wz>?Np4xlys]䍡E}d,mR2^5c[i77@ܠ) jv}Ƈ:z <6A=!"eя86^}g}KYښ /Hvn1=|±౱OP{䍡E}d,mR2q{lʒڈ!RFcWy縔+7y*8@ }ԥ@g1 'En@TU NcbC֬>'&T[cdY{0y{ӦVk1ל-jc(?6-_EA /񌉝jq2~}ӞH"9 =UEm;w|[Zm>ysP-hcj.oi5V@ʿ9|D蜻q6000pjU_A `֯eA'ցrr-Ch nrعvtyk'em6W[cmB[Sf7Mo.ҧL9iu#B?5GT7yESUڈ/0?@w\3Ѭ1Cn\!@g sKFs~ٸ;׿1#9W犋fm3q0-YkgX2hK48j#2:yB'q37pg^sМ?` mġ>R AR޸ik|: ;Bq2f?c__xAG˹9ڦrŘ<g_\Ɗhim7\g/멾?~M2G)Ar Uġhe< uc'7>ӐmVb:/r/Ub{_c__պ\t+K7<4xoژG۵J__<^C"篱jg27}8j#2:̻Pg NM )P_y U^- <6K*+c2f8|7 d tSMsiۏPy0 E7_cξdo>mޘ1}@'y@^mDAGy>u/2t^- <6B2&cIc]z3`ri>pbo/zC\'X *"sYs?+iߔ3Q:`<`,C\O?a>li|ؘZдvȒG %ȾyE:ꪫ.cF?kF&/'YoK]>571x-fr3,t````T5Aօrn\>6\\sA/a~¯jVG?߸McZKqԧ@>o|f26u3UEb`5c_rǟXYȜ sLDw×>z0}9u2qk-vṖ}˚XId'g֙cao:~ aN{h|Ʀ̸b -0 C|?E޾Mͣ }#GɸOaYXH1乔u 2wʴOdm@{;e}Sv\ȳFyz񀱰7q?A=4ac>cWf\k1@!K^mןþyzt_=j"qଛ@09`~\.2'&T9Pc0)Ꝉ3 lCK{]KQc))|59000pjft]_7^]&VO7mlao5je[Ѐ6]jk(5!?c+MAYW(hB}椭F;KeRDŽ_h+ߝ˘%֣hcQ.qMv^Os~E`0GxԐW0^ې1_/מ>i2ߞP&uL!˸@;`}_pos98< Njo:l'Y3l"'z@]lgIF?:茅mk͍^[\(lE>2?No۸:E9*Ngc(9$[BSgNyO&jguW޾֣qȰVԧ@̦]_>qIͥ!(DqӘd_?۴Son8q"s6 u@}@mMkx+o_^8RdΝ2xmmOM>@=}SژKM@[Mc?:>qz[ȯU fnx CC=Lh0']֠:H}}Ձ}e3)ʋh} MMVlgk,Ծq%94O|RJ@9 v 8?J_Arl<J{ ӿrCTj<&+Z{n1QB7S8OsonkD:QmuǮW 3}]iڮ^qcYPhze!l9gjB[u__/sdnhnb;[cvJ)2ĥ[*rK+TjO幇r~n1[jh@Z}+x:hŜmAdצ6k[ r.Ps9z(2׋1̣MœPtYv}PǕgSd#({xI}}3=Or20@ߠ$2xN`*g e @`nlj@{OkIҲ6dۤo6}5Y}xc{y,f~&dc:>c76s9d-@f|71@ c7lvnܠϱb ho$_2_28s=>7wrz_Y|![ޜZb暡}3ky}'\Y{q7I3b#1N~kP@ʾqj[u?2xQ17}cӚno9yvPcCqS6hӜ`>|%c\qd~jG?^7~!o mXH5ڇ1@=s`y,PC} gΚ t(KxȣGS/8m>qf@#BA1A y(?d~~W~֖F^g_ GCZ+ᱡ[i_s,W}|̭rGG^X9&>IEnm'oBTP|Z7Yt[d-:R?'M4 Wzi `> (ҫ}O {Gܓ_[{#ahUTYco;_d~Ҏ7i_X絉j'w#iXʩ}i r[#+M57.HH<'2ys"S=T[lYJEKh6uy7NS?xHOM@}Yv[C<`NPOC76M&zwrZjM{r7.HH<'G?nLP*Șq7C} >Ю5o\zlGOYf`h򀂴`O`̑<6l=P><ٔ^9zzsaOyA,`ߋ=)zsҷd<z??xdځ^?.s޼ucpu<]Qc~ 8u(+F_k2|ە@_@ s\ P]] S4v_,cuEoSo@٦&vp1t9F{&)\6\Rq @ԩ}= cnVgSn>vRtƂ7zyͅ}f!̾z'Oh>@GS$ޘyѐ۾6P/6P` (Mȟqgnyi6d484c}_8f N}|%Ö1C.Ahޘq@zR"ѹ@E]͊uc"P(7&0: 2_xx%攷[Ɛf==M'0 șwxjW^9y@︍!o_e eL cf~eP2P2d\cZ8ʡ}MP|)AB[tʒxbu͕yCG83@c2_w Gg~4ci~m y*K 7-c\3+2' 7p\6rxP'9 zQk=N9}`u(ڢWKަl̃:xCc2}y}@9͘ys%UͳnRNYŠ3&hEy@dקmѲ>kkhO'R &MJç]M>Mx| 㵯6.~+nǢL| ی doyh2p'˜iwJV1詁x-no{TTEI s,d2nbcbq㫚9pe=)߳ۯ pw}h۔2וz/eY+zןjkSf+MŒ 语Pcqݥk0/hYFD7ZhBЇwCqRPm3ˢO3yqSsvƐ8ơ9wNoOU.g-C^ddf\@?G/a |h}!_g>0zt5cQz_j ꅀ3yɘyB*#uCseOK#3zco_@hG Ҵ_G)!7}mt~=ockc :'i;0000pj-˺v{7uxu.^whj\GZ \#-j.n-*+k9OѸ6̗9ԓѬLcVƱ+M;@{V{sb M}d^5%u/Mjg?|J;dPP̅j z_y2@;hʅ22 v6=Wx}ePcXcM@滳;|j\KEK_[큵A+JD/+H&09Ó }}7Wߧ'WSH[d4y>@Gn|;\9f)7vzKzƒ^lz_łʴ<~ͶƮg~d9u k՚.هDhOֵ1;njo2N1JҗtKp o6\]XYX_җu }&FO kCMv?92탷Co=m'}(c 6#uXtRyy3:PA< e>6}> 1x}RovKMry'064? M^/mȭ|;y겟i^ȬGnPtzKgce0~> ikk# 4~?|faO<}͚(j,> g4|*O,4klocmlogljo?8#_u9gm2kBy7ss K1'cҟ@KU~r8cac>@/@z`,i uTvRϿcL[utK/0О|P r\1;4A?߃,6e.K?rօ~F_ &N_ rs(Mq2`=ƚ(8ROP5B=ҏ19Pl3`=T{xل5s=7ζμ: 1Xe([wBơCd>Am$3v?ʜc@s27˱k^"3&X3o&z}eg|ǣ36EcNmJWo-1]-@oYfcD/oE'9AV J}W_k)9?~l```Ԡsy %օr?7ƸipOG!U?ճlZ\w1]ռ3\GO|M1iGM|j>u_ƿZ5DcBy_O )ӯ67 PJ)Mi+ G>)0)͘V=(dJad+-m8e>}xcg<|WƦ/Sya,`h7y5qfgn}6/ЛHA^F?cۗΉ2̩@~2Ym㵑ދNIxt[-獐6c[peqS_OmEoՆr(uj#@MsScI#㋔ӌ#.}yG'ǚ92xh_u!Ѳ |۸qX1|ϘG] Ix"b99B=h4_6,L{ :"xO9.<0;WdNٌes¼nmyn A։X?dbӽ= ]7& |j ~OG:(vP  3Nc)T_=̑Ei9V9g]aNq2}6c}rBX `GG_91>,5dΧh}4d!w"=o xlȃQmao w~Ւ7 `|qlo>ȁǹjo4搯(Jv(f}opo:7X3ԯb?0?YV9IqxZ/p܉qzt/tg{hc!ǻ|sme;wR|oۈ[s\&EfN)cЧ:+?ϗ:G;2l1ƔF;} sB92y>s2Аg};7PO y{ A>zci\\0 ?d8r<\ys60ɗejI~§^`h>F+}wo*f-k5WUGM`܆ 6l3H]zO1<ĝSfHt|b+Fk8㺦G?9gHr#=f1؁c@p kKizcmyal/Ԥ h7N_|Mcx=<@J1\!oNyM=O)0F`\a@˅Y7FƢaO[HkeLN.ڗ/IPy\oR#Uz8awcyZ}u#j><ѿpbmTƀ?/ξ@27U77+=/V5ŷN[>:_HmyņZ|Va}3}LL{]ti=K7߲{~y>߷}lkϻvW?_ٰaÆg>>}u%q}>Ǿ߾'tQ~NQ}p=rϷyzӖoqsVN̫1ͺ=?~Ayv շ63-5|nmv]^@9i_zQ~ %zc1 c}R qX|_t`{ߵ26ٜz$z\O01ͺ`\G`fvH' Hr!0F? M.9//kJ9h2_x9m"OB ]O -y 9^ bק[>YEϾM6ph\b/#9QCuW4wk&ل5uw^*CW:7,''hŷC{-Uͯ^E_{gxྺY=ѿ{w=|v=ݽvw{6ltU#5-/*v_^ytMFg}~ IY].=j9_rɯu-i}dxd&͵+~ l4t|@N :1N>׈11s8:8ws=csDi% u3?%uK^dO; >/>m@`=a3hs>:킾?u6aNs-ڹuN P'5bL̜1N{̵c_OB }O rݒ> A NϾ닏}X&y@ 9vA|@^ڵ:0?8Ky~H 4 49\W9cKXb HixekPvB>4`ڢ'?o~?aÆ qѮG\q]_2$Iy?~ecͧ49awuqk؋٘ ~cv$ɑ\#mc r^2ZUX֊\p[izԑzV]9}^q0clkowj,g8|,s0N9֭q7_G<1M998<֠./z}hIJVgwY'߮m?0ı|oX_OpP}KHh$900}Xu~ ppYo ̝ka]ʺAāGm}|4ymp0=uǾc7'k/ƗKڐp9#AT/s8`D1GƃR>z_Cj -yYd{C?lhFڭ8~UW~W~~m~ ׅ7lOƍ7ͻoo^F+~~`?޽կ޽ݽ]ǁ+^OOtx;v}s8 ߆ w z׼f5ſ__\FNj^ݷ~~~l{{t06!}~b9y{v??hw.۾v/| э͵3/cax-_ ^e8xa6ޟZX9z>Ls7vڗ*nA3קΖZWl]yҷDg>氶96$Cc d X#> [? 70 t<WygΊ}})%Y:۬qƙXBZv6 oЁ) a>ilOSO#\ ӏy0͘&bW3Ox9 cԆ=@N_8|BcVn6P|xǀgѧ520 }R9@ZGR_\o5:9K\OH> a>ilOSOs-7N?vmgHmHkx$c |{?sOBb$D&ƗΘb,I38F uX;9@[?cKw3uZ6[棏zu@`SMЗ\@.d›X,2&փzw91i䬜h h<~37 9[/MujCy"9]I2E=E˰T0Y@77wYAɿv'~_++NJŻWUj`17܆ w3뻾kcM+ܘ&vcp3#Wg9Y?>З\@.dx9#[=LΛ>{2&~rH/{IM sB< @qwb4)iY ,[O#y1w~<I\hXty/֔:yh/f釴q'Z姥Z9;9S3ctHw8Ocaο?uGce\Ug,~w\V_ٟ;g|`??}C}ӟ>֌׿G?et57idf#߆ w#^y 7nSZ(7Sjo}[o]: PWޔ.s__hn\BhJ/>^KSR'Ϳ 5x\~c}N~>>} ?-@F8Kn1Y4^ԁ:7f>}l[/`|§[06^?:ɦ>kqAl{ڒS^5q܁|¸Ϙ6%-kcO$?5iJ;?%V.u4j,:꣯R' ~9>u>2N?iʟ>ZANy2܌ci>@?mgy&`|q;Y|¸Ϙ6%-kcO$?5iJ;?%V.u4j,:꣯R' ~9>u>2N?iʟ>ZANy2܌ci>@?m7z']  M.v4|h,88>ӰYQz9>Лnf?9G:뻏Y8`D:'2εt&ƃ15?/?/sɜ6まrK7y_$//8CξY~k/GE TW?AkV૗wo1ov߾{ŋE>{{ ^P,ܰ_?Qύsc_ݰnK_et5W(~wozӛʎOx] |j cׄOx˖6C̍>=6' ߴH/y OEoVB7z?{<~h۞A8k/}+-x7&si?kގitX>՞;t>KS/_p𑗜ir##Uf?wx19سӎth6oȵÇ4l֩>y'^`+5G1dT-+ \k1q按7'6G}|iSƞOwHoěZcM/\Ġ/:WƗ\E>8<_v#'^`+5G1Ni?9G:k7v0&ޜ_GGyy>ք}yhĠ/ke @}- Et9ڝҾ1}Şv ru,oN||7F~}wX| %T8Iy?lTr:/uW>O>r =0dvA?[f5駝[p>34¿o):_~j5Xj:U}g}*Soݯ܈3q3,Wrm|] j%~k6md4_~RIx`uț9uW_U_$򜝡<#?#'fA;n|qi\S~yثc2WU)Okc2o 67?_dR_{3~1߽z1 c_֤vb[ؓK#}{luhA,~yv"m5n1̝/|>ܞkȊR8N؈#ClW}2'1Fc3w|~x;׹ysch~s#C'1諿cd")'ڈ#Clǀ +/1c9?WkHdB@)! MA~.6qN_ҧ(2ا&9hagl,>\'7@Gy׮>'l˾o i#9@XDW_O# iO')' K$-&rljN{ }\CMX/z{Ϛ~NyJtl̼:~#H^@FcbhXtɥ/ V)/Ԟ䦏 $f!2 c'1BO37vQezd Zy&#FD2>حG ~8쌍g;  c(1&0=EZ Oce#]>mcJ_=cuK=1} OPnBqq]jęc|Oz8X֊qr7ˊo\?@O@g5 Wp=f@??Kcμk&o<7k҆ڀ7U>jyK?CM4r%Ơ!A'wrGXGZ98Εz89Yzc6ٞkڀ1s0)b=,1 %9fQ~ }<Ԅ^>92n] F_.1qGҘ3\g^ GG3?pÑ4n?F__EuMn}T0`M21x3ؾnʼ4yZp#W$!ץD~.&`߱&\/Ѹ{_Vva1pw,8$ۤύ21Xc:KpÌhDó 8?cuonF_.1~\#ۈAGͼztз~~ 'H}I,cӨQ_c:}̙-9\o|p a<>4s=kqMad~w}ٰ],a}ړ@ր1_<78^$N^ }~d>@ z< F_.1qGڷx%}x3?&? l&16?5vGK߱>gv{ OÏAoG_cqE#`71H6bϼ1z~wzfG7,Ա'$:NX 8!'ztY'cХvNc^l˧mL;Ƥ޾9yۧo}4S;6o%ƨ7<4W{ir֚ںs'b4ԾYGssEMi3ߡb3OPo;'j;2˜?kiop?gK(w.>f#_o6. .>YE̳7_Ϳz!z'/O8Nix훋ЧI㺉ca"c.\Pر*; KzX>DYPǍ5 ,.~~}n2$7o3ꍿyo2OWEcin&qwߩ=Uy7p/^yG܏J?^/as-{ }yD0^ܻO%?A@=~9x>Ș&\3|/Fs9HZ֝z9|H]e}>ra˹eHH!9l6|Ojy397|@z9N=}֐>J/R~؝vD'=PǍD9yCog Q˅- #ˇ"=?bdl7^Axn̉'@;1sz"c!} `__6;su$sa~ 4H -:c3'e g~Y1!Xv*#[sr?GLK9ؿ{se8^=𖷼~_< '͂nq_۰n_K?}^&Y~%G| ̀N'}=O/Dַ.gaz//f/\T=|{?_ֿr-m聱3aߜ9|C}` :dr41vc9ƖH\#~s,P<3gp2vNm19ZJ@ߖ:kq} urw}kG=u3~Z#q1w0#`Hkh(v??\!7W+w?b<߲'?j7'{k_hk~w/k~w͟n4wr7lذa>'7n Cqj.YO*Y%>avqo8Ǐ>{Yk= fѹ>F_ I~s^k;kVoZ>D1F_hr(W{}$cB.yq)1'N_1G_rYk1)/ЎIz:?)ֹyڧ9>?ñ#6u1{O3F̜C}YxTwR:>ɓk>D~rz?+P9w=׎Iz:?)ֹyڧ9'|?c!s}g>c3g?fw QI}\zI}~o<#z7$f  um谣ɡN6bh7iyd MJddȟ<Ʈ zc< xÌjbY[\jcouٗli=q2M7릆y/ ˦\H9W BK,⳼0P_a8W7.^w$l!5dŎb_CuW_GFХ8/e'޴{ U d]zD/1X$-s9¼M|8r|<ȩvGд+OD}w>ёO"ص:>6+ yfR72NsNn}'rsX$z?=ƌuK~ă\d}cهumꄏĹPsŶ<,h7iyd MJdٗy;u@j}k9'tY>ȧ'޳X'8IFEڌן߱1`Lܼ7FnXhՏ>6ʕy#}Xq!!>67{kGyxcsm|@|Ҋ_WX׮Yλ=iõ1my j?8oY9 RѱcN.uUUDM]eʎa]l;4"j|8˭"uÆ Y}a_ny ?>#v h>]{i ݧƠ!#u'.C߼``%y@֗HΓ<GN.u:AŦ]<`KrXS>VzI"y4ccrf85c꧞9Gmsy5?sd؀vs\"3?ǝ?@\96~]0F0vEY_BUsdz>\Hl\AP&e~' F^N5j=c?j[u̍k4Z}'㥟0Og:[^W 5W S|elٶ灐wٺ5~][bU2GWR}8(kċ{+Znmذa3 >{׿gz>r]b9/nvq{H"L#+EW軯mԥDgS>toJ}bR{"x93s\y'DiO ^Khs6z1<~\>u֣"cҦceW皤XLb S`-/5n{eRMy|<0VmANi˙9m2̃~'2N~H8<._?~RO: YrGDƤM  >>iW㞺c11N-#'>mE#֪>1Hi<-va9|@.s<632N;c8Ē;Ac[pl9cP/X4&m=k2}:RO?l-<H\|:6ut=.=^ WR䪜S~ץ_(Eh>y'TU<Jkg^R1KlǼ[%VZ#O 7k9}'F-~O[qaÆ n8tq[ܸ5ԗzǿɄ-=W 5>޵WBߎ|NNiN'ϫɘv?`xL}ϵ\gz}3ycsN/r2}SGX;o9zck8O#>k҆yڳ&sWC>-sφifK9ЩB8S\SN՜ilu'pcNyf_e`|K<'~>&[Ƕack8O#>k҆yڳ&sWC>-sφifK9Щ?'c8r^Ws2iaNs򽟳'!1\&;g]1)%2_1-kK$B\ƚ]p= ?=9s/. _~S;_Twd ;{{rȓ@k\qr2|5_3e̋CƖI;E[Z>H}mm߄c3,>qaÆ n̥E]\w\0\c.Gkm^SȬG}ƚcS=V]I?N擓1O%3:|HތE'_ I˵3!3m:oOr7wbuiKg-A_1ec$:Z֖Hccz7 t6<{2߫ ;n˼)9%W@?s26I|7<1aAju^}ͱ%4i{4Pi}/:~c c_r)Y:yYSr(SG K5F29$k>9#hrcm ̇T8{Y/Xz$~AI[& mN$7%Dͧ Ү1)EAo]Xt;@O߃;_U/jS^r8̉4 뻜=/71u YC?W=aI7nmذa@8;ǡ?.^}Ckx%7zGD앣_{ֲgwxK=}dOU_wi(>.\܌ {Q7~cceȳؼIA#J?^P/ſ%i怳{1(z뫶Ӣkp=1yj>0Q nCuDԦ/p]ȱ>i ms/|c~Fͧ Ү1)EAo]Xt;@O6m;GN. 58؅}}Oeas1N{SϾz@ aH c<Ɖ{}8>uz~^#16s%O±vu`2з>u@?\{|<%&!Ҿ$4}8r (]7czۨ'N3ia1>S|`YX^9s؏ɣc*Pc2Y@oi9|@1 e:ItůӸ6᫮Ņ <y~k~dNsy]ca@\y;&k@dl^@_dh@Uo6ʥ 6lpj>^Ljq} {b_0a^0KmH@O}{ڢ˺v|Oӎp7F~9噱|Y[3zdc crc<8狍s`9fƥd~pd^ʙ$cC<` ==wYjCZ ?>ǹ~e]_Ӏ#1mt9A}M1gl6FKkg^C̼:pnc<8w+翾ـq}5ʥ^9s~7}?<&>ǹ~e]_Ӏ#QN03<3`i2cz ?qvud Z uH Of,_Nb%2VU?Յ5rg :Ƕxbѫ3@2>#/p ɼ 7lZ[?Z瓹iI\_җf B}a᫿$2n]81Faߐ5EWx`ivzWl! 2w"aÆ  Z5y\c lug_s'uitـ;qKuؼ4& ?ї}E|iߡn~a9]`<X}cξk 2 (N9}rSr49cgC>n_CDꟼ@}X;} ?c\; ?їVO\N>hpXo<\q c:̣1ȏ|]fwAԚ ˚'>֋!?C5qc kΏ&2V뻝w]O>4|؁B?~Hv Ƙu +@&$GJJ"6Px.?d%} &?uPr791NEf}|> 9U]1ƒ?g }3 Yۀ!ͅڠ8\<.32ޛ~Ƨf[_7d(ks7ۄq? }$s7֕ߣ1vy-q5Oӷ5i.|zw8_֒~֑{ٗ>5kiɛ11>r kHn=;[#ӷ5i.|]-}!>fHl32^_?v  /638ud~|RWNdO 4uǚnzd>a̬'5tׇxO|؁G.|ج 'Y'h,̢Rg2lJÎCfc^ȁx@ѧїӾR}֣;== dS I?n.E7ϸ1Eֱ %s1F|0cS R>?@|iڵ?~}B1!GC? ^H1mqB/ _eh,~6lذb/>3=esoQ/A£4cDƑ?HpXº0X z>6s0>5Nmoi_t@@_~1np8/+[ :64G `aN`,2 Bd>hmО2) }?[\]Nu8 n[S@ zЮ\]9_㑠bGC6,<6y9}nւ1zQGض83>zҜNu9Om9O= hv9jOt , 6iwv!A#-X\' N}4uHptrg 9#Y9"'ĩO 0~y%JE~¸晁u jY'n:i]޾ϵly\C9!վiক/_sr6}޹|s[njR׆ 6lz,6s7{ G0ƽG-1~wfKg~-}lfN)/}3slu_9?˕ M_kE iٖ9t~c}K> }y}2}3wfԬ/6kNcY:-@8K?g%#69Ewr1/}//O\栏|fmi >w=3s k8s:u& `"룴P'&='u˥~dBgȍ$pW_u^fϓѩ tɏ kd6^$k@X> cw1 youuU>Kށ0c_8_1McӟF.OT6|G,WmONw΋?q 6l迪P]>t;}ceXt@1cls0_}6o![:y|_ lk]#`cn 'ccs:ꋏ>Y d]37?YlE2V5+0XuMma1dll36w.`1^GGl)=6樂yd=C8Ԙc u6uJ<&?7..ξ4NQ_f 6:Usw~lHu8.\,IܞoAg,9əb9/8j}̠bJn$}[x&??O=01#2~Y1'FǼ|-1?چ 6lZ DZ}l+ݸ^{JkO 'ᆪІtX&أk-7&I?\3WC6\'z`cS c 9O2KKnƶOux.'7|6ڔl'>|@ \[̓| IZ4||r5!5b[ΦNi\]>n;:c~8K\3:byn z4y>=H=01_l^QwLG,>:fB=x@M6%m<e`Lx']E}IDATb[#vl%yLWݭ?:c4uIΙ7 .9?c&qnĹ%KwDN@th3CKc"peN^?Z7/:>>|hi kBg'r(fkG' 8ZROy]cx!;Oq~ͱĠϜ֦H.bG8x@Xf6!4u}m5ZCrË-n]Y>iVhóbkxoÆ 6p-q}<_:2N^1sj-݋l~mIwͺWK אƛ> |7sI14|`ISוsg,ci^Mڀ\6t% a|Õ9zh9߼z].|R d^ ɡydyn^ylu@ڬ _qԖyM :Jǒ>"Z=GK6c[)'u4ukt8M<98mzfkG'ipw;zty"Z_J}|,ٌ0荳 $IJwc9`bX  `#r:͗}`~rzy:2|B2Rqc܌f㠎җOocD ciǀu0q>%1s]]yˇ<,! 8^kpu>2+MW(>-j4QfHܓoÆ 6<W7cǖ=jʽA~A7X6Z}yaẵ|}G}|e-ir &O9_yOE髍Sh>a0ՊuH3S9>` ٵfyu>__擓>~gk;qNZEFXb<1k1 a|̚7}͞Zx1Y6Ӱ%8__oM䳟s|SGʭ/08wsA $Nvҥb06&X) Xr08!GJ<Ҿ{̇μ P/ =2R]"y婍l@NȬԸ;M?-s46QkԏE?W_-s8j lذaÆ;? 6?>~ m9׽uއ1M?oT #<4Goԏwczsc%}xEuo\k&Ӛ '` [@g; iǹd#%-犴olDg^xiz׏dmG.8جXcJov ǽ. y<7v rz._4̣5޹1ȫj,>>8k}㞩?pr\Mc}`>t慗whziAЖy+c957<4kԏ0V;ʹ5Л >N_98}]< '#dB,<'̙\،=> P/w#~Y cc *n`/,Y>>ћ1<| 7歯ϧ00Ny cN9J}W\y 9ߘ,zſkӢ/y< c~{ށ4G.6dOig܍Z&d=\Ǟ&Ӱ[>#V0ǁ.rJ֔>}f ~;#d:mCؼs>|+g7cx)>T>b6*&ik(B}DJbDEN_[Gʯ0J.!fn;.;2yu"s%g4؆] 0N=ȁƼEb/>@_lߕN|8tdLp:~xc''[eڰaÆ w˅9uk~o $fwl/~o2Wq!7cvu=8vM$5ǜ4|YO>H]>pbWЙ19r=ӟ\gGJ_ϵ%/e N}@8lʙqsGZ&H_\#kHs0J.!pbWЙ1z?͹:o"}mpɏD-#Ϲ<+| 6i/sqY'JA?>2y۰Ʃmr <+zrmGY8S4Rԁ, M>@*h7ޱoYpEY2k6iOq4 uH4PJ"e;|48//e~M(KxyrLliѩ+M}7ɿ_@^].'f> rzsM݅>XZC?_wG}$~yf̆ 6ls8G߽ 63s}hqKSҶCE!2Yzq/yOUo>3?7_J9f<:?524p}g|–52G^s36/cL?GM:c-!fl6!GhY='/FCk"ch"0?k!x&4v:oꐎi֡MK=`]ؗFz:Æzɟe|z衫yHI()LN_}"+gqrd <1ErCy5}d DsaKr/ql_x=}jS׻_ckʥ&[oYװ-Ī}~R >91Ӿ 4k`Y˗WzɏNJH\mSVc{|l 6U+<^=AE{O:}qo}}ʷ񑗼./}R?sWlɺ>O|G6|3'pɧMߴؒO!s^On68#Sڴ>5;a\1QcU`˵9}!?5~`΅-Ho }cˋ5S 6my|^ʺxӦo}lԧڐԗ"r7f>`vyfٮM_f=W}U A&E@iAȹcDjW'q2 Mª36|`gPkGlϺSϘ8Ǩ5J}>xg ?|@G?0:#mr7ycTr܀c]CzW6e߹c7gFFtց`&;wp7lذaÓ'55p9w-gЄ~/9}lX͕c[~k^+[1ven@_&m+A;S; ^Bva>|m_dAKK沯 ~8_g]ƨg1Aql6⓵ )2>\rf{cnֺO8#c?ב+Ao.<)Pc8Y~sz:b[ Cd-ƂnG0617z<H˭.ss<8|-Gg3 'w;ɜr" .cO8O_ I_rO@73t\bhrY7} ӹ3ПyX^eA۬ENZ]@Z;/q@v=yy'y#!vĐ[ASve~Y 6lp!vkCb0׽Xf}i#Zѿ1?yˑ\^ЧSRcLr:K^HNcs rº~ٌ#օ>)2mNb6G3?M^k>}˃'?~J. 6`|7z|&` ~Oy}x`\u _omH]y}osnS޻ qB 򁜫5c{*@_#oG$zc;Ϝiw>/~a>WR`l\$z  sӾP/C8nSg}cr_h`٢κ 5$A+U6aLsEB2ž>-X| y}O=0']ꏼrk<zOݹ\GFUMnדZ5 zDz 8/^U 6lyσz2u}\{wA} } e0=-U6aLwCC?~ݹ^n;/;kƹVS^5 fu2ΜbRR` H\w} /ԁ tпԼkߘgh?~7!:8ɯ c׾IhwK[9<;z׸õ:ƹV&M} d@$O_sGZ_@:y=ڏ> }gY 0εUߣ8O|{,P\}b(` ^9@ d H{C> }ԃϾ>8 uJttjWO}9EހZ&ɇ>=&~J'r1m?Щ?v zy8.yi<O>w@ņO YCǹu[ogKۍ 6l3٣Ms}t=d1.p9zO\_;8GF?K߱1@ɇK@_%MK\ju$g"yK3V^6ߠKz˯x~#0TW(]w?Sm] 5s^֦u96QCbvp%Y#0'qiW<ɹ=?c RDgqՓG_dc|蟴?7{翯k]73mo]ٔں~8ȟ|?a_cbqLH`</s^o@]򛓸qa8 uJt]=yE?K߱1@ɇ>=&+ˡ c7}d H&lcͿqƃlF9bm%IJsR@]!}|sb + )Nޓ&䓇>K?cX?c|r=iCRW]k~Mnh`tA]"'1c,q G7YksUϞ;zC;,o~g_4בfYf \xi# 9l"aW5 6lpU(m\ė^/߽Bo\ͅt﵎۾C5\lch>z;ڧڬw:ű&F1ZӮ|&!AҰCO^cܞ'I]r2ֆ/ |EbOkЏ|%kTc|6ύf:(AUo}4uT~4}H߿ f]c\Kl"xjt-A]?:\Ins2 KSG?yir;.zck\ͅtA]"'5X>5_lch>zA)s G/b}Lf6Jb`a1GG}qd.R/_bscz'6Ǚ>ze\q6j.^Hnذa3Usk}_'isp?P&*Wih>LciD6r ؗT,}j<_6pRo)86u2vNXpRpy7ɹ-;׋)zmڕ#@%U|h'sO.vzs> si6z̉.m//k$ь3><f0%G\axoYrax9 N. /qc gڀܽ^]vbsrFX0Cl>1-9\gI}Y{y'Hx/` ̃ \זqړS0} lo>x0V;@ ;u˃0>aOdrm4t;t9C #)Tϸ1rſ謳lkV7K#Cu#i'Ъ4|+7xs3FZ?s1 #_տ>9k1GYaQOͷsFSqO{w?pnQksCPX_oo/ 6lxc|؃_zjWivW1;W,{+ʲi7{]'WSmlN `+ߖEwKZ{߅/@ _'8e?9ֆT2EyyL<†N?͹זqړS0} aCϘx}]߱~Pp?`<>HyШ["Nso@j|\o;-OLH :mOC}͹זqړS0} aCϘx}]߱~Pp?`<>HyШ[ݸ_WX HHd ,< i!GgNZsZ:d3V"c1iGKs ?H_sjJ\`܌)d\MNym>.}Rzaw}'fٟf>$|^^4vCr)Hglyun_4ıg~ˮjčf4ZW >$7<~xw{=x;ޱɟet8+?&lpykܓjOYslj?y':V}6IoC˦^^4uӧ]{AU^c9aȕ]{ cpOt~ش2   ۈCϾYsZ:J}Ǘ9&HtwrkNm1kgn>V1ʃ=!'5Cfڐ䲕~PkN}6xWnnWh؅0Wz|0uc?@K=}`M8 nL'k,N_~tl#?R?fi\+_瘴#ѥ޹˅9 Ǭ&Sdrglj7@X: + <4̇$Miԇ7Y;3.>܉ãodY`$8IG3>&ɹ%~w2#wl-ix #n p3 Ɵdެ_=Rk1keB9>V16[K<&qc:IG~A)_/:¿&0-2+ytUm`T^Ǹy~+?{?Ehݧ{G^{ t]n^WMT_7/w?ynmu|W^C(&c_-VW.j}[ b}2x4kZ#|~ <¹+G:9}cPz8G܄3Hu RwL=9uGf-g N`3y1}', [4N)ԧߜi ?\X1@^̭=E#'>3,iVi6n\>u%֚GcsUC,:Nv%|{u Om]=H|hip6u.R7&X )kY79{c<$s^g|Av+G/}y~j/v ox}/~qD{Obv_}{޶x`|+g>pS5y{{~8oL"oo׻޵{Gk~*ͮnAGQY5=`뽪78z$6w0'z'mHtшrgc ȑ| y+21<9tJ>Kus Щ7skrѶv~h 8DYj!8q7x~1?@(uʿk~Cm>7gc9h9OodMO/L0K}M*E 904cK'> }Iy}yϼɟuɻ!DÆ4Gƨ ҥj^^><r ɯ8$-n̡܀ߎ)A>@P lo^U>>;] ]lĬqDX ?ܴzQGŕy,8o{??x >{{=z~ ۓnؼ﬛gD{*OG_Ef/|*}ḣOmSZ~PQpz2㛛\o}[wnO}S֑7 '٠r-ۿa|&K.='{ru_{fۍCqvk P#\Yc/uo^}ŨcJtc7?1z ' ϺyIcb_ϼɟuUܐ<[u6a<޶ Mc86Fm]G5dMCB}3u#y:}=1z ' Iȓo;">3[X<16x|MMKN [u6a<>?M>m6zaw4A9c-*fa Xp1޼eH&$OB=y)7}FI\I&ځwA2i)?}Wc)|0z9R8؈eL_|r[gjq 3 3:짟z>6^Fe-8?ğuq̥w]yb_g=xݳ/'i6.g$pc6`pn8)-橍߆/}KwoۗƚB-_7MeGwCI/\毓&&~͍w~wÌ'һu}|cdN<3'hus>mi)?}Wc)7N96b_6psc9ņVH?>ol<8@,x``]cs&c1˺3>Lh7\xb7 Y9i)?}Wc)=q^:@³5}?N0$M cT{k5 XzGF෮ٗ1vcϚA1J>ƛloΧ>c9姏s?9ű\O!Eb&g#Hؾ9.'s0c.d1mXkz4@::/3{Alb'ulo,f̵`< F[9):dŌ4W<zeVwkyFCp]J-_1|_o|sϹQ|qg_xBqpO~_s..]yb?xx˞䥻߱-],gooOhݲBpz-s1ܟs__NXtNr~;oi`n۱8[i7?1uOvI+B *j<7 rpz7꫾juI<y{#?#'f@rqx\.o_ Zzz?dcd/˗ٗV̡Mɛb'uxc'5+x8<󗳯eORSeC4>~Ӧ^J0􌝏ѱ:컆35/c_1cDǚǠ}Atrv槟->84)cQK*IX?_I1Qz驓__km;tmw^c@CGLf<}bX?(vL]!٨|ycXmJksvg11KƮ>Kc'/ k8c'qc йK_Olɛb'u7I3Z0܌us cC4>ך@J`.sOZ3 XB#i;}s1?`ix!H xh+iCsZ˦MПԧ?yINeHq9Ҭ9B$KNnuK6>N@͛~yuGj 8G`gNxIQO(1vx w>;Tpӿ+g][?5ܣ+O\_ݻFc v׾p}_EEݽK/o?{yx^W47ʹe?C?7OTn|c*x 'On4oqoc-y-_}-pyo\7|#nyvsg>nguNnfq3g'}2ggnuf6;믱r_uv%KÏv?ϟ}6u~y+~_PbAZ0cs.4kҏAƁAFJ`>qa}lPg cg̺ʉ]Oy3ZsW=H F/mx}?&3j-eW?dzL/g%H~ܸwvGF8{+k]ۇxe?w^!/<͑_sر08AwiYqX6M_̯օ\B1ɟ3*'v9??1k.6ARp8$.9g^~4;_?>Nv}_j . y~ر9 qrҧc8`Qϓ×&cE\0ᗾ4я1}|7cMU=S6?üraE?b % y{8qmUȯ >nP{l~puŦH1qlUq?6./Po1K'6o=\1DG s &!D$8&C7/6F$6\M36Sb[7g]\S[;. { \Л^5c&4xFntΏ |>v/췿t_}_^Xzgयi1nh`K^{ᇗ⤜qF_7Ld̍_>?5;rSrJ_Ye/{Y 7f o6In9jpO}~}k_-=_5iB;VCڇ \4ƊG=>z@ _g=6?@irG{ڎϺ |Y/z_‹9'M~Hbc>Jr8ѻFy|f"9@Q80/̓|Xzx\0\@n9V5+hGOuѧZ@֜>p_i=6|h'zN r g> O4!o&y{]3 ѹ)V~ַ͓Hy9t< $>OȚ i=6|h'zN r g> O|| ۧehƹcA&@MR4'ky˱Mcn]ڍe=S7טHNk!oclZQçnnh/[ԓqSd.c|71U6l`ϛ 7u]+4e_n}߁5buynߢzwOŕ_\AL#[{Kte[U/|`gOݫËe}ɢy#n)$?DsSm:\ON]kܐZ7n:捀@&?~G)9Fo>'x<|7~㢹{p>u~B7D_o~GW{Mq[D1O+]{y>ZO>s'[D? (Xi]4|vısr~4t;ƛ7+E`zZt4=<=C>ڲVyE1XxX~lpӮ%}fsztL\@y#>'pƷ_k߾D્f 4}̣yIs-zmC9 t'Ec, 1J]_0Vu۵}|P#F]ܳ" i.z:zP 78pR8&汥 c3=@u=?yobh#%qrԏ~?!?M@߱}XXk>%6;,>9f|?kk~:yS}rj.u9G[gƁ16-MN8%Θ1]G cbn'}cyф"~B~c;kXcЧfs|camut]K07^.Ys~kGf@`NMy9œf}J'%7hY66K>֢.}I}}}U6cɱp1_>>s8 }c8uؒ>7賆\[9c÷~|}䪘kOjKƉk]Ic` 6=g>iC>1}J@~u.rK;O̜՟Gӌ47/}q.N8?J|?}g`kD7SR/_t uȋ=mkAv}E]<4M1qLc v}pg0sn[rW3 ^q'lN0s0f}ppC7K 7c 9]裿9 -kFbOZХ]kQ$>u8g ՙk+'}|lO.siɡO➯y~뷖a3> c|2 6&WcR6`ǘxt!%:}'9&'yv9q5\> SYu.6-&ךo԰S{sb5e]?ֻX>9_.\3G˺V:bbͮcȁeYSYc44IK>@ ._C 6y`~>?OuQ*& -{3-//?Mn鱓>_dx>7'f|qް7aZ; ?|?7))ͷ3Xnrq1S? =2oCrmfPO4[S`fjNj?6M7o3\lp'D?ݹ՛6\ǥ9Z.&K{=}#G0œrl/_s7HRjll耾HjϾvk9 Y:B=Hά%sn7R냜Uc|V5W[6Ǥ0/:?m|׏1hCJth7N rLNp]N-o.nD%ƾ`|?ILnrq3/%Df`cx7Wu[gԀ}|z&|/(@o3r}i?&yѱi˾~GGBPGqgNcr`}s t泏L=`|6?X~)}':5=c裳"?ڭ 况g@y KNZ:$v䀾ЦN 'Rz`Āf~Oyi3FK _^c't<56 }ȜTrTpJC^\1%*i2i,̴{L0}MC7%R]qYG>{1F/s[cݑ70멱Oܶ9}:J94_/ 77|ms3dk9I縓rfm/2߼q9^f76O{ x,7ҶgJqwjlf=h\:^>{ٺON1mϻO@G&ߺ?]k ^9Ou.1yiO?bS>N3F?0sf cv׀;kQ/7&[6uHN+mˑk ?2*'x|f:|YO sv}g~̳m_rzu^9Ou.1p4r?7YS buboڌQ/kRXk3ϱ2J>O}?bS>Cu{o{ۖaOQ, Hj,VH@B}&]#.rD1vȬ _c7 gDg+u]roYVM1ɳ).J/8^_9#y':?53>bRK5vP Uk%YPsu7㱨:>v?6@zAlB7kxF6=!ZY>>qaÆ n}ܟO¸~帖s#m+ܻԾarocUwԾ3i"G&2q[ (F>% tW\H꜏yǝǕ&Ro}d+L`s=ĥK$bl\l1E'J~NVW4G`8XM6rkDZs\}4m OJ5n}zM`#?c;[S_N M_xj'6c<3&cֻ?!xSC`A7u})VƀXyLcc{nk]Xiy{g / DGu|YX .V_ %6ݺΜok ruug^NnsGj'6c_M6`8XM6rkDZsM1?8]C?KiOL"g͢( X;AwLQf><7wΜ'vc[ñ 듵u‹.o :kiЩ7^nJ>ecØCcfl3:2V4ϱV߹Y䍯ϋ;c;I-Q \ZAr#1@4:ڄ>;u'*ѵk~1뵖yֹ{ iXk `1K>%/>Yv˓}Ϙ1i[<)Ř89B/QGMo]荳`㊏44kF͸1Hjߚ7g;-/Md92R2GD9v; .Gu_{j̉yy%w'́zQG~g.^]_>14\܏-7$pC?x̽aÆ |k:<*\g F}HsP?:w?qQOu##RO ew} M>\<$Vu/oN_^`3WrPО>k-sw9 w@ϚR| {gLZo(ɘxp5K@9y\fxC润06Z^1o?[˥>ljO59ѻw{7eyvg72zsIG=q?q}{]aR'cBCOHjCoa4&W*8 Soz@M>ͱ~:lwRo] 䟹 QVWpFtԀh𥏯NJcz11c?Jל}@soQXnK4yxD'km(F fxcXXjcgÆ 6Եxie 6{pA{cyGLneA`I֨]}☎eب<1ƹ' c}As~ӨXr4ε~ԛsK%p}fnDŽz$7:p &t 7z80׫ w 헺뿝kɡ>ci=ccc~H`,ahƒf9[_Mڐԑ9ce R'͑y|O:?8C]u,b!Mnq-ı-' G'zlJrpWyh.sۧ%` 1H'6@}Y>i+sBeYc;eXl%o>-GMW9E޲ M~}X8 ]ںK~@%qm76lذgUڷ?vW6aw^vOO_^ '0Nmr M?}6y~b9\ ش:O\c c0XȝGcc65R\/ڗ Ю}O\u\@c#梡_dL?w=ܐ[6997FZsƯv1e>v=y].}Г ~4'N RWz11uv\_854u ́T9@Ӓ7GO~IN`<̺&ҟRRᓋ(&~?v=͍ۀ9O)tɏSgn5!)'zm>xŜ׺1|:ͱ 6~~-> 96΅'ʷt}=v< mkkOӶb@MR&oذaÆ;|*Xp:'xCOϺ7xGo(r"y2]BҖc{E(S0.b2@bC'epKӖ6Ck W|Ⱦqi:~ ǖ86 'nX#W+4nrqH4OKIHCM1`Nt ܍]d,VKyIz>"ᶖFm9g}ǹ)TeKɺ=2@nE.}lYcAls rxnj1kz  i_;onz`} >0.rgYPOvO^}8Z.i1ǯ[q8#@ :]NHu$(:'I c'/<+`L]@;X|'`yh'M/%>XƇ8>!?LR|` :XP n\qr46i@w㕏ӏu;[T~|X 6lpQ7u} OQk{ANІu_Ht}''q׍$ 4#<@Yȱ@_aL5`SnJb7`79nڏWyxkDɫozl `^>iR[9\iX巃>!%) /G]GIchJ0Fq2N 8kI] OkqGy DN$УӦ=>C=2(o_qspҗ7éݼV:™7Wmy[cر|7rdauکGqs<>ûjo>\qamm!=Z|c.1cF>C7:ڸǰwN64|}KǓ$X;98NoXy9]\G=WK9ynaVyG<0rӀ2}ŭ>OH;8˛n8ͧNe?yhYcmԦ=֢qg7|'R'5g$^~E: }?;6-]k9/Hb =ǘG=ЏmR_<~)i!YHͼN"O?.Z.19ۄ:8ЏA970bs07@:Thۛr㕓;G]8 zcl,O_yi8qJl1ddr&_ɢdFxLChR^ن 6q^{}= zN8(r^[70jƀ=Et}χ}!kq-q>'>kYszֺ͹c |ʡ˛K%OF/try37~[hjHـ}cfm fZ!"3ry~~<Ƙ4 zm}Ц_4 @X@횞dy!Gsr-k^֠~x?xL|#w>ɧ}c/oOzs\BR\@O$\yM9ۄ:8μKSzuz>u~9֗8 rkC'N~Og8K$Xm4mi\.c?c|Cױ:$c"s%`'69Id>}O?NmrӨ#]ùOs={{õ_fextK}$<2OC/>㓗~B58}<ϧE'ܔ W\`$5Q_}#ui2 mY7Ϗhy~}ф~1GڳF|:9sp 2?Rn>cױ kfrz0)>zMc?xjOG?׃]؍C>wo̸\7%@D>= 9ǀe~q6L{֘y66AnׂF̹c?c|Cױ:$p>~ P:vjy7αy h>Zc賶_r29?ؔε?~ ڷ?Z'w5kO_b5d=H_i`MѳN)0rGZcߝ#t\Y~µB >^G}bا6lذaÓ?zp车s3>{} 瘽n|c|GOnr7c˟}lNbiZ!UW=}!!A(M4%>irGZc"u  )!_yYv`.M7/}yO@ԛq H '9##0w9cfgl0VngUzL|LJXkduxکc>ps|6|1Vfmcl?S&y3>re;>|5 9F>y cSftrh3?95zm#m_ci^vM~+y%R[*aP<ips|7Hqk->S֡Nҟ>r8U+~ξL*ki@;:mʜ蛶̡X,` :9hCԂ5 :`v!/HnpXLP]~ᣟc170m_YOzhbI~d(KdN6Yzۼ|R aW_t5Őݲ&yQvK}cmW57lذ΀j^:PE\=?.} _xϵxWx E"vl tO#/4s~mp_\31i,[:J:}Mfu_^kbٜ GwMc\5EvbŖ<$|3tYzbKR5C~YʹЬce=Ne%r4uCR y >:`ܱ%7}8nh< Q__k35S h,ǽ9Zqds.޾pf̣?Ҧkصg.jb=qD^u'Ͼxx'5ͱZq03ď1[?&GSc$M]Xc6ss&|pZ>6r3&'K_ɸ#}w6+xb@lyσ@֕xꗛ(ݲfrZ/}y6_iMsI? G5i#}8^rl4Jî${MJETܰaÆ w\y}ͽ -{ U}_@_A{p/?a>~o؉Uf}aSz˛A{Nr$qԓsS70<[z'r?\8& 6;]5k NA=جX_I|I]4\ةsM]X xn>&'ԫ_n%:hA]?{_}z`ڍG[A1c%#7Dc'1,A0v[(K/@$d !KX'(l@c1At讇ήꪞ޿SW]׺>&^p.PDNo?n??g |y컟5=|? jySP(z/_G}v7i9~= ||P|Gz.^=9=<0cq}nB zbGsHW6o6y܀rW :h8? ^6!zOW8wC.u:}_ʎ[۾@ƍ7n|9/Q :o`!W^|g0W.7k|輝jWr@BNx}Bt?ÌQrOYwڊy܀rW:h8WY3^_ـ\|/UͷYɯe/\*C~՜Q0zO;)uҕkN+Kboz~"Qc^໷֬4oaVtl<Ϗ9upsfba|M/Ϋ{鶟k8so-.+GOo~Gj޸qǀW5?]G%ǿ=GyK{ldalN͞^=ۋS?o~YKm#n[6d}?0>k:ͅMlHJ/Ӻ]_x8L)vMˆg?,9uke5 ґՙ⒯}gǿ_M4.@'^cw7q@;Nr/Gsqxr͗/.W3g}3y^|a1/zNsɎÕCxxKA7[/ʐ_r5uq'㟤zg5D|ņ֬\+ҽTʝ_apP%`$@ M|R͉+ļ>QNN<6D>?s%?>Z'`7n>K/L{؍ˑ?7ut9yHƳ1Ék)*6 ӸŴ|1>-}!`+.t/kr3jU~7Ϙ`E(?z.ŭ,kƍ7n|>> YνiX/O!vc{}c ͚sԮ&^\5ϸ5uH}縿b^֗E͛1k53みQz3rž"6ˎ҃x ' ?hSq[jzёΓ/y'>sO6ux8C-c/<|Ϧ ;ͅ>FPx#2]9fM!^t 'vlC&χ:[~3W2uv擎~´ݸ[#t9yHƳ1É~WoCf|oC??qsqPj*GV<لj_P|<&^Ƿ-04?ԇt|hx˿|8ks*O/w)̃7OrxK:$Ocλ%k,/?p y51߱[#u:|5:rq[\:ƦGw#%>;v}k8d:->=C > }:;YqͽY>gEult9wqΈ֛!;ORA{|ǵ~k:x-=?xGߑc'n~'߹Os9߯ C!9k$t;u͓>x^3m'O__97Ǩ!ZqOC?>{}St٠ GӤ8mh>]\7s/빋,~v˗~Wۆ1\x׼f߭t1gt\sc7\|϶=بC}7c  102G=q˶>;|t|dSGb73{\ŏZGfm_>ONjhǜ/Osܲ~}מҍ7n|{?zJ_/۟uw"Wot oCνZ߱>â >b^#tܟ]^lq:\%O} S?K~)/C<;*W3<cq6uօ r3uS'!TG\噇|W-}3^/_iK?׫qk^W%i1\O|Ξ-4N[[Z<'L1%iO7Ώr3!(OuSYvG;_<7/yEKhLnᐢltg|A1Io>7f>h\ @?cv'[GCN lw#V\nKyXkQ6wş|},?Z~v3sTeY~"~K>rZ/&Ų{8=r;ݸqƍgFQu_ ?\]| Gd(bůg\1ŒfŖO9f+-WU7_ώW>\^CʅO؉~ lk ű_Nc$W0kU;}*Aߪ{HRzof-`;+{@)Cy읮bɳvutbˇ' ŇW庯oΜ@3oK9~B՛.P}<0e(V\P|WLlp:rÓgY_b\r፟؏9B%O>s^9rs s~8 lMYLoAՌV_\x~d-Ax]O]j;=uG?;^3xcL]|axzi_rOǛKMO?Ǽ';O-}|܌WG5oܸqcj~X7cemoݱd~&9A)IO͏`ys CqŦ{>!`WzH_Kks0B =4`\Bym#td?>?c#TAgꋙͲ>_rsFH/cϖq ݔ7Qx>Y:s\K>M}C>#Wc_9qltMg0uӧłt8~PM9O}GS0K7/|M3<3P|_<c wUpC_YkrN=ߗϓ9eƤGo 9 fƼ[z_:.2tX?kk<9~ }=k??_ꥼm5rƍ7>6{׽/,}ߛo/P=wƐolx{|kG<̘zz(걱W5?x6q3/zgN1W1uOW,ˑnդ3'yէ>j9_r|Y=gE=@5wSmuOs ;(?}/t>3j9_yٛSE1[.rxh~Q:H䣫jd9j~o[j9_rD/^)Ww^X/ȷ\~3ḟq_XA&P1weeqU;~C@"GӓO+QGn0OONϿ_.Hͱ\T~^O&X`u9QHo̿yE:qLb3YO7n}O<gc7s|H/<8\tOgljO<+6'r@zcŤG+2~tŐg,4: Axr.?$aOL3Q<=j_y|vsx\GyZjq }XsU^XvG~T~[;S?֎=>yڳafˆޘ1Qk_r4._jǯv(gCb}|kcTyZjW_{,U? PO嗛sO(w<{\>y٣3=[1͉Os&_(^+{7r(lrYUOF<;ƨ< 8]ul[`gsf2TQo)Ocl||sg{dŘ/?/zr~ضx[m̏|8Yk~> ڗUF˚~x~,ֿ(Z㯙|fWO~_:'qƍo5{g{{ٺ;=Gw6о} ~۷=g?c`P?3G2b@s|?`Ղj_pCUϋuB~Ŗ;4?XI^` 1߯s_tbε4}GH'= ZvHFl3؀~^'?|![IGGXPX_q7lՂblx͘z1C>G(G2b@4/_-L9d^5[8?0l&s"SW=&xNfQ&huߏm_OǟC_-1ǃb79ްey>+G~ʳ=;=l楕w_B |r}m_|>%橏U#lZ~8͍/~Y=| xgu~z&lkqS{ƍ2ړ?c_TqIW3#7 _}E>C9`ڪWM:r>@75-wh TE/zlP|S 1C5nxisʕ|'GAr![rס3To{ƇuŸsysQ];G$u|Vo~ [7`[չ>1SG\`9/(䫞8T_:qC\qk~؍Lx{q7>yEKE7n?յ'{ޘ{8w>3.q?kO=d?1/ BS7{_e_~Hr9WQ2bq>Ų] ]mZKz,z}k }chrG}>5kr_,Qyā~ȖܸZ'ۢס3.=^?~^';̺98Gs92u]l7~AWm1Ջ[cC5q>:\wrTq {%75z?7g3̹{(.92u8'es_Ww< @btW>ci34::ȏ q|[;Ir9r)XjV}sKN+oxoǎ9z)qlOuNPO\0lU83Վ:EYL#׮s裚3.9hdf7>O=Orn_z{xÏ1Og 6?Þl={%wڌ_ğr֩F>i_O?ycNȡzT8dN/Ӷ[z3[G/Yn/ݮh\_|`Vgo[>O8u[uI[Gq'ҋVr/F.f+Tw|YSA2~c;Iu9*s STh?xzeҡ:g.y\7Ćk(GqSՂgZzpz@}k*.|3Fx-}}4xTsA1֘L<bfc匋!.qB|y>w; 1/_7nܸq|#}آi`2x7`ƶ7@:f[b?V3xOgP(\l\_k rWg֝9ZPf3?]S|ѵ>tr~CqC|]L9TuYgO׹E~)j3_t \1rtrs?c?C'yU$jA}M+4&n֚ O 昘}bN|>P~OOW}5?}מ# \u(ozr5>zc}Zpcz;֞;}bheqG̒~~w:t|wQXcc- N9׏f_C1{XM'-7Vg?qƍO*G5?]O}o>tSmpt?NjCG5WgΜKsn1\ՃY7t'?Xl_okw͕:um!_Ȟ._9g/|w昘}b5&ooC vU=G2.G8Yͫo/&_kezn}ᚯr(4F!>}z0kC.֩3>[|]ss~s]s8~bWNrAk7) 79&f_kvx"|Bc՟k̆ѱ4_sVɯZ類[_+Gǥ8 O_|ڐ;zjjfb&S4J7kxzTt9 g;'N&(76LL>Nj'@/wǁ>zgkC_ HZrġӧ4cz:|{Зn暌EN.IP7x苝ͧw'ج~[?"޸qƍo>ܛtHLPӽ[e/__%Ξ?}#uZ|/۱)n|L<)O EWA5PAY]9199 g;~8gkb>5R1T2IW#K1![?d>&:rTśkv(1$[gvԚsx g#:kڋM/(٧/$fMw~*]c2>ųA ]s7_=)wvr>׹N!1#G=Shb\(KuL_fC6[3y3D_sM{iaɧy՜S|Y\thx~S^>ztf|GO4_:PO9Nr9/3}q~o#{?P84.H21ηBkX>@>՘g>'E'' g/Gr>Ӗ iONQsk\0Eq3jyK6](Y_j|<1̜0myڤF񓳣t271'z<ЫYoGc.U5ь}rg+(/xp7bK72ݸqƍ `?B߽_^A' pDOFОZ(vbǺ/Q(fNsp͸ƍ&=\9 -j̣hNO&ǁ^folzxUϗ<9:F#_9iK˴[5o٠ZtԘ9͡jWLd47.Op'пnLqvj39c>ʛLz9Kk AꕿUȧ?_8 ^@|&-f/&o׸a拲gjQc4'c<ЫY\12jQċ8W5!,I^Vq1嚹9ߢ(xZd[|<_ȳi-U](.ySo#l6}ы5j—W; ݉\{GcnK~ϝ+O?w_W{|Υ_ ݍ;nb٧m~oU lX5bع|،Nޣ[˕"l7̱^^O\ɹb2{#'4Ύ` t#Gy\yAC3<1]kPx8xu)}9u(ָAǿkݺP>@=L\?\N˕"l7̱^\7?0}tE-٦oc|]o||G5'jd1x Wc9̜o{ɮC3.}{s~JWzwfͷ:=\O6szs:A"~W8b#ggի_俱֫WW*Y_|~훀ٍTxpu}zPֽݝ>S?<ߧPl3o≠zr!=7ӿܓ?Cgclq:@gY7y~3O9 \;u0spӸ㎒3Gsl9v3/]s9ߔ]94}:_ӟ Y栛Pq7u_Cyf7dWcu('҃zs<=9C:4}:_ӟ ^wd'|[ r`(>_54}^fCM)^Ej*+Qͯڲ9o]~Vl91wvsZ_1Q0 /a9G,x/[cXoYǺ]g#w1zٺ:<& N|kPqZ苋~_~7,ootl|~7nvƼG?_/ݫYCw{{[z~'AM61ʁ>fNo~ˏfxh͞ jO79jpHƑ4By-'|C&;IP5f9xd]ɄY޸^?79}9c4+9W-gYxT:fXZ <~ȏL9A|scߤz_٧O8Ӯ~V3~:'qxS707x}.:5@?k닮^?|kOB|@/w铭:3ջqΉW Y6aM "s3F1|pyKر{./?DՌZ3|v36\'JaPɏ49[+i\?:i󏎘]9~yeARksu!{!czfj/³A= 辶Qba(ؽϝc^|jt8Gi<ŦF|fl>*_ ]d>\}G%1MxgĄNF|8^7_9{SNxyИrNG=˛_9lo s:1aq9zl!9>燗+W5Ŕ=^(4#S_X<:6ORG5?|IKVp@~-bT( t'ǫ36]6yqc)5z{K?M?8l-?Wʻ܌`I-:Sj__#1G7z{x?υsv}yzw[j4ǃ˱r/Z|nb4PI,~=WCeoΫ>K'?/<>z]d?}_X#_ htQ>a/WEC1#g-Cq#?~с?'?9?}P/| ~ܯݫ3=c8Փ~+1֝{ׁb/\m6dK2@voAu{g/vWF狊g-Gqɞ7;VOk7nf Y|ph ӯf.Fz?rfMq2zp]Vr%y ;7!μ68`'ìWun/W^xk|+[ dPxW x({LR-^k o/r5ⓧ._;7cOx3bB;o^ջ1 15x9&[Ō;^՝ecru{hW]o8:Fq[cVɇAq>5t{'JFfSJ!rWX(75<4y_+~_߸_}"~/=bwo|480cO{ܛpo?d;oR^9'EN,2b:s97/̘3Z;{(Ozx_:I|[/w&矝m fCًg:tr] [Ɛ^|:k|f_~YLȗ<~/N?.tn Buu!6|;?x9&Ԁ#wZ;{(wr@v']=Ms<]}Vgj}˙_:I|[/w&矝m fCًg:tr] [Ɛ^|:k|f_~YLȗ<~/N?.tn Buu!6|;?x9&Ԁ#wZ;{(wr\ 8147fk"h!}G9ˉL>[k>眚q} d G!_5FrzcjyRVkFWM'#H>>&Wz׻zW]17f36#M:[|Ի~=Ww˥| }vcK =#1{tI]u[ |GL?r.L_9Fdw}yPO~w]twݸz_^}w~~X6c5^39~؟c׷z=/c7rq1Qs[_KDVx9 jC5)Gkq*_haNPsN`>bpr _cTo0y 'G7׬Xbo6ao}ڇ?/&_ Q]UDPrc "5:WN4L7y&Fr}ƍ_WÃ5;Wʿl;ݿ/ [:x/c߻}oC#!MWjn\c=yP=zq_5 @\s+o<:3ٍB*T@+%kTn1O| l´+]9{&[o0Ffb(G36{t]ZϚUlkł8Ob!%u,_7Uo^ŶP,qͭL62_8s3q1Ql8_ j5bʷZB-GB y.҅rWu4ίzO[#HVx܀)k>gS7[͗i0kkPłq~rtd===#.Of˖^4/t!l}c/O++^we!7)9l^CO9%_s]v[]u=~5փ/wߑof^(lՁ8xV՝'[^@hcQ>y&>V?pᘇt{8zozw9_ >?iGš⠺lB7$,Odr䛭|Ov|qyC9C5 UB9:'cVb: '8^T-]F>/!';lY>z~G]8Zܼc?ba~1Of~TJ/˖.?{#[Oŧ?ϜsBPI}Hr#>d 7C<(6O@q)?:F PtK5 .yXFG>v|8c5'5\74\\i̜a:|w>nv#WDwG;nGlzn׋߶/׫sv9ҟqw}ү6 _o7ts#LJC%hZ!xZ=S ͷzPٿq 0{??9]n𮱯䡛q"TfݓNL{F=_}=&ߝϞp>o|д| ~fl8ة=իyCq_M!̓_:zƋI?*`ּ'+F;WAb?cs|S~(>]=@u}z˷9|qcG̺q:S_=zW?UAzǺ}7g/n̷Y7;9N36y?S|TEj0ebk&>eɵPBlrF;.W'pD_Anw񟤇].'몏W@}2l\*{YU/P~i6@f%Ĕman~qlӑ3uu[>ͅc^;AFg7|??yՃO?T!2HraM=G륿W}?4̇p}w/_]m/={OO~7ktz7tO=_Af1OD>]< b^>dN.\\ 8:@?Glތ{3s[⳩_l_53]`K|{=|?^tQ7G WbqC޹\./|4 <`;ز_d>zel(̞&fj[cH_o8dftNd~ٛ``kŶPlyƓr#$'+ܫA_/ь{WV({z|3b를N[jV 8=:{>&<6x[H.ReO>rIOK/̹t蓞,رK>tGV_qp6?a|\>_x|oE<,Cf| \% '6B_ ~=ޅ_ ^B#/oڋ?ȳs8] nܾ9gKyլK86hě -$Ϙzl~/h>_:ylH|r.9|7+6vELo\-<ʇZS~ϙ>_v K c(mAr#jqXxV5oϲϜ37= W}?y?[c> EEwѯ\/Ƈr|{6%: >]d2J=z9޸G''~N߾mz>}}:Gߞp?9ݫocO~ 5;u3~=OXȧ:?ۄq4 lp_`}WΙOZ8\!ͭOGb/7OI0m9qk X2M :<}x>Lk+5.>tM"q|nU;^֠q}}F3o _|9T~׸p_sN^|>S/?G/~_ъ&2 `N7/o~:/"5VL=n|1sG3ޘ߬SŹ~NAbvA7cx x~y[9=oT75p5ŭ۽>,vΡsa˺W=ɬZV{g/ws uヿe_qs_iه>x}טwyPU_{|Sn.,`?u;|,Ԝ;N;P_X ft;?Z=x' P#mn !(_;p ǽ/{rHc 퐃u??24\^Q,[k_xgO_~(?)b-3s;upՓQzs-<x9(78`y"/7yi\0}=;n|1sG3ޘ߬SM;9V`}7b昹ǣoo֩tsZ?l0;o~J(JXPOE#QDǧzPLY( oy2A1@\Q9nY2@O5Aa@ǃǺ֟!0{c>n\ N0|Wrs>Z3'wطflO񍋏xG/Gjay]< D3߇/j1"c_QsC˘~!ك+N1۫žVx8߶j6x?C7>|>4 R{8ݳo?KdĎ7-(g?[!zڈO!}N oq7b[dzUo:a@պښ7ߩ~g Oq5p;}byfNrkc?!>xaՈÜ#Nt٣{9kN<g+>S/TS<$#qibM?nxǛ͞<cigQ?T9ɭQf0c 7~sxHw$+m˗޸!]^6̑.{B9ӿ'{x2Tyذ51eO}hhWl]v#W~t͛.=O:S7rxvxh$ʿkvw=:VacqἀϾ=@'ʏkΖC,ma]:͛o55Xy۩wu |z fmW?' _ua/XkΧ?= xGf?]gpA;ngɬ}to|wUj疹;=d{`ak^#%ȏ&c^ gj"|ƷKm˗:t!]^ً6̑.{·r)OdV1({kbֻwsH}#|ƷKm˗:t!]^ً6̑.{·r)OdV1({kbֻwsH}v??"|;.JVH2ʿsf\rwWx0S1wAX ty5lYÑƲ=ys1z~0WkꘑÆO{e>Gn6pTC9Hq׸|-0Go9ZCpDu8]~ٖˏ{zG_}3_ɿ2XSxٿOW~g.fE/7^wsE7Nxˍ7>~|_|O}׾?}7%޵%OyoB ;Dg?z>M=o/Ufͩݘ k˽cC~~8[5ί̯~֫lì_t׾ l'7C O=g._O١uyQ5N|| ̸o5gz>MOU@9j9qzq֊$z Wql(}?Ew ؠV~rc(?d T3O9 y撻ZUc gP|@jNߔ[!^ #̚SW1kOzdž}_[[>5{szCP{Uk*Ic\uƳVy˃ԶlltlWPC9{bca+loq7 ' 7w_`X|d\Oζkۆva Zgu *}crw7g;RVw߅R/Kyt& Wx뭝lA?wɽyDEn֬X31=dw??we}'\qL6~ٍTxُמeOZ{o{?c{Fmd',ޞ;_eȿXuָ=O[bCrS4GqǾܗԇWd=U:;?z{]0^}Řc|C1\3~\ j=7WA_BB>3oSf_;N^ZAtPlšP0Wq|z|-O80'KɡfS -/6 `B59CǎЩ bm<O]~~c(>uz{lN.3xzA[h.d^yi'Z3Ƹ3o}wEeÌOǺ?L9;ߘ%sx:p?WNnݯw?pY]h7>v|aQ]C7n|mgFsow絗/ز^t`}=_&Rg|+'oM3^z_,^CqO7G-/6 `B5}TSWq>Hkz|`'o#yĖGt0c[ ;^<[bf3o?cZ4r?o==ċ8g5Xphf+|M3CFHq|WY_vk^>T+Ô}k=^L|C'GzM6l]}}5~/bvog/Gc[9n.=k'[:it燱 #c x #iu_~؏]_qQ~Gg7n|R}{^l{"cO=~}j\/Yp})sW3 b&=C C _\Tʁ?g|WGvrMXf_kSw;?<]n|=&&L_/Wm:M34kt'{q5aՄk^`/'?u@V^2>`|_.?<]n|=&&L_/Wm:M34kt'{q5aՄk^`/'?u@V^2>`|_3?_/>8gSh:|g5&fxS {y[dig3eǴ_%ߙ\Un[>sxsl2;1v^~deI+Xlj|̵Y\;==?/'㛜/T~˲sَ>W_^ujZl~}>ɿsQl%ߗkZ|y~oܸIgOO`?6{oطc?]#Cګa|w'+ȋ77=9~hgք=k~)v7}z{Eo1;ɳČ<TknO{3o;W/9]Y j>3e/6?sMzW_`t=˓ If3']k5Lշch;#|ƷuYkbOY5u@7s'\=y+ }.Cj5&fc0i:7g۟{~?tM[}JG.I`&':UIJC9Ar=}.`zd>g|5OCC'|wbq5̼wc7ס =\~Axk[a_@9j/Ñc{8PooQ!mKKF|+jn;?8U;A5`e^_cuvu.Yq o}@dYB%L wD?s.E10񳋾kэ7>i.^=o{18:q{L} Ou; uGYfrb`_7mq5_H+?j7B?uP|9Qk '㍁|>WyCd5Pr=W<}?z*:0s#437̗RiWkP|B:H_\QPQ^x+&_}S9`ցgxdh^lӆv &/oh(7_Ը77msr6$_BASk~YaX0# [٠ހݸ5k/oCg][W4gyM l}򽕳"rΜ$$`1G`_W9u pyY']@?wYۍ7>h+>_`~О׿_u'/N?⓳P9>轞g-Z ^gNr|] 3k1z9It\l\#^q?LcŤϯi Woh֤gW1ˁB!_dٮ|N}U/7y'%_cZY-GW_='{1rkQ\C5OoPm?Yw ;Ϳ[_6< rDb|Q?}=g sp}zؖ,gcy<<pŭ~'ۍ7n>Zۏ}'OO9Օ?9C^< rDbg 7\)6s@=^UWY{S|?jr54&dzkikn Wg Ks/zl/._SGջG?D dxtth-+61nxơquge @.GԺ_=Efp_A<2\^N_\|>w}'Oy'rUjE(l[:}>A& f's.^#{xջβwv{T=Qb+\[s7O)6Cy5u0f/od\?!E柟E+=pV^ۿD:Lӧϼ@M1eg:m_qQcy'~X8tY7yG=ܸqƍ;O{[o=^?~=ӗ8OCy~mKn~0ꅎ8yb} fpaqxk:WKq8[+O~_~'o|Qbs(Gv(jM[:}ɟC#{9|gOkj,׬3gs'SzrŒ#_;W\o}!I_Wr˚={ʵ@zh-=сt۸ع||5zt<z/槏! @?ojǛ~|g,KUN wOOf1>/%&EhBͣ|S.z? 7n q?u>o͘{{[^GЛ{KdNՇs?ϏK/?S.>'Sj4_>x>W9_H_|o3q(~_>y~%[ƭ)9CyZ/~KnOb??=/LkClP.4^y_Xơ8xWy/wr$3fBl&& dC0yT~U.TwW-iNO;F^$z0zhv<9{@f {ؚ2w dOY>r] u cǿɍgdg;[/J'9EP>[i}8@7aߑ#[?\X?/?=_Òw̮qI^"?vƍ7>F=b=߫C=:co}G~8~Q:~r{wA_j3ZghqrW/ɸbs[ǪYΘ߬G|y?s!<*|oM;C}*W~F[w_Ezb7>H_j3ZghqrW/ɸbs[ǪYΘ߬G|y?s!<*|oM;C}*W~F[w_Ezb7>H_+^|{\Ʒϐ j~X<^^3tx(O}G{XV.{_7a+"9l~AErAґĠ do,9{6{(J{;$|%b=<}$!va 09vunB~uv=ec6>GWl;ᄈνǶ} 7;Y@ Gװ/d0P.G}ͷ1jÔ ՞f1PǓcHC_>bŧ}8?!+շ՟o&f,Qk{.qwB?|5.\Ŗ>SW{.>tHőg^y|71cZ;HuWr|5E.Wb[&Y87?OIM'e'ïBxV5/l3sELxƨ\A KG!Sqz֪\'ءt1 h =nT3$y?0c}92SxғöWj]~wKޕ;؎joq ֶg7nܸqcE{PJ=t%Hv3$|5˻qqŦX|k0{>lŔ'XxWah҃?ӯG_Tߚg==!I\/+_+ӻ[Q ֱjD\s[tw;k3s>t~Pǃ}} ]k7fC6ss_c}eϟ`mlŔ'+˿X}?ְ%;೦:3wCubg^؆PjzS=4s5Qf챸p9bH`k~W*2!'Co[WbV]= sSb\j,ǃ/O]\G8ك?8z9bZ`=~oO5]#SO [7nܸqp{缟[ы?^E؏gG՛˗ lH,[ Nɀn/Wky9f7YøzK!_z$Gq3~ϜBdhnl_lx4[TmOrH7{@ȳqyV͜x|"_z$Gq3~Ϝܿqq |[Ⱳ9HT2h\CMN1>5F^!xS<*Z+j...cyEd6>;պ;v\vsBpc͸FS?W;8g7Cr)q5WwZF/9sc8J5Q/Ic6GcPkcc'Nqƍ'ืO5^KnO^ȸW}q'qH{}oq jr 9;8^ Q*63!;5ʙ<bwì]{#cy-jZcx5 [G>fZw揖rօv͋)~C !}4ǁsp ꏌіy'gӒW =W̃__/g}-nkZs~#rgI>=^?]2??nܸqDŽ١gݫ`[^l~=kl|ʋ1Goh?s!G(</ 1y_5!õr'#y3o7o(O dǛ }1C>QY?_`+>9Nyok}_jXrC5CQod6+O>˃}?h "dtPSЉ@'Qe9Ϻ j@,3[C`o_ίO=Х8qZn=<(yZ˧s՜k@טB#{CbBFgwn<~ݹwAʏ_13-_89b[۫u5:k<{ŀ|A}\sk0@#P+o-mmy}s(85fk{otrlb_K}ŶWtٺ#9pq:G>W0UcB$X=?zܞӂ}R<_![ˇȧWgv7n_/};eNN(־wGwA8 gn|^/fT;9T\\0V8v3y>ًMG7g+6;ʖ7q:9ˉg#98׿<{+a$˿S_|¬7n=7ʏkVLC5po5ql<瓽tdzsbl|Cq߸9x6=#zh\NJz@u͊v_[[S|@0LO]Ps@lr>g? ~%7eo2!~Ο61ښWτrۄywu>n=oܸqLJu?c|{ˡs=ك<\Ǿ|O/擮pY۸z'~jQ~ e+W@=L*N~3'{ϟ<` t{DrM>~OUb{?޹tkn&W:4QaL[!O4S9!<džc‡]_reä7N[}k\@e+(0}ysm')s?Zp_cC1Cgo||GI~mfї3:r4O! -ЁGMt@HS㬳Tc)~!>=?}"?g7-'׊ZB>@+ѻכq/Iz}m~SOq+]?GǹQ稿yo>ũ~;ǹzs^Szr@_Y9-1y~γ~:FUW8kc\8m6S:gQ稿yq__}_v8v΅cݶnasK_i8|~Nqq@VS`W.*?m!7q.|CqR{떏|SNdh-悠j?ޙX{`НN#fkm'ig?L^õOQ]O1U{~,ͱiy*DZ|9U;d A|K׻ˏl@ϙe~>wӁ4=mx|j^ٹſsa~/{;W}8g}/9qƍY֞ukǞΗg kc//S<}{Ճ B3j/q5ng5^򣇹n36{yAud4uPد=l|o^hα~a.1٦Ux̜0С΋?|pn^Y|ӯњ$?r=cZ~y\ 3꼘91?0}!5)Zgk>>y̿aی^(Gc;}cU*0yg6}jr_Vr{8A/󭱓bA8T8,1}0n{X[o=:p/J3q&?|C9m 8o|"O!?nO=.[>j|zG?Sqƍo/7xMr8{cMN_ԋ4:ԋVt@oKޛNߐγrx|k3 󗣸YgNqՙ:{WOPN>\k!_=b@;ϒq_:/y'8QŠOH`3.Hf1f.6`gCd^\ˁOytz+] rB9wxJ7mh Et>: cZ:fq[oJ>br< =_rm[|,uM\ _<{9[ 3l0נ%z r;bq&@ܮUy^/fl>Hot~B^l~57EC>3/9}~w`}im聖}~gaf,Qzۺ# {~9}_HKEFd=φꝮz:h=\f15Cr|vX0[Hȯ͙~@lrāP^ZKN1zȇesv> ) ˫>|;z&^y^6VGt|[|>[5!_nӟ_VM4'_Hʧy;X4Qo[7zyao_991 ziȈg\PӕXտc,u֍A^[W~>@k B:^Z/2"?}6Tt^Wi\Zx2?xHta G?8%;a'\~őq®~Y+'x:!׳س}<+`8Gv?+W~trn{^r=٪VJx>L?_}~9z_Wڏ=zzuƍG{53ϷM޾&'}/XĮN ˿lv\ccǜ׈ ܋k3AӧZ͵Q6wB>]O1*O#Ijߌsse~Q.9|yIηc0cGfn<56s1~_~]s2F>{=[M<_tN;?;]:.r7髿O9g^ &1Չ_QrAuܮyZbx%B%>|ia+76`/(au1q3YA'O5@.(` N;!QoUw˔]s8I67C 5=>.M{9;|Ou'#gq/޲/*7߹u{mc%9$.<y/Ju[9<;_&_o\#Z^z8|4gv̗hsC/?Zoܸq㓁7cJ&n4tԥ~~n|7SS{<?7!Cؾ}_y`K'#xvɘu9K= bbZ28B ǁ̞q/f҂bVI,$HC89-TG>08W}[m";xP^{|31W35EAd= ! }7O^w{-G~uCؽ,&?xuY?s`Z1kcg˟Ly2G8XEt;|׫{.Kƽ+g=X?gf?^??@W??7nܸ톧<+!ZumZ7wuG{M/)~ d^E^\(={{K5Kqjҕ^_Wܱ?tиyKl9f]j<1s`Z;6>ÿ®9 P=1Nl~IDAT'cqȞOp}_6?Os9K7?hEMZ ~mrEy>sA+c,WselSmڋ+v9? W ?uBqJGgPKd|R1C 5U?0kh qvy?blðe}i[eCw'O;@~Ӵ[o|~݄4Vx2ݴWkUzvr6s_> ̅~Vsy[2vu.'Г Я z_Ώ)v$^)vu<}JAOxh9qƍo_|{t=}ιgoli:O t8/.*k^ ۋWzOīU|qZKW|zL7 )X=96-q^2Ũ/OO5~ 7}K1`7Joy]wǜ냟c Wagr:4z?c~X QãNY<}}<ެ{x[*O':rn$>W,_'5X'I1qk8xykHo= Ȼμckb;u燃z5w`C60q.~~w:uW!5OY~ͭ_fsp'|_o'Y__GM>2ا{^%!߯ۍ7h[+6%.?:{q+g5}b"`LLb.c{|,w5[Y;_fѿw)8׀ߜ3]_h@ٍɰvovqE|ؽ.:AiNGV>|ᥘHh oY &s{냋QGǜXC/O9ރ@2⭍b.&5Ldz5z:{ϼe2+|C3Zg;O?՘&K#_y~ůƍ${y>ɶS?chŽ󺤘SO׋bۛBuWGMh5z1ژM ϗfb|ž˹W{y6S"_s1 %}l9A2R^ sn ^LboO?cZI%qct`^kMpzkNkQǜ|}ӆaN Crך":;ע+ /FAQ߹5>1Q&R,CM5)rzW=[NZcE+^nţt=ߨ^(u8Ə9'͋Xs=/'GPl'\Ž;䣟K@/d| Hv2]9g^7媯]zygHn~'?9΄^{2땳>ʉ͚tr]\ul5'9>ޥN326j֊F^w M_<ۘ?lsLy8`79lƚ~غט8N;3ܐt49ʕ\ϐ@OVsM [rG9#YXn kSd;5GM_<ۘ?lsLy8`79lƚ~غט8N;3ܐt49ʕ\ϐ@Oox~D$t jaܤDߘEb2Ԥ`_hn1s\m启q~d'-7)Iٯ6f|vzʑcUûΏNW|>3W;r}\?u-3Gu`>X9_6qzF6뚃~KGo/!^[_?__}_ê@ z!N~v_K锞gBqEkW豇f/=Tq'O}OtGcoB =a0G!y&k/j܋7z=UNv{b}4}{6t{<,8c}~k ȨxzN\,5QϨN_d$INyԢ{o@F?u1z?K>qtxK|i:>|#~րzuc2wƐƏ̷xM{\`] _4C($5ǤxzN\,}?}cgo99יrI'/0"P; l_q c?>z3`h88$Ш͆]coǟ|Kqtb59s?XYr |S٘Mx_yD֖o&{oB?OwyǗj7{?L\ߵC,~6y梇uڵN{9_{G.ok!n޼%g9B=A򜣹Or>5k}`zE#9'ЗogbSkv}?Ov_y5cg"đ7yy5sXqrչF賡N;8}_N;*[`|| ӿ y΍y:g|="A5:5 gy pKP藍t 7=E3 ȓϘ9-ݶ~ /fӢoGkGȇ α >(~ضdȾSmۼpW[x6uۇW5=43̩yó&y'wt]kч G6.87n|^5E:e?Q-k^}jɽcK`}֙}klO{ jtG^y{ͥ=/:+gO.>{0f=ȯ_sG.wP\53Qaj- ߹φ%|d>U՚d5;j7'rGŗwNy": _k_lk`w0<.崾\RH?%yfz:5á/A-@?$ȁwoZqs\g[>2_jMs;%?"}?f`,7;>uzA.wP\5OoU?[z|C.G><x/bㇼ.fo?}לؙ1y=B#/[z.WzhMg.?v_m j2Rn~!ئt>Y-۾-y,{;g1?ߨ? gK>^]58o)5uާwv}\@+}|?^G%}GO9҃W/ҁk >*ƍO6 {:nk? l~uޛNy[r>b?o#Cw z-wq4_USܞϏm_0~z]pR?5^Y>c}Z+\90u<v$|-3!Y:骑uQkMκP8?輙wۗ\t,_͗Xs>!gl?e^r=;|ylɎ<]q Y>c? v+WA,y%L2丯}}_lexWOvw_cA=VO] bs.k-%@.1Dcy3_e?}p-QZ~e/Ԑ77񻏳ޔwRv:zk+Wu}Y6>O*:a^d؟ξT Wq5#z˚]׆UhPfy Ͼ`'2yw~tau_Dv/V=2ߙoug |a_{J_Sx{Ƽ0'4ݿwwg 'vּsuy]só7>a>t1 [ |^0|k/\{ٚs+”q'qɒU/ys>=T% A󬟽fgߘ^S~O9r<$M`%e7[3o-*oA>oū"ta&0i7xyеC;9vv11K,>N}{G idffs|?ٲ]?R(~$7}wwfѹtKO9&'qx "m6a=iK?eq*sK z݋ù+׋,Ok=ǧ}^lbk6&7{_?v|^\cpq 'EZ;([zW_b~~d=7OK^-y9T[?-οlٹL!ylj6.\'[q3`/b֠?7eoh!?@?瀪1y'͸_r6;~Y??$ԑq-^Ѕ|t+nٛlElT3f!#~t1^W|e]4 9(KTw)gvxM2;!ˑD'Ln@vçvf~w2r;sH? 9D]rt369.gNzF=U+w{GOhw=sḿ!7<YO}x:\_S#<^o[]yvԚ]A>>]V/W_~nܸq_ɺ־?{|{5{qXN8`ǯ1F'OOؐ_/"qY^ͺ`{߱?^YǞz=<7C!۳7_EY|Uok:c^߱cwVZ;0 ~gfq¬[y?š?_<=o!zz9CP_]|ě/_#N_qy缫C9C|S_|̏6ѣW̜庮Iz s|st( N.\zP:[<]^t`<{˒-/)n3Xky':O8\'ŦOxv[cɈﱶ5'My> ̵qy;Vx#Ƚ6G[YRdķ6Ŭfz7nvC}}^!3O9u0eF^ 'C|4sq(?޿||_sqt+O>0k j/һߍ7vڮFYBB;4t٪F6/KnҀݤ;FBHX"KNfD[3=Ί}91c9^1\ksp~o?xk f3dkrʍwԮ5>`<8gP<;Nr_90cŖ;8ey:.ι׾L|Hq>8pZ `}'y#L]Fz$̽y8_Zb9<'w9Ϗg/{޿wM>t/Baa6&~YT\9Pjc`r>ju`Ew115'~n_kj}ɫk枾=.ZZ;!bBBu7ο_{pz1fy =Vdu w5:Pv?wyߛ~)hun/z1#u\N~o8{^xOoB9||^}k~,?5'?E%}_CBu{ӲӃ~S>s֩q3a.]Oպ1payw=L^}6~j|C1o(h?Eۏ3x?[P y>%ssZcAW;Qs?AAga.d~u'M?=h=X1f_;N1__kzo-%!CT,6c5JΆγ1l!?泇-oq6S.=zab3{3!Ι͋8N:3&r1۬]_cs>?yxgNǶBvHoғ>'>?b 3΋>^hgwމߟ6ە'[~^^x~=׏{m=]kg+_ps)6N1;wқ;7W=R=uE>/|Ss>Cz%־'jZϽ8M֩ WT?>(-_b{!7Pbrֹc6P ڡ:a[2{9;o%vw\rlo_lP^|9yPΜe]y7e5]}=.֍85 ު[<+oc֙?zp /g^}y>`u'ȏ/i+7kvBWx)Ğ/ ﵮ89wܨ_/qlķK+gրgm~raRM.ՐgdA7>st/Ҽ7pU=!F_ :8#bwmb+^T{qc8ϏzͿz:J[r՛bS$ýi׋j]3ncd>a[϶й 汬଎51z.iχWctn˨Dktu8#bg΃>셼9}yz1A‮x [o=I{:뽮g.t.my,'8c E^KU-29Z ]#0X`{!oA`^LyP8{]w|3̥>!î}]m)^p8uV+sl3)>k%>rzc?Ƕ>y{ր|FoFxI:d**Fzz~t9~lg~uSqw;^OK/].>o/oefxa'Ȗ>9x}//˷{ۧ / _gFv>_ =/[v|9xzY}h|5@m>qb}yWN=H'{W,i^so>~kgq^2ԍk߯u_7m}Fz0' [_|7-:ЁX\<WWc7Kb ZS/`O K]9[ ٲ;!ϩ5AqI+gy d>![vv39ui|}10 ObĒŐrϏʽ=4Xn‰?sQl掿|l)&1V#{Z*?q8v}:bi7_IkuCqɐm"ZFugN\ǁk0>I6<4k?/HH:?>uޟ'|sS5sL{l ۧO~O3/ߛqm_G'^x^z<7f.^ҽk oFݓp w{jw38b{ Mo3\7G}Xq97)x6~{Uy1tA|uO1_ܞx_cf96]Gh>%~w-nM%'7$nj|.^y q= jC1|x<O/#>夓Ų4lǴ|%g>{ؽ^ZCP9+'/}F'ϟ}pI8XF>уysZã?m놳}؝Ce1=ԓO}ᐬ-^x^# uaK>G'aoY ~]vC\oz݋ 7/|doZ 0s<9%{Fк|[= 刣g˅O)g jMrA츳Uo_Ix+8n@U8Cvx7ϋ^pvٶ5ߵ^{]͞^]j8650bp#h/K\`^C|ohO !^0/G>].|2H9zY} jMrA]vIy`s]vCW {1{%.Ҁz0!>rַOq4ۧ\_fo/#V.f>O_isʝsOHt䫈яuҽHt2j5*FM9qATy6%;~t.gdž/' AZD~=1O>Ӈ~:`M^;1qȁbc'zsz5ڋCP-yrW͍z SMl^K '֞q~O[5^xᅯ 5xދyow&uoxGC,\ (8v2_P7| 7W-Y~g5)wrm޸|} S#~|/.} FumMuoɹ0׾Lj}\t: f;ug/bpibWq'Fs e3v9p艭~ɶqI{֘FU<|us/`}7^s^s-r|!{?We|>a\psS8kF9>7,=nhad͚~Nb˝~g^5^yFpŭ.W?W@ (#e٪85 h]L7 ӿض< \m e{Py`J߹fno5;6rσX?ymlu^pzj /|=ӏ~a.;rtŭy^/y&^Mw\]U'={r;Q̾}vkk7QWT{\IUqW~0har͵̘e{OzI8X;oًea5Zg:g~\#:+'-6@ߝ{/7%_k^UF<}A׼x8}A7Ϛ3ٓ~L_:t;x6ٚ\.ƶt|??w^˭yMWO(f_~y5o55G=N_yPͳar@d g\|/|`$fF4bb6)k1mZ3ʝ9zzOs=w}#ke3_{mC'%OzSN短8/s /`G=ib{źl}ټ| '@37|q=}ՔQ{ {r,ݟ(Z_ I\>j\`ޛ_j0؂濾/f{x?J8ܟjyҨ8[߶-O(y$N ?|3fcs/|Kޮcd^늷5/q:|q/<ֹyWϭ ~=c?_h/(Z<1W=[j0؂NZG{V P\7wys8:|q/<ֹyWϭ ~=c?_h/(Z<1W=[j0؂Na__ x'j膘l5# k؍.[~m m#o x3l_ {7rC9yoOɫ~ɕorW㚈85US1c ^&\컜{k يYsbΛ>=[?}n_>,sO /| Zk,WnPҾ^Wox}?o}=~o~Cǀ|0Lx| GDZ#.ENՀ=k7KK۵y=xp.;f>:Q 6YW۶drz%o}N?xa89b MRl5`s?d}ϚT7KK۵y=xp.;f>C|\K\C ')~7qsd;^jf s5qZ|_%]j.3 '4ԉтly m狟484ԞsOsOy%wW~㪷b> y@z,zNOڋg7ZO8hŎ^~:nN7r #%[5f-P#̇O ;& / ?}ꭸGe_ysoo^]ًx]F2q'A|ų5QW pYk:_x'گldy}u'tuX%? @{ |s=sj~ǓK,hZl͑fqjIs1tCL5 {^]Öڰ {^Rٹz7oߩMmHvC wGq0sߋO@75>⚽j"֟>C5q_V'-՝2 ?/k>#53~|7mm=^x^w1ۄ} 6@{5(7 Ջ#~_rԙ|fz׃D\Mwr{S?qǽN:}XB1>g=k;vW|k&ۇKw_ M5^O5Շb۳}.@7ڃx {8}S_a񷎙{k76'uG0sgO@}ރϾaoh)7lUu>zq3}1j~_ܒf $ EノB:hZebk3]\|J:xƟldOosO,5<ͧ 0|M3p[_5c+6[s/T'9m]Prdl9k^ⲝƩ־~'-imYQ^xᅯG5?]>`7{{?99c[{|{}_Y<1ņ723?T\+nz>>w5b׼~l7}{acLlWg,m[?nx@f?^ig͉$ez/)&'/A< <l}v~9|^x{ϮwlkI{oH,{H n7aً֘mۿ_٧:͓ah/,;)ޓ~^{QHZw\q+Br[IJzC3=#Ykkڵ.]>O闽s n?]j)Q^;^uuǭ}\fY;{[pg'!ǟlYNs[;{\ޜL:ؘ:yKg}sRM̹XkW?i^ԙ=_vsv?Z^qٲ{xSx?뫃%(;7H5z(&ۚ?^Zҍ>uj۩J>g3?1֗۞YƆs6/S YO['^x+ڽ7u=ۺb{R쾿.l7@r[ |˶Dz71llbԂ]?`ܶǖ掹|8˥b| 큑o0f?1D?5I`Sy?q`nC d#>ZuX{OVlP 3O|`OͰd9Ո;:қ˛{=o-r=tn+`w3Q]\/a^o ˮ?|f cdŶ呐> ،֦m_~üw==] ^O}ϿPLC"p|˯^(C=rƁy]`Z3Xv5Z!`Q-ckK^|ytAˍ_|kFo5C_ﻗ[m̃˃q ́-G!8W3~Mb='n>%} />^f/xP;?STML^$f\}Zq{sCo.\h^~>֚}]'~_1r&W@3 䇩 ܹ۾$]?Ӻ_,:q"4:WӮn`~3lD<7V(13on=烦Ʀ7}\ߟOu <aWP0{w5.wzyc;CjWNY sN3n5?]u{M(/bqOR5󏾵=m~Ω1s^rNsp|~z /뽶þ=uky?y]?EbzGRꈕwS_^>ӡkuH⬛M~kb7ⴏwqk^ =o~s܏p[Clq=8Z TzI\OOM18~Q]~qHoo~=ZzT`wg T[|=u޹K7P 욋@]8fߚ؍8_8Z TzI\uW}w>9Cǽ9Ы>cVuoMF?/6iW vy},"-&{'zՂb =?f_^:ٛ\<+r4 SW?z{'mɃ4ᡜ7fq /5`߻u[~=zޯ^ϗ5}⼦~?s_M\7ؽwH~{CW[,?>oeKnqg3ğj~qń(}?)ArCǧ4kό{Gya`WoOuW|vUc7bwq ՇgkYB>hF\2,zb;gsK=q9\u |uv#zyـuuev'ξ_D,fca63!t6'Xl> w\^~/CMjq obq7Kﵖ׸r`~MNqS#N=WzKzZ! Nztߞm7-g5 -y ^qJ yl-jMl?7 9g|xrf-k'j{&q_W!ޞ{՚g/hq79n I(OvrЋrO?S} :dkp`œe-(OP\&PުAwd}z\Či-_75>O(A\''V^|nl4o<6bĹ05eumro\,_3ռ~yB6fO[?xU^p9g#!?^ag9^LՄ|$`jY ņjvL]M֙/@}sMOj>kڿ_|/#ԟS[_x~g'ξ߳^=p}On }m[ ҿ1߀v_(ySPݧqYЋ,=r}s\v҈/gIyl/~bouoʹF~s/߻ϵ:l|sÎug~bK|WgM>yՒqb[7#VkYx0}5roQ1Po9]y[>Xrlĭ^♽Ӽx`sUuÇҫ}_zku^Y+ăI\;j ۿ|sz5^_?}\<DR#| _1t?ڂj$6';vI%[_Pα-kjGI㗧$ml43zy,P٨ioq<\yrB@ƸC}cLz=OVcwlPG>>_{5v.l\84$\t?Ds>Ѱ؜>iW__y/_ֿo>y /u͚$vOö=Qo&sfaߧlrN'{SڡZA-{Ƅ5ɏK.{쁯  =0'[{б\|Cyzj3Q<_7nߠb7y?/~*Ȧ'w57~=?{/-Փzq?fſ/wޯZbLqj+uP͹j]o]C$by2|N.shGZ[:^>{ w3}gM[}p?d̳Ł\ؓ=^{9s%שYOO>kswڪ3m55wy疁'Wql9l˅r U!¼ǹ9_Pv Snj?܇~Pk;ɬQMo]G׷|X.[ky٫+=b>K5lr\˔t|j\,[IJCZGb㣳oӇkq6svrH>#.~>6Q[}qwfL98Ĵl8r|3O/vu'ՊoƵ/wT<1w?bs+?JꇿwvcnTo^xU,־;٬bG=(.Y\^^K='8_ə: <Q[}qwfL98Ĵl8r|3Oثožt|S}%]ߘo{aw:Ӎp\Q-n(t [kg>D 47c^}'"/?CbOwjÛO%zǟ=:uܳml˸?./҇_>7sYއ~@̃ey^BIm"o{{y}fNb'q3r!{#`ưg#/?}֜iؓWL}{/[L3;{׃?O/_P`W~O'Yڋ#QzCrGg3a'lcÞ-n(t|H#?fbuy$Y(/8+ f {ś-WO@blk_ο X]}s[5<9=l˿{ ~̇C^~\l6kßv?SgSe~di^xq=bed|sف,!3Q\ydo@g7iy5{O½ 峷aҋgCrY ^3ⱊ7ِ_3{kbՋX|]?<[9Y 峷aҋgCrY ^3;uʉa\ٹڐϼlť7<>ś-WO@bl'g㣿7>!DȽ@ف݉G/=00g?QL6I:wugrfС lHpLhX=__3/ .M?X5칞m=?R٦!xjW{WSfd/֎9_ /=ϕ쐾9c??ᙇh?KYQ^x#5krn{ ~_͡|üҘ^gr[3‌#{z<@vH5F:{>y:ŷ`{}`ݞ0HzWgՙ2|k 7cHcckؒj tr ئO덏 P٦!xjW{Wz9d)WC:䮯7m΋L/3Gئ_n(Zk>BҘ?$qzzc>T;)'g?!(՞񕇷9]I>ɦNO@4OxyC48i XGra" b;1q 'ڟ' UĜL˙wb?@|1ڏi{'y 8{R˭>Ϝ^7ͫi^-c*[kO>Ε#w+v T/;u~V_Oя$ÿC_'H?O! /=_ν>{O=N!7$?o9Ӯwy|K}hkd.rԎw7ULzOGf4򉛘#T;Cӟ/iꕭwd+uZU/ Aګotn˙ 9ͧf^{eLu9ٓF:Q;6sArћO=̼ʘvk?uC sELh!IqHd3ON}Wc|tX͚cJ90{k9Ajfm6őx?xs"AVnywğuƚm55e+'^hՆbIf<d<$5yqκy^{]7Go,lΛ6O7 _WAQ/K!i_͏N6ދ+W_+=1??</=~gaf[~}^^ۿaK<~|ʼnuI]Gbk#Ҁ^gGξCNzb/l+nӓ;?u߬:,~b ׌iQlud7P7n~zh>m3091,.+{1ekLXq3u4cgHҘk~}D S|m2Wzs#;{). rIq < vb;>.&⬅jöTՃ\`ܨzcWm![8˽~r;'Ǵ}/o0SW#6I8cU{d?>?w/?O4C:Iv@<6us\"'o__3 Eͫjq;i5Đx ؋MOSkl>|b;Ü}r6|3?' qBCylӍ..6(=[.'>G߽y>@X>G^^8+_??'>?w?_ aK?io7}yA[ f~^x~(3^a< Ĉ w̥l'lpGy?iÌݗޜYtoޓ].9{y8Pco9|ś7#k^]`od2{\=P}0P>uZ{f[b!{l5揣kÌsћ z2a|_[<?̸pW s1 wA>zsę'ߊ/  &5jC00wA`r "6pP(?=Io\>v0=O0׼\98SK.C=?F=>|5ěxf}`.H 5xC/ŖG>t˦f~xْ~7l1{Y:xɩ/;fWz ב>z `W ɛ?~W>| >6kֱj!|Z̟u '>'dKqk^.>7Ftx/Ŷ@9klMBua޼TrZY1{7=.5Cr,m()cs5ědc׼OOσVdpXj՚q =)I_;y?Y_/ɶRT9'\ԿZ'8 'r`a

GP\9j ={+rbŵXy =K<}ONصp/݃~s>\ s/6hgUdQd׫X#C%d\9頟zz`;Kq=:prD6s<bcxɳ`˟-=dsQK<\~_Kݿ{i_^x~pB}^{]_^5~|l_4 {yE`-˝5 {;#f<6-y'?$CjUøQO6s<OaLxd8 }yZW8:ޘМǛl<]}FzS|sq+L_PIoLNhGq6`zjwrg ȮX#f<6-y' )9b`+4!Y#Ƴ}~mRtqʟ0B0lMj͍.82fzxcjy}ZXò]TN_6b,z5{/:ݶ_I~{kCjs )n`]L{|J߱r;? oõЏbNĚ}c~w}ߟn/~ q^oem[@yƓ FqFy8f|C|d=qq/{ < lzc'!eb HV8WހM~ǁ~&wy<[|Wlk:o1Ni&)f^?lKՊK\F>^|?S#i73kC|ǣ9YFF q< lžrd _n}3OܔgmM@g-f) 9ux|q89$_lPjNj#jfI=W :j6#kt{}ӧۋ*Nƻ:O"qw{~W3ak(u$wK? =cPͿ7/[5=\G_k[.y'n.3a?O/h>6G<{h /~m_.5gjz^A߯+'4biͩW?rYs{Yo''[QQ[Bu'Y|<ٍc7[Zɛd6x&D5m~OZ3w@1sY|^řW'I6՝=F |Sm#N`gO'ޘ3f3=Cjxj`oTg|:lP xĹ0Owzogy|Y>|J8s< ՘ ζ8oʑ /ؼ=k<z|\KGNC*2?=CJ׮P75qxjl u1&/1`+wA

sD ~~ kC \޽jG|L;0{=̻\)y;{rgbI=K_o^=,s ov?sCvi6\wqg3df3S3溋bOM8slƬA?kœ w^䉟6W+U/v0]?[qg3df3S3溋bOM8slƬA?kœ w^䉟6W+U/v0]_?8;hd>pB|/σpP9]ŪmaHG&6s+{ps >g9I Hn,\ڭQOك9MnO?tgNX!xľwLe+MsqjWqz o\tOcg T# z#^]+/^y[[zQi7''/:&\/lS̫ ^9L)oy~99pse!zkKo^~659F2rs:.xg?gS`d 0fM_\Kzxփ4eU C+ɭb3^ܧrk=|ubޢ:} '1~3{i75ցޮ0tV_Q^xJg}_m iڛyϷmksOqO{|sI# 6ϗ|OBP/^7a>q?9 ^ s~/{qld/<䁩C\&O sm=?c>9t<{;w_z.S쫘p z`@VP}=rX ^3 N\qH7ȯfrY95n\; M'bqq=7Lfb'ٟ0ُXhC{tN۾z1_g}HGl.#\֝/)jWNΩo^yzr-ڇ>w~TR.ʷ/\z$O=g)> /׋?^t{Vbg>/&.r>:y}-ɞ{g0$[C6Hx]<@q:l]{P 1g88/>u'9Ԋ/03#x8ZcyId1>4Oo>//J|H68]LM7}l箘o\~HN~qq< 9p6{5 V#>א.7rsqV2^k\H3o,0uS.KmsVmcq׀ۊuMxPv}+t۵o}?q /S÷~ z=_=?|^ӻ7s|u=ld1$ٌ(!ffSfL䋧Q|C xrfntXH彮7|ڃ9d+3꥜/G+Ay?oK;x. $b@~ }}1F|R~s@E8C<cAz=>vwd~>9e ޚ]5(ixiߒ},:r:6yǞ9<(74 7hfuwNw>|*΋Lv?g/ n<IJ?|_NF뫿{WŞ(Z^^xgw-y[/^pAHK7HKow{/6B'}'ur h.{gƽ[}& q7$q΍OlOi/_d{g< f.aw1 \|6rΡ8?vيMG 17}sO]^w^Y\S}ô wF}]L:1s(l/OFy>ş~GbQgyBLg_Wypݟ-'yrƲLe7kͷD{AMjsf~fg,q$=cktaRv\oGS9$c䞏j.G5_(>o^\>m5{qٲ5̸b`,n0y`3'Tg}Lmǒ׏b y- lg/ _<87~z}~xqo{O߸^#j? 5֧֌Se>0㊁zh< 3'Tg{=3SoC|;c (&}N.3-~{B1mP\u`{8r]@N/& 3gDŽ>RO CPL9:SG'g0mu? |=c6(:0=GI9bz '3cB vx]'QNxG / ox#عg((kc^Nf0kQlIn\?.Xܟ 3n>xir֬`ވ#9޽-<L+Q_9QO~>_]ħ`T^`Q˼} ͧ7IqCfmJng }^xᅟ.?^q޵_{diwGr?=:7GvO_ q7ˀ8'S=S`T˼@u8R|lSkW|8?Zb˯#μ5zqXͫ3q:g 4 |aֺj!;̵?9QO^Žg&aY#Zw[mP ߌh=2S>nz"g₹s R=O_H/ߋU^`>rg `t{XV\:}.fщsrk'&9oN_u/1f~` Tu yg5!fZt<˹wr؍>Up==v|>u۾̯mkxh昳 / 1'^qkq#̙\b/l?.!uϼ fZdya7f t =;dϳΙ)\o&ĿF'w17c\L8U 3o^>[CHﺀb6f8sj.!uϼ fZdya7f t =;dϳp̛Dzz&/lһ.خ#ΜuZ3?|lk3/x25wrwOH@n d5"?S C[77{=A@|?~ x˫\֨]3|~oΧ"6})_0㾾|o-@D'~O'1l{^L7%YEO5 \|aC 7W0$ߎmY _/S[K@!W{|^x^k}ڿ5{O{{ 쐔yltϚ%k꒓{Mk֦M?jN}O~qW~^N(ԡByzm /xˉ9/VT[O:[}+gz zx~ϸt噳˝W^m3|0w=u\`^6򽵈b˅FrFP,奷kFyC:Q/6O> w.0~R}}wZā ~~R@FHY "GgA,g{qP9_~9Nm]6ƣO)6IO\{ؾo^ 2,}ċzsMqyŒĤhM' ';?R\'|bIp}{5oŬ= u?I\/8dg.5>8Vk>]xl6_x^zUz@:`V9ۏ|_`^v23Xycr?=1rIެC\!{z!}Ìa.Lj͵ٚ?{9ߜ|^ͻ&Sl2y@d?`{]_kbk595W#r9=pM}rvu~+\? taMGV?W3G+/ua@G +FykʞSl5il@g6q}\ֻ~A?RNrg=8iq>8kM͵8M׾ /3z?nuoۯ>k#}1 Ο?Z?!lWxC{ooe_ə=(/;d ̙`k}G5&5MzNǍ]|AW?[`֮7LbC7sbW'dK7?6:[5 lWxC{p֣Xߴ7뼮on`~}Z쿕;Gx " d[@ W(}_{@}#a^;7ූ`>ooǴ'˽>Y 9v5 a+z{V̝/r?Ͻ>l9`{/gW8G/d#v1kn!ibw~gnYnN?mlsكo /uNú<^=/Cc{{mF1:3OO{: wte0' i.=4o.y9Z{lsw˟CAw.,Hs~:OeйcTlǐY|gF1:3O|quiś{]'Hs~:OeйcTlǐ|]/u?4N|TD'VdIy{kĪgh~xKO'`\Pl^yXǵʖ^&/$T>zVo=84&ԃx5>̋yq.6<8יc|O󢌗"yp`m}{1\ibp<\dX>ZdpOĽ /G`{p^ߏۛ|倹=#idg޽1{<.|S q7dobmB^}K9O|rk`s{O8fLcvcOz3<ͫ+րz5#.Ξ'`\0s:ZGǩ<3sCng ̫Ә=kd p>.ZS'gyufeȁ|}AKc: >}&u콸~0́=\OA9gmqo׺ܯ|^zяi 7u{C߼O{?6=F^(>~Wz_)4/Ӗ>G6O6z^F^(~Wx]g^\1s͓ljjًg;yd#^Zc|byqiK#'sXz{`#pfe̫e|?+okzNiP #kl65 )M$̶Eef~6>/6;\O1zz>1$__xڏo>?uX_@ؓwқJO$_N=y9sR>Ezs#?2=dfclFyNwx\cm=kBr5Bk 7+/\+v"^xᅟo7~z-wz~kɛ$¼@ؓwy͍7F}W{8z?\ 䁙7'̾:s 3n҃bs C&>ׂb?!8ܑMlìsgls=~8G&I *!5C>!RǏe^1Wa<+IZ|t`n'A(><W`v͑'4_o͑anguiߊ/¯T,|s`'Hf]l0_1-ܧTSm#|VLvw;kOw?atً9SWD[=? ]d՘Sc8Qo<滿;۶w+8#ggM1QMH OT+YDz'}˷Zkc1~k׏j /|gS뮱_KsQ?d9I&QMH ZPmv5I-䋓ޘqcר^{Gq|M\dɗm꭯y׋\#N(|ք1X1?%AK@oȞq/.sC\}ߝ.W+>a_?{ rgi;`֘}ObU#dO0'"d/Hٓ:en;sjr';?o/z/o? LZIn^Sxy_=A &^[Fyy>@qFsjsƃsߎ|֕uu^Q/|r:Wj@13|֬gG TÀ']RsX~ b_}{v-)=m?mqZV_x\r}I[=m/ /| Olf_L<^kyF9;f@=8sr3[q7fx:l;MNy3^q~⁞o埜٠zz I9P{ &[8g<c^ xqړ{^|l4go8 uL7؊wMfN=?9A!/+̓rY#Lbqx0O1$oFĽ ^bEp㴓?uLJw}{ЉbAnzo2^ 勍>7z!m~}2[G-T߱mkw?{Ux5^߶jɅc/J>k߲9gw8{@qPnFque~>8`81^pƫ|&GQv,<玷=rK?YطagsNoȲ}xvҗa-czlν?UL=vgƞű׾rzokYӍû<5NZϚۦ?XI< gۍ&<j+vŻ{')nQ@uvW/DzڧP{!R^>_9yg {ʵw5;QT\(c?q''[~d:Z go9'Ĭw=lsb޽`(?Fqкt>s<>V}v5o|.| 6;$[ sW.i̚~Wz<.[@&7;S8(W~/7e-T盼09gxOCZ1ʟ\=ֺ[C6_)_lL^Ȏ ?ۗ[W}M^|3{<'ӡZc OYkݭ!ծok8/^ڳp[")x^~zٳ͸mj#=N |əOo9+߶_g1G8/1Iq>t8mғ:t5 ^7=+6ɿ̿[XW.z{<9f'΃0{coq=ɋgaXG%z7瘞5wx{bwΪϜ ʫS{軷K;frUJO3pw/Pa k7}lz8'ײYg+Dz>ג;m~`|p֏v=4C̛v/z|s_X#k⛼Cy}ؚ7@Gfqḑ7#vqcv/w!|eIq>c 6`rdkk=ϔ.6|W!7yˇ vű5oVl~;w>28eqF}0Bz5T޵gj>|p֏r>#5pnxAq˙qpl 6fY9Coa~ɢgObʼnc?A?4W|xصԹ9 fp5AT3;{yFəN!7.]o $;\~''bXb=}rpٖ;nc|e2?W垺LJq}_ݣ3?SŜ|}lr/pɋl.NO,Sl'|zw]gAl6=.pY|14?}^䞟cu]hO/ծc~z4zvC:\⋭?d:{`u8|ՙXŅ^Ȇ zr:a˟lW+NL?L<wW_T/ělMP?Ɯsit~H']|ջ)ņcrً+e+&{kLglqGB\s>:_kU_qPIjo;Ыۯ bF&c~z4:nw?.ݏӔb19}U8@ ,>@ҡl`bs\o:oϗ7f1OzwkcwcJ{hOv_!q<г])Ϙ5oMe˟ Hciޅǖ1l|f2_#n|]I8}?p:ϖT{] .~.یa<˶׶̏5.ª;nO/|AG9ї5s'/u14V֊9q~I9o>o-6T5F\qj5.}ցwǖOŊ9;kdցxo՜ZW㒻]7>6|CZ㊝x!Q{1]̷:l'wyص=_>V {M׀OIz(<>.=d8 w/eK6HcrU3_zqôC>iL{u/Odr0=925r+P̌W>l|Ndu ~Cs+>39#桺I1ٍIf?9rKxa+4&W5?L;$̡ƴ'[GBO60/g sN)oY/Ǻ Xqոcqɖ'D:ZG(~`_96l'Gq@cio1l|f2_#i$W}9Әd(|g~Ts&R$p@MO86n7cXĄz=EsMꓝ׀~jH![G/}<ʱ ϸ{A~[c1&ό{sŰ:g Nn>U@OwjCxI?Yi!5&~;>}&9+zsw -G?."LDV wOr>^e/7vuo/v?˼W]֏~>rԗ6ñX}coqyHp궟0ci5_Ͽk3}ksZc]!YyP߱88=p3=GZ_.Xwvlmԣ;%w/}>Q 1rĉ)gI{<3n|ibGw;z\x1az0],y(34+7Oև}=^32=8\j;Al2q?ƌ_<qs o>[?v9q7`@ǥ7?f~HsŲn2]Nz :qb7>q󿴓kn#5g1͓b<40l.48 +7{|qu@ozV1k?{s;.;5v9'˥O{C{SKNbW܌5'k/桼ת$<!/'u"/{|bԚA^:vy?qVtv!+ako[}U7GzYkq=Y_>8wj/Ć5^qjo6וVL] ƹnZ_{}t=_笳Ʒp\}u%{]| ;r74kSO?(\5m|G_+g-|ǯ0~#{.8}4{eCj{-㳗SsUhU7z<'W]s ߶#wO~ĭ/W~OߘZjAS/O1|,N̴9Y.}5!{~`bi\d<}ֳ8so/,g֛yـ>l n}0_'鳞uI︘xPyd9dQO'~!'{īPV~_5OY/U޹W >vړ>ANo9zsNir>cϞFYO>{?}_ϾWqOvrzmw~];k5//ik߹r.;;^̧Grs粟.oWؽze?OomgyѿbvC6f<޳ϱGg}{^|T~Bsg>;g(C/y>ث fxZ6s0e XsG|1lj#b>=yn>~泞laS3̧?wϟfWzpwb͚tȞ> kM{lϓB(nDb.d(N]g̟=:Fv6X/k%}Nfpr0gǾ aA2{h5Q}Nߢj=b˃%[)O*gp:t6صT?rd;kj8lMLĭvyطÒÿ{? a=:k jd5۹:8ck\4˾gz|Hؿٟzt[}9uW?˾ΏutӷϸYNrc1:P_8Wǃ˶h^>mDzlI#\qոY0ݹӼgo=r/)[W{Q#`n$[:PNκm=;w3o0 u4B~qM̚tCȗf{,<l[&~vCjd;(f$Cql q7#@kz $ag^:9}8[G#ĬI7{|j=b˃%[ngN ]uė/=T_qoϪK_Om=lM{"~p,siv~F_ctۉX1օǧ=7'o?rQ]WϮ۶־灅X6]o{⯽Hcsį}}>ƛg_ޗK7cԸr=܋#u]EyX}/sx_SBr̯}Zӷ}_[Kc/.>'9~բ{>ވVg=kؗ5aɒ8csX׎Sσg%s̞9{ӱSzCޥ,K׉9=ǹ}rclW̎r;&tU^mNεwqE s}=xS\~>Is_cCW_9Hg=9O }Gꁽ\6ylr Fѱ( )qC|,K(>ٹ8s:v3/!d;;vF)Ŗ[-.y1x-8ufLHuė-r鼴ⓝ3Ϭ-l|L?bM9Yc7k4Rlₙ_s7ҋYgđ4Z~o△(ݨBI`âyFg7Ą{Q[ϡ귁[wYWr_Vm[rqM쾗o~ ^yN+gʙyP콧:(.u4>8.2{ow \1G:gC囮m]O|!Be7:? Ӗxᡤo^ [_u}d$:􉨹EU~ ^s>0,.|tݾ/u|f~M7c>O<;]7K'O9=.ߩs/7}b%m__\jLcޯl;:wŽpWkas8V҂-i?>ಯ'i937 {7Ads?ɟk]FoAoإS7䑛PXxtq/ol ]\_Ybke5r=9ǧ?<_Fgl/V lL[+wc7ǵ> 9qGB=S;$ gI3͵cO7'eڞ{h^|Njc"w7m<(xk瞞uԏŦ{@0c6xf=_g^P{=?$g3<갥# 1>f|z3.?{qS- AN̺V9ɖ}]o7QqLdw3nʙyP{=A@:s#u?]u#ԫA/C+--:l$Ai#wMD}1?~͸i+gA]\h}׏دj?~׮避%ҧ `P#Pܑ \Ki>-öx2{g#o׸|P m7c3,6 {^Ye& {,S|.NB|:ȱwzz}Ͱ]_9>;j57NS^Zǟob֧_zQ;cLٵBןЧC{|b}Brxzyx/j‘ǪY9_Ҟ-S=A]vzS ZO/bڣ7ŧ˷b}nԏ!؍kqlBXs[bGȫζ]:ŷΨ;|뺻?;y3"p.i vU׉6?1u|=ϴVq_}O-8wG՞=oon]۞NRoŜ>1Kw!gۏu>%׺EGckɟj=gGK߲[#fe<5N_c;yX:>s]X{8̯+q_yŰGS#s\Z:ye;2/+F6v7vz7m]dIWoʡeo[mր {Pn͋g̼c[F|_ʹc֧~QcL/]3q==͚Vn)Irli=[q0k¬kނܙ5'gld!b桸9WgqϫrdqٛZ1Ӂ^umfl{;k_=:ˡeoYʃqCq7/sĘyų|͍r jsǬOj~~'jPb:(ll[;Oyً&Ŵ}A 8$qLYtq |w.8͜t~#N/;y}Ct>i.ǧϡZN[ϹY]7/ߪrMk7z$gmbױ]OlYd[q}?ű_/m1c7֋銹f;~[}6ulԋZGߎͼUK\ʩ?㑷yqcdǪޜu4:|Ӵ8>O-~^v8WIy^OCrd盵gksR?ɶ֍(fn our䜇|[oyjX՗:/ZҶ9WڣŻ/ǩ³ƱZܹg׹V[zP_qsy^^oڧۙ_|3ҋ:wF/8"qLߞ秶{;{dfN~:?Evf|F!ㇸIyo_B"g5Y?}jqg\w)?۳^p'u̫~Y~`<^l||y_vf|][7/>#x ʙ^~TSBD2bP72S|;~yKߟ@[yUX޸>O~;؜ \)/=RbZO`U 0~|Qn$AoM|O:FY82N(y13~-s5qBy͉gsCy\C}䋏3z0R{v7OY{<1~jw>;&w9d=5-|;%u_?=_rn4׃5=\wn_{u ԙbvϫ~8ص/\q'^Z#Y'׼?Pe/7n2}z8cD&:P>Y]1]YWbO_ 7-;랈/#|'q'_syL?w妿v|񱿮yO8|b5gCq7^nȍ_?Kva ]q3W>8ΏjMo٧l.k,ob߀^:0ݜ";6}O $}S W/I(/l]Oo^dz(f 㘒nw2OK#L>cr8qM?cοG]wfĩ}C Ϳ9}Nu<\>gCYÙ?_go(7ܧys~ulQ]:Ff/"Wov<4x{=#OAlkk׃O[S,mY1~=3cg^xzP{8z޷r/f{Zߧ[Yz9k׾kwm۩{گk]7F UgÙ>Lj^oq_h8OΩq3ӫ1-⍙w8s#/ α? gMN-xs5z> =l=-_n빸Cͱ^gs=:bZW7Wwy}^dxP^${Aɗ_//ǤbހY;)ٞVlCnмrg߿?sKtWh>y tvC\ƹO|y^xP^z5W=7?1|P0k1%ݘ+wiqdgL.#=i+{|j7SBfnh^|CuϜxu?$^xUMOLy!=&=3qLG7 y]oU?./a[@ma3v.܃b|򤹁ߘ_oXZ xgOx5;$g\֗'naQ\wqGw6S^{?^f,fbr@ ⊁bC;|Y\0וy0s1e̵G_Hn盨 Z||kƾi]h8Ȩ';nk;s/17wω>y'_=.>N5^{'pw_{PZy(v+c?.{yu=jrY3`Oeh;u 1bwĽv}̸xϞ~rG%a}zqkZ箳0bu? I|;>g\xpj~ uWΎsٖ=~]k:Ʒjj^4;~"h\1rjq b?-=S{Kw-|g57ٶ0|>{lԓ˵s[^MӇse֎B?OriumQN\=cOTjkXAsLMmY_;s{ٸ,{ ,^}cm]_ZzH!p oI1?0zq@1͒%ǑMȴҐBlmFe6fƨ =7 @y ODf>U g^zq-SR&y@_BaX2_:53{\cWc[C%8|@f ̓`\9Gf]s̙=.v$@O?8d(AAs3^57@Ϝٓ~75o[?GsN/qڙk|gr(| 퀹/,Ʀ|K_6scNk>lz(#ؓ^ҟ'G _?z<6⣯2t|/޲׊%nIy/ Z5\v_3ޝz r]#=6á>ɛͫF|Z'vDz/%v.âcW:̏^6*:i?{ǜ19W<=uq^9k֌^LǏvٓ(]ע9VU1~dn} f5_{d+W~v-8~~Bk]zL^[j <(; IxQޏ"_kks蕓8']6ޱ-=.\\}ϋc&}V=W49{;_5~ >8JF_g>+~z&&{|uͿz)aޘm෶9<^jn~0v<$g9"|З5aC׏$H2΁91<=Y5a. }|'νm\p-D3^\̍0E6.a]c`c?D9|Ϛ-cZ| Jr#Y;sf.W s9i_uǖu"AFg"sְ1ͥ]N>qߵN2 XPNJ7 9|apD~or\#ˌ >W0sז|ƹ6 8!پ ٿ< 7u9aEZbcyV@%_cΰ6`nO5 SG\6đC|f29= %&۵x?ݾv>Hzܺ1 =s~;z_uNnN1c'Ǹ;.1>4KchW㞅 З 7~9){qRw}a>Q<$Ashu{n4{a6ی?ra}yrѧ=(7seg<AgJ;cI\״!3u3s8~L9v\'Ǹ;ϵe c0ҽ!wrI|71 9o>m0V_΁6ڒ8f kI.kڐƙ:9ayx?ݜ@`:w.v=`n i9j>>8^l-u}?9tO;<&QZs"od (!@O>W? Ƙho_A7XYuŚk cy;pz5Nz}qt:>c \뾙g`>g:kQZV%ϧs`}zI꤯+{ X^@Ƕ&AU㰑 ك9ۯ| n H?5aoS,+c|~ ȵ{%qʖsǸjudVK\k%aϤ#̞d<ֱE5Nrcl=q?>_&ߦQ쵤tmO-Vrt½Swէsw;Z3254ʙ\&1}Ͻ~"1ul-9y>R'{$:Ƙho2}X`_ﱑ+yY۟&+A@6sy͓̥- r/yژsõ.e怓 ^/g]3@'Ϛk27?H?H:Z%zyߥO>s~%}]!f,>$v>칀zݞ۟*X/=d5uCy#YC.Q578oRȅk⋗>~VZmH;:=p1^nmN0%:^VG<:C/|mxsQSSƜusw-{7}3{5[;caoWKEn3*9F ~迾f'S{]eh't>$S0ʯ]}(_}kҿuܗg2\1Yxﰍ*>1\ +(}l5FﱕXq7g|-~t_C 9{pm7u̹ؽ+^Vl%{ Uמ-_:G+>2(3W?_νљ0|Kt]9GƕOAXA}-9=ϵg=kOYS!@:> u$#k`? cXH}J /D0wu g]%6G'`?d-bgpވp̣^1̑ cӇg^m 8`''?c؋fԭ9}IL>/Ήz)aMe @:>bSG2\`2/<@9rig {̑u1=7t;β9I97,cOSynS5s9e/6 x]_)5( @lGkjڟèwG=ƛ?k:ς{cHhr{y~Z;G!㗃MH?6l"oo>%kч=gz_3Zo\ӼW_p6gڙ:*gq045rYG!s+`޹u:%ۿze=՘'o.?Ї<ٵ㩧跾vMiycP'as$8k ]1ק$!2N{{*2_)k9O;6Ї\{d-1 SW̃2OrN>?}u A Ц<1̓09^5ꮋ}ԁ=P=į\5XF.?۵㩧跾vR\sO`߰ϹÇ|R:ȯM]{/>=尭xc~ĝgn> ܽ͛e-aͧ~R<eGuv^dmj06r|3֞Fcϼ=W.tS>>纕¸܋OYKG sFٻfMsJ5=O+1c<Orz:c5 1O35 wsr>ɽsr6\k׹~#C۩}8~C ~w͜~+EWM/)هεQ&/P|9 !nN}|@{!rrOm b5$?c̈́=%\cy"w}9`=פ\)יۜf, ({kZ hRõa{ɇ={@8l^ʌspfž|u:c~}1̇'N>9 '9/yp??_IA.nc77 =d?΅>mz0?J>] l%4¹i !OkN]r[_-xxr[]`-w@w+;83p' #G\c' A~kڹJu֨8/gͫR.&d&f/׬es7zR}mKkgkzc[O^}X6>Mcgf27`{f '3lpק癗XyF}[qNN&/@>]#.[7uY x>C}W!Q/:}uink[ \?0NOrtr=>sssXS3~mme{/Nqs_>{lr!fOSk H Iq~lSXп|}:0!Xެ${o6`2^0ݧ\v<2vk99`s8ק4~1)\ŇN2?:5:$奄8}|{R}ut sg}iIر!=}y#uUiuLJl2&% غ_u'Wsy:`9S\?ȘNƇ綉q߿IT49.R7Vn7Ԏǜt>l ?@>"&'9q&ݼ^\x8 ׂG\ǛQ"rQ}c S8^sk`M`K=\HR]ܹw?v7A &_.@5%X-<WrOܫC;vD'#*y37wMӛCeHqPkI<6 |RsB\EsVsF}]E:-k 9/r޵y>pI T6|}?u57>J`;s3#!?lU Fi9ZSoܯ}b_/e._mO#6 |YKds.\<ك3<\'_>qsrJͩyK^ f{#޹c3&ځo?g?sn37sϹy_?>u$H.SP &5"9гuH[yXf^/k B=O=h?sګ:o~msO%y316u9k޵؈n^b0T6|sn37sϹy?9гuH[yXf^/k B=O=h?sګ:o~msO%y316u9k޵؈n^bpC R'/#z?g q!,ԑ0pՁsd bMbV^|G7`O9ԁP\tO@8Ohw?2b}+ cK+;u2$V]5Yڼ=Ϟ2Tu! c}/1]̯/m]/C>1YolZQs~(`>ɺ欕{D_cS=@L?kK_b=Gc:~dg}߾;юS.2qȁt[ˊ=z7:]V8sӡU~ 1Bmfj}vJ?6ٱȪX}#Q7ujuntlޛO/sWwŽ,{c0-۶W^[%8/^2IٳFx_\ҿԲ:emgNǔ>ܕϼizPgu ιx<`:nFzS@xǐ˸+_%F!7s@z]WǗ5Нg/;crus  cMM? #O"g_gce2/18` rcr GO"g_E[(@9byH7w.}a0a ]Y?C7zuԑ|:>b~ 2 e#\tg<ƪRư?nl}'תrЕڑ^1֬mMB{vkg%+<󀼮]?Ɍ-c7]{z_׋x-y|z":ӳ>C?jzYK8E kq}{ [ޘW y6:vѾ%fݤ'JbŚ_7jd=~'XoL Ȯd^WO_Kk/2z~,9/kCW&g5os~dwG߽O._sޫ#z^gBȁ<󀼮C響3N]x/c`~}ͼd @Vc#?~K^jd^̛vm՟xpy6gFaL?kΘ5 B:ohcha q8ter7|0:B?c OuWyy]ӷ~Ɨw.SKgo0{68'^#`霣QFa~VOPEn_p|e@kP׏?ÝSu-u&׫xw<^1V笡>p_o:l -Z α!?rn :g=ὗ0O Ɯ}-s\Ȭ=sCb/~c}+N2̜Qb!o\:{zO{nl!Sr>eZv`\YPr!UYI?:COBE4R: '@g%EL|r__~";_8_o[A<l-8h,:q?Jÿ?*U`q}0z }ȇjy֟X(OX̝>ߖo{ϡ=sbc~cQ>9ח>ýep/y \9)iֹF6)ƪc|Hֹ.9g󝀗1Ʊn`m19]_YO䵂g_Iھ'PU?=M9?bE<~Qf=p ?rWs/nOx}ػeG+'}xSw-ڱ~\aدURZXˏ9w`~ͭ)1i^~B>QFya#n5SJ&C^\#2\=6+GÇ-Wu5Wz`n<9Y7#t}W\5}we/^Z9@XVvzf[NkEOU?֝ϩ'?vxu>{\=|l x[[om9n c{~ X}"R:!Fk7V{纴%Z|'~=YOV: d\͡Ed.7vzi?DsN4wꉳ<`>9J\Wy 7ڍrQo'/߽qkK H}k 7XuٟҖ\k8cL0v> @>穛Cً3\nJ:qkK H}k 7XuٟҖ\k/g_d 2F_>I`?r> ПIթ69!Wcm[}kkC%  "ځ}Q2?aa}{,G!{*/<7+ ?t\݃u96' m}0B9>{}so p\ɵ>/c̛kǶMy{v~=qwNFB+L\?HLZ}~9ڲ}o&/{`9qj9vb]- =sWپ4L^Sa&v|'yo}R|׵Zs>C_z_:%Zy=YuC}jQ'?G6*$SZ@'vp~)Isg}ި'skf<z_yj`W}:-cZ~rמWLa^KN~sd>ٱe5;OًY6dӶ}}k77izk=5߳eok?֘޷N |m =Rd`٧9Iˬ9@'g^kZƛc\ .ܧ #ϿO3kY+;s`3Grk\Gc>sǞ{fp}>`\;\7H^ڞCwB.q:c_mJ }5a s);{o:O`kfà9@'koȃOs<__{sM'C^0sόq9翪xEl !mІ#_zɛ)?KLr!SFͮ ?r=3\u;z/3d>0rq5E7J @. :a tjj7Α 5oy?9z(`tW?Ÿz(IN|lbn,{[_Cv6"ՁkTބNؐÇSkd?Zoja8'WRwl٦O蛇aƟ#Ǵl׃zjzaI^q̱ο3uqzuuǯ>'_y[Ł3U4' Hu5%\o^${k@/ur4t8Xa33sw4scY\F8cTMukcn,R0d\l5sy`cn~etsscuӟ.I} 68s0\^@q5 @r!޼حg:@̕9Y3OiƢ>F8cTMukcn,R0d\l5sy`cn~etsscũ9n,R7kr\@u8ěWB2'kf)XtȽgC@90ɱsm̍Eƃ޿Vw.Ϲlo=́snN9`z̓:y1gߍEO=fm:C ȡxb]3Wd3>yx_4E؄q7F?fbgo7\1?:o@?$ :oX|5틓G< ˼ W? WjMn<:Vu #u{㌧W<5PgS:G/ŗ}G2@eTO = cHT:{! M^ח=P[^sg'AA?v߸ gʳrs5e8קH:7\7?|cr,!IDATo;>H`6o/;0 )#>m@Wgn`iK19x~g{W/?q想LL@RO> Eq*DZc] k3#?0o6cϛ#̗lkΛDr:D,|,̏YM<)gʟ6`OB7u}3<!ox603Lڔ?#[E7 @'V#%y7_kl摧@^e-z>qSNKd_޳s|9tKyu8'yJ"~a{Aڟ=Bl!?zdT 3sjM[ڜz^k/n# FQ߽C"'iz˶8\{]W&s'r-Nu@hL|M~?<`=sPŜXkgQk-5˵hW:bXؘ_>ֻr蟾֬y}Cj#>H{7Gﺾ4{vfON_)|:9k5|}څ2ށ5dQ\Z^7?`p}Ԝڔ8lЉHI,=YͥRJZ+s11?}%gJY|rt9R@eaw`c̟rqe8̗>Xk)ͥRJZ+s11?}:g^|?@7p/}'֦'UD6+ %F7νk0^dϠyg}C7Oww/)rO9@N`o@kJ_e]ZpƵZgk>(;1~V7kG}m;^í t7S{j3^.>\u뿺݇EqiN@fl\*ÏN_!p x#Eub?W|^]=R!wAsb=lzw˪dhjߴoH]W9w5:{; &Oy̑^/>9̱ {8&ȺՍyQbsﴡu?cvly)xc~է'u3s^6^d)9gza:^}src{ !/o Ϝ֒|n{:o1'e:8{~p/޼Eő ȋqnul/{|%pdrEla=acc2gε7K0ϡ 2~qq0=]hrD߽z#>@O a$fbvz9?~*tazL('ڬ|5xa @1O:a>Wsꍥ`y f/ZmEZ<̽P4Y>Um':c:_o^ui` xB\Fɽc.gm{4 rEa.qp%go\Uڼ+{&+|bex5o%[Z :P/qր5Ş 99p?s}X{ "Es^9+NX/{Os˳\_e_9wo``s= ה`͟C@L7N랩'u:s} s\o!s'q%ޑ+aSl#hgrpXL=y?}3\5%g}{dmd>Axk.qt] c`|@;=8>ƺg1Qʽ/{0) MJl`coR; 1.sԬkQZ5\?7:nX<$|jOq9f :V+o<Yssׂ=2˳'l2wOV{-T}bv}ٓPB[Oiߜ̑`rTls;o!`b j؛NzO,}#&o<@Öc4S>A| ysVvBSG?~lwZqr̞B~ZO_'z$p]OKV|(>ym19؃3Xs]?`O؄u{79>Yo?11ȃ ]`NWӞmތ6Ο} FcEwM9#7zKc]y>i!7cЁ=qأstk`Пa}6Oµ"mϜ'G}ח86tanns͛qyOqnAd3Xs=/Ϟ |hK~o>91 l7ss3cć53 ș ?6mTd#dP{ö=6-cWmj37w?+6se]| g W߹>:莛ppcm~>2v ysL>jn{ujW`n^1w}&z="+;~М7u@lm`nt@ھg>ɌBG_qr^g KqX76:g_[m֊>k3S4 ۬X}a8=0ܝ#1VÜ=>31!zUq;WnSc g76_%߾?[{N_ k3ޛGm>Z+ZoӧG.ܧϹC>` pNǐ/3̇!bO>|\d@&_s􋴩795ul#+lo9=?{| +OX8tHPاހs 3?s {2u+_uul#+lԑ$qrq:='Kݰ) $ `OwQ֘1:^(~o5y؂_`<n-?ŠZf0 u˚w |2;~~k}B'uzY{^~Fw= ;@i.yC<<0@ǧcX<a J kkKS{p 3W]wsIk `?y?$OYY_y~ 3yk U>q~+ep,:ens|BuM~Grs̚km}JbGRwr wf۫  |Nux=_5;6u= p?\?޿/൛ iwr~?ƺ/hܙ똜 j9vj)sJ$@S~޽ dq7́1:9[̝ͧ_;~~k}B'y:RO p}5;6سX{0@ǧ< ׏-px]9Ocn>}~>Ǽ@)'k 8~Nߚs`XoǖiҮ'1W]}Y |k?Zsc^5{d?oM90^7cC4\{{iw?we[f^ G?&Ov9&$&](|լyZ l \(}mBzc&/f ޘ tvAwpUi6gxŻ]uf- ~/{q{OW^ѽ./g^u1\cN ]mt;O\}c^f76y~`r0>m fO7=`S}xFp5&=ހ r˿NV{@}jȗ_\?Yi+z'+rmz>!\}:Hkzi^:v+Μō X GYODG{M6tsD?|rb O9μ}ǟ|: EC6<3^!\zqwmyoDG{M6tsDIrٚrb O9_!\z~ݣqrxt;Od~ziC׎ FtOMu9:1ɥOk6x>w-Hrۘ9EX RPO_vVzl{3oZЋ#1_#ߪ5J wmB5snr6sd2ai/y{פuSze.aOk8Kk ~5}foӧ~c79W9'`'zokΟ[Uƚ_C.|8Y.\{ϼjks /k+ mg*2l>-F.zRt^]Xgk;#Ͽ6M.s4~ |@ݵaMt$Ulb]ՈO ּZuggMr>ٕx}V:#d.9|yO^~_9ꏋgsrc>sёu9Xx@j9g \\a_~dž_}XS.sr3Oȱ&sNnd̑x+y>A93`?ZO0ϼɫOi3'59'`+{/}39ύ'?0vg,9Epm H{q'x50SQuAr/U ySGק.s`Ύ_vFwύ+?0x'NN§$s<|*gr]|$\Y'3~\JObκJ.5/`΃$o|?smQMK-w;475F0?|b^yciw^?=N ے4XG?o[9+zy<Xz^ss$g hn珢n`bٷ,癲`} _E=0ֽXpx(̍"m KykOB?o|oLk5rhC:1"c!WvzCbuɓ҆sce}HRjgړB sy>\l^Nr"yrսVڐ8#{΍:=8)Y8C=X{3bSZ!ڲ1ox8@ 6>AoI?څE?s7|1 qRf>V8`b,C.q)u b᫩kl 'Gvce#z(?1U&:O5Wsx0UW^u?)<*=V#(}1\~X0C>`^{a??Sz=̿I k~%5q~ ul{9{uQ|s z1gWq[BkY=㏿00Bw|_zYUd n_'EsUՒs {X'3Ǐc5H~~,*g dxlԐΑ|r9G{{\[J~sobo*xLsJk#7y@9c C'@] 7>FnZwۋ2s Zy)-Oud'oœsxîט+'x,ݵi~cJo_'\`s-(߬-W[ Lky_Vfs0Ws~эwĆ|'xg UG)9{S?:}/`7V6uםq79vO{Ε \ [u_3"evy擫9:u@<)~Tg 7,,n$a6`>ȧѱ6t,#*G|cK{\#ߟ{ 9u/zj7H@Sm+m!TiydowR7;Zg }=ٜWe Y#e1ZgpǶ{:BSV/O\L[M_vtk AR0[F=č{o3e]_d]_ك96cpMۼb{'[:v~zٮM}b8G{zV\֝K Y?󊜿{Kz}"x8p2整{V&pXܾ>_}KT͉Mxi?tկ'w=S؇5g+R!n- |Ju`gJq`~gqpo?-~_yO?\pvyg0?Kmp2ػ~k˼ٛy3搟ο:>/kďΐ~}X3o^z&|ukOS^u?FJ 9؇53gnW>:0u_:/kďΐ{p%;ld?m0΅gxUP,# OWZ9VN0?9/\D#H'{*Hesϐ5{μ~ǭ&C??vFn9^~ 9\u?: .{?H.kf,sxP/H~?=48`fƟy~؅6a,ЕAN<:;g l[G]G1SS[KrG0f?7VCOpZg б{̙3ys_xuq3{ve_dZ/?P?9}otsgv| K߬kCZ6 '͛~lL9'{*HeWGڗ~nyO鰾x kEAr:jB^?1wd{`ڄ@52ANŸӟ93NYW-}a}g'2nyO鰾x =?cB0F2ȉ\p3si;*/9y@:{ԭ19O)qܿտ >OOk:Y "gڍ&2gB|05zC:GoPb7[X^Ǘub nIжa䣆0:קo?c|z@b]6ÇVW/|f~kV5a:U9 ?ËNܖm/aQ>18~NdypS<]=KpεQaM.sx~/ϟ{9@1WXbX!zG\z_W6a?Xa'{yjU qq{bk ͭ[4_)ǞԹeƭO鬧:=otg`M#gn=f\x{-jsn˺OW1ؑ%C*ƨ5 X }/2a$6ڍ|y_ Mƞ}vck^ld+@?Y뀧:~X#wژgn=f5_v7͸SSnoA v{%G'?J`JcS ÚB]n6O wژgn=f5gn/ k u?^3icg~Dq֔#-9??<>8;+9nR==sG@~Uₔ7f~5%9[Ͱ.vY/!Oȡ>wWK\X}"Ȟo]'VJ /[a뵬 Wc_},m}[Hi@[(7_y!ֺ3Vh>䚫S?b19ްu%9{#I{]ƀҵl_z{yq] >U\3PʷFքka+?)|91k[1\񷼥9 _Vf.DQ͵nϹkuڷ=ٟ8GzsuBjקʎ]>F`| x y |rb~ͭLVބQ"d91ƵAY~Y u0r^[EJq-s87溿O2ב {\ڀx9{C;r>_Lu㩀~6{g]`h̭oc)CDU鯵՗90ru=ͻ{dg_ikRn={\ 9V{\}9: qk/¯d!\b%>aS-"2e5XE.m@)d6Ǒ\ỷs2'c̾n`N||^g{gN}9@ر5?>ȵKz 8\||zO$̍~%Gy 2%| a~mɼrAh8ڙO\;c{zO$̍~%uwmck\ỷ{رs=`'wX[H8T&sX@E8~J pd> k vKXp}s`N Yw s-~meG&~y#v>J<{&vM{B;{.^k^ym]'5k(N8R5Qtcg c5Z}yO/>p.A5:8y33?}W_~ѓyZrFnݶ6 9{ .0?C_kgݧX`AWKm,2>jxPNtW^J9㋛k /SM>ґ`.WPKأ<ٻ`=ǹϞ8h?%N+y2 5sts;\u1S~fC7k~rN)Эv 9`n? ci??ԓK)`k /s=y2 5sts;\u1S~fC7u='0k0sI=9 1r6Fy؀|}2?xgn>ts0_sB8 ci??ԓ2g~+)'tHZ;9쓓<_;0/s$oKV^A߽7Chȋ-~AlH3w:v$/Qs-`(sj%ñ~eG|~~Ge>|pz8s=@Y5\'xGN%Cɲ4 9>}5{?5N+75:? :N 5\ߐvƨ30~gu9wؔ깇)!G^$>09zN._:v$A5ּa_(,_oX1kNb ?ӟqְ'lO~3VSNǖ |'Ndǝ6{=@ƀ^lJ?/G^$WO#qno;>|}aO؞f:qg-?Oyrz)s_u?XuNZ;9^~2bSk=烳] YXAr3 tuI~!'bɵo n 6~)>0曶xX27\𦷹H^C$wtK|Ē]5ԩl5j:>ƌ+>f/P> ׆`>Sy~e o|}Lko˾Hm>S=Uكc YW̧F> !C>Y>~/rf}b&/٫ܹocwy_gfVR9}[#uz7qo>}[c?~ c5!k雹t39;l uB$˵w~E&u3uؘz₩7>5s5s Gxdڔkn8-{n\/ȺB.0qg):w/drMH d.>:@^/s? ]Xiyr\=uq ƝuO:<{{Wc͝}ӟzڲ+sw*_en>u'ξN@B6 6`QBy!3 )j+70^]ck[|cC_قJc.0Dמ|B[[oi>0ũ ߥApP[s%@'Ɍ{J{ywwսo;]c٧>k>hM<`f05p؆o}ӗ99/s[k}㞳b y/ɡF?Y7?ؽz`ؗpdj$Ȟi eLlz@ޒ/=vB|gf듉ӘeN9Hx=W @_s3ϵp?Ǯ_yx|%:pHA& ̡|1|sb:O96r߹XwDL5^in9"kO>v)A[E&d9 gO̥'Jgq,й @w󄌥͛{}r}@M""TsgMT'i\'ai36X&/Ek:3n~ď|iWla xa tҧ3{zGW)s/s3uyYؔbbtOrN캩'>cE٣ݛRCyƽ{#q;2ֳfY9e7F >~u-c~boߺw'`b>4D$?!؟L\~sxHS2xك9sr:vfOFⅵ;6Y}=$o)ܽh}]cϵyMi.9YG)ڷu1/Rd]yryc|&?y?f?@q8י6cs@;2u'!'WcϜⅵYJ}0w/\vן_<1{) Rõo >cc^Ⱥ 0u_o'ξ]H`lB.7Ҽg38cN`g1Oi7Lqϼ&)nϛW\{ dSp2_ xrZTg9Y@c{jT|HE311Ήy'O+}Z^1U5;ߜ$Z2 =;{uYskGsY~v)#zV1opuҾܣɫ6}`sU:\͕9&S+\k.S'煊7ր!z@oG>59gk[ Zzޣ|%l}-goglcnpc^K<Ÿg< ^^qpֿ.OfO@O.=AOi=$_'xpg9Y={og O6`l`#M~\ ?λ4]{Հ6{|_ζCLgWk ;'Z Tr9:̜H;yNI@>9_侦$0F@WsXj0p_U~гk;an(}Z^:Go?Uev?^YdOJ8rۿle>F S7jڼFzl= /`[L۱̗z ?îO IWOv^8!6Bf.kkM={pOwܹ:7_Ԧ+PO{jOhq lrY??m' / kOe>|)v8#ֺr`?Į>ݽpC fvy&:@3_vB[Ç]h؋)O9Ƙ)AOd\­ნ`7?@7qi> k沖y+~{ņAH8??y¾L̏b`-ÍXaDjI?)fH>w̶۳rɣq1e;ru3`^Wp}3t3lZ^1 b7͜H01B WRޗxC~k7~ /< ݺ:ֶyߴ)3Q/ 1۟48[vyx \vl[^ɱ'8aM]ȱ_v|A 澙6F#*SW{{?B{< {_a5g7mJ|K`_c:ccOp c "8}3'mPGU:~yXn]kdk[@v`>csOWZ9!~h7֜MpN..S6b_zS&߼8:gg+Mϼ!I?/G\msrg tykAO:VgyH_$|9ڍ5''j/ 0?kk埗gKnӟsشcsqsr 7sϖ1E g0:f틴rh$o}xhq!wX9 I}ׂ^7q={%:'1m#oR@L+z\/@7f5e-A.,{0䷽#}k~S{{iSP_0&xO]83v& sIt.D}dI1Q3{Ӕ rR2k,7{\)י w lozЋp9yI y>yhwpaY_g&פ6-Gs~s=`vyb `N5-3{+| 4lyכkWvݾOv s;)}OXs׎ hgN? 㐧?s3o^cc|ԯNͧgٯ–58Cvli̧̭d-Ǽ"81E'p=OέYh{?)k1H.8$}guᾡ37\:skm^s_?O,Q`!Giq<^DxΕ &Z<' Ưt} ݃ܘ~3by~Y:,sx>5ھ)v+oi+vQl۾>mځg";0v앻K{5 e]GB\?g|筑/*Y{et|=x$y^콙K뫬mp;1uvrOٶ5/8能VxyWs^ ׀6֧nO$ק?h:+@IFu7VsEv_cx'Y; :=esXGf._dtcj&K˺7Nu>4@2XY=w$27<'Ϝ2/X똇kw'_Vx̍X8N^oƏo:~Z<_8µC>`nL9 p}x0^us`0~s 1 紃\+xW5oo~ג 3yq,6tؤ>ug r$A`m:`6b]>aZyёg+OV~kן<}x<ߒgl;\?35F0v/7οr̃W"tl=uwj&f؎k3?dO|U*GcUs)=Gˠ7po&Đ{{Vtfx>|rt}v5aד<]c6!XG=zƧ]ցs5v'CsՁ5A < licZ>lSguB4V]dvrg]>g}|ځ|;~c.ސ޻v}qr6?Чn\$<O~sk=k[8]m͙kv'2N5A < lǯn zGf-@!W]dv{K{9_)\{.ސ޻v}qr6?Чn\$<O~sk=k[8]m͙kv'2N5A < lǯn zGf-@!W]dv{K{9_)\{.ސ޻v}qr6?Чn\$<O~sk=k[8]m͙kv'2N5A < lǯn zGf-@!W]dj7߬O&, ."ِЧ_\ P93ȼ3}f |c>oj|'dlwn 7opʋ7ɀ89/! `jʚẇOf'czEf_S/y󎯵hUgp=M}Aۛb7BJ0k]fMy>wըp|cZA\y_>S {ƘW䗃Ϛ bk}̓2ܫWkk敫t>%ü`|{:W\O7q #{l 8rڙZe~t?fskvz!s_3 }б%>s̫={_l rH>yܳv氖>c1OmH~{)΍G<:{-5^~jC:{O0/pn>R8+X M2lasJͅߺ>S `M ;</.9.NHzǣjo^E-{V^q ꅱy1 ə>fnQפc'o7B?Úώ+>kodf-T7^shO?z5f}OoGbS׎2>+y4̭C$YZUɾE,Vۮ=!/|]w{ <|l;Zяq@;<| `7' 隟c^x/Y mYnr k[kb,as#1ҧ|('"sTwm#I0gO;vl0xY icGLڽe=m|I).^O16a.'9`7/;@7D2}'{x{ڒΜ"u@]68ؼ&"IyD716C{sra'ߺ{ <ڄãhkr^"IyD_۱ޓk: " mFܰ>o$cyG8?yH{t@={k5&XY?ǮNԪ:n#|7hFS:\וkF2cxO'Ef] Xsoz)7۷k]? :o}E΃-Ʒi5~i0@/cKqw7Os2t]aYu;f s⬋jX7v%oԁsCq-|yewr\k+vf^JXMouk[_;_i^kǾRcX' ]gȌa矴ZJkLK^ kNY˜K8r/09| |p;`.0'1YS \1¼| 'i}g>vcXXO)rN suzz".]+H;cc.ȧv/a>vqڙWNJ8֑r# .k)a<~4ι g}(|p?3a㬋~}z }a^AsAɾ31 |}Cu9'9ú r==]K\؏11\S]s0g|8}^+'%N5~i0?UA}3>o >8؟y0IqTC>`>g0 9HCCƠdߙݘ>!:SÜa݄s9|x K.򩮹 cOg>]>kiv敓u\~`G5}]-xrvn 8gy߼6~kǙj}"cԉ_bd}i[<@F_gW t<ٶ}js9>pcC`~}J]tr&ӣyZ뛞 ><{_KRi"-M ! s0{sĞ's%z>yF3cwfwk 淗uqoy<8>v=) ێ}3)xz5k}8ܘ\cTCƨ751':}~Xk켻vZort{e^zșN?Bq/kӼխgրo^ s5[B1ٯ}1>`n_uz5և|O6uF)͏j>>8.NdQ@SpB#!9rڕ&ϺJlWN|"dj:/1 ]^ױ<῀'\Kw}wjp{d'oJ5yg:f Nqyܑc<Vx8=1אކ߶qm[{ܱ/ʗ<^vNob9@c?`~y}O} ٯ:t,3DZ* B.F+>\yj{Alp0&/|D:gt|9@o_cNr&ۣܳsx=Ж΅y'eEuHmH`$WYW-A8_ҁyrO5yh7drC6;0ֽry[cy!aLp9l&2A~ׁ 0kYKZ z,E.ynuu.J_>!ZW?wכlwp{옵'Hs^gZChnIzk|̛<:Mxg/ĔC}'OݜYJr96>ǹ|`>x/5_s S7{d|:0GgckSUbW}8lڵٿ~cԑ1}{ M)[s?y2s=J` y}rɯ]n=৞=ҹ~cwoy~!9ޝ?}''9 ɾW.0x$|0V6uy\%v%æ]7F?}cy$6FK;o0xu` /$^M< XArؕ@0vmu9>`q@= ؔBy/@u^ `zrq8zOԵ3,b p  m@rRwNn {Ğ? ~O9\S@6oȑ(2'?o~o|b' Ϙu\kcqF@~*}o(;G"7wdy0G,kK'|p@ Tuڋv}tyh:T>7&ߠ;&E6kԶM/́~c>PH20ok$>}>1];wp'o,^c mk.zkѵ|*393??⨟X2 KVg{`o~3bk4ߴk=,]+2so7ݹkD 3>M}:iI= bE>:5=s'9}r1gy9 ^?눴iWgN~o$Pm7 `/7}c؝r}1O}S;`ɵ3c/ڕ!Щu_?Ӧ]I39K`g$y>|@c83/ Ebw^E cO 693fp~ w9M'z~P\+rHY[S{bnϟpP~s{xvXtk4 $9NٓGKl%vde:xcCʱ~ W׾1܋g5JͼF[od9KGʳη|Os4t+t7>%5@'̕69'˱߬ir5 ℹS{Bx͑? >{҇# gOBWjC9:#c}/`ؒclځ4dNN<՚$14U;s_[3!${^\is<&u2Ϟa:HٓЕڐuH;z=9X Xv<)ͭ: }&s>69'˱k_+Iv@ԟ=Y ] i^茴ӞN`K9iΓꮓ99Wk2gs[;o~&?$S-Eui?m 0I7yę/:Α["σ1QoV&`ga6SEй؛o?|nDsdM~i?72zm5-|Ǐ`>PSSeWΚ#Oio ji6[o v|{ll̗$G6w&1?*<=3Ycbw|c,@v\Ɂ?b]h:{քnnZp+氞g+AABߊeFY\-an(g.W= .r)v;yd' {̉s'R!k}7vf,6%)Gh?>F9g AK_S̅n<?ӖϿO9@enRӞ6uSPҖ{d~dnzdd %k6.2ob3_rr6::̭ZϜ̑?>[ʓЭ1yg_ {:~_u[=9#"|po}|/mL&9ȹea!Os,&]ܔ[O ү1)Šn_;c ;?6km[Ҽ!m_.CRo3S-V^Bimq{"uM-.^U[ś5? @v p&úrطm_7mXަ?1Ӯzp˓yٻ/=ƵlW6-{ދ̇s7%P᫲w ^x@jn_X?LK/5R}0ljoN`ME{qr\k/9JG9||[9scK׹ ˆ.X|y rȱ'=m'i~3OsMp_8sO'ك{/2:<ܔ  ڑZ z^?9m s/!)ǹx%(An 1OSמw'2&H9'!?|pS52\⩖Pt:w2:<ܔupm s/!)ǹx%(AnW5n3@iX6jW9HOyC|eg^lMo͍.3/Fu+ӏ ފюo&3Y:>ÜǽC>[W;Wӵ<3}cpm)mXSㄉ9/p@O9X˕ {?y?wGlZn!u;L\Slg> G0.;2Ni/Otܺ}km>r]"?w'uG1ڵs5s>9Ɋ'>>z wYvdd \OcOq΀9rs ur}rv>Sl|@`93ԇ~riy_/ W: ȁs5s>9Cfl3v$sxg'؏1ƃ#O{s2}d^W@=H@h& i1i2cv 9#[c.?s=~1<Ž#ys •Gr`7F6\gM?aN%n`78{0Eӯ 8M?q'Sc2ds!0rl>)?6?GYFǏ\~żٓa Cu~95#z]ySJ:r{]G Ԩq eNMg`@?AKlin=,Vub̩@_~= c}ˇ;pM#1麟:rpuq&밟Ε7ϙ[W#`>Gk!]ڇӇg{=8<;?.Fr/W8H!1d3'_t_5Vo%ɥ'9w`Ssazۃ@V̏ }P_64@/ 5PZ跧wIiO}2P#ǹ=l؞he}\ 8\Ig5w3'z Yvy8yιR.e/64@:\cc{ʣuwO"r͝qɀvGyְf-] NsT Fك0d~dK= _X؞hݓH>~\sg|+`9@r@Mq ~BE`usk)3dg>z͉kQ`gncc_$˕}+ ֲVϿ>9]kvN|j֨-uޠh ^+'z}t6܇:~VoL>5jN-̚\kUÓ䍟:?fKG5ݓſ~=G]oO}|=O?Q먞򚶤(WC\Erl̽.[CGߩ{}k=x DϜҗ/:с -:gAva<@7\Яԟ60iӏv^,0-O?9Ok_]z^Ӕ2{9\ErGl̿3y'=x3spmG}qc m{ow>x} \Яԟ60iӏv^,0-O𓇞4eƁ@w$vߵ[+。us 2s@RЦ]0O?z{X<:Oz^Ӕ2{9\ErGlg|Ցsms1ԏdy8?anu^ ПlĞkKh1rzpr}<}r0c͹^w|)v8?^tΰW^`gV^$yO/['0@ڣ iGk-ϑp>&tqͅA0?6j|`8ucg&vI?\ 0'Ԇ5`^е{:|Y/5=N=: @,u[kzaz9s "t,{1^ pr@|W}-f{'8i9E~g%Z7F _]0Αpn܌H闓6a~lH3q_z Guн~$0'3 {umֲn9{س6@{-7;\MS;>jr̛˽ RڲόK.2q^y}OP[kQ9΍1I^W=r&̏ 3q_z Gu3 q~y]u^ ПlĞkKh1rcn펳ꀹ&'rasu3㒋~W^_o0?6g~كmA?6$0'3 {umֲn9{س6@{-7;\MS;>jr̛˽ RڲόK.2q^y}?O}oCKGKiǜ°Ytlp< @w\r<y1 y 47νя~okyO7=sߓmw䂱gu X̓1O_’} k9{_釜KOT[v0:9=pœs2C'zkNeF]ٍ/Wn W(׃1흫{ _QO hnI >G_D.%sm:q́>p-\e^:?XsVMu2 L]wwo. |v+QZ;i6c?ﲛys_ ZͫgS5F/wĦE8@ >ܠ ԁ|sôۇ9<H gr̍ d2V=k^Wd | զY;}~эOsMEY:&k:~@}ڎ_z#C -\scs'b^_}1 qۺG}~'2O? X/(g '>Hkm} ՜\_~:O\=,>gm0SWZ\; Q7x(γ׏ ?.Z{o=H{{'|k>eIrټOk{3ص+kK/эFIp<錫է9"m`6?:k|Oν0C>ȡC-G/;ZUW3A+k_w?{? ۇ9osi?u9Q\Cjc+W| M`n~} }~эxnØ'}OrDa 99r~`83/@.@fjO>rN]i}trҷ{|(@!cك敫uom6rX`cNdnl3Gp< t ? Z𓣏?SWZm.>'=176ykXm`yj{[!GؘC9}ُj~w*ş6sO]I>dM.ﬗg]9shqn 'W΍E^ڀs,1˺Ha\BG k^ZvIُ|v2o}ȸMɻ"3$puۏ=0zx̉3~A`}?P_K8Azcq_ʛY @C^$'u+.?k:{+o[qTwr2vgg/pw֔ _0V^ }k߯뇝RG67׹2p8/ i^~Hv La7Oփu$'mQ?r {g?yk '7.?O]y;QTwس9ҿSۛ>$C[Hݹ2u@#_y=4/~S>9Gf$'m~+_9o/N^?SsdN].`nLrfߺu"/mPuS>9Gfng+`"n$ YH !O$& vy÷.6]F'm9@3P <2'[ipþ #xlior*cٹJ5Ob0S뼎pԘx/9MH~Kuٺ6}efؗCn3$W>_r^c0}Wr?;We}!6>%C]#* ho}=ƙܯ/?,8@ors=2?<25q[ipXkrޜj:?d.bi2Wb{ÀgH6p}h{O ǚe oGZsϲ6foc'Cڟ n<&.sH 6Ⱥ|JWۙ@ơ~">8y!t\uԗu ^[ELby@2W^˶4stFU{#[n!߄O_H$.e,yl1b*;Oy#rs{ɒӊ _8snF3r5e=f[՝j&gV j9b&Vs4&_3㵦_|5jř`|V}z$;!̼Ӟ7C1gz('_OZY N${ɒӊ _8snF3r5e=f[՝j&gV j9b&Vs4&_3㵦_|5jř`|V}z$;!̼Ӟ7C1gz('_OZY N${ɒӊ f8[5_,HP8Լa5 48㸘xsEt{)>n=s笓~ jXŬ/ά!OBve3o0"q?\ xKpʞ~yaWKݹɖڮ=Μ.ħ raƒs|\d-YxxAx3Fvj]_rϗ?X9<ͯWOv~z2\>2kM=6'շO B܋zK>jidKar-NyCOBܠsj@cIݶ++/~nkWw~м-!D/ԭi;wyȞүk8=w`^}t&xߋKO~.V߫O{\?KOOfZc 3.g( 8j99kW3dB>Z!kmCM̺Ք;f;9'pi΂+ rO 9W/$C'<ݟd\o֤}_+4o+=fobU909Op$^9=^+yΑZg,~!iz=<A|V;VhV0{>$Ĭ[Ms`)-sW,Hr{ W<#;~X~B<0{r?g?%Y{0 ʟ:dAB{֜ag3o0Nn'Ē]4A>=̬^'Rk,hk}_^y.m__29k)o|H{\?HO*fdsV7=B+Bsksyv'W{dmSp_cjG}z je3џJsߵ=׊ {&+ wWK|{{r|4;j翨+v3ëd=M5}rӝ[͉c_wsȷg^^gg[}/)_l"'=kԑ+.:l?j>ASͩK#.|{.5j̬^'Oח]oOn}U<85yAb9oI(_v8Y;5Z3:lmw8=ƛsKc{s 3eW9՜:d9< r#4xsOU+o?_ ЬdEg0cI>+n3,3G_H-&ֹ|Qa ł)~a(.7_KM0c8Bsu.~C2y \}r9?s[>S;gT#ϵ[Μz(oY't&3'8}' əwB8I&p>[![Lԕ,ׄwSY\d>AOsV/涀}wBd+F2} &pAܬglvƠ7]Scl@7GNz鲴p_Kf,]zY'G珧|a {r]W={I:ҷt=ҝOyFge߾l|vr֑ >y)7,+/}x~u$αk΢4sM =4xiXF0_7Dg9p'Ls-b!KyΡ;zAɧ;ţY/Ln>}~䈛9kd9|pԫ׿w,_`'7Vת O&Y7Ip'fg֜?Nn>}>ÑΘz<ϙ&Y7Ip'fg֜?Nn>}>ÑΘz<ϙ&ÿˆ?տ67~?>[br'>yu0sج]lrC}IHn͙/^/66V5VV_ȎKǿ!YO}vK3uc^3_RάasEVlƳy]܍֚r?p5s1}-n?*ξnF;]g,pM1 ^,]j~]{ϋ{Qg_sոk|57}帖aHKL.DQ yj2̜=e<-9\K΅3|;΋ǧ[z{ F}Z Ns\~o ,>yW_27~@b(o]khmFv?\˕wu;Q,ZXH/6k7[&V1{̞y䑖\9:e9 ^sblqq[8:sws^&fty8&w?nn9V?<?1g{BZ 35vPl;.N}@zw 'Tgn|٫D¬./'Bu] W\<38'-1sF'u0s\>l ټpqBu /MT+qY/Q5rM3V_xl7i95|̺!_l,.sc 8f/XuCb\o?6pS}zV0k9KzT3sfR?bB9hD.6^ k}Sf*'=\US/zuYSjuKb:'$Rq/̛>ɽZ/ZB1䨙uS@Ɲ==_y?=w ~EKx>t:!~1y xkFz|If+m{3Yf8%~oϲ<5:^/?=8j@ɝsz-!] vq2۾}FztSuoAV)dvFk֟y'?ibrL:ͩV N~~3}0}n8g"7k/?j!]yzŪ/>v_3?L_9l[!Nƙ Fq.?99A/)<~qxS A֬?O~k//_yP9Ȟ >P'̍:F՚=f ~xכ=9 #P5g_v3ȫnX:k,&w 'J˷.u6W\^!?idKNy_[,efe?z=Wu+* lu&' K|k~Uz})6ŽY_Ugu=<V8uNKOүZ/}\A>6cܠNpO,Ļb蓮ohOj5{>p]˻*I/[=mg~u_}nFv/T;w]{xmӧ_dxv]>+ŷgw_gp嫳:<~m%˹yarCuY+<|sa٘ bjՙ$Ч\=Г^|VO/\B>=|u&']`AopwٓSnyz'ٞyC?VS=1uμ}œ53' ˬ?0cfbjՙ$Чtf{'q%gN>^o|!{r' MOZެwٓSnyz'ٟ1q?SS/>k.}[!|qȞ r:|蓮o7k]o[x9ɯFsL~ܿq_Wկ͍" st?`u3L]O:C>uһU 3.g]>}| }>ev)-g |O}}{5YZxΠU^q{_m:|@-b:W{4渲_BYW\+gsfߜ VKR2^zӓ}:H|i2ZR+Yw 'Ǚ3O/rs.{Ŗx|=5Y^zܻ3hW===\eyٽ([=!{U{ݾl]Mu[ S:Pi:MO9oJ=Igì;'!:?B>sg˙}.ߌYnzny5gsVȞgv5mg,dOi0g:MOy0uȧN g֥kx-<}[^N;'Wozl䅩C>u?9.^k_1?8~/?d f`3&[XPexW/\'L7kQ.c0aIy#k8 ^!W'$g9k>v9հ[35_~zsГjj̖~]lΒ ڳ9þ7xdf[/?zavc.>aOb]m7|;ڄhW3m>}V }{x):|L嚳 _k;!{wYw({w}y1;@yM%W<ʻڎx^?OlW]]}{sǿ|z.uΒ |᧟ͦ |?gWqfO䦇9R;Nm?[7gg~|qyyfcS |WӜӛ??W9K2j0XO%wƂ~ǫ䂸^|rÜ}!'|m5$~ӟ/zVg-̞]m>v9հj~5͉/?91'|zN.5{'7=Yrq6޼^3N7gg~|qyyfcS |WӜӛw?VԐ5cF債7!=DVvHzl$L=Ы :M9A]I8j!|3-.o}]oΕ ՞~^k+;$?/Ê]+ǾuB>MgWyǪ{qyJ~lflAZnmkp_Jiw)34sv7'kcZtXg08KC/HwSe o֜ ojnw/~>+m&0I˳7!=n/}megͥv-7Jگ9 7Y|1^z&uQ?!zV~zEc$?4[Q̼,7kS7ce~'ì'*.K-Y=dsf g-qkMù suf^s3)Cl{a͚sCXb٭q~>+m&0I˳7!=n/}mefO//\j~bqYK\pg3e'o\ggZt(>9KCO;6-qa&pʡ8-3{埵ŒWo3:ώʖ{n=?9"+` \{l_w#=? T8_ȯW#߬g]w͋i5eN?ܧLr yՕAoU)=z!Q ofR]K|rqv]Al x,i YI7?z yJ/ⶲ1c'=sMbo3|-|W8wrxVO' [tAʝXgۧ2kk=5_,|Wo O̶'c jf}@ j-q\u!O3_zb:WY+x~&9o~ 'o3[~vf t5k gr=-!5k8g~==L=W&?5g=[n Y3Ԟy3>3]MgZrYyOGnΙ_,|O;gՄl}͙mO8!ǖ7GyVky}8LCWAp)wb[s U?Omnl>b%M?94qMRnO}ց3gm5V+}"NGe <==\WgEdjo%CS9}ŞcYvx0^Xk/W ?zٳ+C_fsv/l;8rˬN{'uC/nkʧTQs g8KR'nΗ??f >^=>6u`_>9A/v?, Yי]u&~4{2׽|'}gk[^[3=r]r./[a振>Mx^w"go3&|q U} |a_6?|b I=ҧ$÷y0kg~!;k˭VDWM9.A,zOG.?HWnK+dW/{3fL9[~OmPϬj0u 7ڧ>_ȶGΚr>'ģUSά fK+]>c`Ƥi'nV ӟ<_ rì}L>l{T).ZqBPb gN=r r wo'$9^j͚?,@~FXDoebwy!/G>_}S`lo1s3y/g.=ȱW#^jN?yŃ ?$\~=d |y=pԀ|جsv-O+ bpU>zӏy\j5 ߬-6] rjf{Bs0o'osjϼ'B/+/P0ε}?t&:sm߮j/mbJ<)/]G{9gNO7Z=ήz[k\F]˗Jf 8y^0SH!?75OuxIl(/[~;z[bk(ynsKmۋ^!/? jrqV/^/.VQ{W^}|S'?_m8uv<{KʹW0Q,_I]?z̼ɓ/ș6.976;Ə✳y3/}ά qpۛB y Cg~o.>J̣Ỏ3fK/+d\#=|YO.̼ɓ/ș6.976cx!9[>jϼ+/@P.=t&gⓛ?x9e?B|0gr9|yw/9g g^Y7}Yʥ$\|r]{֋OPP`6I!H&PGNZO @3̟.&WdeZg0k['%}Gg&݈uqg E7~λd^$-ߚge,+ kfO9c{{s~߹s^XW˗ /y1^?ݷ?^ޫ޷PO}p1^zy~Y{g7?OXL}A !BwuO~6λ}C:۬+{RgIoU7'?9ya֚K^ S<[!I_K?qRyCwuO~6λ}C:w0e$'gy7|Wg;xo~g@,f퀃MO s<)g';s]yJZxjRϞzVִdo|Y:o>uԘ\_xkܾMK݅K}z{͓~6תw!/J_I_Vt+ح⯚Odj/"؝WO޷TΚ.{ϵg۾3wFW ?K)pvھ7Y?ˆȡ6WY#yugwm/\8~ts=uuo-b}wߵ>uYx|jf⪸ՅĬSY_=P/[a7zf˃jk{mn68kz{o>G-1y'OڮGGv!aϞs.1g1B̓dsp%-<~˟d7[3xכlOfWdY f-gbrhx҃z! s><(f<`߉\Aqxb^zzdO &I?yS)d<9!Nv;g]S=[.7Y͖3g|jܐ4p'$Z0k9F VAq5韴6_ON5 7@n&S+Յ>!ւYـ5/~ (5VXäw87N[\/+$]֖g'˛}/i:ffe^%ٯ|zKw~|g< n/9=irBrFK|xa9]fSGSlvO }l}ʖNjw_>ABv@<3gk .Nj鋳u¥OG ɣ^byYzq{z>Wo˞dk}ε}k}u⤇ߊ]5wv|ˣ&/߈5_m5T^Tn$>y{"27zΟ,o=ϚA8[rT?޸|3Ԅ??FK|xa?[q9zM_ uV~b-z^\o\>vj},r>#/\'O='CV=r8-|8[rT?޸|3Ԅ?|gL5jÀ' l.W\YClB\Zr'7y[AW/g,]?v^NL*+6:Iײ6q[2IڋpC=̰(7={~ءFpVKO,jpۿk_(gG.3+zO+p焓!}bW<Μc#զW+y?h<3qwpzِ]Yԙ5Ħ/}_/'_un>>=s/TX״l_faǻ{Zr!f|=X/_xcg>\L&K',Զ`s68-{eof5[r?Mq|\|yWcfi_{?`\xKg '9g,]?v^NS.ͺNӛNA=9f~p>PE77aN8dz9`O'=+Ԓ; qZ别 x3;Ylu҃Zx')fY'y?5N+qO|a'?NzP D|=ج;$?gɟ"(Yl7$qz+ gifA>:G?mz_^( gI}l!^sسn/zɗlME~Ȫ-z4C }*&/Fw!8Q/f/vX}}lu8'Ѻ_>E%!}]t[嫿km_|gg/{0ruo_?o}3~ܕz}p;1*Y7=ݱɽ|:K0~1?=w0󧴏xH_/o._g8_}םbo{+gΡ_>Ad\Ad\<}xƭ<1|sPL=C~_7*g~N_vZӗl{ke]}8?\flj\HΡ1/ 6{Z2/~9aP~kZ gq3e֟80 }}Q|vr7䓫d;ưjo3{];rR/a%]Zq9ׯeȣ9}7 /UWtϋb˟_u~~F?Ko5Cg 5cH]y闯pzo Yq> Zqq~j;_r ;y[L/Yߛ^36u3<;sΆ;cmUwx?g?>G\3zsM|3X8?]y#U|zz q䜘A 싽|pkXPCg\gt?fO]{מ.W9_%&؏Ý%~P?Ĵg ol(f^#SqBYk}lŹ뻾C|s~凿9K$qbr܃3 z?9|}XrKO_w9y/]<&[Y79׃?<8}tfxA8Ӟ5@}Lͼy7WZ)wBϹd'>K2sǗ̟y|-9-=?5g<_19'zOKz|js>?UUR ' 24>;iymxPGb}ANC>vk5ə=ePMv f+d{~d=>Pt5 gHUS>ʹ/˾&{]Vg7u^_l\}gXW<<5ҫ= 8 7ϙtgr>h{ƮENJ|Sp^f O]{i|sEXjN>;饑Qغw}\EQۼ3x W㩱}Y|vdwɷUOXmlޣ _ʿʏYY K^og7Ϸrnn(>BT2[|r-P֜}guS#5< l5C39s'ʕrԄlxW>s3CR]5'WU¬‘3Sou؞l,s|f> w7_~k@ʛnNA5C39s'ʕrԄlxW>s3CR]5'WzٮY5I+̚-93>efzPYvi0gIϙ|oQ|vx&dgû+9줾>vͪNZalș)7ԃ:lJkHs9K|͜PY8O4x:0Y'd[ g8d~3q(r|H_dpăSvfS?5~HDz/yq}\^W|r;˿~>Z ;v-zR];b{m>Qx|qn\0SHʝ9#Y7)g}窻 M߶^'9CqZ:K'wȟ %TV/_u.w?w]o]OUks<`s,q.ziY7QsL]@wX??y_A,9<׋+$r,ݵ/΅ ycӝO2$Ix{qN̺AO9ęPy9f<9~&nRyۛ:<].䟽զ} qSW#K/҃9 o'ݵ8aO7O2$I-|yO̺A 9<g8d~?3d8sҋ o:yw[3wIwN}c͓ ICR. oGnPC>:>F+_m:~1u5b!=țμ`̝}];ft$CRǛgA0(m?)/gmɅ|zO],盨V+ g^7z}wb/_<;]|m^_]s6ȯOr> ՟|jƭY'eۋ?O碑|j}!<#Kt+51mן/;]|i[a$刅Y#}/ݵ! zg;wj;k5g=jC~}3_Lɝ=%S & CyYG,+Vvkbx'f ?_vI|Ӧ¬Ic FgbO!/iX7QVЇ:bI^I[;1k|N6fMN[X5>?[5ɳ ;p77_C,+5jua ds̍עO^ S};0Oo~:~1|P9纁ޡ~X#nzw#eQN><{ e3G/_LGyl׹|ٜv3g.}~;5us^=yg /l}ռ?-\ =ĝ}Z}/{vn 㪛m/ ֺ}U#[^|kf񼬛=˵cwU~/lKؒW )3`oPNwٱ/:e_v|^[u:yfIᓟo޳8}ڬ}c\fk g1ωLF/gC59=b;0{ś`Ǎ\ZY/ϽO_qϼ@3y#c_z#gcߚަ }֚gW-dOOk5ߞk^+yBVx v? />w'p<^(m~c?!Tg!s~Ϭa'=%qE5y>#2_ر+zsW&ބc~ome߯ӳ=Oʁl f$@v3{'Z/ 3}૖Hz\;ś7!{yg3_J?jq9՘4_CbI檹['=WnY]P3T#b7]{\S|A,|J&fu q={$X 79 ^Aj@z@~:U=0{''5!sk埲vU\N5:gl:zv~8qs'U~_/uȮ/qW=g5Y w5wq۽~2Q^;L__e^oo{9]\j;z9θ_WrNu5/~Y5UPcrZv.S{ͣƒwu/^>Ios_ɽ=O ;lߺ=Ƭp秪񒳗8C_s/~a|O(e=zdꥫTb|f}u@lU身ъ^p+Rg,_{z|ҧA9{8d|Iy^R8̙Я5kͼ3md(U#NVC}B'[MWG?1ҽzf}u@LdO_k{ ֩IC0gQw5}I$8cKm#3gB֬ղə6Cz|2۪j'lz+?}'<$?٪.n:MS0bz$['ZgyK=8 xPc jd%jϾz;PPl$VuqOtojY_#:ך<=>߼8W_?8 qM^ˡ>z\k㋁ {LgN\ bnV=C 4gRYd x9߾1Wvޥ߅ouZwAxո t[OY_u&5Z/^3V̻m2Ak,k<^ UfJs-S`;'q&/l3zsM~i% >:ϮhZ .3gqIubz[/ϱ_Ny6az-?`׮L=1w_.enךy!{kO{^שnݿ߳q%ɟWFwW9]߹j$ke:?%)/LIsr!oYO)q3|A$߬og >z\k㋁ {_,jM9뫧 Y$w 8OA Lr»o1qY{ pK?_?b ?1P#9dyٝR|Iu@~=qbVH[}[ 3NuN~w2[qa~{ڳ}o|սjy~k5]l}7\X:O>?orVV>~jkY͏~rZCs3K9L~3ݢWL=̺gfNV|ԙXSsHwZ/=9!89/<ᛲ%2sb&G^pILbff9YmMs]5k >VvyjY+?5B9':'\']8|S[fWL "iIT t=>of dt9<.OY#=3kF(T+<oʖxɛyY$3隊ᛙgV5vw?ٟ<],Ԝ7MK>.{&HZ6<1gf#]yf)CznQ'g,{b|r |g,ټT9bw 72gɧ>bϾ 臕Z?.z_nslxվg{KUZH_=/?̃*'͖ {[r?Tս[/5v[WއOltkuqۧbg3rf · %{~Y0L2h]]sn+~anr9l~О_O)Ê2tYJX5ze š{XojIVD+⩽gJ^gBvwg!Gy^Yq?{.ϟ< 37GoܳN|a?WkV0}g,{b|r3Z|g,s@O;rggkW<Ĭ]q/d>]<lk.V99OȞIo>9f j5/>^Kp[Gܯ-\|52:;7_@ >)"Xv2Y^s6\yW||}&Oƾ<◔{}ы%oʟUΗ@E~{UVx'kD~y$TwgSO/r0f^?PPlß&p37<5w#'TLaƳ'=Je R3ߚs2^~sɛy=GNg r1R3=n _lu m/Sd5ޚ=~m⫙.ߔr!?g?3hƂMdkpn4_ܨe#A|>$gM5cjܖϜ𒭐 Oկ%^c:y!G/c̗%M=G@@X9&bo+j=eo'/|OO/oĪfq=fw}C| a|4?湱zQ>y5S,Wm3 _Pr"mR;y9^?|}Y_ 5><<'_g7sRv ;w/}I>y̲]2.KEw[ ՠN8n^Hޞrۭr+{l~<[q_88HK9b|UZݹ'Vjx +:5c3k/VfD{h>;e֥9s΄>zMu'/=~5>S\zcJ+; WyfS79׌?s[>s[NKB6?!Wz0zorޛ:dsLn|g.\Q NP3L?n(o3 q;6yzO^s$ 7 >̦nrS> \aA|=|G65뻁rgު/a2uL|٠m?}qŖW}c>z/ lVP#q~zq|,/4dhDmi99]_}'?"~]CM;JmV>9Þ9=kc_EO&f [z᳔ku_sso̞֬/T'$է:b!U={5{s7-+lw Ͳi G}疝ۯVP#|c.{֍zq&Aك>a}3֜y}=Nw^lK  @3eR\-[M>\f [| I#LޚAM9I鳎XHoU>fsnܠ䧓b4 }p>:z jbⓓ0ƛ*7/' t~9;Zη||A|=|G65뻿rgު}I O15ܸA݉O'ic|unZη||A|=|G65뻿rgު}I O15ܸA݉O'ic|un>oU?_I-ɟ ow Ԑb-9n3:H ֯O_~k nV=H∟\o^rUw$8;xt7h Z9rxe璷v13- wK |C-W]kM~R֬ۜ3'zkA+s|oG =1gl8lɯqμYZr֜/+랾}?>~x)^eOrվ~wϱuxVs/_Q:j10{5 /=!k; {Î_ky,j)C/uCbq/ݽR,k=,jͺ嚵fӟVAflA.d owݼ!|vhΞ/d'ԯO_~k >CW##~rA,Y/9}8g;]]Vz89k\xI 'βbf ųYXuW>քY՚u5k 7?]V}I'ԃ\0AޔryCО=_ȶO_+79jA|^/FGX8^r^pwqsָrrONe=gV8Kw |xqg 1T5Kko'NZ}./N ?a)wt{;١=;{mPV<}or69_\$pgftu[cq%/r;z)fbqɗ^)Z͋??og슇wg7k1g'm2ĦmkK}\dqdu<#}gue&]}QOOr~!XpNOհ®7]k=b:樱}f|fZ8|xήKՋ/ \=B҉'K7W~uZ/}O<}Kc03=fŠ}s`>v'ծԻ;A3[ov=s{gsjAnr*'gn{~ηq֬Kk浮ZxB=|l{bz⭙zQ{cOy0Mt~[wR]=HȞaXa guNO+M?׬>?O}g3mA%ˮf!ߚuiAb!}]`֛}Ůo\{չ̞تqzXu#M1?? w}iVx+ઝ}Ţ>/!ׯZ~p&|kɟ9cɯ1؞aŶO,}= ⅙rYaռa]^/!y':oWǑbq~v~! #!w!_X'I6y)+}g=C|å_ݩONN^/y皾Y+pf~ȞN=w~V';O}}/3}<ߴla-/ssŒ|8x{b!;|=~&<3':$9$Aywgy Kg qS.'_|u?9-~:9{pMkf`?Cjg}g {J<;3}<͋կEUphBC+r^v3WNe91>_={aSy\sWN׿k =%^s>F^n~+C =3s@U{Whs5 Zαl}pfL~Umw3joWuoMpsq$ zUoN_OgBba7gȜuɸ|e{nl}x%ϼ3C:G5f͙bҝ;:7![n7k0sf;^俫[)r6gތz2άq3>9w.魐#Lȕc 09ӓqp%w<~yN⭓'gt'[0kN=̚3N=;'v8{unC^gݐo֞aYwg?I<չzuCY{憙3sg'?s$_~?g5|g}.\EK qôՈ;gzbpC$]s.zkUo~~|^ٗ/bažw.iSY#-W=NoV_ζsY/yV_^W<5?$ϵ{y Z,ofۧˮ^5',9[/y̸Υ_]bW 7랽kpvϽe<;v]|d/zrvf-Ol}uUwݚy/~a맞ra_]BSTmϮV^soS59/YEy^U'wWe/Htĺؼ&_dqv-\fӂb>8<|Ū9⤇sʗy$@aj=b|zYO,N}=;}O!>yn_~zH3n1O,|zHlRdy+_|bjAjκ8!\uI1?g89A|yGR NNF,f-ĒgSeq8@>/9z͞pgl{w>5Zs%BynӫØ:w9TF`F8xWzDȞ/&1uy^R]_yٿ|9}! ә퇿۹۸f%w{I^/0{UWm?k/O:}uW[~/箧~!~'g ޴c.Xf877֧. >&/XN'׊ܗ-g/=NĞ/׋6k,<j;s[ ^ɫ۳<'-ӓA=󂹚kg?ï_0{Z|owfw; LmvjZg:mi'l=lQtV/d._SUnٗ~%/__?[͊{17l^x8@揗}cvf/9:l]O\=^O+b޾}^WTrӮ|vK!;aB |{9N[Y#.M7]<%???={b3ΗPS|wcx?m jLΉA~\|.sO}_f#qٟ9#q䄚Ì}~g6y=\KN)>;I܏g<߷q/U'7=?4<ˆx z;~煡'; wS:f9!~b-i9x og_a^^_QK\m/]OL/e}1寧 {jҹ$4k z1u| /^veY?؋%4,~ ^^^{}ż7uv>_xzN|ᬟl*oSL$g :~yt͹k9lݥAJ]5 f' 7e:^.W'8sլi䬯ɟک<3̳OO~0Cky]x|S%bɸAg*47dnX7fYgy# ;Kb%Vjg]/ U?Wz/ν|Q0)x}KUr$i/g~|3_ W l]nk~h>8\+}[&'vm@Ra;ޮu~u1g? 73ϵy!oUO=?TܻFq/Y/u"ZH#-g./п֬w}Za_EXo< :uF}U3jзo=N>}kxs:!_kݵ^9n٦ޚ) ?խF|>c9 o3&(kjO@5M[>A_>:ggN_i/mtd+dr[j'[٭&gzB> Y3Lߴ3cOqFqNtyΔ}fig>Ǟ<2_㌂yLYbr~f@! &Wr {OnoĻ~q>`@{⫗l3Z}Q(*͕;nY> ppΝ3=8_+69S{%ֳ䶪*yqnC^`k޻ଽ15f5Q^y.=Zl@'[q*̝>L4y&'}J~=\AnKǩI yS-dO<_Ļ~q?3Iyͼb>%s ~O Φt̓ :8:ziyAZ0kwg^k. *q ѷVkb}U\D橦?$͜>}uWZx@q]r]wP7@}z/O=a=zۋ5R>)k1ki J%/_/9֋컶t Gv!'tLFY;KΩ9Ww/9|;5%/0{<~շ[/'o #/x%7밞[?xCo>uӃ?_{T;}?簧aJygpr'-&&?Y;;Lz;%o?քCܟ?L+{dta=u٤0}֬ =z3%)<[:8:z9Y fM#=xɸjd N^fwr'-&&?ٙìu&pN=us^߳̚9Gz&ғq]+g!Djp4 ˵8[|AYKw1y3M.χ͜wtEW<_:şUEPu.}ݜwksn}ZtII+يy?cWkƭ'[*߹$zD9}+$Rgx _ rox%cuK39mgflk~{T/> +[3VMwNVJ~)_ۜ~WU{>֊-szd3l~ [IDATzΛ9g^7+W̹'w_{?[k[o󞈓=k]5/λm}]2bdd?K・_` ;˿|9fdkn j&]ﬥλzHa~ .tgP<_a=w;_$^zz9֯}5xW {=V|f?n]S5wG˟{yS/|ɿl)}\6^/5fvzuso7_sdv+q;9pxGH\/_:[.T7=c:˕jq^CI37' ǟ }5la='\z_g骵\yo~]ʊx1g4O7?Owj] ;ۿAٮ^-u=.TXrΕnUca;{  bIzN)g7u{yF٭fq=^_ ?4C~z^?O+WP#9y52Nyr'9 1/OltM'=]mwn=sB9@jz8+݊Üw8AĒjSΚo>c[z8+6~6i7u&$A3/~xAVFs^ke5Osc"^/fO{n|gL5f݀{js{l3rp9W2Wg9p

`_A8/<8k0H~+DP_<5U FIMAlɃYga~Wg~k^Kr!#Z0c#u9t/]ǿeϩ/ Y`΀GXl>r9sZ?32[~_بoq+8?)_^2fL3> !9K 3)[`֙~wgҧoYxOp?eǣ8:!_oÌO34[⁞T/h}TuNxS]1pO?{7Mcح®/+~o0u~jwտ(5wot_\xx]e_K1?5Sr]ҞS'V=vM_vf;@Þ2]2.WN/ZjZ[߹o|=qϐoy-_/m~fJx(wG}K]kyѱ·_VKqA p֋ =\[hCToǾ~[n93rb4+z_ޝ?_z}_-Ls 7?n$9f ɵ៾{“<_{{o[NOY\?NsfГꅸ}R;9!Nu>9??%77bA9¬gHoy;zq=c@1$ȩf,$OU0}sfГꅸf,$O}/TW po3^r~-vK#z>q[0N_+ų(sUs[g.o]yrI7 '%d_Y\SOĬdwM]gFyNwu/B\5OWo:9{}0xfJz`oq嬼=y/XuVC}ܵ[K'g roavk˜n<~\sg&7AquN2gjdC+}պ}j~_ެb>!{sٽܟs68ً{٭?]تs3YN׋u>ήRN潏YYks3quxr"}&ws'YҾ#~v~=O3'5K6=}fP{ˮͿ7.vy/3W#9G36WMu>BΉxĵ8?IV5b昱P̜dHo׃/=3'Ϧwt9-{M#O.;YrdēlY]8\|NwC\5_:'z$7[֜;cB1sq#_xr?̜ 7?>z挷*>g7ɯ/n~}:$}q߬=Cz>1'{>_$Oߤw#gf'申Wz/CٜhPyfj xيbqA8}ʿ\gF]5w=&_p]W>̃r_֡YQ|ս$͸=^mUS<&O>n=f_^Ϯ?S'ǟRGw??;%9 ?[lS9.owYR53}_PM:?׌^|ܙfBT8[Y,F=_ݖdϺ;kBc~sK=Wc~ܙgM4OK&Y{,-5ɞu'wքǭy_n9Ou'申Wc~ܙgM4OK&Y{,-5ɞu'wքǭu<__׿mn3&V~فMu3n077O-|ql dH=m wW%7c^_u^VzVn_j宝w恹{ Yʹ}pX{ϖ5՝~ζ8=vfwŽ~%_w}fJ/s;QV{H>NZ8rq&;3|g,^6θفMA_y}B<ƝN+!btX{SOxs~W^Cq#wrKҁ/诟_]/xГĵq&L-vg,X6mF9Yq+1v#9xjˍ;eKV C:ls9W ǟ4Y'&̽ G/&<rK3 gjQ~V~g &g]<q>!ZrNRȐ{1:\U=)'l9gri s8 ;|XͿX:_͍y6|fπdS\960vV|z^ɏO_լ!9퐭6L^v}Էˆ>лC~Asm[~ϭ]5o"ʆ^83zaŒwmm?/պzH.Y^>@Xu̻{ZMެfbՔ剭7k۝}Υ:].u}||korgny-{{.;^z~f|WSeO=/| 5S_+zgܿ7wV3;r?VW,d|)f~ ۽V.zbW٬y&%ǎ[|fT+{W7)78YzBϐ3W^`i79}X'={'?^z>9|oǮ>~!;\-{ g> 6W6ԟ}Z!z 3 fkKǞ=[O=9<_̕qZ>jN_+sN~|rl?{e_K٧g0<`Vdy#5dؓSU\9z?bu!n8{3 'oħf9G.=sl f xGPUoB~Sƥғwj&ƙΩX/|-Z΋ȠށOyZXG.=sl f xGPUoB~Sƥғwj&ƙΩX/|-Iϓx>'?0kyr|A|aS paړ;g V~{ }m71{u[&7u9l\z(o/=~wflBnyo1霊řn xg>?[Jߗ}^zs祏sPdaߖ~tӯ×:Ky_u6{9WKm3NWoǯk_xlx]o]3ge/K usw,䗃>u߿̼Ϸ}[k<^=-l\\g9\>ϩuJf37;.~O> =cϤxr'p8n5 nw֘sL3NWo9G o{pXg?Oϓ |YO Ed ح䬥_ߝf37;.~O;k<o=˝| |LS/83cYcbՒ3}8]- |u?^,Y 25<_g/7p]N݊MZ; >9a0s:߹ 3)/^ ·[t>~13n)n?5&\-9՛p›\~>Œp-AYSϓ |YO Ed ح䬥_p8Ż|jjl:R! 6޳Nk󧻙-ws)VhY/'C |aւU=ɟ9k|B7`Ù & y!<i~I>i|՟9q>m֚\Z׵7ϵzձI0Q}.,s9˳q/>~ɧ{`PPoR? Q5߳2ߚ>y vK/Ȓ<w}doN0kA/|b?Y=rxzFN<3S35?3|<8~ze!z3>s>5xI_3::c'->~G]S8mP`I =!ſdoN0kA{?Y=r8ɉq}j9S5,`r|)/ g[⤫?s37p[T+66R??{:9wykQ=r8ɉq}j9S5,`r|)/ g[⤫?s37p[T+66R??{:9wykQ=r8ɉq}j9S5,`r|)/ g[?7ns÷j4f |ػ|=frzNNrR+;exG"H3UY߂U􋛯K՛qֺwFכFڗ1끜jTk~[)Ϙe`YQ+>W%ꬾwnH3Skusq= ?#t3.P^,y j{j/Wڂ:֪[>9#êrsP]]0۷sr>FI`qV{\R /tҵZ=.i^ 2v_x>|Ys+>Qu_|3ƕ{;g{Vj5}ܤyb,7 ]|ַ%Z3. tgf{J|ּ$igam8jˇc^'ra&OهFP]8W tf= ?VYk}qaogN=$g/[ړxG =Y-#/5{K:;ȩ>9jZfAw}Ln^Ń[gy7ǙǾ;NokOM)^+f|f]fx:|8֬u/ fiML^}j53x\6' z Cl\CW`+Ocqgn 7gR,Y\ 83Fs+?_9Y7aֳł^nVuʧмzp7>nS=31c0g}F׽wI}C=]k]^=l9!_5\:v^u5kvȣO8^h3ϼ;gᛳY=ֵ$9jeAŹss|US=?2ā߳f;9Ռ8|!5GgNkV,駾OcqgC+FxՀ31c0g%e/qf=K\,oֻ;1X5Ì!F,⛳Y=䨕m=[3o1[~z q tYlN:Ɍ8|!5GgNkV,駾OcqgC+FxՀ31c0g%e/qf=K\,f{p?e'!=Q+ zfg9}\^x }=kT܃xIuO~=577^yWK6Kg߼ռNd`wNf4_K*$%[{+ O/ByJ9W rij5O9OXsN [߽K]g7zdҭy/͕xfZ/ 3W黥YJ/gv뇯_qyZOl]׿f_SC^n$W$n󧿞_k֞i˷ט'{6LY~y q=srj_,oe߲Z\^怜9 s΀?jUӟ],+?^R]y^lra gv焓,秞y!~lV} 9 j j5O9Oc϶1]3X/@/60f<?<svs;D(f\CvU-ݧOE^vG7ӌMϙg_SV_ їo+-[eR>ͿfsCScsfKžVKU// zysA,#E] qO:.=_uzarpkKyת+٫βÙ>rܾ{_3 ;8=ꌗF噽,?n.>lnbsY;|uuctuVʿ Mw=}bPljzŊj}y{!_?{տ5ξ?􇴕vsugM5D 5!g yg!aָ~[>;k|Ù[t7>&P%Orb$]NK okI~y¬=]o}oAB|y|rf]1|S-;z u`Kι|q|Y z31矮!O8sd#'3StrB~1.'꼋'gea'g,doAy'Ĭ^r Ì&Κ՛y'Zb$]N yOx^OX<;ނ|!߻NbAYfˇgM5K7yIk?κ> &Cfs%V/.2cw=o.qHo^ZNl抟7g0_Ro5"C9xsA>+T;%y]aog|0r g.s?/>fs%V/.2c~-/( z+]<1m.$ohcrhsn|^ Ts{/ rጃdpM]ztZewfeiiq\Omr׺Do湰^]d%o^LT|\v|Ol랹ԧ3{ίKkiٿ^Y.ల]]lءZԔl<},Nke_2ƚM7?99Y.~8e W⻞׋Hyl :!Ù :;׽?Fg=K{+=]9NeasRd|ِM/=zE&s>ggeÙ{ϐlj`lV\17_q{gqr9 3ȏ'0%Ig|KMcl^k̞*VY+oOYYpfHWuP-g\.ZyOmw$zIS<'R2M~癛o ~ϒ9K_|5]n}rϜ0&P_oϬdeWۆ1\{̰8yœM/~"c0+[i<&NrHs]<9Su0}'Gg֫yE93=8._^zfK7#k]s=n֗\|~Ϭ \>[Za0Ӟyzǽ5Qr?׹I~5c8f}y͕W<_(̚`/e?6 >홧W}[N*7}Λ{Μ|0[ߪL3 @P=0$C6ЛfqMl2̸y7{=C(f{ArQ,,e.|p/V9y/gHsț! >f$YN>Pzs@^ jC2zߟ쥙z 0{B0!$99ovlaJ|Ԇd~r1Z=+/?->Y jC/bANo<_Y¬!y[>ݓnŜgP~+kb]s_=_;;'gǟP_} q$2z{ f)gu qsͺlf/헭_ufŒq$?%١gQ39> eB. Vq:߽!;Ty^,wB^~9j&߳yL_~?.jv6-)GH_C;]Ô3j|r8Kk/r^C ~oPv՚rڃ>r-xV4=7{j4,KoN/~<>ků 7b|'ePҮ5+~c{I\bzɅ3jLePʽ}^~˹5>t^!W~gUͺ~ژ/nyC z>9>κ>uf;O5^/'Зɸ׹s-mx523?=u?:yo|u]<>sU3D0yhk^g«| ȝH w~\qO/&rf~OzX7s]j{\ը/ً!=y^'_P̧fr W;ԓ{򈧛 ߻_l}5:\qK.y3j~B:8N v9jpMqUg/p嗗w]̧fr }>[\fSOV3D,L^}ZzOtsዟ b3/5s ׹x(? f^ro+g淜1T3|qrNQ#]m2|8{#/t3d>5kyj53wzy&ba{򈧛 _lyAi{MfOEzAX¬I7`u>Qy bCOI0g̕l.s\)LHDx (Ei޼Nz8ӽk^b>d +w_}Vr^{SkzLw3?EWq̃rB{'e7#>;O:f߾rI~e{l{s_\s:{/8 3jCvC7d/gKN,;?>׭;/ҽ<<{ٯ|Tk^$ޝ‚+|O3Gzkٱ ӓ˾Vy3X|r·3<>H}Ig8nʠ8g]7p5׬#Q=ț3Wmkz2H8{/O{wzdyKNnj?kd_9<#?_ Sϳ $KnOr,5׬#Q=ț3Wmkz2H8{/rB{'gGt ȉsqs !\s:Rۃ?sV̡'x׉bx??7$-~$:L3B|&wH|IC>{:9gW;k|fU'˰=3wxrflpg%W ϕԵ)^n~gdMz/n]|;1G 5]~ng_Nr.'߬٭lB4<(\BG}V/>uq雾7OL/^a{U|.Y? 16B|&wH|IC>{:9gW;k|fU'o˙;̜xf~ڟ\ub?tm!]/AÜ'7~#/>yf|+;̙38#s`%R䜹3'_u &U'_/g0s}flӟy73F3grXȖ?ɗK=䳧sΜ|M6țgVuf.|!ỉggO??F($f"9iSsct}BSl8kȶœw"_9q7\l$_qnu`^gw5z\t >u!z1תinU&k@*osK]X׿z}f|j*_?=ۓw8b75Dya.#Olvrm~K0.:y7k}5R&{+Ϧ]^/6bqkF(~b^s/__5O6?}H]03j[\_ygg ҋM)[L8ss9Cz5!/>qūqMk?QgMx OHg'Ϟ,Ġ9Cw$;OtùlsGxWW7@SZq5e.yWNf;X^$z8璡(y!=Y'k=Ņ;ϼ}2f_un>zޟU~|kƮIåߵOߢ7׹`[e;}= ;^x^2IfnH7ϊ_2y6A]/ϋ'&_X%-+vwm{5+9W{G(N|ͽΓ;C5Ql[2vr@,P|(x 8܉9r_NKlPfMZy/g[09t̚yŐ'Y^rkCyrg}&g;Z H^Z{K<܉9r_NKlPfMt^'~>Ni6s耯eYp`-$=Q,>ſwI 37m?ڏY˷'{'f-GgO>G+9ϚĵW5C]&=u bl2f|3ޚ=JZa@58 3/Xz6^iA-{#$C]}qdSk}E ?\ŀ^OЧ.{ܱh}i\ WVz|=PuQZdx) x4K?7Y|{w}:K!yy-s3ՐjRN>/z DO.A,;|dڃu+i5YqviWj闯^d58[S򧜳%Cɑ*O%vB't|0s耯L{w_^xD1Z";œdOfn‰oZ=ٻ>g5kI=B<82_!g 5f+w4do͞Ir}%-}֘pڟgΛ/Xz6N|t(9[2?;٭Zb'˙zM+ 3Zδk8 3YU=Z>:?-OVyj-L=ɦkC|-gZ99J/O<{ֵj$SpytoOOYgZRGHf;YsBYʝ1q=16fl[g>`_Il@5fz?67[55G!R[ AMwrE V$m\nR/;r:> r ~P.^??z7t<ӞCwo'YzXZpSZ䓻/)79TKrq|Pza# k_p^`[.;b/uz^ O*^+2d_׹u߿T{UL/K9yIznzCqtıמKl,nr<[ ^Zzܴ;.[=}JOx|!ˬKO8r@.sUz/w&bO }3l|~iH(osV ŬwxχC_=\եn}09%a >A|z&N{Cӗ?`?f户}cɹLkb|P|~xχC<_>pZ=!KN_Y3s[>}~]/^8Ӟ%/}χ?Ϭ9sݿY6 gb8<<@?ٍZ\~ӧcB<\sٷUn<\9U0Cc>7si|#'"7nB͋Rתp7_Pc t/lf2x'vOW,=Ycs_NL+劣uSn}|4g ׆g.OҬ$B9qsXk6Y/ӷUn<\9U0CyYf2O D b ڈXyr4B~C+GF}sA-6!o'G/~obIj -G94?xa#9c ͙QV=B%moS-{ɹcH>_9!' /Ճ s~|/9\sW8-0v~9+'Y}bu2G;A5U֏գkMdHwl qY`Wkuy^eB1w?\xź v͓*ZɝLn~p'=T?1 -Kru óG^^v/ce=}׳S}WKa3}~j}}ŖR; /'+6tgDGOzOy\gWrb[/Q3=Mo~,\.6īͼr^z${9̜^3f?zPޜ9xV=ܙ]䩿Mtg$]lf@Nȉ#d{lg1>qkΎC8-~?>Y<~1 ,Vлުn9cAmCO$|;_(og<[dA A~P.g_~ &g3.6V} 'đ?L]2=B5gǡo{|q?_P,zc+W~A@oU7眱6!o'G>/7g3GU w ?a3y/|3gY~Ϳ67*jA<߉3TPI6o%g/8R?9.90gu'fmKsƤ/ZF2ۋ^[axܕy'nel线+zwm91ojb]^zq.^˻Q,˹TGt5{?Nx?-g 7=y&N_kλ:r}t[_צO[=؝q']k5Zyϒ4ztq>?i_HfKxo^znλ%pa~ U,@>\w^]_6g>{홟?R:ˍB1ZWfxY]u\9zpsa嶏5fM5_KyK2:_Љ^Q}o^s]3,n] i8[[um.[}Č Ԙ%g|2t6['g%LNĬ xaΘ|_bP]5BvK><׉b߻YpϚ{rd{!IrX˹=d?>v?̄?f.9{ pa9Ӭ?1k^z3&?sٟ@os+n}]3V.Sc$La撳ڀ[nv3:6े9c?hɑQUo$T< 1X %!+n&'OWy҃C0WS]Pf$F/o.Xa&Ow/^~/2܃okƴtn^]&5ϕ9kzs>փbdH\5׋$<8uõg?qsVvZz3U/}CG 9d~)^<FPl]ω?{A~7QWk9l!^/e'ߋw][=-,]m:_Okyμd\mxx7QN}V]_3}=ł:(?1G?'@\q7xc7Oz0SPP}f]?=ysțO?jK0{N?f|ΪZ]w?p?/ȇԽg&ta; uP :;b~zO>o&&OWy҃C0WSɣ^/G}TpXzs7;=NsVϕ?oꊵ>|\!_OgA OɃ#'W$)c7Oz0SPP}f]?=ysțO?jK0{N?f|ΪZ]_[5o \I$Ըi$n3zrpzQ֕3QdAڸYì~gɓ~ {O>)V*o sRxzϽYP%~W~/ ͫW1,SSYFOz?ËO޹W,DT?x9C2ȕ9o}Y^] _ȧ>}>󳓓;\/|\Kr^&F2K.'Ϟy˸ݯ3ԏy(_M}^f]\j5s 93{̔^M+y5$x;8,g=!?1Xȯ74bC>5p>a>uVs/V\gʙ(_M2^Pp/?y/9xgV3WJw^Oxz'C9Գ|vB~y)[| s;+xk}=?̽Xq}¯vB~y)[| s;+xk}=?̽Xq}?|?K"3lN[ AKN\= j\:pjw=C0Zz16y>֧.1'S,ُEF>gv?Wjq}g8ߥIS#pʟl^zڳ}%WSz^u=V~\2T>9B~~rGH׻OńYgsRXHoŁvKU/2\fOu6|}wɭo9t>+k%VM%{.}^%;! ӏ#|V{|='sܓ='gBy1g@Hg=c䚫{_~yg}x fL#wN0CȏSGsM9N,H dk=osjq3W}|'Wa拵c֛mYǑ?z{O۞Dg-<$g̈́|rJ󯦼rҿ}?o̘ fq? ]or־&ǜT'[qyxֳdk=osjq3W}|'W3y?ϞzlyZVmT-:?^rbOPyr>/~0OOb䧗0rŒ rfn _u֛1erꙭ7k5ayn>_Sg>5TO1/:~_rb+ͺ}홏>o!}zks٘tnʿZ8WϿ{_?O㗺Nm?9}s߁!KM׹|}3'_/}-};=!2 ?/_V18ls ALݔr0orrfn _u֟-'rꙭ7k5ayn>_%.r~z5zFdqzje >N]<|}YL>5sxcCe~x/^~yH=&m6'MO/^ 3+w.gpYgyr)g@qYs[b-ךWSY=7<6d[fw>$cV18ls ALݔr0orrfn _u֟-'rꙭ7k5ayn>_%.r~z5]QMq%/f-n='v9qo/\~ Cʿ V~{Z֫s}]g.<]̶k}KK&ҳw>dS('u\7G_>zKg駽ksV8O~&[BW>kK5WdžWSMi rÓ(ww\Iyc?l Vٽz3{x_>iz_'~> yXRn{~Cn㝧N/Y{gf(w<_feyJonӳm`q׍Jf^K >?gA#>arv5ar|w|3&7;% f|SOH7CIZL;|g&a  ;/䣿1q=A/'~u[l7?=$O\~@gNҚ3g?3O\8]M|'}[rZa jHo)w-j婛 Z5{/^/}Cޞ:C٫0'&]M^))bbl}g }C#˖2oA _>y@ ?u<əN5X<޿3iOn{.d<^:ȝGPӆ? ky!X+ג~;>_)wR^ᗧ.Xbͽ~t~qZ/zxW9ftb^uy1[RMO/OUW|Ez8sWY]Xغ|q.ߪ֞=]99l>.}\\ynSZc8xK,Lm˵`j婛 Z5{/^7yłg69eoߜ'_|V{3+X<Ӟ6ʃwz\O>޻~yf,V|fk͞85I/_+㿐cN{͟/=34Gyl&?y7+}bP79ϾSK\iS??^bfA$՟v WzkrmHxOgo$[=C89GPywVgɩy?? ' oAg9zs-8MN=y[8V8m|sO?poC!FanϘ=?8uSCiP.Nǩ~7O|OQN8~g5{i-QLK9C~٥W?78Ly%Cvٟ#|I̒X6}bpof>~bf/:M]r]7pv]?On('/[ym[Ar[jpĮ|{9˟?.Nǩ~*oE}ӓ\b΁쿯c~, / k+C}m/Who 7_˵ԅɖ_Csr[Gg;&dߚNixYK,jM3gC؉I/9VK/'{Π̟Kߩxe׃ jHg}:\AyrWo}`|'״Uk~e/^;;w9_w\}rw?|=1sOsV2_zw~gE},' /Wɲ [f?g?q}Axe7jj\u/0[9S{^\_rO}şQSX~_#xzmόk|ǚB0}a>9~Wo+HR<Sw3gO?S0rC}AάWt8 SZx|+>z{Դ?;)6X}0Nj,qW^ g?|=1sO92cҫ\r_y̙z<O~?3ˌ}JƒVMl6hCz9捛0Os5A]Oٳ&;I3<93>1]/9.;i7>׏M=Ov>}2{|C~O9*[f?oZ?]v9xÓyٻ7_/^{_^Xh⭇]}=sS\g5|үyPMkwϞ>.9/q%_/wG.Z}'>z\VnrX/ |VZ//k5]8}CO~\z2L^-d=uSϸdz9kjjug<~3\&fmv ']j;{0'SK1̼s3~>3#xu3&?IgϚ@'>`TGDVsK?e71kC]89V{>tƧ&މ8>cg!Obdz9y|P~ϙ>obֆlga9pr|.萍OMqo|?ґO94.9m,̇ANnjKyrY=d /q"hMyWy[K8o{>K}mD⿀7WY[_PcF|νk\O}Ck |tst/\&+=3''_\L{[]3|grro!//%qr~+OFV~%'łz`ws\YvP?k^9(֭?gX0sN//S{宛3IxQ|!Ig-Y^|V N3V/y%3d rgړ3K? /duӧ.0AY~jwg1cjɟS|jw<ӗnS̝>Ý IzH+ ׌女g̅S3u /ȟR?fm}˧kbw _~Yy(a}X_,[o\g^r7^f'X,1}]yd{{ygϡ/_tV{o,&+YIc8/!>ƾZ;>=..wnivH /aI&[5w1q2d>A'_^͵u7W6.+w16ݜY/w5ăK2K?{%׺b{>z/=yׄ^˷~f~Y59bI f/^\\zߵukY6n}bfo$3})=wxq 8;f|'_V\n(vƳIyz7ysYxۢΞ3N]|t>) 3o־{g +ynL(N<ঋM5syYCֿӓ*SGǑԃ~s S/5{g쐞}*V\n(vƳIyz7ysYy㕇 kٳ~©ϙ>[PUmz^5}C?sO͟w~&[xFlY?y?9!g rk\s [q3ΞgPؙ?|:X 'SxO/^4lP޹yxԆsf .χw֒Nb%gʹˋbمdo}S{͞mSÌ]O#}ٌq ElN 6l?gg9փ~!{YSuR$}1}gLg% /l>'ğ^{^3+?ǝ a(_g9 +/|K631Z75./wƧԋgv8cxϗ fƸ9z:_n}d;?T=:ȥOc6~rÌ'A|WKo}KKΚi;Să +앯ӗ<_05./wƧԋgW'?uje# -'} ˛6}֒+/P[XUfVv}&[ȹ'gS2^CZ/ʿ{C'[>(Iv3gH˽+o>^ K~5{߇~]dSH%Z3$KW쁓6窿ul/AoK_x_VskTs^;OOX}o#{]OǟӦݜW{F΂O翗t䇤O_K/__ޛw?~ׯ^ 'dMopO^2wg<2șA<=pgPLig-9[~6_y8f޻矜`'+C_m淲[b3)tqI<-Lyr3ș3㦷 '/;͕ztqv'3W oZblX iI1H@ΪFwsITa.` \w=V-'.s6+KX3g{!uΜsrخ}8ߋk}_ۺmD8 3WmYu6i6}v; 'VMz WhU}@cgC;ULŻ@5UW/Y/o(l3o:+t~j&͊/͕fC>v1g'"!N|qĪ9-?^Ͻ:~3>;gޜw^[ts6+ˇ{9;qOq2拫%Vo<"~tjsCN8k}% iKonlZ\Am6csv'd~WKyE;7S"PӐ.[j '3)ֆ吭M:(A(f Oӯln+>Yvߜv al}c\A7Z7ҫgg=-|)ggtc{Ɨ/ot?VgfnsF#_=7O3kp~so З[:Pj'g]syH,Ზk?}\ˇ^5/VǞ| 'ݪD_|'|i5oXCKGΎvȠO[]~(% ;^I1W(o\<.Xr\:gr bV'Pz)[ 6l_ O2)别KϿ Ԋ\P|q>r8b]9d+`T[]~(Kv636yq1WKy3g}(G]yÌA~/O3S7HVKWgِr8b͘.ll:y^G?:LG5oN?P4ȣ<8$?+Wu;nf?&pMyyqb򩑓7}Û%4=9<}hix&4Y{yNű۾f]g~smw}VN/5_׮s{p 8frQt0Έ9Y{z?qk/қgmqvf{z1 .\xB3ӕ9ˏ&;⮵8I}ś;s/ǹyakה/SyS#'[\~zgJW 'OH7_uA0}___}/UXAШaf*/f}䫧O`Ӡ|6?gyg,kO0ge].Z}S7un.|՘#ONS{w鯜.;/[%czr/?KQư{˹fӞVezv-/o_~yλj9{Č ->asK//_}Y{Isͱg\]^2x>ޮ>^Zy sAdQZwNعmo~yGpBV/ k7ke\e53SX/Rsq=^9?soxoUs2YWe's-^^/ow(=5-6pN^s6j~|CQp|o >g _=r.ab東U^<쳖w1˜ ܀ _qs_rpi9[x@|`vyzr`<ޡX.\SG>Ij'wn@ΜPzp%,:^uf?!g\rZb!{1XWZ9j]ѡ5_s&߲/^灣^Oеw{qm֎5 ?7Cy89y_Avrս}iK܇+{=5~Wެ |g>u.9l_9+.P..v(wyCk]ĕ|z$6]~Ē8>YԤlS|r ߫cO_z{sogkyf~VvrU70 5ĝQHC-(6m&>#Nb]9oSG>lS|r ߫>luSsZOVs~w 5wn$|guC,'X{aޣ8?׻ʕفO}5@?uZ75Cr<NrȽ-wu~d7^5wk>CL}^9}rp߾3-ޙ _ؗ'={֝7=:{C U%N׋j|7ǟġ\=s3=|p'[oM_rL/ ɩ:!)&dǗϵT_L3?< cW.g/IKYD>{f 8|p'[oM_rL/ ɩ:!)&dǗϵT_L3?/{"3rflr~v8듭Q͌/9y&kAy|yZTZy[/?=ރN9jC6_?;/67QAa;ڴ| 6~xZ)N^3IuZyx#Gܤ/>{OOsOMpR,gğO/f>笺u}'k]+wp'Ï{G綾̓mON3'h75yN_9Aיfn{ t͗DMHG)c[{Xyl{h3>tM~xd5?+]|օjƥ>wxBG|IO_6?}33gԤ/L3 rǓ{"5xOmMg2gf"m9W3o$œjg{brM~yPzw-!e~g:{M~p-c`^TOG [<`OڠWf W ZŒso`.Cԑb[&`|aA8|߱,󑏿%OwϿx2_8|<ljoȐ 7k[μ}tӟp7y},qUss7w{~ج z9S3rwby'鸧?o63YЫI|3o"_w1ȠB6)g 3őoGl%|oS鸧?o63YЫI|3o"_<狳ww"VSmef]cbGg];M_/n=)^ p|W32s;a/랽_\.痟=';?-qזs@_/UAwY_~Jχ3+IVv]9{ os{ bܗk^|F׸x"=_[=z7M.zN d:z|x䠷c0W0o3'g'awd82bsb!]}ZzOޮfr Г2c0W0o3'g'awd82bsb!]}ZzOޮfr ГCx* :;VCK ;sP9G`yI==&X|!<3_o9z9 f3++L}}9Z7ynskfi|_ W`WZ;oxq})S#ُ06yakn^= }A>WBGze7[YRnpE׽^ezw_KqXAOodk/r}G_Osk~}-/ߨ}!4GWWBOU>ճͧS#ZV'/\E;6swg9qs=|zb|~0''1Qs]Z>.7o g~0GϽ={ѓ`Yr>P^9' SSlYکt-Wr?F$f?b_aONc纴=}-G3=`W*.O|o>5&嬝Iײ:y x,oTOORo#[/=&X|KkgrsI>P^9' SSlYԞ?gVQ yFu$LdPa>p+'z !y8CqKOGyA -|l5_d''GyM֜mx ҝWHZc|2%Kla^d})ߪz^ɛ(~%Yș5s-Εs_˩Pәh&qX\%=@=3Ϛ{n?hy&8Gw݂=bB|+ƏUNK/Mo_ٓ<&?>|33O/y@ '7[q$7[\>ʡξɸMJőY3Sy Շoq71uf w:$|f+SUG9W<_z83k|?s>y8?>1laNǑdlsrʷw8;7lV0o*Z!_~2Pq>6)7CܬI'.$0{Bs0f |r~ b|>7˛^D_yw\] /hyzҽ[ͬ &Y>w'ot],VN )~? 7ެ}f/f'Lk-\^镈LjP>YR,RUoekeA_܋'.$sOgY#c?`{哗\{Y,?f/>:w_߅QZ}E`Ӈ7WyVM>xA?f-qv_W23O=6&G\G z>n_{NgQn''_pV3k|a֥z;Myxr|(y79e|l>RnoAO^rr7Rߴ?O=6&G\G z~ 3KN<[6?7/[!P 7pK|Zœ.=Ô8>u';cH~=yBIM>mBOr6|}\]5{fy(.n{G(7#w}_۞k:k]K/}C/M O׺buV p3vj͑_5k7g>fBo>#+O}c~[5m' g~`}n_^w+g8;?Ѡ܉9o:f|gkRkeg~Շ{r,pϾsXH<?{>{2OW?9YGߙ3gVob"pvq:TgɃ^>sg3v0یcg8ù'YkPNz53_xy8M}hV>| f/ g~`wj739խ=@:+./ښ\clA}Г!KMۛ=^@77{^젇dt?z8<|rnkUך3r:_?Yՙkv䎣xorz1}*]/G٭[}̧5lg/l:n۬rT gg홽?5sO]ףy~܀gu~gg7K\r]=Wkfk~ҫ;f~R?+bz]]籑_3 wkoWu\aTv벭q_%N5_ĝ88= [ô2{~|ΥU:b8'izKwbgOgepN䏫9_~\A䏣RlKX^bǴ[>;n/ t|gqœrT /~"%?L_+.˗\Zjg+3ȡOz?g-1 rf~;?~Is9?r~[xH-bzn}'?L_+.˗\Zjg+3ȡOz?g-1 rf~;?~Is9?r~[xH-bzoI/˿_gr7 L|+dύrZ9+#0䟜ӏw-sC@9'O:Ӌo}7Vg<O}VWꂺsy{v{ɛ*]͚kվU>Ǩw{5}-Ve/M;fKy|[}׳ܻgҷ>=c^\;'>ӟ?\-|`|5ܨwtwݞ䭺Ke^xj.:3C9>~IsYհ'x&A}ۻ']MY&Wv]pʣO^!;!?)ʟB^l<䟜ӏw-sC@9'ɟ?J:o}W~ty;,g=_ROsOO3L}Ϊ=9œ0y >jz7BS} A9-IyPbW&~3n9yH?Sڿ\ >_pL9jؓS< ܠ>k]쓏&]ά|+d.8ѧOŸY!]/6yw]aO;c9!lOڟy{?u?g/ j8Iښ[[Xz+OP">7 ʛ|y!er5~zᝍ/aMw]^@^pcɍO *_+}&N/~~q]qgLa!d߭Wy_X}]ͬ+Z*1_\f~x/p|Ol羄Lv} x/ONg:5o)K~ۧd?*okރx!v9V,ӊ# |Yf}xg.[k Wwr/|+磌p{^~߼o/}sunw픭=}m-ߔarpĬ\g}(_/6 g,}ة[{WfO>u8i'S{g|tg']@7Y7'G`|jl l7eg3'f:Cx/p|3fԭyPk>0;_PÚ6}=eygy[g3'f:Cx/p|3fԭyPk>0;_PÚ6}=eygy[?gPL9PNva*_9g@g̨_5Q|*ghmf bGR.0\Y E[+wgr)/|T7xQ5exfgMq/JVoj^~R~z{νXIps,O":gɟ`ԅkMuVBW<\[u .OyX5rn~=l]$oaȻpދ{=6Ǿww5Kb-f2K(fRwYOēg<^>9؏!_^[s0g[y?:X :t_-K4Cbճk8|fȝ5'ֶ'P'{cx')ƫR7!&/__0y YW,ٻYX?xr֞tstS̐.9Y k{7gyr<')ƫR7!&/__0y YW,y%I8s'gO7N/=qµ5{1|5QxbɐVnrƳ<ȳWun#bY[}s6̗]se/~e\u /w?ߥkz=>/^VcvVm8auf1kr.FO􋝺3zFlu!)W\~fP/vBLj&g<{fyE%{޻Pը/ N9?n5o~szrb!'}NZ`ls3+.f?G(~IbfJW+797ȳWu-X-ޅF}dwv>/v2;d{Յ\q1=ByK3SZϞGkh/ƞ./o5'<g Ryb 0__}k@M.I39ʛdƃW9ׅ }{t7PKuG/o^#RaV/o&K|Me>y[r.9CY:};pm1Y3kӓ<͘tou/:Zgɏ#ү)+>0W]3"ds}aŚ)7%waJuɭ續 937N9|ս{=yKA^rn߿7yz.Pn /C_y_Z/}i˷eieGMXmA==!ŝ:I tg֐|K^v͑ml{8}?&8{Ou|A}/ 9>)%sF<>Cy̍ /9s5o?KκMޓB|qL=o污>~f=!/oR|Gr֐|P^>9?3u5GlJuIϹPs9s?KΜ<;'g8¬:s~zMXH/+'fι&_M.I39s.gno>(O%Pr=6sV9LS.Lߪ5Tә/ymrg:gwz-[~zYB2v^w|=={s^#k=1f+gߺ|?ɛP'o??ʙj=3ү|5s ?P{QG5g齀'+g]3{k̕[a3|/{=?kfsϞy~#LəsO>:˟='M7?99'ϺsrY潊'V9C9u8у0}5H'3?L<9{?fX~]|r5 oB|?cygN̩^|?蠖.7N>}P_?]l>^C+95cBYC.%O 3GPNޏ8{f'5f4Q?o9__.qɔkb[/;ھ8^z]Y+V[X}{XXrZs^X~8ޭ y W`c84}QM}ņty_W?rZ3~~/F.ӷE;-[xkݒ5Wܟ ~9Pl=b/x 0/_u;:] Gh6P9K{}3e[ٵu a.{K~h׾bc$nxo|>8^󘼲^{Az~}gYN?#?C?`~nN^'g99`||xWqh^ AN qXv~PlЫ |])5sGP9D-Zf,r&<%_să@⚱bجW'>S9j\l=AVsv=Ӌ[l{U?e[̙/ک+YLVOM?/`6 6&g~RW3&N>{Ӈ?5IK/fC4i;uÙ K]̋yt|[1۫u2g۸ ]RoMl9>=7_>9Z>[-3{_sbήص&;k/,,6ByriO<2[ЫZ}N%a8c1sJZ9H<h_ݛ{& }̣i2J3ߴÌua5*'{^i|ysP3^.֪pjjgq~-sg˱">g?LNV͙'|gܤ59\%_@yr;Cz}zOSA_8jf'9c|&)=sÌuV?m:d{'W6Z P;9s''<^̛8$g읟Ozp$Ųg.|r>W3&N>{Ӈ?5IK/f3F7~9xrhsY޲Wp`D|v|v̋l32I@eUX\佛3ǧB|mV1Nrـ.f39:]k-1;[ cݧWޱ^'kϿ~_ K9Z_nP?]SOG{˞״vabϲ/\|r K+7XyŚ`q\Rogwf`ƤxOlEKYB~3A Au8$=f Ŭi!{?\&gXsN/Br뼖3psNn6Szθܽu۟C1sy|!MOvX,./&'>\ef{^ }k{ h_ݫUnSGz ϹB s5l}^>;v}Ѿ7s˱ x]?] Wl?o 5-{ ^ z9k>8;PUZv ǟ_#߫n,.xv t1`[3C>ssw 33bAl .EN?r.yg9|||M]L.z9>&[8.>ǟ_{'rqg[N܆b6b@oK;2^/\;5}u9Ť_@]ofxv.v_ൂ<f˧'窾֬+ G˟s#?'?;LKz]PlR?50ϤV9A#?3[\'/NӎcV;&Mn1R}5afaNfkyõf˧'窾֬+ Gγu[ > 3ӓsU_\Nk٣y?Ͽjc-M8; j!0sIY {Πv꩖-zu.?}ZwcO.H7j{y`KYe,,Md_sTzꑽ1/|0F;Jzq&ѯտkYp]sۯ /YnYzq4K3rxzp>3= ; _P{u|63Ų|%̵b5j!i.ُ?^oǹ^\xKKμWKs-^W=m_\Ëc%'C|jΜO1_;dA9N.1.e%aʹ׈B=YyWμ߬!%^'?];ߌ̛KKOoZ8s3< [:+/'ϜU8g]`8f]rb'w|jΜ>{wKLM=|d1>{[]>_tUn:Wμ߬!%>q jgy}?䙳 lǬKNO͙>sgo;qrI⣇+>q jgy}?䙳 lǬKNO͙>sgo;qrI⣇o?%;1}k0LeOV[6Y t>sp'ܤ۹K]>7d%҅WMK_k!?>2$բy\:WܭA>5~L7_~_Wg5__~?fL͚N7; 3=_+g}8F-=~]ӊg??;y\W{y%wmgo9LP]|Ic0K߮~X\HskmOugs.fRy ١%oה>+3{.kV>g:%׾ҫ W?~󴊹<ι?_HVWW}5sPOSS3oK=d/Jo\ܺzޡzߟOI׵9șkO^2swU$㖯ǯU̵/FvgO+_ጝ 3_̚={A^V;<[j'OiO֯YfM{<}:%T OzIg)3&7>I-_Џ_Mk_ r'?ϞV _+=5r;}g&k~f΄-H7v\r/)7Y>dO f"|ΐ8χp_!]NH.c) "=c^>q>)wgl7M2&_~^qVuO^|ԕrAɷQ{ͳ/˶ _]g}{E{_۽2aQ-7$ċa: 0ߊ _$d Ez>b=>}um.ik_m/x/?5=Š_>q.~n.cze8lgǞ%>p=!>G8ZZz;[žy bc֥Nӟ<5r ݜOP|癔Cdqqs|.>qc!?Ig7K`X28#;[ >990ndHqF@w8}?s?sa j?3,=cɐ㌀~VD]&w a?kK'_NP_,ߜӞua濓ϼ_xWK/]Od_3C@5sqɏ=vf~<qg\>yf>ue1|0yy7plZ|?|>ca__#Lq2ImC~~駕[y'\v5ar >OɆ1i5!O񄾙g7^-}ɟb!=yr[3/塑%\Ao sf}νr3gJ؟: >B|3Õ|]|(,1gH5˱rvxgx=+Ox{)wsyTN^{ǟD<'7Zy\[·9oo߄sVE)'r֊/C /,K,φl X(>׬O|3gJ؟: }9CxN6o٧M>|jo?9kB零x+{%:+ِ]^2 ߸ΙA<" c)'9}6k?O?߄xZ[OZ-ʞx|J~6d s}{O9gH~g?lO9零[3}&*:g/'r֊7mVKkuV!d+땽mn.M59*09HW>=XR䢛O\_/p8H|g z9YΠ8ə-)NRl^ۯ]M-.5R.>,kҏssp\yzϙ~T7=_yt\<%L.}}}ǭ8Byzkxv&;{k׊wN3lMldK^yǟs߈~%<^x`Gr&ݗ0SL\M doY {89agQ>=XR䢛O\N>'dAL \sA}qs3[<ْf'ۯK||Z=7PܤR~I[b|0yM1ܖ|Ⓝ>a'G3 ,'xK\tɗW|VPa֩焳A;+tN3/rf'[̛>ؼ?wtr{?Yʑt_O1q5bw+q_̒&OI_r #:5p8VP={15`sRpOldK^yǟ{r~o͍_~IGNC %' [Cif=!7/:8Wb0Zt:{}GX=Q-|c}:ey]olVsS-`YϽ۱ f H'?<^X,d7%Q?NRw!3Y =|[{|3?\g nԤmaӾ(8Y%/k͵:/6\}=vwgf*}Ao?^Įo)'k G~6Gdg~~m//ϚwGmύ|Sy/uՈ=^^k|{[su]Γy2}ɠ6`'{ŧ/|#졽NKowۂzH7}Lԋ_}5|3>{{ski39z=ԶB9GߓC]'O͌,qjOsxw5Am?N߫lYyޓ#n/jf|0(<g\=gL{WԆz: =9BYf|Iz򫯆og1{s?{kKUE ]$5$lPAʈwߨȪL aޟ<[yO?=k?s13]MPOm//~Ջ/PxrgϽ4 u f<;^/8_0~sYwmY|~xx]=~t\3oֆ|0{ե[8pr_\+^>WYwjgͿm+W:/DzqN5^״ٛ}1y[Ž7Ļћϙ''H'׬*?= vP`K/kjZN 'S}l=tu]沓wסEO6Gjg<߬ aKXyq-ٿywƟR=ߚ&Lȟݲ/8 iMb{0{rZ1z{A] /|ϯ9ziW;=+z f\O91cWO}ՅwCN]=隩|6䣇ك.݂bp?gV?kgJ|z@~k09!v˾[r>.$]^6=5ka^bu f=0k`롦_=`0/qr=nj^ > IWg.;IwZkvڐft gR̟7[}g)j-Oovy O͋_ B8lb8lIM]b)Gܦp&g/߬O@/l$L}?QLgOw3˓ÖoX-[=9@M9}`ͷlpr\9͔9W8sspA8pŁ˳yW~1Eu'??K/Μ>xڽ$/g'W\}&_62z9f/٧$zmQ=v>}YlWn}f ]: 'nrÙ#||!s|7_2jgO; >ɇ>NO}7<9l9a?8Mn5P}+6~|AnBN3V_q{ggonfyrrM q6ݜk&=?Vlr= f }{Oɐ?9/?puI[~&ؓ#}Υdzo~%}C̉5eV9ߑw ^yv?O?e=wޙs̵r}jmלX/SOW}w_ k'rA̜{^xw9~a>@}:ؓrmȯ% Oпqb˖ͳw9W_a>Aug_No>y?ϙ{+OŷVy>wD5Vu+첃?g{{[Z{{cǓCrZ^:׌WyQ3csH+f -<Ń3C^NW,<&)9g<[3'ȋ,zc3V#6}'L)$^ 5<Ϝ /)G ʛ(w 򚹜g< 7q|Ꞿɑ݋"~{yɾ)#Y\S9d|t8u'V+(Q̒]|Y/]k9cRsury㰧vhQN\ ׋'O5Cȯf%ѓ'΂^.^Wة,ϙgqgWG* xϥ_/**k?_!9,uNO_\5 sf>~7.YIu|n]xʉΘΌ BG?c#< 1Ms]w!߼^5ZŶ7׃?}yfЛ?8z,# W|S l5Sd^%S3ʫ6;5"$'3Mn\b?ordg^2;g_Hy֭oyޒdu3Ó->,0kb- U^tgYor '=}#[89q"esOY&i`̫φ]5x(M̚ sqz ]+>Ο&M>n8vwIf?!so7*s-{j~^s饖;bH9v!_I5{mdq6;}7#_+^ɕ'D˩]P-./̒z";d[(KYH'׮|5}&=O>3Kr}.c~pzg[?W$_x/+ y9R˹oVF5[}Гqf`l;||8ܠF>?$7\}w3,OY&ggNlP>{œGHzIst5 orև=cO3Osea'[p=k3W?uֿ_>{.]xb5ɸ==se;Sr7x73_RŪjqO{{5?w狳reۿ2RX36l=K-G`OO3gW.dOs<ş< }#&'UHuYB:oyټI_[C.gkט=COJ)*О={|b9ǖ,_-/Jo:zu}] ϒů/0Aj{̷ Y.>1~PObyob|ē>V⸳'O436{ɸ%Ooy8{0}\9s|BD8g sPÞ#|b:v=-:0ϧ~BNGVkatׁzKm{N|ble9W5xZZ'}AqgO93i g빯gl!d=q_Kpa䋹&r ʅq~ߡ=}GHubzZ0u|aO >¬;7Y5#sjB=&O܃Z=Ξp%g<^3'_cb徰iבo1 ^*ۣ8&\'ܥ ^ IO1uz{/K?_\][~2׋?twӇc<f׌=svZzwX8rZW{ZR NXf>gl/{3W9kx `ԔgY?s|=YN]s »r|\~s???'D'f<^3'_K/3=EI'-}aYߙm N|꒓>M||?g |6ߔ!yO3?'ū<?KHKSh߻،kke(wb8餥/?9;sO]rG7I<2w9oPS^~\Cx~v=u IyI1}|{ן|z͜|-NL'9g}gn8KN^~q.@&1T©\0֟KM&z߃ 1Z{LLw\z?c]w}a~Mg+BSGs aǵ8_f}C}5`vr˽`8RVkԞp׎o>\.gk?˦^^VBϙBv+̋/]Oۋ=8Swf+)9L0Vg/hvA9WGgg'Oׯ^Lm}~[r[_ebW|9vfZbA|~b۽BRNugƁ=y\tgXߟmQ^X rv- ǘyGOlhyC-6´ػ_='i [qY brӗ >AnxI7}M5Z5z\kyt?9ǟ<v/:ā=yv13 ry'ϾӦ?{M=g ٭8f|(->}I@䆧nt3g,[I5z\PNtg^:|!Q ɓ3猙Q^H9@kϓ}h'?L}6k9Sn1Cl9KR 7&wgNCrg???ǟ]@ qq`O|a=ǧB:\{G< g{qv39䈇媥뙴Vg>}<0-Ē.^~^)Մ_B"v[O~|Q|YP]|!_;pgoߑg`'m2s/8KB(6^aK'vVODpnٯ_Or_47 ro1o:|VH]?8Vyۿ֙D~fg9b{<_WA+O,z-.<'g/Q֩8/e~svAgVzu=ϻU?s؁9)uol}rP|~o^ǽi(q>+u g䈇媥뙴bxpqKxzT^~ V3oܡX7<v`;jxO]&Oq+pș?$^k68>s[sV\||V@Μ!UK3if:dn' t O&̽]?3'5g'g=\t=x@ `C6Zyb@/?[\j/!?zߪ_bJl>rtK + pW#?Ч/WHfK=5 Pndo3dM^?uwU;?;8CxWBhǖamo_ۂrZ=,e?yI(6B!#jCl3/~pdz>ęN!_yӧkgBN܃`r˙/\:\>=}gmŹpxN}+CUY ;漸~?_v|}/p_zZ|<˞$͗cf9;s9.ߓL\ZWx{V~;Iks/ܟx]{km9Ok!_3 0k&'vN}6{t81_.%9!N_7/3<{'4zkg|_y!uwq&zXxW>8 !qMY\}rg,yaryb'w"?<%nvyϙՅ-/I3ͥ3_z'J ! iM?[܆O>3Xz%o xΖS ܭr[zօ@էQ.Sg}ovq>sǿ1vM8u~=g{Q3o'ɓͳf^w͖,w?WώĖ7Vܥ skyfp?g0y/7O3k홯Kw}f;}wzvz^g}jvZ7BKKu8ﺑ 'Ng/>-Y>"0εO9sӁ~_V[Ѯ,Gσzsګo?q>bdkY6yX|Wy`^y ~/=Ow?Ǯ{OkrSB4O¬{{؜%>Mt= 7ސ>M>B |f Kެ?L-wwܖu!?Чl< =Gb3߂[Ԙ1$SZON$άe,ɯoy9L-wwܖu!?Чl}Cyqɛ5TnR?׳.w|/BֆL;+OnOMZ3ԉ<?WK٫.Ijʷyg?*>>}z&L/;Cpŭb7/n,ZfW͕u z#r񋧴  w69 M|2@S'w% }+#>yzNp}uoupW0GC{>?lWOs?m߾sZ#z=-WNH_SQ+_˾oG/}xJ{ {~ qnO^cNقf t3ϸk \[Pc+qk|x˙ޡZolAߌ:s;s妗_$8ur癵5#]3?mnq雽}W5c>v+̗ ./kq{מuO|?zKS>3~%m!~ ~ɏ'5a笐ܮE~a>U9^cOνϐoMe|`o}Xf|\3?WH 8&Orqy/^g0nZ#e'@^soxpS/O.}'1KxW|fNg/9pgB W'f IqIN=ϒM﮹Zګd8s{k}s<3b/^rJǥC/ҖmL}=KVeP7R{%9GoA2K^^uqy/P0zMT7ԐiX=8e5.'5߽aʷ  lVݚ3-g@g-/LTטmor+=+5_>twz!rl}ʟg ٳ/onôO^9!Dž;cf#'pkUߚ|aSY &ؤj:=M9YKcyC's_΄Ԕg ş| x5bj蕮gKk0{Y8|].]:}Z!{%Ja'?L{'fU}kO1g6`z (.6f͞.y??>fy֐=k[0jWN=3wFNת5쉧RpMIuzOsfk7 zBq5V_~dy۱+9l{I9~ͷ{(wzvJגy(6Ϣ9vZyx͑tѷ꟬]񷲃xg> IDAT_bk3_/z~RNP:ͼxY7{ܓr?o֕V>9|橗O>O &f~ףX:8cϓ3W;g~O8%gy䯉'fjށbs[b)'If^<gnxI}krBMfᛵtqvzOߟX~_.KSs}˳퉝cyoߧPv|//~__89Wy~±uDKWOG]-U>SwyO^L:gWɷ'e߲׋i /|bz֬ZÎ]lWy;w ˇL}wIy83ON>rKeg\YKogyM'_iwe]uoV8A{ԅŸoΜ׋jyxM+u+_٭ه?\7yb"-SדּpԦt98u RYlS71W_\?dշ)^ά#'ԔnYKg9ɫ\5M=iY;f~>5̳yxM+w^Ā\h}0y F'0k瞂0sgߖyC<O|s6=蟤NcϺf'By&3VHyrf9wZ8;='O^¬oI+ڹ g6;̜ٷean?3o"__!)]gl^Mr?W~Kݬ9i[H_AͳG@ {q8.ޣY<_/ 'fy>_Gvnu?}F[f͡6coo6/=뾆b7OP^Ki{O؇z"~g?։~^N̽ڣ{>X_6dC6󖹲/{wpo+}sZ3?g&Ϭϗ j7{&j.#?^>I~ ~98k\n7fOz㬟~|a^S Նf?@x.?蝝?yO%oڐM/R7k}B~AN` ub./M<1uR7dm^Ū3INI?.}wa(uɰg?,gj`q^z7_=_Y]֮%mq i(5 ͒55-oyI#U*/diO}{+WC/H&F}Ow\r7HГ,y~H=z_]+5|j`ϋg z1/W ?Z۽\Ůcޜ۟Jz6}=y5HobW 9g|AL^HrNď\<->kˑ}^Y3{ rf})Ou-\}bٷV =y} ^=Vbٻܾ~VuxI~̷W(1KK!߳_r&䩛-?7)e =_S0sg}A\m>yt3#LϟNg|jIa^ÓtZՊe;'ƛM:'|t5bfRr|LS79ZCR<Ll=B)<{W~fn̢/=Mڧ npy|Ͼ'^vO7tNxjB9̤&%'˙nrx&z%Sx3ï>?tE_zWO9A 3?;}?$凩{OҽjU+,<:o6ՄrIMK!O2~7E6;L[nrZBv tnD3LyŒ[x7gyNM<9'/%]%Tlsn>n};~߳{;TJu?I| 4z%!y8NB>sܫm9q1KP~Q=_sśnv˾v_r%K83x96~u9O,, qνݏR_A|*ޚv\%a28x+#n{#d@ xg]+f>'nfryrN^K9|{{W͙_lk30jSY[Ips\CsoM;YZul0pzu|ӏGK7W˽\M3LyŒ[x7gyNM<9'/%OYd /NK~ٿ7Rb:i(wA @ 5_oHՇrZwV#Gl.(/[ͬ b'zzQtuJ~7bmw]sZGqootŚ9Nד?;g^F &93ec<_ > 3y^0+fu]'RLٲ\מz{'̗N xg|`oyѼg^nu`?Ӷ}Vݲw[-9bsAyjfX gos#Yoc??-]AXv=993ecCv5WS/9uQ,./_ +ob:3q1=۬ g,fjMW<OWP/'|6v͛kΔ]S?߳Z@8_:{a97{u}c5g.ǂjyfX g/=c0Uk:K_׿2[5!M- ͚d9M?ݜ=|q{.>֬G{ qyp>0QlrӋ';UԻ_+Y$?un̻bkGC?}ά+7Ynxv:gW KQBb;~1˹—~;^[>Mv՝kU<O(Mkœd.^}gWmv2^8tuف{PN'v&6SrΧ3=kYVY˟X?zfk]ܤxz|ۿlW͒Zs 䨁k{!._M}nȩ>[fUO,g{ Plr/>kXœUN_?Mό㓛SzY;s}B9Ar䷂5>r?&ӟn\Yƒ/r?&Y|O7?\cUcɗ sV9I~࿔O_ťިADORCnAɝǯoҼs5O Ody/" ;0s/;0us9?ȧ΋ Po@Ѝ\3k_>8/Wά-ķgsY(fgr'͙9| =%3_?u~Buzr;CV/6k&wV?pu([j >~9vk+_{|8_q/M]ΜESSgdy/Y?|!z 3'zM+Oɥa>|y{=?m&ԧY~3(.ǜk'zߜqL_iӞZugdޛB5_(SsήOvGr'f<}koYkSKO._H^08̜8pNwAYg0}Ayo,690rv3ԇm]]5gȎK;0B!lɠG'c5MN/^~rO>^ b@{VzYaj$7&[Ɖr}ï.˧>v8sx''}Wm/V;w ~\WޟYkui_쎇#ϹY5_V /(gƃЧ?}\E;0׋s>lɠGھkk,=Zyk3꙽l-T`Ͱc gCydo.:y4[2_PvO>wr~͒\P{:> zxЋu=Sj -~晩϶Cfe`/O2_+䣇(C0sB P^6zsA]>fK !sx''}WmrBy^5b;rg. Vbq? gÌ|u^y<.u泲 3Kg'CydPz1ٝ[3wbl}C~{yfjaƃPY:؋wa}S:YajlmB >QL9ܖ96n~in>s|yulCqgwA /eZ~֜ C:1bENgy=ͺ_4V=ߚb%gO|Bf{T^x W, Y3|sy|}~{ j#{2z=gyk=gFz;(Y_\`Nu=;Φ%FjCք}-Lf\mli/]\{K}=w;bV{'iPl)pTzS{+'z=P,]}œ׹^ ,/k=g!z%gROŝg|9gWmrg[mzPٴ]m:r gM:Mkxɠ_zgsյB5ߚb%gO|Q,\An+VlsbWr>-waEM=%.'Ɏ3uLQ̈́^T7k~z0\!YݜZ֚=ӿ灞\/ ٫s/'Ε\`grߏ}?d.7iu#doؓ3^\٥^3/ξC9×̯oz_gIy~tus=^c.+Aa[,s[V7LTr!i^f\U9C:_''ߖŃsޚ͚zfΏ?ϟx/';rXp>Ol=gޚ͚zfΏ?bq![.'s?+^՘3dz?ysWٻxp!\[s!;YSl!yV_,?Nv#$qs|& YArɶq/oդ?mLlէGjld}6w:fYޞ؇^ӟřH|%gؗ/L_zȝyS[e!OmyS,[n]Bvļ֬/G-=5??0&CW1a֧˝=mէ5!6:>2?33<_ >ͅ/<0}oj>M[e!OmyS,[?ܠv,tOsm0&CW1a֧˝=mէ5!6:>2?33MNlp ?ϵ rüVf ^pY.wg''Wt8`TΜ?r?.3$60b qj gW|zX|fތK>_2~sʛ x/f]d/<o0[V쳮sr~wK?;}̖ľG+̳/[_lޕVRM}Ջ>3^ZB}^/͖_]y͟/w0zv ;gU>ά&[aֵs44 EN|j1̢vt^^9,Y׫|ԕ{WkeĿ<ů~vwMZ8{ f {Wy^>/pPӵ73=l &w)|sYBz]+>x|@+~7}ֵ`Vd3{3oμ&k!i=~g8ZCq{z뙞 OTf_bl>9֜%|jŧ|gFyIlz rWٛ>Z0A\}Z2ș~}'y?R=xuzoϺL~Wߪ ru?͋/PH#i=ρ@=j &<.}m/Kf3'7CrQz\^9FL]+~Zr-γ7w>yvɣ߼s޽+~rsgHY r~kcW狪3/^h>.'/TS^0{5Ӳ[N P2e@擷yulҲ7/;gwpbg/q{)sO"e:rN>R]j_K֫t|z9rK.육wfb+ gG9AЃd^kW {i=3;Y\gY7엪W]ع3Yz̚}o.egͳbyzW+Gv3W {aϱ|a~n\| ȗcoֳP,)>3?$NC1!Y_98`ً>jS+? zW3ortrɇw 3f okfY}V|rdZ|4e/ O=rɇw 3f okfY>23cCrt@=j &<<-'7.\o5sFfrG~jrfmg %~_^lE,9:r'䩇l=qʶٙ? ferpa)3s³3l5zL 8#`_v5콍O m+~)>xjﯗ'WvƊ]>{ x$ofb@Y t~9bI(/캋3u.o/;O9[Гo`։ >|瞩>k?,w!L3?9𪿐]-IoYgs3H7{1'\\=alYD6_qe~Lu%\k{>/nk&nT/z X䟾tR^2̹g|So1\ae!_d#пu||3N\Mc0oqH>ϟSgg\XrU[O6>yx3_Ό%=71uj> gY&_9Ol̜y/ l>Po7c0|H#Lsؔ9=_|x osx~93_o^իL҅w0fLM3șӛMҋሉxt=A=<|ΊG.N3YC!eLQ/!}ϱ䮻 %97;d۹G-/'Yq-':ugwPZ{?YRv4I޵/{1{U |ݳO ,+먶/SS$]˿O'һ5W rwYOecƃ3\ [E׊ǟNM>g/W/3}ͯ Ξ8=?_>״/-JVW_*=wz\y{/W \K_ >KVu>xf͟3>IzWK-}=y­5^3ܤ6%_s)-ɐ~G,tw);N3IsAxgmP ' Jzz810|!p|Kx_cl+򛵼 NEoV ts0u f&LiMy__/\jf.:z:3![l抇f-/'qetx'L>C9ٲI39SZj!9G ˧ުιgnL>>v!Y I\fi;]-^l@? S_/&4tv -~k:sg^vyO]NVL='r'>9fY=?/ƚ_Mk9vϷgL=Kn2svu},y7گk;O:ۂW<:tYKf7C./e~zz{Xg8NBpY=ӊv=f%CUJߟҹb{'mnG;Y/4^\k7YwQjք{!g__uYۋَqlGV߬,19;QOyf5817=9^rVkgU?V8=|oLا|S9]E}߱6 .8V~~8۾qw:_zfH;VN>гCS~^ƶgK, {W,lxxHǧ>9Ü5ioM{\ᙗ]SWc6x7<09;Qp6ϚP>?WZ?>|aǜZ{./s,g<ܿ7C:ߜzZ89!B}5fw:Y}3ͳCKA g3 |嘯<~1yQ3'/yWPc6x7<09;Qp6ϚP>?WZ?>|a%>?<T݋z( Ӟ57$9 W^||0uV(f/tB=쳕cof{zACro<}fokCP^[/^5/0߹{9^<@r{ {} j[o3X5++׽/yG(Z kڸNwݏf `k7{Ξ7v9dοEƵ_-ێ5 ^(F/תyKvdwzoWT7?}^y__~~a/{t cƜ`~.)jqO{R3rr|ɑ0ͣ&_uK|Џf3>gYO'g o|kU) gm|kNj/ߵ=h͏?CwA>ـ^?sCvVQ SW/%g>Gl3ș\tٳ,'œ3J{IkULyCzOe>5wŗyZӞs̟! l@~r䟹!;+L_8H椥9ǓlVnr=ӍgՂ$'ogܴ/'ޠX˾Zxk>Ŕ^١]>x|{39x&^yp-o/(::P|[za}#]Mުb5D_R^X2ʫKKsʛ7RgzA~Ɗ?G5K}J373^_ gN377Ҩ{ꏾdpO5=kq= QsVu_\yxN -ON-=ie)v'_g}bV|M8CYf5Ͻ/Zb ^o"s3ph> F?3W |A߀Gݬg[فOzpvbߛgnort![9kaᡇ?gHorLnv|g]m?L.5Ͻ3q9p)x_^E~  "g..Z` z<'f'_o0s #_{o-v ԷM{!;5̋ݒ3fpjzߞtƓ!_n&˷F|_wꟕ^N_4+;f5K5||1VY|߱ο0P] |ڼ9l['>z76s]l,:[vBbc+O3~ryb%_5_|ʉǬgz{4_~~;lZrC=7?g |*0ү&M㊯Bo?[[ɷV|K1bSsOoobu6kol ĒYÌ}|dy ]M䡗C×=}a0=G09&oCvÙ9k>w>kbZ3>XrfQ3kŞg|r)/ 5Gg1kC6^@,S5QWl3:?Гw5Aܓ^_{\Ulفg0YZ1z%'@ >bӞ~|8?g 䄙̢f֊ы=(9R^Pwy'67P./9 /|'w5ジZ=j>jk׼|:g G?qdϘ1䚾=C'sY|9pˡgV>_rA^YOnKxBXxOO.<{(G>{{c֧?Dž,W'o$CfYWάURā]m`}3;}.|f\ g9cxrWO'#lc0}0kÓς9n9PNv|iyIg!>- bᙇ? >dgy9dzF\9;YyY;}ua`ֆ'sr衜B|r[z3?|rD9sgsw>߳wwIN|1KS 9;̕'?b枹N_O YMr[ 3$'ʗC1zdCgd+9w=ȧ0ì_cz_ȶJl%wrpbߝtٽ@/3hƹqLOs'm"jϗe^'[!f7EVn'^L2E5s)WPqf{/]~"r>=µ}k597 u-sc.]ϖ ɉ'üX yrV,Yo벷 ݓ1X>cwe˖1nrzcv}l$\+g ^ raր>S//=9g'Yrϼ3U= 9;̕'gE+ =s O0=ϚB1s6}b/}ů&mMV}n ^੪o@'LaraN~Wɳ[fdzW8̿^Ui6C&Ϗ:>%&جsu%^Bg//K\'+{LFbfl9iO ͑|g%wzz\kDw?gOk !|L 3rTۿ9r9KųKΙg[Ͷ90߮yѕsKP͗dU[Ny;+XkY'_ϞW?u6ckƞ{Bg\Y3%?;lٳO ! F~??؁/䙨w3ɍǜO3y̗|Ho_ Ֆ3{ů&}ޯ 7$>;8<s0Wqr&8)7y}7ЋxO~C|w^??q.pX5s6;{Ng>ԈFd5pkUE|Bzgm1=g~Aݽ{f~o,/2 0>pfYk}Sukž|wmc\k'~dlϽyKW< ;xU7=rgaN;s6;qAnr3=ӫvyeѿG8\5ld?/k?>VK0~1w_מK`[K}'gmzߏ^?\6jNuxUMyB]~+{=j[ŽFyγ%Zg~KNn|˹ϳX>^ 3n/ds?Ne W\}^㵏xԴcT 'm߾iȗj o;|1H}֤닳PS#"$L~YUofGK΄̒bf9qb7L>q1Nw<}̚ZP?&fgn{ 'fbj?W+6͑@?aryvpWcִՂ51=s۷=c> d5pkUyZo|_\ O\̳o_A4fA[ O[xxfVuU^|gӛE>ߴHpgZ'EoZ!<Ho]Q癄j!|KzϞwRk֫8q{Yzy9t~A{<ӟ,M;܀OaY?L0s,M󿌝̻?(!>}8}ߠ~4 z,kT ]-8'u\wZ:oq9fM/UYo/99;e -O}~'٤弞qCk9k>3"o $bAγ?L0s,!<H/7Wx+=8]W/Ɨ>k3?ݪ:9Ǭ):x΂U^kـgӛE>ߴHpg=^n0e0ٻU-ft|sYSu9tּ׳7|i789z0y̝|| `_p} 6AjDh^ 6.ad.&G}CWzx5r O^2OZ7UcA~0̯3|}S '8+c[rg=ɐ_~z}'xW}p'NgCZ;Cbx<\׃0sE'^A`O|)x~^r_|Oۏ3YP>]ϧ⯷CE5}l ӓj];S7;$YI59Z}_d/?œ!Y^]e_)CbfN>eroŲ Wæ'v:ϟO^2OZ/cY'7ɶ&G㰧3OooH7rv=հI矝9j]1<ل5Oy0.r̛z9A _usn9Ūk̕^f\v`QOr^N>E~r~<ܓXy_3'pb6c觺߹cWg{GUw¼^͛u{~^Pl zq$͔d>/Ko3[Ov{]# <Xẋv'}}k\?"'z GY{֚q\zsn;b3W^vzU>`+w|ٚIMjpCޞwr{{/Žj\<_>9sZn9fӋü^KN \@:^ՆY쀣Ň';ԋaOfݳ^^~c?f>YϏKs~ 9bյaˎGt3YA.;]o<-}^~07Oz~\j1|͹3W^vS/Nc?Vuzy탏̛`Χf=?.rrU⇙+/;dv.y W8Z?&֠fMϜ}]zgU_wu"+?ͪ?W~{_$w%UꓽLMfh^.wv{w/O?;%:g~Ͽ+k_o~WUt_'X+݌WeJR :lb /| _00g5K3H+\'B>/5!}rl,Nͷ3q}{9X x=mˋ7 o 7Ly6|e[7^um{g ~_sg;O[r!ym -UTnҾ͘|I3i<3>D>6Ӭygbـ'XH|yK0}|׾1_~';O[r!ym -UM k_E}vzg/L]g'w9& 7i_fL>_bn?or4k3X6I>!3_>|.'L3rݿ6oͿ?/\#ϗŒbSW?fM&M1o'O,y#>q&˷읫Ҝڿ{XcF;_s^Hef-uwgEU_橻Olf|^ԯ{}QqfW;fy}_ O3hOBz%EOɞl?7۸p_ {ݞω+v} Go=CYWmH}[gswZƞs]B|f?؜_(]/ֹu˾oj]d}{^Oblfxӛ8yf˼ϷAqt{i᜾V:fzW b3/ie%ۯdu3W^ʟV oRMSwjf.~yq{hS̟2u?d7SVya%lqdՃ,6uun jf.~y?b<~-.lzŦ\y_R̥9OIw+ /4d1A -n"\xMΖ AN+y{>@8Z=grB9e}+w>!z'\}7mO8VV;9>[z;KoͽX X(v|fJ= 6{-bU^WӊC.79Z={1Al*'[n9-.&g˽+i!})8Z=ٻfKǾ)<-{_^{z%_p,gkOM<>%Ū>!]!]{뾮gyfM/^Cg;Wݎ6}='*/4G+}#X>Y39>K}>^Ykmo8qT'3eS{S~wO˙98o \>[~5%-/;~rou#{PLgF{{iয়~z>Ó\O>ky<7z/+ǜ!X?yvWrՆYȐ|٭!}k{Q_۽$W-dϽsq?l>}Ng,g~|?rs/ ?t雌? I>u?>2CZgC~}Œ3ɣf=qN?L_}>}36<%Yts|5ssays9?q~5n &'af8XO^82b->X^,y SOPC<Vy){p>uǩY{>q7zכ/8tvi 7y^g׽ggX=~qyNr[!]x Gp4粗69O'* 8d•ܾKY=^+ygߊ~)xas_>Mwq0s姗|&{0 jÑC}u=wP5s2g~o?1{$3oJ{oLb_d+C>ߌ3g9qO87Wy]j[8bn1eNlB,GRn.=/V3;ߕ &gu=scxPSNꂼbWUνg9rŹ]_j[ 99cw|r{ۿ_bI=r?;sx>~Y->9KО@]rm}}E5NGھsŹdkpALV{ {WRvL= .; u ?{WÙn<|Ϝy9 ||SO=C'u7K-AN&ǔ rեsē8œ9, 30c6^AL' @ g5=sٶsF8s60}oG~(ļf3ɞ=䘲r>́>:1`[NKwz| 3ݚy9l[9#9\I7u#?b^qTdϞarLYn9 k-Ww;Z]I.'ONvp{rAZ6v1bso=8ΞV;Owq9W=ά'ory.˳Gg,N!̲)讽_a]toy#4us=x>}ymb[B~\6m-fYg[=>go?a^q9W@{';z=#}2ury+TWՖ2lקVU+uf[_;'_: \K?k~Z_gy~x`=7TX ײə'ZdP8[>w]Zo5q??O|rӃ59ɉ,NJV/7H|s]ng'= zwD<jg.7 ǜ{rӃ59ɉ,NJV/7H|s]ng'= zwD<jg.7 ǜ{rӃ59ɉ,NJV/7H|s]ng'= zwD{_;Y&' ϖC` ɞ\f)ǃ89ZϺi)36!_a _< ý{,SH/f̙9 ،Ȋ"u˒ت5Src}S9ic|b zϞ<(O]sf:g Ǐ+>^?Wg-g׳kvi u۷0ncឣf~s~ikޖ]{ l֙1={=u[zãR>|YRPM5ŋ݋|g: w}s☱VVyWg*Nit>ҽqu۽_Knr[8죦o&'Vk z:kxf>M=_^+?K-B=R<;9߶Y>\=aƦ? ? v2N|V}0͸XKO15Su|rr'X8#d3MN< z:kxfs~{|VuLOk|죞Z3ߜ/fgvG5.>1.i3h |+ aOIE | us=_H)2gT>s1/RPy]H1Omb~3k q?3dLWEkn9g "(rW|g&3d؟׿P+c]l ?/gwN5ǹ_1u]z,п=Ubzzu;Z%x/$7]3wfŜݞk!=> ɿ0 [Wyz _ffj=c?^sJsr58t[uwq9f|f{:SH/_[Nrr}Bsq>V斧gWA9 dJ7Cj9t>9x/$7z)̥ux~r:cدY/΀_m?ϧ^lCL[;:'<ӖP+ׅus=_Ho2gSٙK?˛5DujǞ_&_꠸P.\Am.$3B}9;b\z8P^ެ''S_m>5yB fCQ<yi8Vl0L77T~M3'<:̍YA$?Pl 6i9g|r? Z֫njq4WA-sű_(.y'j{块 6R}7)?ѫy^~oKrpԛ=BߟjB\9v ;Ce/ҹm7OHe.?zu<\b|uo)^k9H.V<-,߻|r?c9j'={9]s͍ӧ ͶOg$~I4|b^KK?sŒg^O]5癟l=QZyaMg/WbI-C.ꃺ<3_^>v? VC,參?c'g}:MyxZٳ^^>Q^xha^P^ܭ0Nڃ>鞵w\s)KŲ3Owg/uLgg~jY7_~_!M^A]s{|yg“/|GsuZZntIL\x(.yz}{7yu3cy'W<8 O=~Z9kk&I{'ݳk3rXXxwy[5~mrHC8 /j7WU vz8>zW/Lҁ]=.XH}Dq^{%)5W'_u{j˿U;adZ֖;oqbr{^)?9|rzzTn(r[|50{71q}Z]󩢵/ΌN[W|kM _Og<{9m3Y>|'> yWŷ_P]O$sN|pCz~Y{9{g o݋crs+U6myX%}o}1dw؉翵8B>{y{.ܫbBOȏü״'q}Z) ?Lҁ]=.X l5cP~/iO q7>3O*<'/K~o9t`W-/t}yKS0Ok9~j,$yW8&gz~yr|r5P}B~ =!ό䶊) [$b !]v^3xӚ3?άu{=./nr{^)Ǖ/ə_ޯ[5 k|6 {0'9?%tX5恵{3Uwpjf]`'wЗ 7Oߜ/ޛC^Hk݋_?&!{rdkrNK|z[;gܱSA eΰyXOڇIw{3L.gy^yĽs׿|q< pxn=uGBwZ~7Afv"|qӷ>35s\v)u-pqIfLq۞|zFNM}\Oqv|ku?-"qj,uk jO{J(n_5մ/< g斧 ||})f<$Zf{WL]5$,|ty2˜!;d _V3}츧?}SBygg>)}93<=(_H}O ?&Br^lC>:^9K&.@s3d56>l jO{J(>ϻ5մ/< g斧 ||})~Ջ~TsH#sC'fM6W,ssƙkqoql 3lgPC~{oO>|!B _H/qW场|x^/NrBwj+}WS|ǖ^,_t\ Fr>![Ỳ[Ot}v-Nf}{%Ԗ' elcŻm#3> d\_}/57sN57|g ~uՅ\r'=By;^*'͏g7g8eox^y s_[>~ʍp|VC6~Sgy/yPlYkle YlO9:9S9>SN~0_%3Y37<cz60sIg|=Vd9oL<̼91},zXz5tVzHq'WO¬㖛/ }'ҫC>\bOL~f=͐|ٟ;)^ ҟt\ u8z"×lYorܴC j.?Y>9wΥ6T[LOyL&[jk1bv%bfGO|ӯرZ\ot8._5kj/'%U߭_|dy\~_zg?P_m{uPܥUO_z~9ȯϜp{0>=3g ,6Yη _K1\\,ڳO^w=ySNԧdϙY*;Nω-ϕ;~=jݹG^:#_6;@/j32B}͝,{ϿؙwA/v/^,矮>ndt\?#JO%y?Rig3ugjfYw}~/yC&^i" B~}B9aqrqٯ<99rzv}pz8Y Yܾy֣?y쾱ZuGX}&9=kĞ8K/i/z>e//+Wwqs>Cc}ܱdR߯jq9=ܧ2򟾫ώq357/=}X0S83\ρ%zqGsu嵧̔m&^7gq>!=ս>!I:c/ׯmv?xνb!{a]<3n9۾}Γ]_z gLN8pCW_?9_~gaΕo^g{jOWO$ g=g|:}9>p{=Ǘy|K r {Aݳ~c7{yg ٳ_y|WO$ g=g|W8w[k6Dq9t|-3?jC|V!9~=Ksl N͉2J\a]{ /ۿ zQ]ܛK=sa:=tfs==o\}ʥ%YFL2os 9M9>BZ핿2bzQw}Cg?s9V'֦'y:Ψeɪ_Μ酋Cs ':k;gH~?TRM8}}u|eͣOxhFm| =ߐ>N@wqM̞;om_"q:?2_Og ~6ksSsKds<'}/lǻ>AsRY<#^y}C|V![Y?u=1L@ۇq㚘=[?g bwпqU\ː+!CxG6 yAz:sx)W]p-CVYӇ qِ/y?'F\u ZgMߪ.9s=sĂXnl sNKw@ݠ!>=ejf]qsGf-N O dh^'\'dK~9(*ZŁ/Оz's}_Pj;N>}v-3f7ӏ77f?G*fK4Gҽ |f{Y+y]ǂX Vn;<]w`{ {k,\%U}ͬ+Χ9=Ov|[^qP{N#yΐ_|rW}Z>?XEU^Ͽ>Gf~}t|!'yT}>¬g bI bPc'奻v,媕Wu1G~+]^}f|IqP{b_M6ə_|r%lglϿ< e++w2|eӗ:_\}A\ʝ|줼tn^Ş\ 9o A3*'~ۿr6Mo|6JGO|AfG*1f^L7e@oşzoߑ6'&\6߮B}f'z9a5~E,>'ON̾ͱz>q%%Tgz2 ?>s̾bf^=)˕z~s$'f(Ճ?}I}qm&̍c8VȞg7Oͬ rÚnrh/zL//n؄qL fuA^}XS>YJWI䜵UO>z2 >Kl36an|B<7}jf]n ?g!d+f;vtҗ+YH3;r7;9|[-'󝼸k_PK$7,d߉$] '{\|SCr|V>{'3̾>'[:դ'ü0{uwP-=Қuc|bZR,KzH7<˵Ḁ=aY#_'[:դ'ü0{uwP-=Қuc|bZR,KzHf_QD6s5l6ȯ Xnɓ_}o֓+ۅ#Z pŻ [ g!y wc)q>E˞oUw925?_~j~{wy?^V©O?j~s̘}~? ;w]>7霒)O[~'{Wo ' ]۸kwj:yG;=BEe 8\^Z*켖xzslβ3__nuc#/Vb^ wm9lo~~q^Lpl5du~Yr֧s6W3?DZ:jRϸ0c3?ٚ0 w f7jf=?jF67/BvKf/{\;kB]K<|Ax=nғ#̸y <3qb?9g]2̟s֫g#OMyNo{AW3V3A~)[.7{~yߛ.yXZ p;qkΗda̋?Xx'癉e?9Add^<yjß_gfM s8 2-~>9>WB>x&nq?|fS Y_ďgV7?T0U{yRolaY[NWOs~=\fPw9Zbu6_4?5 ×_m|ٿEg\c|JOw .OLn9Iߞ>_$Gqasg^^#L]./_Cϯk>kK \>|?s_6=O)8 ?arHV/˦?%Gqasg^^#L].?o| jn0r]N/I]S8>#υɛ~ҳ'p5]}_lzչy_.,{y~,<{#XVw>|8nGCPgWt#k 7W|Z>ds)寷fnmOՠg@:?_ i~yM\x3d5z"S/5p믫}\z`=}s\a]KU]}(g_qHިk}ﲦ7AN!=9zhڞu=x?bW.uǥ2ȣ/[fS7l_'g/.q/zy4k:w}< װc՛|3qP31mQjC:A gҿ=O?O_ox|ɳ\zW/Ǐ jS/M>3_|g L6)7y S6/0AG:ٜikT{{|?ePo悹xكtk3O_ox &>?՟~ywAԍ0k2_zcאlN?e` 1q͙6F?wGmSf.k=K?s!oɏ jS/M>3_|g L6)7y S6/j'ɯM?%'QzD|fŒoj$MΘ| |AX1s#>Ouq9{gk^@/'pA b~A<Ę;gȉO1 a:klk571殃b> ?s'쉟='%g\H2L9ɀs̓8D%OY<}6A`0g\}kS̃ ϚmgaƓq'EoԞp5Oer.CI7ijFn ,f5@9_9ܼ~\{|BqOFzG{q9!k^\S{@Kym1y|{g>?˹3?(K5=<}KFrj7pQar˾AQ#JCKðu?i=oY޻ݧփ,쇙Z ۼ?^꬚g;ڒQYoվ9^-}Q  }ܾ_ׇS;gi\tcQ).w] YÚeA=O۔{y)N>=_ɝ&kdsq&ź/\O>i߭Gydzћ8'86\zi.fC'>|}k>y&\~|_tK7<~rrOqAO5I'_5>sűj.Ks16u&ɧ+V08p7PWl\s\b=4?_/o?_R*<((fJ0cn14AtașclŅ o?یok?m' ; J͘;'iv#[| Sf___A%/:ʮ_lCE\WugǴ??.}qV޵ԙl衙=}?5Z7~44&OkPOur&ĔS~a~:}dns7>!7Z~uztv;9.yq%=Ğy̓?x~+ş-/w Cs=%ʮ߽lTP<<+oߐ7smo?!W-7ioqgl䌙՝PLb;c=h.9Obg^P|w5!3wvh'd\uڒpNosB1i?l|tvt1smKé; yxĸg`b9_c=h.s-):<8q, 4\> $MoO7q>cq 8.[ئlxBp@|. \'k^%= 6Xy(mbx s.F{?<;WL㇛{YWl_z3gErm?֌M|u ^Lp0cWO!;d[<6sܟe7m1wbq>r ,9`CL)7~eoߊ[}ͪ=ѽùsM=ߪyzWG2㚹G+g~8(~uBߜ;6g UZliMA ns}CK0Ǧfɇm6Cx􇩇x6nM)q˛q>cW 졸{[~\3W| bxfd6>S?!L0dž#xOns<یm9_ITsw)>pQ ~9?u?%b>Yz~Bs7UWcɳ/K}.`ȇ|Oif䘺lͻ`wId96-4/vM?/&qf]jca%raq f/ mOX{nr,ſb/_u-B}_IY;\p֝\/_S}jO=rԺNz:?nizx|˜SoBv5>|w'[qՇ1ukc6yR,嬽U=^Q_jN:I5?=ldcر[૟ۏW==?q:BgVn(^I w >l՜yA>|gN{1c'ek>q$ٓ̽3o¼bGOjZ쁟/ldc0ykn8j'd[_slKs#Y̦ W3c57{?l6&)˩sfn2?'07,_mVz1.0h^^C!).8:BCF<܀&ój|!@czx-VҶCӵCS:= zec3Vm>dO{H/$es^lqݠwuH ùn}yW%A$}kKn}o}gc| >eӼ^5/$]U^T?blP;l_5&{,~>l?竇p~h>?r?7(\\gƜFk4|+%C9`O|czV]<ׅ>c`ƚ|zqB2_Υ9Q~w l[|ɳFu5 <8fHҭԃ׀>riOa&q s>A-??RTpiL_W]Ū٧W|@77/&N[|H5L1cFn]%/̸a懸Ou>z7C|О6P9}Zz g}H^1g]\VϻDyz+6we}]5FZCxw+ܗo<\⺰9[x~Y+lMnJzkʦZ멹'-Tσr^ 룾C5-;dXט1 |۵Bup^:=mlۼtmzϼ ’Q_|zx7sșSY'}a4f =XuĜ;0}gg9ͳ5(]_'7l د3>' 3ΘOyݚO>1>>șSY'}a"~ԜS \9>}ʱ_u5%O3&n}ʱ_u5%O3&n<Φm.$L]cŝ>l|saj==[wc̟ \1uKoēo|t҃%v-ʽ?myήm7o}s|ƈKYw^u/:)_+}~}^w>:lMzө!F*۟>xS ^0!!}?0|jT|cۍϏ#>Y=[F11CkzӚ>הBj!Q{O[ksْ|JiwT_>Fq+hQxCֲk4_ku9Gzh6SS~ y~P/<\G\ߝktxU'!?;Nw8}B>>>5ӓut ܓoڂ=} ٳ%{7&ǧXz~$}h>{h`o>5ҿ;.4 s>RN0s 8sqKw'䪓^Ps7ْŽg 9qKXz~$}9ۗl9)'X9SbzY6x;~Ͼ!{WtX$=϶3o .yC3'ȗ&?.`0c'Ӽ _L9#p=5egWk=W_FglMլ#WbRzz%Ô{!θ)by`{`#8g u|u/?xRZo\cgpkyC~c'Jjᩱ`sw?W`l>)'o^{om0YǮ޿,v+&r\ ~"_||ռӎkC}7_Oo^9ݕm=t|d{Xy.N}X7 k^ܯrzsҟ>'W?e f-(>䴧9S>a~rgk>iΜlr _6zZ͌Vnv9PL|̗-3?&9^<dv=L=bCvj3nJz鳆m>qBY +9s)N0{`?9J5{K\|gN69/=Ls߻x1350%['T+qS(g]{Vnvdߋ ٭θ)3{7/W޿,f,$täKxlX1x3ԓS+D6H/^Nϸlkm-yr+,߭ob鯞/֪ 'InHZ5~+='>`_3.v5wcr\~ "u۾1m)a']MSOc")oaȗ.[d-wovﯜ!U4 /{}Lδ8>?{]_|PlYj5߽l=V?Ƚ%=bڥް'sMp׌ sH1~ɿrCvqbg\˝-QN''ꥇY>ma3V ?1:ĵx9?B|a值<|Fe[3GB1>s1cƅjμ~Ɗ񧞜:_y8&}!?ᗣX>`3.|Ss3V ?1sw |p?տWt7BC'Yr4k r7 //=٘֗]Ob| 8捸ĦC V?1ތY}m] "Vy[Wƥ{ƬeMBXjKX+{e|pY[y-އ d{0e^8=y]W3oϷkzzh3rا9ߜ'.h ~QU~csMpָ惷E~޻d96k=xoƕsw~ׯ^s^5s_+Co_X.{|y]s'`?X=[q=kl~tq _qO [cW}g9]۷^龾3Y53)fm;ۺ1yg͵lk=ކ%s}N*vursֳ^h4<|?c]x~&ҳbfܔ{=sd?p5; O>'WIz8?_̞x8_?lj9tČ\jIvܽ7l&'49{K.Mn桘wʙk!]~7Oo|b?L9ě[ θ \Lz9u~g<4__?R0Ot`\یbZ̼qͺIS8 ĐjθYN+1k~לWm>xc^y0Pݛr>{׿i5͑vK框p b7ʻlIҰz )Z4<|zW{{K/wykrdj=+-K5k ˥gYیU+;qsN4g;z`b!O3:'LP9ژs)8`\c_\zٟuXg`;{?y N^/9y0g҈>5k ˥gYیU+W5{UFd,0sf7ٱ>o[u{\x>^A7߳O+/_Wk rCy!Oaտzu,+6?}bտqe=pw.fAؚބtGZo5ܐPK5K wغVîĩׇe{Ŷ=4{;Kfb//_kat.ZJfq_L7BFXyW/+f+71C|k=+~1Qh~óO 3]:sglz7!^'Ef77'}5ΘNk? n]FP3YL:\rC>=+~b߽Y~ȇO.7pMk6fܴ/~ <\g엍Tf<FsD?B98iygĨѰItcLbf͛RG\}C<5_ ߾fńS>-{A,ٚ6%sxMk!Ǎo984CcMkmrPKgo߱v/n8_'y08yhn=xB~35oWnm\l+?Z1=xZ?2zWڹ߹SWFjkq2.Yb}{/W})?[UGAlgx'_^y5>Bk8irg:bϵ5A av/n8sl'y087ͭCu9?;k3\Nio? d7clB 6A/|ՓOkr3J=ٚ)x_+qHMm  O9Y]Ilf^84>Y?>& I}|WɳI..u+pp7٪xflx關s F~޽EVnB5k__˔Z>~,7vq+|a3{nX&^_͵x{hbPmnO]ugxH]_@3Շrw;}v} 8 'הmXw=\zv_sy{BRm|׏$<uփ#n>y]^{emm}ۺ'u_o +O櫯k  >霧'iO\.!'L)+Av>k~&WH/}`=mxzW]7״1I~:m˙̯??̃di>m)_#]NCNR#WjCv5˛\!xr/Q]=vq9A}2_}y :,or' ӆGw}|Oyg$$D/fh.\I6x෰)ϚĈ PL$G`\oodkn8qͭ"oNC1//Tqݹj {ԓr mK==.[(z˹׼~yq]u퍜`MI|A_(\Qʝ'6ÒW~Î 1n>ZgO?ҟT69y= fW썇_9W|hfa-LwLpr6O6/ɋoZ)=^ոm.Zi9/T?njS/~(t|\=]3al]Fr(11|q\\sIk;k_ᵖ )]q\\#7Nur»5?}u?=f5; Ha=r7}ՏKo%O[SFʭ7/hް?G5Hk*/ Bzcr;?.vHqs-\G:_(' 8_\z|#[kt7Ǒ8{ 6B1o\)o)˝'z ͵s|..O_p>aO^v7lG:1LL~\rծ!; - e9a%Os#4})|1Ao4{_pŋMj6X('t77o|?;/%wOWo7 0לO-'9={g?L2[rlcM]y׿1mnc|q{>Yϲen-a$alطY4[!OFxWO zr_o+sMS~>FŊ /]{dzmsQڟ+$@2p~6W qyйzAýlmAΥ9t.^Cf+XtϜ=!n3_No/w_u7??{ۉlp;/6Wkf|#| |9cgM/͟Ԝz|jYnNqxl-]13'df̗G%kݍs?_>ͳל=!n3_No/w_u7s6:8{}m^QPc'p{r1QMz//(g){Hdr_>:(sF6CrAOdz [F{~|m',o5_\>^O6b_Mz)?prln]1ϺI}Oر;sWY{z{_8眭5cY$يK*v+o!6}X\#%׿;>[y8d>/Rck.מWUB`k0Ld'd۽o[qw$7q(vH70c漘sw>_{yClRx_SḠ||?{vr澃X^,.8{OZׄwu_/ޙgb\{Fq#9@8k;kjς0c漘}9{fs6 sMg}s{vr澃X^,.8{OZׄwu_/ޙgb\{Fq0k&眳YOkh>㟃#3bq{Һ&伫Mʟ|=w<#3}3 xsiEgs![#hX\ț!6w#/Nj)X-~)g^>8ΜQ&W5 ZP_8=e|C9{㟵IW݇ƶm~Ȇq\9nzo~z<->qrzCF^]ݭ9S/I=4$;O٬i>.YG?[{>ѺY9[<ЃY꽸'p޵{SK =arG4g^#ʻ<,KoXe7~AO酵g8zhVnNo-۸Np>󼾳eeÏӀSOqyP\S  ⒸuğrMP q+4#GL=1hh {gC} OXkəzf/#g&f1y5Vnv7zGv A= IC?7S^w_އk|AS;hcaq琍]|2?)=.= 9/J}AI{(я1&+z3K>=@4d5v{}jO;~z\Ϝ|Ï2(Vf|z1\׏5^bu9˖ƣeb|_b._}bV-fj?½W\(#.졚lb76{?Lzo1]lI!1A xŁ=8k]o<Гş9lsĝy?{H7N95 0/Gmy| goIC9_?5uƋ h7L?Lx8O'ņloГş9lsĝy93Ĵыo^s!d~Rl~|=Y,6Aܙ9?cO??篂dCb&dO|-&bg3G\`qz7_DBe_M~5Cb'{ߊ}ޕXdcL 8 swi]~93-lޥ.򑡸i -swQ׺&ʻ>1m^DzuM.\~[cB+&4wk>u퓏?-_D]os볆uC<ۅ/{ˏaּr/}]e +-gG!\Op~jMy{+!yg.?dŒ=>2蓍#7br>7&鳆uC 8g?bONҚO~f_؀?s7Ęsu9Om]<[ 3vȠO6zHzC؃9:p_ռI[ıلsȟY34cf |C9l Z' qv!?}}Y笗ZkpK18^̼aRru7Y嵖a:eZbVώ-x쓌N혧6[շ-W]S k{ 5?Ms'gb^f=Y&w]zHr_{/ێZ('楬{ ''e{Vso}6&l۷<^7;?;FW kyO!ZӈVLu|8v_-=m۲>\ج+?5˙:ʻI̬Ve/歎|8˧WbEN[9d;.fìn>1s/'zı'!&f`Ofl>!O|( Įxp;5 'o|s^Luϖ&w0?G˙|d b^Ċ &0{K|9_!>3csm.fìn>1s/'zı'!&f`Ofl>!O|( ľ;'N9_!>3cOu_߳qf]cyEZL ӆFb鍹ix|BR>ol! })y\ b,Yrփl8ȾF;N}j7!Žk'΋il]=js.Ͼ~g?G%/rB5]p]#{}~Q;o{|q~].ZG}]u{^P[B̦[{K亜h>'?Pz䯸{+d{Yw`_'/?RW/[>]k|K9r[{V߾=wMbjXGu]n_N|ya沅 iå_ 9g~5>56+\axBŞ󸓳d1l8ϸ>z\Osj>VA/Yll!{cX~yBLR Hp.!_^l!8|:}p#nNo虽9Ͼ4Ig\y=L'΋9C 1I5#y^_N|ya沅 iå_ 9g?xg'qq}V09/?3Dȧx|n|'DvMɍSʼnYc 4>Xr-I36LXfXzv=avUx['_HI=Wמ'?'s,K9Y-7UW+%Kړ{7b23}=uwn_9z;ǽk'"i 1|~繜Ig~b^9+]8C6_|~̳2?g`kk᫇vC_ɻq} 犿>侻!O[Ge~w_ͪ{>h0 I1$>b8cgZK~Sq^츧>dqxxށ}~.~I&kHq{hmc 3F^󚬹5F9:g[Pߒ#y=yc:k~Bs x'ŐԄb?0GyA|>1B\r˙r^˙g7տnYIAIMa''9O|xWW9baB?3ۜd;2=H=}Cg0@??Φ-vó3wv_~|=jzklxY'v|?1:xlI}i7ojmΞ-ߪw}n;bn^rCνdۧF2dkX?y󧇙c}a9?תb}6z^wn>ᕻfy3=cs2L)^lhg>;۬=sgrr$z+5 ';pOxosg޵?3 orM|s2[>|'8ŤϜF>#%Г7ܛaX_qΰrѭ{O713oCz>9'Ôņz~>?{k'Č;96'>O>|]6 3Vs??|?1NIϓO,yzsŒsc7?~_ӍߌqְA!Rް!7|wy;x=>goXklO{H >Wz4jv#L^ìNW{/vAmqwv.^w/~5Aiy?gYo&}]׸s܏ Ofbg |ar;oq`_-+s'Uok/윝{l3'aoz77!?=b<:9w:Xc#gK 倞Y9fy |/\Cjn?uo0K65I~N#o7!?_K >f bfN;& o(?9?5̟~>ԜbㅩO3|$=O~5̟~>ԜbㅩO3|$=O~5̟}__|;~Or%# @O\7cB=&W6X N6|i^Q,673ݞU# WuoK{\t̚?12|!Y״ny?q6{dܽ5=ÌM[^E7+wmRW~yz;n޲۷oę}%l69Vm+au={!}1xwyw|=@\qw#LN}໌/z#+ 5l+Uk\fk}}Om^{5/tͷuȵ럗ڇ/{}yب!y131}Oaor_5fn#^捸i;٦o4>B=&W_|?/@WkP}5<Z\{flR\g0zͭ{mw!;Wۈ3;p'y#pκd1>g'ɕs5s|Oiߋ ~^#d61sqfǕN0oNY6}3qg0}_tfΜO) {ܳg&B`߼rmt`+O8`×4ԋ ZNs(6 .W]p6pM/֖NPgm7wʯ8foPӶ򐨼oOpyD 7/d揭#[^6kͷQGVd3 z wR|rs]sT~7{Ք>ӯ1%[tY}g` o\<5ھr̾]x/[C̋k_c| 4o!:=6?s|¨|r7=8+='W]S^O>|2Nk_*|hS޼06S|zi t3ԋ }|gLd9ϚCN[mNMb o@;9f>|s5ꝶۜ> <5@ _;}pṽ 9`愩=}r!`o}Ml2_h},H8fMy!o桇3!ۙ^(#voNޞYox' qf{pj_z^I˶vk 8J^qwK%×XPJ^Xo^6d랭~hF-~57}r-IfOSqϪ}oS{;UWܺW!}uχY= }5X 'GޮDŽW =y o׼uX `ϖ.cq_29or:Go\ᔗ^9e $fa)d#JDs9{Kj]ʈ{ͻ#{zv1O'+̖Nf3񽋃fɍ?kh}/|z4xl7X 'ۙބ8c Dvf6~&w>Y961?Ԣ1O/aur%Glp!?۽c Dvf6~&w>Y961?Ԣ1O/aur%Glp!?۽c Dvf6~&w>Y961?w{p_Ռ8DmCм#_c|ŒkdV? .f?_#_ì13oU|C<8FoMo9c6dl-~_{ ˵|Q339Bu3_c׹k(?5w|ߦ_[3oU|C|ߥȰ3D اSls-}.>d}ٻg{v[Cv\8sx/iBR랺cq䍋-.|#/g'˯__81B>zRryc57pk Œkd6k+ɧ|| kƴϼcXW {O̸3Gl;[cɆB9SOrI絜 -[ ņ8c˯\ٳ}zA'fܙNɝ1dsr؂g{y9ߞk#{_/Č;s65lt8T_q z>E]<4}h>m=ri?;S1aWܔbBbe swL*nx&_ʕ<\\k^,QLC1?|8s QXy 79{g3&=~RLV\lA<_q?| \e bCrk ً7i1f'w/G#s{4+&yL}Ƥ<8_WӍ?&Of3隘O=~q!?{<܍+df⟘u󂧋|!̃S/'9 ÀbUlGX9#orXʻ%}yEܫ{yxҿ_cr+ᯏe;.ؾͻj^0p'o&?=đ>mūӘ(1=y{E|wH=Y.Պ[u!_Lw ϼﷇ;{qp5r_ x'~ޡs{HnOFC3Nݺ}w@lؾ-þ3'̹f#ٝ7签k?=f_wlo~s~>Od+{X3={}z_ϴMn('rU,r١9_<.O =e{\zyS+du6a9l$}=K~q[7Wn~ٓŀk?k9^vLDr}/7\,3SwpɥwJ>B8>yiNfNsF~M.S9_Op]0sœ[o6>?>8ſ7_ (MafCr:aY,O[\Fn &/lq|MO<8UBJukx0!7?H͟O^C],'5y#|rykرOAܽsCsl>9 6wo˳/8ɍW~rH=6{`Wc7̺ 6w撟ׅ;'^>s*;O]0؀[ޙK~^$xzqzOg {Ul@љy!7 j57AM5ӡjo4}j4fws8 g|v`;!Da]%gLʻb/fw\zKfciOO-M} N_7MbY+՞?5zo؇H~wĖ A\9lcᘼу[j>y5?{ϏR~/_/m[=r#.o]ڃWuk@ ./ۉb ˅g}uZ 3}IǓ\q/}C:^1\yoG_!?|6ӽ|l??K]2r!_#/4lgs֡ o:w.pg> 1 s&orƄfL8F|t[ b~ |֓!]yo`I(5?΀ yQr:w![]k{~vB)ܷɛ1a,C7'd C6~HW/m|sg~sZ.pgs3>;#~0m&gLa$oGЍ &' /g=鐍 x?ՀMd#AP,`>&.׈sRN|8.zl3Y3i7 o6kgòގٚ[l8T~kb+$_? fSo99Y15|~f͠(s- Oq9U?g\`Q)![@y[m >}xg޻l bqs5 5Oo= tfAуl<F мr7ovPKW+7a7ۖlڋ aη? >}@seŰ7!f!!u5&:ʟ xԽW!oCo-+ګzu}pٳ}O'٧m y)лM^+ogvpzp/4^CPI[Knng8Y0}r5ŞCP>55Ȱ3죹H=o9k??e^ìCBzg:x04k{{/>}+ |7MNpÝ'ҳONVUGOBmؓ)t\3O78+?ЋL=ƥ6k9 o؂O/Iэx>uAFk+ns>K//~Ywwг87.G~[L$CqsBmؓ)qÌg L#!'V~83G>tc rg?C?_z ӗd 3^D>5Yww8KqrÙS/Py~ 3aOҧf3-3PX|n̞0ϳ-ȝ4>%ϸw9bd(nb?۰'SGC(Npg>|j7fO Y ~loo_Ds@Ű[\Ӟ"NYg㒓KVɍlkH/ۿZԉG5}=@9z 'e>vs7쥕r9YZr@ݽ=y{- whZlշ~OCZ˅Wm˾}[eŕ?q[]zg/^(^f?_]vٮ[>[7}L~c"A/|Wz;0튙sfMr#]:~W;\1CwWÏ ꩜-]e},;."vL%~:wfv^}`7#Vz{C춝(&:.g]M|^̌+W]9}fO{H韯.Vq;SF'I6Rk^}ʹ3{5ͼlb lO矶bP%Mo/_v>23Umg9)՜>`7&U'?NC0k6M|^̌+W]9}fO{Hs@?Ч{>Ws]̛&Vz~J74B" wtAX4 [LCL|d<7wSfWWYGm-n#_&+/t!f{_ȦlsC:Nk54u{:5=C('3)7I#daٝR,/wV_y/KZ;ܟaڏ+zbo^˃w4ȷƥO'oP#Uů+w? zxol$}rDP|T!9/IlՌdC+oq54wf~!س`wv&5(QN6:ӛmÌx[tv=Y,9uRܻw9^Uo"[(9&FO4F1mÌr; g=Y,9uR'oP#ʮqzBW61z*QN6:?Ox>CѤry (6vgzOӓVs51tʼn ;=w\>| ;sZe8Ι7Z5W[2-7̫>VM8,ZM͡)klm͞럭\_BW/7p6_\Ȧ!OzY쩏pm5>%gɏ?rKI7^;vy^Cm_|׽tV|󕷷 h>GxwTCYbp_|nd7MܴtrAM;}/VB~\ou._+bwmSBs.?u¶=v:~j8AϼF9'gj bb'Av {&>O.4/vV'd7Yv8Cq M<5}S#̜d~} ]C\~,^ \8& 8l}p/t ĞP\hΞ=1 f^ɐg^gsCzq"?aV`S3uCM'gjê;&YY[I8'G{_7Y7`Jj4(d̸ty9E,g0''379Q:x~vi.OGi.v<`ť˙Ŝ0p}J:lx~vk.Ok4Өw6(w~\n-qgܗm5`}ó@վlR(lz3?OWz͏re:_lo^uxoٮ;{ͣV m5ty}ս1zhP紇|A<~qﭧ}O?EH=Uc8ķzfl{Ʋ>bw]*X7^׵4WSU]~ZGȾrj~VC=˾ ;~Cph02|Ycz^yu~9% ^PZޟ,\Wtbįo^ .paٳwJ~̟k=d{/δ9k]\LxUOm98߻l9ιF=@l'f0y`3u6Hg<< zb0mAž|A<~qzsz6-{^`ǺŨ3mabZFGg>k4Өwy6qvrS[=5z[|asQ?ǯ&=L4Lt5&>9k5^'X:̼zyCF!{_)3}^|zKf޽n1L[?4,~w~\\ԖCg^hk_0okn~bIf/ ?]$}ƳOZ̓!3/?G5qH ? ҳ2>a'>g|rwƇ\NRƹ7yF| 4AڄYSOzU;̘-٥dzs5vFW+oFd}l!S^r煹nf`=Y/8:̿W1Ճk쭳K6-ߌ=jηdlkϞ}O?=K}yF:O승- s+^nl-={~\\7Oq;s =7yc^Rk. u8l_x&V^ɬ|kb2yfkp=_C>q|f|ٗz䉝<8|}6c{Oo?ؐ-=[ &/ys''ȁ|7؂ZbfMqIsO^_ﳇ|do09^溓D>qgɡ8:I;ypY# }ɖ4}l ă/gg-t}9sO_ﳇ|do0?~T/̇ѴƴO[BI`W7 WMe/n]LvbB|brNL.|/-4_O&4B>4yyNN`mيq?dsMj÷:s<+=8uozS⯊XUW-5/ɷs7} Ǘ&:h ŵW|X|G}Ikݼl5o+纺/8{q-ZlåkwDZ7sBs6Xue/ӫP{{6bB._=|? l 3.ww^oX^O1?osesML.]a?hڝ]ڒՑC VoaP1 s?^vs|ltl?1f18ښ73rmL|D[a .'4g\ً^\8Ąd=]?>7f\89a´[[b\Ɇ:ӎ{矬XbC1C>Cqe lņW7»М pe/~f {qsbAUxHIDAT9OnδiǞxB pe/~f {qsb9Onδi^:|Hv~`&HroЃy3.f{5˙ZG(\uO s^NaQy3(7Kou uvoOMzo'|U5a_yӻd1~G0שldz7X9Z7wm+=c;gr#/ibWzXϷw]ruuؗ4'O741wBd -+WSœۼ;zzَgIص?~462t}~#/dy`5-ɻc&'wJo~ؒx̝8߻G͝r=#NNg9?_Po>7%0sCŒ}OFv9Z}/\uO s^Nb]K|%ZôQ仺템S{')QG\G![aGrA,)/ P|dwψY9>7%0sCŒ}OFv9Z}/\uO s^Nb]K|%ZôQ仺템 ړW̔Ũ#.uۣ0#L9 g|o}(^Nbgi,G MYkě?z9za̾'_#|ϾS:9/yC s1PO%L>oaڃ~䨃Kl]]BN~pb^+fb:QV7?f`?/b51^ljkqh>|7jk!ۄ߅C/Oj~hgLސc=tv ’wNq$Gǟ}۶'@o@μ8^C s%=]W}z txa;n!~p]N3^=9C|=Å3~^S5.{עͳa7_O]#{y{Wv8yWw3syh檓7zg̽<{η.ʙ+K WOI7=/ A ͓;c ˻wV@>o3$tdw居g<7[<]==Q<^ x򫡏1klf<1bou{?SaL>=%Ӄ^ڨf'a 7ܐ[qMa xWC'_c&.zyWcŦ߆9_1_{z;sB3i}-(n<טC 3^~՘Cs}:}k̗ćlNc7?WWwӍӿ|X̢:ɖ 8bHvRS6aO^wzpŵƫ9mbCÇ@X$n-k4z/aXqq_s=h/;nպ~v`}\.oõ޽'N5w/WFgSRVcɓuO+&6m׹8׃ez(ޯ6am6vs]{׏,z_nޏ?{| =~%r! S: >Z6y{"ɖ 8ԙ.mô='+9_b>A6!]obz͋6́}ϻ8 Z3$[2PgƲrgd|?P]yx_{у ğB6$$ a9/aA1FPۡq j j.b厛7DXt17x{o_o-F.ڢW.ztW&c|]߀/\R\_ryǪu稵c5o/[3cdm/6iO+#-t乪8d)Ȼ67B57CdFpgůGK5_ʻk%9oz]kO nW655O?уa{iGœ{;y+O96o? w gM]yόI֗&OKf'_\z/ȑB-x{ο__dC1Ks~9M?vR'fc@~}@6sqOM}<3&9J߫YlӐ,䲳 bd 򲱳_=?}F |!{6$bg_rۛs}<3&9J߫YlӐ,䲳 bd 򲱳_=?}F |!{6$bg_rۛs}Ƅg_ooF,z͝EM! JNgg;oZ׼ylz /f|Ͷ7G!_7:>AKo]wKsrW ӯq׃+a-7=Ws LrԛyS֯s❹fKlqLXuogMum/d-`uq4Bˣ'm畖uo m.gֺ -7I?_u.!@B^o3)|ջ>=c]{koָ߹Izny$|8\5{9kqbqKV9A\C\6k=uo͋q`G̙>F(w^7b͞LۻYyF0COz0fU\|rP]}oLL?9kZq $Mgg'.gjE?!_xb?uCu)11 i Y/RN7'f7ſ?n,bACanņ(ė=1$gOjlIiOk9̓zDq(5dc|ldYgsooe_/fً':5IO/7f8[o.5x|[f|/N/K޾|5! pq? zxbMo?{u'I$^ƴϵOŨ 6cpdc3~JtlgHfzO5񜱤ޛ˟] qagg/'״9]>'y>k ?F'!Y'?{R+dK5OoL{\Qމl3G6`>Mq乯j6o?9]>'y>k ?F'!Y'?{R+dK5OoL{\Qމl3G6`>Mq乯j6oo~W_Ӎ?Ѐ衹)"BMd !gysၓok̓#?v\rzdozO٥ä1k>m}f]Iv=mb<k/|׻?bw hͽlWڹt˟-]6olۃwf{񍘤` ^ OOީiw6=<了5Yܫ{d۝5ϝxž'wmbq*~ªͥIV曗'GH_?Ͽjts;ۿIONu}mb{kG~hmŪq{%~[M.[+[qŗk?1I1^%sp85>Xw<+]3WW=g?m?_zŶ l֥AN[=LD'gsb<*FoV䝹͘` s?翹zCl+ֺJW{|fOgOD}Ūyt/om'!C<̹雅AYh|-vࠅaٓ3gJvf Cty"c?\lor'%j,w,P')f}xW{[7z!5o]#}{/r禟1\om=PNu~s¦ Y7o<$́nMz1s&zD=^kY1wzȑ=IUA޴l@s<羰'gxgLy]|I3F\ZFO2đ];4D| 3w6ݺ~rdO6W7\zȑ}'qs>or+$u-V\z#Ч?. }sBNyə;{n_`?9'k.~r~>sz g897+.ӟ qd́>k9Q!_̝Md|nwԘd 0`R\fՂ+~b8ŵ6V]lra1?eg`l]7.[A/^>=G݆fx8Ojm'_FѦ+dr%w~2_\C GMǽKy/fk,6=&K>}>{>orryL'i\o{PsXy8$_pn} ] ⛷_csrWl?_֥lh.>=$m,\̚_W?ObŻwJx?ُ^?Q>5_/ 1o] Ysi)wͼj7\ j[vh>s׿\1k5?~p˿:{<>{z]^Uq/ێyxsqN)ּ&?g0}f_毘kw]ߩ>3Y 08C<{%P}> '`ʝu9} ?$>s#OOr\[?;~ƥk: 3=n+;ɐs(q7`= 9[P ~ sA~H}(\G'-;4i8~?ϸyMya'͓qe#?5[P ~ sA~H}(\G'-;4i8~?ϸyMya'͓qe#?5|fUΉ_}i5gSbp'F'?1?s!smxًm.G>uqXH_(5u랬36Zl()k? c^'.A|wɻZxxW]7P>Zlr|o]~E_?[ sbgNH^W:b珠l=tqF>}=(9W|yFQYoYJz0X7LzkSK]ִ.N[z6Zþ~xgBlK޶Fs 1K >6WP.=Ny"n ]1”k:3.T;sǼr}_W >u^߾go6A1a.W xC3m?[ pO~vA :ɖ 8A^kSKY%dC;[&C\}q=4w̼bCe3”zُ̛y{6~6gByƄ\3'$ ҧ_̴lIg$!O?1lꤟg$[2lqzxM-ug}lk`^ls9bg F ǻ\ 3^ Sf3o&g?%P{2F-ڵe۞'ߺ.kvzPهr\Q>? 6VGgy{?&ݜ~)z_j{-#&G.۟_>YA,j|l^el}oqtar:?ݯ-_.qs-[mE? :EO.ތ]x<6~jN7rsl+qs'+hY~[ShN6ޗ5p.3. RYgN#ʽm鮥28˧^G;ϵcS q>{mĻ]}|{>_N$hN6 .'6ȧOؙ_}<2?^Zܧk9}wݣz HVH/QV{B\u$q'?(̏-')'lN]m60u;^8>7ҳc8ҋ)>;Ą.x4Ugft9Iz?#eK?}ʉ8ӧ|W?a6}ƺ*pbP'Cj cS'O<|S/.'d|z;[<f.־gB|R7 =Kg}޼^ϾkپIom|j}AERƳd󼆗k.7 _?'6nC!~ջ+_# ͱc]{2b荺g>zO,ęe{~bGk+{֖ ׮_z~s\ŵ_P>#![<fKZϝwqw$7\sҫޜooo^r؊ B~ rx-[7 1;P#dk^538@r}?4!=ο}5tDg,!ο?kv}`;uR8ۻbQ laklzW,9IﴅY~+krه\>~ 10mq5gss}[x +_# Sg _mNg}b?u{W<>=-L` 3MreW![8q6;9GŸHoB>5ؐ<*~9vq7.Swźӣ 0s X~ 10mq5gsso~T݃_-K$僊6NƗb;ܳsq5^B>g<z7mጩ^M00|ϛF6$7%}ll6uB~Vێ7ۋc/v̍z#v}Sor!<=3d+&{)ȃbBv ^k7c)5{PVZGYhò?N~_E+qWMsn􂼮cONz֞`OglœWVu><1 \SO9W}#^L\gm=yU$5z@Vs=ؾWk.>/j1V|'o}aşFryS|>(W#~z3+ay/OLmIDsuGʝw}'wy=uy3m?<׋i gL>~S3ON ̘i9N~A^M[8c9_sƟ]yrrgW+G!'FHH;9BYS b7s. j7JHL &ߌ HpY^k{.^ts]S5AJzxHȎ˺yr[Jeվ:KfSc7zǷj/u^lhn_kzqeL;Wm ^5۾&>7pN_\y+!GJ%Džм!9cMa\kZ}9_;8{Pr]rDž&_g?O_ >{\aarB/\O׺<ڱذzX {8zwF2$u5 Kf{q{`ƗnH.ͽknlO;XuBa$[ ߞ=?u\0fl8F009!zΧ֌;5Xb=5O5܃.NyA\2r}rlsfn85qlj7{K@8hH`3͓3bY_8^Z?{O=sg3&$#60![1/˟x&/Xn.̷;0W9~@T ք?/kq}/Cku/_Aʺ8^|O<]]-^qF/&͠|k^x.Ck)W{\I><ڹg_ }~͞kZ̶?׻$]׾rxݽ:|{?h^$[_&yy'Ozh߰{֑3ߚp7Z~1?%y58{/o/)F.XCk.=@:~=w9?eӗuaE'=sIh^$[C,./LO6pք/w–dٓy5!;iOyRb !_@:~sw9?eӗfoy}g~ 'yql O0y;?[];ݞ)w\7{>,N>{(sw._? ͋dk|#9nܚp4^~x@7JW$6%k׿^r43:4nDl gasB.wƾӃzԍۿF߆O߬CML^<=psVk7}'ĪS/doL).:IW ~y :}zv? fq #6S~FLqf{{wk]{=]^g(18 ļ7zT _W쏿еxi?k?_{Uw덶+/۪?W'k]טkMb7Gg6iq~_=k/*Dm}] ϓV|C;U7e1rolILh32P' x:Lf47"^W7A׷;{Q\U=ꅤ~\&>_gv|zsbCs:?}u$Y1?/dۿFF0k:$cS?qJCsB: ^iO{ >ˮ^H~Xt67ӓh}c =+&]?yc\k.wƾӃzԍۿFF0k:$cS?qJCsB: ^iO{ >ˮ^H~X|O=Mx!kmd߬CML^<84ĝ1'Īp=)^\_yqꅤ~aϻg{%IcМ5ʟdF6{rN]Љ7Fr7uO}(-{1@ςkpwY^= 5f?[m=~|!yp>>_m=T:Xy~}h׻x>S@-# K}n>i>}pkWO{'3yJθ8A CŭZlߞ%{`*]/Pju6yS[nzez2t/>}Ղ;^Iyas+wź]/잿o{:׃}›9Kn>0oϚ_>f_zY=qlAM>RSb/52ոx8֌inI6/W|81lypx w(>>qN] ^2L]¿/)\ݳkp/'OdWpj zzqsM~G5J@balF[̳Q3G[H?̘x'9d6 \9tѪ#~6#zZƘPRo>#%!}պFk~W?Q\7OގO؃z + ¹Di\d\{yɮ_l4iD5-j.[ݻuux`=@zQq6^Su-nTa_q]=x\=l'! >Ãw1˞>}?~{c=dG(nUgWQLR 1s9sOY}ŇySza/7[0}6#^B66s䱅w Y ?$y?gg|:gn>C|'L6GHfrooLكL?{v_0 5bđ8>~݋ k&Yx:x 366u &$^OAtybNl !7i/'oMwmŶwAkO/u>~z@u.w]5ªuKk/3&_r/>xAsŝxÚwglsM;EI3gt5ӿVb'eؾ6[y5E'FnsXY.pyޞ1ŕ~ӵ}z=;v)=_L^Cɫf{`;w[3Y> ]z>0%γb9g<38z|aο'XS#7>|r^f`'f?vz#רyNŒ OM˓7Ix8}4f:c]\`Ss?{'o.7zOCqh>>u?1rW4w㿭9}p7 $7O|u0sZ<ߌ77]tX1!û>Z& #]^p]AˏZݗ=[K/uo\s1cs-">UL߬pǝsuz0g?]۽4x__MekWz0뵠ĽqSx^^ۗAg iο>s=fek%>{Fr=z=^6a#}8{)yhŮknXcBrgzy77{c_kHǕFȝ1xۋun:²u潱bn=ǫ]u_}{(C3xĆ O_y׽5  &G`~%/)o==O՞a&lW7]tX1!û>Z& #]^pbA.?3bɐ?o|_m7y >yCPl>Ǒ\٣p2ׄM\s ޼n+&3{xgY+D\arKNP ^ Ǜ{^>1{T{BS㚰kn_!ܛwbҭҳbńxfV\8k囈+Ltybxs؋rG5&?}aƁŷ+g9ĊcucX:97"CIZf7 \{Ͽ[1qz_AH7/5Ow{vvey嫟l6g\~7e+WfO]+mhi]?Ca7-y?<7z7S:WkͥU_|%Q`]{{d WM<%)S\Gg_RN_X;V9=6yw1&Sy3`GF\ gl{kV#tm<%׼mӗx2L9K6W= *|!_>z&OL}l?}m>%}ºO66o8'g]lqs>mA~)0@N[س|bűs/ܹ73x|+L.2Os8ҍ9sџēa_yDb7\>>6yt1;xz | 2Y<@k]gO 3d/5x\='V<νatpC\ar!}备yF;8ҍ9sџēa_yDb7\>>6yt1;xz | 2Y<@k]gO 3d/5x\='V<νatpC\ar!}备yF;8ҍ9sџēa_yDb7\>>6yt1?덳~9 $O3viGtuC98q&K|xW|Ɯ7u.1{8h>odq d$o48yqۼϾ}+~1+%З'/zqCcL/ߋs?I}amoG< 0xF:^z6Żfd=x ݽ{=an='_8O{#d[o]& %C}='s_5f}au-qćxzzsa2Snyao+C'n#\Q+xuWZ:Xo"ʑe|x]׽׋l}KɆ /#jIű^|{ ~zA8`K`K}Odr^//V^rrp'7~qjO{#dg[Ou p&L|xW|Ɣ[ﻸy⌏P8u=h?Y^}O99s0cCu__h1IOɑtz7@O򋕗=zɍ_ZbC;Vn7Gtu5\ẋjϘrS#q}ט=Oq4nj/sN=/N-iol`+7 NYCpŇwgL8k̞'8c?33@rJ|6NO0.Bs SWla Oz7Cu7B̥˙kO nM:A,{b|f֚^ֽ~4omgܛ9Dť~"ֿjzXWܽseyͼ{>)=m] Bs_}o:+wŚEͣf8{9䞒/pA|2A~xYyńf],9A^:d{_tʿG5/;) frY|W~Y6ÿCAlӧʹ]yOW/txQ^~kW˿"_I{';]Y3L]M:C6<=o?Y_sg!>˙uX9njk[x巶6fygO|Uhqm5|J=g䅩C6<@[k-oy?yXI? Slx?Kd55ѭ[<5ߜo??w?o_KM5B-N#n8Œ:3'LUzaNXK6ANGqt1ϼalrvg䜇t5^K7'_y=dԺTu.X?w4{z#T󚽾v_l~eIÙqzAzqRy}bRnx׸vFZ> lI+W'7o?]tObndw/\ufN:mS/Vۼ0zZ8=s|S6{1mdƪ7C`rC*`9÷u{|-k4lzml7!?{}dqFoʏw3}w~5r)<8/O[:0YWg}q_'u5y62y.7\NO|uVptd^:{5Cw3|p~g,'cs S85OM~5˛~м=tΆs5Ff#:bs妛 /l7Kgf3{H6{9B? byqN_tg]K7Jn 9{ꆝ϶O }؇lȦ__volۿ3˴b7j\sB|z0.zPlk?.E|k-ٮwq{ _+_ Ioxl?:rݼ8C;o—_RnS?u.8}n+*m ;ϿdC/avO{g ^暲n)ʹJa,[_|s\߱ ;kЃϲzҰ黇q3f3d`s0oHN;e\ԑۈw&!P?$ld_vY~r0cW.{N{ r]d Çk*},V-zd a0f<=>fLC<aߐg]K]A-ȝb'佫亞@+)׬U &YZ$s9zI>axz}̘>y'rԋ/F!9yVo+n֝ygÌ-&_}κ[;N{W'u=./dWRYY?LXIr-Г?ٯ{4jC ~r^L4f͋PL|Z'W0&>ӭA͋m4|)~n=;9#Bej8\7}zu͞/wN=&;䒍U#xĔkgZ(nrU S܄Cϡͮ{Qo|~kN3m]u{ wyzA"5a_=z[ibf/a~=#П5'ϫe>eYDɟn?}Jn:w}rod[lWFwʹλ8w??Ǚn`ջplyvV=ܱ͗/bEo\sÌ毺w5 '@\oyq pN_=뗞,W ^&IJ'_z(a>yf+Lv|g?~ 'od[vjf>:.H.^lG!7#pw pN_=s3>野Ap)w|7&}f ?;{Y~ۿ]rE%evɩa i &6Harfz5;9ƕ>QL(^,N9lWڂGqCCFsm|׷~o}#~ٻos^lK dx&aajoko(?9_gV~م8LO^úy1ZywGЬ_r=(Z5WY?] t ]ܟ'u.7Io1)W4F 6܀Ox´'ם]_i<>}7ߞarfz5;9ƕ>QL(^,N9VyI7O=4OY WOY#ݰFh_YO1ɯxfl^laړ 7LS<0c Y/4F|''ܸ' ы)g3/sO1ɯxfl^laړ 7LS<0c Y/4F|''ܸ' ы)g3/sOߪ?߿R44OəgalS#rÜO_̩F_~AB:>u'ƉqY { u뽎~Hpa)/؟ƥ؏m7.-.oCQ[ρ,pl٬ Ŵ!/_o׍g\yG =~nVu}.bj( ͳ[-̞}ҭ-.u)| +=n?*/zzGau/Zӳޏ\*^'Xmګr+wAl•/+^ﮗ~YS\vkZC|swb[P(רj{ ׼kAYLހl@i]Cu/ |p*O5q0!d14O78%g^izH?yQ7™c?3J,=ȱuo]t|N+&$i~$jL=$͓F`Sa?ɝףxA 6&ogb: 7i69wqqqϼ8o_UkK{xWO_릇DͅWny]R_|UcuW9n!#ڧ | HM2k.L>0flAΜ5v6=`@Ys5]\(-}yg3/d+NlkSW^H@P.=_^v}yqh|QĻxK/+4oFj'fތ-șsΦ7b9k/s]\(-}yg3/d+NlkSW^H@P.=''Gv}9O8ق9klz I}.6akb?Ņb>{=BvĶ6u y C{~rd7To" f;kԌFa7\8I[C=~R~ 7{ÌU?;^s1 -W|4ot4u=*W)Z|r]ۏ/Fa|Jk_ځg7%uleUk޹0^:Y\kV=Ļxn{ ʹzP59xdz埲wOx0$܃ _P#3v׿eyus|ڮV\s5p?s>eً滗|_yfRֽsg9ׯ{G5 M j 3aޞ7z>aꡜQ#WwAz)i荽f|#E'{PMGfO3Vd\xL7LFԛg|s1eًxfF|>k<_\j 3a>K=9I`kO?s7p=㛋y.^?#LYo ' l I|wg|s1eًt7] /}.&:`g>d֤}܋)<9;l}IpEWb[1]&^oٚ.)c+dZ Bg煽=Y{ N|Ǵz;|}|YيY=iYˮMϒG_ɉ/{1b/sڄb~`]ݗXp翀 \5n>5W?^[oM^I淮'`k|BRqL4k?k=~ׁi_}Xg F=\YZ=;qr+zk?^ .>yA_3,h?}HkgM̽RO̓iξKp?C<˟d|-9t= 6$dWz/ag.,Na^n}WS'g{3>GF3C^Ì?kϾ`Ŕz gPLvN^=.6C<˟d|-3olؐ;^8k'L.{|rp_qnٟ<ȏ8ya.^MN xOnOyǗn:|I{ 3I?⃹S)4yrB1w8yIC. .reloN bCRxᬭNHf\0 Qũ9r_*IEp.,W7ZFH''m;e#-=ugo,o֙x=O΀|g=w5W[lߨWNp3}}^|6OǴ?ť6o}6퍷K/ j`px̵h)FoܧsiW/ĴDPK}[1ߺ1Bo?)F'yeݗyfe?k/5@?9b|k}W?-2]+μ8a~B?}3/V} sud&Am3ݚu-%k,ל9xOLjN45oTK39/Gi+F2BNu>^\jCq1cqė,7_ff嗣ִ#_j!9_kǗސ&je3/>}N]g"'ެC?B1Ǜ~bWsy~(yZ ~9jM[1ͯF1z| jOϯX6ӧ???O{g6L `'G м\~BYwRKo89bң<^k]|-O&%wodo#4/Fr%M-t:O婟~O$ޭ3W?p1{qj~9}gxkĽnK9VI?ltm]u-V{!;9 rA/ XɣC'9z1ꙇo f }Cf4Ï/O_zb̓ʞn'=wx5<Fr%8KWOyZ\N\'97?w??on dE[&I4ȟs~z'˛~0yIFW3seY;3n}͓N[>ŖB~a횫Ӽ{-Ǧ]ow{+MZەᇖޞG7/7uZsϾ\#?,ˇwgZB 屯)kibFj鹷m՛U3,V>?@Fk^NUwpڣy'k~=?q[z?[Ɛe߂k'9^5?ySGxI7.^案-Bqu3?9 ҧ-lݾNs/= ͋/ohyw̟r˕7t?sQwYF~ȟgZ<7޻k} xŊ;IH7+q(+ ?$'q?ƛ}wښHdXFs߽)S,[AϘCy?꽋QKϳ xŊ9ۖ.~Vc?x}q!>137$;3nxN[Ӗl7h9ްګ.F-=>&7M+No[89[|ą|ϸW>;mkO[Q,\[8{*4&M]S T`bO?[cƆ9o _Ns|j2ߘ:Q3K?u8ktq'xŷZ\oq?=Z(M9w5ݜxԨ!{x83Qݗ~Xq7b\oY7 b嫞ڜܩIA5wИ[ઽcg`?ܱ׹* 5Kk]P+%oߘ}Q%~^U_Oůx-~2xս\.;>w;{`k&Ǭ;=lێ lfwQ+玕׽=kz7 b固mGSo< ko"Q雺?߶ {+0 !9Z 7fNż]3KS_sMˏ[C09fݙ^\`ox̃F6b 0cN]܌q]i+~ 6^yVf0 !9Z 7fN|ugnzqكak1p1Ìm;uq3v=8Mx9Yq0;cÜ7K?_s|j2ߘ:9c֝eKcCÆOq--K2'<|u_r%O?/ 8tVTʑwi7s]\泟3|Sܳ}X1}+u} ~\#^[Ij¿7W(^r]vBa潂Xا_$h>b.;'5#̻-/dgGuUz Шk|:;U>r_JiuueH܏Z8;;I>/C=˷|-Wk^NX|̬̏k_?o X͋5p&<2dg˖<njF}ʝgKty@b%'[2{߾w?uMoΓ79C{sϲS?q3?k<Ȑ=䜰?@|l Ps5LydȞs|rN|NKN>ds~\o9w? OjiIkl'<'P y̋q~榆l[onRaS> +vml!쁔7B>_ j ̝(Wyxn83G1ċsƛ'Օ9_ky!FOxO=1wVfw$s&m-ʕoų;Q8=$Iu}oi4l3Si+^Sx̝Y f/g9!_YopTS 3yAM}*̎.>uf?6EOdCq&䞒? 887K34G: &9K]X'oǮ~`W+V.}.>WL͸g:~ӟnz#g$wn{|BĽ?~A/aq^~B{oܾg^ZWg4o&O8K~Ka3kd翈xq܅}SLGF?[}]CbV+,boS^8_qU1<{/3p䢯_X25v2[8{PDvq'6)B:3y.7>kCfM\dCq&k?=%0pq #MNG Ù#.=_Hf3/̝u]; &:1 ICR.{CyOLހC:O>kCfMs>#/yיbg|}:fI!)!^ܼ'&o!Gɏ'od!㦋9OSpK҃ 3>sgt׎? ut$CR퐔/nG~8BEs5t̚xIy-rXȦBlq5:!]?K~y ĝ@/_}鸓:z|.gq>/A=Kw-v̽+׮o{s {Z%[Z+wp5=Xkv-U^/'P;aJyAv3.ΐ4wvR^sk3=uPۜarpƙ #_U}g;[|C|37dW'9M=uPۜarpƙ #g>3v֐ߵg1 '_R-Wҍ捉9wbr|ٚNgsz#LN8s9|ardk=?AY@<ln.V?_,s_d߂YǴA_ Įrm]㊽1/湑~ϻF׊{ϺŰu_Q4C89h]}< 9jҿWcË+/>1m.ހW3!&9$ڿ{"Unc{>k5]Y֗>Wف/IAZ-Գi6oIۿ{O܄yWƊ|zarf^> ^6eo3i=T5_yo _Ã˸/?Br5WMevܓ&_=/{m{zд6?@gox0\k'p!7ϵ+&LX{yݓ{%gJjw_r:!K[Ӯ9~s9/?=4,f~,3{q:aڧ?mrMg7?[ ![qj%Ղl&&_}~79@zknZW~/;':S2{![^#@܉\7Z] vs`{Ӽ'ǻ:|61i=T5yߴ-8jA6q>fU?LrIzr?loySq'Y}>cu´OPq|?탳~ xgyߜHo3M.Y$F?991X!Y\rܳna֝M|3OLl+vCMv{uY/me[5^{xFouO){A;oERSo|ۺr^͉/4gKO=nͽlw^Ù b™3^cr5p1{Ͽ;w{Ms,/|/\A,ΐ,.9k4[{iոoꇳP/d'V<ꭸ[7 ;>2}O[9{^c%(/Lߴ5N]mO m}Mkڒ?c9Ą3gBjygDy'Cxg;77??ug>>>~9!̜DIENDB`cascadia-code-2102.03/requirements.in000066400000000000000000000003541401101653000173650ustar00rootroot00000000000000# Add or remove dependencies here and then use pip-tool's # pip-compile -U requirements.in # to update requirements.txt (the lock file, so to speak). fontmake psautohint statmake vttLib skia-pathops fontTools[ufo,lxml,woff] vttmisc cascadia-code-2102.03/requirements.txt000066400000000000000000000030721401101653000175760ustar00rootroot00000000000000# # This file is autogenerated by pip-compile # To update, run: # # pip-compile --output-file=requirements.txt requirements.in # appdirs==1.4.4 # via fs attrs==20.2.0 # via # cattrs # fontmake # statmake # ufolib2 booleanoperations==0.9.0 # via # fontmake # ufo2ft brotli==1.0.9 # via fonttools cattrs==1.0.0 # via statmake cffsubr==0.2.7 # via ufo2ft compreffor==0.5.0 # via ufo2ft cu2qu==1.6.7 # via # fontmake # ufo2ft fontmake==2.2.1 # via -r requirements.in fontmath==0.6.0 # via fontmake fonttools[lxml,ufo,unicode,woff]==4.15.0 # via # -r requirements.in # booleanoperations # cffsubr # compreffor # cu2qu # fontmake # fontmath # glyphslib # psautohint # statmake # ufo2ft # ufolib2 # vttlib # vttmisc fs==2.4.11 # via fonttools glyphslib==5.2.0 # via fontmake lxml==4.6.2 # via fonttools psautohint==2.1.0 # via -r requirements.in pyclipper==1.2.0 # via booleanoperations pyparsing==2.4.7 # via vttlib pytz==2020.1 # via fs six==1.15.0 # via fs skia-pathops==0.4.1 # via -r requirements.in statmake==0.3.0 # via -r requirements.in ufo2ft[cffsubr]==2.16.0 # via fontmake ufolib2==0.8.0 # via # fontmake # glyphslib # vttlib vttlib==0.9.1.post2 # via -r requirements.in vttmisc==0.0.2 # via -r requirements.in zopfli==0.1.7 # via fonttools # The following packages are considered to be unsafe in a requirements file: # setuptools cascadia-code-2102.03/sources/000077500000000000000000000000001401101653000157735ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/000077500000000000000000000000001401101653000217245ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/features.fea000066400000000000000000002522221401101653000242240ustar00rootroot00000000000000# automatic @Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol ]; # automatic @Lowercase = [ Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol ]; @OpeningBracket = [ bracketleft braceleft parenleft ]; @Digit = [ zero one two three four five six seven eight nine ]; @HexDigit = [ @Digit a b c d e f A B C D E F ]; @ClosingBracket = [ bracketright braceright parenright ]; @Tall = [ @Uppercase @Digit @OpeningBracket @ClosingBracket bar ]; @NotSpace = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply fi fl w_w_w.liga ordfeminine ordmasculine nmod wmod ymod A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol thetamod zmod zero one two three four five six seven eight nine zero.zero zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior fraction onehalf onequarter threequarters oneeighth threeeighths fiveeighths seveneighths period comma colon semicolon ellipsis exclam exclamdown question questiondown periodcentered bullet asterisk exclamdouble numbersign onedotenleader overline slash backslash colon.center parenleft parenright braceleft braceright bracketleft bracketright heavyleftpointinganglebracketornament heavyleftpointinganglequotationmarkornament heavyrightpointinganglebracketornament heavyrightpointinganglequotationmarkornament mediumleftpointinganglebracketornament mediumrightpointinganglebracketornament hyphen softhyphen endash emdash horizontalbar hyphentwo nonbreakinghyphen underscore underscoredbl quotesinglbase quotedblbase quotedblleft quotedblright quoteleft quoteright quotereversed guillemetleft guillemetright guilsinglleft guilsinglright quotedbl quotesingle hyphen_hyphen.liga hyphen_hyphen_hyphen.liga hyphen_asciitilde.liga parenleft_asterisk.liga braceleft_bar.liga braceright_numbersign.liga bracketleft_bar.liga bracketright_numbersign.liga period_hyphen.liga period_period.liga period_period_period.liga period_period_equal.liga period_period_less.liga period_question.liga period_equal.liga colon_colon.liga colon_colon_colon.liga colon_colon_equal.liga colon_equal.liga colon_slash_slash.liga semicolon_semicolon.liga exclam_period.liga exclam_colon.liga exclam_exclam.liga exclam_exclam_period.liga exclam_equal.liga exclam_equal_equal.liga question_period.liga question_colon.liga question_question.liga question_question_equal.liga question_equal.liga asterisk_parenright.liga asterisk_asterisk.liga asterisk_asterisk_asterisk.liga asterisk_greater.liga asterisk_slash.liga numbersign_parenleft.liga numbersign_braceleft.liga numbersign_bracketleft.liga numbersign_colon.liga numbersign_exclam.liga numbersign_question.liga numbersign_equal.liga numbersign_underscore.liga numbersign_underscore_parenleft.liga slash_asterisk.liga slash_greater.liga slash_slash.liga slash_slash_slash.liga slash_backslash.liga backslash_slash.liga backslash_backslash.liga underscore_underscore.liga hyphen_middle.seq hyphen_start.seq hyphen_end.seq colon_equal_middle.seq exclam_equal_middle.seq numbersign_end.seq numbersign_middle.seq numbersign_start.seq slash_equal_end.seq slash_equal_middle.seq slash_equal_start.seq slash_slash_equal_end.seq slash_slash_equal_middle.seq slash_slash_equal_start.seq underscore_end.seq underscore_middle.seq underscore_start.seq anoteleia questiongreek baht cedi cent colonsign currency dollar dong euro eurocurrency florin franc guarani hryvnia kip lari lira liraTurkish manat naira peseta peso ruble rupee rupeeIndian sheqel sterling tenge tugrik won yen bulletoperator divisionslash equivalence horizontallineextension integralbt integraltp logicalnotReversed notidentical plus minus multiply divide equal notequal greater less greaterequal lessequal plusminus approxequal asciitilde logicalnot asciicircum infinity intersection integral Ohm increment product summation radical micro partialdiff orthogonal percent perthousand strictlyequivalentto vectorOrCrossProduct greater.center less.center upArrow rightArrow downArrow leftArrow leftRightArrow upDownArrow upDownbaseArrow downTipLeftArrow upDashArrow dashdownArrow lowerOneEighthBlock lowerOneQuarterBlock lowerThreeEighthsBlock lowerHalfBlock lowerFiveEighthsBlock lowerThreeQuartersBlock lowerSevenEighthsBlock fullBlock upperHalfBlock upperOneEighthBlock leftOneEighthBlock leftOneQuarterBlock leftThreeEighthsBlock leftBlock leftFiveEighthsBlock leftThreeQuartersBlock leftSevenEighthsBlock rightBlock rightOneEighthBlock lowerLeftBlock lowerRightBlock upperLeftBlock upperLeftAndLowerLeftAndLowerRightBlock upperLeftAndLowerRightBlock upperLeftAndUpperRightAndLowerLeftBlock upperLeftAndUpperRightAndLowerRightBlock upperRightBlock upperRightAndLowerLeftBlock upperRightAndLowerLeftAndLowerRightBlock shadelight shademedium shadedark blackCircle whiteCircle largeCircle leftHalfBlackWhiteCircle rightHalfBlackWhiteCircle lowerHalfBlackWhiteCircle upperHalfBlackWhiteCircle leftHalfBlackCircle rightHalfBlackCircle upperRightBlackCircle upperLeftWhiteCircle upperLeftQuadrantWhiteCircle lowerLeftQuadrantWhiteCircle lowerRightQuadrantWhiteCircle upperRightQuadrantWhiteCircle verticalFillCircle dottedCircle fisheye bullseye whiteBullet inverseBullet inverseWhiteCircle upperHalfInverseWhiteCircle lowerHalfInverseWhiteCircle upperHalfArc lowerHalfArc upperLeftArc upperRightArc lowerRightArc lowerLeftArc blackDiamond whiteDiamond leftHalfBlackDiamond rightHalfBlackDiamond topHalfBlackDiamond bottomHalfBlackDiamond blackInWhiteDiamond lozenge blackParallelogram whiteParallelogram blackVerticalRect filledRect whiteRect whiteVerticalRect blackSquare whiteSquare whiteRoundedCornersSquare whiteInBlackSquare dottedSquare horizontalFillSquare verticalFillSquare crosshatchFillSquare upperlefttolowerrightFillSquare upperrighttolowerleftFillSquare diagonalcrosshatchFillSquare blackSmallSquare whiteSmallSquare leftHalfBlackSquare rightHalfBlackSquare upperLeftDiagonalHalfBlackSquare lowerRightDiagonalHalfBlackSquare verticalBisectingLineWhiteSquare whiteUpperLeftQuadrantSquare whiteLowerLeftQuadrantSquare whiteLowerRightQuadrantSquare whiteUpperRightQuadrantSquare mediumWhiteSquare mediumBlackSquare mediumWhiteSmallSquare mediumBlackSmallSquare upBlackTriangle rightBlackTriangle downBlackTriangle leftBlackTriangle upWhiteTriangle rightWhiteTriangle downWhiteTriangle leftWhiteTriangle upWhiteTriangleWithDot upLeftHalfBlackTriangle upRightHalfBlackTriangle rightBlackPointer leftBlackPointer rightWhitePointer leftWhitePointer upBlackSmallTriangle rightBlackSmallTriangle downBlackSmallTriangle leftBlackSmallTriangle upWhiteSmallTriangle rightWhiteSmallTriangle downWhiteSmallTriangle leftWhiteSmallTriangle upperRightBlackTriangle lowerRightBlackTriangle lowerLeftBlackTriangle upperLeftBlackTriangle upperRightTriangle lowerRightTriangle lowerLeftTriangle upperLeftTriangle boxDoubleDownAndHorizontal boxDoubleDownAndLeft boxDoubleDownAndRight boxDoubleHorizontal boxDoubleUpAndHorizontal boxDoubleUpAndLeft boxDoubleUpAndRight boxDoubleVertical boxDoubleVerticalAndHorizontal boxDoubleVerticalAndLeft boxDoubleVerticalAndRight boxDownDoubleAndHorizontalSingle boxDownDoubleAndLeftSingle boxDownDoubleAndRightSingle boxDownHeavyAndHorizontalLight boxDownHeavyAndLeftLight boxDownHeavyAndLeftUpLight boxDownHeavyAndRightLight boxDownHeavyAndRightUpLight boxDownHeavyAndUpHorizontalLight boxDownLightAndHorizontalHeavy boxDownLightAndLeftHeavy boxDownLightAndLeftUpHeavy boxDownLightAndRightHeavy boxDownLightAndRightUpHeavy boxDownLightAndUpHorizontalHeavy boxDownSingleAndHorizontalDouble boxDownSingleAndLeftDouble boxDownSingleAndRightDouble boxHeavyDoubleDashHorizontal boxHeavyDoubleDashVertical boxHeavyDown boxHeavyDownAndHorizontal boxHeavyDownAndLeft boxHeavyDownAndRight boxHeavyHorizontal boxHeavyLeft boxHeavyLeftAndLightRight boxHeavyQuadrupleDashHorizontal boxHeavyQuadrupleDashVertical boxHeavyRight boxHeavyTripleDashHorizontal boxHeavyTripleDashVertical boxHeavyUp boxHeavyUpAndHorizontal boxHeavyUpAndLeft boxHeavyUpAndLightDown boxHeavyUpAndRight boxHeavyVertical boxHeavyVerticalAndHorizontal boxHeavyVerticalAndLeft boxHeavyVerticalAndRight boxLeftDownHeavyAndRightUpLight boxLeftHeavyAndRightDownLight boxLeftHeavyAndRightUpLight boxLeftHeavyAndRightVerticalLight boxLeftLightAndRightDownHeavy boxLeftLightAndRightUpHeavy boxLeftLightAndRightVerticalHeavy boxLeftUpHeavyAndRightDownLight boxLightArcDownAndLeft boxLightArcDownAndRight boxLightArcUpAndLeft boxLightArcUpAndRight boxLightDiagonalCross boxLightDiagonalUpperLeftToLowerRight boxLightDiagonalUpperRightToLowerLeft boxLightDoubleDashHorizontal boxLightDoubleDashVertical boxLightDown boxLightDownAndHorizontal boxLightDownAndLeft boxLightDownAndRight boxLightHorizontal boxLightLeft boxLightLeftAndHeavyRight boxLightQuadrupleDashHorizontal boxLightQuadrupleDashVertical boxLightRight boxLightTripleDashHorizontal boxLightTripleDashVertical boxLightUp boxLightUpAndHeavyDown boxLightUpAndHorizontal boxLightUpAndLeft boxLightUpAndRight boxLightVertical boxLightVerticalAndHorizontal boxLightVerticalAndLeft boxLightVerticalAndRight boxRightDownHeavyAndLeftUpLight boxRightHeavyAndLeftDownLight boxRightHeavyAndLeftUpLight boxRightHeavyAndLeftVerticalLight boxRightLightAndLeftDownHeavy boxRightLightAndLeftUpHeavy boxRightLightAndLeftVerticalHeavy boxRightUpHeavyAndLeftDownLight boxUpDoubleAndHorizontalSingle boxUpDoubleAndLeftSingle boxUpDoubleAndRightSingle boxUpHeavyAndDownHorizontalLight boxUpHeavyAndHorizontalLight boxUpHeavyAndLeftDownLight boxUpHeavyAndLeftLight boxUpHeavyAndRightDownLight boxUpHeavyAndRightLight boxUpLightAndDownHorizontalHeavy boxUpLightAndHorizontalHeavy boxUpLightAndLeftDownHeavy boxUpLightAndLeftHeavy boxUpLightAndRightDownHeavy boxUpLightAndRightHeavy boxUpSingleAndHorizontalDouble boxUpSingleAndLeftDouble boxUpSingleAndRightDouble boxVerticalDoubleAndHorizontalSingle boxVerticalDoubleAndLeftSingle boxVerticalDoubleAndRightSingle boxVerticalHeavyAndHorizontalLight boxVerticalHeavyAndLeftLight boxVerticalHeavyAndRightLight boxVerticalLightAndHorizontalHeavy boxVerticalLightAndLeftHeavy boxVerticalLightAndRightHeavy boxVerticalSingleAndHorizontalDouble boxVerticalSingleAndLeftDouble boxVerticalSingleAndRightDouble lowerOneEighthBlock.stypo lowerOneQuarterBlock.stypo lowerThreeEighthsBlock.stypo lowerHalfBlock.stypo lowerFiveEighthsBlock.stypo lowerThreeQuartersBlock.stypo lowerSevenEighthsBlock.stypo fullBlock.stypo upperHalfBlock.stypo upperOneEighthBlock.stypo leftOneEighthBlock.stypo leftOneQuarterBlock.stypo leftThreeEighthsBlock.stypo leftBlock.stypo leftFiveEighthsBlock.stypo leftThreeQuartersBlock.stypo leftSevenEighthsBlock.stypo rightBlock.stypo rightOneEighthBlock.stypo lowerLeftBlock.stypo lowerRightBlock.stypo upperLeftBlock.stypo upperLeftAndLowerLeftAndLowerRightBlock.stypo upperLeftAndLowerRightBlock.stypo upperLeftAndUpperRightAndLowerLeftBlock.stypo upperLeftAndUpperRightAndLowerRightBlock.stypo upperRightBlock.stypo upperRightAndLowerLeftBlock.stypo upperRightAndLowerLeftAndLowerRightBlock.stypo shadelight.stypo shademedium.stypo shadedark.stypo reversedRotatedFloralHeartBullet whiteSmilingFace blackSmilingFace sunWithRays venus mars spadeBlackSuit clubBlackSuit heartBlackSuit diamondBlackSuit checkmark rotatedFloralHeartBullet acknowledgeControl backspaceControl at ampersand paragraph section copyright registered published trademark careof degree minute second bar brokenbar dagger literSign daggerdbl estimated numero bellControl blackHexagon blackHorizontalEllipse blackLargeCircle blackLargeSquare blackMediumDiamond blackMediumDownTriangleCentred blackMediumLeftTriangleCentred blackMediumLozenge blackMediumRightTriangleCentred blackMediumUpTriangleCentred blackPentagon blackSmallDiamond blackSmallLozenge blackVerticalEllipse blackVerysmallSquare blank blankSymbol bottomHalfBlackCircle cancelControl carriageReturnControl dataLinkEscapeControl deleteControl deleteFormTwoControl deviceControlFourControl deviceControlOneControl deviceControlThreeControl deviceControlTwoControl endOfMediumControl endOfTextControl endOfTransmissionBlockControl endOfTransmissionControl enquiryControl escapeControl fileSeparatorControl formFeedControl groupSeparatorControl horizontalBlackHexagon horizontalTabulationControl house returnsymbol lineFeedControl lowerHalfWhiteSquare lowerLeftHalfWhiteSquare negativeAcknowledgeControl newlineControl nullControl prescription recordSeparatorControl shiftInControl shiftOutControl spaceControl startOfHeadingControl startOfTextControl substituteControl substituteFormTwoControl synchronousIdleControl topHalfBlackCircle topHalfWhiteSquare topRightHalfWhiteSquare unitSeparatorControl verticalTabulationControl whiteHexagon whiteHorizontalEllipse whiteLargeSquare whiteMediumDiamond whiteMediumLozenge whitePentagon whiteSmallLozenge whiteVerticalEllipse whiteVerysmallSquare acknowledgeControl.ss20 backspaceControl.ss20 bellControl.ss20 cancelControl.ss20 carriageReturnControl.ss20 dataLinkEscapeControl.ss20 endOfMediumControl.ss20 endOfTextControl.ss20 endOfTransmissionBlockControl.ss20 endOfTransmissionControl.ss20 enquiryControl.ss20 escapeControl.ss20 formFeedControl.ss20 horizontalTabulationControl.ss20 lineFeedControl.ss20 negativeAcknowledgeControl.ss20 shiftInControl.ss20 shiftOutControl.ss20 startOfHeadingControl.ss20 startOfTextControl.ss20 substituteControl.ss20 synchronousIdleControl.ss20 verticalTabulationControl.ss20 ampersand_ampersand.liga bar_braceright.liga bar_bracketright.liga bar_bar.liga bar_bar_bar.liga bar_bar_bar_greater.liga bar_bar_greater.liga bar_greater.liga dollar_greater.liga plus_plus.liga plus_plus_plus.liga plus_greater.liga equal_equal.liga equal_equal_equal.liga greater_equal.liga greater_greater.liga greater_greater_greater.liga less_exclam_hyphen_hyphen.liga less_asterisk.liga less_asterisk_greater.liga less_bar.liga less_bar_bar.liga less_bar_bar_bar.liga less_bar_greater.liga less_dollar.liga less_dollar_greater.liga less_plus.liga less_plus_greater.liga less_equal.liga less_greater.liga less_less.liga less_less_less.liga less_asciitilde.liga less_asciitilde_greater.liga less_asciitilde_asciitilde.liga less_slash.liga less_slash_greater.liga asciitilde_hyphen.liga asciitilde_at.liga asciitilde_equal.liga asciitilde_greater.liga asciitilde_asciitilde.liga asciitilde_asciitilde_greater.liga asciicircum_equal.liga percent_percent.liga bar_underscore_middle.seq bar_bar_equal_middle.seq bar_equal_middle.seq bar_bar_equal_end.seq bar_bar_equal_start.seq bar_bar_hyphen_middle.seq bar_hyphen_middle.seq bar_bar_hyphen_end.seq bar_bar_hyphen_start.seq bar_equal_end.seq bar_equal_start.seq bar_hyphen_end.seq bar_hyphen_start.seq equal_middle.seq equal_end.seq equal_start.seq greater_greater_equal_middle.seq greater_equal_middle.seq greater_greater_equal_end.seq greater_greater_equal_start.seq greater_equal_start.seq greater_equal_end.seq greater_greater_hyphen_middle.seq greater_hyphen_middle.seq greater_greater_hyphen_end.seq greater_greater_hyphen_start.seq greater_hyphen_start.seq greater_hyphen_end.seq less_less_equal_middle.seq less_equal_middle.seq less_less_equal_end.seq less_less_equal_start.seq less_equal_end.seq less_equal_start.seq less_less_hyphen_middle.seq less_hyphen_middle.seq less_less_hyphen_end.seq less_less_hyphen_start.seq less_hyphen_end.seq less_hyphen_start.seq note-musical notedbl-musical blank-braille dots1-braille dots12-braille dots123-braille dots1234-braille dots12345-braille dots123456-braille dots1234567-braille dots12345678-braille dots1234568-braille dots123457-braille dots1234578-braille dots123458-braille dots12346-braille dots123467-braille dots1234678-braille dots123468-braille dots12347-braille dots123478-braille dots12348-braille dots1235-braille dots12356-braille dots123567-braille dots1235678-braille dots123568-braille dots12357-braille dots123578-braille dots12358-braille dots1236-braille dots12367-braille dots123678-braille dots12368-braille dots1237-braille dots12378-braille dots1238-braille dots124-braille dots1245-braille dots12456-braille dots124567-braille dots1245678-braille dots124568-braille dots12457-braille dots124578-braille dots12458-braille dots1246-braille dots12467-braille dots124678-braille dots12468-braille dots1247-braille dots12478-braille dots1248-braille dots125-braille dots1256-braille dots12567-braille dots125678-braille dots12568-braille dots1257-braille dots12578-braille dots1258-braille dots126-braille dots1267-braille dots12678-braille dots1268-braille dots127-braille dots1278-braille dots128-braille dots13-braille dots134-braille dots1345-braille dots13456-braille dots134567-braille dots1345678-braille dots134568-braille dots13457-braille dots134578-braille dots13458-braille dots1346-braille dots13467-braille dots134678-braille dots13468-braille dots1347-braille dots13478-braille dots1348-braille dots135-braille dots1356-braille dots13567-braille dots135678-braille dots13568-braille dots1357-braille dots13578-braille dots1358-braille dots136-braille dots1367-braille dots13678-braille dots1368-braille dots137-braille dots1378-braille dots138-braille dots14-braille dots145-braille dots1456-braille dots14567-braille dots145678-braille dots14568-braille dots1457-braille dots14578-braille dots1458-braille dots146-braille dots1467-braille dots14678-braille dots1468-braille dots147-braille dots1478-braille dots148-braille dots15-braille dots156-braille dots1567-braille dots15678-braille dots1568-braille dots157-braille dots1578-braille dots158-braille dots16-braille dots167-braille dots1678-braille dots168-braille dots17-braille dots178-braille dots18-braille dots2-braille dots23-braille dots234-braille dots2345-braille dots23456-braille dots234567-braille dots2345678-braille dots234568-braille dots23457-braille dots234578-braille dots23458-braille dots2346-braille dots23467-braille dots234678-braille dots23468-braille dots2347-braille dots23478-braille dots2348-braille dots235-braille dots2356-braille dots23567-braille dots235678-braille dots23568-braille dots2357-braille dots23578-braille dots2358-braille dots236-braille dots2367-braille dots23678-braille dots2368-braille dots237-braille dots2378-braille dots238-braille dots24-braille dots245-braille dots2456-braille dots24567-braille dots245678-braille dots24568-braille dots2457-braille dots24578-braille dots2458-braille dots246-braille dots2467-braille dots24678-braille dots2468-braille dots247-braille dots2478-braille dots248-braille dots25-braille dots256-braille dots2567-braille dots25678-braille dots2568-braille dots257-braille dots2578-braille dots258-braille dots26-braille dots267-braille dots2678-braille dots268-braille dots27-braille dots278-braille dots28-braille dots3-braille dots34-braille dots345-braille dots3456-braille dots34567-braille dots345678-braille dots34568-braille dots3457-braille dots34578-braille dots3458-braille dots346-braille dots3467-braille dots34678-braille dots3468-braille dots347-braille dots3478-braille dots348-braille dots35-braille dots356-braille dots3567-braille dots35678-braille dots3568-braille dots357-braille dots3578-braille dots358-braille dots36-braille dots367-braille dots3678-braille dots368-braille dots37-braille dots378-braille dots38-braille dots4-braille dots45-braille dots456-braille dots4567-braille dots45678-braille dots4568-braille dots457-braille dots4578-braille dots458-braille dots46-braille dots467-braille dots4678-braille dots468-braille dots47-braille dots478-braille dots48-braille dots5-braille dots56-braille dots567-braille dots5678-braille dots568-braille dots57-braille dots578-braille dots58-braille dots6-braille dots67-braille dots678-braille dots68-braille dots7-braille dots78-braille dots8-braille numeral-greek lowernumeral-greek apostrophemod colontriangularmod commaturnedmod firsttonechinese glottalstopmod dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresis dotaccent grave acute hungarumlaut circumflex caron breve ring tilde macron cedilla ogonek dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb tonos tonos.case dieresistonos brevecomb-cy brevecomb-cy.case LIG ]; # Prefix: Languagesystems # automatic languagesystem DFLT dflt; languagesystem latn dflt; languagesystem latn ROM; languagesystem latn MOL; languagesystem latn PLK; languagesystem latn NLD; languagesystem latn CAT; languagesystem cyrl dflt; languagesystem cyrl BGR; languagesystem cyrl SRB; feature aalt { # automatic feature calt; feature locl; feature subs; feature sinf; feature sups; feature numr; feature dnom; feature frac; feature ordn; feature case; feature ss02; feature zero; feature ss19; feature rclt; feature zero; feature ss20; } aalt; feature calt { ### Less - It is convenient to have this lookup set at the start. lookup less_asciitilde { ignore sub less less' asciitilde; ignore sub less' asciitilde asciitilde asciitilde; sub less_asciitilde.liga asciitilde' by LIG; sub less' asciitilde by less_asciitilde.liga; } less_asciitilde; lookup less_asciitilde_asciitilde { sub less_asciitilde_asciitilde.liga LIG asciitilde' by LIG; sub less_asciitilde.liga' LIG asciitilde by less_asciitilde_asciitilde.liga; } less_asciitilde_asciitilde; lookup less_asterisk { ignore sub less less' asterisk; ignore sub less' asterisk asterisk; sub less_asterisk.liga asterisk' by LIG; sub less' asterisk by less_asterisk.liga; } less_asterisk; lookup less_dollar { ignore sub less less' dollar; ignore sub less' dollar dollar; sub less_dollar.liga dollar' by LIG; sub less' dollar by less_dollar.liga; } less_dollar; lookup less_equal { ignore sub less less' equal; ignore sub less' equal equal; ignore sub parenleft question less' equal; ignore sub equal less' equal; ignore sub less' equal [less greater bar colon exclam slash]; sub less_equal.liga equal' by LIG; sub less' equal by less_equal.liga; } less_equal; lookup less_greater { ignore sub less less' greater; ignore sub less' greater greater; sub less_greater.liga greater' by LIG; sub less' greater by less_greater.liga; } less_greater; lookup less_plus { ignore sub less less' plus; ignore sub less' plus plus; sub less_plus.liga plus' by LIG; sub less' plus by less_plus.liga; } less_plus; lookup less_slash { ignore sub less less' slash; ignore sub less' slash slash; sub less_slash.liga slash' by LIG; sub less' slash by less_slash.liga; } less_slash; lookup less_bar { ignore sub less less' bar; ignore sub less' bar bar bar bar; ignore sub less' bar bar greater; sub less_bar.liga bar' by LIG; sub less' bar by less_bar.liga; } less_bar; lookup less_bar_bar { sub less_bar_bar.liga LIG bar' by LIG; sub less_bar.liga' LIG bar by less_bar_bar.liga; } less_bar_bar; lookup less_bar_bar_bar { sub less_bar_bar_bar.liga LIG LIG bar' by LIG; sub less_bar_bar.liga' LIG LIG bar by less_bar_bar_bar.liga; } less_bar_bar_bar; # generally it is useful to have the duplicating sequences in a row. This avoids potential badness. lookup less_less { ignore sub less less' less; ignore sub less' less less less; ignore sub less' less [asterisk plus dollar]; ignore sub [hyphen equal] less' less; ignore sub less' less hyphen; ignore sub less' less equal [equal less greater bar colon exclam slash]; ignore sub less' less less [asterisk plus dollar]; sub less_less.liga less' by LIG; sub less' less by less_less.liga; } less_less; lookup less_less_less { sub less_less_less.liga LIG less' by LIG; sub less_less.liga' LIG less by less_less_less.liga; } less_less_less; lookup less_asciitilde_greater { ignore sub less_asciitilde.liga' LIG greater greater; sub less_asciitilde_greater.liga LIG greater' by LIG; sub less_asciitilde.liga' LIG greater by less_asciitilde_greater.liga; } less_asciitilde_greater; lookup less_asterisk_greater { sub less_asterisk_greater.liga LIG greater' by LIG; sub less_asterisk.liga' LIG greater by less_asterisk_greater.liga; } less_asterisk_greater; lookup less_dollar_greater { sub less_dollar_greater.liga LIG greater' by LIG; sub less_dollar.liga' LIG greater by less_dollar_greater.liga; } less_dollar_greater; lookup less_plus_greater { sub less_plus_greater.liga LIG greater' by LIG; sub less_plus.liga' LIG greater by less_plus_greater.liga; } less_plus_greater; lookup less_slash_greater { ignore sub less_slash.liga' LIG greater greater; sub less_slash_greater.liga LIG greater' by LIG; sub less_slash.liga' LIG greater by less_slash_greater.liga; } less_slash_greater; lookup less_bar_greater { ignore sub less_bar.liga' LIG greater greater; sub less_bar_greater.liga LIG greater' by LIG; sub less_bar.liga' LIG greater by less_bar_greater.liga; } less_bar_greater; lookup less_exclam_hyphen_hyphen { ignore sub less less' exclam hyphen hyphen; ignore sub less' exclam hyphen hyphen hyphen; ignore sub parenleft question less' exclam hyphen hyphen; sub less_exclam_hyphen_hyphen.liga LIG LIG hyphen' by LIG; sub less_exclam_hyphen_hyphen.liga LIG hyphen' hyphen by LIG; sub less_exclam_hyphen_hyphen.liga exclam' hyphen hyphen by LIG; sub less' exclam hyphen hyphen by less_exclam_hyphen_hyphen.liga; } less_exclam_hyphen_hyphen; ### Ampersand lookup ampersand_ampersand { ignore sub ampersand ampersand' ampersand; ignore sub ampersand' ampersand ampersand; sub ampersand_ampersand.liga ampersand' by LIG; sub ampersand' ampersand by ampersand_ampersand.liga; } ampersand_ampersand; ### Asciicircum lookup asciicircum_equal { ignore sub asciicircum asciicircum' equal; ignore sub asciicircum' equal equal; sub asciicircum_equal.liga equal' by LIG; sub asciicircum' equal by asciicircum_equal.liga; } asciicircum_equal; ### Asciitilde lookup asciitilde_asciitilde { ignore sub asciitilde asciitilde' asciitilde; ignore sub asciitilde' asciitilde asciitilde; sub asciitilde_asciitilde.liga asciitilde' by LIG; sub asciitilde' asciitilde by asciitilde_asciitilde.liga; } asciitilde_asciitilde; lookup asciitilde_at { ignore sub asciitilde asciitilde' at; ignore sub asciitilde' at at; sub asciitilde_at.liga at' by LIG; sub asciitilde' at by asciitilde_at.liga; } asciitilde_at; lookup asciitilde_greater { ignore sub asciitilde asciitilde' greater; ignore sub asciitilde' greater greater; sub asciitilde_greater.liga greater' by LIG; sub asciitilde' greater by asciitilde_greater.liga; } asciitilde_greater; lookup asciitilde_hyphen { ignore sub asciitilde asciitilde' hyphen; ignore sub asciitilde' hyphen hyphen; sub asciitilde_hyphen.liga hyphen' by LIG; sub asciitilde' hyphen by asciitilde_hyphen.liga; } asciitilde_hyphen; lookup asciitilde_asciitilde_greater { ignore sub asciitilde_asciitilde.liga' LIG greater greater; sub asciitilde_asciitilde_greater.liga LIG greater' by LIG; sub asciitilde_asciitilde.liga' LIG greater by asciitilde_asciitilde_greater.liga; } asciitilde_asciitilde_greater; lookup asciitilde_equal { ignore sub asciitilde asciitilde' equal; ignore sub asciitilde' equal equal; sub asciitilde_equal.liga equal' by LIG; sub asciitilde' equal by asciitilde_equal.liga; } asciitilde_equal; ### Asterisk lookup asterisk_asterisk { ignore sub asterisk asterisk' asterisk; ignore sub asterisk' asterisk asterisk asterisk; ignore sub slash asterisk' asterisk; ignore sub asterisk' asterisk slash; sub asterisk_asterisk.liga asterisk' by LIG; sub asterisk' asterisk by asterisk_asterisk.liga; } asterisk_asterisk; lookup asterisk_asterisk_asterisk { ignore sub asterisk_asterisk.liga' LIG asterisk slash; sub asterisk_asterisk_asterisk.liga LIG asterisk' by LIG; sub asterisk_asterisk.liga' LIG asterisk by asterisk_asterisk_asterisk.liga; } asterisk_asterisk_asterisk; lookup asterisk_greater { ignore sub asterisk asterisk' greater; ignore sub asterisk' greater greater; sub asterisk_greater.liga greater' by LIG; sub asterisk' greater by asterisk_greater.liga; } asterisk_greater; lookup asterisk_slash { ignore sub asterisk asterisk' slash; ignore sub asterisk' slash slash; ignore sub slash asterisk' slash; ignore sub asterisk' slash asterisk; sub asterisk_slash.liga slash' by LIG; sub asterisk' slash by asterisk_slash.liga; } asterisk_slash; lookup asterisk_parenright { ignore sub asterisk asterisk' parenright; ignore sub asterisk' parenright parenright; sub asterisk_parenright.liga parenright' by LIG; sub asterisk' parenright by asterisk_parenright.liga; } asterisk_parenright; ### Backslash lookup backslash_slash { ignore sub @NotSpace backslash' slash; ignore sub backslash' slash @NotSpace; sub backslash_slash.liga slash' by LIG; sub backslash' slash by backslash_slash.liga; } backslash_slash; lookup backslash_backslash { ignore sub backslash backslash' backslash; ignore sub backslash' backslash backslash; sub backslash_backslash.liga backslash' by LIG; sub backslash' backslash by backslash_backslash.liga; } backslash_backslash; ### Bar lookup bar_bar { ignore sub bar bar' bar; ignore sub bar' bar bar bar; ignore sub [hyphen equal] bar' bar; ignore sub bar' bar [hyphen equal]; ignore sub bar' bar bar [hyphen equal]; ignore sub bar' bar equal [equal less greater bar colon exclam slash]; ignore sub bar bar' bar greater; ignore sub [less greater] bar' bar [less greater]; ignore sub less bar' bar; ignore sub less bar bar'; sub bar_bar.liga bar' by LIG; sub bar' bar by bar_bar.liga; } bar_bar; lookup bar_bar_bar { sub bar_bar_bar.liga LIG bar' by LIG; sub bar_bar.liga' LIG bar by bar_bar_bar.liga; } bar_bar_bar; lookup bar_greater { ignore sub bar bar' greater; ignore sub bar' greater greater; ignore sub less bar bar' greater; sub bar_greater.liga greater' by LIG; sub bar' greater by bar_greater.liga; } bar_greater; lookup bar_braceright { ignore sub bar bar' braceright; ignore sub bar' braceright braceright; ignore sub braceleft bar' braceright; sub bar_braceright.liga braceright' by LIG; sub bar' braceright by bar_braceright.liga; } bar_braceright; lookup bar_bracketright { ignore sub bar bar' bracketright; ignore sub bar' bracketright bracketright; ignore sub bracketleft bar' bracketright; sub bar_bracketright.liga bracketright' by LIG; sub bar' bracketright by bar_bracketright.liga; } bar_bracketright; lookup bar_bar_greater { ignore sub bar_bar.liga' LIG greater greater; sub bar_bar_greater.liga LIG greater' by LIG; sub bar_bar.liga' LIG greater by bar_bar_greater.liga; } bar_bar_greater; lookup bar_bar_bar_greater { ignore sub bar_bar_bar.liga' LIG LIG greater greater; sub bar_bar_bar_greater.liga LIG LIG greater' by LIG; sub bar_bar_bar.liga' LIG LIG greater by bar_bar_bar_greater.liga; } bar_bar_bar_greater; ### Brace left lookup braceleft_bar { ignore sub braceleft braceleft' bar; ignore sub braceleft' bar bar; ignore sub braceleft' bar braceright; sub braceleft_bar.liga bar' by LIG; sub braceleft' bar by braceleft_bar.liga; } braceleft_bar; ### Brace right lookup braceright_numbersign { ignore sub braceright braceright' numbersign; ignore sub braceright' numbersign numbersign; sub braceright_numbersign.liga numbersign' by LIG; sub braceright' numbersign by braceright_numbersign.liga; } braceright_numbersign; ### Bracket left lookup bracketleft_bar { ignore sub bracketleft bracketleft' bar; ignore sub bracketleft' bar bar; ignore sub bracketleft' bar bracketright; sub bracketleft_bar.liga bar' by LIG; sub bracketleft' bar by bracketleft_bar.liga; } bracketleft_bar; ### Bracket right lookup bracketright_numbersign { ignore sub bracketright bracketright' numbersign; ignore sub bracketright' numbersign numbersign; sub bracketright_numbersign.liga numbersign' by LIG; sub bracketright' numbersign by bracketright_numbersign.liga; } bracketright_numbersign; ### Colon lookup colon_colon { ignore sub colon colon' colon; ignore sub colon' colon colon colon; ignore sub parenleft question colon' colon; ignore sub colon' colon [less greater]; ignore sub [less greater] colon' colon; sub colon_colon.liga colon' by LIG; sub colon' colon by colon_colon.liga; } colon_colon; lookup colon_colon_colon { sub colon_colon_colon.liga LIG colon' by LIG; sub colon_colon.liga' LIG colon by colon_colon_colon.liga; } colon_colon_colon; lookup colon_equal { ignore sub colon colon' equal; ignore sub colon' equal equal; ignore sub parenleft question colon' equal; ignore sub equal colon' equal; sub colon_equal.liga equal' by LIG; sub colon' equal by colon_equal.liga; } colon_equal; lookup colon_colon_equal { ignore sub colon_colon.liga' LIG equal equal; sub colon_colon_equal.liga LIG equal' by LIG; sub colon_colon.liga' LIG equal by colon_colon_equal.liga; } colon_colon_equal; lookup colon_slash_slash { ignore sub colon colon' slash slash; ignore sub colon' slash slash slash; sub colon_slash_slash.liga LIG slash' by LIG; sub colon_slash_slash.liga slash' slash by LIG; sub colon' slash slash by colon_slash_slash.liga; } colon_slash_slash; ## Dollar lookup dollar_greater { ignore sub dollar dollar' greater; ignore sub dollar' greater greater; sub dollar_greater.liga greater' by LIG; sub dollar' greater by dollar_greater.liga; } dollar_greater; ### Exclam (for equal see below) lookup exclam_equal { ignore sub exclam exclam' equal; ignore sub exclam' equal equal equal; ignore sub parenleft question exclam' equal; ignore sub parenleft question less exclam' equal; ignore sub equal exclam' equal; sub exclam_equal.liga equal' by LIG; sub exclam' equal by exclam_equal.liga; } exclam_equal; lookup exclam_equal_equal { sub exclam_equal_equal.liga LIG equal' by LIG; sub exclam_equal.liga' LIG equal by exclam_equal_equal.liga; } exclam_equal_equal; lookup exclam_exclam { ignore sub exclam exclam' exclam; ignore sub exclam' exclam exclam; ignore sub parenleft question exclam' exclam; ignore sub parenleft question less exclam' exclam; sub exclam_exclam.liga exclam' by LIG; sub exclam' exclam by exclam_exclam.liga; } exclam_exclam; lookup exclam_exclam_period { ignore sub exclam_exclam.liga' LIG period period; sub exclam_exclam_period.liga LIG period' by LIG; sub exclam_exclam.liga' LIG period by exclam_exclam_period.liga; } exclam_exclam_period; lookup exclam_period { ignore sub exclam exclam' period; ignore sub exclam' period period; sub exclam_period.liga period' by LIG; sub exclam' period by exclam_period.liga; } exclam_period; lookup exclam_colon { ignore sub exclam exclam' colon; ignore sub exclam' colon colon; sub exclam_colon.liga colon' by LIG; sub exclam' colon by exclam_colon.liga; } exclam_colon; ## Equal - Made sense to shift this below the exclam to avoid issues lookup equal_equal { ignore sub equal equal' equal; ignore sub equal' equal equal equal; ignore sub parenleft question equal' equal; ignore sub parenleft question less equal' equal; ignore sub less question equal' equal; ignore sub bracketleft equal' equal; ignore sub equal' equal bracketright; ignore sub equal [colon exclam] equal' equal; ignore sub [less greater bar slash] equal' equal; ignore sub equal' equal [less greater bar slash] ; ignore sub equal' equal [colon exclam] equal; sub equal_equal.liga equal' by LIG; sub equal' equal by equal_equal.liga; } equal_equal; lookup equal_equal_equal { sub equal_equal_equal.liga LIG equal' by LIG; sub equal_equal.liga' LIG equal by equal_equal_equal.liga; } equal_equal_equal; ### Hyphen lookup hyphen_asciitilde { ignore sub hyphen hyphen' asciitilde; ignore sub hyphen' asciitilde asciitilde; sub hyphen_asciitilde.liga asciitilde' by LIG; sub hyphen' asciitilde by hyphen_asciitilde.liga; } hyphen_asciitilde; lookup hyphen_hyphen { ignore sub hyphen hyphen' hyphen; ignore sub hyphen' hyphen hyphen hyphen; ignore sub [less greater bar] hyphen' hyphen; ignore sub hyphen' hyphen [less greater bar]; sub hyphen_hyphen.liga hyphen' by LIG; sub hyphen' hyphen by hyphen_hyphen.liga; } hyphen_hyphen; lookup hyphen_hyphen_hyphen { ignore sub hyphen_hyphen.liga' LIG hyphen [less greater bar]; sub hyphen_hyphen_hyphen.liga LIG hyphen' by LIG; sub hyphen_hyphen.liga' LIG hyphen by hyphen_hyphen_hyphen.liga; } hyphen_hyphen_hyphen; ### Greater lookup greater_greater { ignore sub greater greater' greater; ignore sub greater' greater greater greater; ignore sub [asterisk plus dollar] greater' greater; ignore sub [hyphen equal] greater' greater; ignore sub greater' greater hyphen; ignore sub greater' greater equal [equal less greater bar colon exclam slash]; sub greater_greater.liga greater' by LIG; sub greater' greater by greater_greater.liga; } greater_greater; lookup greater_greater_greater { sub greater_greater_greater.liga LIG greater' by LIG; sub greater_greater.liga' LIG greater by greater_greater_greater.liga; } greater_greater_greater; lookup greater_equal { ignore sub greater greater' equal; ignore sub greater' equal equal; ignore sub equal greater' equal; ignore sub greater' equal [less greater bar colon exclam slash]; sub greater_equal.liga equal' by LIG; sub greater' equal by greater_equal.liga; } greater_equal; ### Less moved to top of CALT ### Numbersign lookup numbersign_braceleft { ignore sub numbersign numbersign' braceleft; ignore sub numbersign' braceleft braceleft; sub numbersign_braceleft.liga braceleft' by LIG; sub numbersign' braceleft by numbersign_braceleft.liga; } numbersign_braceleft; lookup numbersign_bracketleft { ignore sub numbersign numbersign' bracketleft; ignore sub numbersign' bracketleft bracketleft; sub numbersign_bracketleft.liga bracketleft' by LIG; sub numbersign' bracketleft by numbersign_bracketleft.liga; } numbersign_bracketleft; lookup numbersign_colon { ignore sub numbersign numbersign' colon; ignore sub numbersign' colon colon; sub numbersign_colon.liga colon' by LIG; sub numbersign' colon by numbersign_colon.liga; } numbersign_colon; lookup numbersign_equal { ignore sub numbersign numbersign' equal; ignore sub numbersign' equal equal; sub numbersign_equal.liga equal' by LIG; sub numbersign' equal by numbersign_equal.liga; } numbersign_equal; lookup numbersign_exclam { ignore sub numbersign numbersign' exclam; ignore sub numbersign' exclam exclam; sub numbersign_exclam.liga exclam' by LIG; sub numbersign' exclam by numbersign_exclam.liga; } numbersign_exclam; lookup numbersign_parenleft { ignore sub numbersign numbersign' parenleft; ignore sub numbersign' parenleft parenleft; sub numbersign_parenleft.liga parenleft' by LIG; sub numbersign' parenleft by numbersign_parenleft.liga; } numbersign_parenleft; lookup numbersign_question { ignore sub numbersign numbersign' question; ignore sub numbersign' question question; sub numbersign_question.liga question' by LIG; sub numbersign' question by numbersign_question.liga; } numbersign_question; lookup numbersign_underscore { ignore sub numbersign numbersign' underscore; ignore sub numbersign' underscore underscore; sub numbersign_underscore.liga underscore' by LIG; sub numbersign' underscore by numbersign_underscore.liga; } numbersign_underscore; lookup numbersign_underscore_parenleft { ignore sub numbersign_underscore.liga' LIG parenleft parenleft; sub numbersign_underscore_parenleft.liga LIG parenleft' by LIG; sub numbersign_underscore.liga' LIG parenleft by numbersign_underscore_parenleft.liga; } numbersign_underscore_parenleft; ### Paren left lookup parenleft_asterisk { ignore sub parenleft parenleft' asterisk; ignore sub parenleft' asterisk asterisk; sub parenleft_asterisk.liga asterisk' by LIG; sub parenleft' asterisk by parenleft_asterisk.liga; } parenleft_asterisk; ### Percent lookup percent_percent { ignore sub percent percent' percent; ignore sub percent' percent percent; sub percent_percent.liga percent' by LIG; sub percent' percent by percent_percent.liga; } percent_percent; ### Period lookup period_equal { ignore sub period period' equal; ignore sub period' equal equal; sub period_equal.liga equal' by LIG; sub period' equal by period_equal.liga; } period_equal; lookup period_period { ignore sub period period' period; ignore sub period' period period period; sub period_period.liga period' by LIG; sub period' period by period_period.liga; } period_period; lookup period_period_period { sub period_period_period.liga LIG period' by LIG; sub period_period.liga' LIG period by period_period_period.liga; } period_period_period; lookup period_question { ignore sub period period' question; ignore sub period' question question; sub period_question.liga question' by LIG; sub period' question by period_question.liga; } period_question; lookup period_hyphen { ignore sub period period' hyphen; ignore sub period' hyphen hyphen; sub period_hyphen.liga hyphen' by LIG; sub period' hyphen by period_hyphen.liga; } period_hyphen; lookup period_period_equal { ignore sub period_period.liga' LIG equal equal; sub period_period_equal.liga LIG equal' by LIG; sub period_period.liga' LIG equal by period_period_equal.liga; } period_period_equal; lookup period_period_less { ignore sub period_period.liga' LIG less less; sub period_period_less.liga LIG less' by LIG; sub period_period.liga' LIG less by period_period_less.liga; } period_period_less; ### Plus lookup plus_greater { ignore sub plus plus' greater; ignore sub plus' greater greater; sub plus_greater.liga greater' by LIG; sub plus' greater by plus_greater.liga; } plus_greater; lookup plus_plus { ignore sub plus plus' plus; ignore sub plus' plus plus plus; sub plus_plus.liga plus' by LIG; sub plus' plus by plus_plus.liga; } plus_plus; lookup plus_plus_plus { ignore sub plus_plus.liga' LIG plus plus; sub plus_plus_plus.liga LIG plus' by LIG; sub plus_plus.liga' LIG plus by plus_plus_plus.liga; } plus_plus_plus; ### Question lookup question_equal { ignore sub question question' equal; ignore sub question' equal equal; ignore sub parenleft question' equal; ignore sub less question' equal; sub question_equal.liga equal' by LIG; sub question' equal by question_equal.liga; } question_equal; lookup question_period { ignore sub question question' period; ignore sub question' period period; sub question_period.liga period' by LIG; sub question' period by question_period.liga; } question_period; lookup question_question { ignore sub question question' question; ignore sub question' question question; sub question_question.liga question' by LIG; sub question' question by question_question.liga; } question_question; lookup question_question_equal { sub question_question_equal.liga LIG equal' by LIG; sub question_question.liga' LIG equal by question_question_equal.liga; } question_question_equal; lookup question_colon { ignore sub question question' colon; ignore sub question' colon colon; sub question_colon.liga colon' by LIG; sub question' colon by question_colon.liga; } question_colon; ### Semicolon lookup semicolon_semicolon { ignore sub semicolon semicolon' semicolon; ignore sub semicolon' semicolon semicolon; sub semicolon_semicolon.liga semicolon' by LIG; sub semicolon' semicolon by semicolon_semicolon.liga; } semicolon_semicolon; ### Slash lookup slash_asterisk { ignore sub slash slash' asterisk; ignore sub slash' asterisk asterisk; ignore sub slash' asterisk slash; ignore sub asterisk slash' asterisk; sub slash_asterisk.liga asterisk' by LIG; sub slash' asterisk by slash_asterisk.liga; } slash_asterisk; lookup slash_greater { ignore sub slash slash' greater; ignore sub slash' greater greater; sub slash_greater.liga greater' by LIG; sub slash' greater by slash_greater.liga; } slash_greater; lookup slash_slash { ignore sub slash slash' slash; ignore sub slash' slash slash slash; ignore sub equal slash' slash; ignore sub slash' slash equal; sub slash_slash.liga slash' by LIG; sub slash' slash by slash_slash.liga; } slash_slash; lookup slash_slash_slash { sub slash_slash_slash.liga LIG slash' by LIG; sub slash_slash.liga' LIG slash by slash_slash_slash.liga; } slash_slash_slash; lookup slash_backslash { ignore sub @NotSpace slash' backslash; ignore sub slash' backslash @NotSpace; sub slash_backslash.liga backslash' by LIG; sub slash' backslash by slash_backslash.liga; } slash_backslash; ### WWW lookup w_w_w { ignore sub w w' w w; ignore sub w' w w w; sub w_w_w.liga LIG w' by LIG; sub w_w_w.liga w' w by LIG; sub w' w w by w_w_w.liga; } w_w_w; ### Vertical-align colon/greater/less # :> :< >: <: # :>: :<: # <:> >:< <:< >:> # <::> <::< >::< >::> # <:::> <:::< >:::< >:::> # <::::> <::::< >::::< >::::> lookup center { #574 :>= :<= ignore sub colon' [less greater] [equal hyphen]; ignore sub colon colon' [less greater]; # ignores the :::< case # middles & ends sub [less.center greater.center colon.center] colon' by colon.center; sub colon.center [less greater]' by [less.center greater.center]; # starts sub [less greater]' colon by [less.center greater.center]; sub colon' [less greater] by colon.center; } center; lookup equal_arrows { # Disable ||| ignore sub bar bar' bar equal; ignore sub bar bar' equal; ignore sub [equal_start.seq equal_middle.seq] bar' bar bar; # equal middle & end sub [less_equal_start.seq less_equal_middle.seq greater_equal_start.seq greater_equal_middle.seq bar_equal_start.seq bar_equal_middle.seq slash_equal_start.seq slash_equal_middle.seq colon_equal_middle.seq exclam_equal_middle.seq equal_start.seq equal_middle.seq] equal' [equal less greater bar slash colon exclam] by equal_middle.seq; sub [less_less_equal_start.seq less_less_equal_middle.seq greater_greater_equal_start.seq greater_greater_equal_middle.seq bar_bar_equal_start.seq bar_bar_equal_middle.seq slash_slash_equal_start.seq slash_slash_equal_middle.seq] LIG equal' [equal less greater bar slash colon exclam] by equal_middle.seq; sub [less_equal_start.seq less_equal_middle.seq greater_equal_start.seq greater_equal_middle.seq bar_equal_start.seq bar_equal_middle.seq slash_equal_start.seq slash_equal_middle.seq colon_equal_middle.seq exclam_equal_middle.seq equal_start.seq equal_middle.seq] equal' by equal_end.seq; sub [less_less_equal_start.seq less_less_equal_middle.seq greater_greater_equal_start.seq greater_greater_equal_middle.seq bar_bar_equal_start.seq bar_bar_equal_middle.seq slash_slash_equal_start.seq slash_slash_equal_middle.seq] LIG equal' by equal_end.seq; # double middles sub [equal_start.seq equal_middle.seq] less_less_equal_middle.seq less' equal by LIG; sub [equal_start.seq equal_middle.seq] less' less equal by less_less_equal_middle.seq; sub [equal_start.seq equal_middle.seq] greater_greater_equal_middle.seq greater' equal by LIG; sub [equal_start.seq equal_middle.seq] greater' greater equal by greater_greater_equal_middle.seq; sub [equal_start.seq equal_middle.seq] bar_bar_equal_middle.seq bar' equal by LIG; sub [equal_start.seq equal_middle.seq] bar' bar equal by bar_bar_equal_middle.seq; sub [equal_start.seq equal_middle.seq] slash_slash_equal_middle.seq slash' equal by LIG; sub [equal_start.seq equal_middle.seq] slash' slash equal by slash_slash_equal_middle.seq; # single middles sub [equal_start.seq equal_middle.seq] less' equal by less_equal_middle.seq; sub [equal_start.seq equal_middle.seq] greater' equal by greater_equal_middle.seq; sub [equal_start.seq equal_middle.seq] bar' equal by bar_equal_middle.seq; sub [equal_start.seq equal_middle.seq] slash' equal by slash_equal_middle.seq; sub [equal_start.seq equal_middle.seq] colon' equal by colon_equal_middle.seq; sub [equal_start.seq equal_middle.seq] exclam' equal by exclam_equal_middle.seq; # double ends sub [equal_start.seq equal_middle.seq] less_less_equal_end.seq less' by LIG; sub [equal_start.seq equal_middle.seq] less' less by less_less_equal_end.seq; sub [equal_start.seq equal_middle.seq] greater_greater_equal_end.seq greater' by LIG; sub [equal_start.seq equal_middle.seq] greater' greater by greater_greater_equal_end.seq; sub [equal_start.seq equal_middle.seq] bar_bar_equal_end.seq bar' by LIG; sub [equal_start.seq equal_middle.seq] bar' bar by bar_bar_equal_end.seq; sub [equal_start.seq equal_middle.seq] slash_slash_equal_end.seq slash' by LIG; sub [equal_start.seq equal_middle.seq] slash' slash by slash_slash_equal_end.seq; # single ends sub [equal_start.seq equal_middle.seq] less' by less_equal_end.seq; sub [equal_start.seq equal_middle.seq] greater' by greater_equal_end.seq; sub [equal_start.seq equal_middle.seq] bar' by bar_equal_end.seq; sub [equal_start.seq equal_middle.seq] slash' by slash_equal_end.seq; # double beginnings sub less_less_equal_start.seq less' equal by LIG; sub less' less equal by less_less_equal_start.seq; sub greater_greater_equal_start.seq greater' equal by LIG; sub greater' greater equal by greater_greater_equal_start.seq; sub bar_bar_equal_start.seq bar' equal by LIG; sub bar' bar equal by bar_bar_equal_start.seq; sub slash_slash_equal_start.seq slash' equal by LIG; sub slash' slash equal by slash_slash_equal_start.seq; # Disable >=< #548 sub greater' equal less [equal less] by greater_equal_start.seq; ignore sub greater' equal less; # Disable =< #479 #468 #424 #406 #355 #305 sub equal' less [equal less] by equal_start.seq; # Disable =/ #1056 sub equal' slash [equal slash] by equal_start.seq; # single beginnings sub less' equal [equal less greater bar slash colon exclam] by less_equal_start.seq; # disable >= <= as they're used in math sub greater' equal [equal less greater bar slash colon exclam] by greater_equal_start.seq; sub bar' equal [equal less greater bar slash colon exclam] by bar_equal_start.seq; # disable |= sub slash' equal by slash_equal_start.seq; sub equal' [equal greater bar colon exclam] by equal_start.seq; } equal_arrows; ### Arbitrary-length arrows #346 lookup hyphen_arrows { # Disable ||| ignore sub bar bar' bar hyphen; ignore sub bar bar' hyphen; ignore sub [hyphen_start.seq hyphen_middle.seq] bar' bar bar; # hyphen middle & end sub [less_hyphen_start.seq less_hyphen_middle.seq greater_hyphen_start.seq greater_hyphen_middle.seq bar_hyphen_start.seq bar_hyphen_middle.seq hyphen_start.seq hyphen_middle.seq] hyphen' [hyphen less greater bar] by hyphen_middle.seq; sub [less_less_hyphen_start.seq less_less_hyphen_middle.seq greater_greater_hyphen_start.seq greater_greater_hyphen_middle.seq bar_bar_hyphen_start.seq bar_bar_hyphen_middle.seq] LIG hyphen' [hyphen less greater bar] by hyphen_middle.seq; sub [less_hyphen_start.seq less_hyphen_middle.seq greater_hyphen_start.seq greater_hyphen_middle.seq bar_hyphen_start.seq bar_hyphen_middle.seq hyphen_start.seq hyphen_middle.seq] hyphen' by hyphen_end.seq; sub [less_less_hyphen_start.seq less_less_hyphen_middle.seq greater_greater_hyphen_start.seq greater_greater_hyphen_middle.seq bar_bar_hyphen_start.seq bar_bar_hyphen_middle.seq] LIG hyphen' by hyphen_end.seq; # double middles sub [hyphen_start.seq hyphen_middle.seq] less_less_hyphen_middle.seq less' hyphen by LIG; sub [hyphen_start.seq hyphen_middle.seq] less' less hyphen by less_less_hyphen_middle.seq; sub [hyphen_start.seq hyphen_middle.seq] greater_greater_hyphen_middle.seq greater' hyphen by LIG; sub [hyphen_start.seq hyphen_middle.seq] greater' greater hyphen by greater_greater_hyphen_middle.seq; sub [hyphen_start.seq hyphen_middle.seq] bar_bar_hyphen_middle.seq bar' hyphen by LIG; sub [hyphen_start.seq hyphen_middle.seq] bar' bar hyphen by bar_bar_hyphen_middle.seq; # single middles sub [hyphen_start.seq hyphen_middle.seq] less' hyphen by less_hyphen_middle.seq; sub [hyphen_start.seq hyphen_middle.seq] greater' hyphen by greater_hyphen_middle.seq; sub [hyphen_start.seq hyphen_middle.seq] bar' hyphen by bar_hyphen_middle.seq; # double ends sub [hyphen_start.seq hyphen_middle.seq] less_less_hyphen_end.seq less' by LIG; sub [hyphen_start.seq hyphen_middle.seq] less' less by less_less_hyphen_end.seq; sub [hyphen_start.seq hyphen_middle.seq] greater_greater_hyphen_end.seq greater' by LIG; sub [hyphen_start.seq hyphen_middle.seq] greater' greater by greater_greater_hyphen_end.seq; sub [hyphen_start.seq hyphen_middle.seq] bar_bar_hyphen_end.seq bar' by LIG; sub [hyphen_start.seq hyphen_middle.seq] bar' bar by bar_bar_hyphen_end.seq; # single ends sub [hyphen_start.seq hyphen_middle.seq] less' by less_hyphen_end.seq; sub [hyphen_start.seq hyphen_middle.seq] greater' by greater_hyphen_end.seq; sub [hyphen_start.seq hyphen_middle.seq] bar' by bar_hyphen_end.seq; # double beginnings sub less_less_hyphen_start.seq less' hyphen by LIG; sub less' less hyphen by less_less_hyphen_start.seq; sub greater_greater_hyphen_start.seq greater' hyphen by LIG; sub greater' greater hyphen by greater_greater_hyphen_start.seq; sub bar_bar_hyphen_start.seq bar' hyphen by LIG; sub bar' bar hyphen by bar_bar_hyphen_start.seq; # single beginnings sub less' hyphen by less_hyphen_start.seq; sub greater' hyphen by greater_hyphen_start.seq; sub bar' hyphen by bar_hyphen_start.seq; sub hyphen' [hyphen less greater bar] by hyphen_start.seq; } hyphen_arrows; lookup numbersigns { # middle parts sub [numbersign_start.seq numbersign_middle.seq] numbersign' numbersign by numbersign_middle.seq; # ends sub [numbersign_start.seq numbersign_middle.seq] numbersign' by numbersign_end.seq; # beginnings sub numbersign' numbersign by numbersign_start.seq; } numbersigns; lookup underscores { # middle parts sub [underscore_start.seq underscore_middle.seq] bar' underscore by bar_underscore_middle.seq; sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' bar underscore by underscore_middle.seq; sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' underscore by underscore_middle.seq; # ends sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' by underscore_end.seq; # beginnings sub underscore' bar underscore by underscore_start.seq; sub underscore' underscore by underscore_start.seq; } underscores; #Other non-ligature bits sub dcaron' [lacute lcaron lcommaaccent ldot lslash b h k l hbar hcircumflex kcommaaccent @Uppercase] by dcaron.alt; } calt; feature ccmp { lookup ccmp_Other_1 { @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaabovecomb commaaboverightcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; @CombiningNonTopAccents = [cedillacomb dotbelowcomb lowlinecomb macronbelowcomb ogonekcomb ringbelowcomb horncomb]; sub [i j i-cy je-cy]' @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningTopAccents by idotless ogonekcomb; sub idotbelow' @CombiningTopAccents by idotless dotbelowcomb; sub [i j i-cy je-cy]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningNonTopAccents @CombiningTopAccents by idotless ogonekcomb; sub idotbelow' @CombiningNonTopAccents @CombiningTopAccents by idotless dotbelowcomb; @Markscomb = [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb horncomb tonos brevecomb-cy]; @MarkscombCase = [dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case tonos.case brevecomb-cy.case]; sub @Markscomb @Markscomb' by @MarkscombCase; sub @Uppercase @Markscomb' by @MarkscombCase; } ccmp_Other_1; lookup ccmp_Other_2 { sub @Markscomb' @MarkscombCase by @MarkscombCase; sub @MarkscombCase @Markscomb' by @MarkscombCase; } ccmp_Other_2; lookup ccmp_latn_1 { sub fi by f i; sub fl by f l; } ccmp_latn_1; script latn; lookup ccmp_latn_1; } ccmp; feature locl { # automatic lookup locl_latn_0 { script latn; language ROM; language MOL; sub Scedilla by Scommaaccent; sub scedilla by scommaaccent; sub Tcedilla by Tcommaaccent; sub tcedilla by tcommaaccent; } locl_latn_0; lookup locl_latn_1 { script latn; language PLK; sub Cacute by Cacute.loclPLK; sub Nacute by Nacute.loclPLK; sub Oacute by Oacute.loclPLK; sub Sacute by Sacute.loclPLK; sub Zacute by Zacute.loclPLK; sub cacute by cacute.loclPLK; sub nacute by nacute.loclPLK; sub oacute by oacute.loclPLK; sub sacute by sacute.loclPLK; sub zacute by zacute.loclPLK; sub acutecomb by acutecomb.loclPLK; } locl_latn_1; lookup locl_latn_2 { script latn; language NLD; sub iacute j by iacute_j.loclNLD; sub Iacute J by Iacute_J.loclNLD; } locl_latn_2; lookup locl_latn_3 { script latn; language CAT; sub l' periodcentered' l by ldot; sub L' periodcentered' L by Ldot; } locl_latn_3; lookup locl_cyrl_0 { script cyrl; language BGR; sub De-cy by De-cy.loclBGR; sub El-cy by El-cy.loclBGR; sub Ef-cy by Ef-cy.loclBGR; sub ve-cy by ve-cy.loclBGR; sub ge-cy by ge-cy.loclBGR; sub de-cy by de-cy.loclBGR; sub zhe-cy by zhe-cy.loclBGR; sub ze-cy by ze-cy.loclBGR; sub ii-cy by ii-cy.loclBGR; sub iishort-cy by iishort-cy.loclBGR; sub iigrave-cy by iigrave-cy.loclBGR; sub ka-cy by ka-cy.loclBGR; sub el-cy by el-cy.loclBGR; sub pe-cy by pe-cy.loclBGR; sub te-cy by te-cy.loclBGR; sub tse-cy by tse-cy.loclBGR; sub sha-cy by sha-cy.loclBGR; sub shcha-cy by shcha-cy.loclBGR; sub softsign-cy by softsign-cy.loclBGR; sub hardsign-cy by hardsign-cy.loclBGR; sub iu-cy by iu-cy.loclBGR; } locl_cyrl_0; lookup locl_cyrl_1 { script cyrl; language SRB; sub be-cy by be-cy.loclSRB; } locl_cyrl_1; } locl; feature subs { # automatic sub zero by zeroinferior; sub one by oneinferior; sub two by twoinferior; sub three by threeinferior; sub four by fourinferior; sub five by fiveinferior; sub six by sixinferior; sub seven by seveninferior; sub eight by eightinferior; sub nine by nineinferior; } subs; feature sinf { # automatic sub zero by zeroinferior; sub one by oneinferior; sub two by twoinferior; sub three by threeinferior; sub four by fourinferior; sub five by fiveinferior; sub six by sixinferior; sub seven by seveninferior; sub eight by eightinferior; sub nine by nineinferior; } sinf; feature sups { # automatic sub zero by zerosuperior; sub one by onesuperior; sub two by twosuperior; sub three by threesuperior; sub four by foursuperior; sub five by fivesuperior; sub six by sixsuperior; sub seven by sevensuperior; sub eight by eightsuperior; sub nine by ninesuperior; } sups; feature numr { # automatic sub zero by zero.numr; sub one by one.numr; sub two by two.numr; sub three by three.numr; sub four by four.numr; sub five by five.numr; sub six by six.numr; sub seven by seven.numr; sub eight by eight.numr; sub nine by nine.numr; } numr; feature dnom { # automatic sub zero by zero.dnom; sub one by one.dnom; sub two by two.dnom; sub three by three.dnom; sub four by four.dnom; sub five by five.dnom; sub six by six.dnom; sub seven by seven.dnom; sub eight by eight.dnom; sub nine by nine.dnom; } dnom; feature frac { # automatic lookup FRAC { sub slash by fraction; } FRAC; lookup UP { sub [zero one two three four five six seven eight nine] by [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]; } UP; lookup DOWN { sub fraction [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]' by [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom]; sub [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom] [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]' by [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom]; } DOWN; } frac; feature ordn { # automatic sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine; sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine; sub N o period by numero; } ordn; feature case { # automatic sub dieresiscomb by dieresiscomb.case; sub dotaccentcomb by dotaccentcomb.case; sub gravecomb by gravecomb.case; sub acutecomb by acutecomb.case; sub hungarumlautcomb by hungarumlautcomb.case; sub circumflexcomb by circumflexcomb.case; sub caroncomb by caroncomb.case; sub brevecomb by brevecomb.case; sub ringcomb by ringcomb.case; sub tildecomb by tildecomb.case; sub macroncomb by macroncomb.case; sub hookabovecomb by hookabovecomb.case; sub horncomb by horncomb.case; sub tonos by tonos.case; sub brevecomb-cy by brevecomb-cy.case; } case; feature liga { # disabled # } liga; feature ss02 { sub asciitilde_equal.liga by exclam_equal.liga; } ss02; feature zero { # automatic sub zero by zero.zero; } zero; feature ss19 { # notes: # Name: Slashed zero sub zero by zero.zero; } ss19; feature rclt { # this subs the GDI-centric versions of these symbols with DWrite-centric ones sub lowerOneEighthBlock by lowerOneEighthBlock.stypo; sub lowerOneQuarterBlock by lowerOneQuarterBlock.stypo; sub lowerThreeEighthsBlock by lowerThreeEighthsBlock.stypo; sub lowerHalfBlock by lowerHalfBlock.stypo; sub lowerFiveEighthsBlock by lowerFiveEighthsBlock.stypo; sub lowerThreeQuartersBlock by lowerThreeQuartersBlock.stypo; sub lowerSevenEighthsBlock by lowerSevenEighthsBlock.stypo; sub fullBlock by fullBlock.stypo; sub upperHalfBlock by upperHalfBlock.stypo; sub upperOneEighthBlock by upperOneEighthBlock.stypo; sub leftOneEighthBlock by leftOneEighthBlock.stypo; sub leftOneQuarterBlock by leftOneQuarterBlock.stypo; sub leftThreeEighthsBlock by leftThreeEighthsBlock.stypo; sub leftBlock by leftBlock.stypo; sub leftFiveEighthsBlock by leftFiveEighthsBlock.stypo; sub leftThreeQuartersBlock by leftThreeQuartersBlock.stypo; sub leftSevenEighthsBlock by leftSevenEighthsBlock.stypo; sub rightBlock by rightBlock.stypo; sub rightOneEighthBlock by rightOneEighthBlock.stypo; sub lowerLeftBlock by lowerLeftBlock.stypo; sub lowerRightBlock by lowerRightBlock.stypo; sub upperLeftBlock by upperLeftBlock.stypo; sub upperLeftAndLowerLeftAndLowerRightBlock by upperLeftAndLowerLeftAndLowerRightBlock.stypo; sub upperLeftAndLowerRightBlock by upperLeftAndLowerRightBlock.stypo; sub upperLeftAndUpperRightAndLowerLeftBlock by upperLeftAndUpperRightAndLowerLeftBlock.stypo; sub upperLeftAndUpperRightAndLowerRightBlock by upperLeftAndUpperRightAndLowerRightBlock.stypo; sub upperRightBlock by upperRightBlock.stypo; sub upperRightAndLowerLeftBlock by upperRightAndLowerLeftBlock.stypo; sub upperRightAndLowerLeftAndLowerRightBlock by upperRightAndLowerLeftAndLowerRightBlock.stypo; sub shadelight by shadelight.stypo; sub shademedium by shademedium.stypo; sub shadedark by shadedark.stypo; } rclt; feature zero { # automatic sub zero by zero.zero; } zero; feature ss20 { # notes: # Name: sub acknowledgeControl by acknowledgeControl.ss20; sub backspaceControl by backspaceControl.ss20; sub bellControl by bellControl.ss20; sub cancelControl by cancelControl.ss20; sub carriageReturnControl by carriageReturnControl.ss20; sub dataLinkEscapeControl by dataLinkEscapeControl.ss20; sub deleteControl by deleteFormTwoControl; sub deviceControlFourControl by upperLeftQuadrantWhiteCircle; sub deviceControlOneControl by upperRightQuadrantWhiteCircle; sub deviceControlThreeControl by lowerLeftQuadrantWhiteCircle; sub deviceControlTwoControl by lowerRightQuadrantWhiteCircle; sub endOfMediumControl by endOfMediumControl.ss20; sub endOfTextControl by endOfTextControl.ss20; sub endOfTransmissionBlockControl by endOfTransmissionBlockControl.ss20; sub endOfTransmissionControl by endOfTransmissionControl.ss20; sub enquiryControl by enquiryControl.ss20; sub escapeControl by escapeControl.ss20; sub fileSeparatorControl by whiteUpperLeftQuadrantSquare; sub formFeedControl by formFeedControl.ss20; sub groupSeparatorControl by whiteLowerLeftQuadrantSquare; sub horizontalTabulationControl by horizontalTabulationControl.ss20; sub lineFeedControl by lineFeedControl.ss20; sub negativeAcknowledgeControl by negativeAcknowledgeControl.ss20; sub nullControl by whiteSquare; sub recordSeparatorControl by whiteLowerRightQuadrantSquare; sub shiftInControl by shiftInControl.ss20; sub shiftOutControl by shiftOutControl.ss20; sub spaceControl by upWhiteTriangle; sub startOfHeadingControl by startOfHeadingControl.ss20; sub startOfTextControl by startOfTextControl.ss20; sub substituteControl by substituteControl.ss20; sub synchronousIdleControl by synchronousIdleControl.ss20; sub unitSeparatorControl by whiteUpperRightQuadrantSquare; sub verticalTabulationControl by verticalTabulationControl.ss20; sub newlineControl by returnsymbol; } ss20; table GDEF { # automatic GlyphClassDef [A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol baht cedi cent colonsign dollar dong franc guarani kip naira peseta peso ruble tugrik won yen Ohm increment micro], # Base , # Liga [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb brevecomb-cy brevecomb-cy.case], # Mark ; } GDEF; cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/fontinfo.plist000066400000000000000000000241711401101653000246300ustar00rootroot00000000000000 ascender 1568 capHeight 1420 copyright © 2020 Microsoft Corporation. All Rights Reserved. descender -480 familyName Cascadia Code guidelines angle 0 name [locked] x 1117 y 333 angle 0 name [locked] x 886 y -20 angle 0 name [locked] x 1052 y -543 angle 0 name [locked] x 1492 y -819 angle 0 name [locked] x 440 y -460 angle 90 name [locked] x 280 y 416 angle 90 name [locked] x 2160 y 332 angle 90 name [locked] x 2120 y 342 angle 90 name [locked] x 240 y 390 angle 90 name [locked] x 392 y 408 angle 90 name [locked] x 2004 y 52 angle 90 name [locked] x 3360 y 466 angle 90 name [locked] x 3320 y 306 angle 90 name [locked] x 3208 y 146 angle 0 x 958 y 2226 angle 0 name [locked] x 1117 y 1085 angle 0 name [locked] x 1117 y 843 angle 0 name [locked] x 1117 y 575 italicAngle 0 openTypeHeadCreated 2019/04/07 17:18:29 openTypeNameDesigner Aaron Bell openTypeNameDesignerURL http://sajatypeworks.com openTypeNameLicense Microsoft supplied font. You may use this font to create, display, and print content as permitted by the license terms or terms of use, of the Microsoft product, service, or content in which this font was included. You may only (i) embed this font in content as permitted by the embedding restrictions included in this font; and (ii) temporarily download this font to a printer or other output device to help print content. Any other use is prohibited. The following license, based on the SIL Open Font license (https://scripts.sil.org/OFL), applies to this font. Additional license terms may be found on the GitHub repository for this font (https://github.com/microsoft/cascadia-code/blob/main/LICENSE). Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. openTypeNameLicenseURL https://scripts.sil.org/OFL openTypeNameManufacturer Saja Typeworks openTypeNameManufacturerURL http://sajatypeworks.com openTypeOS2Panose 2 11 6 9 2 0 0 2 0 4 openTypeOS2Selection 7 openTypeOS2Type openTypeOS2VendorID SAJA postscriptBlueValues -20 0 1060 1080 1420 1440 1500 1520 postscriptIsFixedPitch postscriptOtherBlues -480 -460 postscriptStemSnapH 200 210 212 220 postscriptStemSnapV 190 180 postscriptUnderlinePosition -100 postscriptUnderlineThickness 150 styleMapFamilyName Cascadia Code styleMapStyleName regular styleName Bold trademark Cascadia Code is a trademark of the Microsoft group of companies. unitsPerEm 2048 versionMajor 4 versionMinor 300 xHeight 1060 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/000077500000000000000000000000001401101653000266255ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/A_lpha-latin.glif000066400000000000000000000023361401101653000317650ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/G_stroke.glif000066400000000000000000000030341401101653000312450ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/K_aiS_ymbol.glif000066400000000000000000000015061401101653000316620ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/N_hookleft.glif000066400000000000000000000012311401101653000315550ustar00rootroot00000000000000 asciitilde_equal.liga.glif000066400000000000000000000034071401101653000336310ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background asterisk_parenright.liga.glif000066400000000000000000000016531401101653000344010ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/contents.plist000066400000000000000000000067271401101653000315530ustar00rootroot00000000000000 Alpha-latin A_lpha-latin.glif Gstroke G_stroke.glif KaiSymbol K_aiS_ymbol.glif Nhookleft N_hookleft.glif asciitilde_equal.liga asciitilde_equal.liga.glif asterisk_parenright.liga asterisk_parenright.liga.glif d d.glif dashdownArrow dashdownA_rrow.glif dcaron.alt dcaron.alt.glif degree degree.glif g g.glif gheupturn-cy gheupturn-cy.glif greater.alt greater.alt.glif greater.center greater.center.glif greater_greater_equal_end.seq greater_greater_equal_end.seq.glif greater_greater_equal_middle.seq greater_greater_equal_middle.seq.glif greater_greater_equal_start.seq greater_greater_equal_start.seq.glif greater_greater_hyphen_end.seq greater_greater_hyphen_end.seq.glif greater_greater_hyphen_middle.seq greater_greater_hyphen_middle.seq.glif idotless idotless.glif integralbt integralbt.glif integraltp integraltp.glif ka-cy ka-cy.glif kadescender-cy kadescender-cy.glif kaiSymbol kaiS_ymbol.glif kappa kappa.glif less_less_equal_end.seq less_less_equal_end.seq.glif less_less_equal_middle.seq less_less_equal_middle.seq.glif less_less_equal_start.seq less_less_equal_start.seq.glif less_less_hyphen_end.seq less_less_hyphen_end.seq.glif less_less_hyphen_middle.seq less_less_hyphen_middle.seq.glif less_less_hyphen_start.seq less_less_hyphen_start.seq.glif nhookleft nhookleft.glif nine nine.glif notedbl-musical notedbl-musical.glif numbersign_middle.seq numbersign_middle.seq.glif numbersign_underscore_parenleft.liga numbersign_underscore_parenleft.liga.glif onehalf onehalf.glif p p.glif parenleft_asterisk.liga parenleft_asterisk.liga.glif quotedblbase quotedblbase.glif quoteleft quoteleft.glif quoteright quoteright.glif quotesinglbase quotesinglbase.glif rho rho.glif six six.glif cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/d.glif000066400000000000000000000023141401101653000277130ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/dashdownA_rrow.glif000066400000000000000000000024211401101653000324500ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/dcaron.alt.glif000066400000000000000000000031611401101653000315160ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/degree.glif000066400000000000000000000021521401101653000307230ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/g.glif000066400000000000000000000025641401101653000277250ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/gheupturn-cy.glif000066400000000000000000000010041401101653000321150ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater.alt.glif000066400000000000000000000007441401101653000317050ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/greater.center.glif000066400000000000000000000007461401101653000324070ustar00rootroot00000000000000 greater_greater_equal_end.seq.glif000066400000000000000000000015671401101653000353700ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background greater_greater_equal_middle.seq.glif000066400000000000000000000015721401101653000360540ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background greater_greater_equal_start.seq.glif000066400000000000000000000015651401101653000357550ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background greater_greater_hyphen_end.seq.glif000066400000000000000000000015701401101653000355460ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background greater_greater_hyphen_middle.seq.glif000066400000000000000000000015711401101653000362370ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/idotless.glif000066400000000000000000000016121401101653000313160ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/integralbt.glif000066400000000000000000000025161401101653000316270ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/integraltp.glif000066400000000000000000000025161401101653000316450ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/ka-cy.glif000066400000000000000000000016611401101653000305000ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/kadescender-cy.glif000066400000000000000000000043311401101653000323520ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/kaiS_ymbol.glif000066400000000000000000000016201401101653000315600ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/kappa.glif000066400000000000000000000016611401101653000305700ustar00rootroot00000000000000 less_less_equal_end.seq.glif000066400000000000000000000015611401101653000342140ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background less_less_equal_middle.seq.glif000066400000000000000000000015641401101653000347070ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background less_less_equal_start.seq.glif000066400000000000000000000015571401101653000346100ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background less_less_hyphen_end.seq.glif000066400000000000000000000015621401101653000344010ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background less_less_hyphen_middle.seq.glif000066400000000000000000000015651401101653000350740ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background less_less_hyphen_start.seq.glif000066400000000000000000000015601401101653000347660ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/nhookleft.glif000066400000000000000000000012331401101653000314600ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/nine.glif000066400000000000000000000031321401101653000304200ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/notedbl-musical.glif000066400000000000000000000011501401101653000325470ustar00rootroot00000000000000 numbersign_middle.seq.glif000066400000000000000000000016331401101653000336720ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background numbersign_underscore_parenleft.liga.glif000066400000000000000000000016671401101653000370000ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/onehalf.glif000066400000000000000000000007771401101653000311170ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/p.glif000066400000000000000000000036011401101653000277270ustar00rootroot00000000000000 parenleft_asterisk.liga.glif000066400000000000000000000016401401101653000342120ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/quotedblbase.glif000066400000000000000000000032521401101653000321440ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/quoteleft.glif000066400000000000000000000012021401101653000314730ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/quoteright.glif000066400000000000000000000032561401101653000316710ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/quotesinglbase.glif000066400000000000000000000032541401101653000325210ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/rho.glif000066400000000000000000000027141401101653000302640ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs.public.background/six.glif000066400000000000000000000031421401101653000302730ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/000077500000000000000000000000001401101653000232325ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_-cy.glif000066400000000000000000000004561401101653000250320ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_.glif000066400000000000000000000016751401101653000244250ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_.half.glif000066400000000000000000000014511401101653000253260ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_E_.glif000066400000000000000000000032231401101653000246600ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_E_acute.glif000066400000000000000000000007261401101653000257070ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_acute.glif000066400000000000000000000007231401101653000254400ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_breve.glif000066400000000000000000000007061401101653000254430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_breveacute.glif000066400000000000000000000010151401101653000264570ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_brevedotbelow.glif000066400000000000000000000007661401101653000272110ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_brevegrave.glif000066400000000000000000000010161401101653000264630ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_brevehookabove.glif000066400000000000000000000010101401101653000273260ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_brevetilde.glif000066400000000000000000000010151401101653000264570ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_caron.glif000066400000000000000000000007061401101653000254420ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflex.glif000066400000000000000000000007201401101653000264750ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflexacute.glif000066400000000000000000000015161401101653000275230ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name acutecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflexdotbelow.glif000066400000000000000000000010001401101653000302250ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflexgrave.glif000066400000000000000000000015161401101653000275260ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name gravecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflexhookabove.glif000066400000000000000000000015321401101653000303750ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name hookabovecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_circumflextilde.glif000066400000000000000000000010271401101653000275200ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_dieresis.glif000066400000000000000000000007141401101653000261460ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_dotbelow.glif000066400000000000000000000007121401101653000261540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_grave.glif000066400000000000000000000007241401101653000254440ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_hookabove.glif000066400000000000000000000007161401101653000263160ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_lpha-latin.glif000066400000000000000000000040251401101653000263670ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_lpha.glif000066400000000000000000000004571401101653000252670ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_lphatonos.glif000066400000000000000000000017701401101653000263510ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_macron.glif000066400000000000000000000007101401101653000256120ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_ogonek.glif000066400000000000000000000031321401101653000256160ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name A public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_ring.glif000066400000000000000000000007041401101653000252750ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_ringacute.glif000066400000000000000000000017441401101653000263240ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name acutecomb.case alignment -1 index 1 name Aring public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_small.glif000066400000000000000000000016771401101653000254600ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_stroke.glif000066400000000000000000000017161401101653000256510ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/A_tilde.glif000066400000000000000000000007231401101653000254400ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/B_.glif000066400000000000000000000044361401101653000244240ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/B_.half.glif000066400000000000000000000042451401101653000253330ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/B_e-cy.glif000066400000000000000000000026231401101653000251760ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/B_eta.glif000066400000000000000000000004041401101653000251050ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/C_.glif000066400000000000000000000025641401101653000244250ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/C_.half.glif000066400000000000000000000023741401101653000253350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/C_R_.glif000066400000000000000000000002301401101653000246720ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/C_acute.glif000066400000000000000000000006521401101653000254430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/C_acute.loclP_L_K_.glif000066400000000000000000000006411401101653000273750ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/C_caron.glif000066400000000000000000000006511401101653000254430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/C_cedilla.glif000066400000000000000000000006531401101653000257400ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/C_circumflex.glif000066400000000000000000000006631401101653000265050ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/C_dotaccent.glif000066400000000000000000000006611401101653000263060ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/C_he-cy.glif000066400000000000000000000017351401101653000253520ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/C_hedescender-cy.glif000066400000000000000000000014661401101653000272300ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name Che-cy cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/C_hi.glif000066400000000000000000000004031401101653000247340ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/C_stroke.glif000066400000000000000000000011111401101653000256400ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/D_.glif000066400000000000000000000025441401101653000244240ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/D_.half.glif000066400000000000000000000023101401101653000253240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/D_caron.glif000066400000000000000000000007241401101653000254450ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/D_croat.glif000066400000000000000000000006411401101653000254510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/D_e-cy.glif000066400000000000000000000032241401101653000251760ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/D_e-cy.loclB_G_R_.glif000066400000000000000000000022471401101653000271220ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/D_elta.glif000066400000000000000000000014431401101653000252670ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/D_je-cy.glif000066400000000000000000000024441401101653000253530ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/D_ze-cy.glif000066400000000000000000000004061401101653000253670ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/D_zhe-cy.glif000066400000000000000000000020171401101653000255370ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_-cy.glif000066400000000000000000000027201401101653000250320ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_.glif000066400000000000000000000023241401101653000244210ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_.half.glif000066400000000000000000000020201401101653000253230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_acute.glif000066400000000000000000000007771401101653000254550ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_breve.glif000066400000000000000000000007761401101653000254560ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_caron.glif000066400000000000000000000007761401101653000254550ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflex.glif000066400000000000000000000010101401101653000264720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflexacute.glif000066400000000000000000000016071401101653000275300ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name acutecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflexdotbelow.glif000066400000000000000000000011051401101653000302370ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflexgrave.glif000066400000000000000000000016071401101653000275330ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name gravecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflexhookabove.glif000066400000000000000000000016231401101653000304020ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name hookabovecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_circumflextilde.glif000066400000000000000000000011171401101653000275240ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_dieresis.glif000066400000000000000000000010041401101653000261430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_dotaccent.glif000066400000000000000000000010061401101653000263020ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_dotbelow.glif000066400000000000000000000010021401101653000261510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_f-cy.glif000066400000000000000000000034111401101653000251760ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_f-cy.loclB_G_R_.glif000066400000000000000000000033761401101653000271300ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_grave.glif000066400000000000000000000007771401101653000254600ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_hookabove.glif000066400000000000000000000010061401101653000263130ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_l-cy.glif000066400000000000000000000020661401101653000252110ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_l-cy.loclB_G_R_.glif000066400000000000000000000011141401101653000271220ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_m-cy.glif000066400000000000000000000004051401101653000252050ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_macron.glif000066400000000000000000000010001401101653000256070ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_n-cy.glif000066400000000000000000000005321401101653000252070ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_ndescender-cy.glif000066400000000000000000000016101401101653000270620ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name En-cy cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_ng.glif000066400000000000000000000023171401101653000247500ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name N public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_ogonek.glif000066400000000000000000000032031401101653000256210ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name E public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_open.glif000066400000000000000000000040441401101653000253040ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_psilon.glif000066400000000000000000000005341401101653000256470ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_psilontonos.glif000066400000000000000000000023441401101653000267330ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_r-cy.glif000066400000000000000000000004051401101653000252120ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_reversed-cy.glif000066400000000000000000000027321401101653000265750ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_reversed.glif000066400000000000000000000023361401101653000261640ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_s-cy.glif000066400000000000000000000004051401101653000252130ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_sh.glif000066400000000000000000000005661401101653000247620ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_ta.glif000066400000000000000000000005301401101653000247430ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_tatonos.glif000066400000000000000000000020251401101653000260270ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_th.glif000066400000000000000000000016161401101653000247600ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name D public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_tilde.glif000066400000000000000000000007761401101653000254540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/E_zh.glif000066400000000000000000000030271401101653000247640ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/F_.glif000066400000000000000000000016701401101653000244250ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/F_.half.glif000066400000000000000000000015131401101653000253320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/G_.glif000066400000000000000000000034121401101653000244220ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/G_.half.glif000066400000000000000000000032141401101653000253330ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/G_amma.glif000066400000000000000000000004111401101653000252520ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/G_ammaafrican.glif000066400000000000000000000036001401101653000266010ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/G_breve.glif000066400000000000000000000006511401101653000254500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/G_caron.glif000066400000000000000000000006511401101653000254470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/G_circumflex.glif000066400000000000000000000006631401101653000265110ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/G_commaaccent.glif000066400000000000000000000006631401101653000266220ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/G_dotaccent.glif000066400000000000000000000006611401101653000263120ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/G_e-cy.glif000066400000000000000000000012011401101653000251720ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/G_ermandbls.glif000066400000000000000000000037611401101653000263210ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/G_hestroke-cy.glif000066400000000000000000000014531401101653000266030ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name Ge-cy cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/G_heupturn-cy.glif000066400000000000000000000015271401101653000266330ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/G_je-cy.glif000066400000000000000000000004761401101653000253610ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/G_small.glif000066400000000000000000000034111401101653000254520ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/G_stroke.glif000066400000000000000000000034171401101653000256570ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/H_.glif000066400000000000000000000020111401101653000244150ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/H_.half.glif000066400000000000000000000015051401101653000253350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/H_a-cy.glif000066400000000000000000000004051401101653000251740ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/H_adescender-cy.glif000066400000000000000000000014631401101653000270560ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name Ha-cy cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/H_ardsign-cy.glif000066400000000000000000000026271401101653000264130ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/H_bar.glif000066400000000000000000000017001401101653000251060ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name H public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/H_caron.glif000066400000000000000000000007611401101653000254520ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/H_circumflex.glif000066400000000000000000000007731401101653000265140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/H_dotbelow.glif000066400000000000000000000007651401101653000261730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_-cy.glif000066400000000000000000000005301401101653000250330ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_.glif000066400000000000000000000020121401101653000244170ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_.half.glif000066400000000000000000000015071401101653000253400ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_J_.glif000066400000000000000000000034531401101653000247020ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_a-cy.glif000066400000000000000000000043371401101653000252050ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_acute.glif000066400000000000000000000007751401101653000254570ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_acute_J_.loclN_L_D_.glif000066400000000000000000000022641401101653000300050ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name IJ alignment -1 index 1 name acutecomb.case alignment -1 index 2 name acutecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_breve.glif000066400000000000000000000007601401101653000254530ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_circumflex.glif000066400000000000000000000007721401101653000265140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_dieresis.glif000066400000000000000000000007661401101653000261650ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_dotaccent.glif000066400000000000000000000007701401101653000263150ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_dotbelow.glif000066400000000000000000000007641401101653000261730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_e-cy.glif000066400000000000000000000005321401101653000252020ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_egrave-cy.glif000066400000000000000000000006301401101653000262260ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_grave.glif000066400000000000000000000007761401101653000254630ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_hookabove.glif000066400000000000000000000007701401101653000263260ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_i-cy.glif000066400000000000000000000017561401101653000252170ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_igrave-cy.glif000066400000000000000000000005031401101653000262310ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_ishort-cy.glif000066400000000000000000000004701401101653000262670ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_macron-cy.glif000066400000000000000000000004661401101653000262430ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_macron.glif000066400000000000000000000007621401101653000256310ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_o-cy.glif000066400000000000000000000006251401101653000252170ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_ogonek.glif000066400000000000000000000031721401101653000256320ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name I public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_ota.glif000066400000000000000000000005301401101653000251260ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_otaafrican.glif000066400000000000000000000007211401101653000264540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_otadieresis.glif000066400000000000000000000006151401101653000266620ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_otatonos.glif000066400000000000000000000020301401101653000262060ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_small.glif000066400000000000000000000016711401101653000254620ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_tilde.glif000066400000000000000000000007751401101653000254570ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/I_u-cy.glif000066400000000000000000000031721401101653000252250ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/J_.glif000066400000000000000000000023161401101653000244270ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/J_circumflex.glif000066400000000000000000000006641401101653000265150ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/J_e-cy.glif000066400000000000000000000004051401101653000252020ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/K_.glif000066400000000000000000000020621401101653000244260ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/K_.half.glif000066400000000000000000000017051401101653000253420ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/K_a-cy.glif000066400000000000000000000044451401101653000252070ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/K_acute.glif000066400000000000000000000006511401101653000254520ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/K_adescender-cy.glif000066400000000000000000000047731401101653000270700ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/K_aiS_ymbol.glif000066400000000000000000000024531401101653000262710ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/K_appa.glif000066400000000000000000000004051401101653000252670ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/K_commaaccent.glif000066400000000000000000000006631401101653000266260ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/K_dotbelow.glif000066400000000000000000000006551401101653000261740ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/K_je-cy.glif000066400000000000000000000004761401101653000253650ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/K_linebelow.glif000066400000000000000000000006611401101653000263320ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/L_.glif000066400000000000000000000014771401101653000244400ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/L_.half.glif000066400000000000000000000011761401101653000253450ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/L_I_G_.glif000066400000000000000000000002011401101653000251360ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/L_acute.glif000066400000000000000000000010031401101653000254430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/L_ambda.glif000066400000000000000000000004221401101653000254120ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/L_bar.glif000066400000000000000000000012271401101653000251160ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/L_caron.glif000066400000000000000000000017061401101653000254560ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name L public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/L_commaaccent.glif000066400000000000000000000010131401101653000266150ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/L_dot.glif000066400000000000000000000020221401101653000251320ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name L alignment -1 index 1 name periodcentered public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/L_dotbelow.glif000066400000000000000000000010051401101653000261630ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/L_je-cy.glif000066400000000000000000000035071401101653000253640ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/L_linebelow.glif000066400000000000000000000010111401101653000263210ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/L_middletilde.glif000066400000000000000000000040761401101653000266370ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/L_slash.glif000066400000000000000000000020141401101653000254570ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/L_small.glif000066400000000000000000000015041401101653000254600ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/M_.glif000066400000000000000000000027331401101653000244350ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/M_.half.glif000066400000000000000000000025461401101653000253500ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/M_u.glif000066400000000000000000000004021401101653000246110ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/N_.glif000066400000000000000000000021361401101653000244330ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/N_.half.glif000066400000000000000000000017571401101653000253540ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/N_acute.glif000066400000000000000000000006511401101653000254550ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/N_acute.loclP_L_K_.glif000066400000000000000000000006241401101653000274110ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/N_caron.glif000066400000000000000000000006341401101653000254570ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/N_commaaccent.glif000066400000000000000000000006461401101653000266320ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/N_hookleft.glif000066400000000000000000000023201401101653000261620ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name N public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/N_je-cy.glif000066400000000000000000000032551401101653000253660ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/N_linebelow.glif000066400000000000000000000006441401101653000263360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/N_tilde.glif000066400000000000000000000006511401101653000254550ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/N_u.glif000066400000000000000000000004021401101653000246120ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_-cy.glif000066400000000000000000000006611401101653000250460ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_.glif000066400000000000000000000030021401101653000244250ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_.half.glif000066400000000000000000000023361401101653000253470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_E_.glif000066400000000000000000000041351401101653000247010ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_acute.glif000066400000000000000000000011261401101653000254540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_acute.loclP_L_K_.glif000066400000000000000000000011011401101653000274010ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_barred-cy.glif000066400000000000000000000017221401101653000262250ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name O cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_breve.glif000066400000000000000000000011111401101653000254500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflex.glif000066400000000000000000000011231401101653000265110ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflexacute.glif000066400000000000000000000017211401101653000275370ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name acutecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflexdotbelow.glif000066400000000000000000000012031401101653000302500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflexgrave.glif000066400000000000000000000017211401101653000275420ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name gravecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflexhookabove.glif000066400000000000000000000017351401101653000304200ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name hookabovecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_circumflextilde.glif000066400000000000000000000012321401101653000275340ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_dieresis.glif000066400000000000000000000011171401101653000261620ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_dotbelow.glif000066400000000000000000000011151401101653000261700ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_grave.glif000066400000000000000000000011271401101653000254600ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_hm.glif000066400000000000000000000005661401101653000247660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_hookabove.glif000066400000000000000000000011211401101653000263230ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_horn.glif000066400000000000000000000011251401101653000253200ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_hornacute.glif000066400000000000000000000011361401101653000263440ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_horndotbelow.glif000066400000000000000000000011251401101653000270600ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_horngrave.glif000066400000000000000000000011371401101653000263500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_hornhookabove.glif000066400000000000000000000011311401101653000272130ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_horntilde.glif000066400000000000000000000011361401101653000263440ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_hungarumlaut.glif000066400000000000000000000011271401101653000270700ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_macron.glif000066400000000000000000000011131401101653000256260ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_macronacute.glif000066400000000000000000000012221401101653000266510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_macrongrave.glif000066400000000000000000000012231401101653000266550ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_mega.glif000066400000000000000000000033471401101653000252730ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_megatonos.glif000066400000000000000000000036751401101653000263620ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_micron.glif000066400000000000000000000006641401101653000256500ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_microntonos.glif000066400000000000000000000026751401101653000267370ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_ogonek.glif000066400000000000000000000033251401101653000256400ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name O public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_open.glif000066400000000000000000000025721401101653000253220ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_slash.glif000066400000000000000000000020311401101653000254610ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name O public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_slashacute.glif000066400000000000000000000011401401101653000265030ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/O_tilde.glif000066400000000000000000000011261401101653000254540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/P_.glif000066400000000000000000000025001401101653000244300ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/P_.half.glif000066400000000000000000000023161401101653000253460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/P_alochka-cy.glif000066400000000000000000000005371401101653000263740ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/P_e-cy.glif000066400000000000000000000015121401101653000252100ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/P_hi.glif000066400000000000000000000004071401101653000247550ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/P_i.glif000066400000000000000000000004061401101653000246040ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/P_si.glif000066400000000000000000000026221401101653000247710ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Q_.glif000066400000000000000000000025671401101653000244460ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name O public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Q_.half.glif000066400000000000000000000021541401101653000253470ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name O.half public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/R_.glif000066400000000000000000000030061401101653000244340ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/R_.half.glif000066400000000000000000000026211401101653000253470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/R_acute.glif000066400000000000000000000006511401101653000254610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/R_caron.glif000066400000000000000000000006521401101653000254630ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/R_commaaccent.glif000066400000000000000000000006631401101653000266350ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/R_dotbelow.glif000066400000000000000000000006551401101653000262030ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/R_ho.glif000066400000000000000000000004031401101653000247610ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/S_.glif000066400000000000000000000037051401101653000244430ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/S_.half.glif000066400000000000000000000035111401101653000253470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/S_acute.glif000066400000000000000000000006511401101653000254620ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/S_acute.loclP_L_K_.glif000066400000000000000000000006411401101653000274150ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/S_caron.glif000066400000000000000000000006511401101653000254630ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/S_cedilla.glif000066400000000000000000000006531401101653000257600ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/S_chwa-cy.glif000066400000000000000000000004141401101653000257110ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/S_chwa.glif000066400000000000000000000034571401101653000253120ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/S_circumflex.glif000066400000000000000000000006631401101653000265250ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/S_commaaccent.glif000066400000000000000000000006631401101653000266360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/S_dotbelow.glif000066400000000000000000000006551401101653000262040ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/S_ha-cy.glif000066400000000000000000000020121401101653000253530ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/S_hcha-cy.glif000066400000000000000000000023311401101653000256720ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/S_hha-cy.glif000066400000000000000000000017321401101653000255330ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/S_igma.glif000066400000000000000000000016421401101653000252770ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/S_oftsign-cy.glif000066400000000000000000000023121401101653000264370ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/T_.glif000066400000000000000000000014271401101653000244430ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/T_.half.glif000066400000000000000000000012001401101653000253410ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/T_au.glif000066400000000000000000000004551401101653000247710ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/T_bar.glif000066400000000000000000000016231401101653000251260ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name T public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/T_caron.glif000066400000000000000000000007061401101653000254650ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/T_cedilla.glif000066400000000000000000000007251401101653000257610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/T_commaaccent.glif000066400000000000000000000007351401101653000266370ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/T_diagonalstroke.glif000066400000000000000000000011741401101653000273710ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/T_e-cy.glif000066400000000000000000000004571401101653000252230ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/T_heta.glif000066400000000000000000000017131401101653000253030ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name O cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/T_horn.glif000066400000000000000000000025001401101653000253230ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/T_linebelow.glif000066400000000000000000000007331401101653000263430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/T_se-cy.glif000066400000000000000000000020201401101653000253720ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/T_she-cy.glif000066400000000000000000000022431401101653000255510ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_-cy.glif000066400000000000000000000016771401101653000250640ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_.glif000066400000000000000000000023151401101653000244410ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_.half.glif000066400000000000000000000020011401101653000253420ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_acute.glif000066400000000000000000000010011401101653000254520ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_breve.glif000066400000000000000000000007641401101653000254730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_circumflex.glif000066400000000000000000000007761401101653000265340ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_dieresis.glif000066400000000000000000000007721401101653000261760ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_dotbelow.glif000066400000000000000000000007701401101653000262040ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_grave.glif000066400000000000000000000010021401101653000254560ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_hookabove.glif000066400000000000000000000007741401101653000263460ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_horn.glif000066400000000000000000000022751401101653000253350ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name U public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_hornacute.glif000066400000000000000000000010111401101653000263420ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_horndotbelow.glif000066400000000000000000000010001401101653000270560ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_horngrave.glif000066400000000000000000000010121401101653000263460ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_hornhookabove.glif000066400000000000000000000010041401101653000272200ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_horntilde.glif000066400000000000000000000010111401101653000263420ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_hungarumlaut.glif000066400000000000000000000010021401101653000270660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_macron-cy.glif000066400000000000000000000005551401101653000262560ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_macron.glif000066400000000000000000000007661401101653000256510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_ogonek.glif000066400000000000000000000032001401101653000256360ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name U public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_psilon.glif000066400000000000000000000004621401101653000256670ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_psilonafrican.glif000066400000000000000000000035621401101653000272170ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_psilondieresis.glif000066400000000000000000000005521401101653000274170ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_psilontonos.glif000066400000000000000000000017751401101653000267620ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_ring.glif000066400000000000000000000007621401101653000253250ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_short-cy.glif000066400000000000000000000005561401101653000261370ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_straight-cy.glif000066400000000000000000000004671401101653000266260ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_straightstroke-cy.glif000066400000000000000000000015261401101653000300530ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name Y cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/U_tilde.glif000066400000000000000000000010011401101653000254520ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/V_.glif000066400000000000000000000013161401101653000244420ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/V_.half.glif000066400000000000000000000011441401101653000253520ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/V_e-cy.glif000066400000000000000000000004051401101653000252160ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/V_hook.glif000066400000000000000000000030671401101653000253300ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/V_turned.glif000066400000000000000000000006021401101653000256610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/W_.glif000066400000000000000000000023571401101653000244510ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/W_acute.glif000066400000000000000000000006511401101653000254660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/W_circumflex.glif000066400000000000000000000006461401101653000265320ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/W_dieresis.glif000066400000000000000000000006421401101653000261740ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/W_grave.glif000066400000000000000000000006521401101653000254720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/X_.glif000066400000000000000000000016231401101653000244450ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/X_.half.glif000066400000000000000000000014501401101653000253540ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/X_i.glif000066400000000000000000000015051401101653000246150ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Y_.glif000066400000000000000000000017011401101653000244430ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Y_.half.glif000066400000000000000000000014551401101653000253620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Y_acute.glif000066400000000000000000000007241401101653000254710ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Y_circumflex.glif000066400000000000000000000007211401101653000265260ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Y_dieresis.glif000066400000000000000000000007151401101653000261770ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Y_dotbelow.glif000066400000000000000000000007131401101653000262050ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Y_eru-cy.glif000066400000000000000000000026141401101653000255740ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Y_grave.glif000066400000000000000000000007251401101653000254750ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Y_hookabove.glif000066400000000000000000000007171401101653000263470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Y_i-cy.glif000066400000000000000000000006031401101653000252250ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Y_macron.glif000066400000000000000000000007111401101653000256430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Y_tilde.glif000066400000000000000000000007241401101653000254710ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Z_.glif000066400000000000000000000017441401101653000244530ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Z_acute.glif000066400000000000000000000007231401101653000254710ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Z_acute.loclP_L_K_.glif000066400000000000000000000006761401101653000274340ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Z_caron.glif000066400000000000000000000007061401101653000254730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Z_dotaccent.glif000066400000000000000000000007161401101653000263360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Z_e-cy.glif000066400000000000000000000036641401101653000252340ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Z_eta.glif000066400000000000000000000004561401101653000251440ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Z_he-cy.glif000066400000000000000000000102111401101653000253660ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/Z_hedescender-cy.glif000066400000000000000000000105351401101653000272540ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/_notdef.glif000066400000000000000000000020351401101653000255130ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/a-cy.glif000066400000000000000000000004561401101653000247330ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/a.glif000066400000000000000000000043511401101653000243200ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/aacute.glif000066400000000000000000000007161401101653000253430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/abreve.glif000066400000000000000000000007171401101653000253460ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/abreveacute.glif000066400000000000000000000010211401101653000263550ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/abrevedotbelow.glif000066400000000000000000000007771401101653000271140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/abrevegrave.glif000066400000000000000000000010221401101653000263610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/abrevehookabove.glif000066400000000000000000000010141401101653000272330ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/abrevetilde.glif000066400000000000000000000010221401101653000263560ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/acaron.glif000066400000000000000000000007171401101653000253450ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/acircumflex.glif000066400000000000000000000007311401101653000264000ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexacute.glif000066400000000000000000000015151401101653000274230ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name acutecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexdotbelow.glif000066400000000000000000000010111401101653000301300ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexgrave.glif000066400000000000000000000010341401101653000274220ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/acircumflexhookabove.glif000066400000000000000000000015311401101653000302750ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name hookabovecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/acircumflextilde.glif000066400000000000000000000010341401101653000274170ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/acknowledgeC_ontrol.glif000066400000000000000000000017441401101653000300660ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name A.half alignment -1 index 1 name K.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/acknowledgeC_ontrol.ss20.glif000066400000000000000000000013371401101653000306520ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/acute.glif000066400000000000000000000011371401101653000252000ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name acutecomb public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/acutecomb.case.glif000066400000000000000000000012041401101653000267460ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/acutecomb.case.loclP_L_K_.glif000066400000000000000000000011361401101653000307060ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/acutecomb.glif000066400000000000000000000011511401101653000260350ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/acutecomb.loclP_L_K_.glif000066400000000000000000000011311401101653000277670ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/acutetonecomb.glif000066400000000000000000000012411401101653000267230ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name acutecomb com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/adieresis.glif000066400000000000000000000007251401101653000260510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/adotbelow.glif000066400000000000000000000007121401101653000260550ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ae.glif000066400000000000000000000064451401101653000244730ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/aeacute.glif000066400000000000000000000006461401101653000255120ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/agrave.glif000066400000000000000000000007171401101653000253470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ahookabove.glif000066400000000000000000000007111401101653000262120ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/alpha-latin.glif000066400000000000000000000005761401101653000262770ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/alpha.glif000066400000000000000000000040221401101653000251600ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/alphatonos.glif000066400000000000000000000006501401101653000262460ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/amacron.glif000066400000000000000000000007211401101653000255150ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ampersand.glif000066400000000000000000000040561401101653000260540ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ampersand_ampersand.liga.glif000066400000000000000000000075571401101653000310320ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/anoteleia.glif000066400000000000000000000011531401101653000260360ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name period public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/aogonek.glif000066400000000000000000000031341401101653000255210ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name a public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/apostrophemod.glif000066400000000000000000000011431401101653000267600ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name quoteright public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/approxequal.glif000066400000000000000000000015771401101653000264500ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name asciitilde alignment -1 index 1 name asciitilde public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/aring.glif000066400000000000000000000007151401101653000252000ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/aringacute.glif000066400000000000000000000014771401101653000262300ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 2 name acutecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/asciicircum.glif000066400000000000000000000012151401101653000263670ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/asciicircum_equal.liga.glif000066400000000000000000000020321401101653000304670ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde.glif000066400000000000000000000030041401101653000262040ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_asciitilde.liga.glif000066400000000000000000000047311401101653000313210ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_asciitilde_greater.liga.glif000066400000000000000000000052221401101653000330260ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_at.liga.glif000066400000000000000000000077061401101653000276200ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_equal.liga.glif000066400000000000000000000005421401101653000303120ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_greater.liga.glif000066400000000000000000000033031401101653000306320ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/asciitilde_hyphen.liga.glif000066400000000000000000000033151401101653000304770ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/asterisk.glif000066400000000000000000000024021401101653000257200ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_asterisk.liga.glif000066400000000000000000000015511401101653000305440ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name asterisk alignment -1 index 1 name asterisk public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_asterisk_asterisk.liga.glif000066400000000000000000000022061401101653000324470ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name asterisk alignment -1 index 1 name asterisk alignment -1 index 2 name asterisk public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_greater.liga.glif000066400000000000000000000015461401101653000303540ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name asterisk alignment -1 index 1 name greater public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_parenright.liga.glif000066400000000000000000000026251401101653000310650ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name asterisk public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/asterisk_slash.liga.glif000066400000000000000000000015401401101653000300270ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name asterisk alignment -1 index 1 name slash public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/at.glif000066400000000000000000000055161401101653000245100ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/atilde.glif000066400000000000000000000007171401101653000253440ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/b.glif000066400000000000000000000031421401101653000243160ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/backslash.glif000066400000000000000000000007361401101653000260360ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/backslash_backslash.liga.glif000066400000000000000000000015601401101653000307600ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name backslash alignment -1 index 1 name backslash public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/backslash_slash.liga.glif000066400000000000000000000005411401101653000301350ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/backspaceC_ontrol.glif000066400000000000000000000017421401101653000275150ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name B.half alignment -1 index 1 name S.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/backspaceC_ontrol.ss20.glif000066400000000000000000000021641401101653000303020ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/baht.B_R_A_C_K_E_T_.600.glif000066400000000000000000000020701401101653000276210ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name B com.schriftgestaltung.Glyphs._originalLayerName [600] public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/baht.glif000066400000000000000000000015531401101653000250170ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name B public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar.glif000066400000000000000000000007301401101653000246410ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar.liga.glif000066400000000000000000000015141401101653000264010ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name bar alignment -1 index 1 name bar public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_bar.liga.glif000066400000000000000000000005621401101653000272270ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_bar_greater.liga.glif000066400000000000000000000025151401101653000307400ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name bar alignment -1 index 1 name bar public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_equal_end.seq.glif000066400000000000000000000013531401101653000302730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_equal_middle.seq.glif000066400000000000000000000022121401101653000307560ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_equal_start.seq.glif000066400000000000000000000013651401101653000306650ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_greater.liga.glif000066400000000000000000000021321401101653000301070ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name bar public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_hyphen_end.seq.glif000066400000000000000000000010411401101653000304510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_hyphen_middle.seq.glif000066400000000000000000000013611401101653000311460ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar_bar_hyphen_start.seq.glif000066400000000000000000000010471401101653000310460ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar_braceright.liga.glif000066400000000000000000000052571401101653000277570ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name bar public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar_bracketright.liga.glif000066400000000000000000000023031401101653000303030ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name bar public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar_equal_end.seq.glif000066400000000000000000000012561401101653000274510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar_equal_middle.seq.glif000066400000000000000000000005061401101653000301360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar_equal_start.seq.glif000066400000000000000000000012641401101653000300370ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar_greater.liga.glif000066400000000000000000000013571401101653000272730ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar_hyphen_end.seq.glif000066400000000000000000000007441401101653000276360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar_hyphen_middle.seq.glif000066400000000000000000000005101401101653000303150ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar_hyphen_start.seq.glif000066400000000000000000000007501401101653000302220ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bar_underscore_middle.seq.glif000066400000000000000000000007771401101653000312120ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/be-cy.glif000066400000000000000000000033631401101653000251010ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/be-cy.loclS_R_B_.glif000066400000000000000000000035451401101653000270370ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bellC_ontrol.glif000066400000000000000000000017351401101653000265210ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name B.half alignment -1 index 1 name L.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bellC_ontrol.ss20.glif000066400000000000000000000025031401101653000273010ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/beta.glif000066400000000000000000000052141401101653000250120ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackC_ircle.glif000066400000000000000000000014501401101653000264320ustar00rootroot00000000000000 H18533 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackD_iamond.glif000066400000000000000000000007651401101653000266140ustar00rootroot00000000000000 uni25C6 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackH_exagon.glif000066400000000000000000000011161401101653000266210ustar00rootroot00000000000000 uni2B22 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackH_orizontalE_llipse.glif000066400000000000000000000014621401101653000310420ustar00rootroot00000000000000 uni2B2C public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackI_nW_hiteD_iamond.glif000066400000000000000000000016121401101653000303720ustar00rootroot00000000000000 uni25C8 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteDiamond public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackL_argeC_ircle.glif000066400000000000000000000014531401101653000275470ustar00rootroot00000000000000 uni2B24 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackL_argeS_quare.glif000066400000000000000000000007711401101653000276100ustar00rootroot00000000000000 uni2B1B public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumD_iamond.glif000066400000000000000000000007741401101653000301140ustar00rootroot00000000000000 uni2B25 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumD_ownT_riangleC_entred.glif000066400000000000000000000007361401101653000327370ustar00rootroot00000000000000 uni2BC6 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumL_eftT_riangleC_entred.glif000066400000000000000000000007351401101653000327210ustar00rootroot00000000000000 uni2BC7 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumL_ozenge.glif000066400000000000000000000007741401101653000301440ustar00rootroot00000000000000 uni2B27 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumR_ightT_riangleC_entred.glif000066400000000000000000000007361401101653000331050ustar00rootroot00000000000000 uni2BC8 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackM_ediumU_pT_riangleC_entred.glif000066400000000000000000000007321401101653000324100ustar00rootroot00000000000000 uni2BC5 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackP_arallelogram.glif000066400000000000000000000007751401101653000300240ustar00rootroot00000000000000 uni25B0 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackP_entagon.glif000066400000000000000000000010411401101653000270000ustar00rootroot00000000000000 uni2B1F public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackS_mallD_iamond.glif000066400000000000000000000007721401101653000277420ustar00rootroot00000000000000 uni2B29 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackS_mallL_ozenge.glif000066400000000000000000000007731401101653000277730ustar00rootroot00000000000000 uni2B2A public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackS_mallS_quare.glif000066400000000000000000000007721401101653000276270ustar00rootroot00000000000000 H18543 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackS_milingF_ace.glif000066400000000000000000000045731401101653000275620ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackS_quare.glif000066400000000000000000000007701401101653000264750ustar00rootroot00000000000000 filledbox public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackV_erticalE_llipse.glif000066400000000000000000000014621401101653000304620ustar00rootroot00000000000000 uni2B2E public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackV_erticalR_ect.glif000066400000000000000000000007741401101653000277670ustar00rootroot00000000000000 uni25AE public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blackV_erysmallS_quare.glif000066400000000000000000000007751401101653000305400ustar00rootroot00000000000000 uni2B1D public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blank-braille.glif000066400000000000000000000004241401101653000265740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blank.glif000066400000000000000000000017241401101653000251700ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/blankS_ymbol.glif000066400000000000000000000035041401101653000265130ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bottomH_alfB_lackC_ircle.glif000066400000000000000000000011361401101653000307110ustar00rootroot00000000000000 uni2BCB public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bottomH_alfB_lackD_iamond.glif000066400000000000000000000015421401101653000310640ustar00rootroot00000000000000 uni2B19 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteDiamond public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleD_ownA_ndH_orizontal.glif000066400000000000000000000020661401101653000321450ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleD_ownA_ndL_eft.glif000066400000000000000000000015431401101653000307050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleD_ownA_ndR_ight.glif000066400000000000000000000015441401101653000310710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleH_orizontal.glif000066400000000000000000000012661401101653000303750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleU_pA_ndH_orizontal.glif000066400000000000000000000020661401101653000316220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleU_pA_ndL_eft.glif000066400000000000000000000015411401101653000303600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleU_pA_ndR_ight.glif000066400000000000000000000015421401101653000305440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleV_ertical.glif000066400000000000000000000012621401101653000300110ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleV_erticalA_ndH_orizontal.glif000066400000000000000000000026651401101653000330140ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleV_erticalA_ndL_eft.glif000066400000000000000000000020641401101653000315460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_oubleV_erticalA_ndR_ight.glif000066400000000000000000000020651401101653000317320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxD_ownD_oubleA_ndH_orizontalS_ingle.glif000066400000000000000000000015201401101653000333610ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownD_oubleA_ndL_eftS_ingle.glif000066400000000000000000000013621401101653000322050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownD_oubleA_ndR_ightS_ingle.glif000066400000000000000000000013631401101653000323710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndH_orizontalL_ight.glif000066400000000000000000000012401401101653000331270ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndL_eftL_ight.glif000066400000000000000000000011021401101653000316650ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndL_eftU_pL_ight.glif000066400000000000000000000013621401101653000323410ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndR_ightL_ight.glif000066400000000000000000000011031401101653000320510ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownH_eavyA_ndR_ightU_pL_ight.glif000066400000000000000000000013631401101653000325250ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif000066400000000000000000000015201401101653000335150ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndH_orizontalH_eavy.glif000066400000000000000000000012401401101653000331270ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndL_eftH_eavy.glif000066400000000000000000000011021401101653000316650ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndL_eftU_pH_eavy.glif000066400000000000000000000013621401101653000323410ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndR_ightH_eavy.glif000066400000000000000000000011031401101653000320510ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownL_ightA_ndR_ightU_pH_eavy.glif000066400000000000000000000013631401101653000325250ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif000066400000000000000000000015201401101653000335150ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxD_ownS_ingleA_ndH_orizontalD_ouble.glif000066400000000000000000000015611401101653000333660ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownS_ingleA_ndL_eftD_ouble.glif000066400000000000000000000013641401101653000322070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxD_ownS_ingleA_ndR_ightD_ouble.glif000066400000000000000000000013651401101653000323730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_oubleD_ashH_orizontal.glif000066400000000000000000000012671401101653000324710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_oubleD_ashV_ertical.glif000066400000000000000000000012651401101653000321070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_own.glif000066400000000000000000000007361401101653000270160ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_ownA_ndH_orizontal.glif000066400000000000000000000012331401101653000320020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_ownA_ndL_eft.glif000066400000000000000000000010751401101653000305470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyD_ownA_ndR_ight.glif000066400000000000000000000010761401101653000307330ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyH_orizontal.glif000066400000000000000000000007461401101653000302410ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyL_eft.glif000066400000000000000000000007361401101653000270010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyL_eftA_ndL_ightR_ight.glif000066400000000000000000000012311401101653000320360ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyQ_uadrupleD_ashH_orizontal.glif000066400000000000000000000021121401101653000332070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyQ_uadrupleD_ashV_ertical.glif000066400000000000000000000021201401101653000326260ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyR_ight.glif000066400000000000000000000007371401101653000271650ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyT_ripleD_ashH_orizontal.glif000066400000000000000000000015761401101653000325210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyT_ripleD_ashV_ertical.glif000066400000000000000000000016021401101653000321270ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_p.glif000066400000000000000000000007341401101653000264710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_pA_ndH_orizontal.glif000066400000000000000000000012311401101653000314550ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_pA_ndL_eft.glif000066400000000000000000000010731401101653000302220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_pA_ndL_ightD_own.glif000066400000000000000000000012261401101653000313660ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyU_pA_ndR_ight.glif000066400000000000000000000010741401101653000304060ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyV_ertical.glif000066400000000000000000000007441401101653000276570ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyV_erticalA_ndH_orizontal.glif000066400000000000000000000015151401101653000326470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyV_erticalA_ndL_eft.glif000066400000000000000000000012311401101653000314030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxH_eavyV_erticalA_ndR_ight.glif000066400000000000000000000012321401101653000315670ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif000066400000000000000000000016451401101653000334230ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif000066400000000000000000000013651401101653000330350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftH_eavyA_ndR_ightU_pL_ight.glif000066400000000000000000000013631401101653000325100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glif000066400000000000000000000015211401101653000336120ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif000066400000000000000000000013651401101653000330350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_eftL_ightA_ndR_ightU_pH_eavy.glif000066400000000000000000000013631401101653000325100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glif000066400000000000000000000015211401101653000336120ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif000066400000000000000000000016451401101653000334230ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightA_rcD_ownA_ndL_eft.glif000066400000000000000000000015041401101653000313240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightA_rcD_ownA_ndR_ight.glif000066400000000000000000000015131401101653000315070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightA_rcU_pA_ndL_eft.glif000066400000000000000000000015051401101653000310020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightA_rcU_pA_ndR_ight.glif000066400000000000000000000015141401101653000311650ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_iagonalC_ross.glif000066400000000000000000000017611401101653000307700ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glif000066400000000000000000000011171401101653000346270ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glif000066400000000000000000000011171401101653000346270ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_oubleD_ashH_orizontal.glif000066400000000000000000000012671401101653000324640ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_oubleD_ashV_ertical.glif000066400000000000000000000012651401101653000321020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_own.glif000066400000000000000000000007361401101653000270110ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_ownA_ndH_orizontal.glif000066400000000000000000000012331401101653000317750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_ownA_ndL_eft.glif000066400000000000000000000010751401101653000305420ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightD_ownA_ndR_ight.glif000066400000000000000000000010761401101653000307260ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightH_orizontal.glif000066400000000000000000000007461401101653000302340ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightL_eft.glif000066400000000000000000000007361401101653000267740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightL_eftA_ndH_eavyR_ight.glif000066400000000000000000000012311401101653000320360ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightQ_uadrupleD_ashH_orizontal.glif000066400000000000000000000021121401101653000332020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightQ_uadrupleD_ashV_ertical.glif000066400000000000000000000021201401101653000326210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightR_ight.glif000066400000000000000000000007371401101653000271600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightT_ripleD_ashH_orizontal.glif000066400000000000000000000015761401101653000325140ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightT_ripleD_ashV_ertical.glif000066400000000000000000000016021401101653000321220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_p.glif000066400000000000000000000007341401101653000264640ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_pA_ndH_eavyD_own.glif000066400000000000000000000012261401101653000313660ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_pA_ndH_orizontal.glif000066400000000000000000000012311401101653000314500ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_pA_ndL_eft.glif000066400000000000000000000010731401101653000302150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightU_pA_ndR_ight.glif000066400000000000000000000010741401101653000304010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightV_ertical.glif000066400000000000000000000007441401101653000276520ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightV_erticalA_ndH_orizontal.glif000066400000000000000000000015151401101653000326420ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightV_erticalA_ndL_eft.glif000066400000000000000000000012311401101653000313760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxL_ightV_erticalA_ndR_ight.glif000066400000000000000000000012321401101653000315620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif000066400000000000000000000016451401101653000334230ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif000066400000000000000000000013651401101653000330350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightH_eavyA_ndL_eftU_pL_ight.glif000066400000000000000000000013631401101653000325100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glif000066400000000000000000000015211401101653000336120ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif000066400000000000000000000013651401101653000330350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxR_ightL_ightA_ndL_eftU_pH_eavy.glif000066400000000000000000000013631401101653000325100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glif000066400000000000000000000015211401101653000336120ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif000066400000000000000000000016451401101653000334230ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pD_oubleA_ndH_orizontalS_ingle.glif000066400000000000000000000015161401101653000331220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pD_oubleA_ndL_eftS_ingle.glif000066400000000000000000000013601401101653000316600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pD_oubleA_ndR_ightS_ingle.glif000066400000000000000000000013611401101653000320440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif000066400000000000000000000015201401101653000335150ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndH_orizontalL_ight.glif000066400000000000000000000012361401101653000326110ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndL_eftD_ownL_ight.glif000066400000000000000000000013621401101653000323410ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndL_eftL_ight.glif000066400000000000000000000011001401101653000313400ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndR_ightD_ownL_ight.glif000066400000000000000000000013631401101653000325250ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pH_eavyA_ndR_ightL_ight.glif000066400000000000000000000011011401101653000315240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif000066400000000000000000000015201401101653000335150ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndH_orizontalH_eavy.glif000066400000000000000000000012361401101653000326110ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndL_eftD_ownH_eavy.glif000066400000000000000000000013621401101653000323410ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndL_eftH_eavy.glif000066400000000000000000000011001401101653000313400ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndR_ightD_ownH_eavy.glif000066400000000000000000000013631401101653000325250ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pL_ightA_ndR_ightH_eavy.glif000066400000000000000000000011011401101653000315240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pS_ingleA_ndH_orizontalD_ouble.glif000066400000000000000000000015611401101653000331220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pS_ingleA_ndL_eftD_ouble.glif000066400000000000000000000013621401101653000316620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxU_pS_ingleA_ndR_ightD_ouble.glif000066400000000000000000000013631401101653000320460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxV_erticalD_oubleA_ndH_orizontalS_ingle.glif000066400000000000000000000022601401101653000342250ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalD_oubleA_ndL_eftS_ingle.glif000066400000000000000000000015551401101653000330530ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalD_oubleA_ndR_ightS_ingle.glif000066400000000000000000000015561401101653000332370ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxV_erticalH_eavyA_ndH_orizontalL_ight.glif000066400000000000000000000015221401101653000337150ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalH_eavyA_ndL_eftL_ight.glif000066400000000000000000000012361401101653000325370ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalH_eavyA_ndR_ightL_ight.glif000066400000000000000000000012371401101653000327230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxV_erticalL_ightA_ndH_orizontalH_eavy.glif000066400000000000000000000015221401101653000337150ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalL_ightA_ndL_eftH_eavy.glif000066400000000000000000000012361401101653000325370ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalL_ightA_ndR_ightH_eavy.glif000066400000000000000000000012371401101653000327230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxV_erticalS_ingleA_ndH_orizontalD_ouble.glif000066400000000000000000000022641401101653000342310ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalS_ingleA_ndL_eftD_ouble.glif000066400000000000000000000015201401101653000330430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/boxV_erticalS_ingleA_ndR_ightD_ouble.glif000066400000000000000000000015211401101653000332270ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/braceleft.glif000066400000000000000000000044521401101653000260310ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/braceleft_bar.liga.glif000066400000000000000000000051721401101653000275700ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name bar public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/braceright.glif000066400000000000000000000044511401101653000262130ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/braceright_numbersign.liga.glif000066400000000000000000000061211401101653000313530ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bracketleft.glif000066400000000000000000000015721401101653000263700ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bracketleft_bar.liga.glif000066400000000000000000000023001401101653000301150ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name bar public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bracketright.glif000066400000000000000000000015671401101653000265570ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bracketright_numbersign.liga.glif000066400000000000000000000026531401101653000317200ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name bracketleft public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/breve.glif000066400000000000000000000011311401101653000251740ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name brevecomb public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/brevecomb-cy.case.glif000066400000000000000000000017171401101653000273720ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/brevecomb-cy.glif000066400000000000000000000017121401101653000264530ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/brevecomb.case.glif000066400000000000000000000017141401101653000267560ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/brevecomb.glif000066400000000000000000000023031401101653000260370ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/brokenbar.glif000066400000000000000000000012471401101653000260460ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bullet.glif000066400000000000000000000014121401101653000253620ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bulletoperator.glif000066400000000000000000000011421401101653000271360ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name bullet public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/bullseye.glif000066400000000000000000000015731401101653000257270ustar00rootroot00000000000000 uni25CE com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name largeCircle alignment -1 index 1 name whiteBullet public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/c.glif000066400000000000000000000025601401101653000243220ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/cacute.glif000066400000000000000000000006451401101653000253460ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/cacute.loclP_L_K_.glif000066400000000000000000000006341401101653000273000ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/cancelC_ontrol.glif000066400000000000000000000017371401101653000270320ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name C.half alignment -1 index 1 name N.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/cancelC_ontrol.ss20.glif000066400000000000000000000022121401101653000276050ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/careof.glif000066400000000000000000000047611401101653000253440ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/caron.glif000066400000000000000000000011311401101653000251730ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name caroncomb public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/caroncomb.case.glif000066400000000000000000000014061401101653000267530ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/caroncomb.glif000066400000000000000000000014311401101653000260370ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/carriageR_eturnC_ontrol.glif000066400000000000000000000017471401101653000307220ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name C.half alignment -1 index 1 name R.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/carriageR_eturnC_ontrol.ss20.glif000066400000000000000000000016551401101653000315060ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ccaron.glif000066400000000000000000000006441401101653000253460ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ccedilla.glif000066400000000000000000000006531401101653000256410ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ccircumflex.glif000066400000000000000000000006561401101653000264100ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/cdotaccent.glif000066400000000000000000000006541401101653000262110ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/cedi.glif000066400000000000000000000015531401101653000250050ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name C public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/cedilla.glif000066400000000000000000000011451401101653000254730ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name cedillacomb public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/cedillacomb.glif000066400000000000000000000020671401101653000263400ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/cent.glif000066400000000000000000000015531401101653000250320ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name c public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/che-cy.glif000066400000000000000000000017361401101653000252540ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/checkmark.glif000066400000000000000000000012051401101653000260230ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/chedescender-cy.glif000066400000000000000000000014661401101653000271310ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name che-cy cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/chi.glif000066400000000000000000000032471401101653000246460ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/circumflex.glif000066400000000000000000000011561401101653000262410ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name circumflexcomb public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/circumflexcomb.case.glif000066400000000000000000000014701401101653000300130ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/circumflexcomb.glif000066400000000000000000000015131401101653000270770ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/clubB_lackS_uit.glif000066400000000000000000000053661401101653000271340ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/colon.center.glif000066400000000000000000000004501401101653000264650ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/colon.glif000066400000000000000000000024001401101653000252030ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/colon_colon.liga.glif000066400000000000000000000015301401101653000273130ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name colon alignment -1 index 1 name colon public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/colon_colon_colon.liga.glif000066400000000000000000000021361401101653000305100ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name colon alignment -1 index 1 name colon alignment -1 index 2 name colon public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/colon_colon_equal.liga.glif000066400000000000000000000024261401101653000305070ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name colon alignment -1 index 1 name colon public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/colon_equal.liga.glif000066400000000000000000000020021401101653000273030ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name colon public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/colon_equal_middle.seq.glif000066400000000000000000000021241401101653000305020ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/colon_slash_slash.liga.glif000066400000000000000000000021361401101653000305100ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name colon alignment -1 index 1 name slash alignment -1 index 2 name slash public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/colonsign.glif000066400000000000000000000020761401101653000260750ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name C public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/colontriangularmod.glif000066400000000000000000000011161401101653000277770ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/comma.glif000066400000000000000000000007301401101653000251710ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/commaabovecomb.glif000066400000000000000000000011561401101653000270520ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/commaaboverightcomb.glif000066400000000000000000000005741401101653000301130ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/commaaccentcomb.glif000066400000000000000000000011621401101653000272100ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/commaturnedabovecomb.glif000066400000000000000000000011641401101653000302730ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/commaturnedmod.glif000066400000000000000000000007331401101653000271160ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/contents.plist000066400000000000000000003751271401101653000261630ustar00rootroot00000000000000 .notdef _notdef.glif A A_.glif A-cy A_-cy.glif A.half A_.half.glif AE A_E_.glif AEacute A_E_acute.glif Aacute A_acute.glif Abreve A_breve.glif Abreveacute A_breveacute.glif Abrevedotbelow A_brevedotbelow.glif Abrevegrave A_brevegrave.glif Abrevehookabove A_brevehookabove.glif Abrevetilde A_brevetilde.glif Acaron A_caron.glif Acircumflex A_circumflex.glif Acircumflexacute A_circumflexacute.glif Acircumflexdotbelow A_circumflexdotbelow.glif Acircumflexgrave A_circumflexgrave.glif Acircumflexhookabove A_circumflexhookabove.glif Acircumflextilde A_circumflextilde.glif Adieresis A_dieresis.glif Adotbelow A_dotbelow.glif Agrave A_grave.glif Ahookabove A_hookabove.glif Alpha A_lpha.glif Alpha-latin A_lpha-latin.glif Alphatonos A_lphatonos.glif Amacron A_macron.glif Aogonek A_ogonek.glif Aring A_ring.glif Aringacute A_ringacute.glif Asmall A_small.glif Astroke A_stroke.glif Atilde A_tilde.glif B B_.glif B.half B_.half.glif Be-cy B_e-cy.glif Beta B_eta.glif C C_.glif C.half C_.half.glif CR C_R_.glif Cacute C_acute.glif Cacute.loclPLK C_acute.loclP_L_K_.glif Ccaron C_caron.glif Ccedilla C_cedilla.glif Ccircumflex C_circumflex.glif Cdotaccent C_dotaccent.glif Che-cy C_he-cy.glif Chedescender-cy C_hedescender-cy.glif Chi C_hi.glif Cstroke C_stroke.glif D D_.glif D.half D_.half.glif Dcaron D_caron.glif Dcroat D_croat.glif De-cy D_e-cy.glif De-cy.loclBGR D_e-cy.loclB_G_R_.glif Delta D_elta.glif Dje-cy D_je-cy.glif Dze-cy D_ze-cy.glif Dzhe-cy D_zhe-cy.glif E E_.glif E-cy E_-cy.glif E.half E_.half.glif Eacute E_acute.glif Ebreve E_breve.glif Ecaron E_caron.glif Ecircumflex E_circumflex.glif Ecircumflexacute E_circumflexacute.glif Ecircumflexdotbelow E_circumflexdotbelow.glif Ecircumflexgrave E_circumflexgrave.glif Ecircumflexhookabove E_circumflexhookabove.glif Ecircumflextilde E_circumflextilde.glif Edieresis E_dieresis.glif Edotaccent E_dotaccent.glif Edotbelow E_dotbelow.glif Ef-cy E_f-cy.glif Ef-cy.loclBGR E_f-cy.loclB_G_R_.glif Egrave E_grave.glif Ehookabove E_hookabove.glif El-cy E_l-cy.glif El-cy.loclBGR E_l-cy.loclB_G_R_.glif Em-cy E_m-cy.glif Emacron E_macron.glif En-cy E_n-cy.glif Endescender-cy E_ndescender-cy.glif Eng E_ng.glif Eogonek E_ogonek.glif Eopen E_open.glif Epsilon E_psilon.glif Epsilontonos E_psilontonos.glif Er-cy E_r-cy.glif Ereversed E_reversed.glif Ereversed-cy E_reversed-cy.glif Es-cy E_s-cy.glif Esh E_sh.glif Eta E_ta.glif Etatonos E_tatonos.glif Eth E_th.glif Etilde E_tilde.glif Ezh E_zh.glif F F_.glif F.half F_.half.glif G G_.glif G.half G_.half.glif Gamma G_amma.glif Gammaafrican G_ammaafrican.glif Gbreve G_breve.glif Gcaron G_caron.glif Gcircumflex G_circumflex.glif Gcommaaccent G_commaaccent.glif Gdotaccent G_dotaccent.glif Ge-cy G_e-cy.glif Germandbls G_ermandbls.glif Ghestroke-cy G_hestroke-cy.glif Gheupturn-cy G_heupturn-cy.glif Gje-cy G_je-cy.glif Gsmall G_small.glif Gstroke G_stroke.glif H H_.glif H.half H_.half.glif Ha-cy H_a-cy.glif Hadescender-cy H_adescender-cy.glif Hardsign-cy H_ardsign-cy.glif Hbar H_bar.glif Hcaron H_caron.glif Hcircumflex H_circumflex.glif Hdotbelow H_dotbelow.glif I I_.glif I-cy I_-cy.glif I.half I_.half.glif IJ I_J_.glif Ia-cy I_a-cy.glif Iacute I_acute.glif Iacute_J.loclNLD I_acute_J_.loclN_L_D_.glif Ibreve I_breve.glif Icircumflex I_circumflex.glif Idieresis I_dieresis.glif Idotaccent I_dotaccent.glif Idotbelow I_dotbelow.glif Ie-cy I_e-cy.glif Iegrave-cy I_egrave-cy.glif Igrave I_grave.glif Ihookabove I_hookabove.glif Ii-cy I_i-cy.glif Iigrave-cy I_igrave-cy.glif Iishort-cy I_ishort-cy.glif Imacron I_macron.glif Imacron-cy I_macron-cy.glif Io-cy I_o-cy.glif Iogonek I_ogonek.glif Iota I_ota.glif Iotaafrican I_otaafrican.glif Iotadieresis I_otadieresis.glif Iotatonos I_otatonos.glif Ismall I_small.glif Itilde I_tilde.glif Iu-cy I_u-cy.glif J J_.glif Jcircumflex J_circumflex.glif Je-cy J_e-cy.glif K K_.glif K.half K_.half.glif Ka-cy K_a-cy.glif Kacute K_acute.glif Kadescender-cy K_adescender-cy.glif KaiSymbol K_aiS_ymbol.glif Kappa K_appa.glif Kcommaaccent K_commaaccent.glif Kdotbelow K_dotbelow.glif Kje-cy K_je-cy.glif Klinebelow K_linebelow.glif L L_.glif L.half L_.half.glif LIG L_I_G_.glif Lacute L_acute.glif Lambda L_ambda.glif Lbar L_bar.glif Lcaron L_caron.glif Lcommaaccent L_commaaccent.glif Ldot L_dot.glif Ldotbelow L_dotbelow.glif Lje-cy L_je-cy.glif Llinebelow L_linebelow.glif Lmiddletilde L_middletilde.glif Lslash L_slash.glif Lsmall L_small.glif M M_.glif M.half M_.half.glif Mu M_u.glif N N_.glif N.half N_.half.glif Nacute N_acute.glif Nacute.loclPLK N_acute.loclP_L_K_.glif Ncaron N_caron.glif Ncommaaccent N_commaaccent.glif Nhookleft N_hookleft.glif Nje-cy N_je-cy.glif Nlinebelow N_linebelow.glif Ntilde N_tilde.glif Nu N_u.glif O O_.glif O-cy O_-cy.glif O.half O_.half.glif OE O_E_.glif Oacute O_acute.glif Oacute.loclPLK O_acute.loclP_L_K_.glif Obarred-cy O_barred-cy.glif Obreve O_breve.glif Ocircumflex O_circumflex.glif Ocircumflexacute O_circumflexacute.glif Ocircumflexdotbelow O_circumflexdotbelow.glif Ocircumflexgrave O_circumflexgrave.glif Ocircumflexhookabove O_circumflexhookabove.glif Ocircumflextilde O_circumflextilde.glif Odieresis O_dieresis.glif Odotbelow O_dotbelow.glif Ograve O_grave.glif Ohm O_hm.glif Ohookabove O_hookabove.glif Ohorn O_horn.glif Ohornacute O_hornacute.glif Ohorndotbelow O_horndotbelow.glif Ohorngrave O_horngrave.glif Ohornhookabove O_hornhookabove.glif Ohorntilde O_horntilde.glif Ohungarumlaut O_hungarumlaut.glif Omacron O_macron.glif Omacronacute O_macronacute.glif Omacrongrave O_macrongrave.glif Omega O_mega.glif Omegatonos O_megatonos.glif Omicron O_micron.glif Omicrontonos O_microntonos.glif Oogonek O_ogonek.glif Oopen O_open.glif Oslash O_slash.glif Oslashacute O_slashacute.glif Otilde O_tilde.glif P P_.glif P.half P_.half.glif Palochka-cy P_alochka-cy.glif Pe-cy P_e-cy.glif Phi P_hi.glif Pi P_i.glif Psi P_si.glif Q Q_.glif Q.half Q_.half.glif R R_.glif R.half R_.half.glif Racute R_acute.glif Rcaron R_caron.glif Rcommaaccent R_commaaccent.glif Rdotbelow R_dotbelow.glif Rho R_ho.glif S S_.glif S.half S_.half.glif Sacute S_acute.glif Sacute.loclPLK S_acute.loclP_L_K_.glif Scaron S_caron.glif Scedilla S_cedilla.glif Schwa S_chwa.glif Schwa-cy S_chwa-cy.glif Scircumflex S_circumflex.glif Scommaaccent S_commaaccent.glif Sdotbelow S_dotbelow.glif Sha-cy S_ha-cy.glif Shcha-cy S_hcha-cy.glif Shha-cy S_hha-cy.glif Sigma S_igma.glif Softsign-cy S_oftsign-cy.glif T T_.glif T.half T_.half.glif Tau T_au.glif Tbar T_bar.glif Tcaron T_caron.glif Tcedilla T_cedilla.glif Tcommaaccent T_commaaccent.glif Tdiagonalstroke T_diagonalstroke.glif Te-cy T_e-cy.glif Theta T_heta.glif Thorn T_horn.glif Tlinebelow T_linebelow.glif Tse-cy T_se-cy.glif Tshe-cy T_she-cy.glif U U_.glif U-cy U_-cy.glif U.half U_.half.glif Uacute U_acute.glif Ubreve U_breve.glif Ucircumflex U_circumflex.glif Udieresis U_dieresis.glif Udotbelow U_dotbelow.glif Ugrave U_grave.glif Uhookabove U_hookabove.glif Uhorn U_horn.glif Uhornacute U_hornacute.glif Uhorndotbelow U_horndotbelow.glif Uhorngrave U_horngrave.glif Uhornhookabove U_hornhookabove.glif Uhorntilde U_horntilde.glif Uhungarumlaut U_hungarumlaut.glif Umacron U_macron.glif Umacron-cy U_macron-cy.glif Uogonek U_ogonek.glif Upsilon U_psilon.glif Upsilonafrican U_psilonafrican.glif Upsilondieresis U_psilondieresis.glif Upsilontonos U_psilontonos.glif Uring U_ring.glif Ushort-cy U_short-cy.glif Ustraight-cy U_straight-cy.glif Ustraightstroke-cy U_straightstroke-cy.glif Utilde U_tilde.glif V V_.glif V.half V_.half.glif Ve-cy V_e-cy.glif Vhook V_hook.glif Vturned V_turned.glif W W_.glif Wacute W_acute.glif Wcircumflex W_circumflex.glif Wdieresis W_dieresis.glif Wgrave W_grave.glif X X_.glif X.half X_.half.glif Xi X_i.glif Y Y_.glif Y.half Y_.half.glif Yacute Y_acute.glif Ycircumflex Y_circumflex.glif Ydieresis Y_dieresis.glif Ydotbelow Y_dotbelow.glif Yeru-cy Y_eru-cy.glif Ygrave Y_grave.glif Yhookabove Y_hookabove.glif Yi-cy Y_i-cy.glif Ymacron Y_macron.glif Ytilde Y_tilde.glif Z Z_.glif Zacute Z_acute.glif Zacute.loclPLK Z_acute.loclP_L_K_.glif Zcaron Z_caron.glif Zdotaccent Z_dotaccent.glif Ze-cy Z_e-cy.glif Zeta Z_eta.glif Zhe-cy Z_he-cy.glif Zhedescender-cy Z_hedescender-cy.glif a a.glif a-cy a-cy.glif aacute aacute.glif abreve abreve.glif abreveacute abreveacute.glif abrevedotbelow abrevedotbelow.glif abrevegrave abrevegrave.glif abrevehookabove abrevehookabove.glif abrevetilde abrevetilde.glif acaron acaron.glif acircumflex acircumflex.glif acircumflexacute acircumflexacute.glif acircumflexdotbelow acircumflexdotbelow.glif acircumflexgrave acircumflexgrave.glif acircumflexhookabove acircumflexhookabove.glif acircumflextilde acircumflextilde.glif acknowledgeControl acknowledgeC_ontrol.glif acknowledgeControl.ss20 acknowledgeC_ontrol.ss20.glif acute acute.glif acutecomb acutecomb.glif acutecomb.case acutecomb.case.glif acutecomb.case.loclPLK acutecomb.case.loclP_L_K_.glif acutecomb.loclPLK acutecomb.loclP_L_K_.glif acutetonecomb acutetonecomb.glif adieresis adieresis.glif adotbelow adotbelow.glif ae ae.glif aeacute aeacute.glif agrave agrave.glif ahookabove ahookabove.glif alpha alpha.glif alpha-latin alpha-latin.glif alphatonos alphatonos.glif amacron amacron.glif ampersand ampersand.glif ampersand_ampersand.liga ampersand_ampersand.liga.glif anoteleia anoteleia.glif aogonek aogonek.glif apostrophemod apostrophemod.glif approxequal approxequal.glif aring aring.glif aringacute aringacute.glif asciicircum asciicircum.glif asciicircum_equal.liga asciicircum_equal.liga.glif asciitilde asciitilde.glif asciitilde_asciitilde.liga asciitilde_asciitilde.liga.glif asciitilde_asciitilde_greater.liga asciitilde_asciitilde_greater.liga.glif asciitilde_at.liga asciitilde_at.liga.glif asciitilde_equal.liga asciitilde_equal.liga.glif asciitilde_greater.liga asciitilde_greater.liga.glif asciitilde_hyphen.liga asciitilde_hyphen.liga.glif asterisk asterisk.glif asterisk_asterisk.liga asterisk_asterisk.liga.glif asterisk_asterisk_asterisk.liga asterisk_asterisk_asterisk.liga.glif asterisk_greater.liga asterisk_greater.liga.glif asterisk_parenright.liga asterisk_parenright.liga.glif asterisk_slash.liga asterisk_slash.liga.glif at at.glif atilde atilde.glif b b.glif backslash backslash.glif backslash_backslash.liga backslash_backslash.liga.glif backslash_slash.liga backslash_slash.liga.glif backspaceControl backspaceC_ontrol.glif backspaceControl.ss20 backspaceC_ontrol.ss20.glif baht baht.glif baht.BRACKET.600 baht.B_R_A_C_K_E_T_.600.glif bar bar.glif bar_bar.liga bar_bar.liga.glif bar_bar_bar.liga bar_bar_bar.liga.glif bar_bar_bar_greater.liga bar_bar_bar_greater.liga.glif bar_bar_equal_end.seq bar_bar_equal_end.seq.glif bar_bar_equal_middle.seq bar_bar_equal_middle.seq.glif bar_bar_equal_start.seq bar_bar_equal_start.seq.glif bar_bar_greater.liga bar_bar_greater.liga.glif bar_bar_hyphen_end.seq bar_bar_hyphen_end.seq.glif bar_bar_hyphen_middle.seq bar_bar_hyphen_middle.seq.glif bar_bar_hyphen_start.seq bar_bar_hyphen_start.seq.glif bar_braceright.liga bar_braceright.liga.glif bar_bracketright.liga bar_bracketright.liga.glif bar_equal_end.seq bar_equal_end.seq.glif bar_equal_middle.seq bar_equal_middle.seq.glif bar_equal_start.seq bar_equal_start.seq.glif bar_greater.liga bar_greater.liga.glif bar_hyphen_end.seq bar_hyphen_end.seq.glif bar_hyphen_middle.seq bar_hyphen_middle.seq.glif bar_hyphen_start.seq bar_hyphen_start.seq.glif bar_underscore_middle.seq bar_underscore_middle.seq.glif be-cy be-cy.glif be-cy.loclSRB be-cy.loclS_R_B_.glif bellControl bellC_ontrol.glif bellControl.ss20 bellC_ontrol.ss20.glif beta beta.glif blackCircle blackC_ircle.glif blackDiamond blackD_iamond.glif blackHexagon blackH_exagon.glif blackHorizontalEllipse blackH_orizontalE_llipse.glif blackInWhiteDiamond blackI_nW_hiteD_iamond.glif blackLargeCircle blackL_argeC_ircle.glif blackLargeSquare blackL_argeS_quare.glif blackMediumDiamond blackM_ediumD_iamond.glif blackMediumDownTriangleCentred blackM_ediumD_ownT_riangleC_entred.glif blackMediumLeftTriangleCentred blackM_ediumL_eftT_riangleC_entred.glif blackMediumLozenge blackM_ediumL_ozenge.glif blackMediumRightTriangleCentred blackM_ediumR_ightT_riangleC_entred.glif blackMediumUpTriangleCentred blackM_ediumU_pT_riangleC_entred.glif blackParallelogram blackP_arallelogram.glif blackPentagon blackP_entagon.glif blackSmallDiamond blackS_mallD_iamond.glif blackSmallLozenge blackS_mallL_ozenge.glif blackSmallSquare blackS_mallS_quare.glif blackSmilingFace blackS_milingF_ace.glif blackSquare blackS_quare.glif blackVerticalEllipse blackV_erticalE_llipse.glif blackVerticalRect blackV_erticalR_ect.glif blackVerysmallSquare blackV_erysmallS_quare.glif blank blank.glif blank-braille blank-braille.glif blankSymbol blankS_ymbol.glif bottomHalfBlackCircle bottomH_alfB_lackC_ircle.glif bottomHalfBlackDiamond bottomH_alfB_lackD_iamond.glif boxDoubleDownAndHorizontal boxD_oubleD_ownA_ndH_orizontal.glif boxDoubleDownAndLeft boxD_oubleD_ownA_ndL_eft.glif boxDoubleDownAndRight boxD_oubleD_ownA_ndR_ight.glif boxDoubleHorizontal boxD_oubleH_orizontal.glif boxDoubleUpAndHorizontal boxD_oubleU_pA_ndH_orizontal.glif boxDoubleUpAndLeft boxD_oubleU_pA_ndL_eft.glif boxDoubleUpAndRight boxD_oubleU_pA_ndR_ight.glif boxDoubleVertical boxD_oubleV_ertical.glif boxDoubleVerticalAndHorizontal boxD_oubleV_erticalA_ndH_orizontal.glif boxDoubleVerticalAndLeft boxD_oubleV_erticalA_ndL_eft.glif boxDoubleVerticalAndRight boxD_oubleV_erticalA_ndR_ight.glif boxDownDoubleAndHorizontalSingle boxD_ownD_oubleA_ndH_orizontalS_ingle.glif boxDownDoubleAndLeftSingle boxD_ownD_oubleA_ndL_eftS_ingle.glif boxDownDoubleAndRightSingle boxD_ownD_oubleA_ndR_ightS_ingle.glif boxDownHeavyAndHorizontalLight boxD_ownH_eavyA_ndH_orizontalL_ight.glif boxDownHeavyAndLeftLight boxD_ownH_eavyA_ndL_eftL_ight.glif boxDownHeavyAndLeftUpLight boxD_ownH_eavyA_ndL_eftU_pL_ight.glif boxDownHeavyAndRightLight boxD_ownH_eavyA_ndR_ightL_ight.glif boxDownHeavyAndRightUpLight boxD_ownH_eavyA_ndR_ightU_pL_ight.glif boxDownHeavyAndUpHorizontalLight boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif boxDownLightAndHorizontalHeavy boxD_ownL_ightA_ndH_orizontalH_eavy.glif boxDownLightAndLeftHeavy boxD_ownL_ightA_ndL_eftH_eavy.glif boxDownLightAndLeftUpHeavy boxD_ownL_ightA_ndL_eftU_pH_eavy.glif boxDownLightAndRightHeavy boxD_ownL_ightA_ndR_ightH_eavy.glif boxDownLightAndRightUpHeavy boxD_ownL_ightA_ndR_ightU_pH_eavy.glif boxDownLightAndUpHorizontalHeavy boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif boxDownSingleAndHorizontalDouble boxD_ownS_ingleA_ndH_orizontalD_ouble.glif boxDownSingleAndLeftDouble boxD_ownS_ingleA_ndL_eftD_ouble.glif boxDownSingleAndRightDouble boxD_ownS_ingleA_ndR_ightD_ouble.glif boxHeavyDoubleDashHorizontal boxH_eavyD_oubleD_ashH_orizontal.glif boxHeavyDoubleDashVertical boxH_eavyD_oubleD_ashV_ertical.glif boxHeavyDown boxH_eavyD_own.glif boxHeavyDownAndHorizontal boxH_eavyD_ownA_ndH_orizontal.glif boxHeavyDownAndLeft boxH_eavyD_ownA_ndL_eft.glif boxHeavyDownAndRight boxH_eavyD_ownA_ndR_ight.glif boxHeavyHorizontal boxH_eavyH_orizontal.glif boxHeavyLeft boxH_eavyL_eft.glif boxHeavyLeftAndLightRight boxH_eavyL_eftA_ndL_ightR_ight.glif boxHeavyQuadrupleDashHorizontal boxH_eavyQ_uadrupleD_ashH_orizontal.glif boxHeavyQuadrupleDashVertical boxH_eavyQ_uadrupleD_ashV_ertical.glif boxHeavyRight boxH_eavyR_ight.glif boxHeavyTripleDashHorizontal boxH_eavyT_ripleD_ashH_orizontal.glif boxHeavyTripleDashVertical boxH_eavyT_ripleD_ashV_ertical.glif boxHeavyUp boxH_eavyU_p.glif boxHeavyUpAndHorizontal boxH_eavyU_pA_ndH_orizontal.glif boxHeavyUpAndLeft boxH_eavyU_pA_ndL_eft.glif boxHeavyUpAndLightDown boxH_eavyU_pA_ndL_ightD_own.glif boxHeavyUpAndRight boxH_eavyU_pA_ndR_ight.glif boxHeavyVertical boxH_eavyV_ertical.glif boxHeavyVerticalAndHorizontal boxH_eavyV_erticalA_ndH_orizontal.glif boxHeavyVerticalAndLeft boxH_eavyV_erticalA_ndL_eft.glif boxHeavyVerticalAndRight boxH_eavyV_erticalA_ndR_ight.glif boxLeftDownHeavyAndRightUpLight boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif boxLeftHeavyAndRightDownLight boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif boxLeftHeavyAndRightUpLight boxL_eftH_eavyA_ndR_ightU_pL_ight.glif boxLeftHeavyAndRightVerticalLight boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glif boxLeftLightAndRightDownHeavy boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif boxLeftLightAndRightUpHeavy boxL_eftL_ightA_ndR_ightU_pH_eavy.glif boxLeftLightAndRightVerticalHeavy boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glif boxLeftUpHeavyAndRightDownLight boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif boxLightArcDownAndLeft boxL_ightA_rcD_ownA_ndL_eft.glif boxLightArcDownAndRight boxL_ightA_rcD_ownA_ndR_ight.glif boxLightArcUpAndLeft boxL_ightA_rcU_pA_ndL_eft.glif boxLightArcUpAndRight boxL_ightA_rcU_pA_ndR_ight.glif boxLightDiagonalCross boxL_ightD_iagonalC_ross.glif boxLightDiagonalUpperLeftToLowerRight boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glif boxLightDiagonalUpperRightToLowerLeft boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glif boxLightDoubleDashHorizontal boxL_ightD_oubleD_ashH_orizontal.glif boxLightDoubleDashVertical boxL_ightD_oubleD_ashV_ertical.glif boxLightDown boxL_ightD_own.glif boxLightDownAndHorizontal boxL_ightD_ownA_ndH_orizontal.glif boxLightDownAndLeft boxL_ightD_ownA_ndL_eft.glif boxLightDownAndRight boxL_ightD_ownA_ndR_ight.glif boxLightHorizontal boxL_ightH_orizontal.glif boxLightLeft boxL_ightL_eft.glif boxLightLeftAndHeavyRight boxL_ightL_eftA_ndH_eavyR_ight.glif boxLightQuadrupleDashHorizontal boxL_ightQ_uadrupleD_ashH_orizontal.glif boxLightQuadrupleDashVertical boxL_ightQ_uadrupleD_ashV_ertical.glif boxLightRight boxL_ightR_ight.glif boxLightTripleDashHorizontal boxL_ightT_ripleD_ashH_orizontal.glif boxLightTripleDashVertical boxL_ightT_ripleD_ashV_ertical.glif boxLightUp boxL_ightU_p.glif boxLightUpAndHeavyDown boxL_ightU_pA_ndH_eavyD_own.glif boxLightUpAndHorizontal boxL_ightU_pA_ndH_orizontal.glif boxLightUpAndLeft boxL_ightU_pA_ndL_eft.glif boxLightUpAndRight boxL_ightU_pA_ndR_ight.glif boxLightVertical boxL_ightV_ertical.glif boxLightVerticalAndHorizontal boxL_ightV_erticalA_ndH_orizontal.glif boxLightVerticalAndLeft boxL_ightV_erticalA_ndL_eft.glif boxLightVerticalAndRight boxL_ightV_erticalA_ndR_ight.glif boxRightDownHeavyAndLeftUpLight boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif boxRightHeavyAndLeftDownLight boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif boxRightHeavyAndLeftUpLight boxR_ightH_eavyA_ndL_eftU_pL_ight.glif boxRightHeavyAndLeftVerticalLight boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glif boxRightLightAndLeftDownHeavy boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif boxRightLightAndLeftUpHeavy boxR_ightL_ightA_ndL_eftU_pH_eavy.glif boxRightLightAndLeftVerticalHeavy boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glif boxRightUpHeavyAndLeftDownLight boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif boxUpDoubleAndHorizontalSingle boxU_pD_oubleA_ndH_orizontalS_ingle.glif boxUpDoubleAndLeftSingle boxU_pD_oubleA_ndL_eftS_ingle.glif boxUpDoubleAndRightSingle boxU_pD_oubleA_ndR_ightS_ingle.glif boxUpHeavyAndDownHorizontalLight boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif boxUpHeavyAndHorizontalLight boxU_pH_eavyA_ndH_orizontalL_ight.glif boxUpHeavyAndLeftDownLight boxU_pH_eavyA_ndL_eftD_ownL_ight.glif boxUpHeavyAndLeftLight boxU_pH_eavyA_ndL_eftL_ight.glif boxUpHeavyAndRightDownLight boxU_pH_eavyA_ndR_ightD_ownL_ight.glif boxUpHeavyAndRightLight boxU_pH_eavyA_ndR_ightL_ight.glif boxUpLightAndDownHorizontalHeavy boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif boxUpLightAndHorizontalHeavy boxU_pL_ightA_ndH_orizontalH_eavy.glif boxUpLightAndLeftDownHeavy boxU_pL_ightA_ndL_eftD_ownH_eavy.glif boxUpLightAndLeftHeavy boxU_pL_ightA_ndL_eftH_eavy.glif boxUpLightAndRightDownHeavy boxU_pL_ightA_ndR_ightD_ownH_eavy.glif boxUpLightAndRightHeavy boxU_pL_ightA_ndR_ightH_eavy.glif boxUpSingleAndHorizontalDouble boxU_pS_ingleA_ndH_orizontalD_ouble.glif boxUpSingleAndLeftDouble boxU_pS_ingleA_ndL_eftD_ouble.glif boxUpSingleAndRightDouble boxU_pS_ingleA_ndR_ightD_ouble.glif boxVerticalDoubleAndHorizontalSingle boxV_erticalD_oubleA_ndH_orizontalS_ingle.glif boxVerticalDoubleAndLeftSingle boxV_erticalD_oubleA_ndL_eftS_ingle.glif boxVerticalDoubleAndRightSingle boxV_erticalD_oubleA_ndR_ightS_ingle.glif boxVerticalHeavyAndHorizontalLight boxV_erticalH_eavyA_ndH_orizontalL_ight.glif boxVerticalHeavyAndLeftLight boxV_erticalH_eavyA_ndL_eftL_ight.glif boxVerticalHeavyAndRightLight boxV_erticalH_eavyA_ndR_ightL_ight.glif boxVerticalLightAndHorizontalHeavy boxV_erticalL_ightA_ndH_orizontalH_eavy.glif boxVerticalLightAndLeftHeavy boxV_erticalL_ightA_ndL_eftH_eavy.glif boxVerticalLightAndRightHeavy boxV_erticalL_ightA_ndR_ightH_eavy.glif boxVerticalSingleAndHorizontalDouble boxV_erticalS_ingleA_ndH_orizontalD_ouble.glif boxVerticalSingleAndLeftDouble boxV_erticalS_ingleA_ndL_eftD_ouble.glif boxVerticalSingleAndRightDouble boxV_erticalS_ingleA_ndR_ightD_ouble.glif braceleft braceleft.glif braceleft_bar.liga braceleft_bar.liga.glif braceright braceright.glif braceright_numbersign.liga braceright_numbersign.liga.glif bracketleft bracketleft.glif bracketleft_bar.liga bracketleft_bar.liga.glif bracketright bracketright.glif bracketright_numbersign.liga bracketright_numbersign.liga.glif breve breve.glif brevecomb brevecomb.glif brevecomb-cy brevecomb-cy.glif brevecomb-cy.case brevecomb-cy.case.glif brevecomb.case brevecomb.case.glif brokenbar brokenbar.glif bullet bullet.glif bulletoperator bulletoperator.glif bullseye bullseye.glif c c.glif cacute cacute.glif cacute.loclPLK cacute.loclP_L_K_.glif cancelControl cancelC_ontrol.glif cancelControl.ss20 cancelC_ontrol.ss20.glif careof careof.glif caron caron.glif caroncomb caroncomb.glif caroncomb.case caroncomb.case.glif carriageReturnControl carriageR_eturnC_ontrol.glif carriageReturnControl.ss20 carriageR_eturnC_ontrol.ss20.glif ccaron ccaron.glif ccedilla ccedilla.glif ccircumflex ccircumflex.glif cdotaccent cdotaccent.glif cedi cedi.glif cedilla cedilla.glif cedillacomb cedillacomb.glif cent cent.glif che-cy che-cy.glif checkmark checkmark.glif chedescender-cy chedescender-cy.glif chi chi.glif circumflex circumflex.glif circumflexcomb circumflexcomb.glif circumflexcomb.case circumflexcomb.case.glif clubBlackSuit clubB_lackS_uit.glif colon colon.glif colon.center colon.center.glif colon_colon.liga colon_colon.liga.glif colon_colon_colon.liga colon_colon_colon.liga.glif colon_colon_equal.liga colon_colon_equal.liga.glif colon_equal.liga colon_equal.liga.glif colon_equal_middle.seq colon_equal_middle.seq.glif colon_slash_slash.liga colon_slash_slash.liga.glif colonsign colonsign.glif colontriangularmod colontriangularmod.glif comma comma.glif commaabovecomb commaabovecomb.glif commaaboverightcomb commaaboverightcomb.glif commaaccentcomb commaaccentcomb.glif commaturnedabovecomb commaturnedabovecomb.glif commaturnedmod commaturnedmod.glif copyright copyright.glif crosshatchFillSquare crosshatchF_illS_quare.glif currency currency.glif d d.glif dagger dagger.glif daggerdbl daggerdbl.glif dashdownArrow dashdownA_rrow.glif dataLinkEscapeControl dataL_inkE_scapeC_ontrol.glif dataLinkEscapeControl.ss20 dataL_inkE_scapeC_ontrol.ss20.glif dcaron dcaron.glif dcaron.alt dcaron.alt.glif dcroat dcroat.glif de-cy de-cy.glif de-cy.loclBGR de-cy.loclB_G_R_.glif degree degree.glif deleteControl deleteC_ontrol.glif deleteFormTwoControl deleteF_ormT_woC_ontrol.glif delta delta.glif deviceControlFourControl deviceC_ontrolF_ourC_ontrol.glif deviceControlOneControl deviceC_ontrolO_neC_ontrol.glif deviceControlThreeControl deviceC_ontrolT_hreeC_ontrol.glif deviceControlTwoControl deviceC_ontrolT_woC_ontrol.glif diagonalcrosshatchFillSquare diagonalcrosshatchF_illS_quare.glif diamondBlackSuit diamondB_lackS_uit.glif dieresis dieresis.glif dieresiscomb dieresiscomb.glif dieresiscomb.case dieresiscomb.case.glif dieresistonos dieresistonos.glif divide divide.glif divisionslash divisionslash.glif dje-cy dje-cy.glif dollar dollar.glif dollar.BRACKET.600 dollar.B_R_A_C_K_E_T_.600.glif dollar_greater.liga dollar_greater.liga.glif dollar_greater.liga.BRACKET.600 dollar_greater.liga.B_R_A_C_K_E_T_.600.glif dong dong.glif dotaccent dotaccent.glif dotaccentcomb dotaccentcomb.glif dotaccentcomb.case dotaccentcomb.case.glif dotbelowcomb dotbelowcomb.glif dots1-braille dots1-braille.glif dots12-braille dots12-braille.glif dots123-braille dots123-braille.glif dots1234-braille dots1234-braille.glif dots12345-braille dots12345-braille.glif dots123456-braille dots123456-braille.glif dots1234567-braille dots1234567-braille.glif dots12345678-braille dots12345678-braille.glif dots1234568-braille dots1234568-braille.glif dots123457-braille dots123457-braille.glif dots1234578-braille dots1234578-braille.glif dots123458-braille dots123458-braille.glif dots12346-braille dots12346-braille.glif dots123467-braille dots123467-braille.glif dots1234678-braille dots1234678-braille.glif dots123468-braille dots123468-braille.glif dots12347-braille dots12347-braille.glif dots123478-braille dots123478-braille.glif dots12348-braille dots12348-braille.glif dots1235-braille dots1235-braille.glif dots12356-braille dots12356-braille.glif dots123567-braille dots123567-braille.glif dots1235678-braille dots1235678-braille.glif dots123568-braille dots123568-braille.glif dots12357-braille dots12357-braille.glif dots123578-braille dots123578-braille.glif dots12358-braille dots12358-braille.glif dots1236-braille dots1236-braille.glif dots12367-braille dots12367-braille.glif dots123678-braille dots123678-braille.glif dots12368-braille dots12368-braille.glif dots1237-braille dots1237-braille.glif dots12378-braille dots12378-braille.glif dots1238-braille dots1238-braille.glif dots124-braille dots124-braille.glif dots1245-braille dots1245-braille.glif dots12456-braille dots12456-braille.glif dots124567-braille dots124567-braille.glif dots1245678-braille dots1245678-braille.glif dots124568-braille dots124568-braille.glif dots12457-braille dots12457-braille.glif dots124578-braille dots124578-braille.glif dots12458-braille dots12458-braille.glif dots1246-braille dots1246-braille.glif dots12467-braille dots12467-braille.glif dots124678-braille dots124678-braille.glif dots12468-braille dots12468-braille.glif dots1247-braille dots1247-braille.glif dots12478-braille dots12478-braille.glif dots1248-braille dots1248-braille.glif dots125-braille dots125-braille.glif dots1256-braille dots1256-braille.glif dots12567-braille dots12567-braille.glif dots125678-braille dots125678-braille.glif dots12568-braille dots12568-braille.glif dots1257-braille dots1257-braille.glif dots12578-braille dots12578-braille.glif dots1258-braille dots1258-braille.glif dots126-braille dots126-braille.glif dots1267-braille dots1267-braille.glif dots12678-braille dots12678-braille.glif dots1268-braille dots1268-braille.glif dots127-braille dots127-braille.glif dots1278-braille dots1278-braille.glif dots128-braille dots128-braille.glif dots13-braille dots13-braille.glif dots134-braille dots134-braille.glif dots1345-braille dots1345-braille.glif dots13456-braille dots13456-braille.glif dots134567-braille dots134567-braille.glif dots1345678-braille dots1345678-braille.glif dots134568-braille dots134568-braille.glif dots13457-braille dots13457-braille.glif dots134578-braille dots134578-braille.glif dots13458-braille dots13458-braille.glif dots1346-braille dots1346-braille.glif dots13467-braille dots13467-braille.glif dots134678-braille dots134678-braille.glif dots13468-braille dots13468-braille.glif dots1347-braille dots1347-braille.glif dots13478-braille dots13478-braille.glif dots1348-braille dots1348-braille.glif dots135-braille dots135-braille.glif dots1356-braille dots1356-braille.glif dots13567-braille dots13567-braille.glif dots135678-braille dots135678-braille.glif dots13568-braille dots13568-braille.glif dots1357-braille dots1357-braille.glif dots13578-braille dots13578-braille.glif dots1358-braille dots1358-braille.glif dots136-braille dots136-braille.glif dots1367-braille dots1367-braille.glif dots13678-braille dots13678-braille.glif dots1368-braille dots1368-braille.glif dots137-braille dots137-braille.glif dots1378-braille dots1378-braille.glif dots138-braille dots138-braille.glif dots14-braille dots14-braille.glif dots145-braille dots145-braille.glif dots1456-braille dots1456-braille.glif dots14567-braille dots14567-braille.glif dots145678-braille dots145678-braille.glif dots14568-braille dots14568-braille.glif dots1457-braille dots1457-braille.glif dots14578-braille dots14578-braille.glif dots1458-braille dots1458-braille.glif dots146-braille dots146-braille.glif dots1467-braille dots1467-braille.glif dots14678-braille dots14678-braille.glif dots1468-braille dots1468-braille.glif dots147-braille dots147-braille.glif dots1478-braille dots1478-braille.glif dots148-braille dots148-braille.glif dots15-braille dots15-braille.glif dots156-braille dots156-braille.glif dots1567-braille dots1567-braille.glif dots15678-braille dots15678-braille.glif dots1568-braille dots1568-braille.glif dots157-braille dots157-braille.glif dots1578-braille dots1578-braille.glif dots158-braille dots158-braille.glif dots16-braille dots16-braille.glif dots167-braille dots167-braille.glif dots1678-braille dots1678-braille.glif dots168-braille dots168-braille.glif dots17-braille dots17-braille.glif dots178-braille dots178-braille.glif dots18-braille dots18-braille.glif dots2-braille dots2-braille.glif dots23-braille dots23-braille.glif dots234-braille dots234-braille.glif dots2345-braille dots2345-braille.glif dots23456-braille dots23456-braille.glif dots234567-braille dots234567-braille.glif dots2345678-braille dots2345678-braille.glif dots234568-braille dots234568-braille.glif dots23457-braille dots23457-braille.glif dots234578-braille dots234578-braille.glif dots23458-braille dots23458-braille.glif dots2346-braille dots2346-braille.glif dots23467-braille dots23467-braille.glif dots234678-braille dots234678-braille.glif dots23468-braille dots23468-braille.glif dots2347-braille dots2347-braille.glif dots23478-braille dots23478-braille.glif dots2348-braille dots2348-braille.glif dots235-braille dots235-braille.glif dots2356-braille dots2356-braille.glif dots23567-braille dots23567-braille.glif dots235678-braille dots235678-braille.glif dots23568-braille dots23568-braille.glif dots2357-braille dots2357-braille.glif dots23578-braille dots23578-braille.glif dots2358-braille dots2358-braille.glif dots236-braille dots236-braille.glif dots2367-braille dots2367-braille.glif dots23678-braille dots23678-braille.glif dots2368-braille dots2368-braille.glif dots237-braille dots237-braille.glif dots2378-braille dots2378-braille.glif dots238-braille dots238-braille.glif dots24-braille dots24-braille.glif dots245-braille dots245-braille.glif dots2456-braille dots2456-braille.glif dots24567-braille dots24567-braille.glif dots245678-braille dots245678-braille.glif dots24568-braille dots24568-braille.glif dots2457-braille dots2457-braille.glif dots24578-braille dots24578-braille.glif dots2458-braille dots2458-braille.glif dots246-braille dots246-braille.glif dots2467-braille dots2467-braille.glif dots24678-braille dots24678-braille.glif dots2468-braille dots2468-braille.glif dots247-braille dots247-braille.glif dots2478-braille dots2478-braille.glif dots248-braille dots248-braille.glif dots25-braille dots25-braille.glif dots256-braille dots256-braille.glif dots2567-braille dots2567-braille.glif dots25678-braille dots25678-braille.glif dots2568-braille dots2568-braille.glif dots257-braille dots257-braille.glif dots2578-braille dots2578-braille.glif dots258-braille dots258-braille.glif dots26-braille dots26-braille.glif dots267-braille dots267-braille.glif dots2678-braille dots2678-braille.glif dots268-braille dots268-braille.glif dots27-braille dots27-braille.glif dots278-braille dots278-braille.glif dots28-braille dots28-braille.glif dots3-braille dots3-braille.glif dots34-braille dots34-braille.glif dots345-braille dots345-braille.glif dots3456-braille dots3456-braille.glif dots34567-braille dots34567-braille.glif dots345678-braille dots345678-braille.glif dots34568-braille dots34568-braille.glif dots3457-braille dots3457-braille.glif dots34578-braille dots34578-braille.glif dots3458-braille dots3458-braille.glif dots346-braille dots346-braille.glif dots3467-braille dots3467-braille.glif dots34678-braille dots34678-braille.glif dots3468-braille dots3468-braille.glif dots347-braille dots347-braille.glif dots3478-braille dots3478-braille.glif dots348-braille dots348-braille.glif dots35-braille dots35-braille.glif dots356-braille dots356-braille.glif dots3567-braille dots3567-braille.glif dots35678-braille dots35678-braille.glif dots3568-braille dots3568-braille.glif dots357-braille dots357-braille.glif dots3578-braille dots3578-braille.glif dots358-braille dots358-braille.glif dots36-braille dots36-braille.glif dots367-braille dots367-braille.glif dots3678-braille dots3678-braille.glif dots368-braille dots368-braille.glif dots37-braille dots37-braille.glif dots378-braille dots378-braille.glif dots38-braille dots38-braille.glif dots4-braille dots4-braille.glif dots45-braille dots45-braille.glif dots456-braille dots456-braille.glif dots4567-braille dots4567-braille.glif dots45678-braille dots45678-braille.glif dots4568-braille dots4568-braille.glif dots457-braille dots457-braille.glif dots4578-braille dots4578-braille.glif dots458-braille dots458-braille.glif dots46-braille dots46-braille.glif dots467-braille dots467-braille.glif dots4678-braille dots4678-braille.glif dots468-braille dots468-braille.glif dots47-braille dots47-braille.glif dots478-braille dots478-braille.glif dots48-braille dots48-braille.glif dots5-braille dots5-braille.glif dots56-braille dots56-braille.glif dots567-braille dots567-braille.glif dots5678-braille dots5678-braille.glif dots568-braille dots568-braille.glif dots57-braille dots57-braille.glif dots578-braille dots578-braille.glif dots58-braille dots58-braille.glif dots6-braille dots6-braille.glif dots67-braille dots67-braille.glif dots678-braille dots678-braille.glif dots68-braille dots68-braille.glif dots7-braille dots7-braille.glif dots78-braille dots78-braille.glif dots8-braille dots8-braille.glif dottedCircle dottedC_ircle.glif dottedSquare dottedS_quare.glif downArrow downA_rrow.glif downBlackSmallTriangle downB_lackS_mallT_riangle.glif downBlackTriangle downB_lackT_riangle.glif downTipLeftArrow downT_ipL_eftA_rrow.glif downWhiteSmallTriangle downW_hiteS_mallT_riangle.glif downWhiteTriangle downW_hiteT_riangle.glif dze-cy dze-cy.glif dzhe-cy dzhe-cy.glif e e.glif e-cy e-cy.glif eacute eacute.glif ebreve ebreve.glif ecaron ecaron.glif ecircumflex ecircumflex.glif ecircumflexacute ecircumflexacute.glif ecircumflexdotbelow ecircumflexdotbelow.glif ecircumflexgrave ecircumflexgrave.glif ecircumflexhookabove ecircumflexhookabove.glif ecircumflextilde ecircumflextilde.glif edieresis edieresis.glif edotaccent edotaccent.glif edotbelow edotbelow.glif ef-cy ef-cy.glif egrave egrave.glif ehookabove ehookabove.glif eight eight.glif eight.dnom eight.dnom.glif eight.numr eight.numr.glif eightinferior eightinferior.glif eightsuperior eightsuperior.glif el-cy el-cy.glif el-cy.loclBGR el-cy.loclB_G_R_.glif ellipsis ellipsis.glif em-cy em-cy.glif emacron emacron.glif emdash emdash.glif en-cy en-cy.glif endOfMediumControl endO_fM_ediumC_ontrol.glif endOfMediumControl.ss20 endO_fM_ediumC_ontrol.ss20.glif endOfTextControl endO_fT_extC_ontrol.glif endOfTextControl.ss20 endO_fT_extC_ontrol.ss20.glif endOfTransmissionBlockControl endO_fT_ransmissionB_lockC_ontrol.glif endOfTransmissionBlockControl.ss20 endO_fT_ransmissionB_lockC_ontrol.ss20.glif endOfTransmissionControl endO_fT_ransmissionC_ontrol.glif endOfTransmissionControl.ss20 endO_fT_ransmissionC_ontrol.ss20.glif endash endash.glif endescender-cy endescender-cy.glif eng eng.glif enquiryControl enquiryC_ontrol.glif enquiryControl.ss20 enquiryC_ontrol.ss20.glif eogonek eogonek.glif eopen eopen.glif epsilon epsilon.glif epsilontonos epsilontonos.glif equal equal.glif equal_end.seq equal_end.seq.glif equal_equal.liga equal_equal.liga.glif equal_equal_equal.liga equal_equal_equal.liga.glif equal_middle.seq equal_middle.seq.glif equal_start.seq equal_start.seq.glif equivalence equivalence.glif er-cy er-cy.glif ereversed-cy ereversed-cy.glif es-cy es-cy.glif escapeControl escapeC_ontrol.glif escapeControl.ss20 escapeC_ontrol.ss20.glif esh esh.glif estimated estimated.glif eta eta.glif etatonos etatonos.glif eth eth.glif etilde etilde.glif eturned eturned.glif euro euro.glif eurocurrency eurocurrency.glif exclam exclam.glif exclam_colon.liga exclam_colon.liga.glif exclam_equal.liga exclam_equal.liga.glif exclam_equal_equal.liga exclam_equal_equal.liga.glif exclam_equal_middle.seq exclam_equal_middle.seq.glif exclam_exclam.liga exclam_exclam.liga.glif exclam_exclam_period.liga exclam_exclam_period.liga.glif exclam_period.liga exclam_period.liga.glif exclamdouble exclamdouble.glif exclamdown exclamdown.glif ezh ezh.glif f f.glif fi fi.glif fileSeparatorControl fileS_eparatorC_ontrol.glif filledRect filledR_ect.glif firsttonechinese firsttonechinese.glif fisheye fisheye.glif five five.glif five.dnom five.dnom.glif five.numr five.numr.glif fiveeighths fiveeighths.glif fiveinferior fiveinferior.glif fivesuperior fivesuperior.glif fl fl.glif florin florin.glif formFeedControl formF_eedC_ontrol.glif formFeedControl.ss20 formF_eedC_ontrol.ss20.glif four four.glif four.dnom four.dnom.glif four.half four.half.glif four.numr four.numr.glif fourinferior fourinferior.glif foursuperior foursuperior.glif fraction fraction.glif franc franc.glif fullBlock fullB_lock.glif fullBlock.stypo fullB_lock.stypo.glif g g.glif gamma gamma.glif gamma-latin gamma-latin.glif gbreve gbreve.glif gcaron gcaron.glif gcircumflex gcircumflex.glif gcommaaccent gcommaaccent.glif gdotaccent gdotaccent.glif ge-cy ge-cy.glif ge-cy.loclBGR ge-cy.loclB_G_R_.glif germandbls germandbls.glif ghestroke-cy ghestroke-cy.glif gheupturn-cy gheupturn-cy.glif gje-cy gje-cy.glif glottalstop glottalstop.glif glottalstopmod glottalstopmod.glif glottalstopreversed glottalstopreversed.glif grave grave.glif gravecomb gravecomb.glif gravecomb.case gravecomb.case.glif gravetonecomb gravetonecomb.glif greater greater.glif greater.alt greater.alt.glif greater.center greater.center.glif greater_equal.liga greater_equal.liga.glif greater_equal_end.seq greater_equal_end.seq.glif greater_equal_middle.seq greater_equal_middle.seq.glif greater_equal_start.seq greater_equal_start.seq.glif greater_greater.liga greater_greater.liga.glif greater_greater_equal_end.seq greater_greater_equal_end.seq.glif greater_greater_equal_middle.seq greater_greater_equal_middle.seq.glif greater_greater_equal_start.seq greater_greater_equal_start.seq.glif greater_greater_greater.liga greater_greater_greater.liga.glif greater_greater_hyphen_end.seq greater_greater_hyphen_end.seq.glif greater_greater_hyphen_middle.seq greater_greater_hyphen_middle.seq.glif greater_greater_hyphen_start.seq greater_greater_hyphen_start.seq.glif greater_hyphen_end.seq greater_hyphen_end.seq.glif greater_hyphen_middle.seq greater_hyphen_middle.seq.glif greater_hyphen_start.seq greater_hyphen_start.seq.glif greaterequal greaterequal.glif groupSeparatorControl groupS_eparatorC_ontrol.glif gstroke gstroke.glif guarani guarani.glif guillemetleft guillemetleft.glif guillemetright guillemetright.glif guilsinglleft guilsinglleft.glif guilsinglright guilsinglright.glif h h.glif ha-cy ha-cy.glif hadescender-cy hadescender-cy.glif hardsign-cy hardsign-cy.glif hardsign-cy.loclBGR hardsign-cy.loclB_G_R_.glif hbar hbar.glif hcaron hcaron.glif hcircumflex hcircumflex.glif hdotbelow hdotbelow.glif heartBlackSuit heartB_lackS_uit.glif heavyleftpointinganglebracketornament heavyleftpointinganglebracketornament.glif heavyleftpointinganglequotationmarkornament heavyleftpointinganglequotationmarkornament.glif heavyrightpointinganglebracketornament heavyrightpointinganglebracketornament.glif heavyrightpointinganglequotationmarkornament heavyrightpointinganglequotationmarkornament.glif hookabovecomb hookabovecomb.glif hookabovecomb.case hookabovecomb.case.glif horizontalBlackHexagon horizontalB_lackH_exagon.glif horizontalFillSquare horizontalF_illS_quare.glif horizontalTabulationControl horizontalT_abulationC_ontrol.glif horizontalTabulationControl.ss20 horizontalT_abulationC_ontrol.ss20.glif horizontalbar horizontalbar.glif horizontallineextension horizontallineextension.glif horncomb horncomb.glif horncomb.case horncomb.case.glif house house.glif hryvnia hryvnia.glif hungarumlaut hungarumlaut.glif hungarumlautcomb hungarumlautcomb.glif hungarumlautcomb.case hungarumlautcomb.case.glif hyphen hyphen.glif hyphen_asciitilde.liga hyphen_asciitilde.liga.glif hyphen_end.seq hyphen_end.seq.glif hyphen_hyphen.liga hyphen_hyphen.liga.glif hyphen_hyphen_hyphen.liga hyphen_hyphen_hyphen.liga.glif hyphen_middle.seq hyphen_middle.seq.glif hyphen_start.seq hyphen_start.seq.glif hyphentwo hyphentwo.glif i i.glif i-cy i-cy.glif ia-cy ia-cy.glif iacute iacute.glif iacute_j.loclNLD iacute_j.loclN_L_D_.glif ibreve ibreve.glif icircumflex icircumflex.glif idieresis idieresis.glif idotbelow idotbelow.glif idotless idotless.glif ie-cy ie-cy.glif iegrave-cy iegrave-cy.glif igrave igrave.glif ihookabove ihookabove.glif ii-cy ii-cy.glif ii-cy.loclBGR ii-cy.loclB_G_R_.glif iigrave-cy iigrave-cy.glif iigrave-cy.loclBGR iigrave-cy.loclB_G_R_.glif iishort-cy iishort-cy.glif iishort-cy.loclBGR iishort-cy.loclB_G_R_.glif ij ij.glif imacron imacron.glif imacron-cy imacron-cy.glif increment increment.glif infinity infinity.glif integral integral.glif integralbt integralbt.glif integraltp integraltp.glif intersection intersection.glif inverseBullet inverseB_ullet.glif inverseWhiteCircle inverseW_hiteC_ircle.glif io-cy io-cy.glif iogonek iogonek.glif iota iota.glif iota-latin iota-latin.glif iotadieresis iotadieresis.glif iotadieresistonos iotadieresistonos.glif iotatonos iotatonos.glif itilde itilde.glif iu-cy iu-cy.glif iu-cy.loclBGR iu-cy.loclB_G_R_.glif j j.glif jcaron jcaron.glif jcircumflex jcircumflex.glif jdotless jdotless.glif je-cy je-cy.glif k k.glif ka-cy ka-cy.glif ka-cy.loclBGR ka-cy.loclB_G_R_.glif kadescender-cy kadescender-cy.glif kaiSymbol kaiS_ymbol.glif kappa kappa.glif kcommaaccent kcommaaccent.glif kdotbelow kdotbelow.glif kgreenlandic kgreenlandic.glif kip kip.glif kje-cy kje-cy.glif klinebelow klinebelow.glif l l.glif lacute lacute.glif lambda lambda.glif lambdastroke lambdastroke.glif largeCircle largeC_ircle.glif lari lari.glif lbar lbar.glif lbelt lbelt.glif lcaron lcaron.glif lcommaaccent lcommaaccent.glif ldot ldot.glif ldotbelow ldotbelow.glif leftArrow leftA_rrow.glif leftBlackPointer leftB_lackP_ointer.glif leftBlackSmallTriangle leftB_lackS_mallT_riangle.glif leftBlackTriangle leftB_lackT_riangle.glif leftBlock leftB_lock.glif leftBlock.stypo leftB_lock.stypo.glif leftFiveEighthsBlock leftF_iveE_ighthsB_lock.glif leftFiveEighthsBlock.stypo leftF_iveE_ighthsB_lock.stypo.glif leftHalfBlackCircle leftH_alfB_lackC_ircle.glif leftHalfBlackDiamond leftH_alfB_lackD_iamond.glif leftHalfBlackSquare leftH_alfB_lackS_quare.glif leftHalfBlackWhiteCircle leftH_alfB_lackW_hiteC_ircle.glif leftOneEighthBlock leftO_neE_ighthB_lock.glif leftOneEighthBlock.stypo leftO_neE_ighthB_lock.stypo.glif leftOneQuarterBlock leftO_neQ_uarterB_lock.glif leftOneQuarterBlock.stypo leftO_neQ_uarterB_lock.stypo.glif leftRightArrow leftR_ightA_rrow.glif leftSevenEighthsBlock leftS_evenE_ighthsB_lock.glif leftSevenEighthsBlock.stypo leftS_evenE_ighthsB_lock.stypo.glif leftThreeEighthsBlock leftT_hreeE_ighthsB_lock.glif leftThreeEighthsBlock.stypo leftT_hreeE_ighthsB_lock.stypo.glif leftThreeQuartersBlock leftT_hreeQ_uartersB_lock.glif leftThreeQuartersBlock.stypo leftT_hreeQ_uartersB_lock.stypo.glif leftWhitePointer leftW_hiteP_ointer.glif leftWhiteSmallTriangle leftW_hiteS_mallT_riangle.glif leftWhiteTriangle leftW_hiteT_riangle.glif less less.glif less.alt less.alt.glif less.center less.center.glif less_asciitilde.liga less_asciitilde.liga.glif less_asciitilde_asciitilde.liga less_asciitilde_asciitilde.liga.glif less_asciitilde_greater.liga less_asciitilde_greater.liga.glif less_asterisk.liga less_asterisk.liga.glif less_asterisk_greater.liga less_asterisk_greater.liga.glif less_bar.liga less_bar.liga.glif less_bar_bar.liga less_bar_bar.liga.glif less_bar_bar_bar.liga less_bar_bar_bar.liga.glif less_bar_greater.liga less_bar_greater.liga.glif less_dollar.liga less_dollar.liga.glif less_dollar.liga.BRACKET.600 less_dollar.liga.B_R_A_C_K_E_T_.600.glif less_dollar_greater.liga less_dollar_greater.liga.glif less_dollar_greater.liga.BRACKET.600 less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif less_equal.liga less_equal.liga.glif less_equal_end.seq less_equal_end.seq.glif less_equal_middle.seq less_equal_middle.seq.glif less_equal_start.seq less_equal_start.seq.glif less_exclam_hyphen_hyphen.liga less_exclam_hyphen_hyphen.liga.glif less_greater.liga less_greater.liga.glif less_hyphen_end.seq less_hyphen_end.seq.glif less_hyphen_middle.seq less_hyphen_middle.seq.glif less_hyphen_start.seq less_hyphen_start.seq.glif less_less.liga less_less.liga.glif less_less_equal_end.seq less_less_equal_end.seq.glif less_less_equal_middle.seq less_less_equal_middle.seq.glif less_less_equal_start.seq less_less_equal_start.seq.glif less_less_hyphen_end.seq less_less_hyphen_end.seq.glif less_less_hyphen_middle.seq less_less_hyphen_middle.seq.glif less_less_hyphen_start.seq less_less_hyphen_start.seq.glif less_less_less.liga less_less_less.liga.glif less_plus.liga less_plus.liga.glif less_plus_greater.liga less_plus_greater.liga.glif less_slash.liga less_slash.liga.glif less_slash_greater.liga less_slash_greater.liga.glif lessequal lessequal.glif lineFeedControl lineF_eedC_ontrol.glif lineFeedControl.ss20 lineF_eedC_ontrol.ss20.glif lineseparator lineseparator.glif lira lira.glif liraTurkish liraT_urkish.glif literSign literS_ign.glif lje-cy lje-cy.glif llinebelow llinebelow.glif lmiddletilde lmiddletilde.glif logicalnot logicalnot.glif logicalnotReversed logicalnotR_eversed.glif longs longs.glif lowerFiveEighthsBlock lowerF_iveE_ighthsB_lock.glif lowerFiveEighthsBlock.stypo lowerF_iveE_ighthsB_lock.stypo.glif lowerHalfArc lowerH_alfA_rc.glif lowerHalfBlackWhiteCircle lowerH_alfB_lackW_hiteC_ircle.glif lowerHalfBlock lowerH_alfB_lock.glif lowerHalfBlock.stypo lowerH_alfB_lock.stypo.glif lowerHalfInverseWhiteCircle lowerH_alfI_nverseW_hiteC_ircle.glif lowerHalfWhiteSquare lowerH_alfW_hiteS_quare.glif lowerLeftArc lowerL_eftA_rc.glif lowerLeftBlackTriangle lowerL_eftB_lackT_riangle.glif lowerLeftBlock lowerL_eftB_lock.glif lowerLeftBlock.stypo lowerL_eftB_lock.stypo.glif lowerLeftHalfWhiteSquare lowerL_eftH_alfW_hiteS_quare.glif lowerLeftQuadrantWhiteCircle lowerL_eftQ_uadrantW_hiteC_ircle.glif lowerLeftTriangle lowerL_eftT_riangle.glif lowerOneEighthBlock lowerO_neE_ighthB_lock.glif lowerOneEighthBlock.stypo lowerO_neE_ighthB_lock.stypo.glif lowerOneQuarterBlock lowerO_neQ_uarterB_lock.glif lowerOneQuarterBlock.stypo lowerO_neQ_uarterB_lock.stypo.glif lowerRightArc lowerR_ightA_rc.glif lowerRightBlackTriangle lowerR_ightB_lackT_riangle.glif lowerRightBlock lowerR_ightB_lock.glif lowerRightBlock.stypo lowerR_ightB_lock.stypo.glif lowerRightDiagonalHalfBlackSquare lowerR_ightD_iagonalH_alfB_lackS_quare.glif lowerRightQuadrantWhiteCircle lowerR_ightQ_uadrantW_hiteC_ircle.glif lowerRightTriangle lowerR_ightT_riangle.glif lowerSevenEighthsBlock lowerS_evenE_ighthsB_lock.glif lowerSevenEighthsBlock.stypo lowerS_evenE_ighthsB_lock.stypo.glif lowerThreeEighthsBlock lowerT_hreeE_ighthsB_lock.glif lowerThreeEighthsBlock.stypo lowerT_hreeE_ighthsB_lock.stypo.glif lowerThreeQuartersBlock lowerT_hreeQ_uartersB_lock.glif lowerThreeQuartersBlock.stypo lowerT_hreeQ_uartersB_lock.stypo.glif lowernumeral-greek lowernumeral-greek.glif lowlinecomb lowlinecomb.glif lozenge lozenge.glif lslash lslash.glif m m.glif macron macron.glif macronbelowcomb macronbelowcomb.glif macroncomb macroncomb.glif macroncomb.case macroncomb.case.glif manat manat.glif mars mars.glif mediumBlackSmallSquare mediumB_lackS_mallS_quare.glif mediumBlackSquare mediumB_lackS_quare.glif mediumWhiteSmallSquare mediumW_hiteS_mallS_quare.glif mediumWhiteSquare mediumW_hiteS_quare.glif mediumleftpointinganglebracketornament mediumleftpointinganglebracketornament.glif mediumrightpointinganglebracketornament mediumrightpointinganglebracketornament.glif micro micro.glif minus minus.glif minute minute.glif mu mu.glif multiply multiply.glif n n.glif nacute nacute.glif nacute.loclPLK nacute.loclP_L_K_.glif naira naira.glif napostrophe napostrophe.glif nbspace nbspace.glif ncaron ncaron.glif ncommaaccent ncommaaccent.glif negativeAcknowledgeControl negativeA_cknowledgeC_ontrol.glif negativeAcknowledgeControl.ss20 negativeA_cknowledgeC_ontrol.ss20.glif newlineControl newlineC_ontrol.glif nhookleft nhookleft.glif nine nine.glif nine.dnom nine.dnom.glif nine.numr nine.numr.glif nineinferior nineinferior.glif ninesuperior ninesuperior.glif nje-cy nje-cy.glif nlinebelow nlinebelow.glif nmod nmod.glif nonbreakinghyphen nonbreakinghyphen.glif note-musical note-musical.glif notedbl-musical notedbl-musical.glif notequal notequal.glif notidentical notidentical.glif ntilde ntilde.glif nu nu.glif nullControl nullC_ontrol.glif numbersign numbersign.glif numbersign_braceleft.liga numbersign_braceleft.liga.glif numbersign_bracketleft.liga numbersign_bracketleft.liga.glif numbersign_colon.liga numbersign_colon.liga.glif numbersign_end.seq numbersign_end.seq.glif numbersign_equal.liga numbersign_equal.liga.glif numbersign_exclam.liga numbersign_exclam.liga.glif numbersign_middle.seq numbersign_middle.seq.glif numbersign_parenleft.liga numbersign_parenleft.liga.glif numbersign_question.liga numbersign_question.liga.glif numbersign_start.seq numbersign_start.seq.glif numbersign_underscore.liga numbersign_underscore.liga.glif numbersign_underscore_parenleft.liga numbersign_underscore_parenleft.liga.glif numeral-greek numeral-greek.glif numero numero.glif o o.glif o-cy o-cy.glif oacute oacute.glif oacute.loclPLK oacute.loclP_L_K_.glif obarred-cy obarred-cy.glif obreve obreve.glif ocircumflex ocircumflex.glif ocircumflexacute ocircumflexacute.glif ocircumflexdotbelow ocircumflexdotbelow.glif ocircumflexgrave ocircumflexgrave.glif ocircumflexhookabove ocircumflexhookabove.glif ocircumflextilde ocircumflextilde.glif odieresis odieresis.glif odotbelow odotbelow.glif oe oe.glif ogonek ogonek.glif ogonekcomb ogonekcomb.glif ograve ograve.glif ohookabove ohookabove.glif ohorn ohorn.glif ohornacute ohornacute.glif ohorndotbelow ohorndotbelow.glif ohorngrave ohorngrave.glif ohornhookabove ohornhookabove.glif ohorntilde ohorntilde.glif ohungarumlaut ohungarumlaut.glif omacron omacron.glif omacronacute omacronacute.glif omacrongrave omacrongrave.glif omega omega.glif omegatonos omegatonos.glif omicron omicron.glif omicrontonos omicrontonos.glif one one.glif one.dnom one.dnom.glif one.half one.half.glif one.numr one.numr.glif onedotenleader onedotenleader.glif oneeighth oneeighth.glif onehalf onehalf.glif oneinferior oneinferior.glif onequarter onequarter.glif onesuperior onesuperior.glif oogonek oogonek.glif oopen oopen.glif ordfeminine ordfeminine.glif ordmasculine ordmasculine.glif orthogonal orthogonal.glif oslash oslash.glif oslashacute oslashacute.glif otilde otilde.glif overline overline.glif p p.glif palochka-cy palochka-cy.glif paragraph paragraph.glif parenleft parenleft.glif parenleft_asterisk.liga parenleft_asterisk.liga.glif parenright parenright.glif partialdiff partialdiff.glif pe-cy pe-cy.glif pe-cy.loclBGR pe-cy.loclB_G_R_.glif percent percent.glif percent_percent.liga percent_percent.liga.glif period period.glif period_equal.liga period_equal.liga.glif period_hyphen.liga period_hyphen.liga.glif period_period.liga period_period.liga.glif period_period_equal.liga period_period_equal.liga.glif period_period_less.liga period_period_less.liga.glif period_period_period.liga period_period_period.liga.glif period_question.liga period_question.liga.glif periodcentered periodcentered.glif perispomenicomb perispomenicomb.glif perthousand perthousand.glif peseta peseta.glif peso peso.glif phi phi.glif pi pi.glif plus plus.glif plus_greater.liga plus_greater.liga.glif plus_plus.liga plus_plus.liga.glif plus_plus_plus.liga plus_plus_plus.liga.glif plusminus plusminus.glif prescription prescription.glif product product.glif psi psi.glif published published.glif punctuationspace punctuationspace.glif q q.glif question question.glif question_colon.liga question_colon.liga.glif question_equal.liga question_equal.liga.glif question_period.liga question_period.liga.glif question_question.liga question_question.liga.glif question_question_equal.liga question_question_equal.liga.glif questiondown questiondown.glif questiongreek questiongreek.glif quotedbl quotedbl.glif quotedblbase quotedblbase.glif quotedblleft quotedblleft.glif quotedblright quotedblright.glif quoteleft quoteleft.glif quotereversed quotereversed.glif quoteright quoteright.glif quotesinglbase quotesinglbase.glif quotesingle quotesingle.glif r r.glif racute racute.glif radical radical.glif rcaron rcaron.glif rcommaaccent rcommaaccent.glif rdotbelow rdotbelow.glif recordSeparatorControl recordS_eparatorC_ontrol.glif registered registered.glif returnsymbol returnsymbol.glif reversedRotatedFloralHeartBullet reversedR_otatedF_loralH_eartB_ullet.glif rho rho.glif rightArrow rightA_rrow.glif rightBlackPointer rightB_lackP_ointer.glif rightBlackSmallTriangle rightB_lackS_mallT_riangle.glif rightBlackTriangle rightB_lackT_riangle.glif rightBlock rightB_lock.glif rightBlock.stypo rightB_lock.stypo.glif rightHalfBlackCircle rightH_alfB_lackC_ircle.glif rightHalfBlackDiamond rightH_alfB_lackD_iamond.glif rightHalfBlackSquare rightH_alfB_lackS_quare.glif rightHalfBlackWhiteCircle rightH_alfB_lackW_hiteC_ircle.glif rightOneEighthBlock rightO_neE_ighthB_lock.glif rightOneEighthBlock.stypo rightO_neE_ighthB_lock.stypo.glif rightWhitePointer rightW_hiteP_ointer.glif rightWhiteSmallTriangle rightW_hiteS_mallT_riangle.glif rightWhiteTriangle rightW_hiteT_riangle.glif ring ring.glif ringbelowcomb ringbelowcomb.glif ringcomb ringcomb.glif ringcomb.case ringcomb.case.glif rotatedFloralHeartBullet rotatedF_loralH_eartB_ullet.glif ruble ruble.glif rupee rupee.glif rupeeIndian rupeeI_ndian.glif s s.glif sacute sacute.glif sacute.loclPLK sacute.loclP_L_K_.glif scaron scaron.glif scedilla scedilla.glif schwa schwa.glif schwa-cy schwa-cy.glif scircumflex scircumflex.glif scommaaccent scommaaccent.glif sdotbelow sdotbelow.glif second second.glif section section.glif semicolon semicolon.glif semicolon_semicolon.liga semicolon_semicolon.liga.glif seven seven.glif seven.dnom seven.dnom.glif seven.numr seven.numr.glif seveneighths seveneighths.glif seveninferior seveninferior.glif sevensuperior sevensuperior.glif sha-cy sha-cy.glif sha-cy.loclBGR sha-cy.loclB_G_R_.glif shadedark shadedark.glif shadedark.stypo shadedark.stypo.glif shadelight shadelight.glif shadelight.stypo shadelight.stypo.glif shademedium shademedium.glif shademedium.stypo shademedium.stypo.glif shcha-cy shcha-cy.glif shcha-cy.loclBGR shcha-cy.loclB_G_R_.glif sheqel sheqel.glif shha-cy shha-cy.glif shiftInControl shiftI_nC_ontrol.glif shiftInControl.ss20 shiftI_nC_ontrol.ss20.glif shiftOutControl shiftO_utC_ontrol.glif shiftOutControl.ss20 shiftO_utC_ontrol.ss20.glif sigma sigma.glif sigmafinal sigmafinal.glif six six.glif six.dnom six.dnom.glif six.numr six.numr.glif sixinferior sixinferior.glif sixsuperior sixsuperior.glif slash slash.glif slash_asterisk.liga slash_asterisk.liga.glif slash_backslash.liga slash_backslash.liga.glif slash_equal_end.seq slash_equal_end.seq.glif slash_equal_middle.seq slash_equal_middle.seq.glif slash_equal_start.seq slash_equal_start.seq.glif slash_greater.liga slash_greater.liga.glif slash_slash.liga slash_slash.liga.glif slash_slash_equal_end.seq slash_slash_equal_end.seq.glif slash_slash_equal_middle.seq slash_slash_equal_middle.seq.glif slash_slash_equal_start.seq slash_slash_equal_start.seq.glif slash_slash_slash.liga slash_slash_slash.liga.glif softhyphen softhyphen.glif softsign-cy softsign-cy.glif softsign-cy.loclBGR softsign-cy.loclB_G_R_.glif space space.glif spaceControl spaceC_ontrol.glif spadeBlackSuit spadeB_lackS_uit.glif startOfHeadingControl startO_fH_eadingC_ontrol.glif startOfHeadingControl.ss20 startO_fH_eadingC_ontrol.ss20.glif startOfTextControl startO_fT_extC_ontrol.glif startOfTextControl.ss20 startO_fT_extC_ontrol.ss20.glif sterling sterling.glif strictlyequivalentto strictlyequivalentto.glif substituteControl substituteC_ontrol.glif substituteControl.ss20 substituteC_ontrol.ss20.glif substituteFormTwoControl substituteF_ormT_woC_ontrol.glif summation summation.glif sunWithRays sunW_ithR_ays.glif synchronousIdleControl synchronousI_dleC_ontrol.glif synchronousIdleControl.ss20 synchronousI_dleC_ontrol.ss20.glif t t.glif tau tau.glif tbar tbar.glif tcaron tcaron.glif tcedilla tcedilla.glif tcommaaccent tcommaaccent.glif te-cy te-cy.glif te-cy.loclBGR te-cy.loclB_G_R_.glif tenge tenge.glif tesh tesh.glif theta theta.glif thetamod thetamod.glif thorn thorn.glif three three.glif three.dnom three.dnom.glif three.half three.half.glif three.numr three.numr.glif threeeighths threeeighths.glif threeinferior threeinferior.glif threequarters threequarters.glif threesuperior threesuperior.glif tilde tilde.glif tildecomb tildecomb.glif tildecomb.case tildecomb.case.glif tonos tonos.glif tonos.case tonos.case.glif topHalfBlackCircle topH_alfB_lackC_ircle.glif topHalfBlackDiamond topH_alfB_lackD_iamond.glif topHalfWhiteSquare topH_alfW_hiteS_quare.glif topRightHalfWhiteSquare topR_ightH_alfW_hiteS_quare.glif trademark trademark.glif tse-cy tse-cy.glif tse-cy.loclBGR tse-cy.loclB_G_R_.glif tshe-cy tshe-cy.glif tugrik tugrik.glif two two.glif two.dnom two.dnom.glif two.half two.half.glif two.numr two.numr.glif twoinferior twoinferior.glif twosuperior twosuperior.glif u u.glif u-cy u-cy.glif uacute uacute.glif ubreve ubreve.glif ucircumflex ucircumflex.glif udieresis udieresis.glif udotbelow udotbelow.glif ugrave ugrave.glif uhookabove uhookabove.glif uhorn uhorn.glif uhornacute uhornacute.glif uhorndotbelow uhorndotbelow.glif uhorngrave uhorngrave.glif uhornhookabove uhornhookabove.glif uhorntilde uhorntilde.glif uhungarumlaut uhungarumlaut.glif umacron umacron.glif umacron-cy umacron-cy.glif underscore underscore.glif underscore_end.seq underscore_end.seq.glif underscore_middle.seq underscore_middle.seq.glif underscore_start.seq underscore_start.seq.glif underscore_underscore.liga underscore_underscore.liga.glif underscoredbl underscoredbl.glif unitSeparatorControl unitS_eparatorC_ontrol.glif uogonek uogonek.glif upArrow upA_rrow.glif upBlackSmallTriangle upB_lackS_mallT_riangle.glif upBlackTriangle upB_lackT_riangle.glif upDashArrow upD_ashA_rrow.glif upDownArrow upD_ownA_rrow.glif upDownbaseArrow upD_ownbaseA_rrow.glif upLeftHalfBlackTriangle upL_eftH_alfB_lackT_riangle.glif upRightHalfBlackTriangle upR_ightH_alfB_lackT_riangle.glif upWhiteSmallTriangle upW_hiteS_mallT_riangle.glif upWhiteTriangle upW_hiteT_riangle.glif upWhiteTriangleWithDot upW_hiteT_riangleW_ithD_ot.glif upperHalfArc upperH_alfA_rc.glif upperHalfBlackWhiteCircle upperH_alfB_lackW_hiteC_ircle.glif upperHalfBlock upperH_alfB_lock.glif upperHalfBlock.stypo upperH_alfB_lock.stypo.glif upperHalfInverseWhiteCircle upperH_alfI_nverseW_hiteC_ircle.glif upperLeftAndLowerLeftAndLowerRightBlock upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif upperLeftAndLowerLeftAndLowerRightBlock.stypo upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif upperLeftAndLowerRightBlock upperL_eftA_ndL_owerR_ightB_lock.glif upperLeftAndLowerRightBlock.stypo upperL_eftA_ndL_owerR_ightB_lock.stypo.glif upperLeftAndUpperRightAndLowerLeftBlock upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif upperLeftAndUpperRightAndLowerLeftBlock.stypo upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.stypo.glif upperLeftAndUpperRightAndLowerRightBlock upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glif upperLeftAndUpperRightAndLowerRightBlock.stypo upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.stypo.glif upperLeftArc upperL_eftA_rc.glif upperLeftBlackTriangle upperL_eftB_lackT_riangle.glif upperLeftBlock upperL_eftB_lock.glif upperLeftBlock.stypo upperL_eftB_lock.stypo.glif upperLeftDiagonalHalfBlackSquare upperL_eftD_iagonalH_alfB_lackS_quare.glif upperLeftQuadrantWhiteCircle upperL_eftQ_uadrantW_hiteC_ircle.glif upperLeftTriangle upperL_eftT_riangle.glif upperLeftWhiteCircle upperL_eftW_hiteC_ircle.glif upperOneEighthBlock upperO_neE_ighthB_lock.glif upperOneEighthBlock.stypo upperO_neE_ighthB_lock.stypo.glif upperRightAndLowerLeftAndLowerRightBlock upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif upperRightAndLowerLeftAndLowerRightBlock.stypo upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif upperRightAndLowerLeftBlock upperR_ightA_ndL_owerL_eftB_lock.glif upperRightAndLowerLeftBlock.stypo upperR_ightA_ndL_owerL_eftB_lock.stypo.glif upperRightArc upperR_ightA_rc.glif upperRightBlackCircle upperR_ightB_lackC_ircle.glif upperRightBlackTriangle upperR_ightB_lackT_riangle.glif upperRightBlock upperR_ightB_lock.glif upperRightBlock.stypo upperR_ightB_lock.stypo.glif upperRightQuadrantWhiteCircle upperR_ightQ_uadrantW_hiteC_ircle.glif upperRightTriangle upperR_ightT_riangle.glif upperlefttolowerrightFillSquare upperlefttolowerrightF_illS_quare.glif upperrighttolowerleftFillSquare upperrighttolowerleftF_illS_quare.glif upsilon upsilon.glif upsilon-latin upsilon-latin.glif upsilondieresis upsilondieresis.glif upsilondieresistonos upsilondieresistonos.glif upsilontonos upsilontonos.glif uring uring.glif ushort-cy ushort-cy.glif ustraight-cy ustraight-cy.glif ustraightstroke-cy ustraightstroke-cy.glif utilde utilde.glif v v.glif ve-cy ve-cy.glif ve-cy.loclBGR ve-cy.loclB_G_R_.glif vectorOrCrossProduct vectorO_rC_rossP_roduct.glif venus venus.glif verticalBisectingLineWhiteSquare verticalB_isectingL_ineW_hiteS_quare.glif verticalFillCircle verticalF_illC_ircle.glif verticalFillSquare verticalF_illS_quare.glif verticalTabulationControl verticalT_abulationC_ontrol.glif verticalTabulationControl.ss20 verticalT_abulationC_ontrol.ss20.glif vhook vhook.glif vturned vturned.glif w w.glif w_w_w.liga w_w_w.liga.glif wacute wacute.glif wcircumflex wcircumflex.glif wdieresis wdieresis.glif wgrave wgrave.glif whiteBullet whiteB_ullet.glif whiteCircle whiteC_ircle.glif whiteDiamond whiteD_iamond.glif whiteHexagon whiteH_exagon.glif whiteHorizontalEllipse whiteH_orizontalE_llipse.glif whiteInBlackSquare whiteI_nB_lackS_quare.glif whiteLargeSquare whiteL_argeS_quare.glif whiteLowerLeftQuadrantSquare whiteL_owerL_eftQ_uadrantS_quare.glif whiteLowerRightQuadrantSquare whiteL_owerR_ightQ_uadrantS_quare.glif whiteMediumDiamond whiteM_ediumD_iamond.glif whiteMediumLozenge whiteM_ediumL_ozenge.glif whiteParallelogram whiteP_arallelogram.glif whitePentagon whiteP_entagon.glif whiteRect whiteR_ect.glif whiteRoundedCornersSquare whiteR_oundedC_ornersS_quare.glif whiteSmallLozenge whiteS_mallL_ozenge.glif whiteSmallSquare whiteS_mallS_quare.glif whiteSmilingFace whiteS_milingF_ace.glif whiteSquare whiteS_quare.glif whiteUpperLeftQuadrantSquare whiteU_pperL_eftQ_uadrantS_quare.glif whiteUpperRightQuadrantSquare whiteU_pperR_ightQ_uadrantS_quare.glif whiteVerticalEllipse whiteV_erticalE_llipse.glif whiteVerticalRect whiteV_erticalR_ect.glif whiteVerysmallSquare whiteV_erysmallS_quare.glif wmod wmod.glif won won.glif x x.glif x.multiply x.multiply.glif xi xi.glif y y.glif yacute yacute.glif ycircumflex ycircumflex.glif ydieresis ydieresis.glif ydotbelow ydotbelow.glif yen yen.glif yeru-cy yeru-cy.glif ygrave ygrave.glif yhookabove yhookabove.glif yi-cy yi-cy.glif ymacron ymacron.glif ymod ymod.glif ytilde ytilde.glif z z.glif zacute zacute.glif zacute.loclPLK zacute.loclP_L_K_.glif zcaron zcaron.glif zdotaccent zdotaccent.glif ze-cy ze-cy.glif ze-cy.loclBGR ze-cy.loclB_G_R_.glif zero zero.glif zero.dnom zero.dnom.glif zero.numr zero.numr.glif zero.zero zero.zero.glif zeroinferior zeroinferior.glif zerosuperior zerosuperior.glif zeta zeta.glif zhe-cy zhe-cy.glif zhe-cy.loclBGR zhe-cy.loclB_G_R_.glif zhedescender-cy zhedescender-cy.glif zmod zmod.glif cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/copyright.glif000066400000000000000000000044341401101653000261120ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/crosshatchF_illS_quare.glif000066400000000000000000000026661401101653000305360ustar00rootroot00000000000000 uni25A6 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteSquare public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/currency.glif000066400000000000000000000040621401101653000257310ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/d.glif000066400000000000000000000034161401101653000243240ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dagger.glif000066400000000000000000000013731401101653000253320ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/daggerdbl.glif000066400000000000000000000026631401101653000260170ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dashdownA_rrow.glif000066400000000000000000000025031401101653000270560ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dataL_inkE_scapeC_ontrol.glif000066400000000000000000000017471401101653000307540ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name D.half alignment -1 index 1 name L.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dataL_inkE_scapeC_ontrol.ss20.glif000066400000000000000000000011641401101653000315330ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dcaron.alt.glif000066400000000000000000000035661401101653000261340ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dcaron.glif000066400000000000000000000017111401101653000253430ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name d public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dcroat.glif000066400000000000000000000017071401101653000253560ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name d public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/de-cy.glif000066400000000000000000000032231401101653000250760ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/de-cy.loclB_G_R_.glif000066400000000000000000000003701401101653000270160ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/degree.glif000066400000000000000000000024161401101653000253330ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/deleteC_ontrol.glif000066400000000000000000000017371401101653000270470ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name D.half alignment -1 index 1 name T.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/deleteF_ormT_woC_ontrol.glif000066400000000000000000000017341401101653000306600ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/delta.glif000066400000000000000000000040411401101653000251650ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/deviceC_ontrolF_ourC_ontrol.glif000066400000000000000000000017601401101653000315330ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name D.half alignment -1 index 1 name four.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/deviceC_ontrolO_neC_ontrol.glif000066400000000000000000000017551401101653000313450ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name D.half alignment -1 index 1 name one.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/deviceC_ontrolT_hreeC_ontrol.glif000066400000000000000000000017631401101653000316720ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name D.half alignment -1 index 1 name three.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/deviceC_ontrolT_woC_ontrol.glif000066400000000000000000000017551401101653000313750ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name D.half alignment -1 index 1 name two.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/diagonalcrosshatchF_illS_quare.glif000066400000000000000000000035271401101653000322320ustar00rootroot00000000000000 uni25A9 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteSquare public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/diamondB_lackS_uit.glif000066400000000000000000000007411401101653000276120ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dieresis.glif000066400000000000000000000011501401101653000257010ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name dieresiscomb public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dieresiscomb.case.glif000066400000000000000000000026311401101653000274610ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dieresiscomb.glif000066400000000000000000000026511401101653000265510ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dieresistonos.glif000066400000000000000000000030211401101653000267630ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/divide.glif000066400000000000000000000027241401101653000253460ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/divisionslash.glif000066400000000000000000000011451401101653000267550ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name slash public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dje-cy.glif000066400000000000000000000036001401101653000252470ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dollar.B_R_A_C_K_E_T_.600.glif000066400000000000000000000023651401101653000301670ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S com.schriftgestaltung.Glyphs._originalLayerName [600] com.schriftgestaltung.Glyphs.glyph.leftMetricsKey =S com.schriftgestaltung.Glyphs.glyph.rightMetricsKey =S public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dollar.glif000066400000000000000000000020501401101653000253470ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S com.schriftgestaltung.Glyphs.glyph.leftMetricsKey =S com.schriftgestaltung.Glyphs.glyph.rightMetricsKey =S public.markColor 0.67,0.95,0.38,1 dollar_greater.liga.B_R_A_C_K_E_T_.600.glif000066400000000000000000000047701401101653000325360ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs com.schriftgestaltung.Glyphs._originalLayerName [600] public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dollar_greater.liga.glif000066400000000000000000000043051401101653000300000ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dong.glif000066400000000000000000000017171401101653000250320ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name dcroat public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dotaccent.glif000066400000000000000000000011451401101653000260420ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name dotaccentcomb public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dotaccentcomb.case.glif000066400000000000000000000016221401101653000276150ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dotaccentcomb.glif000066400000000000000000000016451401101653000267100ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dotbelowcomb.glif000066400000000000000000000016471401101653000265650ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1-braille.glif000066400000000000000000000014311401101653000265360ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12-braille.glif000066400000000000000000000024261401101653000266250ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots123-braille.glif000066400000000000000000000034201401101653000267030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1234-braille.glif000066400000000000000000000044311401101653000267720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12345-braille.glif000066400000000000000000000054311401101653000270600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots123456-braille.glif000066400000000000000000000064261401101653000271530ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1234567-braille.glif000066400000000000000000000074231401101653000272400ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12345678-braille.glif000066400000000000000000000104231401101653000273220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1234568-braille.glif000066400000000000000000000074261401101653000272440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots123457-braille.glif000066400000000000000000000064261401101653000271540ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1234578-braille.glif000066400000000000000000000074261401101653000272450ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots123458-braille.glif000066400000000000000000000064311401101653000271510ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12346-braille.glif000066400000000000000000000054261401101653000270650ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots123467-braille.glif000066400000000000000000000064231401101653000271520ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1234678-braille.glif000066400000000000000000000074231401101653000272430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots123468-braille.glif000066400000000000000000000064261401101653000271560ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12347-braille.glif000066400000000000000000000054261401101653000270660ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots123478-braille.glif000066400000000000000000000064261401101653000271570ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12348-braille.glif000066400000000000000000000054311401101653000270630ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1235-braille.glif000066400000000000000000000044201401101653000267710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12356-braille.glif000066400000000000000000000054151401101653000270640ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots123567-braille.glif000066400000000000000000000064121401101653000271510ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1235678-braille.glif000066400000000000000000000074121401101653000272420ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots123568-braille.glif000066400000000000000000000064151401101653000271550ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12357-braille.glif000066400000000000000000000054151401101653000270650ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots123578-braille.glif000066400000000000000000000064151401101653000271560ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12358-braille.glif000066400000000000000000000054201401101653000270620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1236-braille.glif000066400000000000000000000044151401101653000267760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12367-braille.glif000066400000000000000000000054121401101653000270630ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots123678-braille.glif000066400000000000000000000064121401101653000271540ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12368-braille.glif000066400000000000000000000054151401101653000270670ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1237-braille.glif000066400000000000000000000044151401101653000267770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12378-braille.glif000066400000000000000000000054151401101653000270700ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1238-braille.glif000066400000000000000000000044201401101653000267740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots124-braille.glif000066400000000000000000000034371401101653000267140ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1245-braille.glif000066400000000000000000000044371401101653000270020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12456-braille.glif000066400000000000000000000054341401101653000270660ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots124567-braille.glif000066400000000000000000000064311401101653000271530ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1245678-braille.glif000066400000000000000000000074311401101653000272440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots124568-braille.glif000066400000000000000000000064341401101653000271570ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12457-braille.glif000066400000000000000000000054341401101653000270670ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots124578-braille.glif000066400000000000000000000064341401101653000271600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12458-braille.glif000066400000000000000000000054371401101653000270730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1246-braille.glif000066400000000000000000000044341401101653000270000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12467-braille.glif000066400000000000000000000054311401101653000270650ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots124678-braille.glif000066400000000000000000000064311401101653000271560ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12468-braille.glif000066400000000000000000000054341401101653000270710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1247-braille.glif000066400000000000000000000044341401101653000270010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12478-braille.glif000066400000000000000000000054341401101653000270720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1248-braille.glif000066400000000000000000000044371401101653000270050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots125-braille.glif000066400000000000000000000034261401101653000267130ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1256-braille.glif000066400000000000000000000044231401101653000267770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12567-braille.glif000066400000000000000000000054201401101653000270640ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots125678-braille.glif000066400000000000000000000064201401101653000271550ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12568-braille.glif000066400000000000000000000054231401101653000270700ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1257-braille.glif000066400000000000000000000044231401101653000270000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12578-braille.glif000066400000000000000000000054231401101653000270710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1258-braille.glif000066400000000000000000000044261401101653000270040ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots126-braille.glif000066400000000000000000000034231401101653000267110ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1267-braille.glif000066400000000000000000000044201401101653000267760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots12678-braille.glif000066400000000000000000000054201401101653000270670ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1268-braille.glif000066400000000000000000000044231401101653000270020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots127-braille.glif000066400000000000000000000034231401101653000267120ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1278-braille.glif000066400000000000000000000044231401101653000270030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots128-braille.glif000066400000000000000000000034261401101653000267160ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots13-braille.glif000066400000000000000000000024231401101653000266230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots134-braille.glif000066400000000000000000000034341401101653000267120ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1345-braille.glif000066400000000000000000000044341401101653000270000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots13456-braille.glif000066400000000000000000000054311401101653000270640ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots134567-braille.glif000066400000000000000000000064261401101653000271600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1345678-braille.glif000066400000000000000000000074261401101653000272510ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots134568-braille.glif000066400000000000000000000064311401101653000271550ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots13457-braille.glif000066400000000000000000000054311401101653000270650ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots134578-braille.glif000066400000000000000000000064311401101653000271560ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots13458-braille.glif000066400000000000000000000054341401101653000270710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1346-braille.glif000066400000000000000000000044311401101653000267760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots13467-braille.glif000066400000000000000000000054261401101653000270720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots134678-braille.glif000066400000000000000000000064261401101653000271630ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots13468-braille.glif000066400000000000000000000054311401101653000270670ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1347-braille.glif000066400000000000000000000044311401101653000267770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots13478-braille.glif000066400000000000000000000054311401101653000270700ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1348-braille.glif000066400000000000000000000044341401101653000270030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots135-braille.glif000066400000000000000000000034231401101653000267110ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1356-braille.glif000066400000000000000000000044201401101653000267750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots13567-braille.glif000066400000000000000000000054151401101653000270710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots135678-braille.glif000066400000000000000000000064151401101653000271620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots13568-braille.glif000066400000000000000000000054201401101653000270660ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1357-braille.glif000066400000000000000000000044201401101653000267760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots13578-braille.glif000066400000000000000000000054201401101653000270670ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1358-braille.glif000066400000000000000000000044231401101653000270020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots136-braille.glif000066400000000000000000000034201401101653000267070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1367-braille.glif000066400000000000000000000044151401101653000270030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots13678-braille.glif000066400000000000000000000054151401101653000270740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1368-braille.glif000066400000000000000000000044201401101653000270000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots137-braille.glif000066400000000000000000000034201401101653000267100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1378-braille.glif000066400000000000000000000044201401101653000270010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots138-braille.glif000066400000000000000000000034231401101653000267140ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots14-braille.glif000066400000000000000000000024421401101653000266250ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots145-braille.glif000066400000000000000000000034421401101653000267130ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1456-braille.glif000066400000000000000000000044371401101653000270060ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots14567-braille.glif000066400000000000000000000054341401101653000270730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots145678-braille.glif000066400000000000000000000064341401101653000271640ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots14568-braille.glif000066400000000000000000000054371401101653000270770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1457-braille.glif000066400000000000000000000044371401101653000270070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots14578-braille.glif000066400000000000000000000054371401101653000271000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1458-braille.glif000066400000000000000000000044421401101653000270040ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots146-braille.glif000066400000000000000000000034371401101653000267200ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1467-braille.glif000066400000000000000000000044341401101653000270050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots14678-braille.glif000066400000000000000000000054341401101653000270760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1468-braille.glif000066400000000000000000000044371401101653000270110ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots147-braille.glif000066400000000000000000000034371401101653000267210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1478-braille.glif000066400000000000000000000044371401101653000270120ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots148-braille.glif000066400000000000000000000034421401101653000267160ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots15-braille.glif000066400000000000000000000024311401101653000266240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots156-braille.glif000066400000000000000000000034261401101653000267170ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1567-braille.glif000066400000000000000000000044231401101653000270040ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots15678-braille.glif000066400000000000000000000054231401101653000270750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1568-braille.glif000066400000000000000000000044261401101653000270100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots157-braille.glif000066400000000000000000000034261401101653000267200ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1578-braille.glif000066400000000000000000000044261401101653000270110ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots158-braille.glif000066400000000000000000000034311401101653000267150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots16-braille.glif000066400000000000000000000024261401101653000266310ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots167-braille.glif000066400000000000000000000034231401101653000267160ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots1678-braille.glif000066400000000000000000000044231401101653000270070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots168-braille.glif000066400000000000000000000034261401101653000267220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots17-braille.glif000066400000000000000000000024261401101653000266320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots178-braille.glif000066400000000000000000000034261401101653000267230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots18-braille.glif000066400000000000000000000024311401101653000266270ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2-braille.glif000066400000000000000000000014201401101653000265350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots23-braille.glif000066400000000000000000000024121401101653000266220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots234-braille.glif000066400000000000000000000034231401101653000267110ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2345-braille.glif000066400000000000000000000044231401101653000267770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots23456-braille.glif000066400000000000000000000054201401101653000270630ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots234567-braille.glif000066400000000000000000000064151401101653000271570ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2345678-braille.glif000066400000000000000000000074151401101653000272500ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots234568-braille.glif000066400000000000000000000064201401101653000271540ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots23457-braille.glif000066400000000000000000000054201401101653000270640ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots234578-braille.glif000066400000000000000000000064201401101653000271550ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots23458-braille.glif000066400000000000000000000054231401101653000270700ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2346-braille.glif000066400000000000000000000044201401101653000267750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots23467-braille.glif000066400000000000000000000054151401101653000270710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots234678-braille.glif000066400000000000000000000064151401101653000271620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots23468-braille.glif000066400000000000000000000054201401101653000270660ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2347-braille.glif000066400000000000000000000044201401101653000267760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots23478-braille.glif000066400000000000000000000054201401101653000270670ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2348-braille.glif000066400000000000000000000044231401101653000270020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots235-braille.glif000066400000000000000000000034121401101653000267100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2356-braille.glif000066400000000000000000000044071401101653000270030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots23567-braille.glif000066400000000000000000000054041401101653000270700ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots235678-braille.glif000066400000000000000000000064041401101653000271610ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots23568-braille.glif000066400000000000000000000054071401101653000270740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2357-braille.glif000066400000000000000000000044071401101653000270040ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots23578-braille.glif000066400000000000000000000054071401101653000270750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2358-braille.glif000066400000000000000000000044121401101653000270010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots236-braille.glif000066400000000000000000000034071401101653000267150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2367-braille.glif000066400000000000000000000044041401101653000270020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots23678-braille.glif000066400000000000000000000054041401101653000270730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2368-braille.glif000066400000000000000000000044071401101653000270060ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots237-braille.glif000066400000000000000000000034071401101653000267160ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2378-braille.glif000066400000000000000000000044071401101653000270070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots238-braille.glif000066400000000000000000000034121401101653000267130ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots24-braille.glif000066400000000000000000000024311401101653000266240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots245-braille.glif000066400000000000000000000034311401101653000267120ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2456-braille.glif000066400000000000000000000044261401101653000270050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots24567-braille.glif000066400000000000000000000054231401101653000270720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots245678-braille.glif000066400000000000000000000064231401101653000271630ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots24568-braille.glif000066400000000000000000000054261401101653000270760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2457-braille.glif000066400000000000000000000044261401101653000270060ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots24578-braille.glif000066400000000000000000000054261401101653000270770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2458-braille.glif000066400000000000000000000044311401101653000270030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots246-braille.glif000066400000000000000000000034261401101653000267170ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2467-braille.glif000066400000000000000000000044231401101653000270040ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots24678-braille.glif000066400000000000000000000054231401101653000270750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2468-braille.glif000066400000000000000000000044261401101653000270100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots247-braille.glif000066400000000000000000000034261401101653000267200ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2478-braille.glif000066400000000000000000000044261401101653000270110ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots248-braille.glif000066400000000000000000000034311401101653000267150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots25-braille.glif000066400000000000000000000024201401101653000266230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots256-braille.glif000066400000000000000000000034151401101653000267160ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2567-braille.glif000066400000000000000000000044121401101653000270030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots25678-braille.glif000066400000000000000000000054121401101653000270740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2568-braille.glif000066400000000000000000000044151401101653000270070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots257-braille.glif000066400000000000000000000034151401101653000267170ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2578-braille.glif000066400000000000000000000044151401101653000270100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots258-braille.glif000066400000000000000000000034201401101653000267140ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots26-braille.glif000066400000000000000000000024151401101653000266300ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots267-braille.glif000066400000000000000000000034121401101653000267150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots2678-braille.glif000066400000000000000000000044121401101653000270060ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots268-braille.glif000066400000000000000000000034151401101653000267210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots27-braille.glif000066400000000000000000000024151401101653000266310ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots278-braille.glif000066400000000000000000000034151401101653000267220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots28-braille.glif000066400000000000000000000024201401101653000266260ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots3-braille.glif000066400000000000000000000014151401101653000265420ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots34-braille.glif000066400000000000000000000024261401101653000266310ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots345-braille.glif000066400000000000000000000034261401101653000267170ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots3456-braille.glif000066400000000000000000000044231401101653000270030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots34567-braille.glif000066400000000000000000000054201401101653000270700ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots345678-braille.glif000066400000000000000000000064201401101653000271610ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots34568-braille.glif000066400000000000000000000054231401101653000270740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots3457-braille.glif000066400000000000000000000044231401101653000270040ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots34578-braille.glif000066400000000000000000000054231401101653000270750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots3458-braille.glif000066400000000000000000000044261401101653000270100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots346-braille.glif000066400000000000000000000034231401101653000267150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots3467-braille.glif000066400000000000000000000044201401101653000270020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots34678-braille.glif000066400000000000000000000054201401101653000270730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots3468-braille.glif000066400000000000000000000044231401101653000270060ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots347-braille.glif000066400000000000000000000034231401101653000267160ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots3478-braille.glif000066400000000000000000000044231401101653000270070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots348-braille.glif000066400000000000000000000034261401101653000267220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots35-braille.glif000066400000000000000000000024151401101653000266300ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots356-braille.glif000066400000000000000000000034121401101653000267140ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots3567-braille.glif000066400000000000000000000044071401101653000270100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots35678-braille.glif000066400000000000000000000054071401101653000271010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots3568-braille.glif000066400000000000000000000044121401101653000270050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots357-braille.glif000066400000000000000000000034121401101653000267150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots3578-braille.glif000066400000000000000000000044121401101653000270060ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots358-braille.glif000066400000000000000000000034151401101653000267210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots36-braille.glif000066400000000000000000000024121401101653000266260ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots367-braille.glif000066400000000000000000000034071401101653000267220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots3678-braille.glif000066400000000000000000000044071401101653000270130ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots368-braille.glif000066400000000000000000000034121401101653000267170ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots37-braille.glif000066400000000000000000000024121401101653000266270ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots378-braille.glif000066400000000000000000000034121401101653000267200ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots38-braille.glif000066400000000000000000000024151401101653000266330ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots4-braille.glif000066400000000000000000000014341401101653000265440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots45-braille.glif000066400000000000000000000024341401101653000266320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots456-braille.glif000066400000000000000000000034311401101653000267160ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots4567-braille.glif000066400000000000000000000044261401101653000270120ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots45678-braille.glif000066400000000000000000000054261401101653000271030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots4568-braille.glif000066400000000000000000000044311401101653000270070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots457-braille.glif000066400000000000000000000034311401101653000267170ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots4578-braille.glif000066400000000000000000000044311401101653000270100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots458-braille.glif000066400000000000000000000034341401101653000267230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots46-braille.glif000066400000000000000000000024311401101653000266300ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots467-braille.glif000066400000000000000000000034261401101653000267240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots4678-braille.glif000066400000000000000000000044261401101653000270150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots468-braille.glif000066400000000000000000000034311401101653000267210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots47-braille.glif000066400000000000000000000024311401101653000266310ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots478-braille.glif000066400000000000000000000034311401101653000267220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots48-braille.glif000066400000000000000000000024341401101653000266350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots5-braille.glif000066400000000000000000000014231401101653000265430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots56-braille.glif000066400000000000000000000024201401101653000266270ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots567-braille.glif000066400000000000000000000034151401101653000267230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots5678-braille.glif000066400000000000000000000044151401101653000270140ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots568-braille.glif000066400000000000000000000034201401101653000267200ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots57-braille.glif000066400000000000000000000024201401101653000266300ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots578-braille.glif000066400000000000000000000034201401101653000267210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots58-braille.glif000066400000000000000000000024231401101653000266340ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots6-braille.glif000066400000000000000000000014201401101653000265410ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots67-braille.glif000066400000000000000000000024151401101653000266350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots678-braille.glif000066400000000000000000000034151401101653000267260ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots68-braille.glif000066400000000000000000000024201401101653000266320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots7-braille.glif000066400000000000000000000014201401101653000265420ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots78-braille.glif000066400000000000000000000024201401101653000266330ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dots8-braille.glif000066400000000000000000000014231401101653000265460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dottedC_ircle.glif000066400000000000000000000144161401101653000266470ustar00rootroot00000000000000 uni25CC public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dottedS_quare.glif000066400000000000000000000144401401101653000267030ustar00rootroot00000000000000 uni2B1A public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/downA_rrow.glif000066400000000000000000000013401401101653000262140ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/downB_lackS_mallT_riangle.glif000066400000000000000000000007271401101653000311230ustar00rootroot00000000000000 uni25BE public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/downB_lackT_riangle.glif000066400000000000000000000007201401101653000277640ustar00rootroot00000000000000 triagdn public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/downT_ipL_eftA_rrow.glif000066400000000000000000000006441401101653000300100ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/downW_hiteS_mallT_riangle.glif000066400000000000000000000013701401101653000311620ustar00rootroot00000000000000 uni25BF public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/downW_hiteT_riangle.glif000066400000000000000000000013621401101653000300330ustar00rootroot00000000000000 uni25BD public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dze-cy.glif000066400000000000000000000004061401101653000252700ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/dzhe-cy.glif000066400000000000000000000020171401101653000254400ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/e-cy.glif000066400000000000000000000027121401101653000247340ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/e.glif000066400000000000000000000031511401101653000243210ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/eacute.glif000066400000000000000000000007161401101653000253470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ebreve.glif000066400000000000000000000007161401101653000253510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ecaron.glif000066400000000000000000000007161401101653000253500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflex.glif000066400000000000000000000007301401101653000264030ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflexacute.glif000066400000000000000000000015141401101653000274260ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name acutecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflexdotbelow.glif000066400000000000000000000010251401101653000301410ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflexgrave.glif000066400000000000000000000015141401101653000274310ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 2 name gravecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflexhookabove.glif000066400000000000000000000015301401101653000303000ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name hookabovecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ecircumflextilde.glif000066400000000000000000000010321401101653000274210ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/edieresis.glif000066400000000000000000000007241401101653000260540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/edotaccent.glif000066400000000000000000000007251401101653000262120ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/edotbelow.glif000066400000000000000000000007271401101653000260670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ef-cy.glif000066400000000000000000000060771401101653000251120ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/egrave.glif000066400000000000000000000007171401101653000253530ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ehookabove.glif000066400000000000000000000007261401101653000262240ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/eight.dnom.glif000066400000000000000000000004571401101653000261370ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/eight.glif000066400000000000000000000047131401101653000252020ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/eight.numr.glif000066400000000000000000000004401401101653000261530ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/eightinferior.glif000066400000000000000000000005121401101653000267310ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/eightsuperior.glif000066400000000000000000000047521401101653000267760ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/el-cy.glif000066400000000000000000000020641401101653000251100ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/el-cy.loclB_G_R_.glif000066400000000000000000000011121401101653000270210ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ellipsis.glif000066400000000000000000000021371401101653000257240ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name period alignment -1 index 1 name period alignment -1 index 2 name period public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/em-cy.glif000066400000000000000000000025511401101653000251120ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/emacron.glif000066400000000000000000000007201401101653000255200ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/emdash.glif000066400000000000000000000007271401101653000253440ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/en-cy.glif000066400000000000000000000015041401101653000251100ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/endO_fM_ediumC_ontrol.glif000066400000000000000000000017441401101653000302750ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name E.half alignment -1 index 1 name M.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/endO_fM_ediumC_ontrol.ss20.glif000066400000000000000000000020531401101653000310550ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_extC_ontrol.glif000066400000000000000000000017421401101653000277770ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name E.half alignment -1 index 1 name X.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_extC_ontrol.ss20.glif000066400000000000000000000013731401101653000305650ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.glif000066400000000000000000000017571401101653000326640ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name E.half alignment -1 index 1 name B.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 endO_fT_ransmissionB_lockC_ontrol.ss20.glif000066400000000000000000000014101401101653000333550ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_ransmissionC_ontrol.glif000066400000000000000000000017521401101653000315450ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name E.half alignment -1 index 1 name T.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/endO_fT_ransmissionC_ontrol.ss20.glif000066400000000000000000000013461401101653000323320ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/endash.glif000066400000000000000000000007271401101653000253450ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/endescender-cy.glif000066400000000000000000000014631401101653000267710ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name en-cy cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/eng.glif000066400000000000000000000035271401101653000246550ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/enquiryC_ontrol.glif000066400000000000000000000017401401101653000272730ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name E.half alignment -1 index 1 name Q.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/enquiryC_ontrol.ss20.glif000066400000000000000000000014731401101653000300640ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/eogonek.glif000066400000000000000000000031241401101653000255240ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name e public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/eopen.glif000066400000000000000000000005721401101653000252070ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/epsilon.glif000066400000000000000000000037621401101653000255560ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/epsilontonos.glif000066400000000000000000000004761401101653000266400ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/equal.glif000066400000000000000000000012411401101653000252020ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/equal_end.seq.glif000066400000000000000000000012221401101653000266160ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/equal_equal.liga.glif000066400000000000000000000020641401101653000273100ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/equal_equal_equal.liga.glif000066400000000000000000000015511401101653000304770ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/equal_middle.seq.glif000066400000000000000000000012251401101653000273110ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/equal_start.seq.glif000066400000000000000000000012201401101653000272030ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/equivalence.glif000066400000000000000000000015661401101653000264060ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/er-cy.glif000066400000000000000000000004051401101653000251130ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ereversed-cy.glif000066400000000000000000000027231401101653000264760ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/es-cy.glif000066400000000000000000000004051401101653000251140ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/escapeC_ontrol.glif000066400000000000000000000017371401101653000270450ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name E.half alignment -1 index 1 name C.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/escapeC_ontrol.ss20.glif000066400000000000000000000011211401101653000276160ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/esh.glif000066400000000000000000000031021401101653000246500ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/estimated.glif000066400000000000000000000027361401101653000260640ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/eta.glif000066400000000000000000000022671401101653000246550ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/etatonos.glif000066400000000000000000000004701401101653000257320ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/eth.glif000066400000000000000000000041161401101653000246570ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/etilde.glif000066400000000000000000000007161401101653000253470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/eturned.glif000066400000000000000000000005721401101653000255470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/euro.glif000066400000000000000000000032711401101653000250520ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/eurocurrency.glif000066400000000000000000000037201401101653000266240ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/exclam.glif000066400000000000000000000014451401101653000253520ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name period public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/exclam_colon.liga.glif000066400000000000000000000005331401101653000274540ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/exclam_equal.liga.glif000066400000000000000000000015501401101653000274510ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/exclam_equal_equal.liga.glif000066400000000000000000000020731401101653000306410ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/exclam_equal_middle.seq.glif000066400000000000000000000021171401101653000306430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/exclam_exclam.liga.glif000066400000000000000000000015361401101653000276170ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name exclam alignment -1 index 1 name exclam public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/exclam_exclam_period.liga.glif000066400000000000000000000021471401101653000311600ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name exclam alignment -1 index 1 name exclam alignment -1 index 2 name period public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/exclam_period.liga.glif000066400000000000000000000005351401101653000276260ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/exclamdouble.glif000066400000000000000000000015601401101653000265430ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name exclam alignment -1 index 1 name exclam public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/exclamdown.glif000066400000000000000000000015041401101653000262360ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name period public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ezh.glif000066400000000000000000000032761401101653000246730ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/f.glif000066400000000000000000000023231401101653000243220ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/fi.glif000066400000000000000000000025101401101653000244710ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/fileS_eparatorC_ontrol.glif000066400000000000000000000017461401101653000305440ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name F.half alignment -1 index 1 name S.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/filledR_ect.glif000066400000000000000000000007661401101653000263220ustar00rootroot00000000000000 filledrect public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/firsttonechinese.glif000066400000000000000000000011361401101653000274520ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name macron public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/fisheye.glif000066400000000000000000000022211401101653000255260ustar00rootroot00000000000000 uni25C9 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteCircle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/five.dnom.glif000066400000000000000000000004551401101653000257660ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/five.glif000066400000000000000000000033451401101653000250330ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/five.numr.glif000066400000000000000000000004361401101653000260110ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/fiveeighths.glif000066400000000000000000000021241401101653000264010ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name fivesuperior alignment -1 index 1 name eightinferior public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/fiveinferior.glif000066400000000000000000000005101401101653000265600ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/fivesuperior.glif000066400000000000000000000033711401101653000266230ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/fl.glif000066400000000000000000000025111401101653000244750ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/florin.glif000066400000000000000000000032701401101653000253700ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/formF_eedC_ontrol.glif000066400000000000000000000017411401101653000274660ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name F.half alignment -1 index 1 name F.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/formF_eedC_ontrol.ss20.glif000066400000000000000000000024351401101653000302550ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/four.dnom.glif000066400000000000000000000004551401101653000260100ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/four.glif000066400000000000000000000020621401101653000250500ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/four.half.glif000066400000000000000000000020251401101653000257600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/four.numr.glif000066400000000000000000000004361401101653000260330ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/fourinferior.glif000066400000000000000000000005101401101653000266020ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/foursuperior.glif000066400000000000000000000021001401101653000266320ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/fraction.glif000066400000000000000000000007321401101653000257040ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/franc.glif000066400000000000000000000015461401101653000251740ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name F public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/fullB_lock.glif000066400000000000000000000007331401101653000261540ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/fullB_lock.stypo.glif000066400000000000000000000007111401101653000273250ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/g.glif000066400000000000000000000040401401101653000243210ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/gamma-latin.glif000066400000000000000000000035771401101653000263000ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/gamma.glif000066400000000000000000000021611401101653000251570ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/gbreve.glif000066400000000000000000000006501401101653000253500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/gcaron.glif000066400000000000000000000006501401101653000253470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/gcircumflex.glif000066400000000000000000000006621401101653000264110ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/gcommaaccent.glif000066400000000000000000000006711401101653000265220ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/gdotaccent.glif000066400000000000000000000006601401101653000262120ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ge-cy.glif000066400000000000000000000011771401101653000251070ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ge-cy.loclB_G_R_.glif000066400000000000000000000034771401101653000270340ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/germandbls.glif000066400000000000000000000051671401101653000262240ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ghestroke-cy.glif000066400000000000000000000014531401101653000265040ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name ge-cy cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/gheupturn-cy.glif000066400000000000000000000015231401101653000265300ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/gje-cy.glif000066400000000000000000000004721401101653000252560ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/glottalstop.glif000066400000000000000000000030451401101653000264530ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/glottalstopmod.glif000066400000000000000000000030011401101653000271430ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/glottalstopreversed.glif000066400000000000000000000030541401101653000302130ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/grave.glif000066400000000000000000000011371401101653000252030ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name gravecomb public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/gravecomb.case.glif000066400000000000000000000011261401101653000267540ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/gravecomb.glif000066400000000000000000000012271401101653000260440ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/gravetonecomb.glif000066400000000000000000000012411401101653000267260ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name gravecomb com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/greater.alt.glif000066400000000000000000000011601401101653000263030ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/greater.center.glif000066400000000000000000000011621401101653000270050ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/greater.glif000066400000000000000000000012071401101653000255260ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/greater_equal.liga.glif000066400000000000000000000015111401101653000276260ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/greater_equal_end.seq.glif000066400000000000000000000013101401101653000303250ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/greater_equal_middle.seq.glif000066400000000000000000000005221401101653000310210ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/greater_equal_start.seq.glif000066400000000000000000000020561401101653000307240ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater.liga.glif000066400000000000000000000017721401101653000301610ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_equal_end.seq.glif000066400000000000000000000014061401101653000320440ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_equal_middle.seq.glif000066400000000000000000000030131401101653000325300ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_equal_start.seq.glif000066400000000000000000000021621401101653000324330ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_greater.liga.glif000066400000000000000000000021601401101653000316620ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name greater alignment -1 index 1 name greater alignment -1 index 2 name greater public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_hyphen_end.seq.glif000066400000000000000000000010731401101653000322300ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_hyphen_middle.seq.glif000066400000000000000000000014121401101653000327150ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/greater_greater_hyphen_start.seq.glif000066400000000000000000000010761401101653000326220ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen_end.seq.glif000066400000000000000000000007761401101653000305300ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen_middle.seq.glif000066400000000000000000000005241401101653000312070ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/greater_hyphen_start.seq.glif000066400000000000000000000010021401101653000310760ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/greaterequal.glif000066400000000000000000000015251401101653000265610ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/groupS_eparatorC_ontrol.glif000066400000000000000000000017471401101653000307620ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name G.half alignment -1 index 1 name S.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/gstroke.glif000066400000000000000000000011071401101653000255520ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/guarani.glif000066400000000000000000000020311401101653000255170ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name G public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/guillemetleft.glif000066400000000000000000000005761401101653000267470ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/guillemetright.glif000066400000000000000000000006011401101653000271170ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/guilsinglleft.glif000066400000000000000000000012121401101653000267410ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/guilsinglright.glif000066400000000000000000000012131401101653000271250ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/h.glif000066400000000000000000000024351401101653000243300ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ha-cy.glif000066400000000000000000000004051401101653000250750ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hadescender-cy.glif000066400000000000000000000014631401101653000267570ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name ha-cy cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hardsign-cy.glif000066400000000000000000000026211401101653000263060ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hardsign-cy.loclB_G_R_.glif000066400000000000000000000027271401101653000302350ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hbar.glif000066400000000000000000000016211401101653000250110ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name h public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hcaron.glif000066400000000000000000000007421401101653000253520ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hcircumflex.glif000066400000000000000000000007541401101653000264140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hdotbelow.glif000066400000000000000000000007121401101653000260640ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/heartB_lackS_uit.glif000066400000000000000000000020301401101653000272730ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 heavyleftpointinganglebracketornament.glif000066400000000000000000000012401401101653000336610ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.67,0.95,0.38,1 heavyleftpointinganglequotationmarkornament.glif000066400000000000000000000012501401101653000351450ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.67,0.95,0.38,1 heavyrightpointinganglebracketornament.glif000066400000000000000000000012411401101653000340450ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.67,0.95,0.38,1 heavyrightpointinganglequotationmarkornament.glif000066400000000000000000000012511401101653000353310ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hookabovecomb.case.glif000066400000000000000000000030371401101653000276300ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hookabovecomb.glif000066400000000000000000000027221401101653000267160ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/horizontalB_lackH_exagon.glif000066400000000000000000000011261401101653000310330ustar00rootroot00000000000000 uni2B23 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/horizontalF_illS_quare.glif000066400000000000000000000020401401101653000305500ustar00rootroot00000000000000 uni25A4 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteSquare public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/horizontalT_abulationC_ontrol.glif000066400000000000000000000017551401101653000321600ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name H.half alignment -1 index 1 name T.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/horizontalT_abulationC_ontrol.ss20.glif000066400000000000000000000016531401101653000327430ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/horizontalbar.glif000066400000000000000000000011411401101653000267500ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name emdash public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/horizontallineextension.glif000066400000000000000000000012021401101653000310660ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name boxLightHorizontal public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/horncomb.case.glif000066400000000000000000000014461401101653000266230ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/horncomb.glif000066400000000000000000000014661401101653000257130ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/house.glif000066400000000000000000000015401401101653000252200ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hryvnia.glif000066400000000000000000000050311401101653000255540ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hungarumlaut.glif000066400000000000000000000011561401101653000266140ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name hungarumlautcomb public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hungarumlautcomb.case.glif000066400000000000000000000014531401101653000303670ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hungarumlautcomb.glif000066400000000000000000000014761401101653000274620ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hyphen.glif000066400000000000000000000011301401101653000253630ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name minus public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_asciitilde.liga.glif000066400000000000000000000033421401101653000304770ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_end.seq.glif000066400000000000000000000007061401101653000270100ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_hyphen.liga.glif000066400000000000000000000012321401101653000276540ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_hyphen_hyphen.liga.glif000066400000000000000000000015561401101653000312400ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_middle.seq.glif000066400000000000000000000007111401101653000274740ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hyphen_start.seq.glif000066400000000000000000000007061401101653000273770ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/hyphentwo.glif000066400000000000000000000011351401101653000261220ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name hyphen public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/i-cy.glif000066400000000000000000000004041401101653000247340ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/i.glif000066400000000000000000000031741401101653000243320ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ia-cy.glif000066400000000000000000000043361401101653000251050ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/iacute.glif000066400000000000000000000007251401101653000253530ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/iacute_j.loclN_L_D_.glif000066400000000000000000000035701401101653000276100ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name acutecomb alignment -1 index 1 name acutecomb public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ibreve.glif000066400000000000000000000007241401101653000253540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/icircumflex.glif000066400000000000000000000007361401101653000264150ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/idieresis.glif000066400000000000000000000007321401101653000260570ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/idotbelow.glif000066400000000000000000000006551401101653000260730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/idotless.glif000066400000000000000000000022471401101653000257300ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ie-cy.glif000066400000000000000000000004571401101653000251110ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/iegrave-cy.glif000066400000000000000000000005501401101653000261300ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/igrave.glif000066400000000000000000000007231401101653000253540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ihookabove.glif000066400000000000000000000007341401101653000262270ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ii-cy.glif000066400000000000000000000017561401101653000251200ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ii-cy.loclB_G_R_.glif000066400000000000000000000005151401101653000270300ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/iigrave-cy.glif000066400000000000000000000004761401101653000261430ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/iigrave-cy.loclB_G_R_.glif000066400000000000000000000006161401101653000300570ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/iishort-cy.glif000066400000000000000000000004631401101653000261720ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/iishort-cy.loclB_G_R_.glif000066400000000000000000000006211401101653000301060ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ij.glif000066400000000000000000000044461401101653000245070ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/imacron-cy.glif000066400000000000000000000004611401101653000261370ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/imacron.glif000066400000000000000000000007261401101653000255320ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/increment.glif000066400000000000000000000005741401101653000260670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/infinity.glif000066400000000000000000000045271401101653000257360ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/integral.glif000066400000000000000000000027601401101653000257070ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/integralbt.glif000066400000000000000000000014771401101653000262410ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/integraltp.glif000066400000000000000000000017111401101653000262460ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/intersection.glif000066400000000000000000000020471401101653000266060ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/inverseB_ullet.glif000066400000000000000000000017631401101653000270660ustar00rootroot00000000000000 invbullet public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/inverseW_hiteC_ircle.glif000066400000000000000000000027671401101653000302050ustar00rootroot00000000000000 invcircle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/io-cy.glif000066400000000000000000000005451401101653000251210ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/iogonek.glif000066400000000000000000000030431401101653000255300ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name i public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/iota-latin.glif000066400000000000000000000005741401101653000261440ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/iota.glif000066400000000000000000000021341401101653000250310ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/iotadieresis.glif000066400000000000000000000005021401101653000265560ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/iotadieresistonos.glif000066400000000000000000000005101401101653000276400ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/iotatonos.glif000066400000000000000000000004671401101653000261230ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/itilde.glif000066400000000000000000000007241401101653000253520ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/iu-cy.glif000066400000000000000000000031631401101653000251260ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/iu-cy.loclB_G_R_.glif000066400000000000000000000031431401101653000270440ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/j.glif000066400000000000000000000034441401101653000243330ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/jcaron.glif000066400000000000000000000006571401101653000253610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/jcircumflex.glif000066400000000000000000000006711401101653000264140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/jdotless.glif000066400000000000000000000024461401101653000257320ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/je-cy.glif000066400000000000000000000004101401101653000250770ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/k.glif000066400000000000000000000022411401101653000243260ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ka-cy.glif000066400000000000000000000044021401101653000251010ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ka-cy.loclB_G_R_.glif000066400000000000000000000043631401101653000270270ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/kadescender-cy.glif000066400000000000000000000047301401101653000267620ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/kaiS_ymbol.glif000066400000000000000000000025721401101653000261740ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/kappa.glif000066400000000000000000000020161401101653000251700ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/kcommaaccent.glif000066400000000000000000000006631401101653000265270ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/kdotbelow.glif000066400000000000000000000006551401101653000260750ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/kgreenlandic.glif000066400000000000000000000022541401101653000265260ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/kip.glif000066400000000000000000000020551401101653000246620ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name K public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/kje-cy.glif000066400000000000000000000004711401101653000252610ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/klinebelow.glif000066400000000000000000000006611401101653000262330ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/l.glif000066400000000000000000000024421401101653000243320ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lacute.glif000066400000000000000000000010151401101653000253470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lambda.glif000066400000000000000000000033511401101653000253170ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lambdastroke.glif000066400000000000000000000007351401101653000265520ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/largeC_ircle.glif000066400000000000000000000024421401101653000264520ustar00rootroot00000000000000 uni25EF public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lari.glif000066400000000000000000000034571401101653000250350ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lbar.glif000066400000000000000000000012241401101653000250140ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lbelt.glif000066400000000000000000000026171401101653000252050ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lcaron.glif000066400000000000000000000017061401101653000253570ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name l public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lcommaaccent.glif000066400000000000000000000010121401101653000265150ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ldot.glif000066400000000000000000000020211401101653000250320ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name l alignment -1 index 1 name periodcentered public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ldotbelow.glif000066400000000000000000000010041401101653000260630ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftA_rrow.glif000066400000000000000000000013371401101653000262050ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lackP_ointer.glif000066400000000000000000000007201401101653000276220ustar00rootroot00000000000000 triaglf public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lackS_mallT_riangle.glif000066400000000000000000000007271401101653000311060ustar00rootroot00000000000000 uni25C2 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lackT_riangle.glif000066400000000000000000000007211401101653000277500ustar00rootroot00000000000000 uni25C0 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lock.glif000066400000000000000000000007311401101653000261420ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftB_lock.stypo.glif000066400000000000000000000007071401101653000273220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftF_iveE_ighthsB_lock.glif000066400000000000000000000007441401101653000305720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftF_iveE_ighthsB_lock.stypo.glif000066400000000000000000000007221401101653000317430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftH_alfB_lackC_ircle.glif000066400000000000000000000011341401101653000303350ustar00rootroot00000000000000 uni25D6 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftH_alfB_lackD_iamond.glif000066400000000000000000000014521401101653000305120ustar00rootroot00000000000000 uni2B16 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteDiamond public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftH_alfB_lackS_quare.glif000066400000000000000000000015241401101653000303770ustar00rootroot00000000000000 uni25E7 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteSquare public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftH_alfB_lackW_hiteC_ircle.glif000066400000000000000000000016041401101653000314770ustar00rootroot00000000000000 uni25D0 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteCircle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftO_neE_ighthB_lock.glif000066400000000000000000000007421401101653000302350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftO_neE_ighthB_lock.stypo.glif000066400000000000000000000007201401101653000314060ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftO_neQ_uarterB_lock.glif000066400000000000000000000007431401101653000304510ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftO_neQ_uarterB_lock.stypo.glif000066400000000000000000000007211401101653000316220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftR_ightA_rrow.glif000066400000000000000000000021331401101653000273350ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftS_evenE_ighthsB_lock.glif000066400000000000000000000007471401101653000307640ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftS_evenE_ighthsB_lock.stypo.glif000066400000000000000000000007251401101653000321350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftT_hreeE_ighthsB_lock.glif000066400000000000000000000007451401101653000307510ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftT_hreeE_ighthsB_lock.stypo.glif000066400000000000000000000007231401101653000321220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftT_hreeQ_uartersB_lock.glif000066400000000000000000000007461401101653000311650ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftT_hreeQ_uartersB_lock.stypo.glif000066400000000000000000000007241401101653000323360ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftW_hiteP_ointer.glif000066400000000000000000000013611401101653000276700ustar00rootroot00000000000000 uni25C5 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftW_hiteS_mallT_riangle.glif000066400000000000000000000013661401101653000311520ustar00rootroot00000000000000 uni25C3 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/leftW_hiteT_riangle.glif000066400000000000000000000013641401101653000300200ustar00rootroot00000000000000 uni25C1 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less.alt.glif000066400000000000000000000011551401101653000256240ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less.center.glif000066400000000000000000000011631401101653000263230ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less.glif000066400000000000000000000012041401101653000250400ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_asciitilde.liga.glif000066400000000000000000000032731401101653000301550ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_asciitilde_asciitilde.liga.glif000066400000000000000000000052261401101653000323470ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_asciitilde_greater.liga.glif000066400000000000000000000021601401101653000316600ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name greater alignment -1 index 1 name less alignment -1 index 2 name asciitilde public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_asterisk.liga.glif000066400000000000000000000015361401101653000276700ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name less alignment -1 index 1 name asterisk public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_asterisk_greater.liga.glif000066400000000000000000000021521401101653000313740ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name greater alignment -1 index 1 name less alignment -1 index 2 name asterisk public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_bar.liga.glif000066400000000000000000000013561401101653000266070ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_bar_bar.liga.glif000066400000000000000000000021071401101653000274260ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name bar public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_bar_bar_bar.liga.glif000066400000000000000000000025071401101653000302560ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name bar alignment -1 index 1 name bar public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_bar_greater.liga.glif000066400000000000000000000021331401101653000303120ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name greater alignment -1 index 1 name less alignment -1 index 2 name bar public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_dollar.liga.B_R_A_C_K_E_T_.600.glif000066400000000000000000000050431401101653000321240ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs._originalLayerName [600] public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_dollar.liga.glif000066400000000000000000000043521401101653000273170ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif000066400000000000000000000052601401101653000335570ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs com.schriftgestaltung.Glyphs._originalLayerName [600] public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_dollar_greater.liga.glif000066400000000000000000000045671401101653000310400ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_equal.liga.glif000066400000000000000000000015061401101653000271470ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_end.seq.glif000066400000000000000000000020471401101653000276520ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_middle.seq.glif000066400000000000000000000005471401101653000303450ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_equal_start.seq.glif000066400000000000000000000013111401101653000302320ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_exclam_hyphen_hyphen.liga.glif000066400000000000000000000020571401101653000322410ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 1 name exclam public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_greater.liga.glif000066400000000000000000000015331401101653000274710ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name less alignment -1 index 1 name greater public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_end.seq.glif000066400000000000000000000007671401101653000300450ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_middle.seq.glif000066400000000000000000000005511401101653000305240ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_hyphen_start.seq.glif000066400000000000000000000007751401101653000304330ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_less.liga.glif000066400000000000000000000017661401101653000270160ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_less_equal_end.seq.glif000066400000000000000000000021441401101653000306760ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_less_equal_middle.seq.glif000066400000000000000000000027741401101653000313770ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_less_equal_start.seq.glif000066400000000000000000000013771401101653000312740ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_less_hyphen_end.seq.glif000066400000000000000000000010551401101653000310620ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_less_hyphen_middle.seq.glif000066400000000000000000000013741401101653000315560ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_less_hyphen_start.seq.glif000066400000000000000000000010611401101653000314460ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_less_less.liga.glif000066400000000000000000000021251401101653000300320ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name less alignment -1 index 1 name less alignment -1 index 2 name less public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_plus.liga.glif000066400000000000000000000011771401101653000270270ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name less public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_plus_greater.liga.glif000066400000000000000000000021361401101653000305340ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name greater alignment -1 index 1 name less alignment -1 index 2 name plus public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_slash.liga.glif000066400000000000000000000017211401101653000271510ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name slash public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/less_slash_greater.liga.glif000066400000000000000000000025301401101653000306610ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name slash public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lessequal.glif000066400000000000000000000015221401101653000260730ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lineF_eedC_ontrol.glif000066400000000000000000000017411401101653000274520ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name L.half alignment -1 index 1 name F.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lineF_eedC_ontrol.ss20.glif000066400000000000000000000017011401101653000302340ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lineseparator.glif000066400000000000000000000002431401101653000267440ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lira.glif000066400000000000000000000035251401101653000250310ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/liraT_urkish.glif000066400000000000000000000025171401101653000265420ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/literS_ign.glif000066400000000000000000000024521401101653000261770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lje-cy.glif000066400000000000000000000035041401101653000252620ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/llinebelow.glif000066400000000000000000000010101401101653000262210ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lmiddletilde.glif000066400000000000000000000033031401101653000265300ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/logicalnot.glif000066400000000000000000000012461401101653000262330ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/logicalnotR_eversed.glif000066400000000000000000000012521401101653000300670ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/longs.glif000066400000000000000000000023261401101653000252220ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerF_iveE_ighthsB_lock.glif000066400000000000000000000007471401101653000307730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerF_iveE_ighthsB_lock.stypo.glif000066400000000000000000000007251401101653000321440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfA_rc.glif000066400000000000000000000015411401101653000267450ustar00rootroot00000000000000 uni25E1 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfB_lackW_hiteC_ircle.glif000066400000000000000000000016401401101653000316750ustar00rootroot00000000000000 uni25D2 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteCircle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfB_lock.glif000066400000000000000000000007361401101653000272770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfB_lock.stypo.glif000066400000000000000000000007141401101653000304500ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfI_nverseW_hiteC_ircle.glif000066400000000000000000000020671401101653000323000ustar00rootroot00000000000000 uni25DB public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerH_alfW_hiteS_quare.glif000066400000000000000000000016441401101653000306440ustar00rootroot00000000000000 uni2B12 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteSquare public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftA_rc.glif000066400000000000000000000011611401101653000267630ustar00rootroot00000000000000 uni25DF public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftB_lackT_riangle.glif000066400000000000000000000007241401101653000311230ustar00rootroot00000000000000 uni25E3 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftB_lock.glif000066400000000000000000000007341401101653000273150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftB_lock.stypo.glif000066400000000000000000000007121401101653000304660ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftH_alfW_hiteS_quare.glif000066400000000000000000000015731401101653000316170ustar00rootroot00000000000000 uni2B14 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteSquare public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftQ_uadrantW_hiteC_ircle.glif000066400000000000000000000017141401101653000324620ustar00rootroot00000000000000 uni25F5 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteCircle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerL_eftT_riangle.glif000066400000000000000000000013561401101653000300310ustar00rootroot00000000000000 uni25FA public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerO_neE_ighthB_lock.glif000066400000000000000000000007451401101653000304360ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerO_neE_ighthB_lock.stypo.glif000066400000000000000000000007231401101653000316070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerO_neQ_uarterB_lock.glif000066400000000000000000000007441401101653000306500ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerO_neQ_uarterB_lock.stypo.glif000066400000000000000000000007221401101653000320210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightA_rc.glif000066400000000000000000000011661401101653000271530ustar00rootroot00000000000000 uni25DE public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightB_lackT_riangle.glif000066400000000000000000000007271401101653000313110ustar00rootroot00000000000000 uni25E2 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightB_lock.glif000066400000000000000000000007431401101653000275000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightB_lock.stypo.glif000066400000000000000000000007211401101653000306510ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 lowerR_ightD_iagonalH_alfB_lackS_quare.glif000066400000000000000000000015231401101653000334500ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs uni25EA com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteSquare public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightQ_uadrantW_hiteC_ircle.glif000066400000000000000000000016641401101653000326510ustar00rootroot00000000000000 uni25F6 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteCircle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerR_ightT_riangle.glif000066400000000000000000000013631401101653000302120ustar00rootroot00000000000000 uni25FF public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerS_evenE_ighthsB_lock.glif000066400000000000000000000007501401101653000311540ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerS_evenE_ighthsB_lock.stypo.glif000066400000000000000000000007261401101653000323340ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerT_hreeE_ighthsB_lock.glif000066400000000000000000000007461401101653000311500ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerT_hreeE_ighthsB_lock.stypo.glif000066400000000000000000000007241401101653000323210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerT_hreeQ_uartersB_lock.glif000066400000000000000000000007511401101653000313570ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowerT_hreeQ_uartersB_lock.stypo.glif000066400000000000000000000007271401101653000325370ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowernumeral-greek.glif000066400000000000000000000011411401101653000277010ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name comma public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lowlinecomb.glif000066400000000000000000000005651401101653000264150ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lozenge.glif000066400000000000000000000013651401101653000255450ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/lslash.glif000066400000000000000000000017011401101653000253620ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name l public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/m.glif000066400000000000000000000037571401101653000243450ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/macron.glif000066400000000000000000000011421401101653000253520ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name macroncomb public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/macronbelowcomb.glif000066400000000000000000000011601401101653000272440ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/macroncomb.case.glif000066400000000000000000000011271401101653000271300ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/macroncomb.glif000066400000000000000000000011541401101653000262160ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/manat.glif000066400000000000000000000023441401101653000252000ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/mars.glif000066400000000000000000000044051401101653000250420ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/mediumB_lackS_mallS_quare.glif000066400000000000000000000010011401101653000311110ustar00rootroot00000000000000 uni25FE public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/mediumB_lackS_quare.glif000066400000000000000000000007761401101653000300030ustar00rootroot00000000000000 uni25FC public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/mediumW_hiteS_mallS_quare.glif000066400000000000000000000013121401101653000311620ustar00rootroot00000000000000 uni25FD public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/mediumW_hiteS_quare.glif000066400000000000000000000013071401101653000300360ustar00rootroot00000000000000 uni25FB public.markColor 0.5,0.09,0.79,1 mediumleftpointinganglebracketornament.glif000066400000000000000000000012431401101653000340300ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.67,0.95,0.38,1 mediumrightpointinganglebracketornament.glif000066400000000000000000000012421401101653000342120ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/micro.glif000066400000000000000000000005731401101653000252130ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/minus.glif000066400000000000000000000007261401101653000252350ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/minute.glif000066400000000000000000000007311401101653000253770ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/mu.glif000066400000000000000000000035321401101653000245210ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/multiply.glif000066400000000000000000000012501401101653000257520ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/n.glif000066400000000000000000000024361401101653000243370ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/nacute.glif000066400000000000000000000006441401101653000253600ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/nacute.loclP_L_K_.glif000066400000000000000000000006341401101653000273130ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/naira.glif000066400000000000000000000015461401101653000251750ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name N public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/napostrophe.glif000066400000000000000000000015571401101653000264470ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name n public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/nbspace.glif000066400000000000000000000004461401101653000255140ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ncaron.glif000066400000000000000000000006451401101653000253620ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ncommaaccent.glif000066400000000000000000000006461401101653000265330ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/negativeA_cknowledgeC_ontrol.glif000066400000000000000000000017541401101653000317110ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name N.half alignment -1 index 1 name K.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/negativeA_cknowledgeC_ontrol.ss20.glif000066400000000000000000000011531401101653000324700ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/newlineC_ontrol.glif000066400000000000000000000017401401101653000272400ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name N.half alignment -1 index 1 name L.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/nhookleft.glif000066400000000000000000000035301401101653000260670ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/nine.dnom.glif000066400000000000000000000004551401101653000257660ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/nine.glif000066400000000000000000000033731401101653000250340ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/nine.numr.glif000066400000000000000000000004361401101653000260110ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/nineinferior.glif000066400000000000000000000005101401101653000265600ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ninesuperior.glif000066400000000000000000000035041401101653000266210ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/nje-cy.glif000066400000000000000000000032531401101653000252650ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/nlinebelow.glif000066400000000000000000000006441401101653000262370ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/nmod.glif000066400000000000000000000021601401101653000250310ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/nonbreakinghyphen.glif000066400000000000000000000011531401101653000276060ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name hyphentwo public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/note-musical.glif000066400000000000000000000030261401101653000264760ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/notedbl-musical.glif000066400000000000000000000035561401101653000271700ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/notequal.glif000066400000000000000000000015541401101653000257320ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/notidentical.glif000066400000000000000000000015041401101653000265520ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name strictlyequivalentto public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ntilde.glif000066400000000000000000000006271401101653000253610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/nu.glif000066400000000000000000000016741401101653000245270ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/nullC_ontrol.glif000066400000000000000000000017351401101653000265550ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name N.half alignment -1 index 1 name U.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/numbersign.glif000066400000000000000000000020641401101653000262500ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_braceleft.liga.glif000066400000000000000000000061741401101653000312000ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_bracketleft.liga.glif000066400000000000000000000026301401101653000315300ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name bracketleft public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_colon.liga.glif000066400000000000000000000015651401101653000303620ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name numbersign alignment -1 index 1 name colon public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_end.seq.glif000066400000000000000000000020451401101653000276640ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_equal.liga.glif000066400000000000000000000020031401101653000303430ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name numbersign public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_exclam.liga.glif000066400000000000000000000015521401101653000305150ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name numbersign alignment -1 index 1 name exclam public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_middle.seq.glif000066400000000000000000000020501401101653000303500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_parenleft.liga.glif000066400000000000000000000026221401101653000312230ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name parenleft public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_question.liga.glif000066400000000000000000000050661401101653000311170ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name period public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_start.seq.glif000066400000000000000000000020431401101653000302510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_underscore.liga.glif000066400000000000000000000024011401101653000314070ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/numbersign_underscore_parenleft.liga.glif000066400000000000000000000041221401101653000334510ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/numeral-greek.glif000066400000000000000000000011461401101653000266350ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name quoteright public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/numero.glif000066400000000000000000000042471401101653000254110ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/o-cy.glif000066400000000000000000000006051401101653000247450ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/o.glif000066400000000000000000000027221401101653000243360ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/oacute.glif000066400000000000000000000010451401101653000253550ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/oacute.loclP_L_K_.glif000066400000000000000000000010351401101653000273100ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/obarred-cy.glif000066400000000000000000000016461401101653000261330ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name o cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/obreve.glif000066400000000000000000000010301401101653000253510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflex.glif000066400000000000000000000010421401101653000264120ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflexacute.glif000066400000000000000000000016261401101653000274440ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name acutecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflexdotbelow.glif000066400000000000000000000011221401101653000301510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflexgrave.glif000066400000000000000000000016261401101653000274470ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 2 name gravecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflexhookabove.glif000066400000000000000000000016421401101653000303160ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name hookabovecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ocircumflextilde.glif000066400000000000000000000011441401101653000274370ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/odieresis.glif000066400000000000000000000010521401101653000260610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/odotbelow.glif000066400000000000000000000010411401101653000260670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/oe.glif000066400000000000000000000050651401101653000245060ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ogonek.glif000066400000000000000000000011341401101653000253560ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name ogonekcomb public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ogonekcomb.glif000066400000000000000000000024431401101653000262230ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ograve.glif000066400000000000000000000010461401101653000253610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ohookabove.glif000066400000000000000000000010551401101653000262320ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ohorn.glif000066400000000000000000000010441401101653000252210ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ohornacute.glif000066400000000000000000000010551401101653000262450ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ohorndotbelow.glif000066400000000000000000000010511401101653000267570ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ohorngrave.glif000066400000000000000000000010561401101653000262510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ohornhookabove.glif000066400000000000000000000010651401101653000271220ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ohorntilde.glif000066400000000000000000000010551401101653000262450ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ohungarumlaut.glif000066400000000000000000000010631401101653000267700ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/omacron.glif000066400000000000000000000010321401101653000255270ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/omacronacute.glif000066400000000000000000000011341401101653000265540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/omacrongrave.glif000066400000000000000000000011351401101653000265600ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/omega.glif000066400000000000000000000035271401101653000251740ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/omegatonos.glif000066400000000000000000000004711401101653000262520ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/omicron.glif000066400000000000000000000006101401101653000255400ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/omicrontonos.glif000066400000000000000000000006761401101653000266370ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/one.dnom.glif000066400000000000000000000004531401101653000256140ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/one.glif000066400000000000000000000020531401101653000246560ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/one.half.glif000066400000000000000000000020161401101653000255660ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/one.numr.glif000066400000000000000000000004341401101653000256370ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/onedotenleader.glif000066400000000000000000000011421401101653000270630ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name period public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/oneeighth.glif000066400000000000000000000021201401101653000260420ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name onesuperior alignment -1 index 1 name eightinferior public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/onehalf.glif000066400000000000000000000021121401101653000255050ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name onesuperior alignment -1 index 1 name twoinferior public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/oneinferior.glif000066400000000000000000000005061401101653000264150ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/onequarter.glif000066400000000000000000000021361401101653000262640ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name foursuperior alignment -1 index 1 name onesuperior public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/onesuperior.glif000066400000000000000000000021011401101653000264410ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/oogonek.glif000066400000000000000000000032521401101653000255400ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name o public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/oopen.glif000066400000000000000000000025651401101653000252250ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ordfeminine.glif000066400000000000000000000042201401101653000263720ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ordmasculine.glif000066400000000000000000000024261401101653000265660ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/orthogonal.glif000066400000000000000000000012341401101653000262510ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/oslash.glif000066400000000000000000000017561401101653000253770ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name o public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/oslashacute.glif000066400000000000000000000010571401101653000264130ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/otilde.glif000066400000000000000000000010451401101653000253550ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/overline.glif000066400000000000000000000007371401101653000257270ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/p.glif000066400000000000000000000032761401101653000243440ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/palochka-cy.glif000066400000000000000000000004731401101653000262740ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/paragraph.glif000066400000000000000000000022311401101653000260400ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/parenleft.glif000066400000000000000000000020621401101653000260550ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/parenleft_asterisk.liga.glif000066400000000000000000000026131401101653000306770ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name asterisk public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/parenright.glif000066400000000000000000000020571401101653000262440ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/partialdiff.glif000066400000000000000000000034551401101653000263710ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/pe-cy.glif000066400000000000000000000015101401101653000251070ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/pe-cy.loclB_G_R_.glif000066400000000000000000000003651401101653000270360ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/percent.glif000066400000000000000000000047231401101653000255430ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/percent_percent.liga.glif000066400000000000000000000113071401101653000301720ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/period.glif000066400000000000000000000014051401101653000253570ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/period_equal.liga.glif000066400000000000000000000020051401101653000274560ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name period public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/period_hyphen.liga.glif000066400000000000000000000014671401101653000276550ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name period public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/period_period.liga.glif000066400000000000000000000015361401101653000276410ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name period alignment -1 index 1 name period public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/period_period_equal.liga.glif000066400000000000000000000024001401101653000310170ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name period alignment -1 index 1 name period public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/period_period_less.liga.glif000066400000000000000000000023741401101653000306700ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name period alignment -1 index 1 name period public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/period_period_period.liga.glif000066400000000000000000000021471401101653000312020ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name period alignment -1 index 1 name period alignment -1 index 2 name period public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/period_question.liga.glif000066400000000000000000000015431401101653000302240ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name period alignment -1 index 1 name question public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/periodcentered.glif000066400000000000000000000011601401101653000270670ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name period public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/perispomenicomb.glif000066400000000000000000000012431401101653000272700ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name tildecomb com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/perthousand.glif000066400000000000000000000067131401101653000264400ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/peseta.glif000066400000000000000000000015671401101653000253670ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name P public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/peso.glif000066400000000000000000000020741401101653000250460ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name P public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/phi.glif000066400000000000000000000035001401101653000246530ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/pi.glif000066400000000000000000000024461401101653000245130ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/plus.glif000066400000000000000000000012421401101653000250570ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/plus_greater.liga.glif000066400000000000000000000015321401101653000275050ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name plus alignment -1 index 1 name greater public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/plus_plus.liga.glif000066400000000000000000000015221401101653000270360ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name plus alignment -1 index 1 name plus public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/plus_plus_plus.liga.glif000066400000000000000000000027551401101653000301120ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name plus alignment -1 index 1 name plus alignment -1 index 2 name plus public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/plusminus.glif000066400000000000000000000020001401101653000261240ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name minus public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/prescription.glif000066400000000000000000000032241401101653000266170ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/product.glif000066400000000000000000000015701401101653000255600ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/psi.glif000066400000000000000000000024501401101653000246710ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/published.glif000066400000000000000000000043521401101653000260600ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/punctuationspace.glif000066400000000000000000000004601401101653000274620ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey period cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/q.glif000066400000000000000000000033621401101653000243410ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/question.glif000066400000000000000000000035261401101653000257520ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name period public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/question_colon.liga.glif000066400000000000000000000015411401101653000300520ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name question alignment -1 index 1 name colon public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/question_equal.liga.glif000066400000000000000000000020761401101653000300530ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name question public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/question_period.liga.glif000066400000000000000000000015441401101653000302250ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name question alignment -1 index 1 name period public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/question_question.liga.glif000066400000000000000000000015521401101653000306110ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name question alignment -1 index 1 name question public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/question_question_equal.liga.glif000066400000000000000000000021671401101653000320030ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 1 name question public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/questiondown.glif000066400000000000000000000035721401101653000266430ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name period public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/questiongreek.glif000066400000000000000000000011471401101653000267650ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name semicolon public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/quotedbl.glif000066400000000000000000000016001401101653000257110ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name quotesingle alignment -1 index 1 name quotesingle public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/quotedblbase.glif000066400000000000000000000005271401101653000265530ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/quotedblleft.glif000066400000000000000000000015741401101653000265760ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name quoteleft alignment -1 index 1 name quoteleft public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/quotedblright.glif000066400000000000000000000016011401101653000267500ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name quoteright alignment -1 index 1 name quoteright public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/quoteleft.glif000066400000000000000000000020571401101653000261110ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/quotereversed.glif000066400000000000000000000020651401101653000267750ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/quoteright.glif000066400000000000000000000020621401101653000262700ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/quotesinglbase.glif000066400000000000000000000011721401101653000271230ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name quoteright public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/quotesingle.glif000066400000000000000000000007361401101653000264420ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/r.glif000066400000000000000000000030771401101653000243450ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/racute.glif000066400000000000000000000006441401101653000253640ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/radical.glif000066400000000000000000000015241401101653000254760ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rcaron.glif000066400000000000000000000006271401101653000253660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rcommaaccent.glif000066400000000000000000000006651401101653000265400ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rdotbelow.glif000066400000000000000000000006571401101653000261060ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/recordS_eparatorC_ontrol.glif000066400000000000000000000017501401101653000310760ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name R.half alignment -1 index 1 name S.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/registered.glif000066400000000000000000000046641401101653000262440ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/returnsymbol.glif000066400000000000000000000023541401101653000266460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/reversedR_otatedF_loralH_eartB_ullet.glif000066400000000000000000000052301401101653000333270ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rho.glif000066400000000000000000000027651401101653000246770ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rightA_rrow.glif000066400000000000000000000013421401101653000263640ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lackP_ointer.glif000066400000000000000000000007211401101653000300060ustar00rootroot00000000000000 triagrt public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lackS_mallT_riangle.glif000066400000000000000000000007261401101653000312700ustar00rootroot00000000000000 uni25B8 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lackT_riangle.glif000066400000000000000000000007221401101653000301340ustar00rootroot00000000000000 uni25B6 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lock.glif000066400000000000000000000007401401101653000263250ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rightB_lock.stypo.glif000066400000000000000000000007161401101653000275050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rightH_alfB_lackC_ircle.glif000066400000000000000000000011431401101653000305200ustar00rootroot00000000000000 uni25D7 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rightH_alfB_lackD_iamond.glif000066400000000000000000000015101401101653000306700ustar00rootroot00000000000000 uni2B17 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteDiamond public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rightH_alfB_lackS_quare.glif000066400000000000000000000015621401101653000305640ustar00rootroot00000000000000 uni25E8 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteSquare public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rightH_alfB_lackW_hiteC_ircle.glif000066400000000000000000000016411401101653000316630ustar00rootroot00000000000000 uni25D1 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteCircle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rightO_neE_ighthB_lock.glif000066400000000000000000000007531401101653000304220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rightO_neE_ighthB_lock.stypo.glif000066400000000000000000000007311401101653000315730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rightW_hiteP_ointer.glif000066400000000000000000000013601401101653000300520ustar00rootroot00000000000000 uni25BB public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rightW_hiteS_mallT_riangle.glif000066400000000000000000000013651401101653000313340ustar00rootroot00000000000000 uni25B9 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rightW_hiteT_riangle.glif000066400000000000000000000013631401101653000302020ustar00rootroot00000000000000 uni25B7 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ring.glif000066400000000000000000000011261401101653000250340ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name ringcomb public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ringbelowcomb.glif000066400000000000000000000007241401101653000267310ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ringcomb.case.glif000066400000000000000000000026221401101653000266110ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ringcomb.glif000066400000000000000000000026451401101653000257040ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rotatedF_loralH_eartB_ullet.glif000066400000000000000000000052271401101653000314760ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ruble.glif000066400000000000000000000020511401101653000252040ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name P public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rupee.glif000066400000000000000000000056601401101653000252240ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/rupeeI_ndian.glif000066400000000000000000000032051401101653000264770ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/s.glif000066400000000000000000000036761401101653000243530ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/sacute.glif000066400000000000000000000006441401101653000253650ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/sacute.loclP_L_K_.glif000066400000000000000000000006341401101653000273200ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/scaron.glif000066400000000000000000000006441401101653000253660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/scedilla.glif000066400000000000000000000006531401101653000256610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/schwa-cy.glif000066400000000000000000000004141401101653000256120ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/schwa.glif000066400000000000000000000031001401101653000251740ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/scircumflex.glif000066400000000000000000000006561401101653000264300ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/scommaaccent.glif000066400000000000000000000006641401101653000265400ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/sdotbelow.glif000066400000000000000000000006561401101653000261060ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/second.glif000066400000000000000000000012451401101653000253520ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/section.glif000066400000000000000000000056261401101653000255520ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/semicolon.glif000066400000000000000000000021271401101653000260670ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name comma public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/semicolon_semicolon.liga.glif000066400000000000000000000015601401101653000310520ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name semicolon alignment -1 index 1 name semicolon public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/seven.dnom.glif000066400000000000000000000004571401101653000261570ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/seven.glif000066400000000000000000000015531401101653000252210ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/seven.numr.glif000066400000000000000000000004401401101653000261730ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/seveneighths.glif000066400000000000000000000021271401101653000265730ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name sevensuperior alignment -1 index 1 name eightinferior public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/seveninferior.glif000066400000000000000000000005121401101653000267510ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/sevensuperior.glif000066400000000000000000000015721401101653000270130ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/sha-cy.glif000066400000000000000000000020101401101653000252520ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/sha-cy.loclB_G_R_.glif000066400000000000000000000033551401101653000272070ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/shadedark.glif000066400000000000000000000166111401101653000260300ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/shadedark.stypo.glif000066400000000000000000000165161401101653000272110ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/shadelight.glif000066400000000000000000000040601401101653000262110ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/shadelight.stypo.glif000066400000000000000000000037661401101653000274020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/shademedium.glif000066400000000000000000000075211401101653000263670ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/shademedium.stypo.glif000066400000000000000000000074261401101653000275500ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/shcha-cy.glif000066400000000000000000000023271401101653000256000ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/shcha-cy.loclB_G_R_.glif000066400000000000000000000014751401101653000275230ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name sha-cy.loclBGR cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/sheqel.glif000066400000000000000000000026741401101653000253670ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/shha-cy.glif000066400000000000000000000004611401101653000254320ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/shiftI_nC_ontrol.glif000066400000000000000000000017401401101653000273420ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name I.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/shiftI_nC_ontrol.ss20.glif000066400000000000000000000016001401101653000301230ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/shiftO_utC_ontrol.glif000066400000000000000000000017411401101653000275440ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name O.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/shiftO_utC_ontrol.ss20.glif000066400000000000000000000014371401101653000303340ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/sigma.glif000066400000000000000000000027651401101653000252070ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/sigmafinal.glif000066400000000000000000000031621401101653000262110ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/six.dnom.glif000066400000000000000000000004531401101653000256360ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/six.glif000066400000000000000000000033711401101653000247040ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/six.numr.glif000066400000000000000000000004341401101653000256610ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/sixinferior.glif000066400000000000000000000005061401101653000264370ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/sixsuperior.glif000066400000000000000000000034731401101653000265000ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/slash.glif000066400000000000000000000007321401101653000252110ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/slash_asterisk.liga.glif000066400000000000000000000015411401101653000300300ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name slash alignment -1 index 1 name asterisk public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/slash_backslash.liga.glif000066400000000000000000000005411401101653000301350ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/slash_equal_end.seq.glif000066400000000000000000000012621401101653000300140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/slash_equal_middle.seq.glif000066400000000000000000000012711401101653000305040ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/slash_equal_start.seq.glif000066400000000000000000000012701401101653000304020ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/slash_greater.liga.glif000066400000000000000000000017271401101653000276420ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name slash public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash.liga.glif000066400000000000000000000015301401101653000273130ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name slash alignment -1 index 1 name slash public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash_equal_end.seq.glif000066400000000000000000000013631401101653000312100ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash_equal_middle.seq.glif000066400000000000000000000022221401101653000316730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash_equal_start.seq.glif000066400000000000000000000013741401101653000316010ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/slash_slash_slash.liga.glif000066400000000000000000000021361401101653000305100ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name slash alignment -1 index 1 name slash alignment -1 index 2 name slash public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/softhyphen.glif000066400000000000000000000011361401101653000262650ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name hyphen public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/softsign-cy.glif000066400000000000000000000023121401101653000263400ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/softsign-cy.loclB_G_R_.glif000066400000000000000000000026041401101653000302640ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/space.glif000066400000000000000000000002331401101653000251660ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/spaceC_ontrol.glif000066400000000000000000000017361401101653000266770ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name P.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/spadeB_lackS_uit.glif000066400000000000000000000023331401101653000272720ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/startO_fH_eadingC_ontrol.glif000066400000000000000000000017471401101653000310060ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name H.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/startO_fH_eadingC_ontrol.ss20.glif000066400000000000000000000014001401101653000315560ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/startO_fT_extC_ontrol.glif000066400000000000000000000017441401101653000303700ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name X.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/startO_fT_extC_ontrol.ss20.glif000066400000000000000000000013731401101653000311540ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/sterling.glif000066400000000000000000000032241401101653000257250ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/strictlyequivalentto.glif000066400000000000000000000021141401101653000304110ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/substituteC_ontrol.glif000066400000000000000000000017431401101653000300150ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name B.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/substituteC_ontrol.ss20.glif000066400000000000000000000032201401101653000305730ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/substituteF_ormT_woC_ontrol.glif000066400000000000000000000037221401101653000316300ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name period com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/summation.glif000066400000000000000000000017131401101653000261130ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/sunW_ithR_ays.glif000066400000000000000000000055301401101653000266760ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/synchronousI_dleC_ontrol.glif000066400000000000000000000017501401101653000311270ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name Y.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/synchronousI_dleC_ontrol.ss20.glif000066400000000000000000000025361401101653000317200ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/t.glif000066400000000000000000000027541401101653000243500ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/tau.glif000066400000000000000000000021331401101653000246650ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/tbar.glif000066400000000000000000000016771401101653000250400ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name t public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/tcaron.glif000066400000000000000000000017061401101653000253670ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name t public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/tcedilla.glif000066400000000000000000000010031401101653000256500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/tcommaaccent.glif000066400000000000000000000010131401101653000265260ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/te-cy.glif000066400000000000000000000011751401101653000251220ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/te-cy.loclB_G_R_.glif000066400000000000000000000003651401101653000270420ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/tenge.glif000066400000000000000000000015541401101653000252040ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/tesh.glif000066400000000000000000000052041401101653000250410ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/theta.glif000066400000000000000000000026651401101653000252130ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/thetamod.glif000066400000000000000000000025551401101653000257110ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/thorn.glif000066400000000000000000000032271401101653000252330ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/three.dnom.glif000066400000000000000000000004571401101653000261460ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/three.glif000066400000000000000000000040361401101653000252070ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/three.half.glif000066400000000000000000000037601401101653000261230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/three.numr.glif000066400000000000000000000004401401101653000261620ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/threeeighths.glif000066400000000000000000000021261401101653000265610ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name threesuperior alignment -1 index 1 name eightinferior public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/threeinferior.glif000066400000000000000000000005121401101653000267400ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/threequarters.glif000066400000000000000000000021451401101653000267750ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name foursuperior alignment -1 index 1 name threesuperior public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/threesuperior.glif000066400000000000000000000041001401101653000267700ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/tilde.glif000066400000000000000000000011371401101653000252000ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name tildecomb public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/tildecomb.case.glif000066400000000000000000000032331401101653000267520ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/tildecomb.glif000066400000000000000000000032531401101653000260420ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/tonos.case.glif000066400000000000000000000010761401101653000261550ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name tonos public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/tonos.glif000066400000000000000000000011311401101653000252330ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name acutecomb public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/topH_alfB_lackC_ircle.glif000066400000000000000000000011401401101653000302020ustar00rootroot00000000000000 uni2BCA public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/topH_alfB_lackD_iamond.glif000066400000000000000000000015051401101653000303610ustar00rootroot00000000000000 uni2B18 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteDiamond public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/topH_alfW_hiteS_quare.glif000066400000000000000000000016361401101653000303170ustar00rootroot00000000000000 uni2B13 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteSquare public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/topR_ightH_alfW_hiteS_quare.glif000066400000000000000000000015731401101653000314540ustar00rootroot00000000000000 uni2B15 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteSquare public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/trademark.glif000066400000000000000000000034671401101653000260610ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/tse-cy.glif000066400000000000000000000020201401101653000252730ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/tse-cy.loclB_G_R_.glif000066400000000000000000000032231401101653000272210ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/tshe-cy.glif000066400000000000000000000025141401101653000254530ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/tugrik.glif000066400000000000000000000021411401101653000254000ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name T public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/two.dnom.glif000066400000000000000000000004531401101653000256440ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/two.glif000066400000000000000000000025261401101653000247130ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/two.half.glif000066400000000000000000000024571401101653000256270ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/two.numr.glif000066400000000000000000000004341401101653000256670ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/twoinferior.glif000066400000000000000000000005061401101653000264450ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/twosuperior.glif000066400000000000000000000025531401101653000265040ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/u-cy.glif000066400000000000000000000004041401101653000247500ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/u.glif000066400000000000000000000032331401101653000243420ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/uacute.glif000066400000000000000000000007741401101653000253730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ubreve.glif000066400000000000000000000007751401101653000253760ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ucircumflex.glif000066400000000000000000000010071401101653000264210ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/udieresis.glif000066400000000000000000000010031401101653000260630ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/udotbelow.glif000066400000000000000000000010061401101653000260760ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ugrave.glif000066400000000000000000000007751401101653000253770ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/uhookabove.glif000066400000000000000000000007671401101653000262510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/uhorn.glif000066400000000000000000000022701401101653000252310ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name u public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/uhornacute.glif000066400000000000000000000010041401101653000262450ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/uhorndotbelow.glif000066400000000000000000000010161401101653000267660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/uhorngrave.glif000066400000000000000000000010051401101653000262510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/uhornhookabove.glif000066400000000000000000000007771401101653000271410ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/uhorntilde.glif000066400000000000000000000010051401101653000262460ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/uhungarumlaut.glif000066400000000000000000000010121401101653000267700ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/umacron-cy.glif000066400000000000000000000004751401101653000261600ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/umacron.glif000066400000000000000000000007771401101653000255540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/underscore.glif000066400000000000000000000007331401101653000262510ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/underscore_end.seq.glif000066400000000000000000000007131401101653000276640ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/underscore_middle.seq.glif000066400000000000000000000007161401101653000303570ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/underscore_start.seq.glif000066400000000000000000000007151401101653000302550ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/underscore_underscore.liga.glif000066400000000000000000000007201401101653000314110ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/underscoredbl.glif000066400000000000000000000015631401101653000267350ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name underscore alignment -1 index 1 name underscore public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/unitS_eparatorC_ontrol.glif000066400000000000000000000017461401101653000306040ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name U.half alignment -1 index 1 name S.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/uogonek.glif000066400000000000000000000032071401101653000255460ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name u public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upA_rrow.glif000066400000000000000000000013361401101653000256760ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upB_lackS_mallT_riangle.glif000066400000000000000000000007241401101653000305750ustar00rootroot00000000000000 uni25B4 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upB_lackT_riangle.glif000066400000000000000000000007151401101653000274450ustar00rootroot00000000000000 triagup public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upD_ashA_rrow.glif000066400000000000000000000024751401101653000266420ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upD_ownA_rrow.glif000066400000000000000000000021341401101653000266620ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upD_ownbaseA_rrow.glif000066400000000000000000000013541401101653000275200ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name upDownArrow cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upL_eftH_alfB_lackT_riangle.glif000066400000000000000000000014641401101653000313530ustar00rootroot00000000000000 uni25ED com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name upWhiteTriangle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upR_ightH_alfB_lackT_riangle.glif000066400000000000000000000015211401101653000315300ustar00rootroot00000000000000 uni25EE com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name upWhiteTriangle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upW_hiteS_mallT_riangle.glif000066400000000000000000000013631401101653000306410ustar00rootroot00000000000000 uni25B5 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upW_hiteT_riangle.glif000066400000000000000000000013571401101653000275140ustar00rootroot00000000000000 uni25B3 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upW_hiteT_riangleW_ithD_ot.glif000066400000000000000000000022151401101653000313070ustar00rootroot00000000000000 uni25EC com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name upWhiteTriangle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfA_rc.glif000066400000000000000000000015511401101653000267510ustar00rootroot00000000000000 uni25E0 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfB_lackW_hiteC_ircle.glif000066400000000000000000000016751401101653000317100ustar00rootroot00000000000000 uni25D3 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteCircle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfB_lock.glif000066400000000000000000000007361401101653000273020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfB_lock.stypo.glif000066400000000000000000000007141401101653000304530ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperH_alfI_nverseW_hiteC_ircle.glif000066400000000000000000000021011401101653000322700ustar00rootroot00000000000000 uni25DA public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif000066400000000000000000000011171401101653000352300ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif000066400000000000000000000010751401101653000364100ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.glif000066400000000000000000000012661401101653000324100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndL_owerR_ightB_lock.stypo.glif000066400000000000000000000012441401101653000335020ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif000066400000000000000000000011171401101653000352330ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.stypo.glif000066400000000000000000000010751401101653000364130ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glif000066400000000000000000000011201401101653000354100ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.stypo.glif000066400000000000000000000010761401101653000365770ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftA_rc.glif000066400000000000000000000011661401101653000267730ustar00rootroot00000000000000 uni25DC public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftB_lackT_riangle.glif000066400000000000000000000007251401101653000311270ustar00rootroot00000000000000 uni25E4 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftB_lock.glif000066400000000000000000000007341401101653000273200ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftB_lock.stypo.glif000066400000000000000000000007121401101653000304710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 upperL_eftD_iagonalH_alfB_lackS_quare.glif000066400000000000000000000015221401101653000332670ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs uni25E9 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteSquare public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftQ_uadrantW_hiteC_ircle.glif000066400000000000000000000017161401101653000324670ustar00rootroot00000000000000 uni25F4 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteCircle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftT_riangle.glif000066400000000000000000000013631401101653000300320ustar00rootroot00000000000000 uni25F8 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperL_eftW_hiteC_ircle.glif000066400000000000000000000021111401101653000306160ustar00rootroot00000000000000 uni25D5 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteCircle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperO_neE_ighthB_lock.glif000066400000000000000000000007451401101653000304410ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperO_neE_ighthB_lock.stypo.glif000066400000000000000000000007231401101653000316120ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif000066400000000000000000000011201401101653000354050ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif000066400000000000000000000010761401101653000365740ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.glif000066400000000000000000000012311401101653000324000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 upperR_ightA_ndL_owerL_eftB_lock.stypo.glif000066400000000000000000000012071401101653000335010ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightA_rc.glif000066400000000000000000000011731401101653000271540ustar00rootroot00000000000000 uni25DD public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightB_lackC_ircle.glif000066400000000000000000000015271401101653000307470ustar00rootroot00000000000000 uni25D4 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteCircle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightB_lackT_riangle.glif000066400000000000000000000007301401101653000313060ustar00rootroot00000000000000 uni25E5 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightB_lock.glif000066400000000000000000000007431401101653000275030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightB_lock.stypo.glif000066400000000000000000000007211401101653000306540ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightQ_uadrantW_hiteC_ircle.glif000066400000000000000000000017211401101653000326460ustar00rootroot00000000000000 uni25F7 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteCircle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperR_ightT_riangle.glif000066400000000000000000000013701401101653000302130ustar00rootroot00000000000000 uni25F9 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperlefttolowerrightF_illS_quare.glif000066400000000000000000000023671401101653000330530ustar00rootroot00000000000000 uni25A7 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteSquare public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upperrighttolowerleftF_illS_quare.glif000066400000000000000000000024221401101653000330430ustar00rootroot00000000000000 uni25A8 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteSquare public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upsilon-latin.glif000066400000000000000000000035431401101653000267000ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upsilon.glif000066400000000000000000000025441401101653000255730ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upsilondieresis.glif000066400000000000000000000005061401101653000273170ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upsilondieresistonos.glif000066400000000000000000000005151401101653000304020ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/upsilontonos.glif000066400000000000000000000004751401101653000266570ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/uring.glif000066400000000000000000000007731401101653000252300ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ushort-cy.glif000066400000000000000000000004761401101653000260410ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ustraight-cy.glif000066400000000000000000000014601401101653000265210ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ustraightstroke-cy.glif000066400000000000000000000015011401101653000277450ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name ustraight-cy cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/utilde.glif000066400000000000000000000007751401101653000253740ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/v.glif000066400000000000000000000013161401101653000243430ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ve-cy.glif000066400000000000000000000042501401101653000251210ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ve-cy.loclB_G_R_.glif000066400000000000000000000037271401101653000270510ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/vectorO_rC_rossP_roduct.glif000066400000000000000000000011541401101653000307110ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name multiply public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/venus.glif000066400000000000000000000032341401101653000252370ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/verticalB_isectingL_ineW_hiteS_quare.glif000066400000000000000000000015741401101653000333330ustar00rootroot00000000000000 uni25EB com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteSquare public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/verticalF_illC_ircle.glif000066400000000000000000000020711401101653000301350ustar00rootroot00000000000000 uni25CD com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteCircle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/verticalF_illS_quare.glif000066400000000000000000000021521401101653000301740ustar00rootroot00000000000000 uni25A5 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteSquare public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/verticalT_abulationC_ontrol.glif000066400000000000000000000017531401101653000315760ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name V.half alignment -1 index 1 name T.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/verticalT_abulationC_ontrol.ss20.glif000066400000000000000000000016621401101653000323630ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/vhook.glif000066400000000000000000000027311401101653000252260ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/vturned.glif000066400000000000000000000004231401101653000255630ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/w.glif000066400000000000000000000023601401101653000243440ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/w_w_w.liga.glif000066400000000000000000000101221401101653000261260ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/wacute.glif000066400000000000000000000006441401101653000253710ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/wcircumflex.glif000066400000000000000000000006571401101653000264350ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/wdieresis.glif000066400000000000000000000006521401101653000260760ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/wgrave.glif000066400000000000000000000006451401101653000253750ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteB_ullet.glif000066400000000000000000000024431401101653000265270ustar00rootroot00000000000000 openbullet public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteC_ircle.glif000066400000000000000000000024441401101653000265020ustar00rootroot00000000000000 circle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteD_iamond.glif000066400000000000000000000012771401101653000266570ustar00rootroot00000000000000 uni25C7 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteH_exagon.glif000066400000000000000000000021651401101653000266720ustar00rootroot00000000000000 uni2B21 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteH_orizontalE_llipse.glif000066400000000000000000000024531401101653000311070ustar00rootroot00000000000000 uni2B2D public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteI_nB_lackS_quare.glif000066400000000000000000000015211401101653000302560ustar00rootroot00000000000000 uni25A3 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteSquare public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteL_argeS_quare.glif000066400000000000000000000013041401101653000276450ustar00rootroot00000000000000 uni2B1C public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteL_owerL_eftQ_uadrantS_quare.glif000066400000000000000000000016611401101653000325220ustar00rootroot00000000000000 uni25F1 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteSquare public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteL_owerR_ightQ_uadrantS_quare.glif000066400000000000000000000017171401101653000327070ustar00rootroot00000000000000 uni25F2 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteSquare public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteM_ediumD_iamond.glif000066400000000000000000000015611401101653000301530ustar00rootroot00000000000000 uni2B26 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteM_ediumL_ozenge.glif000066400000000000000000000015611401101653000302030ustar00rootroot00000000000000 uni2B28 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteP_arallelogram.glif000066400000000000000000000015631401101653000300640ustar00rootroot00000000000000 uni25B1 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteP_entagon.glif000066400000000000000000000014261401101653000270530ustar00rootroot00000000000000 uni2B20 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteR_ect.glif000066400000000000000000000012731401101653000261750ustar00rootroot00000000000000 uni25AD public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteR_oundedC_ornersS_quare.glif000066400000000000000000000033671401101653000317210ustar00rootroot00000000000000 uni25A2 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteS_mallL_ozenge.glif000066400000000000000000000013041401101653000300260ustar00rootroot00000000000000 uni2B2B public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteS_mallS_quare.glif000066400000000000000000000013031401101653000276620ustar00rootroot00000000000000 H18551 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteS_milingF_ace.glif000066400000000000000000000055721401101653000276260ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteS_quare.glif000066400000000000000000000012761401101653000265430ustar00rootroot00000000000000 H22073 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteU_pperL_eftQ_uadrantS_quare.glif000066400000000000000000000017161401101653000325260ustar00rootroot00000000000000 uni25F0 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteSquare public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteU_pperR_ightQ_uadrantS_quare.glif000066400000000000000000000017541401101653000327130ustar00rootroot00000000000000 uni25F3 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name whiteSquare public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteV_erticalE_llipse.glif000066400000000000000000000024561401101653000305320ustar00rootroot00000000000000 uni2B2F public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteV_erticalR_ect.glif000066400000000000000000000013071401101653000300240ustar00rootroot00000000000000 uni25AF public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/whiteV_erysmallS_quare.glif000066400000000000000000000013061401101653000305730ustar00rootroot00000000000000 uni2B1E public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/wmod.glif000066400000000000000000000021011401101653000250350ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/won.glif000066400000000000000000000015441401101653000247040ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name W public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/x.glif000066400000000000000000000016231401101653000243460ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/x.multiply.glif000066400000000000000000000011071401101653000262210ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name multiply public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/xi.glif000066400000000000000000000046741401101653000245300ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/y.glif000066400000000000000000000022441401101653000243470ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/yacute.glif000066400000000000000000000006441401101653000253730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ycircumflex.glif000066400000000000000000000006561401101653000264360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ydieresis.glif000066400000000000000000000006521401101653000261000ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ydotbelow.glif000066400000000000000000000006561401101653000261140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/yen.glif000066400000000000000000000021361401101653000246720ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name Y public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/yeru-cy.glif000066400000000000000000000026121401101653000254730ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ygrave.glif000066400000000000000000000006451401101653000253770ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/yhookabove.glif000066400000000000000000000006541401101653000262500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/yi-cy.glif000066400000000000000000000005471401101653000251350ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ymacron.glif000066400000000000000000000006461401101653000255530ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ymod.glif000066400000000000000000000017441401101653000250530ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ytilde.glif000066400000000000000000000006441401101653000253730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/z.glif000066400000000000000000000017411401101653000243510ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/zacute.glif000066400000000000000000000007161401101653000253740ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/zacute.loclP_L_K_.glif000066400000000000000000000007061401101653000273270ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/zcaron.glif000066400000000000000000000007011401101653000253670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/zdotaccent.glif000066400000000000000000000007261401101653000262400ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ze-cy.glif000066400000000000000000000036141401101653000251300ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/ze-cy.loclB_G_R_.glif000066400000000000000000000037411401101653000270510ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/zero.dnom.glif000066400000000000000000000004551401101653000260140ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/zero.glif000066400000000000000000000034011401101653000250520ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/zero.numr.glif000066400000000000000000000004361401101653000260370ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/zero.zero.glif000066400000000000000000000031771401101653000260420ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.leftMetricsKey zero com.schriftgestaltung.Glyphs.glyph.rightMetricsKey zero public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/zeroinferior.glif000066400000000000000000000005101401101653000266060ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/zerosuperior.glif000066400000000000000000000024311401101653000266450ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/zeta.glif000066400000000000000000000030071401101653000250400ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/zhe-cy.glif000066400000000000000000000102131401101653000252710ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/zhe-cy.loclB_G_R_.glif000066400000000000000000000103211401101653000272110ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/zhedescender-cy.glif000066400000000000000000000105211401101653000271500ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/glyphs/zmod.glif000066400000000000000000000013731401101653000250520ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/layercontents.plist000066400000000000000000000006211401101653000256720ustar00rootroot00000000000000 public.default glyphs public.background glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/lib.plist000066400000000000000000004362361401101653000235650ustar00rootroot00000000000000 com.schriftgestaltung.appVersion 1342 com.schriftgestaltung.customParameter.GSFont.Axes Name Weight Tag wght com.schriftgestaltung.customParameter.GSFont.DisplayStrings /bar_bar_bar_greater.liga /bar_bar_greater.liga /bar_greater.liga /less_bar.liga /less_bar_bar.liga /less_bar_bar_bar.liga /less_less_equal_end.seq /bar_underscore_middle.seq /bar_bar_equal_middle.seq /bar_equal_middle.seq /bar_bar_equal_end.seq /bar_bar_equal_start.seq /bar_bar_hyphen_middle.seq /bar_hyphen_middle.seq /bar_bar_hyphen_end.seq /bar_bar_hyphen_start.seq /bar_equal_end.seq /bar_equal_start.seq /bar_hyphen_end.seq /bar_hyphen_start.seq /equal_middle.seq /equal_end.seq /equal_start.seq /greater_greater_equal_middle.seq /greater_equal_middle.seq /greater_greater_equal_end.seq /greater_greater_equal_start.seq /greater_equal_start.seq /greater_equal_end.seq /greater_greater_hyphen_middle.seq /greater_hyphen_middle.seq /greater_greater_hyphen_end.seq /greater_greater_hyphen_start.seq /greater_hyphen_start.seq /greater_hyphen_end.seq /less_less_equal_middle.seq /less_equal_middle.seq /less_less_equal_end.seq /less_less_equal_start.seq /less_equal_end.seq /less_equal_start.seq /less_less_hyphen_middle.seq /less_hyphen_middle.seq /less_less_hyphen_end.seq /less_less_hyphen_start.seq /less_hyphen_end.seq /less_hyphen_start.seq /greater_greater_equal_start.seq com.schriftgestaltung.customParameter.GSFont.disablesAutomaticAlignment com.schriftgestaltung.customParameter.GSFont.disablesLastChange com.schriftgestaltung.customParameter.GSFont.note #Macro to convert the ligatures from editable to production mode def ligatureProcess(production): for glyph in Glyphs.font.glyphs: if glyph.color == 3: #2 width if production == True: glyph.layers[0].LSB = glyph.layers[0].LSB - 1200 if production == False: glyph.layers[0].LSB = glyph.layers[0].LSB + 1200 elif glyph.color == 4: #3 width if production == True: glyph.layers[0].LSB = glyph.layers[0].LSB - 2400 if production == False: glyph.layers[0].LSB = glyph.layers[0].LSB + 2400 elif glyph.color == 9: #4 width if production == True: glyph.layers[0].LSB = glyph.layers[0].LSB - 3600 if production == False: glyph.layers[0].LSB = glyph.layers[0].LSB + 3600 ligatureProcess(True) #True for production mode, False for editable Settings for scaler for halves and thirds Third 30 30 30 40 40 40 80 -160 -340 Half 70 70 70 45 45 45 60 -220 -360 com.schriftgestaltung.customParameter.GSFont.useNiceNames 1 com.schriftgestaltung.customParameter.GSFontMaster.customValue 0 com.schriftgestaltung.customParameter.GSFontMaster.customValue1 0 com.schriftgestaltung.customParameter.GSFontMaster.customValue2 0 com.schriftgestaltung.customParameter.GSFontMaster.customValue3 0 com.schriftgestaltung.customParameter.GSFontMaster.iconName com.schriftgestaltung.customParameter.GSFontMaster.weightValue 750 com.schriftgestaltung.customParameter.GSFontMaster.widthValue 0 com.schriftgestaltung.fontMasterOrder 2 com.schriftgestaltung.keyboardIncrement 1 com.schriftgestaltung.weight Bold com.schriftgestaltung.weightValue 750 com.schriftgestaltung.width Regular public.glyphOrder A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A.half B.half C.half D.half E.half F.half G.half H.half I.half K.half L.half M.half N.half O.half P.half Q.half R.half S.half T.half U.half V.half X.half Y.half Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply fi fl w_w_w.liga ordfeminine ordmasculine nmod wmod ymod A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol thetamod zmod zero one two three four five six seven eight nine zero.zero one.half two.half three.half four.half zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior fraction onehalf onequarter threequarters oneeighth threeeighths fiveeighths seveneighths period comma colon semicolon ellipsis exclam exclamdown question questiondown periodcentered bullet asterisk exclamdouble numbersign onedotenleader overline slash backslash colon.center parenleft parenright braceleft braceright bracketleft bracketright heavyleftpointinganglebracketornament heavyleftpointinganglequotationmarkornament heavyrightpointinganglebracketornament heavyrightpointinganglequotationmarkornament mediumleftpointinganglebracketornament mediumrightpointinganglebracketornament hyphen softhyphen endash emdash horizontalbar hyphentwo nonbreakinghyphen underscore underscoredbl quotesinglbase quotedblbase quotedblleft quotedblright quoteleft quoteright quotereversed guillemetleft guillemetright guilsinglleft guilsinglright quotedbl quotesingle hyphen_hyphen.liga hyphen_hyphen_hyphen.liga hyphen_asciitilde.liga parenleft_asterisk.liga braceleft_bar.liga braceright_numbersign.liga bracketleft_bar.liga bracketright_numbersign.liga period_hyphen.liga period_period.liga period_period_period.liga period_period_equal.liga period_period_less.liga period_question.liga period_equal.liga colon_colon.liga colon_colon_colon.liga colon_colon_equal.liga colon_equal.liga colon_slash_slash.liga semicolon_semicolon.liga exclam_period.liga exclam_colon.liga exclam_exclam.liga exclam_exclam_period.liga exclam_equal.liga exclam_equal_equal.liga question_period.liga question_colon.liga question_question.liga question_question_equal.liga question_equal.liga asterisk_parenright.liga asterisk_asterisk.liga asterisk_asterisk_asterisk.liga asterisk_greater.liga asterisk_slash.liga numbersign_parenleft.liga numbersign_braceleft.liga numbersign_bracketleft.liga numbersign_colon.liga numbersign_exclam.liga numbersign_question.liga numbersign_equal.liga numbersign_underscore.liga numbersign_underscore_parenleft.liga slash_asterisk.liga slash_greater.liga slash_slash.liga slash_slash_slash.liga slash_backslash.liga backslash_slash.liga backslash_backslash.liga underscore_underscore.liga hyphen_middle.seq hyphen_start.seq hyphen_end.seq colon_equal_middle.seq exclam_equal_middle.seq numbersign_end.seq numbersign_middle.seq numbersign_start.seq slash_equal_end.seq slash_equal_middle.seq slash_equal_start.seq slash_slash_equal_end.seq slash_slash_equal_middle.seq slash_slash_equal_start.seq underscore_end.seq underscore_middle.seq underscore_start.seq anoteleia questiongreek punctuationspace space nbspace CR lineseparator .notdef baht cedi cent colonsign currency dollar dong euro eurocurrency florin franc guarani hryvnia kip lari lira liraTurkish manat naira peseta peso ruble rupee rupeeIndian sheqel sterling tenge tugrik won yen bulletoperator divisionslash equivalence horizontallineextension integralbt integraltp logicalnotReversed notidentical plus minus multiply divide equal notequal greater less greaterequal lessequal plusminus approxequal asciitilde logicalnot asciicircum infinity intersection integral Ohm increment product summation radical micro partialdiff orthogonal percent perthousand strictlyequivalentto vectorOrCrossProduct greater.center less.center greater.alt less.alt upArrow rightArrow downArrow leftArrow leftRightArrow upDownArrow upDownbaseArrow downTipLeftArrow upDashArrow dashdownArrow lowerOneEighthBlock lowerOneQuarterBlock lowerThreeEighthsBlock lowerHalfBlock lowerFiveEighthsBlock lowerThreeQuartersBlock lowerSevenEighthsBlock fullBlock upperHalfBlock upperOneEighthBlock leftOneEighthBlock leftOneQuarterBlock leftThreeEighthsBlock leftBlock leftFiveEighthsBlock leftThreeQuartersBlock leftSevenEighthsBlock rightBlock rightOneEighthBlock lowerLeftBlock lowerRightBlock upperLeftBlock upperLeftAndLowerLeftAndLowerRightBlock upperLeftAndLowerRightBlock upperLeftAndUpperRightAndLowerLeftBlock upperLeftAndUpperRightAndLowerRightBlock upperRightBlock upperRightAndLowerLeftBlock upperRightAndLowerLeftAndLowerRightBlock shadelight shademedium shadedark blackCircle whiteCircle largeCircle leftHalfBlackWhiteCircle rightHalfBlackWhiteCircle lowerHalfBlackWhiteCircle upperHalfBlackWhiteCircle leftHalfBlackCircle rightHalfBlackCircle upperRightBlackCircle upperLeftWhiteCircle upperLeftQuadrantWhiteCircle lowerLeftQuadrantWhiteCircle lowerRightQuadrantWhiteCircle upperRightQuadrantWhiteCircle verticalFillCircle dottedCircle fisheye bullseye whiteBullet inverseBullet inverseWhiteCircle upperHalfInverseWhiteCircle lowerHalfInverseWhiteCircle upperHalfArc lowerHalfArc upperLeftArc upperRightArc lowerRightArc lowerLeftArc blackDiamond whiteDiamond leftHalfBlackDiamond rightHalfBlackDiamond topHalfBlackDiamond bottomHalfBlackDiamond blackInWhiteDiamond lozenge blackParallelogram whiteParallelogram blackVerticalRect filledRect whiteRect whiteVerticalRect blackSquare whiteSquare whiteRoundedCornersSquare whiteInBlackSquare dottedSquare horizontalFillSquare verticalFillSquare crosshatchFillSquare upperlefttolowerrightFillSquare upperrighttolowerleftFillSquare diagonalcrosshatchFillSquare blackSmallSquare whiteSmallSquare leftHalfBlackSquare rightHalfBlackSquare upperLeftDiagonalHalfBlackSquare lowerRightDiagonalHalfBlackSquare verticalBisectingLineWhiteSquare whiteUpperLeftQuadrantSquare whiteLowerLeftQuadrantSquare whiteLowerRightQuadrantSquare whiteUpperRightQuadrantSquare mediumWhiteSquare mediumBlackSquare mediumWhiteSmallSquare mediumBlackSmallSquare upBlackTriangle rightBlackTriangle downBlackTriangle leftBlackTriangle upWhiteTriangle rightWhiteTriangle downWhiteTriangle leftWhiteTriangle upWhiteTriangleWithDot upLeftHalfBlackTriangle upRightHalfBlackTriangle rightBlackPointer leftBlackPointer rightWhitePointer leftWhitePointer upBlackSmallTriangle rightBlackSmallTriangle downBlackSmallTriangle leftBlackSmallTriangle upWhiteSmallTriangle rightWhiteSmallTriangle downWhiteSmallTriangle leftWhiteSmallTriangle upperRightBlackTriangle lowerRightBlackTriangle lowerLeftBlackTriangle upperLeftBlackTriangle upperRightTriangle lowerRightTriangle lowerLeftTriangle upperLeftTriangle boxDoubleDownAndHorizontal boxDoubleDownAndLeft boxDoubleDownAndRight boxDoubleHorizontal boxDoubleUpAndHorizontal boxDoubleUpAndLeft boxDoubleUpAndRight boxDoubleVertical boxDoubleVerticalAndHorizontal boxDoubleVerticalAndLeft boxDoubleVerticalAndRight boxDownDoubleAndHorizontalSingle boxDownDoubleAndLeftSingle boxDownDoubleAndRightSingle boxDownHeavyAndHorizontalLight boxDownHeavyAndLeftLight boxDownHeavyAndLeftUpLight boxDownHeavyAndRightLight boxDownHeavyAndRightUpLight boxDownHeavyAndUpHorizontalLight boxDownLightAndHorizontalHeavy boxDownLightAndLeftHeavy boxDownLightAndLeftUpHeavy boxDownLightAndRightHeavy boxDownLightAndRightUpHeavy boxDownLightAndUpHorizontalHeavy boxDownSingleAndHorizontalDouble boxDownSingleAndLeftDouble boxDownSingleAndRightDouble boxHeavyDoubleDashHorizontal boxHeavyDoubleDashVertical boxHeavyDown boxHeavyDownAndHorizontal boxHeavyDownAndLeft boxHeavyDownAndRight boxHeavyHorizontal boxHeavyLeft boxHeavyLeftAndLightRight boxHeavyQuadrupleDashHorizontal boxHeavyQuadrupleDashVertical boxHeavyRight boxHeavyTripleDashHorizontal boxHeavyTripleDashVertical boxHeavyUp boxHeavyUpAndHorizontal boxHeavyUpAndLeft boxHeavyUpAndLightDown boxHeavyUpAndRight boxHeavyVertical boxHeavyVerticalAndHorizontal boxHeavyVerticalAndLeft boxHeavyVerticalAndRight boxLeftDownHeavyAndRightUpLight boxLeftHeavyAndRightDownLight boxLeftHeavyAndRightUpLight boxLeftHeavyAndRightVerticalLight boxLeftLightAndRightDownHeavy boxLeftLightAndRightUpHeavy boxLeftLightAndRightVerticalHeavy boxLeftUpHeavyAndRightDownLight boxLightArcDownAndLeft boxLightArcDownAndRight boxLightArcUpAndLeft boxLightArcUpAndRight boxLightDiagonalCross boxLightDiagonalUpperLeftToLowerRight boxLightDiagonalUpperRightToLowerLeft boxLightDoubleDashHorizontal boxLightDoubleDashVertical boxLightDown boxLightDownAndHorizontal boxLightDownAndLeft boxLightDownAndRight boxLightHorizontal boxLightLeft boxLightLeftAndHeavyRight boxLightQuadrupleDashHorizontal boxLightQuadrupleDashVertical boxLightRight boxLightTripleDashHorizontal boxLightTripleDashVertical boxLightUp boxLightUpAndHeavyDown boxLightUpAndHorizontal boxLightUpAndLeft boxLightUpAndRight boxLightVertical boxLightVerticalAndHorizontal boxLightVerticalAndLeft boxLightVerticalAndRight boxRightDownHeavyAndLeftUpLight boxRightHeavyAndLeftDownLight boxRightHeavyAndLeftUpLight boxRightHeavyAndLeftVerticalLight boxRightLightAndLeftDownHeavy boxRightLightAndLeftUpHeavy boxRightLightAndLeftVerticalHeavy boxRightUpHeavyAndLeftDownLight boxUpDoubleAndHorizontalSingle boxUpDoubleAndLeftSingle boxUpDoubleAndRightSingle boxUpHeavyAndDownHorizontalLight boxUpHeavyAndHorizontalLight boxUpHeavyAndLeftDownLight boxUpHeavyAndLeftLight boxUpHeavyAndRightDownLight boxUpHeavyAndRightLight boxUpLightAndDownHorizontalHeavy boxUpLightAndHorizontalHeavy boxUpLightAndLeftDownHeavy boxUpLightAndLeftHeavy boxUpLightAndRightDownHeavy boxUpLightAndRightHeavy boxUpSingleAndHorizontalDouble boxUpSingleAndLeftDouble boxUpSingleAndRightDouble boxVerticalDoubleAndHorizontalSingle boxVerticalDoubleAndLeftSingle boxVerticalDoubleAndRightSingle boxVerticalHeavyAndHorizontalLight boxVerticalHeavyAndLeftLight boxVerticalHeavyAndRightLight boxVerticalLightAndHorizontalHeavy boxVerticalLightAndLeftHeavy boxVerticalLightAndRightHeavy boxVerticalSingleAndHorizontalDouble boxVerticalSingleAndLeftDouble boxVerticalSingleAndRightDouble lowerOneEighthBlock.stypo lowerOneQuarterBlock.stypo lowerThreeEighthsBlock.stypo lowerHalfBlock.stypo lowerFiveEighthsBlock.stypo lowerThreeQuartersBlock.stypo lowerSevenEighthsBlock.stypo fullBlock.stypo upperHalfBlock.stypo upperOneEighthBlock.stypo leftOneEighthBlock.stypo leftOneQuarterBlock.stypo leftThreeEighthsBlock.stypo leftBlock.stypo leftFiveEighthsBlock.stypo leftThreeQuartersBlock.stypo leftSevenEighthsBlock.stypo rightBlock.stypo rightOneEighthBlock.stypo lowerLeftBlock.stypo lowerRightBlock.stypo upperLeftBlock.stypo upperLeftAndLowerLeftAndLowerRightBlock.stypo upperLeftAndLowerRightBlock.stypo upperLeftAndUpperRightAndLowerLeftBlock.stypo upperLeftAndUpperRightAndLowerRightBlock.stypo upperRightBlock.stypo upperRightAndLowerLeftBlock.stypo upperRightAndLowerLeftAndLowerRightBlock.stypo shadelight.stypo shademedium.stypo shadedark.stypo reversedRotatedFloralHeartBullet whiteSmilingFace blackSmilingFace sunWithRays venus mars spadeBlackSuit clubBlackSuit heartBlackSuit diamondBlackSuit checkmark rotatedFloralHeartBullet acknowledgeControl backspaceControl at ampersand paragraph section copyright registered published trademark careof degree minute second bar brokenbar dagger literSign daggerdbl estimated numero bellControl blackHexagon blackHorizontalEllipse blackLargeCircle blackLargeSquare blackMediumDiamond blackMediumDownTriangleCentred blackMediumLeftTriangleCentred blackMediumLozenge blackMediumRightTriangleCentred blackMediumUpTriangleCentred blackPentagon blackSmallDiamond blackSmallLozenge blackVerticalEllipse blackVerysmallSquare blank blankSymbol bottomHalfBlackCircle cancelControl carriageReturnControl dataLinkEscapeControl deleteControl deleteFormTwoControl deviceControlFourControl deviceControlOneControl deviceControlThreeControl deviceControlTwoControl endOfMediumControl endOfTextControl endOfTransmissionBlockControl endOfTransmissionControl enquiryControl escapeControl fileSeparatorControl formFeedControl groupSeparatorControl horizontalBlackHexagon horizontalTabulationControl house returnsymbol lineFeedControl lowerHalfWhiteSquare lowerLeftHalfWhiteSquare negativeAcknowledgeControl newlineControl nullControl prescription recordSeparatorControl shiftInControl shiftOutControl spaceControl startOfHeadingControl startOfTextControl substituteControl substituteFormTwoControl synchronousIdleControl topHalfBlackCircle topHalfWhiteSquare topRightHalfWhiteSquare unitSeparatorControl verticalTabulationControl whiteHexagon whiteHorizontalEllipse whiteLargeSquare whiteMediumDiamond whiteMediumLozenge whitePentagon whiteSmallLozenge whiteVerticalEllipse whiteVerysmallSquare acknowledgeControl.ss20 backspaceControl.ss20 bellControl.ss20 cancelControl.ss20 carriageReturnControl.ss20 dataLinkEscapeControl.ss20 endOfMediumControl.ss20 endOfTextControl.ss20 endOfTransmissionBlockControl.ss20 endOfTransmissionControl.ss20 enquiryControl.ss20 escapeControl.ss20 formFeedControl.ss20 horizontalTabulationControl.ss20 lineFeedControl.ss20 negativeAcknowledgeControl.ss20 shiftInControl.ss20 shiftOutControl.ss20 startOfHeadingControl.ss20 startOfTextControl.ss20 substituteControl.ss20 synchronousIdleControl.ss20 verticalTabulationControl.ss20 ampersand_ampersand.liga bar_braceright.liga bar_bracketright.liga bar_bar.liga bar_bar_bar.liga bar_bar_bar_greater.liga bar_bar_greater.liga bar_greater.liga dollar_greater.liga plus_plus.liga plus_plus_plus.liga plus_greater.liga equal_equal.liga equal_equal_equal.liga greater_equal.liga greater_greater.liga greater_greater_greater.liga less_exclam_hyphen_hyphen.liga less_asterisk.liga less_asterisk_greater.liga less_bar.liga less_bar_bar.liga less_bar_bar_bar.liga less_bar_greater.liga less_dollar.liga less_dollar_greater.liga less_plus.liga less_plus_greater.liga less_equal.liga less_greater.liga less_less.liga less_less_less.liga less_asciitilde.liga less_asciitilde_greater.liga less_asciitilde_asciitilde.liga less_slash.liga less_slash_greater.liga asciitilde_hyphen.liga asciitilde_at.liga asciitilde_equal.liga asciitilde_greater.liga asciitilde_asciitilde.liga asciitilde_asciitilde_greater.liga asciicircum_equal.liga percent_percent.liga bar_underscore_middle.seq bar_bar_equal_middle.seq bar_equal_middle.seq bar_bar_equal_end.seq bar_bar_equal_start.seq bar_bar_hyphen_middle.seq bar_hyphen_middle.seq bar_bar_hyphen_end.seq bar_bar_hyphen_start.seq bar_equal_end.seq bar_equal_start.seq bar_hyphen_end.seq bar_hyphen_start.seq equal_middle.seq equal_end.seq equal_start.seq greater_greater_equal_middle.seq greater_equal_middle.seq greater_greater_equal_end.seq greater_greater_equal_start.seq greater_equal_start.seq greater_equal_end.seq greater_greater_hyphen_middle.seq greater_hyphen_middle.seq greater_greater_hyphen_end.seq greater_greater_hyphen_start.seq greater_hyphen_start.seq greater_hyphen_end.seq less_less_equal_middle.seq less_equal_middle.seq less_less_equal_end.seq less_less_equal_start.seq less_equal_end.seq less_equal_start.seq less_less_hyphen_middle.seq less_hyphen_middle.seq less_less_hyphen_end.seq less_less_hyphen_start.seq less_hyphen_end.seq less_hyphen_start.seq note-musical notedbl-musical blank-braille dots1-braille dots12-braille dots123-braille dots1234-braille dots12345-braille dots123456-braille dots1234567-braille dots12345678-braille dots1234568-braille dots123457-braille dots1234578-braille dots123458-braille dots12346-braille dots123467-braille dots1234678-braille dots123468-braille dots12347-braille dots123478-braille dots12348-braille dots1235-braille dots12356-braille dots123567-braille dots1235678-braille dots123568-braille dots12357-braille dots123578-braille dots12358-braille dots1236-braille dots12367-braille dots123678-braille dots12368-braille dots1237-braille dots12378-braille dots1238-braille dots124-braille dots1245-braille dots12456-braille dots124567-braille dots1245678-braille dots124568-braille dots12457-braille dots124578-braille dots12458-braille dots1246-braille dots12467-braille dots124678-braille dots12468-braille dots1247-braille dots12478-braille dots1248-braille dots125-braille dots1256-braille dots12567-braille dots125678-braille dots12568-braille dots1257-braille dots12578-braille dots1258-braille dots126-braille dots1267-braille dots12678-braille dots1268-braille dots127-braille dots1278-braille dots128-braille dots13-braille dots134-braille dots1345-braille dots13456-braille dots134567-braille dots1345678-braille dots134568-braille dots13457-braille dots134578-braille dots13458-braille dots1346-braille dots13467-braille dots134678-braille dots13468-braille dots1347-braille dots13478-braille dots1348-braille dots135-braille dots1356-braille dots13567-braille dots135678-braille dots13568-braille dots1357-braille dots13578-braille dots1358-braille dots136-braille dots1367-braille dots13678-braille dots1368-braille dots137-braille dots1378-braille dots138-braille dots14-braille dots145-braille dots1456-braille dots14567-braille dots145678-braille dots14568-braille dots1457-braille dots14578-braille dots1458-braille dots146-braille dots1467-braille dots14678-braille dots1468-braille dots147-braille dots1478-braille dots148-braille dots15-braille dots156-braille dots1567-braille dots15678-braille dots1568-braille dots157-braille dots1578-braille dots158-braille dots16-braille dots167-braille dots1678-braille dots168-braille dots17-braille dots178-braille dots18-braille dots2-braille dots23-braille dots234-braille dots2345-braille dots23456-braille dots234567-braille dots2345678-braille dots234568-braille dots23457-braille dots234578-braille dots23458-braille dots2346-braille dots23467-braille dots234678-braille dots23468-braille dots2347-braille dots23478-braille dots2348-braille dots235-braille dots2356-braille dots23567-braille dots235678-braille dots23568-braille dots2357-braille dots23578-braille dots2358-braille dots236-braille dots2367-braille dots23678-braille dots2368-braille dots237-braille dots2378-braille dots238-braille dots24-braille dots245-braille dots2456-braille dots24567-braille dots245678-braille dots24568-braille dots2457-braille dots24578-braille dots2458-braille dots246-braille dots2467-braille dots24678-braille dots2468-braille dots247-braille dots2478-braille dots248-braille dots25-braille dots256-braille dots2567-braille dots25678-braille dots2568-braille dots257-braille dots2578-braille dots258-braille dots26-braille dots267-braille dots2678-braille dots268-braille dots27-braille dots278-braille dots28-braille dots3-braille dots34-braille dots345-braille dots3456-braille dots34567-braille dots345678-braille dots34568-braille dots3457-braille dots34578-braille dots3458-braille dots346-braille dots3467-braille dots34678-braille dots3468-braille dots347-braille dots3478-braille dots348-braille dots35-braille dots356-braille dots3567-braille dots35678-braille dots3568-braille dots357-braille dots3578-braille dots358-braille dots36-braille dots367-braille dots3678-braille dots368-braille dots37-braille dots378-braille dots38-braille dots4-braille dots45-braille dots456-braille dots4567-braille dots45678-braille dots4568-braille dots457-braille dots4578-braille dots458-braille dots46-braille dots467-braille dots4678-braille dots468-braille dots47-braille dots478-braille dots48-braille dots5-braille dots56-braille dots567-braille dots5678-braille dots568-braille dots57-braille dots578-braille dots58-braille dots6-braille dots67-braille dots678-braille dots68-braille dots7-braille dots78-braille dots8-braille numeral-greek lowernumeral-greek apostrophemod colontriangularmod commaturnedmod firsttonechinese glottalstopmod dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresis dotaccent grave acute hungarumlaut circumflex caron breve ring tilde macron cedilla ogonek dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb tonos tonos.case dieresistonos brevecomb-cy brevecomb-cy.case LIG public.postscriptNames A-cy uni0410 Abreveacute uni1EAE Abrevedotbelow uni1EB6 Abrevegrave uni1EB0 Abrevehookabove uni1EB2 Abrevetilde uni1EB4 Acaron uni01CD Acircumflexacute uni1EA4 Acircumflexdotbelow uni1EAC Acircumflexgrave uni1EA6 Acircumflexhookabove uni1EA8 Acircumflextilde uni1EAA Adotbelow uni1EA0 Ahookabove uni1EA2 Alpha-latin uni2C6D Asmall uni1D00 Astroke uni023A Be-cy uni0411 Che-cy uni0427 Chedescender-cy uni04B6 Cstroke uni023B De-cy uni0414 De-cy.loclBGR uni0414.loclBGR Delta uni0394 Dje-cy uni0402 Dze-cy uni0405 Dzhe-cy uni040F E-cy uni0404 Ecircumflexacute uni1EBE Ecircumflexdotbelow uni1EC6 Ecircumflexgrave uni1EC0 Ecircumflexhookabove uni1EC2 Ecircumflextilde uni1EC4 Edotbelow uni1EB8 Ef-cy uni0424 Ef-cy.loclBGR uni0424.loclBGR Ehookabove uni1EBA El-cy uni041B El-cy.loclBGR uni041B.loclBGR Em-cy uni041C En-cy uni041D Endescender-cy uni04A2 Eopen uni0190 Er-cy uni0420 Ereversed uni018E Ereversed-cy uni042D Es-cy uni0421 Esh uni01A9 Etilde uni1EBC Ezh uni01B7 Gammaafrican uni0194 Gcommaaccent uni0122 Ge-cy uni0413 Germandbls uni1E9E Ghestroke-cy uni0492 Gheupturn-cy uni0490 Gje-cy uni0403 Gsmall uni0262 Gstroke uni01E4 Ha-cy uni0425 Hadescender-cy uni04B2 Hardsign-cy uni042A Hcaron uni021E Hdotbelow uni1E24 I-cy uni0406 Ia-cy uni042F Idotbelow uni1ECA Ie-cy uni0415 Iegrave-cy uni0400 Ihookabove uni1EC8 Ii-cy uni0418 Iigrave-cy uni040D Iishort-cy uni0419 Imacron-cy uni04E2 Io-cy uni0401 Iotaafrican uni0196 Ismall uni026A Iu-cy uni042E Je-cy uni0408 Ka-cy uni041A Kacute uni1E30 Kadescender-cy uni049A KaiSymbol uni03CF Kcommaaccent uni0136 Kdotbelow uni1E32 Kje-cy uni040C Klinebelow uni1E34 Lbar uni023D Lcommaaccent uni013B Ldotbelow uni1E36 Lje-cy uni0409 Llinebelow uni1E3A Lmiddletilde uni2C62 Lsmall uni029F Ncommaaccent uni0145 Nhookleft uni019D Nje-cy uni040A Nlinebelow uni1E48 O-cy uni041E Obarred-cy uni04E8 Ocircumflexacute uni1ED0 Ocircumflexdotbelow uni1ED8 Ocircumflexgrave uni1ED2 Ocircumflexhookabove uni1ED4 Ocircumflextilde uni1ED6 Odotbelow uni1ECC Ohm uni2126 Ohookabove uni1ECE Ohornacute uni1EDA Ohorndotbelow uni1EE2 Ohorngrave uni1EDC Ohornhookabove uni1EDE Ohorntilde uni1EE0 Omacronacute uni1E52 Omacrongrave uni1E50 Omega uni03A9 Oogonek uni01EA Oopen uni0186 Palochka-cy uni04C0 Pe-cy uni041F Rcommaaccent uni0156 Rdotbelow uni1E5A Schwa uni018F Schwa-cy uni04D8 Scommaaccent uni0218 Sdotbelow uni1E62 Sha-cy uni0428 Shcha-cy uni0429 Shha-cy uni04BA Softsign-cy uni042C Tcedilla uni0162 Tcommaaccent uni021A Tdiagonalstroke uni023E Te-cy uni0422 Tlinebelow uni1E6E Tse-cy uni0426 Tshe-cy uni040B U-cy uni0423 Udotbelow uni1EE4 Uhookabove uni1EE6 Uhornacute uni1EE8 Uhorndotbelow uni1EF0 Uhorngrave uni1EEA Uhornhookabove uni1EEC Uhorntilde uni1EEE Umacron-cy uni04EE Upsilonafrican uni01B1 Ushort-cy uni040E Ustraight-cy uni04AE Ustraightstroke-cy uni04B0 Ve-cy uni0412 Vhook uni01B2 Vturned uni0245 Ydotbelow uni1EF4 Yeru-cy uni042B Yhookabove uni1EF6 Yi-cy uni0407 Ymacron uni0232 Ytilde uni1EF8 Ze-cy uni0417 Zhe-cy uni0416 Zhedescender-cy uni0496 a-cy uni0430 abreveacute uni1EAF abrevedotbelow uni1EB7 abrevegrave uni1EB1 abrevehookabove uni1EB3 abrevetilde uni1EB5 acaron uni01CE acircumflexacute uni1EA5 acircumflexdotbelow uni1EAD acircumflexgrave uni1EA7 acircumflexhookabove uni1EA9 acircumflextilde uni1EAB acknowledgeControl uni2406 acknowledgeControl.ss20 uni2406.ss20 acutetonecomb uni0341 adotbelow uni1EA1 ahookabove uni1EA3 alpha-latin uni0251 apostrophemod uni02BC backspaceControl uni2408 backspaceControl.ss20 uni2408.ss20 baht uni0E3F baht.BRACKET.600 uni0E3F be-cy uni0431 be-cy.loclSRB uni0431.loclSRB bellControl uni2407 bellControl.ss20 uni2407.ss20 blackCircle uni25CF blackDiamond uni25C6 blackHexagon uni2B22 blackHorizontalEllipse uni2B2C blackInWhiteDiamond uni25C8 blackLargeCircle uni2B24 blackLargeSquare uni2B1B blackMediumDiamond uni2B25 blackMediumDownTriangleCentred uni2BC6 blackMediumLeftTriangleCentred uni2BC7 blackMediumLozenge uni2B27 blackMediumRightTriangleCentred uni2BC8 blackMediumUpTriangleCentred uni2BC5 blackParallelogram uni25B0 blackPentagon uni2B1F blackSmallDiamond uni2B29 blackSmallLozenge uni2B2A blackSmallSquare uni25AA blackSmilingFace invsmileface blackSquare filledbox blackVerticalEllipse uni2B2E blackVerticalRect uni25AE blackVerysmallSquare uni2B1D blank uni2423 blank-braille uni2800 blankSymbol uni2422 bottomHalfBlackCircle uni2BCB bottomHalfBlackDiamond uni2B19 boxDoubleDownAndHorizontal uni2566 boxDoubleDownAndLeft uni2557 boxDoubleDownAndRight uni2554 boxDoubleHorizontal uni2550 boxDoubleUpAndHorizontal uni2569 boxDoubleUpAndLeft uni255D boxDoubleUpAndRight uni255A boxDoubleVertical uni2551 boxDoubleVerticalAndHorizontal uni256C boxDoubleVerticalAndLeft uni2563 boxDoubleVerticalAndRight uni2560 boxDownDoubleAndHorizontalSingle uni2565 boxDownDoubleAndLeftSingle uni2556 boxDownDoubleAndRightSingle uni2553 boxDownHeavyAndHorizontalLight uni2530 boxDownHeavyAndLeftLight uni2512 boxDownHeavyAndLeftUpLight uni2527 boxDownHeavyAndRightLight uni250E boxDownHeavyAndRightUpLight uni251F boxDownHeavyAndUpHorizontalLight uni2541 boxDownLightAndHorizontalHeavy uni252F boxDownLightAndLeftHeavy uni2511 boxDownLightAndLeftUpHeavy uni2529 boxDownLightAndRightHeavy uni250D boxDownLightAndRightUpHeavy uni2521 boxDownLightAndUpHorizontalHeavy uni2547 boxDownSingleAndHorizontalDouble uni2564 boxDownSingleAndLeftDouble uni2555 boxDownSingleAndRightDouble uni2552 boxHeavyDoubleDashHorizontal uni254D boxHeavyDoubleDashVertical uni254F boxHeavyDown uni257B boxHeavyDownAndHorizontal uni2533 boxHeavyDownAndLeft uni2513 boxHeavyDownAndRight uni250F boxHeavyHorizontal uni2501 boxHeavyLeft uni2578 boxHeavyLeftAndLightRight uni257E boxHeavyQuadrupleDashHorizontal uni2509 boxHeavyQuadrupleDashVertical uni250B boxHeavyRight uni257A boxHeavyTripleDashHorizontal uni2505 boxHeavyTripleDashVertical uni2507 boxHeavyUp uni2579 boxHeavyUpAndHorizontal uni253B boxHeavyUpAndLeft uni251B boxHeavyUpAndLightDown uni257F boxHeavyUpAndRight uni2517 boxHeavyVertical uni2503 boxHeavyVerticalAndHorizontal uni254B boxHeavyVerticalAndLeft uni252B boxHeavyVerticalAndRight uni2523 boxLeftDownHeavyAndRightUpLight uni2545 boxLeftHeavyAndRightDownLight uni252D boxLeftHeavyAndRightUpLight uni2535 boxLeftHeavyAndRightVerticalLight uni253D boxLeftLightAndRightDownHeavy uni2532 boxLeftLightAndRightUpHeavy uni253A boxLeftLightAndRightVerticalHeavy uni254A boxLeftUpHeavyAndRightDownLight uni2543 boxLightArcDownAndLeft uni256E boxLightArcDownAndRight uni256D boxLightArcUpAndLeft uni256F boxLightArcUpAndRight uni2570 boxLightDiagonalCross uni2573 boxLightDiagonalUpperLeftToLowerRight uni2572 boxLightDiagonalUpperRightToLowerLeft uni2571 boxLightDoubleDashHorizontal uni254C boxLightDoubleDashVertical uni254E boxLightDown uni2577 boxLightDownAndHorizontal uni252C boxLightDownAndLeft uni2510 boxLightDownAndRight uni250C boxLightHorizontal uni2500 boxLightLeft uni2574 boxLightLeftAndHeavyRight uni257C boxLightQuadrupleDashHorizontal uni2508 boxLightQuadrupleDashVertical uni250A boxLightRight uni2576 boxLightTripleDashHorizontal uni2504 boxLightTripleDashVertical uni2506 boxLightUp uni2575 boxLightUpAndHeavyDown uni257D boxLightUpAndHorizontal uni2534 boxLightUpAndLeft uni2518 boxLightUpAndRight uni2514 boxLightVertical uni2502 boxLightVerticalAndHorizontal uni253C boxLightVerticalAndLeft uni2524 boxLightVerticalAndRight uni251C boxRightDownHeavyAndLeftUpLight uni2546 boxRightHeavyAndLeftDownLight uni252E boxRightHeavyAndLeftUpLight uni2536 boxRightHeavyAndLeftVerticalLight uni253E boxRightLightAndLeftDownHeavy uni2531 boxRightLightAndLeftUpHeavy uni2539 boxRightLightAndLeftVerticalHeavy uni2549 boxRightUpHeavyAndLeftDownLight uni2544 boxUpDoubleAndHorizontalSingle uni2568 boxUpDoubleAndLeftSingle uni255C boxUpDoubleAndRightSingle uni2559 boxUpHeavyAndDownHorizontalLight uni2540 boxUpHeavyAndHorizontalLight uni2538 boxUpHeavyAndLeftDownLight uni2526 boxUpHeavyAndLeftLight uni251A boxUpHeavyAndRightDownLight uni251E boxUpHeavyAndRightLight uni2516 boxUpLightAndDownHorizontalHeavy uni2548 boxUpLightAndHorizontalHeavy uni2537 boxUpLightAndLeftDownHeavy uni252A boxUpLightAndLeftHeavy uni2519 boxUpLightAndRightDownHeavy uni2522 boxUpLightAndRightHeavy uni2515 boxUpSingleAndHorizontalDouble uni2567 boxUpSingleAndLeftDouble uni255B boxUpSingleAndRightDouble uni2558 boxVerticalDoubleAndHorizontalSingle uni256B boxVerticalDoubleAndLeftSingle uni2562 boxVerticalDoubleAndRightSingle uni255F boxVerticalHeavyAndHorizontalLight uni2542 boxVerticalHeavyAndLeftLight uni2528 boxVerticalHeavyAndRightLight uni2520 boxVerticalLightAndHorizontalHeavy uni253F boxVerticalLightAndLeftHeavy uni2525 boxVerticalLightAndRightHeavy uni251D boxVerticalSingleAndHorizontalDouble uni256A boxVerticalSingleAndLeftDouble uni2561 boxVerticalSingleAndRightDouble uni255E brevecomb uni0306 brevecomb-cy brevecombcy brevecomb-cy.case brevecombcy.case brevecomb.case uni0306.case bulletoperator uni2219 bullseye uni25CE cancelControl uni2418 cancelControl.ss20 uni2418.ss20 careof uni2105 caroncomb uni030C caroncomb.case uni030C.case carriageReturnControl uni240D carriageReturnControl.ss20 uni240D.ss20 cedi uni20B5 cedillacomb uni0327 che-cy uni0447 checkmark uni2713 chedescender-cy uni04B7 circumflexcomb uni0302 circumflexcomb.case uni0302.case clubBlackSuit club colonsign colonmonetary colontriangularmod uni02D0 commaabovecomb uni0313 commaaboverightcomb uni0315 commaaccentcomb uni0326 commaturnedabovecomb uni0312 commaturnedmod uni02BB crosshatchFillSquare uni25A6 dashdownArrow uni21E3 dataLinkEscapeControl uni2410 dataLinkEscapeControl.ss20 uni2410.ss20 de-cy uni0434 de-cy.loclBGR uni0434.loclBGR deleteControl uni2421 deleteFormTwoControl uni2425 deviceControlFourControl uni2414 deviceControlOneControl uni2411 deviceControlThreeControl uni2413 deviceControlTwoControl uni2412 diagonalcrosshatchFillSquare uni25A9 diamondBlackSuit diamond dieresiscomb uni0308 dieresiscomb.case uni0308.case divisionslash uni2215 dje-cy uni0452 dotaccentcomb uni0307 dotaccentcomb.case uni0307.case dots1-braille uni2801 dots12-braille uni2803 dots123-braille uni2807 dots1234-braille uni280F dots12345-braille uni281F dots123456-braille uni283F dots1234567-braille uni287F dots12345678-braille uni28FF dots1234568-braille uni28BF dots123457-braille uni285F dots1234578-braille uni28DF dots123458-braille uni289F dots12346-braille uni282F dots123467-braille uni286F dots1234678-braille uni28EF dots123468-braille uni28AF dots12347-braille uni284F dots123478-braille uni28CF dots12348-braille uni288F dots1235-braille uni2817 dots12356-braille uni2837 dots123567-braille uni2877 dots1235678-braille uni28F7 dots123568-braille uni28B7 dots12357-braille uni2857 dots123578-braille uni28D7 dots12358-braille uni2897 dots1236-braille uni2827 dots12367-braille uni2867 dots123678-braille uni28E7 dots12368-braille uni28A7 dots1237-braille uni2847 dots12378-braille uni28C7 dots1238-braille uni2887 dots124-braille uni280B dots1245-braille uni281B dots12456-braille uni283B dots124567-braille uni287B dots1245678-braille uni28FB dots124568-braille uni28BB dots12457-braille uni285B dots124578-braille uni28DB dots12458-braille uni289B dots1246-braille uni282B dots12467-braille uni286B dots124678-braille uni28EB dots12468-braille uni28AB dots1247-braille uni284B dots12478-braille uni28CB dots1248-braille uni288B dots125-braille uni2813 dots1256-braille uni2833 dots12567-braille uni2873 dots125678-braille uni28F3 dots12568-braille uni28B3 dots1257-braille uni2853 dots12578-braille uni28D3 dots1258-braille uni2893 dots126-braille uni2823 dots1267-braille uni2863 dots12678-braille uni28E3 dots1268-braille uni28A3 dots127-braille uni2843 dots1278-braille uni28C3 dots128-braille uni2883 dots13-braille uni2805 dots134-braille uni280D dots1345-braille uni281D dots13456-braille uni283D dots134567-braille uni287D dots1345678-braille uni28FD dots134568-braille uni28BD dots13457-braille uni285D dots134578-braille uni28DD dots13458-braille uni289D dots1346-braille uni282D dots13467-braille uni286D dots134678-braille uni28ED dots13468-braille uni28AD dots1347-braille uni284D dots13478-braille uni28CD dots1348-braille uni288D dots135-braille uni2815 dots1356-braille uni2835 dots13567-braille uni2875 dots135678-braille uni28F5 dots13568-braille uni28B5 dots1357-braille uni2855 dots13578-braille uni28D5 dots1358-braille uni2895 dots136-braille uni2825 dots1367-braille uni2865 dots13678-braille uni28E5 dots1368-braille uni28A5 dots137-braille uni2845 dots1378-braille uni28C5 dots138-braille uni2885 dots14-braille uni2809 dots145-braille uni2819 dots1456-braille uni2839 dots14567-braille uni2879 dots145678-braille uni28F9 dots14568-braille uni28B9 dots1457-braille uni2859 dots14578-braille uni28D9 dots1458-braille uni2899 dots146-braille uni2829 dots1467-braille uni2869 dots14678-braille uni28E9 dots1468-braille uni28A9 dots147-braille uni2849 dots1478-braille uni28C9 dots148-braille uni2889 dots15-braille uni2811 dots156-braille uni2831 dots1567-braille uni2871 dots15678-braille uni28F1 dots1568-braille uni28B1 dots157-braille uni2851 dots1578-braille uni28D1 dots158-braille uni2891 dots16-braille uni2821 dots167-braille uni2861 dots1678-braille uni28E1 dots168-braille uni28A1 dots17-braille uni2841 dots178-braille uni28C1 dots18-braille uni2881 dots2-braille uni2802 dots23-braille uni2806 dots234-braille uni280E dots2345-braille uni281E dots23456-braille uni283E dots234567-braille uni287E dots2345678-braille uni28FE dots234568-braille uni28BE dots23457-braille uni285E dots234578-braille uni28DE dots23458-braille uni289E dots2346-braille uni282E dots23467-braille uni286E dots234678-braille uni28EE dots23468-braille uni28AE dots2347-braille uni284E dots23478-braille uni28CE dots2348-braille uni288E dots235-braille uni2816 dots2356-braille uni2836 dots23567-braille uni2876 dots235678-braille uni28F6 dots23568-braille uni28B6 dots2357-braille uni2856 dots23578-braille uni28D6 dots2358-braille uni2896 dots236-braille uni2826 dots2367-braille uni2866 dots23678-braille uni28E6 dots2368-braille uni28A6 dots237-braille uni2846 dots2378-braille uni28C6 dots238-braille uni2886 dots24-braille uni280A dots245-braille uni281A dots2456-braille uni283A dots24567-braille uni287A dots245678-braille uni28FA dots24568-braille uni28BA dots2457-braille uni285A dots24578-braille uni28DA dots2458-braille uni289A dots246-braille uni282A dots2467-braille uni286A dots24678-braille uni28EA dots2468-braille uni28AA dots247-braille uni284A dots2478-braille uni28CA dots248-braille uni288A dots25-braille uni2812 dots256-braille uni2832 dots2567-braille uni2872 dots25678-braille uni28F2 dots2568-braille uni28B2 dots257-braille uni2852 dots2578-braille uni28D2 dots258-braille uni2892 dots26-braille uni2822 dots267-braille uni2862 dots2678-braille uni28E2 dots268-braille uni28A2 dots27-braille uni2842 dots278-braille uni28C2 dots28-braille uni2882 dots3-braille uni2804 dots34-braille uni280C dots345-braille uni281C dots3456-braille uni283C dots34567-braille uni287C dots345678-braille uni28FC dots34568-braille uni28BC dots3457-braille uni285C dots34578-braille uni28DC dots3458-braille uni289C dots346-braille uni282C dots3467-braille uni286C dots34678-braille uni28EC dots3468-braille uni28AC dots347-braille uni284C dots3478-braille uni28CC dots348-braille uni288C dots35-braille uni2814 dots356-braille uni2834 dots3567-braille uni2874 dots35678-braille uni28F4 dots3568-braille uni28B4 dots357-braille uni2854 dots3578-braille uni28D4 dots358-braille uni2894 dots36-braille uni2824 dots367-braille uni2864 dots3678-braille uni28E4 dots368-braille uni28A4 dots37-braille uni2844 dots378-braille uni28C4 dots38-braille uni2884 dots4-braille uni2808 dots45-braille uni2818 dots456-braille uni2838 dots4567-braille uni2878 dots45678-braille uni28F8 dots4568-braille uni28B8 dots457-braille uni2858 dots4578-braille uni28D8 dots458-braille uni2898 dots46-braille uni2828 dots467-braille uni2868 dots4678-braille uni28E8 dots468-braille uni28A8 dots47-braille uni2848 dots478-braille uni28C8 dots48-braille uni2888 dots5-braille uni2810 dots56-braille uni2830 dots567-braille uni2870 dots5678-braille uni28F0 dots568-braille uni28B0 dots57-braille uni2850 dots578-braille uni28D0 dots58-braille uni2890 dots6-braille uni2820 dots67-braille uni2860 dots678-braille uni28E0 dots68-braille uni28A0 dots7-braille uni2840 dots78-braille uni28C0 dots8-braille uni2880 dottedCircle uni25CC dottedSquare uni2B1A downArrow arrowdown downBlackSmallTriangle uni25BE downBlackTriangle triagdn downTipLeftArrow uni21B2 downWhiteSmallTriangle uni25BF downWhiteTriangle uni25BD dze-cy uni0455 dzhe-cy uni045F e-cy uni0454 ecircumflexacute uni1EBF ecircumflexdotbelow uni1EC7 ecircumflexgrave uni1EC1 ecircumflexhookabove uni1EC3 ecircumflextilde uni1EC5 edotbelow uni1EB9 ef-cy uni0444 ehookabove uni1EBB eightinferior uni2088 eightsuperior uni2078 el-cy uni043B el-cy.loclBGR uni043B.loclBGR em-cy uni043C en-cy uni043D endOfMediumControl uni2419 endOfMediumControl.ss20 uni2419.ss20 endOfTextControl uni2403 endOfTextControl.ss20 uni2403.ss20 endOfTransmissionBlockControl uni2417 endOfTransmissionBlockControl.ss20 uni2417.ss20 endOfTransmissionControl uni2404 endOfTransmissionControl.ss20 uni2404.ss20 endescender-cy uni04A3 enquiryControl uni2405 enquiryControl.ss20 uni2405.ss20 eopen uni025B er-cy uni0440 ereversed-cy uni044D es-cy uni0441 escapeControl uni241B escapeControl.ss20 uni241B.ss20 esh uni0283 etilde uni1EBD eturned uni01DD euro Euro eurocurrency uni20A0 exclamdouble exclamdbl ezh uni0292 fileSeparatorControl uni241C filledRect filledrect firsttonechinese uni02C9 fisheye uni25C9 fiveinferior uni2085 fivesuperior uni2075 formFeedControl uni240C formFeedControl.ss20 uni240C.ss20 fourinferior uni2084 foursuperior uni2074 fullBlock block fullBlock.stypo block.stypo gamma-latin uni0263 gcommaaccent uni0123 ge-cy uni0433 ge-cy.loclBGR uni0433.loclBGR ghestroke-cy uni0493 gheupturn-cy uni0491 gje-cy uni0453 glottalstop uni0294 glottalstopmod uni02C0 glottalstopreversed uni0295 gravetonecomb uni0340 groupSeparatorControl uni241D gstroke uni01E5 guarani uni20B2 guillemetleft guillemotleft guillemetright guillemotright ha-cy uni0445 hadescender-cy uni04B3 hardsign-cy uni044A hardsign-cy.loclBGR uni044A.loclBGR hcaron uni021F hdotbelow uni1E25 heartBlackSuit heart heavyleftpointinganglebracketornament uni2770 heavyleftpointinganglequotationmarkornament uni276E heavyrightpointinganglebracketornament uni2771 heavyrightpointinganglequotationmarkornament uni276F horizontalBlackHexagon uni2B23 horizontalFillSquare uni25A4 horizontalTabulationControl uni2409 horizontalTabulationControl.ss20 uni2409.ss20 horizontalbar uni2015 horizontallineextension uni23AF horncomb uni031B horncomb.case uni031B.case hryvnia uni20B4 hungarumlautcomb uni030B hungarumlautcomb.case uni030B.case hyphentwo uni2010 i-cy uni0456 ia-cy uni044F idotbelow uni1ECB idotless dotlessi ie-cy uni0435 iegrave-cy uni0450 ihookabove uni1EC9 ii-cy uni0438 ii-cy.loclBGR uni0438.loclBGR iigrave-cy uni045D iigrave-cy.loclBGR uni045D.loclBGR iishort-cy uni0439 iishort-cy.loclBGR uni0439.loclBGR imacron-cy uni04E3 increment uni2206 inverseBullet invbullet inverseWhiteCircle invcircle io-cy uni0451 iota-latin uni0269 iu-cy uni044E iu-cy.loclBGR uni044E.loclBGR jcaron uni01F0 jdotless uni0237 je-cy uni0458 ka-cy uni043A ka-cy.loclBGR uni043A.loclBGR kadescender-cy uni049B kaiSymbol uni03D7 kcommaaccent uni0137 kdotbelow uni1E33 kip uni20AD kje-cy uni045C klinebelow uni1E35 lambdastroke uni019B largeCircle uni25EF lari uni20BE lbar uni019A lbelt uni026C lcommaaccent uni013C ldotbelow uni1E37 leftArrow arrowleft leftBlackPointer triaglf leftBlackSmallTriangle uni25C2 leftBlackTriangle uni25C0 leftBlock lfblock leftBlock.stypo lfblock.stypo leftFiveEighthsBlock uni258B leftFiveEighthsBlock.stypo uni258B.stypo leftHalfBlackCircle uni25D6 leftHalfBlackDiamond uni2B16 leftHalfBlackSquare uni25E7 leftHalfBlackWhiteCircle uni25D0 leftOneEighthBlock uni258F leftOneEighthBlock.stypo uni258F.stypo leftOneQuarterBlock uni258E leftOneQuarterBlock.stypo uni258E.stypo leftRightArrow arrowboth leftSevenEighthsBlock uni2589 leftSevenEighthsBlock.stypo uni2589.stypo leftThreeEighthsBlock uni258D leftThreeEighthsBlock.stypo uni258D.stypo leftThreeQuartersBlock uni258A leftThreeQuartersBlock.stypo uni258A.stypo leftWhitePointer uni25C5 leftWhiteSmallTriangle uni25C3 leftWhiteTriangle uni25C1 lineFeedControl uni240A lineFeedControl.ss20 uni240A.ss20 lineseparator uni2028 liraTurkish uni20BA literSign uni2113 lje-cy uni0459 llinebelow uni1E3B lmiddletilde uni026B logicalnotReversed revlogicalnot lowerFiveEighthsBlock uni2585 lowerFiveEighthsBlock.stypo uni2585.stypo lowerHalfArc uni25E1 lowerHalfBlackWhiteCircle uni25D2 lowerHalfBlock dnblock lowerHalfBlock.stypo dnblock.stypo lowerHalfInverseWhiteCircle uni25DB lowerHalfWhiteSquare uni2B12 lowerLeftArc uni25DF lowerLeftBlackTriangle uni25E3 lowerLeftBlock uni2596 lowerLeftBlock.stypo uni2596.stypo lowerLeftHalfWhiteSquare uni2B14 lowerLeftQuadrantWhiteCircle uni25F5 lowerLeftTriangle uni25FA lowerOneEighthBlock uni2581 lowerOneEighthBlock.stypo uni2581.stypo lowerOneQuarterBlock uni2582 lowerOneQuarterBlock.stypo uni2582.stypo lowerRightArc uni25DE lowerRightBlackTriangle uni25E2 lowerRightBlock uni2597 lowerRightBlock.stypo uni2597.stypo lowerRightDiagonalHalfBlackSquare uni25EA lowerRightQuadrantWhiteCircle uni25F6 lowerRightTriangle uni25FF lowerSevenEighthsBlock uni2587 lowerSevenEighthsBlock.stypo uni2587.stypo lowerThreeEighthsBlock uni2583 lowerThreeEighthsBlock.stypo uni2583.stypo lowerThreeQuartersBlock uni2586 lowerThreeQuartersBlock.stypo uni2586.stypo lowernumeral-greek uni0375 lowlinecomb uni0332 macronbelowcomb uni0331 macroncomb uni0304 macroncomb.case uni0304.case manat uni20BC mars male mediumBlackSmallSquare uni25FE mediumBlackSquare uni25FC mediumWhiteSmallSquare uni25FD mediumWhiteSquare uni25FB mediumleftpointinganglebracketornament uni276C mediumrightpointinganglebracketornament uni276D micro uni00B5 mu uni03BC naira uni20A6 nbspace uni00A0 ncommaaccent uni0146 negativeAcknowledgeControl uni2415 negativeAcknowledgeControl.ss20 uni2415.ss20 newlineControl uni2424 nhookleft uni0272 nineinferior uni2089 ninesuperior uni2079 nje-cy uni045A nlinebelow uni1E49 nmod uni207F nonbreakinghyphen uni2011 note-musical musicalnote notedbl-musical musicalnotedbl notidentical uni2262 nullControl uni2400 numeral-greek uni0374 numero uni2116 o-cy uni043E obarred-cy uni04E9 ocircumflexacute uni1ED1 ocircumflexdotbelow uni1ED9 ocircumflexgrave uni1ED3 ocircumflexhookabove uni1ED5 ocircumflextilde uni1ED7 odotbelow uni1ECD ogonekcomb uni0328 ohookabove uni1ECF ohornacute uni1EDB ohorndotbelow uni1EE3 ohorngrave uni1EDD ohornhookabove uni1EDF ohorntilde uni1EE1 omacronacute uni1E53 omacrongrave uni1E51 oneinferior uni2081 onesuperior uni00B9 oogonek uni01EB oopen uni0254 overline uni203E palochka-cy uni04CF pe-cy uni043F pe-cy.loclBGR uni043F.loclBGR perispomenicomb uni0342 peso uni20B1 published uni2117 punctuationspace uni2008 questiongreek uni037E rcommaaccent uni0157 rdotbelow uni1E5B recordSeparatorControl uni241E returnsymbol uni23CE reversedRotatedFloralHeartBullet uni2619 rightArrow arrowright rightBlackPointer triagrt rightBlackSmallTriangle uni25B8 rightBlackTriangle uni25B6 rightBlock rtblock rightBlock.stypo rtblock.stypo rightHalfBlackCircle uni25D7 rightHalfBlackDiamond uni2B17 rightHalfBlackSquare uni25E8 rightHalfBlackWhiteCircle uni25D1 rightOneEighthBlock uni2595 rightOneEighthBlock.stypo uni2595.stypo rightWhitePointer uni25BB rightWhiteSmallTriangle uni25B9 rightWhiteTriangle uni25B7 ringbelowcomb uni0325 ringcomb uni030A ringcomb.case uni030A.case rotatedFloralHeartBullet uni2767 ruble uni20BD rupee uni20A8 rupeeIndian uni20B9 schwa uni0259 schwa-cy uni04D9 scommaaccent uni0219 sdotbelow uni1E63 seveninferior uni2087 sevensuperior uni2077 sha-cy uni0448 sha-cy.loclBGR uni0448.loclBGR shadedark dkshade shadedark.stypo dkshade.stypo shadelight ltshade shadelight.stypo ltshade.stypo shademedium shade shademedium.stypo shade.stypo shcha-cy uni0449 shcha-cy.loclBGR uni0449.loclBGR sheqel uni20AA shha-cy uni04BB shiftInControl uni240F shiftInControl.ss20 uni240F.ss20 shiftOutControl uni240E shiftOutControl.ss20 uni240E.ss20 sigmafinal uni03C2 sixinferior uni2086 sixsuperior uni2076 softhyphen uni00AD softsign-cy uni044C softsign-cy.loclBGR uni044C.loclBGR spaceControl uni2420 spadeBlackSuit spade startOfHeadingControl uni2401 startOfHeadingControl.ss20 uni2401.ss20 startOfTextControl uni2402 startOfTextControl.ss20 uni2402.ss20 strictlyequivalentto uni2263 substituteControl uni241A substituteControl.ss20 uni241A.ss20 substituteFormTwoControl uni2426 sunWithRays sun synchronousIdleControl uni2416 synchronousIdleControl.ss20 uni2416.ss20 tcedilla uni0163 tcommaaccent uni021B te-cy uni0442 te-cy.loclBGR uni0442.loclBGR tenge uni20B8 tesh uni02A7 thetamod uni1DBF threeinferior uni2083 threesuperior uni00B3 topHalfBlackCircle uni2BCA topHalfBlackDiamond uni2B18 topHalfWhiteSquare uni2B13 topRightHalfWhiteSquare uni2B15 tse-cy uni0446 tse-cy.loclBGR uni0446.loclBGR tshe-cy uni045B tugrik uni20AE twoinferior uni2082 twosuperior uni00B2 u-cy uni0443 udotbelow uni1EE5 uhookabove uni1EE7 uhornacute uni1EE9 uhorndotbelow uni1EF1 uhorngrave uni1EEB uhornhookabove uni1EED uhorntilde uni1EEF umacron-cy uni04EF unitSeparatorControl uni241F upArrow arrowup upBlackSmallTriangle uni25B4 upBlackTriangle triagup upDashArrow uni21E1 upDownArrow arrowupdn upDownbaseArrow arrowupdnbse upLeftHalfBlackTriangle uni25ED upRightHalfBlackTriangle uni25EE upWhiteSmallTriangle uni25B5 upWhiteTriangle uni25B3 upWhiteTriangleWithDot uni25EC upperHalfArc uni25E0 upperHalfBlackWhiteCircle uni25D3 upperHalfBlock upblock upperHalfBlock.stypo upblock.stypo upperHalfInverseWhiteCircle uni25DA upperLeftAndLowerLeftAndLowerRightBlock uni2599 upperLeftAndLowerLeftAndLowerRightBlock.stypo uni2599.stypo upperLeftAndLowerRightBlock uni259A upperLeftAndLowerRightBlock.stypo uni259A.stypo upperLeftAndUpperRightAndLowerLeftBlock uni259B upperLeftAndUpperRightAndLowerLeftBlock.stypo uni259B.stypo upperLeftAndUpperRightAndLowerRightBlock uni259C upperLeftAndUpperRightAndLowerRightBlock.stypo uni259C.stypo upperLeftArc uni25DC upperLeftBlackTriangle uni25E4 upperLeftBlock uni2598 upperLeftBlock.stypo uni2598.stypo upperLeftDiagonalHalfBlackSquare uni25E9 upperLeftQuadrantWhiteCircle uni25F4 upperLeftTriangle uni25F8 upperLeftWhiteCircle uni25D5 upperOneEighthBlock uni2594 upperOneEighthBlock.stypo uni2594.stypo upperRightAndLowerLeftAndLowerRightBlock uni259F upperRightAndLowerLeftAndLowerRightBlock.stypo uni259F.stypo upperRightAndLowerLeftBlock uni259E upperRightAndLowerLeftBlock.stypo uni259E.stypo upperRightArc uni25DD upperRightBlackCircle uni25D4 upperRightBlackTriangle uni25E5 upperRightBlock uni259D upperRightBlock.stypo uni259D.stypo upperRightQuadrantWhiteCircle uni25F7 upperRightTriangle uni25F9 upperlefttolowerrightFillSquare uni25A7 upperrighttolowerleftFillSquare uni25A8 upsilon-latin uni028A ushort-cy uni045E ustraight-cy uni04AF ustraightstroke-cy uni04B1 ve-cy uni0432 ve-cy.loclBGR uni0432.loclBGR vectorOrCrossProduct uni2A2F venus female verticalBisectingLineWhiteSquare uni25EB verticalFillCircle uni25CD verticalFillSquare uni25A5 verticalTabulationControl uni240B verticalTabulationControl.ss20 uni240B.ss20 vhook uni028B vturned uni028C whiteBullet openbullet whiteCircle circle whiteDiamond uni25C7 whiteHexagon uni2B21 whiteHorizontalEllipse uni2B2D whiteInBlackSquare uni25A3 whiteLargeSquare uni2B1C whiteLowerLeftQuadrantSquare uni25F1 whiteLowerRightQuadrantSquare uni25F2 whiteMediumDiamond uni2B26 whiteMediumLozenge uni2B28 whiteParallelogram uni25B1 whitePentagon uni2B20 whiteRect uni25AD whiteRoundedCornersSquare uni25A2 whiteSmallLozenge uni2B2B whiteSmallSquare uni25AB whiteSmilingFace smileface whiteSquare uni25A1 whiteUpperLeftQuadrantSquare uni25F0 whiteUpperRightQuadrantSquare uni25F3 whiteVerticalEllipse uni2B2F whiteVerticalRect uni25AF whiteVerysmallSquare uni2B1E wmod uni02B7 won uni20A9 ydotbelow uni1EF5 yeru-cy uni044B yhookabove uni1EF7 yi-cy uni0457 ymacron uni0233 ymod uni02B8 ytilde uni1EF9 ze-cy uni0437 ze-cy.loclBGR uni0437.loclBGR zeroinferior uni2080 zerosuperior uni2070 zhe-cy uni0436 zhe-cy.loclBGR uni0436.loclBGR zhedescender-cy uni0497 zmod uni1DBB public.skipExportGlyphs A.half B.half C.half D.half E.half F.half G.half H.half I.half K.half L.half M.half N.half O.half P.half Q.half R.half S.half T.half U.half V.half X.half Y.half four.half greater.alt less.alt one.half three.half two.half cascadia-code-2102.03/sources/CascadiaCode-Bold.ufo/metainfo.plist000066400000000000000000000004761401101653000246120ustar00rootroot00000000000000 creator com.github.fonttools.ufoLib formatVersion 3 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/000077500000000000000000000000001401101653000231175ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/features.fea000066400000000000000000002522221401101653000254170ustar00rootroot00000000000000# automatic @Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol ]; # automatic @Lowercase = [ Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol ]; @OpeningBracket = [ bracketleft braceleft parenleft ]; @Digit = [ zero one two three four five six seven eight nine ]; @HexDigit = [ @Digit a b c d e f A B C D E F ]; @ClosingBracket = [ bracketright braceright parenright ]; @Tall = [ @Uppercase @Digit @OpeningBracket @ClosingBracket bar ]; @NotSpace = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply fi fl w_w_w.liga ordfeminine ordmasculine nmod wmod ymod A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol thetamod zmod zero one two three four five six seven eight nine zero.zero zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior fraction onehalf onequarter threequarters oneeighth threeeighths fiveeighths seveneighths period comma colon semicolon ellipsis exclam exclamdown question questiondown periodcentered bullet asterisk exclamdouble numbersign onedotenleader overline slash backslash colon.center parenleft parenright braceleft braceright bracketleft bracketright heavyleftpointinganglebracketornament heavyleftpointinganglequotationmarkornament heavyrightpointinganglebracketornament heavyrightpointinganglequotationmarkornament mediumleftpointinganglebracketornament mediumrightpointinganglebracketornament hyphen softhyphen endash emdash horizontalbar hyphentwo nonbreakinghyphen underscore underscoredbl quotesinglbase quotedblbase quotedblleft quotedblright quoteleft quoteright quotereversed guillemetleft guillemetright guilsinglleft guilsinglright quotedbl quotesingle hyphen_hyphen.liga hyphen_hyphen_hyphen.liga hyphen_asciitilde.liga parenleft_asterisk.liga braceleft_bar.liga braceright_numbersign.liga bracketleft_bar.liga bracketright_numbersign.liga period_hyphen.liga period_period.liga period_period_period.liga period_period_equal.liga period_period_less.liga period_question.liga period_equal.liga colon_colon.liga colon_colon_colon.liga colon_colon_equal.liga colon_equal.liga colon_slash_slash.liga semicolon_semicolon.liga exclam_period.liga exclam_colon.liga exclam_exclam.liga exclam_exclam_period.liga exclam_equal.liga exclam_equal_equal.liga question_period.liga question_colon.liga question_question.liga question_question_equal.liga question_equal.liga asterisk_parenright.liga asterisk_asterisk.liga asterisk_asterisk_asterisk.liga asterisk_greater.liga asterisk_slash.liga numbersign_parenleft.liga numbersign_braceleft.liga numbersign_bracketleft.liga numbersign_colon.liga numbersign_exclam.liga numbersign_question.liga numbersign_equal.liga numbersign_underscore.liga numbersign_underscore_parenleft.liga slash_asterisk.liga slash_greater.liga slash_slash.liga slash_slash_slash.liga slash_backslash.liga backslash_slash.liga backslash_backslash.liga underscore_underscore.liga hyphen_middle.seq hyphen_start.seq hyphen_end.seq colon_equal_middle.seq exclam_equal_middle.seq numbersign_end.seq numbersign_middle.seq numbersign_start.seq slash_equal_end.seq slash_equal_middle.seq slash_equal_start.seq slash_slash_equal_end.seq slash_slash_equal_middle.seq slash_slash_equal_start.seq underscore_end.seq underscore_middle.seq underscore_start.seq anoteleia questiongreek baht cedi cent colonsign currency dollar dong euro eurocurrency florin franc guarani hryvnia kip lari lira liraTurkish manat naira peseta peso ruble rupee rupeeIndian sheqel sterling tenge tugrik won yen bulletoperator divisionslash equivalence horizontallineextension integralbt integraltp logicalnotReversed notidentical plus minus multiply divide equal notequal greater less greaterequal lessequal plusminus approxequal asciitilde logicalnot asciicircum infinity intersection integral Ohm increment product summation radical micro partialdiff orthogonal percent perthousand strictlyequivalentto vectorOrCrossProduct greater.center less.center upArrow rightArrow downArrow leftArrow leftRightArrow upDownArrow upDownbaseArrow downTipLeftArrow upDashArrow dashdownArrow lowerOneEighthBlock lowerOneQuarterBlock lowerThreeEighthsBlock lowerHalfBlock lowerFiveEighthsBlock lowerThreeQuartersBlock lowerSevenEighthsBlock fullBlock upperHalfBlock upperOneEighthBlock leftOneEighthBlock leftOneQuarterBlock leftThreeEighthsBlock leftBlock leftFiveEighthsBlock leftThreeQuartersBlock leftSevenEighthsBlock rightBlock rightOneEighthBlock lowerLeftBlock lowerRightBlock upperLeftBlock upperLeftAndLowerLeftAndLowerRightBlock upperLeftAndLowerRightBlock upperLeftAndUpperRightAndLowerLeftBlock upperLeftAndUpperRightAndLowerRightBlock upperRightBlock upperRightAndLowerLeftBlock upperRightAndLowerLeftAndLowerRightBlock shadelight shademedium shadedark blackCircle whiteCircle largeCircle leftHalfBlackWhiteCircle rightHalfBlackWhiteCircle lowerHalfBlackWhiteCircle upperHalfBlackWhiteCircle leftHalfBlackCircle rightHalfBlackCircle upperRightBlackCircle upperLeftWhiteCircle upperLeftQuadrantWhiteCircle lowerLeftQuadrantWhiteCircle lowerRightQuadrantWhiteCircle upperRightQuadrantWhiteCircle verticalFillCircle dottedCircle fisheye bullseye whiteBullet inverseBullet inverseWhiteCircle upperHalfInverseWhiteCircle lowerHalfInverseWhiteCircle upperHalfArc lowerHalfArc upperLeftArc upperRightArc lowerRightArc lowerLeftArc blackDiamond whiteDiamond leftHalfBlackDiamond rightHalfBlackDiamond topHalfBlackDiamond bottomHalfBlackDiamond blackInWhiteDiamond lozenge blackParallelogram whiteParallelogram blackVerticalRect filledRect whiteRect whiteVerticalRect blackSquare whiteSquare whiteRoundedCornersSquare whiteInBlackSquare dottedSquare horizontalFillSquare verticalFillSquare crosshatchFillSquare upperlefttolowerrightFillSquare upperrighttolowerleftFillSquare diagonalcrosshatchFillSquare blackSmallSquare whiteSmallSquare leftHalfBlackSquare rightHalfBlackSquare upperLeftDiagonalHalfBlackSquare lowerRightDiagonalHalfBlackSquare verticalBisectingLineWhiteSquare whiteUpperLeftQuadrantSquare whiteLowerLeftQuadrantSquare whiteLowerRightQuadrantSquare whiteUpperRightQuadrantSquare mediumWhiteSquare mediumBlackSquare mediumWhiteSmallSquare mediumBlackSmallSquare upBlackTriangle rightBlackTriangle downBlackTriangle leftBlackTriangle upWhiteTriangle rightWhiteTriangle downWhiteTriangle leftWhiteTriangle upWhiteTriangleWithDot upLeftHalfBlackTriangle upRightHalfBlackTriangle rightBlackPointer leftBlackPointer rightWhitePointer leftWhitePointer upBlackSmallTriangle rightBlackSmallTriangle downBlackSmallTriangle leftBlackSmallTriangle upWhiteSmallTriangle rightWhiteSmallTriangle downWhiteSmallTriangle leftWhiteSmallTriangle upperRightBlackTriangle lowerRightBlackTriangle lowerLeftBlackTriangle upperLeftBlackTriangle upperRightTriangle lowerRightTriangle lowerLeftTriangle upperLeftTriangle boxDoubleDownAndHorizontal boxDoubleDownAndLeft boxDoubleDownAndRight boxDoubleHorizontal boxDoubleUpAndHorizontal boxDoubleUpAndLeft boxDoubleUpAndRight boxDoubleVertical boxDoubleVerticalAndHorizontal boxDoubleVerticalAndLeft boxDoubleVerticalAndRight boxDownDoubleAndHorizontalSingle boxDownDoubleAndLeftSingle boxDownDoubleAndRightSingle boxDownHeavyAndHorizontalLight boxDownHeavyAndLeftLight boxDownHeavyAndLeftUpLight boxDownHeavyAndRightLight boxDownHeavyAndRightUpLight boxDownHeavyAndUpHorizontalLight boxDownLightAndHorizontalHeavy boxDownLightAndLeftHeavy boxDownLightAndLeftUpHeavy boxDownLightAndRightHeavy boxDownLightAndRightUpHeavy boxDownLightAndUpHorizontalHeavy boxDownSingleAndHorizontalDouble boxDownSingleAndLeftDouble boxDownSingleAndRightDouble boxHeavyDoubleDashHorizontal boxHeavyDoubleDashVertical boxHeavyDown boxHeavyDownAndHorizontal boxHeavyDownAndLeft boxHeavyDownAndRight boxHeavyHorizontal boxHeavyLeft boxHeavyLeftAndLightRight boxHeavyQuadrupleDashHorizontal boxHeavyQuadrupleDashVertical boxHeavyRight boxHeavyTripleDashHorizontal boxHeavyTripleDashVertical boxHeavyUp boxHeavyUpAndHorizontal boxHeavyUpAndLeft boxHeavyUpAndLightDown boxHeavyUpAndRight boxHeavyVertical boxHeavyVerticalAndHorizontal boxHeavyVerticalAndLeft boxHeavyVerticalAndRight boxLeftDownHeavyAndRightUpLight boxLeftHeavyAndRightDownLight boxLeftHeavyAndRightUpLight boxLeftHeavyAndRightVerticalLight boxLeftLightAndRightDownHeavy boxLeftLightAndRightUpHeavy boxLeftLightAndRightVerticalHeavy boxLeftUpHeavyAndRightDownLight boxLightArcDownAndLeft boxLightArcDownAndRight boxLightArcUpAndLeft boxLightArcUpAndRight boxLightDiagonalCross boxLightDiagonalUpperLeftToLowerRight boxLightDiagonalUpperRightToLowerLeft boxLightDoubleDashHorizontal boxLightDoubleDashVertical boxLightDown boxLightDownAndHorizontal boxLightDownAndLeft boxLightDownAndRight boxLightHorizontal boxLightLeft boxLightLeftAndHeavyRight boxLightQuadrupleDashHorizontal boxLightQuadrupleDashVertical boxLightRight boxLightTripleDashHorizontal boxLightTripleDashVertical boxLightUp boxLightUpAndHeavyDown boxLightUpAndHorizontal boxLightUpAndLeft boxLightUpAndRight boxLightVertical boxLightVerticalAndHorizontal boxLightVerticalAndLeft boxLightVerticalAndRight boxRightDownHeavyAndLeftUpLight boxRightHeavyAndLeftDownLight boxRightHeavyAndLeftUpLight boxRightHeavyAndLeftVerticalLight boxRightLightAndLeftDownHeavy boxRightLightAndLeftUpHeavy boxRightLightAndLeftVerticalHeavy boxRightUpHeavyAndLeftDownLight boxUpDoubleAndHorizontalSingle boxUpDoubleAndLeftSingle boxUpDoubleAndRightSingle boxUpHeavyAndDownHorizontalLight boxUpHeavyAndHorizontalLight boxUpHeavyAndLeftDownLight boxUpHeavyAndLeftLight boxUpHeavyAndRightDownLight boxUpHeavyAndRightLight boxUpLightAndDownHorizontalHeavy boxUpLightAndHorizontalHeavy boxUpLightAndLeftDownHeavy boxUpLightAndLeftHeavy boxUpLightAndRightDownHeavy boxUpLightAndRightHeavy boxUpSingleAndHorizontalDouble boxUpSingleAndLeftDouble boxUpSingleAndRightDouble boxVerticalDoubleAndHorizontalSingle boxVerticalDoubleAndLeftSingle boxVerticalDoubleAndRightSingle boxVerticalHeavyAndHorizontalLight boxVerticalHeavyAndLeftLight boxVerticalHeavyAndRightLight boxVerticalLightAndHorizontalHeavy boxVerticalLightAndLeftHeavy boxVerticalLightAndRightHeavy boxVerticalSingleAndHorizontalDouble boxVerticalSingleAndLeftDouble boxVerticalSingleAndRightDouble lowerOneEighthBlock.stypo lowerOneQuarterBlock.stypo lowerThreeEighthsBlock.stypo lowerHalfBlock.stypo lowerFiveEighthsBlock.stypo lowerThreeQuartersBlock.stypo lowerSevenEighthsBlock.stypo fullBlock.stypo upperHalfBlock.stypo upperOneEighthBlock.stypo leftOneEighthBlock.stypo leftOneQuarterBlock.stypo leftThreeEighthsBlock.stypo leftBlock.stypo leftFiveEighthsBlock.stypo leftThreeQuartersBlock.stypo leftSevenEighthsBlock.stypo rightBlock.stypo rightOneEighthBlock.stypo lowerLeftBlock.stypo lowerRightBlock.stypo upperLeftBlock.stypo upperLeftAndLowerLeftAndLowerRightBlock.stypo upperLeftAndLowerRightBlock.stypo upperLeftAndUpperRightAndLowerLeftBlock.stypo upperLeftAndUpperRightAndLowerRightBlock.stypo upperRightBlock.stypo upperRightAndLowerLeftBlock.stypo upperRightAndLowerLeftAndLowerRightBlock.stypo shadelight.stypo shademedium.stypo shadedark.stypo reversedRotatedFloralHeartBullet whiteSmilingFace blackSmilingFace sunWithRays venus mars spadeBlackSuit clubBlackSuit heartBlackSuit diamondBlackSuit checkmark rotatedFloralHeartBullet acknowledgeControl backspaceControl at ampersand paragraph section copyright registered published trademark careof degree minute second bar brokenbar dagger literSign daggerdbl estimated numero bellControl blackHexagon blackHorizontalEllipse blackLargeCircle blackLargeSquare blackMediumDiamond blackMediumDownTriangleCentred blackMediumLeftTriangleCentred blackMediumLozenge blackMediumRightTriangleCentred blackMediumUpTriangleCentred blackPentagon blackSmallDiamond blackSmallLozenge blackVerticalEllipse blackVerysmallSquare blank blankSymbol bottomHalfBlackCircle cancelControl carriageReturnControl dataLinkEscapeControl deleteControl deleteFormTwoControl deviceControlFourControl deviceControlOneControl deviceControlThreeControl deviceControlTwoControl endOfMediumControl endOfTextControl endOfTransmissionBlockControl endOfTransmissionControl enquiryControl escapeControl fileSeparatorControl formFeedControl groupSeparatorControl horizontalBlackHexagon horizontalTabulationControl house returnsymbol lineFeedControl lowerHalfWhiteSquare lowerLeftHalfWhiteSquare negativeAcknowledgeControl newlineControl nullControl prescription recordSeparatorControl shiftInControl shiftOutControl spaceControl startOfHeadingControl startOfTextControl substituteControl substituteFormTwoControl synchronousIdleControl topHalfBlackCircle topHalfWhiteSquare topRightHalfWhiteSquare unitSeparatorControl verticalTabulationControl whiteHexagon whiteHorizontalEllipse whiteLargeSquare whiteMediumDiamond whiteMediumLozenge whitePentagon whiteSmallLozenge whiteVerticalEllipse whiteVerysmallSquare acknowledgeControl.ss20 backspaceControl.ss20 bellControl.ss20 cancelControl.ss20 carriageReturnControl.ss20 dataLinkEscapeControl.ss20 endOfMediumControl.ss20 endOfTextControl.ss20 endOfTransmissionBlockControl.ss20 endOfTransmissionControl.ss20 enquiryControl.ss20 escapeControl.ss20 formFeedControl.ss20 horizontalTabulationControl.ss20 lineFeedControl.ss20 negativeAcknowledgeControl.ss20 shiftInControl.ss20 shiftOutControl.ss20 startOfHeadingControl.ss20 startOfTextControl.ss20 substituteControl.ss20 synchronousIdleControl.ss20 verticalTabulationControl.ss20 ampersand_ampersand.liga bar_braceright.liga bar_bracketright.liga bar_bar.liga bar_bar_bar.liga bar_bar_bar_greater.liga bar_bar_greater.liga bar_greater.liga dollar_greater.liga plus_plus.liga plus_plus_plus.liga plus_greater.liga equal_equal.liga equal_equal_equal.liga greater_equal.liga greater_greater.liga greater_greater_greater.liga less_exclam_hyphen_hyphen.liga less_asterisk.liga less_asterisk_greater.liga less_bar.liga less_bar_bar.liga less_bar_bar_bar.liga less_bar_greater.liga less_dollar.liga less_dollar_greater.liga less_plus.liga less_plus_greater.liga less_equal.liga less_greater.liga less_less.liga less_less_less.liga less_asciitilde.liga less_asciitilde_greater.liga less_asciitilde_asciitilde.liga less_slash.liga less_slash_greater.liga asciitilde_hyphen.liga asciitilde_at.liga asciitilde_equal.liga asciitilde_greater.liga asciitilde_asciitilde.liga asciitilde_asciitilde_greater.liga asciicircum_equal.liga percent_percent.liga bar_underscore_middle.seq bar_bar_equal_middle.seq bar_equal_middle.seq bar_bar_equal_end.seq bar_bar_equal_start.seq bar_bar_hyphen_middle.seq bar_hyphen_middle.seq bar_bar_hyphen_end.seq bar_bar_hyphen_start.seq bar_equal_end.seq bar_equal_start.seq bar_hyphen_end.seq bar_hyphen_start.seq equal_middle.seq equal_end.seq equal_start.seq greater_greater_equal_middle.seq greater_equal_middle.seq greater_greater_equal_end.seq greater_greater_equal_start.seq greater_equal_start.seq greater_equal_end.seq greater_greater_hyphen_middle.seq greater_hyphen_middle.seq greater_greater_hyphen_end.seq greater_greater_hyphen_start.seq greater_hyphen_start.seq greater_hyphen_end.seq less_less_equal_middle.seq less_equal_middle.seq less_less_equal_end.seq less_less_equal_start.seq less_equal_end.seq less_equal_start.seq less_less_hyphen_middle.seq less_hyphen_middle.seq less_less_hyphen_end.seq less_less_hyphen_start.seq less_hyphen_end.seq less_hyphen_start.seq note-musical notedbl-musical blank-braille dots1-braille dots12-braille dots123-braille dots1234-braille dots12345-braille dots123456-braille dots1234567-braille dots12345678-braille dots1234568-braille dots123457-braille dots1234578-braille dots123458-braille dots12346-braille dots123467-braille dots1234678-braille dots123468-braille dots12347-braille dots123478-braille dots12348-braille dots1235-braille dots12356-braille dots123567-braille dots1235678-braille dots123568-braille dots12357-braille dots123578-braille dots12358-braille dots1236-braille dots12367-braille dots123678-braille dots12368-braille dots1237-braille dots12378-braille dots1238-braille dots124-braille dots1245-braille dots12456-braille dots124567-braille dots1245678-braille dots124568-braille dots12457-braille dots124578-braille dots12458-braille dots1246-braille dots12467-braille dots124678-braille dots12468-braille dots1247-braille dots12478-braille dots1248-braille dots125-braille dots1256-braille dots12567-braille dots125678-braille dots12568-braille dots1257-braille dots12578-braille dots1258-braille dots126-braille dots1267-braille dots12678-braille dots1268-braille dots127-braille dots1278-braille dots128-braille dots13-braille dots134-braille dots1345-braille dots13456-braille dots134567-braille dots1345678-braille dots134568-braille dots13457-braille dots134578-braille dots13458-braille dots1346-braille dots13467-braille dots134678-braille dots13468-braille dots1347-braille dots13478-braille dots1348-braille dots135-braille dots1356-braille dots13567-braille dots135678-braille dots13568-braille dots1357-braille dots13578-braille dots1358-braille dots136-braille dots1367-braille dots13678-braille dots1368-braille dots137-braille dots1378-braille dots138-braille dots14-braille dots145-braille dots1456-braille dots14567-braille dots145678-braille dots14568-braille dots1457-braille dots14578-braille dots1458-braille dots146-braille dots1467-braille dots14678-braille dots1468-braille dots147-braille dots1478-braille dots148-braille dots15-braille dots156-braille dots1567-braille dots15678-braille dots1568-braille dots157-braille dots1578-braille dots158-braille dots16-braille dots167-braille dots1678-braille dots168-braille dots17-braille dots178-braille dots18-braille dots2-braille dots23-braille dots234-braille dots2345-braille dots23456-braille dots234567-braille dots2345678-braille dots234568-braille dots23457-braille dots234578-braille dots23458-braille dots2346-braille dots23467-braille dots234678-braille dots23468-braille dots2347-braille dots23478-braille dots2348-braille dots235-braille dots2356-braille dots23567-braille dots235678-braille dots23568-braille dots2357-braille dots23578-braille dots2358-braille dots236-braille dots2367-braille dots23678-braille dots2368-braille dots237-braille dots2378-braille dots238-braille dots24-braille dots245-braille dots2456-braille dots24567-braille dots245678-braille dots24568-braille dots2457-braille dots24578-braille dots2458-braille dots246-braille dots2467-braille dots24678-braille dots2468-braille dots247-braille dots2478-braille dots248-braille dots25-braille dots256-braille dots2567-braille dots25678-braille dots2568-braille dots257-braille dots2578-braille dots258-braille dots26-braille dots267-braille dots2678-braille dots268-braille dots27-braille dots278-braille dots28-braille dots3-braille dots34-braille dots345-braille dots3456-braille dots34567-braille dots345678-braille dots34568-braille dots3457-braille dots34578-braille dots3458-braille dots346-braille dots3467-braille dots34678-braille dots3468-braille dots347-braille dots3478-braille dots348-braille dots35-braille dots356-braille dots3567-braille dots35678-braille dots3568-braille dots357-braille dots3578-braille dots358-braille dots36-braille dots367-braille dots3678-braille dots368-braille dots37-braille dots378-braille dots38-braille dots4-braille dots45-braille dots456-braille dots4567-braille dots45678-braille dots4568-braille dots457-braille dots4578-braille dots458-braille dots46-braille dots467-braille dots4678-braille dots468-braille dots47-braille dots478-braille dots48-braille dots5-braille dots56-braille dots567-braille dots5678-braille dots568-braille dots57-braille dots578-braille dots58-braille dots6-braille dots67-braille dots678-braille dots68-braille dots7-braille dots78-braille dots8-braille numeral-greek lowernumeral-greek apostrophemod colontriangularmod commaturnedmod firsttonechinese glottalstopmod dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresis dotaccent grave acute hungarumlaut circumflex caron breve ring tilde macron cedilla ogonek dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb tonos tonos.case dieresistonos brevecomb-cy brevecomb-cy.case LIG ]; # Prefix: Languagesystems # automatic languagesystem DFLT dflt; languagesystem latn dflt; languagesystem latn ROM; languagesystem latn MOL; languagesystem latn PLK; languagesystem latn NLD; languagesystem latn CAT; languagesystem cyrl dflt; languagesystem cyrl BGR; languagesystem cyrl SRB; feature aalt { # automatic feature calt; feature locl; feature subs; feature sinf; feature sups; feature numr; feature dnom; feature frac; feature ordn; feature case; feature ss02; feature zero; feature ss19; feature rclt; feature zero; feature ss20; } aalt; feature calt { ### Less - It is convenient to have this lookup set at the start. lookup less_asciitilde { ignore sub less less' asciitilde; ignore sub less' asciitilde asciitilde asciitilde; sub less_asciitilde.liga asciitilde' by LIG; sub less' asciitilde by less_asciitilde.liga; } less_asciitilde; lookup less_asciitilde_asciitilde { sub less_asciitilde_asciitilde.liga LIG asciitilde' by LIG; sub less_asciitilde.liga' LIG asciitilde by less_asciitilde_asciitilde.liga; } less_asciitilde_asciitilde; lookup less_asterisk { ignore sub less less' asterisk; ignore sub less' asterisk asterisk; sub less_asterisk.liga asterisk' by LIG; sub less' asterisk by less_asterisk.liga; } less_asterisk; lookup less_dollar { ignore sub less less' dollar; ignore sub less' dollar dollar; sub less_dollar.liga dollar' by LIG; sub less' dollar by less_dollar.liga; } less_dollar; lookup less_equal { ignore sub less less' equal; ignore sub less' equal equal; ignore sub parenleft question less' equal; ignore sub equal less' equal; ignore sub less' equal [less greater bar colon exclam slash]; sub less_equal.liga equal' by LIG; sub less' equal by less_equal.liga; } less_equal; lookup less_greater { ignore sub less less' greater; ignore sub less' greater greater; sub less_greater.liga greater' by LIG; sub less' greater by less_greater.liga; } less_greater; lookup less_plus { ignore sub less less' plus; ignore sub less' plus plus; sub less_plus.liga plus' by LIG; sub less' plus by less_plus.liga; } less_plus; lookup less_slash { ignore sub less less' slash; ignore sub less' slash slash; sub less_slash.liga slash' by LIG; sub less' slash by less_slash.liga; } less_slash; lookup less_bar { ignore sub less less' bar; ignore sub less' bar bar bar bar; ignore sub less' bar bar greater; sub less_bar.liga bar' by LIG; sub less' bar by less_bar.liga; } less_bar; lookup less_bar_bar { sub less_bar_bar.liga LIG bar' by LIG; sub less_bar.liga' LIG bar by less_bar_bar.liga; } less_bar_bar; lookup less_bar_bar_bar { sub less_bar_bar_bar.liga LIG LIG bar' by LIG; sub less_bar_bar.liga' LIG LIG bar by less_bar_bar_bar.liga; } less_bar_bar_bar; # generally it is useful to have the duplicating sequences in a row. This avoids potential badness. lookup less_less { ignore sub less less' less; ignore sub less' less less less; ignore sub less' less [asterisk plus dollar]; ignore sub [hyphen equal] less' less; ignore sub less' less hyphen; ignore sub less' less equal [equal less greater bar colon exclam slash]; ignore sub less' less less [asterisk plus dollar]; sub less_less.liga less' by LIG; sub less' less by less_less.liga; } less_less; lookup less_less_less { sub less_less_less.liga LIG less' by LIG; sub less_less.liga' LIG less by less_less_less.liga; } less_less_less; lookup less_asciitilde_greater { ignore sub less_asciitilde.liga' LIG greater greater; sub less_asciitilde_greater.liga LIG greater' by LIG; sub less_asciitilde.liga' LIG greater by less_asciitilde_greater.liga; } less_asciitilde_greater; lookup less_asterisk_greater { sub less_asterisk_greater.liga LIG greater' by LIG; sub less_asterisk.liga' LIG greater by less_asterisk_greater.liga; } less_asterisk_greater; lookup less_dollar_greater { sub less_dollar_greater.liga LIG greater' by LIG; sub less_dollar.liga' LIG greater by less_dollar_greater.liga; } less_dollar_greater; lookup less_plus_greater { sub less_plus_greater.liga LIG greater' by LIG; sub less_plus.liga' LIG greater by less_plus_greater.liga; } less_plus_greater; lookup less_slash_greater { ignore sub less_slash.liga' LIG greater greater; sub less_slash_greater.liga LIG greater' by LIG; sub less_slash.liga' LIG greater by less_slash_greater.liga; } less_slash_greater; lookup less_bar_greater { ignore sub less_bar.liga' LIG greater greater; sub less_bar_greater.liga LIG greater' by LIG; sub less_bar.liga' LIG greater by less_bar_greater.liga; } less_bar_greater; lookup less_exclam_hyphen_hyphen { ignore sub less less' exclam hyphen hyphen; ignore sub less' exclam hyphen hyphen hyphen; ignore sub parenleft question less' exclam hyphen hyphen; sub less_exclam_hyphen_hyphen.liga LIG LIG hyphen' by LIG; sub less_exclam_hyphen_hyphen.liga LIG hyphen' hyphen by LIG; sub less_exclam_hyphen_hyphen.liga exclam' hyphen hyphen by LIG; sub less' exclam hyphen hyphen by less_exclam_hyphen_hyphen.liga; } less_exclam_hyphen_hyphen; ### Ampersand lookup ampersand_ampersand { ignore sub ampersand ampersand' ampersand; ignore sub ampersand' ampersand ampersand; sub ampersand_ampersand.liga ampersand' by LIG; sub ampersand' ampersand by ampersand_ampersand.liga; } ampersand_ampersand; ### Asciicircum lookup asciicircum_equal { ignore sub asciicircum asciicircum' equal; ignore sub asciicircum' equal equal; sub asciicircum_equal.liga equal' by LIG; sub asciicircum' equal by asciicircum_equal.liga; } asciicircum_equal; ### Asciitilde lookup asciitilde_asciitilde { ignore sub asciitilde asciitilde' asciitilde; ignore sub asciitilde' asciitilde asciitilde; sub asciitilde_asciitilde.liga asciitilde' by LIG; sub asciitilde' asciitilde by asciitilde_asciitilde.liga; } asciitilde_asciitilde; lookup asciitilde_at { ignore sub asciitilde asciitilde' at; ignore sub asciitilde' at at; sub asciitilde_at.liga at' by LIG; sub asciitilde' at by asciitilde_at.liga; } asciitilde_at; lookup asciitilde_greater { ignore sub asciitilde asciitilde' greater; ignore sub asciitilde' greater greater; sub asciitilde_greater.liga greater' by LIG; sub asciitilde' greater by asciitilde_greater.liga; } asciitilde_greater; lookup asciitilde_hyphen { ignore sub asciitilde asciitilde' hyphen; ignore sub asciitilde' hyphen hyphen; sub asciitilde_hyphen.liga hyphen' by LIG; sub asciitilde' hyphen by asciitilde_hyphen.liga; } asciitilde_hyphen; lookup asciitilde_asciitilde_greater { ignore sub asciitilde_asciitilde.liga' LIG greater greater; sub asciitilde_asciitilde_greater.liga LIG greater' by LIG; sub asciitilde_asciitilde.liga' LIG greater by asciitilde_asciitilde_greater.liga; } asciitilde_asciitilde_greater; lookup asciitilde_equal { ignore sub asciitilde asciitilde' equal; ignore sub asciitilde' equal equal; sub asciitilde_equal.liga equal' by LIG; sub asciitilde' equal by asciitilde_equal.liga; } asciitilde_equal; ### Asterisk lookup asterisk_asterisk { ignore sub asterisk asterisk' asterisk; ignore sub asterisk' asterisk asterisk asterisk; ignore sub slash asterisk' asterisk; ignore sub asterisk' asterisk slash; sub asterisk_asterisk.liga asterisk' by LIG; sub asterisk' asterisk by asterisk_asterisk.liga; } asterisk_asterisk; lookup asterisk_asterisk_asterisk { ignore sub asterisk_asterisk.liga' LIG asterisk slash; sub asterisk_asterisk_asterisk.liga LIG asterisk' by LIG; sub asterisk_asterisk.liga' LIG asterisk by asterisk_asterisk_asterisk.liga; } asterisk_asterisk_asterisk; lookup asterisk_greater { ignore sub asterisk asterisk' greater; ignore sub asterisk' greater greater; sub asterisk_greater.liga greater' by LIG; sub asterisk' greater by asterisk_greater.liga; } asterisk_greater; lookup asterisk_slash { ignore sub asterisk asterisk' slash; ignore sub asterisk' slash slash; ignore sub slash asterisk' slash; ignore sub asterisk' slash asterisk; sub asterisk_slash.liga slash' by LIG; sub asterisk' slash by asterisk_slash.liga; } asterisk_slash; lookup asterisk_parenright { ignore sub asterisk asterisk' parenright; ignore sub asterisk' parenright parenright; sub asterisk_parenright.liga parenright' by LIG; sub asterisk' parenright by asterisk_parenright.liga; } asterisk_parenright; ### Backslash lookup backslash_slash { ignore sub @NotSpace backslash' slash; ignore sub backslash' slash @NotSpace; sub backslash_slash.liga slash' by LIG; sub backslash' slash by backslash_slash.liga; } backslash_slash; lookup backslash_backslash { ignore sub backslash backslash' backslash; ignore sub backslash' backslash backslash; sub backslash_backslash.liga backslash' by LIG; sub backslash' backslash by backslash_backslash.liga; } backslash_backslash; ### Bar lookup bar_bar { ignore sub bar bar' bar; ignore sub bar' bar bar bar; ignore sub [hyphen equal] bar' bar; ignore sub bar' bar [hyphen equal]; ignore sub bar' bar bar [hyphen equal]; ignore sub bar' bar equal [equal less greater bar colon exclam slash]; ignore sub bar bar' bar greater; ignore sub [less greater] bar' bar [less greater]; ignore sub less bar' bar; ignore sub less bar bar'; sub bar_bar.liga bar' by LIG; sub bar' bar by bar_bar.liga; } bar_bar; lookup bar_bar_bar { sub bar_bar_bar.liga LIG bar' by LIG; sub bar_bar.liga' LIG bar by bar_bar_bar.liga; } bar_bar_bar; lookup bar_greater { ignore sub bar bar' greater; ignore sub bar' greater greater; ignore sub less bar bar' greater; sub bar_greater.liga greater' by LIG; sub bar' greater by bar_greater.liga; } bar_greater; lookup bar_braceright { ignore sub bar bar' braceright; ignore sub bar' braceright braceright; ignore sub braceleft bar' braceright; sub bar_braceright.liga braceright' by LIG; sub bar' braceright by bar_braceright.liga; } bar_braceright; lookup bar_bracketright { ignore sub bar bar' bracketright; ignore sub bar' bracketright bracketright; ignore sub bracketleft bar' bracketright; sub bar_bracketright.liga bracketright' by LIG; sub bar' bracketright by bar_bracketright.liga; } bar_bracketright; lookup bar_bar_greater { ignore sub bar_bar.liga' LIG greater greater; sub bar_bar_greater.liga LIG greater' by LIG; sub bar_bar.liga' LIG greater by bar_bar_greater.liga; } bar_bar_greater; lookup bar_bar_bar_greater { ignore sub bar_bar_bar.liga' LIG LIG greater greater; sub bar_bar_bar_greater.liga LIG LIG greater' by LIG; sub bar_bar_bar.liga' LIG LIG greater by bar_bar_bar_greater.liga; } bar_bar_bar_greater; ### Brace left lookup braceleft_bar { ignore sub braceleft braceleft' bar; ignore sub braceleft' bar bar; ignore sub braceleft' bar braceright; sub braceleft_bar.liga bar' by LIG; sub braceleft' bar by braceleft_bar.liga; } braceleft_bar; ### Brace right lookup braceright_numbersign { ignore sub braceright braceright' numbersign; ignore sub braceright' numbersign numbersign; sub braceright_numbersign.liga numbersign' by LIG; sub braceright' numbersign by braceright_numbersign.liga; } braceright_numbersign; ### Bracket left lookup bracketleft_bar { ignore sub bracketleft bracketleft' bar; ignore sub bracketleft' bar bar; ignore sub bracketleft' bar bracketright; sub bracketleft_bar.liga bar' by LIG; sub bracketleft' bar by bracketleft_bar.liga; } bracketleft_bar; ### Bracket right lookup bracketright_numbersign { ignore sub bracketright bracketright' numbersign; ignore sub bracketright' numbersign numbersign; sub bracketright_numbersign.liga numbersign' by LIG; sub bracketright' numbersign by bracketright_numbersign.liga; } bracketright_numbersign; ### Colon lookup colon_colon { ignore sub colon colon' colon; ignore sub colon' colon colon colon; ignore sub parenleft question colon' colon; ignore sub colon' colon [less greater]; ignore sub [less greater] colon' colon; sub colon_colon.liga colon' by LIG; sub colon' colon by colon_colon.liga; } colon_colon; lookup colon_colon_colon { sub colon_colon_colon.liga LIG colon' by LIG; sub colon_colon.liga' LIG colon by colon_colon_colon.liga; } colon_colon_colon; lookup colon_equal { ignore sub colon colon' equal; ignore sub colon' equal equal; ignore sub parenleft question colon' equal; ignore sub equal colon' equal; sub colon_equal.liga equal' by LIG; sub colon' equal by colon_equal.liga; } colon_equal; lookup colon_colon_equal { ignore sub colon_colon.liga' LIG equal equal; sub colon_colon_equal.liga LIG equal' by LIG; sub colon_colon.liga' LIG equal by colon_colon_equal.liga; } colon_colon_equal; lookup colon_slash_slash { ignore sub colon colon' slash slash; ignore sub colon' slash slash slash; sub colon_slash_slash.liga LIG slash' by LIG; sub colon_slash_slash.liga slash' slash by LIG; sub colon' slash slash by colon_slash_slash.liga; } colon_slash_slash; ## Dollar lookup dollar_greater { ignore sub dollar dollar' greater; ignore sub dollar' greater greater; sub dollar_greater.liga greater' by LIG; sub dollar' greater by dollar_greater.liga; } dollar_greater; ### Exclam (for equal see below) lookup exclam_equal { ignore sub exclam exclam' equal; ignore sub exclam' equal equal equal; ignore sub parenleft question exclam' equal; ignore sub parenleft question less exclam' equal; ignore sub equal exclam' equal; sub exclam_equal.liga equal' by LIG; sub exclam' equal by exclam_equal.liga; } exclam_equal; lookup exclam_equal_equal { sub exclam_equal_equal.liga LIG equal' by LIG; sub exclam_equal.liga' LIG equal by exclam_equal_equal.liga; } exclam_equal_equal; lookup exclam_exclam { ignore sub exclam exclam' exclam; ignore sub exclam' exclam exclam; ignore sub parenleft question exclam' exclam; ignore sub parenleft question less exclam' exclam; sub exclam_exclam.liga exclam' by LIG; sub exclam' exclam by exclam_exclam.liga; } exclam_exclam; lookup exclam_exclam_period { ignore sub exclam_exclam.liga' LIG period period; sub exclam_exclam_period.liga LIG period' by LIG; sub exclam_exclam.liga' LIG period by exclam_exclam_period.liga; } exclam_exclam_period; lookup exclam_period { ignore sub exclam exclam' period; ignore sub exclam' period period; sub exclam_period.liga period' by LIG; sub exclam' period by exclam_period.liga; } exclam_period; lookup exclam_colon { ignore sub exclam exclam' colon; ignore sub exclam' colon colon; sub exclam_colon.liga colon' by LIG; sub exclam' colon by exclam_colon.liga; } exclam_colon; ## Equal - Made sense to shift this below the exclam to avoid issues lookup equal_equal { ignore sub equal equal' equal; ignore sub equal' equal equal equal; ignore sub parenleft question equal' equal; ignore sub parenleft question less equal' equal; ignore sub less question equal' equal; ignore sub bracketleft equal' equal; ignore sub equal' equal bracketright; ignore sub equal [colon exclam] equal' equal; ignore sub [less greater bar slash] equal' equal; ignore sub equal' equal [less greater bar slash] ; ignore sub equal' equal [colon exclam] equal; sub equal_equal.liga equal' by LIG; sub equal' equal by equal_equal.liga; } equal_equal; lookup equal_equal_equal { sub equal_equal_equal.liga LIG equal' by LIG; sub equal_equal.liga' LIG equal by equal_equal_equal.liga; } equal_equal_equal; ### Hyphen lookup hyphen_asciitilde { ignore sub hyphen hyphen' asciitilde; ignore sub hyphen' asciitilde asciitilde; sub hyphen_asciitilde.liga asciitilde' by LIG; sub hyphen' asciitilde by hyphen_asciitilde.liga; } hyphen_asciitilde; lookup hyphen_hyphen { ignore sub hyphen hyphen' hyphen; ignore sub hyphen' hyphen hyphen hyphen; ignore sub [less greater bar] hyphen' hyphen; ignore sub hyphen' hyphen [less greater bar]; sub hyphen_hyphen.liga hyphen' by LIG; sub hyphen' hyphen by hyphen_hyphen.liga; } hyphen_hyphen; lookup hyphen_hyphen_hyphen { ignore sub hyphen_hyphen.liga' LIG hyphen [less greater bar]; sub hyphen_hyphen_hyphen.liga LIG hyphen' by LIG; sub hyphen_hyphen.liga' LIG hyphen by hyphen_hyphen_hyphen.liga; } hyphen_hyphen_hyphen; ### Greater lookup greater_greater { ignore sub greater greater' greater; ignore sub greater' greater greater greater; ignore sub [asterisk plus dollar] greater' greater; ignore sub [hyphen equal] greater' greater; ignore sub greater' greater hyphen; ignore sub greater' greater equal [equal less greater bar colon exclam slash]; sub greater_greater.liga greater' by LIG; sub greater' greater by greater_greater.liga; } greater_greater; lookup greater_greater_greater { sub greater_greater_greater.liga LIG greater' by LIG; sub greater_greater.liga' LIG greater by greater_greater_greater.liga; } greater_greater_greater; lookup greater_equal { ignore sub greater greater' equal; ignore sub greater' equal equal; ignore sub equal greater' equal; ignore sub greater' equal [less greater bar colon exclam slash]; sub greater_equal.liga equal' by LIG; sub greater' equal by greater_equal.liga; } greater_equal; ### Less moved to top of CALT ### Numbersign lookup numbersign_braceleft { ignore sub numbersign numbersign' braceleft; ignore sub numbersign' braceleft braceleft; sub numbersign_braceleft.liga braceleft' by LIG; sub numbersign' braceleft by numbersign_braceleft.liga; } numbersign_braceleft; lookup numbersign_bracketleft { ignore sub numbersign numbersign' bracketleft; ignore sub numbersign' bracketleft bracketleft; sub numbersign_bracketleft.liga bracketleft' by LIG; sub numbersign' bracketleft by numbersign_bracketleft.liga; } numbersign_bracketleft; lookup numbersign_colon { ignore sub numbersign numbersign' colon; ignore sub numbersign' colon colon; sub numbersign_colon.liga colon' by LIG; sub numbersign' colon by numbersign_colon.liga; } numbersign_colon; lookup numbersign_equal { ignore sub numbersign numbersign' equal; ignore sub numbersign' equal equal; sub numbersign_equal.liga equal' by LIG; sub numbersign' equal by numbersign_equal.liga; } numbersign_equal; lookup numbersign_exclam { ignore sub numbersign numbersign' exclam; ignore sub numbersign' exclam exclam; sub numbersign_exclam.liga exclam' by LIG; sub numbersign' exclam by numbersign_exclam.liga; } numbersign_exclam; lookup numbersign_parenleft { ignore sub numbersign numbersign' parenleft; ignore sub numbersign' parenleft parenleft; sub numbersign_parenleft.liga parenleft' by LIG; sub numbersign' parenleft by numbersign_parenleft.liga; } numbersign_parenleft; lookup numbersign_question { ignore sub numbersign numbersign' question; ignore sub numbersign' question question; sub numbersign_question.liga question' by LIG; sub numbersign' question by numbersign_question.liga; } numbersign_question; lookup numbersign_underscore { ignore sub numbersign numbersign' underscore; ignore sub numbersign' underscore underscore; sub numbersign_underscore.liga underscore' by LIG; sub numbersign' underscore by numbersign_underscore.liga; } numbersign_underscore; lookup numbersign_underscore_parenleft { ignore sub numbersign_underscore.liga' LIG parenleft parenleft; sub numbersign_underscore_parenleft.liga LIG parenleft' by LIG; sub numbersign_underscore.liga' LIG parenleft by numbersign_underscore_parenleft.liga; } numbersign_underscore_parenleft; ### Paren left lookup parenleft_asterisk { ignore sub parenleft parenleft' asterisk; ignore sub parenleft' asterisk asterisk; sub parenleft_asterisk.liga asterisk' by LIG; sub parenleft' asterisk by parenleft_asterisk.liga; } parenleft_asterisk; ### Percent lookup percent_percent { ignore sub percent percent' percent; ignore sub percent' percent percent; sub percent_percent.liga percent' by LIG; sub percent' percent by percent_percent.liga; } percent_percent; ### Period lookup period_equal { ignore sub period period' equal; ignore sub period' equal equal; sub period_equal.liga equal' by LIG; sub period' equal by period_equal.liga; } period_equal; lookup period_period { ignore sub period period' period; ignore sub period' period period period; sub period_period.liga period' by LIG; sub period' period by period_period.liga; } period_period; lookup period_period_period { sub period_period_period.liga LIG period' by LIG; sub period_period.liga' LIG period by period_period_period.liga; } period_period_period; lookup period_question { ignore sub period period' question; ignore sub period' question question; sub period_question.liga question' by LIG; sub period' question by period_question.liga; } period_question; lookup period_hyphen { ignore sub period period' hyphen; ignore sub period' hyphen hyphen; sub period_hyphen.liga hyphen' by LIG; sub period' hyphen by period_hyphen.liga; } period_hyphen; lookup period_period_equal { ignore sub period_period.liga' LIG equal equal; sub period_period_equal.liga LIG equal' by LIG; sub period_period.liga' LIG equal by period_period_equal.liga; } period_period_equal; lookup period_period_less { ignore sub period_period.liga' LIG less less; sub period_period_less.liga LIG less' by LIG; sub period_period.liga' LIG less by period_period_less.liga; } period_period_less; ### Plus lookup plus_greater { ignore sub plus plus' greater; ignore sub plus' greater greater; sub plus_greater.liga greater' by LIG; sub plus' greater by plus_greater.liga; } plus_greater; lookup plus_plus { ignore sub plus plus' plus; ignore sub plus' plus plus plus; sub plus_plus.liga plus' by LIG; sub plus' plus by plus_plus.liga; } plus_plus; lookup plus_plus_plus { ignore sub plus_plus.liga' LIG plus plus; sub plus_plus_plus.liga LIG plus' by LIG; sub plus_plus.liga' LIG plus by plus_plus_plus.liga; } plus_plus_plus; ### Question lookup question_equal { ignore sub question question' equal; ignore sub question' equal equal; ignore sub parenleft question' equal; ignore sub less question' equal; sub question_equal.liga equal' by LIG; sub question' equal by question_equal.liga; } question_equal; lookup question_period { ignore sub question question' period; ignore sub question' period period; sub question_period.liga period' by LIG; sub question' period by question_period.liga; } question_period; lookup question_question { ignore sub question question' question; ignore sub question' question question; sub question_question.liga question' by LIG; sub question' question by question_question.liga; } question_question; lookup question_question_equal { sub question_question_equal.liga LIG equal' by LIG; sub question_question.liga' LIG equal by question_question_equal.liga; } question_question_equal; lookup question_colon { ignore sub question question' colon; ignore sub question' colon colon; sub question_colon.liga colon' by LIG; sub question' colon by question_colon.liga; } question_colon; ### Semicolon lookup semicolon_semicolon { ignore sub semicolon semicolon' semicolon; ignore sub semicolon' semicolon semicolon; sub semicolon_semicolon.liga semicolon' by LIG; sub semicolon' semicolon by semicolon_semicolon.liga; } semicolon_semicolon; ### Slash lookup slash_asterisk { ignore sub slash slash' asterisk; ignore sub slash' asterisk asterisk; ignore sub slash' asterisk slash; ignore sub asterisk slash' asterisk; sub slash_asterisk.liga asterisk' by LIG; sub slash' asterisk by slash_asterisk.liga; } slash_asterisk; lookup slash_greater { ignore sub slash slash' greater; ignore sub slash' greater greater; sub slash_greater.liga greater' by LIG; sub slash' greater by slash_greater.liga; } slash_greater; lookup slash_slash { ignore sub slash slash' slash; ignore sub slash' slash slash slash; ignore sub equal slash' slash; ignore sub slash' slash equal; sub slash_slash.liga slash' by LIG; sub slash' slash by slash_slash.liga; } slash_slash; lookup slash_slash_slash { sub slash_slash_slash.liga LIG slash' by LIG; sub slash_slash.liga' LIG slash by slash_slash_slash.liga; } slash_slash_slash; lookup slash_backslash { ignore sub @NotSpace slash' backslash; ignore sub slash' backslash @NotSpace; sub slash_backslash.liga backslash' by LIG; sub slash' backslash by slash_backslash.liga; } slash_backslash; ### WWW lookup w_w_w { ignore sub w w' w w; ignore sub w' w w w; sub w_w_w.liga LIG w' by LIG; sub w_w_w.liga w' w by LIG; sub w' w w by w_w_w.liga; } w_w_w; ### Vertical-align colon/greater/less # :> :< >: <: # :>: :<: # <:> >:< <:< >:> # <::> <::< >::< >::> # <:::> <:::< >:::< >:::> # <::::> <::::< >::::< >::::> lookup center { #574 :>= :<= ignore sub colon' [less greater] [equal hyphen]; ignore sub colon colon' [less greater]; # ignores the :::< case # middles & ends sub [less.center greater.center colon.center] colon' by colon.center; sub colon.center [less greater]' by [less.center greater.center]; # starts sub [less greater]' colon by [less.center greater.center]; sub colon' [less greater] by colon.center; } center; lookup equal_arrows { # Disable ||| ignore sub bar bar' bar equal; ignore sub bar bar' equal; ignore sub [equal_start.seq equal_middle.seq] bar' bar bar; # equal middle & end sub [less_equal_start.seq less_equal_middle.seq greater_equal_start.seq greater_equal_middle.seq bar_equal_start.seq bar_equal_middle.seq slash_equal_start.seq slash_equal_middle.seq colon_equal_middle.seq exclam_equal_middle.seq equal_start.seq equal_middle.seq] equal' [equal less greater bar slash colon exclam] by equal_middle.seq; sub [less_less_equal_start.seq less_less_equal_middle.seq greater_greater_equal_start.seq greater_greater_equal_middle.seq bar_bar_equal_start.seq bar_bar_equal_middle.seq slash_slash_equal_start.seq slash_slash_equal_middle.seq] LIG equal' [equal less greater bar slash colon exclam] by equal_middle.seq; sub [less_equal_start.seq less_equal_middle.seq greater_equal_start.seq greater_equal_middle.seq bar_equal_start.seq bar_equal_middle.seq slash_equal_start.seq slash_equal_middle.seq colon_equal_middle.seq exclam_equal_middle.seq equal_start.seq equal_middle.seq] equal' by equal_end.seq; sub [less_less_equal_start.seq less_less_equal_middle.seq greater_greater_equal_start.seq greater_greater_equal_middle.seq bar_bar_equal_start.seq bar_bar_equal_middle.seq slash_slash_equal_start.seq slash_slash_equal_middle.seq] LIG equal' by equal_end.seq; # double middles sub [equal_start.seq equal_middle.seq] less_less_equal_middle.seq less' equal by LIG; sub [equal_start.seq equal_middle.seq] less' less equal by less_less_equal_middle.seq; sub [equal_start.seq equal_middle.seq] greater_greater_equal_middle.seq greater' equal by LIG; sub [equal_start.seq equal_middle.seq] greater' greater equal by greater_greater_equal_middle.seq; sub [equal_start.seq equal_middle.seq] bar_bar_equal_middle.seq bar' equal by LIG; sub [equal_start.seq equal_middle.seq] bar' bar equal by bar_bar_equal_middle.seq; sub [equal_start.seq equal_middle.seq] slash_slash_equal_middle.seq slash' equal by LIG; sub [equal_start.seq equal_middle.seq] slash' slash equal by slash_slash_equal_middle.seq; # single middles sub [equal_start.seq equal_middle.seq] less' equal by less_equal_middle.seq; sub [equal_start.seq equal_middle.seq] greater' equal by greater_equal_middle.seq; sub [equal_start.seq equal_middle.seq] bar' equal by bar_equal_middle.seq; sub [equal_start.seq equal_middle.seq] slash' equal by slash_equal_middle.seq; sub [equal_start.seq equal_middle.seq] colon' equal by colon_equal_middle.seq; sub [equal_start.seq equal_middle.seq] exclam' equal by exclam_equal_middle.seq; # double ends sub [equal_start.seq equal_middle.seq] less_less_equal_end.seq less' by LIG; sub [equal_start.seq equal_middle.seq] less' less by less_less_equal_end.seq; sub [equal_start.seq equal_middle.seq] greater_greater_equal_end.seq greater' by LIG; sub [equal_start.seq equal_middle.seq] greater' greater by greater_greater_equal_end.seq; sub [equal_start.seq equal_middle.seq] bar_bar_equal_end.seq bar' by LIG; sub [equal_start.seq equal_middle.seq] bar' bar by bar_bar_equal_end.seq; sub [equal_start.seq equal_middle.seq] slash_slash_equal_end.seq slash' by LIG; sub [equal_start.seq equal_middle.seq] slash' slash by slash_slash_equal_end.seq; # single ends sub [equal_start.seq equal_middle.seq] less' by less_equal_end.seq; sub [equal_start.seq equal_middle.seq] greater' by greater_equal_end.seq; sub [equal_start.seq equal_middle.seq] bar' by bar_equal_end.seq; sub [equal_start.seq equal_middle.seq] slash' by slash_equal_end.seq; # double beginnings sub less_less_equal_start.seq less' equal by LIG; sub less' less equal by less_less_equal_start.seq; sub greater_greater_equal_start.seq greater' equal by LIG; sub greater' greater equal by greater_greater_equal_start.seq; sub bar_bar_equal_start.seq bar' equal by LIG; sub bar' bar equal by bar_bar_equal_start.seq; sub slash_slash_equal_start.seq slash' equal by LIG; sub slash' slash equal by slash_slash_equal_start.seq; # Disable >=< #548 sub greater' equal less [equal less] by greater_equal_start.seq; ignore sub greater' equal less; # Disable =< #479 #468 #424 #406 #355 #305 sub equal' less [equal less] by equal_start.seq; # Disable =/ #1056 sub equal' slash [equal slash] by equal_start.seq; # single beginnings sub less' equal [equal less greater bar slash colon exclam] by less_equal_start.seq; # disable >= <= as they're used in math sub greater' equal [equal less greater bar slash colon exclam] by greater_equal_start.seq; sub bar' equal [equal less greater bar slash colon exclam] by bar_equal_start.seq; # disable |= sub slash' equal by slash_equal_start.seq; sub equal' [equal greater bar colon exclam] by equal_start.seq; } equal_arrows; ### Arbitrary-length arrows #346 lookup hyphen_arrows { # Disable ||| ignore sub bar bar' bar hyphen; ignore sub bar bar' hyphen; ignore sub [hyphen_start.seq hyphen_middle.seq] bar' bar bar; # hyphen middle & end sub [less_hyphen_start.seq less_hyphen_middle.seq greater_hyphen_start.seq greater_hyphen_middle.seq bar_hyphen_start.seq bar_hyphen_middle.seq hyphen_start.seq hyphen_middle.seq] hyphen' [hyphen less greater bar] by hyphen_middle.seq; sub [less_less_hyphen_start.seq less_less_hyphen_middle.seq greater_greater_hyphen_start.seq greater_greater_hyphen_middle.seq bar_bar_hyphen_start.seq bar_bar_hyphen_middle.seq] LIG hyphen' [hyphen less greater bar] by hyphen_middle.seq; sub [less_hyphen_start.seq less_hyphen_middle.seq greater_hyphen_start.seq greater_hyphen_middle.seq bar_hyphen_start.seq bar_hyphen_middle.seq hyphen_start.seq hyphen_middle.seq] hyphen' by hyphen_end.seq; sub [less_less_hyphen_start.seq less_less_hyphen_middle.seq greater_greater_hyphen_start.seq greater_greater_hyphen_middle.seq bar_bar_hyphen_start.seq bar_bar_hyphen_middle.seq] LIG hyphen' by hyphen_end.seq; # double middles sub [hyphen_start.seq hyphen_middle.seq] less_less_hyphen_middle.seq less' hyphen by LIG; sub [hyphen_start.seq hyphen_middle.seq] less' less hyphen by less_less_hyphen_middle.seq; sub [hyphen_start.seq hyphen_middle.seq] greater_greater_hyphen_middle.seq greater' hyphen by LIG; sub [hyphen_start.seq hyphen_middle.seq] greater' greater hyphen by greater_greater_hyphen_middle.seq; sub [hyphen_start.seq hyphen_middle.seq] bar_bar_hyphen_middle.seq bar' hyphen by LIG; sub [hyphen_start.seq hyphen_middle.seq] bar' bar hyphen by bar_bar_hyphen_middle.seq; # single middles sub [hyphen_start.seq hyphen_middle.seq] less' hyphen by less_hyphen_middle.seq; sub [hyphen_start.seq hyphen_middle.seq] greater' hyphen by greater_hyphen_middle.seq; sub [hyphen_start.seq hyphen_middle.seq] bar' hyphen by bar_hyphen_middle.seq; # double ends sub [hyphen_start.seq hyphen_middle.seq] less_less_hyphen_end.seq less' by LIG; sub [hyphen_start.seq hyphen_middle.seq] less' less by less_less_hyphen_end.seq; sub [hyphen_start.seq hyphen_middle.seq] greater_greater_hyphen_end.seq greater' by LIG; sub [hyphen_start.seq hyphen_middle.seq] greater' greater by greater_greater_hyphen_end.seq; sub [hyphen_start.seq hyphen_middle.seq] bar_bar_hyphen_end.seq bar' by LIG; sub [hyphen_start.seq hyphen_middle.seq] bar' bar by bar_bar_hyphen_end.seq; # single ends sub [hyphen_start.seq hyphen_middle.seq] less' by less_hyphen_end.seq; sub [hyphen_start.seq hyphen_middle.seq] greater' by greater_hyphen_end.seq; sub [hyphen_start.seq hyphen_middle.seq] bar' by bar_hyphen_end.seq; # double beginnings sub less_less_hyphen_start.seq less' hyphen by LIG; sub less' less hyphen by less_less_hyphen_start.seq; sub greater_greater_hyphen_start.seq greater' hyphen by LIG; sub greater' greater hyphen by greater_greater_hyphen_start.seq; sub bar_bar_hyphen_start.seq bar' hyphen by LIG; sub bar' bar hyphen by bar_bar_hyphen_start.seq; # single beginnings sub less' hyphen by less_hyphen_start.seq; sub greater' hyphen by greater_hyphen_start.seq; sub bar' hyphen by bar_hyphen_start.seq; sub hyphen' [hyphen less greater bar] by hyphen_start.seq; } hyphen_arrows; lookup numbersigns { # middle parts sub [numbersign_start.seq numbersign_middle.seq] numbersign' numbersign by numbersign_middle.seq; # ends sub [numbersign_start.seq numbersign_middle.seq] numbersign' by numbersign_end.seq; # beginnings sub numbersign' numbersign by numbersign_start.seq; } numbersigns; lookup underscores { # middle parts sub [underscore_start.seq underscore_middle.seq] bar' underscore by bar_underscore_middle.seq; sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' bar underscore by underscore_middle.seq; sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' underscore by underscore_middle.seq; # ends sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' by underscore_end.seq; # beginnings sub underscore' bar underscore by underscore_start.seq; sub underscore' underscore by underscore_start.seq; } underscores; #Other non-ligature bits sub dcaron' [lacute lcaron lcommaaccent ldot lslash b h k l hbar hcircumflex kcommaaccent @Uppercase] by dcaron.alt; } calt; feature ccmp { lookup ccmp_Other_1 { @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaabovecomb commaaboverightcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; @CombiningNonTopAccents = [cedillacomb dotbelowcomb lowlinecomb macronbelowcomb ogonekcomb ringbelowcomb horncomb]; sub [i j i-cy je-cy]' @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningTopAccents by idotless ogonekcomb; sub idotbelow' @CombiningTopAccents by idotless dotbelowcomb; sub [i j i-cy je-cy]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningNonTopAccents @CombiningTopAccents by idotless ogonekcomb; sub idotbelow' @CombiningNonTopAccents @CombiningTopAccents by idotless dotbelowcomb; @Markscomb = [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb horncomb tonos brevecomb-cy]; @MarkscombCase = [dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case tonos.case brevecomb-cy.case]; sub @Markscomb @Markscomb' by @MarkscombCase; sub @Uppercase @Markscomb' by @MarkscombCase; } ccmp_Other_1; lookup ccmp_Other_2 { sub @Markscomb' @MarkscombCase by @MarkscombCase; sub @MarkscombCase @Markscomb' by @MarkscombCase; } ccmp_Other_2; lookup ccmp_latn_1 { sub fi by f i; sub fl by f l; } ccmp_latn_1; script latn; lookup ccmp_latn_1; } ccmp; feature locl { # automatic lookup locl_latn_0 { script latn; language ROM; language MOL; sub Scedilla by Scommaaccent; sub scedilla by scommaaccent; sub Tcedilla by Tcommaaccent; sub tcedilla by tcommaaccent; } locl_latn_0; lookup locl_latn_1 { script latn; language PLK; sub Cacute by Cacute.loclPLK; sub Nacute by Nacute.loclPLK; sub Oacute by Oacute.loclPLK; sub Sacute by Sacute.loclPLK; sub Zacute by Zacute.loclPLK; sub cacute by cacute.loclPLK; sub nacute by nacute.loclPLK; sub oacute by oacute.loclPLK; sub sacute by sacute.loclPLK; sub zacute by zacute.loclPLK; sub acutecomb by acutecomb.loclPLK; } locl_latn_1; lookup locl_latn_2 { script latn; language NLD; sub iacute j by iacute_j.loclNLD; sub Iacute J by Iacute_J.loclNLD; } locl_latn_2; lookup locl_latn_3 { script latn; language CAT; sub l' periodcentered' l by ldot; sub L' periodcentered' L by Ldot; } locl_latn_3; lookup locl_cyrl_0 { script cyrl; language BGR; sub De-cy by De-cy.loclBGR; sub El-cy by El-cy.loclBGR; sub Ef-cy by Ef-cy.loclBGR; sub ve-cy by ve-cy.loclBGR; sub ge-cy by ge-cy.loclBGR; sub de-cy by de-cy.loclBGR; sub zhe-cy by zhe-cy.loclBGR; sub ze-cy by ze-cy.loclBGR; sub ii-cy by ii-cy.loclBGR; sub iishort-cy by iishort-cy.loclBGR; sub iigrave-cy by iigrave-cy.loclBGR; sub ka-cy by ka-cy.loclBGR; sub el-cy by el-cy.loclBGR; sub pe-cy by pe-cy.loclBGR; sub te-cy by te-cy.loclBGR; sub tse-cy by tse-cy.loclBGR; sub sha-cy by sha-cy.loclBGR; sub shcha-cy by shcha-cy.loclBGR; sub softsign-cy by softsign-cy.loclBGR; sub hardsign-cy by hardsign-cy.loclBGR; sub iu-cy by iu-cy.loclBGR; } locl_cyrl_0; lookup locl_cyrl_1 { script cyrl; language SRB; sub be-cy by be-cy.loclSRB; } locl_cyrl_1; } locl; feature subs { # automatic sub zero by zeroinferior; sub one by oneinferior; sub two by twoinferior; sub three by threeinferior; sub four by fourinferior; sub five by fiveinferior; sub six by sixinferior; sub seven by seveninferior; sub eight by eightinferior; sub nine by nineinferior; } subs; feature sinf { # automatic sub zero by zeroinferior; sub one by oneinferior; sub two by twoinferior; sub three by threeinferior; sub four by fourinferior; sub five by fiveinferior; sub six by sixinferior; sub seven by seveninferior; sub eight by eightinferior; sub nine by nineinferior; } sinf; feature sups { # automatic sub zero by zerosuperior; sub one by onesuperior; sub two by twosuperior; sub three by threesuperior; sub four by foursuperior; sub five by fivesuperior; sub six by sixsuperior; sub seven by sevensuperior; sub eight by eightsuperior; sub nine by ninesuperior; } sups; feature numr { # automatic sub zero by zero.numr; sub one by one.numr; sub two by two.numr; sub three by three.numr; sub four by four.numr; sub five by five.numr; sub six by six.numr; sub seven by seven.numr; sub eight by eight.numr; sub nine by nine.numr; } numr; feature dnom { # automatic sub zero by zero.dnom; sub one by one.dnom; sub two by two.dnom; sub three by three.dnom; sub four by four.dnom; sub five by five.dnom; sub six by six.dnom; sub seven by seven.dnom; sub eight by eight.dnom; sub nine by nine.dnom; } dnom; feature frac { # automatic lookup FRAC { sub slash by fraction; } FRAC; lookup UP { sub [zero one two three four five six seven eight nine] by [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]; } UP; lookup DOWN { sub fraction [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]' by [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom]; sub [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom] [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]' by [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom]; } DOWN; } frac; feature ordn { # automatic sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine; sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine; sub N o period by numero; } ordn; feature case { # automatic sub dieresiscomb by dieresiscomb.case; sub dotaccentcomb by dotaccentcomb.case; sub gravecomb by gravecomb.case; sub acutecomb by acutecomb.case; sub hungarumlautcomb by hungarumlautcomb.case; sub circumflexcomb by circumflexcomb.case; sub caroncomb by caroncomb.case; sub brevecomb by brevecomb.case; sub ringcomb by ringcomb.case; sub tildecomb by tildecomb.case; sub macroncomb by macroncomb.case; sub hookabovecomb by hookabovecomb.case; sub horncomb by horncomb.case; sub tonos by tonos.case; sub brevecomb-cy by brevecomb-cy.case; } case; feature liga { # disabled # } liga; feature ss02 { sub asciitilde_equal.liga by exclam_equal.liga; } ss02; feature zero { # automatic sub zero by zero.zero; } zero; feature ss19 { # notes: # Name: Slashed zero sub zero by zero.zero; } ss19; feature rclt { # this subs the GDI-centric versions of these symbols with DWrite-centric ones sub lowerOneEighthBlock by lowerOneEighthBlock.stypo; sub lowerOneQuarterBlock by lowerOneQuarterBlock.stypo; sub lowerThreeEighthsBlock by lowerThreeEighthsBlock.stypo; sub lowerHalfBlock by lowerHalfBlock.stypo; sub lowerFiveEighthsBlock by lowerFiveEighthsBlock.stypo; sub lowerThreeQuartersBlock by lowerThreeQuartersBlock.stypo; sub lowerSevenEighthsBlock by lowerSevenEighthsBlock.stypo; sub fullBlock by fullBlock.stypo; sub upperHalfBlock by upperHalfBlock.stypo; sub upperOneEighthBlock by upperOneEighthBlock.stypo; sub leftOneEighthBlock by leftOneEighthBlock.stypo; sub leftOneQuarterBlock by leftOneQuarterBlock.stypo; sub leftThreeEighthsBlock by leftThreeEighthsBlock.stypo; sub leftBlock by leftBlock.stypo; sub leftFiveEighthsBlock by leftFiveEighthsBlock.stypo; sub leftThreeQuartersBlock by leftThreeQuartersBlock.stypo; sub leftSevenEighthsBlock by leftSevenEighthsBlock.stypo; sub rightBlock by rightBlock.stypo; sub rightOneEighthBlock by rightOneEighthBlock.stypo; sub lowerLeftBlock by lowerLeftBlock.stypo; sub lowerRightBlock by lowerRightBlock.stypo; sub upperLeftBlock by upperLeftBlock.stypo; sub upperLeftAndLowerLeftAndLowerRightBlock by upperLeftAndLowerLeftAndLowerRightBlock.stypo; sub upperLeftAndLowerRightBlock by upperLeftAndLowerRightBlock.stypo; sub upperLeftAndUpperRightAndLowerLeftBlock by upperLeftAndUpperRightAndLowerLeftBlock.stypo; sub upperLeftAndUpperRightAndLowerRightBlock by upperLeftAndUpperRightAndLowerRightBlock.stypo; sub upperRightBlock by upperRightBlock.stypo; sub upperRightAndLowerLeftBlock by upperRightAndLowerLeftBlock.stypo; sub upperRightAndLowerLeftAndLowerRightBlock by upperRightAndLowerLeftAndLowerRightBlock.stypo; sub shadelight by shadelight.stypo; sub shademedium by shademedium.stypo; sub shadedark by shadedark.stypo; } rclt; feature zero { # automatic sub zero by zero.zero; } zero; feature ss20 { # notes: # Name: sub acknowledgeControl by acknowledgeControl.ss20; sub backspaceControl by backspaceControl.ss20; sub bellControl by bellControl.ss20; sub cancelControl by cancelControl.ss20; sub carriageReturnControl by carriageReturnControl.ss20; sub dataLinkEscapeControl by dataLinkEscapeControl.ss20; sub deleteControl by deleteFormTwoControl; sub deviceControlFourControl by upperLeftQuadrantWhiteCircle; sub deviceControlOneControl by upperRightQuadrantWhiteCircle; sub deviceControlThreeControl by lowerLeftQuadrantWhiteCircle; sub deviceControlTwoControl by lowerRightQuadrantWhiteCircle; sub endOfMediumControl by endOfMediumControl.ss20; sub endOfTextControl by endOfTextControl.ss20; sub endOfTransmissionBlockControl by endOfTransmissionBlockControl.ss20; sub endOfTransmissionControl by endOfTransmissionControl.ss20; sub enquiryControl by enquiryControl.ss20; sub escapeControl by escapeControl.ss20; sub fileSeparatorControl by whiteUpperLeftQuadrantSquare; sub formFeedControl by formFeedControl.ss20; sub groupSeparatorControl by whiteLowerLeftQuadrantSquare; sub horizontalTabulationControl by horizontalTabulationControl.ss20; sub lineFeedControl by lineFeedControl.ss20; sub negativeAcknowledgeControl by negativeAcknowledgeControl.ss20; sub nullControl by whiteSquare; sub recordSeparatorControl by whiteLowerRightQuadrantSquare; sub shiftInControl by shiftInControl.ss20; sub shiftOutControl by shiftOutControl.ss20; sub spaceControl by upWhiteTriangle; sub startOfHeadingControl by startOfHeadingControl.ss20; sub startOfTextControl by startOfTextControl.ss20; sub substituteControl by substituteControl.ss20; sub synchronousIdleControl by synchronousIdleControl.ss20; sub unitSeparatorControl by whiteUpperRightQuadrantSquare; sub verticalTabulationControl by verticalTabulationControl.ss20; sub newlineControl by returnsymbol; } ss20; table GDEF { # automatic GlyphClassDef [A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol baht cedi cent colonsign dollar dong franc guarani kip naira peseta peso ruble tugrik won yen Ohm increment micro], # Base , # Liga [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb brevecomb-cy brevecomb-cy.case], # Mark ; } GDEF; cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/fontinfo.plist000066400000000000000000000245631401101653000260300ustar00rootroot00000000000000 ascender 1568 capHeight 1420 copyright © 2020 Microsoft Corporation. All Rights Reserved. descender -480 familyName Cascadia Code guidelines angle 0 name [locked] x 1100 y 330 angle 0 name [locked] x 886 y -20 angle 0 name [locked] x 1052 y 1500 angle 0 name [locked] x 1276 y 1440 angle 0 name [locked] x 440 y -460 angle 90 name [locked] x 280 y 416 angle 90 name [locked] x 2160 y 332 angle 90 name [locked] x 2120 y 342 angle 90 name [locked] x 240 y 390 angle 90 name [locked] x 335 y 320 angle 90 name [locked] x 2004 y 52 angle 90 name [locked] x 3360 y 466 angle 90 name [locked] x 3320 y 306 angle 90 name [locked] x 3208 y 146 angle 0 x 958 y 2226 angle 0 name [locked] x 1076 y 414 angle 0 name [locked] x 1076 y 1004 angle 0 name [locked] x 1076 y 914 angle 0 name [locked] x 1076 y 504 italicAngle 0 openTypeHeadCreated 2019/04/07 17:18:29 openTypeNameDesigner Aaron Bell openTypeNameDesignerURL http://sajatypeworks.com openTypeNameLicense Microsoft supplied font. You may use this font to create, display, and print content as permitted by the license terms or terms of use, of the Microsoft product, service, or content in which this font was included. You may only (i) embed this font in content as permitted by the embedding restrictions included in this font; and (ii) temporarily download this font to a printer or other output device to help print content. Any other use is prohibited. The following license, based on the SIL Open Font license (https://scripts.sil.org/OFL), applies to this font. Additional license terms may be found on the GitHub repository for this font (https://github.com/microsoft/cascadia-code/blob/main/LICENSE). Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. openTypeNameLicenseURL https://scripts.sil.org/OFL openTypeNameManufacturer Saja Typeworks openTypeNameManufacturerURL http://sajatypeworks.com openTypeOS2Panose 2 11 6 9 2 0 0 2 0 4 openTypeOS2Selection 7 openTypeOS2Type openTypeOS2VendorID SAJA postscriptBlueValues -20 0 1060 1080 1420 1440 1500 1520 postscriptIsFixedPitch postscriptOtherBlues -480 -460 postscriptStemSnapH 200 210 212 220 postscriptStemSnapV 190 180 postscriptUnderlinePosition -100 postscriptUnderlineThickness 50 styleMapFamilyName Cascadia Code styleMapStyleName regular styleName ExtraLight trademark Cascadia Code is a trademark of the Microsoft group of companies. unitsPerEm 2048 versionMajor 4 versionMinor 300 xHeight 1060 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/000077500000000000000000000000001401101653000300205ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/A_lpha-latin.glif000066400000000000000000000012021401101653000331470ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/G_stroke.glif000066400000000000000000000030311401101653000324350ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/N_hookleft.glif000066400000000000000000000012311401101653000327500ustar00rootroot00000000000000 U_psilonafrican.glif000066400000000000000000000032001401101653000337130ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background asterisk_parenright.liga.glif000066400000000000000000000016611401101653000355730ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background bar_bar_equal_middle.seq.glif000066400000000000000000000010321401101653000354640ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background bar_bar_hyphen_start.seq.glif000066400000000000000000000010321401101653000355470ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/be-cy.glif000066400000000000000000000031621401101653000316640ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/contents.plist000066400000000000000000000077011401101653000327370ustar00rootroot00000000000000 Alpha-latin A_lpha-latin.glif Gstroke G_stroke.glif Nhookleft N_hookleft.glif Upsilonafrican U_psilonafrican.glif asterisk_parenright.liga asterisk_parenright.liga.glif bar_bar_equal_middle.seq bar_bar_equal_middle.seq.glif bar_bar_hyphen_start.seq bar_bar_hyphen_start.seq.glif be-cy be-cy.glif d d.glif dcaron.alt dcaron.alt.glif degree degree.glif g g.glif gheupturn-cy gheupturn-cy.glif glottalstopmod glottalstopmod.glif gravecomb.case gravecomb.case.glif greater.alt greater.alt.glif greater.center greater.center.glif greater_greater_equal_end.seq greater_greater_equal_end.seq.glif greater_greater_equal_middle.seq greater_greater_equal_middle.seq.glif greater_greater_equal_start.seq greater_greater_equal_start.seq.glif greater_greater_hyphen_end.seq greater_greater_hyphen_end.seq.glif greater_greater_hyphen_middle.seq greater_greater_hyphen_middle.seq.glif greater_greater_hyphen_start.seq greater_greater_hyphen_start.seq.glif idotless idotless.glif ka-cy ka-cy.glif kadescender-cy kadescender-cy.glif kaiSymbol kaiS_ymbol.glif kappa kappa.glif less_less_equal_end.seq less_less_equal_end.seq.glif less_less_equal_middle.seq less_less_equal_middle.seq.glif less_less_equal_start.seq less_less_equal_start.seq.glif less_less_hyphen_end.seq less_less_hyphen_end.seq.glif less_less_hyphen_middle.seq less_less_hyphen_middle.seq.glif macroncomb macroncomb.glif nhookleft nhookleft.glif nine nine.glif numbersign_middle.seq numbersign_middle.seq.glif numbersign_underscore_parenleft.liga numbersign_underscore_parenleft.liga.glif p p.glif parenleft_asterisk.liga parenleft_asterisk.liga.glif period_hyphen.liga period_hyphen.liga.glif quotedblbase quotedblbase.glif quoteleft quoteleft.glif quoteright quoteright.glif rho rho.glif slash_slash_equal_end.seq slash_slash_equal_end.seq.glif slash_slash_equal_middle.seq slash_slash_equal_middle.seq.glif slash_slash_equal_start.seq slash_slash_equal_start.seq.glif tau tau.glif tse-cy.loclBGR tse-cy.loclB_G_R_.glif upsilon-latin upsilon-latin.glif cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/d.glif000066400000000000000000000027021401101653000311070ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/dcaron.alt.glif000066400000000000000000000031611401101653000327110ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/degree.glif000066400000000000000000000021521401101653000321160ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/g.glif000066400000000000000000000031521401101653000311120ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/gheupturn-cy.glif000066400000000000000000000011241401101653000333130ustar00rootroot00000000000000 glottalstopmod.glif000066400000000000000000000025441401101653000336650ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background gravecomb.case.glif000066400000000000000000000004771401101653000334730ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/greater.alt.glif000066400000000000000000000007441401101653000331000ustar00rootroot00000000000000 greater.center.glif000066400000000000000000000007511401101653000335170ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background greater_greater_equal_end.seq.glif000066400000000000000000000015671401101653000365630ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background greater_greater_equal_middle.seq.glif000066400000000000000000000015721401101653000372470ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background greater_greater_equal_start.seq.glif000066400000000000000000000015671401101653000371520ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background greater_greater_hyphen_end.seq.glif000066400000000000000000000015701401101653000367410ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background greater_greater_hyphen_middle.seq.glif000066400000000000000000000015731401101653000374340ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background greater_greater_hyphen_start.seq.glif000066400000000000000000000015701401101653000373300ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/idotless.glif000066400000000000000000000016061401101653000325140ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/ka-cy.glif000066400000000000000000000016611401101653000316730ustar00rootroot00000000000000 kadescender-cy.glif000066400000000000000000000043601401101653000334700ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/kaiS_ymbol.glif000066400000000000000000000016231401101653000327560ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/kappa.glif000066400000000000000000000016611401101653000317630ustar00rootroot00000000000000 less_less_equal_end.seq.glif000066400000000000000000000015611401101653000354070ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background less_less_equal_middle.seq.glif000066400000000000000000000015641401101653000361020ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background less_less_equal_start.seq.glif000066400000000000000000000015531401101653000357770ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background less_less_hyphen_end.seq.glif000066400000000000000000000015621401101653000355740ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background less_less_hyphen_middle.seq.glif000066400000000000000000000015651401101653000362670ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/macroncomb.glif000066400000000000000000000004751401101653000330110ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/nhookleft.glif000066400000000000000000000012331401101653000326530ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/nine.glif000066400000000000000000000031311401101653000316120ustar00rootroot00000000000000 numbersign_middle.seq.glif000066400000000000000000000016371401101653000350710ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background numbersign_underscore_parenleft.liga.glif000066400000000000000000000016751401101653000401720ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/p.glif000066400000000000000000000035731401101653000311320ustar00rootroot00000000000000 parenleft_asterisk.liga.glif000066400000000000000000000016461401101653000354130ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background period_hyphen.liga.glif000066400000000000000000000005031401101653000343520ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/quotedblbase.glif000066400000000000000000000016101401101653000333330ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/quoteleft.glif000066400000000000000000000012031401101653000326670ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/quoteright.glif000066400000000000000000000032641401101653000330630ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/rho.glif000066400000000000000000000027101401101653000314530ustar00rootroot00000000000000 slash_slash_equal_end.seq.glif000066400000000000000000000010351401101653000357130ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background slash_slash_equal_middle.seq.glif000066400000000000000000000010401401101653000363770ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background slash_slash_equal_start.seq.glif000066400000000000000000000010361401101653000363030ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background/tau.glif000066400000000000000000000026001401101653000314520ustar00rootroot00000000000000 tse-cy.loclB_G_R_.glif000066400000000000000000000025231401101653000337320ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background upsilon-latin.glif000066400000000000000000000031611401101653000334030ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/000077500000000000000000000000001401101653000244255ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_-cy.glif000066400000000000000000000004561401101653000262250ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_.glif000066400000000000000000000016761401101653000256210ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_.half.glif000066400000000000000000000014511401101653000265210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_E_.glif000066400000000000000000000032211401101653000260510ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_E_acute.glif000066400000000000000000000007261401101653000271020ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_acute.glif000066400000000000000000000007231401101653000266330ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_breve.glif000066400000000000000000000007061401101653000266360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_breveacute.glif000066400000000000000000000010151401101653000276520ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_brevedotbelow.glif000066400000000000000000000007661401101653000304040ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_brevegrave.glif000066400000000000000000000010161401101653000276560ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_brevehookabove.glif000066400000000000000000000010101401101653000305210ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_brevetilde.glif000066400000000000000000000010151401101653000276520ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_caron.glif000066400000000000000000000007061401101653000266350ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflex.glif000066400000000000000000000007351401101653000276760ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflexacute.glif000066400000000000000000000015331401101653000307150ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name acutecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflexdotbelow.glif000066400000000000000000000010151401101653000314260ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflexgrave.glif000066400000000000000000000015331401101653000307200ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name gravecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflexhookabove.glif000066400000000000000000000015471401101653000315760ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name hookabovecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_circumflextilde.glif000066400000000000000000000010441401101653000307120ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_dieresis.glif000066400000000000000000000007141401101653000273410ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_dotbelow.glif000066400000000000000000000007121401101653000273470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_grave.glif000066400000000000000000000007241401101653000266370ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_hookabove.glif000066400000000000000000000007161401101653000275110ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_lpha-latin.glif000066400000000000000000000037451401101653000275720ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_lpha.glif000066400000000000000000000004571401101653000264620ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_lphatonos.glif000066400000000000000000000017671401101653000275520ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_macron.glif000066400000000000000000000007101401101653000270050ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_ogonek.glif000066400000000000000000000024671401101653000270230ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_ring.glif000066400000000000000000000007041401101653000264700ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_ringacute.glif000066400000000000000000000014371401101653000275160ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name acutecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_small.glif000066400000000000000000000017021401101653000266400ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_stroke.glif000066400000000000000000000017171401101653000270450ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/A_tilde.glif000066400000000000000000000007231401101653000266330ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/B_.glif000066400000000000000000000044351401101653000256160ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/B_.half.glif000066400000000000000000000042421401101653000265230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/B_e-cy.glif000066400000000000000000000026211401101653000263670ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/B_eta.glif000066400000000000000000000004041401101653000263000ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_.glif000066400000000000000000000025641401101653000256200ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_.half.glif000066400000000000000000000023701401101653000265240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_R_.glif000066400000000000000000000002301401101653000260650ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_acute.glif000066400000000000000000000006521401101653000266360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_acute.loclP_L_K_.glif000066400000000000000000000006421401101653000305710ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_caron.glif000066400000000000000000000006511401101653000266360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_cedilla.glif000066400000000000000000000006531401101653000271330ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_circumflex.glif000066400000000000000000000006631401101653000277000ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_dotaccent.glif000066400000000000000000000006611401101653000275010ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_he-cy.glif000066400000000000000000000017401401101653000265410ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_hedescender-cy.glif000066400000000000000000000007371401101653000304230ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_hi.glif000066400000000000000000000004031401101653000261270ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/C_stroke.glif000066400000000000000000000011111401101653000270330ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_.glif000066400000000000000000000025441401101653000256170ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_.half.glif000066400000000000000000000023051401101653000265230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_caron.glif000066400000000000000000000007241401101653000266400ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_croat.glif000066400000000000000000000006411401101653000266440ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_e-cy.glif000066400000000000000000000032171401101653000263730ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_e-cy.loclB_G_R_.glif000066400000000000000000000022441401101653000303120ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_elta.glif000066400000000000000000000014421401101653000264610ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_je-cy.glif000066400000000000000000000024401401101653000265420ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_ze-cy.glif000066400000000000000000000004061401101653000265620ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/D_zhe-cy.glif000066400000000000000000000020131401101653000267260ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_-cy.glif000066400000000000000000000027161401101653000262320ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_.glif000066400000000000000000000023221401101653000256120ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_.half.glif000066400000000000000000000020161401101653000265230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_acute.glif000066400000000000000000000007761401101653000266470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_breve.glif000066400000000000000000000007761401101653000266510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_caron.glif000066400000000000000000000007761401101653000266500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflex.glif000066400000000000000000000010101401101653000276650ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflexacute.glif000066400000000000000000000016061401101653000307220ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name acutecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflexdotbelow.glif000066400000000000000000000011051401101653000314320ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflexgrave.glif000066400000000000000000000016061401101653000307250ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name gravecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflexhookabove.glif000066400000000000000000000016221401101653000315740ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name hookabovecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_circumflextilde.glif000066400000000000000000000011171401101653000307170ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_dieresis.glif000066400000000000000000000010041401101653000273360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_dotaccent.glif000066400000000000000000000010061401101653000274750ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_dotbelow.glif000066400000000000000000000010021401101653000273440ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_f-cy.glif000066400000000000000000000034211401101653000263720ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_f-cy.loclB_G_R_.glif000066400000000000000000000033741401101653000303210ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_grave.glif000066400000000000000000000007771401101653000266530ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_hookabove.glif000066400000000000000000000010061401101653000275060ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_l-cy.glif000066400000000000000000000020621401101653000264000ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_l-cy.loclB_G_R_.glif000066400000000000000000000011151401101653000303160ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_m-cy.glif000066400000000000000000000004051401101653000264000ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_macron.glif000066400000000000000000000010001401101653000270020ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_n-cy.glif000066400000000000000000000005321401101653000264020ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_ndescender-cy.glif000066400000000000000000000010641401101653000302600ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_ng.glif000066400000000000000000000017211401101653000261410ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_ogonek.glif000066400000000000000000000025311401101653000270170ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_open.glif000066400000000000000000000040411401101653000264740ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_psilon.glif000066400000000000000000000005341401101653000270420ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_psilontonos.glif000066400000000000000000000023411401101653000301230ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_r-cy.glif000066400000000000000000000004051401101653000264050ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_reversed-cy.glif000066400000000000000000000027301401101653000277660ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_reversed.glif000066400000000000000000000023401401101653000273520ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_s-cy.glif000066400000000000000000000004051401101653000264060ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_sh.glif000066400000000000000000000005661401101653000261550ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_ta.glif000066400000000000000000000005301401101653000261360ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_tatonos.glif000066400000000000000000000020221401101653000272170ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_th.glif000066400000000000000000000011461401101653000261510ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_tilde.glif000066400000000000000000000007761401101653000266470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/E_zh.glif000066400000000000000000000030221401101653000261520ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/F_.glif000066400000000000000000000016701401101653000256200ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/F_.half.glif000066400000000000000000000015131401101653000265250ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_.glif000066400000000000000000000034071401101653000256210ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_.half.glif000066400000000000000000000032111401101653000265230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_amma.glif000066400000000000000000000004111401101653000264450ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_ammaafrican.glif000066400000000000000000000035771401101653000300110ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_breve.glif000066400000000000000000000006511401101653000266430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_caron.glif000066400000000000000000000006511401101653000266420ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_circumflex.glif000066400000000000000000000006631401101653000277040ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_commaaccent.glif000066400000000000000000000006631401101653000300150ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_dotaccent.glif000066400000000000000000000006611401101653000275050ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_e-cy.glif000066400000000000000000000012011401101653000263650ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_ermandbls.glif000066400000000000000000000037601401101653000275130ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_hestroke-cy.glif000066400000000000000000000007271401101653000300010ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_heupturn-cy.glif000066400000000000000000000015271401101653000300260ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_je-cy.glif000066400000000000000000000004761401101653000265540ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_small.glif000066400000000000000000000034101401101653000266440ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/G_stroke.glif000066400000000000000000000034141401101653000270470ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_.glif000066400000000000000000000020071401101653000256150ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_.half.glif000066400000000000000000000015071401101653000265320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_a-cy.glif000066400000000000000000000004051401101653000263670ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_adescender-cy.glif000066400000000000000000000007371401101653000302540ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_ardsign-cy.glif000066400000000000000000000026251401101653000276040ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_bar.glif000066400000000000000000000012301401101653000262770ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_caron.glif000066400000000000000000000007611401101653000266450ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_circumflex.glif000066400000000000000000000010101401101653000276700ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/H_dotbelow.glif000066400000000000000000000007651401101653000273660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_-cy.glif000066400000000000000000000005301401101653000262260ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_.glif000066400000000000000000000020101401101653000256100ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_.half.glif000066400000000000000000000015051401101653000265310ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_J_.glif000066400000000000000000000034521401101653000260740ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_a-cy.glif000066400000000000000000000043361401101653000263770ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_acute.glif000066400000000000000000000007751401101653000266520ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_acute_J_.loclN_L_D_.glif000066400000000000000000000017441401101653000312020ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 1 name acutecomb.case alignment -1 index 2 name acutecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_breve.glif000066400000000000000000000007601401101653000266460ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_circumflex.glif000066400000000000000000000010071401101653000276770ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_dieresis.glif000066400000000000000000000007661401101653000273600ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_dotaccent.glif000066400000000000000000000007701401101653000275100ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_dotbelow.glif000066400000000000000000000007641401101653000273660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_e-cy.glif000066400000000000000000000005321401101653000263750ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_egrave-cy.glif000066400000000000000000000006301401101653000274210ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_grave.glif000066400000000000000000000007761401101653000266560ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_hookabove.glif000066400000000000000000000007701401101653000275210ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_i-cy.glif000066400000000000000000000017601401101653000264050ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_igrave-cy.glif000066400000000000000000000005031401101653000274240ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_ishort-cy.glif000066400000000000000000000004701401101653000274620ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_macron-cy.glif000066400000000000000000000004661401101653000274360ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_macron.glif000066400000000000000000000007621401101653000270240ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_o-cy.glif000066400000000000000000000006251401101653000264120ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_ogonek.glif000066400000000000000000000025221401101653000270230ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_ota.glif000066400000000000000000000005301401101653000263210ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_otaafrican.glif000066400000000000000000000007211401101653000276470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_otadieresis.glif000066400000000000000000000006151401101653000300550ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_otatonos.glif000066400000000000000000000020251401101653000274050ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_small.glif000066400000000000000000000016671401101653000266620ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_tilde.glif000066400000000000000000000007751401101653000266520ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/I_u-cy.glif000066400000000000000000000031741401101653000264220ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/J_.glif000066400000000000000000000023151401101653000256210ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/J_circumflex.glif000066400000000000000000000006641401101653000277100ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/J_e-cy.glif000066400000000000000000000004051401101653000263750ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_.glif000066400000000000000000000020621401101653000256210ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_.half.glif000066400000000000000000000017051401101653000265350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_a-cy.glif000066400000000000000000000044421401101653000263770ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_acute.glif000066400000000000000000000006511401101653000266450ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_adescender-cy.glif000066400000000000000000000047701401101653000302600ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_aiS_ymbol.glif000066400000000000000000000024611401101653000274630ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_appa.glif000066400000000000000000000004051401101653000264620ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_commaaccent.glif000066400000000000000000000006631401101653000300210ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_dotbelow.glif000066400000000000000000000006551401101653000273670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_je-cy.glif000066400000000000000000000004761401101653000265600ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/K_linebelow.glif000066400000000000000000000006611401101653000275250ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_.glif000066400000000000000000000014751401101653000256310ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_.half.glif000066400000000000000000000011741401101653000265360ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_I_G_.glif000066400000000000000000000002011401101653000263310ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_acute.glif000066400000000000000000000010031401101653000266360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_ambda.glif000066400000000000000000000004221401101653000266050ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_bar.glif000066400000000000000000000012271401101653000263110ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_caron.glif000066400000000000000000000012351401101653000266460ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_commaaccent.glif000066400000000000000000000010131401101653000300100ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_dot.glif000066400000000000000000000007621401101653000263360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_dotbelow.glif000066400000000000000000000010051401101653000273560ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_je-cy.glif000066400000000000000000000035021401101653000265520ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_linebelow.glif000066400000000000000000000010111401101653000275140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_middletilde.glif000066400000000000000000000040651401101653000300300ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_slash.glif000066400000000000000000000020121401101653000266500ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/L_small.glif000066400000000000000000000015021401101653000266510ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/M_.glif000066400000000000000000000027331401101653000256300ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/M_.half.glif000066400000000000000000000025501401101653000265360ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/M_u.glif000066400000000000000000000004021401101653000260040ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_.glif000066400000000000000000000021341401101653000256240ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_.half.glif000066400000000000000000000017571401101653000265470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_acute.glif000066400000000000000000000006511401101653000266500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_acute.loclP_L_K_.glif000066400000000000000000000006411401101653000306030ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_caron.glif000066400000000000000000000006341401101653000266520ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_commaaccent.glif000066400000000000000000000006461401101653000300250ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_hookleft.glif000066400000000000000000000016521401101653000273640ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_je-cy.glif000066400000000000000000000032531401101653000265570ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_linebelow.glif000066400000000000000000000006441401101653000275310ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_tilde.glif000066400000000000000000000006511401101653000266500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/N_u.glif000066400000000000000000000004021401101653000260050ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_-cy.glif000066400000000000000000000006611401101653000262410ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_.glif000066400000000000000000000030051401101653000256230ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_.half.glif000066400000000000000000000023331401101653000265370ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_E_.glif000066400000000000000000000041311401101653000260700ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_acute.glif000066400000000000000000000011261401101653000266470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_acute.loclP_L_K_.glif000066400000000000000000000011161401101653000306020ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_barred-cy.glif000066400000000000000000000012021401101653000274110ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_breve.glif000066400000000000000000000011111401101653000266430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflex.glif000066400000000000000000000011401401101653000277030ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflexacute.glif000066400000000000000000000017361401101653000307400ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name acutecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflexdotbelow.glif000066400000000000000000000012201401101653000314420ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflexgrave.glif000066400000000000000000000017361401101653000307430ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name gravecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflexhookabove.glif000066400000000000000000000017521401101653000316120ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name hookabovecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_circumflextilde.glif000066400000000000000000000012471401101653000307350ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_dieresis.glif000066400000000000000000000011171401101653000273550ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_dotbelow.glif000066400000000000000000000011151401101653000273630ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_grave.glif000066400000000000000000000011271401101653000266530ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hm.glif000066400000000000000000000005661401101653000261610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hookabove.glif000066400000000000000000000011211401101653000275160ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_horn.glif000066400000000000000000000011251401101653000265130ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hornacute.glif000066400000000000000000000011361401101653000275370ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_horndotbelow.glif000066400000000000000000000011251401101653000302530ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_horngrave.glif000066400000000000000000000011371401101653000275430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hornhookabove.glif000066400000000000000000000011311401101653000304060ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_horntilde.glif000066400000000000000000000011361401101653000275370ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_hungarumlaut.glif000066400000000000000000000011271401101653000302630ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_macron.glif000066400000000000000000000011131401101653000270210ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_macronacute.glif000066400000000000000000000012221401101653000300440ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_macrongrave.glif000066400000000000000000000012231401101653000300500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_mega.glif000066400000000000000000000033451401101653000264640ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_megatonos.glif000066400000000000000000000036661401101653000275550ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_micron.glif000066400000000000000000000006641401101653000270430ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_microntonos.glif000066400000000000000000000026741401101653000301310ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_ogonek.glif000066400000000000000000000026551401101653000270400ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_open.glif000066400000000000000000000025731401101653000265160ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_slash.glif000066400000000000000000000013621401101653000266620ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_slashacute.glif000066400000000000000000000011401401101653000276760ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/O_tilde.glif000066400000000000000000000011261401101653000266470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_.glif000066400000000000000000000025031401101653000256260ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_.half.glif000066400000000000000000000023161401101653000265410ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_alochka-cy.glif000066400000000000000000000005371401101653000275670ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_e-cy.glif000066400000000000000000000015101401101653000264010ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_hi.glif000066400000000000000000000004071401101653000261500ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_i.glif000066400000000000000000000004061401101653000257770ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/P_si.glif000066400000000000000000000026301401101653000261630ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Q_.glif000066400000000000000000000025671401101653000256410ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name O public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Q_.half.glif000066400000000000000000000021541401101653000265420ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name O.half public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_.glif000066400000000000000000000030101401101653000256220ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_.half.glif000066400000000000000000000026231401101653000265440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_acute.glif000066400000000000000000000006511401101653000266540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_caron.glif000066400000000000000000000006521401101653000266560ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_commaaccent.glif000066400000000000000000000006631401101653000300300ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_dotbelow.glif000066400000000000000000000006551401101653000273760ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/R_ho.glif000066400000000000000000000004031401101653000261540ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_.glif000066400000000000000000000037001401101653000256310ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_.half.glif000066400000000000000000000035061401101653000265460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_acute.glif000066400000000000000000000006511401101653000266550ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_acute.loclP_L_K_.glif000066400000000000000000000006411401101653000306100ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_caron.glif000066400000000000000000000006511401101653000266560ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_cedilla.glif000066400000000000000000000006531401101653000271530ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_chwa-cy.glif000066400000000000000000000004141401101653000271040ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_chwa.glif000066400000000000000000000034661401101653000265050ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_circumflex.glif000066400000000000000000000006631401101653000277200ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_commaaccent.glif000066400000000000000000000006631401101653000300310ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_dotbelow.glif000066400000000000000000000006551401101653000273770ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_ha-cy.glif000066400000000000000000000020101401101653000265440ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_hcha-cy.glif000066400000000000000000000023271401101653000270720ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_hha-cy.glif000066400000000000000000000017321401101653000267260ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_igma.glif000066400000000000000000000016361401101653000264750ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/S_oftsign-cy.glif000066400000000000000000000023071401101653000276360ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_.glif000066400000000000000000000014311401101653000256310ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_.half.glif000066400000000000000000000012001401101653000265340ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_au.glif000066400000000000000000000004551401101653000261640ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_bar.glif000066400000000000000000000011531401101653000263170ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_caron.glif000066400000000000000000000007061401101653000266600ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_cedilla.glif000066400000000000000000000007251401101653000271540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_commaaccent.glif000066400000000000000000000007351401101653000300320ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_diagonalstroke.glif000066400000000000000000000011741401101653000305640ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_e-cy.glif000066400000000000000000000004571401101653000264160ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_heta.glif000066400000000000000000000011751401101653000265000ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_horn.glif000066400000000000000000000025061401101653000265240ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_linebelow.glif000066400000000000000000000007331401101653000275360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_se-cy.glif000066400000000000000000000020161401101653000265720ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/T_she-cy.glif000066400000000000000000000022451401101653000267460ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_-cy.glif000066400000000000000000000017001401101653000262420ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_.glif000066400000000000000000000023121401101653000256310ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_.half.glif000066400000000000000000000020011401101653000265350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_acute.glif000066400000000000000000000010011401101653000266450ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_breve.glif000066400000000000000000000007641401101653000266660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_circumflex.glif000066400000000000000000000010131401101653000277100ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_dieresis.glif000066400000000000000000000007721401101653000273710ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_dotbelow.glif000066400000000000000000000007701401101653000273770ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_grave.glif000066400000000000000000000010021401101653000266510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_hookabove.glif000066400000000000000000000007741401101653000275410ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_horn.glif000066400000000000000000000016301401101653000265220ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_hornacute.glif000066400000000000000000000010111401101653000275350ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_horndotbelow.glif000066400000000000000000000010001401101653000302510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_horngrave.glif000066400000000000000000000010121401101653000275410ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_hornhookabove.glif000066400000000000000000000010041401101653000304130ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_horntilde.glif000066400000000000000000000010111401101653000275350ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_hungarumlaut.glif000066400000000000000000000010021401101653000302610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_macron-cy.glif000066400000000000000000000005551401101653000274510ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_macron.glif000066400000000000000000000007661401101653000270440ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_ogonek.glif000066400000000000000000000025301401101653000270360ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_psilon.glif000066400000000000000000000004621401101653000270620ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_psilonafrican.glif000066400000000000000000000035731401101653000304140ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_psilondieresis.glif000066400000000000000000000005521401101653000306120ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_psilontonos.glif000066400000000000000000000017751401101653000301550ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_ring.glif000066400000000000000000000007621401101653000265200ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_short-cy.glif000066400000000000000000000005561401101653000273320ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_straight-cy.glif000066400000000000000000000004671401101653000300210ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_straightstroke-cy.glif000066400000000000000000000010061401101653000312370ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/U_tilde.glif000066400000000000000000000010011401101653000266450ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_.glif000066400000000000000000000013151401101653000256340ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_.half.glif000066400000000000000000000011421401101653000265430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_e-cy.glif000066400000000000000000000004051401101653000264110ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_hook.glif000066400000000000000000000030651401101653000265210ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/V_turned.glif000066400000000000000000000006021401101653000270540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_.glif000066400000000000000000000023541401101653000256410ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_acute.glif000066400000000000000000000006511401101653000266610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_circumflex.glif000066400000000000000000000006631401101653000277240ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_dieresis.glif000066400000000000000000000006421401101653000273670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/W_grave.glif000066400000000000000000000006521401101653000266650ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/X_.glif000066400000000000000000000016251401101653000256420ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/X_.half.glif000066400000000000000000000014501401101653000265470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/X_i.glif000066400000000000000000000015071401101653000260120ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_.glif000066400000000000000000000017031401101653000256400ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_.half.glif000066400000000000000000000014551401101653000265550ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_acute.glif000066400000000000000000000007241401101653000266640ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_circumflex.glif000066400000000000000000000007361401101653000277270ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_dieresis.glif000066400000000000000000000007151401101653000273720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_dotbelow.glif000066400000000000000000000007131401101653000274000ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_eru-cy.glif000066400000000000000000000026111401101653000267640ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_grave.glif000066400000000000000000000007251401101653000266700ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_hookabove.glif000066400000000000000000000007171401101653000275420ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_i-cy.glif000066400000000000000000000006031401101653000264200ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_macron.glif000066400000000000000000000007111401101653000270360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Y_tilde.glif000066400000000000000000000007241401101653000266640ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_.glif000066400000000000000000000017411401101653000256430ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_acute.glif000066400000000000000000000007231401101653000266640ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_acute.loclP_L_K_.glif000066400000000000000000000007131401101653000306170ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_caron.glif000066400000000000000000000007061401101653000266660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_dotaccent.glif000066400000000000000000000007161401101653000275310ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_e-cy.glif000066400000000000000000000036561401101653000264300ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_eta.glif000066400000000000000000000004561401101653000263370ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_he-cy.glif000066400000000000000000000102031401101653000265620ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/Z_hedescender-cy.glif000066400000000000000000000105311401101653000304430ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/_notdef.glif000066400000000000000000000020331401101653000267040ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/a-cy.glif000066400000000000000000000004561401101653000261260ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/a.glif000066400000000000000000000043441401101653000255150ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/aacute.glif000066400000000000000000000007161401101653000265360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/abreve.glif000066400000000000000000000007171401101653000265410ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/abreveacute.glif000066400000000000000000000010211401101653000275500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/abrevedotbelow.glif000066400000000000000000000007771401101653000303070ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/abrevegrave.glif000066400000000000000000000010221401101653000275540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/abrevehookabove.glif000066400000000000000000000010141401101653000304260ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/abrevetilde.glif000066400000000000000000000010221401101653000275510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/acaron.glif000066400000000000000000000007171401101653000265400ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflex.glif000066400000000000000000000007311401101653000275730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflexacute.glif000066400000000000000000000015151401101653000306160ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name acutecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflexdotbelow.glif000066400000000000000000000010111401101653000313230ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflexgrave.glif000066400000000000000000000015151401101653000306210ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name gravecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflexhookabove.glif000066400000000000000000000015311401101653000314700ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name hookabovecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/acircumflextilde.glif000066400000000000000000000010341401101653000306120ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/acknowledgeC_ontrol.glif000066400000000000000000000017441401101653000312610ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name A.half alignment -1 index 1 name K.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/acknowledgeC_ontrol.ss20.glif000066400000000000000000000013371401101653000320450ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/acute.glif000066400000000000000000000004571401101653000263770ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutecomb.case.glif000066400000000000000000000012041401101653000301410ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutecomb.case.loclP_L_K_.glif000066400000000000000000000011361401101653000321010ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutecomb.glif000066400000000000000000000011511401101653000272300ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutecomb.loclP_L_K_.glif000066400000000000000000000011311401101653000311620ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/acutetonecomb.glif000066400000000000000000000005611401101653000301220ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/adieresis.glif000066400000000000000000000007251401101653000272440ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/adotbelow.glif000066400000000000000000000007121401101653000272500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ae.glif000066400000000000000000000064371401101653000256670ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/aeacute.glif000066400000000000000000000006461401101653000267050ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/agrave.glif000066400000000000000000000007171401101653000265420ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ahookabove.glif000066400000000000000000000007111401101653000274050ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/alpha-latin.glif000066400000000000000000000005761401101653000274720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/alpha.glif000066400000000000000000000040131401101653000263530ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/alphatonos.glif000066400000000000000000000006501401101653000274410ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/amacron.glif000066400000000000000000000007211401101653000267100ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ampersand.glif000066400000000000000000000040521401101653000272430ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ampersand_ampersand.liga.glif000066400000000000000000000075561401101653000322240ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/anoteleia.glif000066400000000000000000000004761401101653000272400ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/aogonek.glif000066400000000000000000000024621401101653000267170ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/apostrophemod.glif000066400000000000000000000004621401101653000301560ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/approxequal.glif000066400000000000000000000005661401101653000276400ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/aring.glif000066400000000000000000000007151401101653000263730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/aringacute.glif000066400000000000000000000014771401101653000274230ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 2 name acutecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciicircum.glif000066400000000000000000000012141401101653000275610ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciicircum_equal.liga.glif000066400000000000000000000020311401101653000316610ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde.glif000066400000000000000000000030071401101653000274020ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_asciitilde.liga.glif000066400000000000000000000047251401101653000325170ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 asciitilde_asciitilde_greater.liga.glif000066400000000000000000000052231401101653000341430ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_at.liga.glif000066400000000000000000000077121401101653000310100ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_equal.liga.glif000066400000000000000000000005421401101653000315050ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_greater.liga.glif000066400000000000000000000033041401101653000320260ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/asciitilde_hyphen.liga.glif000066400000000000000000000033141401101653000316710ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk.glif000066400000000000000000000024011401101653000271120ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_asterisk.liga.glif000066400000000000000000000005441401101653000317400ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 asterisk_asterisk_asterisk.liga.glif000066400000000000000000000006531401101653000335670ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_greater.liga.glif000066400000000000000000000005421401101653000315420ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_parenright.liga.glif000066400000000000000000000021541401101653000322550ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/asterisk_slash.liga.glif000066400000000000000000000005361401101653000312260ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/at.glif000066400000000000000000000055241401101653000257020ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/atilde.glif000066400000000000000000000007171401101653000265370ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/b.glif000066400000000000000000000031351401101653000255130ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/backslash.glif000066400000000000000000000007361401101653000272310ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/backslash_backslash.liga.glif000066400000000000000000000005511401101653000321520ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/backslash_slash.liga.glif000066400000000000000000000005401401101653000313270ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/backspaceC_ontrol.glif000066400000000000000000000017421401101653000307100ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name B.half alignment -1 index 1 name S.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/backspaceC_ontrol.ss20.glif000066400000000000000000000021621401101653000314730ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/baht.B_R_A_C_K_E_T_.600.glif000066400000000000000000000014161401101653000310170ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs._originalLayerName [600] public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/baht.glif000066400000000000000000000011031401101653000262010ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar.glif000066400000000000000000000007301401101653000260340ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar.liga.glif000066400000000000000000000005211401101653000275710ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_bar.liga.glif000066400000000000000000000005621401101653000304220ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_bar_greater.liga.glif000066400000000000000000000015211401101653000321270ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_equal_end.seq.glif000066400000000000000000000013531401101653000314660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_equal_middle.seq.glif000066400000000000000000000022121401101653000321510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_equal_start.seq.glif000066400000000000000000000013651401101653000320600ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_greater.liga.glif000066400000000000000000000014571401101653000313130ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_hyphen_end.seq.glif000066400000000000000000000010411401101653000316440ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_hyphen_middle.seq.glif000066400000000000000000000013611401101653000323410ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bar_hyphen_start.seq.glif000066400000000000000000000010471401101653000322410ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_braceright.liga.glif000066400000000000000000000046171401101653000311510ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_bracketright.liga.glif000066400000000000000000000016411401101653000315020ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_equal_end.seq.glif000066400000000000000000000012561401101653000306440ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_equal_middle.seq.glif000066400000000000000000000005061401101653000313310ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_equal_start.seq.glif000066400000000000000000000012641401101653000312320ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_greater.liga.glif000066400000000000000000000013561401101653000304650ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_hyphen_end.seq.glif000066400000000000000000000007441401101653000310310ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_hyphen_middle.seq.glif000066400000000000000000000005101401101653000315100ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_hyphen_start.seq.glif000066400000000000000000000007501401101653000314150ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bar_underscore_middle.seq.glif000066400000000000000000000010521401101653000323700ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/be-cy.glif000066400000000000000000000033611401101653000262720ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/be-cy.loclS_R_B_.glif000066400000000000000000000035401401101653000302250ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bellC_ontrol.glif000066400000000000000000000017351401101653000277140ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name B.half alignment -1 index 1 name L.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bellC_ontrol.ss20.glif000066400000000000000000000025111401101653000304730ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/beta.glif000066400000000000000000000052131401101653000262040ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackC_ircle.glif000066400000000000000000000014501401101653000276250ustar00rootroot00000000000000 H18533 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackD_iamond.glif000066400000000000000000000007651401101653000300070ustar00rootroot00000000000000 uni25C6 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackH_exagon.glif000066400000000000000000000011161401101653000300140ustar00rootroot00000000000000 uni2B22 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackH_orizontalE_llipse.glif000066400000000000000000000014621401101653000322350ustar00rootroot00000000000000 uni2B2C public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackI_nW_hiteD_iamond.glif000066400000000000000000000011271401101653000315660ustar00rootroot00000000000000 uni25C8 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackL_argeC_ircle.glif000066400000000000000000000014531401101653000307420ustar00rootroot00000000000000 uni2B24 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackL_argeS_quare.glif000066400000000000000000000007711401101653000310030ustar00rootroot00000000000000 uni2B1B public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumD_iamond.glif000066400000000000000000000007741401101653000313070ustar00rootroot00000000000000 uni2B25 public.markColor 0.5,0.09,0.79,1 blackM_ediumD_ownT_riangleC_entred.glif000066400000000000000000000007361401101653000340530ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs uni2BC6 public.markColor 0.5,0.09,0.79,1 blackM_ediumL_eftT_riangleC_entred.glif000066400000000000000000000007351401101653000340350ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs uni2BC7 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackM_ediumL_ozenge.glif000066400000000000000000000007741401101653000313370ustar00rootroot00000000000000 uni2B27 public.markColor 0.5,0.09,0.79,1 blackM_ediumR_ightT_riangleC_entred.glif000066400000000000000000000007361401101653000342210ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs uni2BC8 public.markColor 0.5,0.09,0.79,1 blackM_ediumU_pT_riangleC_entred.glif000066400000000000000000000007321401101653000335240ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs uni2BC5 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackP_arallelogram.glif000066400000000000000000000007751401101653000312170ustar00rootroot00000000000000 uni25B0 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackP_entagon.glif000066400000000000000000000010411401101653000301730ustar00rootroot00000000000000 uni2B1F public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_mallD_iamond.glif000066400000000000000000000007721401101653000311350ustar00rootroot00000000000000 uni2B29 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_mallL_ozenge.glif000066400000000000000000000007731401101653000311660ustar00rootroot00000000000000 uni2B2A public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_mallS_quare.glif000066400000000000000000000007721401101653000310220ustar00rootroot00000000000000 H18543 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_milingF_ace.glif000066400000000000000000000045651401101653000307560ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackS_quare.glif000066400000000000000000000007701401101653000276700ustar00rootroot00000000000000 filledbox public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackV_erticalE_llipse.glif000066400000000000000000000014621401101653000316550ustar00rootroot00000000000000 uni2B2E public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackV_erticalR_ect.glif000066400000000000000000000007741401101653000311620ustar00rootroot00000000000000 uni25AE public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blackV_erysmallS_quare.glif000066400000000000000000000007751401101653000317330ustar00rootroot00000000000000 uni2B1D public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blank-braille.glif000066400000000000000000000004241401101653000277670ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blank.glif000066400000000000000000000017261401101653000263650ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/blankS_ymbol.glif000066400000000000000000000034771401101653000277170ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bottomH_alfB_lackC_ircle.glif000066400000000000000000000011361401101653000321040ustar00rootroot00000000000000 uni2BCB public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bottomH_alfB_lackD_iamond.glif000066400000000000000000000010571401101653000322600ustar00rootroot00000000000000 uni2B19 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleD_ownA_ndH_orizontal.glif000066400000000000000000000020601401101653000333320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleD_ownA_ndL_eft.glif000066400000000000000000000015351401101653000321010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleD_ownA_ndR_ight.glif000066400000000000000000000015421401101653000322620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleH_orizontal.glif000066400000000000000000000012601401101653000315620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleU_pA_ndH_orizontal.glif000066400000000000000000000020561401101653000330140ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleU_pA_ndL_eft.glif000066400000000000000000000015331401101653000315540ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleU_pA_ndR_ight.glif000066400000000000000000000015401401101653000317350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleV_ertical.glif000066400000000000000000000012621401101653000312040ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxD_oubleV_erticalA_ndH_orizontal.glif000066400000000000000000000026551401101653000341270ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleV_erticalA_ndL_eft.glif000066400000000000000000000020561401101653000327420ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_oubleV_erticalA_ndR_ight.glif000066400000000000000000000020631401101653000331230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxD_ownD_oubleA_ndH_orizontalS_ingle.glif000066400000000000000000000015161401101653000345610ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxD_ownD_oubleA_ndL_eftS_ingle.glif000066400000000000000000000013601401101653000333170ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxD_ownD_oubleA_ndR_ightS_ingle.glif000066400000000000000000000013631401101653000335050ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxD_ownH_eavyA_ndH_orizontalL_ight.glif000066400000000000000000000012361401101653000342500ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndL_eftL_ight.glif000066400000000000000000000011001401101653000330560ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxD_ownH_eavyA_ndL_eftU_pL_ight.glif000066400000000000000000000013601401101653000334530ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownH_eavyA_ndR_ightL_ight.glif000066400000000000000000000011031401101653000332440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxD_ownH_eavyA_ndR_ightU_pL_ight.glif000066400000000000000000000013631401101653000336410ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif000066400000000000000000000015161401101653000347150ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxD_ownL_ightA_ndH_orizontalH_eavy.glif000066400000000000000000000012361401101653000342500ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndL_eftH_eavy.glif000066400000000000000000000011001401101653000330560ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxD_ownL_ightA_ndL_eftU_pH_eavy.glif000066400000000000000000000013601401101653000334530ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxD_ownL_ightA_ndR_ightH_eavy.glif000066400000000000000000000011031401101653000332440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxD_ownL_ightA_ndR_ightU_pH_eavy.glif000066400000000000000000000013631401101653000336410ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif000066400000000000000000000015161401101653000347150ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxD_ownS_ingleA_ndH_orizontalD_ouble.glif000066400000000000000000000015531401101653000345620ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxD_ownS_ingleA_ndL_eftD_ouble.glif000066400000000000000000000013561401101653000333240ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxD_ownS_ingleA_ndR_ightD_ouble.glif000066400000000000000000000013631401101653000335050ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxH_eavyD_oubleD_ashH_orizontal.glif000066400000000000000000000012671401101653000336050ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_oubleD_ashV_ertical.glif000066400000000000000000000012651401101653000333020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_own.glif000066400000000000000000000007361401101653000302110ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_ownA_ndH_orizontal.glif000066400000000000000000000012311401101653000331730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_ownA_ndL_eft.glif000066400000000000000000000010731401101653000317400ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyD_ownA_ndR_ight.glif000066400000000000000000000010761401101653000321260ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyH_orizontal.glif000066400000000000000000000007441401101653000314320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyL_eft.glif000066400000000000000000000007341401101653000301720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyL_eftA_ndL_ightR_ight.glif000066400000000000000000000012271401101653000332360ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxH_eavyQ_uadrupleD_ashH_orizontal.glif000066400000000000000000000021121401101653000343230ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxH_eavyQ_uadrupleD_ashV_ertical.glif000066400000000000000000000021201401101653000337420ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyR_ight.glif000066400000000000000000000007371401101653000303600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxH_eavyT_ripleD_ashH_orizontal.glif000066400000000000000000000015761401101653000336350ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyT_ripleD_ashV_ertical.glif000066400000000000000000000016021401101653000333220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_p.glif000066400000000000000000000007341401101653000276640ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_pA_ndH_orizontal.glif000066400000000000000000000012271401101653000326550ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_pA_ndL_eft.glif000066400000000000000000000010711401101653000314130ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_pA_ndL_ightD_own.glif000066400000000000000000000012261401101653000325610ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyU_pA_ndR_ight.glif000066400000000000000000000010741401101653000316010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyV_ertical.glif000066400000000000000000000007441401101653000310520ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxH_eavyV_erticalA_ndH_orizontal.glif000066400000000000000000000015131401101653000337610ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyV_erticalA_ndL_eft.glif000066400000000000000000000012271401101653000326030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxH_eavyV_erticalA_ndR_ight.glif000066400000000000000000000012321401101653000327620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif000066400000000000000000000016431401101653000346140ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif000066400000000000000000000013631401101653000341470ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxL_eftH_eavyA_ndR_ightU_pL_ight.glif000066400000000000000000000013611401101653000336220ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glif000066400000000000000000000015171401101653000350120ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif000066400000000000000000000013631401101653000341470ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxL_eftL_ightA_ndR_ightU_pH_eavy.glif000066400000000000000000000013611401101653000336220ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glif000066400000000000000000000015171401101653000350120ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif000066400000000000000000000016431401101653000346140ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightA_rcD_ownA_ndL_eft.glif000066400000000000000000000015021401101653000325150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightA_rcD_ownA_ndR_ight.glif000066400000000000000000000015131401101653000327020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightA_rcU_pA_ndL_eft.glif000066400000000000000000000015031401101653000321730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightA_rcU_pA_ndR_ight.glif000066400000000000000000000015141401101653000323600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_iagonalC_ross.glif000066400000000000000000000017611401101653000321630ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glif000066400000000000000000000011171401101653000360220ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glif000066400000000000000000000011171401101653000360220ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxL_ightD_oubleD_ashH_orizontal.glif000066400000000000000000000012671401101653000336000ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_oubleD_ashV_ertical.glif000066400000000000000000000012651401101653000332750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_own.glif000066400000000000000000000007361401101653000302040ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_ownA_ndH_orizontal.glif000066400000000000000000000012311401101653000331660ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_ownA_ndL_eft.glif000066400000000000000000000010731401101653000317330ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightD_ownA_ndR_ight.glif000066400000000000000000000010761401101653000321210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightH_orizontal.glif000066400000000000000000000007441401101653000314250ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightL_eft.glif000066400000000000000000000007341401101653000301650ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightL_eftA_ndH_eavyR_ight.glif000066400000000000000000000012271401101653000332360ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxL_ightQ_uadrupleD_ashH_orizontal.glif000066400000000000000000000021121401101653000343160ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxL_ightQ_uadrupleD_ashV_ertical.glif000066400000000000000000000021201401101653000337350ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightR_ight.glif000066400000000000000000000007371401101653000303530ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxL_ightT_ripleD_ashH_orizontal.glif000066400000000000000000000015761401101653000336300ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightT_ripleD_ashV_ertical.glif000066400000000000000000000016021401101653000333150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_p.glif000066400000000000000000000007341401101653000276570ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_pA_ndH_eavyD_own.glif000066400000000000000000000012261401101653000325610ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_pA_ndH_orizontal.glif000066400000000000000000000012271401101653000326500ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_pA_ndL_eft.glif000066400000000000000000000010711401101653000314060ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightU_pA_ndR_ight.glif000066400000000000000000000010741401101653000315740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightV_ertical.glif000066400000000000000000000007441401101653000310450ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxL_ightV_erticalA_ndH_orizontal.glif000066400000000000000000000015131401101653000337540ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightV_erticalA_ndL_eft.glif000066400000000000000000000012271401101653000325760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxL_ightV_erticalA_ndR_ight.glif000066400000000000000000000012321401101653000327550ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif000066400000000000000000000016431401101653000346140ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif000066400000000000000000000013631401101653000341470ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxR_ightH_eavyA_ndL_eftU_pL_ight.glif000066400000000000000000000013611401101653000336220ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glif000066400000000000000000000015171401101653000350120ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif000066400000000000000000000013631401101653000341470ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxR_ightL_ightA_ndL_eftU_pH_eavy.glif000066400000000000000000000013611401101653000336220ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glif000066400000000000000000000015171401101653000350120ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif000066400000000000000000000016431401101653000346140ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxU_pD_oubleA_ndH_orizontalS_ingle.glif000066400000000000000000000015141401101653000342340ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pD_oubleA_ndL_eftS_ingle.glif000066400000000000000000000013561401101653000330600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pD_oubleA_ndR_ightS_ingle.glif000066400000000000000000000013611401101653000332370ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif000066400000000000000000000015161401101653000347150ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxU_pH_eavyA_ndH_orizontalL_ight.glif000066400000000000000000000012341401101653000337230ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxU_pH_eavyA_ndL_eftD_ownL_ight.glif000066400000000000000000000013601401101653000334530ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndL_eftL_ight.glif000066400000000000000000000010761401101653000325470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxU_pH_eavyA_ndR_ightD_ownL_ight.glif000066400000000000000000000013631401101653000336410ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pH_eavyA_ndR_ightL_ight.glif000066400000000000000000000011011401101653000327170ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif000066400000000000000000000015161401101653000347150ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxU_pL_ightA_ndH_orizontalH_eavy.glif000066400000000000000000000012341401101653000337230ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxU_pL_ightA_ndL_eftD_ownH_eavy.glif000066400000000000000000000013601401101653000334530ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndL_eftH_eavy.glif000066400000000000000000000010761401101653000325470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxU_pL_ightA_ndR_ightD_ownH_eavy.glif000066400000000000000000000013631401101653000336410ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pL_ightA_ndR_ightH_eavy.glif000066400000000000000000000011011401101653000327170ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxU_pS_ingleA_ndH_orizontalD_ouble.glif000066400000000000000000000015511401101653000342350ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pS_ingleA_ndL_eftD_ouble.glif000066400000000000000000000013541401101653000330560ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/boxU_pS_ingleA_ndR_ightD_ouble.glif000066400000000000000000000013611401101653000332370ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxV_erticalD_oubleA_ndH_orizontalS_ingle.glif000066400000000000000000000022561401101653000354250ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxV_erticalD_oubleA_ndL_eftS_ingle.glif000066400000000000000000000015531401101653000341650ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxV_erticalD_oubleA_ndR_ightS_ingle.glif000066400000000000000000000015561401101653000343530ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxV_erticalH_eavyA_ndH_orizontalL_ight.glif000066400000000000000000000015201401101653000351060ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxV_erticalH_eavyA_ndL_eftL_ight.glif000066400000000000000000000012341401101653000336510ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxV_erticalH_eavyA_ndR_ightL_ight.glif000066400000000000000000000012371401101653000340370ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxV_erticalL_ightA_ndH_orizontalH_eavy.glif000066400000000000000000000015201401101653000351060ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxV_erticalL_ightA_ndL_eftH_eavy.glif000066400000000000000000000012341401101653000336510ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxV_erticalL_ightA_ndR_ightH_eavy.glif000066400000000000000000000012371401101653000340370ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxV_erticalS_ingleA_ndH_orizontalD_ouble.glif000066400000000000000000000022541401101653000354230ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxV_erticalS_ingleA_ndL_eftD_ouble.glif000066400000000000000000000015121401101653000341600ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxV_erticalS_ingleA_ndR_ightD_ouble.glif000066400000000000000000000015171401101653000343500ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/braceleft.glif000066400000000000000000000044621401101653000272250ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/braceleft_bar.liga.glif000066400000000000000000000045321401101653000307620ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/braceright.glif000066400000000000000000000044631401101653000274110ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/braceright_numbersign.liga.glif000066400000000000000000000061311401101653000325470ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bracketleft.glif000066400000000000000000000015721401101653000275630ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bracketleft_bar.liga.glif000066400000000000000000000016321401101653000313170ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bracketright.glif000066400000000000000000000015731401101653000277470ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bracketright_numbersign.liga.glif000066400000000000000000000021711401101653000331060ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/breve.glif000066400000000000000000000004511401101653000263730ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/brevecomb-cy.case.glif000066400000000000000000000017171401101653000305650ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/brevecomb-cy.glif000066400000000000000000000017121401101653000276460ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/brevecomb.case.glif000066400000000000000000000017141401101653000301510ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/brevecomb.glif000066400000000000000000000023031401101653000272320ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/brokenbar.glif000066400000000000000000000012471401101653000272410ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bullet.glif000066400000000000000000000014071401101653000265610ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bulletoperator.glif000066400000000000000000000004651401101653000303400ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/bullseye.glif000066400000000000000000000005601401101653000271150ustar00rootroot00000000000000 uni25CE public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/c.glif000066400000000000000000000025551401101653000255210ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/cacute.glif000066400000000000000000000006451401101653000265410ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/cacute.loclP_L_K_.glif000066400000000000000000000006351401101653000304740ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/cancelC_ontrol.glif000066400000000000000000000017371401101653000302250ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name C.half alignment -1 index 1 name N.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/cancelC_ontrol.ss20.glif000066400000000000000000000022201401101653000307770ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/careof.glif000066400000000000000000000047561401101653000265430ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/caron.glif000066400000000000000000000004511401101653000263720ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/caroncomb.case.glif000066400000000000000000000014061401101653000301460ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/caroncomb.glif000066400000000000000000000014311401101653000272320ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/carriageR_eturnC_ontrol.glif000066400000000000000000000017471401101653000321150ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name C.half alignment -1 index 1 name R.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/carriageR_eturnC_ontrol.ss20.glif000066400000000000000000000016561401101653000327020ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ccaron.glif000066400000000000000000000006441401101653000265410ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ccedilla.glif000066400000000000000000000006531401101653000270340ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ccircumflex.glif000066400000000000000000000006561401101653000276030ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/cdotaccent.glif000066400000000000000000000006541401101653000274040ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/cedi.glif000066400000000000000000000011031401101653000261670ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/cedilla.glif000066400000000000000000000005011401101653000266610ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/cedillacomb.glif000066400000000000000000000020701401101653000275250ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/cent.glif000066400000000000000000000011031401101653000262140ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/che-cy.glif000066400000000000000000000017341401101653000264450ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/checkmark.glif000066400000000000000000000012061401101653000272170ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/chedescender-cy.glif000066400000000000000000000007371401101653000303240ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/chi.glif000066400000000000000000000032511401101653000260340ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/circumflex.glif000066400000000000000000000004711401101653000274330ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/circumflexcomb.case.glif000066400000000000000000000014701401101653000312060ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/circumflexcomb.glif000066400000000000000000000015131401101653000302720ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/clubB_lackS_uit.glif000066400000000000000000000057021401101653000303210ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon.center.glif000066400000000000000000000004501401101653000276600ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon.glif000066400000000000000000000024001401101653000263760ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_colon.liga.glif000066400000000000000000000005311401101653000305060ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_colon_colon.liga.glif000066400000000000000000000006141401101653000317020ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_colon_equal.liga.glif000066400000000000000000000014271401101653000317020ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_equal.liga.glif000066400000000000000000000013261401101653000305060ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_equal_middle.seq.glif000066400000000000000000000021241401101653000316750ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/colon_slash_slash.liga.glif000066400000000000000000000006141401101653000317020ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/colonsign.glif000066400000000000000000000014261401101653000272660ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/colontriangularmod.glif000066400000000000000000000011161401101653000311720ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/comma.glif000066400000000000000000000007301401101653000263640ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaabovecomb.glif000066400000000000000000000011561401101653000302450ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaaboverightcomb.glif000066400000000000000000000005741401101653000313060ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaaccentcomb.glif000066400000000000000000000011621401101653000304030ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaturnedabovecomb.glif000066400000000000000000000011641401101653000314660ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/commaturnedmod.glif000066400000000000000000000007331401101653000303110ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/contents.plist000066400000000000000000003751271401101653000273560ustar00rootroot00000000000000 .notdef _notdef.glif A A_.glif A-cy A_-cy.glif A.half A_.half.glif AE A_E_.glif AEacute A_E_acute.glif Aacute A_acute.glif Abreve A_breve.glif Abreveacute A_breveacute.glif Abrevedotbelow A_brevedotbelow.glif Abrevegrave A_brevegrave.glif Abrevehookabove A_brevehookabove.glif Abrevetilde A_brevetilde.glif Acaron A_caron.glif Acircumflex A_circumflex.glif Acircumflexacute A_circumflexacute.glif Acircumflexdotbelow A_circumflexdotbelow.glif Acircumflexgrave A_circumflexgrave.glif Acircumflexhookabove A_circumflexhookabove.glif Acircumflextilde A_circumflextilde.glif Adieresis A_dieresis.glif Adotbelow A_dotbelow.glif Agrave A_grave.glif Ahookabove A_hookabove.glif Alpha A_lpha.glif Alpha-latin A_lpha-latin.glif Alphatonos A_lphatonos.glif Amacron A_macron.glif Aogonek A_ogonek.glif Aring A_ring.glif Aringacute A_ringacute.glif Asmall A_small.glif Astroke A_stroke.glif Atilde A_tilde.glif B B_.glif B.half B_.half.glif Be-cy B_e-cy.glif Beta B_eta.glif C C_.glif C.half C_.half.glif CR C_R_.glif Cacute C_acute.glif Cacute.loclPLK C_acute.loclP_L_K_.glif Ccaron C_caron.glif Ccedilla C_cedilla.glif Ccircumflex C_circumflex.glif Cdotaccent C_dotaccent.glif Che-cy C_he-cy.glif Chedescender-cy C_hedescender-cy.glif Chi C_hi.glif Cstroke C_stroke.glif D D_.glif D.half D_.half.glif Dcaron D_caron.glif Dcroat D_croat.glif De-cy D_e-cy.glif De-cy.loclBGR D_e-cy.loclB_G_R_.glif Delta D_elta.glif Dje-cy D_je-cy.glif Dze-cy D_ze-cy.glif Dzhe-cy D_zhe-cy.glif E E_.glif E-cy E_-cy.glif E.half E_.half.glif Eacute E_acute.glif Ebreve E_breve.glif Ecaron E_caron.glif Ecircumflex E_circumflex.glif Ecircumflexacute E_circumflexacute.glif Ecircumflexdotbelow E_circumflexdotbelow.glif Ecircumflexgrave E_circumflexgrave.glif Ecircumflexhookabove E_circumflexhookabove.glif Ecircumflextilde E_circumflextilde.glif Edieresis E_dieresis.glif Edotaccent E_dotaccent.glif Edotbelow E_dotbelow.glif Ef-cy E_f-cy.glif Ef-cy.loclBGR E_f-cy.loclB_G_R_.glif Egrave E_grave.glif Ehookabove E_hookabove.glif El-cy E_l-cy.glif El-cy.loclBGR E_l-cy.loclB_G_R_.glif Em-cy E_m-cy.glif Emacron E_macron.glif En-cy E_n-cy.glif Endescender-cy E_ndescender-cy.glif Eng E_ng.glif Eogonek E_ogonek.glif Eopen E_open.glif Epsilon E_psilon.glif Epsilontonos E_psilontonos.glif Er-cy E_r-cy.glif Ereversed E_reversed.glif Ereversed-cy E_reversed-cy.glif Es-cy E_s-cy.glif Esh E_sh.glif Eta E_ta.glif Etatonos E_tatonos.glif Eth E_th.glif Etilde E_tilde.glif Ezh E_zh.glif F F_.glif F.half F_.half.glif G G_.glif G.half G_.half.glif Gamma G_amma.glif Gammaafrican G_ammaafrican.glif Gbreve G_breve.glif Gcaron G_caron.glif Gcircumflex G_circumflex.glif Gcommaaccent G_commaaccent.glif Gdotaccent G_dotaccent.glif Ge-cy G_e-cy.glif Germandbls G_ermandbls.glif Ghestroke-cy G_hestroke-cy.glif Gheupturn-cy G_heupturn-cy.glif Gje-cy G_je-cy.glif Gsmall G_small.glif Gstroke G_stroke.glif H H_.glif H.half H_.half.glif Ha-cy H_a-cy.glif Hadescender-cy H_adescender-cy.glif Hardsign-cy H_ardsign-cy.glif Hbar H_bar.glif Hcaron H_caron.glif Hcircumflex H_circumflex.glif Hdotbelow H_dotbelow.glif I I_.glif I-cy I_-cy.glif I.half I_.half.glif IJ I_J_.glif Ia-cy I_a-cy.glif Iacute I_acute.glif Iacute_J.loclNLD I_acute_J_.loclN_L_D_.glif Ibreve I_breve.glif Icircumflex I_circumflex.glif Idieresis I_dieresis.glif Idotaccent I_dotaccent.glif Idotbelow I_dotbelow.glif Ie-cy I_e-cy.glif Iegrave-cy I_egrave-cy.glif Igrave I_grave.glif Ihookabove I_hookabove.glif Ii-cy I_i-cy.glif Iigrave-cy I_igrave-cy.glif Iishort-cy I_ishort-cy.glif Imacron I_macron.glif Imacron-cy I_macron-cy.glif Io-cy I_o-cy.glif Iogonek I_ogonek.glif Iota I_ota.glif Iotaafrican I_otaafrican.glif Iotadieresis I_otadieresis.glif Iotatonos I_otatonos.glif Ismall I_small.glif Itilde I_tilde.glif Iu-cy I_u-cy.glif J J_.glif Jcircumflex J_circumflex.glif Je-cy J_e-cy.glif K K_.glif K.half K_.half.glif Ka-cy K_a-cy.glif Kacute K_acute.glif Kadescender-cy K_adescender-cy.glif KaiSymbol K_aiS_ymbol.glif Kappa K_appa.glif Kcommaaccent K_commaaccent.glif Kdotbelow K_dotbelow.glif Kje-cy K_je-cy.glif Klinebelow K_linebelow.glif L L_.glif L.half L_.half.glif LIG L_I_G_.glif Lacute L_acute.glif Lambda L_ambda.glif Lbar L_bar.glif Lcaron L_caron.glif Lcommaaccent L_commaaccent.glif Ldot L_dot.glif Ldotbelow L_dotbelow.glif Lje-cy L_je-cy.glif Llinebelow L_linebelow.glif Lmiddletilde L_middletilde.glif Lslash L_slash.glif Lsmall L_small.glif M M_.glif M.half M_.half.glif Mu M_u.glif N N_.glif N.half N_.half.glif Nacute N_acute.glif Nacute.loclPLK N_acute.loclP_L_K_.glif Ncaron N_caron.glif Ncommaaccent N_commaaccent.glif Nhookleft N_hookleft.glif Nje-cy N_je-cy.glif Nlinebelow N_linebelow.glif Ntilde N_tilde.glif Nu N_u.glif O O_.glif O-cy O_-cy.glif O.half O_.half.glif OE O_E_.glif Oacute O_acute.glif Oacute.loclPLK O_acute.loclP_L_K_.glif Obarred-cy O_barred-cy.glif Obreve O_breve.glif Ocircumflex O_circumflex.glif Ocircumflexacute O_circumflexacute.glif Ocircumflexdotbelow O_circumflexdotbelow.glif Ocircumflexgrave O_circumflexgrave.glif Ocircumflexhookabove O_circumflexhookabove.glif Ocircumflextilde O_circumflextilde.glif Odieresis O_dieresis.glif Odotbelow O_dotbelow.glif Ograve O_grave.glif Ohm O_hm.glif Ohookabove O_hookabove.glif Ohorn O_horn.glif Ohornacute O_hornacute.glif Ohorndotbelow O_horndotbelow.glif Ohorngrave O_horngrave.glif Ohornhookabove O_hornhookabove.glif Ohorntilde O_horntilde.glif Ohungarumlaut O_hungarumlaut.glif Omacron O_macron.glif Omacronacute O_macronacute.glif Omacrongrave O_macrongrave.glif Omega O_mega.glif Omegatonos O_megatonos.glif Omicron O_micron.glif Omicrontonos O_microntonos.glif Oogonek O_ogonek.glif Oopen O_open.glif Oslash O_slash.glif Oslashacute O_slashacute.glif Otilde O_tilde.glif P P_.glif P.half P_.half.glif Palochka-cy P_alochka-cy.glif Pe-cy P_e-cy.glif Phi P_hi.glif Pi P_i.glif Psi P_si.glif Q Q_.glif Q.half Q_.half.glif R R_.glif R.half R_.half.glif Racute R_acute.glif Rcaron R_caron.glif Rcommaaccent R_commaaccent.glif Rdotbelow R_dotbelow.glif Rho R_ho.glif S S_.glif S.half S_.half.glif Sacute S_acute.glif Sacute.loclPLK S_acute.loclP_L_K_.glif Scaron S_caron.glif Scedilla S_cedilla.glif Schwa S_chwa.glif Schwa-cy S_chwa-cy.glif Scircumflex S_circumflex.glif Scommaaccent S_commaaccent.glif Sdotbelow S_dotbelow.glif Sha-cy S_ha-cy.glif Shcha-cy S_hcha-cy.glif Shha-cy S_hha-cy.glif Sigma S_igma.glif Softsign-cy S_oftsign-cy.glif T T_.glif T.half T_.half.glif Tau T_au.glif Tbar T_bar.glif Tcaron T_caron.glif Tcedilla T_cedilla.glif Tcommaaccent T_commaaccent.glif Tdiagonalstroke T_diagonalstroke.glif Te-cy T_e-cy.glif Theta T_heta.glif Thorn T_horn.glif Tlinebelow T_linebelow.glif Tse-cy T_se-cy.glif Tshe-cy T_she-cy.glif U U_.glif U-cy U_-cy.glif U.half U_.half.glif Uacute U_acute.glif Ubreve U_breve.glif Ucircumflex U_circumflex.glif Udieresis U_dieresis.glif Udotbelow U_dotbelow.glif Ugrave U_grave.glif Uhookabove U_hookabove.glif Uhorn U_horn.glif Uhornacute U_hornacute.glif Uhorndotbelow U_horndotbelow.glif Uhorngrave U_horngrave.glif Uhornhookabove U_hornhookabove.glif Uhorntilde U_horntilde.glif Uhungarumlaut U_hungarumlaut.glif Umacron U_macron.glif Umacron-cy U_macron-cy.glif Uogonek U_ogonek.glif Upsilon U_psilon.glif Upsilonafrican U_psilonafrican.glif Upsilondieresis U_psilondieresis.glif Upsilontonos U_psilontonos.glif Uring U_ring.glif Ushort-cy U_short-cy.glif Ustraight-cy U_straight-cy.glif Ustraightstroke-cy U_straightstroke-cy.glif Utilde U_tilde.glif V V_.glif V.half V_.half.glif Ve-cy V_e-cy.glif Vhook V_hook.glif Vturned V_turned.glif W W_.glif Wacute W_acute.glif Wcircumflex W_circumflex.glif Wdieresis W_dieresis.glif Wgrave W_grave.glif X X_.glif X.half X_.half.glif Xi X_i.glif Y Y_.glif Y.half Y_.half.glif Yacute Y_acute.glif Ycircumflex Y_circumflex.glif Ydieresis Y_dieresis.glif Ydotbelow Y_dotbelow.glif Yeru-cy Y_eru-cy.glif Ygrave Y_grave.glif Yhookabove Y_hookabove.glif Yi-cy Y_i-cy.glif Ymacron Y_macron.glif Ytilde Y_tilde.glif Z Z_.glif Zacute Z_acute.glif Zacute.loclPLK Z_acute.loclP_L_K_.glif Zcaron Z_caron.glif Zdotaccent Z_dotaccent.glif Ze-cy Z_e-cy.glif Zeta Z_eta.glif Zhe-cy Z_he-cy.glif Zhedescender-cy Z_hedescender-cy.glif a a.glif a-cy a-cy.glif aacute aacute.glif abreve abreve.glif abreveacute abreveacute.glif abrevedotbelow abrevedotbelow.glif abrevegrave abrevegrave.glif abrevehookabove abrevehookabove.glif abrevetilde abrevetilde.glif acaron acaron.glif acircumflex acircumflex.glif acircumflexacute acircumflexacute.glif acircumflexdotbelow acircumflexdotbelow.glif acircumflexgrave acircumflexgrave.glif acircumflexhookabove acircumflexhookabove.glif acircumflextilde acircumflextilde.glif acknowledgeControl acknowledgeC_ontrol.glif acknowledgeControl.ss20 acknowledgeC_ontrol.ss20.glif acute acute.glif acutecomb acutecomb.glif acutecomb.case acutecomb.case.glif acutecomb.case.loclPLK acutecomb.case.loclP_L_K_.glif acutecomb.loclPLK acutecomb.loclP_L_K_.glif acutetonecomb acutetonecomb.glif adieresis adieresis.glif adotbelow adotbelow.glif ae ae.glif aeacute aeacute.glif agrave agrave.glif ahookabove ahookabove.glif alpha alpha.glif alpha-latin alpha-latin.glif alphatonos alphatonos.glif amacron amacron.glif ampersand ampersand.glif ampersand_ampersand.liga ampersand_ampersand.liga.glif anoteleia anoteleia.glif aogonek aogonek.glif apostrophemod apostrophemod.glif approxequal approxequal.glif aring aring.glif aringacute aringacute.glif asciicircum asciicircum.glif asciicircum_equal.liga asciicircum_equal.liga.glif asciitilde asciitilde.glif asciitilde_asciitilde.liga asciitilde_asciitilde.liga.glif asciitilde_asciitilde_greater.liga asciitilde_asciitilde_greater.liga.glif asciitilde_at.liga asciitilde_at.liga.glif asciitilde_equal.liga asciitilde_equal.liga.glif asciitilde_greater.liga asciitilde_greater.liga.glif asciitilde_hyphen.liga asciitilde_hyphen.liga.glif asterisk asterisk.glif asterisk_asterisk.liga asterisk_asterisk.liga.glif asterisk_asterisk_asterisk.liga asterisk_asterisk_asterisk.liga.glif asterisk_greater.liga asterisk_greater.liga.glif asterisk_parenright.liga asterisk_parenright.liga.glif asterisk_slash.liga asterisk_slash.liga.glif at at.glif atilde atilde.glif b b.glif backslash backslash.glif backslash_backslash.liga backslash_backslash.liga.glif backslash_slash.liga backslash_slash.liga.glif backspaceControl backspaceC_ontrol.glif backspaceControl.ss20 backspaceC_ontrol.ss20.glif baht baht.glif baht.BRACKET.600 baht.B_R_A_C_K_E_T_.600.glif bar bar.glif bar_bar.liga bar_bar.liga.glif bar_bar_bar.liga bar_bar_bar.liga.glif bar_bar_bar_greater.liga bar_bar_bar_greater.liga.glif bar_bar_equal_end.seq bar_bar_equal_end.seq.glif bar_bar_equal_middle.seq bar_bar_equal_middle.seq.glif bar_bar_equal_start.seq bar_bar_equal_start.seq.glif bar_bar_greater.liga bar_bar_greater.liga.glif bar_bar_hyphen_end.seq bar_bar_hyphen_end.seq.glif bar_bar_hyphen_middle.seq bar_bar_hyphen_middle.seq.glif bar_bar_hyphen_start.seq bar_bar_hyphen_start.seq.glif bar_braceright.liga bar_braceright.liga.glif bar_bracketright.liga bar_bracketright.liga.glif bar_equal_end.seq bar_equal_end.seq.glif bar_equal_middle.seq bar_equal_middle.seq.glif bar_equal_start.seq bar_equal_start.seq.glif bar_greater.liga bar_greater.liga.glif bar_hyphen_end.seq bar_hyphen_end.seq.glif bar_hyphen_middle.seq bar_hyphen_middle.seq.glif bar_hyphen_start.seq bar_hyphen_start.seq.glif bar_underscore_middle.seq bar_underscore_middle.seq.glif be-cy be-cy.glif be-cy.loclSRB be-cy.loclS_R_B_.glif bellControl bellC_ontrol.glif bellControl.ss20 bellC_ontrol.ss20.glif beta beta.glif blackCircle blackC_ircle.glif blackDiamond blackD_iamond.glif blackHexagon blackH_exagon.glif blackHorizontalEllipse blackH_orizontalE_llipse.glif blackInWhiteDiamond blackI_nW_hiteD_iamond.glif blackLargeCircle blackL_argeC_ircle.glif blackLargeSquare blackL_argeS_quare.glif blackMediumDiamond blackM_ediumD_iamond.glif blackMediumDownTriangleCentred blackM_ediumD_ownT_riangleC_entred.glif blackMediumLeftTriangleCentred blackM_ediumL_eftT_riangleC_entred.glif blackMediumLozenge blackM_ediumL_ozenge.glif blackMediumRightTriangleCentred blackM_ediumR_ightT_riangleC_entred.glif blackMediumUpTriangleCentred blackM_ediumU_pT_riangleC_entred.glif blackParallelogram blackP_arallelogram.glif blackPentagon blackP_entagon.glif blackSmallDiamond blackS_mallD_iamond.glif blackSmallLozenge blackS_mallL_ozenge.glif blackSmallSquare blackS_mallS_quare.glif blackSmilingFace blackS_milingF_ace.glif blackSquare blackS_quare.glif blackVerticalEllipse blackV_erticalE_llipse.glif blackVerticalRect blackV_erticalR_ect.glif blackVerysmallSquare blackV_erysmallS_quare.glif blank blank.glif blank-braille blank-braille.glif blankSymbol blankS_ymbol.glif bottomHalfBlackCircle bottomH_alfB_lackC_ircle.glif bottomHalfBlackDiamond bottomH_alfB_lackD_iamond.glif boxDoubleDownAndHorizontal boxD_oubleD_ownA_ndH_orizontal.glif boxDoubleDownAndLeft boxD_oubleD_ownA_ndL_eft.glif boxDoubleDownAndRight boxD_oubleD_ownA_ndR_ight.glif boxDoubleHorizontal boxD_oubleH_orizontal.glif boxDoubleUpAndHorizontal boxD_oubleU_pA_ndH_orizontal.glif boxDoubleUpAndLeft boxD_oubleU_pA_ndL_eft.glif boxDoubleUpAndRight boxD_oubleU_pA_ndR_ight.glif boxDoubleVertical boxD_oubleV_ertical.glif boxDoubleVerticalAndHorizontal boxD_oubleV_erticalA_ndH_orizontal.glif boxDoubleVerticalAndLeft boxD_oubleV_erticalA_ndL_eft.glif boxDoubleVerticalAndRight boxD_oubleV_erticalA_ndR_ight.glif boxDownDoubleAndHorizontalSingle boxD_ownD_oubleA_ndH_orizontalS_ingle.glif boxDownDoubleAndLeftSingle boxD_ownD_oubleA_ndL_eftS_ingle.glif boxDownDoubleAndRightSingle boxD_ownD_oubleA_ndR_ightS_ingle.glif boxDownHeavyAndHorizontalLight boxD_ownH_eavyA_ndH_orizontalL_ight.glif boxDownHeavyAndLeftLight boxD_ownH_eavyA_ndL_eftL_ight.glif boxDownHeavyAndLeftUpLight boxD_ownH_eavyA_ndL_eftU_pL_ight.glif boxDownHeavyAndRightLight boxD_ownH_eavyA_ndR_ightL_ight.glif boxDownHeavyAndRightUpLight boxD_ownH_eavyA_ndR_ightU_pL_ight.glif boxDownHeavyAndUpHorizontalLight boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif boxDownLightAndHorizontalHeavy boxD_ownL_ightA_ndH_orizontalH_eavy.glif boxDownLightAndLeftHeavy boxD_ownL_ightA_ndL_eftH_eavy.glif boxDownLightAndLeftUpHeavy boxD_ownL_ightA_ndL_eftU_pH_eavy.glif boxDownLightAndRightHeavy boxD_ownL_ightA_ndR_ightH_eavy.glif boxDownLightAndRightUpHeavy boxD_ownL_ightA_ndR_ightU_pH_eavy.glif boxDownLightAndUpHorizontalHeavy boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif boxDownSingleAndHorizontalDouble boxD_ownS_ingleA_ndH_orizontalD_ouble.glif boxDownSingleAndLeftDouble boxD_ownS_ingleA_ndL_eftD_ouble.glif boxDownSingleAndRightDouble boxD_ownS_ingleA_ndR_ightD_ouble.glif boxHeavyDoubleDashHorizontal boxH_eavyD_oubleD_ashH_orizontal.glif boxHeavyDoubleDashVertical boxH_eavyD_oubleD_ashV_ertical.glif boxHeavyDown boxH_eavyD_own.glif boxHeavyDownAndHorizontal boxH_eavyD_ownA_ndH_orizontal.glif boxHeavyDownAndLeft boxH_eavyD_ownA_ndL_eft.glif boxHeavyDownAndRight boxH_eavyD_ownA_ndR_ight.glif boxHeavyHorizontal boxH_eavyH_orizontal.glif boxHeavyLeft boxH_eavyL_eft.glif boxHeavyLeftAndLightRight boxH_eavyL_eftA_ndL_ightR_ight.glif boxHeavyQuadrupleDashHorizontal boxH_eavyQ_uadrupleD_ashH_orizontal.glif boxHeavyQuadrupleDashVertical boxH_eavyQ_uadrupleD_ashV_ertical.glif boxHeavyRight boxH_eavyR_ight.glif boxHeavyTripleDashHorizontal boxH_eavyT_ripleD_ashH_orizontal.glif boxHeavyTripleDashVertical boxH_eavyT_ripleD_ashV_ertical.glif boxHeavyUp boxH_eavyU_p.glif boxHeavyUpAndHorizontal boxH_eavyU_pA_ndH_orizontal.glif boxHeavyUpAndLeft boxH_eavyU_pA_ndL_eft.glif boxHeavyUpAndLightDown boxH_eavyU_pA_ndL_ightD_own.glif boxHeavyUpAndRight boxH_eavyU_pA_ndR_ight.glif boxHeavyVertical boxH_eavyV_ertical.glif boxHeavyVerticalAndHorizontal boxH_eavyV_erticalA_ndH_orizontal.glif boxHeavyVerticalAndLeft boxH_eavyV_erticalA_ndL_eft.glif boxHeavyVerticalAndRight boxH_eavyV_erticalA_ndR_ight.glif boxLeftDownHeavyAndRightUpLight boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif boxLeftHeavyAndRightDownLight boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif boxLeftHeavyAndRightUpLight boxL_eftH_eavyA_ndR_ightU_pL_ight.glif boxLeftHeavyAndRightVerticalLight boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glif boxLeftLightAndRightDownHeavy boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif boxLeftLightAndRightUpHeavy boxL_eftL_ightA_ndR_ightU_pH_eavy.glif boxLeftLightAndRightVerticalHeavy boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glif boxLeftUpHeavyAndRightDownLight boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif boxLightArcDownAndLeft boxL_ightA_rcD_ownA_ndL_eft.glif boxLightArcDownAndRight boxL_ightA_rcD_ownA_ndR_ight.glif boxLightArcUpAndLeft boxL_ightA_rcU_pA_ndL_eft.glif boxLightArcUpAndRight boxL_ightA_rcU_pA_ndR_ight.glif boxLightDiagonalCross boxL_ightD_iagonalC_ross.glif boxLightDiagonalUpperLeftToLowerRight boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glif boxLightDiagonalUpperRightToLowerLeft boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glif boxLightDoubleDashHorizontal boxL_ightD_oubleD_ashH_orizontal.glif boxLightDoubleDashVertical boxL_ightD_oubleD_ashV_ertical.glif boxLightDown boxL_ightD_own.glif boxLightDownAndHorizontal boxL_ightD_ownA_ndH_orizontal.glif boxLightDownAndLeft boxL_ightD_ownA_ndL_eft.glif boxLightDownAndRight boxL_ightD_ownA_ndR_ight.glif boxLightHorizontal boxL_ightH_orizontal.glif boxLightLeft boxL_ightL_eft.glif boxLightLeftAndHeavyRight boxL_ightL_eftA_ndH_eavyR_ight.glif boxLightQuadrupleDashHorizontal boxL_ightQ_uadrupleD_ashH_orizontal.glif boxLightQuadrupleDashVertical boxL_ightQ_uadrupleD_ashV_ertical.glif boxLightRight boxL_ightR_ight.glif boxLightTripleDashHorizontal boxL_ightT_ripleD_ashH_orizontal.glif boxLightTripleDashVertical boxL_ightT_ripleD_ashV_ertical.glif boxLightUp boxL_ightU_p.glif boxLightUpAndHeavyDown boxL_ightU_pA_ndH_eavyD_own.glif boxLightUpAndHorizontal boxL_ightU_pA_ndH_orizontal.glif boxLightUpAndLeft boxL_ightU_pA_ndL_eft.glif boxLightUpAndRight boxL_ightU_pA_ndR_ight.glif boxLightVertical boxL_ightV_ertical.glif boxLightVerticalAndHorizontal boxL_ightV_erticalA_ndH_orizontal.glif boxLightVerticalAndLeft boxL_ightV_erticalA_ndL_eft.glif boxLightVerticalAndRight boxL_ightV_erticalA_ndR_ight.glif boxRightDownHeavyAndLeftUpLight boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif boxRightHeavyAndLeftDownLight boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif boxRightHeavyAndLeftUpLight boxR_ightH_eavyA_ndL_eftU_pL_ight.glif boxRightHeavyAndLeftVerticalLight boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glif boxRightLightAndLeftDownHeavy boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif boxRightLightAndLeftUpHeavy boxR_ightL_ightA_ndL_eftU_pH_eavy.glif boxRightLightAndLeftVerticalHeavy boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glif boxRightUpHeavyAndLeftDownLight boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif boxUpDoubleAndHorizontalSingle boxU_pD_oubleA_ndH_orizontalS_ingle.glif boxUpDoubleAndLeftSingle boxU_pD_oubleA_ndL_eftS_ingle.glif boxUpDoubleAndRightSingle boxU_pD_oubleA_ndR_ightS_ingle.glif boxUpHeavyAndDownHorizontalLight boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif boxUpHeavyAndHorizontalLight boxU_pH_eavyA_ndH_orizontalL_ight.glif boxUpHeavyAndLeftDownLight boxU_pH_eavyA_ndL_eftD_ownL_ight.glif boxUpHeavyAndLeftLight boxU_pH_eavyA_ndL_eftL_ight.glif boxUpHeavyAndRightDownLight boxU_pH_eavyA_ndR_ightD_ownL_ight.glif boxUpHeavyAndRightLight boxU_pH_eavyA_ndR_ightL_ight.glif boxUpLightAndDownHorizontalHeavy boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif boxUpLightAndHorizontalHeavy boxU_pL_ightA_ndH_orizontalH_eavy.glif boxUpLightAndLeftDownHeavy boxU_pL_ightA_ndL_eftD_ownH_eavy.glif boxUpLightAndLeftHeavy boxU_pL_ightA_ndL_eftH_eavy.glif boxUpLightAndRightDownHeavy boxU_pL_ightA_ndR_ightD_ownH_eavy.glif boxUpLightAndRightHeavy boxU_pL_ightA_ndR_ightH_eavy.glif boxUpSingleAndHorizontalDouble boxU_pS_ingleA_ndH_orizontalD_ouble.glif boxUpSingleAndLeftDouble boxU_pS_ingleA_ndL_eftD_ouble.glif boxUpSingleAndRightDouble boxU_pS_ingleA_ndR_ightD_ouble.glif boxVerticalDoubleAndHorizontalSingle boxV_erticalD_oubleA_ndH_orizontalS_ingle.glif boxVerticalDoubleAndLeftSingle boxV_erticalD_oubleA_ndL_eftS_ingle.glif boxVerticalDoubleAndRightSingle boxV_erticalD_oubleA_ndR_ightS_ingle.glif boxVerticalHeavyAndHorizontalLight boxV_erticalH_eavyA_ndH_orizontalL_ight.glif boxVerticalHeavyAndLeftLight boxV_erticalH_eavyA_ndL_eftL_ight.glif boxVerticalHeavyAndRightLight boxV_erticalH_eavyA_ndR_ightL_ight.glif boxVerticalLightAndHorizontalHeavy boxV_erticalL_ightA_ndH_orizontalH_eavy.glif boxVerticalLightAndLeftHeavy boxV_erticalL_ightA_ndL_eftH_eavy.glif boxVerticalLightAndRightHeavy boxV_erticalL_ightA_ndR_ightH_eavy.glif boxVerticalSingleAndHorizontalDouble boxV_erticalS_ingleA_ndH_orizontalD_ouble.glif boxVerticalSingleAndLeftDouble boxV_erticalS_ingleA_ndL_eftD_ouble.glif boxVerticalSingleAndRightDouble boxV_erticalS_ingleA_ndR_ightD_ouble.glif braceleft braceleft.glif braceleft_bar.liga braceleft_bar.liga.glif braceright braceright.glif braceright_numbersign.liga braceright_numbersign.liga.glif bracketleft bracketleft.glif bracketleft_bar.liga bracketleft_bar.liga.glif bracketright bracketright.glif bracketright_numbersign.liga bracketright_numbersign.liga.glif breve breve.glif brevecomb brevecomb.glif brevecomb-cy brevecomb-cy.glif brevecomb-cy.case brevecomb-cy.case.glif brevecomb.case brevecomb.case.glif brokenbar brokenbar.glif bullet bullet.glif bulletoperator bulletoperator.glif bullseye bullseye.glif c c.glif cacute cacute.glif cacute.loclPLK cacute.loclP_L_K_.glif cancelControl cancelC_ontrol.glif cancelControl.ss20 cancelC_ontrol.ss20.glif careof careof.glif caron caron.glif caroncomb caroncomb.glif caroncomb.case caroncomb.case.glif carriageReturnControl carriageR_eturnC_ontrol.glif carriageReturnControl.ss20 carriageR_eturnC_ontrol.ss20.glif ccaron ccaron.glif ccedilla ccedilla.glif ccircumflex ccircumflex.glif cdotaccent cdotaccent.glif cedi cedi.glif cedilla cedilla.glif cedillacomb cedillacomb.glif cent cent.glif che-cy che-cy.glif checkmark checkmark.glif chedescender-cy chedescender-cy.glif chi chi.glif circumflex circumflex.glif circumflexcomb circumflexcomb.glif circumflexcomb.case circumflexcomb.case.glif clubBlackSuit clubB_lackS_uit.glif colon colon.glif colon.center colon.center.glif colon_colon.liga colon_colon.liga.glif colon_colon_colon.liga colon_colon_colon.liga.glif colon_colon_equal.liga colon_colon_equal.liga.glif colon_equal.liga colon_equal.liga.glif colon_equal_middle.seq colon_equal_middle.seq.glif colon_slash_slash.liga colon_slash_slash.liga.glif colonsign colonsign.glif colontriangularmod colontriangularmod.glif comma comma.glif commaabovecomb commaabovecomb.glif commaaboverightcomb commaaboverightcomb.glif commaaccentcomb commaaccentcomb.glif commaturnedabovecomb commaturnedabovecomb.glif commaturnedmod commaturnedmod.glif copyright copyright.glif crosshatchFillSquare crosshatchF_illS_quare.glif currency currency.glif d d.glif dagger dagger.glif daggerdbl daggerdbl.glif dashdownArrow dashdownA_rrow.glif dataLinkEscapeControl dataL_inkE_scapeC_ontrol.glif dataLinkEscapeControl.ss20 dataL_inkE_scapeC_ontrol.ss20.glif dcaron dcaron.glif dcaron.alt dcaron.alt.glif dcroat dcroat.glif de-cy de-cy.glif de-cy.loclBGR de-cy.loclB_G_R_.glif degree degree.glif deleteControl deleteC_ontrol.glif deleteFormTwoControl deleteF_ormT_woC_ontrol.glif delta delta.glif deviceControlFourControl deviceC_ontrolF_ourC_ontrol.glif deviceControlOneControl deviceC_ontrolO_neC_ontrol.glif deviceControlThreeControl deviceC_ontrolT_hreeC_ontrol.glif deviceControlTwoControl deviceC_ontrolT_woC_ontrol.glif diagonalcrosshatchFillSquare diagonalcrosshatchF_illS_quare.glif diamondBlackSuit diamondB_lackS_uit.glif dieresis dieresis.glif dieresiscomb dieresiscomb.glif dieresiscomb.case dieresiscomb.case.glif dieresistonos dieresistonos.glif divide divide.glif divisionslash divisionslash.glif dje-cy dje-cy.glif dollar dollar.glif dollar.BRACKET.600 dollar.B_R_A_C_K_E_T_.600.glif dollar_greater.liga dollar_greater.liga.glif dollar_greater.liga.BRACKET.600 dollar_greater.liga.B_R_A_C_K_E_T_.600.glif dong dong.glif dotaccent dotaccent.glif dotaccentcomb dotaccentcomb.glif dotaccentcomb.case dotaccentcomb.case.glif dotbelowcomb dotbelowcomb.glif dots1-braille dots1-braille.glif dots12-braille dots12-braille.glif dots123-braille dots123-braille.glif dots1234-braille dots1234-braille.glif dots12345-braille dots12345-braille.glif dots123456-braille dots123456-braille.glif dots1234567-braille dots1234567-braille.glif dots12345678-braille dots12345678-braille.glif dots1234568-braille dots1234568-braille.glif dots123457-braille dots123457-braille.glif dots1234578-braille dots1234578-braille.glif dots123458-braille dots123458-braille.glif dots12346-braille dots12346-braille.glif dots123467-braille dots123467-braille.glif dots1234678-braille dots1234678-braille.glif dots123468-braille dots123468-braille.glif dots12347-braille dots12347-braille.glif dots123478-braille dots123478-braille.glif dots12348-braille dots12348-braille.glif dots1235-braille dots1235-braille.glif dots12356-braille dots12356-braille.glif dots123567-braille dots123567-braille.glif dots1235678-braille dots1235678-braille.glif dots123568-braille dots123568-braille.glif dots12357-braille dots12357-braille.glif dots123578-braille dots123578-braille.glif dots12358-braille dots12358-braille.glif dots1236-braille dots1236-braille.glif dots12367-braille dots12367-braille.glif dots123678-braille dots123678-braille.glif dots12368-braille dots12368-braille.glif dots1237-braille dots1237-braille.glif dots12378-braille dots12378-braille.glif dots1238-braille dots1238-braille.glif dots124-braille dots124-braille.glif dots1245-braille dots1245-braille.glif dots12456-braille dots12456-braille.glif dots124567-braille dots124567-braille.glif dots1245678-braille dots1245678-braille.glif dots124568-braille dots124568-braille.glif dots12457-braille dots12457-braille.glif dots124578-braille dots124578-braille.glif dots12458-braille dots12458-braille.glif dots1246-braille dots1246-braille.glif dots12467-braille dots12467-braille.glif dots124678-braille dots124678-braille.glif dots12468-braille dots12468-braille.glif dots1247-braille dots1247-braille.glif dots12478-braille dots12478-braille.glif dots1248-braille dots1248-braille.glif dots125-braille dots125-braille.glif dots1256-braille dots1256-braille.glif dots12567-braille dots12567-braille.glif dots125678-braille dots125678-braille.glif dots12568-braille dots12568-braille.glif dots1257-braille dots1257-braille.glif dots12578-braille dots12578-braille.glif dots1258-braille dots1258-braille.glif dots126-braille dots126-braille.glif dots1267-braille dots1267-braille.glif dots12678-braille dots12678-braille.glif dots1268-braille dots1268-braille.glif dots127-braille dots127-braille.glif dots1278-braille dots1278-braille.glif dots128-braille dots128-braille.glif dots13-braille dots13-braille.glif dots134-braille dots134-braille.glif dots1345-braille dots1345-braille.glif dots13456-braille dots13456-braille.glif dots134567-braille dots134567-braille.glif dots1345678-braille dots1345678-braille.glif dots134568-braille dots134568-braille.glif dots13457-braille dots13457-braille.glif dots134578-braille dots134578-braille.glif dots13458-braille dots13458-braille.glif dots1346-braille dots1346-braille.glif dots13467-braille dots13467-braille.glif dots134678-braille dots134678-braille.glif dots13468-braille dots13468-braille.glif dots1347-braille dots1347-braille.glif dots13478-braille dots13478-braille.glif dots1348-braille dots1348-braille.glif dots135-braille dots135-braille.glif dots1356-braille dots1356-braille.glif dots13567-braille dots13567-braille.glif dots135678-braille dots135678-braille.glif dots13568-braille dots13568-braille.glif dots1357-braille dots1357-braille.glif dots13578-braille dots13578-braille.glif dots1358-braille dots1358-braille.glif dots136-braille dots136-braille.glif dots1367-braille dots1367-braille.glif dots13678-braille dots13678-braille.glif dots1368-braille dots1368-braille.glif dots137-braille dots137-braille.glif dots1378-braille dots1378-braille.glif dots138-braille dots138-braille.glif dots14-braille dots14-braille.glif dots145-braille dots145-braille.glif dots1456-braille dots1456-braille.glif dots14567-braille dots14567-braille.glif dots145678-braille dots145678-braille.glif dots14568-braille dots14568-braille.glif dots1457-braille dots1457-braille.glif dots14578-braille dots14578-braille.glif dots1458-braille dots1458-braille.glif dots146-braille dots146-braille.glif dots1467-braille dots1467-braille.glif dots14678-braille dots14678-braille.glif dots1468-braille dots1468-braille.glif dots147-braille dots147-braille.glif dots1478-braille dots1478-braille.glif dots148-braille dots148-braille.glif dots15-braille dots15-braille.glif dots156-braille dots156-braille.glif dots1567-braille dots1567-braille.glif dots15678-braille dots15678-braille.glif dots1568-braille dots1568-braille.glif dots157-braille dots157-braille.glif dots1578-braille dots1578-braille.glif dots158-braille dots158-braille.glif dots16-braille dots16-braille.glif dots167-braille dots167-braille.glif dots1678-braille dots1678-braille.glif dots168-braille dots168-braille.glif dots17-braille dots17-braille.glif dots178-braille dots178-braille.glif dots18-braille dots18-braille.glif dots2-braille dots2-braille.glif dots23-braille dots23-braille.glif dots234-braille dots234-braille.glif dots2345-braille dots2345-braille.glif dots23456-braille dots23456-braille.glif dots234567-braille dots234567-braille.glif dots2345678-braille dots2345678-braille.glif dots234568-braille dots234568-braille.glif dots23457-braille dots23457-braille.glif dots234578-braille dots234578-braille.glif dots23458-braille dots23458-braille.glif dots2346-braille dots2346-braille.glif dots23467-braille dots23467-braille.glif dots234678-braille dots234678-braille.glif dots23468-braille dots23468-braille.glif dots2347-braille dots2347-braille.glif dots23478-braille dots23478-braille.glif dots2348-braille dots2348-braille.glif dots235-braille dots235-braille.glif dots2356-braille dots2356-braille.glif dots23567-braille dots23567-braille.glif dots235678-braille dots235678-braille.glif dots23568-braille dots23568-braille.glif dots2357-braille dots2357-braille.glif dots23578-braille dots23578-braille.glif dots2358-braille dots2358-braille.glif dots236-braille dots236-braille.glif dots2367-braille dots2367-braille.glif dots23678-braille dots23678-braille.glif dots2368-braille dots2368-braille.glif dots237-braille dots237-braille.glif dots2378-braille dots2378-braille.glif dots238-braille dots238-braille.glif dots24-braille dots24-braille.glif dots245-braille dots245-braille.glif dots2456-braille dots2456-braille.glif dots24567-braille dots24567-braille.glif dots245678-braille dots245678-braille.glif dots24568-braille dots24568-braille.glif dots2457-braille dots2457-braille.glif dots24578-braille dots24578-braille.glif dots2458-braille dots2458-braille.glif dots246-braille dots246-braille.glif dots2467-braille dots2467-braille.glif dots24678-braille dots24678-braille.glif dots2468-braille dots2468-braille.glif dots247-braille dots247-braille.glif dots2478-braille dots2478-braille.glif dots248-braille dots248-braille.glif dots25-braille dots25-braille.glif dots256-braille dots256-braille.glif dots2567-braille dots2567-braille.glif dots25678-braille dots25678-braille.glif dots2568-braille dots2568-braille.glif dots257-braille dots257-braille.glif dots2578-braille dots2578-braille.glif dots258-braille dots258-braille.glif dots26-braille dots26-braille.glif dots267-braille dots267-braille.glif dots2678-braille dots2678-braille.glif dots268-braille dots268-braille.glif dots27-braille dots27-braille.glif dots278-braille dots278-braille.glif dots28-braille dots28-braille.glif dots3-braille dots3-braille.glif dots34-braille dots34-braille.glif dots345-braille dots345-braille.glif dots3456-braille dots3456-braille.glif dots34567-braille dots34567-braille.glif dots345678-braille dots345678-braille.glif dots34568-braille dots34568-braille.glif dots3457-braille dots3457-braille.glif dots34578-braille dots34578-braille.glif dots3458-braille dots3458-braille.glif dots346-braille dots346-braille.glif dots3467-braille dots3467-braille.glif dots34678-braille dots34678-braille.glif dots3468-braille dots3468-braille.glif dots347-braille dots347-braille.glif dots3478-braille dots3478-braille.glif dots348-braille dots348-braille.glif dots35-braille dots35-braille.glif dots356-braille dots356-braille.glif dots3567-braille dots3567-braille.glif dots35678-braille dots35678-braille.glif dots3568-braille dots3568-braille.glif dots357-braille dots357-braille.glif dots3578-braille dots3578-braille.glif dots358-braille dots358-braille.glif dots36-braille dots36-braille.glif dots367-braille dots367-braille.glif dots3678-braille dots3678-braille.glif dots368-braille dots368-braille.glif dots37-braille dots37-braille.glif dots378-braille dots378-braille.glif dots38-braille dots38-braille.glif dots4-braille dots4-braille.glif dots45-braille dots45-braille.glif dots456-braille dots456-braille.glif dots4567-braille dots4567-braille.glif dots45678-braille dots45678-braille.glif dots4568-braille dots4568-braille.glif dots457-braille dots457-braille.glif dots4578-braille dots4578-braille.glif dots458-braille dots458-braille.glif dots46-braille dots46-braille.glif dots467-braille dots467-braille.glif dots4678-braille dots4678-braille.glif dots468-braille dots468-braille.glif dots47-braille dots47-braille.glif dots478-braille dots478-braille.glif dots48-braille dots48-braille.glif dots5-braille dots5-braille.glif dots56-braille dots56-braille.glif dots567-braille dots567-braille.glif dots5678-braille dots5678-braille.glif dots568-braille dots568-braille.glif dots57-braille dots57-braille.glif dots578-braille dots578-braille.glif dots58-braille dots58-braille.glif dots6-braille dots6-braille.glif dots67-braille dots67-braille.glif dots678-braille dots678-braille.glif dots68-braille dots68-braille.glif dots7-braille dots7-braille.glif dots78-braille dots78-braille.glif dots8-braille dots8-braille.glif dottedCircle dottedC_ircle.glif dottedSquare dottedS_quare.glif downArrow downA_rrow.glif downBlackSmallTriangle downB_lackS_mallT_riangle.glif downBlackTriangle downB_lackT_riangle.glif downTipLeftArrow downT_ipL_eftA_rrow.glif downWhiteSmallTriangle downW_hiteS_mallT_riangle.glif downWhiteTriangle downW_hiteT_riangle.glif dze-cy dze-cy.glif dzhe-cy dzhe-cy.glif e e.glif e-cy e-cy.glif eacute eacute.glif ebreve ebreve.glif ecaron ecaron.glif ecircumflex ecircumflex.glif ecircumflexacute ecircumflexacute.glif ecircumflexdotbelow ecircumflexdotbelow.glif ecircumflexgrave ecircumflexgrave.glif ecircumflexhookabove ecircumflexhookabove.glif ecircumflextilde ecircumflextilde.glif edieresis edieresis.glif edotaccent edotaccent.glif edotbelow edotbelow.glif ef-cy ef-cy.glif egrave egrave.glif ehookabove ehookabove.glif eight eight.glif eight.dnom eight.dnom.glif eight.numr eight.numr.glif eightinferior eightinferior.glif eightsuperior eightsuperior.glif el-cy el-cy.glif el-cy.loclBGR el-cy.loclB_G_R_.glif ellipsis ellipsis.glif em-cy em-cy.glif emacron emacron.glif emdash emdash.glif en-cy en-cy.glif endOfMediumControl endO_fM_ediumC_ontrol.glif endOfMediumControl.ss20 endO_fM_ediumC_ontrol.ss20.glif endOfTextControl endO_fT_extC_ontrol.glif endOfTextControl.ss20 endO_fT_extC_ontrol.ss20.glif endOfTransmissionBlockControl endO_fT_ransmissionB_lockC_ontrol.glif endOfTransmissionBlockControl.ss20 endO_fT_ransmissionB_lockC_ontrol.ss20.glif endOfTransmissionControl endO_fT_ransmissionC_ontrol.glif endOfTransmissionControl.ss20 endO_fT_ransmissionC_ontrol.ss20.glif endash endash.glif endescender-cy endescender-cy.glif eng eng.glif enquiryControl enquiryC_ontrol.glif enquiryControl.ss20 enquiryC_ontrol.ss20.glif eogonek eogonek.glif eopen eopen.glif epsilon epsilon.glif epsilontonos epsilontonos.glif equal equal.glif equal_end.seq equal_end.seq.glif equal_equal.liga equal_equal.liga.glif equal_equal_equal.liga equal_equal_equal.liga.glif equal_middle.seq equal_middle.seq.glif equal_start.seq equal_start.seq.glif equivalence equivalence.glif er-cy er-cy.glif ereversed-cy ereversed-cy.glif es-cy es-cy.glif escapeControl escapeC_ontrol.glif escapeControl.ss20 escapeC_ontrol.ss20.glif esh esh.glif estimated estimated.glif eta eta.glif etatonos etatonos.glif eth eth.glif etilde etilde.glif eturned eturned.glif euro euro.glif eurocurrency eurocurrency.glif exclam exclam.glif exclam_colon.liga exclam_colon.liga.glif exclam_equal.liga exclam_equal.liga.glif exclam_equal_equal.liga exclam_equal_equal.liga.glif exclam_equal_middle.seq exclam_equal_middle.seq.glif exclam_exclam.liga exclam_exclam.liga.glif exclam_exclam_period.liga exclam_exclam_period.liga.glif exclam_period.liga exclam_period.liga.glif exclamdouble exclamdouble.glif exclamdown exclamdown.glif ezh ezh.glif f f.glif fi fi.glif fileSeparatorControl fileS_eparatorC_ontrol.glif filledRect filledR_ect.glif firsttonechinese firsttonechinese.glif fisheye fisheye.glif five five.glif five.dnom five.dnom.glif five.numr five.numr.glif fiveeighths fiveeighths.glif fiveinferior fiveinferior.glif fivesuperior fivesuperior.glif fl fl.glif florin florin.glif formFeedControl formF_eedC_ontrol.glif formFeedControl.ss20 formF_eedC_ontrol.ss20.glif four four.glif four.dnom four.dnom.glif four.half four.half.glif four.numr four.numr.glif fourinferior fourinferior.glif foursuperior foursuperior.glif fraction fraction.glif franc franc.glif fullBlock fullB_lock.glif fullBlock.stypo fullB_lock.stypo.glif g g.glif gamma gamma.glif gamma-latin gamma-latin.glif gbreve gbreve.glif gcaron gcaron.glif gcircumflex gcircumflex.glif gcommaaccent gcommaaccent.glif gdotaccent gdotaccent.glif ge-cy ge-cy.glif ge-cy.loclBGR ge-cy.loclB_G_R_.glif germandbls germandbls.glif ghestroke-cy ghestroke-cy.glif gheupturn-cy gheupturn-cy.glif gje-cy gje-cy.glif glottalstop glottalstop.glif glottalstopmod glottalstopmod.glif glottalstopreversed glottalstopreversed.glif grave grave.glif gravecomb gravecomb.glif gravecomb.case gravecomb.case.glif gravetonecomb gravetonecomb.glif greater greater.glif greater.alt greater.alt.glif greater.center greater.center.glif greater_equal.liga greater_equal.liga.glif greater_equal_end.seq greater_equal_end.seq.glif greater_equal_middle.seq greater_equal_middle.seq.glif greater_equal_start.seq greater_equal_start.seq.glif greater_greater.liga greater_greater.liga.glif greater_greater_equal_end.seq greater_greater_equal_end.seq.glif greater_greater_equal_middle.seq greater_greater_equal_middle.seq.glif greater_greater_equal_start.seq greater_greater_equal_start.seq.glif greater_greater_greater.liga greater_greater_greater.liga.glif greater_greater_hyphen_end.seq greater_greater_hyphen_end.seq.glif greater_greater_hyphen_middle.seq greater_greater_hyphen_middle.seq.glif greater_greater_hyphen_start.seq greater_greater_hyphen_start.seq.glif greater_hyphen_end.seq greater_hyphen_end.seq.glif greater_hyphen_middle.seq greater_hyphen_middle.seq.glif greater_hyphen_start.seq greater_hyphen_start.seq.glif greaterequal greaterequal.glif groupSeparatorControl groupS_eparatorC_ontrol.glif gstroke gstroke.glif guarani guarani.glif guillemetleft guillemetleft.glif guillemetright guillemetright.glif guilsinglleft guilsinglleft.glif guilsinglright guilsinglright.glif h h.glif ha-cy ha-cy.glif hadescender-cy hadescender-cy.glif hardsign-cy hardsign-cy.glif hardsign-cy.loclBGR hardsign-cy.loclB_G_R_.glif hbar hbar.glif hcaron hcaron.glif hcircumflex hcircumflex.glif hdotbelow hdotbelow.glif heartBlackSuit heartB_lackS_uit.glif heavyleftpointinganglebracketornament heavyleftpointinganglebracketornament.glif heavyleftpointinganglequotationmarkornament heavyleftpointinganglequotationmarkornament.glif heavyrightpointinganglebracketornament heavyrightpointinganglebracketornament.glif heavyrightpointinganglequotationmarkornament heavyrightpointinganglequotationmarkornament.glif hookabovecomb hookabovecomb.glif hookabovecomb.case hookabovecomb.case.glif horizontalBlackHexagon horizontalB_lackH_exagon.glif horizontalFillSquare horizontalF_illS_quare.glif horizontalTabulationControl horizontalT_abulationC_ontrol.glif horizontalTabulationControl.ss20 horizontalT_abulationC_ontrol.ss20.glif horizontalbar horizontalbar.glif horizontallineextension horizontallineextension.glif horncomb horncomb.glif horncomb.case horncomb.case.glif house house.glif hryvnia hryvnia.glif hungarumlaut hungarumlaut.glif hungarumlautcomb hungarumlautcomb.glif hungarumlautcomb.case hungarumlautcomb.case.glif hyphen hyphen.glif hyphen_asciitilde.liga hyphen_asciitilde.liga.glif hyphen_end.seq hyphen_end.seq.glif hyphen_hyphen.liga hyphen_hyphen.liga.glif hyphen_hyphen_hyphen.liga hyphen_hyphen_hyphen.liga.glif hyphen_middle.seq hyphen_middle.seq.glif hyphen_start.seq hyphen_start.seq.glif hyphentwo hyphentwo.glif i i.glif i-cy i-cy.glif ia-cy ia-cy.glif iacute iacute.glif iacute_j.loclNLD iacute_j.loclN_L_D_.glif ibreve ibreve.glif icircumflex icircumflex.glif idieresis idieresis.glif idotbelow idotbelow.glif idotless idotless.glif ie-cy ie-cy.glif iegrave-cy iegrave-cy.glif igrave igrave.glif ihookabove ihookabove.glif ii-cy ii-cy.glif ii-cy.loclBGR ii-cy.loclB_G_R_.glif iigrave-cy iigrave-cy.glif iigrave-cy.loclBGR iigrave-cy.loclB_G_R_.glif iishort-cy iishort-cy.glif iishort-cy.loclBGR iishort-cy.loclB_G_R_.glif ij ij.glif imacron imacron.glif imacron-cy imacron-cy.glif increment increment.glif infinity infinity.glif integral integral.glif integralbt integralbt.glif integraltp integraltp.glif intersection intersection.glif inverseBullet inverseB_ullet.glif inverseWhiteCircle inverseW_hiteC_ircle.glif io-cy io-cy.glif iogonek iogonek.glif iota iota.glif iota-latin iota-latin.glif iotadieresis iotadieresis.glif iotadieresistonos iotadieresistonos.glif iotatonos iotatonos.glif itilde itilde.glif iu-cy iu-cy.glif iu-cy.loclBGR iu-cy.loclB_G_R_.glif j j.glif jcaron jcaron.glif jcircumflex jcircumflex.glif jdotless jdotless.glif je-cy je-cy.glif k k.glif ka-cy ka-cy.glif ka-cy.loclBGR ka-cy.loclB_G_R_.glif kadescender-cy kadescender-cy.glif kaiSymbol kaiS_ymbol.glif kappa kappa.glif kcommaaccent kcommaaccent.glif kdotbelow kdotbelow.glif kgreenlandic kgreenlandic.glif kip kip.glif kje-cy kje-cy.glif klinebelow klinebelow.glif l l.glif lacute lacute.glif lambda lambda.glif lambdastroke lambdastroke.glif largeCircle largeC_ircle.glif lari lari.glif lbar lbar.glif lbelt lbelt.glif lcaron lcaron.glif lcommaaccent lcommaaccent.glif ldot ldot.glif ldotbelow ldotbelow.glif leftArrow leftA_rrow.glif leftBlackPointer leftB_lackP_ointer.glif leftBlackSmallTriangle leftB_lackS_mallT_riangle.glif leftBlackTriangle leftB_lackT_riangle.glif leftBlock leftB_lock.glif leftBlock.stypo leftB_lock.stypo.glif leftFiveEighthsBlock leftF_iveE_ighthsB_lock.glif leftFiveEighthsBlock.stypo leftF_iveE_ighthsB_lock.stypo.glif leftHalfBlackCircle leftH_alfB_lackC_ircle.glif leftHalfBlackDiamond leftH_alfB_lackD_iamond.glif leftHalfBlackSquare leftH_alfB_lackS_quare.glif leftHalfBlackWhiteCircle leftH_alfB_lackW_hiteC_ircle.glif leftOneEighthBlock leftO_neE_ighthB_lock.glif leftOneEighthBlock.stypo leftO_neE_ighthB_lock.stypo.glif leftOneQuarterBlock leftO_neQ_uarterB_lock.glif leftOneQuarterBlock.stypo leftO_neQ_uarterB_lock.stypo.glif leftRightArrow leftR_ightA_rrow.glif leftSevenEighthsBlock leftS_evenE_ighthsB_lock.glif leftSevenEighthsBlock.stypo leftS_evenE_ighthsB_lock.stypo.glif leftThreeEighthsBlock leftT_hreeE_ighthsB_lock.glif leftThreeEighthsBlock.stypo leftT_hreeE_ighthsB_lock.stypo.glif leftThreeQuartersBlock leftT_hreeQ_uartersB_lock.glif leftThreeQuartersBlock.stypo leftT_hreeQ_uartersB_lock.stypo.glif leftWhitePointer leftW_hiteP_ointer.glif leftWhiteSmallTriangle leftW_hiteS_mallT_riangle.glif leftWhiteTriangle leftW_hiteT_riangle.glif less less.glif less.alt less.alt.glif less.center less.center.glif less_asciitilde.liga less_asciitilde.liga.glif less_asciitilde_asciitilde.liga less_asciitilde_asciitilde.liga.glif less_asciitilde_greater.liga less_asciitilde_greater.liga.glif less_asterisk.liga less_asterisk.liga.glif less_asterisk_greater.liga less_asterisk_greater.liga.glif less_bar.liga less_bar.liga.glif less_bar_bar.liga less_bar_bar.liga.glif less_bar_bar_bar.liga less_bar_bar_bar.liga.glif less_bar_greater.liga less_bar_greater.liga.glif less_dollar.liga less_dollar.liga.glif less_dollar.liga.BRACKET.600 less_dollar.liga.B_R_A_C_K_E_T_.600.glif less_dollar_greater.liga less_dollar_greater.liga.glif less_dollar_greater.liga.BRACKET.600 less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif less_equal.liga less_equal.liga.glif less_equal_end.seq less_equal_end.seq.glif less_equal_middle.seq less_equal_middle.seq.glif less_equal_start.seq less_equal_start.seq.glif less_exclam_hyphen_hyphen.liga less_exclam_hyphen_hyphen.liga.glif less_greater.liga less_greater.liga.glif less_hyphen_end.seq less_hyphen_end.seq.glif less_hyphen_middle.seq less_hyphen_middle.seq.glif less_hyphen_start.seq less_hyphen_start.seq.glif less_less.liga less_less.liga.glif less_less_equal_end.seq less_less_equal_end.seq.glif less_less_equal_middle.seq less_less_equal_middle.seq.glif less_less_equal_start.seq less_less_equal_start.seq.glif less_less_hyphen_end.seq less_less_hyphen_end.seq.glif less_less_hyphen_middle.seq less_less_hyphen_middle.seq.glif less_less_hyphen_start.seq less_less_hyphen_start.seq.glif less_less_less.liga less_less_less.liga.glif less_plus.liga less_plus.liga.glif less_plus_greater.liga less_plus_greater.liga.glif less_slash.liga less_slash.liga.glif less_slash_greater.liga less_slash_greater.liga.glif lessequal lessequal.glif lineFeedControl lineF_eedC_ontrol.glif lineFeedControl.ss20 lineF_eedC_ontrol.ss20.glif lineseparator lineseparator.glif lira lira.glif liraTurkish liraT_urkish.glif literSign literS_ign.glif lje-cy lje-cy.glif llinebelow llinebelow.glif lmiddletilde lmiddletilde.glif logicalnot logicalnot.glif logicalnotReversed logicalnotR_eversed.glif longs longs.glif lowerFiveEighthsBlock lowerF_iveE_ighthsB_lock.glif lowerFiveEighthsBlock.stypo lowerF_iveE_ighthsB_lock.stypo.glif lowerHalfArc lowerH_alfA_rc.glif lowerHalfBlackWhiteCircle lowerH_alfB_lackW_hiteC_ircle.glif lowerHalfBlock lowerH_alfB_lock.glif lowerHalfBlock.stypo lowerH_alfB_lock.stypo.glif lowerHalfInverseWhiteCircle lowerH_alfI_nverseW_hiteC_ircle.glif lowerHalfWhiteSquare lowerH_alfW_hiteS_quare.glif lowerLeftArc lowerL_eftA_rc.glif lowerLeftBlackTriangle lowerL_eftB_lackT_riangle.glif lowerLeftBlock lowerL_eftB_lock.glif lowerLeftBlock.stypo lowerL_eftB_lock.stypo.glif lowerLeftHalfWhiteSquare lowerL_eftH_alfW_hiteS_quare.glif lowerLeftQuadrantWhiteCircle lowerL_eftQ_uadrantW_hiteC_ircle.glif lowerLeftTriangle lowerL_eftT_riangle.glif lowerOneEighthBlock lowerO_neE_ighthB_lock.glif lowerOneEighthBlock.stypo lowerO_neE_ighthB_lock.stypo.glif lowerOneQuarterBlock lowerO_neQ_uarterB_lock.glif lowerOneQuarterBlock.stypo lowerO_neQ_uarterB_lock.stypo.glif lowerRightArc lowerR_ightA_rc.glif lowerRightBlackTriangle lowerR_ightB_lackT_riangle.glif lowerRightBlock lowerR_ightB_lock.glif lowerRightBlock.stypo lowerR_ightB_lock.stypo.glif lowerRightDiagonalHalfBlackSquare lowerR_ightD_iagonalH_alfB_lackS_quare.glif lowerRightQuadrantWhiteCircle lowerR_ightQ_uadrantW_hiteC_ircle.glif lowerRightTriangle lowerR_ightT_riangle.glif lowerSevenEighthsBlock lowerS_evenE_ighthsB_lock.glif lowerSevenEighthsBlock.stypo lowerS_evenE_ighthsB_lock.stypo.glif lowerThreeEighthsBlock lowerT_hreeE_ighthsB_lock.glif lowerThreeEighthsBlock.stypo lowerT_hreeE_ighthsB_lock.stypo.glif lowerThreeQuartersBlock lowerT_hreeQ_uartersB_lock.glif lowerThreeQuartersBlock.stypo lowerT_hreeQ_uartersB_lock.stypo.glif lowernumeral-greek lowernumeral-greek.glif lowlinecomb lowlinecomb.glif lozenge lozenge.glif lslash lslash.glif m m.glif macron macron.glif macronbelowcomb macronbelowcomb.glif macroncomb macroncomb.glif macroncomb.case macroncomb.case.glif manat manat.glif mars mars.glif mediumBlackSmallSquare mediumB_lackS_mallS_quare.glif mediumBlackSquare mediumB_lackS_quare.glif mediumWhiteSmallSquare mediumW_hiteS_mallS_quare.glif mediumWhiteSquare mediumW_hiteS_quare.glif mediumleftpointinganglebracketornament mediumleftpointinganglebracketornament.glif mediumrightpointinganglebracketornament mediumrightpointinganglebracketornament.glif micro micro.glif minus minus.glif minute minute.glif mu mu.glif multiply multiply.glif n n.glif nacute nacute.glif nacute.loclPLK nacute.loclP_L_K_.glif naira naira.glif napostrophe napostrophe.glif nbspace nbspace.glif ncaron ncaron.glif ncommaaccent ncommaaccent.glif negativeAcknowledgeControl negativeA_cknowledgeC_ontrol.glif negativeAcknowledgeControl.ss20 negativeA_cknowledgeC_ontrol.ss20.glif newlineControl newlineC_ontrol.glif nhookleft nhookleft.glif nine nine.glif nine.dnom nine.dnom.glif nine.numr nine.numr.glif nineinferior nineinferior.glif ninesuperior ninesuperior.glif nje-cy nje-cy.glif nlinebelow nlinebelow.glif nmod nmod.glif nonbreakinghyphen nonbreakinghyphen.glif note-musical note-musical.glif notedbl-musical notedbl-musical.glif notequal notequal.glif notidentical notidentical.glif ntilde ntilde.glif nu nu.glif nullControl nullC_ontrol.glif numbersign numbersign.glif numbersign_braceleft.liga numbersign_braceleft.liga.glif numbersign_bracketleft.liga numbersign_bracketleft.liga.glif numbersign_colon.liga numbersign_colon.liga.glif numbersign_end.seq numbersign_end.seq.glif numbersign_equal.liga numbersign_equal.liga.glif numbersign_exclam.liga numbersign_exclam.liga.glif numbersign_middle.seq numbersign_middle.seq.glif numbersign_parenleft.liga numbersign_parenleft.liga.glif numbersign_question.liga numbersign_question.liga.glif numbersign_start.seq numbersign_start.seq.glif numbersign_underscore.liga numbersign_underscore.liga.glif numbersign_underscore_parenleft.liga numbersign_underscore_parenleft.liga.glif numeral-greek numeral-greek.glif numero numero.glif o o.glif o-cy o-cy.glif oacute oacute.glif oacute.loclPLK oacute.loclP_L_K_.glif obarred-cy obarred-cy.glif obreve obreve.glif ocircumflex ocircumflex.glif ocircumflexacute ocircumflexacute.glif ocircumflexdotbelow ocircumflexdotbelow.glif ocircumflexgrave ocircumflexgrave.glif ocircumflexhookabove ocircumflexhookabove.glif ocircumflextilde ocircumflextilde.glif odieresis odieresis.glif odotbelow odotbelow.glif oe oe.glif ogonek ogonek.glif ogonekcomb ogonekcomb.glif ograve ograve.glif ohookabove ohookabove.glif ohorn ohorn.glif ohornacute ohornacute.glif ohorndotbelow ohorndotbelow.glif ohorngrave ohorngrave.glif ohornhookabove ohornhookabove.glif ohorntilde ohorntilde.glif ohungarumlaut ohungarumlaut.glif omacron omacron.glif omacronacute omacronacute.glif omacrongrave omacrongrave.glif omega omega.glif omegatonos omegatonos.glif omicron omicron.glif omicrontonos omicrontonos.glif one one.glif one.dnom one.dnom.glif one.half one.half.glif one.numr one.numr.glif onedotenleader onedotenleader.glif oneeighth oneeighth.glif onehalf onehalf.glif oneinferior oneinferior.glif onequarter onequarter.glif onesuperior onesuperior.glif oogonek oogonek.glif oopen oopen.glif ordfeminine ordfeminine.glif ordmasculine ordmasculine.glif orthogonal orthogonal.glif oslash oslash.glif oslashacute oslashacute.glif otilde otilde.glif overline overline.glif p p.glif palochka-cy palochka-cy.glif paragraph paragraph.glif parenleft parenleft.glif parenleft_asterisk.liga parenleft_asterisk.liga.glif parenright parenright.glif partialdiff partialdiff.glif pe-cy pe-cy.glif pe-cy.loclBGR pe-cy.loclB_G_R_.glif percent percent.glif percent_percent.liga percent_percent.liga.glif period period.glif period_equal.liga period_equal.liga.glif period_hyphen.liga period_hyphen.liga.glif period_period.liga period_period.liga.glif period_period_equal.liga period_period_equal.liga.glif period_period_less.liga period_period_less.liga.glif period_period_period.liga period_period_period.liga.glif period_question.liga period_question.liga.glif periodcentered periodcentered.glif perispomenicomb perispomenicomb.glif perthousand perthousand.glif peseta peseta.glif peso peso.glif phi phi.glif pi pi.glif plus plus.glif plus_greater.liga plus_greater.liga.glif plus_plus.liga plus_plus.liga.glif plus_plus_plus.liga plus_plus_plus.liga.glif plusminus plusminus.glif prescription prescription.glif product product.glif psi psi.glif published published.glif punctuationspace punctuationspace.glif q q.glif question question.glif question_colon.liga question_colon.liga.glif question_equal.liga question_equal.liga.glif question_period.liga question_period.liga.glif question_question.liga question_question.liga.glif question_question_equal.liga question_question_equal.liga.glif questiondown questiondown.glif questiongreek questiongreek.glif quotedbl quotedbl.glif quotedblbase quotedblbase.glif quotedblleft quotedblleft.glif quotedblright quotedblright.glif quoteleft quoteleft.glif quotereversed quotereversed.glif quoteright quoteright.glif quotesinglbase quotesinglbase.glif quotesingle quotesingle.glif r r.glif racute racute.glif radical radical.glif rcaron rcaron.glif rcommaaccent rcommaaccent.glif rdotbelow rdotbelow.glif recordSeparatorControl recordS_eparatorC_ontrol.glif registered registered.glif returnsymbol returnsymbol.glif reversedRotatedFloralHeartBullet reversedR_otatedF_loralH_eartB_ullet.glif rho rho.glif rightArrow rightA_rrow.glif rightBlackPointer rightB_lackP_ointer.glif rightBlackSmallTriangle rightB_lackS_mallT_riangle.glif rightBlackTriangle rightB_lackT_riangle.glif rightBlock rightB_lock.glif rightBlock.stypo rightB_lock.stypo.glif rightHalfBlackCircle rightH_alfB_lackC_ircle.glif rightHalfBlackDiamond rightH_alfB_lackD_iamond.glif rightHalfBlackSquare rightH_alfB_lackS_quare.glif rightHalfBlackWhiteCircle rightH_alfB_lackW_hiteC_ircle.glif rightOneEighthBlock rightO_neE_ighthB_lock.glif rightOneEighthBlock.stypo rightO_neE_ighthB_lock.stypo.glif rightWhitePointer rightW_hiteP_ointer.glif rightWhiteSmallTriangle rightW_hiteS_mallT_riangle.glif rightWhiteTriangle rightW_hiteT_riangle.glif ring ring.glif ringbelowcomb ringbelowcomb.glif ringcomb ringcomb.glif ringcomb.case ringcomb.case.glif rotatedFloralHeartBullet rotatedF_loralH_eartB_ullet.glif ruble ruble.glif rupee rupee.glif rupeeIndian rupeeI_ndian.glif s s.glif sacute sacute.glif sacute.loclPLK sacute.loclP_L_K_.glif scaron scaron.glif scedilla scedilla.glif schwa schwa.glif schwa-cy schwa-cy.glif scircumflex scircumflex.glif scommaaccent scommaaccent.glif sdotbelow sdotbelow.glif second second.glif section section.glif semicolon semicolon.glif semicolon_semicolon.liga semicolon_semicolon.liga.glif seven seven.glif seven.dnom seven.dnom.glif seven.numr seven.numr.glif seveneighths seveneighths.glif seveninferior seveninferior.glif sevensuperior sevensuperior.glif sha-cy sha-cy.glif sha-cy.loclBGR sha-cy.loclB_G_R_.glif shadedark shadedark.glif shadedark.stypo shadedark.stypo.glif shadelight shadelight.glif shadelight.stypo shadelight.stypo.glif shademedium shademedium.glif shademedium.stypo shademedium.stypo.glif shcha-cy shcha-cy.glif shcha-cy.loclBGR shcha-cy.loclB_G_R_.glif sheqel sheqel.glif shha-cy shha-cy.glif shiftInControl shiftI_nC_ontrol.glif shiftInControl.ss20 shiftI_nC_ontrol.ss20.glif shiftOutControl shiftO_utC_ontrol.glif shiftOutControl.ss20 shiftO_utC_ontrol.ss20.glif sigma sigma.glif sigmafinal sigmafinal.glif six six.glif six.dnom six.dnom.glif six.numr six.numr.glif sixinferior sixinferior.glif sixsuperior sixsuperior.glif slash slash.glif slash_asterisk.liga slash_asterisk.liga.glif slash_backslash.liga slash_backslash.liga.glif slash_equal_end.seq slash_equal_end.seq.glif slash_equal_middle.seq slash_equal_middle.seq.glif slash_equal_start.seq slash_equal_start.seq.glif slash_greater.liga slash_greater.liga.glif slash_slash.liga slash_slash.liga.glif slash_slash_equal_end.seq slash_slash_equal_end.seq.glif slash_slash_equal_middle.seq slash_slash_equal_middle.seq.glif slash_slash_equal_start.seq slash_slash_equal_start.seq.glif slash_slash_slash.liga slash_slash_slash.liga.glif softhyphen softhyphen.glif softsign-cy softsign-cy.glif softsign-cy.loclBGR softsign-cy.loclB_G_R_.glif space space.glif spaceControl spaceC_ontrol.glif spadeBlackSuit spadeB_lackS_uit.glif startOfHeadingControl startO_fH_eadingC_ontrol.glif startOfHeadingControl.ss20 startO_fH_eadingC_ontrol.ss20.glif startOfTextControl startO_fT_extC_ontrol.glif startOfTextControl.ss20 startO_fT_extC_ontrol.ss20.glif sterling sterling.glif strictlyequivalentto strictlyequivalentto.glif substituteControl substituteC_ontrol.glif substituteControl.ss20 substituteC_ontrol.ss20.glif substituteFormTwoControl substituteF_ormT_woC_ontrol.glif summation summation.glif sunWithRays sunW_ithR_ays.glif synchronousIdleControl synchronousI_dleC_ontrol.glif synchronousIdleControl.ss20 synchronousI_dleC_ontrol.ss20.glif t t.glif tau tau.glif tbar tbar.glif tcaron tcaron.glif tcedilla tcedilla.glif tcommaaccent tcommaaccent.glif te-cy te-cy.glif te-cy.loclBGR te-cy.loclB_G_R_.glif tenge tenge.glif tesh tesh.glif theta theta.glif thetamod thetamod.glif thorn thorn.glif three three.glif three.dnom three.dnom.glif three.half three.half.glif three.numr three.numr.glif threeeighths threeeighths.glif threeinferior threeinferior.glif threequarters threequarters.glif threesuperior threesuperior.glif tilde tilde.glif tildecomb tildecomb.glif tildecomb.case tildecomb.case.glif tonos tonos.glif tonos.case tonos.case.glif topHalfBlackCircle topH_alfB_lackC_ircle.glif topHalfBlackDiamond topH_alfB_lackD_iamond.glif topHalfWhiteSquare topH_alfW_hiteS_quare.glif topRightHalfWhiteSquare topR_ightH_alfW_hiteS_quare.glif trademark trademark.glif tse-cy tse-cy.glif tse-cy.loclBGR tse-cy.loclB_G_R_.glif tshe-cy tshe-cy.glif tugrik tugrik.glif two two.glif two.dnom two.dnom.glif two.half two.half.glif two.numr two.numr.glif twoinferior twoinferior.glif twosuperior twosuperior.glif u u.glif u-cy u-cy.glif uacute uacute.glif ubreve ubreve.glif ucircumflex ucircumflex.glif udieresis udieresis.glif udotbelow udotbelow.glif ugrave ugrave.glif uhookabove uhookabove.glif uhorn uhorn.glif uhornacute uhornacute.glif uhorndotbelow uhorndotbelow.glif uhorngrave uhorngrave.glif uhornhookabove uhornhookabove.glif uhorntilde uhorntilde.glif uhungarumlaut uhungarumlaut.glif umacron umacron.glif umacron-cy umacron-cy.glif underscore underscore.glif underscore_end.seq underscore_end.seq.glif underscore_middle.seq underscore_middle.seq.glif underscore_start.seq underscore_start.seq.glif underscore_underscore.liga underscore_underscore.liga.glif underscoredbl underscoredbl.glif unitSeparatorControl unitS_eparatorC_ontrol.glif uogonek uogonek.glif upArrow upA_rrow.glif upBlackSmallTriangle upB_lackS_mallT_riangle.glif upBlackTriangle upB_lackT_riangle.glif upDashArrow upD_ashA_rrow.glif upDownArrow upD_ownA_rrow.glif upDownbaseArrow upD_ownbaseA_rrow.glif upLeftHalfBlackTriangle upL_eftH_alfB_lackT_riangle.glif upRightHalfBlackTriangle upR_ightH_alfB_lackT_riangle.glif upWhiteSmallTriangle upW_hiteS_mallT_riangle.glif upWhiteTriangle upW_hiteT_riangle.glif upWhiteTriangleWithDot upW_hiteT_riangleW_ithD_ot.glif upperHalfArc upperH_alfA_rc.glif upperHalfBlackWhiteCircle upperH_alfB_lackW_hiteC_ircle.glif upperHalfBlock upperH_alfB_lock.glif upperHalfBlock.stypo upperH_alfB_lock.stypo.glif upperHalfInverseWhiteCircle upperH_alfI_nverseW_hiteC_ircle.glif upperLeftAndLowerLeftAndLowerRightBlock upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif upperLeftAndLowerLeftAndLowerRightBlock.stypo upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif upperLeftAndLowerRightBlock upperL_eftA_ndL_owerR_ightB_lock.glif upperLeftAndLowerRightBlock.stypo upperL_eftA_ndL_owerR_ightB_lock.stypo.glif upperLeftAndUpperRightAndLowerLeftBlock upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif upperLeftAndUpperRightAndLowerLeftBlock.stypo upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.stypo.glif upperLeftAndUpperRightAndLowerRightBlock upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glif upperLeftAndUpperRightAndLowerRightBlock.stypo upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.stypo.glif upperLeftArc upperL_eftA_rc.glif upperLeftBlackTriangle upperL_eftB_lackT_riangle.glif upperLeftBlock upperL_eftB_lock.glif upperLeftBlock.stypo upperL_eftB_lock.stypo.glif upperLeftDiagonalHalfBlackSquare upperL_eftD_iagonalH_alfB_lackS_quare.glif upperLeftQuadrantWhiteCircle upperL_eftQ_uadrantW_hiteC_ircle.glif upperLeftTriangle upperL_eftT_riangle.glif upperLeftWhiteCircle upperL_eftW_hiteC_ircle.glif upperOneEighthBlock upperO_neE_ighthB_lock.glif upperOneEighthBlock.stypo upperO_neE_ighthB_lock.stypo.glif upperRightAndLowerLeftAndLowerRightBlock upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif upperRightAndLowerLeftAndLowerRightBlock.stypo upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif upperRightAndLowerLeftBlock upperR_ightA_ndL_owerL_eftB_lock.glif upperRightAndLowerLeftBlock.stypo upperR_ightA_ndL_owerL_eftB_lock.stypo.glif upperRightArc upperR_ightA_rc.glif upperRightBlackCircle upperR_ightB_lackC_ircle.glif upperRightBlackTriangle upperR_ightB_lackT_riangle.glif upperRightBlock upperR_ightB_lock.glif upperRightBlock.stypo upperR_ightB_lock.stypo.glif upperRightQuadrantWhiteCircle upperR_ightQ_uadrantW_hiteC_ircle.glif upperRightTriangle upperR_ightT_riangle.glif upperlefttolowerrightFillSquare upperlefttolowerrightF_illS_quare.glif upperrighttolowerleftFillSquare upperrighttolowerleftF_illS_quare.glif upsilon upsilon.glif upsilon-latin upsilon-latin.glif upsilondieresis upsilondieresis.glif upsilondieresistonos upsilondieresistonos.glif upsilontonos upsilontonos.glif uring uring.glif ushort-cy ushort-cy.glif ustraight-cy ustraight-cy.glif ustraightstroke-cy ustraightstroke-cy.glif utilde utilde.glif v v.glif ve-cy ve-cy.glif ve-cy.loclBGR ve-cy.loclB_G_R_.glif vectorOrCrossProduct vectorO_rC_rossP_roduct.glif venus venus.glif verticalBisectingLineWhiteSquare verticalB_isectingL_ineW_hiteS_quare.glif verticalFillCircle verticalF_illC_ircle.glif verticalFillSquare verticalF_illS_quare.glif verticalTabulationControl verticalT_abulationC_ontrol.glif verticalTabulationControl.ss20 verticalT_abulationC_ontrol.ss20.glif vhook vhook.glif vturned vturned.glif w w.glif w_w_w.liga w_w_w.liga.glif wacute wacute.glif wcircumflex wcircumflex.glif wdieresis wdieresis.glif wgrave wgrave.glif whiteBullet whiteB_ullet.glif whiteCircle whiteC_ircle.glif whiteDiamond whiteD_iamond.glif whiteHexagon whiteH_exagon.glif whiteHorizontalEllipse whiteH_orizontalE_llipse.glif whiteInBlackSquare whiteI_nB_lackS_quare.glif whiteLargeSquare whiteL_argeS_quare.glif whiteLowerLeftQuadrantSquare whiteL_owerL_eftQ_uadrantS_quare.glif whiteLowerRightQuadrantSquare whiteL_owerR_ightQ_uadrantS_quare.glif whiteMediumDiamond whiteM_ediumD_iamond.glif whiteMediumLozenge whiteM_ediumL_ozenge.glif whiteParallelogram whiteP_arallelogram.glif whitePentagon whiteP_entagon.glif whiteRect whiteR_ect.glif whiteRoundedCornersSquare whiteR_oundedC_ornersS_quare.glif whiteSmallLozenge whiteS_mallL_ozenge.glif whiteSmallSquare whiteS_mallS_quare.glif whiteSmilingFace whiteS_milingF_ace.glif whiteSquare whiteS_quare.glif whiteUpperLeftQuadrantSquare whiteU_pperL_eftQ_uadrantS_quare.glif whiteUpperRightQuadrantSquare whiteU_pperR_ightQ_uadrantS_quare.glif whiteVerticalEllipse whiteV_erticalE_llipse.glif whiteVerticalRect whiteV_erticalR_ect.glif whiteVerysmallSquare whiteV_erysmallS_quare.glif wmod wmod.glif won won.glif x x.glif x.multiply x.multiply.glif xi xi.glif y y.glif yacute yacute.glif ycircumflex ycircumflex.glif ydieresis ydieresis.glif ydotbelow ydotbelow.glif yen yen.glif yeru-cy yeru-cy.glif ygrave ygrave.glif yhookabove yhookabove.glif yi-cy yi-cy.glif ymacron ymacron.glif ymod ymod.glif ytilde ytilde.glif z z.glif zacute zacute.glif zacute.loclPLK zacute.loclP_L_K_.glif zcaron zcaron.glif zdotaccent zdotaccent.glif ze-cy ze-cy.glif ze-cy.loclBGR ze-cy.loclB_G_R_.glif zero zero.glif zero.dnom zero.dnom.glif zero.numr zero.numr.glif zero.zero zero.zero.glif zeroinferior zeroinferior.glif zerosuperior zerosuperior.glif zeta zeta.glif zhe-cy zhe-cy.glif zhe-cy.loclBGR zhe-cy.loclB_G_R_.glif zhedescender-cy zhedescender-cy.glif zmod zmod.glif cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/copyright.glif000066400000000000000000000044411401101653000273030ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/crosshatchF_illS_quare.glif000066400000000000000000000022041401101653000317150ustar00rootroot00000000000000 uni25A6 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/currency.glif000066400000000000000000000040651401101653000271270ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/d.glif000066400000000000000000000034161401101653000255170ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dagger.glif000066400000000000000000000013761401101653000265300ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/daggerdbl.glif000066400000000000000000000026661401101653000272150ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dashdownA_rrow.glif000066400000000000000000000024771401101653000302630ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dataL_inkE_scapeC_ontrol.glif000066400000000000000000000017471401101653000321470ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name D.half alignment -1 index 1 name L.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dataL_inkE_scapeC_ontrol.ss20.glif000066400000000000000000000011641401101653000327260ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dcaron.alt.glif000066400000000000000000000035661401101653000273270ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dcaron.glif000066400000000000000000000012411401101653000265340ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dcroat.glif000066400000000000000000000012371401101653000265470ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/de-cy.glif000066400000000000000000000032131401101653000262700ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/de-cy.loclB_G_R_.glif000066400000000000000000000003701401101653000302110ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/degree.glif000066400000000000000000000024161401101653000265260ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/deleteC_ontrol.glif000066400000000000000000000017371401101653000302420ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name D.half alignment -1 index 1 name T.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/deleteF_ormT_woC_ontrol.glif000066400000000000000000000017401401101653000320500ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/delta.glif000066400000000000000000000040361401101653000263640ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/deviceC_ontrolF_ourC_ontrol.glif000066400000000000000000000017601401101653000327260ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name D.half alignment -1 index 1 name four.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/deviceC_ontrolO_neC_ontrol.glif000066400000000000000000000017551401101653000325400ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name D.half alignment -1 index 1 name one.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/deviceC_ontrolT_hreeC_ontrol.glif000066400000000000000000000017631401101653000330650ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name D.half alignment -1 index 1 name three.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/deviceC_ontrolT_woC_ontrol.glif000066400000000000000000000017551401101653000325700ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name D.half alignment -1 index 1 name two.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/diagonalcrosshatchF_illS_quare.glif000066400000000000000000000030461401101653000334210ustar00rootroot00000000000000 uni25A9 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/diamondB_lackS_uit.glif000066400000000000000000000007421401101653000310060ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dieresis.glif000066400000000000000000000004651401101653000271040ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dieresiscomb.case.glif000066400000000000000000000026261401101653000306600ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dieresiscomb.glif000066400000000000000000000026511401101653000277440ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dieresistonos.glif000066400000000000000000000030171401101653000301630ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/divide.glif000066400000000000000000000027271401101653000265440ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/divisionslash.glif000066400000000000000000000004711401101653000301510ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dje-cy.glif000066400000000000000000000036021401101653000264440ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dollar.B_R_A_C_K_E_T_.600.glif000066400000000000000000000017131401101653000313560ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs._originalLayerName [600] com.schriftgestaltung.Glyphs.glyph.leftMetricsKey =S com.schriftgestaltung.Glyphs.glyph.rightMetricsKey =S public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dollar.glif000066400000000000000000000014001401101653000265400ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.leftMetricsKey =S com.schriftgestaltung.Glyphs.glyph.rightMetricsKey =S public.markColor 0.67,0.95,0.38,1 dollar_greater.liga.B_R_A_C_K_E_T_.600.glif000066400000000000000000000047661401101653000337360ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs com.schriftgestaltung.Glyphs._originalLayerName [600] public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dollar_greater.liga.glif000066400000000000000000000043031401101653000311710ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dong.glif000066400000000000000000000012421401101653000262160ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dotaccent.glif000066400000000000000000000004611401101653000272350ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dotaccentcomb.case.glif000066400000000000000000000016221401101653000310100ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dotaccentcomb.glif000066400000000000000000000016451401101653000301030ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dotbelowcomb.glif000066400000000000000000000016471401101653000277600ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1-braille.glif000066400000000000000000000014311401101653000277310ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12-braille.glif000066400000000000000000000024231401101653000300150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123-braille.glif000066400000000000000000000034151401101653000301020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234-braille.glif000066400000000000000000000044231401101653000301660ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12345-braille.glif000066400000000000000000000054151401101653000302550ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123456-braille.glif000066400000000000000000000064071401101653000303450ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234567-braille.glif000066400000000000000000000073771401101653000304430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12345678-braille.glif000066400000000000000000000103671401101653000305240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234568-braille.glif000066400000000000000000000073771401101653000304440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123457-braille.glif000066400000000000000000000064051401101653000303440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234578-braille.glif000066400000000000000000000073751401101653000304430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123458-braille.glif000066400000000000000000000064051401101653000303450ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12346-braille.glif000066400000000000000000000054151401101653000302560ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123467-braille.glif000066400000000000000000000064051401101653000303450ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1234678-braille.glif000066400000000000000000000073751401101653000304440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123468-braille.glif000066400000000000000000000064051401101653000303460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12347-braille.glif000066400000000000000000000054131401101653000302550ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123478-braille.glif000066400000000000000000000064031401101653000303450ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12348-braille.glif000066400000000000000000000054131401101653000302560ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1235-braille.glif000066400000000000000000000044071401101653000301710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12356-braille.glif000066400000000000000000000054011401101653000302520ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123567-braille.glif000066400000000000000000000063711401101653000303500ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1235678-braille.glif000066400000000000000000000073611401101653000304400ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123568-braille.glif000066400000000000000000000063711401101653000303510ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12357-braille.glif000066400000000000000000000053771401101653000302670ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123578-braille.glif000066400000000000000000000063671401101653000303570ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12358-braille.glif000066400000000000000000000053771401101653000302700ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1236-braille.glif000066400000000000000000000044071401101653000301720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12367-braille.glif000066400000000000000000000053771401101653000302700ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots123678-braille.glif000066400000000000000000000063671401101653000303600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12368-braille.glif000066400000000000000000000053771401101653000302710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1237-braille.glif000066400000000000000000000044051401101653000301710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12378-braille.glif000066400000000000000000000053751401101653000302700ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1238-braille.glif000066400000000000000000000044051401101653000301720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124-braille.glif000066400000000000000000000034311401101653000301010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1245-braille.glif000066400000000000000000000044231401101653000301700ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12456-braille.glif000066400000000000000000000054151401101653000302600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124567-braille.glif000066400000000000000000000064051401101653000303470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1245678-braille.glif000066400000000000000000000073751401101653000304460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124568-braille.glif000066400000000000000000000064051401101653000303500ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12457-braille.glif000066400000000000000000000054131401101653000302570ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124578-braille.glif000066400000000000000000000064031401101653000303470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12458-braille.glif000066400000000000000000000054131401101653000302600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1246-braille.glif000066400000000000000000000044231401101653000301710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12467-braille.glif000066400000000000000000000054131401101653000302600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots124678-braille.glif000066400000000000000000000064031401101653000303500ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12468-braille.glif000066400000000000000000000054131401101653000302610ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1247-braille.glif000066400000000000000000000044211401101653000301700ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12478-braille.glif000066400000000000000000000054111401101653000302600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1248-braille.glif000066400000000000000000000044211401101653000301710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots125-braille.glif000066400000000000000000000034151401101653000301040ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1256-braille.glif000066400000000000000000000044071401101653000301740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12567-braille.glif000066400000000000000000000053771401101653000302720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots125678-braille.glif000066400000000000000000000063671401101653000303620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12568-braille.glif000066400000000000000000000053771401101653000302730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1257-braille.glif000066400000000000000000000044051401101653000301730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12578-braille.glif000066400000000000000000000053751401101653000302720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1258-braille.glif000066400000000000000000000044051401101653000301740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots126-braille.glif000066400000000000000000000034151401101653000301050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1267-braille.glif000066400000000000000000000044051401101653000301740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots12678-braille.glif000066400000000000000000000053751401101653000302730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1268-braille.glif000066400000000000000000000044051401101653000301750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots127-braille.glif000066400000000000000000000034131401101653000301040ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1278-braille.glif000066400000000000000000000044031401101653000301740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots128-braille.glif000066400000000000000000000034131401101653000301050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13-braille.glif000066400000000000000000000024231401101653000300160ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134-braille.glif000066400000000000000000000034311401101653000301020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1345-braille.glif000066400000000000000000000044231401101653000301710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13456-braille.glif000066400000000000000000000054151401101653000302610ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134567-braille.glif000066400000000000000000000064051401101653000303500ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1345678-braille.glif000066400000000000000000000073751401101653000304470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134568-braille.glif000066400000000000000000000064051401101653000303510ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13457-braille.glif000066400000000000000000000054131401101653000302600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134578-braille.glif000066400000000000000000000064031401101653000303500ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13458-braille.glif000066400000000000000000000054131401101653000302610ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1346-braille.glif000066400000000000000000000044231401101653000301720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13467-braille.glif000066400000000000000000000054131401101653000302610ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots134678-braille.glif000066400000000000000000000064031401101653000303510ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13468-braille.glif000066400000000000000000000054131401101653000302620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1347-braille.glif000066400000000000000000000044211401101653000301710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13478-braille.glif000066400000000000000000000054111401101653000302610ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1348-braille.glif000066400000000000000000000044211401101653000301720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots135-braille.glif000066400000000000000000000034151401101653000301050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1356-braille.glif000066400000000000000000000044071401101653000301750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13567-braille.glif000066400000000000000000000053771401101653000302730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots135678-braille.glif000066400000000000000000000063671401101653000303630ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13568-braille.glif000066400000000000000000000053771401101653000302740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1357-braille.glif000066400000000000000000000044051401101653000301740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13578-braille.glif000066400000000000000000000053751401101653000302730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1358-braille.glif000066400000000000000000000044051401101653000301750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots136-braille.glif000066400000000000000000000034151401101653000301060ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1367-braille.glif000066400000000000000000000044051401101653000301750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots13678-braille.glif000066400000000000000000000053751401101653000302740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1368-braille.glif000066400000000000000000000044051401101653000301760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots137-braille.glif000066400000000000000000000034131401101653000301050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1378-braille.glif000066400000000000000000000044031401101653000301750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots138-braille.glif000066400000000000000000000034131401101653000301060ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14-braille.glif000066400000000000000000000024371401101653000300240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots145-braille.glif000066400000000000000000000034311401101653000301040ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1456-braille.glif000066400000000000000000000044231401101653000301740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14567-braille.glif000066400000000000000000000054131401101653000302630ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots145678-braille.glif000066400000000000000000000064031401101653000303530ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14568-braille.glif000066400000000000000000000054131401101653000302640ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1457-braille.glif000066400000000000000000000044211401101653000301730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14578-braille.glif000066400000000000000000000054111401101653000302630ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1458-braille.glif000066400000000000000000000044211401101653000301740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots146-braille.glif000066400000000000000000000034311401101653000301050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1467-braille.glif000066400000000000000000000044211401101653000301740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots14678-braille.glif000066400000000000000000000054111401101653000302640ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1468-braille.glif000066400000000000000000000044211401101653000301750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots147-braille.glif000066400000000000000000000034271401101653000301130ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1478-braille.glif000066400000000000000000000044171401101653000302030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots148-braille.glif000066400000000000000000000034271401101653000301140ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots15-braille.glif000066400000000000000000000024231401101653000300200ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots156-braille.glif000066400000000000000000000034151401101653000301100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1567-braille.glif000066400000000000000000000044051401101653000301770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots15678-braille.glif000066400000000000000000000053751401101653000302760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1568-braille.glif000066400000000000000000000044051401101653000302000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots157-braille.glif000066400000000000000000000034131401101653000301070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1578-braille.glif000066400000000000000000000044031401101653000301770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots158-braille.glif000066400000000000000000000034131401101653000301100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots16-braille.glif000066400000000000000000000024231401101653000300210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots167-braille.glif000066400000000000000000000034131401101653000301100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots1678-braille.glif000066400000000000000000000044031401101653000302000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots168-braille.glif000066400000000000000000000034131401101653000301110ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots17-braille.glif000066400000000000000000000024211401101653000300200ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots178-braille.glif000066400000000000000000000034111401101653000301100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots18-braille.glif000066400000000000000000000024211401101653000300210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2-braille.glif000066400000000000000000000014151401101653000277340ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23-braille.glif000066400000000000000000000024071401101653000300210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234-braille.glif000066400000000000000000000034151401101653000301050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2345-braille.glif000066400000000000000000000044071401101653000301740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23456-braille.glif000066400000000000000000000054011401101653000302550ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234567-braille.glif000066400000000000000000000063711401101653000303530ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2345678-braille.glif000066400000000000000000000073611401101653000304430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234568-braille.glif000066400000000000000000000063711401101653000303540ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23457-braille.glif000066400000000000000000000053771401101653000302720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234578-braille.glif000066400000000000000000000063671401101653000303620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23458-braille.glif000066400000000000000000000053771401101653000302730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2346-braille.glif000066400000000000000000000044071401101653000301750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23467-braille.glif000066400000000000000000000053771401101653000302730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots234678-braille.glif000066400000000000000000000063671401101653000303630ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23468-braille.glif000066400000000000000000000053771401101653000302740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2347-braille.glif000066400000000000000000000044051401101653000301740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23478-braille.glif000066400000000000000000000053751401101653000302730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2348-braille.glif000066400000000000000000000044051401101653000301750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots235-braille.glif000066400000000000000000000034011401101653000301010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2356-braille.glif000066400000000000000000000043731401101653000302000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23567-braille.glif000066400000000000000000000053631401101653000302670ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots235678-braille.glif000066400000000000000000000063531401101653000303570ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23568-braille.glif000066400000000000000000000053631401101653000302700ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2357-braille.glif000066400000000000000000000043711401101653000301770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23578-braille.glif000066400000000000000000000053611401101653000302670ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2358-braille.glif000066400000000000000000000043711401101653000302000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots236-braille.glif000066400000000000000000000034011401101653000301020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2367-braille.glif000066400000000000000000000043711401101653000302000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots23678-braille.glif000066400000000000000000000053611401101653000302700ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2368-braille.glif000066400000000000000000000043711401101653000302010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots237-braille.glif000066400000000000000000000033771401101653000301170ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2378-braille.glif000066400000000000000000000043671401101653000302070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots238-braille.glif000066400000000000000000000033771401101653000301200ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24-braille.glif000066400000000000000000000024231401101653000300200ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots245-braille.glif000066400000000000000000000034151401101653000301070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2456-braille.glif000066400000000000000000000044071401101653000301770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24567-braille.glif000066400000000000000000000053771401101653000302750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots245678-braille.glif000066400000000000000000000063671401101653000303650ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24568-braille.glif000066400000000000000000000053771401101653000302760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2457-braille.glif000066400000000000000000000044051401101653000301760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24578-braille.glif000066400000000000000000000053751401101653000302750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2458-braille.glif000066400000000000000000000044051401101653000301770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots246-braille.glif000066400000000000000000000034151401101653000301100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2467-braille.glif000066400000000000000000000044051401101653000301770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots24678-braille.glif000066400000000000000000000053751401101653000302760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2468-braille.glif000066400000000000000000000044051401101653000302000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots247-braille.glif000066400000000000000000000034131401101653000301070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2478-braille.glif000066400000000000000000000044031401101653000301770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots248-braille.glif000066400000000000000000000034131401101653000301100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots25-braille.glif000066400000000000000000000024071401101653000300230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots256-braille.glif000066400000000000000000000034011401101653000301040ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2567-braille.glif000066400000000000000000000043711401101653000302020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots25678-braille.glif000066400000000000000000000053611401101653000302720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2568-braille.glif000066400000000000000000000043711401101653000302030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots257-braille.glif000066400000000000000000000033771401101653000301210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2578-braille.glif000066400000000000000000000043671401101653000302110ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots258-braille.glif000066400000000000000000000033771401101653000301220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots26-braille.glif000066400000000000000000000024071401101653000300240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots267-braille.glif000066400000000000000000000033771401101653000301220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots2678-braille.glif000066400000000000000000000043671401101653000302120ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots268-braille.glif000066400000000000000000000033771401101653000301230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots27-braille.glif000066400000000000000000000024051401101653000300230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots278-braille.glif000066400000000000000000000033751401101653000301220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots28-braille.glif000066400000000000000000000024051401101653000300240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3-braille.glif000066400000000000000000000014151401101653000277350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34-braille.glif000066400000000000000000000024231401101653000300210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots345-braille.glif000066400000000000000000000034151401101653000301100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3456-braille.glif000066400000000000000000000044071401101653000302000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34567-braille.glif000066400000000000000000000053771401101653000302760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots345678-braille.glif000066400000000000000000000063671401101653000303660ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34568-braille.glif000066400000000000000000000053771401101653000302770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3457-braille.glif000066400000000000000000000044051401101653000301770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34578-braille.glif000066400000000000000000000053751401101653000302760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3458-braille.glif000066400000000000000000000044051401101653000302000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots346-braille.glif000066400000000000000000000034151401101653000301110ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3467-braille.glif000066400000000000000000000044051401101653000302000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots34678-braille.glif000066400000000000000000000053751401101653000302770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3468-braille.glif000066400000000000000000000044051401101653000302010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots347-braille.glif000066400000000000000000000034131401101653000301100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3478-braille.glif000066400000000000000000000044031401101653000302000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots348-braille.glif000066400000000000000000000034131401101653000301110ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots35-braille.glif000066400000000000000000000024071401101653000300240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots356-braille.glif000066400000000000000000000034011401101653000301050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3567-braille.glif000066400000000000000000000043711401101653000302030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots35678-braille.glif000066400000000000000000000053611401101653000302730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3568-braille.glif000066400000000000000000000043711401101653000302040ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots357-braille.glif000066400000000000000000000033771401101653000301220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3578-braille.glif000066400000000000000000000043671401101653000302120ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots358-braille.glif000066400000000000000000000033771401101653000301230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots36-braille.glif000066400000000000000000000024071401101653000300250ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots367-braille.glif000066400000000000000000000033771401101653000301230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots3678-braille.glif000066400000000000000000000043671401101653000302130ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots368-braille.glif000066400000000000000000000033771401101653000301240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots37-braille.glif000066400000000000000000000024051401101653000300240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots378-braille.glif000066400000000000000000000033751401101653000301230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots38-braille.glif000066400000000000000000000024051401101653000300250ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4-braille.glif000066400000000000000000000014311401101653000277340ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots45-braille.glif000066400000000000000000000024231401101653000300230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots456-braille.glif000066400000000000000000000034151401101653000301130ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4567-braille.glif000066400000000000000000000044051401101653000302020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots45678-braille.glif000066400000000000000000000053751401101653000303010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4568-braille.glif000066400000000000000000000044051401101653000302030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots457-braille.glif000066400000000000000000000034131401101653000301120ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4578-braille.glif000066400000000000000000000044031401101653000302020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots458-braille.glif000066400000000000000000000034131401101653000301130ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots46-braille.glif000066400000000000000000000024231401101653000300240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots467-braille.glif000066400000000000000000000034131401101653000301130ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots4678-braille.glif000066400000000000000000000044031401101653000302030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots468-braille.glif000066400000000000000000000034131401101653000301140ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots47-braille.glif000066400000000000000000000024211401101653000300230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots478-braille.glif000066400000000000000000000034111401101653000301130ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots48-braille.glif000066400000000000000000000024211401101653000300240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots5-braille.glif000066400000000000000000000014151401101653000277370ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots56-braille.glif000066400000000000000000000024071401101653000300270ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots567-braille.glif000066400000000000000000000033771401101653000301250ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots5678-braille.glif000066400000000000000000000043671401101653000302150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots568-braille.glif000066400000000000000000000033771401101653000301260ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots57-braille.glif000066400000000000000000000024051401101653000300260ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots578-braille.glif000066400000000000000000000033751401101653000301250ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots58-braille.glif000066400000000000000000000024051401101653000300270ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots6-braille.glif000066400000000000000000000014151401101653000277400ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots67-braille.glif000066400000000000000000000024051401101653000300270ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots678-braille.glif000066400000000000000000000033751401101653000301260ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots68-braille.glif000066400000000000000000000024051401101653000300300ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots7-braille.glif000066400000000000000000000014131401101653000277370ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots78-braille.glif000066400000000000000000000024031401101653000300270ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dots8-braille.glif000066400000000000000000000014131401101653000277400ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dottedC_ircle.glif000066400000000000000000000144141401101653000300400ustar00rootroot00000000000000 uni25CC public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dottedS_quare.glif000066400000000000000000000144401401101653000300760ustar00rootroot00000000000000 uni2B1A public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/downA_rrow.glif000066400000000000000000000013341401101653000274120ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/downB_lackS_mallT_riangle.glif000066400000000000000000000007271401101653000323160ustar00rootroot00000000000000 uni25BE public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/downB_lackT_riangle.glif000066400000000000000000000007201401101653000311570ustar00rootroot00000000000000 triagdn public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/downT_ipL_eftA_rrow.glif000066400000000000000000000006461401101653000312050ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/downW_hiteS_mallT_riangle.glif000066400000000000000000000013721401101653000323570ustar00rootroot00000000000000 uni25BF public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/downW_hiteT_riangle.glif000066400000000000000000000013651401101653000312310ustar00rootroot00000000000000 uni25BD public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dze-cy.glif000066400000000000000000000004061401101653000264630ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/dzhe-cy.glif000066400000000000000000000020131401101653000266270ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/e-cy.glif000066400000000000000000000027071401101653000261330ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/e.glif000066400000000000000000000031421401101653000255140ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/eacute.glif000066400000000000000000000007171401101653000265430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ebreve.glif000066400000000000000000000007161401101653000265440ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecaron.glif000066400000000000000000000007161401101653000265430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflex.glif000066400000000000000000000007301401101653000275760ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflexacute.glif000066400000000000000000000015141401101653000306210ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name acutecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflexdotbelow.glif000066400000000000000000000010251401101653000313340ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflexgrave.glif000066400000000000000000000015141401101653000306240ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name gravecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflexhookabove.glif000066400000000000000000000015301401101653000314730ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name hookabovecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ecircumflextilde.glif000066400000000000000000000010321401101653000306140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/edieresis.glif000066400000000000000000000007241401101653000272470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/edotaccent.glif000066400000000000000000000007251401101653000274050ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/edotbelow.glif000066400000000000000000000007271401101653000272620ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ef-cy.glif000066400000000000000000000061261401101653000263000ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/egrave.glif000066400000000000000000000007171401101653000265460ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ehookabove.glif000066400000000000000000000007261401101653000274170ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/eight.dnom.glif000066400000000000000000000004571401101653000273320ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/eight.glif000066400000000000000000000047131401101653000263750ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/eight.numr.glif000066400000000000000000000004401401101653000273460ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/eightinferior.glif000066400000000000000000000005121401101653000301240ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/eightsuperior.glif000066400000000000000000000047501401101653000301670ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/el-cy.glif000066400000000000000000000020601401101653000262770ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/el-cy.loclB_G_R_.glif000066400000000000000000000011131401101653000302150ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ellipsis.glif000066400000000000000000000006121401101653000271130ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/em-cy.glif000066400000000000000000000025511401101653000263050ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/emacron.glif000066400000000000000000000007201401101653000267130ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/emdash.glif000066400000000000000000000007271401101653000265370ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/en-cy.glif000066400000000000000000000015041401101653000263030ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fM_ediumC_ontrol.glif000066400000000000000000000017441401101653000314700ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name E.half alignment -1 index 1 name M.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fM_ediumC_ontrol.ss20.glif000066400000000000000000000020531401101653000322500ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_extC_ontrol.glif000066400000000000000000000017421401101653000311720ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name E.half alignment -1 index 1 name X.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_extC_ontrol.ss20.glif000066400000000000000000000013751401101653000317620ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 endO_fT_ransmissionB_lockC_ontrol.glif000066400000000000000000000017571401101653000340000ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name E.half alignment -1 index 1 name B.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 endO_fT_ransmissionB_lockC_ontrol.ss20.glif000066400000000000000000000014121401101653000345520ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/endO_fT_ransmissionC_ontrol.glif000066400000000000000000000017521401101653000327400ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name E.half alignment -1 index 1 name T.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 endO_fT_ransmissionC_ontrol.ss20.glif000066400000000000000000000013451401101653000334450ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/endash.glif000066400000000000000000000007271401101653000265400ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/endescender-cy.glif000066400000000000000000000007371401101653000301670ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/eng.glif000066400000000000000000000035271401101653000260500ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/enquiryC_ontrol.glif000066400000000000000000000017401401101653000304660ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name E.half alignment -1 index 1 name Q.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/enquiryC_ontrol.ss20.glif000066400000000000000000000014731401101653000312570ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/eogonek.glif000066400000000000000000000024521401101653000267220ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/eopen.glif000066400000000000000000000005721401101653000264020ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/epsilon.glif000066400000000000000000000037541401101653000267520ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/epsilontonos.glif000066400000000000000000000004761401101653000300330ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal.glif000066400000000000000000000012451401101653000264010ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_end.seq.glif000066400000000000000000000012221401101653000300110ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_equal.liga.glif000066400000000000000000000020641401101653000305030ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_equal_equal.liga.glif000066400000000000000000000015531401101653000316740ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_middle.seq.glif000066400000000000000000000012251401101653000305040ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/equal_start.seq.glif000066400000000000000000000012241401101653000304020ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/equivalence.glif000066400000000000000000000015701401101653000275740ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/er-cy.glif000066400000000000000000000004051401101653000263060ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ereversed-cy.glif000066400000000000000000000027201401101653000276660ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/es-cy.glif000066400000000000000000000004051401101653000263070ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/escapeC_ontrol.glif000066400000000000000000000017371401101653000302400ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name E.half alignment -1 index 1 name C.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/escapeC_ontrol.ss20.glif000066400000000000000000000011211401101653000310110ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/esh.glif000066400000000000000000000031041401101653000260450ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/estimated.glif000066400000000000000000000027361401101653000272570ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/eta.glif000066400000000000000000000022671401101653000260500ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/etatonos.glif000066400000000000000000000004701401101653000271250ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/eth.glif000066400000000000000000000041171401101653000260530ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/etilde.glif000066400000000000000000000007161401101653000265420ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/eturned.glif000066400000000000000000000005721401101653000267420ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/euro.glif000066400000000000000000000032661401101653000262510ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/eurocurrency.glif000066400000000000000000000037201401101653000300170ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam.glif000066400000000000000000000007701401101653000265450ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_colon.liga.glif000066400000000000000000000005331401101653000306470ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_equal.liga.glif000066400000000000000000000015501401101653000306440ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_equal_equal.liga.glif000066400000000000000000000020751401101653000320360ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_equal_middle.seq.glif000066400000000000000000000021171401101653000320360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_exclam.liga.glif000066400000000000000000000005351401101653000310100ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_exclam_period.liga.glif000066400000000000000000000006221401101653000323470ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclam_period.liga.glif000066400000000000000000000005351401101653000310210ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclamdouble.glif000066400000000000000000000005571401101653000277430ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/exclamdown.glif000066400000000000000000000010271401101653000274310ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ezh.glif000066400000000000000000000033161401101653000260610ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/f.glif000066400000000000000000000023231401101653000255150ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/fi.glif000066400000000000000000000025051401101653000256700ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/fileS_eparatorC_ontrol.glif000066400000000000000000000017461401101653000317370ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name F.half alignment -1 index 1 name S.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/filledR_ect.glif000066400000000000000000000007661401101653000275150ustar00rootroot00000000000000 filledrect public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/firsttonechinese.glif000066400000000000000000000004611401101653000306450ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/fisheye.glif000066400000000000000000000015371401101653000267320ustar00rootroot00000000000000 uni25C9 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/five.dnom.glif000066400000000000000000000004551401101653000271610ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/five.glif000066400000000000000000000033401401101653000262210ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/five.numr.glif000066400000000000000000000004361401101653000272040ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/fiveeighths.glif000066400000000000000000000011101401101653000275660ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/fiveinferior.glif000066400000000000000000000005101401101653000277530ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/fivesuperior.glif000066400000000000000000000033671401101653000300230ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/fl.glif000066400000000000000000000025111401101653000256700ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/florin.glif000066400000000000000000000032701401101653000265630ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/formF_eedC_ontrol.glif000066400000000000000000000017411401101653000306610ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name F.half alignment -1 index 1 name F.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/formF_eedC_ontrol.ss20.glif000066400000000000000000000024371401101653000314520ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/four.dnom.glif000066400000000000000000000004551401101653000272030ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/four.glif000066400000000000000000000020601401101653000262410ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/four.half.glif000066400000000000000000000020271401101653000271550ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/four.numr.glif000066400000000000000000000004361401101653000272260ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/fourinferior.glif000066400000000000000000000005101401101653000277750ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/foursuperior.glif000066400000000000000000000020741401101653000300370ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/fraction.glif000066400000000000000000000007351401101653000271020ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/franc.glif000066400000000000000000000010761401101653000263650ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/fullB_lock.glif000066400000000000000000000007331401101653000273470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/fullB_lock.stypo.glif000066400000000000000000000007111401101653000305200ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/g.glif000066400000000000000000000040371401101653000255220ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/gamma-latin.glif000066400000000000000000000035761401101653000274720ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/gamma.glif000066400000000000000000000021631401101653000263540ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/gbreve.glif000066400000000000000000000006501401101653000265430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/gcaron.glif000066400000000000000000000006501401101653000265420ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/gcircumflex.glif000066400000000000000000000006621401101653000276040ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/gcommaaccent.glif000066400000000000000000000006711401101653000277150ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/gdotaccent.glif000066400000000000000000000006601401101653000274050ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ge-cy.glif000066400000000000000000000011771401101653000263020ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ge-cy.loclB_G_R_.glif000066400000000000000000000034721401101653000302220ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/germandbls.glif000066400000000000000000000051641401101653000274140ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ghestroke-cy.glif000066400000000000000000000007271401101653000277020ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/gheupturn-cy.glif000066400000000000000000000015231401101653000277230ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/gje-cy.glif000066400000000000000000000004721401101653000264510ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/glottalstop.glif000066400000000000000000000030411401101653000276420ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/glottalstopmod.glif000066400000000000000000000030021401101653000303370ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/glottalstopreversed.glif000066400000000000000000000030521401101653000314040ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/grave.glif000066400000000000000000000004571401101653000264020ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/gravecomb.case.glif000066400000000000000000000011261401101653000301470ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/gravecomb.glif000066400000000000000000000012271401101653000272370ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/gravetonecomb.glif000066400000000000000000000005611401101653000301250ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater.alt.glif000066400000000000000000000011601401101653000274760ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater.center.glif000066400000000000000000000011631401101653000302010ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater.glif000066400000000000000000000012121401101653000267150ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal.liga.glif000066400000000000000000000015111401101653000310210ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal_end.seq.glif000066400000000000000000000013101401101653000315200ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal_middle.seq.glif000066400000000000000000000005221401101653000322140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_equal_start.seq.glif000066400000000000000000000020561401101653000321170ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater.liga.glif000066400000000000000000000017761401101653000313600ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_equal_end.seq.glif000066400000000000000000000014071401101653000332400ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 greater_greater_equal_middle.seq.glif000066400000000000000000000030131401101653000336440ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0,0.67,0.91,1 greater_greater_equal_start.seq.glif000066400000000000000000000021641401101653000335510ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_greater.liga.glif000066400000000000000000000006301401101653000330550ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_greater_hyphen_end.seq.glif000066400000000000000000000010731401101653000334230ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 greater_greater_hyphen_middle.seq.glif000066400000000000000000000014121401101653000340310ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0,0.67,0.91,1 greater_greater_hyphen_start.seq.glif000066400000000000000000000010761401101653000337360ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen_end.seq.glif000066400000000000000000000010001401101653000317000ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen_middle.seq.glif000066400000000000000000000005241401101653000324020ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/greater_hyphen_start.seq.glif000066400000000000000000000010021401101653000322710ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/greaterequal.glif000066400000000000000000000015301401101653000277500ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/groupS_eparatorC_ontrol.glif000066400000000000000000000017471401101653000321550ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name G.half alignment -1 index 1 name S.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/gstroke.glif000066400000000000000000000011111401101653000267400ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/guarani.glif000066400000000000000000000013571401101653000267240ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/guillemetleft.glif000066400000000000000000000005761401101653000301420ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/guillemetright.glif000066400000000000000000000006521401101653000303200ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/guilsinglleft.glif000066400000000000000000000012121401101653000301340ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/guilsinglright.glif000066400000000000000000000012131401101653000303200ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/h.glif000066400000000000000000000024351401101653000255230ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ha-cy.glif000066400000000000000000000004051401101653000262700ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hadescender-cy.glif000066400000000000000000000007371401101653000301550ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hardsign-cy.glif000066400000000000000000000026201401101653000275000ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hardsign-cy.loclB_G_R_.glif000066400000000000000000000027301401101653000314220ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hbar.glif000066400000000000000000000011531401101653000262040ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hcaron.glif000066400000000000000000000007421401101653000265450ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hcircumflex.glif000066400000000000000000000007541401101653000276070ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hdotbelow.glif000066400000000000000000000007121401101653000272570ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/heartB_lackS_uit.glif000066400000000000000000000023441401101653000304760ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 heavyleftpointinganglebracketornament.glif000066400000000000000000000012401401101653000350540ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.67,0.95,0.38,1 heavyleftpointinganglequotationmarkornament.glif000066400000000000000000000012501401101653000363400ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.67,0.95,0.38,1 heavyrightpointinganglebracketornament.glif000066400000000000000000000012411401101653000352400ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.67,0.95,0.38,1 heavyrightpointinganglequotationmarkornament.glif000066400000000000000000000012511401101653000365240ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hookabovecomb.case.glif000066400000000000000000000030371401101653000310230ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hookabovecomb.glif000066400000000000000000000027221401101653000301110ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontalB_lackH_exagon.glif000066400000000000000000000011261401101653000322260ustar00rootroot00000000000000 uni2B23 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontalF_illS_quare.glif000066400000000000000000000013561401101653000317540ustar00rootroot00000000000000 uni25A4 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontalT_abulationC_ontrol.glif000066400000000000000000000017551401101653000333530ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name H.half alignment -1 index 1 name T.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 horizontalT_abulationC_ontrol.ss20.glif000066400000000000000000000016541401101653000340600ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontalbar.glif000066400000000000000000000004641401101653000301520ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/horizontallineextension.glif000066400000000000000000000005111401101653000322630ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/horncomb.case.glif000066400000000000000000000014461401101653000300160ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/horncomb.glif000066400000000000000000000014671401101653000271070ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/house.glif000066400000000000000000000015411401101653000264140ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hryvnia.glif000066400000000000000000000050231401101653000267500ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hungarumlaut.glif000066400000000000000000000004671401101653000300130ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hungarumlautcomb.case.glif000066400000000000000000000014521401101653000315610ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hungarumlautcomb.glif000066400000000000000000000014751401101653000306540ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen.glif000066400000000000000000000004541401101653000265660ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_asciitilde.liga.glif000066400000000000000000000033401401101653000316700ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_end.seq.glif000066400000000000000000000007061401101653000302030ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_hyphen.liga.glif000066400000000000000000000012321401101653000310470ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_hyphen_hyphen.liga.glif000066400000000000000000000015561401101653000324330ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_middle.seq.glif000066400000000000000000000007111401101653000306670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphen_start.seq.glif000066400000000000000000000007101401101653000305650ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/hyphentwo.glif000066400000000000000000000004601401101653000273150ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/i-cy.glif000066400000000000000000000004041401101653000261270ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/i.glif000066400000000000000000000031701401101653000255210ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ia-cy.glif000066400000000000000000000043331401101653000262750ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/iacute.glif000066400000000000000000000007251401101653000265460ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/iacute_j.loclN_L_D_.glif000066400000000000000000000025611401101653000310020ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ibreve.glif000066400000000000000000000007241401101653000265470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/icircumflex.glif000066400000000000000000000007361401101653000276100ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/idieresis.glif000066400000000000000000000007321401101653000272520ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/idotbelow.glif000066400000000000000000000006551401101653000272660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/idotless.glif000066400000000000000000000022431401101653000271170ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ie-cy.glif000066400000000000000000000004571401101653000263040ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/iegrave-cy.glif000066400000000000000000000005501401101653000273230ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/igrave.glif000066400000000000000000000007251401101653000265510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ihookabove.glif000066400000000000000000000007341401101653000274220ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ii-cy.glif000066400000000000000000000017561401101653000263130ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ii-cy.loclB_G_R_.glif000066400000000000000000000005151401101653000302230ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/iigrave-cy.glif000066400000000000000000000004761401101653000273360ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/iigrave-cy.loclB_G_R_.glif000066400000000000000000000006161401101653000312520ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/iishort-cy.glif000066400000000000000000000004631401101653000273650ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/iishort-cy.loclB_G_R_.glif000066400000000000000000000006211401101653000313010ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ij.glif000066400000000000000000000044431401101653000256770ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/imacron-cy.glif000066400000000000000000000004611401101653000273320ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/imacron.glif000066400000000000000000000007261401101653000267250ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/increment.glif000066400000000000000000000005741401101653000272620ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/infinity.glif000066400000000000000000000045331401101653000271260ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/integral.glif000066400000000000000000000027611401101653000271030ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/integralbt.glif000066400000000000000000000015001401101653000274170ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/integraltp.glif000066400000000000000000000017111401101653000274410ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/intersection.glif000066400000000000000000000020471401101653000300010ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/inverseB_ullet.glif000066400000000000000000000017631401101653000302610ustar00rootroot00000000000000 invbullet public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/inverseW_hiteC_ircle.glif000066400000000000000000000027721401101653000313740ustar00rootroot00000000000000 invcircle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/io-cy.glif000066400000000000000000000005451401101653000263140ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/iogonek.glif000066400000000000000000000023731401101653000267300ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/iota-latin.glif000066400000000000000000000005741401101653000273370ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/iota.glif000066400000000000000000000021301401101653000262200ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/iotadieresis.glif000066400000000000000000000005021401101653000277510ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/iotadieresistonos.glif000066400000000000000000000005101401101653000310330ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/iotatonos.glif000066400000000000000000000004671401101653000273160ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/itilde.glif000066400000000000000000000007241401101653000265450ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/iu-cy.glif000066400000000000000000000031701401101653000263170ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/iu-cy.loclB_G_R_.glif000066400000000000000000000031501401101653000302350ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/j.glif000066400000000000000000000034441401101653000255260ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/jcaron.glif000066400000000000000000000006571401101653000265540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/jcircumflex.glif000066400000000000000000000006711401101653000276070ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/jdotless.glif000066400000000000000000000024461401101653000271250ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/je-cy.glif000066400000000000000000000004101401101653000262720ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/k.glif000066400000000000000000000022411401101653000255210ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ka-cy.glif000066400000000000000000000044311401101653000262760ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ka-cy.loclB_G_R_.glif000066400000000000000000000044111401101653000302140ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/kadescender-cy.glif000066400000000000000000000047571401101653000301660ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/kaiS_ymbol.glif000066400000000000000000000025731401101653000273700ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/kappa.glif000066400000000000000000000021011401101653000263560ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/kcommaaccent.glif000066400000000000000000000006631401101653000277220ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/kdotbelow.glif000066400000000000000000000006551401101653000272700ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/kgreenlandic.glif000066400000000000000000000022541401101653000277210ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/kip.glif000066400000000000000000000014051401101653000260530ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/kje-cy.glif000066400000000000000000000004711401101653000264540ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/klinebelow.glif000066400000000000000000000006611401101653000274260ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/l.glif000066400000000000000000000024411401101653000255240ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lacute.glif000066400000000000000000000010161401101653000265430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lambda.glif000066400000000000000000000033451401101653000265150ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lambdastroke.glif000066400000000000000000000007351401101653000277450ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/largeC_ircle.glif000066400000000000000000000024441401101653000276470ustar00rootroot00000000000000 uni25EF public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lari.glif000066400000000000000000000034611401101653000262230ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lbar.glif000066400000000000000000000012261401101653000262110ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lbelt.glif000066400000000000000000000026241401101653000263760ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lcaron.glif000066400000000000000000000012351401101653000265470ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lcommaaccent.glif000066400000000000000000000010121401101653000277100ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ldot.glif000066400000000000000000000010151401101653000262270ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ldotbelow.glif000066400000000000000000000010041401101653000272560ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftA_rrow.glif000066400000000000000000000013371401101653000274000ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lackP_ointer.glif000066400000000000000000000007201401101653000310150ustar00rootroot00000000000000 triaglf public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lackS_mallT_riangle.glif000066400000000000000000000007271401101653000323010ustar00rootroot00000000000000 uni25C2 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lackT_riangle.glif000066400000000000000000000007211401101653000311430ustar00rootroot00000000000000 uni25C0 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lock.glif000066400000000000000000000007311401101653000273350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftB_lock.stypo.glif000066400000000000000000000007071401101653000305150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftF_iveE_ighthsB_lock.glif000066400000000000000000000007441401101653000317650ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftF_iveE_ighthsB_lock.stypo.glif000066400000000000000000000007221401101653000331360ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftH_alfB_lackC_ircle.glif000066400000000000000000000011341401101653000315300ustar00rootroot00000000000000 uni25D6 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftH_alfB_lackD_iamond.glif000066400000000000000000000007671401101653000317150ustar00rootroot00000000000000 uni2B16 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftH_alfB_lackS_quare.glif000066400000000000000000000010421401101653000315650ustar00rootroot00000000000000 uni25E7 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftH_alfB_lackW_hiteC_ircle.glif000066400000000000000000000011221401101653000326650ustar00rootroot00000000000000 uni25D0 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftO_neE_ighthB_lock.glif000066400000000000000000000007421401101653000314300ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftO_neE_ighthB_lock.stypo.glif000066400000000000000000000007201401101653000326010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftO_neQ_uarterB_lock.glif000066400000000000000000000007431401101653000316440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftO_neQ_uarterB_lock.stypo.glif000066400000000000000000000007211401101653000330150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftR_ightA_rrow.glif000066400000000000000000000021371401101653000305340ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftS_evenE_ighthsB_lock.glif000066400000000000000000000007471401101653000321570ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftS_evenE_ighthsB_lock.stypo.glif000066400000000000000000000007251401101653000333300ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftT_hreeE_ighthsB_lock.glif000066400000000000000000000007451401101653000321440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftT_hreeE_ighthsB_lock.stypo.glif000066400000000000000000000007231401101653000333150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftT_hreeQ_uartersB_lock.glif000066400000000000000000000007461401101653000323600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 leftT_hreeQ_uartersB_lock.stypo.glif000066400000000000000000000007241401101653000334520ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftW_hiteP_ointer.glif000066400000000000000000000013611401101653000310630ustar00rootroot00000000000000 uni25C5 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftW_hiteS_mallT_riangle.glif000066400000000000000000000013701401101653000323400ustar00rootroot00000000000000 uni25C3 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/leftW_hiteT_riangle.glif000066400000000000000000000013661401101653000312150ustar00rootroot00000000000000 uni25C1 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less.alt.glif000066400000000000000000000011551401101653000270170ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less.center.glif000066400000000000000000000011641401101653000275170ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less.glif000066400000000000000000000012071401101653000262360ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asciitilde.liga.glif000066400000000000000000000032561401101653000313510ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 less_asciitilde_asciitilde.liga.glif000066400000000000000000000052111401101653000334550ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asciitilde_greater.liga.glif000066400000000000000000000006301401101653000330530ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asterisk.liga.glif000066400000000000000000000005351401101653000310610ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_asterisk_greater.liga.glif000066400000000000000000000006241401101653000325710ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_bar.liga.glif000066400000000000000000000013551401101653000300010ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_bar_bar.liga.glif000066400000000000000000000014341401101653000306230ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_bar_bar_bar.liga.glif000066400000000000000000000015131401101653000314450ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_bar_greater.liga.glif000066400000000000000000000006121401101653000315050ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 less_dollar.liga.B_R_A_C_K_E_T_.600.glif000066400000000000000000000050361401101653000332420ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs com.schriftgestaltung.Glyphs._originalLayerName [600] public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_dollar.liga.glif000066400000000000000000000043471401101653000305160ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif000066400000000000000000000052531401101653000347540ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs com.schriftgestaltung.Glyphs._originalLayerName [600] public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_dollar_greater.liga.glif000066400000000000000000000045641401101653000322300ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal.liga.glif000066400000000000000000000015061401101653000303420ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_end.seq.glif000066400000000000000000000020471401101653000310450ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_middle.seq.glif000066400000000000000000000005471401101653000315400ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_equal_start.seq.glif000066400000000000000000000013111401101653000314250ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_exclam_hyphen_hyphen.liga.glif000066400000000000000000000013651401101653000334350ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_greater.liga.glif000066400000000000000000000005331401101653000306630ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_end.seq.glif000066400000000000000000000007671401101653000312400ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_middle.seq.glif000066400000000000000000000005511401101653000317170ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_hyphen_start.seq.glif000066400000000000000000000007751401101653000316260ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less.liga.glif000066400000000000000000000017701401101653000302040ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_equal_end.seq.glif000066400000000000000000000021361401101653000320720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_equal_middle.seq.glif000066400000000000000000000027741401101653000325720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_equal_start.seq.glif000066400000000000000000000014001401101653000324520ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_hyphen_end.seq.glif000066400000000000000000000010551401101653000322550ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_hyphen_middle.seq.glif000066400000000000000000000013741401101653000327510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_hyphen_start.seq.glif000066400000000000000000000010601401101653000326400ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_less_less.liga.glif000066400000000000000000000006061401101653000312270ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_plus.liga.glif000066400000000000000000000005251401101653000302160ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_plus_greater.liga.glif000066400000000000000000000006141401101653000317260ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_slash.liga.glif000066400000000000000000000012461401101653000303460ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/less_slash_greater.liga.glif000066400000000000000000000020551401101653000320560ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lessequal.glif000066400000000000000000000015271401101653000272730ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lineF_eedC_ontrol.glif000066400000000000000000000017411401101653000306450ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name L.half alignment -1 index 1 name F.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lineF_eedC_ontrol.ss20.glif000066400000000000000000000017031401101653000314310ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lineseparator.glif000066400000000000000000000002431401101653000301370ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lira.glif000066400000000000000000000035271401101653000262260ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/liraT_urkish.glif000066400000000000000000000025121401101653000277300ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/literS_ign.glif000066400000000000000000000024501401101653000273700ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lje-cy.glif000066400000000000000000000035021401101653000264530ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/llinebelow.glif000066400000000000000000000010101401101653000274140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lmiddletilde.glif000066400000000000000000000033061401101653000277260ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/logicalnot.glif000066400000000000000000000012501401101653000274210ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/logicalnotR_eversed.glif000066400000000000000000000012561401101653000312660ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/longs.glif000066400000000000000000000023261401101653000264150ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerF_iveE_ighthsB_lock.glif000066400000000000000000000007471401101653000321660ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerF_iveE_ighthsB_lock.stypo.glif000066400000000000000000000007251401101653000333370ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfA_rc.glif000066400000000000000000000015431401101653000301420ustar00rootroot00000000000000 uni25E1 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfB_lackW_hiteC_ircle.glif000066400000000000000000000011221401101653000330630ustar00rootroot00000000000000 uni25D2 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfB_lock.glif000066400000000000000000000007361401101653000304720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfB_lock.stypo.glif000066400000000000000000000007141401101653000316430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 lowerH_alfI_nverseW_hiteC_ircle.glif000066400000000000000000000020711401101653000334070ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs uni25DB public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerH_alfW_hiteS_quare.glif000066400000000000000000000011621401101653000320320ustar00rootroot00000000000000 uni2B12 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftA_rc.glif000066400000000000000000000011611401101653000301560ustar00rootroot00000000000000 uni25DF public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftB_lackT_riangle.glif000066400000000000000000000007241401101653000323160ustar00rootroot00000000000000 uni25E3 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftB_lock.glif000066400000000000000000000007341401101653000305100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftB_lock.stypo.glif000066400000000000000000000007121401101653000316610ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftH_alfW_hiteS_quare.glif000066400000000000000000000011111401101653000327760ustar00rootroot00000000000000 uni2B14 public.markColor 0.5,0.09,0.79,1 lowerL_eftQ_uadrantW_hiteC_ircle.glif000066400000000000000000000012321401101653000335710ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs uni25F5 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerL_eftT_riangle.glif000066400000000000000000000013561401101653000312240ustar00rootroot00000000000000 uni25FA public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerO_neE_ighthB_lock.glif000066400000000000000000000007451401101653000316310ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerO_neE_ighthB_lock.stypo.glif000066400000000000000000000007231401101653000330020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerO_neQ_uarterB_lock.glif000066400000000000000000000007441401101653000320430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerO_neQ_uarterB_lock.stypo.glif000066400000000000000000000007221401101653000332140ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightA_rc.glif000066400000000000000000000011701401101653000303410ustar00rootroot00000000000000 uni25DE public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightB_lackT_riangle.glif000066400000000000000000000007271401101653000325040ustar00rootroot00000000000000 uni25E2 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightB_lock.glif000066400000000000000000000007431401101653000306730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightB_lock.stypo.glif000066400000000000000000000007211401101653000320440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 lowerR_ightD_iagonalH_alfB_lackS_quare.glif000066400000000000000000000010411401101653000346360ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs uni25EA public.markColor 0.5,0.09,0.79,1 lowerR_ightQ_uadrantW_hiteC_ircle.glif000066400000000000000000000012021401101653000337510ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs uni25F6 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerR_ightT_riangle.glif000066400000000000000000000013671401101653000314110ustar00rootroot00000000000000 uni25FF public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerS_evenE_ighthsB_lock.glif000066400000000000000000000007501401101653000323470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 lowerS_evenE_ighthsB_lock.stypo.glif000066400000000000000000000007261401101653000334500ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerT_hreeE_ighthsB_lock.glif000066400000000000000000000007461401101653000323430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 lowerT_hreeE_ighthsB_lock.stypo.glif000066400000000000000000000007241401101653000334350ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowerT_hreeQ_uartersB_lock.glif000066400000000000000000000007511401101653000325520ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 lowerT_hreeQ_uartersB_lock.stypo.glif000066400000000000000000000007271401101653000336530ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowernumeral-greek.glif000066400000000000000000000004651401101653000311040ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lowlinecomb.glif000066400000000000000000000005651401101653000276100ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lozenge.glif000066400000000000000000000013651401101653000267400ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/lslash.glif000066400000000000000000000012311401101653000265530ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/m.glif000066400000000000000000000037571401101653000255400ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/macron.glif000066400000000000000000000004611401101653000265500ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/macronbelowcomb.glif000066400000000000000000000011641401101653000304430ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/macroncomb.case.glif000066400000000000000000000011271401101653000303230ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/macroncomb.glif000066400000000000000000000011541401101653000274110ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/manat.glif000066400000000000000000000023551401101653000263750ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/mars.glif000066400000000000000000000044151401101653000262360ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/mediumB_lackS_mallS_quare.glif000066400000000000000000000010011401101653000323040ustar00rootroot00000000000000 uni25FE public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/mediumB_lackS_quare.glif000066400000000000000000000007761401101653000311760ustar00rootroot00000000000000 uni25FC public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/mediumW_hiteS_mallS_quare.glif000066400000000000000000000013121401101653000323550ustar00rootroot00000000000000 uni25FD public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/mediumW_hiteS_quare.glif000066400000000000000000000013111401101653000312240ustar00rootroot00000000000000 uni25FB public.markColor 0.5,0.09,0.79,1 mediumleftpointinganglebracketornament.glif000066400000000000000000000012411401101653000352210ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.67,0.95,0.38,1 mediumrightpointinganglebracketornament.glif000066400000000000000000000012421401101653000354050ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/micro.glif000066400000000000000000000005731401101653000264060ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/minus.glif000066400000000000000000000007301401101653000264230ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/minute.glif000066400000000000000000000007311401101653000265720ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/mu.glif000066400000000000000000000035211401101653000257120ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/multiply.glif000066400000000000000000000013721401101653000271520ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/n.glif000066400000000000000000000024361401101653000255320ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/nacute.glif000066400000000000000000000006441401101653000265530ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/nacute.loclP_L_K_.glif000066400000000000000000000006341401101653000305060ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/naira.glif000066400000000000000000000011001401101653000263520ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/napostrophe.glif000066400000000000000000000011111401101653000276240ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/nbspace.glif000066400000000000000000000004461401101653000267070ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ncaron.glif000066400000000000000000000006451401101653000265550ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ncommaaccent.glif000066400000000000000000000006461401101653000277260ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/negativeA_cknowledgeC_ontrol.glif000066400000000000000000000017541401101653000331040ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name N.half alignment -1 index 1 name K.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 negativeA_cknowledgeC_ontrol.ss20.glif000066400000000000000000000011521401101653000336030ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/newlineC_ontrol.glif000066400000000000000000000017401401101653000304330ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name N.half alignment -1 index 1 name L.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/nhookleft.glif000066400000000000000000000035321401101653000272640ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/nine.dnom.glif000066400000000000000000000004551401101653000271610ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/nine.glif000066400000000000000000000033751401101653000262310ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/nine.numr.glif000066400000000000000000000004361401101653000272040ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/nineinferior.glif000066400000000000000000000005101401101653000277530ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ninesuperior.glif000066400000000000000000000035031401101653000300130ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/nje-cy.glif000066400000000000000000000032551401101653000264620ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/nlinebelow.glif000066400000000000000000000006441401101653000274320ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/nmod.glif000066400000000000000000000021601401101653000262240ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/nonbreakinghyphen.glif000066400000000000000000000004731401101653000310050ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/note-musical.glif000066400000000000000000000030311401101653000276650ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/notedbl-musical.glif000066400000000000000000000035601401101653000303560ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/notequal.glif000066400000000000000000000015601401101653000271220ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/notidentical.glif000066400000000000000000000010111401101653000277360ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ntilde.glif000066400000000000000000000006441401101653000265530ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/nu.glif000066400000000000000000000016701401101653000257160ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/nullC_ontrol.glif000066400000000000000000000017351401101653000277500ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name N.half alignment -1 index 1 name U.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign.glif000066400000000000000000000020701401101653000274400ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_braceleft.liga.glif000066400000000000000000000062061401101653000323670ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_bracketleft.liga.glif000066400000000000000000000021461401101653000327250ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_colon.liga.glif000066400000000000000000000005611401101653000315500ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_end.seq.glif000066400000000000000000000020451401101653000310570ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_equal.liga.glif000066400000000000000000000013221401101653000315410ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_exclam.liga.glif000066400000000000000000000005451401101653000317110ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_middle.seq.glif000066400000000000000000000020501401101653000315430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_parenleft.liga.glif000066400000000000000000000021421401101653000324130ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_question.liga.glif000066400000000000000000000044111401101653000323030ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_start.seq.glif000066400000000000000000000020471401101653000314500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/numbersign_underscore.liga.glif000066400000000000000000000023751401101653000326140ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 numbersign_underscore_parenleft.liga.glif000066400000000000000000000041221401101653000345650ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/numeral-greek.glif000066400000000000000000000004651401101653000300330ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/numero.glif000066400000000000000000000043321401101653000265770ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/o-cy.glif000066400000000000000000000006051401101653000261400ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/o.glif000066400000000000000000000027171401101653000255350ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/oacute.glif000066400000000000000000000010451401101653000265500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/oacute.loclP_L_K_.glif000066400000000000000000000010351401101653000305030ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/obarred-cy.glif000066400000000000000000000011261401101653000273170ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/obreve.glif000066400000000000000000000010301401101653000265440ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflex.glif000066400000000000000000000010421401101653000276050ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflexacute.glif000066400000000000000000000016261401101653000306370ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name acutecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflexdotbelow.glif000066400000000000000000000011221401101653000313440ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflexgrave.glif000066400000000000000000000016261401101653000306420ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name gravecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflexhookabove.glif000066400000000000000000000016421401101653000315110ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name hookabovecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ocircumflextilde.glif000066400000000000000000000011431401101653000306310ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/odieresis.glif000066400000000000000000000010521401101653000272540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/odotbelow.glif000066400000000000000000000010411401101653000272620ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/oe.glif000066400000000000000000000050611401101653000256750ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ogonek.glif000066400000000000000000000004531401101653000265540ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ogonekcomb.glif000066400000000000000000000024431401101653000274160ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ograve.glif000066400000000000000000000010461401101653000265540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohookabove.glif000066400000000000000000000010551401101653000274250ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohorn.glif000066400000000000000000000010441401101653000264140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohornacute.glif000066400000000000000000000010551401101653000274400ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohorndotbelow.glif000066400000000000000000000010511401101653000301520ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohorngrave.glif000066400000000000000000000010561401101653000274440ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohornhookabove.glif000066400000000000000000000010651401101653000303150ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohorntilde.glif000066400000000000000000000010541401101653000274370ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ohungarumlaut.glif000066400000000000000000000010631401101653000301630ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/omacron.glif000066400000000000000000000010321401101653000267220ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/omacronacute.glif000066400000000000000000000011341401101653000277470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/omacrongrave.glif000066400000000000000000000011351401101653000277530ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/omega.glif000066400000000000000000000035211401101653000263610ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/omegatonos.glif000066400000000000000000000004711401101653000274450ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/omicron.glif000066400000000000000000000006101401101653000267330ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/omicrontonos.glif000066400000000000000000000006761401101653000300320ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/one.dnom.glif000066400000000000000000000004531401101653000270070ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/one.glif000066400000000000000000000020471401101653000260540ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/one.half.glif000066400000000000000000000020121401101653000267550ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/one.numr.glif000066400000000000000000000004341401101653000270320ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/onedotenleader.glif000066400000000000000000000004651401101653000302650ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/oneeighth.glif000066400000000000000000000011051401101653000272370ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/onehalf.glif000066400000000000000000000011011401101653000266750ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/oneinferior.glif000066400000000000000000000005061401101653000276100ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/onequarter.glif000066400000000000000000000011241401101653000274530ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/onesuperior.glif000066400000000000000000000020751401101653000276460ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/oogonek.glif000066400000000000000000000026021401101653000267310ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/oopen.glif000066400000000000000000000025621401101653000264150ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ordfeminine.glif000066400000000000000000000042201401101653000275650ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ordmasculine.glif000066400000000000000000000024241401101653000277570ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/orthogonal.glif000066400000000000000000000012361401101653000274460ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/oslash.glif000066400000000000000000000013051401101653000265600ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/oslashacute.glif000066400000000000000000000010571401101653000276060ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/otilde.glif000066400000000000000000000010441401101653000265470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/overline.glif000066400000000000000000000007371401101653000271220ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/p.glif000066400000000000000000000032721401101653000255330ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/palochka-cy.glif000066400000000000000000000004731401101653000274670ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/paragraph.glif000066400000000000000000000022301401101653000272320ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/parenleft.glif000066400000000000000000000020641401101653000272520ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/parenleft_asterisk.liga.glif000066400000000000000000000021421401101653000320670ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/parenright.glif000066400000000000000000000020651401101653000274360ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/partialdiff.glif000066400000000000000000000034561401101653000275650ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/pe-cy.glif000066400000000000000000000015061401101653000263070ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/pe-cy.loclB_G_R_.glif000066400000000000000000000003651401101653000302310ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/percent.glif000066400000000000000000000047201401101653000267330ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/percent_percent.liga.glif000066400000000000000000000112701401101653000313640ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/period.glif000066400000000000000000000014031401101653000265500ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_equal.liga.glif000066400000000000000000000013301401101653000306510ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_hyphen.liga.glif000066400000000000000000000010121401101653000310320ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_period.liga.glif000066400000000000000000000005351401101653000310320ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_period_equal.liga.glif000066400000000000000000000013771401101653000322260ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_period_less.liga.glif000066400000000000000000000013741401101653000320620ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_period_period.liga.glif000066400000000000000000000006221401101653000323710ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/period_question.liga.glif000066400000000000000000000005401401101653000314130ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/periodcentered.glif000066400000000000000000000005031401101653000302620ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/perispomenicomb.glif000066400000000000000000000005631401101653000304670ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/perthousand.glif000066400000000000000000000067051401101653000276340ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/peseta.glif000066400000000000000000000011171401101653000265510ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/peso.glif000066400000000000000000000014321401101653000262360ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/phi.glif000066400000000000000000000035001401101653000260460ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/pi.glif000066400000000000000000000024401401101653000257000ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/plus.glif000066400000000000000000000012421401101653000262520ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/plus_greater.liga.glif000066400000000000000000000012051401101653000306750ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name plus public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/plus_plus.liga.glif000066400000000000000000000005251401101653000302330ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/plus_plus_plus.liga.glif000066400000000000000000000014361401101653000313000ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/plusminus.glif000066400000000000000000000013241401101653000273270ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/prescription.glif000066400000000000000000000032261401101653000300140ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/product.glif000066400000000000000000000015701401101653000267530ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/psi.glif000066400000000000000000000024461401101653000260710ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/published.glif000066400000000000000000000043601401101653000272520ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/punctuationspace.glif000066400000000000000000000004601401101653000306550ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey period cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/q.glif000066400000000000000000000033621401101653000255340ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/question.glif000066400000000000000000000030471401101653000271430ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_colon.liga.glif000066400000000000000000000005371401101653000312510ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_equal.liga.glif000066400000000000000000000014161401101653000312430ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_period.liga.glif000066400000000000000000000005411401101653000314140ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_question.liga.glif000066400000000000000000000005441401101653000320040ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/question_question_equal.liga.glif000066400000000000000000000015071401101653000331730ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/questiondown.glif000066400000000000000000000031231401101653000300260ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/questiongreek.glif000066400000000000000000000004671401101653000301640ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotedbl.glif000066400000000000000000000005651401101653000271150ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotedblbase.glif000066400000000000000000000005121401101653000277400ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotedblleft.glif000066400000000000000000000005651401101653000277700ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotedblright.glif000066400000000000000000000005701401101653000301470ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/quoteleft.glif000066400000000000000000000020561401101653000273030ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotereversed.glif000066400000000000000000000020661401101653000301710ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/quoteright.glif000066400000000000000000000020631401101653000274640ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotesinglbase.glif000066400000000000000000000005111401101653000303120ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/quotesingle.glif000066400000000000000000000007361401101653000276350ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/r.glif000066400000000000000000000031011401101653000255240ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/racute.glif000066400000000000000000000006441401101653000265570ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/radical.glif000066400000000000000000000015311401101653000266670ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rcaron.glif000066400000000000000000000006271401101653000265610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rcommaaccent.glif000066400000000000000000000006651401101653000277330ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rdotbelow.glif000066400000000000000000000006571401101653000273010ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/recordS_eparatorC_ontrol.glif000066400000000000000000000017501401101653000322710ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name R.half alignment -1 index 1 name S.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/registered.glif000066400000000000000000000046721401101653000274360ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/returnsymbol.glif000066400000000000000000000023541401101653000300410ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 reversedR_otatedF_loralH_eartB_ullet.glif000066400000000000000000000052431401101653000344470ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rho.glif000066400000000000000000000027621401101653000260670ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightA_rrow.glif000066400000000000000000000013461401101653000275630ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lackP_ointer.glif000066400000000000000000000007211401101653000312010ustar00rootroot00000000000000 triagrt public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lackS_mallT_riangle.glif000066400000000000000000000007261401101653000324630ustar00rootroot00000000000000 uni25B8 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lackT_riangle.glif000066400000000000000000000007221401101653000313270ustar00rootroot00000000000000 uni25B6 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lock.glif000066400000000000000000000007401401101653000275200ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightB_lock.stypo.glif000066400000000000000000000007161401101653000307000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightH_alfB_lackC_ircle.glif000066400000000000000000000011431401101653000317130ustar00rootroot00000000000000 uni25D7 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightH_alfB_lackD_iamond.glif000066400000000000000000000010251401101653000320640ustar00rootroot00000000000000 uni2B17 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightH_alfB_lackS_quare.glif000066400000000000000000000011001401101653000317430ustar00rootroot00000000000000 uni25E8 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightH_alfB_lackW_hiteC_ircle.glif000066400000000000000000000011571401101653000330600ustar00rootroot00000000000000 uni25D1 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightO_neE_ighthB_lock.glif000066400000000000000000000007531401101653000316150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightO_neE_ighthB_lock.stypo.glif000066400000000000000000000007311401101653000327660ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightW_hiteP_ointer.glif000066400000000000000000000013601401101653000312450ustar00rootroot00000000000000 uni25BB public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightW_hiteS_mallT_riangle.glif000066400000000000000000000013671401101653000325310ustar00rootroot00000000000000 uni25B9 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rightW_hiteT_riangle.glif000066400000000000000000000013631401101653000313750ustar00rootroot00000000000000 uni25B7 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ring.glif000066400000000000000000000004471401101653000262340ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ringbelowcomb.glif000066400000000000000000000007241401101653000301240ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ringcomb.case.glif000066400000000000000000000026221401101653000300040ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ringcomb.glif000066400000000000000000000026451401101653000270770ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rotatedF_loralH_eartB_ullet.glif000066400000000000000000000052301401101653000326630ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ruble.glif000066400000000000000000000014051401101653000264010ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rupee.glif000066400000000000000000000056611401101653000264200ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/rupeeI_ndian.glif000066400000000000000000000032041401101653000276710ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/s.glif000066400000000000000000000036701401101653000255400ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/sacute.glif000066400000000000000000000006451401101653000265610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/sacute.loclP_L_K_.glif000066400000000000000000000006341401101653000305130ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/scaron.glif000066400000000000000000000006441401101653000265610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/scedilla.glif000066400000000000000000000006531401101653000270540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/schwa-cy.glif000066400000000000000000000004141401101653000270050ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/schwa.glif000066400000000000000000000030751401101653000264020ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/scircumflex.glif000066400000000000000000000006561401101653000276230ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/scommaaccent.glif000066400000000000000000000006641401101653000277330ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/sdotbelow.glif000066400000000000000000000006561401101653000273010ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/second.glif000066400000000000000000000012441401101653000265440ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/section.glif000066400000000000000000000056411401101653000267420ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/semicolon.glif000066400000000000000000000014551401101653000272650ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/semicolon_semicolon.liga.glif000066400000000000000000000005511401101653000322440ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/seven.dnom.glif000066400000000000000000000004571401101653000273520ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/seven.glif000066400000000000000000000015601401101653000264120ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/seven.numr.glif000066400000000000000000000004401401101653000273660ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/seveneighths.glif000066400000000000000000000011121401101653000277570ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/seveninferior.glif000066400000000000000000000005121401101653000301440ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/sevensuperior.glif000066400000000000000000000015721401101653000302060ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/sha-cy.glif000066400000000000000000000020101401101653000264450ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/sha-cy.loclB_G_R_.glif000066400000000000000000000033521401101653000303770ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/shadedark.glif000066400000000000000000000166111401101653000272230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/shadedark.stypo.glif000066400000000000000000000165161401101653000304040ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/shadelight.glif000066400000000000000000000040601401101653000274040ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/shadelight.stypo.glif000066400000000000000000000037661401101653000305750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/shademedium.glif000066400000000000000000000075211401101653000275620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/shademedium.stypo.glif000066400000000000000000000074261401101653000307430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/shcha-cy.glif000066400000000000000000000023271401101653000267730ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/shcha-cy.loclB_G_R_.glif000066400000000000000000000007401401101653000307100ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/sheqel.glif000066400000000000000000000027001401101653000265500ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/shha-cy.glif000066400000000000000000000004611401101653000266250ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/shiftI_nC_ontrol.glif000066400000000000000000000017401401101653000305350ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name I.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/shiftI_nC_ontrol.ss20.glif000066400000000000000000000016001401101653000313160ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/shiftO_utC_ontrol.glif000066400000000000000000000017411401101653000307370ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name O.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/shiftO_utC_ontrol.ss20.glif000066400000000000000000000014371401101653000315270ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/sigma.glif000066400000000000000000000027631401101653000264000ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/sigmafinal.glif000066400000000000000000000031531401101653000274040ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/six.dnom.glif000066400000000000000000000004531401101653000270310ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/six.glif000066400000000000000000000033661401101653000261030ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/six.numr.glif000066400000000000000000000004341401101653000270540ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/sixinferior.glif000066400000000000000000000005061401101653000276320ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/sixsuperior.glif000066400000000000000000000034731401101653000276730ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash.glif000066400000000000000000000007341401101653000264060ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_asterisk.liga.glif000066400000000000000000000005371401101653000312270ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_backslash.liga.glif000066400000000000000000000005411401101653000313300ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal_end.seq.glif000066400000000000000000000012621401101653000312070ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal_middle.seq.glif000066400000000000000000000012711401101653000316770ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_equal_start.seq.glif000066400000000000000000000012701401101653000315750ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_greater.liga.glif000066400000000000000000000012551401101653000310310ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash.liga.glif000066400000000000000000000015301401101653000305060ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name slash alignment -1 index 1 name slash public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash_equal_end.seq.glif000066400000000000000000000013641401101653000324040ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash_equal_middle.seq.glif000066400000000000000000000022231401101653000330670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash_equal_start.seq.glif000066400000000000000000000013741401101653000327740ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/slash_slash_slash.liga.glif000066400000000000000000000021361401101653000317030ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name slash alignment -1 index 1 name slash alignment -1 index 2 name slash public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/softhyphen.glif000066400000000000000000000004611401101653000274600ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/softsign-cy.glif000066400000000000000000000023071401101653000275370ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/softsign-cy.loclB_G_R_.glif000066400000000000000000000026011401101653000314540ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/space.glif000066400000000000000000000002331401101653000263610ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/spaceC_ontrol.glif000066400000000000000000000017361401101653000300720ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name P.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/spadeB_lackS_uit.glif000066400000000000000000000026521401101653000304710ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/startO_fH_eadingC_ontrol.glif000066400000000000000000000017471401101653000322010ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name H.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/startO_fH_eadingC_ontrol.ss20.glif000066400000000000000000000014021401101653000327530ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/startO_fT_extC_ontrol.glif000066400000000000000000000017441401101653000315630ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name X.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/startO_fT_extC_ontrol.ss20.glif000066400000000000000000000013731401101653000323470ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/sterling.glif000066400000000000000000000032221401101653000271160ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/strictlyequivalentto.glif000066400000000000000000000021141401101653000316040ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/substituteC_ontrol.glif000066400000000000000000000017431401101653000312100ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name B.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/substituteC_ontrol.ss20.glif000066400000000000000000000032271401101653000317750ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/substituteF_ormT_woC_ontrol.glif000066400000000000000000000032451401101653000330230ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/summation.glif000066400000000000000000000017221401101653000273060ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/sunW_ithR_ays.glif000066400000000000000000000055321401101653000300730ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/synchronousI_dleC_ontrol.glif000066400000000000000000000017501401101653000323220ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name Y.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/synchronousI_dleC_ontrol.ss20.glif000066400000000000000000000025401401101653000331060ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/t.glif000066400000000000000000000027471401101653000255450ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/tau.glif000066400000000000000000000021301401101653000260550ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/tbar.glif000066400000000000000000000012271401101653000262220ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/tcaron.glif000066400000000000000000000012351401101653000265570ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/tcedilla.glif000066400000000000000000000010031401101653000270430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/tcommaaccent.glif000066400000000000000000000010131401101653000277210ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/te-cy.glif000066400000000000000000000011771401101653000263170ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/te-cy.loclB_G_R_.glif000066400000000000000000000003651401101653000302350ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/tenge.glif000066400000000000000000000015621401101653000263760ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/tesh.glif000066400000000000000000000051731401101653000262410ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/theta.glif000066400000000000000000000026621401101653000264030ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/thetamod.glif000066400000000000000000000025531401101653000271020ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/thorn.glif000066400000000000000000000032231401101653000264220ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/three.dnom.glif000066400000000000000000000004571401101653000273410ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/three.glif000066400000000000000000000040441401101653000264010ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/three.half.glif000066400000000000000000000037711401101653000273200ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/three.numr.glif000066400000000000000000000004401401101653000273550ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/threeeighths.glif000066400000000000000000000011121401101653000277460ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/threeinferior.glif000066400000000000000000000005121401101653000301330ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/threequarters.glif000066400000000000000000000011311401101653000301620ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/threesuperior.glif000066400000000000000000000040621401101653000301720ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/tilde.glif000066400000000000000000000004571401101653000263770ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/tildecomb.case.glif000066400000000000000000000032301401101653000301420ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/tildecomb.glif000066400000000000000000000032531401101653000272350ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/tonos.case.glif000066400000000000000000000004221401101653000273420ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/tonos.glif000066400000000000000000000004511401101653000264320ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/topH_alfB_lackC_ircle.glif000066400000000000000000000011401401101653000313750ustar00rootroot00000000000000 uni2BCA public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/topH_alfB_lackD_iamond.glif000066400000000000000000000010221401101653000315460ustar00rootroot00000000000000 uni2B18 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/topH_alfW_hiteS_quare.glif000066400000000000000000000011541401101653000315050ustar00rootroot00000000000000 uni2B13 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/topR_ightH_alfW_hiteS_quare.glif000066400000000000000000000011111401101653000326330ustar00rootroot00000000000000 uni2B15 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/trademark.glif000066400000000000000000000034721401101653000272500ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/tse-cy.glif000066400000000000000000000020141401101653000264710ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/tse-cy.loclB_G_R_.glif000066400000000000000000000032101401101653000304100ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/tshe-cy.glif000066400000000000000000000025161401101653000266500ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/tugrik.glif000066400000000000000000000014701401101653000265770ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/two.dnom.glif000066400000000000000000000004531401101653000270370ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/two.glif000066400000000000000000000025221401101653000261020ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/two.half.glif000066400000000000000000000024551401101653000270200ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/two.numr.glif000066400000000000000000000004341401101653000270620ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/twoinferior.glif000066400000000000000000000005061401101653000276400ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/twosuperior.glif000066400000000000000000000025461401101653000277010ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/u-cy.glif000066400000000000000000000004041401101653000261430ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/u.glif000066400000000000000000000032221401101653000255330ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/uacute.glif000066400000000000000000000007741401101653000265660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ubreve.glif000066400000000000000000000007751401101653000265710ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ucircumflex.glif000066400000000000000000000010071401101653000276140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/udieresis.glif000066400000000000000000000010031401101653000272560ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/udotbelow.glif000066400000000000000000000010061401101653000272710ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ugrave.glif000066400000000000000000000007751401101653000265720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhookabove.glif000066400000000000000000000007671401101653000274440ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhorn.glif000066400000000000000000000016251401101653000264270ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhornacute.glif000066400000000000000000000010041401101653000274400ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhorndotbelow.glif000066400000000000000000000010161401101653000301610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhorngrave.glif000066400000000000000000000010051401101653000274440ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhornhookabove.glif000066400000000000000000000007771401101653000303340ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhorntilde.glif000066400000000000000000000010051401101653000274410ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/uhungarumlaut.glif000066400000000000000000000010121401101653000301630ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/umacron-cy.glif000066400000000000000000000004751401101653000273530ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/umacron.glif000066400000000000000000000007771401101653000267470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore.glif000066400000000000000000000007311401101653000274420ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_end.seq.glif000066400000000000000000000007111401101653000310550ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_middle.seq.glif000066400000000000000000000007141401101653000315500ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_start.seq.glif000066400000000000000000000007131401101653000314460ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscore_underscore.liga.glif000066400000000000000000000007161401101653000326110ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/underscoredbl.glif000066400000000000000000000005521401101653000301250ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/unitS_eparatorC_ontrol.glif000066400000000000000000000017461401101653000317770ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name U.half alignment -1 index 1 name S.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/uogonek.glif000066400000000000000000000025341401101653000267430ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upA_rrow.glif000066400000000000000000000013401401101653000270640ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upB_lackS_mallT_riangle.glif000066400000000000000000000007241401101653000317700ustar00rootroot00000000000000 uni25B4 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upB_lackT_riangle.glif000066400000000000000000000007151401101653000306400ustar00rootroot00000000000000 triagup public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upD_ashA_rrow.glif000066400000000000000000000024771401101653000300370ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upD_ownA_rrow.glif000066400000000000000000000021321401101653000300530ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upD_ownbaseA_rrow.glif000066400000000000000000000006201401101653000307060ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upL_eftH_alfB_lackT_riangle.glif000066400000000000000000000007761401101653000325530ustar00rootroot00000000000000 uni25ED public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upR_ightH_alfB_lackT_riangle.glif000066400000000000000000000010331401101653000327210ustar00rootroot00000000000000 uni25EE public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upW_hiteS_mallT_riangle.glif000066400000000000000000000013631401101653000320340ustar00rootroot00000000000000 uni25B5 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upW_hiteT_riangle.glif000066400000000000000000000013601401101653000307010ustar00rootroot00000000000000 uni25B3 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upW_hiteT_riangleW_ithD_ot.glif000066400000000000000000000015271401101653000325070ustar00rootroot00000000000000 uni25EC public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfA_rc.glif000066400000000000000000000015531401101653000301460ustar00rootroot00000000000000 uni25E0 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfB_lackW_hiteC_ircle.glif000066400000000000000000000011601401101653000330700ustar00rootroot00000000000000 uni25D3 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfB_lock.glif000066400000000000000000000007361401101653000304750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperH_alfB_lock.stypo.glif000066400000000000000000000007141401101653000316460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 upperH_alfI_nverseW_hiteC_ircle.glif000066400000000000000000000021031401101653000334060ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs uni25DA public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif000066400000000000000000000011171401101653000364230ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif000066400000000000000000000010751401101653000376030ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndL_owerR_ightB_lock.glif000066400000000000000000000012661401101653000335240ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndL_owerR_ightB_lock.stypo.glif000066400000000000000000000012441401101653000346750ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif000066400000000000000000000011171401101653000364260ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.stypo.glif000066400000000000000000000010751401101653000376060ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glif000066400000000000000000000011201401101653000366030ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.stypo.glif000066400000000000000000000010761401101653000377720ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftA_rc.glif000066400000000000000000000011661401101653000301660ustar00rootroot00000000000000 uni25DC public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftB_lackT_riangle.glif000066400000000000000000000007251401101653000323220ustar00rootroot00000000000000 uni25E4 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftB_lock.glif000066400000000000000000000007341401101653000305130ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftB_lock.stypo.glif000066400000000000000000000007121401101653000316640ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 upperL_eftD_iagonalH_alfB_lackS_quare.glif000066400000000000000000000010401401101653000344550ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs uni25E9 public.markColor 0.5,0.09,0.79,1 upperL_eftQ_uadrantW_hiteC_ircle.glif000066400000000000000000000012341401101653000335760ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs uni25F4 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftT_riangle.glif000066400000000000000000000013611401101653000312230ustar00rootroot00000000000000 uni25F8 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperL_eftW_hiteC_ircle.glif000066400000000000000000000014271401101653000320220ustar00rootroot00000000000000 uni25D5 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperO_neE_ighthB_lock.glif000066400000000000000000000007451401101653000316340ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperO_neE_ighthB_lock.stypo.glif000066400000000000000000000007231401101653000330050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif000066400000000000000000000011201401101653000366000ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif000066400000000000000000000010761401101653000377670ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperR_ightA_ndL_owerL_eftB_lock.glif000066400000000000000000000012311401101653000335140ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperR_ightA_ndL_owerL_eftB_lock.stypo.glif000066400000000000000000000012071401101653000346740ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightA_rc.glif000066400000000000000000000011751401101653000303510ustar00rootroot00000000000000 uni25DD public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightB_lackC_ircle.glif000066400000000000000000000010451401101653000321350ustar00rootroot00000000000000 uni25D4 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightB_lackT_riangle.glif000066400000000000000000000007301401101653000325010ustar00rootroot00000000000000 uni25E5 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightB_lock.glif000066400000000000000000000007431401101653000306760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightB_lock.stypo.glif000066400000000000000000000007211401101653000320470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 upperR_ightQ_uadrantW_hiteC_ircle.glif000066400000000000000000000012371401101653000337640ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs uni25F7 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upperR_ightT_riangle.glif000066400000000000000000000013721401101653000314100ustar00rootroot00000000000000 uni25F9 public.markColor 0.5,0.09,0.79,1 upperlefttolowerrightF_illS_quare.glif000066400000000000000000000017061401101653000341630ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs uni25A7 public.markColor 0.5,0.09,0.79,1 upperrighttolowerleftF_illS_quare.glif000066400000000000000000000017411401101653000341620ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs uni25A8 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilon-latin.glif000066400000000000000000000035511401101653000300720ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilon.glif000066400000000000000000000025431401101653000267650ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilondieresis.glif000066400000000000000000000005061401101653000305120ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilondieresistonos.glif000066400000000000000000000005151401101653000315750ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/upsilontonos.glif000066400000000000000000000004751401101653000300520ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/uring.glif000066400000000000000000000007731401101653000264230ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ushort-cy.glif000066400000000000000000000004761401101653000272340ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ustraight-cy.glif000066400000000000000000000014571401101653000277220ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ustraightstroke-cy.glif000066400000000000000000000007421401101653000311460ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/utilde.glif000066400000000000000000000007751401101653000265670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/v.glif000066400000000000000000000013151401101653000255350ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ve-cy.glif000066400000000000000000000042451401101653000263200ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ve-cy.loclB_G_R_.glif000066400000000000000000000037241401101653000302410ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/vectorO_rC_rossP_roduct.glif000066400000000000000000000004751401101653000321110ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/venus.glif000066400000000000000000000032361401101653000264340ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 verticalB_isectingL_ineW_hiteS_quare.glif000066400000000000000000000011121401101653000344330ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs uni25EB public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalF_illC_ircle.glif000066400000000000000000000014071401101653000313320ustar00rootroot00000000000000 uni25CD public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalF_illS_quare.glif000066400000000000000000000014701401101653000313710ustar00rootroot00000000000000 uni25A5 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/verticalT_abulationC_ontrol.glif000066400000000000000000000017531401101653000327710ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name V.half alignment -1 index 1 name T.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 verticalT_abulationC_ontrol.ss20.glif000066400000000000000000000016631401101653000335000ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/vhook.glif000066400000000000000000000027261401101653000264250ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/vturned.glif000066400000000000000000000004231401101653000267560ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/w.glif000066400000000000000000000023541401101653000255420ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/w_w_w.liga.glif000066400000000000000000000100761401101653000273310ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/wacute.glif000066400000000000000000000006441401101653000265640ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/wcircumflex.glif000066400000000000000000000006571401101653000276300ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/wdieresis.glif000066400000000000000000000006521401101653000272710ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/wgrave.glif000066400000000000000000000006451401101653000265700ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteB_ullet.glif000066400000000000000000000024431401101653000277220ustar00rootroot00000000000000 openbullet public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteC_ircle.glif000066400000000000000000000024471401101653000277000ustar00rootroot00000000000000 circle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteD_iamond.glif000066400000000000000000000013001401101653000300350ustar00rootroot00000000000000 uni25C7 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteH_exagon.glif000066400000000000000000000021671401101653000300670ustar00rootroot00000000000000 uni2B21 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteH_orizontalE_llipse.glif000066400000000000000000000024561401101653000323050ustar00rootroot00000000000000 uni2B2D public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteI_nB_lackS_quare.glif000066400000000000000000000010371401101653000314530ustar00rootroot00000000000000 uni25A3 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteL_argeS_quare.glif000066400000000000000000000013041401101653000310400ustar00rootroot00000000000000 uni2B1C public.markColor 0.5,0.09,0.79,1 whiteL_owerL_eftQ_uadrantS_quare.glif000066400000000000000000000011771401101653000336400ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs uni25F1 public.markColor 0.5,0.09,0.79,1 whiteL_owerR_ightQ_uadrantS_quare.glif000066400000000000000000000012351401101653000340160ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs uni25F2 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteM_ediumD_iamond.glif000066400000000000000000000015631401101653000313500ustar00rootroot00000000000000 uni2B26 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteM_ediumL_ozenge.glif000066400000000000000000000015631401101653000314000ustar00rootroot00000000000000 uni2B28 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteP_arallelogram.glif000066400000000000000000000015641401101653000312600ustar00rootroot00000000000000 uni25B1 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteP_entagon.glif000066400000000000000000000014271401101653000302470ustar00rootroot00000000000000 uni2B20 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteR_ect.glif000066400000000000000000000012731401101653000273700ustar00rootroot00000000000000 uni25AD public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteR_oundedC_ornersS_quare.glif000066400000000000000000000033751401101653000331130ustar00rootroot00000000000000 uni25A2 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteS_mallL_ozenge.glif000066400000000000000000000013041401101653000312210ustar00rootroot00000000000000 uni2B2B public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteS_mallS_quare.glif000066400000000000000000000013031401101653000310550ustar00rootroot00000000000000 H18551 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteS_milingF_ace.glif000066400000000000000000000055631401101653000310210ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteS_quare.glif000066400000000000000000000013021401101653000277240ustar00rootroot00000000000000 H22073 public.markColor 0.5,0.09,0.79,1 whiteU_pperL_eftQ_uadrantS_quare.glif000066400000000000000000000012341401101653000336350ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs uni25F0 public.markColor 0.5,0.09,0.79,1 whiteU_pperR_ightQ_uadrantS_quare.glif000066400000000000000000000012721401101653000340220ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs uni25F3 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteV_erticalE_llipse.glif000066400000000000000000000024561401101653000317250ustar00rootroot00000000000000 uni2B2F public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteV_erticalR_ect.glif000066400000000000000000000013071401101653000312170ustar00rootroot00000000000000 uni25AF public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/whiteV_erysmallS_quare.glif000066400000000000000000000013061401101653000317660ustar00rootroot00000000000000 uni2B1E public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/wmod.glif000066400000000000000000000022201401101653000262320ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/won.glif000066400000000000000000000010761401101653000260770ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/x.glif000066400000000000000000000016251401101653000255430ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/x.multiply.glif000066400000000000000000000004301401101653000274120ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/xi.glif000066400000000000000000000046701401101653000257170ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/y.glif000066400000000000000000000022421401101653000255400ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/yacute.glif000066400000000000000000000006451401101653000265670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ycircumflex.glif000066400000000000000000000006561401101653000276310ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ydieresis.glif000066400000000000000000000006521401101653000272730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ydotbelow.glif000066400000000000000000000006561401101653000273070ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/yen.glif000066400000000000000000000014661401101653000260720ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/yeru-cy.glif000066400000000000000000000026111401101653000266650ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ygrave.glif000066400000000000000000000006451401101653000265720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/yhookabove.glif000066400000000000000000000006541401101653000274430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/yi-cy.glif000066400000000000000000000005471401101653000263300ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ymacron.glif000066400000000000000000000006461401101653000267460ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ymod.glif000066400000000000000000000020161401101653000262370ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ytilde.glif000066400000000000000000000006441401101653000265660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/z.glif000066400000000000000000000017331401101653000255450ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/zacute.glif000066400000000000000000000007161401101653000265670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/zacute.loclP_L_K_.glif000066400000000000000000000007061401101653000305220ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/zcaron.glif000066400000000000000000000007011401101653000265620ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/zdotaccent.glif000066400000000000000000000007261401101653000274330ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ze-cy.glif000066400000000000000000000036051401101653000263230ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/ze-cy.loclB_G_R_.glif000066400000000000000000000037411401101653000302440ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/zero.dnom.glif000066400000000000000000000004551401101653000272070ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/zero.glif000066400000000000000000000034011401101653000262450ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/zero.numr.glif000066400000000000000000000004361401101653000272320ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/zero.zero.glif000066400000000000000000000031771401101653000272350ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.leftMetricsKey zero com.schriftgestaltung.Glyphs.glyph.rightMetricsKey zero public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/zeroinferior.glif000066400000000000000000000005101401101653000300010ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/zerosuperior.glif000066400000000000000000000024241401101653000300420ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/zeta.glif000066400000000000000000000030041401101653000262300ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/zhe-cy.glif000066400000000000000000000102011401101653000264610ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/zhe-cy.loclB_G_R_.glif000066400000000000000000000103071401101653000304100ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/zhedescender-cy.glif000066400000000000000000000105271401101653000303510ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/glyphs/zmod.glif000066400000000000000000000014451401101653000262450ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/layercontents.plist000066400000000000000000000006211401101653000270650ustar00rootroot00000000000000 public.default glyphs public.background glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/lib.plist000066400000000000000000004363521401101653000247570ustar00rootroot00000000000000 com.schriftgestaltung.appVersion 1342 com.schriftgestaltung.customName Extra com.schriftgestaltung.customParameter.GSFont.Axes Name Weight Tag wght com.schriftgestaltung.customParameter.GSFont.DisplayStrings /bar_bar_bar_greater.liga /bar_bar_greater.liga /bar_greater.liga /less_bar.liga /less_bar_bar.liga /less_bar_bar_bar.liga /less_less_equal_end.seq /bar_underscore_middle.seq /bar_bar_equal_middle.seq /bar_equal_middle.seq /bar_bar_equal_end.seq /bar_bar_equal_start.seq /bar_bar_hyphen_middle.seq /bar_hyphen_middle.seq /bar_bar_hyphen_end.seq /bar_bar_hyphen_start.seq /bar_equal_end.seq /bar_equal_start.seq /bar_hyphen_end.seq /bar_hyphen_start.seq /equal_middle.seq /equal_end.seq /equal_start.seq /greater_greater_equal_middle.seq /greater_equal_middle.seq /greater_greater_equal_end.seq /greater_greater_equal_start.seq /greater_equal_start.seq /greater_equal_end.seq /greater_greater_hyphen_middle.seq /greater_hyphen_middle.seq /greater_greater_hyphen_end.seq /greater_greater_hyphen_start.seq /greater_hyphen_start.seq /greater_hyphen_end.seq /less_less_equal_middle.seq /less_equal_middle.seq /less_less_equal_end.seq /less_less_equal_start.seq /less_equal_end.seq /less_equal_start.seq /less_less_hyphen_middle.seq /less_hyphen_middle.seq /less_less_hyphen_end.seq /less_less_hyphen_start.seq /less_hyphen_end.seq /less_hyphen_start.seq /greater_greater_equal_start.seq com.schriftgestaltung.customParameter.GSFont.disablesAutomaticAlignment com.schriftgestaltung.customParameter.GSFont.disablesLastChange com.schriftgestaltung.customParameter.GSFont.note #Macro to convert the ligatures from editable to production mode def ligatureProcess(production): for glyph in Glyphs.font.glyphs: if glyph.color == 3: #2 width if production == True: glyph.layers[0].LSB = glyph.layers[0].LSB - 1200 if production == False: glyph.layers[0].LSB = glyph.layers[0].LSB + 1200 elif glyph.color == 4: #3 width if production == True: glyph.layers[0].LSB = glyph.layers[0].LSB - 2400 if production == False: glyph.layers[0].LSB = glyph.layers[0].LSB + 2400 elif glyph.color == 9: #4 width if production == True: glyph.layers[0].LSB = glyph.layers[0].LSB - 3600 if production == False: glyph.layers[0].LSB = glyph.layers[0].LSB + 3600 ligatureProcess(True) #True for production mode, False for editable Settings for scaler for halves and thirds Third 30 30 30 40 40 40 80 -160 -340 Half 70 70 70 45 45 45 60 -220 -360 com.schriftgestaltung.customParameter.GSFont.useNiceNames 1 com.schriftgestaltung.customParameter.GSFontMaster.customValue 0 com.schriftgestaltung.customParameter.GSFontMaster.customValue1 0 com.schriftgestaltung.customParameter.GSFontMaster.customValue2 0 com.schriftgestaltung.customParameter.GSFontMaster.customValue3 0 com.schriftgestaltung.customParameter.GSFontMaster.iconName com.schriftgestaltung.customParameter.GSFontMaster.weightValue 140 com.schriftgestaltung.customParameter.GSFontMaster.widthValue 0 com.schriftgestaltung.fontMasterOrder 0 com.schriftgestaltung.keyboardIncrement 1 com.schriftgestaltung.weight Light com.schriftgestaltung.weightValue 140 com.schriftgestaltung.width Regular public.glyphOrder A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A.half B.half C.half D.half E.half F.half G.half H.half I.half K.half L.half M.half N.half O.half P.half Q.half R.half S.half T.half U.half V.half X.half Y.half Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply fi fl w_w_w.liga ordfeminine ordmasculine nmod wmod ymod A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol thetamod zmod zero one two three four five six seven eight nine zero.zero one.half two.half three.half four.half zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior fraction onehalf onequarter threequarters oneeighth threeeighths fiveeighths seveneighths period comma colon semicolon ellipsis exclam exclamdown question questiondown periodcentered bullet asterisk exclamdouble numbersign onedotenleader overline slash backslash colon.center parenleft parenright braceleft braceright bracketleft bracketright heavyleftpointinganglebracketornament heavyleftpointinganglequotationmarkornament heavyrightpointinganglebracketornament heavyrightpointinganglequotationmarkornament mediumleftpointinganglebracketornament mediumrightpointinganglebracketornament hyphen softhyphen endash emdash horizontalbar hyphentwo nonbreakinghyphen underscore underscoredbl quotesinglbase quotedblbase quotedblleft quotedblright quoteleft quoteright quotereversed guillemetleft guillemetright guilsinglleft guilsinglright quotedbl quotesingle hyphen_hyphen.liga hyphen_hyphen_hyphen.liga hyphen_asciitilde.liga parenleft_asterisk.liga braceleft_bar.liga braceright_numbersign.liga bracketleft_bar.liga bracketright_numbersign.liga period_hyphen.liga period_period.liga period_period_period.liga period_period_equal.liga period_period_less.liga period_question.liga period_equal.liga colon_colon.liga colon_colon_colon.liga colon_colon_equal.liga colon_equal.liga colon_slash_slash.liga semicolon_semicolon.liga exclam_period.liga exclam_colon.liga exclam_exclam.liga exclam_exclam_period.liga exclam_equal.liga exclam_equal_equal.liga question_period.liga question_colon.liga question_question.liga question_question_equal.liga question_equal.liga asterisk_parenright.liga asterisk_asterisk.liga asterisk_asterisk_asterisk.liga asterisk_greater.liga asterisk_slash.liga numbersign_parenleft.liga numbersign_braceleft.liga numbersign_bracketleft.liga numbersign_colon.liga numbersign_exclam.liga numbersign_question.liga numbersign_equal.liga numbersign_underscore.liga numbersign_underscore_parenleft.liga slash_asterisk.liga slash_greater.liga slash_slash.liga slash_slash_slash.liga slash_backslash.liga backslash_slash.liga backslash_backslash.liga underscore_underscore.liga hyphen_middle.seq hyphen_start.seq hyphen_end.seq colon_equal_middle.seq exclam_equal_middle.seq numbersign_end.seq numbersign_middle.seq numbersign_start.seq slash_equal_end.seq slash_equal_middle.seq slash_equal_start.seq slash_slash_equal_end.seq slash_slash_equal_middle.seq slash_slash_equal_start.seq underscore_end.seq underscore_middle.seq underscore_start.seq anoteleia questiongreek punctuationspace space nbspace CR lineseparator .notdef baht cedi cent colonsign currency dollar dong euro eurocurrency florin franc guarani hryvnia kip lari lira liraTurkish manat naira peseta peso ruble rupee rupeeIndian sheqel sterling tenge tugrik won yen bulletoperator divisionslash equivalence horizontallineextension integralbt integraltp logicalnotReversed notidentical plus minus multiply divide equal notequal greater less greaterequal lessequal plusminus approxequal asciitilde logicalnot asciicircum infinity intersection integral Ohm increment product summation radical micro partialdiff orthogonal percent perthousand strictlyequivalentto vectorOrCrossProduct greater.center less.center greater.alt less.alt upArrow rightArrow downArrow leftArrow leftRightArrow upDownArrow upDownbaseArrow downTipLeftArrow upDashArrow dashdownArrow lowerOneEighthBlock lowerOneQuarterBlock lowerThreeEighthsBlock lowerHalfBlock lowerFiveEighthsBlock lowerThreeQuartersBlock lowerSevenEighthsBlock fullBlock upperHalfBlock upperOneEighthBlock leftOneEighthBlock leftOneQuarterBlock leftThreeEighthsBlock leftBlock leftFiveEighthsBlock leftThreeQuartersBlock leftSevenEighthsBlock rightBlock rightOneEighthBlock lowerLeftBlock lowerRightBlock upperLeftBlock upperLeftAndLowerLeftAndLowerRightBlock upperLeftAndLowerRightBlock upperLeftAndUpperRightAndLowerLeftBlock upperLeftAndUpperRightAndLowerRightBlock upperRightBlock upperRightAndLowerLeftBlock upperRightAndLowerLeftAndLowerRightBlock shadelight shademedium shadedark blackCircle whiteCircle largeCircle leftHalfBlackWhiteCircle rightHalfBlackWhiteCircle lowerHalfBlackWhiteCircle upperHalfBlackWhiteCircle leftHalfBlackCircle rightHalfBlackCircle upperRightBlackCircle upperLeftWhiteCircle upperLeftQuadrantWhiteCircle lowerLeftQuadrantWhiteCircle lowerRightQuadrantWhiteCircle upperRightQuadrantWhiteCircle verticalFillCircle dottedCircle fisheye bullseye whiteBullet inverseBullet inverseWhiteCircle upperHalfInverseWhiteCircle lowerHalfInverseWhiteCircle upperHalfArc lowerHalfArc upperLeftArc upperRightArc lowerRightArc lowerLeftArc blackDiamond whiteDiamond leftHalfBlackDiamond rightHalfBlackDiamond topHalfBlackDiamond bottomHalfBlackDiamond blackInWhiteDiamond lozenge blackParallelogram whiteParallelogram blackVerticalRect filledRect whiteRect whiteVerticalRect blackSquare whiteSquare whiteRoundedCornersSquare whiteInBlackSquare dottedSquare horizontalFillSquare verticalFillSquare crosshatchFillSquare upperlefttolowerrightFillSquare upperrighttolowerleftFillSquare diagonalcrosshatchFillSquare blackSmallSquare whiteSmallSquare leftHalfBlackSquare rightHalfBlackSquare upperLeftDiagonalHalfBlackSquare lowerRightDiagonalHalfBlackSquare verticalBisectingLineWhiteSquare whiteUpperLeftQuadrantSquare whiteLowerLeftQuadrantSquare whiteLowerRightQuadrantSquare whiteUpperRightQuadrantSquare mediumWhiteSquare mediumBlackSquare mediumWhiteSmallSquare mediumBlackSmallSquare upBlackTriangle rightBlackTriangle downBlackTriangle leftBlackTriangle upWhiteTriangle rightWhiteTriangle downWhiteTriangle leftWhiteTriangle upWhiteTriangleWithDot upLeftHalfBlackTriangle upRightHalfBlackTriangle rightBlackPointer leftBlackPointer rightWhitePointer leftWhitePointer upBlackSmallTriangle rightBlackSmallTriangle downBlackSmallTriangle leftBlackSmallTriangle upWhiteSmallTriangle rightWhiteSmallTriangle downWhiteSmallTriangle leftWhiteSmallTriangle upperRightBlackTriangle lowerRightBlackTriangle lowerLeftBlackTriangle upperLeftBlackTriangle upperRightTriangle lowerRightTriangle lowerLeftTriangle upperLeftTriangle boxDoubleDownAndHorizontal boxDoubleDownAndLeft boxDoubleDownAndRight boxDoubleHorizontal boxDoubleUpAndHorizontal boxDoubleUpAndLeft boxDoubleUpAndRight boxDoubleVertical boxDoubleVerticalAndHorizontal boxDoubleVerticalAndLeft boxDoubleVerticalAndRight boxDownDoubleAndHorizontalSingle boxDownDoubleAndLeftSingle boxDownDoubleAndRightSingle boxDownHeavyAndHorizontalLight boxDownHeavyAndLeftLight boxDownHeavyAndLeftUpLight boxDownHeavyAndRightLight boxDownHeavyAndRightUpLight boxDownHeavyAndUpHorizontalLight boxDownLightAndHorizontalHeavy boxDownLightAndLeftHeavy boxDownLightAndLeftUpHeavy boxDownLightAndRightHeavy boxDownLightAndRightUpHeavy boxDownLightAndUpHorizontalHeavy boxDownSingleAndHorizontalDouble boxDownSingleAndLeftDouble boxDownSingleAndRightDouble boxHeavyDoubleDashHorizontal boxHeavyDoubleDashVertical boxHeavyDown boxHeavyDownAndHorizontal boxHeavyDownAndLeft boxHeavyDownAndRight boxHeavyHorizontal boxHeavyLeft boxHeavyLeftAndLightRight boxHeavyQuadrupleDashHorizontal boxHeavyQuadrupleDashVertical boxHeavyRight boxHeavyTripleDashHorizontal boxHeavyTripleDashVertical boxHeavyUp boxHeavyUpAndHorizontal boxHeavyUpAndLeft boxHeavyUpAndLightDown boxHeavyUpAndRight boxHeavyVertical boxHeavyVerticalAndHorizontal boxHeavyVerticalAndLeft boxHeavyVerticalAndRight boxLeftDownHeavyAndRightUpLight boxLeftHeavyAndRightDownLight boxLeftHeavyAndRightUpLight boxLeftHeavyAndRightVerticalLight boxLeftLightAndRightDownHeavy boxLeftLightAndRightUpHeavy boxLeftLightAndRightVerticalHeavy boxLeftUpHeavyAndRightDownLight boxLightArcDownAndLeft boxLightArcDownAndRight boxLightArcUpAndLeft boxLightArcUpAndRight boxLightDiagonalCross boxLightDiagonalUpperLeftToLowerRight boxLightDiagonalUpperRightToLowerLeft boxLightDoubleDashHorizontal boxLightDoubleDashVertical boxLightDown boxLightDownAndHorizontal boxLightDownAndLeft boxLightDownAndRight boxLightHorizontal boxLightLeft boxLightLeftAndHeavyRight boxLightQuadrupleDashHorizontal boxLightQuadrupleDashVertical boxLightRight boxLightTripleDashHorizontal boxLightTripleDashVertical boxLightUp boxLightUpAndHeavyDown boxLightUpAndHorizontal boxLightUpAndLeft boxLightUpAndRight boxLightVertical boxLightVerticalAndHorizontal boxLightVerticalAndLeft boxLightVerticalAndRight boxRightDownHeavyAndLeftUpLight boxRightHeavyAndLeftDownLight boxRightHeavyAndLeftUpLight boxRightHeavyAndLeftVerticalLight boxRightLightAndLeftDownHeavy boxRightLightAndLeftUpHeavy boxRightLightAndLeftVerticalHeavy boxRightUpHeavyAndLeftDownLight boxUpDoubleAndHorizontalSingle boxUpDoubleAndLeftSingle boxUpDoubleAndRightSingle boxUpHeavyAndDownHorizontalLight boxUpHeavyAndHorizontalLight boxUpHeavyAndLeftDownLight boxUpHeavyAndLeftLight boxUpHeavyAndRightDownLight boxUpHeavyAndRightLight boxUpLightAndDownHorizontalHeavy boxUpLightAndHorizontalHeavy boxUpLightAndLeftDownHeavy boxUpLightAndLeftHeavy boxUpLightAndRightDownHeavy boxUpLightAndRightHeavy boxUpSingleAndHorizontalDouble boxUpSingleAndLeftDouble boxUpSingleAndRightDouble boxVerticalDoubleAndHorizontalSingle boxVerticalDoubleAndLeftSingle boxVerticalDoubleAndRightSingle boxVerticalHeavyAndHorizontalLight boxVerticalHeavyAndLeftLight boxVerticalHeavyAndRightLight boxVerticalLightAndHorizontalHeavy boxVerticalLightAndLeftHeavy boxVerticalLightAndRightHeavy boxVerticalSingleAndHorizontalDouble boxVerticalSingleAndLeftDouble boxVerticalSingleAndRightDouble lowerOneEighthBlock.stypo lowerOneQuarterBlock.stypo lowerThreeEighthsBlock.stypo lowerHalfBlock.stypo lowerFiveEighthsBlock.stypo lowerThreeQuartersBlock.stypo lowerSevenEighthsBlock.stypo fullBlock.stypo upperHalfBlock.stypo upperOneEighthBlock.stypo leftOneEighthBlock.stypo leftOneQuarterBlock.stypo leftThreeEighthsBlock.stypo leftBlock.stypo leftFiveEighthsBlock.stypo leftThreeQuartersBlock.stypo leftSevenEighthsBlock.stypo rightBlock.stypo rightOneEighthBlock.stypo lowerLeftBlock.stypo lowerRightBlock.stypo upperLeftBlock.stypo upperLeftAndLowerLeftAndLowerRightBlock.stypo upperLeftAndLowerRightBlock.stypo upperLeftAndUpperRightAndLowerLeftBlock.stypo upperLeftAndUpperRightAndLowerRightBlock.stypo upperRightBlock.stypo upperRightAndLowerLeftBlock.stypo upperRightAndLowerLeftAndLowerRightBlock.stypo shadelight.stypo shademedium.stypo shadedark.stypo reversedRotatedFloralHeartBullet whiteSmilingFace blackSmilingFace sunWithRays venus mars spadeBlackSuit clubBlackSuit heartBlackSuit diamondBlackSuit checkmark rotatedFloralHeartBullet acknowledgeControl backspaceControl at ampersand paragraph section copyright registered published trademark careof degree minute second bar brokenbar dagger literSign daggerdbl estimated numero bellControl blackHexagon blackHorizontalEllipse blackLargeCircle blackLargeSquare blackMediumDiamond blackMediumDownTriangleCentred blackMediumLeftTriangleCentred blackMediumLozenge blackMediumRightTriangleCentred blackMediumUpTriangleCentred blackPentagon blackSmallDiamond blackSmallLozenge blackVerticalEllipse blackVerysmallSquare blank blankSymbol bottomHalfBlackCircle cancelControl carriageReturnControl dataLinkEscapeControl deleteControl deleteFormTwoControl deviceControlFourControl deviceControlOneControl deviceControlThreeControl deviceControlTwoControl endOfMediumControl endOfTextControl endOfTransmissionBlockControl endOfTransmissionControl enquiryControl escapeControl fileSeparatorControl formFeedControl groupSeparatorControl horizontalBlackHexagon horizontalTabulationControl house returnsymbol lineFeedControl lowerHalfWhiteSquare lowerLeftHalfWhiteSquare negativeAcknowledgeControl newlineControl nullControl prescription recordSeparatorControl shiftInControl shiftOutControl spaceControl startOfHeadingControl startOfTextControl substituteControl substituteFormTwoControl synchronousIdleControl topHalfBlackCircle topHalfWhiteSquare topRightHalfWhiteSquare unitSeparatorControl verticalTabulationControl whiteHexagon whiteHorizontalEllipse whiteLargeSquare whiteMediumDiamond whiteMediumLozenge whitePentagon whiteSmallLozenge whiteVerticalEllipse whiteVerysmallSquare acknowledgeControl.ss20 backspaceControl.ss20 bellControl.ss20 cancelControl.ss20 carriageReturnControl.ss20 dataLinkEscapeControl.ss20 endOfMediumControl.ss20 endOfTextControl.ss20 endOfTransmissionBlockControl.ss20 endOfTransmissionControl.ss20 enquiryControl.ss20 escapeControl.ss20 formFeedControl.ss20 horizontalTabulationControl.ss20 lineFeedControl.ss20 negativeAcknowledgeControl.ss20 shiftInControl.ss20 shiftOutControl.ss20 startOfHeadingControl.ss20 startOfTextControl.ss20 substituteControl.ss20 synchronousIdleControl.ss20 verticalTabulationControl.ss20 ampersand_ampersand.liga bar_braceright.liga bar_bracketright.liga bar_bar.liga bar_bar_bar.liga bar_bar_bar_greater.liga bar_bar_greater.liga bar_greater.liga dollar_greater.liga plus_plus.liga plus_plus_plus.liga plus_greater.liga equal_equal.liga equal_equal_equal.liga greater_equal.liga greater_greater.liga greater_greater_greater.liga less_exclam_hyphen_hyphen.liga less_asterisk.liga less_asterisk_greater.liga less_bar.liga less_bar_bar.liga less_bar_bar_bar.liga less_bar_greater.liga less_dollar.liga less_dollar_greater.liga less_plus.liga less_plus_greater.liga less_equal.liga less_greater.liga less_less.liga less_less_less.liga less_asciitilde.liga less_asciitilde_greater.liga less_asciitilde_asciitilde.liga less_slash.liga less_slash_greater.liga asciitilde_hyphen.liga asciitilde_at.liga asciitilde_equal.liga asciitilde_greater.liga asciitilde_asciitilde.liga asciitilde_asciitilde_greater.liga asciicircum_equal.liga percent_percent.liga bar_underscore_middle.seq bar_bar_equal_middle.seq bar_equal_middle.seq bar_bar_equal_end.seq bar_bar_equal_start.seq bar_bar_hyphen_middle.seq bar_hyphen_middle.seq bar_bar_hyphen_end.seq bar_bar_hyphen_start.seq bar_equal_end.seq bar_equal_start.seq bar_hyphen_end.seq bar_hyphen_start.seq equal_middle.seq equal_end.seq equal_start.seq greater_greater_equal_middle.seq greater_equal_middle.seq greater_greater_equal_end.seq greater_greater_equal_start.seq greater_equal_start.seq greater_equal_end.seq greater_greater_hyphen_middle.seq greater_hyphen_middle.seq greater_greater_hyphen_end.seq greater_greater_hyphen_start.seq greater_hyphen_start.seq greater_hyphen_end.seq less_less_equal_middle.seq less_equal_middle.seq less_less_equal_end.seq less_less_equal_start.seq less_equal_end.seq less_equal_start.seq less_less_hyphen_middle.seq less_hyphen_middle.seq less_less_hyphen_end.seq less_less_hyphen_start.seq less_hyphen_end.seq less_hyphen_start.seq note-musical notedbl-musical blank-braille dots1-braille dots12-braille dots123-braille dots1234-braille dots12345-braille dots123456-braille dots1234567-braille dots12345678-braille dots1234568-braille dots123457-braille dots1234578-braille dots123458-braille dots12346-braille dots123467-braille dots1234678-braille dots123468-braille dots12347-braille dots123478-braille dots12348-braille dots1235-braille dots12356-braille dots123567-braille dots1235678-braille dots123568-braille dots12357-braille dots123578-braille dots12358-braille dots1236-braille dots12367-braille dots123678-braille dots12368-braille dots1237-braille dots12378-braille dots1238-braille dots124-braille dots1245-braille dots12456-braille dots124567-braille dots1245678-braille dots124568-braille dots12457-braille dots124578-braille dots12458-braille dots1246-braille dots12467-braille dots124678-braille dots12468-braille dots1247-braille dots12478-braille dots1248-braille dots125-braille dots1256-braille dots12567-braille dots125678-braille dots12568-braille dots1257-braille dots12578-braille dots1258-braille dots126-braille dots1267-braille dots12678-braille dots1268-braille dots127-braille dots1278-braille dots128-braille dots13-braille dots134-braille dots1345-braille dots13456-braille dots134567-braille dots1345678-braille dots134568-braille dots13457-braille dots134578-braille dots13458-braille dots1346-braille dots13467-braille dots134678-braille dots13468-braille dots1347-braille dots13478-braille dots1348-braille dots135-braille dots1356-braille dots13567-braille dots135678-braille dots13568-braille dots1357-braille dots13578-braille dots1358-braille dots136-braille dots1367-braille dots13678-braille dots1368-braille dots137-braille dots1378-braille dots138-braille dots14-braille dots145-braille dots1456-braille dots14567-braille dots145678-braille dots14568-braille dots1457-braille dots14578-braille dots1458-braille dots146-braille dots1467-braille dots14678-braille dots1468-braille dots147-braille dots1478-braille dots148-braille dots15-braille dots156-braille dots1567-braille dots15678-braille dots1568-braille dots157-braille dots1578-braille dots158-braille dots16-braille dots167-braille dots1678-braille dots168-braille dots17-braille dots178-braille dots18-braille dots2-braille dots23-braille dots234-braille dots2345-braille dots23456-braille dots234567-braille dots2345678-braille dots234568-braille dots23457-braille dots234578-braille dots23458-braille dots2346-braille dots23467-braille dots234678-braille dots23468-braille dots2347-braille dots23478-braille dots2348-braille dots235-braille dots2356-braille dots23567-braille dots235678-braille dots23568-braille dots2357-braille dots23578-braille dots2358-braille dots236-braille dots2367-braille dots23678-braille dots2368-braille dots237-braille dots2378-braille dots238-braille dots24-braille dots245-braille dots2456-braille dots24567-braille dots245678-braille dots24568-braille dots2457-braille dots24578-braille dots2458-braille dots246-braille dots2467-braille dots24678-braille dots2468-braille dots247-braille dots2478-braille dots248-braille dots25-braille dots256-braille dots2567-braille dots25678-braille dots2568-braille dots257-braille dots2578-braille dots258-braille dots26-braille dots267-braille dots2678-braille dots268-braille dots27-braille dots278-braille dots28-braille dots3-braille dots34-braille dots345-braille dots3456-braille dots34567-braille dots345678-braille dots34568-braille dots3457-braille dots34578-braille dots3458-braille dots346-braille dots3467-braille dots34678-braille dots3468-braille dots347-braille dots3478-braille dots348-braille dots35-braille dots356-braille dots3567-braille dots35678-braille dots3568-braille dots357-braille dots3578-braille dots358-braille dots36-braille dots367-braille dots3678-braille dots368-braille dots37-braille dots378-braille dots38-braille dots4-braille dots45-braille dots456-braille dots4567-braille dots45678-braille dots4568-braille dots457-braille dots4578-braille dots458-braille dots46-braille dots467-braille dots4678-braille dots468-braille dots47-braille dots478-braille dots48-braille dots5-braille dots56-braille dots567-braille dots5678-braille dots568-braille dots57-braille dots578-braille dots58-braille dots6-braille dots67-braille dots678-braille dots68-braille dots7-braille dots78-braille dots8-braille numeral-greek lowernumeral-greek apostrophemod colontriangularmod commaturnedmod firsttonechinese glottalstopmod dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresis dotaccent grave acute hungarumlaut circumflex caron breve ring tilde macron cedilla ogonek dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb tonos tonos.case dieresistonos brevecomb-cy brevecomb-cy.case LIG public.postscriptNames A-cy uni0410 Abreveacute uni1EAE Abrevedotbelow uni1EB6 Abrevegrave uni1EB0 Abrevehookabove uni1EB2 Abrevetilde uni1EB4 Acaron uni01CD Acircumflexacute uni1EA4 Acircumflexdotbelow uni1EAC Acircumflexgrave uni1EA6 Acircumflexhookabove uni1EA8 Acircumflextilde uni1EAA Adotbelow uni1EA0 Ahookabove uni1EA2 Alpha-latin uni2C6D Asmall uni1D00 Astroke uni023A Be-cy uni0411 Che-cy uni0427 Chedescender-cy uni04B6 Cstroke uni023B De-cy uni0414 De-cy.loclBGR uni0414.loclBGR Delta uni0394 Dje-cy uni0402 Dze-cy uni0405 Dzhe-cy uni040F E-cy uni0404 Ecircumflexacute uni1EBE Ecircumflexdotbelow uni1EC6 Ecircumflexgrave uni1EC0 Ecircumflexhookabove uni1EC2 Ecircumflextilde uni1EC4 Edotbelow uni1EB8 Ef-cy uni0424 Ef-cy.loclBGR uni0424.loclBGR Ehookabove uni1EBA El-cy uni041B El-cy.loclBGR uni041B.loclBGR Em-cy uni041C En-cy uni041D Endescender-cy uni04A2 Eopen uni0190 Er-cy uni0420 Ereversed uni018E Ereversed-cy uni042D Es-cy uni0421 Esh uni01A9 Etilde uni1EBC Ezh uni01B7 Gammaafrican uni0194 Gcommaaccent uni0122 Ge-cy uni0413 Germandbls uni1E9E Ghestroke-cy uni0492 Gheupturn-cy uni0490 Gje-cy uni0403 Gsmall uni0262 Gstroke uni01E4 Ha-cy uni0425 Hadescender-cy uni04B2 Hardsign-cy uni042A Hcaron uni021E Hdotbelow uni1E24 I-cy uni0406 Ia-cy uni042F Idotbelow uni1ECA Ie-cy uni0415 Iegrave-cy uni0400 Ihookabove uni1EC8 Ii-cy uni0418 Iigrave-cy uni040D Iishort-cy uni0419 Imacron-cy uni04E2 Io-cy uni0401 Iotaafrican uni0196 Ismall uni026A Iu-cy uni042E Je-cy uni0408 Ka-cy uni041A Kacute uni1E30 Kadescender-cy uni049A KaiSymbol uni03CF Kcommaaccent uni0136 Kdotbelow uni1E32 Kje-cy uni040C Klinebelow uni1E34 Lbar uni023D Lcommaaccent uni013B Ldotbelow uni1E36 Lje-cy uni0409 Llinebelow uni1E3A Lmiddletilde uni2C62 Lsmall uni029F Ncommaaccent uni0145 Nhookleft uni019D Nje-cy uni040A Nlinebelow uni1E48 O-cy uni041E Obarred-cy uni04E8 Ocircumflexacute uni1ED0 Ocircumflexdotbelow uni1ED8 Ocircumflexgrave uni1ED2 Ocircumflexhookabove uni1ED4 Ocircumflextilde uni1ED6 Odotbelow uni1ECC Ohm uni2126 Ohookabove uni1ECE Ohornacute uni1EDA Ohorndotbelow uni1EE2 Ohorngrave uni1EDC Ohornhookabove uni1EDE Ohorntilde uni1EE0 Omacronacute uni1E52 Omacrongrave uni1E50 Omega uni03A9 Oogonek uni01EA Oopen uni0186 Palochka-cy uni04C0 Pe-cy uni041F Rcommaaccent uni0156 Rdotbelow uni1E5A Schwa uni018F Schwa-cy uni04D8 Scommaaccent uni0218 Sdotbelow uni1E62 Sha-cy uni0428 Shcha-cy uni0429 Shha-cy uni04BA Softsign-cy uni042C Tcedilla uni0162 Tcommaaccent uni021A Tdiagonalstroke uni023E Te-cy uni0422 Tlinebelow uni1E6E Tse-cy uni0426 Tshe-cy uni040B U-cy uni0423 Udotbelow uni1EE4 Uhookabove uni1EE6 Uhornacute uni1EE8 Uhorndotbelow uni1EF0 Uhorngrave uni1EEA Uhornhookabove uni1EEC Uhorntilde uni1EEE Umacron-cy uni04EE Upsilonafrican uni01B1 Ushort-cy uni040E Ustraight-cy uni04AE Ustraightstroke-cy uni04B0 Ve-cy uni0412 Vhook uni01B2 Vturned uni0245 Ydotbelow uni1EF4 Yeru-cy uni042B Yhookabove uni1EF6 Yi-cy uni0407 Ymacron uni0232 Ytilde uni1EF8 Ze-cy uni0417 Zhe-cy uni0416 Zhedescender-cy uni0496 a-cy uni0430 abreveacute uni1EAF abrevedotbelow uni1EB7 abrevegrave uni1EB1 abrevehookabove uni1EB3 abrevetilde uni1EB5 acaron uni01CE acircumflexacute uni1EA5 acircumflexdotbelow uni1EAD acircumflexgrave uni1EA7 acircumflexhookabove uni1EA9 acircumflextilde uni1EAB acknowledgeControl uni2406 acknowledgeControl.ss20 uni2406.ss20 acutetonecomb uni0341 adotbelow uni1EA1 ahookabove uni1EA3 alpha-latin uni0251 apostrophemod uni02BC backspaceControl uni2408 backspaceControl.ss20 uni2408.ss20 baht uni0E3F baht.BRACKET.600 uni0E3F be-cy uni0431 be-cy.loclSRB uni0431.loclSRB bellControl uni2407 bellControl.ss20 uni2407.ss20 blackCircle uni25CF blackDiamond uni25C6 blackHexagon uni2B22 blackHorizontalEllipse uni2B2C blackInWhiteDiamond uni25C8 blackLargeCircle uni2B24 blackLargeSquare uni2B1B blackMediumDiamond uni2B25 blackMediumDownTriangleCentred uni2BC6 blackMediumLeftTriangleCentred uni2BC7 blackMediumLozenge uni2B27 blackMediumRightTriangleCentred uni2BC8 blackMediumUpTriangleCentred uni2BC5 blackParallelogram uni25B0 blackPentagon uni2B1F blackSmallDiamond uni2B29 blackSmallLozenge uni2B2A blackSmallSquare uni25AA blackSmilingFace invsmileface blackSquare filledbox blackVerticalEllipse uni2B2E blackVerticalRect uni25AE blackVerysmallSquare uni2B1D blank uni2423 blank-braille uni2800 blankSymbol uni2422 bottomHalfBlackCircle uni2BCB bottomHalfBlackDiamond uni2B19 boxDoubleDownAndHorizontal uni2566 boxDoubleDownAndLeft uni2557 boxDoubleDownAndRight uni2554 boxDoubleHorizontal uni2550 boxDoubleUpAndHorizontal uni2569 boxDoubleUpAndLeft uni255D boxDoubleUpAndRight uni255A boxDoubleVertical uni2551 boxDoubleVerticalAndHorizontal uni256C boxDoubleVerticalAndLeft uni2563 boxDoubleVerticalAndRight uni2560 boxDownDoubleAndHorizontalSingle uni2565 boxDownDoubleAndLeftSingle uni2556 boxDownDoubleAndRightSingle uni2553 boxDownHeavyAndHorizontalLight uni2530 boxDownHeavyAndLeftLight uni2512 boxDownHeavyAndLeftUpLight uni2527 boxDownHeavyAndRightLight uni250E boxDownHeavyAndRightUpLight uni251F boxDownHeavyAndUpHorizontalLight uni2541 boxDownLightAndHorizontalHeavy uni252F boxDownLightAndLeftHeavy uni2511 boxDownLightAndLeftUpHeavy uni2529 boxDownLightAndRightHeavy uni250D boxDownLightAndRightUpHeavy uni2521 boxDownLightAndUpHorizontalHeavy uni2547 boxDownSingleAndHorizontalDouble uni2564 boxDownSingleAndLeftDouble uni2555 boxDownSingleAndRightDouble uni2552 boxHeavyDoubleDashHorizontal uni254D boxHeavyDoubleDashVertical uni254F boxHeavyDown uni257B boxHeavyDownAndHorizontal uni2533 boxHeavyDownAndLeft uni2513 boxHeavyDownAndRight uni250F boxHeavyHorizontal uni2501 boxHeavyLeft uni2578 boxHeavyLeftAndLightRight uni257E boxHeavyQuadrupleDashHorizontal uni2509 boxHeavyQuadrupleDashVertical uni250B boxHeavyRight uni257A boxHeavyTripleDashHorizontal uni2505 boxHeavyTripleDashVertical uni2507 boxHeavyUp uni2579 boxHeavyUpAndHorizontal uni253B boxHeavyUpAndLeft uni251B boxHeavyUpAndLightDown uni257F boxHeavyUpAndRight uni2517 boxHeavyVertical uni2503 boxHeavyVerticalAndHorizontal uni254B boxHeavyVerticalAndLeft uni252B boxHeavyVerticalAndRight uni2523 boxLeftDownHeavyAndRightUpLight uni2545 boxLeftHeavyAndRightDownLight uni252D boxLeftHeavyAndRightUpLight uni2535 boxLeftHeavyAndRightVerticalLight uni253D boxLeftLightAndRightDownHeavy uni2532 boxLeftLightAndRightUpHeavy uni253A boxLeftLightAndRightVerticalHeavy uni254A boxLeftUpHeavyAndRightDownLight uni2543 boxLightArcDownAndLeft uni256E boxLightArcDownAndRight uni256D boxLightArcUpAndLeft uni256F boxLightArcUpAndRight uni2570 boxLightDiagonalCross uni2573 boxLightDiagonalUpperLeftToLowerRight uni2572 boxLightDiagonalUpperRightToLowerLeft uni2571 boxLightDoubleDashHorizontal uni254C boxLightDoubleDashVertical uni254E boxLightDown uni2577 boxLightDownAndHorizontal uni252C boxLightDownAndLeft uni2510 boxLightDownAndRight uni250C boxLightHorizontal uni2500 boxLightLeft uni2574 boxLightLeftAndHeavyRight uni257C boxLightQuadrupleDashHorizontal uni2508 boxLightQuadrupleDashVertical uni250A boxLightRight uni2576 boxLightTripleDashHorizontal uni2504 boxLightTripleDashVertical uni2506 boxLightUp uni2575 boxLightUpAndHeavyDown uni257D boxLightUpAndHorizontal uni2534 boxLightUpAndLeft uni2518 boxLightUpAndRight uni2514 boxLightVertical uni2502 boxLightVerticalAndHorizontal uni253C boxLightVerticalAndLeft uni2524 boxLightVerticalAndRight uni251C boxRightDownHeavyAndLeftUpLight uni2546 boxRightHeavyAndLeftDownLight uni252E boxRightHeavyAndLeftUpLight uni2536 boxRightHeavyAndLeftVerticalLight uni253E boxRightLightAndLeftDownHeavy uni2531 boxRightLightAndLeftUpHeavy uni2539 boxRightLightAndLeftVerticalHeavy uni2549 boxRightUpHeavyAndLeftDownLight uni2544 boxUpDoubleAndHorizontalSingle uni2568 boxUpDoubleAndLeftSingle uni255C boxUpDoubleAndRightSingle uni2559 boxUpHeavyAndDownHorizontalLight uni2540 boxUpHeavyAndHorizontalLight uni2538 boxUpHeavyAndLeftDownLight uni2526 boxUpHeavyAndLeftLight uni251A boxUpHeavyAndRightDownLight uni251E boxUpHeavyAndRightLight uni2516 boxUpLightAndDownHorizontalHeavy uni2548 boxUpLightAndHorizontalHeavy uni2537 boxUpLightAndLeftDownHeavy uni252A boxUpLightAndLeftHeavy uni2519 boxUpLightAndRightDownHeavy uni2522 boxUpLightAndRightHeavy uni2515 boxUpSingleAndHorizontalDouble uni2567 boxUpSingleAndLeftDouble uni255B boxUpSingleAndRightDouble uni2558 boxVerticalDoubleAndHorizontalSingle uni256B boxVerticalDoubleAndLeftSingle uni2562 boxVerticalDoubleAndRightSingle uni255F boxVerticalHeavyAndHorizontalLight uni2542 boxVerticalHeavyAndLeftLight uni2528 boxVerticalHeavyAndRightLight uni2520 boxVerticalLightAndHorizontalHeavy uni253F boxVerticalLightAndLeftHeavy uni2525 boxVerticalLightAndRightHeavy uni251D boxVerticalSingleAndHorizontalDouble uni256A boxVerticalSingleAndLeftDouble uni2561 boxVerticalSingleAndRightDouble uni255E brevecomb uni0306 brevecomb-cy brevecombcy brevecomb-cy.case brevecombcy.case brevecomb.case uni0306.case bulletoperator uni2219 bullseye uni25CE cancelControl uni2418 cancelControl.ss20 uni2418.ss20 careof uni2105 caroncomb uni030C caroncomb.case uni030C.case carriageReturnControl uni240D carriageReturnControl.ss20 uni240D.ss20 cedi uni20B5 cedillacomb uni0327 che-cy uni0447 checkmark uni2713 chedescender-cy uni04B7 circumflexcomb uni0302 circumflexcomb.case uni0302.case clubBlackSuit club colonsign colonmonetary colontriangularmod uni02D0 commaabovecomb uni0313 commaaboverightcomb uni0315 commaaccentcomb uni0326 commaturnedabovecomb uni0312 commaturnedmod uni02BB crosshatchFillSquare uni25A6 dashdownArrow uni21E3 dataLinkEscapeControl uni2410 dataLinkEscapeControl.ss20 uni2410.ss20 de-cy uni0434 de-cy.loclBGR uni0434.loclBGR deleteControl uni2421 deleteFormTwoControl uni2425 deviceControlFourControl uni2414 deviceControlOneControl uni2411 deviceControlThreeControl uni2413 deviceControlTwoControl uni2412 diagonalcrosshatchFillSquare uni25A9 diamondBlackSuit diamond dieresiscomb uni0308 dieresiscomb.case uni0308.case divisionslash uni2215 dje-cy uni0452 dotaccentcomb uni0307 dotaccentcomb.case uni0307.case dots1-braille uni2801 dots12-braille uni2803 dots123-braille uni2807 dots1234-braille uni280F dots12345-braille uni281F dots123456-braille uni283F dots1234567-braille uni287F dots12345678-braille uni28FF dots1234568-braille uni28BF dots123457-braille uni285F dots1234578-braille uni28DF dots123458-braille uni289F dots12346-braille uni282F dots123467-braille uni286F dots1234678-braille uni28EF dots123468-braille uni28AF dots12347-braille uni284F dots123478-braille uni28CF dots12348-braille uni288F dots1235-braille uni2817 dots12356-braille uni2837 dots123567-braille uni2877 dots1235678-braille uni28F7 dots123568-braille uni28B7 dots12357-braille uni2857 dots123578-braille uni28D7 dots12358-braille uni2897 dots1236-braille uni2827 dots12367-braille uni2867 dots123678-braille uni28E7 dots12368-braille uni28A7 dots1237-braille uni2847 dots12378-braille uni28C7 dots1238-braille uni2887 dots124-braille uni280B dots1245-braille uni281B dots12456-braille uni283B dots124567-braille uni287B dots1245678-braille uni28FB dots124568-braille uni28BB dots12457-braille uni285B dots124578-braille uni28DB dots12458-braille uni289B dots1246-braille uni282B dots12467-braille uni286B dots124678-braille uni28EB dots12468-braille uni28AB dots1247-braille uni284B dots12478-braille uni28CB dots1248-braille uni288B dots125-braille uni2813 dots1256-braille uni2833 dots12567-braille uni2873 dots125678-braille uni28F3 dots12568-braille uni28B3 dots1257-braille uni2853 dots12578-braille uni28D3 dots1258-braille uni2893 dots126-braille uni2823 dots1267-braille uni2863 dots12678-braille uni28E3 dots1268-braille uni28A3 dots127-braille uni2843 dots1278-braille uni28C3 dots128-braille uni2883 dots13-braille uni2805 dots134-braille uni280D dots1345-braille uni281D dots13456-braille uni283D dots134567-braille uni287D dots1345678-braille uni28FD dots134568-braille uni28BD dots13457-braille uni285D dots134578-braille uni28DD dots13458-braille uni289D dots1346-braille uni282D dots13467-braille uni286D dots134678-braille uni28ED dots13468-braille uni28AD dots1347-braille uni284D dots13478-braille uni28CD dots1348-braille uni288D dots135-braille uni2815 dots1356-braille uni2835 dots13567-braille uni2875 dots135678-braille uni28F5 dots13568-braille uni28B5 dots1357-braille uni2855 dots13578-braille uni28D5 dots1358-braille uni2895 dots136-braille uni2825 dots1367-braille uni2865 dots13678-braille uni28E5 dots1368-braille uni28A5 dots137-braille uni2845 dots1378-braille uni28C5 dots138-braille uni2885 dots14-braille uni2809 dots145-braille uni2819 dots1456-braille uni2839 dots14567-braille uni2879 dots145678-braille uni28F9 dots14568-braille uni28B9 dots1457-braille uni2859 dots14578-braille uni28D9 dots1458-braille uni2899 dots146-braille uni2829 dots1467-braille uni2869 dots14678-braille uni28E9 dots1468-braille uni28A9 dots147-braille uni2849 dots1478-braille uni28C9 dots148-braille uni2889 dots15-braille uni2811 dots156-braille uni2831 dots1567-braille uni2871 dots15678-braille uni28F1 dots1568-braille uni28B1 dots157-braille uni2851 dots1578-braille uni28D1 dots158-braille uni2891 dots16-braille uni2821 dots167-braille uni2861 dots1678-braille uni28E1 dots168-braille uni28A1 dots17-braille uni2841 dots178-braille uni28C1 dots18-braille uni2881 dots2-braille uni2802 dots23-braille uni2806 dots234-braille uni280E dots2345-braille uni281E dots23456-braille uni283E dots234567-braille uni287E dots2345678-braille uni28FE dots234568-braille uni28BE dots23457-braille uni285E dots234578-braille uni28DE dots23458-braille uni289E dots2346-braille uni282E dots23467-braille uni286E dots234678-braille uni28EE dots23468-braille uni28AE dots2347-braille uni284E dots23478-braille uni28CE dots2348-braille uni288E dots235-braille uni2816 dots2356-braille uni2836 dots23567-braille uni2876 dots235678-braille uni28F6 dots23568-braille uni28B6 dots2357-braille uni2856 dots23578-braille uni28D6 dots2358-braille uni2896 dots236-braille uni2826 dots2367-braille uni2866 dots23678-braille uni28E6 dots2368-braille uni28A6 dots237-braille uni2846 dots2378-braille uni28C6 dots238-braille uni2886 dots24-braille uni280A dots245-braille uni281A dots2456-braille uni283A dots24567-braille uni287A dots245678-braille uni28FA dots24568-braille uni28BA dots2457-braille uni285A dots24578-braille uni28DA dots2458-braille uni289A dots246-braille uni282A dots2467-braille uni286A dots24678-braille uni28EA dots2468-braille uni28AA dots247-braille uni284A dots2478-braille uni28CA dots248-braille uni288A dots25-braille uni2812 dots256-braille uni2832 dots2567-braille uni2872 dots25678-braille uni28F2 dots2568-braille uni28B2 dots257-braille uni2852 dots2578-braille uni28D2 dots258-braille uni2892 dots26-braille uni2822 dots267-braille uni2862 dots2678-braille uni28E2 dots268-braille uni28A2 dots27-braille uni2842 dots278-braille uni28C2 dots28-braille uni2882 dots3-braille uni2804 dots34-braille uni280C dots345-braille uni281C dots3456-braille uni283C dots34567-braille uni287C dots345678-braille uni28FC dots34568-braille uni28BC dots3457-braille uni285C dots34578-braille uni28DC dots3458-braille uni289C dots346-braille uni282C dots3467-braille uni286C dots34678-braille uni28EC dots3468-braille uni28AC dots347-braille uni284C dots3478-braille uni28CC dots348-braille uni288C dots35-braille uni2814 dots356-braille uni2834 dots3567-braille uni2874 dots35678-braille uni28F4 dots3568-braille uni28B4 dots357-braille uni2854 dots3578-braille uni28D4 dots358-braille uni2894 dots36-braille uni2824 dots367-braille uni2864 dots3678-braille uni28E4 dots368-braille uni28A4 dots37-braille uni2844 dots378-braille uni28C4 dots38-braille uni2884 dots4-braille uni2808 dots45-braille uni2818 dots456-braille uni2838 dots4567-braille uni2878 dots45678-braille uni28F8 dots4568-braille uni28B8 dots457-braille uni2858 dots4578-braille uni28D8 dots458-braille uni2898 dots46-braille uni2828 dots467-braille uni2868 dots4678-braille uni28E8 dots468-braille uni28A8 dots47-braille uni2848 dots478-braille uni28C8 dots48-braille uni2888 dots5-braille uni2810 dots56-braille uni2830 dots567-braille uni2870 dots5678-braille uni28F0 dots568-braille uni28B0 dots57-braille uni2850 dots578-braille uni28D0 dots58-braille uni2890 dots6-braille uni2820 dots67-braille uni2860 dots678-braille uni28E0 dots68-braille uni28A0 dots7-braille uni2840 dots78-braille uni28C0 dots8-braille uni2880 dottedCircle uni25CC dottedSquare uni2B1A downArrow arrowdown downBlackSmallTriangle uni25BE downBlackTriangle triagdn downTipLeftArrow uni21B2 downWhiteSmallTriangle uni25BF downWhiteTriangle uni25BD dze-cy uni0455 dzhe-cy uni045F e-cy uni0454 ecircumflexacute uni1EBF ecircumflexdotbelow uni1EC7 ecircumflexgrave uni1EC1 ecircumflexhookabove uni1EC3 ecircumflextilde uni1EC5 edotbelow uni1EB9 ef-cy uni0444 ehookabove uni1EBB eightinferior uni2088 eightsuperior uni2078 el-cy uni043B el-cy.loclBGR uni043B.loclBGR em-cy uni043C en-cy uni043D endOfMediumControl uni2419 endOfMediumControl.ss20 uni2419.ss20 endOfTextControl uni2403 endOfTextControl.ss20 uni2403.ss20 endOfTransmissionBlockControl uni2417 endOfTransmissionBlockControl.ss20 uni2417.ss20 endOfTransmissionControl uni2404 endOfTransmissionControl.ss20 uni2404.ss20 endescender-cy uni04A3 enquiryControl uni2405 enquiryControl.ss20 uni2405.ss20 eopen uni025B er-cy uni0440 ereversed-cy uni044D es-cy uni0441 escapeControl uni241B escapeControl.ss20 uni241B.ss20 esh uni0283 etilde uni1EBD eturned uni01DD euro Euro eurocurrency uni20A0 exclamdouble exclamdbl ezh uni0292 fileSeparatorControl uni241C filledRect filledrect firsttonechinese uni02C9 fisheye uni25C9 fiveinferior uni2085 fivesuperior uni2075 formFeedControl uni240C formFeedControl.ss20 uni240C.ss20 fourinferior uni2084 foursuperior uni2074 fullBlock block fullBlock.stypo block.stypo gamma-latin uni0263 gcommaaccent uni0123 ge-cy uni0433 ge-cy.loclBGR uni0433.loclBGR ghestroke-cy uni0493 gheupturn-cy uni0491 gje-cy uni0453 glottalstop uni0294 glottalstopmod uni02C0 glottalstopreversed uni0295 gravetonecomb uni0340 groupSeparatorControl uni241D gstroke uni01E5 guarani uni20B2 guillemetleft guillemotleft guillemetright guillemotright ha-cy uni0445 hadescender-cy uni04B3 hardsign-cy uni044A hardsign-cy.loclBGR uni044A.loclBGR hcaron uni021F hdotbelow uni1E25 heartBlackSuit heart heavyleftpointinganglebracketornament uni2770 heavyleftpointinganglequotationmarkornament uni276E heavyrightpointinganglebracketornament uni2771 heavyrightpointinganglequotationmarkornament uni276F horizontalBlackHexagon uni2B23 horizontalFillSquare uni25A4 horizontalTabulationControl uni2409 horizontalTabulationControl.ss20 uni2409.ss20 horizontalbar uni2015 horizontallineextension uni23AF horncomb uni031B horncomb.case uni031B.case hryvnia uni20B4 hungarumlautcomb uni030B hungarumlautcomb.case uni030B.case hyphentwo uni2010 i-cy uni0456 ia-cy uni044F idotbelow uni1ECB idotless dotlessi ie-cy uni0435 iegrave-cy uni0450 ihookabove uni1EC9 ii-cy uni0438 ii-cy.loclBGR uni0438.loclBGR iigrave-cy uni045D iigrave-cy.loclBGR uni045D.loclBGR iishort-cy uni0439 iishort-cy.loclBGR uni0439.loclBGR imacron-cy uni04E3 increment uni2206 inverseBullet invbullet inverseWhiteCircle invcircle io-cy uni0451 iota-latin uni0269 iu-cy uni044E iu-cy.loclBGR uni044E.loclBGR jcaron uni01F0 jdotless uni0237 je-cy uni0458 ka-cy uni043A ka-cy.loclBGR uni043A.loclBGR kadescender-cy uni049B kaiSymbol uni03D7 kcommaaccent uni0137 kdotbelow uni1E33 kip uni20AD kje-cy uni045C klinebelow uni1E35 lambdastroke uni019B largeCircle uni25EF lari uni20BE lbar uni019A lbelt uni026C lcommaaccent uni013C ldotbelow uni1E37 leftArrow arrowleft leftBlackPointer triaglf leftBlackSmallTriangle uni25C2 leftBlackTriangle uni25C0 leftBlock lfblock leftBlock.stypo lfblock.stypo leftFiveEighthsBlock uni258B leftFiveEighthsBlock.stypo uni258B.stypo leftHalfBlackCircle uni25D6 leftHalfBlackDiamond uni2B16 leftHalfBlackSquare uni25E7 leftHalfBlackWhiteCircle uni25D0 leftOneEighthBlock uni258F leftOneEighthBlock.stypo uni258F.stypo leftOneQuarterBlock uni258E leftOneQuarterBlock.stypo uni258E.stypo leftRightArrow arrowboth leftSevenEighthsBlock uni2589 leftSevenEighthsBlock.stypo uni2589.stypo leftThreeEighthsBlock uni258D leftThreeEighthsBlock.stypo uni258D.stypo leftThreeQuartersBlock uni258A leftThreeQuartersBlock.stypo uni258A.stypo leftWhitePointer uni25C5 leftWhiteSmallTriangle uni25C3 leftWhiteTriangle uni25C1 lineFeedControl uni240A lineFeedControl.ss20 uni240A.ss20 lineseparator uni2028 liraTurkish uni20BA literSign uni2113 lje-cy uni0459 llinebelow uni1E3B lmiddletilde uni026B logicalnotReversed revlogicalnot lowerFiveEighthsBlock uni2585 lowerFiveEighthsBlock.stypo uni2585.stypo lowerHalfArc uni25E1 lowerHalfBlackWhiteCircle uni25D2 lowerHalfBlock dnblock lowerHalfBlock.stypo dnblock.stypo lowerHalfInverseWhiteCircle uni25DB lowerHalfWhiteSquare uni2B12 lowerLeftArc uni25DF lowerLeftBlackTriangle uni25E3 lowerLeftBlock uni2596 lowerLeftBlock.stypo uni2596.stypo lowerLeftHalfWhiteSquare uni2B14 lowerLeftQuadrantWhiteCircle uni25F5 lowerLeftTriangle uni25FA lowerOneEighthBlock uni2581 lowerOneEighthBlock.stypo uni2581.stypo lowerOneQuarterBlock uni2582 lowerOneQuarterBlock.stypo uni2582.stypo lowerRightArc uni25DE lowerRightBlackTriangle uni25E2 lowerRightBlock uni2597 lowerRightBlock.stypo uni2597.stypo lowerRightDiagonalHalfBlackSquare uni25EA lowerRightQuadrantWhiteCircle uni25F6 lowerRightTriangle uni25FF lowerSevenEighthsBlock uni2587 lowerSevenEighthsBlock.stypo uni2587.stypo lowerThreeEighthsBlock uni2583 lowerThreeEighthsBlock.stypo uni2583.stypo lowerThreeQuartersBlock uni2586 lowerThreeQuartersBlock.stypo uni2586.stypo lowernumeral-greek uni0375 lowlinecomb uni0332 macronbelowcomb uni0331 macroncomb uni0304 macroncomb.case uni0304.case manat uni20BC mars male mediumBlackSmallSquare uni25FE mediumBlackSquare uni25FC mediumWhiteSmallSquare uni25FD mediumWhiteSquare uni25FB mediumleftpointinganglebracketornament uni276C mediumrightpointinganglebracketornament uni276D micro uni00B5 mu uni03BC naira uni20A6 nbspace uni00A0 ncommaaccent uni0146 negativeAcknowledgeControl uni2415 negativeAcknowledgeControl.ss20 uni2415.ss20 newlineControl uni2424 nhookleft uni0272 nineinferior uni2089 ninesuperior uni2079 nje-cy uni045A nlinebelow uni1E49 nmod uni207F nonbreakinghyphen uni2011 note-musical musicalnote notedbl-musical musicalnotedbl notidentical uni2262 nullControl uni2400 numeral-greek uni0374 numero uni2116 o-cy uni043E obarred-cy uni04E9 ocircumflexacute uni1ED1 ocircumflexdotbelow uni1ED9 ocircumflexgrave uni1ED3 ocircumflexhookabove uni1ED5 ocircumflextilde uni1ED7 odotbelow uni1ECD ogonekcomb uni0328 ohookabove uni1ECF ohornacute uni1EDB ohorndotbelow uni1EE3 ohorngrave uni1EDD ohornhookabove uni1EDF ohorntilde uni1EE1 omacronacute uni1E53 omacrongrave uni1E51 oneinferior uni2081 onesuperior uni00B9 oogonek uni01EB oopen uni0254 overline uni203E palochka-cy uni04CF pe-cy uni043F pe-cy.loclBGR uni043F.loclBGR perispomenicomb uni0342 peso uni20B1 published uni2117 punctuationspace uni2008 questiongreek uni037E rcommaaccent uni0157 rdotbelow uni1E5B recordSeparatorControl uni241E returnsymbol uni23CE reversedRotatedFloralHeartBullet uni2619 rightArrow arrowright rightBlackPointer triagrt rightBlackSmallTriangle uni25B8 rightBlackTriangle uni25B6 rightBlock rtblock rightBlock.stypo rtblock.stypo rightHalfBlackCircle uni25D7 rightHalfBlackDiamond uni2B17 rightHalfBlackSquare uni25E8 rightHalfBlackWhiteCircle uni25D1 rightOneEighthBlock uni2595 rightOneEighthBlock.stypo uni2595.stypo rightWhitePointer uni25BB rightWhiteSmallTriangle uni25B9 rightWhiteTriangle uni25B7 ringbelowcomb uni0325 ringcomb uni030A ringcomb.case uni030A.case rotatedFloralHeartBullet uni2767 ruble uni20BD rupee uni20A8 rupeeIndian uni20B9 schwa uni0259 schwa-cy uni04D9 scommaaccent uni0219 sdotbelow uni1E63 seveninferior uni2087 sevensuperior uni2077 sha-cy uni0448 sha-cy.loclBGR uni0448.loclBGR shadedark dkshade shadedark.stypo dkshade.stypo shadelight ltshade shadelight.stypo ltshade.stypo shademedium shade shademedium.stypo shade.stypo shcha-cy uni0449 shcha-cy.loclBGR uni0449.loclBGR sheqel uni20AA shha-cy uni04BB shiftInControl uni240F shiftInControl.ss20 uni240F.ss20 shiftOutControl uni240E shiftOutControl.ss20 uni240E.ss20 sigmafinal uni03C2 sixinferior uni2086 sixsuperior uni2076 softhyphen uni00AD softsign-cy uni044C softsign-cy.loclBGR uni044C.loclBGR spaceControl uni2420 spadeBlackSuit spade startOfHeadingControl uni2401 startOfHeadingControl.ss20 uni2401.ss20 startOfTextControl uni2402 startOfTextControl.ss20 uni2402.ss20 strictlyequivalentto uni2263 substituteControl uni241A substituteControl.ss20 uni241A.ss20 substituteFormTwoControl uni2426 sunWithRays sun synchronousIdleControl uni2416 synchronousIdleControl.ss20 uni2416.ss20 tcedilla uni0163 tcommaaccent uni021B te-cy uni0442 te-cy.loclBGR uni0442.loclBGR tenge uni20B8 tesh uni02A7 thetamod uni1DBF threeinferior uni2083 threesuperior uni00B3 topHalfBlackCircle uni2BCA topHalfBlackDiamond uni2B18 topHalfWhiteSquare uni2B13 topRightHalfWhiteSquare uni2B15 tse-cy uni0446 tse-cy.loclBGR uni0446.loclBGR tshe-cy uni045B tugrik uni20AE twoinferior uni2082 twosuperior uni00B2 u-cy uni0443 udotbelow uni1EE5 uhookabove uni1EE7 uhornacute uni1EE9 uhorndotbelow uni1EF1 uhorngrave uni1EEB uhornhookabove uni1EED uhorntilde uni1EEF umacron-cy uni04EF unitSeparatorControl uni241F upArrow arrowup upBlackSmallTriangle uni25B4 upBlackTriangle triagup upDashArrow uni21E1 upDownArrow arrowupdn upDownbaseArrow arrowupdnbse upLeftHalfBlackTriangle uni25ED upRightHalfBlackTriangle uni25EE upWhiteSmallTriangle uni25B5 upWhiteTriangle uni25B3 upWhiteTriangleWithDot uni25EC upperHalfArc uni25E0 upperHalfBlackWhiteCircle uni25D3 upperHalfBlock upblock upperHalfBlock.stypo upblock.stypo upperHalfInverseWhiteCircle uni25DA upperLeftAndLowerLeftAndLowerRightBlock uni2599 upperLeftAndLowerLeftAndLowerRightBlock.stypo uni2599.stypo upperLeftAndLowerRightBlock uni259A upperLeftAndLowerRightBlock.stypo uni259A.stypo upperLeftAndUpperRightAndLowerLeftBlock uni259B upperLeftAndUpperRightAndLowerLeftBlock.stypo uni259B.stypo upperLeftAndUpperRightAndLowerRightBlock uni259C upperLeftAndUpperRightAndLowerRightBlock.stypo uni259C.stypo upperLeftArc uni25DC upperLeftBlackTriangle uni25E4 upperLeftBlock uni2598 upperLeftBlock.stypo uni2598.stypo upperLeftDiagonalHalfBlackSquare uni25E9 upperLeftQuadrantWhiteCircle uni25F4 upperLeftTriangle uni25F8 upperLeftWhiteCircle uni25D5 upperOneEighthBlock uni2594 upperOneEighthBlock.stypo uni2594.stypo upperRightAndLowerLeftAndLowerRightBlock uni259F upperRightAndLowerLeftAndLowerRightBlock.stypo uni259F.stypo upperRightAndLowerLeftBlock uni259E upperRightAndLowerLeftBlock.stypo uni259E.stypo upperRightArc uni25DD upperRightBlackCircle uni25D4 upperRightBlackTriangle uni25E5 upperRightBlock uni259D upperRightBlock.stypo uni259D.stypo upperRightQuadrantWhiteCircle uni25F7 upperRightTriangle uni25F9 upperlefttolowerrightFillSquare uni25A7 upperrighttolowerleftFillSquare uni25A8 upsilon-latin uni028A ushort-cy uni045E ustraight-cy uni04AF ustraightstroke-cy uni04B1 ve-cy uni0432 ve-cy.loclBGR uni0432.loclBGR vectorOrCrossProduct uni2A2F venus female verticalBisectingLineWhiteSquare uni25EB verticalFillCircle uni25CD verticalFillSquare uni25A5 verticalTabulationControl uni240B verticalTabulationControl.ss20 uni240B.ss20 vhook uni028B vturned uni028C whiteBullet openbullet whiteCircle circle whiteDiamond uni25C7 whiteHexagon uni2B21 whiteHorizontalEllipse uni2B2D whiteInBlackSquare uni25A3 whiteLargeSquare uni2B1C whiteLowerLeftQuadrantSquare uni25F1 whiteLowerRightQuadrantSquare uni25F2 whiteMediumDiamond uni2B26 whiteMediumLozenge uni2B28 whiteParallelogram uni25B1 whitePentagon uni2B20 whiteRect uni25AD whiteRoundedCornersSquare uni25A2 whiteSmallLozenge uni2B2B whiteSmallSquare uni25AB whiteSmilingFace smileface whiteSquare uni25A1 whiteUpperLeftQuadrantSquare uni25F0 whiteUpperRightQuadrantSquare uni25F3 whiteVerticalEllipse uni2B2F whiteVerticalRect uni25AF whiteVerysmallSquare uni2B1E wmod uni02B7 won uni20A9 ydotbelow uni1EF5 yeru-cy uni044B yhookabove uni1EF7 yi-cy uni0457 ymacron uni0233 ymod uni02B8 ytilde uni1EF9 ze-cy uni0437 ze-cy.loclBGR uni0437.loclBGR zeroinferior uni2080 zerosuperior uni2070 zhe-cy uni0436 zhe-cy.loclBGR uni0436.loclBGR zhedescender-cy uni0497 zmod uni1DBB public.skipExportGlyphs A.half B.half C.half D.half E.half F.half G.half H.half I.half K.half L.half M.half N.half O.half P.half Q.half R.half S.half T.half U.half V.half X.half Y.half four.half greater.alt less.alt one.half three.half two.half cascadia-code-2102.03/sources/CascadiaCode-ExtraLight.ufo/metainfo.plist000066400000000000000000000004761401101653000260050ustar00rootroot00000000000000 creator com.github.fonttools.ufoLib formatVersion 3 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/000077500000000000000000000000001401101653000224455ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/features.fea000066400000000000000000002522221401101653000247450ustar00rootroot00000000000000# automatic @Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol ]; # automatic @Lowercase = [ Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol ]; @OpeningBracket = [ bracketleft braceleft parenleft ]; @Digit = [ zero one two three four five six seven eight nine ]; @HexDigit = [ @Digit a b c d e f A B C D E F ]; @ClosingBracket = [ bracketright braceright parenright ]; @Tall = [ @Uppercase @Digit @OpeningBracket @ClosingBracket bar ]; @NotSpace = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply fi fl w_w_w.liga ordfeminine ordmasculine nmod wmod ymod A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol thetamod zmod zero one two three four five six seven eight nine zero.zero zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior fraction onehalf onequarter threequarters oneeighth threeeighths fiveeighths seveneighths period comma colon semicolon ellipsis exclam exclamdown question questiondown periodcentered bullet asterisk exclamdouble numbersign onedotenleader overline slash backslash colon.center parenleft parenright braceleft braceright bracketleft bracketright heavyleftpointinganglebracketornament heavyleftpointinganglequotationmarkornament heavyrightpointinganglebracketornament heavyrightpointinganglequotationmarkornament mediumleftpointinganglebracketornament mediumrightpointinganglebracketornament hyphen softhyphen endash emdash horizontalbar hyphentwo nonbreakinghyphen underscore underscoredbl quotesinglbase quotedblbase quotedblleft quotedblright quoteleft quoteright quotereversed guillemetleft guillemetright guilsinglleft guilsinglright quotedbl quotesingle hyphen_hyphen.liga hyphen_hyphen_hyphen.liga hyphen_asciitilde.liga parenleft_asterisk.liga braceleft_bar.liga braceright_numbersign.liga bracketleft_bar.liga bracketright_numbersign.liga period_hyphen.liga period_period.liga period_period_period.liga period_period_equal.liga period_period_less.liga period_question.liga period_equal.liga colon_colon.liga colon_colon_colon.liga colon_colon_equal.liga colon_equal.liga colon_slash_slash.liga semicolon_semicolon.liga exclam_period.liga exclam_colon.liga exclam_exclam.liga exclam_exclam_period.liga exclam_equal.liga exclam_equal_equal.liga question_period.liga question_colon.liga question_question.liga question_question_equal.liga question_equal.liga asterisk_parenright.liga asterisk_asterisk.liga asterisk_asterisk_asterisk.liga asterisk_greater.liga asterisk_slash.liga numbersign_parenleft.liga numbersign_braceleft.liga numbersign_bracketleft.liga numbersign_colon.liga numbersign_exclam.liga numbersign_question.liga numbersign_equal.liga numbersign_underscore.liga numbersign_underscore_parenleft.liga slash_asterisk.liga slash_greater.liga slash_slash.liga slash_slash_slash.liga slash_backslash.liga backslash_slash.liga backslash_backslash.liga underscore_underscore.liga hyphen_middle.seq hyphen_start.seq hyphen_end.seq colon_equal_middle.seq exclam_equal_middle.seq numbersign_end.seq numbersign_middle.seq numbersign_start.seq slash_equal_end.seq slash_equal_middle.seq slash_equal_start.seq slash_slash_equal_end.seq slash_slash_equal_middle.seq slash_slash_equal_start.seq underscore_end.seq underscore_middle.seq underscore_start.seq anoteleia questiongreek baht cedi cent colonsign currency dollar dong euro eurocurrency florin franc guarani hryvnia kip lari lira liraTurkish manat naira peseta peso ruble rupee rupeeIndian sheqel sterling tenge tugrik won yen bulletoperator divisionslash equivalence horizontallineextension integralbt integraltp logicalnotReversed notidentical plus minus multiply divide equal notequal greater less greaterequal lessequal plusminus approxequal asciitilde logicalnot asciicircum infinity intersection integral Ohm increment product summation radical micro partialdiff orthogonal percent perthousand strictlyequivalentto vectorOrCrossProduct greater.center less.center upArrow rightArrow downArrow leftArrow leftRightArrow upDownArrow upDownbaseArrow downTipLeftArrow upDashArrow dashdownArrow lowerOneEighthBlock lowerOneQuarterBlock lowerThreeEighthsBlock lowerHalfBlock lowerFiveEighthsBlock lowerThreeQuartersBlock lowerSevenEighthsBlock fullBlock upperHalfBlock upperOneEighthBlock leftOneEighthBlock leftOneQuarterBlock leftThreeEighthsBlock leftBlock leftFiveEighthsBlock leftThreeQuartersBlock leftSevenEighthsBlock rightBlock rightOneEighthBlock lowerLeftBlock lowerRightBlock upperLeftBlock upperLeftAndLowerLeftAndLowerRightBlock upperLeftAndLowerRightBlock upperLeftAndUpperRightAndLowerLeftBlock upperLeftAndUpperRightAndLowerRightBlock upperRightBlock upperRightAndLowerLeftBlock upperRightAndLowerLeftAndLowerRightBlock shadelight shademedium shadedark blackCircle whiteCircle largeCircle leftHalfBlackWhiteCircle rightHalfBlackWhiteCircle lowerHalfBlackWhiteCircle upperHalfBlackWhiteCircle leftHalfBlackCircle rightHalfBlackCircle upperRightBlackCircle upperLeftWhiteCircle upperLeftQuadrantWhiteCircle lowerLeftQuadrantWhiteCircle lowerRightQuadrantWhiteCircle upperRightQuadrantWhiteCircle verticalFillCircle dottedCircle fisheye bullseye whiteBullet inverseBullet inverseWhiteCircle upperHalfInverseWhiteCircle lowerHalfInverseWhiteCircle upperHalfArc lowerHalfArc upperLeftArc upperRightArc lowerRightArc lowerLeftArc blackDiamond whiteDiamond leftHalfBlackDiamond rightHalfBlackDiamond topHalfBlackDiamond bottomHalfBlackDiamond blackInWhiteDiamond lozenge blackParallelogram whiteParallelogram blackVerticalRect filledRect whiteRect whiteVerticalRect blackSquare whiteSquare whiteRoundedCornersSquare whiteInBlackSquare dottedSquare horizontalFillSquare verticalFillSquare crosshatchFillSquare upperlefttolowerrightFillSquare upperrighttolowerleftFillSquare diagonalcrosshatchFillSquare blackSmallSquare whiteSmallSquare leftHalfBlackSquare rightHalfBlackSquare upperLeftDiagonalHalfBlackSquare lowerRightDiagonalHalfBlackSquare verticalBisectingLineWhiteSquare whiteUpperLeftQuadrantSquare whiteLowerLeftQuadrantSquare whiteLowerRightQuadrantSquare whiteUpperRightQuadrantSquare mediumWhiteSquare mediumBlackSquare mediumWhiteSmallSquare mediumBlackSmallSquare upBlackTriangle rightBlackTriangle downBlackTriangle leftBlackTriangle upWhiteTriangle rightWhiteTriangle downWhiteTriangle leftWhiteTriangle upWhiteTriangleWithDot upLeftHalfBlackTriangle upRightHalfBlackTriangle rightBlackPointer leftBlackPointer rightWhitePointer leftWhitePointer upBlackSmallTriangle rightBlackSmallTriangle downBlackSmallTriangle leftBlackSmallTriangle upWhiteSmallTriangle rightWhiteSmallTriangle downWhiteSmallTriangle leftWhiteSmallTriangle upperRightBlackTriangle lowerRightBlackTriangle lowerLeftBlackTriangle upperLeftBlackTriangle upperRightTriangle lowerRightTriangle lowerLeftTriangle upperLeftTriangle boxDoubleDownAndHorizontal boxDoubleDownAndLeft boxDoubleDownAndRight boxDoubleHorizontal boxDoubleUpAndHorizontal boxDoubleUpAndLeft boxDoubleUpAndRight boxDoubleVertical boxDoubleVerticalAndHorizontal boxDoubleVerticalAndLeft boxDoubleVerticalAndRight boxDownDoubleAndHorizontalSingle boxDownDoubleAndLeftSingle boxDownDoubleAndRightSingle boxDownHeavyAndHorizontalLight boxDownHeavyAndLeftLight boxDownHeavyAndLeftUpLight boxDownHeavyAndRightLight boxDownHeavyAndRightUpLight boxDownHeavyAndUpHorizontalLight boxDownLightAndHorizontalHeavy boxDownLightAndLeftHeavy boxDownLightAndLeftUpHeavy boxDownLightAndRightHeavy boxDownLightAndRightUpHeavy boxDownLightAndUpHorizontalHeavy boxDownSingleAndHorizontalDouble boxDownSingleAndLeftDouble boxDownSingleAndRightDouble boxHeavyDoubleDashHorizontal boxHeavyDoubleDashVertical boxHeavyDown boxHeavyDownAndHorizontal boxHeavyDownAndLeft boxHeavyDownAndRight boxHeavyHorizontal boxHeavyLeft boxHeavyLeftAndLightRight boxHeavyQuadrupleDashHorizontal boxHeavyQuadrupleDashVertical boxHeavyRight boxHeavyTripleDashHorizontal boxHeavyTripleDashVertical boxHeavyUp boxHeavyUpAndHorizontal boxHeavyUpAndLeft boxHeavyUpAndLightDown boxHeavyUpAndRight boxHeavyVertical boxHeavyVerticalAndHorizontal boxHeavyVerticalAndLeft boxHeavyVerticalAndRight boxLeftDownHeavyAndRightUpLight boxLeftHeavyAndRightDownLight boxLeftHeavyAndRightUpLight boxLeftHeavyAndRightVerticalLight boxLeftLightAndRightDownHeavy boxLeftLightAndRightUpHeavy boxLeftLightAndRightVerticalHeavy boxLeftUpHeavyAndRightDownLight boxLightArcDownAndLeft boxLightArcDownAndRight boxLightArcUpAndLeft boxLightArcUpAndRight boxLightDiagonalCross boxLightDiagonalUpperLeftToLowerRight boxLightDiagonalUpperRightToLowerLeft boxLightDoubleDashHorizontal boxLightDoubleDashVertical boxLightDown boxLightDownAndHorizontal boxLightDownAndLeft boxLightDownAndRight boxLightHorizontal boxLightLeft boxLightLeftAndHeavyRight boxLightQuadrupleDashHorizontal boxLightQuadrupleDashVertical boxLightRight boxLightTripleDashHorizontal boxLightTripleDashVertical boxLightUp boxLightUpAndHeavyDown boxLightUpAndHorizontal boxLightUpAndLeft boxLightUpAndRight boxLightVertical boxLightVerticalAndHorizontal boxLightVerticalAndLeft boxLightVerticalAndRight boxRightDownHeavyAndLeftUpLight boxRightHeavyAndLeftDownLight boxRightHeavyAndLeftUpLight boxRightHeavyAndLeftVerticalLight boxRightLightAndLeftDownHeavy boxRightLightAndLeftUpHeavy boxRightLightAndLeftVerticalHeavy boxRightUpHeavyAndLeftDownLight boxUpDoubleAndHorizontalSingle boxUpDoubleAndLeftSingle boxUpDoubleAndRightSingle boxUpHeavyAndDownHorizontalLight boxUpHeavyAndHorizontalLight boxUpHeavyAndLeftDownLight boxUpHeavyAndLeftLight boxUpHeavyAndRightDownLight boxUpHeavyAndRightLight boxUpLightAndDownHorizontalHeavy boxUpLightAndHorizontalHeavy boxUpLightAndLeftDownHeavy boxUpLightAndLeftHeavy boxUpLightAndRightDownHeavy boxUpLightAndRightHeavy boxUpSingleAndHorizontalDouble boxUpSingleAndLeftDouble boxUpSingleAndRightDouble boxVerticalDoubleAndHorizontalSingle boxVerticalDoubleAndLeftSingle boxVerticalDoubleAndRightSingle boxVerticalHeavyAndHorizontalLight boxVerticalHeavyAndLeftLight boxVerticalHeavyAndRightLight boxVerticalLightAndHorizontalHeavy boxVerticalLightAndLeftHeavy boxVerticalLightAndRightHeavy boxVerticalSingleAndHorizontalDouble boxVerticalSingleAndLeftDouble boxVerticalSingleAndRightDouble lowerOneEighthBlock.stypo lowerOneQuarterBlock.stypo lowerThreeEighthsBlock.stypo lowerHalfBlock.stypo lowerFiveEighthsBlock.stypo lowerThreeQuartersBlock.stypo lowerSevenEighthsBlock.stypo fullBlock.stypo upperHalfBlock.stypo upperOneEighthBlock.stypo leftOneEighthBlock.stypo leftOneQuarterBlock.stypo leftThreeEighthsBlock.stypo leftBlock.stypo leftFiveEighthsBlock.stypo leftThreeQuartersBlock.stypo leftSevenEighthsBlock.stypo rightBlock.stypo rightOneEighthBlock.stypo lowerLeftBlock.stypo lowerRightBlock.stypo upperLeftBlock.stypo upperLeftAndLowerLeftAndLowerRightBlock.stypo upperLeftAndLowerRightBlock.stypo upperLeftAndUpperRightAndLowerLeftBlock.stypo upperLeftAndUpperRightAndLowerRightBlock.stypo upperRightBlock.stypo upperRightAndLowerLeftBlock.stypo upperRightAndLowerLeftAndLowerRightBlock.stypo shadelight.stypo shademedium.stypo shadedark.stypo reversedRotatedFloralHeartBullet whiteSmilingFace blackSmilingFace sunWithRays venus mars spadeBlackSuit clubBlackSuit heartBlackSuit diamondBlackSuit checkmark rotatedFloralHeartBullet acknowledgeControl backspaceControl at ampersand paragraph section copyright registered published trademark careof degree minute second bar brokenbar dagger literSign daggerdbl estimated numero bellControl blackHexagon blackHorizontalEllipse blackLargeCircle blackLargeSquare blackMediumDiamond blackMediumDownTriangleCentred blackMediumLeftTriangleCentred blackMediumLozenge blackMediumRightTriangleCentred blackMediumUpTriangleCentred blackPentagon blackSmallDiamond blackSmallLozenge blackVerticalEllipse blackVerysmallSquare blank blankSymbol bottomHalfBlackCircle cancelControl carriageReturnControl dataLinkEscapeControl deleteControl deleteFormTwoControl deviceControlFourControl deviceControlOneControl deviceControlThreeControl deviceControlTwoControl endOfMediumControl endOfTextControl endOfTransmissionBlockControl endOfTransmissionControl enquiryControl escapeControl fileSeparatorControl formFeedControl groupSeparatorControl horizontalBlackHexagon horizontalTabulationControl house returnsymbol lineFeedControl lowerHalfWhiteSquare lowerLeftHalfWhiteSquare negativeAcknowledgeControl newlineControl nullControl prescription recordSeparatorControl shiftInControl shiftOutControl spaceControl startOfHeadingControl startOfTextControl substituteControl substituteFormTwoControl synchronousIdleControl topHalfBlackCircle topHalfWhiteSquare topRightHalfWhiteSquare unitSeparatorControl verticalTabulationControl whiteHexagon whiteHorizontalEllipse whiteLargeSquare whiteMediumDiamond whiteMediumLozenge whitePentagon whiteSmallLozenge whiteVerticalEllipse whiteVerysmallSquare acknowledgeControl.ss20 backspaceControl.ss20 bellControl.ss20 cancelControl.ss20 carriageReturnControl.ss20 dataLinkEscapeControl.ss20 endOfMediumControl.ss20 endOfTextControl.ss20 endOfTransmissionBlockControl.ss20 endOfTransmissionControl.ss20 enquiryControl.ss20 escapeControl.ss20 formFeedControl.ss20 horizontalTabulationControl.ss20 lineFeedControl.ss20 negativeAcknowledgeControl.ss20 shiftInControl.ss20 shiftOutControl.ss20 startOfHeadingControl.ss20 startOfTextControl.ss20 substituteControl.ss20 synchronousIdleControl.ss20 verticalTabulationControl.ss20 ampersand_ampersand.liga bar_braceright.liga bar_bracketright.liga bar_bar.liga bar_bar_bar.liga bar_bar_bar_greater.liga bar_bar_greater.liga bar_greater.liga dollar_greater.liga plus_plus.liga plus_plus_plus.liga plus_greater.liga equal_equal.liga equal_equal_equal.liga greater_equal.liga greater_greater.liga greater_greater_greater.liga less_exclam_hyphen_hyphen.liga less_asterisk.liga less_asterisk_greater.liga less_bar.liga less_bar_bar.liga less_bar_bar_bar.liga less_bar_greater.liga less_dollar.liga less_dollar_greater.liga less_plus.liga less_plus_greater.liga less_equal.liga less_greater.liga less_less.liga less_less_less.liga less_asciitilde.liga less_asciitilde_greater.liga less_asciitilde_asciitilde.liga less_slash.liga less_slash_greater.liga asciitilde_hyphen.liga asciitilde_at.liga asciitilde_equal.liga asciitilde_greater.liga asciitilde_asciitilde.liga asciitilde_asciitilde_greater.liga asciicircum_equal.liga percent_percent.liga bar_underscore_middle.seq bar_bar_equal_middle.seq bar_equal_middle.seq bar_bar_equal_end.seq bar_bar_equal_start.seq bar_bar_hyphen_middle.seq bar_hyphen_middle.seq bar_bar_hyphen_end.seq bar_bar_hyphen_start.seq bar_equal_end.seq bar_equal_start.seq bar_hyphen_end.seq bar_hyphen_start.seq equal_middle.seq equal_end.seq equal_start.seq greater_greater_equal_middle.seq greater_equal_middle.seq greater_greater_equal_end.seq greater_greater_equal_start.seq greater_equal_start.seq greater_equal_end.seq greater_greater_hyphen_middle.seq greater_hyphen_middle.seq greater_greater_hyphen_end.seq greater_greater_hyphen_start.seq greater_hyphen_start.seq greater_hyphen_end.seq less_less_equal_middle.seq less_equal_middle.seq less_less_equal_end.seq less_less_equal_start.seq less_equal_end.seq less_equal_start.seq less_less_hyphen_middle.seq less_hyphen_middle.seq less_less_hyphen_end.seq less_less_hyphen_start.seq less_hyphen_end.seq less_hyphen_start.seq note-musical notedbl-musical blank-braille dots1-braille dots12-braille dots123-braille dots1234-braille dots12345-braille dots123456-braille dots1234567-braille dots12345678-braille dots1234568-braille dots123457-braille dots1234578-braille dots123458-braille dots12346-braille dots123467-braille dots1234678-braille dots123468-braille dots12347-braille dots123478-braille dots12348-braille dots1235-braille dots12356-braille dots123567-braille dots1235678-braille dots123568-braille dots12357-braille dots123578-braille dots12358-braille dots1236-braille dots12367-braille dots123678-braille dots12368-braille dots1237-braille dots12378-braille dots1238-braille dots124-braille dots1245-braille dots12456-braille dots124567-braille dots1245678-braille dots124568-braille dots12457-braille dots124578-braille dots12458-braille dots1246-braille dots12467-braille dots124678-braille dots12468-braille dots1247-braille dots12478-braille dots1248-braille dots125-braille dots1256-braille dots12567-braille dots125678-braille dots12568-braille dots1257-braille dots12578-braille dots1258-braille dots126-braille dots1267-braille dots12678-braille dots1268-braille dots127-braille dots1278-braille dots128-braille dots13-braille dots134-braille dots1345-braille dots13456-braille dots134567-braille dots1345678-braille dots134568-braille dots13457-braille dots134578-braille dots13458-braille dots1346-braille dots13467-braille dots134678-braille dots13468-braille dots1347-braille dots13478-braille dots1348-braille dots135-braille dots1356-braille dots13567-braille dots135678-braille dots13568-braille dots1357-braille dots13578-braille dots1358-braille dots136-braille dots1367-braille dots13678-braille dots1368-braille dots137-braille dots1378-braille dots138-braille dots14-braille dots145-braille dots1456-braille dots14567-braille dots145678-braille dots14568-braille dots1457-braille dots14578-braille dots1458-braille dots146-braille dots1467-braille dots14678-braille dots1468-braille dots147-braille dots1478-braille dots148-braille dots15-braille dots156-braille dots1567-braille dots15678-braille dots1568-braille dots157-braille dots1578-braille dots158-braille dots16-braille dots167-braille dots1678-braille dots168-braille dots17-braille dots178-braille dots18-braille dots2-braille dots23-braille dots234-braille dots2345-braille dots23456-braille dots234567-braille dots2345678-braille dots234568-braille dots23457-braille dots234578-braille dots23458-braille dots2346-braille dots23467-braille dots234678-braille dots23468-braille dots2347-braille dots23478-braille dots2348-braille dots235-braille dots2356-braille dots23567-braille dots235678-braille dots23568-braille dots2357-braille dots23578-braille dots2358-braille dots236-braille dots2367-braille dots23678-braille dots2368-braille dots237-braille dots2378-braille dots238-braille dots24-braille dots245-braille dots2456-braille dots24567-braille dots245678-braille dots24568-braille dots2457-braille dots24578-braille dots2458-braille dots246-braille dots2467-braille dots24678-braille dots2468-braille dots247-braille dots2478-braille dots248-braille dots25-braille dots256-braille dots2567-braille dots25678-braille dots2568-braille dots257-braille dots2578-braille dots258-braille dots26-braille dots267-braille dots2678-braille dots268-braille dots27-braille dots278-braille dots28-braille dots3-braille dots34-braille dots345-braille dots3456-braille dots34567-braille dots345678-braille dots34568-braille dots3457-braille dots34578-braille dots3458-braille dots346-braille dots3467-braille dots34678-braille dots3468-braille dots347-braille dots3478-braille dots348-braille dots35-braille dots356-braille dots3567-braille dots35678-braille dots3568-braille dots357-braille dots3578-braille dots358-braille dots36-braille dots367-braille dots3678-braille dots368-braille dots37-braille dots378-braille dots38-braille dots4-braille dots45-braille dots456-braille dots4567-braille dots45678-braille dots4568-braille dots457-braille dots4578-braille dots458-braille dots46-braille dots467-braille dots4678-braille dots468-braille dots47-braille dots478-braille dots48-braille dots5-braille dots56-braille dots567-braille dots5678-braille dots568-braille dots57-braille dots578-braille dots58-braille dots6-braille dots67-braille dots678-braille dots68-braille dots7-braille dots78-braille dots8-braille numeral-greek lowernumeral-greek apostrophemod colontriangularmod commaturnedmod firsttonechinese glottalstopmod dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresis dotaccent grave acute hungarumlaut circumflex caron breve ring tilde macron cedilla ogonek dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb tonos tonos.case dieresistonos brevecomb-cy brevecomb-cy.case LIG ]; # Prefix: Languagesystems # automatic languagesystem DFLT dflt; languagesystem latn dflt; languagesystem latn ROM; languagesystem latn MOL; languagesystem latn PLK; languagesystem latn NLD; languagesystem latn CAT; languagesystem cyrl dflt; languagesystem cyrl BGR; languagesystem cyrl SRB; feature aalt { # automatic feature calt; feature locl; feature subs; feature sinf; feature sups; feature numr; feature dnom; feature frac; feature ordn; feature case; feature ss02; feature zero; feature ss19; feature rclt; feature zero; feature ss20; } aalt; feature calt { ### Less - It is convenient to have this lookup set at the start. lookup less_asciitilde { ignore sub less less' asciitilde; ignore sub less' asciitilde asciitilde asciitilde; sub less_asciitilde.liga asciitilde' by LIG; sub less' asciitilde by less_asciitilde.liga; } less_asciitilde; lookup less_asciitilde_asciitilde { sub less_asciitilde_asciitilde.liga LIG asciitilde' by LIG; sub less_asciitilde.liga' LIG asciitilde by less_asciitilde_asciitilde.liga; } less_asciitilde_asciitilde; lookup less_asterisk { ignore sub less less' asterisk; ignore sub less' asterisk asterisk; sub less_asterisk.liga asterisk' by LIG; sub less' asterisk by less_asterisk.liga; } less_asterisk; lookup less_dollar { ignore sub less less' dollar; ignore sub less' dollar dollar; sub less_dollar.liga dollar' by LIG; sub less' dollar by less_dollar.liga; } less_dollar; lookup less_equal { ignore sub less less' equal; ignore sub less' equal equal; ignore sub parenleft question less' equal; ignore sub equal less' equal; ignore sub less' equal [less greater bar colon exclam slash]; sub less_equal.liga equal' by LIG; sub less' equal by less_equal.liga; } less_equal; lookup less_greater { ignore sub less less' greater; ignore sub less' greater greater; sub less_greater.liga greater' by LIG; sub less' greater by less_greater.liga; } less_greater; lookup less_plus { ignore sub less less' plus; ignore sub less' plus plus; sub less_plus.liga plus' by LIG; sub less' plus by less_plus.liga; } less_plus; lookup less_slash { ignore sub less less' slash; ignore sub less' slash slash; sub less_slash.liga slash' by LIG; sub less' slash by less_slash.liga; } less_slash; lookup less_bar { ignore sub less less' bar; ignore sub less' bar bar bar bar; ignore sub less' bar bar greater; sub less_bar.liga bar' by LIG; sub less' bar by less_bar.liga; } less_bar; lookup less_bar_bar { sub less_bar_bar.liga LIG bar' by LIG; sub less_bar.liga' LIG bar by less_bar_bar.liga; } less_bar_bar; lookup less_bar_bar_bar { sub less_bar_bar_bar.liga LIG LIG bar' by LIG; sub less_bar_bar.liga' LIG LIG bar by less_bar_bar_bar.liga; } less_bar_bar_bar; # generally it is useful to have the duplicating sequences in a row. This avoids potential badness. lookup less_less { ignore sub less less' less; ignore sub less' less less less; ignore sub less' less [asterisk plus dollar]; ignore sub [hyphen equal] less' less; ignore sub less' less hyphen; ignore sub less' less equal [equal less greater bar colon exclam slash]; ignore sub less' less less [asterisk plus dollar]; sub less_less.liga less' by LIG; sub less' less by less_less.liga; } less_less; lookup less_less_less { sub less_less_less.liga LIG less' by LIG; sub less_less.liga' LIG less by less_less_less.liga; } less_less_less; lookup less_asciitilde_greater { ignore sub less_asciitilde.liga' LIG greater greater; sub less_asciitilde_greater.liga LIG greater' by LIG; sub less_asciitilde.liga' LIG greater by less_asciitilde_greater.liga; } less_asciitilde_greater; lookup less_asterisk_greater { sub less_asterisk_greater.liga LIG greater' by LIG; sub less_asterisk.liga' LIG greater by less_asterisk_greater.liga; } less_asterisk_greater; lookup less_dollar_greater { sub less_dollar_greater.liga LIG greater' by LIG; sub less_dollar.liga' LIG greater by less_dollar_greater.liga; } less_dollar_greater; lookup less_plus_greater { sub less_plus_greater.liga LIG greater' by LIG; sub less_plus.liga' LIG greater by less_plus_greater.liga; } less_plus_greater; lookup less_slash_greater { ignore sub less_slash.liga' LIG greater greater; sub less_slash_greater.liga LIG greater' by LIG; sub less_slash.liga' LIG greater by less_slash_greater.liga; } less_slash_greater; lookup less_bar_greater { ignore sub less_bar.liga' LIG greater greater; sub less_bar_greater.liga LIG greater' by LIG; sub less_bar.liga' LIG greater by less_bar_greater.liga; } less_bar_greater; lookup less_exclam_hyphen_hyphen { ignore sub less less' exclam hyphen hyphen; ignore sub less' exclam hyphen hyphen hyphen; ignore sub parenleft question less' exclam hyphen hyphen; sub less_exclam_hyphen_hyphen.liga LIG LIG hyphen' by LIG; sub less_exclam_hyphen_hyphen.liga LIG hyphen' hyphen by LIG; sub less_exclam_hyphen_hyphen.liga exclam' hyphen hyphen by LIG; sub less' exclam hyphen hyphen by less_exclam_hyphen_hyphen.liga; } less_exclam_hyphen_hyphen; ### Ampersand lookup ampersand_ampersand { ignore sub ampersand ampersand' ampersand; ignore sub ampersand' ampersand ampersand; sub ampersand_ampersand.liga ampersand' by LIG; sub ampersand' ampersand by ampersand_ampersand.liga; } ampersand_ampersand; ### Asciicircum lookup asciicircum_equal { ignore sub asciicircum asciicircum' equal; ignore sub asciicircum' equal equal; sub asciicircum_equal.liga equal' by LIG; sub asciicircum' equal by asciicircum_equal.liga; } asciicircum_equal; ### Asciitilde lookup asciitilde_asciitilde { ignore sub asciitilde asciitilde' asciitilde; ignore sub asciitilde' asciitilde asciitilde; sub asciitilde_asciitilde.liga asciitilde' by LIG; sub asciitilde' asciitilde by asciitilde_asciitilde.liga; } asciitilde_asciitilde; lookup asciitilde_at { ignore sub asciitilde asciitilde' at; ignore sub asciitilde' at at; sub asciitilde_at.liga at' by LIG; sub asciitilde' at by asciitilde_at.liga; } asciitilde_at; lookup asciitilde_greater { ignore sub asciitilde asciitilde' greater; ignore sub asciitilde' greater greater; sub asciitilde_greater.liga greater' by LIG; sub asciitilde' greater by asciitilde_greater.liga; } asciitilde_greater; lookup asciitilde_hyphen { ignore sub asciitilde asciitilde' hyphen; ignore sub asciitilde' hyphen hyphen; sub asciitilde_hyphen.liga hyphen' by LIG; sub asciitilde' hyphen by asciitilde_hyphen.liga; } asciitilde_hyphen; lookup asciitilde_asciitilde_greater { ignore sub asciitilde_asciitilde.liga' LIG greater greater; sub asciitilde_asciitilde_greater.liga LIG greater' by LIG; sub asciitilde_asciitilde.liga' LIG greater by asciitilde_asciitilde_greater.liga; } asciitilde_asciitilde_greater; lookup asciitilde_equal { ignore sub asciitilde asciitilde' equal; ignore sub asciitilde' equal equal; sub asciitilde_equal.liga equal' by LIG; sub asciitilde' equal by asciitilde_equal.liga; } asciitilde_equal; ### Asterisk lookup asterisk_asterisk { ignore sub asterisk asterisk' asterisk; ignore sub asterisk' asterisk asterisk asterisk; ignore sub slash asterisk' asterisk; ignore sub asterisk' asterisk slash; sub asterisk_asterisk.liga asterisk' by LIG; sub asterisk' asterisk by asterisk_asterisk.liga; } asterisk_asterisk; lookup asterisk_asterisk_asterisk { ignore sub asterisk_asterisk.liga' LIG asterisk slash; sub asterisk_asterisk_asterisk.liga LIG asterisk' by LIG; sub asterisk_asterisk.liga' LIG asterisk by asterisk_asterisk_asterisk.liga; } asterisk_asterisk_asterisk; lookup asterisk_greater { ignore sub asterisk asterisk' greater; ignore sub asterisk' greater greater; sub asterisk_greater.liga greater' by LIG; sub asterisk' greater by asterisk_greater.liga; } asterisk_greater; lookup asterisk_slash { ignore sub asterisk asterisk' slash; ignore sub asterisk' slash slash; ignore sub slash asterisk' slash; ignore sub asterisk' slash asterisk; sub asterisk_slash.liga slash' by LIG; sub asterisk' slash by asterisk_slash.liga; } asterisk_slash; lookup asterisk_parenright { ignore sub asterisk asterisk' parenright; ignore sub asterisk' parenright parenright; sub asterisk_parenright.liga parenright' by LIG; sub asterisk' parenright by asterisk_parenright.liga; } asterisk_parenright; ### Backslash lookup backslash_slash { ignore sub @NotSpace backslash' slash; ignore sub backslash' slash @NotSpace; sub backslash_slash.liga slash' by LIG; sub backslash' slash by backslash_slash.liga; } backslash_slash; lookup backslash_backslash { ignore sub backslash backslash' backslash; ignore sub backslash' backslash backslash; sub backslash_backslash.liga backslash' by LIG; sub backslash' backslash by backslash_backslash.liga; } backslash_backslash; ### Bar lookup bar_bar { ignore sub bar bar' bar; ignore sub bar' bar bar bar; ignore sub [hyphen equal] bar' bar; ignore sub bar' bar [hyphen equal]; ignore sub bar' bar bar [hyphen equal]; ignore sub bar' bar equal [equal less greater bar colon exclam slash]; ignore sub bar bar' bar greater; ignore sub [less greater] bar' bar [less greater]; ignore sub less bar' bar; ignore sub less bar bar'; sub bar_bar.liga bar' by LIG; sub bar' bar by bar_bar.liga; } bar_bar; lookup bar_bar_bar { sub bar_bar_bar.liga LIG bar' by LIG; sub bar_bar.liga' LIG bar by bar_bar_bar.liga; } bar_bar_bar; lookup bar_greater { ignore sub bar bar' greater; ignore sub bar' greater greater; ignore sub less bar bar' greater; sub bar_greater.liga greater' by LIG; sub bar' greater by bar_greater.liga; } bar_greater; lookup bar_braceright { ignore sub bar bar' braceright; ignore sub bar' braceright braceright; ignore sub braceleft bar' braceright; sub bar_braceright.liga braceright' by LIG; sub bar' braceright by bar_braceright.liga; } bar_braceright; lookup bar_bracketright { ignore sub bar bar' bracketright; ignore sub bar' bracketright bracketright; ignore sub bracketleft bar' bracketright; sub bar_bracketright.liga bracketright' by LIG; sub bar' bracketright by bar_bracketright.liga; } bar_bracketright; lookup bar_bar_greater { ignore sub bar_bar.liga' LIG greater greater; sub bar_bar_greater.liga LIG greater' by LIG; sub bar_bar.liga' LIG greater by bar_bar_greater.liga; } bar_bar_greater; lookup bar_bar_bar_greater { ignore sub bar_bar_bar.liga' LIG LIG greater greater; sub bar_bar_bar_greater.liga LIG LIG greater' by LIG; sub bar_bar_bar.liga' LIG LIG greater by bar_bar_bar_greater.liga; } bar_bar_bar_greater; ### Brace left lookup braceleft_bar { ignore sub braceleft braceleft' bar; ignore sub braceleft' bar bar; ignore sub braceleft' bar braceright; sub braceleft_bar.liga bar' by LIG; sub braceleft' bar by braceleft_bar.liga; } braceleft_bar; ### Brace right lookup braceright_numbersign { ignore sub braceright braceright' numbersign; ignore sub braceright' numbersign numbersign; sub braceright_numbersign.liga numbersign' by LIG; sub braceright' numbersign by braceright_numbersign.liga; } braceright_numbersign; ### Bracket left lookup bracketleft_bar { ignore sub bracketleft bracketleft' bar; ignore sub bracketleft' bar bar; ignore sub bracketleft' bar bracketright; sub bracketleft_bar.liga bar' by LIG; sub bracketleft' bar by bracketleft_bar.liga; } bracketleft_bar; ### Bracket right lookup bracketright_numbersign { ignore sub bracketright bracketright' numbersign; ignore sub bracketright' numbersign numbersign; sub bracketright_numbersign.liga numbersign' by LIG; sub bracketright' numbersign by bracketright_numbersign.liga; } bracketright_numbersign; ### Colon lookup colon_colon { ignore sub colon colon' colon; ignore sub colon' colon colon colon; ignore sub parenleft question colon' colon; ignore sub colon' colon [less greater]; ignore sub [less greater] colon' colon; sub colon_colon.liga colon' by LIG; sub colon' colon by colon_colon.liga; } colon_colon; lookup colon_colon_colon { sub colon_colon_colon.liga LIG colon' by LIG; sub colon_colon.liga' LIG colon by colon_colon_colon.liga; } colon_colon_colon; lookup colon_equal { ignore sub colon colon' equal; ignore sub colon' equal equal; ignore sub parenleft question colon' equal; ignore sub equal colon' equal; sub colon_equal.liga equal' by LIG; sub colon' equal by colon_equal.liga; } colon_equal; lookup colon_colon_equal { ignore sub colon_colon.liga' LIG equal equal; sub colon_colon_equal.liga LIG equal' by LIG; sub colon_colon.liga' LIG equal by colon_colon_equal.liga; } colon_colon_equal; lookup colon_slash_slash { ignore sub colon colon' slash slash; ignore sub colon' slash slash slash; sub colon_slash_slash.liga LIG slash' by LIG; sub colon_slash_slash.liga slash' slash by LIG; sub colon' slash slash by colon_slash_slash.liga; } colon_slash_slash; ## Dollar lookup dollar_greater { ignore sub dollar dollar' greater; ignore sub dollar' greater greater; sub dollar_greater.liga greater' by LIG; sub dollar' greater by dollar_greater.liga; } dollar_greater; ### Exclam (for equal see below) lookup exclam_equal { ignore sub exclam exclam' equal; ignore sub exclam' equal equal equal; ignore sub parenleft question exclam' equal; ignore sub parenleft question less exclam' equal; ignore sub equal exclam' equal; sub exclam_equal.liga equal' by LIG; sub exclam' equal by exclam_equal.liga; } exclam_equal; lookup exclam_equal_equal { sub exclam_equal_equal.liga LIG equal' by LIG; sub exclam_equal.liga' LIG equal by exclam_equal_equal.liga; } exclam_equal_equal; lookup exclam_exclam { ignore sub exclam exclam' exclam; ignore sub exclam' exclam exclam; ignore sub parenleft question exclam' exclam; ignore sub parenleft question less exclam' exclam; sub exclam_exclam.liga exclam' by LIG; sub exclam' exclam by exclam_exclam.liga; } exclam_exclam; lookup exclam_exclam_period { ignore sub exclam_exclam.liga' LIG period period; sub exclam_exclam_period.liga LIG period' by LIG; sub exclam_exclam.liga' LIG period by exclam_exclam_period.liga; } exclam_exclam_period; lookup exclam_period { ignore sub exclam exclam' period; ignore sub exclam' period period; sub exclam_period.liga period' by LIG; sub exclam' period by exclam_period.liga; } exclam_period; lookup exclam_colon { ignore sub exclam exclam' colon; ignore sub exclam' colon colon; sub exclam_colon.liga colon' by LIG; sub exclam' colon by exclam_colon.liga; } exclam_colon; ## Equal - Made sense to shift this below the exclam to avoid issues lookup equal_equal { ignore sub equal equal' equal; ignore sub equal' equal equal equal; ignore sub parenleft question equal' equal; ignore sub parenleft question less equal' equal; ignore sub less question equal' equal; ignore sub bracketleft equal' equal; ignore sub equal' equal bracketright; ignore sub equal [colon exclam] equal' equal; ignore sub [less greater bar slash] equal' equal; ignore sub equal' equal [less greater bar slash] ; ignore sub equal' equal [colon exclam] equal; sub equal_equal.liga equal' by LIG; sub equal' equal by equal_equal.liga; } equal_equal; lookup equal_equal_equal { sub equal_equal_equal.liga LIG equal' by LIG; sub equal_equal.liga' LIG equal by equal_equal_equal.liga; } equal_equal_equal; ### Hyphen lookup hyphen_asciitilde { ignore sub hyphen hyphen' asciitilde; ignore sub hyphen' asciitilde asciitilde; sub hyphen_asciitilde.liga asciitilde' by LIG; sub hyphen' asciitilde by hyphen_asciitilde.liga; } hyphen_asciitilde; lookup hyphen_hyphen { ignore sub hyphen hyphen' hyphen; ignore sub hyphen' hyphen hyphen hyphen; ignore sub [less greater bar] hyphen' hyphen; ignore sub hyphen' hyphen [less greater bar]; sub hyphen_hyphen.liga hyphen' by LIG; sub hyphen' hyphen by hyphen_hyphen.liga; } hyphen_hyphen; lookup hyphen_hyphen_hyphen { ignore sub hyphen_hyphen.liga' LIG hyphen [less greater bar]; sub hyphen_hyphen_hyphen.liga LIG hyphen' by LIG; sub hyphen_hyphen.liga' LIG hyphen by hyphen_hyphen_hyphen.liga; } hyphen_hyphen_hyphen; ### Greater lookup greater_greater { ignore sub greater greater' greater; ignore sub greater' greater greater greater; ignore sub [asterisk plus dollar] greater' greater; ignore sub [hyphen equal] greater' greater; ignore sub greater' greater hyphen; ignore sub greater' greater equal [equal less greater bar colon exclam slash]; sub greater_greater.liga greater' by LIG; sub greater' greater by greater_greater.liga; } greater_greater; lookup greater_greater_greater { sub greater_greater_greater.liga LIG greater' by LIG; sub greater_greater.liga' LIG greater by greater_greater_greater.liga; } greater_greater_greater; lookup greater_equal { ignore sub greater greater' equal; ignore sub greater' equal equal; ignore sub equal greater' equal; ignore sub greater' equal [less greater bar colon exclam slash]; sub greater_equal.liga equal' by LIG; sub greater' equal by greater_equal.liga; } greater_equal; ### Less moved to top of CALT ### Numbersign lookup numbersign_braceleft { ignore sub numbersign numbersign' braceleft; ignore sub numbersign' braceleft braceleft; sub numbersign_braceleft.liga braceleft' by LIG; sub numbersign' braceleft by numbersign_braceleft.liga; } numbersign_braceleft; lookup numbersign_bracketleft { ignore sub numbersign numbersign' bracketleft; ignore sub numbersign' bracketleft bracketleft; sub numbersign_bracketleft.liga bracketleft' by LIG; sub numbersign' bracketleft by numbersign_bracketleft.liga; } numbersign_bracketleft; lookup numbersign_colon { ignore sub numbersign numbersign' colon; ignore sub numbersign' colon colon; sub numbersign_colon.liga colon' by LIG; sub numbersign' colon by numbersign_colon.liga; } numbersign_colon; lookup numbersign_equal { ignore sub numbersign numbersign' equal; ignore sub numbersign' equal equal; sub numbersign_equal.liga equal' by LIG; sub numbersign' equal by numbersign_equal.liga; } numbersign_equal; lookup numbersign_exclam { ignore sub numbersign numbersign' exclam; ignore sub numbersign' exclam exclam; sub numbersign_exclam.liga exclam' by LIG; sub numbersign' exclam by numbersign_exclam.liga; } numbersign_exclam; lookup numbersign_parenleft { ignore sub numbersign numbersign' parenleft; ignore sub numbersign' parenleft parenleft; sub numbersign_parenleft.liga parenleft' by LIG; sub numbersign' parenleft by numbersign_parenleft.liga; } numbersign_parenleft; lookup numbersign_question { ignore sub numbersign numbersign' question; ignore sub numbersign' question question; sub numbersign_question.liga question' by LIG; sub numbersign' question by numbersign_question.liga; } numbersign_question; lookup numbersign_underscore { ignore sub numbersign numbersign' underscore; ignore sub numbersign' underscore underscore; sub numbersign_underscore.liga underscore' by LIG; sub numbersign' underscore by numbersign_underscore.liga; } numbersign_underscore; lookup numbersign_underscore_parenleft { ignore sub numbersign_underscore.liga' LIG parenleft parenleft; sub numbersign_underscore_parenleft.liga LIG parenleft' by LIG; sub numbersign_underscore.liga' LIG parenleft by numbersign_underscore_parenleft.liga; } numbersign_underscore_parenleft; ### Paren left lookup parenleft_asterisk { ignore sub parenleft parenleft' asterisk; ignore sub parenleft' asterisk asterisk; sub parenleft_asterisk.liga asterisk' by LIG; sub parenleft' asterisk by parenleft_asterisk.liga; } parenleft_asterisk; ### Percent lookup percent_percent { ignore sub percent percent' percent; ignore sub percent' percent percent; sub percent_percent.liga percent' by LIG; sub percent' percent by percent_percent.liga; } percent_percent; ### Period lookup period_equal { ignore sub period period' equal; ignore sub period' equal equal; sub period_equal.liga equal' by LIG; sub period' equal by period_equal.liga; } period_equal; lookup period_period { ignore sub period period' period; ignore sub period' period period period; sub period_period.liga period' by LIG; sub period' period by period_period.liga; } period_period; lookup period_period_period { sub period_period_period.liga LIG period' by LIG; sub period_period.liga' LIG period by period_period_period.liga; } period_period_period; lookup period_question { ignore sub period period' question; ignore sub period' question question; sub period_question.liga question' by LIG; sub period' question by period_question.liga; } period_question; lookup period_hyphen { ignore sub period period' hyphen; ignore sub period' hyphen hyphen; sub period_hyphen.liga hyphen' by LIG; sub period' hyphen by period_hyphen.liga; } period_hyphen; lookup period_period_equal { ignore sub period_period.liga' LIG equal equal; sub period_period_equal.liga LIG equal' by LIG; sub period_period.liga' LIG equal by period_period_equal.liga; } period_period_equal; lookup period_period_less { ignore sub period_period.liga' LIG less less; sub period_period_less.liga LIG less' by LIG; sub period_period.liga' LIG less by period_period_less.liga; } period_period_less; ### Plus lookup plus_greater { ignore sub plus plus' greater; ignore sub plus' greater greater; sub plus_greater.liga greater' by LIG; sub plus' greater by plus_greater.liga; } plus_greater; lookup plus_plus { ignore sub plus plus' plus; ignore sub plus' plus plus plus; sub plus_plus.liga plus' by LIG; sub plus' plus by plus_plus.liga; } plus_plus; lookup plus_plus_plus { ignore sub plus_plus.liga' LIG plus plus; sub plus_plus_plus.liga LIG plus' by LIG; sub plus_plus.liga' LIG plus by plus_plus_plus.liga; } plus_plus_plus; ### Question lookup question_equal { ignore sub question question' equal; ignore sub question' equal equal; ignore sub parenleft question' equal; ignore sub less question' equal; sub question_equal.liga equal' by LIG; sub question' equal by question_equal.liga; } question_equal; lookup question_period { ignore sub question question' period; ignore sub question' period period; sub question_period.liga period' by LIG; sub question' period by question_period.liga; } question_period; lookup question_question { ignore sub question question' question; ignore sub question' question question; sub question_question.liga question' by LIG; sub question' question by question_question.liga; } question_question; lookup question_question_equal { sub question_question_equal.liga LIG equal' by LIG; sub question_question.liga' LIG equal by question_question_equal.liga; } question_question_equal; lookup question_colon { ignore sub question question' colon; ignore sub question' colon colon; sub question_colon.liga colon' by LIG; sub question' colon by question_colon.liga; } question_colon; ### Semicolon lookup semicolon_semicolon { ignore sub semicolon semicolon' semicolon; ignore sub semicolon' semicolon semicolon; sub semicolon_semicolon.liga semicolon' by LIG; sub semicolon' semicolon by semicolon_semicolon.liga; } semicolon_semicolon; ### Slash lookup slash_asterisk { ignore sub slash slash' asterisk; ignore sub slash' asterisk asterisk; ignore sub slash' asterisk slash; ignore sub asterisk slash' asterisk; sub slash_asterisk.liga asterisk' by LIG; sub slash' asterisk by slash_asterisk.liga; } slash_asterisk; lookup slash_greater { ignore sub slash slash' greater; ignore sub slash' greater greater; sub slash_greater.liga greater' by LIG; sub slash' greater by slash_greater.liga; } slash_greater; lookup slash_slash { ignore sub slash slash' slash; ignore sub slash' slash slash slash; ignore sub equal slash' slash; ignore sub slash' slash equal; sub slash_slash.liga slash' by LIG; sub slash' slash by slash_slash.liga; } slash_slash; lookup slash_slash_slash { sub slash_slash_slash.liga LIG slash' by LIG; sub slash_slash.liga' LIG slash by slash_slash_slash.liga; } slash_slash_slash; lookup slash_backslash { ignore sub @NotSpace slash' backslash; ignore sub slash' backslash @NotSpace; sub slash_backslash.liga backslash' by LIG; sub slash' backslash by slash_backslash.liga; } slash_backslash; ### WWW lookup w_w_w { ignore sub w w' w w; ignore sub w' w w w; sub w_w_w.liga LIG w' by LIG; sub w_w_w.liga w' w by LIG; sub w' w w by w_w_w.liga; } w_w_w; ### Vertical-align colon/greater/less # :> :< >: <: # :>: :<: # <:> >:< <:< >:> # <::> <::< >::< >::> # <:::> <:::< >:::< >:::> # <::::> <::::< >::::< >::::> lookup center { #574 :>= :<= ignore sub colon' [less greater] [equal hyphen]; ignore sub colon colon' [less greater]; # ignores the :::< case # middles & ends sub [less.center greater.center colon.center] colon' by colon.center; sub colon.center [less greater]' by [less.center greater.center]; # starts sub [less greater]' colon by [less.center greater.center]; sub colon' [less greater] by colon.center; } center; lookup equal_arrows { # Disable ||| ignore sub bar bar' bar equal; ignore sub bar bar' equal; ignore sub [equal_start.seq equal_middle.seq] bar' bar bar; # equal middle & end sub [less_equal_start.seq less_equal_middle.seq greater_equal_start.seq greater_equal_middle.seq bar_equal_start.seq bar_equal_middle.seq slash_equal_start.seq slash_equal_middle.seq colon_equal_middle.seq exclam_equal_middle.seq equal_start.seq equal_middle.seq] equal' [equal less greater bar slash colon exclam] by equal_middle.seq; sub [less_less_equal_start.seq less_less_equal_middle.seq greater_greater_equal_start.seq greater_greater_equal_middle.seq bar_bar_equal_start.seq bar_bar_equal_middle.seq slash_slash_equal_start.seq slash_slash_equal_middle.seq] LIG equal' [equal less greater bar slash colon exclam] by equal_middle.seq; sub [less_equal_start.seq less_equal_middle.seq greater_equal_start.seq greater_equal_middle.seq bar_equal_start.seq bar_equal_middle.seq slash_equal_start.seq slash_equal_middle.seq colon_equal_middle.seq exclam_equal_middle.seq equal_start.seq equal_middle.seq] equal' by equal_end.seq; sub [less_less_equal_start.seq less_less_equal_middle.seq greater_greater_equal_start.seq greater_greater_equal_middle.seq bar_bar_equal_start.seq bar_bar_equal_middle.seq slash_slash_equal_start.seq slash_slash_equal_middle.seq] LIG equal' by equal_end.seq; # double middles sub [equal_start.seq equal_middle.seq] less_less_equal_middle.seq less' equal by LIG; sub [equal_start.seq equal_middle.seq] less' less equal by less_less_equal_middle.seq; sub [equal_start.seq equal_middle.seq] greater_greater_equal_middle.seq greater' equal by LIG; sub [equal_start.seq equal_middle.seq] greater' greater equal by greater_greater_equal_middle.seq; sub [equal_start.seq equal_middle.seq] bar_bar_equal_middle.seq bar' equal by LIG; sub [equal_start.seq equal_middle.seq] bar' bar equal by bar_bar_equal_middle.seq; sub [equal_start.seq equal_middle.seq] slash_slash_equal_middle.seq slash' equal by LIG; sub [equal_start.seq equal_middle.seq] slash' slash equal by slash_slash_equal_middle.seq; # single middles sub [equal_start.seq equal_middle.seq] less' equal by less_equal_middle.seq; sub [equal_start.seq equal_middle.seq] greater' equal by greater_equal_middle.seq; sub [equal_start.seq equal_middle.seq] bar' equal by bar_equal_middle.seq; sub [equal_start.seq equal_middle.seq] slash' equal by slash_equal_middle.seq; sub [equal_start.seq equal_middle.seq] colon' equal by colon_equal_middle.seq; sub [equal_start.seq equal_middle.seq] exclam' equal by exclam_equal_middle.seq; # double ends sub [equal_start.seq equal_middle.seq] less_less_equal_end.seq less' by LIG; sub [equal_start.seq equal_middle.seq] less' less by less_less_equal_end.seq; sub [equal_start.seq equal_middle.seq] greater_greater_equal_end.seq greater' by LIG; sub [equal_start.seq equal_middle.seq] greater' greater by greater_greater_equal_end.seq; sub [equal_start.seq equal_middle.seq] bar_bar_equal_end.seq bar' by LIG; sub [equal_start.seq equal_middle.seq] bar' bar by bar_bar_equal_end.seq; sub [equal_start.seq equal_middle.seq] slash_slash_equal_end.seq slash' by LIG; sub [equal_start.seq equal_middle.seq] slash' slash by slash_slash_equal_end.seq; # single ends sub [equal_start.seq equal_middle.seq] less' by less_equal_end.seq; sub [equal_start.seq equal_middle.seq] greater' by greater_equal_end.seq; sub [equal_start.seq equal_middle.seq] bar' by bar_equal_end.seq; sub [equal_start.seq equal_middle.seq] slash' by slash_equal_end.seq; # double beginnings sub less_less_equal_start.seq less' equal by LIG; sub less' less equal by less_less_equal_start.seq; sub greater_greater_equal_start.seq greater' equal by LIG; sub greater' greater equal by greater_greater_equal_start.seq; sub bar_bar_equal_start.seq bar' equal by LIG; sub bar' bar equal by bar_bar_equal_start.seq; sub slash_slash_equal_start.seq slash' equal by LIG; sub slash' slash equal by slash_slash_equal_start.seq; # Disable >=< #548 sub greater' equal less [equal less] by greater_equal_start.seq; ignore sub greater' equal less; # Disable =< #479 #468 #424 #406 #355 #305 sub equal' less [equal less] by equal_start.seq; # Disable =/ #1056 sub equal' slash [equal slash] by equal_start.seq; # single beginnings sub less' equal [equal less greater bar slash colon exclam] by less_equal_start.seq; # disable >= <= as they're used in math sub greater' equal [equal less greater bar slash colon exclam] by greater_equal_start.seq; sub bar' equal [equal less greater bar slash colon exclam] by bar_equal_start.seq; # disable |= sub slash' equal by slash_equal_start.seq; sub equal' [equal greater bar colon exclam] by equal_start.seq; } equal_arrows; ### Arbitrary-length arrows #346 lookup hyphen_arrows { # Disable ||| ignore sub bar bar' bar hyphen; ignore sub bar bar' hyphen; ignore sub [hyphen_start.seq hyphen_middle.seq] bar' bar bar; # hyphen middle & end sub [less_hyphen_start.seq less_hyphen_middle.seq greater_hyphen_start.seq greater_hyphen_middle.seq bar_hyphen_start.seq bar_hyphen_middle.seq hyphen_start.seq hyphen_middle.seq] hyphen' [hyphen less greater bar] by hyphen_middle.seq; sub [less_less_hyphen_start.seq less_less_hyphen_middle.seq greater_greater_hyphen_start.seq greater_greater_hyphen_middle.seq bar_bar_hyphen_start.seq bar_bar_hyphen_middle.seq] LIG hyphen' [hyphen less greater bar] by hyphen_middle.seq; sub [less_hyphen_start.seq less_hyphen_middle.seq greater_hyphen_start.seq greater_hyphen_middle.seq bar_hyphen_start.seq bar_hyphen_middle.seq hyphen_start.seq hyphen_middle.seq] hyphen' by hyphen_end.seq; sub [less_less_hyphen_start.seq less_less_hyphen_middle.seq greater_greater_hyphen_start.seq greater_greater_hyphen_middle.seq bar_bar_hyphen_start.seq bar_bar_hyphen_middle.seq] LIG hyphen' by hyphen_end.seq; # double middles sub [hyphen_start.seq hyphen_middle.seq] less_less_hyphen_middle.seq less' hyphen by LIG; sub [hyphen_start.seq hyphen_middle.seq] less' less hyphen by less_less_hyphen_middle.seq; sub [hyphen_start.seq hyphen_middle.seq] greater_greater_hyphen_middle.seq greater' hyphen by LIG; sub [hyphen_start.seq hyphen_middle.seq] greater' greater hyphen by greater_greater_hyphen_middle.seq; sub [hyphen_start.seq hyphen_middle.seq] bar_bar_hyphen_middle.seq bar' hyphen by LIG; sub [hyphen_start.seq hyphen_middle.seq] bar' bar hyphen by bar_bar_hyphen_middle.seq; # single middles sub [hyphen_start.seq hyphen_middle.seq] less' hyphen by less_hyphen_middle.seq; sub [hyphen_start.seq hyphen_middle.seq] greater' hyphen by greater_hyphen_middle.seq; sub [hyphen_start.seq hyphen_middle.seq] bar' hyphen by bar_hyphen_middle.seq; # double ends sub [hyphen_start.seq hyphen_middle.seq] less_less_hyphen_end.seq less' by LIG; sub [hyphen_start.seq hyphen_middle.seq] less' less by less_less_hyphen_end.seq; sub [hyphen_start.seq hyphen_middle.seq] greater_greater_hyphen_end.seq greater' by LIG; sub [hyphen_start.seq hyphen_middle.seq] greater' greater by greater_greater_hyphen_end.seq; sub [hyphen_start.seq hyphen_middle.seq] bar_bar_hyphen_end.seq bar' by LIG; sub [hyphen_start.seq hyphen_middle.seq] bar' bar by bar_bar_hyphen_end.seq; # single ends sub [hyphen_start.seq hyphen_middle.seq] less' by less_hyphen_end.seq; sub [hyphen_start.seq hyphen_middle.seq] greater' by greater_hyphen_end.seq; sub [hyphen_start.seq hyphen_middle.seq] bar' by bar_hyphen_end.seq; # double beginnings sub less_less_hyphen_start.seq less' hyphen by LIG; sub less' less hyphen by less_less_hyphen_start.seq; sub greater_greater_hyphen_start.seq greater' hyphen by LIG; sub greater' greater hyphen by greater_greater_hyphen_start.seq; sub bar_bar_hyphen_start.seq bar' hyphen by LIG; sub bar' bar hyphen by bar_bar_hyphen_start.seq; # single beginnings sub less' hyphen by less_hyphen_start.seq; sub greater' hyphen by greater_hyphen_start.seq; sub bar' hyphen by bar_hyphen_start.seq; sub hyphen' [hyphen less greater bar] by hyphen_start.seq; } hyphen_arrows; lookup numbersigns { # middle parts sub [numbersign_start.seq numbersign_middle.seq] numbersign' numbersign by numbersign_middle.seq; # ends sub [numbersign_start.seq numbersign_middle.seq] numbersign' by numbersign_end.seq; # beginnings sub numbersign' numbersign by numbersign_start.seq; } numbersigns; lookup underscores { # middle parts sub [underscore_start.seq underscore_middle.seq] bar' underscore by bar_underscore_middle.seq; sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' bar underscore by underscore_middle.seq; sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' underscore by underscore_middle.seq; # ends sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' by underscore_end.seq; # beginnings sub underscore' bar underscore by underscore_start.seq; sub underscore' underscore by underscore_start.seq; } underscores; #Other non-ligature bits sub dcaron' [lacute lcaron lcommaaccent ldot lslash b h k l hbar hcircumflex kcommaaccent @Uppercase] by dcaron.alt; } calt; feature ccmp { lookup ccmp_Other_1 { @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaabovecomb commaaboverightcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; @CombiningNonTopAccents = [cedillacomb dotbelowcomb lowlinecomb macronbelowcomb ogonekcomb ringbelowcomb horncomb]; sub [i j i-cy je-cy]' @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningTopAccents by idotless ogonekcomb; sub idotbelow' @CombiningTopAccents by idotless dotbelowcomb; sub [i j i-cy je-cy]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningNonTopAccents @CombiningTopAccents by idotless ogonekcomb; sub idotbelow' @CombiningNonTopAccents @CombiningTopAccents by idotless dotbelowcomb; @Markscomb = [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb horncomb tonos brevecomb-cy]; @MarkscombCase = [dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case tonos.case brevecomb-cy.case]; sub @Markscomb @Markscomb' by @MarkscombCase; sub @Uppercase @Markscomb' by @MarkscombCase; } ccmp_Other_1; lookup ccmp_Other_2 { sub @Markscomb' @MarkscombCase by @MarkscombCase; sub @MarkscombCase @Markscomb' by @MarkscombCase; } ccmp_Other_2; lookup ccmp_latn_1 { sub fi by f i; sub fl by f l; } ccmp_latn_1; script latn; lookup ccmp_latn_1; } ccmp; feature locl { # automatic lookup locl_latn_0 { script latn; language ROM; language MOL; sub Scedilla by Scommaaccent; sub scedilla by scommaaccent; sub Tcedilla by Tcommaaccent; sub tcedilla by tcommaaccent; } locl_latn_0; lookup locl_latn_1 { script latn; language PLK; sub Cacute by Cacute.loclPLK; sub Nacute by Nacute.loclPLK; sub Oacute by Oacute.loclPLK; sub Sacute by Sacute.loclPLK; sub Zacute by Zacute.loclPLK; sub cacute by cacute.loclPLK; sub nacute by nacute.loclPLK; sub oacute by oacute.loclPLK; sub sacute by sacute.loclPLK; sub zacute by zacute.loclPLK; sub acutecomb by acutecomb.loclPLK; } locl_latn_1; lookup locl_latn_2 { script latn; language NLD; sub iacute j by iacute_j.loclNLD; sub Iacute J by Iacute_J.loclNLD; } locl_latn_2; lookup locl_latn_3 { script latn; language CAT; sub l' periodcentered' l by ldot; sub L' periodcentered' L by Ldot; } locl_latn_3; lookup locl_cyrl_0 { script cyrl; language BGR; sub De-cy by De-cy.loclBGR; sub El-cy by El-cy.loclBGR; sub Ef-cy by Ef-cy.loclBGR; sub ve-cy by ve-cy.loclBGR; sub ge-cy by ge-cy.loclBGR; sub de-cy by de-cy.loclBGR; sub zhe-cy by zhe-cy.loclBGR; sub ze-cy by ze-cy.loclBGR; sub ii-cy by ii-cy.loclBGR; sub iishort-cy by iishort-cy.loclBGR; sub iigrave-cy by iigrave-cy.loclBGR; sub ka-cy by ka-cy.loclBGR; sub el-cy by el-cy.loclBGR; sub pe-cy by pe-cy.loclBGR; sub te-cy by te-cy.loclBGR; sub tse-cy by tse-cy.loclBGR; sub sha-cy by sha-cy.loclBGR; sub shcha-cy by shcha-cy.loclBGR; sub softsign-cy by softsign-cy.loclBGR; sub hardsign-cy by hardsign-cy.loclBGR; sub iu-cy by iu-cy.loclBGR; } locl_cyrl_0; lookup locl_cyrl_1 { script cyrl; language SRB; sub be-cy by be-cy.loclSRB; } locl_cyrl_1; } locl; feature subs { # automatic sub zero by zeroinferior; sub one by oneinferior; sub two by twoinferior; sub three by threeinferior; sub four by fourinferior; sub five by fiveinferior; sub six by sixinferior; sub seven by seveninferior; sub eight by eightinferior; sub nine by nineinferior; } subs; feature sinf { # automatic sub zero by zeroinferior; sub one by oneinferior; sub two by twoinferior; sub three by threeinferior; sub four by fourinferior; sub five by fiveinferior; sub six by sixinferior; sub seven by seveninferior; sub eight by eightinferior; sub nine by nineinferior; } sinf; feature sups { # automatic sub zero by zerosuperior; sub one by onesuperior; sub two by twosuperior; sub three by threesuperior; sub four by foursuperior; sub five by fivesuperior; sub six by sixsuperior; sub seven by sevensuperior; sub eight by eightsuperior; sub nine by ninesuperior; } sups; feature numr { # automatic sub zero by zero.numr; sub one by one.numr; sub two by two.numr; sub three by three.numr; sub four by four.numr; sub five by five.numr; sub six by six.numr; sub seven by seven.numr; sub eight by eight.numr; sub nine by nine.numr; } numr; feature dnom { # automatic sub zero by zero.dnom; sub one by one.dnom; sub two by two.dnom; sub three by three.dnom; sub four by four.dnom; sub five by five.dnom; sub six by six.dnom; sub seven by seven.dnom; sub eight by eight.dnom; sub nine by nine.dnom; } dnom; feature frac { # automatic lookup FRAC { sub slash by fraction; } FRAC; lookup UP { sub [zero one two three four five six seven eight nine] by [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]; } UP; lookup DOWN { sub fraction [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]' by [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom]; sub [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom] [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]' by [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom]; } DOWN; } frac; feature ordn { # automatic sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine; sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine; sub N o period by numero; } ordn; feature case { # automatic sub dieresiscomb by dieresiscomb.case; sub dotaccentcomb by dotaccentcomb.case; sub gravecomb by gravecomb.case; sub acutecomb by acutecomb.case; sub hungarumlautcomb by hungarumlautcomb.case; sub circumflexcomb by circumflexcomb.case; sub caroncomb by caroncomb.case; sub brevecomb by brevecomb.case; sub ringcomb by ringcomb.case; sub tildecomb by tildecomb.case; sub macroncomb by macroncomb.case; sub hookabovecomb by hookabovecomb.case; sub horncomb by horncomb.case; sub tonos by tonos.case; sub brevecomb-cy by brevecomb-cy.case; } case; feature liga { # disabled # } liga; feature ss02 { sub asciitilde_equal.liga by exclam_equal.liga; } ss02; feature zero { # automatic sub zero by zero.zero; } zero; feature ss19 { # notes: # Name: Slashed zero sub zero by zero.zero; } ss19; feature rclt { # this subs the GDI-centric versions of these symbols with DWrite-centric ones sub lowerOneEighthBlock by lowerOneEighthBlock.stypo; sub lowerOneQuarterBlock by lowerOneQuarterBlock.stypo; sub lowerThreeEighthsBlock by lowerThreeEighthsBlock.stypo; sub lowerHalfBlock by lowerHalfBlock.stypo; sub lowerFiveEighthsBlock by lowerFiveEighthsBlock.stypo; sub lowerThreeQuartersBlock by lowerThreeQuartersBlock.stypo; sub lowerSevenEighthsBlock by lowerSevenEighthsBlock.stypo; sub fullBlock by fullBlock.stypo; sub upperHalfBlock by upperHalfBlock.stypo; sub upperOneEighthBlock by upperOneEighthBlock.stypo; sub leftOneEighthBlock by leftOneEighthBlock.stypo; sub leftOneQuarterBlock by leftOneQuarterBlock.stypo; sub leftThreeEighthsBlock by leftThreeEighthsBlock.stypo; sub leftBlock by leftBlock.stypo; sub leftFiveEighthsBlock by leftFiveEighthsBlock.stypo; sub leftThreeQuartersBlock by leftThreeQuartersBlock.stypo; sub leftSevenEighthsBlock by leftSevenEighthsBlock.stypo; sub rightBlock by rightBlock.stypo; sub rightOneEighthBlock by rightOneEighthBlock.stypo; sub lowerLeftBlock by lowerLeftBlock.stypo; sub lowerRightBlock by lowerRightBlock.stypo; sub upperLeftBlock by upperLeftBlock.stypo; sub upperLeftAndLowerLeftAndLowerRightBlock by upperLeftAndLowerLeftAndLowerRightBlock.stypo; sub upperLeftAndLowerRightBlock by upperLeftAndLowerRightBlock.stypo; sub upperLeftAndUpperRightAndLowerLeftBlock by upperLeftAndUpperRightAndLowerLeftBlock.stypo; sub upperLeftAndUpperRightAndLowerRightBlock by upperLeftAndUpperRightAndLowerRightBlock.stypo; sub upperRightBlock by upperRightBlock.stypo; sub upperRightAndLowerLeftBlock by upperRightAndLowerLeftBlock.stypo; sub upperRightAndLowerLeftAndLowerRightBlock by upperRightAndLowerLeftAndLowerRightBlock.stypo; sub shadelight by shadelight.stypo; sub shademedium by shademedium.stypo; sub shadedark by shadedark.stypo; } rclt; feature zero { # automatic sub zero by zero.zero; } zero; feature ss20 { # notes: # Name: sub acknowledgeControl by acknowledgeControl.ss20; sub backspaceControl by backspaceControl.ss20; sub bellControl by bellControl.ss20; sub cancelControl by cancelControl.ss20; sub carriageReturnControl by carriageReturnControl.ss20; sub dataLinkEscapeControl by dataLinkEscapeControl.ss20; sub deleteControl by deleteFormTwoControl; sub deviceControlFourControl by upperLeftQuadrantWhiteCircle; sub deviceControlOneControl by upperRightQuadrantWhiteCircle; sub deviceControlThreeControl by lowerLeftQuadrantWhiteCircle; sub deviceControlTwoControl by lowerRightQuadrantWhiteCircle; sub endOfMediumControl by endOfMediumControl.ss20; sub endOfTextControl by endOfTextControl.ss20; sub endOfTransmissionBlockControl by endOfTransmissionBlockControl.ss20; sub endOfTransmissionControl by endOfTransmissionControl.ss20; sub enquiryControl by enquiryControl.ss20; sub escapeControl by escapeControl.ss20; sub fileSeparatorControl by whiteUpperLeftQuadrantSquare; sub formFeedControl by formFeedControl.ss20; sub groupSeparatorControl by whiteLowerLeftQuadrantSquare; sub horizontalTabulationControl by horizontalTabulationControl.ss20; sub lineFeedControl by lineFeedControl.ss20; sub negativeAcknowledgeControl by negativeAcknowledgeControl.ss20; sub nullControl by whiteSquare; sub recordSeparatorControl by whiteLowerRightQuadrantSquare; sub shiftInControl by shiftInControl.ss20; sub shiftOutControl by shiftOutControl.ss20; sub spaceControl by upWhiteTriangle; sub startOfHeadingControl by startOfHeadingControl.ss20; sub startOfTextControl by startOfTextControl.ss20; sub substituteControl by substituteControl.ss20; sub synchronousIdleControl by synchronousIdleControl.ss20; sub unitSeparatorControl by whiteUpperRightQuadrantSquare; sub verticalTabulationControl by verticalTabulationControl.ss20; sub newlineControl by returnsymbol; } ss20; table GDEF { # automatic GlyphClassDef [A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol baht cedi cent colonsign dollar dong franc guarani kip naira peseta peso ruble tugrik won yen Ohm increment micro], # Base , # Liga [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb brevecomb-cy brevecomb-cy.case], # Mark ; } GDEF; cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/fontinfo.plist000066400000000000000000000242051401101653000253470ustar00rootroot00000000000000 ascender 1568 capHeight 1420 copyright © 2020 Microsoft Corporation. All Rights Reserved. descender -480 familyName Cascadia Code guidelines angle 0 name [locked] x 1013 y 1133 angle 0 name [locked] x 886 y -20 angle 0 name [locked] x 849 y 1440 angle 0 name [locked] x 1276 y 1440 angle 0 name [locked] x 440 y -460 angle 90 name [locked] x 280 y 416 angle 90 name [locked] x 2160 y 332 angle 90 name [locked] x 2120 y 342 angle 90 name [locked] x 240 y 390 angle 90 name [locked] x 392 y 408 angle 90 name [locked] x 2004 y 52 angle 90 name [locked] x 3360 y 466 angle 90 name [locked] x 3320 y 306 angle 90 name [locked] x 3208 y 146 angle 0 x 958 y 2226 angle 0 x 1100 y 366 angle 0 x 1100 y 1052 angle 0 x 1100 y 866 angle 0 x 1100 y 552 italicAngle 0 openTypeHeadCreated 2019/04/07 17:18:29 openTypeNameDesigner Aaron Bell openTypeNameDesignerURL http://sajatypeworks.com openTypeNameLicense Microsoft supplied font. You may use this font to create, display, and print content as permitted by the license terms or terms of use, of the Microsoft product, service, or content in which this font was included. You may only (i) embed this font in content as permitted by the embedding restrictions included in this font; and (ii) temporarily download this font to a printer or other output device to help print content. Any other use is prohibited. The following license, based on the SIL Open Font license (https://scripts.sil.org/OFL), applies to this font. Additional license terms may be found on the GitHub repository for this font (https://github.com/microsoft/cascadia-code/blob/main/LICENSE). Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. openTypeNameLicenseURL https://scripts.sil.org/OFL openTypeNameManufacturer Saja Typeworks openTypeNameManufacturerURL http://sajatypeworks.com openTypeOS2Panose 2 11 6 9 2 0 0 2 0 4 openTypeOS2Selection 7 openTypeOS2Type openTypeOS2VendorID SAJA postscriptBlueValues -20 0 1060 1080 1420 1440 1500 1520 postscriptIsFixedPitch postscriptOtherBlues -480 -460 postscriptStemSnapH 200 210 212 220 postscriptStemSnapV 190 180 postscriptUnderlinePosition -100 postscriptUnderlineThickness 100 styleMapFamilyName Cascadia Code styleMapStyleName regular styleName Regular trademark Cascadia Code is a trademark of the Microsoft group of companies. unitsPerEm 2048 versionMajor 4 versionMinor 300 xHeight 1060 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.J_an 6 21, 14_03/000077500000000000000000000000001401101653000257355ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.J_an 6 21, 14_03/contents.plist000066400000000000000000000003751401101653000306540ustar00rootroot00000000000000 quoteleft quoteleft.glif cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.J_an 6 21, 14_03/quoteleft.glif000066400000000000000000000007341401101653000306140ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/000077500000000000000000000000001401101653000273465ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/A_lpha-latin.glif000066400000000000000000000023331401101653000325030ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/G_small.glif000066400000000000000000000030271401101653000315710ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/G_stroke.glif000066400000000000000000000031541401101653000317710ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/V_hook.glif000066400000000000000000000016051401101653000314400ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/ae.glif000066400000000000000000000045041401101653000306010ustar00rootroot00000000000000 asciitilde_equal.liga.glif000066400000000000000000000025371401101653000343550ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background asterisk_parenright.liga.glif000066400000000000000000000016561401101653000351250ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background bar_bar_equal_middle.seq.glif000066400000000000000000000010321401101653000350120ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/contents.plist000066400000000000000000000071341401101653000322650ustar00rootroot00000000000000 Alpha-latin A_lpha-latin.glif Gsmall G_small.glif Gstroke G_stroke.glif Vhook V_hook.glif ae ae.glif asciitilde_equal.liga asciitilde_equal.liga.glif asterisk_parenright.liga asterisk_parenright.liga.glif bar_bar_equal_middle.seq bar_bar_equal_middle.seq.glif d d.glif dcaron.alt dcaron.alt.glif g g.glif gheupturn-cy gheupturn-cy.glif glottalstopmod glottalstopmod.glif greater.alt greater.alt.glif greater.center greater.center.glif greater_greater_equal_end.seq greater_greater_equal_end.seq.glif greater_greater_equal_middle.seq greater_greater_equal_middle.seq.glif greater_greater_equal_start.seq greater_greater_equal_start.seq.glif greater_greater_hyphen_end.seq greater_greater_hyphen_end.seq.glif greater_greater_hyphen_middle.seq greater_greater_hyphen_middle.seq.glif greater_greater_hyphen_start.seq greater_greater_hyphen_start.seq.glif idotless idotless.glif ka-cy ka-cy.glif kadescender-cy kadescender-cy.glif kaiSymbol kaiS_ymbol.glif kappa kappa.glif less_less_equal_end.seq less_less_equal_end.seq.glif less_less_equal_middle.seq less_less_equal_middle.seq.glif less_less_equal_start.seq less_less_equal_start.seq.glif less_less_hyphen_end.seq less_less_hyphen_end.seq.glif less_less_hyphen_middle.seq less_less_hyphen_middle.seq.glif less_less_hyphen_start.seq less_less_hyphen_start.seq.glif less_plus.liga less_plus.liga.glif minus minus.glif nhookleft nhookleft.glif nine nine.glif numbersign_middle.seq numbersign_middle.seq.glif numbersign_underscore_parenleft.liga numbersign_underscore_parenleft.liga.glif p p.glif parenleft_asterisk.liga parenleft_asterisk.liga.glif quoteleft quoteleft.glif quoteright quoteright.glif rho rho.glif six six.glif slash_slash_equal_end.seq slash_slash_equal_end.seq.glif twosuperior twosuperior.glif upsilon-latin upsilon-latin.glif cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/d.glif000066400000000000000000000030251401101653000304340ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/dcaron.alt.glif000066400000000000000000000031611401101653000322370ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/g.glif000066400000000000000000000031521401101653000304400ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/gheupturn-cy.glif000066400000000000000000000010041401101653000326360ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/glottalstopmod.glif000066400000000000000000000025431401101653000332710ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater.alt.glif000066400000000000000000000007441401101653000324260ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/greater.center.glif000066400000000000000000000007461401101653000331300ustar00rootroot00000000000000 greater_greater_equal_end.seq.glif000066400000000000000000000015671401101653000361110ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background greater_greater_equal_middle.seq.glif000066400000000000000000000015721401101653000365750ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background greater_greater_equal_start.seq.glif000066400000000000000000000015671401101653000365000ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background greater_greater_hyphen_end.seq.glif000066400000000000000000000015701401101653000362670ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background greater_greater_hyphen_middle.seq.glif000066400000000000000000000015731401101653000367620ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background greater_greater_hyphen_start.seq.glif000066400000000000000000000015701401101653000366560ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/idotless.glif000066400000000000000000000016121401101653000320370ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/ka-cy.glif000066400000000000000000000016611401101653000312210ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/kadescender-cy.glif000066400000000000000000000043631401101653000331000ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/kaiS_ymbol.glif000066400000000000000000000016201401101653000323010ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/kappa.glif000066400000000000000000000016611401101653000313110ustar00rootroot00000000000000 less_less_equal_end.seq.glif000066400000000000000000000015611401101653000347350ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background less_less_equal_middle.seq.glif000066400000000000000000000015641401101653000354300ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background less_less_equal_start.seq.glif000066400000000000000000000015551401101653000353270ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background less_less_hyphen_end.seq.glif000066400000000000000000000015621401101653000351220ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background less_less_hyphen_middle.seq.glif000066400000000000000000000015651401101653000356150ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background less_less_hyphen_start.seq.glif000066400000000000000000000015561401101653000355140ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/less_plus.liga.glif000066400000000000000000000016101401101653000331330ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/minus.glif000066400000000000000000000004631401101653000313470ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/nhookleft.glif000066400000000000000000000023111401101653000321770ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/nine.glif000066400000000000000000000031471401101653000311470ustar00rootroot00000000000000 numbersign_middle.seq.glif000066400000000000000000000033051401101653000344110ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background numbersign_underscore_parenleft.liga.glif000066400000000000000000000016721401101653000375150ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/p.glif000066400000000000000000000035641401101653000304600ustar00rootroot00000000000000 parenleft_asterisk.liga.glif000066400000000000000000000016431401101653000347360ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/quoteleft.glif000066400000000000000000000012021401101653000322140ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/quoteright.glif000066400000000000000000000016171401101653000324110ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/rho.glif000066400000000000000000000027141401101653000310050ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/six.glif000066400000000000000000000032151401101653000310150ustar00rootroot00000000000000 slash_slash_equal_end.seq.glif000066400000000000000000000010351401101653000352410ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/twosuperior.glif000066400000000000000000000023021401101653000326100ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs.public.background/upsilon-latin.glif000066400000000000000000000021511401101653000330060ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/000077500000000000000000000000001401101653000237535ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_-cy.glif000066400000000000000000000004561401101653000255530ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_.glif000066400000000000000000000016751401101653000251460ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_.half.glif000066400000000000000000000014511401101653000260470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_E_.glif000066400000000000000000000032231401101653000254010ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_E_acute.glif000066400000000000000000000007261401101653000264300ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_acute.glif000066400000000000000000000007231401101653000261610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_breve.glif000066400000000000000000000007061401101653000261640ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_breveacute.glif000066400000000000000000000010151401101653000272000ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_brevedotbelow.glif000066400000000000000000000007661401101653000277320ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_brevegrave.glif000066400000000000000000000010161401101653000272040ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_brevehookabove.glif000066400000000000000000000010101401101653000300470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_brevetilde.glif000066400000000000000000000010151401101653000272000ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_caron.glif000066400000000000000000000007061401101653000261630ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflex.glif000066400000000000000000000007201401101653000272160ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflexacute.glif000066400000000000000000000015161401101653000302440ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name acutecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflexdotbelow.glif000066400000000000000000000010001401101653000307460ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflexgrave.glif000066400000000000000000000015161401101653000302470ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name gravecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflexhookabove.glif000066400000000000000000000015321401101653000311160ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name hookabovecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_circumflextilde.glif000066400000000000000000000010271401101653000302410ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_dieresis.glif000066400000000000000000000007141401101653000266670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_dotbelow.glif000066400000000000000000000007121401101653000266750ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_grave.glif000066400000000000000000000007241401101653000261650ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_hookabove.glif000066400000000000000000000007161401101653000270370ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_lpha-latin.glif000066400000000000000000000037471401101653000271220ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_lpha.glif000066400000000000000000000004571401101653000260100ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_lphatonos.glif000066400000000000000000000017661401101653000270770ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_macron.glif000066400000000000000000000007101401101653000263330ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_ogonek.glif000066400000000000000000000024611401101653000263430ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_ring.glif000066400000000000000000000007041401101653000260160ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_ringacute.glif000066400000000000000000000007341401101653000270430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_small.glif000066400000000000000000000016771401101653000262010ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_stroke.glif000066400000000000000000000017171401101653000263730ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/A_tilde.glif000066400000000000000000000007231401101653000261610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/B_.glif000066400000000000000000000044351401101653000251440ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/B_.half.glif000066400000000000000000000042451401101653000260540ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/B_e-cy.glif000066400000000000000000000026231401101653000257170ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/B_eta.glif000066400000000000000000000004041401101653000256260ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/C_.glif000066400000000000000000000025641401101653000251460ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/C_.half.glif000066400000000000000000000023741401101653000260560ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/C_R_.glif000066400000000000000000000002301401101653000254130ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/C_acute.glif000066400000000000000000000006521401101653000261640ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/C_acute.loclP_L_K_.glif000066400000000000000000000006411401101653000301160ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/C_caron.glif000066400000000000000000000006511401101653000261640ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/C_cedilla.glif000066400000000000000000000006531401101653000264610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/C_circumflex.glif000066400000000000000000000006631401101653000272260ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/C_dotaccent.glif000066400000000000000000000006611401101653000270270ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/C_he-cy.glif000066400000000000000000000017351401101653000260730ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/C_hedescender-cy.glif000066400000000000000000000007411401101653000277440ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/C_hi.glif000066400000000000000000000004031401101653000254550ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/C_stroke.glif000066400000000000000000000011111401101653000263610ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/D_.glif000066400000000000000000000025441401101653000251450ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/D_.half.glif000066400000000000000000000023101401101653000260450ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/D_caron.glif000066400000000000000000000007241401101653000261660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/D_croat.glif000066400000000000000000000006411401101653000261720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/D_e-cy.glif000066400000000000000000000032251401101653000257200ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/D_e-cy.loclB_G_R_.glif000066400000000000000000000022501401101653000276350ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/D_elta.glif000066400000000000000000000014431401101653000260100ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/D_je-cy.glif000066400000000000000000000024441401101653000260740ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/D_ze-cy.glif000066400000000000000000000004061401101653000261100ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/D_zhe-cy.glif000066400000000000000000000020171401101653000262600ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_-cy.glif000066400000000000000000000027201401101653000255530ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_.glif000066400000000000000000000023241401101653000251420ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_.half.glif000066400000000000000000000020201401101653000260440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_acute.glif000066400000000000000000000007771401101653000261760ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_breve.glif000066400000000000000000000007761401101653000261770ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_caron.glif000066400000000000000000000007761401101653000261760ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflex.glif000066400000000000000000000010101401101653000272130ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflexacute.glif000066400000000000000000000016061401101653000302500ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name acutecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflexdotbelow.glif000066400000000000000000000011051401101653000307600ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflexgrave.glif000066400000000000000000000016061401101653000302530ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name gravecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflexhookabove.glif000066400000000000000000000016221401101653000311220ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name hookabovecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_circumflextilde.glif000066400000000000000000000011171401101653000302450ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_dieresis.glif000066400000000000000000000010041401101653000266640ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_dotaccent.glif000066400000000000000000000010061401101653000270230ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_dotbelow.glif000066400000000000000000000010021401101653000266720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_f-cy.glif000066400000000000000000000034141401101653000257220ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_f-cy.loclB_G_R_.glif000066400000000000000000000033761401101653000276510ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_grave.glif000066400000000000000000000007771401101653000262010ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_hookabove.glif000066400000000000000000000010061401101653000270340ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_l-cy.glif000066400000000000000000000020661401101653000257320ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_l-cy.loclB_G_R_.glif000066400000000000000000000011141401101653000276430ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_m-cy.glif000066400000000000000000000004051401101653000257260ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_macron.glif000066400000000000000000000010001401101653000263300ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_n-cy.glif000066400000000000000000000005321401101653000257300ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_ndescender-cy.glif000066400000000000000000000010641401101653000276060ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_ng.glif000066400000000000000000000017211401101653000254670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_ogonek.glif000066400000000000000000000025321401101653000263460ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_open.glif000066400000000000000000000040441401101653000260250ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_psilon.glif000066400000000000000000000005341401101653000263700ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_psilontonos.glif000066400000000000000000000023431401101653000274530ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_r-cy.glif000066400000000000000000000004051401101653000257330ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_reversed-cy.glif000066400000000000000000000027321401101653000273160ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_reversed.glif000066400000000000000000000023421401101653000267020ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_s-cy.glif000066400000000000000000000004051401101653000257340ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_sh.glif000066400000000000000000000005661401101653000255030ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_ta.glif000066400000000000000000000005301401101653000254640ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_tatonos.glif000066400000000000000000000020241401101653000265470ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_th.glif000066400000000000000000000011461401101653000254770ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_tilde.glif000066400000000000000000000007761401101653000261750ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/E_zh.glif000066400000000000000000000030271401101653000255050ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/F_.glif000066400000000000000000000016701401101653000251460ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/F_.half.glif000066400000000000000000000015131401101653000260530ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/G_.glif000066400000000000000000000034121401101653000251430ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/G_.half.glif000066400000000000000000000032151401101653000260550ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/G_amma.glif000066400000000000000000000004111401101653000257730ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/G_ammaafrican.glif000066400000000000000000000036001401101653000273220ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/G_breve.glif000066400000000000000000000006511401101653000261710ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/G_caron.glif000066400000000000000000000006511401101653000261700ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/G_circumflex.glif000066400000000000000000000006631401101653000272320ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/G_commaaccent.glif000066400000000000000000000006631401101653000273430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/G_dotaccent.glif000066400000000000000000000006611401101653000270330ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/G_e-cy.glif000066400000000000000000000012011401101653000257130ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/G_ermandbls.glif000066400000000000000000000037611401101653000270420ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/G_hestroke-cy.glif000066400000000000000000000007271401101653000273270ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/G_heupturn-cy.glif000066400000000000000000000015271401101653000273540ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/G_je-cy.glif000066400000000000000000000004761401101653000261020ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/G_small.glif000066400000000000000000000034101401101653000261720ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/G_stroke.glif000066400000000000000000000034171401101653000264000ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/H_.glif000066400000000000000000000020111401101653000251360ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/H_.half.glif000066400000000000000000000015071401101653000260600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/H_a-cy.glif000066400000000000000000000004051401101653000257150ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/H_adescender-cy.glif000066400000000000000000000007371401101653000276020ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/H_ardsign-cy.glif000066400000000000000000000026271401101653000271340ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/H_bar.glif000066400000000000000000000012301401101653000256250ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/H_caron.glif000066400000000000000000000007611401101653000261730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/H_circumflex.glif000066400000000000000000000007731401101653000272350ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/H_dotbelow.glif000066400000000000000000000007651401101653000267140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_-cy.glif000066400000000000000000000005301401101653000255540ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_.glif000066400000000000000000000020121401101653000251400ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_.half.glif000066400000000000000000000015071401101653000260610ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_J_.glif000066400000000000000000000034531401101653000254230ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_a-cy.glif000066400000000000000000000043411401101653000257210ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_acute.glif000066400000000000000000000007751401101653000262000ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_acute_J_.loclN_L_D_.glif000066400000000000000000000022641401101653000305260ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name IJ alignment -1 index 1 name acutecomb.case alignment -1 index 2 name acutecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_breve.glif000066400000000000000000000007601401101653000261740ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_circumflex.glif000066400000000000000000000007721401101653000272350ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_dieresis.glif000066400000000000000000000007661401101653000267060ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_dotaccent.glif000066400000000000000000000007701401101653000270360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_dotbelow.glif000066400000000000000000000007641401101653000267140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_e-cy.glif000066400000000000000000000005321401101653000257230ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_egrave-cy.glif000066400000000000000000000006301401101653000267470ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_grave.glif000066400000000000000000000007761401101653000262040ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_hookabove.glif000066400000000000000000000007701401101653000270470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_i-cy.glif000066400000000000000000000017601401101653000257330ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_igrave-cy.glif000066400000000000000000000005031401101653000267520ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_ishort-cy.glif000066400000000000000000000004701401101653000270100ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_macron-cy.glif000066400000000000000000000004661401101653000267640ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_macron.glif000066400000000000000000000007621401101653000263520ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_o-cy.glif000066400000000000000000000006251401101653000257400ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_ogonek.glif000066400000000000000000000025221401101653000263510ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_ota.glif000066400000000000000000000005301401101653000256470ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_otaafrican.glif000066400000000000000000000007211401101653000271750ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_otadieresis.glif000066400000000000000000000006151401101653000274030ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_otatonos.glif000066400000000000000000000020271401101653000267350ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_small.glif000066400000000000000000000016711401101653000262030ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_tilde.glif000066400000000000000000000007751401101653000262000ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/I_u-cy.glif000066400000000000000000000031721401101653000257460ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/J_.glif000066400000000000000000000023161401101653000251500ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/J_circumflex.glif000066400000000000000000000006641401101653000272360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/J_e-cy.glif000066400000000000000000000004051401101653000257230ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/K_.glif000066400000000000000000000020621401101653000251470ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/K_.half.glif000066400000000000000000000017051401101653000260630ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/K_a-cy.glif000066400000000000000000000044461401101653000257310ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/K_acute.glif000066400000000000000000000006511401101653000261730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/K_adescender-cy.glif000066400000000000000000000047741401101653000276120ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/K_aiS_ymbol.glif000066400000000000000000000024551401101653000270140ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/K_appa.glif000066400000000000000000000004051401101653000260100ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/K_commaaccent.glif000066400000000000000000000006631401101653000273470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/K_dotbelow.glif000066400000000000000000000006551401101653000267150ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/K_je-cy.glif000066400000000000000000000004761401101653000261060ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/K_linebelow.glif000066400000000000000000000006611401101653000270530ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/L_.glif000066400000000000000000000014771401101653000251610ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/L_.half.glif000066400000000000000000000011761401101653000260660ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/L_I_G_.glif000066400000000000000000000002011401101653000256570ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/L_acute.glif000066400000000000000000000010031401101653000261640ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/L_ambda.glif000066400000000000000000000004221401101653000261330ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/L_bar.glif000066400000000000000000000012271401101653000256370ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/L_caron.glif000066400000000000000000000012361401101653000261750ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/L_commaaccent.glif000066400000000000000000000010131401101653000273360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/L_dot.glif000066400000000000000000000010161401101653000256550ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/L_dotbelow.glif000066400000000000000000000010051401101653000267040ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/L_je-cy.glif000066400000000000000000000035071401101653000261050ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/L_linebelow.glif000066400000000000000000000010111401101653000270420ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/L_middletilde.glif000066400000000000000000000040671401101653000273600ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/L_slash.glif000066400000000000000000000020141401101653000262000ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/L_small.glif000066400000000000000000000015041401101653000262010ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/M_.glif000066400000000000000000000027331401101653000251560ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/M_.half.glif000066400000000000000000000025461401101653000260710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/M_u.glif000066400000000000000000000004021401101653000253320ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/N_.glif000066400000000000000000000021361401101653000251540ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/N_.half.glif000066400000000000000000000017571401101653000260750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/N_acute.glif000066400000000000000000000006511401101653000261760ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/N_acute.loclP_L_K_.glif000066400000000000000000000006241401101653000301320ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/N_caron.glif000066400000000000000000000006341401101653000262000ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/N_commaaccent.glif000066400000000000000000000006461401101653000273530ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/N_hookleft.glif000066400000000000000000000016471401101653000267160ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/N_je-cy.glif000066400000000000000000000032551401101653000261070ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/N_linebelow.glif000066400000000000000000000006441401101653000270570ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/N_tilde.glif000066400000000000000000000006511401101653000261760ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/N_u.glif000066400000000000000000000004021401101653000253330ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_-cy.glif000066400000000000000000000006611401101653000255670ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_.glif000066400000000000000000000030561401101653000251570ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_.half.glif000066400000000000000000000024071401101653000260670ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_E_.glif000066400000000000000000000041351401101653000254220ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_acute.glif000066400000000000000000000011261401101653000261750ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_acute.loclP_L_K_.glif000066400000000000000000000011011401101653000301220ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_barred-cy.glif000066400000000000000000000012021401101653000267370ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_breve.glif000066400000000000000000000011111401101653000261710ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflex.glif000066400000000000000000000011231401101653000272320ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflexacute.glif000066400000000000000000000017211401101653000302600ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name acutecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflexdotbelow.glif000066400000000000000000000012031401101653000307710ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflexgrave.glif000066400000000000000000000017211401101653000302630ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name gravecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflexhookabove.glif000066400000000000000000000017351401101653000311410ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name hookabovecomb.case public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_circumflextilde.glif000066400000000000000000000012321401101653000302550ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_dieresis.glif000066400000000000000000000011171401101653000267030ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_dotbelow.glif000066400000000000000000000011151401101653000267110ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_grave.glif000066400000000000000000000011271401101653000262010ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_hm.glif000066400000000000000000000005661401101653000255070ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_hookabove.glif000066400000000000000000000011211401101653000270440ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_horn.glif000066400000000000000000000011251401101653000260410ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_hornacute.glif000066400000000000000000000011361401101653000270650ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_horndotbelow.glif000066400000000000000000000011251401101653000276010ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_horngrave.glif000066400000000000000000000011371401101653000270710ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_hornhookabove.glif000066400000000000000000000011311401101653000277340ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_horntilde.glif000066400000000000000000000011361401101653000270650ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_hungarumlaut.glif000066400000000000000000000011271401101653000276110ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_macron.glif000066400000000000000000000011131401101653000263470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_macronacute.glif000066400000000000000000000012221401101653000273720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_macrongrave.glif000066400000000000000000000012231401101653000273760ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_mega.glif000066400000000000000000000033511401101653000260070ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_megatonos.glif000066400000000000000000000036741401101653000271020ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_micron.glif000066400000000000000000000006641401101653000263710ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_microntonos.glif000066400000000000000000000026741401101653000274570ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_ogonek.glif000066400000000000000000000026551401101653000263660ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_open.glif000066400000000000000000000025731401101653000260440ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_slash.glif000066400000000000000000000013611401101653000262070ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_slashacute.glif000066400000000000000000000011401401101653000272240ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/O_tilde.glif000066400000000000000000000011261401101653000261750ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/P_.glif000066400000000000000000000025001401101653000251510ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/P_.half.glif000066400000000000000000000023161401101653000260670ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/P_alochka-cy.glif000066400000000000000000000005371401101653000271150ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/P_e-cy.glif000066400000000000000000000015121401101653000257310ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/P_hi.glif000066400000000000000000000004071401101653000254760ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/P_i.glif000066400000000000000000000004061401101653000253250ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/P_si.glif000066400000000000000000000026221401101653000255120ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Q_.glif000066400000000000000000000021171401101653000251560ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Q_.half.glif000066400000000000000000000014771401101653000260770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/R_.glif000066400000000000000000000030061401101653000251550ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/R_.half.glif000066400000000000000000000026231401101653000260720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/R_acute.glif000066400000000000000000000006511401101653000262020ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/R_caron.glif000066400000000000000000000006521401101653000262040ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/R_commaaccent.glif000066400000000000000000000006631401101653000273560ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/R_dotbelow.glif000066400000000000000000000006551401101653000267240ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/R_ho.glif000066400000000000000000000004031401101653000255020ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/S_.glif000066400000000000000000000037051401101653000251640ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/S_.half.glif000066400000000000000000000035111401101653000260700ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/S_acute.glif000066400000000000000000000006511401101653000262030ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/S_acute.loclP_L_K_.glif000066400000000000000000000006411401101653000301360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/S_caron.glif000066400000000000000000000006511401101653000262040ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/S_cedilla.glif000066400000000000000000000006531401101653000265010ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/S_chwa-cy.glif000066400000000000000000000004141401101653000264320ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/S_chwa.glif000066400000000000000000000034571401101653000260330ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/S_circumflex.glif000066400000000000000000000006631401101653000272460ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/S_commaaccent.glif000066400000000000000000000006631401101653000273570ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/S_dotbelow.glif000066400000000000000000000006551401101653000267250ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/S_ha-cy.glif000066400000000000000000000020121401101653000260740ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/S_hcha-cy.glif000066400000000000000000000023311401101653000264130ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/S_hha-cy.glif000066400000000000000000000017321401101653000262540ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/S_igma.glif000066400000000000000000000016411401101653000260170ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/S_oftsign-cy.glif000066400000000000000000000023121401101653000271600ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/T_.glif000066400000000000000000000014271401101653000251640ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/T_.half.glif000066400000000000000000000012001401101653000260620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/T_au.glif000066400000000000000000000004551401101653000255120ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/T_bar.glif000066400000000000000000000011531401101653000256450ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/T_caron.glif000066400000000000000000000007061401101653000262060ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/T_cedilla.glif000066400000000000000000000007251401101653000265020ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/T_commaaccent.glif000066400000000000000000000007351401101653000273600ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/T_diagonalstroke.glif000066400000000000000000000011741401101653000301120ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/T_e-cy.glif000066400000000000000000000004571401101653000257440ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/T_heta.glif000066400000000000000000000011731401101653000260240ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/T_horn.glif000066400000000000000000000025031401101653000260470ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/T_linebelow.glif000066400000000000000000000007331401101653000270640ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/T_se-cy.glif000066400000000000000000000020201401101653000261130ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/T_she-cy.glif000066400000000000000000000022451401101653000262740ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_-cy.glif000066400000000000000000000016771401101653000256050ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_.glif000066400000000000000000000023151401101653000251620ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_.half.glif000066400000000000000000000020041401101653000260660ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_acute.glif000066400000000000000000000010011401101653000261730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_breve.glif000066400000000000000000000007641401101653000262140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_circumflex.glif000066400000000000000000000007761401101653000272550ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_dieresis.glif000066400000000000000000000007721401101653000267170ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_dotbelow.glif000066400000000000000000000007701401101653000267250ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_grave.glif000066400000000000000000000010021401101653000261770ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_hookabove.glif000066400000000000000000000007741401101653000270670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_horn.glif000066400000000000000000000016261401101653000260550ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_hornacute.glif000066400000000000000000000010111401101653000270630ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_horndotbelow.glif000066400000000000000000000010001401101653000275770ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_horngrave.glif000066400000000000000000000010121401101653000270670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_hornhookabove.glif000066400000000000000000000010041401101653000277410ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_horntilde.glif000066400000000000000000000010111401101653000270630ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_hungarumlaut.glif000066400000000000000000000010021401101653000276070ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_macron-cy.glif000066400000000000000000000005551401101653000267770ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_macron.glif000066400000000000000000000007661401101653000263720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_ogonek.glif000066400000000000000000000025311401101653000263650ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_psilon.glif000066400000000000000000000004621401101653000264100ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_psilonafrican.glif000066400000000000000000000035641401101653000277420ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_psilondieresis.glif000066400000000000000000000005521401101653000301400ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_psilontonos.glif000066400000000000000000000017741401101653000275020ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_ring.glif000066400000000000000000000007621401101653000260460ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_short-cy.glif000066400000000000000000000005561401101653000266600ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_straight-cy.glif000066400000000000000000000004671401101653000273470ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_straightstroke-cy.glif000066400000000000000000000010061401101653000305650ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/U_tilde.glif000066400000000000000000000010011401101653000261730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/V_.glif000066400000000000000000000013161401101653000251630ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/V_.half.glif000066400000000000000000000011441401101653000260730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/V_e-cy.glif000066400000000000000000000004051401101653000257370ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/V_hook.glif000066400000000000000000000030701401101653000260430ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/V_turned.glif000066400000000000000000000006021401101653000264020ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/W_.glif000066400000000000000000000023601401101653000251640ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/W_acute.glif000066400000000000000000000006511401101653000262070ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/W_circumflex.glif000066400000000000000000000006461401101653000272530ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/W_dieresis.glif000066400000000000000000000006421401101653000267150ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/W_grave.glif000066400000000000000000000006521401101653000262130ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/X_.glif000066400000000000000000000016231401101653000251660ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/X_.half.glif000066400000000000000000000014501401101653000260750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/X_i.glif000066400000000000000000000015111401101653000253330ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Y_.glif000066400000000000000000000017021401101653000251650ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Y_.half.glif000066400000000000000000000014551401101653000261030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Y_acute.glif000066400000000000000000000007241401101653000262120ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Y_circumflex.glif000066400000000000000000000007211401101653000272470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Y_dieresis.glif000066400000000000000000000007151401101653000267200ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Y_dotbelow.glif000066400000000000000000000007131401101653000267260ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Y_eru-cy.glif000066400000000000000000000026141401101653000263150ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Y_grave.glif000066400000000000000000000007251401101653000262160ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Y_hookabove.glif000066400000000000000000000007171401101653000270700ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Y_i-cy.glif000066400000000000000000000006031401101653000257460ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Y_macron.glif000066400000000000000000000007111401101653000263640ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Y_tilde.glif000066400000000000000000000007241401101653000262120ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Z_.glif000066400000000000000000000017441401101653000251740ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Z_acute.glif000066400000000000000000000007231401101653000262120ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Z_acute.loclP_L_K_.glif000066400000000000000000000006761401101653000301550ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Z_caron.glif000066400000000000000000000007061401101653000262140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Z_dotaccent.glif000066400000000000000000000007161401101653000270570ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Z_e-cy.glif000066400000000000000000000036641401101653000257550ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Z_eta.glif000066400000000000000000000004561401101653000256650ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Z_he-cy.glif000066400000000000000000000102111401101653000261070ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/Z_hedescender-cy.glif000066400000000000000000000105371401101653000277770ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/_notdef.glif000066400000000000000000000020351401101653000262340ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/a-cy.glif000066400000000000000000000004561401101653000254540ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/a.glif000066400000000000000000000043461401101653000250450ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/aacute.glif000066400000000000000000000007161401101653000260640ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/abreve.glif000066400000000000000000000007171401101653000260670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/abreveacute.glif000066400000000000000000000010211401101653000270760ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/abrevedotbelow.glif000066400000000000000000000007771401101653000276350ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/abrevegrave.glif000066400000000000000000000010221401101653000271020ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/abrevehookabove.glif000066400000000000000000000010141401101653000277540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/abrevetilde.glif000066400000000000000000000010221401101653000270770ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/acaron.glif000066400000000000000000000007171401101653000260660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/acircumflex.glif000066400000000000000000000007311401101653000271210ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/acircumflexacute.glif000066400000000000000000000015151401101653000301440ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name acutecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/acircumflexdotbelow.glif000066400000000000000000000010111401101653000306510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/acircumflexgrave.glif000066400000000000000000000015151401101653000301470ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name gravecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/acircumflexhookabove.glif000066400000000000000000000015311401101653000310160ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name hookabovecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/acircumflextilde.glif000066400000000000000000000010341401101653000301400ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/acknowledgeC_ontrol.glif000066400000000000000000000017441401101653000306070ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name A.half alignment -1 index 1 name K.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/acknowledgeC_ontrol.ss20.glif000066400000000000000000000013361401101653000313720ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/acute.glif000066400000000000000000000004571401101653000257250ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/acutecomb.case.glif000066400000000000000000000012041401101653000274670ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/acutecomb.case.loclP_L_K_.glif000066400000000000000000000011361401101653000314270ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/acutecomb.glif000066400000000000000000000011511401101653000265560ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/acutecomb.loclP_L_K_.glif000066400000000000000000000011311401101653000305100ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/acutetonecomb.glif000066400000000000000000000005611401101653000274500ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/adieresis.glif000066400000000000000000000007251401101653000265720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/adotbelow.glif000066400000000000000000000007121401101653000265760ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ae.glif000066400000000000000000000064511401101653000252110ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/aeacute.glif000066400000000000000000000006461401101653000262330ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/agrave.glif000066400000000000000000000007171401101653000260700ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ahookabove.glif000066400000000000000000000007111401101653000267330ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/alpha-latin.glif000066400000000000000000000005761401101653000270200ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/alpha.glif000066400000000000000000000040221401101653000257010ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/alphatonos.glif000066400000000000000000000006501401101653000267670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/amacron.glif000066400000000000000000000007211401101653000262360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ampersand.glif000066400000000000000000000040541401101653000265730ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ampersand_ampersand.liga.glif000066400000000000000000000075621401101653000315470ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/anoteleia.glif000066400000000000000000000004761401101653000265660ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/aogonek.glif000066400000000000000000000024631401101653000262460ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/apostrophemod.glif000066400000000000000000000004621401101653000275040ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/approxequal.glif000066400000000000000000000005661401101653000271660ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/aring.glif000066400000000000000000000007151401101653000257210ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/aringacute.glif000066400000000000000000000014771401101653000267510ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 2 name acutecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/asciicircum.glif000066400000000000000000000012141401101653000271070ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/asciicircum_equal.liga.glif000066400000000000000000000020321401101653000312100ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde.glif000066400000000000000000000030071401101653000267300ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_asciitilde.liga.glif000066400000000000000000000047251401101653000320450ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 asciitilde_asciitilde_greater.liga.glif000066400000000000000000000052221401101653000334700ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_at.liga.glif000066400000000000000000000077101401101653000303340ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_equal.liga.glif000066400000000000000000000005421401101653000310330ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_greater.liga.glif000066400000000000000000000033041401101653000313540ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/asciitilde_hyphen.liga.glif000066400000000000000000000033151401101653000312200ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/asterisk.glif000066400000000000000000000024011401101653000264400ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_asterisk.liga.glif000066400000000000000000000005441401101653000312660ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_asterisk_asterisk.liga.glif000066400000000000000000000006531401101653000331740ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_greater.liga.glif000066400000000000000000000005421401101653000310700ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_parenright.liga.glif000066400000000000000000000021511401101653000316000ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/asterisk_slash.liga.glif000066400000000000000000000005361401101653000305540ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/at.glif000066400000000000000000000055201401101653000252240ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/atilde.glif000066400000000000000000000007171401101653000260650ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/b.glif000066400000000000000000000031421401101653000250370ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/backslash.glif000066400000000000000000000007361401101653000265570ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/backslash_backslash.liga.glif000066400000000000000000000005511401101653000315000ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/backslash_slash.liga.glif000066400000000000000000000005411401101653000306560ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/backspaceC_ontrol.glif000066400000000000000000000017421401101653000302360ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name B.half alignment -1 index 1 name S.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/backspaceC_ontrol.ss20.glif000066400000000000000000000021601401101653000310170ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/baht.B_R_A_C_K_E_T_.600.glif000066400000000000000000000014161401101653000303450ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs._originalLayerName [600] public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/baht.glif000066400000000000000000000011031401101653000255270ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar.glif000066400000000000000000000007301401101653000253620ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar.liga.glif000066400000000000000000000005211401101653000271170ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_bar.liga.glif000066400000000000000000000005621401101653000277500ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_bar_greater.liga.glif000066400000000000000000000015221401101653000314560ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_equal_end.seq.glif000066400000000000000000000013531401101653000310140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_equal_middle.seq.glif000066400000000000000000000022121401101653000314770ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_equal_start.seq.glif000066400000000000000000000013651401101653000314060ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_greater.liga.glif000066400000000000000000000014601401101653000306330ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_hyphen_end.seq.glif000066400000000000000000000010411401101653000311720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_hyphen_middle.seq.glif000066400000000000000000000013611401101653000316670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar_bar_hyphen_start.seq.glif000066400000000000000000000010471401101653000315670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar_braceright.liga.glif000066400000000000000000000046111401101653000304710ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar_bracketright.liga.glif000066400000000000000000000016371401101653000310350ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar_equal_end.seq.glif000066400000000000000000000012561401101653000301720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar_equal_middle.seq.glif000066400000000000000000000005061401101653000306570ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar_equal_start.seq.glif000066400000000000000000000012641401101653000305600ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar_greater.liga.glif000066400000000000000000000013571401101653000300140ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar_hyphen_end.seq.glif000066400000000000000000000007441401101653000303570ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar_hyphen_middle.seq.glif000066400000000000000000000005101401101653000310360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar_hyphen_start.seq.glif000066400000000000000000000007501401101653000307430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bar_underscore_middle.seq.glif000066400000000000000000000007771401101653000317330ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/be-cy.glif000066400000000000000000000033641401101653000256230ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/be-cy.loclS_R_B_.glif000066400000000000000000000035461401101653000275610ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bellC_ontrol.glif000066400000000000000000000017351401101653000272420ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name B.half alignment -1 index 1 name L.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bellC_ontrol.ss20.glif000066400000000000000000000025031401101653000300220ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/beta.glif000066400000000000000000000052141401101653000255330ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blackC_ircle.glif000066400000000000000000000014501401101653000271530ustar00rootroot00000000000000 H18533 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blackD_iamond.glif000066400000000000000000000007651401101653000273350ustar00rootroot00000000000000 uni25C6 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blackH_exagon.glif000066400000000000000000000011161401101653000273420ustar00rootroot00000000000000 uni2B22 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blackH_orizontalE_llipse.glif000066400000000000000000000014621401101653000315630ustar00rootroot00000000000000 uni2B2C public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blackI_nW_hiteD_iamond.glif000066400000000000000000000011271401101653000311140ustar00rootroot00000000000000 uni25C8 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blackL_argeC_ircle.glif000066400000000000000000000014531401101653000302700ustar00rootroot00000000000000 uni2B24 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blackL_argeS_quare.glif000066400000000000000000000007711401101653000303310ustar00rootroot00000000000000 uni2B1B public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumD_iamond.glif000066400000000000000000000007741401101653000306350ustar00rootroot00000000000000 uni2B25 public.markColor 0.5,0.09,0.79,1 blackM_ediumD_ownT_riangleC_entred.glif000066400000000000000000000007361401101653000334010ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs uni2BC6 public.markColor 0.5,0.09,0.79,1 blackM_ediumL_eftT_riangleC_entred.glif000066400000000000000000000007351401101653000333630ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs uni2BC7 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumL_ozenge.glif000066400000000000000000000007741401101653000306650ustar00rootroot00000000000000 uni2B27 public.markColor 0.5,0.09,0.79,1 blackM_ediumR_ightT_riangleC_entred.glif000066400000000000000000000007361401101653000335470ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs uni2BC8 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blackM_ediumU_pT_riangleC_entred.glif000066400000000000000000000007321401101653000331310ustar00rootroot00000000000000 uni2BC5 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blackP_arallelogram.glif000066400000000000000000000007751401101653000305450ustar00rootroot00000000000000 uni25B0 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blackP_entagon.glif000066400000000000000000000010411401101653000275210ustar00rootroot00000000000000 uni2B1F public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blackS_mallD_iamond.glif000066400000000000000000000007721401101653000304630ustar00rootroot00000000000000 uni2B29 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blackS_mallL_ozenge.glif000066400000000000000000000007731401101653000305140ustar00rootroot00000000000000 uni2B2A public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blackS_mallS_quare.glif000066400000000000000000000007721401101653000303500ustar00rootroot00000000000000 H18543 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blackS_milingF_ace.glif000066400000000000000000000045731401101653000303030ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blackS_quare.glif000066400000000000000000000007701401101653000272160ustar00rootroot00000000000000 filledbox public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blackV_erticalE_llipse.glif000066400000000000000000000014621401101653000312030ustar00rootroot00000000000000 uni2B2E public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blackV_erticalR_ect.glif000066400000000000000000000007741401101653000305100ustar00rootroot00000000000000 uni25AE public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blackV_erysmallS_quare.glif000066400000000000000000000007751401101653000312610ustar00rootroot00000000000000 uni2B1D public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blank-braille.glif000066400000000000000000000004241401101653000273150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blank.glif000066400000000000000000000017241401101653000257110ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/blankS_ymbol.glif000066400000000000000000000035041401101653000272340ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bottomH_alfB_lackC_ircle.glif000066400000000000000000000011361401101653000314320ustar00rootroot00000000000000 uni2BCB public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bottomH_alfB_lackD_iamond.glif000066400000000000000000000010571401101653000316060ustar00rootroot00000000000000 uni2B19 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleD_ownA_ndH_orizontal.glif000066400000000000000000000020661401101653000326660ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleD_ownA_ndL_eft.glif000066400000000000000000000015431401101653000314260ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleD_ownA_ndR_ight.glif000066400000000000000000000015441401101653000316120ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleH_orizontal.glif000066400000000000000000000012661401101653000311160ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleU_pA_ndH_orizontal.glif000066400000000000000000000020661401101653000323430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleU_pA_ndL_eft.glif000066400000000000000000000015411401101653000311010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleU_pA_ndR_ight.glif000066400000000000000000000015421401101653000312650ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleV_ertical.glif000066400000000000000000000012621401101653000305320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxD_oubleV_erticalA_ndH_orizontal.glif000066400000000000000000000026651401101653000334560ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleV_erticalA_ndL_eft.glif000066400000000000000000000020641401101653000322670ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_oubleV_erticalA_ndR_ight.glif000066400000000000000000000020651401101653000324530ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxD_ownD_oubleA_ndH_orizontalS_ingle.glif000066400000000000000000000015201401101653000341020ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownD_oubleA_ndL_eftS_ingle.glif000066400000000000000000000013621401101653000327260ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownD_oubleA_ndR_ightS_ingle.glif000066400000000000000000000013631401101653000331120ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxD_ownH_eavyA_ndH_orizontalL_ight.glif000066400000000000000000000012401401101653000335710ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndL_eftL_ight.glif000066400000000000000000000011021401101653000324060ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndL_eftU_pL_ight.glif000066400000000000000000000013621401101653000330620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndR_ightL_ight.glif000066400000000000000000000011031401101653000325720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownH_eavyA_ndR_ightU_pL_ight.glif000066400000000000000000000013631401101653000332460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif000066400000000000000000000015201401101653000342360ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxD_ownL_ightA_ndH_orizontalH_eavy.glif000066400000000000000000000012401401101653000335710ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndL_eftH_eavy.glif000066400000000000000000000011021401101653000324060ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndL_eftU_pH_eavy.glif000066400000000000000000000013621401101653000330620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndR_ightH_eavy.glif000066400000000000000000000011031401101653000325720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownL_ightA_ndR_ightU_pH_eavy.glif000066400000000000000000000013631401101653000332460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif000066400000000000000000000015201401101653000342360ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxD_ownS_ingleA_ndH_orizontalD_ouble.glif000066400000000000000000000015611401101653000341070ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownS_ingleA_ndL_eftD_ouble.glif000066400000000000000000000013641401101653000327300ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxD_ownS_ingleA_ndR_ightD_ouble.glif000066400000000000000000000013651401101653000331140ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_oubleD_ashH_orizontal.glif000066400000000000000000000012671401101653000332120ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_oubleD_ashV_ertical.glif000066400000000000000000000012651401101653000326300ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_own.glif000066400000000000000000000007361401101653000275370ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_ownA_ndH_orizontal.glif000066400000000000000000000012331401101653000325230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_ownA_ndL_eft.glif000066400000000000000000000010751401101653000312700ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyD_ownA_ndR_ight.glif000066400000000000000000000010761401101653000314540ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyH_orizontal.glif000066400000000000000000000007461401101653000307620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyL_eft.glif000066400000000000000000000007361401101653000275220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyL_eftA_ndL_ightR_ight.glif000066400000000000000000000012311401101653000325570ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxH_eavyQ_uadrupleD_ashH_orizontal.glif000066400000000000000000000021121401101653000336510ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyQ_uadrupleD_ashV_ertical.glif000066400000000000000000000021201401101653000333470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyR_ight.glif000066400000000000000000000007371401101653000277060ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyT_ripleD_ashH_orizontal.glif000066400000000000000000000015761401101653000332420ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyT_ripleD_ashV_ertical.glif000066400000000000000000000016021401101653000326500ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_p.glif000066400000000000000000000007341401101653000272120ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_pA_ndH_orizontal.glif000066400000000000000000000012311401101653000321760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_pA_ndL_eft.glif000066400000000000000000000010731401101653000307430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_pA_ndL_ightD_own.glif000066400000000000000000000012261401101653000321070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyU_pA_ndR_ight.glif000066400000000000000000000010741401101653000311270ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyV_ertical.glif000066400000000000000000000007441401101653000304000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyV_erticalA_ndH_orizontal.glif000066400000000000000000000015151401101653000333700ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyV_erticalA_ndL_eft.glif000066400000000000000000000012311401101653000321240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxH_eavyV_erticalA_ndR_ight.glif000066400000000000000000000012321401101653000323100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif000066400000000000000000000016451401101653000341440ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif000066400000000000000000000013651401101653000334770ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftH_eavyA_ndR_ightU_pL_ight.glif000066400000000000000000000013631401101653000332310ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glif000066400000000000000000000015211401101653000343330ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif000066400000000000000000000013651401101653000334770ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_eftL_ightA_ndR_ightU_pH_eavy.glif000066400000000000000000000013631401101653000332310ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glif000066400000000000000000000015211401101653000343330ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif000066400000000000000000000016451401101653000341440ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightA_rcD_ownA_ndL_eft.glif000066400000000000000000000015041401101653000320450ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightA_rcD_ownA_ndR_ight.glif000066400000000000000000000015131401101653000322300ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightA_rcU_pA_ndL_eft.glif000066400000000000000000000015051401101653000315230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightA_rcU_pA_ndR_ight.glif000066400000000000000000000015141401101653000317060ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_iagonalC_ross.glif000066400000000000000000000017611401101653000315110ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glif000066400000000000000000000011171401101653000353500ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glif000066400000000000000000000011171401101653000353500ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_oubleD_ashH_orizontal.glif000066400000000000000000000012671401101653000332050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_oubleD_ashV_ertical.glif000066400000000000000000000012651401101653000326230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_own.glif000066400000000000000000000007361401101653000275320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_ownA_ndH_orizontal.glif000066400000000000000000000012331401101653000325160ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_ownA_ndL_eft.glif000066400000000000000000000010751401101653000312630ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightD_ownA_ndR_ight.glif000066400000000000000000000010761401101653000314470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightH_orizontal.glif000066400000000000000000000007461401101653000307550ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightL_eft.glif000066400000000000000000000007361401101653000275150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightL_eftA_ndH_eavyR_ight.glif000066400000000000000000000012311401101653000325570ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxL_ightQ_uadrupleD_ashH_orizontal.glif000066400000000000000000000021121401101653000336440ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightQ_uadrupleD_ashV_ertical.glif000066400000000000000000000021201401101653000333420ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightR_ight.glif000066400000000000000000000007371401101653000277010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightT_ripleD_ashH_orizontal.glif000066400000000000000000000015761401101653000332350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightT_ripleD_ashV_ertical.glif000066400000000000000000000016021401101653000326430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_p.glif000066400000000000000000000007341401101653000272050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_pA_ndH_eavyD_own.glif000066400000000000000000000012261401101653000321070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_pA_ndH_orizontal.glif000066400000000000000000000012311401101653000321710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_pA_ndL_eft.glif000066400000000000000000000010731401101653000307360ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightU_pA_ndR_ight.glif000066400000000000000000000010741401101653000311220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightV_ertical.glif000066400000000000000000000007441401101653000303730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightV_erticalA_ndH_orizontal.glif000066400000000000000000000015151401101653000333630ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightV_erticalA_ndL_eft.glif000066400000000000000000000012311401101653000321170ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxL_ightV_erticalA_ndR_ight.glif000066400000000000000000000012321401101653000323030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif000066400000000000000000000016451401101653000341440ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif000066400000000000000000000013651401101653000334770ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightH_eavyA_ndL_eftU_pL_ight.glif000066400000000000000000000013631401101653000332310ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glif000066400000000000000000000015211401101653000343330ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif000066400000000000000000000013651401101653000334770ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxR_ightL_ightA_ndL_eftU_pH_eavy.glif000066400000000000000000000013631401101653000332310ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glif000066400000000000000000000015211401101653000343330ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif000066400000000000000000000016451401101653000341440ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxU_pD_oubleA_ndH_orizontalS_ingle.glif000066400000000000000000000015161401101653000335640ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pD_oubleA_ndL_eftS_ingle.glif000066400000000000000000000013601401101653000324010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pD_oubleA_ndR_ightS_ingle.glif000066400000000000000000000013611401101653000325650ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif000066400000000000000000000015201401101653000342360ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndH_orizontalL_ight.glif000066400000000000000000000012361401101653000333320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndL_eftD_ownL_ight.glif000066400000000000000000000013621401101653000330620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndL_eftL_ight.glif000066400000000000000000000011001401101653000320610ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndR_ightD_ownL_ight.glif000066400000000000000000000013631401101653000332460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pH_eavyA_ndR_ightL_ight.glif000066400000000000000000000011011401101653000322450ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif000066400000000000000000000015201401101653000342360ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndH_orizontalH_eavy.glif000066400000000000000000000012361401101653000333320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndL_eftD_ownH_eavy.glif000066400000000000000000000013621401101653000330620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndL_eftH_eavy.glif000066400000000000000000000011001401101653000320610ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndR_ightD_ownH_eavy.glif000066400000000000000000000013631401101653000332460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pL_ightA_ndR_ightH_eavy.glif000066400000000000000000000011011401101653000322450ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxU_pS_ingleA_ndH_orizontalD_ouble.glif000066400000000000000000000015611401101653000335640ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pS_ingleA_ndL_eftD_ouble.glif000066400000000000000000000013621401101653000324030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxU_pS_ingleA_ndR_ightD_ouble.glif000066400000000000000000000013631401101653000325670ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxV_erticalD_oubleA_ndH_orizontalS_ingle.glif000066400000000000000000000022601401101653000347460ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxV_erticalD_oubleA_ndL_eftS_ingle.glif000066400000000000000000000015551401101653000335150ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxV_erticalD_oubleA_ndR_ightS_ingle.glif000066400000000000000000000015561401101653000337010ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxV_erticalH_eavyA_ndH_orizontalL_ight.glif000066400000000000000000000015221401101653000344360ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalH_eavyA_ndL_eftL_ight.glif000066400000000000000000000012361401101653000332600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxV_erticalH_eavyA_ndR_ightL_ight.glif000066400000000000000000000012371401101653000333650ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxV_erticalL_ightA_ndH_orizontalH_eavy.glif000066400000000000000000000015221401101653000344360ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/boxV_erticalL_ightA_ndL_eftH_eavy.glif000066400000000000000000000012361401101653000332600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 boxV_erticalL_ightA_ndR_ightH_eavy.glif000066400000000000000000000012371401101653000333650ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxV_erticalS_ingleA_ndH_orizontalD_ouble.glif000066400000000000000000000022641401101653000347520ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxV_erticalS_ingleA_ndL_eftD_ouble.glif000066400000000000000000000015201401101653000335050ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 boxV_erticalS_ingleA_ndR_ightD_ouble.glif000066400000000000000000000015211401101653000336710ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/braceleft.glif000066400000000000000000000044541401101653000265540ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/braceleft_bar.liga.glif000066400000000000000000000045221401101653000303070ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/braceright.glif000066400000000000000000000044551401101653000267400ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/braceright_numbersign.liga.glif000066400000000000000000000061231401101653000320760ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bracketleft.glif000066400000000000000000000015701401101653000271070ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bracketleft_bar.liga.glif000066400000000000000000000016301401101653000306430ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bracketright.glif000066400000000000000000000015711401101653000272730ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bracketright_numbersign.liga.glif000066400000000000000000000021711401101653000324340ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/breve.glif000066400000000000000000000004511401101653000257210ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/brevecomb-cy.case.glif000066400000000000000000000017171401101653000301130ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/brevecomb-cy.glif000066400000000000000000000017121401101653000271740ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/brevecomb.case.glif000066400000000000000000000017141401101653000274770ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/brevecomb.glif000066400000000000000000000023031401101653000265600ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/brokenbar.glif000066400000000000000000000012471401101653000265670ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bullet.glif000066400000000000000000000014121401101653000261030ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bulletoperator.glif000066400000000000000000000004651401101653000276660ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/bullseye.glif000066400000000000000000000005601401101653000264430ustar00rootroot00000000000000 uni25CE public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/c.glif000066400000000000000000000025611401101653000250440ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/cacute.glif000066400000000000000000000006451401101653000260670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/cacute.loclP_L_K_.glif000066400000000000000000000006341401101653000300210ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/cancelC_ontrol.glif000066400000000000000000000017371401101653000275530ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name C.half alignment -1 index 1 name N.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/cancelC_ontrol.ss20.glif000066400000000000000000000022201401101653000303250ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/careof.glif000066400000000000000000000047561401101653000260710ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/caron.glif000066400000000000000000000004511401101653000257200ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/caroncomb.case.glif000066400000000000000000000014061401101653000274740ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/caroncomb.glif000066400000000000000000000014311401101653000265600ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/carriageR_eturnC_ontrol.glif000066400000000000000000000017471401101653000314430ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name C.half alignment -1 index 1 name R.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/carriageR_eturnC_ontrol.ss20.glif000066400000000000000000000016561401101653000322300ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ccaron.glif000066400000000000000000000006441401101653000260670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ccedilla.glif000066400000000000000000000006531401101653000263620ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ccircumflex.glif000066400000000000000000000006561401101653000271310ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/cdotaccent.glif000066400000000000000000000006541401101653000267320ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/cedi.glif000066400000000000000000000011031401101653000255150ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/cedilla.glif000066400000000000000000000004631401101653000262160ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/cedillacomb.glif000066400000000000000000000020671401101653000270610ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/cent.glif000066400000000000000000000011031401101653000255420ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/che-cy.glif000066400000000000000000000017361401101653000257750ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/checkmark.glif000066400000000000000000000012051401101653000265440ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/chedescender-cy.glif000066400000000000000000000007411401101653000276450ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/chi.glif000066400000000000000000000032501401101653000253610ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/circumflex.glif000066400000000000000000000004711401101653000267610ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/circumflexcomb.case.glif000066400000000000000000000014701401101653000305340ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/circumflexcomb.glif000066400000000000000000000015131401101653000276200ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/clubB_lackS_uit.glif000066400000000000000000000057021401101653000276470ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/colon.center.glif000066400000000000000000000004501401101653000272060ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/colon.glif000066400000000000000000000024021401101653000257260ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/colon_colon.liga.glif000066400000000000000000000005311401101653000300340ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/colon_colon_colon.liga.glif000066400000000000000000000006141401101653000312300ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/colon_colon_equal.liga.glif000066400000000000000000000014271401101653000312300ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/colon_equal.liga.glif000066400000000000000000000013261401101653000300340ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/colon_equal_middle.seq.glif000066400000000000000000000021241401101653000312230ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/colon_slash_slash.liga.glif000066400000000000000000000006141401101653000312300ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/colonsign.glif000066400000000000000000000014261401101653000266140ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/colontriangularmod.glif000066400000000000000000000011161401101653000305200ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/comma.glif000066400000000000000000000007301401101653000257120ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/commaabovecomb.glif000066400000000000000000000011561401101653000275730ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/commaaboverightcomb.glif000066400000000000000000000005741401101653000306340ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/commaaccentcomb.glif000066400000000000000000000011621401101653000277310ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/commaturnedabovecomb.glif000066400000000000000000000011641401101653000310140ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/commaturnedmod.glif000066400000000000000000000007331401101653000276370ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/contents.plist000066400000000000000000003751271401101653000267040ustar00rootroot00000000000000 .notdef _notdef.glif A A_.glif A-cy A_-cy.glif A.half A_.half.glif AE A_E_.glif AEacute A_E_acute.glif Aacute A_acute.glif Abreve A_breve.glif Abreveacute A_breveacute.glif Abrevedotbelow A_brevedotbelow.glif Abrevegrave A_brevegrave.glif Abrevehookabove A_brevehookabove.glif Abrevetilde A_brevetilde.glif Acaron A_caron.glif Acircumflex A_circumflex.glif Acircumflexacute A_circumflexacute.glif Acircumflexdotbelow A_circumflexdotbelow.glif Acircumflexgrave A_circumflexgrave.glif Acircumflexhookabove A_circumflexhookabove.glif Acircumflextilde A_circumflextilde.glif Adieresis A_dieresis.glif Adotbelow A_dotbelow.glif Agrave A_grave.glif Ahookabove A_hookabove.glif Alpha A_lpha.glif Alpha-latin A_lpha-latin.glif Alphatonos A_lphatonos.glif Amacron A_macron.glif Aogonek A_ogonek.glif Aring A_ring.glif Aringacute A_ringacute.glif Asmall A_small.glif Astroke A_stroke.glif Atilde A_tilde.glif B B_.glif B.half B_.half.glif Be-cy B_e-cy.glif Beta B_eta.glif C C_.glif C.half C_.half.glif CR C_R_.glif Cacute C_acute.glif Cacute.loclPLK C_acute.loclP_L_K_.glif Ccaron C_caron.glif Ccedilla C_cedilla.glif Ccircumflex C_circumflex.glif Cdotaccent C_dotaccent.glif Che-cy C_he-cy.glif Chedescender-cy C_hedescender-cy.glif Chi C_hi.glif Cstroke C_stroke.glif D D_.glif D.half D_.half.glif Dcaron D_caron.glif Dcroat D_croat.glif De-cy D_e-cy.glif De-cy.loclBGR D_e-cy.loclB_G_R_.glif Delta D_elta.glif Dje-cy D_je-cy.glif Dze-cy D_ze-cy.glif Dzhe-cy D_zhe-cy.glif E E_.glif E-cy E_-cy.glif E.half E_.half.glif Eacute E_acute.glif Ebreve E_breve.glif Ecaron E_caron.glif Ecircumflex E_circumflex.glif Ecircumflexacute E_circumflexacute.glif Ecircumflexdotbelow E_circumflexdotbelow.glif Ecircumflexgrave E_circumflexgrave.glif Ecircumflexhookabove E_circumflexhookabove.glif Ecircumflextilde E_circumflextilde.glif Edieresis E_dieresis.glif Edotaccent E_dotaccent.glif Edotbelow E_dotbelow.glif Ef-cy E_f-cy.glif Ef-cy.loclBGR E_f-cy.loclB_G_R_.glif Egrave E_grave.glif Ehookabove E_hookabove.glif El-cy E_l-cy.glif El-cy.loclBGR E_l-cy.loclB_G_R_.glif Em-cy E_m-cy.glif Emacron E_macron.glif En-cy E_n-cy.glif Endescender-cy E_ndescender-cy.glif Eng E_ng.glif Eogonek E_ogonek.glif Eopen E_open.glif Epsilon E_psilon.glif Epsilontonos E_psilontonos.glif Er-cy E_r-cy.glif Ereversed E_reversed.glif Ereversed-cy E_reversed-cy.glif Es-cy E_s-cy.glif Esh E_sh.glif Eta E_ta.glif Etatonos E_tatonos.glif Eth E_th.glif Etilde E_tilde.glif Ezh E_zh.glif F F_.glif F.half F_.half.glif G G_.glif G.half G_.half.glif Gamma G_amma.glif Gammaafrican G_ammaafrican.glif Gbreve G_breve.glif Gcaron G_caron.glif Gcircumflex G_circumflex.glif Gcommaaccent G_commaaccent.glif Gdotaccent G_dotaccent.glif Ge-cy G_e-cy.glif Germandbls G_ermandbls.glif Ghestroke-cy G_hestroke-cy.glif Gheupturn-cy G_heupturn-cy.glif Gje-cy G_je-cy.glif Gsmall G_small.glif Gstroke G_stroke.glif H H_.glif H.half H_.half.glif Ha-cy H_a-cy.glif Hadescender-cy H_adescender-cy.glif Hardsign-cy H_ardsign-cy.glif Hbar H_bar.glif Hcaron H_caron.glif Hcircumflex H_circumflex.glif Hdotbelow H_dotbelow.glif I I_.glif I-cy I_-cy.glif I.half I_.half.glif IJ I_J_.glif Ia-cy I_a-cy.glif Iacute I_acute.glif Iacute_J.loclNLD I_acute_J_.loclN_L_D_.glif Ibreve I_breve.glif Icircumflex I_circumflex.glif Idieresis I_dieresis.glif Idotaccent I_dotaccent.glif Idotbelow I_dotbelow.glif Ie-cy I_e-cy.glif Iegrave-cy I_egrave-cy.glif Igrave I_grave.glif Ihookabove I_hookabove.glif Ii-cy I_i-cy.glif Iigrave-cy I_igrave-cy.glif Iishort-cy I_ishort-cy.glif Imacron I_macron.glif Imacron-cy I_macron-cy.glif Io-cy I_o-cy.glif Iogonek I_ogonek.glif Iota I_ota.glif Iotaafrican I_otaafrican.glif Iotadieresis I_otadieresis.glif Iotatonos I_otatonos.glif Ismall I_small.glif Itilde I_tilde.glif Iu-cy I_u-cy.glif J J_.glif Jcircumflex J_circumflex.glif Je-cy J_e-cy.glif K K_.glif K.half K_.half.glif Ka-cy K_a-cy.glif Kacute K_acute.glif Kadescender-cy K_adescender-cy.glif KaiSymbol K_aiS_ymbol.glif Kappa K_appa.glif Kcommaaccent K_commaaccent.glif Kdotbelow K_dotbelow.glif Kje-cy K_je-cy.glif Klinebelow K_linebelow.glif L L_.glif L.half L_.half.glif LIG L_I_G_.glif Lacute L_acute.glif Lambda L_ambda.glif Lbar L_bar.glif Lcaron L_caron.glif Lcommaaccent L_commaaccent.glif Ldot L_dot.glif Ldotbelow L_dotbelow.glif Lje-cy L_je-cy.glif Llinebelow L_linebelow.glif Lmiddletilde L_middletilde.glif Lslash L_slash.glif Lsmall L_small.glif M M_.glif M.half M_.half.glif Mu M_u.glif N N_.glif N.half N_.half.glif Nacute N_acute.glif Nacute.loclPLK N_acute.loclP_L_K_.glif Ncaron N_caron.glif Ncommaaccent N_commaaccent.glif Nhookleft N_hookleft.glif Nje-cy N_je-cy.glif Nlinebelow N_linebelow.glif Ntilde N_tilde.glif Nu N_u.glif O O_.glif O-cy O_-cy.glif O.half O_.half.glif OE O_E_.glif Oacute O_acute.glif Oacute.loclPLK O_acute.loclP_L_K_.glif Obarred-cy O_barred-cy.glif Obreve O_breve.glif Ocircumflex O_circumflex.glif Ocircumflexacute O_circumflexacute.glif Ocircumflexdotbelow O_circumflexdotbelow.glif Ocircumflexgrave O_circumflexgrave.glif Ocircumflexhookabove O_circumflexhookabove.glif Ocircumflextilde O_circumflextilde.glif Odieresis O_dieresis.glif Odotbelow O_dotbelow.glif Ograve O_grave.glif Ohm O_hm.glif Ohookabove O_hookabove.glif Ohorn O_horn.glif Ohornacute O_hornacute.glif Ohorndotbelow O_horndotbelow.glif Ohorngrave O_horngrave.glif Ohornhookabove O_hornhookabove.glif Ohorntilde O_horntilde.glif Ohungarumlaut O_hungarumlaut.glif Omacron O_macron.glif Omacronacute O_macronacute.glif Omacrongrave O_macrongrave.glif Omega O_mega.glif Omegatonos O_megatonos.glif Omicron O_micron.glif Omicrontonos O_microntonos.glif Oogonek O_ogonek.glif Oopen O_open.glif Oslash O_slash.glif Oslashacute O_slashacute.glif Otilde O_tilde.glif P P_.glif P.half P_.half.glif Palochka-cy P_alochka-cy.glif Pe-cy P_e-cy.glif Phi P_hi.glif Pi P_i.glif Psi P_si.glif Q Q_.glif Q.half Q_.half.glif R R_.glif R.half R_.half.glif Racute R_acute.glif Rcaron R_caron.glif Rcommaaccent R_commaaccent.glif Rdotbelow R_dotbelow.glif Rho R_ho.glif S S_.glif S.half S_.half.glif Sacute S_acute.glif Sacute.loclPLK S_acute.loclP_L_K_.glif Scaron S_caron.glif Scedilla S_cedilla.glif Schwa S_chwa.glif Schwa-cy S_chwa-cy.glif Scircumflex S_circumflex.glif Scommaaccent S_commaaccent.glif Sdotbelow S_dotbelow.glif Sha-cy S_ha-cy.glif Shcha-cy S_hcha-cy.glif Shha-cy S_hha-cy.glif Sigma S_igma.glif Softsign-cy S_oftsign-cy.glif T T_.glif T.half T_.half.glif Tau T_au.glif Tbar T_bar.glif Tcaron T_caron.glif Tcedilla T_cedilla.glif Tcommaaccent T_commaaccent.glif Tdiagonalstroke T_diagonalstroke.glif Te-cy T_e-cy.glif Theta T_heta.glif Thorn T_horn.glif Tlinebelow T_linebelow.glif Tse-cy T_se-cy.glif Tshe-cy T_she-cy.glif U U_.glif U-cy U_-cy.glif U.half U_.half.glif Uacute U_acute.glif Ubreve U_breve.glif Ucircumflex U_circumflex.glif Udieresis U_dieresis.glif Udotbelow U_dotbelow.glif Ugrave U_grave.glif Uhookabove U_hookabove.glif Uhorn U_horn.glif Uhornacute U_hornacute.glif Uhorndotbelow U_horndotbelow.glif Uhorngrave U_horngrave.glif Uhornhookabove U_hornhookabove.glif Uhorntilde U_horntilde.glif Uhungarumlaut U_hungarumlaut.glif Umacron U_macron.glif Umacron-cy U_macron-cy.glif Uogonek U_ogonek.glif Upsilon U_psilon.glif Upsilonafrican U_psilonafrican.glif Upsilondieresis U_psilondieresis.glif Upsilontonos U_psilontonos.glif Uring U_ring.glif Ushort-cy U_short-cy.glif Ustraight-cy U_straight-cy.glif Ustraightstroke-cy U_straightstroke-cy.glif Utilde U_tilde.glif V V_.glif V.half V_.half.glif Ve-cy V_e-cy.glif Vhook V_hook.glif Vturned V_turned.glif W W_.glif Wacute W_acute.glif Wcircumflex W_circumflex.glif Wdieresis W_dieresis.glif Wgrave W_grave.glif X X_.glif X.half X_.half.glif Xi X_i.glif Y Y_.glif Y.half Y_.half.glif Yacute Y_acute.glif Ycircumflex Y_circumflex.glif Ydieresis Y_dieresis.glif Ydotbelow Y_dotbelow.glif Yeru-cy Y_eru-cy.glif Ygrave Y_grave.glif Yhookabove Y_hookabove.glif Yi-cy Y_i-cy.glif Ymacron Y_macron.glif Ytilde Y_tilde.glif Z Z_.glif Zacute Z_acute.glif Zacute.loclPLK Z_acute.loclP_L_K_.glif Zcaron Z_caron.glif Zdotaccent Z_dotaccent.glif Ze-cy Z_e-cy.glif Zeta Z_eta.glif Zhe-cy Z_he-cy.glif Zhedescender-cy Z_hedescender-cy.glif a a.glif a-cy a-cy.glif aacute aacute.glif abreve abreve.glif abreveacute abreveacute.glif abrevedotbelow abrevedotbelow.glif abrevegrave abrevegrave.glif abrevehookabove abrevehookabove.glif abrevetilde abrevetilde.glif acaron acaron.glif acircumflex acircumflex.glif acircumflexacute acircumflexacute.glif acircumflexdotbelow acircumflexdotbelow.glif acircumflexgrave acircumflexgrave.glif acircumflexhookabove acircumflexhookabove.glif acircumflextilde acircumflextilde.glif acknowledgeControl acknowledgeC_ontrol.glif acknowledgeControl.ss20 acknowledgeC_ontrol.ss20.glif acute acute.glif acutecomb acutecomb.glif acutecomb.case acutecomb.case.glif acutecomb.case.loclPLK acutecomb.case.loclP_L_K_.glif acutecomb.loclPLK acutecomb.loclP_L_K_.glif acutetonecomb acutetonecomb.glif adieresis adieresis.glif adotbelow adotbelow.glif ae ae.glif aeacute aeacute.glif agrave agrave.glif ahookabove ahookabove.glif alpha alpha.glif alpha-latin alpha-latin.glif alphatonos alphatonos.glif amacron amacron.glif ampersand ampersand.glif ampersand_ampersand.liga ampersand_ampersand.liga.glif anoteleia anoteleia.glif aogonek aogonek.glif apostrophemod apostrophemod.glif approxequal approxequal.glif aring aring.glif aringacute aringacute.glif asciicircum asciicircum.glif asciicircum_equal.liga asciicircum_equal.liga.glif asciitilde asciitilde.glif asciitilde_asciitilde.liga asciitilde_asciitilde.liga.glif asciitilde_asciitilde_greater.liga asciitilde_asciitilde_greater.liga.glif asciitilde_at.liga asciitilde_at.liga.glif asciitilde_equal.liga asciitilde_equal.liga.glif asciitilde_greater.liga asciitilde_greater.liga.glif asciitilde_hyphen.liga asciitilde_hyphen.liga.glif asterisk asterisk.glif asterisk_asterisk.liga asterisk_asterisk.liga.glif asterisk_asterisk_asterisk.liga asterisk_asterisk_asterisk.liga.glif asterisk_greater.liga asterisk_greater.liga.glif asterisk_parenright.liga asterisk_parenright.liga.glif asterisk_slash.liga asterisk_slash.liga.glif at at.glif atilde atilde.glif b b.glif backslash backslash.glif backslash_backslash.liga backslash_backslash.liga.glif backslash_slash.liga backslash_slash.liga.glif backspaceControl backspaceC_ontrol.glif backspaceControl.ss20 backspaceC_ontrol.ss20.glif baht baht.glif baht.BRACKET.600 baht.B_R_A_C_K_E_T_.600.glif bar bar.glif bar_bar.liga bar_bar.liga.glif bar_bar_bar.liga bar_bar_bar.liga.glif bar_bar_bar_greater.liga bar_bar_bar_greater.liga.glif bar_bar_equal_end.seq bar_bar_equal_end.seq.glif bar_bar_equal_middle.seq bar_bar_equal_middle.seq.glif bar_bar_equal_start.seq bar_bar_equal_start.seq.glif bar_bar_greater.liga bar_bar_greater.liga.glif bar_bar_hyphen_end.seq bar_bar_hyphen_end.seq.glif bar_bar_hyphen_middle.seq bar_bar_hyphen_middle.seq.glif bar_bar_hyphen_start.seq bar_bar_hyphen_start.seq.glif bar_braceright.liga bar_braceright.liga.glif bar_bracketright.liga bar_bracketright.liga.glif bar_equal_end.seq bar_equal_end.seq.glif bar_equal_middle.seq bar_equal_middle.seq.glif bar_equal_start.seq bar_equal_start.seq.glif bar_greater.liga bar_greater.liga.glif bar_hyphen_end.seq bar_hyphen_end.seq.glif bar_hyphen_middle.seq bar_hyphen_middle.seq.glif bar_hyphen_start.seq bar_hyphen_start.seq.glif bar_underscore_middle.seq bar_underscore_middle.seq.glif be-cy be-cy.glif be-cy.loclSRB be-cy.loclS_R_B_.glif bellControl bellC_ontrol.glif bellControl.ss20 bellC_ontrol.ss20.glif beta beta.glif blackCircle blackC_ircle.glif blackDiamond blackD_iamond.glif blackHexagon blackH_exagon.glif blackHorizontalEllipse blackH_orizontalE_llipse.glif blackInWhiteDiamond blackI_nW_hiteD_iamond.glif blackLargeCircle blackL_argeC_ircle.glif blackLargeSquare blackL_argeS_quare.glif blackMediumDiamond blackM_ediumD_iamond.glif blackMediumDownTriangleCentred blackM_ediumD_ownT_riangleC_entred.glif blackMediumLeftTriangleCentred blackM_ediumL_eftT_riangleC_entred.glif blackMediumLozenge blackM_ediumL_ozenge.glif blackMediumRightTriangleCentred blackM_ediumR_ightT_riangleC_entred.glif blackMediumUpTriangleCentred blackM_ediumU_pT_riangleC_entred.glif blackParallelogram blackP_arallelogram.glif blackPentagon blackP_entagon.glif blackSmallDiamond blackS_mallD_iamond.glif blackSmallLozenge blackS_mallL_ozenge.glif blackSmallSquare blackS_mallS_quare.glif blackSmilingFace blackS_milingF_ace.glif blackSquare blackS_quare.glif blackVerticalEllipse blackV_erticalE_llipse.glif blackVerticalRect blackV_erticalR_ect.glif blackVerysmallSquare blackV_erysmallS_quare.glif blank blank.glif blank-braille blank-braille.glif blankSymbol blankS_ymbol.glif bottomHalfBlackCircle bottomH_alfB_lackC_ircle.glif bottomHalfBlackDiamond bottomH_alfB_lackD_iamond.glif boxDoubleDownAndHorizontal boxD_oubleD_ownA_ndH_orizontal.glif boxDoubleDownAndLeft boxD_oubleD_ownA_ndL_eft.glif boxDoubleDownAndRight boxD_oubleD_ownA_ndR_ight.glif boxDoubleHorizontal boxD_oubleH_orizontal.glif boxDoubleUpAndHorizontal boxD_oubleU_pA_ndH_orizontal.glif boxDoubleUpAndLeft boxD_oubleU_pA_ndL_eft.glif boxDoubleUpAndRight boxD_oubleU_pA_ndR_ight.glif boxDoubleVertical boxD_oubleV_ertical.glif boxDoubleVerticalAndHorizontal boxD_oubleV_erticalA_ndH_orizontal.glif boxDoubleVerticalAndLeft boxD_oubleV_erticalA_ndL_eft.glif boxDoubleVerticalAndRight boxD_oubleV_erticalA_ndR_ight.glif boxDownDoubleAndHorizontalSingle boxD_ownD_oubleA_ndH_orizontalS_ingle.glif boxDownDoubleAndLeftSingle boxD_ownD_oubleA_ndL_eftS_ingle.glif boxDownDoubleAndRightSingle boxD_ownD_oubleA_ndR_ightS_ingle.glif boxDownHeavyAndHorizontalLight boxD_ownH_eavyA_ndH_orizontalL_ight.glif boxDownHeavyAndLeftLight boxD_ownH_eavyA_ndL_eftL_ight.glif boxDownHeavyAndLeftUpLight boxD_ownH_eavyA_ndL_eftU_pL_ight.glif boxDownHeavyAndRightLight boxD_ownH_eavyA_ndR_ightL_ight.glif boxDownHeavyAndRightUpLight boxD_ownH_eavyA_ndR_ightU_pL_ight.glif boxDownHeavyAndUpHorizontalLight boxD_ownH_eavyA_ndU_pH_orizontalL_ight.glif boxDownLightAndHorizontalHeavy boxD_ownL_ightA_ndH_orizontalH_eavy.glif boxDownLightAndLeftHeavy boxD_ownL_ightA_ndL_eftH_eavy.glif boxDownLightAndLeftUpHeavy boxD_ownL_ightA_ndL_eftU_pH_eavy.glif boxDownLightAndRightHeavy boxD_ownL_ightA_ndR_ightH_eavy.glif boxDownLightAndRightUpHeavy boxD_ownL_ightA_ndR_ightU_pH_eavy.glif boxDownLightAndUpHorizontalHeavy boxD_ownL_ightA_ndU_pH_orizontalH_eavy.glif boxDownSingleAndHorizontalDouble boxD_ownS_ingleA_ndH_orizontalD_ouble.glif boxDownSingleAndLeftDouble boxD_ownS_ingleA_ndL_eftD_ouble.glif boxDownSingleAndRightDouble boxD_ownS_ingleA_ndR_ightD_ouble.glif boxHeavyDoubleDashHorizontal boxH_eavyD_oubleD_ashH_orizontal.glif boxHeavyDoubleDashVertical boxH_eavyD_oubleD_ashV_ertical.glif boxHeavyDown boxH_eavyD_own.glif boxHeavyDownAndHorizontal boxH_eavyD_ownA_ndH_orizontal.glif boxHeavyDownAndLeft boxH_eavyD_ownA_ndL_eft.glif boxHeavyDownAndRight boxH_eavyD_ownA_ndR_ight.glif boxHeavyHorizontal boxH_eavyH_orizontal.glif boxHeavyLeft boxH_eavyL_eft.glif boxHeavyLeftAndLightRight boxH_eavyL_eftA_ndL_ightR_ight.glif boxHeavyQuadrupleDashHorizontal boxH_eavyQ_uadrupleD_ashH_orizontal.glif boxHeavyQuadrupleDashVertical boxH_eavyQ_uadrupleD_ashV_ertical.glif boxHeavyRight boxH_eavyR_ight.glif boxHeavyTripleDashHorizontal boxH_eavyT_ripleD_ashH_orizontal.glif boxHeavyTripleDashVertical boxH_eavyT_ripleD_ashV_ertical.glif boxHeavyUp boxH_eavyU_p.glif boxHeavyUpAndHorizontal boxH_eavyU_pA_ndH_orizontal.glif boxHeavyUpAndLeft boxH_eavyU_pA_ndL_eft.glif boxHeavyUpAndLightDown boxH_eavyU_pA_ndL_ightD_own.glif boxHeavyUpAndRight boxH_eavyU_pA_ndR_ight.glif boxHeavyVertical boxH_eavyV_ertical.glif boxHeavyVerticalAndHorizontal boxH_eavyV_erticalA_ndH_orizontal.glif boxHeavyVerticalAndLeft boxH_eavyV_erticalA_ndL_eft.glif boxHeavyVerticalAndRight boxH_eavyV_erticalA_ndR_ight.glif boxLeftDownHeavyAndRightUpLight boxL_eftD_ownH_eavyA_ndR_ightU_pL_ight.glif boxLeftHeavyAndRightDownLight boxL_eftH_eavyA_ndR_ightD_ownL_ight.glif boxLeftHeavyAndRightUpLight boxL_eftH_eavyA_ndR_ightU_pL_ight.glif boxLeftHeavyAndRightVerticalLight boxL_eftH_eavyA_ndR_ightV_erticalL_ight.glif boxLeftLightAndRightDownHeavy boxL_eftL_ightA_ndR_ightD_ownH_eavy.glif boxLeftLightAndRightUpHeavy boxL_eftL_ightA_ndR_ightU_pH_eavy.glif boxLeftLightAndRightVerticalHeavy boxL_eftL_ightA_ndR_ightV_erticalH_eavy.glif boxLeftUpHeavyAndRightDownLight boxL_eftU_pH_eavyA_ndR_ightD_ownL_ight.glif boxLightArcDownAndLeft boxL_ightA_rcD_ownA_ndL_eft.glif boxLightArcDownAndRight boxL_ightA_rcD_ownA_ndR_ight.glif boxLightArcUpAndLeft boxL_ightA_rcU_pA_ndL_eft.glif boxLightArcUpAndRight boxL_ightA_rcU_pA_ndR_ight.glif boxLightDiagonalCross boxL_ightD_iagonalC_ross.glif boxLightDiagonalUpperLeftToLowerRight boxL_ightD_iagonalU_pperL_eftT_oL_owerR_ight.glif boxLightDiagonalUpperRightToLowerLeft boxL_ightD_iagonalU_pperR_ightT_oL_owerL_eft.glif boxLightDoubleDashHorizontal boxL_ightD_oubleD_ashH_orizontal.glif boxLightDoubleDashVertical boxL_ightD_oubleD_ashV_ertical.glif boxLightDown boxL_ightD_own.glif boxLightDownAndHorizontal boxL_ightD_ownA_ndH_orizontal.glif boxLightDownAndLeft boxL_ightD_ownA_ndL_eft.glif boxLightDownAndRight boxL_ightD_ownA_ndR_ight.glif boxLightHorizontal boxL_ightH_orizontal.glif boxLightLeft boxL_ightL_eft.glif boxLightLeftAndHeavyRight boxL_ightL_eftA_ndH_eavyR_ight.glif boxLightQuadrupleDashHorizontal boxL_ightQ_uadrupleD_ashH_orizontal.glif boxLightQuadrupleDashVertical boxL_ightQ_uadrupleD_ashV_ertical.glif boxLightRight boxL_ightR_ight.glif boxLightTripleDashHorizontal boxL_ightT_ripleD_ashH_orizontal.glif boxLightTripleDashVertical boxL_ightT_ripleD_ashV_ertical.glif boxLightUp boxL_ightU_p.glif boxLightUpAndHeavyDown boxL_ightU_pA_ndH_eavyD_own.glif boxLightUpAndHorizontal boxL_ightU_pA_ndH_orizontal.glif boxLightUpAndLeft boxL_ightU_pA_ndL_eft.glif boxLightUpAndRight boxL_ightU_pA_ndR_ight.glif boxLightVertical boxL_ightV_ertical.glif boxLightVerticalAndHorizontal boxL_ightV_erticalA_ndH_orizontal.glif boxLightVerticalAndLeft boxL_ightV_erticalA_ndL_eft.glif boxLightVerticalAndRight boxL_ightV_erticalA_ndR_ight.glif boxRightDownHeavyAndLeftUpLight boxR_ightD_ownH_eavyA_ndL_eftU_pL_ight.glif boxRightHeavyAndLeftDownLight boxR_ightH_eavyA_ndL_eftD_ownL_ight.glif boxRightHeavyAndLeftUpLight boxR_ightH_eavyA_ndL_eftU_pL_ight.glif boxRightHeavyAndLeftVerticalLight boxR_ightH_eavyA_ndL_eftV_erticalL_ight.glif boxRightLightAndLeftDownHeavy boxR_ightL_ightA_ndL_eftD_ownH_eavy.glif boxRightLightAndLeftUpHeavy boxR_ightL_ightA_ndL_eftU_pH_eavy.glif boxRightLightAndLeftVerticalHeavy boxR_ightL_ightA_ndL_eftV_erticalH_eavy.glif boxRightUpHeavyAndLeftDownLight boxR_ightU_pH_eavyA_ndL_eftD_ownL_ight.glif boxUpDoubleAndHorizontalSingle boxU_pD_oubleA_ndH_orizontalS_ingle.glif boxUpDoubleAndLeftSingle boxU_pD_oubleA_ndL_eftS_ingle.glif boxUpDoubleAndRightSingle boxU_pD_oubleA_ndR_ightS_ingle.glif boxUpHeavyAndDownHorizontalLight boxU_pH_eavyA_ndD_ownH_orizontalL_ight.glif boxUpHeavyAndHorizontalLight boxU_pH_eavyA_ndH_orizontalL_ight.glif boxUpHeavyAndLeftDownLight boxU_pH_eavyA_ndL_eftD_ownL_ight.glif boxUpHeavyAndLeftLight boxU_pH_eavyA_ndL_eftL_ight.glif boxUpHeavyAndRightDownLight boxU_pH_eavyA_ndR_ightD_ownL_ight.glif boxUpHeavyAndRightLight boxU_pH_eavyA_ndR_ightL_ight.glif boxUpLightAndDownHorizontalHeavy boxU_pL_ightA_ndD_ownH_orizontalH_eavy.glif boxUpLightAndHorizontalHeavy boxU_pL_ightA_ndH_orizontalH_eavy.glif boxUpLightAndLeftDownHeavy boxU_pL_ightA_ndL_eftD_ownH_eavy.glif boxUpLightAndLeftHeavy boxU_pL_ightA_ndL_eftH_eavy.glif boxUpLightAndRightDownHeavy boxU_pL_ightA_ndR_ightD_ownH_eavy.glif boxUpLightAndRightHeavy boxU_pL_ightA_ndR_ightH_eavy.glif boxUpSingleAndHorizontalDouble boxU_pS_ingleA_ndH_orizontalD_ouble.glif boxUpSingleAndLeftDouble boxU_pS_ingleA_ndL_eftD_ouble.glif boxUpSingleAndRightDouble boxU_pS_ingleA_ndR_ightD_ouble.glif boxVerticalDoubleAndHorizontalSingle boxV_erticalD_oubleA_ndH_orizontalS_ingle.glif boxVerticalDoubleAndLeftSingle boxV_erticalD_oubleA_ndL_eftS_ingle.glif boxVerticalDoubleAndRightSingle boxV_erticalD_oubleA_ndR_ightS_ingle.glif boxVerticalHeavyAndHorizontalLight boxV_erticalH_eavyA_ndH_orizontalL_ight.glif boxVerticalHeavyAndLeftLight boxV_erticalH_eavyA_ndL_eftL_ight.glif boxVerticalHeavyAndRightLight boxV_erticalH_eavyA_ndR_ightL_ight.glif boxVerticalLightAndHorizontalHeavy boxV_erticalL_ightA_ndH_orizontalH_eavy.glif boxVerticalLightAndLeftHeavy boxV_erticalL_ightA_ndL_eftH_eavy.glif boxVerticalLightAndRightHeavy boxV_erticalL_ightA_ndR_ightH_eavy.glif boxVerticalSingleAndHorizontalDouble boxV_erticalS_ingleA_ndH_orizontalD_ouble.glif boxVerticalSingleAndLeftDouble boxV_erticalS_ingleA_ndL_eftD_ouble.glif boxVerticalSingleAndRightDouble boxV_erticalS_ingleA_ndR_ightD_ouble.glif braceleft braceleft.glif braceleft_bar.liga braceleft_bar.liga.glif braceright braceright.glif braceright_numbersign.liga braceright_numbersign.liga.glif bracketleft bracketleft.glif bracketleft_bar.liga bracketleft_bar.liga.glif bracketright bracketright.glif bracketright_numbersign.liga bracketright_numbersign.liga.glif breve breve.glif brevecomb brevecomb.glif brevecomb-cy brevecomb-cy.glif brevecomb-cy.case brevecomb-cy.case.glif brevecomb.case brevecomb.case.glif brokenbar brokenbar.glif bullet bullet.glif bulletoperator bulletoperator.glif bullseye bullseye.glif c c.glif cacute cacute.glif cacute.loclPLK cacute.loclP_L_K_.glif cancelControl cancelC_ontrol.glif cancelControl.ss20 cancelC_ontrol.ss20.glif careof careof.glif caron caron.glif caroncomb caroncomb.glif caroncomb.case caroncomb.case.glif carriageReturnControl carriageR_eturnC_ontrol.glif carriageReturnControl.ss20 carriageR_eturnC_ontrol.ss20.glif ccaron ccaron.glif ccedilla ccedilla.glif ccircumflex ccircumflex.glif cdotaccent cdotaccent.glif cedi cedi.glif cedilla cedilla.glif cedillacomb cedillacomb.glif cent cent.glif che-cy che-cy.glif checkmark checkmark.glif chedescender-cy chedescender-cy.glif chi chi.glif circumflex circumflex.glif circumflexcomb circumflexcomb.glif circumflexcomb.case circumflexcomb.case.glif clubBlackSuit clubB_lackS_uit.glif colon colon.glif colon.center colon.center.glif colon_colon.liga colon_colon.liga.glif colon_colon_colon.liga colon_colon_colon.liga.glif colon_colon_equal.liga colon_colon_equal.liga.glif colon_equal.liga colon_equal.liga.glif colon_equal_middle.seq colon_equal_middle.seq.glif colon_slash_slash.liga colon_slash_slash.liga.glif colonsign colonsign.glif colontriangularmod colontriangularmod.glif comma comma.glif commaabovecomb commaabovecomb.glif commaaboverightcomb commaaboverightcomb.glif commaaccentcomb commaaccentcomb.glif commaturnedabovecomb commaturnedabovecomb.glif commaturnedmod commaturnedmod.glif copyright copyright.glif crosshatchFillSquare crosshatchF_illS_quare.glif currency currency.glif d d.glif dagger dagger.glif daggerdbl daggerdbl.glif dashdownArrow dashdownA_rrow.glif dataLinkEscapeControl dataL_inkE_scapeC_ontrol.glif dataLinkEscapeControl.ss20 dataL_inkE_scapeC_ontrol.ss20.glif dcaron dcaron.glif dcaron.alt dcaron.alt.glif dcroat dcroat.glif de-cy de-cy.glif de-cy.loclBGR de-cy.loclB_G_R_.glif degree degree.glif deleteControl deleteC_ontrol.glif deleteFormTwoControl deleteF_ormT_woC_ontrol.glif delta delta.glif deviceControlFourControl deviceC_ontrolF_ourC_ontrol.glif deviceControlOneControl deviceC_ontrolO_neC_ontrol.glif deviceControlThreeControl deviceC_ontrolT_hreeC_ontrol.glif deviceControlTwoControl deviceC_ontrolT_woC_ontrol.glif diagonalcrosshatchFillSquare diagonalcrosshatchF_illS_quare.glif diamondBlackSuit diamondB_lackS_uit.glif dieresis dieresis.glif dieresiscomb dieresiscomb.glif dieresiscomb.case dieresiscomb.case.glif dieresistonos dieresistonos.glif divide divide.glif divisionslash divisionslash.glif dje-cy dje-cy.glif dollar dollar.glif dollar.BRACKET.600 dollar.B_R_A_C_K_E_T_.600.glif dollar_greater.liga dollar_greater.liga.glif dollar_greater.liga.BRACKET.600 dollar_greater.liga.B_R_A_C_K_E_T_.600.glif dong dong.glif dotaccent dotaccent.glif dotaccentcomb dotaccentcomb.glif dotaccentcomb.case dotaccentcomb.case.glif dotbelowcomb dotbelowcomb.glif dots1-braille dots1-braille.glif dots12-braille dots12-braille.glif dots123-braille dots123-braille.glif dots1234-braille dots1234-braille.glif dots12345-braille dots12345-braille.glif dots123456-braille dots123456-braille.glif dots1234567-braille dots1234567-braille.glif dots12345678-braille dots12345678-braille.glif dots1234568-braille dots1234568-braille.glif dots123457-braille dots123457-braille.glif dots1234578-braille dots1234578-braille.glif dots123458-braille dots123458-braille.glif dots12346-braille dots12346-braille.glif dots123467-braille dots123467-braille.glif dots1234678-braille dots1234678-braille.glif dots123468-braille dots123468-braille.glif dots12347-braille dots12347-braille.glif dots123478-braille dots123478-braille.glif dots12348-braille dots12348-braille.glif dots1235-braille dots1235-braille.glif dots12356-braille dots12356-braille.glif dots123567-braille dots123567-braille.glif dots1235678-braille dots1235678-braille.glif dots123568-braille dots123568-braille.glif dots12357-braille dots12357-braille.glif dots123578-braille dots123578-braille.glif dots12358-braille dots12358-braille.glif dots1236-braille dots1236-braille.glif dots12367-braille dots12367-braille.glif dots123678-braille dots123678-braille.glif dots12368-braille dots12368-braille.glif dots1237-braille dots1237-braille.glif dots12378-braille dots12378-braille.glif dots1238-braille dots1238-braille.glif dots124-braille dots124-braille.glif dots1245-braille dots1245-braille.glif dots12456-braille dots12456-braille.glif dots124567-braille dots124567-braille.glif dots1245678-braille dots1245678-braille.glif dots124568-braille dots124568-braille.glif dots12457-braille dots12457-braille.glif dots124578-braille dots124578-braille.glif dots12458-braille dots12458-braille.glif dots1246-braille dots1246-braille.glif dots12467-braille dots12467-braille.glif dots124678-braille dots124678-braille.glif dots12468-braille dots12468-braille.glif dots1247-braille dots1247-braille.glif dots12478-braille dots12478-braille.glif dots1248-braille dots1248-braille.glif dots125-braille dots125-braille.glif dots1256-braille dots1256-braille.glif dots12567-braille dots12567-braille.glif dots125678-braille dots125678-braille.glif dots12568-braille dots12568-braille.glif dots1257-braille dots1257-braille.glif dots12578-braille dots12578-braille.glif dots1258-braille dots1258-braille.glif dots126-braille dots126-braille.glif dots1267-braille dots1267-braille.glif dots12678-braille dots12678-braille.glif dots1268-braille dots1268-braille.glif dots127-braille dots127-braille.glif dots1278-braille dots1278-braille.glif dots128-braille dots128-braille.glif dots13-braille dots13-braille.glif dots134-braille dots134-braille.glif dots1345-braille dots1345-braille.glif dots13456-braille dots13456-braille.glif dots134567-braille dots134567-braille.glif dots1345678-braille dots1345678-braille.glif dots134568-braille dots134568-braille.glif dots13457-braille dots13457-braille.glif dots134578-braille dots134578-braille.glif dots13458-braille dots13458-braille.glif dots1346-braille dots1346-braille.glif dots13467-braille dots13467-braille.glif dots134678-braille dots134678-braille.glif dots13468-braille dots13468-braille.glif dots1347-braille dots1347-braille.glif dots13478-braille dots13478-braille.glif dots1348-braille dots1348-braille.glif dots135-braille dots135-braille.glif dots1356-braille dots1356-braille.glif dots13567-braille dots13567-braille.glif dots135678-braille dots135678-braille.glif dots13568-braille dots13568-braille.glif dots1357-braille dots1357-braille.glif dots13578-braille dots13578-braille.glif dots1358-braille dots1358-braille.glif dots136-braille dots136-braille.glif dots1367-braille dots1367-braille.glif dots13678-braille dots13678-braille.glif dots1368-braille dots1368-braille.glif dots137-braille dots137-braille.glif dots1378-braille dots1378-braille.glif dots138-braille dots138-braille.glif dots14-braille dots14-braille.glif dots145-braille dots145-braille.glif dots1456-braille dots1456-braille.glif dots14567-braille dots14567-braille.glif dots145678-braille dots145678-braille.glif dots14568-braille dots14568-braille.glif dots1457-braille dots1457-braille.glif dots14578-braille dots14578-braille.glif dots1458-braille dots1458-braille.glif dots146-braille dots146-braille.glif dots1467-braille dots1467-braille.glif dots14678-braille dots14678-braille.glif dots1468-braille dots1468-braille.glif dots147-braille dots147-braille.glif dots1478-braille dots1478-braille.glif dots148-braille dots148-braille.glif dots15-braille dots15-braille.glif dots156-braille dots156-braille.glif dots1567-braille dots1567-braille.glif dots15678-braille dots15678-braille.glif dots1568-braille dots1568-braille.glif dots157-braille dots157-braille.glif dots1578-braille dots1578-braille.glif dots158-braille dots158-braille.glif dots16-braille dots16-braille.glif dots167-braille dots167-braille.glif dots1678-braille dots1678-braille.glif dots168-braille dots168-braille.glif dots17-braille dots17-braille.glif dots178-braille dots178-braille.glif dots18-braille dots18-braille.glif dots2-braille dots2-braille.glif dots23-braille dots23-braille.glif dots234-braille dots234-braille.glif dots2345-braille dots2345-braille.glif dots23456-braille dots23456-braille.glif dots234567-braille dots234567-braille.glif dots2345678-braille dots2345678-braille.glif dots234568-braille dots234568-braille.glif dots23457-braille dots23457-braille.glif dots234578-braille dots234578-braille.glif dots23458-braille dots23458-braille.glif dots2346-braille dots2346-braille.glif dots23467-braille dots23467-braille.glif dots234678-braille dots234678-braille.glif dots23468-braille dots23468-braille.glif dots2347-braille dots2347-braille.glif dots23478-braille dots23478-braille.glif dots2348-braille dots2348-braille.glif dots235-braille dots235-braille.glif dots2356-braille dots2356-braille.glif dots23567-braille dots23567-braille.glif dots235678-braille dots235678-braille.glif dots23568-braille dots23568-braille.glif dots2357-braille dots2357-braille.glif dots23578-braille dots23578-braille.glif dots2358-braille dots2358-braille.glif dots236-braille dots236-braille.glif dots2367-braille dots2367-braille.glif dots23678-braille dots23678-braille.glif dots2368-braille dots2368-braille.glif dots237-braille dots237-braille.glif dots2378-braille dots2378-braille.glif dots238-braille dots238-braille.glif dots24-braille dots24-braille.glif dots245-braille dots245-braille.glif dots2456-braille dots2456-braille.glif dots24567-braille dots24567-braille.glif dots245678-braille dots245678-braille.glif dots24568-braille dots24568-braille.glif dots2457-braille dots2457-braille.glif dots24578-braille dots24578-braille.glif dots2458-braille dots2458-braille.glif dots246-braille dots246-braille.glif dots2467-braille dots2467-braille.glif dots24678-braille dots24678-braille.glif dots2468-braille dots2468-braille.glif dots247-braille dots247-braille.glif dots2478-braille dots2478-braille.glif dots248-braille dots248-braille.glif dots25-braille dots25-braille.glif dots256-braille dots256-braille.glif dots2567-braille dots2567-braille.glif dots25678-braille dots25678-braille.glif dots2568-braille dots2568-braille.glif dots257-braille dots257-braille.glif dots2578-braille dots2578-braille.glif dots258-braille dots258-braille.glif dots26-braille dots26-braille.glif dots267-braille dots267-braille.glif dots2678-braille dots2678-braille.glif dots268-braille dots268-braille.glif dots27-braille dots27-braille.glif dots278-braille dots278-braille.glif dots28-braille dots28-braille.glif dots3-braille dots3-braille.glif dots34-braille dots34-braille.glif dots345-braille dots345-braille.glif dots3456-braille dots3456-braille.glif dots34567-braille dots34567-braille.glif dots345678-braille dots345678-braille.glif dots34568-braille dots34568-braille.glif dots3457-braille dots3457-braille.glif dots34578-braille dots34578-braille.glif dots3458-braille dots3458-braille.glif dots346-braille dots346-braille.glif dots3467-braille dots3467-braille.glif dots34678-braille dots34678-braille.glif dots3468-braille dots3468-braille.glif dots347-braille dots347-braille.glif dots3478-braille dots3478-braille.glif dots348-braille dots348-braille.glif dots35-braille dots35-braille.glif dots356-braille dots356-braille.glif dots3567-braille dots3567-braille.glif dots35678-braille dots35678-braille.glif dots3568-braille dots3568-braille.glif dots357-braille dots357-braille.glif dots3578-braille dots3578-braille.glif dots358-braille dots358-braille.glif dots36-braille dots36-braille.glif dots367-braille dots367-braille.glif dots3678-braille dots3678-braille.glif dots368-braille dots368-braille.glif dots37-braille dots37-braille.glif dots378-braille dots378-braille.glif dots38-braille dots38-braille.glif dots4-braille dots4-braille.glif dots45-braille dots45-braille.glif dots456-braille dots456-braille.glif dots4567-braille dots4567-braille.glif dots45678-braille dots45678-braille.glif dots4568-braille dots4568-braille.glif dots457-braille dots457-braille.glif dots4578-braille dots4578-braille.glif dots458-braille dots458-braille.glif dots46-braille dots46-braille.glif dots467-braille dots467-braille.glif dots4678-braille dots4678-braille.glif dots468-braille dots468-braille.glif dots47-braille dots47-braille.glif dots478-braille dots478-braille.glif dots48-braille dots48-braille.glif dots5-braille dots5-braille.glif dots56-braille dots56-braille.glif dots567-braille dots567-braille.glif dots5678-braille dots5678-braille.glif dots568-braille dots568-braille.glif dots57-braille dots57-braille.glif dots578-braille dots578-braille.glif dots58-braille dots58-braille.glif dots6-braille dots6-braille.glif dots67-braille dots67-braille.glif dots678-braille dots678-braille.glif dots68-braille dots68-braille.glif dots7-braille dots7-braille.glif dots78-braille dots78-braille.glif dots8-braille dots8-braille.glif dottedCircle dottedC_ircle.glif dottedSquare dottedS_quare.glif downArrow downA_rrow.glif downBlackSmallTriangle downB_lackS_mallT_riangle.glif downBlackTriangle downB_lackT_riangle.glif downTipLeftArrow downT_ipL_eftA_rrow.glif downWhiteSmallTriangle downW_hiteS_mallT_riangle.glif downWhiteTriangle downW_hiteT_riangle.glif dze-cy dze-cy.glif dzhe-cy dzhe-cy.glif e e.glif e-cy e-cy.glif eacute eacute.glif ebreve ebreve.glif ecaron ecaron.glif ecircumflex ecircumflex.glif ecircumflexacute ecircumflexacute.glif ecircumflexdotbelow ecircumflexdotbelow.glif ecircumflexgrave ecircumflexgrave.glif ecircumflexhookabove ecircumflexhookabove.glif ecircumflextilde ecircumflextilde.glif edieresis edieresis.glif edotaccent edotaccent.glif edotbelow edotbelow.glif ef-cy ef-cy.glif egrave egrave.glif ehookabove ehookabove.glif eight eight.glif eight.dnom eight.dnom.glif eight.numr eight.numr.glif eightinferior eightinferior.glif eightsuperior eightsuperior.glif el-cy el-cy.glif el-cy.loclBGR el-cy.loclB_G_R_.glif ellipsis ellipsis.glif em-cy em-cy.glif emacron emacron.glif emdash emdash.glif en-cy en-cy.glif endOfMediumControl endO_fM_ediumC_ontrol.glif endOfMediumControl.ss20 endO_fM_ediumC_ontrol.ss20.glif endOfTextControl endO_fT_extC_ontrol.glif endOfTextControl.ss20 endO_fT_extC_ontrol.ss20.glif endOfTransmissionBlockControl endO_fT_ransmissionB_lockC_ontrol.glif endOfTransmissionBlockControl.ss20 endO_fT_ransmissionB_lockC_ontrol.ss20.glif endOfTransmissionControl endO_fT_ransmissionC_ontrol.glif endOfTransmissionControl.ss20 endO_fT_ransmissionC_ontrol.ss20.glif endash endash.glif endescender-cy endescender-cy.glif eng eng.glif enquiryControl enquiryC_ontrol.glif enquiryControl.ss20 enquiryC_ontrol.ss20.glif eogonek eogonek.glif eopen eopen.glif epsilon epsilon.glif epsilontonos epsilontonos.glif equal equal.glif equal_end.seq equal_end.seq.glif equal_equal.liga equal_equal.liga.glif equal_equal_equal.liga equal_equal_equal.liga.glif equal_middle.seq equal_middle.seq.glif equal_start.seq equal_start.seq.glif equivalence equivalence.glif er-cy er-cy.glif ereversed-cy ereversed-cy.glif es-cy es-cy.glif escapeControl escapeC_ontrol.glif escapeControl.ss20 escapeC_ontrol.ss20.glif esh esh.glif estimated estimated.glif eta eta.glif etatonos etatonos.glif eth eth.glif etilde etilde.glif eturned eturned.glif euro euro.glif eurocurrency eurocurrency.glif exclam exclam.glif exclam_colon.liga exclam_colon.liga.glif exclam_equal.liga exclam_equal.liga.glif exclam_equal_equal.liga exclam_equal_equal.liga.glif exclam_equal_middle.seq exclam_equal_middle.seq.glif exclam_exclam.liga exclam_exclam.liga.glif exclam_exclam_period.liga exclam_exclam_period.liga.glif exclam_period.liga exclam_period.liga.glif exclamdouble exclamdouble.glif exclamdown exclamdown.glif ezh ezh.glif f f.glif fi fi.glif fileSeparatorControl fileS_eparatorC_ontrol.glif filledRect filledR_ect.glif firsttonechinese firsttonechinese.glif fisheye fisheye.glif five five.glif five.dnom five.dnom.glif five.numr five.numr.glif fiveeighths fiveeighths.glif fiveinferior fiveinferior.glif fivesuperior fivesuperior.glif fl fl.glif florin florin.glif formFeedControl formF_eedC_ontrol.glif formFeedControl.ss20 formF_eedC_ontrol.ss20.glif four four.glif four.dnom four.dnom.glif four.half four.half.glif four.numr four.numr.glif fourinferior fourinferior.glif foursuperior foursuperior.glif fraction fraction.glif franc franc.glif fullBlock fullB_lock.glif fullBlock.stypo fullB_lock.stypo.glif g g.glif gamma gamma.glif gamma-latin gamma-latin.glif gbreve gbreve.glif gcaron gcaron.glif gcircumflex gcircumflex.glif gcommaaccent gcommaaccent.glif gdotaccent gdotaccent.glif ge-cy ge-cy.glif ge-cy.loclBGR ge-cy.loclB_G_R_.glif germandbls germandbls.glif ghestroke-cy ghestroke-cy.glif gheupturn-cy gheupturn-cy.glif gje-cy gje-cy.glif glottalstop glottalstop.glif glottalstopmod glottalstopmod.glif glottalstopreversed glottalstopreversed.glif grave grave.glif gravecomb gravecomb.glif gravecomb.case gravecomb.case.glif gravetonecomb gravetonecomb.glif greater greater.glif greater.alt greater.alt.glif greater.center greater.center.glif greater_equal.liga greater_equal.liga.glif greater_equal_end.seq greater_equal_end.seq.glif greater_equal_middle.seq greater_equal_middle.seq.glif greater_equal_start.seq greater_equal_start.seq.glif greater_greater.liga greater_greater.liga.glif greater_greater_equal_end.seq greater_greater_equal_end.seq.glif greater_greater_equal_middle.seq greater_greater_equal_middle.seq.glif greater_greater_equal_start.seq greater_greater_equal_start.seq.glif greater_greater_greater.liga greater_greater_greater.liga.glif greater_greater_hyphen_end.seq greater_greater_hyphen_end.seq.glif greater_greater_hyphen_middle.seq greater_greater_hyphen_middle.seq.glif greater_greater_hyphen_start.seq greater_greater_hyphen_start.seq.glif greater_hyphen_end.seq greater_hyphen_end.seq.glif greater_hyphen_middle.seq greater_hyphen_middle.seq.glif greater_hyphen_start.seq greater_hyphen_start.seq.glif greaterequal greaterequal.glif groupSeparatorControl groupS_eparatorC_ontrol.glif gstroke gstroke.glif guarani guarani.glif guillemetleft guillemetleft.glif guillemetright guillemetright.glif guilsinglleft guilsinglleft.glif guilsinglright guilsinglright.glif h h.glif ha-cy ha-cy.glif hadescender-cy hadescender-cy.glif hardsign-cy hardsign-cy.glif hardsign-cy.loclBGR hardsign-cy.loclB_G_R_.glif hbar hbar.glif hcaron hcaron.glif hcircumflex hcircumflex.glif hdotbelow hdotbelow.glif heartBlackSuit heartB_lackS_uit.glif heavyleftpointinganglebracketornament heavyleftpointinganglebracketornament.glif heavyleftpointinganglequotationmarkornament heavyleftpointinganglequotationmarkornament.glif heavyrightpointinganglebracketornament heavyrightpointinganglebracketornament.glif heavyrightpointinganglequotationmarkornament heavyrightpointinganglequotationmarkornament.glif hookabovecomb hookabovecomb.glif hookabovecomb.case hookabovecomb.case.glif horizontalBlackHexagon horizontalB_lackH_exagon.glif horizontalFillSquare horizontalF_illS_quare.glif horizontalTabulationControl horizontalT_abulationC_ontrol.glif horizontalTabulationControl.ss20 horizontalT_abulationC_ontrol.ss20.glif horizontalbar horizontalbar.glif horizontallineextension horizontallineextension.glif horncomb horncomb.glif horncomb.case horncomb.case.glif house house.glif hryvnia hryvnia.glif hungarumlaut hungarumlaut.glif hungarumlautcomb hungarumlautcomb.glif hungarumlautcomb.case hungarumlautcomb.case.glif hyphen hyphen.glif hyphen_asciitilde.liga hyphen_asciitilde.liga.glif hyphen_end.seq hyphen_end.seq.glif hyphen_hyphen.liga hyphen_hyphen.liga.glif hyphen_hyphen_hyphen.liga hyphen_hyphen_hyphen.liga.glif hyphen_middle.seq hyphen_middle.seq.glif hyphen_start.seq hyphen_start.seq.glif hyphentwo hyphentwo.glif i i.glif i-cy i-cy.glif ia-cy ia-cy.glif iacute iacute.glif iacute_j.loclNLD iacute_j.loclN_L_D_.glif ibreve ibreve.glif icircumflex icircumflex.glif idieresis idieresis.glif idotbelow idotbelow.glif idotless idotless.glif ie-cy ie-cy.glif iegrave-cy iegrave-cy.glif igrave igrave.glif ihookabove ihookabove.glif ii-cy ii-cy.glif ii-cy.loclBGR ii-cy.loclB_G_R_.glif iigrave-cy iigrave-cy.glif iigrave-cy.loclBGR iigrave-cy.loclB_G_R_.glif iishort-cy iishort-cy.glif iishort-cy.loclBGR iishort-cy.loclB_G_R_.glif ij ij.glif imacron imacron.glif imacron-cy imacron-cy.glif increment increment.glif infinity infinity.glif integral integral.glif integralbt integralbt.glif integraltp integraltp.glif intersection intersection.glif inverseBullet inverseB_ullet.glif inverseWhiteCircle inverseW_hiteC_ircle.glif io-cy io-cy.glif iogonek iogonek.glif iota iota.glif iota-latin iota-latin.glif iotadieresis iotadieresis.glif iotadieresistonos iotadieresistonos.glif iotatonos iotatonos.glif itilde itilde.glif iu-cy iu-cy.glif iu-cy.loclBGR iu-cy.loclB_G_R_.glif j j.glif jcaron jcaron.glif jcircumflex jcircumflex.glif jdotless jdotless.glif je-cy je-cy.glif k k.glif ka-cy ka-cy.glif ka-cy.loclBGR ka-cy.loclB_G_R_.glif kadescender-cy kadescender-cy.glif kaiSymbol kaiS_ymbol.glif kappa kappa.glif kcommaaccent kcommaaccent.glif kdotbelow kdotbelow.glif kgreenlandic kgreenlandic.glif kip kip.glif kje-cy kje-cy.glif klinebelow klinebelow.glif l l.glif lacute lacute.glif lambda lambda.glif lambdastroke lambdastroke.glif largeCircle largeC_ircle.glif lari lari.glif lbar lbar.glif lbelt lbelt.glif lcaron lcaron.glif lcommaaccent lcommaaccent.glif ldot ldot.glif ldotbelow ldotbelow.glif leftArrow leftA_rrow.glif leftBlackPointer leftB_lackP_ointer.glif leftBlackSmallTriangle leftB_lackS_mallT_riangle.glif leftBlackTriangle leftB_lackT_riangle.glif leftBlock leftB_lock.glif leftBlock.stypo leftB_lock.stypo.glif leftFiveEighthsBlock leftF_iveE_ighthsB_lock.glif leftFiveEighthsBlock.stypo leftF_iveE_ighthsB_lock.stypo.glif leftHalfBlackCircle leftH_alfB_lackC_ircle.glif leftHalfBlackDiamond leftH_alfB_lackD_iamond.glif leftHalfBlackSquare leftH_alfB_lackS_quare.glif leftHalfBlackWhiteCircle leftH_alfB_lackW_hiteC_ircle.glif leftOneEighthBlock leftO_neE_ighthB_lock.glif leftOneEighthBlock.stypo leftO_neE_ighthB_lock.stypo.glif leftOneQuarterBlock leftO_neQ_uarterB_lock.glif leftOneQuarterBlock.stypo leftO_neQ_uarterB_lock.stypo.glif leftRightArrow leftR_ightA_rrow.glif leftSevenEighthsBlock leftS_evenE_ighthsB_lock.glif leftSevenEighthsBlock.stypo leftS_evenE_ighthsB_lock.stypo.glif leftThreeEighthsBlock leftT_hreeE_ighthsB_lock.glif leftThreeEighthsBlock.stypo leftT_hreeE_ighthsB_lock.stypo.glif leftThreeQuartersBlock leftT_hreeQ_uartersB_lock.glif leftThreeQuartersBlock.stypo leftT_hreeQ_uartersB_lock.stypo.glif leftWhitePointer leftW_hiteP_ointer.glif leftWhiteSmallTriangle leftW_hiteS_mallT_riangle.glif leftWhiteTriangle leftW_hiteT_riangle.glif less less.glif less.alt less.alt.glif less.center less.center.glif less_asciitilde.liga less_asciitilde.liga.glif less_asciitilde_asciitilde.liga less_asciitilde_asciitilde.liga.glif less_asciitilde_greater.liga less_asciitilde_greater.liga.glif less_asterisk.liga less_asterisk.liga.glif less_asterisk_greater.liga less_asterisk_greater.liga.glif less_bar.liga less_bar.liga.glif less_bar_bar.liga less_bar_bar.liga.glif less_bar_bar_bar.liga less_bar_bar_bar.liga.glif less_bar_greater.liga less_bar_greater.liga.glif less_dollar.liga less_dollar.liga.glif less_dollar.liga.BRACKET.600 less_dollar.liga.B_R_A_C_K_E_T_.600.glif less_dollar_greater.liga less_dollar_greater.liga.glif less_dollar_greater.liga.BRACKET.600 less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif less_equal.liga less_equal.liga.glif less_equal_end.seq less_equal_end.seq.glif less_equal_middle.seq less_equal_middle.seq.glif less_equal_start.seq less_equal_start.seq.glif less_exclam_hyphen_hyphen.liga less_exclam_hyphen_hyphen.liga.glif less_greater.liga less_greater.liga.glif less_hyphen_end.seq less_hyphen_end.seq.glif less_hyphen_middle.seq less_hyphen_middle.seq.glif less_hyphen_start.seq less_hyphen_start.seq.glif less_less.liga less_less.liga.glif less_less_equal_end.seq less_less_equal_end.seq.glif less_less_equal_middle.seq less_less_equal_middle.seq.glif less_less_equal_start.seq less_less_equal_start.seq.glif less_less_hyphen_end.seq less_less_hyphen_end.seq.glif less_less_hyphen_middle.seq less_less_hyphen_middle.seq.glif less_less_hyphen_start.seq less_less_hyphen_start.seq.glif less_less_less.liga less_less_less.liga.glif less_plus.liga less_plus.liga.glif less_plus_greater.liga less_plus_greater.liga.glif less_slash.liga less_slash.liga.glif less_slash_greater.liga less_slash_greater.liga.glif lessequal lessequal.glif lineFeedControl lineF_eedC_ontrol.glif lineFeedControl.ss20 lineF_eedC_ontrol.ss20.glif lineseparator lineseparator.glif lira lira.glif liraTurkish liraT_urkish.glif literSign literS_ign.glif lje-cy lje-cy.glif llinebelow llinebelow.glif lmiddletilde lmiddletilde.glif logicalnot logicalnot.glif logicalnotReversed logicalnotR_eversed.glif longs longs.glif lowerFiveEighthsBlock lowerF_iveE_ighthsB_lock.glif lowerFiveEighthsBlock.stypo lowerF_iveE_ighthsB_lock.stypo.glif lowerHalfArc lowerH_alfA_rc.glif lowerHalfBlackWhiteCircle lowerH_alfB_lackW_hiteC_ircle.glif lowerHalfBlock lowerH_alfB_lock.glif lowerHalfBlock.stypo lowerH_alfB_lock.stypo.glif lowerHalfInverseWhiteCircle lowerH_alfI_nverseW_hiteC_ircle.glif lowerHalfWhiteSquare lowerH_alfW_hiteS_quare.glif lowerLeftArc lowerL_eftA_rc.glif lowerLeftBlackTriangle lowerL_eftB_lackT_riangle.glif lowerLeftBlock lowerL_eftB_lock.glif lowerLeftBlock.stypo lowerL_eftB_lock.stypo.glif lowerLeftHalfWhiteSquare lowerL_eftH_alfW_hiteS_quare.glif lowerLeftQuadrantWhiteCircle lowerL_eftQ_uadrantW_hiteC_ircle.glif lowerLeftTriangle lowerL_eftT_riangle.glif lowerOneEighthBlock lowerO_neE_ighthB_lock.glif lowerOneEighthBlock.stypo lowerO_neE_ighthB_lock.stypo.glif lowerOneQuarterBlock lowerO_neQ_uarterB_lock.glif lowerOneQuarterBlock.stypo lowerO_neQ_uarterB_lock.stypo.glif lowerRightArc lowerR_ightA_rc.glif lowerRightBlackTriangle lowerR_ightB_lackT_riangle.glif lowerRightBlock lowerR_ightB_lock.glif lowerRightBlock.stypo lowerR_ightB_lock.stypo.glif lowerRightDiagonalHalfBlackSquare lowerR_ightD_iagonalH_alfB_lackS_quare.glif lowerRightQuadrantWhiteCircle lowerR_ightQ_uadrantW_hiteC_ircle.glif lowerRightTriangle lowerR_ightT_riangle.glif lowerSevenEighthsBlock lowerS_evenE_ighthsB_lock.glif lowerSevenEighthsBlock.stypo lowerS_evenE_ighthsB_lock.stypo.glif lowerThreeEighthsBlock lowerT_hreeE_ighthsB_lock.glif lowerThreeEighthsBlock.stypo lowerT_hreeE_ighthsB_lock.stypo.glif lowerThreeQuartersBlock lowerT_hreeQ_uartersB_lock.glif lowerThreeQuartersBlock.stypo lowerT_hreeQ_uartersB_lock.stypo.glif lowernumeral-greek lowernumeral-greek.glif lowlinecomb lowlinecomb.glif lozenge lozenge.glif lslash lslash.glif m m.glif macron macron.glif macronbelowcomb macronbelowcomb.glif macroncomb macroncomb.glif macroncomb.case macroncomb.case.glif manat manat.glif mars mars.glif mediumBlackSmallSquare mediumB_lackS_mallS_quare.glif mediumBlackSquare mediumB_lackS_quare.glif mediumWhiteSmallSquare mediumW_hiteS_mallS_quare.glif mediumWhiteSquare mediumW_hiteS_quare.glif mediumleftpointinganglebracketornament mediumleftpointinganglebracketornament.glif mediumrightpointinganglebracketornament mediumrightpointinganglebracketornament.glif micro micro.glif minus minus.glif minute minute.glif mu mu.glif multiply multiply.glif n n.glif nacute nacute.glif nacute.loclPLK nacute.loclP_L_K_.glif naira naira.glif napostrophe napostrophe.glif nbspace nbspace.glif ncaron ncaron.glif ncommaaccent ncommaaccent.glif negativeAcknowledgeControl negativeA_cknowledgeC_ontrol.glif negativeAcknowledgeControl.ss20 negativeA_cknowledgeC_ontrol.ss20.glif newlineControl newlineC_ontrol.glif nhookleft nhookleft.glif nine nine.glif nine.dnom nine.dnom.glif nine.numr nine.numr.glif nineinferior nineinferior.glif ninesuperior ninesuperior.glif nje-cy nje-cy.glif nlinebelow nlinebelow.glif nmod nmod.glif nonbreakinghyphen nonbreakinghyphen.glif note-musical note-musical.glif notedbl-musical notedbl-musical.glif notequal notequal.glif notidentical notidentical.glif ntilde ntilde.glif nu nu.glif nullControl nullC_ontrol.glif numbersign numbersign.glif numbersign_braceleft.liga numbersign_braceleft.liga.glif numbersign_bracketleft.liga numbersign_bracketleft.liga.glif numbersign_colon.liga numbersign_colon.liga.glif numbersign_end.seq numbersign_end.seq.glif numbersign_equal.liga numbersign_equal.liga.glif numbersign_exclam.liga numbersign_exclam.liga.glif numbersign_middle.seq numbersign_middle.seq.glif numbersign_parenleft.liga numbersign_parenleft.liga.glif numbersign_question.liga numbersign_question.liga.glif numbersign_start.seq numbersign_start.seq.glif numbersign_underscore.liga numbersign_underscore.liga.glif numbersign_underscore_parenleft.liga numbersign_underscore_parenleft.liga.glif numeral-greek numeral-greek.glif numero numero.glif o o.glif o-cy o-cy.glif oacute oacute.glif oacute.loclPLK oacute.loclP_L_K_.glif obarred-cy obarred-cy.glif obreve obreve.glif ocircumflex ocircumflex.glif ocircumflexacute ocircumflexacute.glif ocircumflexdotbelow ocircumflexdotbelow.glif ocircumflexgrave ocircumflexgrave.glif ocircumflexhookabove ocircumflexhookabove.glif ocircumflextilde ocircumflextilde.glif odieresis odieresis.glif odotbelow odotbelow.glif oe oe.glif ogonek ogonek.glif ogonekcomb ogonekcomb.glif ograve ograve.glif ohookabove ohookabove.glif ohorn ohorn.glif ohornacute ohornacute.glif ohorndotbelow ohorndotbelow.glif ohorngrave ohorngrave.glif ohornhookabove ohornhookabove.glif ohorntilde ohorntilde.glif ohungarumlaut ohungarumlaut.glif omacron omacron.glif omacronacute omacronacute.glif omacrongrave omacrongrave.glif omega omega.glif omegatonos omegatonos.glif omicron omicron.glif omicrontonos omicrontonos.glif one one.glif one.dnom one.dnom.glif one.half one.half.glif one.numr one.numr.glif onedotenleader onedotenleader.glif oneeighth oneeighth.glif onehalf onehalf.glif oneinferior oneinferior.glif onequarter onequarter.glif onesuperior onesuperior.glif oogonek oogonek.glif oopen oopen.glif ordfeminine ordfeminine.glif ordmasculine ordmasculine.glif orthogonal orthogonal.glif oslash oslash.glif oslashacute oslashacute.glif otilde otilde.glif overline overline.glif p p.glif palochka-cy palochka-cy.glif paragraph paragraph.glif parenleft parenleft.glif parenleft_asterisk.liga parenleft_asterisk.liga.glif parenright parenright.glif partialdiff partialdiff.glif pe-cy pe-cy.glif pe-cy.loclBGR pe-cy.loclB_G_R_.glif percent percent.glif percent_percent.liga percent_percent.liga.glif period period.glif period_equal.liga period_equal.liga.glif period_hyphen.liga period_hyphen.liga.glif period_period.liga period_period.liga.glif period_period_equal.liga period_period_equal.liga.glif period_period_less.liga period_period_less.liga.glif period_period_period.liga period_period_period.liga.glif period_question.liga period_question.liga.glif periodcentered periodcentered.glif perispomenicomb perispomenicomb.glif perthousand perthousand.glif peseta peseta.glif peso peso.glif phi phi.glif pi pi.glif plus plus.glif plus_greater.liga plus_greater.liga.glif plus_plus.liga plus_plus.liga.glif plus_plus_plus.liga plus_plus_plus.liga.glif plusminus plusminus.glif prescription prescription.glif product product.glif psi psi.glif published published.glif punctuationspace punctuationspace.glif q q.glif question question.glif question_colon.liga question_colon.liga.glif question_equal.liga question_equal.liga.glif question_period.liga question_period.liga.glif question_question.liga question_question.liga.glif question_question_equal.liga question_question_equal.liga.glif questiondown questiondown.glif questiongreek questiongreek.glif quotedbl quotedbl.glif quotedblbase quotedblbase.glif quotedblleft quotedblleft.glif quotedblright quotedblright.glif quoteleft quoteleft.glif quotereversed quotereversed.glif quoteright quoteright.glif quotesinglbase quotesinglbase.glif quotesingle quotesingle.glif r r.glif racute racute.glif radical radical.glif rcaron rcaron.glif rcommaaccent rcommaaccent.glif rdotbelow rdotbelow.glif recordSeparatorControl recordS_eparatorC_ontrol.glif registered registered.glif returnsymbol returnsymbol.glif reversedRotatedFloralHeartBullet reversedR_otatedF_loralH_eartB_ullet.glif rho rho.glif rightArrow rightA_rrow.glif rightBlackPointer rightB_lackP_ointer.glif rightBlackSmallTriangle rightB_lackS_mallT_riangle.glif rightBlackTriangle rightB_lackT_riangle.glif rightBlock rightB_lock.glif rightBlock.stypo rightB_lock.stypo.glif rightHalfBlackCircle rightH_alfB_lackC_ircle.glif rightHalfBlackDiamond rightH_alfB_lackD_iamond.glif rightHalfBlackSquare rightH_alfB_lackS_quare.glif rightHalfBlackWhiteCircle rightH_alfB_lackW_hiteC_ircle.glif rightOneEighthBlock rightO_neE_ighthB_lock.glif rightOneEighthBlock.stypo rightO_neE_ighthB_lock.stypo.glif rightWhitePointer rightW_hiteP_ointer.glif rightWhiteSmallTriangle rightW_hiteS_mallT_riangle.glif rightWhiteTriangle rightW_hiteT_riangle.glif ring ring.glif ringbelowcomb ringbelowcomb.glif ringcomb ringcomb.glif ringcomb.case ringcomb.case.glif rotatedFloralHeartBullet rotatedF_loralH_eartB_ullet.glif ruble ruble.glif rupee rupee.glif rupeeIndian rupeeI_ndian.glif s s.glif sacute sacute.glif sacute.loclPLK sacute.loclP_L_K_.glif scaron scaron.glif scedilla scedilla.glif schwa schwa.glif schwa-cy schwa-cy.glif scircumflex scircumflex.glif scommaaccent scommaaccent.glif sdotbelow sdotbelow.glif second second.glif section section.glif semicolon semicolon.glif semicolon_semicolon.liga semicolon_semicolon.liga.glif seven seven.glif seven.dnom seven.dnom.glif seven.numr seven.numr.glif seveneighths seveneighths.glif seveninferior seveninferior.glif sevensuperior sevensuperior.glif sha-cy sha-cy.glif sha-cy.loclBGR sha-cy.loclB_G_R_.glif shadedark shadedark.glif shadedark.stypo shadedark.stypo.glif shadelight shadelight.glif shadelight.stypo shadelight.stypo.glif shademedium shademedium.glif shademedium.stypo shademedium.stypo.glif shcha-cy shcha-cy.glif shcha-cy.loclBGR shcha-cy.loclB_G_R_.glif sheqel sheqel.glif shha-cy shha-cy.glif shiftInControl shiftI_nC_ontrol.glif shiftInControl.ss20 shiftI_nC_ontrol.ss20.glif shiftOutControl shiftO_utC_ontrol.glif shiftOutControl.ss20 shiftO_utC_ontrol.ss20.glif sigma sigma.glif sigmafinal sigmafinal.glif six six.glif six.dnom six.dnom.glif six.numr six.numr.glif sixinferior sixinferior.glif sixsuperior sixsuperior.glif slash slash.glif slash_asterisk.liga slash_asterisk.liga.glif slash_backslash.liga slash_backslash.liga.glif slash_equal_end.seq slash_equal_end.seq.glif slash_equal_middle.seq slash_equal_middle.seq.glif slash_equal_start.seq slash_equal_start.seq.glif slash_greater.liga slash_greater.liga.glif slash_slash.liga slash_slash.liga.glif slash_slash_equal_end.seq slash_slash_equal_end.seq.glif slash_slash_equal_middle.seq slash_slash_equal_middle.seq.glif slash_slash_equal_start.seq slash_slash_equal_start.seq.glif slash_slash_slash.liga slash_slash_slash.liga.glif softhyphen softhyphen.glif softsign-cy softsign-cy.glif softsign-cy.loclBGR softsign-cy.loclB_G_R_.glif space space.glif spaceControl spaceC_ontrol.glif spadeBlackSuit spadeB_lackS_uit.glif startOfHeadingControl startO_fH_eadingC_ontrol.glif startOfHeadingControl.ss20 startO_fH_eadingC_ontrol.ss20.glif startOfTextControl startO_fT_extC_ontrol.glif startOfTextControl.ss20 startO_fT_extC_ontrol.ss20.glif sterling sterling.glif strictlyequivalentto strictlyequivalentto.glif substituteControl substituteC_ontrol.glif substituteControl.ss20 substituteC_ontrol.ss20.glif substituteFormTwoControl substituteF_ormT_woC_ontrol.glif summation summation.glif sunWithRays sunW_ithR_ays.glif synchronousIdleControl synchronousI_dleC_ontrol.glif synchronousIdleControl.ss20 synchronousI_dleC_ontrol.ss20.glif t t.glif tau tau.glif tbar tbar.glif tcaron tcaron.glif tcedilla tcedilla.glif tcommaaccent tcommaaccent.glif te-cy te-cy.glif te-cy.loclBGR te-cy.loclB_G_R_.glif tenge tenge.glif tesh tesh.glif theta theta.glif thetamod thetamod.glif thorn thorn.glif three three.glif three.dnom three.dnom.glif three.half three.half.glif three.numr three.numr.glif threeeighths threeeighths.glif threeinferior threeinferior.glif threequarters threequarters.glif threesuperior threesuperior.glif tilde tilde.glif tildecomb tildecomb.glif tildecomb.case tildecomb.case.glif tonos tonos.glif tonos.case tonos.case.glif topHalfBlackCircle topH_alfB_lackC_ircle.glif topHalfBlackDiamond topH_alfB_lackD_iamond.glif topHalfWhiteSquare topH_alfW_hiteS_quare.glif topRightHalfWhiteSquare topR_ightH_alfW_hiteS_quare.glif trademark trademark.glif tse-cy tse-cy.glif tse-cy.loclBGR tse-cy.loclB_G_R_.glif tshe-cy tshe-cy.glif tugrik tugrik.glif two two.glif two.dnom two.dnom.glif two.half two.half.glif two.numr two.numr.glif twoinferior twoinferior.glif twosuperior twosuperior.glif u u.glif u-cy u-cy.glif uacute uacute.glif ubreve ubreve.glif ucircumflex ucircumflex.glif udieresis udieresis.glif udotbelow udotbelow.glif ugrave ugrave.glif uhookabove uhookabove.glif uhorn uhorn.glif uhornacute uhornacute.glif uhorndotbelow uhorndotbelow.glif uhorngrave uhorngrave.glif uhornhookabove uhornhookabove.glif uhorntilde uhorntilde.glif uhungarumlaut uhungarumlaut.glif umacron umacron.glif umacron-cy umacron-cy.glif underscore underscore.glif underscore_end.seq underscore_end.seq.glif underscore_middle.seq underscore_middle.seq.glif underscore_start.seq underscore_start.seq.glif underscore_underscore.liga underscore_underscore.liga.glif underscoredbl underscoredbl.glif unitSeparatorControl unitS_eparatorC_ontrol.glif uogonek uogonek.glif upArrow upA_rrow.glif upBlackSmallTriangle upB_lackS_mallT_riangle.glif upBlackTriangle upB_lackT_riangle.glif upDashArrow upD_ashA_rrow.glif upDownArrow upD_ownA_rrow.glif upDownbaseArrow upD_ownbaseA_rrow.glif upLeftHalfBlackTriangle upL_eftH_alfB_lackT_riangle.glif upRightHalfBlackTriangle upR_ightH_alfB_lackT_riangle.glif upWhiteSmallTriangle upW_hiteS_mallT_riangle.glif upWhiteTriangle upW_hiteT_riangle.glif upWhiteTriangleWithDot upW_hiteT_riangleW_ithD_ot.glif upperHalfArc upperH_alfA_rc.glif upperHalfBlackWhiteCircle upperH_alfB_lackW_hiteC_ircle.glif upperHalfBlock upperH_alfB_lock.glif upperHalfBlock.stypo upperH_alfB_lock.stypo.glif upperHalfInverseWhiteCircle upperH_alfI_nverseW_hiteC_ircle.glif upperLeftAndLowerLeftAndLowerRightBlock upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif upperLeftAndLowerLeftAndLowerRightBlock.stypo upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif upperLeftAndLowerRightBlock upperL_eftA_ndL_owerR_ightB_lock.glif upperLeftAndLowerRightBlock.stypo upperL_eftA_ndL_owerR_ightB_lock.stypo.glif upperLeftAndUpperRightAndLowerLeftBlock upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif upperLeftAndUpperRightAndLowerLeftBlock.stypo upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.stypo.glif upperLeftAndUpperRightAndLowerRightBlock upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glif upperLeftAndUpperRightAndLowerRightBlock.stypo upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.stypo.glif upperLeftArc upperL_eftA_rc.glif upperLeftBlackTriangle upperL_eftB_lackT_riangle.glif upperLeftBlock upperL_eftB_lock.glif upperLeftBlock.stypo upperL_eftB_lock.stypo.glif upperLeftDiagonalHalfBlackSquare upperL_eftD_iagonalH_alfB_lackS_quare.glif upperLeftQuadrantWhiteCircle upperL_eftQ_uadrantW_hiteC_ircle.glif upperLeftTriangle upperL_eftT_riangle.glif upperLeftWhiteCircle upperL_eftW_hiteC_ircle.glif upperOneEighthBlock upperO_neE_ighthB_lock.glif upperOneEighthBlock.stypo upperO_neE_ighthB_lock.stypo.glif upperRightAndLowerLeftAndLowerRightBlock upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif upperRightAndLowerLeftAndLowerRightBlock.stypo upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif upperRightAndLowerLeftBlock upperR_ightA_ndL_owerL_eftB_lock.glif upperRightAndLowerLeftBlock.stypo upperR_ightA_ndL_owerL_eftB_lock.stypo.glif upperRightArc upperR_ightA_rc.glif upperRightBlackCircle upperR_ightB_lackC_ircle.glif upperRightBlackTriangle upperR_ightB_lackT_riangle.glif upperRightBlock upperR_ightB_lock.glif upperRightBlock.stypo upperR_ightB_lock.stypo.glif upperRightQuadrantWhiteCircle upperR_ightQ_uadrantW_hiteC_ircle.glif upperRightTriangle upperR_ightT_riangle.glif upperlefttolowerrightFillSquare upperlefttolowerrightF_illS_quare.glif upperrighttolowerleftFillSquare upperrighttolowerleftF_illS_quare.glif upsilon upsilon.glif upsilon-latin upsilon-latin.glif upsilondieresis upsilondieresis.glif upsilondieresistonos upsilondieresistonos.glif upsilontonos upsilontonos.glif uring uring.glif ushort-cy ushort-cy.glif ustraight-cy ustraight-cy.glif ustraightstroke-cy ustraightstroke-cy.glif utilde utilde.glif v v.glif ve-cy ve-cy.glif ve-cy.loclBGR ve-cy.loclB_G_R_.glif vectorOrCrossProduct vectorO_rC_rossP_roduct.glif venus venus.glif verticalBisectingLineWhiteSquare verticalB_isectingL_ineW_hiteS_quare.glif verticalFillCircle verticalF_illC_ircle.glif verticalFillSquare verticalF_illS_quare.glif verticalTabulationControl verticalT_abulationC_ontrol.glif verticalTabulationControl.ss20 verticalT_abulationC_ontrol.ss20.glif vhook vhook.glif vturned vturned.glif w w.glif w_w_w.liga w_w_w.liga.glif wacute wacute.glif wcircumflex wcircumflex.glif wdieresis wdieresis.glif wgrave wgrave.glif whiteBullet whiteB_ullet.glif whiteCircle whiteC_ircle.glif whiteDiamond whiteD_iamond.glif whiteHexagon whiteH_exagon.glif whiteHorizontalEllipse whiteH_orizontalE_llipse.glif whiteInBlackSquare whiteI_nB_lackS_quare.glif whiteLargeSquare whiteL_argeS_quare.glif whiteLowerLeftQuadrantSquare whiteL_owerL_eftQ_uadrantS_quare.glif whiteLowerRightQuadrantSquare whiteL_owerR_ightQ_uadrantS_quare.glif whiteMediumDiamond whiteM_ediumD_iamond.glif whiteMediumLozenge whiteM_ediumL_ozenge.glif whiteParallelogram whiteP_arallelogram.glif whitePentagon whiteP_entagon.glif whiteRect whiteR_ect.glif whiteRoundedCornersSquare whiteR_oundedC_ornersS_quare.glif whiteSmallLozenge whiteS_mallL_ozenge.glif whiteSmallSquare whiteS_mallS_quare.glif whiteSmilingFace whiteS_milingF_ace.glif whiteSquare whiteS_quare.glif whiteUpperLeftQuadrantSquare whiteU_pperL_eftQ_uadrantS_quare.glif whiteUpperRightQuadrantSquare whiteU_pperR_ightQ_uadrantS_quare.glif whiteVerticalEllipse whiteV_erticalE_llipse.glif whiteVerticalRect whiteV_erticalR_ect.glif whiteVerysmallSquare whiteV_erysmallS_quare.glif wmod wmod.glif won won.glif x x.glif x.multiply x.multiply.glif xi xi.glif y y.glif yacute yacute.glif ycircumflex ycircumflex.glif ydieresis ydieresis.glif ydotbelow ydotbelow.glif yen yen.glif yeru-cy yeru-cy.glif ygrave ygrave.glif yhookabove yhookabove.glif yi-cy yi-cy.glif ymacron ymacron.glif ymod ymod.glif ytilde ytilde.glif z z.glif zacute zacute.glif zacute.loclPLK zacute.loclP_L_K_.glif zcaron zcaron.glif zdotaccent zdotaccent.glif ze-cy ze-cy.glif ze-cy.loclBGR ze-cy.loclB_G_R_.glif zero zero.glif zero.dnom zero.dnom.glif zero.numr zero.numr.glif zero.zero zero.zero.glif zeroinferior zeroinferior.glif zerosuperior zerosuperior.glif zeta zeta.glif zhe-cy zhe-cy.glif zhe-cy.loclBGR zhe-cy.loclB_G_R_.glif zhedescender-cy zhedescender-cy.glif zmod zmod.glif cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/copyright.glif000066400000000000000000000044411401101653000266310ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/crosshatchF_illS_quare.glif000066400000000000000000000022041401101653000312430ustar00rootroot00000000000000 uni25A6 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/currency.glif000066400000000000000000000040641401101653000264540ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/d.glif000066400000000000000000000034161401101653000250450ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dagger.glif000066400000000000000000000013731401101653000260530ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/daggerdbl.glif000066400000000000000000000026661401101653000265430ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dashdownA_rrow.glif000066400000000000000000000025031401101653000275770ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dataL_inkE_scapeC_ontrol.glif000066400000000000000000000017471401101653000314750ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name D.half alignment -1 index 1 name L.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dataL_inkE_scapeC_ontrol.ss20.glif000066400000000000000000000011641401101653000322540ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dcaron.alt.glif000066400000000000000000000035661401101653000266550ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dcaron.glif000066400000000000000000000012411401101653000260620ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dcroat.glif000066400000000000000000000012371401101653000260750ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/de-cy.glif000066400000000000000000000032231401101653000256170ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/de-cy.loclB_G_R_.glif000066400000000000000000000003701401101653000275370ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/degree.glif000066400000000000000000000024161401101653000260540ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/deleteC_ontrol.glif000066400000000000000000000017371401101653000275700ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name D.half alignment -1 index 1 name T.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/deleteF_ormT_woC_ontrol.glif000066400000000000000000000017351401101653000314020ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/delta.glif000066400000000000000000000040421401101653000257070ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/deviceC_ontrolF_ourC_ontrol.glif000066400000000000000000000017601401101653000322540ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name D.half alignment -1 index 1 name four.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/deviceC_ontrolO_neC_ontrol.glif000066400000000000000000000017551401101653000320660ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name D.half alignment -1 index 1 name one.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/deviceC_ontrolT_hreeC_ontrol.glif000066400000000000000000000017631401101653000324130ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name D.half alignment -1 index 1 name three.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/deviceC_ontrolT_woC_ontrol.glif000066400000000000000000000017551401101653000321160ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name D.half alignment -1 index 1 name two.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/diagonalcrosshatchF_illS_quare.glif000066400000000000000000000030441401101653000327450ustar00rootroot00000000000000 uni25A9 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/diamondB_lackS_uit.glif000066400000000000000000000007421401101653000303340ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dieresis.glif000066400000000000000000000004651401101653000264320ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dieresiscomb.case.glif000066400000000000000000000026261401101653000302060ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dieresiscomb.glif000066400000000000000000000026511401101653000272720ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dieresistonos.glif000066400000000000000000000030241401101653000275070ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/divide.glif000066400000000000000000000027241401101653000260670ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/divisionslash.glif000066400000000000000000000004711401101653000274770ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dje-cy.glif000066400000000000000000000036021401101653000257720ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dollar.B_R_A_C_K_E_T_.600.glif000066400000000000000000000017131401101653000307040ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs._originalLayerName [600] com.schriftgestaltung.Glyphs.glyph.leftMetricsKey =S com.schriftgestaltung.Glyphs.glyph.rightMetricsKey =S public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dollar.glif000066400000000000000000000014001401101653000260660ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.leftMetricsKey =S com.schriftgestaltung.Glyphs.glyph.rightMetricsKey =S public.markColor 0.67,0.95,0.38,1 dollar_greater.liga.B_R_A_C_K_E_T_.600.glif000066400000000000000000000047701401101653000332570ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs com.schriftgestaltung.Glyphs._originalLayerName [600] public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dollar_greater.liga.glif000066400000000000000000000043051401101653000305210ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dong.glif000066400000000000000000000012421401101653000255440ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dotaccent.glif000066400000000000000000000004611401101653000265630ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dotaccentcomb.case.glif000066400000000000000000000016221401101653000303360ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dotaccentcomb.glif000066400000000000000000000016451401101653000274310ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dotbelowcomb.glif000066400000000000000000000016471401101653000273060ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1-braille.glif000066400000000000000000000014711401101653000272630ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12-braille.glif000066400000000000000000000025661401101653000273530ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots123-braille.glif000066400000000000000000000036601401101653000274320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1234-braille.glif000066400000000000000000000047311401101653000275160ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12345-braille.glif000066400000000000000000000060311401101653000275760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots123456-braille.glif000066400000000000000000000071261401101653000276720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1234567-braille.glif000066400000000000000000000101631401101653000277540ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12345678-braille.glif000066400000000000000000000112231401101653000300420ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1234568-braille.glif000066400000000000000000000101661401101653000277600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots123457-braille.glif000066400000000000000000000070661401101653000276760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1234578-braille.glif000066400000000000000000000101261401101653000277550ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots123458-braille.glif000066400000000000000000000070711401101653000276730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12346-braille.glif000066400000000000000000000060261401101653000276030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots123467-braille.glif000066400000000000000000000070631401101653000276740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1234678-braille.glif000066400000000000000000000101231401101653000277530ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots123468-braille.glif000066400000000000000000000070661401101653000277000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12347-braille.glif000066400000000000000000000057661401101653000276160ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots123478-braille.glif000066400000000000000000000070261401101653000276750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12348-braille.glif000066400000000000000000000057711401101653000276130ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1235-braille.glif000066400000000000000000000047601401101653000275210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12356-braille.glif000066400000000000000000000060551401101653000276060ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots123567-braille.glif000066400000000000000000000071121401101653000276700ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1235678-braille.glif000066400000000000000000000101521401101653000277560ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots123568-braille.glif000066400000000000000000000071151401101653000276740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12357-braille.glif000066400000000000000000000060151401101653000276030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots123578-braille.glif000066400000000000000000000070551401101653000277000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12358-braille.glif000066400000000000000000000060201401101653000276000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1236-braille.glif000066400000000000000000000047551401101653000275260ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12367-braille.glif000066400000000000000000000060121401101653000276010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots123678-braille.glif000066400000000000000000000070521401101653000276760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12368-braille.glif000066400000000000000000000060151401101653000276050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1237-braille.glif000066400000000000000000000047151401101653000275230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12378-braille.glif000066400000000000000000000057551401101653000276200ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1238-braille.glif000066400000000000000000000047201401101653000275200ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots124-braille.glif000066400000000000000000000036371401101653000274370ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1245-braille.glif000066400000000000000000000047371401101653000275260ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12456-braille.glif000066400000000000000000000060341401101653000276040ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots124567-braille.glif000066400000000000000000000070711401101653000276750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1245678-braille.glif000066400000000000000000000101311401101653000277540ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots124568-braille.glif000066400000000000000000000070741401101653000277010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12457-braille.glif000066400000000000000000000057741401101653000276170ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots124578-braille.glif000066400000000000000000000070341401101653000276760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12458-braille.glif000066400000000000000000000057771401101653000276230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1246-braille.glif000066400000000000000000000047341401101653000275240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12467-braille.glif000066400000000000000000000057711401101653000276150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots124678-braille.glif000066400000000000000000000070311401101653000276740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12468-braille.glif000066400000000000000000000057741401101653000276210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1247-braille.glif000066400000000000000000000046741401101653000275300ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12478-braille.glif000066400000000000000000000057341401101653000276160ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1248-braille.glif000066400000000000000000000046771401101653000275340ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots125-braille.glif000066400000000000000000000036661401101653000274420ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1256-braille.glif000066400000000000000000000047631401101653000275270ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12567-braille.glif000066400000000000000000000060201401101653000276020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots125678-braille.glif000066400000000000000000000070601401101653000276770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12568-braille.glif000066400000000000000000000060231401101653000276060ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1257-braille.glif000066400000000000000000000047231401101653000275240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12578-braille.glif000066400000000000000000000057631401101653000276210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1258-braille.glif000066400000000000000000000047261401101653000275300ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots126-braille.glif000066400000000000000000000036631401101653000274400ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1267-braille.glif000066400000000000000000000047201401101653000275220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots12678-braille.glif000066400000000000000000000057601401101653000276170ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1268-braille.glif000066400000000000000000000047231401101653000275260ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots127-braille.glif000066400000000000000000000036231401101653000274350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1278-braille.glif000066400000000000000000000046631401101653000275320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots128-braille.glif000066400000000000000000000036261401101653000274410ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots13-braille.glif000066400000000000000000000025631401101653000273510ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots134-braille.glif000066400000000000000000000036341401101653000274350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1345-braille.glif000066400000000000000000000047341401101653000275240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots13456-braille.glif000066400000000000000000000060311401101653000276020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots134567-braille.glif000066400000000000000000000070661401101653000277020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1345678-braille.glif000066400000000000000000000101261401101653000277610ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots134568-braille.glif000066400000000000000000000070711401101653000276770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots13457-braille.glif000066400000000000000000000057711401101653000276150ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots134578-braille.glif000066400000000000000000000070311401101653000276740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots13458-braille.glif000066400000000000000000000057741401101653000276210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1346-braille.glif000066400000000000000000000047311401101653000275220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots13467-braille.glif000066400000000000000000000057661401101653000276220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots134678-braille.glif000066400000000000000000000070261401101653000277010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots13468-braille.glif000066400000000000000000000057711401101653000276170ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1347-braille.glif000066400000000000000000000046711401101653000275260ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots13478-braille.glif000066400000000000000000000057311401101653000276140ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1348-braille.glif000066400000000000000000000046741401101653000275320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots135-braille.glif000066400000000000000000000036631401101653000274400ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1356-braille.glif000066400000000000000000000047601401101653000275250ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots13567-braille.glif000066400000000000000000000060151401101653000276070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots135678-braille.glif000066400000000000000000000070551401101653000277040ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots13568-braille.glif000066400000000000000000000060201401101653000276040ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1357-braille.glif000066400000000000000000000047201401101653000275220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots13578-braille.glif000066400000000000000000000057601401101653000276170ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1358-braille.glif000066400000000000000000000047231401101653000275260ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots136-braille.glif000066400000000000000000000036601401101653000274360ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1367-braille.glif000066400000000000000000000047151401101653000275270ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots13678-braille.glif000066400000000000000000000057551401101653000276240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1368-braille.glif000066400000000000000000000047201401101653000275240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots137-braille.glif000066400000000000000000000036201401101653000274330ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1378-braille.glif000066400000000000000000000046601401101653000275300ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots138-braille.glif000066400000000000000000000036231401101653000274370ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots14-braille.glif000066400000000000000000000025421401101653000273470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots145-braille.glif000066400000000000000000000036421401101653000274360ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1456-braille.glif000066400000000000000000000047371401101653000275320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots14567-braille.glif000066400000000000000000000057741401101653000276230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots145678-braille.glif000066400000000000000000000070341401101653000277020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots14568-braille.glif000066400000000000000000000057771401101653000276270ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1457-braille.glif000066400000000000000000000046771401101653000275360ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots14578-braille.glif000066400000000000000000000057371401101653000276240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1458-braille.glif000066400000000000000000000047021401101653000275240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots146-braille.glif000066400000000000000000000036371401101653000274430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1467-braille.glif000066400000000000000000000046741401101653000275340ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots14678-braille.glif000066400000000000000000000057341401101653000276220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1468-braille.glif000066400000000000000000000046771401101653000275400ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots147-braille.glif000066400000000000000000000035771401101653000274470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1478-braille.glif000066400000000000000000000046371401101653000275350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots148-braille.glif000066400000000000000000000036021401101653000274350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots15-braille.glif000066400000000000000000000025711401101653000273520ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots156-braille.glif000066400000000000000000000036661401101653000274460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1567-braille.glif000066400000000000000000000047231401101653000275300ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots15678-braille.glif000066400000000000000000000057631401101653000276250ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1568-braille.glif000066400000000000000000000047261401101653000275340ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots157-braille.glif000066400000000000000000000036261401101653000274430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1578-braille.glif000066400000000000000000000046661401101653000275400ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots158-braille.glif000066400000000000000000000036311401101653000274400ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots16-braille.glif000066400000000000000000000025661401101653000273570ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots167-braille.glif000066400000000000000000000036231401101653000274410ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots1678-braille.glif000066400000000000000000000046631401101653000275360ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots168-braille.glif000066400000000000000000000036261401101653000274450ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots17-braille.glif000066400000000000000000000025261401101653000273540ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots178-braille.glif000066400000000000000000000035661401101653000274510ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots18-braille.glif000066400000000000000000000025311401101653000273510ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2-braille.glif000066400000000000000000000015201401101653000272570ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots23-braille.glif000066400000000000000000000026121401101653000273450ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots234-braille.glif000066400000000000000000000036631401101653000274400ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2345-braille.glif000066400000000000000000000047631401101653000275270ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots23456-braille.glif000066400000000000000000000060601401101653000276050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots234567-braille.glif000066400000000000000000000071151401101653000276760ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2345678-braille.glif000066400000000000000000000101551401101653000277640ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots234568-braille.glif000066400000000000000000000071201401101653000276730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots23457-braille.glif000066400000000000000000000060201401101653000276020ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots234578-braille.glif000066400000000000000000000070601401101653000276770ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots23458-braille.glif000066400000000000000000000060231401101653000276060ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2346-braille.glif000066400000000000000000000047601401101653000275250ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots23467-braille.glif000066400000000000000000000060151401101653000276070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots234678-braille.glif000066400000000000000000000070551401101653000277040ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots23468-braille.glif000066400000000000000000000060201401101653000276040ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2347-braille.glif000066400000000000000000000047201401101653000275220ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots23478-braille.glif000066400000000000000000000057601401101653000276170ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2348-braille.glif000066400000000000000000000047231401101653000275260ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots235-braille.glif000066400000000000000000000037121401101653000274340ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2356-braille.glif000066400000000000000000000050071401101653000275210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots23567-braille.glif000066400000000000000000000060441401101653000276120ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots235678-braille.glif000066400000000000000000000071041401101653000277000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots23568-braille.glif000066400000000000000000000060471401101653000276160ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2357-braille.glif000066400000000000000000000047471401101653000275340ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots23578-braille.glif000066400000000000000000000060071401101653000276130ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2358-braille.glif000066400000000000000000000047521401101653000275310ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots236-braille.glif000066400000000000000000000037071401101653000274410ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2367-braille.glif000066400000000000000000000047441401101653000275320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots23678-braille.glif000066400000000000000000000060041401101653000276110ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2368-braille.glif000066400000000000000000000047471401101653000275360ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots237-braille.glif000066400000000000000000000036471401101653000274450ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2378-braille.glif000066400000000000000000000047071401101653000275330ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots238-braille.glif000066400000000000000000000036521401101653000274420ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots24-braille.glif000066400000000000000000000025711401101653000273520ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots245-braille.glif000066400000000000000000000036711401101653000274410ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2456-braille.glif000066400000000000000000000047661401101653000275350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots24567-braille.glif000066400000000000000000000060231401101653000276100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots245678-braille.glif000066400000000000000000000070631401101653000277050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots24568-braille.glif000066400000000000000000000060261401101653000276140ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2457-braille.glif000066400000000000000000000047261401101653000275320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots24578-braille.glif000066400000000000000000000057661401101653000276270ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2458-braille.glif000066400000000000000000000047311401101653000275270ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots246-braille.glif000066400000000000000000000036661401101653000274460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2467-braille.glif000066400000000000000000000047231401101653000275300ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots24678-braille.glif000066400000000000000000000057631401101653000276250ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2468-braille.glif000066400000000000000000000047261401101653000275340ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots247-braille.glif000066400000000000000000000036261401101653000274430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2478-braille.glif000066400000000000000000000046661401101653000275400ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots248-braille.glif000066400000000000000000000036311401101653000274400ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots25-braille.glif000066400000000000000000000026201401101653000273460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots256-braille.glif000066400000000000000000000037151401101653000274420ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2567-braille.glif000066400000000000000000000047521401101653000275330ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots25678-braille.glif000066400000000000000000000060121401101653000276120ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2568-braille.glif000066400000000000000000000047551401101653000275370ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots257-braille.glif000066400000000000000000000036551401101653000274460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2578-braille.glif000066400000000000000000000047151401101653000275340ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots258-braille.glif000066400000000000000000000036601401101653000274430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots26-braille.glif000066400000000000000000000026151401101653000273530ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots267-braille.glif000066400000000000000000000036521401101653000274440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots2678-braille.glif000066400000000000000000000047121401101653000275320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots268-braille.glif000066400000000000000000000036551401101653000274500ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots27-braille.glif000066400000000000000000000025551401101653000273570ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots278-braille.glif000066400000000000000000000036151401101653000274450ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots28-braille.glif000066400000000000000000000025601401101653000273540ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots3-braille.glif000066400000000000000000000015151401101653000272640ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots34-braille.glif000066400000000000000000000025661401101653000273570ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots345-braille.glif000066400000000000000000000036661401101653000274460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots3456-braille.glif000066400000000000000000000047631401101653000275330ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots34567-braille.glif000066400000000000000000000060201401101653000276060ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots345678-braille.glif000066400000000000000000000070601401101653000277030ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots34568-braille.glif000066400000000000000000000060231401101653000276120ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots3457-braille.glif000066400000000000000000000047231401101653000275300ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots34578-braille.glif000066400000000000000000000057631401101653000276250ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots3458-braille.glif000066400000000000000000000047261401101653000275340ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots346-braille.glif000066400000000000000000000036631401101653000274440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots3467-braille.glif000066400000000000000000000047201401101653000275260ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots34678-braille.glif000066400000000000000000000057601401101653000276230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots3468-braille.glif000066400000000000000000000047231401101653000275320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots347-braille.glif000066400000000000000000000036231401101653000274410ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots3478-braille.glif000066400000000000000000000046631401101653000275360ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots348-braille.glif000066400000000000000000000036261401101653000274450ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots35-braille.glif000066400000000000000000000026151401101653000273530ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots356-braille.glif000066400000000000000000000037121401101653000274400ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots3567-braille.glif000066400000000000000000000047471401101653000275400ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots35678-braille.glif000066400000000000000000000060071401101653000276170ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots3568-braille.glif000066400000000000000000000047521401101653000275350ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots357-braille.glif000066400000000000000000000036521401101653000274440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots3578-braille.glif000066400000000000000000000047121401101653000275320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots358-braille.glif000066400000000000000000000036551401101653000274500ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots36-braille.glif000066400000000000000000000026121401101653000273510ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots367-braille.glif000066400000000000000000000036471401101653000274510ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots3678-braille.glif000066400000000000000000000047071401101653000275370ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots368-braille.glif000066400000000000000000000036521401101653000274460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots37-braille.glif000066400000000000000000000025521401101653000273550ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots378-braille.glif000066400000000000000000000036121401101653000274430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots38-braille.glif000066400000000000000000000025551401101653000273610ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots4-braille.glif000066400000000000000000000014741401101653000272710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots45-braille.glif000066400000000000000000000025741401101653000273600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots456-braille.glif000066400000000000000000000036711401101653000274450ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots4567-braille.glif000066400000000000000000000047261401101653000275360ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots45678-braille.glif000066400000000000000000000057661401101653000276330ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots4568-braille.glif000066400000000000000000000047311401101653000275330ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots457-braille.glif000066400000000000000000000036311401101653000274420ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots4578-braille.glif000066400000000000000000000046711401101653000275370ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots458-braille.glif000066400000000000000000000036341401101653000274460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots46-braille.glif000066400000000000000000000025711401101653000273560ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots467-braille.glif000066400000000000000000000036261401101653000274470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots4678-braille.glif000066400000000000000000000046661401101653000275440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots468-braille.glif000066400000000000000000000036311401101653000274440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots47-braille.glif000066400000000000000000000025311401101653000273530ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots478-braille.glif000066400000000000000000000035711401101653000274500ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots48-braille.glif000066400000000000000000000025341401101653000273570ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots5-braille.glif000066400000000000000000000015231401101653000272650ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots56-braille.glif000066400000000000000000000026201401101653000273520ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots567-braille.glif000066400000000000000000000036551401101653000274520ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots5678-braille.glif000066400000000000000000000047151401101653000275400ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots568-braille.glif000066400000000000000000000036601401101653000274470ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots57-braille.glif000066400000000000000000000025601401101653000273560ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots578-braille.glif000066400000000000000000000036201401101653000274440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots58-braille.glif000066400000000000000000000025631401101653000273620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots6-braille.glif000066400000000000000000000015201401101653000272630ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots67-braille.glif000066400000000000000000000025551401101653000273630ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots678-braille.glif000066400000000000000000000036151401101653000274510ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots68-braille.glif000066400000000000000000000025601401101653000273600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots7-braille.glif000066400000000000000000000014601401101653000272670ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots78-braille.glif000066400000000000000000000025201401101653000273550ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dots8-braille.glif000066400000000000000000000014631401101653000272730ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dottedC_ircle.glif000066400000000000000000000144221401101653000273650ustar00rootroot00000000000000 uni25CC public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dottedS_quare.glif000066400000000000000000000144401401101653000274240ustar00rootroot00000000000000 uni2B1A public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/downA_rrow.glif000066400000000000000000000013361401101653000267420ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/downB_lackS_mallT_riangle.glif000066400000000000000000000007271401101653000316440ustar00rootroot00000000000000 uni25BE public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/downB_lackT_riangle.glif000066400000000000000000000007201401101653000305050ustar00rootroot00000000000000 triagdn public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/downT_ipL_eftA_rrow.glif000066400000000000000000000006441401101653000305310ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/downW_hiteS_mallT_riangle.glif000066400000000000000000000013701401101653000317030ustar00rootroot00000000000000 uni25BF public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/downW_hiteT_riangle.glif000066400000000000000000000013651401101653000305570ustar00rootroot00000000000000 uni25BD public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dze-cy.glif000066400000000000000000000004061401101653000260110ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/dzhe-cy.glif000066400000000000000000000020171401101653000261610ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/e-cy.glif000066400000000000000000000027131401101653000254560ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/e.glif000066400000000000000000000031501401101653000250410ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/eacute.glif000066400000000000000000000007161401101653000260700ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ebreve.glif000066400000000000000000000007161401101653000260720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ecaron.glif000066400000000000000000000007161401101653000260710ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflex.glif000066400000000000000000000007301401101653000271240ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflexacute.glif000066400000000000000000000015141401101653000301470ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name acutecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflexdotbelow.glif000066400000000000000000000010251401101653000306620ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflexgrave.glif000066400000000000000000000015141401101653000301520ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name gravecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflexhookabove.glif000066400000000000000000000015301401101653000310210ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name hookabovecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ecircumflextilde.glif000066400000000000000000000010321401101653000301420ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/edieresis.glif000066400000000000000000000007241401101653000265750ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/edotaccent.glif000066400000000000000000000007251401101653000267330ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/edotbelow.glif000066400000000000000000000007271401101653000266100ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ef-cy.glif000066400000000000000000000061311401101653000256220ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/egrave.glif000066400000000000000000000007171401101653000260740ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ehookabove.glif000066400000000000000000000007261401101653000267450ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/eight.dnom.glif000066400000000000000000000004571401101653000266600ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/eight.glif000066400000000000000000000047161401101653000257260ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/eight.numr.glif000066400000000000000000000004401401101653000266740ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/eightinferior.glif000066400000000000000000000005121401101653000274520ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/eightsuperior.glif000066400000000000000000000047501401101653000275150ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/el-cy.glif000066400000000000000000000020641401101653000256310ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/el-cy.loclB_G_R_.glif000066400000000000000000000011121401101653000275420ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ellipsis.glif000066400000000000000000000006121401101653000264410ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/em-cy.glif000066400000000000000000000025511401101653000256330ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/emacron.glif000066400000000000000000000007201401101653000262410ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/emdash.glif000066400000000000000000000007271401101653000260650ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/en-cy.glif000066400000000000000000000015061401101653000256330ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/endO_fM_ediumC_ontrol.glif000066400000000000000000000017441401101653000310160ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name E.half alignment -1 index 1 name M.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/endO_fM_ediumC_ontrol.ss20.glif000066400000000000000000000020531401101653000315760ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_extC_ontrol.glif000066400000000000000000000017421401101653000305200ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name E.half alignment -1 index 1 name X.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_extC_ontrol.ss20.glif000066400000000000000000000013731401101653000313060ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_ransmissionB_lockC_ontrol.glif000066400000000000000000000017571401101653000334050ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name E.half alignment -1 index 1 name B.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 endO_fT_ransmissionB_lockC_ontrol.ss20.glif000066400000000000000000000014101401101653000340760ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_ransmissionC_ontrol.glif000066400000000000000000000017521401101653000322660ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name E.half alignment -1 index 1 name T.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/endO_fT_ransmissionC_ontrol.ss20.glif000066400000000000000000000013451401101653000330520ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/endash.glif000066400000000000000000000007271401101653000260660ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/endescender-cy.glif000066400000000000000000000007371401101653000275150ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/eng.glif000066400000000000000000000035271401101653000253760ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/enquiryC_ontrol.glif000066400000000000000000000017401401101653000300140ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name E.half alignment -1 index 1 name Q.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/enquiryC_ontrol.ss20.glif000066400000000000000000000014731401101653000306050ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/eogonek.glif000066400000000000000000000024531401101653000262510ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/eopen.glif000066400000000000000000000005721401101653000257300ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/epsilon.glif000066400000000000000000000037601401101653000262750ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/epsilontonos.glif000066400000000000000000000004761401101653000273610ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/equal.glif000066400000000000000000000012451401101653000257270ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/equal_end.seq.glif000066400000000000000000000012221401101653000273370ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/equal_equal.liga.glif000066400000000000000000000020641401101653000300310ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/equal_equal_equal.liga.glif000066400000000000000000000015531401101653000312220ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/equal_middle.seq.glif000066400000000000000000000012251401101653000300320ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/equal_start.seq.glif000066400000000000000000000012241401101653000277300ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/equivalence.glif000066400000000000000000000015701401101653000271220ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/er-cy.glif000066400000000000000000000004051401101653000256340ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ereversed-cy.glif000066400000000000000000000027231401101653000272170ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/es-cy.glif000066400000000000000000000004051401101653000256350ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/escapeC_ontrol.glif000066400000000000000000000017371401101653000275660ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name E.half alignment -1 index 1 name C.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/escapeC_ontrol.ss20.glif000066400000000000000000000011211401101653000303370ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/esh.glif000066400000000000000000000031011401101653000253700ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/estimated.glif000066400000000000000000000027361401101653000266050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/eta.glif000066400000000000000000000022671401101653000253760ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/etatonos.glif000066400000000000000000000004701401101653000264530ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/eth.glif000066400000000000000000000041211401101653000253740ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/etilde.glif000066400000000000000000000007161401101653000260700ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/eturned.glif000066400000000000000000000005721401101653000262700ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/euro.glif000066400000000000000000000032711401101653000255730ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/eurocurrency.glif000066400000000000000000000037201401101653000273450ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/exclam.glif000066400000000000000000000007701401101653000260730ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/exclam_colon.liga.glif000066400000000000000000000005331401101653000301750ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/exclam_equal.liga.glif000066400000000000000000000015501401101653000301720ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/exclam_equal_equal.liga.glif000066400000000000000000000020751401101653000313640ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/exclam_equal_middle.seq.glif000066400000000000000000000021171401101653000313640ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/exclam_exclam.liga.glif000066400000000000000000000005351401101653000303360ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/exclam_exclam_period.liga.glif000066400000000000000000000006221401101653000316750ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/exclam_period.liga.glif000066400000000000000000000005351401101653000303470ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/exclamdouble.glif000066400000000000000000000005571401101653000272710ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/exclamdown.glif000066400000000000000000000010271401101653000267570ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ezh.glif000066400000000000000000000032751401101653000254130ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/f.glif000066400000000000000000000023231401101653000250430ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/fi.glif000066400000000000000000000025061401101653000252170ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/fileS_eparatorC_ontrol.glif000066400000000000000000000017461401101653000312650ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name F.half alignment -1 index 1 name S.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/filledR_ect.glif000066400000000000000000000007661401101653000270430ustar00rootroot00000000000000 filledrect public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/firsttonechinese.glif000066400000000000000000000004611401101653000301730ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/fisheye.glif000066400000000000000000000015371401101653000262600ustar00rootroot00000000000000 uni25C9 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/five.dnom.glif000066400000000000000000000004551401101653000265070ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/five.glif000066400000000000000000000033451401101653000255540ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/five.numr.glif000066400000000000000000000004361401101653000265320ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/fiveeighths.glif000066400000000000000000000011061401101653000271210ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/fiveinferior.glif000066400000000000000000000005101401101653000273010ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/fivesuperior.glif000066400000000000000000000033711401101653000273440ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/fl.glif000066400000000000000000000025111401101653000252160ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/florin.glif000066400000000000000000000032701401101653000261110ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/formF_eedC_ontrol.glif000066400000000000000000000017411401101653000302070ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name F.half alignment -1 index 1 name F.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/formF_eedC_ontrol.ss20.glif000066400000000000000000000024351401101653000307760ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/four.dnom.glif000066400000000000000000000004551401101653000265310ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/four.glif000066400000000000000000000020601401101653000255670ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/four.half.glif000066400000000000000000000020251401101653000265010ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/four.numr.glif000066400000000000000000000004361401101653000265540ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/fourinferior.glif000066400000000000000000000005101401101653000273230ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/foursuperior.glif000066400000000000000000000021001401101653000273530ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/fraction.glif000066400000000000000000000007331401101653000264260ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/franc.glif000066400000000000000000000010761401101653000257130ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/fullB_lock.glif000066400000000000000000000007331401101653000266750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/fullB_lock.stypo.glif000066400000000000000000000007111401101653000300460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/g.glif000066400000000000000000000040231401101653000250430ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/gamma-latin.glif000066400000000000000000000035771401101653000270210ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/gamma.glif000066400000000000000000000021621401101653000257010ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/gbreve.glif000066400000000000000000000006501401101653000260710ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/gcaron.glif000066400000000000000000000006501401101653000260700ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/gcircumflex.glif000066400000000000000000000006621401101653000271320ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/gcommaaccent.glif000066400000000000000000000006711401101653000272430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/gdotaccent.glif000066400000000000000000000006601401101653000267330ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ge-cy.glif000066400000000000000000000011771401101653000256300ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ge-cy.loclB_G_R_.glif000066400000000000000000000034771401101653000275550ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/germandbls.glif000066400000000000000000000051651401101653000267430ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ghestroke-cy.glif000066400000000000000000000007271401101653000272300ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/gheupturn-cy.glif000066400000000000000000000015231401101653000272510ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/gje-cy.glif000066400000000000000000000004721401101653000257770ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/glottalstop.glif000066400000000000000000000030451401101653000271740ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/glottalstopmod.glif000066400000000000000000000030021401101653000276650ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/glottalstopreversed.glif000066400000000000000000000030531401101653000307330ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/grave.glif000066400000000000000000000004571401101653000257300ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/gravecomb.case.glif000066400000000000000000000011261401101653000274750ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/gravecomb.glif000066400000000000000000000012271401101653000265650ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/gravetonecomb.glif000066400000000000000000000005611401101653000274530ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/greater.alt.glif000066400000000000000000000011601401101653000270240ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/greater.center.glif000066400000000000000000000011621401101653000275260ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/greater.glif000066400000000000000000000012071401101653000262470ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/greater_equal.liga.glif000066400000000000000000000015111401101653000303470ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/greater_equal_end.seq.glif000066400000000000000000000013101401101653000310460ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/greater_equal_middle.seq.glif000066400000000000000000000005221401101653000315420ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/greater_equal_start.seq.glif000066400000000000000000000020561401101653000314450ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater.liga.glif000066400000000000000000000017741401101653000307040ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_equal_end.seq.glif000066400000000000000000000014071401101653000325660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_equal_middle.seq.glif000066400000000000000000000030131401101653000332510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_equal_start.seq.glif000066400000000000000000000021621401101653000331540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_greater.liga.glif000066400000000000000000000006301401101653000324030ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_hyphen_end.seq.glif000066400000000000000000000010731401101653000327510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_hyphen_middle.seq.glif000066400000000000000000000014121401101653000334360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/greater_greater_hyphen_start.seq.glif000066400000000000000000000010761401101653000333430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen_end.seq.glif000066400000000000000000000010001401101653000312260ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen_middle.seq.glif000066400000000000000000000005241401101653000317300ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/greater_hyphen_start.seq.glif000066400000000000000000000010021401101653000316170ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/greaterequal.glif000066400000000000000000000015271401101653000273040ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/groupS_eparatorC_ontrol.glif000066400000000000000000000017471401101653000315030ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name G.half alignment -1 index 1 name S.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/gstroke.glif000066400000000000000000000011071401101653000262730ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/guarani.glif000066400000000000000000000013601401101653000262440ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/guillemetleft.glif000066400000000000000000000005761401101653000274700ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/guillemetright.glif000066400000000000000000000006521401101653000276460ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/guilsinglleft.glif000066400000000000000000000012121401101653000274620ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/guilsinglright.glif000066400000000000000000000012131401101653000276460ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/h.glif000066400000000000000000000024351401101653000250510ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ha-cy.glif000066400000000000000000000004051401101653000256160ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hadescender-cy.glif000066400000000000000000000007371401101653000275030ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hardsign-cy.glif000066400000000000000000000026211401101653000270270ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hardsign-cy.loclB_G_R_.glif000066400000000000000000000027261401101653000307550ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hbar.glif000066400000000000000000000011531401101653000255320ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hcaron.glif000066400000000000000000000007421401101653000260730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hcircumflex.glif000066400000000000000000000007541401101653000271350ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hdotbelow.glif000066400000000000000000000007121401101653000266050ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/heartB_lackS_uit.glif000066400000000000000000000023441401101653000300240ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 heavyleftpointinganglebracketornament.glif000066400000000000000000000012401401101653000344020ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.67,0.95,0.38,1 heavyleftpointinganglequotationmarkornament.glif000066400000000000000000000012501401101653000356660ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.67,0.95,0.38,1 heavyrightpointinganglebracketornament.glif000066400000000000000000000012411401101653000345660ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.67,0.95,0.38,1 heavyrightpointinganglequotationmarkornament.glif000066400000000000000000000012511401101653000360520ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hookabovecomb.case.glif000066400000000000000000000030371401101653000303510ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hookabovecomb.glif000066400000000000000000000027221401101653000274370ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/horizontalB_lackH_exagon.glif000066400000000000000000000011261401101653000315540ustar00rootroot00000000000000 uni2B23 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/horizontalF_illS_quare.glif000066400000000000000000000013561401101653000313020ustar00rootroot00000000000000 uni25A4 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/horizontalT_abulationC_ontrol.glif000066400000000000000000000017551401101653000327010ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name H.half alignment -1 index 1 name T.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 horizontalT_abulationC_ontrol.ss20.glif000066400000000000000000000016541401101653000334060ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/horizontalbar.glif000066400000000000000000000004641401101653000275000ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/horizontallineextension.glif000066400000000000000000000005111401101653000316110ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/horncomb.case.glif000066400000000000000000000014461401101653000273440ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/horncomb.glif000066400000000000000000000014661401101653000264340ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/house.glif000066400000000000000000000015401401101653000257410ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hryvnia.glif000066400000000000000000000050271401101653000263020ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hungarumlaut.glif000066400000000000000000000004671401101653000273410ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hungarumlautcomb.case.glif000066400000000000000000000014531401101653000311100ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hungarumlautcomb.glif000066400000000000000000000014761401101653000302030ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hyphen.glif000066400000000000000000000004541401101653000261140ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_asciitilde.liga.glif000066400000000000000000000033401401101653000312160ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_end.seq.glif000066400000000000000000000007061401101653000275310ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_hyphen.liga.glif000066400000000000000000000012321401101653000303750ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_hyphen_hyphen.liga.glif000066400000000000000000000015561401101653000317610ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_middle.seq.glif000066400000000000000000000007111401101653000302150ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hyphen_start.seq.glif000066400000000000000000000007101401101653000301130ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/hyphentwo.glif000066400000000000000000000004601401101653000266430ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/i-cy.glif000066400000000000000000000004041401101653000254550ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/i.glif000066400000000000000000000031741401101653000250530ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ia-cy.glif000066400000000000000000000043361401101653000256260ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/iacute.glif000066400000000000000000000007251401101653000260740ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/iacute_j.loclN_L_D_.glif000066400000000000000000000025611401101653000303300ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ibreve.glif000066400000000000000000000007241401101653000260750ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/icircumflex.glif000066400000000000000000000007361401101653000271360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/idieresis.glif000066400000000000000000000007321401101653000266000ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/idotbelow.glif000066400000000000000000000006551401101653000266140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/idotless.glif000066400000000000000000000022471401101653000264510ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ie-cy.glif000066400000000000000000000004571401101653000256320ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/iegrave-cy.glif000066400000000000000000000005501401101653000266510ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/igrave.glif000066400000000000000000000007231401101653000260750ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ihookabove.glif000066400000000000000000000007341401101653000267500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ii-cy.glif000066400000000000000000000017561401101653000256410ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ii-cy.loclB_G_R_.glif000066400000000000000000000005151401101653000275510ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/iigrave-cy.glif000066400000000000000000000004761401101653000266640ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/iigrave-cy.loclB_G_R_.glif000066400000000000000000000006161401101653000306000ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/iishort-cy.glif000066400000000000000000000004631401101653000267130ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/iishort-cy.loclB_G_R_.glif000066400000000000000000000006211401101653000306270ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ij.glif000066400000000000000000000044461401101653000252300ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/imacron-cy.glif000066400000000000000000000004611401101653000266600ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/imacron.glif000066400000000000000000000007261401101653000262530ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/increment.glif000066400000000000000000000005741401101653000266100ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/infinity.glif000066400000000000000000000045271401101653000264570ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/integral.glif000066400000000000000000000027601401101653000264300ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/integralbt.glif000066400000000000000000000014771401101653000267620ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/integraltp.glif000066400000000000000000000017111401101653000267670ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/intersection.glif000066400000000000000000000020471401101653000273270ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/inverseB_ullet.glif000066400000000000000000000017631401101653000276070ustar00rootroot00000000000000 invbullet public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/inverseW_hiteC_ircle.glif000066400000000000000000000027671401101653000307260ustar00rootroot00000000000000 invcircle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/io-cy.glif000066400000000000000000000005451401101653000256420ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/iogonek.glif000066400000000000000000000023731401101653000262560ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/iota-latin.glif000066400000000000000000000005741401101653000266650ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/iota.glif000066400000000000000000000021341401101653000255520ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/iotadieresis.glif000066400000000000000000000005021401101653000272770ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/iotadieresistonos.glif000066400000000000000000000005101401101653000303610ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/iotatonos.glif000066400000000000000000000004671401101653000266440ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/itilde.glif000066400000000000000000000007241401101653000260730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/iu-cy.glif000066400000000000000000000031651401101653000256510ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/iu-cy.loclB_G_R_.glif000066400000000000000000000031451401101653000275670ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/j.glif000066400000000000000000000034441401101653000250540ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/jcaron.glif000066400000000000000000000006571401101653000261020ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/jcircumflex.glif000066400000000000000000000006711401101653000271350ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/jdotless.glif000066400000000000000000000024461401101653000264530ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/je-cy.glif000066400000000000000000000004101401101653000256200ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/k.glif000066400000000000000000000022411401101653000250470ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ka-cy.glif000066400000000000000000000044341401101653000256270ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ka-cy.loclB_G_R_.glif000066400000000000000000000044151401101653000275460ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/kadescender-cy.glif000066400000000000000000000047621401101653000275100ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/kaiS_ymbol.glif000066400000000000000000000025721401101653000267150ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/kappa.glif000066400000000000000000000020761401101653000257170ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/kcommaaccent.glif000066400000000000000000000006631401101653000272500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/kdotbelow.glif000066400000000000000000000006551401101653000266160ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/kgreenlandic.glif000066400000000000000000000022541401101653000272470ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/kip.glif000066400000000000000000000014051401101653000254010ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/kje-cy.glif000066400000000000000000000004711401101653000260020ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/klinebelow.glif000066400000000000000000000006611401101653000267540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/l.glif000066400000000000000000000024421401101653000250530ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lacute.glif000066400000000000000000000010161401101653000260710ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lambda.glif000066400000000000000000000033511401101653000260400ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lambdastroke.glif000066400000000000000000000007351401101653000272730ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/largeC_ircle.glif000066400000000000000000000024451401101653000271760ustar00rootroot00000000000000 uni25EF public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lari.glif000066400000000000000000000034571401101653000255560ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lbar.glif000066400000000000000000000012241401101653000255350ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lbelt.glif000066400000000000000000000026171401101653000257260ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lcaron.glif000066400000000000000000000012351401101653000260750ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lcommaaccent.glif000066400000000000000000000010121401101653000272360ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ldot.glif000066400000000000000000000010151401101653000255550ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ldotbelow.glif000066400000000000000000000010041401101653000266040ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftA_rrow.glif000066400000000000000000000013371401101653000267260ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lackP_ointer.glif000066400000000000000000000007201401101653000303430ustar00rootroot00000000000000 triaglf public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lackS_mallT_riangle.glif000066400000000000000000000007271401101653000316270ustar00rootroot00000000000000 uni25C2 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lackT_riangle.glif000066400000000000000000000007211401101653000304710ustar00rootroot00000000000000 uni25C0 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lock.glif000066400000000000000000000007311401101653000266630ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftB_lock.stypo.glif000066400000000000000000000007071401101653000300430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftF_iveE_ighthsB_lock.glif000066400000000000000000000007441401101653000313130ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftF_iveE_ighthsB_lock.stypo.glif000066400000000000000000000007221401101653000324640ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftH_alfB_lackC_ircle.glif000066400000000000000000000011341401101653000310560ustar00rootroot00000000000000 uni25D6 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftH_alfB_lackD_iamond.glif000066400000000000000000000007671401101653000312430ustar00rootroot00000000000000 uni2B16 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftH_alfB_lackS_quare.glif000066400000000000000000000010421401101653000311130ustar00rootroot00000000000000 uni25E7 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftH_alfB_lackW_hiteC_ircle.glif000066400000000000000000000011221401101653000322130ustar00rootroot00000000000000 uni25D0 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftO_neE_ighthB_lock.glif000066400000000000000000000007421401101653000307560ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftO_neE_ighthB_lock.stypo.glif000066400000000000000000000007201401101653000321270ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftO_neQ_uarterB_lock.glif000066400000000000000000000007431401101653000311720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftO_neQ_uarterB_lock.stypo.glif000066400000000000000000000007211401101653000323430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftR_ightA_rrow.glif000066400000000000000000000021351401101653000300600ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftS_evenE_ighthsB_lock.glif000066400000000000000000000007471401101653000315050ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftS_evenE_ighthsB_lock.stypo.glif000066400000000000000000000007251401101653000326560ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftT_hreeE_ighthsB_lock.glif000066400000000000000000000007451401101653000314720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftT_hreeE_ighthsB_lock.stypo.glif000066400000000000000000000007231401101653000326430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftT_hreeQ_uartersB_lock.glif000066400000000000000000000007461401101653000317060ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftT_hreeQ_uartersB_lock.stypo.glif000066400000000000000000000007241401101653000330570ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftW_hiteP_ointer.glif000066400000000000000000000013611401101653000304110ustar00rootroot00000000000000 uni25C5 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftW_hiteS_mallT_riangle.glif000066400000000000000000000013661401101653000316730ustar00rootroot00000000000000 uni25C3 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/leftW_hiteT_riangle.glif000066400000000000000000000013641401101653000305410ustar00rootroot00000000000000 uni25C1 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less.alt.glif000066400000000000000000000011551401101653000263450ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less.center.glif000066400000000000000000000011631401101653000270440ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less.glif000066400000000000000000000012041401101653000255610ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_asciitilde.liga.glif000066400000000000000000000032731401101653000306760ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_asciitilde_asciitilde.liga.glif000066400000000000000000000052261401101653000330700ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_asciitilde_greater.liga.glif000066400000000000000000000006301401101653000324010ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_asterisk.liga.glif000066400000000000000000000005351401101653000304070ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_asterisk_greater.liga.glif000066400000000000000000000006241401101653000321170ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_bar.liga.glif000066400000000000000000000013561401101653000273300ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_bar_bar.liga.glif000066400000000000000000000014351401101653000301520ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_bar_bar_bar.liga.glif000066400000000000000000000015141401101653000307740ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_bar_greater.liga.glif000066400000000000000000000006121401101653000310330ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 less_dollar.liga.B_R_A_C_K_E_T_.600.glif000066400000000000000000000050431401101653000325660ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs com.schriftgestaltung.Glyphs._originalLayerName [600] public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_dollar.liga.glif000066400000000000000000000043521401101653000300400ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 less_dollar_greater.liga.B_R_A_C_K_E_T_.600.glif000066400000000000000000000052601401101653000343000ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs com.schriftgestaltung.Glyphs._originalLayerName [600] public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_dollar_greater.liga.glif000066400000000000000000000045671401101653000315610ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_equal.liga.glif000066400000000000000000000015061401101653000276700ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_end.seq.glif000066400000000000000000000020471401101653000303730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_middle.seq.glif000066400000000000000000000005471401101653000310660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_equal_start.seq.glif000066400000000000000000000013111401101653000307530ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_exclam_hyphen_hyphen.liga.glif000066400000000000000000000014021401101653000327530ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_greater.liga.glif000066400000000000000000000005331401101653000302110ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_end.seq.glif000066400000000000000000000007671401101653000305660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_middle.seq.glif000066400000000000000000000005511401101653000312450ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_hyphen_start.seq.glif000066400000000000000000000007751401101653000311540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_less.liga.glif000066400000000000000000000017701401101653000275320ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_less_equal_end.seq.glif000066400000000000000000000021361401101653000314200ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_less_equal_middle.seq.glif000066400000000000000000000027741401101653000321200ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_less_equal_start.seq.glif000066400000000000000000000013761401101653000320140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_less_hyphen_end.seq.glif000066400000000000000000000010551401101653000316030ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_less_hyphen_middle.seq.glif000066400000000000000000000013741401101653000322770ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_less_hyphen_start.seq.glif000066400000000000000000000010561401101653000321730ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_less_less.liga.glif000066400000000000000000000006061401101653000305550ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_plus.liga.glif000066400000000000000000000005251401101653000275440ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_plus_greater.liga.glif000066400000000000000000000006141401101653000312540ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_slash.liga.glif000066400000000000000000000012451401101653000276730ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/less_slash_greater.liga.glif000066400000000000000000000020541401101653000314030ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lessequal.glif000066400000000000000000000015261401101653000266200ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lineF_eedC_ontrol.glif000066400000000000000000000017411401101653000301730ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name L.half alignment -1 index 1 name F.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lineF_eedC_ontrol.ss20.glif000066400000000000000000000017031401101653000307570ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lineseparator.glif000066400000000000000000000002431401101653000274650ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lira.glif000066400000000000000000000035321401101653000255500ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/liraT_urkish.glif000066400000000000000000000025161401101653000272620ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/literS_ign.glif000066400000000000000000000024531401101653000267210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lje-cy.glif000066400000000000000000000035041401101653000260030ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/llinebelow.glif000066400000000000000000000010101401101653000267420ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lmiddletilde.glif000066400000000000000000000033031401101653000272510ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/logicalnot.glif000066400000000000000000000012501401101653000267470ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/logicalnotR_eversed.glif000066400000000000000000000012561401101653000306140ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/longs.glif000066400000000000000000000023261401101653000257430ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerF_iveE_ighthsB_lock.glif000066400000000000000000000007471401101653000315140ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerF_iveE_ighthsB_lock.stypo.glif000066400000000000000000000007251401101653000326650ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfA_rc.glif000066400000000000000000000015411401101653000274660ustar00rootroot00000000000000 uni25E1 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfB_lackW_hiteC_ircle.glif000066400000000000000000000011561401101653000324200ustar00rootroot00000000000000 uni25D2 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfB_lock.glif000066400000000000000000000007361401101653000300200ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfB_lock.stypo.glif000066400000000000000000000007141401101653000311710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfI_nverseW_hiteC_ircle.glif000066400000000000000000000020671401101653000330210ustar00rootroot00000000000000 uni25DB public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerH_alfW_hiteS_quare.glif000066400000000000000000000011621401101653000313600ustar00rootroot00000000000000 uni2B12 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftA_rc.glif000066400000000000000000000011611401101653000275040ustar00rootroot00000000000000 uni25DF public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftB_lackT_riangle.glif000066400000000000000000000007241401101653000316440ustar00rootroot00000000000000 uni25E3 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftB_lock.glif000066400000000000000000000007341401101653000300360ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftB_lock.stypo.glif000066400000000000000000000007121401101653000312070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftH_alfW_hiteS_quare.glif000066400000000000000000000011111401101653000323240ustar00rootroot00000000000000 uni2B14 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftQ_uadrantW_hiteC_ircle.glif000066400000000000000000000012321401101653000331760ustar00rootroot00000000000000 uni25F5 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerL_eftT_riangle.glif000066400000000000000000000013561401101653000305520ustar00rootroot00000000000000 uni25FA public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerO_neE_ighthB_lock.glif000066400000000000000000000007451401101653000311570ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerO_neE_ighthB_lock.stypo.glif000066400000000000000000000007231401101653000323300ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerO_neQ_uarterB_lock.glif000066400000000000000000000007441401101653000313710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerO_neQ_uarterB_lock.stypo.glif000066400000000000000000000007221401101653000325420ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightA_rc.glif000066400000000000000000000011661401101653000276740ustar00rootroot00000000000000 uni25DE public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightB_lackT_riangle.glif000066400000000000000000000007271401101653000320320ustar00rootroot00000000000000 uni25E2 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightB_lock.glif000066400000000000000000000007431401101653000302210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightB_lock.stypo.glif000066400000000000000000000007211401101653000313720ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 lowerR_ightD_iagonalH_alfB_lackS_quare.glif000066400000000000000000000010411401101653000341640ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs uni25EA public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightQ_uadrantW_hiteC_ircle.glif000066400000000000000000000012021401101653000333560ustar00rootroot00000000000000 uni25F6 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerR_ightT_riangle.glif000066400000000000000000000013631401101653000307330ustar00rootroot00000000000000 uni25FF public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerS_evenE_ighthsB_lock.glif000066400000000000000000000007501401101653000316750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerS_evenE_ighthsB_lock.stypo.glif000066400000000000000000000007261401101653000330550ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerT_hreeE_ighthsB_lock.glif000066400000000000000000000007461401101653000316710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerT_hreeE_ighthsB_lock.stypo.glif000066400000000000000000000007241401101653000330420ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerT_hreeQ_uartersB_lock.glif000066400000000000000000000007511401101653000321000ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowerT_hreeQ_uartersB_lock.stypo.glif000066400000000000000000000007271401101653000332600ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowernumeral-greek.glif000066400000000000000000000004651401101653000304320ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lowlinecomb.glif000066400000000000000000000005651401101653000271360ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lozenge.glif000066400000000000000000000013651401101653000262660ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/lslash.glif000066400000000000000000000012311401101653000261010ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/m.glif000066400000000000000000000037611401101653000250610ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/macron.glif000066400000000000000000000004611401101653000260760ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/macronbelowcomb.glif000066400000000000000000000011601401101653000277650ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/macroncomb.case.glif000066400000000000000000000011271401101653000276510ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/macroncomb.glif000066400000000000000000000011541401101653000267370ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/manat.glif000066400000000000000000000023441401101653000257210ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/mars.glif000066400000000000000000000044111401101653000255600ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/mediumB_lackS_mallS_quare.glif000066400000000000000000000010011401101653000316320ustar00rootroot00000000000000 uni25FE public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/mediumB_lackS_quare.glif000066400000000000000000000007761401101653000305240ustar00rootroot00000000000000 uni25FC public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/mediumW_hiteS_mallS_quare.glif000066400000000000000000000013121401101653000317030ustar00rootroot00000000000000 uni25FD public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/mediumW_hiteS_quare.glif000066400000000000000000000013111401101653000305520ustar00rootroot00000000000000 uni25FB public.markColor 0.5,0.09,0.79,1 mediumleftpointinganglebracketornament.glif000066400000000000000000000012431401101653000345510ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.67,0.95,0.38,1 mediumrightpointinganglebracketornament.glif000066400000000000000000000012421401101653000347330ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/micro.glif000066400000000000000000000005731401101653000257340ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/minus.glif000066400000000000000000000007301401101653000257510ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/minute.glif000066400000000000000000000007311401101653000261200ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/mu.glif000066400000000000000000000035321401101653000252420ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/multiply.glif000066400000000000000000000013721401101653000265000ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/n.glif000066400000000000000000000024361401101653000250600ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/nacute.glif000066400000000000000000000006441401101653000261010ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/nacute.loclP_L_K_.glif000066400000000000000000000006341401101653000300340ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/naira.glif000066400000000000000000000010761401101653000257140ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/napostrophe.glif000066400000000000000000000011071401101653000271570ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/nbspace.glif000066400000000000000000000004461401101653000262350ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ncaron.glif000066400000000000000000000006451401101653000261030ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ncommaaccent.glif000066400000000000000000000006461401101653000272540ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/negativeA_cknowledgeC_ontrol.glif000066400000000000000000000017541401101653000324320ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name N.half alignment -1 index 1 name K.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/negativeA_cknowledgeC_ontrol.ss20.glif000066400000000000000000000011531401101653000332110ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/newlineC_ontrol.glif000066400000000000000000000017401401101653000277610ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name N.half alignment -1 index 1 name L.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/nhookleft.glif000066400000000000000000000035301401101653000266100ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/nine.dnom.glif000066400000000000000000000004551401101653000265070ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/nine.glif000066400000000000000000000034131401101653000255500ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/nine.numr.glif000066400000000000000000000004361401101653000265320ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/nineinferior.glif000066400000000000000000000005101401101653000273010ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ninesuperior.glif000066400000000000000000000035041401101653000273420ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/nje-cy.glif000066400000000000000000000032531401101653000260060ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/nlinebelow.glif000066400000000000000000000006441401101653000267600ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/nmod.glif000066400000000000000000000021601401101653000255520ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/nonbreakinghyphen.glif000066400000000000000000000004731401101653000303330ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/note-musical.glif000066400000000000000000000030261401101653000272170ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/notedbl-musical.glif000066400000000000000000000035531401101653000277060ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/notequal.glif000066400000000000000000000015601401101653000264500ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/notidentical.glif000066400000000000000000000010111401101653000272640ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ntilde.glif000066400000000000000000000006271401101653000261020ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/nu.glif000066400000000000000000000016721401101653000252460ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/nullC_ontrol.glif000066400000000000000000000017351401101653000272760ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name N.half alignment -1 index 1 name U.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/numbersign.glif000066400000000000000000000020701401101653000267660ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_braceleft.liga.glif000066400000000000000000000062001401101653000317070ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_bracketleft.liga.glif000066400000000000000000000021461401101653000322530ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_colon.liga.glif000066400000000000000000000005611401101653000310760ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_end.seq.glif000066400000000000000000000020451401101653000304050ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_equal.liga.glif000066400000000000000000000013221401101653000310670ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_exclam.liga.glif000066400000000000000000000005451401101653000312370ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_middle.seq.glif000066400000000000000000000020501401101653000310710ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_parenleft.liga.glif000066400000000000000000000021421401101653000317410ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_question.liga.glif000066400000000000000000000044121401101653000316320ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_start.seq.glif000066400000000000000000000020471401101653000307760ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/numbersign_underscore.liga.glif000066400000000000000000000024011401101653000321300ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 numbersign_underscore_parenleft.liga.glif000066400000000000000000000041301401101653000341120ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/numeral-greek.glif000066400000000000000000000004651401101653000273610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/numero.glif000066400000000000000000000043331401101653000261260ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/o-cy.glif000066400000000000000000000006051401101653000254660ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/o.glif000066400000000000000000000027221401101653000250570ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/oacute.glif000066400000000000000000000010451401101653000260760ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/oacute.loclP_L_K_.glif000066400000000000000000000010351401101653000300310ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/obarred-cy.glif000066400000000000000000000011261401101653000266450ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/obreve.glif000066400000000000000000000010301401101653000260720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflex.glif000066400000000000000000000010421401101653000271330ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflexacute.glif000066400000000000000000000016261401101653000301650ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name acutecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflexdotbelow.glif000066400000000000000000000011221401101653000306720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflexgrave.glif000066400000000000000000000016261401101653000301700ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name gravecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflexhookabove.glif000066400000000000000000000016421401101653000310370ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo anchor top_viet index 2 name hookabovecomb public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ocircumflextilde.glif000066400000000000000000000011441401101653000301600ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/odieresis.glif000066400000000000000000000010521401101653000266020ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/odotbelow.glif000066400000000000000000000010411401101653000266100ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/oe.glif000066400000000000000000000050701401101653000252230ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ogonek.glif000066400000000000000000000004531401101653000261020ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ogonekcomb.glif000066400000000000000000000024431401101653000267440ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ograve.glif000066400000000000000000000010461401101653000261020ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ohookabove.glif000066400000000000000000000010551401101653000267530ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ohorn.glif000066400000000000000000000010441401101653000257420ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ohornacute.glif000066400000000000000000000010551401101653000267660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ohorndotbelow.glif000066400000000000000000000010511401101653000275000ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ohorngrave.glif000066400000000000000000000010561401101653000267720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ohornhookabove.glif000066400000000000000000000010651401101653000276430ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ohorntilde.glif000066400000000000000000000010551401101653000267660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ohungarumlaut.glif000066400000000000000000000010631401101653000275110ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/omacron.glif000066400000000000000000000010321401101653000262500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/omacronacute.glif000066400000000000000000000011341401101653000272750ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/omacrongrave.glif000066400000000000000000000011351401101653000273010ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/omega.glif000066400000000000000000000035311401101653000257100ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/omegatonos.glif000066400000000000000000000004711401101653000267730ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/omicron.glif000066400000000000000000000006101401101653000262610ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/omicrontonos.glif000066400000000000000000000006761401101653000273600ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/one.dnom.glif000066400000000000000000000004531401101653000263350ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/one.glif000066400000000000000000000020531401101653000253770ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/one.half.glif000066400000000000000000000020161401101653000263070ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/one.numr.glif000066400000000000000000000004341401101653000263600ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/onedotenleader.glif000066400000000000000000000004651401101653000276130ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/oneeighth.glif000066400000000000000000000011031401101653000265630ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/onehalf.glif000066400000000000000000000010771401101653000262370ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/oneinferior.glif000066400000000000000000000005061401101653000271360ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/onequarter.glif000066400000000000000000000011221401101653000267770ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/onesuperior.glif000066400000000000000000000020751401101653000271740ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/oogonek.glif000066400000000000000000000026021401101653000262570ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/oopen.glif000066400000000000000000000025651401101653000257460ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ordfeminine.glif000066400000000000000000000042201401101653000271130ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ordmasculine.glif000066400000000000000000000024241401101653000273050ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/orthogonal.glif000066400000000000000000000012401401101653000267670ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/oslash.glif000066400000000000000000000013061401101653000261070ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/oslashacute.glif000066400000000000000000000010571401101653000271340ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/otilde.glif000066400000000000000000000010451401101653000260760ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/overline.glif000066400000000000000000000007371401101653000264500ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/p.glif000066400000000000000000000032761401101653000250650ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/palochka-cy.glif000066400000000000000000000004731401101653000270150ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/paragraph.glif000066400000000000000000000022301401101653000265600ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/parenleft.glif000066400000000000000000000021331401101653000265750ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/parenleft_asterisk.liga.glif000066400000000000000000000021371401101653000314210ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/parenright.glif000066400000000000000000000021341401101653000267610ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/partialdiff.glif000066400000000000000000000034561401101653000271130ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/pe-cy.glif000066400000000000000000000015101401101653000256300ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/pe-cy.loclB_G_R_.glif000066400000000000000000000003651401101653000275570ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/percent.glif000066400000000000000000000047201401101653000262610ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/percent_percent.liga.glif000066400000000000000000000113011401101653000307050ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/period.glif000066400000000000000000000014051401101653000261000ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/period_equal.liga.glif000066400000000000000000000013301401101653000301770ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/period_hyphen.liga.glif000066400000000000000000000010121401101653000303600ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/period_period.liga.glif000066400000000000000000000005351401101653000303600ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/period_period_equal.liga.glif000066400000000000000000000013771401101653000315540ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/period_period_less.liga.glif000066400000000000000000000013731401101653000314070ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/period_period_period.liga.glif000066400000000000000000000006221401101653000317170ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/period_question.liga.glif000066400000000000000000000005401401101653000307410ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/periodcentered.glif000066400000000000000000000005031401101653000276100ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/perispomenicomb.glif000066400000000000000000000005631401101653000300150ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/perthousand.glif000066400000000000000000000067101401101653000271560ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/peseta.glif000066400000000000000000000011151401101653000260750ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/peso.glif000066400000000000000000000014241401101653000255650ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/phi.glif000066400000000000000000000035001401101653000253740ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/pi.glif000066400000000000000000000024461401101653000252340ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/plus.glif000066400000000000000000000012421401101653000256000ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/plus_greater.liga.glif000066400000000000000000000012051401101653000302230ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name plus public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/plus_plus.liga.glif000066400000000000000000000005251401101653000275610ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/plus_plus_plus.liga.glif000066400000000000000000000014361401101653000306260ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/plusminus.glif000066400000000000000000000013241401101653000266550ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/prescription.glif000066400000000000000000000032251401101653000273410ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/product.glif000066400000000000000000000015661401101653000263060ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/psi.glif000066400000000000000000000024531401101653000254150ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/published.glif000066400000000000000000000043601401101653000266000ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/punctuationspace.glif000066400000000000000000000004601401101653000302030ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey period cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/q.glif000066400000000000000000000033621401101653000250620ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/question.glif000066400000000000000000000030531401101653000264660ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/question_colon.liga.glif000066400000000000000000000005371401101653000305770ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/question_equal.liga.glif000066400000000000000000000014161401101653000305710ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/question_period.liga.glif000066400000000000000000000005411401101653000307420ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/question_question.liga.glif000066400000000000000000000005441401101653000313320ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/question_question_equal.liga.glif000066400000000000000000000015071401101653000325210ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/questiondown.glif000066400000000000000000000031201401101653000273510ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/questiongreek.glif000066400000000000000000000004671401101653000275120ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/quotedbl.glif000066400000000000000000000005651401101653000264430ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/quotedblbase.glif000066400000000000000000000005271401101653000272740ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/quotedblleft.glif000066400000000000000000000005651401101653000273160ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/quotedblright.glif000066400000000000000000000005701401101653000274750ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/quoteleft.glif000066400000000000000000000020561401101653000266310ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/quotereversed.glif000066400000000000000000000020651401101653000275160ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/quoteright.glif000066400000000000000000000020621401101653000270110ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/quotesinglbase.glif000066400000000000000000000005111401101653000276400ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/quotesingle.glif000066400000000000000000000007361401101653000271630ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/r.glif000066400000000000000000000030771401101653000250660ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/racute.glif000066400000000000000000000006441401101653000261050ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/radical.glif000066400000000000000000000015261401101653000262210ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rcaron.glif000066400000000000000000000006271401101653000261070ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rcommaaccent.glif000066400000000000000000000006651401101653000272610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rdotbelow.glif000066400000000000000000000006571401101653000266270ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/recordS_eparatorC_ontrol.glif000066400000000000000000000017501401101653000316170ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name R.half alignment -1 index 1 name S.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/registered.glif000066400000000000000000000046721401101653000267640ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/returnsymbol.glif000066400000000000000000000023521401101653000273650ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 reversedR_otatedF_loralH_eartB_ullet.glif000066400000000000000000000052341401101653000337750ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rho.glif000066400000000000000000000027651401101653000254200ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rightA_rrow.glif000066400000000000000000000013441401101653000271070ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lackP_ointer.glif000066400000000000000000000007211401101653000305270ustar00rootroot00000000000000 triagrt public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lackS_mallT_riangle.glif000066400000000000000000000007261401101653000320110ustar00rootroot00000000000000 uni25B8 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lackT_riangle.glif000066400000000000000000000007221401101653000306550ustar00rootroot00000000000000 uni25B6 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lock.glif000066400000000000000000000007401401101653000270460ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rightB_lock.stypo.glif000066400000000000000000000007161401101653000302260ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rightH_alfB_lackC_ircle.glif000066400000000000000000000011431401101653000312410ustar00rootroot00000000000000 uni25D7 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rightH_alfB_lackD_iamond.glif000066400000000000000000000010251401101653000314120ustar00rootroot00000000000000 uni2B17 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rightH_alfB_lackS_quare.glif000066400000000000000000000011001401101653000312710ustar00rootroot00000000000000 uni25E8 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rightH_alfB_lackW_hiteC_ircle.glif000066400000000000000000000011571401101653000324060ustar00rootroot00000000000000 uni25D1 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rightO_neE_ighthB_lock.glif000066400000000000000000000007531401101653000311430ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rightO_neE_ighthB_lock.stypo.glif000066400000000000000000000007311401101653000323140ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rightW_hiteP_ointer.glif000066400000000000000000000013601401101653000305730ustar00rootroot00000000000000 uni25BB public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rightW_hiteS_mallT_riangle.glif000066400000000000000000000013651401101653000320550ustar00rootroot00000000000000 uni25B9 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rightW_hiteT_riangle.glif000066400000000000000000000013631401101653000307230ustar00rootroot00000000000000 uni25B7 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ring.glif000066400000000000000000000004471401101653000255620ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ringbelowcomb.glif000066400000000000000000000007241401101653000274520ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ringcomb.case.glif000066400000000000000000000026221401101653000273320ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ringcomb.glif000066400000000000000000000026451401101653000264250ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rotatedF_loralH_eartB_ullet.glif000066400000000000000000000052241401101653000322140ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ruble.glif000066400000000000000000000014011401101653000257230ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rupee.glif000066400000000000000000000056601401101653000257450ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/rupeeI_ndian.glif000066400000000000000000000032051401101653000272200ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/s.glif000066400000000000000000000036751401101653000250730ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/sacute.glif000066400000000000000000000006441401101653000261060ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/sacute.loclP_L_K_.glif000066400000000000000000000006341401101653000300410ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/scaron.glif000066400000000000000000000006441401101653000261070ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/scedilla.glif000066400000000000000000000006531401101653000264020ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/schwa-cy.glif000066400000000000000000000004141401101653000263330ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/schwa.glif000066400000000000000000000031001401101653000257150ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/scircumflex.glif000066400000000000000000000006561401101653000271510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/scommaaccent.glif000066400000000000000000000006641401101653000272610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/sdotbelow.glif000066400000000000000000000006561401101653000266270ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/second.glif000066400000000000000000000012441401101653000260720ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/section.glif000066400000000000000000000056311401101653000262670ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/semicolon.glif000066400000000000000000000014551401101653000266130ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/semicolon_semicolon.liga.glif000066400000000000000000000005511401101653000315720ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/seven.dnom.glif000066400000000000000000000004571401101653000267000ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/seven.glif000066400000000000000000000015571401101653000257460ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/seven.numr.glif000066400000000000000000000004401401101653000267140ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/seveneighths.glif000066400000000000000000000011101401101653000273030ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/seveninferior.glif000066400000000000000000000005121401101653000274720ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/sevensuperior.glif000066400000000000000000000015721401101653000275340ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/sha-cy.glif000066400000000000000000000020121401101653000257750ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/sha-cy.loclB_G_R_.glif000066400000000000000000000033611401101653000277250ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/shadedark.glif000066400000000000000000000166111401101653000265510ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/shadedark.stypo.glif000066400000000000000000000165161401101653000277320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/shadelight.glif000066400000000000000000000040601401101653000267320ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/shadelight.stypo.glif000066400000000000000000000037661401101653000301230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/shademedium.glif000066400000000000000000000075211401101653000271100ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/shademedium.stypo.glif000066400000000000000000000074261401101653000302710ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/shcha-cy.glif000066400000000000000000000023311401101653000263140ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/shcha-cy.loclB_G_R_.glif000066400000000000000000000007401401101653000302360ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/sheqel.glif000066400000000000000000000026741401101653000261100ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/shha-cy.glif000066400000000000000000000004611401101653000261530ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/shiftI_nC_ontrol.glif000066400000000000000000000017401401101653000300630ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name I.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/shiftI_nC_ontrol.ss20.glif000066400000000000000000000016001401101653000306440ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/shiftO_utC_ontrol.glif000066400000000000000000000017411401101653000302650ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name O.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/shiftO_utC_ontrol.ss20.glif000066400000000000000000000014371401101653000310550ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/sigma.glif000066400000000000000000000027701401101653000257240ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/sigmafinal.glif000066400000000000000000000031621401101653000267320ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/six.dnom.glif000066400000000000000000000004531401101653000263570ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/six.glif000066400000000000000000000034061401101653000254240ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/six.numr.glif000066400000000000000000000004341401101653000264020ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/sixinferior.glif000066400000000000000000000005061401101653000271600ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/sixsuperior.glif000066400000000000000000000034731401101653000272210ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/slash.glif000066400000000000000000000007331401101653000257330ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/slash_asterisk.liga.glif000066400000000000000000000005371401101653000305550ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/slash_backslash.liga.glif000066400000000000000000000005411401101653000306560ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/slash_equal_end.seq.glif000066400000000000000000000012621401101653000305350ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/slash_equal_middle.seq.glif000066400000000000000000000012711401101653000312250ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/slash_equal_start.seq.glif000066400000000000000000000012701401101653000311230ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/slash_greater.liga.glif000066400000000000000000000012531401101653000303550ustar00rootroot00000000000000 public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash.liga.glif000066400000000000000000000015301401101653000300340ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name slash alignment -1 index 1 name slash public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash_equal_end.seq.glif000066400000000000000000000013631401101653000317310ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash_equal_middle.seq.glif000066400000000000000000000022221401101653000324140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash_equal_start.seq.glif000066400000000000000000000013741401101653000323220ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/slash_slash_slash.liga.glif000066400000000000000000000021361401101653000312310ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name slash alignment -1 index 1 name slash alignment -1 index 2 name slash public.markColor 0.98,0.36,0.67,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/softhyphen.glif000066400000000000000000000004611401101653000270060ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/softsign-cy.glif000066400000000000000000000023121401101653000270610ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/softsign-cy.loclB_G_R_.glif000066400000000000000000000026041401101653000310050ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/space.glif000066400000000000000000000002331401101653000257070ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/spaceC_ontrol.glif000066400000000000000000000017361401101653000274200ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name P.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/spadeB_lackS_uit.glif000066400000000000000000000026471401101653000300230ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/startO_fH_eadingC_ontrol.glif000066400000000000000000000017471401101653000315270ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name H.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/startO_fH_eadingC_ontrol.ss20.glif000066400000000000000000000014021401101653000323010ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/startO_fT_extC_ontrol.glif000066400000000000000000000017441401101653000311110ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name X.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/startO_fT_extC_ontrol.ss20.glif000066400000000000000000000013731401101653000316750ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/sterling.glif000066400000000000000000000032251401101653000264470ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/strictlyequivalentto.glif000066400000000000000000000021141401101653000311320ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/substituteC_ontrol.glif000066400000000000000000000017431401101653000305360ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name B.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/substituteC_ontrol.ss20.glif000066400000000000000000000032261401101653000313220ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/substituteF_ormT_woC_ontrol.glif000066400000000000000000000032461401101653000323520ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/summation.glif000066400000000000000000000017171401101653000266400ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/sunW_ithR_ays.glif000066400000000000000000000055301401101653000274170ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/synchronousI_dleC_ontrol.glif000066400000000000000000000017501401101653000316500ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name S.half alignment -1 index 1 name Y.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/synchronousI_dleC_ontrol.ss20.glif000066400000000000000000000025401401101653000324340ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/t.glif000066400000000000000000000027541401101653000250710ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/tau.glif000066400000000000000000000021351401101653000254100ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/tbar.glif000066400000000000000000000012271401101653000255500ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/tcaron.glif000066400000000000000000000012351401101653000261050ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/tcedilla.glif000066400000000000000000000010031401101653000263710ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/tcommaaccent.glif000066400000000000000000000010131401101653000272470ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/te-cy.glif000066400000000000000000000011751401101653000256430ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/te-cy.loclB_G_R_.glif000066400000000000000000000003651401101653000275630ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/tenge.glif000066400000000000000000000015541401101653000257250ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/tesh.glif000066400000000000000000000052001401101653000255560ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/theta.glif000066400000000000000000000026651401101653000257340ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/thetamod.glif000066400000000000000000000025551401101653000264320ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/thorn.glif000066400000000000000000000032271401101653000257540ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/three.dnom.glif000066400000000000000000000004571401101653000266670ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/three.glif000066400000000000000000000040531401101653000257270ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/three.half.glif000066400000000000000000000037601401101653000266440ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/three.numr.glif000066400000000000000000000004401401101653000267030ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/threeeighths.glif000066400000000000000000000011101401101653000272720ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/threeinferior.glif000066400000000000000000000005121401101653000274610ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/threequarters.glif000066400000000000000000000011271401101653000275150ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/threesuperior.glif000066400000000000000000000041001401101653000275110ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/tilde.glif000066400000000000000000000004571401101653000257250ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/tildecomb.case.glif000066400000000000000000000032301401101653000274700ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/tildecomb.glif000066400000000000000000000032531401101653000265630ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.originalWidth 1200 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/tonos.case.glif000066400000000000000000000004221401101653000266700ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/tonos.glif000066400000000000000000000004511401101653000257600ustar00rootroot00000000000000 public.markColor 0.97,1,0,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/topH_alfB_lackC_ircle.glif000066400000000000000000000011401401101653000307230ustar00rootroot00000000000000 uni2BCA public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/topH_alfB_lackD_iamond.glif000066400000000000000000000010221401101653000310740ustar00rootroot00000000000000 uni2B18 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/topH_alfW_hiteS_quare.glif000066400000000000000000000011541401101653000310330ustar00rootroot00000000000000 uni2B13 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/topR_ightH_alfW_hiteS_quare.glif000066400000000000000000000011111401101653000321610ustar00rootroot00000000000000 uni2B15 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/trademark.glif000066400000000000000000000034671401101653000266020ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/tse-cy.glif000066400000000000000000000020161401101653000260210ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/tse-cy.loclB_G_R_.glif000066400000000000000000000032231401101653000277420ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/tshe-cy.glif000066400000000000000000000025141401101653000261740ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/tugrik.glif000066400000000000000000000014701401101653000261250ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/two.dnom.glif000066400000000000000000000004531401101653000263650ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/two.glif000066400000000000000000000025301401101653000254270ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/two.half.glif000066400000000000000000000024571401101653000263500ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/two.numr.glif000066400000000000000000000004341401101653000264100ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/twoinferior.glif000066400000000000000000000005061401101653000271660ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/twosuperior.glif000066400000000000000000000025471401101653000272300ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/u-cy.glif000066400000000000000000000004041401101653000254710ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/u.glif000066400000000000000000000032331401101653000250630ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/uacute.glif000066400000000000000000000007741401101653000261140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ubreve.glif000066400000000000000000000007751401101653000261170ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ucircumflex.glif000066400000000000000000000010071401101653000271420ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/udieresis.glif000066400000000000000000000010031401101653000266040ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/udotbelow.glif000066400000000000000000000010061401101653000266170ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ugrave.glif000066400000000000000000000007751401101653000261200ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/uhookabove.glif000066400000000000000000000007671401101653000267720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/uhorn.glif000066400000000000000000000016221401101653000257520ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/uhornacute.glif000066400000000000000000000010041401101653000267660ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/uhorndotbelow.glif000066400000000000000000000010161401101653000275070ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/uhorngrave.glif000066400000000000000000000010051401101653000267720ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/uhornhookabove.glif000066400000000000000000000007771401101653000276620ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/uhorntilde.glif000066400000000000000000000010051401101653000267670ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/uhungarumlaut.glif000066400000000000000000000010121401101653000275110ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/umacron-cy.glif000066400000000000000000000004751401101653000267010ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/umacron.glif000066400000000000000000000007771401101653000262750ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/underscore.glif000066400000000000000000000007331401101653000267720ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/underscore_end.seq.glif000066400000000000000000000007131401101653000304050ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/underscore_middle.seq.glif000066400000000000000000000007161401101653000311000ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/underscore_start.seq.glif000066400000000000000000000007151401101653000307760ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/underscore_underscore.liga.glif000066400000000000000000000007201401101653000321320ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/underscoredbl.glif000066400000000000000000000005521401101653000274530ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/unitS_eparatorC_ontrol.glif000066400000000000000000000017461401101653000313250ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name U.half alignment -1 index 1 name S.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/uogonek.glif000066400000000000000000000025361401101653000262730ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upA_rrow.glif000066400000000000000000000013361401101653000264170ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upB_lackS_mallT_riangle.glif000066400000000000000000000007241401101653000313160ustar00rootroot00000000000000 uni25B4 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upB_lackT_riangle.glif000066400000000000000000000007151401101653000301660ustar00rootroot00000000000000 triagup public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upD_ashA_rrow.glif000066400000000000000000000024751401101653000273630ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upD_ownA_rrow.glif000066400000000000000000000021321401101653000274010ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upD_ownbaseA_rrow.glif000066400000000000000000000006221401101653000302360ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upL_eftH_alfB_lackT_riangle.glif000066400000000000000000000007761401101653000321010ustar00rootroot00000000000000 uni25ED public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upR_ightH_alfB_lackT_riangle.glif000066400000000000000000000010331401101653000322470ustar00rootroot00000000000000 uni25EE public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upW_hiteS_mallT_riangle.glif000066400000000000000000000013631401101653000313620ustar00rootroot00000000000000 uni25B5 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upW_hiteT_riangle.glif000066400000000000000000000013601401101653000302270ustar00rootroot00000000000000 uni25B3 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upW_hiteT_riangleW_ithD_ot.glif000066400000000000000000000015271401101653000320350ustar00rootroot00000000000000 uni25EC public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfA_rc.glif000066400000000000000000000015511401101653000274720ustar00rootroot00000000000000 uni25E0 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfB_lackW_hiteC_ircle.glif000066400000000000000000000012131401101653000324150ustar00rootroot00000000000000 uni25D3 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfB_lock.glif000066400000000000000000000007361401101653000300230ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfB_lock.stypo.glif000066400000000000000000000007141401101653000311740ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperH_alfI_nverseW_hiteC_ircle.glif000066400000000000000000000021011401101653000330110ustar00rootroot00000000000000 uni25DA public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif000066400000000000000000000011171401101653000357510ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif000066400000000000000000000010751401101653000371310ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_ndL_owerR_ightB_lock.glif000066400000000000000000000012661401101653000331310ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndL_owerR_ightB_lock.stypo.glif000066400000000000000000000012441401101653000342230ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.glif000066400000000000000000000011171401101653000357540ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndU_pperR_ightA_ndL_owerL_eftB_lock.stypo.glif000066400000000000000000000010751401101653000371340ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.glif000066400000000000000000000011201401101653000361310ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperL_eftA_ndU_pperR_ightA_ndL_owerR_ightB_lock.stypo.glif000066400000000000000000000010761401101653000373200ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftA_rc.glif000066400000000000000000000011661401101653000275140ustar00rootroot00000000000000 uni25DC public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftB_lackT_riangle.glif000066400000000000000000000007251401101653000316500ustar00rootroot00000000000000 uni25E4 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftB_lock.glif000066400000000000000000000007341401101653000300410ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftB_lock.stypo.glif000066400000000000000000000007121401101653000312120ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 upperL_eftD_iagonalH_alfB_lackS_quare.glif000066400000000000000000000010401401101653000340030ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs uni25E9 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftQ_uadrantW_hiteC_ircle.glif000066400000000000000000000012341401101653000332030ustar00rootroot00000000000000 uni25F4 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftT_riangle.glif000066400000000000000000000013631401101653000305530ustar00rootroot00000000000000 uni25F8 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperL_eftW_hiteC_ircle.glif000066400000000000000000000014271401101653000313500ustar00rootroot00000000000000 uni25D5 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperO_neE_ighthB_lock.glif000066400000000000000000000007451401101653000311620ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperO_neE_ighthB_lock.stypo.glif000066400000000000000000000007231401101653000323330ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.glif000066400000000000000000000011201401101653000361260ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 upperR_ightA_ndL_owerL_eftA_ndL_owerR_ightB_lock.stypo.glif000066400000000000000000000010761401101653000373150ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_ndL_owerL_eftB_lock.glif000066400000000000000000000012311401101653000331210ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 upperR_ightA_ndL_owerL_eftB_lock.stypo.glif000066400000000000000000000012071401101653000342220ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightA_rc.glif000066400000000000000000000011731401101653000276750ustar00rootroot00000000000000 uni25DD public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightB_lackC_ircle.glif000066400000000000000000000010451401101653000314630ustar00rootroot00000000000000 uni25D4 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightB_lackT_riangle.glif000066400000000000000000000007301401101653000320270ustar00rootroot00000000000000 uni25E5 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightB_lock.glif000066400000000000000000000007431401101653000302240ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightB_lock.stypo.glif000066400000000000000000000007211401101653000313750ustar00rootroot00000000000000 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightQ_uadrantW_hiteC_ircle.glif000066400000000000000000000012371401101653000333710ustar00rootroot00000000000000 uni25F7 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperR_ightT_riangle.glif000066400000000000000000000013701401101653000307340ustar00rootroot00000000000000 uni25F9 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperlefttolowerrightF_illS_quare.glif000066400000000000000000000017051401101653000335670ustar00rootroot00000000000000 uni25A7 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upperrighttolowerleftF_illS_quare.glif000066400000000000000000000017401401101653000335660ustar00rootroot00000000000000 uni25A8 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upsilon-latin.glif000066400000000000000000000035451401101653000274230ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upsilon.glif000066400000000000000000000025441401101653000263140ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upsilondieresis.glif000066400000000000000000000005061401101653000300400ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upsilondieresistonos.glif000066400000000000000000000005151401101653000311230ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/upsilontonos.glif000066400000000000000000000004751401101653000274000ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/uring.glif000066400000000000000000000007731401101653000257510ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ushort-cy.glif000066400000000000000000000004761401101653000265620ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ustraight-cy.glif000066400000000000000000000014601401101653000272420ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ustraightstroke-cy.glif000066400000000000000000000007441401101653000304760ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/utilde.glif000066400000000000000000000007751401101653000261150ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/v.glif000066400000000000000000000013661401101653000250710ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ve-cy.glif000066400000000000000000000042471401101653000256500ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ve-cy.loclB_G_R_.glif000066400000000000000000000037271401101653000275720ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/vectorO_rC_rossP_roduct.glif000066400000000000000000000004751401101653000314370ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/venus.glif000066400000000000000000000032341401101653000257600ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 verticalB_isectingL_ineW_hiteS_quare.glif000066400000000000000000000011121401101653000337610ustar00rootroot00000000000000cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs uni25EB public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/verticalF_illC_ircle.glif000066400000000000000000000014071401101653000306600ustar00rootroot00000000000000 uni25CD public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/verticalF_illS_quare.glif000066400000000000000000000014701401101653000307170ustar00rootroot00000000000000 uni25A5 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/verticalT_abulationC_ontrol.glif000066400000000000000000000017531401101653000323170ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.ComponentInfo alignment -1 index 0 name V.half alignment -1 index 1 name T.half com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.85,0.26,0.06,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/verticalT_abulationC_ontrol.ss20.glif000066400000000000000000000016621401101653000331040ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.widthMetricsKey space public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/vhook.glif000066400000000000000000000027311401101653000257470ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/vturned.glif000066400000000000000000000004231401101653000263040ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/w.glif000066400000000000000000000024271401101653000250710ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/w_w_w.liga.glif000066400000000000000000000101221401101653000266470ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/wacute.glif000066400000000000000000000006441401101653000261120ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/wcircumflex.glif000066400000000000000000000006571401101653000271560ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/wdieresis.glif000066400000000000000000000006521401101653000266170ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/wgrave.glif000066400000000000000000000006451401101653000261160ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteB_ullet.glif000066400000000000000000000024431401101653000272500ustar00rootroot00000000000000 openbullet public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteC_ircle.glif000066400000000000000000000024441401101653000272230ustar00rootroot00000000000000 circle public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteD_iamond.glif000066400000000000000000000012771401101653000274000ustar00rootroot00000000000000 uni25C7 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteH_exagon.glif000066400000000000000000000021651401101653000274130ustar00rootroot00000000000000 uni2B21 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteH_orizontalE_llipse.glif000066400000000000000000000024531401101653000316300ustar00rootroot00000000000000 uni2B2D public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteI_nB_lackS_quare.glif000066400000000000000000000010371401101653000310010ustar00rootroot00000000000000 uni25A3 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteL_argeS_quare.glif000066400000000000000000000013061401101653000303700ustar00rootroot00000000000000 uni2B1C public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteL_owerL_eftQ_uadrantS_quare.glif000066400000000000000000000011771401101653000332450ustar00rootroot00000000000000 uni25F1 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteL_owerR_ightQ_uadrantS_quare.glif000066400000000000000000000012351401101653000334230ustar00rootroot00000000000000 uni25F2 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteM_ediumD_iamond.glif000066400000000000000000000015611401101653000306740ustar00rootroot00000000000000 uni2B26 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteM_ediumL_ozenge.glif000066400000000000000000000015611401101653000307240ustar00rootroot00000000000000 uni2B28 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteP_arallelogram.glif000066400000000000000000000015641401101653000306060ustar00rootroot00000000000000 uni25B1 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteP_entagon.glif000066400000000000000000000014271401101653000275750ustar00rootroot00000000000000 uni2B20 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteR_ect.glif000066400000000000000000000012751401101653000267200ustar00rootroot00000000000000 uni25AD public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteR_oundedC_ornersS_quare.glif000066400000000000000000000033711401101653000324350ustar00rootroot00000000000000 uni25A2 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteS_mallL_ozenge.glif000066400000000000000000000013041401101653000305470ustar00rootroot00000000000000 uni2B2B public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteS_mallS_quare.glif000066400000000000000000000013031401101653000304030ustar00rootroot00000000000000 H18551 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteS_milingF_ace.glif000066400000000000000000000055721401101653000303470ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteS_quare.glif000066400000000000000000000013001401101653000272500ustar00rootroot00000000000000 H22073 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteU_pperL_eftQ_uadrantS_quare.glif000066400000000000000000000012341401101653000332420ustar00rootroot00000000000000 uni25F0 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteU_pperR_ightQ_uadrantS_quare.glif000066400000000000000000000012721401101653000334270ustar00rootroot00000000000000 uni25F3 public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteV_erticalE_llipse.glif000066400000000000000000000024561401101653000312530ustar00rootroot00000000000000 uni2B2F public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteV_erticalR_ect.glif000066400000000000000000000013071401101653000305450ustar00rootroot00000000000000 uni25AF public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/whiteV_erysmallS_quare.glif000066400000000000000000000013061401101653000313140ustar00rootroot00000000000000 uni2B1E public.markColor 0.5,0.09,0.79,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/wmod.glif000066400000000000000000000021461401101653000255670ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/won.glif000066400000000000000000000010741401101653000254230ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/x.glif000066400000000000000000000016251401101653000250710ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/x.multiply.glif000066400000000000000000000004301401101653000267400ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/xi.glif000066400000000000000000000046741401101653000252510ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/y.glif000066400000000000000000000022441401101653000250700ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/yacute.glif000066400000000000000000000006441401101653000261140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ycircumflex.glif000066400000000000000000000006561401101653000271570ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ydieresis.glif000066400000000000000000000006521401101653000266210ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ydotbelow.glif000066400000000000000000000006561401101653000266350ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/yen.glif000066400000000000000000000014661401101653000254200ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/yeru-cy.glif000066400000000000000000000026141401101653000262160ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ygrave.glif000066400000000000000000000006451401101653000261200ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/yhookabove.glif000066400000000000000000000006541401101653000267710ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/yi-cy.glif000066400000000000000000000005471401101653000256560ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ymacron.glif000066400000000000000000000006461401101653000262740ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ymod.glif000066400000000000000000000020161401101653000255650ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ytilde.glif000066400000000000000000000006441401101653000261140ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/z.glif000066400000000000000000000017411401101653000250720ustar00rootroot00000000000000 public.markColor 0.99,0.62,0.11,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/zacute.glif000066400000000000000000000007161401101653000261150ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/zacute.loclP_L_K_.glif000066400000000000000000000007061401101653000300500ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/zcaron.glif000066400000000000000000000007011401101653000261100ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/zdotaccent.glif000066400000000000000000000007261401101653000267610ustar00rootroot00000000000000 public.markColor 0,0.67,0.91,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ze-cy.glif000066400000000000000000000036121401101653000256470ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/ze-cy.loclB_G_R_.glif000066400000000000000000000037371401101653000275770ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/zero.dnom.glif000066400000000000000000000004551401101653000265350ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/zero.glif000066400000000000000000000034041401101653000255760ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/zero.numr.glif000066400000000000000000000004361401101653000265600ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/zero.zero.glif000066400000000000000000000032021401101653000265500ustar00rootroot00000000000000 com.schriftgestaltung.Glyphs.glyph.leftMetricsKey zero com.schriftgestaltung.Glyphs.glyph.rightMetricsKey zero public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/zeroinferior.glif000066400000000000000000000005101401101653000273270ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/zerosuperior.glif000066400000000000000000000024261401101653000273720ustar00rootroot00000000000000 public.markColor 0.67,0.95,0.38,1 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/zeta.glif000066400000000000000000000030101401101653000255530ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/zhe-cy.glif000066400000000000000000000102131401101653000260120ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/zhe-cy.loclB_G_R_.glif000066400000000000000000000103211401101653000277320ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/zhedescender-cy.glif000066400000000000000000000105231401101653000276730ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/glyphs/zmod.glif000066400000000000000000000013731401101653000255730ustar00rootroot00000000000000 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/layercontents.plist000066400000000000000000000010001401101653000264030ustar00rootroot00000000000000 public.default glyphs public.background glyphs.public.background Jan 6 21, 14:03 glyphs.J_an 6 21, 14_03 cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/lib.plist000066400000000000000000004362411401101653000243020ustar00rootroot00000000000000 com.schriftgestaltung.appVersion 1342 com.schriftgestaltung.customParameter.GSFont.Axes Name Weight Tag wght com.schriftgestaltung.customParameter.GSFont.DisplayStrings /bar_bar_bar_greater.liga /bar_bar_greater.liga /bar_greater.liga /less_bar.liga /less_bar_bar.liga /less_bar_bar_bar.liga /less_less_equal_end.seq /bar_underscore_middle.seq /bar_bar_equal_middle.seq /bar_equal_middle.seq /bar_bar_equal_end.seq /bar_bar_equal_start.seq /bar_bar_hyphen_middle.seq /bar_hyphen_middle.seq /bar_bar_hyphen_end.seq /bar_bar_hyphen_start.seq /bar_equal_end.seq /bar_equal_start.seq /bar_hyphen_end.seq /bar_hyphen_start.seq /equal_middle.seq /equal_end.seq /equal_start.seq /greater_greater_equal_middle.seq /greater_equal_middle.seq /greater_greater_equal_end.seq /greater_greater_equal_start.seq /greater_equal_start.seq /greater_equal_end.seq /greater_greater_hyphen_middle.seq /greater_hyphen_middle.seq /greater_greater_hyphen_end.seq /greater_greater_hyphen_start.seq /greater_hyphen_start.seq /greater_hyphen_end.seq /less_less_equal_middle.seq /less_equal_middle.seq /less_less_equal_end.seq /less_less_equal_start.seq /less_equal_end.seq /less_equal_start.seq /less_less_hyphen_middle.seq /less_hyphen_middle.seq /less_less_hyphen_end.seq /less_less_hyphen_start.seq /less_hyphen_end.seq /less_hyphen_start.seq /greater_greater_equal_start.seq com.schriftgestaltung.customParameter.GSFont.disablesAutomaticAlignment com.schriftgestaltung.customParameter.GSFont.disablesLastChange com.schriftgestaltung.customParameter.GSFont.note #Macro to convert the ligatures from editable to production mode def ligatureProcess(production): for glyph in Glyphs.font.glyphs: if glyph.color == 3: #2 width if production == True: glyph.layers[0].LSB = glyph.layers[0].LSB - 1200 if production == False: glyph.layers[0].LSB = glyph.layers[0].LSB + 1200 elif glyph.color == 4: #3 width if production == True: glyph.layers[0].LSB = glyph.layers[0].LSB - 2400 if production == False: glyph.layers[0].LSB = glyph.layers[0].LSB + 2400 elif glyph.color == 9: #4 width if production == True: glyph.layers[0].LSB = glyph.layers[0].LSB - 3600 if production == False: glyph.layers[0].LSB = glyph.layers[0].LSB + 3600 ligatureProcess(True) #True for production mode, False for editable Settings for scaler for halves and thirds Third 30 30 30 40 40 40 80 -160 -340 Half 70 70 70 45 45 45 60 -220 -360 com.schriftgestaltung.customParameter.GSFont.useNiceNames 1 com.schriftgestaltung.customParameter.GSFontMaster.customValue 0 com.schriftgestaltung.customParameter.GSFontMaster.customValue1 0 com.schriftgestaltung.customParameter.GSFontMaster.customValue2 0 com.schriftgestaltung.customParameter.GSFontMaster.customValue3 0 com.schriftgestaltung.customParameter.GSFontMaster.iconName com.schriftgestaltung.customParameter.GSFontMaster.weightValue 500 com.schriftgestaltung.customParameter.GSFontMaster.widthValue 0 com.schriftgestaltung.fontMasterOrder 1 com.schriftgestaltung.keyboardIncrement 1 com.schriftgestaltung.weight Regular com.schriftgestaltung.weightValue 500 com.schriftgestaltung.width Regular public.glyphOrder A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A.half B.half C.half D.half E.half F.half G.half H.half I.half K.half L.half M.half N.half O.half P.half Q.half R.half S.half T.half U.half V.half X.half Y.half Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply fi fl w_w_w.liga ordfeminine ordmasculine nmod wmod ymod A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol thetamod zmod zero one two three four five six seven eight nine zero.zero one.half two.half three.half four.half zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior fraction onehalf onequarter threequarters oneeighth threeeighths fiveeighths seveneighths period comma colon semicolon ellipsis exclam exclamdown question questiondown periodcentered bullet asterisk exclamdouble numbersign onedotenleader overline slash backslash colon.center parenleft parenright braceleft braceright bracketleft bracketright heavyleftpointinganglebracketornament heavyleftpointinganglequotationmarkornament heavyrightpointinganglebracketornament heavyrightpointinganglequotationmarkornament mediumleftpointinganglebracketornament mediumrightpointinganglebracketornament hyphen softhyphen endash emdash horizontalbar hyphentwo nonbreakinghyphen underscore underscoredbl quotesinglbase quotedblbase quotedblleft quotedblright quoteleft quoteright quotereversed guillemetleft guillemetright guilsinglleft guilsinglright quotedbl quotesingle hyphen_hyphen.liga hyphen_hyphen_hyphen.liga hyphen_asciitilde.liga parenleft_asterisk.liga braceleft_bar.liga braceright_numbersign.liga bracketleft_bar.liga bracketright_numbersign.liga period_hyphen.liga period_period.liga period_period_period.liga period_period_equal.liga period_period_less.liga period_question.liga period_equal.liga colon_colon.liga colon_colon_colon.liga colon_colon_equal.liga colon_equal.liga colon_slash_slash.liga semicolon_semicolon.liga exclam_period.liga exclam_colon.liga exclam_exclam.liga exclam_exclam_period.liga exclam_equal.liga exclam_equal_equal.liga question_period.liga question_colon.liga question_question.liga question_question_equal.liga question_equal.liga asterisk_parenright.liga asterisk_asterisk.liga asterisk_asterisk_asterisk.liga asterisk_greater.liga asterisk_slash.liga numbersign_parenleft.liga numbersign_braceleft.liga numbersign_bracketleft.liga numbersign_colon.liga numbersign_exclam.liga numbersign_question.liga numbersign_equal.liga numbersign_underscore.liga numbersign_underscore_parenleft.liga slash_asterisk.liga slash_greater.liga slash_slash.liga slash_slash_slash.liga slash_backslash.liga backslash_slash.liga backslash_backslash.liga underscore_underscore.liga hyphen_middle.seq hyphen_start.seq hyphen_end.seq colon_equal_middle.seq exclam_equal_middle.seq numbersign_end.seq numbersign_middle.seq numbersign_start.seq slash_equal_end.seq slash_equal_middle.seq slash_equal_start.seq slash_slash_equal_end.seq slash_slash_equal_middle.seq slash_slash_equal_start.seq underscore_end.seq underscore_middle.seq underscore_start.seq anoteleia questiongreek punctuationspace space nbspace CR lineseparator .notdef baht cedi cent colonsign currency dollar dong euro eurocurrency florin franc guarani hryvnia kip lari lira liraTurkish manat naira peseta peso ruble rupee rupeeIndian sheqel sterling tenge tugrik won yen bulletoperator divisionslash equivalence horizontallineextension integralbt integraltp logicalnotReversed notidentical plus minus multiply divide equal notequal greater less greaterequal lessequal plusminus approxequal asciitilde logicalnot asciicircum infinity intersection integral Ohm increment product summation radical micro partialdiff orthogonal percent perthousand strictlyequivalentto vectorOrCrossProduct greater.center less.center greater.alt less.alt upArrow rightArrow downArrow leftArrow leftRightArrow upDownArrow upDownbaseArrow downTipLeftArrow upDashArrow dashdownArrow lowerOneEighthBlock lowerOneQuarterBlock lowerThreeEighthsBlock lowerHalfBlock lowerFiveEighthsBlock lowerThreeQuartersBlock lowerSevenEighthsBlock fullBlock upperHalfBlock upperOneEighthBlock leftOneEighthBlock leftOneQuarterBlock leftThreeEighthsBlock leftBlock leftFiveEighthsBlock leftThreeQuartersBlock leftSevenEighthsBlock rightBlock rightOneEighthBlock lowerLeftBlock lowerRightBlock upperLeftBlock upperLeftAndLowerLeftAndLowerRightBlock upperLeftAndLowerRightBlock upperLeftAndUpperRightAndLowerLeftBlock upperLeftAndUpperRightAndLowerRightBlock upperRightBlock upperRightAndLowerLeftBlock upperRightAndLowerLeftAndLowerRightBlock shadelight shademedium shadedark blackCircle whiteCircle largeCircle leftHalfBlackWhiteCircle rightHalfBlackWhiteCircle lowerHalfBlackWhiteCircle upperHalfBlackWhiteCircle leftHalfBlackCircle rightHalfBlackCircle upperRightBlackCircle upperLeftWhiteCircle upperLeftQuadrantWhiteCircle lowerLeftQuadrantWhiteCircle lowerRightQuadrantWhiteCircle upperRightQuadrantWhiteCircle verticalFillCircle dottedCircle fisheye bullseye whiteBullet inverseBullet inverseWhiteCircle upperHalfInverseWhiteCircle lowerHalfInverseWhiteCircle upperHalfArc lowerHalfArc upperLeftArc upperRightArc lowerRightArc lowerLeftArc blackDiamond whiteDiamond leftHalfBlackDiamond rightHalfBlackDiamond topHalfBlackDiamond bottomHalfBlackDiamond blackInWhiteDiamond lozenge blackParallelogram whiteParallelogram blackVerticalRect filledRect whiteRect whiteVerticalRect blackSquare whiteSquare whiteRoundedCornersSquare whiteInBlackSquare dottedSquare horizontalFillSquare verticalFillSquare crosshatchFillSquare upperlefttolowerrightFillSquare upperrighttolowerleftFillSquare diagonalcrosshatchFillSquare blackSmallSquare whiteSmallSquare leftHalfBlackSquare rightHalfBlackSquare upperLeftDiagonalHalfBlackSquare lowerRightDiagonalHalfBlackSquare verticalBisectingLineWhiteSquare whiteUpperLeftQuadrantSquare whiteLowerLeftQuadrantSquare whiteLowerRightQuadrantSquare whiteUpperRightQuadrantSquare mediumWhiteSquare mediumBlackSquare mediumWhiteSmallSquare mediumBlackSmallSquare upBlackTriangle rightBlackTriangle downBlackTriangle leftBlackTriangle upWhiteTriangle rightWhiteTriangle downWhiteTriangle leftWhiteTriangle upWhiteTriangleWithDot upLeftHalfBlackTriangle upRightHalfBlackTriangle rightBlackPointer leftBlackPointer rightWhitePointer leftWhitePointer upBlackSmallTriangle rightBlackSmallTriangle downBlackSmallTriangle leftBlackSmallTriangle upWhiteSmallTriangle rightWhiteSmallTriangle downWhiteSmallTriangle leftWhiteSmallTriangle upperRightBlackTriangle lowerRightBlackTriangle lowerLeftBlackTriangle upperLeftBlackTriangle upperRightTriangle lowerRightTriangle lowerLeftTriangle upperLeftTriangle boxDoubleDownAndHorizontal boxDoubleDownAndLeft boxDoubleDownAndRight boxDoubleHorizontal boxDoubleUpAndHorizontal boxDoubleUpAndLeft boxDoubleUpAndRight boxDoubleVertical boxDoubleVerticalAndHorizontal boxDoubleVerticalAndLeft boxDoubleVerticalAndRight boxDownDoubleAndHorizontalSingle boxDownDoubleAndLeftSingle boxDownDoubleAndRightSingle boxDownHeavyAndHorizontalLight boxDownHeavyAndLeftLight boxDownHeavyAndLeftUpLight boxDownHeavyAndRightLight boxDownHeavyAndRightUpLight boxDownHeavyAndUpHorizontalLight boxDownLightAndHorizontalHeavy boxDownLightAndLeftHeavy boxDownLightAndLeftUpHeavy boxDownLightAndRightHeavy boxDownLightAndRightUpHeavy boxDownLightAndUpHorizontalHeavy boxDownSingleAndHorizontalDouble boxDownSingleAndLeftDouble boxDownSingleAndRightDouble boxHeavyDoubleDashHorizontal boxHeavyDoubleDashVertical boxHeavyDown boxHeavyDownAndHorizontal boxHeavyDownAndLeft boxHeavyDownAndRight boxHeavyHorizontal boxHeavyLeft boxHeavyLeftAndLightRight boxHeavyQuadrupleDashHorizontal boxHeavyQuadrupleDashVertical boxHeavyRight boxHeavyTripleDashHorizontal boxHeavyTripleDashVertical boxHeavyUp boxHeavyUpAndHorizontal boxHeavyUpAndLeft boxHeavyUpAndLightDown boxHeavyUpAndRight boxHeavyVertical boxHeavyVerticalAndHorizontal boxHeavyVerticalAndLeft boxHeavyVerticalAndRight boxLeftDownHeavyAndRightUpLight boxLeftHeavyAndRightDownLight boxLeftHeavyAndRightUpLight boxLeftHeavyAndRightVerticalLight boxLeftLightAndRightDownHeavy boxLeftLightAndRightUpHeavy boxLeftLightAndRightVerticalHeavy boxLeftUpHeavyAndRightDownLight boxLightArcDownAndLeft boxLightArcDownAndRight boxLightArcUpAndLeft boxLightArcUpAndRight boxLightDiagonalCross boxLightDiagonalUpperLeftToLowerRight boxLightDiagonalUpperRightToLowerLeft boxLightDoubleDashHorizontal boxLightDoubleDashVertical boxLightDown boxLightDownAndHorizontal boxLightDownAndLeft boxLightDownAndRight boxLightHorizontal boxLightLeft boxLightLeftAndHeavyRight boxLightQuadrupleDashHorizontal boxLightQuadrupleDashVertical boxLightRight boxLightTripleDashHorizontal boxLightTripleDashVertical boxLightUp boxLightUpAndHeavyDown boxLightUpAndHorizontal boxLightUpAndLeft boxLightUpAndRight boxLightVertical boxLightVerticalAndHorizontal boxLightVerticalAndLeft boxLightVerticalAndRight boxRightDownHeavyAndLeftUpLight boxRightHeavyAndLeftDownLight boxRightHeavyAndLeftUpLight boxRightHeavyAndLeftVerticalLight boxRightLightAndLeftDownHeavy boxRightLightAndLeftUpHeavy boxRightLightAndLeftVerticalHeavy boxRightUpHeavyAndLeftDownLight boxUpDoubleAndHorizontalSingle boxUpDoubleAndLeftSingle boxUpDoubleAndRightSingle boxUpHeavyAndDownHorizontalLight boxUpHeavyAndHorizontalLight boxUpHeavyAndLeftDownLight boxUpHeavyAndLeftLight boxUpHeavyAndRightDownLight boxUpHeavyAndRightLight boxUpLightAndDownHorizontalHeavy boxUpLightAndHorizontalHeavy boxUpLightAndLeftDownHeavy boxUpLightAndLeftHeavy boxUpLightAndRightDownHeavy boxUpLightAndRightHeavy boxUpSingleAndHorizontalDouble boxUpSingleAndLeftDouble boxUpSingleAndRightDouble boxVerticalDoubleAndHorizontalSingle boxVerticalDoubleAndLeftSingle boxVerticalDoubleAndRightSingle boxVerticalHeavyAndHorizontalLight boxVerticalHeavyAndLeftLight boxVerticalHeavyAndRightLight boxVerticalLightAndHorizontalHeavy boxVerticalLightAndLeftHeavy boxVerticalLightAndRightHeavy boxVerticalSingleAndHorizontalDouble boxVerticalSingleAndLeftDouble boxVerticalSingleAndRightDouble lowerOneEighthBlock.stypo lowerOneQuarterBlock.stypo lowerThreeEighthsBlock.stypo lowerHalfBlock.stypo lowerFiveEighthsBlock.stypo lowerThreeQuartersBlock.stypo lowerSevenEighthsBlock.stypo fullBlock.stypo upperHalfBlock.stypo upperOneEighthBlock.stypo leftOneEighthBlock.stypo leftOneQuarterBlock.stypo leftThreeEighthsBlock.stypo leftBlock.stypo leftFiveEighthsBlock.stypo leftThreeQuartersBlock.stypo leftSevenEighthsBlock.stypo rightBlock.stypo rightOneEighthBlock.stypo lowerLeftBlock.stypo lowerRightBlock.stypo upperLeftBlock.stypo upperLeftAndLowerLeftAndLowerRightBlock.stypo upperLeftAndLowerRightBlock.stypo upperLeftAndUpperRightAndLowerLeftBlock.stypo upperLeftAndUpperRightAndLowerRightBlock.stypo upperRightBlock.stypo upperRightAndLowerLeftBlock.stypo upperRightAndLowerLeftAndLowerRightBlock.stypo shadelight.stypo shademedium.stypo shadedark.stypo reversedRotatedFloralHeartBullet whiteSmilingFace blackSmilingFace sunWithRays venus mars spadeBlackSuit clubBlackSuit heartBlackSuit diamondBlackSuit checkmark rotatedFloralHeartBullet acknowledgeControl backspaceControl at ampersand paragraph section copyright registered published trademark careof degree minute second bar brokenbar dagger literSign daggerdbl estimated numero bellControl blackHexagon blackHorizontalEllipse blackLargeCircle blackLargeSquare blackMediumDiamond blackMediumDownTriangleCentred blackMediumLeftTriangleCentred blackMediumLozenge blackMediumRightTriangleCentred blackMediumUpTriangleCentred blackPentagon blackSmallDiamond blackSmallLozenge blackVerticalEllipse blackVerysmallSquare blank blankSymbol bottomHalfBlackCircle cancelControl carriageReturnControl dataLinkEscapeControl deleteControl deleteFormTwoControl deviceControlFourControl deviceControlOneControl deviceControlThreeControl deviceControlTwoControl endOfMediumControl endOfTextControl endOfTransmissionBlockControl endOfTransmissionControl enquiryControl escapeControl fileSeparatorControl formFeedControl groupSeparatorControl horizontalBlackHexagon horizontalTabulationControl house returnsymbol lineFeedControl lowerHalfWhiteSquare lowerLeftHalfWhiteSquare negativeAcknowledgeControl newlineControl nullControl prescription recordSeparatorControl shiftInControl shiftOutControl spaceControl startOfHeadingControl startOfTextControl substituteControl substituteFormTwoControl synchronousIdleControl topHalfBlackCircle topHalfWhiteSquare topRightHalfWhiteSquare unitSeparatorControl verticalTabulationControl whiteHexagon whiteHorizontalEllipse whiteLargeSquare whiteMediumDiamond whiteMediumLozenge whitePentagon whiteSmallLozenge whiteVerticalEllipse whiteVerysmallSquare acknowledgeControl.ss20 backspaceControl.ss20 bellControl.ss20 cancelControl.ss20 carriageReturnControl.ss20 dataLinkEscapeControl.ss20 endOfMediumControl.ss20 endOfTextControl.ss20 endOfTransmissionBlockControl.ss20 endOfTransmissionControl.ss20 enquiryControl.ss20 escapeControl.ss20 formFeedControl.ss20 horizontalTabulationControl.ss20 lineFeedControl.ss20 negativeAcknowledgeControl.ss20 shiftInControl.ss20 shiftOutControl.ss20 startOfHeadingControl.ss20 startOfTextControl.ss20 substituteControl.ss20 synchronousIdleControl.ss20 verticalTabulationControl.ss20 ampersand_ampersand.liga bar_braceright.liga bar_bracketright.liga bar_bar.liga bar_bar_bar.liga bar_bar_bar_greater.liga bar_bar_greater.liga bar_greater.liga dollar_greater.liga plus_plus.liga plus_plus_plus.liga plus_greater.liga equal_equal.liga equal_equal_equal.liga greater_equal.liga greater_greater.liga greater_greater_greater.liga less_exclam_hyphen_hyphen.liga less_asterisk.liga less_asterisk_greater.liga less_bar.liga less_bar_bar.liga less_bar_bar_bar.liga less_bar_greater.liga less_dollar.liga less_dollar_greater.liga less_plus.liga less_plus_greater.liga less_equal.liga less_greater.liga less_less.liga less_less_less.liga less_asciitilde.liga less_asciitilde_greater.liga less_asciitilde_asciitilde.liga less_slash.liga less_slash_greater.liga asciitilde_hyphen.liga asciitilde_at.liga asciitilde_equal.liga asciitilde_greater.liga asciitilde_asciitilde.liga asciitilde_asciitilde_greater.liga asciicircum_equal.liga percent_percent.liga bar_underscore_middle.seq bar_bar_equal_middle.seq bar_equal_middle.seq bar_bar_equal_end.seq bar_bar_equal_start.seq bar_bar_hyphen_middle.seq bar_hyphen_middle.seq bar_bar_hyphen_end.seq bar_bar_hyphen_start.seq bar_equal_end.seq bar_equal_start.seq bar_hyphen_end.seq bar_hyphen_start.seq equal_middle.seq equal_end.seq equal_start.seq greater_greater_equal_middle.seq greater_equal_middle.seq greater_greater_equal_end.seq greater_greater_equal_start.seq greater_equal_start.seq greater_equal_end.seq greater_greater_hyphen_middle.seq greater_hyphen_middle.seq greater_greater_hyphen_end.seq greater_greater_hyphen_start.seq greater_hyphen_start.seq greater_hyphen_end.seq less_less_equal_middle.seq less_equal_middle.seq less_less_equal_end.seq less_less_equal_start.seq less_equal_end.seq less_equal_start.seq less_less_hyphen_middle.seq less_hyphen_middle.seq less_less_hyphen_end.seq less_less_hyphen_start.seq less_hyphen_end.seq less_hyphen_start.seq note-musical notedbl-musical blank-braille dots1-braille dots12-braille dots123-braille dots1234-braille dots12345-braille dots123456-braille dots1234567-braille dots12345678-braille dots1234568-braille dots123457-braille dots1234578-braille dots123458-braille dots12346-braille dots123467-braille dots1234678-braille dots123468-braille dots12347-braille dots123478-braille dots12348-braille dots1235-braille dots12356-braille dots123567-braille dots1235678-braille dots123568-braille dots12357-braille dots123578-braille dots12358-braille dots1236-braille dots12367-braille dots123678-braille dots12368-braille dots1237-braille dots12378-braille dots1238-braille dots124-braille dots1245-braille dots12456-braille dots124567-braille dots1245678-braille dots124568-braille dots12457-braille dots124578-braille dots12458-braille dots1246-braille dots12467-braille dots124678-braille dots12468-braille dots1247-braille dots12478-braille dots1248-braille dots125-braille dots1256-braille dots12567-braille dots125678-braille dots12568-braille dots1257-braille dots12578-braille dots1258-braille dots126-braille dots1267-braille dots12678-braille dots1268-braille dots127-braille dots1278-braille dots128-braille dots13-braille dots134-braille dots1345-braille dots13456-braille dots134567-braille dots1345678-braille dots134568-braille dots13457-braille dots134578-braille dots13458-braille dots1346-braille dots13467-braille dots134678-braille dots13468-braille dots1347-braille dots13478-braille dots1348-braille dots135-braille dots1356-braille dots13567-braille dots135678-braille dots13568-braille dots1357-braille dots13578-braille dots1358-braille dots136-braille dots1367-braille dots13678-braille dots1368-braille dots137-braille dots1378-braille dots138-braille dots14-braille dots145-braille dots1456-braille dots14567-braille dots145678-braille dots14568-braille dots1457-braille dots14578-braille dots1458-braille dots146-braille dots1467-braille dots14678-braille dots1468-braille dots147-braille dots1478-braille dots148-braille dots15-braille dots156-braille dots1567-braille dots15678-braille dots1568-braille dots157-braille dots1578-braille dots158-braille dots16-braille dots167-braille dots1678-braille dots168-braille dots17-braille dots178-braille dots18-braille dots2-braille dots23-braille dots234-braille dots2345-braille dots23456-braille dots234567-braille dots2345678-braille dots234568-braille dots23457-braille dots234578-braille dots23458-braille dots2346-braille dots23467-braille dots234678-braille dots23468-braille dots2347-braille dots23478-braille dots2348-braille dots235-braille dots2356-braille dots23567-braille dots235678-braille dots23568-braille dots2357-braille dots23578-braille dots2358-braille dots236-braille dots2367-braille dots23678-braille dots2368-braille dots237-braille dots2378-braille dots238-braille dots24-braille dots245-braille dots2456-braille dots24567-braille dots245678-braille dots24568-braille dots2457-braille dots24578-braille dots2458-braille dots246-braille dots2467-braille dots24678-braille dots2468-braille dots247-braille dots2478-braille dots248-braille dots25-braille dots256-braille dots2567-braille dots25678-braille dots2568-braille dots257-braille dots2578-braille dots258-braille dots26-braille dots267-braille dots2678-braille dots268-braille dots27-braille dots278-braille dots28-braille dots3-braille dots34-braille dots345-braille dots3456-braille dots34567-braille dots345678-braille dots34568-braille dots3457-braille dots34578-braille dots3458-braille dots346-braille dots3467-braille dots34678-braille dots3468-braille dots347-braille dots3478-braille dots348-braille dots35-braille dots356-braille dots3567-braille dots35678-braille dots3568-braille dots357-braille dots3578-braille dots358-braille dots36-braille dots367-braille dots3678-braille dots368-braille dots37-braille dots378-braille dots38-braille dots4-braille dots45-braille dots456-braille dots4567-braille dots45678-braille dots4568-braille dots457-braille dots4578-braille dots458-braille dots46-braille dots467-braille dots4678-braille dots468-braille dots47-braille dots478-braille dots48-braille dots5-braille dots56-braille dots567-braille dots5678-braille dots568-braille dots57-braille dots578-braille dots58-braille dots6-braille dots67-braille dots678-braille dots68-braille dots7-braille dots78-braille dots8-braille numeral-greek lowernumeral-greek apostrophemod colontriangularmod commaturnedmod firsttonechinese glottalstopmod dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresis dotaccent grave acute hungarumlaut circumflex caron breve ring tilde macron cedilla ogonek dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb tonos tonos.case dieresistonos brevecomb-cy brevecomb-cy.case LIG public.postscriptNames A-cy uni0410 Abreveacute uni1EAE Abrevedotbelow uni1EB6 Abrevegrave uni1EB0 Abrevehookabove uni1EB2 Abrevetilde uni1EB4 Acaron uni01CD Acircumflexacute uni1EA4 Acircumflexdotbelow uni1EAC Acircumflexgrave uni1EA6 Acircumflexhookabove uni1EA8 Acircumflextilde uni1EAA Adotbelow uni1EA0 Ahookabove uni1EA2 Alpha-latin uni2C6D Asmall uni1D00 Astroke uni023A Be-cy uni0411 Che-cy uni0427 Chedescender-cy uni04B6 Cstroke uni023B De-cy uni0414 De-cy.loclBGR uni0414.loclBGR Delta uni0394 Dje-cy uni0402 Dze-cy uni0405 Dzhe-cy uni040F E-cy uni0404 Ecircumflexacute uni1EBE Ecircumflexdotbelow uni1EC6 Ecircumflexgrave uni1EC0 Ecircumflexhookabove uni1EC2 Ecircumflextilde uni1EC4 Edotbelow uni1EB8 Ef-cy uni0424 Ef-cy.loclBGR uni0424.loclBGR Ehookabove uni1EBA El-cy uni041B El-cy.loclBGR uni041B.loclBGR Em-cy uni041C En-cy uni041D Endescender-cy uni04A2 Eopen uni0190 Er-cy uni0420 Ereversed uni018E Ereversed-cy uni042D Es-cy uni0421 Esh uni01A9 Etilde uni1EBC Ezh uni01B7 Gammaafrican uni0194 Gcommaaccent uni0122 Ge-cy uni0413 Germandbls uni1E9E Ghestroke-cy uni0492 Gheupturn-cy uni0490 Gje-cy uni0403 Gsmall uni0262 Gstroke uni01E4 Ha-cy uni0425 Hadescender-cy uni04B2 Hardsign-cy uni042A Hcaron uni021E Hdotbelow uni1E24 I-cy uni0406 Ia-cy uni042F Idotbelow uni1ECA Ie-cy uni0415 Iegrave-cy uni0400 Ihookabove uni1EC8 Ii-cy uni0418 Iigrave-cy uni040D Iishort-cy uni0419 Imacron-cy uni04E2 Io-cy uni0401 Iotaafrican uni0196 Ismall uni026A Iu-cy uni042E Je-cy uni0408 Ka-cy uni041A Kacute uni1E30 Kadescender-cy uni049A KaiSymbol uni03CF Kcommaaccent uni0136 Kdotbelow uni1E32 Kje-cy uni040C Klinebelow uni1E34 Lbar uni023D Lcommaaccent uni013B Ldotbelow uni1E36 Lje-cy uni0409 Llinebelow uni1E3A Lmiddletilde uni2C62 Lsmall uni029F Ncommaaccent uni0145 Nhookleft uni019D Nje-cy uni040A Nlinebelow uni1E48 O-cy uni041E Obarred-cy uni04E8 Ocircumflexacute uni1ED0 Ocircumflexdotbelow uni1ED8 Ocircumflexgrave uni1ED2 Ocircumflexhookabove uni1ED4 Ocircumflextilde uni1ED6 Odotbelow uni1ECC Ohm uni2126 Ohookabove uni1ECE Ohornacute uni1EDA Ohorndotbelow uni1EE2 Ohorngrave uni1EDC Ohornhookabove uni1EDE Ohorntilde uni1EE0 Omacronacute uni1E52 Omacrongrave uni1E50 Omega uni03A9 Oogonek uni01EA Oopen uni0186 Palochka-cy uni04C0 Pe-cy uni041F Rcommaaccent uni0156 Rdotbelow uni1E5A Schwa uni018F Schwa-cy uni04D8 Scommaaccent uni0218 Sdotbelow uni1E62 Sha-cy uni0428 Shcha-cy uni0429 Shha-cy uni04BA Softsign-cy uni042C Tcedilla uni0162 Tcommaaccent uni021A Tdiagonalstroke uni023E Te-cy uni0422 Tlinebelow uni1E6E Tse-cy uni0426 Tshe-cy uni040B U-cy uni0423 Udotbelow uni1EE4 Uhookabove uni1EE6 Uhornacute uni1EE8 Uhorndotbelow uni1EF0 Uhorngrave uni1EEA Uhornhookabove uni1EEC Uhorntilde uni1EEE Umacron-cy uni04EE Upsilonafrican uni01B1 Ushort-cy uni040E Ustraight-cy uni04AE Ustraightstroke-cy uni04B0 Ve-cy uni0412 Vhook uni01B2 Vturned uni0245 Ydotbelow uni1EF4 Yeru-cy uni042B Yhookabove uni1EF6 Yi-cy uni0407 Ymacron uni0232 Ytilde uni1EF8 Ze-cy uni0417 Zhe-cy uni0416 Zhedescender-cy uni0496 a-cy uni0430 abreveacute uni1EAF abrevedotbelow uni1EB7 abrevegrave uni1EB1 abrevehookabove uni1EB3 abrevetilde uni1EB5 acaron uni01CE acircumflexacute uni1EA5 acircumflexdotbelow uni1EAD acircumflexgrave uni1EA7 acircumflexhookabove uni1EA9 acircumflextilde uni1EAB acknowledgeControl uni2406 acknowledgeControl.ss20 uni2406.ss20 acutetonecomb uni0341 adotbelow uni1EA1 ahookabove uni1EA3 alpha-latin uni0251 apostrophemod uni02BC backspaceControl uni2408 backspaceControl.ss20 uni2408.ss20 baht uni0E3F baht.BRACKET.600 uni0E3F be-cy uni0431 be-cy.loclSRB uni0431.loclSRB bellControl uni2407 bellControl.ss20 uni2407.ss20 blackCircle uni25CF blackDiamond uni25C6 blackHexagon uni2B22 blackHorizontalEllipse uni2B2C blackInWhiteDiamond uni25C8 blackLargeCircle uni2B24 blackLargeSquare uni2B1B blackMediumDiamond uni2B25 blackMediumDownTriangleCentred uni2BC6 blackMediumLeftTriangleCentred uni2BC7 blackMediumLozenge uni2B27 blackMediumRightTriangleCentred uni2BC8 blackMediumUpTriangleCentred uni2BC5 blackParallelogram uni25B0 blackPentagon uni2B1F blackSmallDiamond uni2B29 blackSmallLozenge uni2B2A blackSmallSquare uni25AA blackSmilingFace invsmileface blackSquare filledbox blackVerticalEllipse uni2B2E blackVerticalRect uni25AE blackVerysmallSquare uni2B1D blank uni2423 blank-braille uni2800 blankSymbol uni2422 bottomHalfBlackCircle uni2BCB bottomHalfBlackDiamond uni2B19 boxDoubleDownAndHorizontal uni2566 boxDoubleDownAndLeft uni2557 boxDoubleDownAndRight uni2554 boxDoubleHorizontal uni2550 boxDoubleUpAndHorizontal uni2569 boxDoubleUpAndLeft uni255D boxDoubleUpAndRight uni255A boxDoubleVertical uni2551 boxDoubleVerticalAndHorizontal uni256C boxDoubleVerticalAndLeft uni2563 boxDoubleVerticalAndRight uni2560 boxDownDoubleAndHorizontalSingle uni2565 boxDownDoubleAndLeftSingle uni2556 boxDownDoubleAndRightSingle uni2553 boxDownHeavyAndHorizontalLight uni2530 boxDownHeavyAndLeftLight uni2512 boxDownHeavyAndLeftUpLight uni2527 boxDownHeavyAndRightLight uni250E boxDownHeavyAndRightUpLight uni251F boxDownHeavyAndUpHorizontalLight uni2541 boxDownLightAndHorizontalHeavy uni252F boxDownLightAndLeftHeavy uni2511 boxDownLightAndLeftUpHeavy uni2529 boxDownLightAndRightHeavy uni250D boxDownLightAndRightUpHeavy uni2521 boxDownLightAndUpHorizontalHeavy uni2547 boxDownSingleAndHorizontalDouble uni2564 boxDownSingleAndLeftDouble uni2555 boxDownSingleAndRightDouble uni2552 boxHeavyDoubleDashHorizontal uni254D boxHeavyDoubleDashVertical uni254F boxHeavyDown uni257B boxHeavyDownAndHorizontal uni2533 boxHeavyDownAndLeft uni2513 boxHeavyDownAndRight uni250F boxHeavyHorizontal uni2501 boxHeavyLeft uni2578 boxHeavyLeftAndLightRight uni257E boxHeavyQuadrupleDashHorizontal uni2509 boxHeavyQuadrupleDashVertical uni250B boxHeavyRight uni257A boxHeavyTripleDashHorizontal uni2505 boxHeavyTripleDashVertical uni2507 boxHeavyUp uni2579 boxHeavyUpAndHorizontal uni253B boxHeavyUpAndLeft uni251B boxHeavyUpAndLightDown uni257F boxHeavyUpAndRight uni2517 boxHeavyVertical uni2503 boxHeavyVerticalAndHorizontal uni254B boxHeavyVerticalAndLeft uni252B boxHeavyVerticalAndRight uni2523 boxLeftDownHeavyAndRightUpLight uni2545 boxLeftHeavyAndRightDownLight uni252D boxLeftHeavyAndRightUpLight uni2535 boxLeftHeavyAndRightVerticalLight uni253D boxLeftLightAndRightDownHeavy uni2532 boxLeftLightAndRightUpHeavy uni253A boxLeftLightAndRightVerticalHeavy uni254A boxLeftUpHeavyAndRightDownLight uni2543 boxLightArcDownAndLeft uni256E boxLightArcDownAndRight uni256D boxLightArcUpAndLeft uni256F boxLightArcUpAndRight uni2570 boxLightDiagonalCross uni2573 boxLightDiagonalUpperLeftToLowerRight uni2572 boxLightDiagonalUpperRightToLowerLeft uni2571 boxLightDoubleDashHorizontal uni254C boxLightDoubleDashVertical uni254E boxLightDown uni2577 boxLightDownAndHorizontal uni252C boxLightDownAndLeft uni2510 boxLightDownAndRight uni250C boxLightHorizontal uni2500 boxLightLeft uni2574 boxLightLeftAndHeavyRight uni257C boxLightQuadrupleDashHorizontal uni2508 boxLightQuadrupleDashVertical uni250A boxLightRight uni2576 boxLightTripleDashHorizontal uni2504 boxLightTripleDashVertical uni2506 boxLightUp uni2575 boxLightUpAndHeavyDown uni257D boxLightUpAndHorizontal uni2534 boxLightUpAndLeft uni2518 boxLightUpAndRight uni2514 boxLightVertical uni2502 boxLightVerticalAndHorizontal uni253C boxLightVerticalAndLeft uni2524 boxLightVerticalAndRight uni251C boxRightDownHeavyAndLeftUpLight uni2546 boxRightHeavyAndLeftDownLight uni252E boxRightHeavyAndLeftUpLight uni2536 boxRightHeavyAndLeftVerticalLight uni253E boxRightLightAndLeftDownHeavy uni2531 boxRightLightAndLeftUpHeavy uni2539 boxRightLightAndLeftVerticalHeavy uni2549 boxRightUpHeavyAndLeftDownLight uni2544 boxUpDoubleAndHorizontalSingle uni2568 boxUpDoubleAndLeftSingle uni255C boxUpDoubleAndRightSingle uni2559 boxUpHeavyAndDownHorizontalLight uni2540 boxUpHeavyAndHorizontalLight uni2538 boxUpHeavyAndLeftDownLight uni2526 boxUpHeavyAndLeftLight uni251A boxUpHeavyAndRightDownLight uni251E boxUpHeavyAndRightLight uni2516 boxUpLightAndDownHorizontalHeavy uni2548 boxUpLightAndHorizontalHeavy uni2537 boxUpLightAndLeftDownHeavy uni252A boxUpLightAndLeftHeavy uni2519 boxUpLightAndRightDownHeavy uni2522 boxUpLightAndRightHeavy uni2515 boxUpSingleAndHorizontalDouble uni2567 boxUpSingleAndLeftDouble uni255B boxUpSingleAndRightDouble uni2558 boxVerticalDoubleAndHorizontalSingle uni256B boxVerticalDoubleAndLeftSingle uni2562 boxVerticalDoubleAndRightSingle uni255F boxVerticalHeavyAndHorizontalLight uni2542 boxVerticalHeavyAndLeftLight uni2528 boxVerticalHeavyAndRightLight uni2520 boxVerticalLightAndHorizontalHeavy uni253F boxVerticalLightAndLeftHeavy uni2525 boxVerticalLightAndRightHeavy uni251D boxVerticalSingleAndHorizontalDouble uni256A boxVerticalSingleAndLeftDouble uni2561 boxVerticalSingleAndRightDouble uni255E brevecomb uni0306 brevecomb-cy brevecombcy brevecomb-cy.case brevecombcy.case brevecomb.case uni0306.case bulletoperator uni2219 bullseye uni25CE cancelControl uni2418 cancelControl.ss20 uni2418.ss20 careof uni2105 caroncomb uni030C caroncomb.case uni030C.case carriageReturnControl uni240D carriageReturnControl.ss20 uni240D.ss20 cedi uni20B5 cedillacomb uni0327 che-cy uni0447 checkmark uni2713 chedescender-cy uni04B7 circumflexcomb uni0302 circumflexcomb.case uni0302.case clubBlackSuit club colonsign colonmonetary colontriangularmod uni02D0 commaabovecomb uni0313 commaaboverightcomb uni0315 commaaccentcomb uni0326 commaturnedabovecomb uni0312 commaturnedmod uni02BB crosshatchFillSquare uni25A6 dashdownArrow uni21E3 dataLinkEscapeControl uni2410 dataLinkEscapeControl.ss20 uni2410.ss20 de-cy uni0434 de-cy.loclBGR uni0434.loclBGR deleteControl uni2421 deleteFormTwoControl uni2425 deviceControlFourControl uni2414 deviceControlOneControl uni2411 deviceControlThreeControl uni2413 deviceControlTwoControl uni2412 diagonalcrosshatchFillSquare uni25A9 diamondBlackSuit diamond dieresiscomb uni0308 dieresiscomb.case uni0308.case divisionslash uni2215 dje-cy uni0452 dotaccentcomb uni0307 dotaccentcomb.case uni0307.case dots1-braille uni2801 dots12-braille uni2803 dots123-braille uni2807 dots1234-braille uni280F dots12345-braille uni281F dots123456-braille uni283F dots1234567-braille uni287F dots12345678-braille uni28FF dots1234568-braille uni28BF dots123457-braille uni285F dots1234578-braille uni28DF dots123458-braille uni289F dots12346-braille uni282F dots123467-braille uni286F dots1234678-braille uni28EF dots123468-braille uni28AF dots12347-braille uni284F dots123478-braille uni28CF dots12348-braille uni288F dots1235-braille uni2817 dots12356-braille uni2837 dots123567-braille uni2877 dots1235678-braille uni28F7 dots123568-braille uni28B7 dots12357-braille uni2857 dots123578-braille uni28D7 dots12358-braille uni2897 dots1236-braille uni2827 dots12367-braille uni2867 dots123678-braille uni28E7 dots12368-braille uni28A7 dots1237-braille uni2847 dots12378-braille uni28C7 dots1238-braille uni2887 dots124-braille uni280B dots1245-braille uni281B dots12456-braille uni283B dots124567-braille uni287B dots1245678-braille uni28FB dots124568-braille uni28BB dots12457-braille uni285B dots124578-braille uni28DB dots12458-braille uni289B dots1246-braille uni282B dots12467-braille uni286B dots124678-braille uni28EB dots12468-braille uni28AB dots1247-braille uni284B dots12478-braille uni28CB dots1248-braille uni288B dots125-braille uni2813 dots1256-braille uni2833 dots12567-braille uni2873 dots125678-braille uni28F3 dots12568-braille uni28B3 dots1257-braille uni2853 dots12578-braille uni28D3 dots1258-braille uni2893 dots126-braille uni2823 dots1267-braille uni2863 dots12678-braille uni28E3 dots1268-braille uni28A3 dots127-braille uni2843 dots1278-braille uni28C3 dots128-braille uni2883 dots13-braille uni2805 dots134-braille uni280D dots1345-braille uni281D dots13456-braille uni283D dots134567-braille uni287D dots1345678-braille uni28FD dots134568-braille uni28BD dots13457-braille uni285D dots134578-braille uni28DD dots13458-braille uni289D dots1346-braille uni282D dots13467-braille uni286D dots134678-braille uni28ED dots13468-braille uni28AD dots1347-braille uni284D dots13478-braille uni28CD dots1348-braille uni288D dots135-braille uni2815 dots1356-braille uni2835 dots13567-braille uni2875 dots135678-braille uni28F5 dots13568-braille uni28B5 dots1357-braille uni2855 dots13578-braille uni28D5 dots1358-braille uni2895 dots136-braille uni2825 dots1367-braille uni2865 dots13678-braille uni28E5 dots1368-braille uni28A5 dots137-braille uni2845 dots1378-braille uni28C5 dots138-braille uni2885 dots14-braille uni2809 dots145-braille uni2819 dots1456-braille uni2839 dots14567-braille uni2879 dots145678-braille uni28F9 dots14568-braille uni28B9 dots1457-braille uni2859 dots14578-braille uni28D9 dots1458-braille uni2899 dots146-braille uni2829 dots1467-braille uni2869 dots14678-braille uni28E9 dots1468-braille uni28A9 dots147-braille uni2849 dots1478-braille uni28C9 dots148-braille uni2889 dots15-braille uni2811 dots156-braille uni2831 dots1567-braille uni2871 dots15678-braille uni28F1 dots1568-braille uni28B1 dots157-braille uni2851 dots1578-braille uni28D1 dots158-braille uni2891 dots16-braille uni2821 dots167-braille uni2861 dots1678-braille uni28E1 dots168-braille uni28A1 dots17-braille uni2841 dots178-braille uni28C1 dots18-braille uni2881 dots2-braille uni2802 dots23-braille uni2806 dots234-braille uni280E dots2345-braille uni281E dots23456-braille uni283E dots234567-braille uni287E dots2345678-braille uni28FE dots234568-braille uni28BE dots23457-braille uni285E dots234578-braille uni28DE dots23458-braille uni289E dots2346-braille uni282E dots23467-braille uni286E dots234678-braille uni28EE dots23468-braille uni28AE dots2347-braille uni284E dots23478-braille uni28CE dots2348-braille uni288E dots235-braille uni2816 dots2356-braille uni2836 dots23567-braille uni2876 dots235678-braille uni28F6 dots23568-braille uni28B6 dots2357-braille uni2856 dots23578-braille uni28D6 dots2358-braille uni2896 dots236-braille uni2826 dots2367-braille uni2866 dots23678-braille uni28E6 dots2368-braille uni28A6 dots237-braille uni2846 dots2378-braille uni28C6 dots238-braille uni2886 dots24-braille uni280A dots245-braille uni281A dots2456-braille uni283A dots24567-braille uni287A dots245678-braille uni28FA dots24568-braille uni28BA dots2457-braille uni285A dots24578-braille uni28DA dots2458-braille uni289A dots246-braille uni282A dots2467-braille uni286A dots24678-braille uni28EA dots2468-braille uni28AA dots247-braille uni284A dots2478-braille uni28CA dots248-braille uni288A dots25-braille uni2812 dots256-braille uni2832 dots2567-braille uni2872 dots25678-braille uni28F2 dots2568-braille uni28B2 dots257-braille uni2852 dots2578-braille uni28D2 dots258-braille uni2892 dots26-braille uni2822 dots267-braille uni2862 dots2678-braille uni28E2 dots268-braille uni28A2 dots27-braille uni2842 dots278-braille uni28C2 dots28-braille uni2882 dots3-braille uni2804 dots34-braille uni280C dots345-braille uni281C dots3456-braille uni283C dots34567-braille uni287C dots345678-braille uni28FC dots34568-braille uni28BC dots3457-braille uni285C dots34578-braille uni28DC dots3458-braille uni289C dots346-braille uni282C dots3467-braille uni286C dots34678-braille uni28EC dots3468-braille uni28AC dots347-braille uni284C dots3478-braille uni28CC dots348-braille uni288C dots35-braille uni2814 dots356-braille uni2834 dots3567-braille uni2874 dots35678-braille uni28F4 dots3568-braille uni28B4 dots357-braille uni2854 dots3578-braille uni28D4 dots358-braille uni2894 dots36-braille uni2824 dots367-braille uni2864 dots3678-braille uni28E4 dots368-braille uni28A4 dots37-braille uni2844 dots378-braille uni28C4 dots38-braille uni2884 dots4-braille uni2808 dots45-braille uni2818 dots456-braille uni2838 dots4567-braille uni2878 dots45678-braille uni28F8 dots4568-braille uni28B8 dots457-braille uni2858 dots4578-braille uni28D8 dots458-braille uni2898 dots46-braille uni2828 dots467-braille uni2868 dots4678-braille uni28E8 dots468-braille uni28A8 dots47-braille uni2848 dots478-braille uni28C8 dots48-braille uni2888 dots5-braille uni2810 dots56-braille uni2830 dots567-braille uni2870 dots5678-braille uni28F0 dots568-braille uni28B0 dots57-braille uni2850 dots578-braille uni28D0 dots58-braille uni2890 dots6-braille uni2820 dots67-braille uni2860 dots678-braille uni28E0 dots68-braille uni28A0 dots7-braille uni2840 dots78-braille uni28C0 dots8-braille uni2880 dottedCircle uni25CC dottedSquare uni2B1A downArrow arrowdown downBlackSmallTriangle uni25BE downBlackTriangle triagdn downTipLeftArrow uni21B2 downWhiteSmallTriangle uni25BF downWhiteTriangle uni25BD dze-cy uni0455 dzhe-cy uni045F e-cy uni0454 ecircumflexacute uni1EBF ecircumflexdotbelow uni1EC7 ecircumflexgrave uni1EC1 ecircumflexhookabove uni1EC3 ecircumflextilde uni1EC5 edotbelow uni1EB9 ef-cy uni0444 ehookabove uni1EBB eightinferior uni2088 eightsuperior uni2078 el-cy uni043B el-cy.loclBGR uni043B.loclBGR em-cy uni043C en-cy uni043D endOfMediumControl uni2419 endOfMediumControl.ss20 uni2419.ss20 endOfTextControl uni2403 endOfTextControl.ss20 uni2403.ss20 endOfTransmissionBlockControl uni2417 endOfTransmissionBlockControl.ss20 uni2417.ss20 endOfTransmissionControl uni2404 endOfTransmissionControl.ss20 uni2404.ss20 endescender-cy uni04A3 enquiryControl uni2405 enquiryControl.ss20 uni2405.ss20 eopen uni025B er-cy uni0440 ereversed-cy uni044D es-cy uni0441 escapeControl uni241B escapeControl.ss20 uni241B.ss20 esh uni0283 etilde uni1EBD eturned uni01DD euro Euro eurocurrency uni20A0 exclamdouble exclamdbl ezh uni0292 fileSeparatorControl uni241C filledRect filledrect firsttonechinese uni02C9 fisheye uni25C9 fiveinferior uni2085 fivesuperior uni2075 formFeedControl uni240C formFeedControl.ss20 uni240C.ss20 fourinferior uni2084 foursuperior uni2074 fullBlock block fullBlock.stypo block.stypo gamma-latin uni0263 gcommaaccent uni0123 ge-cy uni0433 ge-cy.loclBGR uni0433.loclBGR ghestroke-cy uni0493 gheupturn-cy uni0491 gje-cy uni0453 glottalstop uni0294 glottalstopmod uni02C0 glottalstopreversed uni0295 gravetonecomb uni0340 groupSeparatorControl uni241D gstroke uni01E5 guarani uni20B2 guillemetleft guillemotleft guillemetright guillemotright ha-cy uni0445 hadescender-cy uni04B3 hardsign-cy uni044A hardsign-cy.loclBGR uni044A.loclBGR hcaron uni021F hdotbelow uni1E25 heartBlackSuit heart heavyleftpointinganglebracketornament uni2770 heavyleftpointinganglequotationmarkornament uni276E heavyrightpointinganglebracketornament uni2771 heavyrightpointinganglequotationmarkornament uni276F horizontalBlackHexagon uni2B23 horizontalFillSquare uni25A4 horizontalTabulationControl uni2409 horizontalTabulationControl.ss20 uni2409.ss20 horizontalbar uni2015 horizontallineextension uni23AF horncomb uni031B horncomb.case uni031B.case hryvnia uni20B4 hungarumlautcomb uni030B hungarumlautcomb.case uni030B.case hyphentwo uni2010 i-cy uni0456 ia-cy uni044F idotbelow uni1ECB idotless dotlessi ie-cy uni0435 iegrave-cy uni0450 ihookabove uni1EC9 ii-cy uni0438 ii-cy.loclBGR uni0438.loclBGR iigrave-cy uni045D iigrave-cy.loclBGR uni045D.loclBGR iishort-cy uni0439 iishort-cy.loclBGR uni0439.loclBGR imacron-cy uni04E3 increment uni2206 inverseBullet invbullet inverseWhiteCircle invcircle io-cy uni0451 iota-latin uni0269 iu-cy uni044E iu-cy.loclBGR uni044E.loclBGR jcaron uni01F0 jdotless uni0237 je-cy uni0458 ka-cy uni043A ka-cy.loclBGR uni043A.loclBGR kadescender-cy uni049B kaiSymbol uni03D7 kcommaaccent uni0137 kdotbelow uni1E33 kip uni20AD kje-cy uni045C klinebelow uni1E35 lambdastroke uni019B largeCircle uni25EF lari uni20BE lbar uni019A lbelt uni026C lcommaaccent uni013C ldotbelow uni1E37 leftArrow arrowleft leftBlackPointer triaglf leftBlackSmallTriangle uni25C2 leftBlackTriangle uni25C0 leftBlock lfblock leftBlock.stypo lfblock.stypo leftFiveEighthsBlock uni258B leftFiveEighthsBlock.stypo uni258B.stypo leftHalfBlackCircle uni25D6 leftHalfBlackDiamond uni2B16 leftHalfBlackSquare uni25E7 leftHalfBlackWhiteCircle uni25D0 leftOneEighthBlock uni258F leftOneEighthBlock.stypo uni258F.stypo leftOneQuarterBlock uni258E leftOneQuarterBlock.stypo uni258E.stypo leftRightArrow arrowboth leftSevenEighthsBlock uni2589 leftSevenEighthsBlock.stypo uni2589.stypo leftThreeEighthsBlock uni258D leftThreeEighthsBlock.stypo uni258D.stypo leftThreeQuartersBlock uni258A leftThreeQuartersBlock.stypo uni258A.stypo leftWhitePointer uni25C5 leftWhiteSmallTriangle uni25C3 leftWhiteTriangle uni25C1 lineFeedControl uni240A lineFeedControl.ss20 uni240A.ss20 lineseparator uni2028 liraTurkish uni20BA literSign uni2113 lje-cy uni0459 llinebelow uni1E3B lmiddletilde uni026B logicalnotReversed revlogicalnot lowerFiveEighthsBlock uni2585 lowerFiveEighthsBlock.stypo uni2585.stypo lowerHalfArc uni25E1 lowerHalfBlackWhiteCircle uni25D2 lowerHalfBlock dnblock lowerHalfBlock.stypo dnblock.stypo lowerHalfInverseWhiteCircle uni25DB lowerHalfWhiteSquare uni2B12 lowerLeftArc uni25DF lowerLeftBlackTriangle uni25E3 lowerLeftBlock uni2596 lowerLeftBlock.stypo uni2596.stypo lowerLeftHalfWhiteSquare uni2B14 lowerLeftQuadrantWhiteCircle uni25F5 lowerLeftTriangle uni25FA lowerOneEighthBlock uni2581 lowerOneEighthBlock.stypo uni2581.stypo lowerOneQuarterBlock uni2582 lowerOneQuarterBlock.stypo uni2582.stypo lowerRightArc uni25DE lowerRightBlackTriangle uni25E2 lowerRightBlock uni2597 lowerRightBlock.stypo uni2597.stypo lowerRightDiagonalHalfBlackSquare uni25EA lowerRightQuadrantWhiteCircle uni25F6 lowerRightTriangle uni25FF lowerSevenEighthsBlock uni2587 lowerSevenEighthsBlock.stypo uni2587.stypo lowerThreeEighthsBlock uni2583 lowerThreeEighthsBlock.stypo uni2583.stypo lowerThreeQuartersBlock uni2586 lowerThreeQuartersBlock.stypo uni2586.stypo lowernumeral-greek uni0375 lowlinecomb uni0332 macronbelowcomb uni0331 macroncomb uni0304 macroncomb.case uni0304.case manat uni20BC mars male mediumBlackSmallSquare uni25FE mediumBlackSquare uni25FC mediumWhiteSmallSquare uni25FD mediumWhiteSquare uni25FB mediumleftpointinganglebracketornament uni276C mediumrightpointinganglebracketornament uni276D micro uni00B5 mu uni03BC naira uni20A6 nbspace uni00A0 ncommaaccent uni0146 negativeAcknowledgeControl uni2415 negativeAcknowledgeControl.ss20 uni2415.ss20 newlineControl uni2424 nhookleft uni0272 nineinferior uni2089 ninesuperior uni2079 nje-cy uni045A nlinebelow uni1E49 nmod uni207F nonbreakinghyphen uni2011 note-musical musicalnote notedbl-musical musicalnotedbl notidentical uni2262 nullControl uni2400 numeral-greek uni0374 numero uni2116 o-cy uni043E obarred-cy uni04E9 ocircumflexacute uni1ED1 ocircumflexdotbelow uni1ED9 ocircumflexgrave uni1ED3 ocircumflexhookabove uni1ED5 ocircumflextilde uni1ED7 odotbelow uni1ECD ogonekcomb uni0328 ohookabove uni1ECF ohornacute uni1EDB ohorndotbelow uni1EE3 ohorngrave uni1EDD ohornhookabove uni1EDF ohorntilde uni1EE1 omacronacute uni1E53 omacrongrave uni1E51 oneinferior uni2081 onesuperior uni00B9 oogonek uni01EB oopen uni0254 overline uni203E palochka-cy uni04CF pe-cy uni043F pe-cy.loclBGR uni043F.loclBGR perispomenicomb uni0342 peso uni20B1 published uni2117 punctuationspace uni2008 questiongreek uni037E rcommaaccent uni0157 rdotbelow uni1E5B recordSeparatorControl uni241E returnsymbol uni23CE reversedRotatedFloralHeartBullet uni2619 rightArrow arrowright rightBlackPointer triagrt rightBlackSmallTriangle uni25B8 rightBlackTriangle uni25B6 rightBlock rtblock rightBlock.stypo rtblock.stypo rightHalfBlackCircle uni25D7 rightHalfBlackDiamond uni2B17 rightHalfBlackSquare uni25E8 rightHalfBlackWhiteCircle uni25D1 rightOneEighthBlock uni2595 rightOneEighthBlock.stypo uni2595.stypo rightWhitePointer uni25BB rightWhiteSmallTriangle uni25B9 rightWhiteTriangle uni25B7 ringbelowcomb uni0325 ringcomb uni030A ringcomb.case uni030A.case rotatedFloralHeartBullet uni2767 ruble uni20BD rupee uni20A8 rupeeIndian uni20B9 schwa uni0259 schwa-cy uni04D9 scommaaccent uni0219 sdotbelow uni1E63 seveninferior uni2087 sevensuperior uni2077 sha-cy uni0448 sha-cy.loclBGR uni0448.loclBGR shadedark dkshade shadedark.stypo dkshade.stypo shadelight ltshade shadelight.stypo ltshade.stypo shademedium shade shademedium.stypo shade.stypo shcha-cy uni0449 shcha-cy.loclBGR uni0449.loclBGR sheqel uni20AA shha-cy uni04BB shiftInControl uni240F shiftInControl.ss20 uni240F.ss20 shiftOutControl uni240E shiftOutControl.ss20 uni240E.ss20 sigmafinal uni03C2 sixinferior uni2086 sixsuperior uni2076 softhyphen uni00AD softsign-cy uni044C softsign-cy.loclBGR uni044C.loclBGR spaceControl uni2420 spadeBlackSuit spade startOfHeadingControl uni2401 startOfHeadingControl.ss20 uni2401.ss20 startOfTextControl uni2402 startOfTextControl.ss20 uni2402.ss20 strictlyequivalentto uni2263 substituteControl uni241A substituteControl.ss20 uni241A.ss20 substituteFormTwoControl uni2426 sunWithRays sun synchronousIdleControl uni2416 synchronousIdleControl.ss20 uni2416.ss20 tcedilla uni0163 tcommaaccent uni021B te-cy uni0442 te-cy.loclBGR uni0442.loclBGR tenge uni20B8 tesh uni02A7 thetamod uni1DBF threeinferior uni2083 threesuperior uni00B3 topHalfBlackCircle uni2BCA topHalfBlackDiamond uni2B18 topHalfWhiteSquare uni2B13 topRightHalfWhiteSquare uni2B15 tse-cy uni0446 tse-cy.loclBGR uni0446.loclBGR tshe-cy uni045B tugrik uni20AE twoinferior uni2082 twosuperior uni00B2 u-cy uni0443 udotbelow uni1EE5 uhookabove uni1EE7 uhornacute uni1EE9 uhorndotbelow uni1EF1 uhorngrave uni1EEB uhornhookabove uni1EED uhorntilde uni1EEF umacron-cy uni04EF unitSeparatorControl uni241F upArrow arrowup upBlackSmallTriangle uni25B4 upBlackTriangle triagup upDashArrow uni21E1 upDownArrow arrowupdn upDownbaseArrow arrowupdnbse upLeftHalfBlackTriangle uni25ED upRightHalfBlackTriangle uni25EE upWhiteSmallTriangle uni25B5 upWhiteTriangle uni25B3 upWhiteTriangleWithDot uni25EC upperHalfArc uni25E0 upperHalfBlackWhiteCircle uni25D3 upperHalfBlock upblock upperHalfBlock.stypo upblock.stypo upperHalfInverseWhiteCircle uni25DA upperLeftAndLowerLeftAndLowerRightBlock uni2599 upperLeftAndLowerLeftAndLowerRightBlock.stypo uni2599.stypo upperLeftAndLowerRightBlock uni259A upperLeftAndLowerRightBlock.stypo uni259A.stypo upperLeftAndUpperRightAndLowerLeftBlock uni259B upperLeftAndUpperRightAndLowerLeftBlock.stypo uni259B.stypo upperLeftAndUpperRightAndLowerRightBlock uni259C upperLeftAndUpperRightAndLowerRightBlock.stypo uni259C.stypo upperLeftArc uni25DC upperLeftBlackTriangle uni25E4 upperLeftBlock uni2598 upperLeftBlock.stypo uni2598.stypo upperLeftDiagonalHalfBlackSquare uni25E9 upperLeftQuadrantWhiteCircle uni25F4 upperLeftTriangle uni25F8 upperLeftWhiteCircle uni25D5 upperOneEighthBlock uni2594 upperOneEighthBlock.stypo uni2594.stypo upperRightAndLowerLeftAndLowerRightBlock uni259F upperRightAndLowerLeftAndLowerRightBlock.stypo uni259F.stypo upperRightAndLowerLeftBlock uni259E upperRightAndLowerLeftBlock.stypo uni259E.stypo upperRightArc uni25DD upperRightBlackCircle uni25D4 upperRightBlackTriangle uni25E5 upperRightBlock uni259D upperRightBlock.stypo uni259D.stypo upperRightQuadrantWhiteCircle uni25F7 upperRightTriangle uni25F9 upperlefttolowerrightFillSquare uni25A7 upperrighttolowerleftFillSquare uni25A8 upsilon-latin uni028A ushort-cy uni045E ustraight-cy uni04AF ustraightstroke-cy uni04B1 ve-cy uni0432 ve-cy.loclBGR uni0432.loclBGR vectorOrCrossProduct uni2A2F venus female verticalBisectingLineWhiteSquare uni25EB verticalFillCircle uni25CD verticalFillSquare uni25A5 verticalTabulationControl uni240B verticalTabulationControl.ss20 uni240B.ss20 vhook uni028B vturned uni028C whiteBullet openbullet whiteCircle circle whiteDiamond uni25C7 whiteHexagon uni2B21 whiteHorizontalEllipse uni2B2D whiteInBlackSquare uni25A3 whiteLargeSquare uni2B1C whiteLowerLeftQuadrantSquare uni25F1 whiteLowerRightQuadrantSquare uni25F2 whiteMediumDiamond uni2B26 whiteMediumLozenge uni2B28 whiteParallelogram uni25B1 whitePentagon uni2B20 whiteRect uni25AD whiteRoundedCornersSquare uni25A2 whiteSmallLozenge uni2B2B whiteSmallSquare uni25AB whiteSmilingFace smileface whiteSquare uni25A1 whiteUpperLeftQuadrantSquare uni25F0 whiteUpperRightQuadrantSquare uni25F3 whiteVerticalEllipse uni2B2F whiteVerticalRect uni25AF whiteVerysmallSquare uni2B1E wmod uni02B7 won uni20A9 ydotbelow uni1EF5 yeru-cy uni044B yhookabove uni1EF7 yi-cy uni0457 ymacron uni0233 ymod uni02B8 ytilde uni1EF9 ze-cy uni0437 ze-cy.loclBGR uni0437.loclBGR zeroinferior uni2080 zerosuperior uni2070 zhe-cy uni0436 zhe-cy.loclBGR uni0436.loclBGR zhedescender-cy uni0497 zmod uni1DBB public.skipExportGlyphs A.half B.half C.half D.half E.half F.half G.half H.half I.half K.half L.half M.half N.half O.half P.half Q.half R.half S.half T.half U.half V.half X.half Y.half four.half greater.alt less.alt one.half three.half two.half cascadia-code-2102.03/sources/CascadiaCode-Regular.ufo/metainfo.plist000066400000000000000000000004761401101653000253330ustar00rootroot00000000000000 creator com.github.fonttools.ufoLib formatVersion 3 cascadia-code-2102.03/sources/CascadiaCode.designspace000066400000000000000000000165141401101653000224740ustar00rootroot00000000000000 GSDimensionPlugin.Dimensions 32D0959D-6118-411E-BC46-DBE7BC1E7C0B HH 190 HV 200 OH 184 OV 210 cydeH 186 nV 212 oH 190 oV 220 tH 186 47A123F8-062D-4F48-9577-BC700BC51F36 HH 88 HV 90 OH 90 OV 92 cydeH 90 nV 94 oH 92 oV 96 tH 90 7062B15D-7097-4448-A185-D08BD1167FB1 HV 205 OH 184 OV 210 nV 212 nd 204 oH 190 oV 214 tH 195 A38DF493-7C5F-490B-8624-7E8A09AEE4F3 nV 270 oH 257 oV 287 tH 250 CF6B61C3-38FB-41CB-B8C0-98C1B61AF433 HH 254 HV 276 OH 265 OV 290 cydeH 264 nV 282 oH 270 oV 300 tH 264 public.skipExportGlyphs A.half B.half C.half D.half E.half F.half G.half H.half I.half K.half L.half M.half N.half O.half P.half Q.half R.half S.half T.half U.half V.half X.half Y.half four.half greater.alt less.alt one.half three.half two.half cascadia-code-2102.03/sources/STAT.plist000066400000000000000000000032241401101653000176240ustar00rootroot00000000000000 axes name Weight tag wght locations name ExtraLight value 200 name Light value 300 name SemiLight value 350 linked_value 600 name Regular value 400 linked_value 700 flags ElidableAxisValueName name SemiBold value 600 name Bold value 700 cascadia-code-2102.03/sources/features/000077500000000000000000000000001401101653000176115ustar00rootroot00000000000000cascadia-code-2102.03/sources/features/features_code.fea000066400000000000000000002347371401101653000231160ustar00rootroot00000000000000# automatic @Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol ]; # automatic @Lowercase = [ Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol ]; @OpeningBracket = [ bracketleft braceleft parenleft ]; @Digit = [ zero one two three four five six seven eight nine ]; @HexDigit = [ @Digit a b c d e f A B C D E F ]; @ClosingBracket = [ bracketright braceright parenright ]; @Tall = [ @Uppercase @Digit @OpeningBracket @ClosingBracket bar ]; @NotSpace = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply fi fl w_w_w.liga ordfeminine ordmasculine nmod wmod ymod A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol thetamod zmod zero one two three four five six seven eight nine zero.zero zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior fraction onehalf onequarter threequarters oneeighth threeeighths fiveeighths seveneighths period comma colon semicolon ellipsis exclam exclamdown question questiondown periodcentered bullet asterisk exclamdouble numbersign onedotenleader overline slash backslash colon.center parenleft parenright braceleft braceright bracketleft bracketright heavyleftpointinganglebracketornament heavyleftpointinganglequotationmarkornament heavyrightpointinganglebracketornament heavyrightpointinganglequotationmarkornament mediumleftpointinganglebracketornament mediumrightpointinganglebracketornament hyphen softhyphen endash emdash horizontalbar hyphentwo nonbreakinghyphen underscore underscoredbl quotesinglbase quotedblbase quotedblleft quotedblright quoteleft quoteright quotereversed guillemetleft guillemetright guilsinglleft guilsinglright quotedbl quotesingle hyphen_hyphen.liga hyphen_hyphen_hyphen.liga hyphen_asciitilde.liga parenleft_asterisk.liga braceleft_bar.liga braceright_numbersign.liga bracketleft_bar.liga bracketright_numbersign.liga period_hyphen.liga period_period.liga period_period_period.liga period_period_equal.liga period_period_less.liga period_question.liga period_equal.liga colon_colon.liga colon_colon_colon.liga colon_colon_equal.liga colon_equal.liga colon_slash_slash.liga semicolon_semicolon.liga exclam_period.liga exclam_colon.liga exclam_exclam.liga exclam_exclam_period.liga exclam_equal.liga exclam_equal_equal.liga question_period.liga question_colon.liga question_question.liga question_question_equal.liga question_equal.liga asterisk_parenright.liga asterisk_asterisk.liga asterisk_asterisk_asterisk.liga asterisk_greater.liga asterisk_slash.liga numbersign_parenleft.liga numbersign_braceleft.liga numbersign_bracketleft.liga numbersign_colon.liga numbersign_exclam.liga numbersign_question.liga numbersign_equal.liga numbersign_underscore.liga numbersign_underscore_parenleft.liga slash_asterisk.liga slash_greater.liga slash_slash.liga slash_slash_slash.liga slash_backslash.liga backslash_slash.liga backslash_backslash.liga underscore_underscore.liga hyphen_middle.seq hyphen_start.seq hyphen_end.seq colon_equal_middle.seq exclam_equal_middle.seq numbersign_end.seq numbersign_middle.seq numbersign_start.seq slash_equal_end.seq slash_equal_middle.seq slash_equal_start.seq slash_slash_equal_end.seq slash_slash_equal_middle.seq slash_slash_equal_start.seq underscore_end.seq underscore_middle.seq underscore_start.seq anoteleia questiongreek baht cedi cent colonsign currency dollar dong euro eurocurrency florin franc guarani hryvnia kip lari lira liraTurkish manat naira peseta peso ruble rupee rupeeIndian sheqel sterling tenge tugrik won yen bulletoperator divisionslash equivalence horizontallineextension integralbt integraltp logicalnotReversed notidentical plus minus multiply divide equal notequal greater less greaterequal lessequal plusminus approxequal asciitilde logicalnot asciicircum infinity intersection integral Ohm increment product summation radical micro partialdiff orthogonal percent perthousand strictlyequivalentto vectorOrCrossProduct greater.center less.center upArrow rightArrow downArrow leftArrow leftRightArrow upDownArrow upDownbaseArrow downTipLeftArrow upDashArrow dashdownArrow lowerOneEighthBlock lowerOneQuarterBlock lowerThreeEighthsBlock lowerHalfBlock lowerFiveEighthsBlock lowerThreeQuartersBlock lowerSevenEighthsBlock fullBlock upperHalfBlock upperOneEighthBlock leftOneEighthBlock leftOneQuarterBlock leftThreeEighthsBlock leftBlock leftFiveEighthsBlock leftThreeQuartersBlock leftSevenEighthsBlock rightBlock rightOneEighthBlock lowerLeftBlock lowerRightBlock upperLeftBlock upperLeftAndLowerLeftAndLowerRightBlock upperLeftAndLowerRightBlock upperLeftAndUpperRightAndLowerLeftBlock upperLeftAndUpperRightAndLowerRightBlock upperRightBlock upperRightAndLowerLeftBlock upperRightAndLowerLeftAndLowerRightBlock shadelight shademedium shadedark blackCircle whiteCircle largeCircle leftHalfBlackWhiteCircle rightHalfBlackWhiteCircle lowerHalfBlackWhiteCircle upperHalfBlackWhiteCircle leftHalfBlackCircle rightHalfBlackCircle upperRightBlackCircle upperLeftWhiteCircle upperLeftQuadrantWhiteCircle lowerLeftQuadrantWhiteCircle lowerRightQuadrantWhiteCircle upperRightQuadrantWhiteCircle verticalFillCircle dottedCircle fisheye bullseye whiteBullet inverseBullet inverseWhiteCircle upperHalfInverseWhiteCircle lowerHalfInverseWhiteCircle upperHalfArc lowerHalfArc upperLeftArc upperRightArc lowerRightArc lowerLeftArc blackDiamond whiteDiamond leftHalfBlackDiamond rightHalfBlackDiamond topHalfBlackDiamond bottomHalfBlackDiamond blackInWhiteDiamond lozenge blackParallelogram whiteParallelogram blackVerticalRect filledRect whiteRect whiteVerticalRect blackSquare whiteSquare whiteRoundedCornersSquare whiteInBlackSquare dottedSquare horizontalFillSquare verticalFillSquare crosshatchFillSquare upperlefttolowerrightFillSquare upperrighttolowerleftFillSquare diagonalcrosshatchFillSquare blackSmallSquare whiteSmallSquare leftHalfBlackSquare rightHalfBlackSquare upperLeftDiagonalHalfBlackSquare lowerRightDiagonalHalfBlackSquare verticalBisectingLineWhiteSquare whiteUpperLeftQuadrantSquare whiteLowerLeftQuadrantSquare whiteLowerRightQuadrantSquare whiteUpperRightQuadrantSquare mediumWhiteSquare mediumBlackSquare mediumWhiteSmallSquare mediumBlackSmallSquare upBlackTriangle rightBlackTriangle downBlackTriangle leftBlackTriangle upWhiteTriangle rightWhiteTriangle downWhiteTriangle leftWhiteTriangle upWhiteTriangleWithDot upLeftHalfBlackTriangle upRightHalfBlackTriangle rightBlackPointer leftBlackPointer rightWhitePointer leftWhitePointer upBlackSmallTriangle rightBlackSmallTriangle downBlackSmallTriangle leftBlackSmallTriangle upWhiteSmallTriangle rightWhiteSmallTriangle downWhiteSmallTriangle leftWhiteSmallTriangle upperRightBlackTriangle lowerRightBlackTriangle lowerLeftBlackTriangle upperLeftBlackTriangle upperRightTriangle lowerRightTriangle lowerLeftTriangle upperLeftTriangle boxDoubleDownAndHorizontal boxDoubleDownAndLeft boxDoubleDownAndRight boxDoubleHorizontal boxDoubleUpAndHorizontal boxDoubleUpAndLeft boxDoubleUpAndRight boxDoubleVertical boxDoubleVerticalAndHorizontal boxDoubleVerticalAndLeft boxDoubleVerticalAndRight boxDownDoubleAndHorizontalSingle boxDownDoubleAndLeftSingle boxDownDoubleAndRightSingle boxDownHeavyAndHorizontalLight boxDownHeavyAndLeftLight boxDownHeavyAndLeftUpLight boxDownHeavyAndRightLight boxDownHeavyAndRightUpLight boxDownHeavyAndUpHorizontalLight boxDownLightAndHorizontalHeavy boxDownLightAndLeftHeavy boxDownLightAndLeftUpHeavy boxDownLightAndRightHeavy boxDownLightAndRightUpHeavy boxDownLightAndUpHorizontalHeavy boxDownSingleAndHorizontalDouble boxDownSingleAndLeftDouble boxDownSingleAndRightDouble boxHeavyDoubleDashHorizontal boxHeavyDoubleDashVertical boxHeavyDown boxHeavyDownAndHorizontal boxHeavyDownAndLeft boxHeavyDownAndRight boxHeavyHorizontal boxHeavyLeft boxHeavyLeftAndLightRight boxHeavyQuadrupleDashHorizontal boxHeavyQuadrupleDashVertical boxHeavyRight boxHeavyTripleDashHorizontal boxHeavyTripleDashVertical boxHeavyUp boxHeavyUpAndHorizontal boxHeavyUpAndLeft boxHeavyUpAndLightDown boxHeavyUpAndRight boxHeavyVertical boxHeavyVerticalAndHorizontal boxHeavyVerticalAndLeft boxHeavyVerticalAndRight boxLeftDownHeavyAndRightUpLight boxLeftHeavyAndRightDownLight boxLeftHeavyAndRightUpLight boxLeftHeavyAndRightVerticalLight boxLeftLightAndRightDownHeavy boxLeftLightAndRightUpHeavy boxLeftLightAndRightVerticalHeavy boxLeftUpHeavyAndRightDownLight boxLightArcDownAndLeft boxLightArcDownAndRight boxLightArcUpAndLeft boxLightArcUpAndRight boxLightDiagonalCross boxLightDiagonalUpperLeftToLowerRight boxLightDiagonalUpperRightToLowerLeft boxLightDoubleDashHorizontal boxLightDoubleDashVertical boxLightDown boxLightDownAndHorizontal boxLightDownAndLeft boxLightDownAndRight boxLightHorizontal boxLightLeft boxLightLeftAndHeavyRight boxLightQuadrupleDashHorizontal boxLightQuadrupleDashVertical boxLightRight boxLightTripleDashHorizontal boxLightTripleDashVertical boxLightUp boxLightUpAndHeavyDown boxLightUpAndHorizontal boxLightUpAndLeft boxLightUpAndRight boxLightVertical boxLightVerticalAndHorizontal boxLightVerticalAndLeft boxLightVerticalAndRight boxRightDownHeavyAndLeftUpLight boxRightHeavyAndLeftDownLight boxRightHeavyAndLeftUpLight boxRightHeavyAndLeftVerticalLight boxRightLightAndLeftDownHeavy boxRightLightAndLeftUpHeavy boxRightLightAndLeftVerticalHeavy boxRightUpHeavyAndLeftDownLight boxUpDoubleAndHorizontalSingle boxUpDoubleAndLeftSingle boxUpDoubleAndRightSingle boxUpHeavyAndDownHorizontalLight boxUpHeavyAndHorizontalLight boxUpHeavyAndLeftDownLight boxUpHeavyAndLeftLight boxUpHeavyAndRightDownLight boxUpHeavyAndRightLight boxUpLightAndDownHorizontalHeavy boxUpLightAndHorizontalHeavy boxUpLightAndLeftDownHeavy boxUpLightAndLeftHeavy boxUpLightAndRightDownHeavy boxUpLightAndRightHeavy boxUpSingleAndHorizontalDouble boxUpSingleAndLeftDouble boxUpSingleAndRightDouble boxVerticalDoubleAndHorizontalSingle boxVerticalDoubleAndLeftSingle boxVerticalDoubleAndRightSingle boxVerticalHeavyAndHorizontalLight boxVerticalHeavyAndLeftLight boxVerticalHeavyAndRightLight boxVerticalLightAndHorizontalHeavy boxVerticalLightAndLeftHeavy boxVerticalLightAndRightHeavy boxVerticalSingleAndHorizontalDouble boxVerticalSingleAndLeftDouble boxVerticalSingleAndRightDouble lowerOneEighthBlock.stypo lowerOneQuarterBlock.stypo lowerThreeEighthsBlock.stypo lowerHalfBlock.stypo lowerFiveEighthsBlock.stypo lowerThreeQuartersBlock.stypo lowerSevenEighthsBlock.stypo fullBlock.stypo upperHalfBlock.stypo upperOneEighthBlock.stypo leftOneEighthBlock.stypo leftOneQuarterBlock.stypo leftThreeEighthsBlock.stypo leftBlock.stypo leftFiveEighthsBlock.stypo leftThreeQuartersBlock.stypo leftSevenEighthsBlock.stypo rightBlock.stypo rightOneEighthBlock.stypo lowerLeftBlock.stypo lowerRightBlock.stypo upperLeftBlock.stypo upperLeftAndLowerLeftAndLowerRightBlock.stypo upperLeftAndLowerRightBlock.stypo upperLeftAndUpperRightAndLowerLeftBlock.stypo upperLeftAndUpperRightAndLowerRightBlock.stypo upperRightBlock.stypo upperRightAndLowerLeftBlock.stypo upperRightAndLowerLeftAndLowerRightBlock.stypo shadelight.stypo shademedium.stypo shadedark.stypo reversedRotatedFloralHeartBullet whiteSmilingFace blackSmilingFace sunWithRays venus mars spadeBlackSuit clubBlackSuit heartBlackSuit diamondBlackSuit checkmark rotatedFloralHeartBullet acknowledgeControl backspaceControl at ampersand paragraph section copyright registered published trademark careof degree minute second bar brokenbar dagger literSign daggerdbl estimated numero bellControl blackHexagon blackHorizontalEllipse blackLargeCircle blackLargeSquare blackMediumDiamond blackMediumDownTriangleCentred blackMediumLeftTriangleCentred blackMediumLozenge blackMediumRightTriangleCentred blackMediumUpTriangleCentred blackPentagon blackSmallDiamond blackSmallLozenge blackVerticalEllipse blackVerysmallSquare blank blankSymbol bottomHalfBlackCircle cancelControl carriageReturnControl dataLinkEscapeControl deleteControl deleteFormTwoControl deviceControlFourControl deviceControlOneControl deviceControlThreeControl deviceControlTwoControl endOfMediumControl endOfTextControl endOfTransmissionBlockControl endOfTransmissionControl enquiryControl escapeControl fileSeparatorControl formFeedControl groupSeparatorControl horizontalBlackHexagon horizontalTabulationControl house returnsymbol lineFeedControl lowerHalfWhiteSquare lowerLeftHalfWhiteSquare negativeAcknowledgeControl newlineControl nullControl prescription recordSeparatorControl shiftInControl shiftOutControl spaceControl startOfHeadingControl startOfTextControl substituteControl substituteFormTwoControl synchronousIdleControl topHalfBlackCircle topHalfWhiteSquare topRightHalfWhiteSquare unitSeparatorControl verticalTabulationControl whiteHexagon whiteHorizontalEllipse whiteLargeSquare whiteMediumDiamond whiteMediumLozenge whitePentagon whiteSmallLozenge whiteVerticalEllipse whiteVerysmallSquare acknowledgeControl.ss20 backspaceControl.ss20 bellControl.ss20 cancelControl.ss20 carriageReturnControl.ss20 dataLinkEscapeControl.ss20 endOfMediumControl.ss20 endOfTextControl.ss20 endOfTransmissionBlockControl.ss20 endOfTransmissionControl.ss20 enquiryControl.ss20 escapeControl.ss20 formFeedControl.ss20 horizontalTabulationControl.ss20 lineFeedControl.ss20 negativeAcknowledgeControl.ss20 shiftInControl.ss20 shiftOutControl.ss20 startOfHeadingControl.ss20 startOfTextControl.ss20 substituteControl.ss20 synchronousIdleControl.ss20 verticalTabulationControl.ss20 ampersand_ampersand.liga bar_braceright.liga bar_bracketright.liga bar_bar.liga bar_bar_bar.liga bar_bar_bar_greater.liga bar_bar_greater.liga bar_greater.liga dollar_greater.liga plus_plus.liga plus_plus_plus.liga plus_greater.liga equal_equal.liga equal_equal_equal.liga greater_equal.liga greater_greater.liga greater_greater_greater.liga less_exclam_hyphen_hyphen.liga less_asterisk.liga less_asterisk_greater.liga less_bar.liga less_bar_bar.liga less_bar_bar_bar.liga less_bar_greater.liga less_dollar.liga less_dollar_greater.liga less_plus.liga less_plus_greater.liga less_equal.liga less_greater.liga less_less.liga less_less_less.liga less_asciitilde.liga less_asciitilde_greater.liga less_asciitilde_asciitilde.liga less_slash.liga less_slash_greater.liga asciitilde_hyphen.liga asciitilde_at.liga asciitilde_equal.liga asciitilde_greater.liga asciitilde_asciitilde.liga asciitilde_asciitilde_greater.liga asciicircum_equal.liga percent_percent.liga bar_underscore_middle.seq bar_bar_equal_middle.seq bar_equal_middle.seq bar_bar_equal_end.seq bar_bar_equal_start.seq bar_bar_hyphen_middle.seq bar_hyphen_middle.seq bar_bar_hyphen_end.seq bar_bar_hyphen_start.seq bar_equal_end.seq bar_equal_start.seq bar_hyphen_end.seq bar_hyphen_start.seq equal_middle.seq equal_end.seq equal_start.seq greater_greater_equal_middle.seq greater_equal_middle.seq greater_greater_equal_end.seq greater_greater_equal_start.seq greater_equal_start.seq greater_equal_end.seq greater_greater_hyphen_middle.seq greater_hyphen_middle.seq greater_greater_hyphen_end.seq greater_greater_hyphen_start.seq greater_hyphen_start.seq greater_hyphen_end.seq less_less_equal_middle.seq less_equal_middle.seq less_less_equal_end.seq less_less_equal_start.seq less_equal_end.seq less_equal_start.seq less_less_hyphen_middle.seq less_hyphen_middle.seq less_less_hyphen_end.seq less_less_hyphen_start.seq less_hyphen_end.seq less_hyphen_start.seq note-musical notedbl-musical blank-braille dots1-braille dots12-braille dots123-braille dots1234-braille dots12345-braille dots123456-braille dots1234567-braille dots12345678-braille dots1234568-braille dots123457-braille dots1234578-braille dots123458-braille dots12346-braille dots123467-braille dots1234678-braille dots123468-braille dots12347-braille dots123478-braille dots12348-braille dots1235-braille dots12356-braille dots123567-braille dots1235678-braille dots123568-braille dots12357-braille dots123578-braille dots12358-braille dots1236-braille dots12367-braille dots123678-braille dots12368-braille dots1237-braille dots12378-braille dots1238-braille dots124-braille dots1245-braille dots12456-braille dots124567-braille dots1245678-braille dots124568-braille dots12457-braille dots124578-braille dots12458-braille dots1246-braille dots12467-braille dots124678-braille dots12468-braille dots1247-braille dots12478-braille dots1248-braille dots125-braille dots1256-braille dots12567-braille dots125678-braille dots12568-braille dots1257-braille dots12578-braille dots1258-braille dots126-braille dots1267-braille dots12678-braille dots1268-braille dots127-braille dots1278-braille dots128-braille dots13-braille dots134-braille dots1345-braille dots13456-braille dots134567-braille dots1345678-braille dots134568-braille dots13457-braille dots134578-braille dots13458-braille dots1346-braille dots13467-braille dots134678-braille dots13468-braille dots1347-braille dots13478-braille dots1348-braille dots135-braille dots1356-braille dots13567-braille dots135678-braille dots13568-braille dots1357-braille dots13578-braille dots1358-braille dots136-braille dots1367-braille dots13678-braille dots1368-braille dots137-braille dots1378-braille dots138-braille dots14-braille dots145-braille dots1456-braille dots14567-braille dots145678-braille dots14568-braille dots1457-braille dots14578-braille dots1458-braille dots146-braille dots1467-braille dots14678-braille dots1468-braille dots147-braille dots1478-braille dots148-braille dots15-braille dots156-braille dots1567-braille dots15678-braille dots1568-braille dots157-braille dots1578-braille dots158-braille dots16-braille dots167-braille dots1678-braille dots168-braille dots17-braille dots178-braille dots18-braille dots2-braille dots23-braille dots234-braille dots2345-braille dots23456-braille dots234567-braille dots2345678-braille dots234568-braille dots23457-braille dots234578-braille dots23458-braille dots2346-braille dots23467-braille dots234678-braille dots23468-braille dots2347-braille dots23478-braille dots2348-braille dots235-braille dots2356-braille dots23567-braille dots235678-braille dots23568-braille dots2357-braille dots23578-braille dots2358-braille dots236-braille dots2367-braille dots23678-braille dots2368-braille dots237-braille dots2378-braille dots238-braille dots24-braille dots245-braille dots2456-braille dots24567-braille dots245678-braille dots24568-braille dots2457-braille dots24578-braille dots2458-braille dots246-braille dots2467-braille dots24678-braille dots2468-braille dots247-braille dots2478-braille dots248-braille dots25-braille dots256-braille dots2567-braille dots25678-braille dots2568-braille dots257-braille dots2578-braille dots258-braille dots26-braille dots267-braille dots2678-braille dots268-braille dots27-braille dots278-braille dots28-braille dots3-braille dots34-braille dots345-braille dots3456-braille dots34567-braille dots345678-braille dots34568-braille dots3457-braille dots34578-braille dots3458-braille dots346-braille dots3467-braille dots34678-braille dots3468-braille dots347-braille dots3478-braille dots348-braille dots35-braille dots356-braille dots3567-braille dots35678-braille dots3568-braille dots357-braille dots3578-braille dots358-braille dots36-braille dots367-braille dots3678-braille dots368-braille dots37-braille dots378-braille dots38-braille dots4-braille dots45-braille dots456-braille dots4567-braille dots45678-braille dots4568-braille dots457-braille dots4578-braille dots458-braille dots46-braille dots467-braille dots4678-braille dots468-braille dots47-braille dots478-braille dots48-braille dots5-braille dots56-braille dots567-braille dots5678-braille dots568-braille dots57-braille dots578-braille dots58-braille dots6-braille dots67-braille dots678-braille dots68-braille dots7-braille dots78-braille dots8-braille numeral-greek lowernumeral-greek apostrophemod colontriangularmod commaturnedmod firsttonechinese glottalstopmod dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresis dotaccent grave acute hungarumlaut circumflex caron breve ring tilde macron cedilla ogonek dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb tonos tonos.case dieresistonos brevecomb-cy brevecomb-cy.case LIG ]; # Prefix: Languagesystems # automatic languagesystem DFLT dflt; languagesystem latn dflt; languagesystem latn ROM; languagesystem latn MOL; languagesystem latn PLK; languagesystem latn NLD; languagesystem latn CAT; languagesystem cyrl dflt; languagesystem cyrl BGR; languagesystem cyrl SRB; feature aalt { # automatic feature calt; feature locl; feature subs; feature sinf; feature sups; feature numr; feature dnom; feature frac; feature ordn; feature case; feature ss02; feature zero; feature ss19; feature rclt; feature zero; feature ss20; } aalt; feature calt { ### Less - It is convenient to have this lookup set at the start. lookup less_asciitilde { ignore sub less less' asciitilde; ignore sub less' asciitilde asciitilde asciitilde; sub less_asciitilde.liga asciitilde' by LIG; sub less' asciitilde by less_asciitilde.liga; } less_asciitilde; lookup less_asciitilde_asciitilde { sub less_asciitilde_asciitilde.liga LIG asciitilde' by LIG; sub less_asciitilde.liga' LIG asciitilde by less_asciitilde_asciitilde.liga; } less_asciitilde_asciitilde; lookup less_asterisk { ignore sub less less' asterisk; ignore sub less' asterisk asterisk; sub less_asterisk.liga asterisk' by LIG; sub less' asterisk by less_asterisk.liga; } less_asterisk; lookup less_dollar { ignore sub less less' dollar; ignore sub less' dollar dollar; sub less_dollar.liga dollar' by LIG; sub less' dollar by less_dollar.liga; } less_dollar; lookup less_equal { ignore sub less less' equal; ignore sub less' equal equal; ignore sub parenleft question less' equal; ignore sub equal less' equal; ignore sub less' equal [less greater bar colon exclam slash]; sub less_equal.liga equal' by LIG; sub less' equal by less_equal.liga; } less_equal; lookup less_greater { ignore sub less less' greater; ignore sub less' greater greater; sub less_greater.liga greater' by LIG; sub less' greater by less_greater.liga; } less_greater; lookup less_plus { ignore sub less less' plus; ignore sub less' plus plus; sub less_plus.liga plus' by LIG; sub less' plus by less_plus.liga; } less_plus; lookup less_slash { ignore sub less less' slash; ignore sub less' slash slash; sub less_slash.liga slash' by LIG; sub less' slash by less_slash.liga; } less_slash; lookup less_bar { ignore sub less less' bar; ignore sub less' bar bar bar bar; ignore sub less' bar bar greater; sub less_bar.liga bar' by LIG; sub less' bar by less_bar.liga; } less_bar; lookup less_bar_bar { sub less_bar_bar.liga LIG bar' by LIG; sub less_bar.liga' LIG bar by less_bar_bar.liga; } less_bar_bar; lookup less_bar_bar_bar { sub less_bar_bar_bar.liga LIG LIG bar' by LIG; sub less_bar_bar.liga' LIG LIG bar by less_bar_bar_bar.liga; } less_bar_bar_bar; # generally it is useful to have the duplicating sequences in a row. This avoids potential badness. lookup less_less { ignore sub less less' less; ignore sub less' less less less; ignore sub less' less [asterisk plus dollar]; ignore sub [hyphen equal] less' less; ignore sub less' less hyphen; ignore sub less' less equal [equal less greater bar colon exclam slash]; ignore sub less' less less [asterisk plus dollar]; sub less_less.liga less' by LIG; sub less' less by less_less.liga; } less_less; lookup less_less_less { sub less_less_less.liga LIG less' by LIG; sub less_less.liga' LIG less by less_less_less.liga; } less_less_less; lookup less_asciitilde_greater { ignore sub less_asciitilde.liga' LIG greater greater; sub less_asciitilde_greater.liga LIG greater' by LIG; sub less_asciitilde.liga' LIG greater by less_asciitilde_greater.liga; } less_asciitilde_greater; lookup less_asterisk_greater { sub less_asterisk_greater.liga LIG greater' by LIG; sub less_asterisk.liga' LIG greater by less_asterisk_greater.liga; } less_asterisk_greater; lookup less_dollar_greater { sub less_dollar_greater.liga LIG greater' by LIG; sub less_dollar.liga' LIG greater by less_dollar_greater.liga; } less_dollar_greater; lookup less_plus_greater { sub less_plus_greater.liga LIG greater' by LIG; sub less_plus.liga' LIG greater by less_plus_greater.liga; } less_plus_greater; lookup less_slash_greater { ignore sub less_slash.liga' LIG greater greater; sub less_slash_greater.liga LIG greater' by LIG; sub less_slash.liga' LIG greater by less_slash_greater.liga; } less_slash_greater; lookup less_bar_greater { ignore sub less_bar.liga' LIG greater greater; sub less_bar_greater.liga LIG greater' by LIG; sub less_bar.liga' LIG greater by less_bar_greater.liga; } less_bar_greater; lookup less_exclam_hyphen_hyphen { ignore sub less less' exclam hyphen hyphen; ignore sub less' exclam hyphen hyphen hyphen; ignore sub parenleft question less' exclam hyphen hyphen; sub less_exclam_hyphen_hyphen.liga LIG LIG hyphen' by LIG; sub less_exclam_hyphen_hyphen.liga LIG hyphen' hyphen by LIG; sub less_exclam_hyphen_hyphen.liga exclam' hyphen hyphen by LIG; sub less' exclam hyphen hyphen by less_exclam_hyphen_hyphen.liga; } less_exclam_hyphen_hyphen; ### Ampersand lookup ampersand_ampersand { ignore sub ampersand ampersand' ampersand; ignore sub ampersand' ampersand ampersand; sub ampersand_ampersand.liga ampersand' by LIG; sub ampersand' ampersand by ampersand_ampersand.liga; } ampersand_ampersand; ### Asciicircum lookup asciicircum_equal { ignore sub asciicircum asciicircum' equal; ignore sub asciicircum' equal equal; sub asciicircum_equal.liga equal' by LIG; sub asciicircum' equal by asciicircum_equal.liga; } asciicircum_equal; ### Asciitilde lookup asciitilde_asciitilde { ignore sub asciitilde asciitilde' asciitilde; ignore sub asciitilde' asciitilde asciitilde; sub asciitilde_asciitilde.liga asciitilde' by LIG; sub asciitilde' asciitilde by asciitilde_asciitilde.liga; } asciitilde_asciitilde; lookup asciitilde_at { ignore sub asciitilde asciitilde' at; ignore sub asciitilde' at at; sub asciitilde_at.liga at' by LIG; sub asciitilde' at by asciitilde_at.liga; } asciitilde_at; lookup asciitilde_greater { ignore sub asciitilde asciitilde' greater; ignore sub asciitilde' greater greater; sub asciitilde_greater.liga greater' by LIG; sub asciitilde' greater by asciitilde_greater.liga; } asciitilde_greater; lookup asciitilde_hyphen { ignore sub asciitilde asciitilde' hyphen; ignore sub asciitilde' hyphen hyphen; sub asciitilde_hyphen.liga hyphen' by LIG; sub asciitilde' hyphen by asciitilde_hyphen.liga; } asciitilde_hyphen; lookup asciitilde_asciitilde_greater { ignore sub asciitilde_asciitilde.liga' LIG greater greater; sub asciitilde_asciitilde_greater.liga LIG greater' by LIG; sub asciitilde_asciitilde.liga' LIG greater by asciitilde_asciitilde_greater.liga; } asciitilde_asciitilde_greater; lookup asciitilde_equal { ignore sub asciitilde asciitilde' equal; ignore sub asciitilde' equal equal; sub asciitilde_equal.liga equal' by LIG; sub asciitilde' equal by asciitilde_equal.liga; } asciitilde_equal; ### Asterisk lookup asterisk_asterisk { ignore sub asterisk asterisk' asterisk; ignore sub asterisk' asterisk asterisk asterisk; ignore sub slash asterisk' asterisk; ignore sub asterisk' asterisk slash; sub asterisk_asterisk.liga asterisk' by LIG; sub asterisk' asterisk by asterisk_asterisk.liga; } asterisk_asterisk; lookup asterisk_asterisk_asterisk { ignore sub asterisk_asterisk.liga' LIG asterisk slash; sub asterisk_asterisk_asterisk.liga LIG asterisk' by LIG; sub asterisk_asterisk.liga' LIG asterisk by asterisk_asterisk_asterisk.liga; } asterisk_asterisk_asterisk; lookup asterisk_greater { ignore sub asterisk asterisk' greater; ignore sub asterisk' greater greater; sub asterisk_greater.liga greater' by LIG; sub asterisk' greater by asterisk_greater.liga; } asterisk_greater; lookup asterisk_slash { ignore sub asterisk asterisk' slash; ignore sub asterisk' slash slash; ignore sub slash asterisk' slash; ignore sub asterisk' slash asterisk; sub asterisk_slash.liga slash' by LIG; sub asterisk' slash by asterisk_slash.liga; } asterisk_slash; lookup asterisk_parenright { ignore sub asterisk asterisk' parenright; ignore sub asterisk' parenright parenright; sub asterisk_parenright.liga parenright' by LIG; sub asterisk' parenright by asterisk_parenright.liga; } asterisk_parenright; ### Backslash lookup backslash_slash { ignore sub @NotSpace backslash' slash; ignore sub backslash' slash @NotSpace; sub backslash_slash.liga slash' by LIG; sub backslash' slash by backslash_slash.liga; } backslash_slash; lookup backslash_backslash { ignore sub backslash backslash' backslash; ignore sub backslash' backslash backslash; sub backslash_backslash.liga backslash' by LIG; sub backslash' backslash by backslash_backslash.liga; } backslash_backslash; ### Bar lookup bar_bar { ignore sub bar bar' bar; ignore sub bar' bar bar bar; ignore sub [hyphen equal] bar' bar; ignore sub bar' bar [hyphen equal]; ignore sub bar' bar bar [hyphen equal]; ignore sub bar' bar equal [equal less greater bar colon exclam slash]; ignore sub bar bar' bar greater; ignore sub [less greater] bar' bar [less greater]; ignore sub less bar' bar; ignore sub less bar bar'; sub bar_bar.liga bar' by LIG; sub bar' bar by bar_bar.liga; } bar_bar; lookup bar_bar_bar { sub bar_bar_bar.liga LIG bar' by LIG; sub bar_bar.liga' LIG bar by bar_bar_bar.liga; } bar_bar_bar; lookup bar_greater { ignore sub bar bar' greater; ignore sub bar' greater greater; ignore sub less bar bar' greater; sub bar_greater.liga greater' by LIG; sub bar' greater by bar_greater.liga; } bar_greater; lookup bar_braceright { ignore sub bar bar' braceright; ignore sub bar' braceright braceright; ignore sub braceleft bar' braceright; sub bar_braceright.liga braceright' by LIG; sub bar' braceright by bar_braceright.liga; } bar_braceright; lookup bar_bracketright { ignore sub bar bar' bracketright; ignore sub bar' bracketright bracketright; ignore sub bracketleft bar' bracketright; sub bar_bracketright.liga bracketright' by LIG; sub bar' bracketright by bar_bracketright.liga; } bar_bracketright; lookup bar_bar_greater { ignore sub bar_bar.liga' LIG greater greater; sub bar_bar_greater.liga LIG greater' by LIG; sub bar_bar.liga' LIG greater by bar_bar_greater.liga; } bar_bar_greater; lookup bar_bar_bar_greater { ignore sub bar_bar_bar.liga' LIG LIG greater greater; sub bar_bar_bar_greater.liga LIG LIG greater' by LIG; sub bar_bar_bar.liga' LIG LIG greater by bar_bar_bar_greater.liga; } bar_bar_bar_greater; ### Brace left lookup braceleft_bar { ignore sub braceleft braceleft' bar; ignore sub braceleft' bar bar; ignore sub braceleft' bar braceright; sub braceleft_bar.liga bar' by LIG; sub braceleft' bar by braceleft_bar.liga; } braceleft_bar; ### Brace right lookup braceright_numbersign { ignore sub braceright braceright' numbersign; ignore sub braceright' numbersign numbersign; sub braceright_numbersign.liga numbersign' by LIG; sub braceright' numbersign by braceright_numbersign.liga; } braceright_numbersign; ### Bracket left lookup bracketleft_bar { ignore sub bracketleft bracketleft' bar; ignore sub bracketleft' bar bar; ignore sub bracketleft' bar bracketright; sub bracketleft_bar.liga bar' by LIG; sub bracketleft' bar by bracketleft_bar.liga; } bracketleft_bar; ### Bracket right lookup bracketright_numbersign { ignore sub bracketright bracketright' numbersign; ignore sub bracketright' numbersign numbersign; sub bracketright_numbersign.liga numbersign' by LIG; sub bracketright' numbersign by bracketright_numbersign.liga; } bracketright_numbersign; ### Colon lookup colon_colon { ignore sub colon colon' colon; ignore sub colon' colon colon colon; ignore sub parenleft question colon' colon; ignore sub colon' colon [less greater]; ignore sub [less greater] colon' colon; sub colon_colon.liga colon' by LIG; sub colon' colon by colon_colon.liga; } colon_colon; lookup colon_colon_colon { sub colon_colon_colon.liga LIG colon' by LIG; sub colon_colon.liga' LIG colon by colon_colon_colon.liga; } colon_colon_colon; lookup colon_equal { ignore sub colon colon' equal; ignore sub colon' equal equal; ignore sub parenleft question colon' equal; ignore sub equal colon' equal; sub colon_equal.liga equal' by LIG; sub colon' equal by colon_equal.liga; } colon_equal; lookup colon_colon_equal { ignore sub colon_colon.liga' LIG equal equal; sub colon_colon_equal.liga LIG equal' by LIG; sub colon_colon.liga' LIG equal by colon_colon_equal.liga; } colon_colon_equal; lookup colon_slash_slash { ignore sub colon colon' slash slash; ignore sub colon' slash slash slash; sub colon_slash_slash.liga LIG slash' by LIG; sub colon_slash_slash.liga slash' slash by LIG; sub colon' slash slash by colon_slash_slash.liga; } colon_slash_slash; ## Dollar lookup dollar_greater { ignore sub dollar dollar' greater; ignore sub dollar' greater greater; sub dollar_greater.liga greater' by LIG; sub dollar' greater by dollar_greater.liga; } dollar_greater; ### Exclam (for equal see below) lookup exclam_equal { ignore sub exclam exclam' equal; ignore sub exclam' equal equal equal; ignore sub parenleft question exclam' equal; ignore sub parenleft question less exclam' equal; ignore sub equal exclam' equal; sub exclam_equal.liga equal' by LIG; sub exclam' equal by exclam_equal.liga; } exclam_equal; lookup exclam_equal_equal { sub exclam_equal_equal.liga LIG equal' by LIG; sub exclam_equal.liga' LIG equal by exclam_equal_equal.liga; } exclam_equal_equal; lookup exclam_exclam { ignore sub exclam exclam' exclam; ignore sub exclam' exclam exclam; ignore sub parenleft question exclam' exclam; ignore sub parenleft question less exclam' exclam; sub exclam_exclam.liga exclam' by LIG; sub exclam' exclam by exclam_exclam.liga; } exclam_exclam; lookup exclam_exclam_period { ignore sub exclam_exclam.liga' LIG period period; sub exclam_exclam_period.liga LIG period' by LIG; sub exclam_exclam.liga' LIG period by exclam_exclam_period.liga; } exclam_exclam_period; lookup exclam_period { ignore sub exclam exclam' period; ignore sub exclam' period period; sub exclam_period.liga period' by LIG; sub exclam' period by exclam_period.liga; } exclam_period; lookup exclam_colon { ignore sub exclam exclam' colon; ignore sub exclam' colon colon; sub exclam_colon.liga colon' by LIG; sub exclam' colon by exclam_colon.liga; } exclam_colon; ## Equal - Made sense to shift this below the exclam to avoid issues lookup equal_equal { ignore sub equal equal' equal; ignore sub equal' equal equal equal; ignore sub parenleft question equal' equal; ignore sub parenleft question less equal' equal; ignore sub less question equal' equal; ignore sub bracketleft equal' equal; ignore sub equal' equal bracketright; ignore sub equal [colon exclam] equal' equal; ignore sub [less greater bar slash] equal' equal; ignore sub equal' equal [less greater bar slash] ; ignore sub equal' equal [colon exclam] equal; sub equal_equal.liga equal' by LIG; sub equal' equal by equal_equal.liga; } equal_equal; lookup equal_equal_equal { sub equal_equal_equal.liga LIG equal' by LIG; sub equal_equal.liga' LIG equal by equal_equal_equal.liga; } equal_equal_equal; ### Hyphen lookup hyphen_asciitilde { ignore sub hyphen hyphen' asciitilde; ignore sub hyphen' asciitilde asciitilde; sub hyphen_asciitilde.liga asciitilde' by LIG; sub hyphen' asciitilde by hyphen_asciitilde.liga; } hyphen_asciitilde; lookup hyphen_hyphen { ignore sub hyphen hyphen' hyphen; ignore sub hyphen' hyphen hyphen hyphen; ignore sub [less greater bar] hyphen' hyphen; ignore sub hyphen' hyphen [less greater bar]; sub hyphen_hyphen.liga hyphen' by LIG; sub hyphen' hyphen by hyphen_hyphen.liga; } hyphen_hyphen; lookup hyphen_hyphen_hyphen { ignore sub hyphen_hyphen.liga' LIG hyphen [less greater bar]; sub hyphen_hyphen_hyphen.liga LIG hyphen' by LIG; sub hyphen_hyphen.liga' LIG hyphen by hyphen_hyphen_hyphen.liga; } hyphen_hyphen_hyphen; ### Greater lookup greater_greater { ignore sub greater greater' greater; ignore sub greater' greater greater greater; ignore sub [asterisk plus dollar] greater' greater; ignore sub [hyphen equal] greater' greater; ignore sub greater' greater hyphen; ignore sub greater' greater equal [equal less greater bar colon exclam slash]; sub greater_greater.liga greater' by LIG; sub greater' greater by greater_greater.liga; } greater_greater; lookup greater_greater_greater { sub greater_greater_greater.liga LIG greater' by LIG; sub greater_greater.liga' LIG greater by greater_greater_greater.liga; } greater_greater_greater; lookup greater_equal { ignore sub greater greater' equal; ignore sub greater' equal equal; ignore sub equal greater' equal; ignore sub greater' equal [less greater bar colon exclam slash]; sub greater_equal.liga equal' by LIG; sub greater' equal by greater_equal.liga; } greater_equal; ### Less moved to top of CALT ### Numbersign lookup numbersign_braceleft { ignore sub numbersign numbersign' braceleft; ignore sub numbersign' braceleft braceleft; sub numbersign_braceleft.liga braceleft' by LIG; sub numbersign' braceleft by numbersign_braceleft.liga; } numbersign_braceleft; lookup numbersign_bracketleft { ignore sub numbersign numbersign' bracketleft; ignore sub numbersign' bracketleft bracketleft; sub numbersign_bracketleft.liga bracketleft' by LIG; sub numbersign' bracketleft by numbersign_bracketleft.liga; } numbersign_bracketleft; lookup numbersign_colon { ignore sub numbersign numbersign' colon; ignore sub numbersign' colon colon; sub numbersign_colon.liga colon' by LIG; sub numbersign' colon by numbersign_colon.liga; } numbersign_colon; lookup numbersign_equal { ignore sub numbersign numbersign' equal; ignore sub numbersign' equal equal; sub numbersign_equal.liga equal' by LIG; sub numbersign' equal by numbersign_equal.liga; } numbersign_equal; lookup numbersign_exclam { ignore sub numbersign numbersign' exclam; ignore sub numbersign' exclam exclam; sub numbersign_exclam.liga exclam' by LIG; sub numbersign' exclam by numbersign_exclam.liga; } numbersign_exclam; lookup numbersign_parenleft { ignore sub numbersign numbersign' parenleft; ignore sub numbersign' parenleft parenleft; sub numbersign_parenleft.liga parenleft' by LIG; sub numbersign' parenleft by numbersign_parenleft.liga; } numbersign_parenleft; lookup numbersign_question { ignore sub numbersign numbersign' question; ignore sub numbersign' question question; sub numbersign_question.liga question' by LIG; sub numbersign' question by numbersign_question.liga; } numbersign_question; lookup numbersign_underscore { ignore sub numbersign numbersign' underscore; ignore sub numbersign' underscore underscore; sub numbersign_underscore.liga underscore' by LIG; sub numbersign' underscore by numbersign_underscore.liga; } numbersign_underscore; lookup numbersign_underscore_parenleft { ignore sub numbersign_underscore.liga' LIG parenleft parenleft; sub numbersign_underscore_parenleft.liga LIG parenleft' by LIG; sub numbersign_underscore.liga' LIG parenleft by numbersign_underscore_parenleft.liga; } numbersign_underscore_parenleft; ### Paren left lookup parenleft_asterisk { ignore sub parenleft parenleft' asterisk; ignore sub parenleft' asterisk asterisk; sub parenleft_asterisk.liga asterisk' by LIG; sub parenleft' asterisk by parenleft_asterisk.liga; } parenleft_asterisk; ### Percent lookup percent_percent { ignore sub percent percent' percent; ignore sub percent' percent percent; sub percent_percent.liga percent' by LIG; sub percent' percent by percent_percent.liga; } percent_percent; ### Period lookup period_equal { ignore sub period period' equal; ignore sub period' equal equal; sub period_equal.liga equal' by LIG; sub period' equal by period_equal.liga; } period_equal; lookup period_period { ignore sub period period' period; ignore sub period' period period period; sub period_period.liga period' by LIG; sub period' period by period_period.liga; } period_period; lookup period_period_period { sub period_period_period.liga LIG period' by LIG; sub period_period.liga' LIG period by period_period_period.liga; } period_period_period; lookup period_question { ignore sub period period' question; ignore sub period' question question; sub period_question.liga question' by LIG; sub period' question by period_question.liga; } period_question; lookup period_hyphen { ignore sub period period' hyphen; ignore sub period' hyphen hyphen; sub period_hyphen.liga hyphen' by LIG; sub period' hyphen by period_hyphen.liga; } period_hyphen; lookup period_period_equal { ignore sub period_period.liga' LIG equal equal; sub period_period_equal.liga LIG equal' by LIG; sub period_period.liga' LIG equal by period_period_equal.liga; } period_period_equal; lookup period_period_less { ignore sub period_period.liga' LIG less less; sub period_period_less.liga LIG less' by LIG; sub period_period.liga' LIG less by period_period_less.liga; } period_period_less; ### Plus lookup plus_greater { ignore sub plus plus' greater; ignore sub plus' greater greater; sub plus_greater.liga greater' by LIG; sub plus' greater by plus_greater.liga; } plus_greater; lookup plus_plus { ignore sub plus plus' plus; ignore sub plus' plus plus plus; sub plus_plus.liga plus' by LIG; sub plus' plus by plus_plus.liga; } plus_plus; lookup plus_plus_plus { ignore sub plus_plus.liga' LIG plus plus; sub plus_plus_plus.liga LIG plus' by LIG; sub plus_plus.liga' LIG plus by plus_plus_plus.liga; } plus_plus_plus; ### Question lookup question_equal { ignore sub question question' equal; ignore sub question' equal equal; ignore sub parenleft question' equal; ignore sub less question' equal; sub question_equal.liga equal' by LIG; sub question' equal by question_equal.liga; } question_equal; lookup question_period { ignore sub question question' period; ignore sub question' period period; sub question_period.liga period' by LIG; sub question' period by question_period.liga; } question_period; lookup question_question { ignore sub question question' question; ignore sub question' question question; sub question_question.liga question' by LIG; sub question' question by question_question.liga; } question_question; lookup question_question_equal { sub question_question_equal.liga LIG equal' by LIG; sub question_question.liga' LIG equal by question_question_equal.liga; } question_question_equal; lookup question_colon { ignore sub question question' colon; ignore sub question' colon colon; sub question_colon.liga colon' by LIG; sub question' colon by question_colon.liga; } question_colon; ### Semicolon lookup semicolon_semicolon { ignore sub semicolon semicolon' semicolon; ignore sub semicolon' semicolon semicolon; sub semicolon_semicolon.liga semicolon' by LIG; sub semicolon' semicolon by semicolon_semicolon.liga; } semicolon_semicolon; ### Slash lookup slash_asterisk { ignore sub slash slash' asterisk; ignore sub slash' asterisk asterisk; ignore sub slash' asterisk slash; ignore sub asterisk slash' asterisk; sub slash_asterisk.liga asterisk' by LIG; sub slash' asterisk by slash_asterisk.liga; } slash_asterisk; lookup slash_greater { ignore sub slash slash' greater; ignore sub slash' greater greater; sub slash_greater.liga greater' by LIG; sub slash' greater by slash_greater.liga; } slash_greater; lookup slash_slash { ignore sub slash slash' slash; ignore sub slash' slash slash slash; ignore sub equal slash' slash; ignore sub slash' slash equal; sub slash_slash.liga slash' by LIG; sub slash' slash by slash_slash.liga; } slash_slash; lookup slash_slash_slash { sub slash_slash_slash.liga LIG slash' by LIG; sub slash_slash.liga' LIG slash by slash_slash_slash.liga; } slash_slash_slash; lookup slash_backslash { ignore sub @NotSpace slash' backslash; ignore sub slash' backslash @NotSpace; sub slash_backslash.liga backslash' by LIG; sub slash' backslash by slash_backslash.liga; } slash_backslash; ### WWW lookup w_w_w { ignore sub w w' w w; ignore sub w' w w w; sub w_w_w.liga LIG w' by LIG; sub w_w_w.liga w' w by LIG; sub w' w w by w_w_w.liga; } w_w_w; ### Vertical-align colon/greater/less # :> :< >: <: # :>: :<: # <:> >:< <:< >:> # <::> <::< >::< >::> # <:::> <:::< >:::< >:::> # <::::> <::::< >::::< >::::> lookup center { #574 :>= :<= ignore sub colon' [less greater] [equal hyphen]; ignore sub colon colon' [less greater]; # ignores the :::< case # middles & ends sub [less.center greater.center colon.center] colon' by colon.center; sub colon.center [less greater]' by [less.center greater.center]; # starts sub [less greater]' colon by [less.center greater.center]; sub colon' [less greater] by colon.center; } center; lookup equal_arrows { # Disable ||| ignore sub bar bar' bar equal; ignore sub bar bar' equal; ignore sub [equal_start.seq equal_middle.seq] bar' bar bar; # equal middle & end sub [less_equal_start.seq less_equal_middle.seq greater_equal_start.seq greater_equal_middle.seq bar_equal_start.seq bar_equal_middle.seq slash_equal_start.seq slash_equal_middle.seq colon_equal_middle.seq exclam_equal_middle.seq equal_start.seq equal_middle.seq] equal' [equal less greater bar slash colon exclam] by equal_middle.seq; sub [less_less_equal_start.seq less_less_equal_middle.seq greater_greater_equal_start.seq greater_greater_equal_middle.seq bar_bar_equal_start.seq bar_bar_equal_middle.seq slash_slash_equal_start.seq slash_slash_equal_middle.seq] LIG equal' [equal less greater bar slash colon exclam] by equal_middle.seq; sub [less_equal_start.seq less_equal_middle.seq greater_equal_start.seq greater_equal_middle.seq bar_equal_start.seq bar_equal_middle.seq slash_equal_start.seq slash_equal_middle.seq colon_equal_middle.seq exclam_equal_middle.seq equal_start.seq equal_middle.seq] equal' by equal_end.seq; sub [less_less_equal_start.seq less_less_equal_middle.seq greater_greater_equal_start.seq greater_greater_equal_middle.seq bar_bar_equal_start.seq bar_bar_equal_middle.seq slash_slash_equal_start.seq slash_slash_equal_middle.seq] LIG equal' by equal_end.seq; # double middles sub [equal_start.seq equal_middle.seq] less_less_equal_middle.seq less' equal by LIG; sub [equal_start.seq equal_middle.seq] less' less equal by less_less_equal_middle.seq; sub [equal_start.seq equal_middle.seq] greater_greater_equal_middle.seq greater' equal by LIG; sub [equal_start.seq equal_middle.seq] greater' greater equal by greater_greater_equal_middle.seq; sub [equal_start.seq equal_middle.seq] bar_bar_equal_middle.seq bar' equal by LIG; sub [equal_start.seq equal_middle.seq] bar' bar equal by bar_bar_equal_middle.seq; sub [equal_start.seq equal_middle.seq] slash_slash_equal_middle.seq slash' equal by LIG; sub [equal_start.seq equal_middle.seq] slash' slash equal by slash_slash_equal_middle.seq; # single middles sub [equal_start.seq equal_middle.seq] less' equal by less_equal_middle.seq; sub [equal_start.seq equal_middle.seq] greater' equal by greater_equal_middle.seq; sub [equal_start.seq equal_middle.seq] bar' equal by bar_equal_middle.seq; sub [equal_start.seq equal_middle.seq] slash' equal by slash_equal_middle.seq; sub [equal_start.seq equal_middle.seq] colon' equal by colon_equal_middle.seq; sub [equal_start.seq equal_middle.seq] exclam' equal by exclam_equal_middle.seq; # double ends sub [equal_start.seq equal_middle.seq] less_less_equal_end.seq less' by LIG; sub [equal_start.seq equal_middle.seq] less' less by less_less_equal_end.seq; sub [equal_start.seq equal_middle.seq] greater_greater_equal_end.seq greater' by LIG; sub [equal_start.seq equal_middle.seq] greater' greater by greater_greater_equal_end.seq; sub [equal_start.seq equal_middle.seq] bar_bar_equal_end.seq bar' by LIG; sub [equal_start.seq equal_middle.seq] bar' bar by bar_bar_equal_end.seq; sub [equal_start.seq equal_middle.seq] slash_slash_equal_end.seq slash' by LIG; sub [equal_start.seq equal_middle.seq] slash' slash by slash_slash_equal_end.seq; # single ends sub [equal_start.seq equal_middle.seq] less' by less_equal_end.seq; sub [equal_start.seq equal_middle.seq] greater' by greater_equal_end.seq; sub [equal_start.seq equal_middle.seq] bar' by bar_equal_end.seq; sub [equal_start.seq equal_middle.seq] slash' by slash_equal_end.seq; # double beginnings sub less_less_equal_start.seq less' equal by LIG; sub less' less equal by less_less_equal_start.seq; sub greater_greater_equal_start.seq greater' equal by LIG; sub greater' greater equal by greater_greater_equal_start.seq; sub bar_bar_equal_start.seq bar' equal by LIG; sub bar' bar equal by bar_bar_equal_start.seq; sub slash_slash_equal_start.seq slash' equal by LIG; sub slash' slash equal by slash_slash_equal_start.seq; # Disable >=< #548 sub greater' equal less [equal less] by greater_equal_start.seq; ignore sub greater' equal less; # Disable =< #479 #468 #424 #406 #355 #305 sub equal' less [equal less] by equal_start.seq; # Disable =/ #1056 sub equal' slash [equal slash] by equal_start.seq; # single beginnings sub less' equal [equal less greater bar slash colon exclam] by less_equal_start.seq; # disable >= <= as they're used in math sub greater' equal [equal less greater bar slash colon exclam] by greater_equal_start.seq; sub bar' equal [equal less greater bar slash colon exclam] by bar_equal_start.seq; # disable |= sub slash' equal by slash_equal_start.seq; sub equal' [equal greater bar colon exclam] by equal_start.seq; } equal_arrows; ### Arbitrary-length arrows #346 lookup hyphen_arrows { # Disable ||| ignore sub bar bar' bar hyphen; ignore sub bar bar' hyphen; ignore sub [hyphen_start.seq hyphen_middle.seq] bar' bar bar; # hyphen middle & end sub [less_hyphen_start.seq less_hyphen_middle.seq greater_hyphen_start.seq greater_hyphen_middle.seq bar_hyphen_start.seq bar_hyphen_middle.seq hyphen_start.seq hyphen_middle.seq] hyphen' [hyphen less greater bar] by hyphen_middle.seq; sub [less_less_hyphen_start.seq less_less_hyphen_middle.seq greater_greater_hyphen_start.seq greater_greater_hyphen_middle.seq bar_bar_hyphen_start.seq bar_bar_hyphen_middle.seq] LIG hyphen' [hyphen less greater bar] by hyphen_middle.seq; sub [less_hyphen_start.seq less_hyphen_middle.seq greater_hyphen_start.seq greater_hyphen_middle.seq bar_hyphen_start.seq bar_hyphen_middle.seq hyphen_start.seq hyphen_middle.seq] hyphen' by hyphen_end.seq; sub [less_less_hyphen_start.seq less_less_hyphen_middle.seq greater_greater_hyphen_start.seq greater_greater_hyphen_middle.seq bar_bar_hyphen_start.seq bar_bar_hyphen_middle.seq] LIG hyphen' by hyphen_end.seq; # double middles sub [hyphen_start.seq hyphen_middle.seq] less_less_hyphen_middle.seq less' hyphen by LIG; sub [hyphen_start.seq hyphen_middle.seq] less' less hyphen by less_less_hyphen_middle.seq; sub [hyphen_start.seq hyphen_middle.seq] greater_greater_hyphen_middle.seq greater' hyphen by LIG; sub [hyphen_start.seq hyphen_middle.seq] greater' greater hyphen by greater_greater_hyphen_middle.seq; sub [hyphen_start.seq hyphen_middle.seq] bar_bar_hyphen_middle.seq bar' hyphen by LIG; sub [hyphen_start.seq hyphen_middle.seq] bar' bar hyphen by bar_bar_hyphen_middle.seq; # single middles sub [hyphen_start.seq hyphen_middle.seq] less' hyphen by less_hyphen_middle.seq; sub [hyphen_start.seq hyphen_middle.seq] greater' hyphen by greater_hyphen_middle.seq; sub [hyphen_start.seq hyphen_middle.seq] bar' hyphen by bar_hyphen_middle.seq; # double ends sub [hyphen_start.seq hyphen_middle.seq] less_less_hyphen_end.seq less' by LIG; sub [hyphen_start.seq hyphen_middle.seq] less' less by less_less_hyphen_end.seq; sub [hyphen_start.seq hyphen_middle.seq] greater_greater_hyphen_end.seq greater' by LIG; sub [hyphen_start.seq hyphen_middle.seq] greater' greater by greater_greater_hyphen_end.seq; sub [hyphen_start.seq hyphen_middle.seq] bar_bar_hyphen_end.seq bar' by LIG; sub [hyphen_start.seq hyphen_middle.seq] bar' bar by bar_bar_hyphen_end.seq; # single ends sub [hyphen_start.seq hyphen_middle.seq] less' by less_hyphen_end.seq; sub [hyphen_start.seq hyphen_middle.seq] greater' by greater_hyphen_end.seq; sub [hyphen_start.seq hyphen_middle.seq] bar' by bar_hyphen_end.seq; # double beginnings sub less_less_hyphen_start.seq less' hyphen by LIG; sub less' less hyphen by less_less_hyphen_start.seq; sub greater_greater_hyphen_start.seq greater' hyphen by LIG; sub greater' greater hyphen by greater_greater_hyphen_start.seq; sub bar_bar_hyphen_start.seq bar' hyphen by LIG; sub bar' bar hyphen by bar_bar_hyphen_start.seq; # single beginnings sub less' hyphen by less_hyphen_start.seq; sub greater' hyphen by greater_hyphen_start.seq; sub bar' hyphen by bar_hyphen_start.seq; sub hyphen' [hyphen less greater bar] by hyphen_start.seq; } hyphen_arrows; lookup numbersigns { # middle parts sub [numbersign_start.seq numbersign_middle.seq] numbersign' numbersign by numbersign_middle.seq; # ends sub [numbersign_start.seq numbersign_middle.seq] numbersign' by numbersign_end.seq; # beginnings sub numbersign' numbersign by numbersign_start.seq; } numbersigns; lookup underscores { # middle parts sub [underscore_start.seq underscore_middle.seq] bar' underscore by bar_underscore_middle.seq; sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' bar underscore by underscore_middle.seq; sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' underscore by underscore_middle.seq; # ends sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' by underscore_end.seq; # beginnings sub underscore' bar underscore by underscore_start.seq; sub underscore' underscore by underscore_start.seq; } underscores; #Other non-ligature bits sub dcaron' [lacute lcaron lcommaaccent ldot lslash b h k l hbar hcircumflex kcommaaccent @Uppercase] by dcaron.alt; } calt; feature ccmp { lookup ccmp_Other_1 { @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaabovecomb commaaboverightcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; @CombiningNonTopAccents = [cedillacomb dotbelowcomb lowlinecomb macronbelowcomb ogonekcomb ringbelowcomb horncomb]; sub [i j i-cy je-cy]' @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningTopAccents by idotless ogonekcomb; sub idotbelow' @CombiningTopAccents by idotless dotbelowcomb; sub [i j i-cy je-cy]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningNonTopAccents @CombiningTopAccents by idotless ogonekcomb; sub idotbelow' @CombiningNonTopAccents @CombiningTopAccents by idotless dotbelowcomb; @Markscomb = [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb horncomb tonos brevecomb-cy]; @MarkscombCase = [dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case tonos.case brevecomb-cy.case]; sub @Markscomb @Markscomb' by @MarkscombCase; sub @Uppercase @Markscomb' by @MarkscombCase; } ccmp_Other_1; lookup ccmp_Other_2 { sub @Markscomb' @MarkscombCase by @MarkscombCase; sub @MarkscombCase @Markscomb' by @MarkscombCase; } ccmp_Other_2; lookup ccmp_latn_1 { sub fi by f i; sub fl by f l; } ccmp_latn_1; script latn; lookup ccmp_latn_1; } ccmp; feature locl { # automatic lookup locl_latn_0 { script latn; language ROM; language MOL; sub Scedilla by Scommaaccent; sub scedilla by scommaaccent; sub Tcedilla by Tcommaaccent; sub tcedilla by tcommaaccent; } locl_latn_0; lookup locl_latn_1 { script latn; language PLK; sub Cacute by Cacute.loclPLK; sub Nacute by Nacute.loclPLK; sub Oacute by Oacute.loclPLK; sub Sacute by Sacute.loclPLK; sub Zacute by Zacute.loclPLK; sub cacute by cacute.loclPLK; sub nacute by nacute.loclPLK; sub oacute by oacute.loclPLK; sub sacute by sacute.loclPLK; sub zacute by zacute.loclPLK; sub acutecomb by acutecomb.loclPLK; } locl_latn_1; lookup locl_latn_2 { script latn; language NLD; sub iacute j by iacute_j.loclNLD; sub Iacute J by Iacute_J.loclNLD; } locl_latn_2; lookup locl_latn_3 { script latn; language CAT; sub l' periodcentered' l by ldot; sub L' periodcentered' L by Ldot; } locl_latn_3; lookup locl_cyrl_0 { script cyrl; language BGR; sub De-cy by De-cy.loclBGR; sub El-cy by El-cy.loclBGR; sub Ef-cy by Ef-cy.loclBGR; sub ve-cy by ve-cy.loclBGR; sub ge-cy by ge-cy.loclBGR; sub de-cy by de-cy.loclBGR; sub zhe-cy by zhe-cy.loclBGR; sub ze-cy by ze-cy.loclBGR; sub ii-cy by ii-cy.loclBGR; sub iishort-cy by iishort-cy.loclBGR; sub iigrave-cy by iigrave-cy.loclBGR; sub ka-cy by ka-cy.loclBGR; sub el-cy by el-cy.loclBGR; sub pe-cy by pe-cy.loclBGR; sub te-cy by te-cy.loclBGR; sub tse-cy by tse-cy.loclBGR; sub sha-cy by sha-cy.loclBGR; sub shcha-cy by shcha-cy.loclBGR; sub softsign-cy by softsign-cy.loclBGR; sub hardsign-cy by hardsign-cy.loclBGR; sub iu-cy by iu-cy.loclBGR; } locl_cyrl_0; lookup locl_cyrl_1 { script cyrl; language SRB; sub be-cy by be-cy.loclSRB; } locl_cyrl_1; } locl; feature subs { # automatic sub zero by zeroinferior; sub one by oneinferior; sub two by twoinferior; sub three by threeinferior; sub four by fourinferior; sub five by fiveinferior; sub six by sixinferior; sub seven by seveninferior; sub eight by eightinferior; sub nine by nineinferior; } subs; feature sinf { # automatic sub zero by zeroinferior; sub one by oneinferior; sub two by twoinferior; sub three by threeinferior; sub four by fourinferior; sub five by fiveinferior; sub six by sixinferior; sub seven by seveninferior; sub eight by eightinferior; sub nine by nineinferior; } sinf; feature sups { # automatic sub zero by zerosuperior; sub one by onesuperior; sub two by twosuperior; sub three by threesuperior; sub four by foursuperior; sub five by fivesuperior; sub six by sixsuperior; sub seven by sevensuperior; sub eight by eightsuperior; sub nine by ninesuperior; } sups; feature numr { # automatic sub zero by zero.numr; sub one by one.numr; sub two by two.numr; sub three by three.numr; sub four by four.numr; sub five by five.numr; sub six by six.numr; sub seven by seven.numr; sub eight by eight.numr; sub nine by nine.numr; } numr; feature dnom { # automatic sub zero by zero.dnom; sub one by one.dnom; sub two by two.dnom; sub three by three.dnom; sub four by four.dnom; sub five by five.dnom; sub six by six.dnom; sub seven by seven.dnom; sub eight by eight.dnom; sub nine by nine.dnom; } dnom; feature frac { # automatic lookup FRAC { sub slash by fraction; } FRAC; lookup UP { sub [zero one two three four five six seven eight nine] by [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]; } UP; lookup DOWN { sub fraction [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]' by [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom]; sub [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom] [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]' by [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom]; } DOWN; } frac; feature ordn { # automatic sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine; sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine; sub N o period by numero; } ordn; feature case { # automatic sub dieresiscomb by dieresiscomb.case; sub dotaccentcomb by dotaccentcomb.case; sub gravecomb by gravecomb.case; sub acutecomb by acutecomb.case; sub hungarumlautcomb by hungarumlautcomb.case; sub circumflexcomb by circumflexcomb.case; sub caroncomb by caroncomb.case; sub brevecomb by brevecomb.case; sub ringcomb by ringcomb.case; sub tildecomb by tildecomb.case; sub macroncomb by macroncomb.case; sub hookabovecomb by hookabovecomb.case; sub horncomb by horncomb.case; sub tonos by tonos.case; sub brevecomb-cy by brevecomb-cy.case; } case; feature liga { # disabled # } liga; feature ss02 { sub asciitilde_equal.liga by exclam_equal.liga; } ss02; feature zero { # automatic sub zero by zero.zero; } zero; feature ss19 { # notes: # Name: Slashed zero sub zero by zero.zero; } ss19; feature rclt { # this subs the GDI-centric versions of these symbols with DWrite-centric ones sub lowerOneEighthBlock by lowerOneEighthBlock.stypo; sub lowerOneQuarterBlock by lowerOneQuarterBlock.stypo; sub lowerThreeEighthsBlock by lowerThreeEighthsBlock.stypo; sub lowerHalfBlock by lowerHalfBlock.stypo; sub lowerFiveEighthsBlock by lowerFiveEighthsBlock.stypo; sub lowerThreeQuartersBlock by lowerThreeQuartersBlock.stypo; sub lowerSevenEighthsBlock by lowerSevenEighthsBlock.stypo; sub fullBlock by fullBlock.stypo; sub upperHalfBlock by upperHalfBlock.stypo; sub upperOneEighthBlock by upperOneEighthBlock.stypo; sub leftOneEighthBlock by leftOneEighthBlock.stypo; sub leftOneQuarterBlock by leftOneQuarterBlock.stypo; sub leftThreeEighthsBlock by leftThreeEighthsBlock.stypo; sub leftBlock by leftBlock.stypo; sub leftFiveEighthsBlock by leftFiveEighthsBlock.stypo; sub leftThreeQuartersBlock by leftThreeQuartersBlock.stypo; sub leftSevenEighthsBlock by leftSevenEighthsBlock.stypo; sub rightBlock by rightBlock.stypo; sub rightOneEighthBlock by rightOneEighthBlock.stypo; sub lowerLeftBlock by lowerLeftBlock.stypo; sub lowerRightBlock by lowerRightBlock.stypo; sub upperLeftBlock by upperLeftBlock.stypo; sub upperLeftAndLowerLeftAndLowerRightBlock by upperLeftAndLowerLeftAndLowerRightBlock.stypo; sub upperLeftAndLowerRightBlock by upperLeftAndLowerRightBlock.stypo; sub upperLeftAndUpperRightAndLowerLeftBlock by upperLeftAndUpperRightAndLowerLeftBlock.stypo; sub upperLeftAndUpperRightAndLowerRightBlock by upperLeftAndUpperRightAndLowerRightBlock.stypo; sub upperRightBlock by upperRightBlock.stypo; sub upperRightAndLowerLeftBlock by upperRightAndLowerLeftBlock.stypo; sub upperRightAndLowerLeftAndLowerRightBlock by upperRightAndLowerLeftAndLowerRightBlock.stypo; sub shadelight by shadelight.stypo; sub shademedium by shademedium.stypo; sub shadedark by shadedark.stypo; } rclt; feature zero { # automatic sub zero by zero.zero; } zero; feature ss20 { # notes: # Name: sub acknowledgeControl by acknowledgeControl.ss20; sub backspaceControl by backspaceControl.ss20; sub bellControl by bellControl.ss20; sub cancelControl by cancelControl.ss20; sub carriageReturnControl by carriageReturnControl.ss20; sub dataLinkEscapeControl by dataLinkEscapeControl.ss20; sub deleteControl by deleteFormTwoControl; sub deviceControlFourControl by upperLeftQuadrantWhiteCircle; sub deviceControlOneControl by upperRightQuadrantWhiteCircle; sub deviceControlThreeControl by lowerLeftQuadrantWhiteCircle; sub deviceControlTwoControl by lowerRightQuadrantWhiteCircle; sub endOfMediumControl by endOfMediumControl.ss20; sub endOfTextControl by endOfTextControl.ss20; sub endOfTransmissionBlockControl by endOfTransmissionBlockControl.ss20; sub endOfTransmissionControl by endOfTransmissionControl.ss20; sub enquiryControl by enquiryControl.ss20; sub escapeControl by escapeControl.ss20; sub fileSeparatorControl by whiteUpperLeftQuadrantSquare; sub formFeedControl by formFeedControl.ss20; sub groupSeparatorControl by whiteLowerLeftQuadrantSquare; sub horizontalTabulationControl by horizontalTabulationControl.ss20; sub lineFeedControl by lineFeedControl.ss20; sub negativeAcknowledgeControl by negativeAcknowledgeControl.ss20; sub nullControl by whiteSquare; sub recordSeparatorControl by whiteLowerRightQuadrantSquare; sub shiftInControl by shiftInControl.ss20; sub shiftOutControl by shiftOutControl.ss20; sub spaceControl by upWhiteTriangle; sub startOfHeadingControl by startOfHeadingControl.ss20; sub startOfTextControl by startOfTextControl.ss20; sub substituteControl by substituteControl.ss20; sub synchronousIdleControl by synchronousIdleControl.ss20; sub unitSeparatorControl by whiteUpperRightQuadrantSquare; sub verticalTabulationControl by verticalTabulationControl.ss20; sub newlineControl by returnsymbol; } ss20; cascadia-code-2102.03/sources/features/features_code_PL.fea000066400000000000000000002367321401101653000235060ustar00rootroot00000000000000# automatic @Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol ]; # automatic @Lowercase = [ Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol ]; @OpeningBracket = [ bracketleft braceleft parenleft ]; @Digit = [ zero one two three four five six seven eight nine ]; @HexDigit = [ @Digit a b c d e f A B C D E F ]; @ClosingBracket = [ bracketright braceright parenright ]; @Tall = [ @Uppercase @Digit @OpeningBracket @ClosingBracket bar ]; @NotSpace = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply fi fl w_w_w.liga ordfeminine ordmasculine nmod wmod ymod A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol thetamod zmod zero one two three four five six seven eight nine zero.zero zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior fraction onehalf onequarter threequarters oneeighth threeeighths fiveeighths seveneighths period comma colon semicolon ellipsis exclam exclamdown question questiondown periodcentered bullet asterisk exclamdouble numbersign onedotenleader overline slash backslash colon.center parenleft parenright braceleft braceright bracketleft bracketright heavyleftpointinganglebracketornament heavyleftpointinganglequotationmarkornament heavyrightpointinganglebracketornament heavyrightpointinganglequotationmarkornament mediumleftpointinganglebracketornament mediumrightpointinganglebracketornament hyphen softhyphen endash emdash horizontalbar hyphentwo nonbreakinghyphen underscore underscoredbl quotesinglbase quotedblbase quotedblleft quotedblright quoteleft quoteright quotereversed guillemetleft guillemetright guilsinglleft guilsinglright quotedbl quotesingle hyphen_hyphen.liga hyphen_hyphen_hyphen.liga hyphen_asciitilde.liga parenleft_asterisk.liga braceleft_bar.liga braceright_numbersign.liga bracketleft_bar.liga bracketright_numbersign.liga period_hyphen.liga period_period.liga period_period_period.liga period_period_equal.liga period_period_less.liga period_question.liga period_equal.liga colon_colon.liga colon_colon_colon.liga colon_colon_equal.liga colon_equal.liga colon_slash_slash.liga semicolon_semicolon.liga exclam_period.liga exclam_colon.liga exclam_exclam.liga exclam_exclam_period.liga exclam_equal.liga exclam_equal_equal.liga question_period.liga question_colon.liga question_question.liga question_question_equal.liga question_equal.liga asterisk_parenright.liga asterisk_asterisk.liga asterisk_asterisk_asterisk.liga asterisk_greater.liga asterisk_slash.liga numbersign_parenleft.liga numbersign_braceleft.liga numbersign_bracketleft.liga numbersign_colon.liga numbersign_exclam.liga numbersign_question.liga numbersign_equal.liga numbersign_underscore.liga numbersign_underscore_parenleft.liga slash_asterisk.liga slash_greater.liga slash_slash.liga slash_slash_slash.liga slash_backslash.liga backslash_slash.liga backslash_backslash.liga underscore_underscore.liga hyphen_middle.seq hyphen_start.seq hyphen_end.seq colon_equal_middle.seq exclam_equal_middle.seq numbersign_end.seq numbersign_middle.seq numbersign_start.seq slash_equal_end.seq slash_equal_middle.seq slash_equal_start.seq slash_slash_equal_end.seq slash_slash_equal_middle.seq slash_slash_equal_start.seq underscore_end.seq underscore_middle.seq underscore_start.seq anoteleia questiongreek baht cedi cent colonsign currency dollar dong euro eurocurrency florin franc guarani hryvnia kip lari lira liraTurkish manat naira peseta peso ruble rupee rupeeIndian sheqel sterling tenge tugrik won yen bulletoperator divisionslash equivalence horizontallineextension integralbt integraltp logicalnotReversed notidentical plus minus multiply divide equal notequal greater less greaterequal lessequal plusminus approxequal asciitilde logicalnot asciicircum infinity intersection integral Ohm increment product summation radical micro partialdiff orthogonal percent perthousand strictlyequivalentto vectorOrCrossProduct greater.center less.center upArrow rightArrow downArrow leftArrow leftRightArrow upDownArrow upDownbaseArrow downTipLeftArrow upDashArrow dashdownArrow lowerOneEighthBlock lowerOneQuarterBlock lowerThreeEighthsBlock lowerHalfBlock lowerFiveEighthsBlock lowerThreeQuartersBlock lowerSevenEighthsBlock fullBlock upperHalfBlock upperOneEighthBlock leftOneEighthBlock leftOneQuarterBlock leftThreeEighthsBlock leftBlock leftFiveEighthsBlock leftThreeQuartersBlock leftSevenEighthsBlock rightBlock rightOneEighthBlock lowerLeftBlock lowerRightBlock upperLeftBlock upperLeftAndLowerLeftAndLowerRightBlock upperLeftAndLowerRightBlock upperLeftAndUpperRightAndLowerLeftBlock upperLeftAndUpperRightAndLowerRightBlock upperRightBlock upperRightAndLowerLeftBlock upperRightAndLowerLeftAndLowerRightBlock shadelight shademedium shadedark blackCircle whiteCircle largeCircle leftHalfBlackWhiteCircle rightHalfBlackWhiteCircle lowerHalfBlackWhiteCircle upperHalfBlackWhiteCircle leftHalfBlackCircle rightHalfBlackCircle upperRightBlackCircle upperLeftWhiteCircle upperLeftQuadrantWhiteCircle lowerLeftQuadrantWhiteCircle lowerRightQuadrantWhiteCircle upperRightQuadrantWhiteCircle verticalFillCircle dottedCircle fisheye bullseye whiteBullet inverseBullet inverseWhiteCircle upperHalfInverseWhiteCircle lowerHalfInverseWhiteCircle upperHalfArc lowerHalfArc upperLeftArc upperRightArc lowerRightArc lowerLeftArc blackDiamond whiteDiamond leftHalfBlackDiamond rightHalfBlackDiamond topHalfBlackDiamond bottomHalfBlackDiamond blackInWhiteDiamond lozenge blackParallelogram whiteParallelogram blackVerticalRect filledRect whiteRect whiteVerticalRect blackSquare whiteSquare whiteRoundedCornersSquare whiteInBlackSquare dottedSquare horizontalFillSquare verticalFillSquare crosshatchFillSquare upperlefttolowerrightFillSquare upperrighttolowerleftFillSquare diagonalcrosshatchFillSquare blackSmallSquare whiteSmallSquare leftHalfBlackSquare rightHalfBlackSquare upperLeftDiagonalHalfBlackSquare lowerRightDiagonalHalfBlackSquare verticalBisectingLineWhiteSquare whiteUpperLeftQuadrantSquare whiteLowerLeftQuadrantSquare whiteLowerRightQuadrantSquare whiteUpperRightQuadrantSquare mediumWhiteSquare mediumBlackSquare mediumWhiteSmallSquare mediumBlackSmallSquare upBlackTriangle rightBlackTriangle downBlackTriangle leftBlackTriangle upWhiteTriangle rightWhiteTriangle downWhiteTriangle leftWhiteTriangle upWhiteTriangleWithDot upLeftHalfBlackTriangle upRightHalfBlackTriangle rightBlackPointer leftBlackPointer rightWhitePointer leftWhitePointer upBlackSmallTriangle rightBlackSmallTriangle downBlackSmallTriangle leftBlackSmallTriangle upWhiteSmallTriangle rightWhiteSmallTriangle downWhiteSmallTriangle leftWhiteSmallTriangle upperRightBlackTriangle lowerRightBlackTriangle lowerLeftBlackTriangle upperLeftBlackTriangle upperRightTriangle lowerRightTriangle lowerLeftTriangle upperLeftTriangle boxDoubleDownAndHorizontal boxDoubleDownAndLeft boxDoubleDownAndRight boxDoubleHorizontal boxDoubleUpAndHorizontal boxDoubleUpAndLeft boxDoubleUpAndRight boxDoubleVertical boxDoubleVerticalAndHorizontal boxDoubleVerticalAndLeft boxDoubleVerticalAndRight boxDownDoubleAndHorizontalSingle boxDownDoubleAndLeftSingle boxDownDoubleAndRightSingle boxDownHeavyAndHorizontalLight boxDownHeavyAndLeftLight boxDownHeavyAndLeftUpLight boxDownHeavyAndRightLight boxDownHeavyAndRightUpLight boxDownHeavyAndUpHorizontalLight boxDownLightAndHorizontalHeavy boxDownLightAndLeftHeavy boxDownLightAndLeftUpHeavy boxDownLightAndRightHeavy boxDownLightAndRightUpHeavy boxDownLightAndUpHorizontalHeavy boxDownSingleAndHorizontalDouble boxDownSingleAndLeftDouble boxDownSingleAndRightDouble boxHeavyDoubleDashHorizontal boxHeavyDoubleDashVertical boxHeavyDown boxHeavyDownAndHorizontal boxHeavyDownAndLeft boxHeavyDownAndRight boxHeavyHorizontal boxHeavyLeft boxHeavyLeftAndLightRight boxHeavyQuadrupleDashHorizontal boxHeavyQuadrupleDashVertical boxHeavyRight boxHeavyTripleDashHorizontal boxHeavyTripleDashVertical boxHeavyUp boxHeavyUpAndHorizontal boxHeavyUpAndLeft boxHeavyUpAndLightDown boxHeavyUpAndRight boxHeavyVertical boxHeavyVerticalAndHorizontal boxHeavyVerticalAndLeft boxHeavyVerticalAndRight boxLeftDownHeavyAndRightUpLight boxLeftHeavyAndRightDownLight boxLeftHeavyAndRightUpLight boxLeftHeavyAndRightVerticalLight boxLeftLightAndRightDownHeavy boxLeftLightAndRightUpHeavy boxLeftLightAndRightVerticalHeavy boxLeftUpHeavyAndRightDownLight boxLightArcDownAndLeft boxLightArcDownAndRight boxLightArcUpAndLeft boxLightArcUpAndRight boxLightDiagonalCross boxLightDiagonalUpperLeftToLowerRight boxLightDiagonalUpperRightToLowerLeft boxLightDoubleDashHorizontal boxLightDoubleDashVertical boxLightDown boxLightDownAndHorizontal boxLightDownAndLeft boxLightDownAndRight boxLightHorizontal boxLightLeft boxLightLeftAndHeavyRight boxLightQuadrupleDashHorizontal boxLightQuadrupleDashVertical boxLightRight boxLightTripleDashHorizontal boxLightTripleDashVertical boxLightUp boxLightUpAndHeavyDown boxLightUpAndHorizontal boxLightUpAndLeft boxLightUpAndRight boxLightVertical boxLightVerticalAndHorizontal boxLightVerticalAndLeft boxLightVerticalAndRight boxRightDownHeavyAndLeftUpLight boxRightHeavyAndLeftDownLight boxRightHeavyAndLeftUpLight boxRightHeavyAndLeftVerticalLight boxRightLightAndLeftDownHeavy boxRightLightAndLeftUpHeavy boxRightLightAndLeftVerticalHeavy boxRightUpHeavyAndLeftDownLight boxUpDoubleAndHorizontalSingle boxUpDoubleAndLeftSingle boxUpDoubleAndRightSingle boxUpHeavyAndDownHorizontalLight boxUpHeavyAndHorizontalLight boxUpHeavyAndLeftDownLight boxUpHeavyAndLeftLight boxUpHeavyAndRightDownLight boxUpHeavyAndRightLight boxUpLightAndDownHorizontalHeavy boxUpLightAndHorizontalHeavy boxUpLightAndLeftDownHeavy boxUpLightAndLeftHeavy boxUpLightAndRightDownHeavy boxUpLightAndRightHeavy boxUpSingleAndHorizontalDouble boxUpSingleAndLeftDouble boxUpSingleAndRightDouble boxVerticalDoubleAndHorizontalSingle boxVerticalDoubleAndLeftSingle boxVerticalDoubleAndRightSingle boxVerticalHeavyAndHorizontalLight boxVerticalHeavyAndLeftLight boxVerticalHeavyAndRightLight boxVerticalLightAndHorizontalHeavy boxVerticalLightAndLeftHeavy boxVerticalLightAndRightHeavy boxVerticalSingleAndHorizontalDouble boxVerticalSingleAndLeftDouble boxVerticalSingleAndRightDouble lowerOneEighthBlock.stypo lowerOneQuarterBlock.stypo lowerThreeEighthsBlock.stypo lowerHalfBlock.stypo lowerFiveEighthsBlock.stypo lowerThreeQuartersBlock.stypo lowerSevenEighthsBlock.stypo fullBlock.stypo upperHalfBlock.stypo upperOneEighthBlock.stypo leftOneEighthBlock.stypo leftOneQuarterBlock.stypo leftThreeEighthsBlock.stypo leftBlock.stypo leftFiveEighthsBlock.stypo leftThreeQuartersBlock.stypo leftSevenEighthsBlock.stypo rightBlock.stypo rightOneEighthBlock.stypo lowerLeftBlock.stypo lowerRightBlock.stypo upperLeftBlock.stypo upperLeftAndLowerLeftAndLowerRightBlock.stypo upperLeftAndLowerRightBlock.stypo upperLeftAndUpperRightAndLowerLeftBlock.stypo upperLeftAndUpperRightAndLowerRightBlock.stypo upperRightBlock.stypo upperRightAndLowerLeftBlock.stypo upperRightAndLowerLeftAndLowerRightBlock.stypo shadelight.stypo shademedium.stypo shadedark.stypo reversedRotatedFloralHeartBullet whiteSmilingFace blackSmilingFace sunWithRays venus mars spadeBlackSuit clubBlackSuit heartBlackSuit diamondBlackSuit checkmark rotatedFloralHeartBullet acknowledgeControl backspaceControl at ampersand paragraph section copyright registered published trademark careof degree minute second bar brokenbar dagger literSign daggerdbl estimated numero bellControl blackHexagon blackHorizontalEllipse blackLargeCircle blackLargeSquare blackMediumDiamond blackMediumDownTriangleCentred blackMediumLeftTriangleCentred blackMediumLozenge blackMediumRightTriangleCentred blackMediumUpTriangleCentred blackPentagon blackSmallDiamond blackSmallLozenge blackVerticalEllipse blackVerysmallSquare blank blankSymbol bottomHalfBlackCircle cancelControl carriageReturnControl dataLinkEscapeControl deleteControl deleteFormTwoControl deviceControlFourControl deviceControlOneControl deviceControlThreeControl deviceControlTwoControl endOfMediumControl endOfTextControl endOfTransmissionBlockControl endOfTransmissionControl enquiryControl escapeControl fileSeparatorControl formFeedControl groupSeparatorControl horizontalBlackHexagon horizontalTabulationControl house returnsymbol lineFeedControl lowerHalfWhiteSquare lowerLeftHalfWhiteSquare negativeAcknowledgeControl newlineControl nullControl prescription recordSeparatorControl shiftInControl shiftOutControl spaceControl startOfHeadingControl startOfTextControl substituteControl substituteFormTwoControl synchronousIdleControl topHalfBlackCircle topHalfWhiteSquare topRightHalfWhiteSquare unitSeparatorControl verticalTabulationControl whiteHexagon whiteHorizontalEllipse whiteLargeSquare whiteMediumDiamond whiteMediumLozenge whitePentagon whiteSmallLozenge whiteVerticalEllipse whiteVerysmallSquare acknowledgeControl.ss20 backspaceControl.ss20 bellControl.ss20 cancelControl.ss20 carriageReturnControl.ss20 dataLinkEscapeControl.ss20 endOfMediumControl.ss20 endOfTextControl.ss20 endOfTransmissionBlockControl.ss20 endOfTransmissionControl.ss20 enquiryControl.ss20 escapeControl.ss20 formFeedControl.ss20 horizontalTabulationControl.ss20 lineFeedControl.ss20 negativeAcknowledgeControl.ss20 shiftInControl.ss20 shiftOutControl.ss20 startOfHeadingControl.ss20 startOfTextControl.ss20 substituteControl.ss20 synchronousIdleControl.ss20 verticalTabulationControl.ss20 ampersand_ampersand.liga bar_braceright.liga bar_bracketright.liga bar_bar.liga bar_bar_bar.liga bar_bar_bar_greater.liga bar_bar_greater.liga bar_greater.liga dollar_greater.liga plus_plus.liga plus_plus_plus.liga plus_greater.liga equal_equal.liga equal_equal_equal.liga greater_equal.liga greater_greater.liga greater_greater_greater.liga less_exclam_hyphen_hyphen.liga less_asterisk.liga less_asterisk_greater.liga less_bar.liga less_bar_bar.liga less_bar_bar_bar.liga less_bar_greater.liga less_dollar.liga less_dollar_greater.liga less_plus.liga less_plus_greater.liga less_equal.liga less_greater.liga less_less.liga less_less_less.liga less_asciitilde.liga less_asciitilde_greater.liga less_asciitilde_asciitilde.liga less_slash.liga less_slash_greater.liga asciitilde_hyphen.liga asciitilde_at.liga asciitilde_equal.liga asciitilde_greater.liga asciitilde_asciitilde.liga asciitilde_asciitilde_greater.liga asciicircum_equal.liga percent_percent.liga bar_underscore_middle.seq bar_bar_equal_middle.seq bar_equal_middle.seq bar_bar_equal_end.seq bar_bar_equal_start.seq bar_bar_hyphen_middle.seq bar_hyphen_middle.seq bar_bar_hyphen_end.seq bar_bar_hyphen_start.seq bar_equal_end.seq bar_equal_start.seq bar_hyphen_end.seq bar_hyphen_start.seq equal_middle.seq equal_end.seq equal_start.seq greater_greater_equal_middle.seq greater_equal_middle.seq greater_greater_equal_end.seq greater_greater_equal_start.seq greater_equal_start.seq greater_equal_end.seq greater_greater_hyphen_middle.seq greater_hyphen_middle.seq greater_greater_hyphen_end.seq greater_greater_hyphen_start.seq greater_hyphen_start.seq greater_hyphen_end.seq less_less_equal_middle.seq less_equal_middle.seq less_less_equal_end.seq less_less_equal_start.seq less_equal_end.seq less_equal_start.seq less_less_hyphen_middle.seq less_hyphen_middle.seq less_less_hyphen_end.seq less_less_hyphen_start.seq less_hyphen_end.seq less_hyphen_start.seq note-musical notedbl-musical blank-braille dots1-braille dots12-braille dots123-braille dots1234-braille dots12345-braille dots123456-braille dots1234567-braille dots12345678-braille dots1234568-braille dots123457-braille dots1234578-braille dots123458-braille dots12346-braille dots123467-braille dots1234678-braille dots123468-braille dots12347-braille dots123478-braille dots12348-braille dots1235-braille dots12356-braille dots123567-braille dots1235678-braille dots123568-braille dots12357-braille dots123578-braille dots12358-braille dots1236-braille dots12367-braille dots123678-braille dots12368-braille dots1237-braille dots12378-braille dots1238-braille dots124-braille dots1245-braille dots12456-braille dots124567-braille dots1245678-braille dots124568-braille dots12457-braille dots124578-braille dots12458-braille dots1246-braille dots12467-braille dots124678-braille dots12468-braille dots1247-braille dots12478-braille dots1248-braille dots125-braille dots1256-braille dots12567-braille dots125678-braille dots12568-braille dots1257-braille dots12578-braille dots1258-braille dots126-braille dots1267-braille dots12678-braille dots1268-braille dots127-braille dots1278-braille dots128-braille dots13-braille dots134-braille dots1345-braille dots13456-braille dots134567-braille dots1345678-braille dots134568-braille dots13457-braille dots134578-braille dots13458-braille dots1346-braille dots13467-braille dots134678-braille dots13468-braille dots1347-braille dots13478-braille dots1348-braille dots135-braille dots1356-braille dots13567-braille dots135678-braille dots13568-braille dots1357-braille dots13578-braille dots1358-braille dots136-braille dots1367-braille dots13678-braille dots1368-braille dots137-braille dots1378-braille dots138-braille dots14-braille dots145-braille dots1456-braille dots14567-braille dots145678-braille dots14568-braille dots1457-braille dots14578-braille dots1458-braille dots146-braille dots1467-braille dots14678-braille dots1468-braille dots147-braille dots1478-braille dots148-braille dots15-braille dots156-braille dots1567-braille dots15678-braille dots1568-braille dots157-braille dots1578-braille dots158-braille dots16-braille dots167-braille dots1678-braille dots168-braille dots17-braille dots178-braille dots18-braille dots2-braille dots23-braille dots234-braille dots2345-braille dots23456-braille dots234567-braille dots2345678-braille dots234568-braille dots23457-braille dots234578-braille dots23458-braille dots2346-braille dots23467-braille dots234678-braille dots23468-braille dots2347-braille dots23478-braille dots2348-braille dots235-braille dots2356-braille dots23567-braille dots235678-braille dots23568-braille dots2357-braille dots23578-braille dots2358-braille dots236-braille dots2367-braille dots23678-braille dots2368-braille dots237-braille dots2378-braille dots238-braille dots24-braille dots245-braille dots2456-braille dots24567-braille dots245678-braille dots24568-braille dots2457-braille dots24578-braille dots2458-braille dots246-braille dots2467-braille dots24678-braille dots2468-braille dots247-braille dots2478-braille dots248-braille dots25-braille dots256-braille dots2567-braille dots25678-braille dots2568-braille dots257-braille dots2578-braille dots258-braille dots26-braille dots267-braille dots2678-braille dots268-braille dots27-braille dots278-braille dots28-braille dots3-braille dots34-braille dots345-braille dots3456-braille dots34567-braille dots345678-braille dots34568-braille dots3457-braille dots34578-braille dots3458-braille dots346-braille dots3467-braille dots34678-braille dots3468-braille dots347-braille dots3478-braille dots348-braille dots35-braille dots356-braille dots3567-braille dots35678-braille dots3568-braille dots357-braille dots3578-braille dots358-braille dots36-braille dots367-braille dots3678-braille dots368-braille dots37-braille dots378-braille dots38-braille dots4-braille dots45-braille dots456-braille dots4567-braille dots45678-braille dots4568-braille dots457-braille dots4578-braille dots458-braille dots46-braille dots467-braille dots4678-braille dots468-braille dots47-braille dots478-braille dots48-braille dots5-braille dots56-braille dots567-braille dots5678-braille dots568-braille dots57-braille dots578-braille dots58-braille dots6-braille dots67-braille dots678-braille dots68-braille dots7-braille dots78-braille dots8-braille numeral-greek lowernumeral-greek apostrophemod colontriangularmod commaturnedmod firsttonechinese glottalstopmod dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresis dotaccent grave acute hungarumlaut circumflex caron breve ring tilde macron cedilla ogonek dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb tonos tonos.case dieresistonos brevecomb-cy brevecomb-cy.case LIG ]; # Prefix: Languagesystems # automatic languagesystem DFLT dflt; languagesystem latn dflt; languagesystem latn ROM; languagesystem latn MOL; languagesystem latn PLK; languagesystem latn NLD; languagesystem latn CAT; languagesystem cyrl dflt; languagesystem cyrl BGR; languagesystem cyrl SRB; feature aalt { # automatic feature calt; feature locl; feature subs; feature sinf; feature sups; feature numr; feature dnom; feature frac; feature ordn; feature case; feature ss02; feature zero; feature ss19; feature rclt; feature zero; feature ss20; } aalt; feature calt { ### Less - It is convenient to have this lookup set at the start. lookup less_asciitilde { ignore sub less less' asciitilde; ignore sub less' asciitilde asciitilde asciitilde; sub less_asciitilde.liga asciitilde' by LIG; sub less' asciitilde by less_asciitilde.liga; } less_asciitilde; lookup less_asciitilde_asciitilde { sub less_asciitilde_asciitilde.liga LIG asciitilde' by LIG; sub less_asciitilde.liga' LIG asciitilde by less_asciitilde_asciitilde.liga; } less_asciitilde_asciitilde; lookup less_asterisk { ignore sub less less' asterisk; ignore sub less' asterisk asterisk; sub less_asterisk.liga asterisk' by LIG; sub less' asterisk by less_asterisk.liga; } less_asterisk; lookup less_dollar { ignore sub less less' dollar; ignore sub less' dollar dollar; sub less_dollar.liga dollar' by LIG; sub less' dollar by less_dollar.liga; } less_dollar; lookup less_equal { ignore sub less less' equal; ignore sub less' equal equal; ignore sub parenleft question less' equal; ignore sub equal less' equal; ignore sub less' equal [less greater bar colon exclam slash]; sub less_equal.liga equal' by LIG; sub less' equal by less_equal.liga; } less_equal; lookup less_greater { ignore sub less less' greater; ignore sub less' greater greater; sub less_greater.liga greater' by LIG; sub less' greater by less_greater.liga; } less_greater; lookup less_plus { ignore sub less less' plus; ignore sub less' plus plus; sub less_plus.liga plus' by LIG; sub less' plus by less_plus.liga; } less_plus; lookup less_slash { ignore sub less less' slash; ignore sub less' slash slash; sub less_slash.liga slash' by LIG; sub less' slash by less_slash.liga; } less_slash; lookup less_bar { ignore sub less less' bar; ignore sub less' bar bar bar bar; ignore sub less' bar bar greater; sub less_bar.liga bar' by LIG; sub less' bar by less_bar.liga; } less_bar; lookup less_bar_bar { sub less_bar_bar.liga LIG bar' by LIG; sub less_bar.liga' LIG bar by less_bar_bar.liga; } less_bar_bar; lookup less_bar_bar_bar { sub less_bar_bar_bar.liga LIG LIG bar' by LIG; sub less_bar_bar.liga' LIG LIG bar by less_bar_bar_bar.liga; } less_bar_bar_bar; # generally it is useful to have the duplicating sequences in a row. This avoids potential badness. lookup less_less { ignore sub less less' less; ignore sub less' less less less; ignore sub less' less [asterisk plus dollar]; ignore sub [hyphen equal] less' less; ignore sub less' less hyphen; ignore sub less' less equal [equal less greater bar colon exclam slash]; ignore sub less' less less [asterisk plus dollar]; sub less_less.liga less' by LIG; sub less' less by less_less.liga; } less_less; lookup less_less_less { sub less_less_less.liga LIG less' by LIG; sub less_less.liga' LIG less by less_less_less.liga; } less_less_less; lookup less_asciitilde_greater { ignore sub less_asciitilde.liga' LIG greater greater; sub less_asciitilde_greater.liga LIG greater' by LIG; sub less_asciitilde.liga' LIG greater by less_asciitilde_greater.liga; } less_asciitilde_greater; lookup less_asterisk_greater { sub less_asterisk_greater.liga LIG greater' by LIG; sub less_asterisk.liga' LIG greater by less_asterisk_greater.liga; } less_asterisk_greater; lookup less_dollar_greater { sub less_dollar_greater.liga LIG greater' by LIG; sub less_dollar.liga' LIG greater by less_dollar_greater.liga; } less_dollar_greater; lookup less_plus_greater { sub less_plus_greater.liga LIG greater' by LIG; sub less_plus.liga' LIG greater by less_plus_greater.liga; } less_plus_greater; lookup less_slash_greater { ignore sub less_slash.liga' LIG greater greater; sub less_slash_greater.liga LIG greater' by LIG; sub less_slash.liga' LIG greater by less_slash_greater.liga; } less_slash_greater; lookup less_bar_greater { ignore sub less_bar.liga' LIG greater greater; sub less_bar_greater.liga LIG greater' by LIG; sub less_bar.liga' LIG greater by less_bar_greater.liga; } less_bar_greater; lookup less_exclam_hyphen_hyphen { ignore sub less less' exclam hyphen hyphen; ignore sub less' exclam hyphen hyphen hyphen; ignore sub parenleft question less' exclam hyphen hyphen; sub less_exclam_hyphen_hyphen.liga LIG LIG hyphen' by LIG; sub less_exclam_hyphen_hyphen.liga LIG hyphen' hyphen by LIG; sub less_exclam_hyphen_hyphen.liga exclam' hyphen hyphen by LIG; sub less' exclam hyphen hyphen by less_exclam_hyphen_hyphen.liga; } less_exclam_hyphen_hyphen; ### Ampersand lookup ampersand_ampersand { ignore sub ampersand ampersand' ampersand; ignore sub ampersand' ampersand ampersand; sub ampersand_ampersand.liga ampersand' by LIG; sub ampersand' ampersand by ampersand_ampersand.liga; } ampersand_ampersand; ### Asciicircum lookup asciicircum_equal { ignore sub asciicircum asciicircum' equal; ignore sub asciicircum' equal equal; sub asciicircum_equal.liga equal' by LIG; sub asciicircum' equal by asciicircum_equal.liga; } asciicircum_equal; ### Asciitilde lookup asciitilde_asciitilde { ignore sub asciitilde asciitilde' asciitilde; ignore sub asciitilde' asciitilde asciitilde; sub asciitilde_asciitilde.liga asciitilde' by LIG; sub asciitilde' asciitilde by asciitilde_asciitilde.liga; } asciitilde_asciitilde; lookup asciitilde_at { ignore sub asciitilde asciitilde' at; ignore sub asciitilde' at at; sub asciitilde_at.liga at' by LIG; sub asciitilde' at by asciitilde_at.liga; } asciitilde_at; lookup asciitilde_greater { ignore sub asciitilde asciitilde' greater; ignore sub asciitilde' greater greater; sub asciitilde_greater.liga greater' by LIG; sub asciitilde' greater by asciitilde_greater.liga; } asciitilde_greater; lookup asciitilde_hyphen { ignore sub asciitilde asciitilde' hyphen; ignore sub asciitilde' hyphen hyphen; sub asciitilde_hyphen.liga hyphen' by LIG; sub asciitilde' hyphen by asciitilde_hyphen.liga; } asciitilde_hyphen; lookup asciitilde_asciitilde_greater { ignore sub asciitilde_asciitilde.liga' LIG greater greater; sub asciitilde_asciitilde_greater.liga LIG greater' by LIG; sub asciitilde_asciitilde.liga' LIG greater by asciitilde_asciitilde_greater.liga; } asciitilde_asciitilde_greater; lookup asciitilde_equal { ignore sub asciitilde asciitilde' equal; ignore sub asciitilde' equal equal; sub asciitilde_equal.liga equal' by LIG; sub asciitilde' equal by asciitilde_equal.liga; } asciitilde_equal; ### Asterisk lookup asterisk_asterisk { ignore sub asterisk asterisk' asterisk; ignore sub asterisk' asterisk asterisk asterisk; ignore sub slash asterisk' asterisk; ignore sub asterisk' asterisk slash; sub asterisk_asterisk.liga asterisk' by LIG; sub asterisk' asterisk by asterisk_asterisk.liga; } asterisk_asterisk; lookup asterisk_asterisk_asterisk { ignore sub asterisk_asterisk.liga' LIG asterisk slash; sub asterisk_asterisk_asterisk.liga LIG asterisk' by LIG; sub asterisk_asterisk.liga' LIG asterisk by asterisk_asterisk_asterisk.liga; } asterisk_asterisk_asterisk; lookup asterisk_greater { ignore sub asterisk asterisk' greater; ignore sub asterisk' greater greater; sub asterisk_greater.liga greater' by LIG; sub asterisk' greater by asterisk_greater.liga; } asterisk_greater; lookup asterisk_slash { ignore sub asterisk asterisk' slash; ignore sub asterisk' slash slash; ignore sub slash asterisk' slash; ignore sub asterisk' slash asterisk; sub asterisk_slash.liga slash' by LIG; sub asterisk' slash by asterisk_slash.liga; } asterisk_slash; lookup asterisk_parenright { ignore sub asterisk asterisk' parenright; ignore sub asterisk' parenright parenright; sub asterisk_parenright.liga parenright' by LIG; sub asterisk' parenright by asterisk_parenright.liga; } asterisk_parenright; ### Backslash lookup backslash_slash { ignore sub @NotSpace backslash' slash; ignore sub backslash' slash @NotSpace; sub backslash_slash.liga slash' by LIG; sub backslash' slash by backslash_slash.liga; } backslash_slash; lookup backslash_backslash { ignore sub backslash backslash' backslash; ignore sub backslash' backslash backslash; sub backslash_backslash.liga backslash' by LIG; sub backslash' backslash by backslash_backslash.liga; } backslash_backslash; ### Bar lookup bar_bar { ignore sub bar bar' bar; ignore sub bar' bar bar bar; ignore sub [hyphen equal] bar' bar; ignore sub bar' bar [hyphen equal]; ignore sub bar' bar bar [hyphen equal]; ignore sub bar' bar equal [equal less greater bar colon exclam slash]; ignore sub bar bar' bar greater; ignore sub [less greater] bar' bar [less greater]; ignore sub less bar' bar; ignore sub less bar bar'; sub bar_bar.liga bar' by LIG; sub bar' bar by bar_bar.liga; } bar_bar; lookup bar_bar_bar { sub bar_bar_bar.liga LIG bar' by LIG; sub bar_bar.liga' LIG bar by bar_bar_bar.liga; } bar_bar_bar; lookup bar_greater { ignore sub bar bar' greater; ignore sub bar' greater greater; ignore sub less bar bar' greater; sub bar_greater.liga greater' by LIG; sub bar' greater by bar_greater.liga; } bar_greater; lookup bar_braceright { ignore sub bar bar' braceright; ignore sub bar' braceright braceright; ignore sub braceleft bar' braceright; sub bar_braceright.liga braceright' by LIG; sub bar' braceright by bar_braceright.liga; } bar_braceright; lookup bar_bracketright { ignore sub bar bar' bracketright; ignore sub bar' bracketright bracketright; ignore sub bracketleft bar' bracketright; sub bar_bracketright.liga bracketright' by LIG; sub bar' bracketright by bar_bracketright.liga; } bar_bracketright; lookup bar_bar_greater { ignore sub bar_bar.liga' LIG greater greater; sub bar_bar_greater.liga LIG greater' by LIG; sub bar_bar.liga' LIG greater by bar_bar_greater.liga; } bar_bar_greater; lookup bar_bar_bar_greater { ignore sub bar_bar_bar.liga' LIG LIG greater greater; sub bar_bar_bar_greater.liga LIG LIG greater' by LIG; sub bar_bar_bar.liga' LIG LIG greater by bar_bar_bar_greater.liga; } bar_bar_bar_greater; ### Brace left lookup braceleft_bar { ignore sub braceleft braceleft' bar; ignore sub braceleft' bar bar; ignore sub braceleft' bar braceright; sub braceleft_bar.liga bar' by LIG; sub braceleft' bar by braceleft_bar.liga; } braceleft_bar; ### Brace right lookup braceright_numbersign { ignore sub braceright braceright' numbersign; ignore sub braceright' numbersign numbersign; sub braceright_numbersign.liga numbersign' by LIG; sub braceright' numbersign by braceright_numbersign.liga; } braceright_numbersign; ### Bracket left lookup bracketleft_bar { ignore sub bracketleft bracketleft' bar; ignore sub bracketleft' bar bar; ignore sub bracketleft' bar bracketright; sub bracketleft_bar.liga bar' by LIG; sub bracketleft' bar by bracketleft_bar.liga; } bracketleft_bar; ### Bracket right lookup bracketright_numbersign { ignore sub bracketright bracketright' numbersign; ignore sub bracketright' numbersign numbersign; sub bracketright_numbersign.liga numbersign' by LIG; sub bracketright' numbersign by bracketright_numbersign.liga; } bracketright_numbersign; ### Colon lookup colon_colon { ignore sub colon colon' colon; ignore sub colon' colon colon colon; ignore sub parenleft question colon' colon; ignore sub colon' colon [less greater]; ignore sub [less greater] colon' colon; sub colon_colon.liga colon' by LIG; sub colon' colon by colon_colon.liga; } colon_colon; lookup colon_colon_colon { sub colon_colon_colon.liga LIG colon' by LIG; sub colon_colon.liga' LIG colon by colon_colon_colon.liga; } colon_colon_colon; lookup colon_equal { ignore sub colon colon' equal; ignore sub colon' equal equal; ignore sub parenleft question colon' equal; ignore sub equal colon' equal; sub colon_equal.liga equal' by LIG; sub colon' equal by colon_equal.liga; } colon_equal; lookup colon_colon_equal { ignore sub colon_colon.liga' LIG equal equal; sub colon_colon_equal.liga LIG equal' by LIG; sub colon_colon.liga' LIG equal by colon_colon_equal.liga; } colon_colon_equal; lookup colon_slash_slash { ignore sub colon colon' slash slash; ignore sub colon' slash slash slash; sub colon_slash_slash.liga LIG slash' by LIG; sub colon_slash_slash.liga slash' slash by LIG; sub colon' slash slash by colon_slash_slash.liga; } colon_slash_slash; ## Dollar lookup dollar_greater { ignore sub dollar dollar' greater; ignore sub dollar' greater greater; sub dollar_greater.liga greater' by LIG; sub dollar' greater by dollar_greater.liga; } dollar_greater; ### Exclam (for equal see below) lookup exclam_equal { ignore sub exclam exclam' equal; ignore sub exclam' equal equal equal; ignore sub parenleft question exclam' equal; ignore sub parenleft question less exclam' equal; ignore sub equal exclam' equal; sub exclam_equal.liga equal' by LIG; sub exclam' equal by exclam_equal.liga; } exclam_equal; lookup exclam_equal_equal { sub exclam_equal_equal.liga LIG equal' by LIG; sub exclam_equal.liga' LIG equal by exclam_equal_equal.liga; } exclam_equal_equal; lookup exclam_exclam { ignore sub exclam exclam' exclam; ignore sub exclam' exclam exclam; ignore sub parenleft question exclam' exclam; ignore sub parenleft question less exclam' exclam; sub exclam_exclam.liga exclam' by LIG; sub exclam' exclam by exclam_exclam.liga; } exclam_exclam; lookup exclam_exclam_period { ignore sub exclam_exclam.liga' LIG period period; sub exclam_exclam_period.liga LIG period' by LIG; sub exclam_exclam.liga' LIG period by exclam_exclam_period.liga; } exclam_exclam_period; lookup exclam_period { ignore sub exclam exclam' period; ignore sub exclam' period period; sub exclam_period.liga period' by LIG; sub exclam' period by exclam_period.liga; } exclam_period; lookup exclam_colon { ignore sub exclam exclam' colon; ignore sub exclam' colon colon; sub exclam_colon.liga colon' by LIG; sub exclam' colon by exclam_colon.liga; } exclam_colon; ## Equal - Made sense to shift this below the exclam to avoid issues lookup equal_equal { ignore sub equal equal' equal; ignore sub equal' equal equal equal; ignore sub parenleft question equal' equal; ignore sub parenleft question less equal' equal; ignore sub less question equal' equal; ignore sub bracketleft equal' equal; ignore sub equal' equal bracketright; ignore sub equal [colon exclam] equal' equal; ignore sub [less greater bar slash] equal' equal; ignore sub equal' equal [less greater bar slash] ; ignore sub equal' equal [colon exclam] equal; sub equal_equal.liga equal' by LIG; sub equal' equal by equal_equal.liga; } equal_equal; lookup equal_equal_equal { sub equal_equal_equal.liga LIG equal' by LIG; sub equal_equal.liga' LIG equal by equal_equal_equal.liga; } equal_equal_equal; ### Hyphen lookup hyphen_asciitilde { ignore sub hyphen hyphen' asciitilde; ignore sub hyphen' asciitilde asciitilde; sub hyphen_asciitilde.liga asciitilde' by LIG; sub hyphen' asciitilde by hyphen_asciitilde.liga; } hyphen_asciitilde; lookup hyphen_hyphen { ignore sub hyphen hyphen' hyphen; ignore sub hyphen' hyphen hyphen hyphen; ignore sub [less greater bar] hyphen' hyphen; ignore sub hyphen' hyphen [less greater bar]; sub hyphen_hyphen.liga hyphen' by LIG; sub hyphen' hyphen by hyphen_hyphen.liga; } hyphen_hyphen; lookup hyphen_hyphen_hyphen { ignore sub hyphen_hyphen.liga' LIG hyphen [less greater bar]; sub hyphen_hyphen_hyphen.liga LIG hyphen' by LIG; sub hyphen_hyphen.liga' LIG hyphen by hyphen_hyphen_hyphen.liga; } hyphen_hyphen_hyphen; ### Greater lookup greater_greater { ignore sub greater greater' greater; ignore sub greater' greater greater greater; ignore sub [asterisk plus dollar] greater' greater; ignore sub [hyphen equal] greater' greater; ignore sub greater' greater hyphen; ignore sub greater' greater equal [equal less greater bar colon exclam slash]; sub greater_greater.liga greater' by LIG; sub greater' greater by greater_greater.liga; } greater_greater; lookup greater_greater_greater { sub greater_greater_greater.liga LIG greater' by LIG; sub greater_greater.liga' LIG greater by greater_greater_greater.liga; } greater_greater_greater; lookup greater_equal { ignore sub greater greater' equal; ignore sub greater' equal equal; ignore sub equal greater' equal; ignore sub greater' equal [less greater bar colon exclam slash]; sub greater_equal.liga equal' by LIG; sub greater' equal by greater_equal.liga; } greater_equal; ### Less moved to top of CALT ### Numbersign lookup numbersign_braceleft { ignore sub numbersign numbersign' braceleft; ignore sub numbersign' braceleft braceleft; sub numbersign_braceleft.liga braceleft' by LIG; sub numbersign' braceleft by numbersign_braceleft.liga; } numbersign_braceleft; lookup numbersign_bracketleft { ignore sub numbersign numbersign' bracketleft; ignore sub numbersign' bracketleft bracketleft; sub numbersign_bracketleft.liga bracketleft' by LIG; sub numbersign' bracketleft by numbersign_bracketleft.liga; } numbersign_bracketleft; lookup numbersign_colon { ignore sub numbersign numbersign' colon; ignore sub numbersign' colon colon; sub numbersign_colon.liga colon' by LIG; sub numbersign' colon by numbersign_colon.liga; } numbersign_colon; lookup numbersign_equal { ignore sub numbersign numbersign' equal; ignore sub numbersign' equal equal; sub numbersign_equal.liga equal' by LIG; sub numbersign' equal by numbersign_equal.liga; } numbersign_equal; lookup numbersign_exclam { ignore sub numbersign numbersign' exclam; ignore sub numbersign' exclam exclam; sub numbersign_exclam.liga exclam' by LIG; sub numbersign' exclam by numbersign_exclam.liga; } numbersign_exclam; lookup numbersign_parenleft { ignore sub numbersign numbersign' parenleft; ignore sub numbersign' parenleft parenleft; sub numbersign_parenleft.liga parenleft' by LIG; sub numbersign' parenleft by numbersign_parenleft.liga; } numbersign_parenleft; lookup numbersign_question { ignore sub numbersign numbersign' question; ignore sub numbersign' question question; sub numbersign_question.liga question' by LIG; sub numbersign' question by numbersign_question.liga; } numbersign_question; lookup numbersign_underscore { ignore sub numbersign numbersign' underscore; ignore sub numbersign' underscore underscore; sub numbersign_underscore.liga underscore' by LIG; sub numbersign' underscore by numbersign_underscore.liga; } numbersign_underscore; lookup numbersign_underscore_parenleft { ignore sub numbersign_underscore.liga' LIG parenleft parenleft; sub numbersign_underscore_parenleft.liga LIG parenleft' by LIG; sub numbersign_underscore.liga' LIG parenleft by numbersign_underscore_parenleft.liga; } numbersign_underscore_parenleft; ### Paren left lookup parenleft_asterisk { ignore sub parenleft parenleft' asterisk; ignore sub parenleft' asterisk asterisk; sub parenleft_asterisk.liga asterisk' by LIG; sub parenleft' asterisk by parenleft_asterisk.liga; } parenleft_asterisk; ### Percent lookup percent_percent { ignore sub percent percent' percent; ignore sub percent' percent percent; sub percent_percent.liga percent' by LIG; sub percent' percent by percent_percent.liga; } percent_percent; ### Period lookup period_equal { ignore sub period period' equal; ignore sub period' equal equal; sub period_equal.liga equal' by LIG; sub period' equal by period_equal.liga; } period_equal; lookup period_period { ignore sub period period' period; ignore sub period' period period period; sub period_period.liga period' by LIG; sub period' period by period_period.liga; } period_period; lookup period_period_period { sub period_period_period.liga LIG period' by LIG; sub period_period.liga' LIG period by period_period_period.liga; } period_period_period; lookup period_question { ignore sub period period' question; ignore sub period' question question; sub period_question.liga question' by LIG; sub period' question by period_question.liga; } period_question; lookup period_hyphen { ignore sub period period' hyphen; ignore sub period' hyphen hyphen; sub period_hyphen.liga hyphen' by LIG; sub period' hyphen by period_hyphen.liga; } period_hyphen; lookup period_period_equal { ignore sub period_period.liga' LIG equal equal; sub period_period_equal.liga LIG equal' by LIG; sub period_period.liga' LIG equal by period_period_equal.liga; } period_period_equal; lookup period_period_less { ignore sub period_period.liga' LIG less less; sub period_period_less.liga LIG less' by LIG; sub period_period.liga' LIG less by period_period_less.liga; } period_period_less; ### Plus lookup plus_greater { ignore sub plus plus' greater; ignore sub plus' greater greater; sub plus_greater.liga greater' by LIG; sub plus' greater by plus_greater.liga; } plus_greater; lookup plus_plus { ignore sub plus plus' plus; ignore sub plus' plus plus plus; sub plus_plus.liga plus' by LIG; sub plus' plus by plus_plus.liga; } plus_plus; lookup plus_plus_plus { ignore sub plus_plus.liga' LIG plus plus; sub plus_plus_plus.liga LIG plus' by LIG; sub plus_plus.liga' LIG plus by plus_plus_plus.liga; } plus_plus_plus; ### Question lookup question_equal { ignore sub question question' equal; ignore sub question' equal equal; ignore sub parenleft question' equal; ignore sub less question' equal; sub question_equal.liga equal' by LIG; sub question' equal by question_equal.liga; } question_equal; lookup question_period { ignore sub question question' period; ignore sub question' period period; sub question_period.liga period' by LIG; sub question' period by question_period.liga; } question_period; lookup question_question { ignore sub question question' question; ignore sub question' question question; sub question_question.liga question' by LIG; sub question' question by question_question.liga; } question_question; lookup question_question_equal { sub question_question_equal.liga LIG equal' by LIG; sub question_question.liga' LIG equal by question_question_equal.liga; } question_question_equal; lookup question_colon { ignore sub question question' colon; ignore sub question' colon colon; sub question_colon.liga colon' by LIG; sub question' colon by question_colon.liga; } question_colon; ### Semicolon lookup semicolon_semicolon { ignore sub semicolon semicolon' semicolon; ignore sub semicolon' semicolon semicolon; sub semicolon_semicolon.liga semicolon' by LIG; sub semicolon' semicolon by semicolon_semicolon.liga; } semicolon_semicolon; ### Slash lookup slash_asterisk { ignore sub slash slash' asterisk; ignore sub slash' asterisk asterisk; ignore sub slash' asterisk slash; ignore sub asterisk slash' asterisk; sub slash_asterisk.liga asterisk' by LIG; sub slash' asterisk by slash_asterisk.liga; } slash_asterisk; lookup slash_greater { ignore sub slash slash' greater; ignore sub slash' greater greater; sub slash_greater.liga greater' by LIG; sub slash' greater by slash_greater.liga; } slash_greater; lookup slash_slash { ignore sub slash slash' slash; ignore sub slash' slash slash slash; ignore sub equal slash' slash; ignore sub slash' slash equal; sub slash_slash.liga slash' by LIG; sub slash' slash by slash_slash.liga; } slash_slash; lookup slash_slash_slash { sub slash_slash_slash.liga LIG slash' by LIG; sub slash_slash.liga' LIG slash by slash_slash_slash.liga; } slash_slash_slash; lookup slash_backslash { ignore sub @NotSpace slash' backslash; ignore sub slash' backslash @NotSpace; sub slash_backslash.liga backslash' by LIG; sub slash' backslash by slash_backslash.liga; } slash_backslash; ### WWW lookup w_w_w { ignore sub w w' w w; ignore sub w' w w w; sub w_w_w.liga LIG w' by LIG; sub w_w_w.liga w' w by LIG; sub w' w w by w_w_w.liga; } w_w_w; ### Vertical-align colon/greater/less # :> :< >: <: # :>: :<: # <:> >:< <:< >:> # <::> <::< >::< >::> # <:::> <:::< >:::< >:::> # <::::> <::::< >::::< >::::> lookup center { #574 :>= :<= ignore sub colon' [less greater] [equal hyphen]; ignore sub colon colon' [less greater]; # ignores the :::< case # middles & ends sub [less.center greater.center colon.center] colon' by colon.center; sub colon.center [less greater]' by [less.center greater.center]; # starts sub [less greater]' colon by [less.center greater.center]; sub colon' [less greater] by colon.center; } center; lookup equal_arrows { # Disable ||| ignore sub bar bar' bar equal; ignore sub bar bar' equal; ignore sub [equal_start.seq equal_middle.seq] bar' bar bar; # equal middle & end sub [less_equal_start.seq less_equal_middle.seq greater_equal_start.seq greater_equal_middle.seq bar_equal_start.seq bar_equal_middle.seq slash_equal_start.seq slash_equal_middle.seq colon_equal_middle.seq exclam_equal_middle.seq equal_start.seq equal_middle.seq] equal' [equal less greater bar slash colon exclam] by equal_middle.seq; sub [less_less_equal_start.seq less_less_equal_middle.seq greater_greater_equal_start.seq greater_greater_equal_middle.seq bar_bar_equal_start.seq bar_bar_equal_middle.seq slash_slash_equal_start.seq slash_slash_equal_middle.seq] LIG equal' [equal less greater bar slash colon exclam] by equal_middle.seq; sub [less_equal_start.seq less_equal_middle.seq greater_equal_start.seq greater_equal_middle.seq bar_equal_start.seq bar_equal_middle.seq slash_equal_start.seq slash_equal_middle.seq colon_equal_middle.seq exclam_equal_middle.seq equal_start.seq equal_middle.seq] equal' by equal_end.seq; sub [less_less_equal_start.seq less_less_equal_middle.seq greater_greater_equal_start.seq greater_greater_equal_middle.seq bar_bar_equal_start.seq bar_bar_equal_middle.seq slash_slash_equal_start.seq slash_slash_equal_middle.seq] LIG equal' by equal_end.seq; # double middles sub [equal_start.seq equal_middle.seq] less_less_equal_middle.seq less' equal by LIG; sub [equal_start.seq equal_middle.seq] less' less equal by less_less_equal_middle.seq; sub [equal_start.seq equal_middle.seq] greater_greater_equal_middle.seq greater' equal by LIG; sub [equal_start.seq equal_middle.seq] greater' greater equal by greater_greater_equal_middle.seq; sub [equal_start.seq equal_middle.seq] bar_bar_equal_middle.seq bar' equal by LIG; sub [equal_start.seq equal_middle.seq] bar' bar equal by bar_bar_equal_middle.seq; sub [equal_start.seq equal_middle.seq] slash_slash_equal_middle.seq slash' equal by LIG; sub [equal_start.seq equal_middle.seq] slash' slash equal by slash_slash_equal_middle.seq; # single middles sub [equal_start.seq equal_middle.seq] less' equal by less_equal_middle.seq; sub [equal_start.seq equal_middle.seq] greater' equal by greater_equal_middle.seq; sub [equal_start.seq equal_middle.seq] bar' equal by bar_equal_middle.seq; sub [equal_start.seq equal_middle.seq] slash' equal by slash_equal_middle.seq; sub [equal_start.seq equal_middle.seq] colon' equal by colon_equal_middle.seq; sub [equal_start.seq equal_middle.seq] exclam' equal by exclam_equal_middle.seq; # double ends sub [equal_start.seq equal_middle.seq] less_less_equal_end.seq less' by LIG; sub [equal_start.seq equal_middle.seq] less' less by less_less_equal_end.seq; sub [equal_start.seq equal_middle.seq] greater_greater_equal_end.seq greater' by LIG; sub [equal_start.seq equal_middle.seq] greater' greater by greater_greater_equal_end.seq; sub [equal_start.seq equal_middle.seq] bar_bar_equal_end.seq bar' by LIG; sub [equal_start.seq equal_middle.seq] bar' bar by bar_bar_equal_end.seq; sub [equal_start.seq equal_middle.seq] slash_slash_equal_end.seq slash' by LIG; sub [equal_start.seq equal_middle.seq] slash' slash by slash_slash_equal_end.seq; # single ends sub [equal_start.seq equal_middle.seq] less' by less_equal_end.seq; sub [equal_start.seq equal_middle.seq] greater' by greater_equal_end.seq; sub [equal_start.seq equal_middle.seq] bar' by bar_equal_end.seq; sub [equal_start.seq equal_middle.seq] slash' by slash_equal_end.seq; # double beginnings sub less_less_equal_start.seq less' equal by LIG; sub less' less equal by less_less_equal_start.seq; sub greater_greater_equal_start.seq greater' equal by LIG; sub greater' greater equal by greater_greater_equal_start.seq; sub bar_bar_equal_start.seq bar' equal by LIG; sub bar' bar equal by bar_bar_equal_start.seq; sub slash_slash_equal_start.seq slash' equal by LIG; sub slash' slash equal by slash_slash_equal_start.seq; # Disable >=< #548 sub greater' equal less [equal less] by greater_equal_start.seq; ignore sub greater' equal less; # Disable =< #479 #468 #424 #406 #355 #305 sub equal' less [equal less] by equal_start.seq; # Disable =/ #1056 sub equal' slash [equal slash] by equal_start.seq; # single beginnings sub less' equal [equal less greater bar slash colon exclam] by less_equal_start.seq; # disable >= <= as they're used in math sub greater' equal [equal less greater bar slash colon exclam] by greater_equal_start.seq; sub bar' equal [equal less greater bar slash colon exclam] by bar_equal_start.seq; # disable |= sub slash' equal by slash_equal_start.seq; sub equal' [equal greater bar colon exclam] by equal_start.seq; } equal_arrows; ### Arbitrary-length arrows #346 lookup hyphen_arrows { # Disable ||| ignore sub bar bar' bar hyphen; ignore sub bar bar' hyphen; ignore sub [hyphen_start.seq hyphen_middle.seq] bar' bar bar; # hyphen middle & end sub [less_hyphen_start.seq less_hyphen_middle.seq greater_hyphen_start.seq greater_hyphen_middle.seq bar_hyphen_start.seq bar_hyphen_middle.seq hyphen_start.seq hyphen_middle.seq] hyphen' [hyphen less greater bar] by hyphen_middle.seq; sub [less_less_hyphen_start.seq less_less_hyphen_middle.seq greater_greater_hyphen_start.seq greater_greater_hyphen_middle.seq bar_bar_hyphen_start.seq bar_bar_hyphen_middle.seq] LIG hyphen' [hyphen less greater bar] by hyphen_middle.seq; sub [less_hyphen_start.seq less_hyphen_middle.seq greater_hyphen_start.seq greater_hyphen_middle.seq bar_hyphen_start.seq bar_hyphen_middle.seq hyphen_start.seq hyphen_middle.seq] hyphen' by hyphen_end.seq; sub [less_less_hyphen_start.seq less_less_hyphen_middle.seq greater_greater_hyphen_start.seq greater_greater_hyphen_middle.seq bar_bar_hyphen_start.seq bar_bar_hyphen_middle.seq] LIG hyphen' by hyphen_end.seq; # double middles sub [hyphen_start.seq hyphen_middle.seq] less_less_hyphen_middle.seq less' hyphen by LIG; sub [hyphen_start.seq hyphen_middle.seq] less' less hyphen by less_less_hyphen_middle.seq; sub [hyphen_start.seq hyphen_middle.seq] greater_greater_hyphen_middle.seq greater' hyphen by LIG; sub [hyphen_start.seq hyphen_middle.seq] greater' greater hyphen by greater_greater_hyphen_middle.seq; sub [hyphen_start.seq hyphen_middle.seq] bar_bar_hyphen_middle.seq bar' hyphen by LIG; sub [hyphen_start.seq hyphen_middle.seq] bar' bar hyphen by bar_bar_hyphen_middle.seq; # single middles sub [hyphen_start.seq hyphen_middle.seq] less' hyphen by less_hyphen_middle.seq; sub [hyphen_start.seq hyphen_middle.seq] greater' hyphen by greater_hyphen_middle.seq; sub [hyphen_start.seq hyphen_middle.seq] bar' hyphen by bar_hyphen_middle.seq; # double ends sub [hyphen_start.seq hyphen_middle.seq] less_less_hyphen_end.seq less' by LIG; sub [hyphen_start.seq hyphen_middle.seq] less' less by less_less_hyphen_end.seq; sub [hyphen_start.seq hyphen_middle.seq] greater_greater_hyphen_end.seq greater' by LIG; sub [hyphen_start.seq hyphen_middle.seq] greater' greater by greater_greater_hyphen_end.seq; sub [hyphen_start.seq hyphen_middle.seq] bar_bar_hyphen_end.seq bar' by LIG; sub [hyphen_start.seq hyphen_middle.seq] bar' bar by bar_bar_hyphen_end.seq; # single ends sub [hyphen_start.seq hyphen_middle.seq] less' by less_hyphen_end.seq; sub [hyphen_start.seq hyphen_middle.seq] greater' by greater_hyphen_end.seq; sub [hyphen_start.seq hyphen_middle.seq] bar' by bar_hyphen_end.seq; # double beginnings sub less_less_hyphen_start.seq less' hyphen by LIG; sub less' less hyphen by less_less_hyphen_start.seq; sub greater_greater_hyphen_start.seq greater' hyphen by LIG; sub greater' greater hyphen by greater_greater_hyphen_start.seq; sub bar_bar_hyphen_start.seq bar' hyphen by LIG; sub bar' bar hyphen by bar_bar_hyphen_start.seq; # single beginnings sub less' hyphen by less_hyphen_start.seq; sub greater' hyphen by greater_hyphen_start.seq; sub bar' hyphen by bar_hyphen_start.seq; sub hyphen' [hyphen less greater bar] by hyphen_start.seq; } hyphen_arrows; lookup numbersigns { # middle parts sub [numbersign_start.seq numbersign_middle.seq] numbersign' numbersign by numbersign_middle.seq; # ends sub [numbersign_start.seq numbersign_middle.seq] numbersign' by numbersign_end.seq; # beginnings sub numbersign' numbersign by numbersign_start.seq; } numbersigns; lookup underscores { # middle parts sub [underscore_start.seq underscore_middle.seq] bar' underscore by bar_underscore_middle.seq; sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' bar underscore by underscore_middle.seq; sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' underscore by underscore_middle.seq; # ends sub [underscore_start.seq underscore_middle.seq bar_underscore_middle.seq] underscore' by underscore_end.seq; # beginnings sub underscore' bar underscore by underscore_start.seq; sub underscore' underscore by underscore_start.seq; } underscores; #Other non-ligature bits sub dcaron' [lacute lcaron lcommaaccent ldot lslash b h k l hbar hcircumflex kcommaaccent @Uppercase] by dcaron.alt; } calt; feature ccmp { lookup ccmp_Other_1 { @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaabovecomb commaaboverightcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; @CombiningNonTopAccents = [cedillacomb dotbelowcomb lowlinecomb macronbelowcomb ogonekcomb ringbelowcomb horncomb]; sub [i j i-cy je-cy]' @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningTopAccents by idotless ogonekcomb; sub idotbelow' @CombiningTopAccents by idotless dotbelowcomb; sub [i j i-cy je-cy]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningNonTopAccents @CombiningTopAccents by idotless ogonekcomb; sub idotbelow' @CombiningNonTopAccents @CombiningTopAccents by idotless dotbelowcomb; @Markscomb = [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb horncomb tonos brevecomb-cy]; @MarkscombCase = [dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case tonos.case brevecomb-cy.case]; sub @Markscomb @Markscomb' by @MarkscombCase; sub @Uppercase @Markscomb' by @MarkscombCase; } ccmp_Other_1; lookup ccmp_Other_2 { sub @Markscomb' @MarkscombCase by @MarkscombCase; sub @MarkscombCase @Markscomb' by @MarkscombCase; } ccmp_Other_2; lookup ccmp_latn_1 { sub fi by f i; sub fl by f l; } ccmp_latn_1; script latn; lookup ccmp_latn_1; } ccmp; feature locl { # automatic lookup locl_latn_0 { script latn; language ROM; language MOL; sub Scedilla by Scommaaccent; sub scedilla by scommaaccent; sub Tcedilla by Tcommaaccent; sub tcedilla by tcommaaccent; } locl_latn_0; lookup locl_latn_1 { script latn; language PLK; sub Cacute by Cacute.loclPLK; sub Nacute by Nacute.loclPLK; sub Oacute by Oacute.loclPLK; sub Sacute by Sacute.loclPLK; sub Zacute by Zacute.loclPLK; sub cacute by cacute.loclPLK; sub nacute by nacute.loclPLK; sub oacute by oacute.loclPLK; sub sacute by sacute.loclPLK; sub zacute by zacute.loclPLK; sub acutecomb by acutecomb.loclPLK; } locl_latn_1; lookup locl_latn_2 { script latn; language NLD; sub iacute j by iacute_j.loclNLD; sub Iacute J by Iacute_J.loclNLD; } locl_latn_2; lookup locl_latn_3 { script latn; language CAT; sub l' periodcentered' l by ldot; sub L' periodcentered' L by Ldot; } locl_latn_3; lookup locl_cyrl_0 { script cyrl; language BGR; sub De-cy by De-cy.loclBGR; sub El-cy by El-cy.loclBGR; sub Ef-cy by Ef-cy.loclBGR; sub ve-cy by ve-cy.loclBGR; sub ge-cy by ge-cy.loclBGR; sub de-cy by de-cy.loclBGR; sub zhe-cy by zhe-cy.loclBGR; sub ze-cy by ze-cy.loclBGR; sub ii-cy by ii-cy.loclBGR; sub iishort-cy by iishort-cy.loclBGR; sub iigrave-cy by iigrave-cy.loclBGR; sub ka-cy by ka-cy.loclBGR; sub el-cy by el-cy.loclBGR; sub pe-cy by pe-cy.loclBGR; sub te-cy by te-cy.loclBGR; sub tse-cy by tse-cy.loclBGR; sub sha-cy by sha-cy.loclBGR; sub shcha-cy by shcha-cy.loclBGR; sub softsign-cy by softsign-cy.loclBGR; sub hardsign-cy by hardsign-cy.loclBGR; sub iu-cy by iu-cy.loclBGR; } locl_cyrl_0; lookup locl_cyrl_1 { script cyrl; language SRB; sub be-cy by be-cy.loclSRB; } locl_cyrl_1; } locl; feature subs { # automatic sub zero by zeroinferior; sub one by oneinferior; sub two by twoinferior; sub three by threeinferior; sub four by fourinferior; sub five by fiveinferior; sub six by sixinferior; sub seven by seveninferior; sub eight by eightinferior; sub nine by nineinferior; } subs; feature sinf { # automatic sub zero by zeroinferior; sub one by oneinferior; sub two by twoinferior; sub three by threeinferior; sub four by fourinferior; sub five by fiveinferior; sub six by sixinferior; sub seven by seveninferior; sub eight by eightinferior; sub nine by nineinferior; } sinf; feature sups { # automatic sub zero by zerosuperior; sub one by onesuperior; sub two by twosuperior; sub three by threesuperior; sub four by foursuperior; sub five by fivesuperior; sub six by sixsuperior; sub seven by sevensuperior; sub eight by eightsuperior; sub nine by ninesuperior; } sups; feature numr { # automatic sub zero by zero.numr; sub one by one.numr; sub two by two.numr; sub three by three.numr; sub four by four.numr; sub five by five.numr; sub six by six.numr; sub seven by seven.numr; sub eight by eight.numr; sub nine by nine.numr; } numr; feature dnom { # automatic sub zero by zero.dnom; sub one by one.dnom; sub two by two.dnom; sub three by three.dnom; sub four by four.dnom; sub five by five.dnom; sub six by six.dnom; sub seven by seven.dnom; sub eight by eight.dnom; sub nine by nine.dnom; } dnom; feature frac { # automatic lookup FRAC { sub slash by fraction; } FRAC; lookup UP { sub [zero one two three four five six seven eight nine] by [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]; } UP; lookup DOWN { sub fraction [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]' by [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom]; sub [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom] [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]' by [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom]; } DOWN; } frac; feature ordn { # automatic sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine; sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine; sub N o period by numero; } ordn; feature case { # automatic sub dieresiscomb by dieresiscomb.case; sub dotaccentcomb by dotaccentcomb.case; sub gravecomb by gravecomb.case; sub acutecomb by acutecomb.case; sub hungarumlautcomb by hungarumlautcomb.case; sub circumflexcomb by circumflexcomb.case; sub caroncomb by caroncomb.case; sub brevecomb by brevecomb.case; sub ringcomb by ringcomb.case; sub tildecomb by tildecomb.case; sub macroncomb by macroncomb.case; sub hookabovecomb by hookabovecomb.case; sub horncomb by horncomb.case; sub tonos by tonos.case; sub brevecomb-cy by brevecomb-cy.case; } case; feature liga { # disabled # } liga; feature ss02 { sub asciitilde_equal.liga by exclam_equal.liga; } ss02; feature zero { # automatic sub zero by zero.zero; } zero; feature ss19 { # notes: # Name: Slashed zero sub zero by zero.zero; } ss19; feature rclt { # this subs the GDI-centric versions of these symbols with DWrite-centric ones sub lowerOneEighthBlock by lowerOneEighthBlock.stypo; sub lowerOneQuarterBlock by lowerOneQuarterBlock.stypo; sub lowerThreeEighthsBlock by lowerThreeEighthsBlock.stypo; sub lowerHalfBlock by lowerHalfBlock.stypo; sub lowerFiveEighthsBlock by lowerFiveEighthsBlock.stypo; sub lowerThreeQuartersBlock by lowerThreeQuartersBlock.stypo; sub lowerSevenEighthsBlock by lowerSevenEighthsBlock.stypo; sub fullBlock by fullBlock.stypo; sub upperHalfBlock by upperHalfBlock.stypo; sub upperOneEighthBlock by upperOneEighthBlock.stypo; sub leftOneEighthBlock by leftOneEighthBlock.stypo; sub leftOneQuarterBlock by leftOneQuarterBlock.stypo; sub leftThreeEighthsBlock by leftThreeEighthsBlock.stypo; sub leftBlock by leftBlock.stypo; sub leftFiveEighthsBlock by leftFiveEighthsBlock.stypo; sub leftThreeQuartersBlock by leftThreeQuartersBlock.stypo; sub leftSevenEighthsBlock by leftSevenEighthsBlock.stypo; sub rightBlock by rightBlock.stypo; sub rightOneEighthBlock by rightOneEighthBlock.stypo; sub lowerLeftBlock by lowerLeftBlock.stypo; sub lowerRightBlock by lowerRightBlock.stypo; sub upperLeftBlock by upperLeftBlock.stypo; sub upperLeftAndLowerLeftAndLowerRightBlock by upperLeftAndLowerLeftAndLowerRightBlock.stypo; sub upperLeftAndLowerRightBlock by upperLeftAndLowerRightBlock.stypo; sub upperLeftAndUpperRightAndLowerLeftBlock by upperLeftAndUpperRightAndLowerLeftBlock.stypo; sub upperLeftAndUpperRightAndLowerRightBlock by upperLeftAndUpperRightAndLowerRightBlock.stypo; sub upperRightBlock by upperRightBlock.stypo; sub upperRightAndLowerLeftBlock by upperRightAndLowerLeftBlock.stypo; sub upperRightAndLowerLeftAndLowerRightBlock by upperRightAndLowerLeftAndLowerRightBlock.stypo; sub shadelight by shadelight.stypo; sub shademedium by shademedium.stypo; sub shadedark by shadedark.stypo; sub uniE0A0 by uniE0A0.stypo; sub uniE0B0 by uniE0B0.stypo; sub uniE0B1 by uniE0B1.stypo; sub uniE0B2 by uniE0B2.stypo; sub uniE0B3 by uniE0B3.stypo; sub uniE0B4 by uniE0B4.stypo; sub uniE0B5 by uniE0B5.stypo; sub uniE0B6 by uniE0B6.stypo; sub uniE0B7 by uniE0B7.stypo; sub uniE0B8 by uniE0B8.stypo; sub uniE0B9 by uniE0B9.stypo; sub uniE0BA by uniE0BA.stypo; sub uniE0BB by uniE0BB.stypo; sub uniE0BC by uniE0BC.stypo; sub uniE0BD by uniE0BD.stypo; sub uniE0BE by uniE0BE.stypo; sub uniE0BF by uniE0BF.stypo; sub uniE0C0 by uniE0C0.stypo; sub uniE0C1 by uniE0C1.stypo; sub uniE0C2 by uniE0C2.stypo; sub uniE0C3 by uniE0C3.stypo; sub uniE0C4 by uniE0C4.stypo; sub uniE0C5 by uniE0C5.stypo; sub uniE0C6 by uniE0C6.stypo; sub uniE0C7 by uniE0C7.stypo; sub uniE0C8 by uniE0C8.stypo; sub uniE0CA by uniE0CA.stypo; sub uniE0CC by uniE0CC.stypo; sub uniE0CD by uniE0CD.stypo; sub uniE0CE by uniE0CE.stypo; sub uniE0CF by uniE0CF.stypo; sub uniE0D1 by uniE0D1.stypo; sub uniE0D2 by uniE0D2.stypo; sub uniE0D4 by uniE0D4.stypo; } rclt; feature zero { # automatic sub zero by zero.zero; } zero; feature ss20 { # notes: # Name: sub acknowledgeControl by acknowledgeControl.ss20; sub backspaceControl by backspaceControl.ss20; sub bellControl by bellControl.ss20; sub cancelControl by cancelControl.ss20; sub carriageReturnControl by carriageReturnControl.ss20; sub dataLinkEscapeControl by dataLinkEscapeControl.ss20; sub deleteControl by deleteFormTwoControl; sub deviceControlFourControl by upperLeftQuadrantWhiteCircle; sub deviceControlOneControl by upperRightQuadrantWhiteCircle; sub deviceControlThreeControl by lowerLeftQuadrantWhiteCircle; sub deviceControlTwoControl by lowerRightQuadrantWhiteCircle; sub endOfMediumControl by endOfMediumControl.ss20; sub endOfTextControl by endOfTextControl.ss20; sub endOfTransmissionBlockControl by endOfTransmissionBlockControl.ss20; sub endOfTransmissionControl by endOfTransmissionControl.ss20; sub enquiryControl by enquiryControl.ss20; sub escapeControl by escapeControl.ss20; sub fileSeparatorControl by whiteUpperLeftQuadrantSquare; sub formFeedControl by formFeedControl.ss20; sub groupSeparatorControl by whiteLowerLeftQuadrantSquare; sub horizontalTabulationControl by horizontalTabulationControl.ss20; sub lineFeedControl by lineFeedControl.ss20; sub negativeAcknowledgeControl by negativeAcknowledgeControl.ss20; sub nullControl by whiteSquare; sub recordSeparatorControl by whiteLowerRightQuadrantSquare; sub shiftInControl by shiftInControl.ss20; sub shiftOutControl by shiftOutControl.ss20; sub spaceControl by upWhiteTriangle; sub startOfHeadingControl by startOfHeadingControl.ss20; sub startOfTextControl by startOfTextControl.ss20; sub substituteControl by substituteControl.ss20; sub synchronousIdleControl by synchronousIdleControl.ss20; sub unitSeparatorControl by whiteUpperRightQuadrantSquare; sub verticalTabulationControl by verticalTabulationControl.ss20; sub newlineControl by returnsymbol; } ss20;cascadia-code-2102.03/sources/features/features_mono.fea000066400000000000000000001257551401101653000231530ustar00rootroot00000000000000# automatic @Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol ]; # automatic @Lowercase = [ Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol ]; @OpeningBracket = [ bracketleft braceleft parenleft ]; @Digit = [ zero one two three four five six seven eight nine ]; @HexDigit = [ @Digit a b c d e f A B C D E F ]; @ClosingBracket = [ bracketright braceright parenright ]; @Tall = [ @Uppercase @Digit @OpeningBracket @ClosingBracket bar ]; @NotSpace = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply fi fl w_w_w.liga ordfeminine ordmasculine nmod wmod ymod A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol thetamod zmod zero one two three four five six seven eight nine zero.zero zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior fraction onehalf onequarter threequarters oneeighth threeeighths fiveeighths seveneighths period comma colon semicolon ellipsis exclam exclamdown question questiondown periodcentered bullet asterisk exclamdouble numbersign onedotenleader overline slash backslash colon.center parenleft parenright braceleft braceright bracketleft bracketright heavyleftpointinganglebracketornament heavyleftpointinganglequotationmarkornament heavyrightpointinganglebracketornament heavyrightpointinganglequotationmarkornament mediumleftpointinganglebracketornament mediumrightpointinganglebracketornament hyphen softhyphen endash emdash horizontalbar hyphentwo nonbreakinghyphen underscore underscoredbl quotesinglbase quotedblbase quotedblleft quotedblright quoteleft quoteright quotereversed guillemetleft guillemetright guilsinglleft guilsinglright quotedbl quotesingle hyphen_hyphen.liga hyphen_hyphen_hyphen.liga hyphen_asciitilde.liga parenleft_asterisk.liga braceleft_bar.liga braceright_numbersign.liga bracketleft_bar.liga bracketright_numbersign.liga period_hyphen.liga period_period.liga period_period_period.liga period_period_equal.liga period_period_less.liga period_question.liga period_equal.liga colon_colon.liga colon_colon_colon.liga colon_colon_equal.liga colon_equal.liga colon_slash_slash.liga semicolon_semicolon.liga exclam_period.liga exclam_colon.liga exclam_exclam.liga exclam_exclam_period.liga exclam_equal.liga exclam_equal_equal.liga question_period.liga question_colon.liga question_question.liga question_question_equal.liga question_equal.liga asterisk_parenright.liga asterisk_asterisk.liga asterisk_asterisk_asterisk.liga asterisk_greater.liga asterisk_slash.liga numbersign_parenleft.liga numbersign_braceleft.liga numbersign_bracketleft.liga numbersign_colon.liga numbersign_exclam.liga numbersign_question.liga numbersign_equal.liga numbersign_underscore.liga numbersign_underscore_parenleft.liga slash_asterisk.liga slash_greater.liga slash_slash.liga slash_slash_slash.liga slash_backslash.liga backslash_slash.liga backslash_backslash.liga underscore_underscore.liga hyphen_middle.seq hyphen_start.seq hyphen_end.seq colon_equal_middle.seq exclam_equal_middle.seq numbersign_end.seq numbersign_middle.seq numbersign_start.seq slash_equal_end.seq slash_equal_middle.seq slash_equal_start.seq slash_slash_equal_end.seq slash_slash_equal_middle.seq slash_slash_equal_start.seq underscore_end.seq underscore_middle.seq underscore_start.seq anoteleia questiongreek baht cedi cent colonsign currency dollar dong euro eurocurrency florin franc guarani hryvnia kip lari lira liraTurkish manat naira peseta peso ruble rupee rupeeIndian sheqel sterling tenge tugrik won yen bulletoperator divisionslash equivalence horizontallineextension integralbt integraltp logicalnotReversed notidentical plus minus multiply divide equal notequal greater less greaterequal lessequal plusminus approxequal asciitilde logicalnot asciicircum infinity intersection integral Ohm increment product summation radical micro partialdiff orthogonal percent perthousand strictlyequivalentto vectorOrCrossProduct greater.center less.center upArrow rightArrow downArrow leftArrow leftRightArrow upDownArrow upDownbaseArrow downTipLeftArrow upDashArrow dashdownArrow lowerOneEighthBlock lowerOneQuarterBlock lowerThreeEighthsBlock lowerHalfBlock lowerFiveEighthsBlock lowerThreeQuartersBlock lowerSevenEighthsBlock fullBlock upperHalfBlock upperOneEighthBlock leftOneEighthBlock leftOneQuarterBlock leftThreeEighthsBlock leftBlock leftFiveEighthsBlock leftThreeQuartersBlock leftSevenEighthsBlock rightBlock rightOneEighthBlock lowerLeftBlock lowerRightBlock upperLeftBlock upperLeftAndLowerLeftAndLowerRightBlock upperLeftAndLowerRightBlock upperLeftAndUpperRightAndLowerLeftBlock upperLeftAndUpperRightAndLowerRightBlock upperRightBlock upperRightAndLowerLeftBlock upperRightAndLowerLeftAndLowerRightBlock shadelight shademedium shadedark blackCircle whiteCircle largeCircle leftHalfBlackWhiteCircle rightHalfBlackWhiteCircle lowerHalfBlackWhiteCircle upperHalfBlackWhiteCircle leftHalfBlackCircle rightHalfBlackCircle upperRightBlackCircle upperLeftWhiteCircle upperLeftQuadrantWhiteCircle lowerLeftQuadrantWhiteCircle lowerRightQuadrantWhiteCircle upperRightQuadrantWhiteCircle verticalFillCircle dottedCircle fisheye bullseye whiteBullet inverseBullet inverseWhiteCircle upperHalfInverseWhiteCircle lowerHalfInverseWhiteCircle upperHalfArc lowerHalfArc upperLeftArc upperRightArc lowerRightArc lowerLeftArc blackDiamond whiteDiamond leftHalfBlackDiamond rightHalfBlackDiamond topHalfBlackDiamond bottomHalfBlackDiamond blackInWhiteDiamond lozenge blackParallelogram whiteParallelogram blackVerticalRect filledRect whiteRect whiteVerticalRect blackSquare whiteSquare whiteRoundedCornersSquare whiteInBlackSquare dottedSquare horizontalFillSquare verticalFillSquare crosshatchFillSquare upperlefttolowerrightFillSquare upperrighttolowerleftFillSquare diagonalcrosshatchFillSquare blackSmallSquare whiteSmallSquare leftHalfBlackSquare rightHalfBlackSquare upperLeftDiagonalHalfBlackSquare lowerRightDiagonalHalfBlackSquare verticalBisectingLineWhiteSquare whiteUpperLeftQuadrantSquare whiteLowerLeftQuadrantSquare whiteLowerRightQuadrantSquare whiteUpperRightQuadrantSquare mediumWhiteSquare mediumBlackSquare mediumWhiteSmallSquare mediumBlackSmallSquare upBlackTriangle rightBlackTriangle downBlackTriangle leftBlackTriangle upWhiteTriangle rightWhiteTriangle downWhiteTriangle leftWhiteTriangle upWhiteTriangleWithDot upLeftHalfBlackTriangle upRightHalfBlackTriangle rightBlackPointer leftBlackPointer rightWhitePointer leftWhitePointer upBlackSmallTriangle rightBlackSmallTriangle downBlackSmallTriangle leftBlackSmallTriangle upWhiteSmallTriangle rightWhiteSmallTriangle downWhiteSmallTriangle leftWhiteSmallTriangle upperRightBlackTriangle lowerRightBlackTriangle lowerLeftBlackTriangle upperLeftBlackTriangle upperRightTriangle lowerRightTriangle lowerLeftTriangle upperLeftTriangle boxDoubleDownAndHorizontal boxDoubleDownAndLeft boxDoubleDownAndRight boxDoubleHorizontal boxDoubleUpAndHorizontal boxDoubleUpAndLeft boxDoubleUpAndRight boxDoubleVertical boxDoubleVerticalAndHorizontal boxDoubleVerticalAndLeft boxDoubleVerticalAndRight boxDownDoubleAndHorizontalSingle boxDownDoubleAndLeftSingle boxDownDoubleAndRightSingle boxDownHeavyAndHorizontalLight boxDownHeavyAndLeftLight boxDownHeavyAndLeftUpLight boxDownHeavyAndRightLight boxDownHeavyAndRightUpLight boxDownHeavyAndUpHorizontalLight boxDownLightAndHorizontalHeavy boxDownLightAndLeftHeavy boxDownLightAndLeftUpHeavy boxDownLightAndRightHeavy boxDownLightAndRightUpHeavy boxDownLightAndUpHorizontalHeavy boxDownSingleAndHorizontalDouble boxDownSingleAndLeftDouble boxDownSingleAndRightDouble boxHeavyDoubleDashHorizontal boxHeavyDoubleDashVertical boxHeavyDown boxHeavyDownAndHorizontal boxHeavyDownAndLeft boxHeavyDownAndRight boxHeavyHorizontal boxHeavyLeft boxHeavyLeftAndLightRight boxHeavyQuadrupleDashHorizontal boxHeavyQuadrupleDashVertical boxHeavyRight boxHeavyTripleDashHorizontal boxHeavyTripleDashVertical boxHeavyUp boxHeavyUpAndHorizontal boxHeavyUpAndLeft boxHeavyUpAndLightDown boxHeavyUpAndRight boxHeavyVertical boxHeavyVerticalAndHorizontal boxHeavyVerticalAndLeft boxHeavyVerticalAndRight boxLeftDownHeavyAndRightUpLight boxLeftHeavyAndRightDownLight boxLeftHeavyAndRightUpLight boxLeftHeavyAndRightVerticalLight boxLeftLightAndRightDownHeavy boxLeftLightAndRightUpHeavy boxLeftLightAndRightVerticalHeavy boxLeftUpHeavyAndRightDownLight boxLightArcDownAndLeft boxLightArcDownAndRight boxLightArcUpAndLeft boxLightArcUpAndRight boxLightDiagonalCross boxLightDiagonalUpperLeftToLowerRight boxLightDiagonalUpperRightToLowerLeft boxLightDoubleDashHorizontal boxLightDoubleDashVertical boxLightDown boxLightDownAndHorizontal boxLightDownAndLeft boxLightDownAndRight boxLightHorizontal boxLightLeft boxLightLeftAndHeavyRight boxLightQuadrupleDashHorizontal boxLightQuadrupleDashVertical boxLightRight boxLightTripleDashHorizontal boxLightTripleDashVertical boxLightUp boxLightUpAndHeavyDown boxLightUpAndHorizontal boxLightUpAndLeft boxLightUpAndRight boxLightVertical boxLightVerticalAndHorizontal boxLightVerticalAndLeft boxLightVerticalAndRight boxRightDownHeavyAndLeftUpLight boxRightHeavyAndLeftDownLight boxRightHeavyAndLeftUpLight boxRightHeavyAndLeftVerticalLight boxRightLightAndLeftDownHeavy boxRightLightAndLeftUpHeavy boxRightLightAndLeftVerticalHeavy boxRightUpHeavyAndLeftDownLight boxUpDoubleAndHorizontalSingle boxUpDoubleAndLeftSingle boxUpDoubleAndRightSingle boxUpHeavyAndDownHorizontalLight boxUpHeavyAndHorizontalLight boxUpHeavyAndLeftDownLight boxUpHeavyAndLeftLight boxUpHeavyAndRightDownLight boxUpHeavyAndRightLight boxUpLightAndDownHorizontalHeavy boxUpLightAndHorizontalHeavy boxUpLightAndLeftDownHeavy boxUpLightAndLeftHeavy boxUpLightAndRightDownHeavy boxUpLightAndRightHeavy boxUpSingleAndHorizontalDouble boxUpSingleAndLeftDouble boxUpSingleAndRightDouble boxVerticalDoubleAndHorizontalSingle boxVerticalDoubleAndLeftSingle boxVerticalDoubleAndRightSingle boxVerticalHeavyAndHorizontalLight boxVerticalHeavyAndLeftLight boxVerticalHeavyAndRightLight boxVerticalLightAndHorizontalHeavy boxVerticalLightAndLeftHeavy boxVerticalLightAndRightHeavy boxVerticalSingleAndHorizontalDouble boxVerticalSingleAndLeftDouble boxVerticalSingleAndRightDouble lowerOneEighthBlock.stypo lowerOneQuarterBlock.stypo lowerThreeEighthsBlock.stypo lowerHalfBlock.stypo lowerFiveEighthsBlock.stypo lowerThreeQuartersBlock.stypo lowerSevenEighthsBlock.stypo fullBlock.stypo upperHalfBlock.stypo upperOneEighthBlock.stypo leftOneEighthBlock.stypo leftOneQuarterBlock.stypo leftThreeEighthsBlock.stypo leftBlock.stypo leftFiveEighthsBlock.stypo leftThreeQuartersBlock.stypo leftSevenEighthsBlock.stypo rightBlock.stypo rightOneEighthBlock.stypo lowerLeftBlock.stypo lowerRightBlock.stypo upperLeftBlock.stypo upperLeftAndLowerLeftAndLowerRightBlock.stypo upperLeftAndLowerRightBlock.stypo upperLeftAndUpperRightAndLowerLeftBlock.stypo upperLeftAndUpperRightAndLowerRightBlock.stypo upperRightBlock.stypo upperRightAndLowerLeftBlock.stypo upperRightAndLowerLeftAndLowerRightBlock.stypo shadelight.stypo shademedium.stypo shadedark.stypo reversedRotatedFloralHeartBullet whiteSmilingFace blackSmilingFace sunWithRays venus mars spadeBlackSuit clubBlackSuit heartBlackSuit diamondBlackSuit checkmark rotatedFloralHeartBullet acknowledgeControl backspaceControl at ampersand paragraph section copyright registered published trademark careof degree minute second bar brokenbar dagger literSign daggerdbl estimated numero bellControl blackHexagon blackHorizontalEllipse blackLargeCircle blackLargeSquare blackMediumDiamond blackMediumDownTriangleCentred blackMediumLeftTriangleCentred blackMediumLozenge blackMediumRightTriangleCentred blackMediumUpTriangleCentred blackPentagon blackSmallDiamond blackSmallLozenge blackVerticalEllipse blackVerysmallSquare blank blankSymbol bottomHalfBlackCircle cancelControl carriageReturnControl dataLinkEscapeControl deleteControl deleteFormTwoControl deviceControlFourControl deviceControlOneControl deviceControlThreeControl deviceControlTwoControl endOfMediumControl endOfTextControl endOfTransmissionBlockControl endOfTransmissionControl enquiryControl escapeControl fileSeparatorControl formFeedControl groupSeparatorControl horizontalBlackHexagon horizontalTabulationControl house returnsymbol lineFeedControl lowerHalfWhiteSquare lowerLeftHalfWhiteSquare negativeAcknowledgeControl newlineControl nullControl prescription recordSeparatorControl shiftInControl shiftOutControl spaceControl startOfHeadingControl startOfTextControl substituteControl substituteFormTwoControl synchronousIdleControl topHalfBlackCircle topHalfWhiteSquare topRightHalfWhiteSquare unitSeparatorControl verticalTabulationControl whiteHexagon whiteHorizontalEllipse whiteLargeSquare whiteMediumDiamond whiteMediumLozenge whitePentagon whiteSmallLozenge whiteVerticalEllipse whiteVerysmallSquare acknowledgeControl.ss20 backspaceControl.ss20 bellControl.ss20 cancelControl.ss20 carriageReturnControl.ss20 dataLinkEscapeControl.ss20 endOfMediumControl.ss20 endOfTextControl.ss20 endOfTransmissionBlockControl.ss20 endOfTransmissionControl.ss20 enquiryControl.ss20 escapeControl.ss20 formFeedControl.ss20 horizontalTabulationControl.ss20 lineFeedControl.ss20 negativeAcknowledgeControl.ss20 shiftInControl.ss20 shiftOutControl.ss20 startOfHeadingControl.ss20 startOfTextControl.ss20 substituteControl.ss20 synchronousIdleControl.ss20 verticalTabulationControl.ss20 ampersand_ampersand.liga bar_braceright.liga bar_bracketright.liga bar_bar.liga bar_bar_bar.liga bar_bar_bar_greater.liga bar_bar_greater.liga bar_greater.liga dollar_greater.liga plus_plus.liga plus_plus_plus.liga plus_greater.liga equal_equal.liga equal_equal_equal.liga greater_equal.liga greater_greater.liga greater_greater_greater.liga less_exclam_hyphen_hyphen.liga less_asterisk.liga less_asterisk_greater.liga less_bar.liga less_bar_bar.liga less_bar_bar_bar.liga less_bar_greater.liga less_dollar.liga less_dollar_greater.liga less_plus.liga less_plus_greater.liga less_equal.liga less_greater.liga less_less.liga less_less_less.liga less_asciitilde.liga less_asciitilde_greater.liga less_asciitilde_asciitilde.liga less_slash.liga less_slash_greater.liga asciitilde_hyphen.liga asciitilde_at.liga asciitilde_equal.liga asciitilde_greater.liga asciitilde_asciitilde.liga asciitilde_asciitilde_greater.liga asciicircum_equal.liga percent_percent.liga bar_underscore_middle.seq bar_bar_equal_middle.seq bar_equal_middle.seq bar_bar_equal_end.seq bar_bar_equal_start.seq bar_bar_hyphen_middle.seq bar_hyphen_middle.seq bar_bar_hyphen_end.seq bar_bar_hyphen_start.seq bar_equal_end.seq bar_equal_start.seq bar_hyphen_end.seq bar_hyphen_start.seq equal_middle.seq equal_end.seq equal_start.seq greater_greater_equal_middle.seq greater_equal_middle.seq greater_greater_equal_end.seq greater_greater_equal_start.seq greater_equal_start.seq greater_equal_end.seq greater_greater_hyphen_middle.seq greater_hyphen_middle.seq greater_greater_hyphen_end.seq greater_greater_hyphen_start.seq greater_hyphen_start.seq greater_hyphen_end.seq less_less_equal_middle.seq less_equal_middle.seq less_less_equal_end.seq less_less_equal_start.seq less_equal_end.seq less_equal_start.seq less_less_hyphen_middle.seq less_hyphen_middle.seq less_less_hyphen_end.seq less_less_hyphen_start.seq less_hyphen_end.seq less_hyphen_start.seq note-musical notedbl-musical blank-braille dots1-braille dots12-braille dots123-braille dots1234-braille dots12345-braille dots123456-braille dots1234567-braille dots12345678-braille dots1234568-braille dots123457-braille dots1234578-braille dots123458-braille dots12346-braille dots123467-braille dots1234678-braille dots123468-braille dots12347-braille dots123478-braille dots12348-braille dots1235-braille dots12356-braille dots123567-braille dots1235678-braille dots123568-braille dots12357-braille dots123578-braille dots12358-braille dots1236-braille dots12367-braille dots123678-braille dots12368-braille dots1237-braille dots12378-braille dots1238-braille dots124-braille dots1245-braille dots12456-braille dots124567-braille dots1245678-braille dots124568-braille dots12457-braille dots124578-braille dots12458-braille dots1246-braille dots12467-braille dots124678-braille dots12468-braille dots1247-braille dots12478-braille dots1248-braille dots125-braille dots1256-braille dots12567-braille dots125678-braille dots12568-braille dots1257-braille dots12578-braille dots1258-braille dots126-braille dots1267-braille dots12678-braille dots1268-braille dots127-braille dots1278-braille dots128-braille dots13-braille dots134-braille dots1345-braille dots13456-braille dots134567-braille dots1345678-braille dots134568-braille dots13457-braille dots134578-braille dots13458-braille dots1346-braille dots13467-braille dots134678-braille dots13468-braille dots1347-braille dots13478-braille dots1348-braille dots135-braille dots1356-braille dots13567-braille dots135678-braille dots13568-braille dots1357-braille dots13578-braille dots1358-braille dots136-braille dots1367-braille dots13678-braille dots1368-braille dots137-braille dots1378-braille dots138-braille dots14-braille dots145-braille dots1456-braille dots14567-braille dots145678-braille dots14568-braille dots1457-braille dots14578-braille dots1458-braille dots146-braille dots1467-braille dots14678-braille dots1468-braille dots147-braille dots1478-braille dots148-braille dots15-braille dots156-braille dots1567-braille dots15678-braille dots1568-braille dots157-braille dots1578-braille dots158-braille dots16-braille dots167-braille dots1678-braille dots168-braille dots17-braille dots178-braille dots18-braille dots2-braille dots23-braille dots234-braille dots2345-braille dots23456-braille dots234567-braille dots2345678-braille dots234568-braille dots23457-braille dots234578-braille dots23458-braille dots2346-braille dots23467-braille dots234678-braille dots23468-braille dots2347-braille dots23478-braille dots2348-braille dots235-braille dots2356-braille dots23567-braille dots235678-braille dots23568-braille dots2357-braille dots23578-braille dots2358-braille dots236-braille dots2367-braille dots23678-braille dots2368-braille dots237-braille dots2378-braille dots238-braille dots24-braille dots245-braille dots2456-braille dots24567-braille dots245678-braille dots24568-braille dots2457-braille dots24578-braille dots2458-braille dots246-braille dots2467-braille dots24678-braille dots2468-braille dots247-braille dots2478-braille dots248-braille dots25-braille dots256-braille dots2567-braille dots25678-braille dots2568-braille dots257-braille dots2578-braille dots258-braille dots26-braille dots267-braille dots2678-braille dots268-braille dots27-braille dots278-braille dots28-braille dots3-braille dots34-braille dots345-braille dots3456-braille dots34567-braille dots345678-braille dots34568-braille dots3457-braille dots34578-braille dots3458-braille dots346-braille dots3467-braille dots34678-braille dots3468-braille dots347-braille dots3478-braille dots348-braille dots35-braille dots356-braille dots3567-braille dots35678-braille dots3568-braille dots357-braille dots3578-braille dots358-braille dots36-braille dots367-braille dots3678-braille dots368-braille dots37-braille dots378-braille dots38-braille dots4-braille dots45-braille dots456-braille dots4567-braille dots45678-braille dots4568-braille dots457-braille dots4578-braille dots458-braille dots46-braille dots467-braille dots4678-braille dots468-braille dots47-braille dots478-braille dots48-braille dots5-braille dots56-braille dots567-braille dots5678-braille dots568-braille dots57-braille dots578-braille dots58-braille dots6-braille dots67-braille dots678-braille dots68-braille dots7-braille dots78-braille dots8-braille numeral-greek lowernumeral-greek apostrophemod colontriangularmod commaturnedmod firsttonechinese glottalstopmod dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresis dotaccent grave acute hungarumlaut circumflex caron breve ring tilde macron cedilla ogonek dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb tonos tonos.case dieresistonos brevecomb-cy brevecomb-cy.case LIG ]; # Prefix: Languagesystems # automatic languagesystem DFLT dflt; languagesystem latn dflt; languagesystem latn ROM; languagesystem latn MOL; languagesystem latn PLK; languagesystem latn NLD; languagesystem latn CAT; languagesystem cyrl dflt; languagesystem cyrl BGR; languagesystem cyrl SRB; feature aalt { # automatic feature calt; feature locl; feature subs; feature sinf; feature sups; feature numr; feature dnom; feature frac; feature ordn; feature case; feature ss02; feature zero; feature ss19; feature rclt; feature zero; feature ss20; } aalt; feature calt { sub dcaron' [lacute lcaron lcommaaccent ldot lslash b h k l hbar hcircumflex kcommaaccent @Uppercase] by dcaron.alt; } calt; feature ccmp { lookup ccmp_Other_1 { @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaabovecomb commaaboverightcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; @CombiningNonTopAccents = [cedillacomb dotbelowcomb lowlinecomb macronbelowcomb ogonekcomb ringbelowcomb horncomb]; sub [i j i-cy je-cy]' @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningTopAccents by idotless ogonekcomb; sub idotbelow' @CombiningTopAccents by idotless dotbelowcomb; sub [i j i-cy je-cy]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningNonTopAccents @CombiningTopAccents by idotless ogonekcomb; sub idotbelow' @CombiningNonTopAccents @CombiningTopAccents by idotless dotbelowcomb; @Markscomb = [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb horncomb tonos brevecomb-cy]; @MarkscombCase = [dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case tonos.case brevecomb-cy.case]; sub @Markscomb @Markscomb' by @MarkscombCase; sub @Uppercase @Markscomb' by @MarkscombCase; } ccmp_Other_1; lookup ccmp_Other_2 { sub @Markscomb' @MarkscombCase by @MarkscombCase; sub @MarkscombCase @Markscomb' by @MarkscombCase; } ccmp_Other_2; lookup ccmp_latn_1 { sub fi by f i; sub fl by f l; } ccmp_latn_1; script latn; lookup ccmp_latn_1; } ccmp; feature locl { # automatic lookup locl_latn_0 { script latn; language ROM; language MOL; sub Scedilla by Scommaaccent; sub scedilla by scommaaccent; sub Tcedilla by Tcommaaccent; sub tcedilla by tcommaaccent; } locl_latn_0; lookup locl_latn_1 { script latn; language PLK; sub Cacute by Cacute.loclPLK; sub Nacute by Nacute.loclPLK; sub Oacute by Oacute.loclPLK; sub Sacute by Sacute.loclPLK; sub Zacute by Zacute.loclPLK; sub cacute by cacute.loclPLK; sub nacute by nacute.loclPLK; sub oacute by oacute.loclPLK; sub sacute by sacute.loclPLK; sub zacute by zacute.loclPLK; sub acutecomb by acutecomb.loclPLK; } locl_latn_1; lookup locl_latn_2 { script latn; language NLD; sub iacute j by iacute_j.loclNLD; sub Iacute J by Iacute_J.loclNLD; } locl_latn_2; lookup locl_latn_3 { script latn; language CAT; sub l' periodcentered' l by ldot; sub L' periodcentered' L by Ldot; } locl_latn_3; lookup locl_cyrl_0 { script cyrl; language BGR; sub De-cy by De-cy.loclBGR; sub El-cy by El-cy.loclBGR; sub Ef-cy by Ef-cy.loclBGR; sub ve-cy by ve-cy.loclBGR; sub ge-cy by ge-cy.loclBGR; sub de-cy by de-cy.loclBGR; sub zhe-cy by zhe-cy.loclBGR; sub ze-cy by ze-cy.loclBGR; sub ii-cy by ii-cy.loclBGR; sub iishort-cy by iishort-cy.loclBGR; sub iigrave-cy by iigrave-cy.loclBGR; sub ka-cy by ka-cy.loclBGR; sub el-cy by el-cy.loclBGR; sub pe-cy by pe-cy.loclBGR; sub te-cy by te-cy.loclBGR; sub tse-cy by tse-cy.loclBGR; sub sha-cy by sha-cy.loclBGR; sub shcha-cy by shcha-cy.loclBGR; sub softsign-cy by softsign-cy.loclBGR; sub hardsign-cy by hardsign-cy.loclBGR; sub iu-cy by iu-cy.loclBGR; } locl_cyrl_0; lookup locl_cyrl_1 { script cyrl; language SRB; sub be-cy by be-cy.loclSRB; } locl_cyrl_1; } locl; feature subs { # automatic sub zero by zeroinferior; sub one by oneinferior; sub two by twoinferior; sub three by threeinferior; sub four by fourinferior; sub five by fiveinferior; sub six by sixinferior; sub seven by seveninferior; sub eight by eightinferior; sub nine by nineinferior; } subs; feature sinf { # automatic sub zero by zeroinferior; sub one by oneinferior; sub two by twoinferior; sub three by threeinferior; sub four by fourinferior; sub five by fiveinferior; sub six by sixinferior; sub seven by seveninferior; sub eight by eightinferior; sub nine by nineinferior; } sinf; feature sups { # automatic sub zero by zerosuperior; sub one by onesuperior; sub two by twosuperior; sub three by threesuperior; sub four by foursuperior; sub five by fivesuperior; sub six by sixsuperior; sub seven by sevensuperior; sub eight by eightsuperior; sub nine by ninesuperior; } sups; feature numr { # automatic sub zero by zero.numr; sub one by one.numr; sub two by two.numr; sub three by three.numr; sub four by four.numr; sub five by five.numr; sub six by six.numr; sub seven by seven.numr; sub eight by eight.numr; sub nine by nine.numr; } numr; feature dnom { # automatic sub zero by zero.dnom; sub one by one.dnom; sub two by two.dnom; sub three by three.dnom; sub four by four.dnom; sub five by five.dnom; sub six by six.dnom; sub seven by seven.dnom; sub eight by eight.dnom; sub nine by nine.dnom; } dnom; feature frac { # automatic lookup FRAC { sub slash by fraction; } FRAC; lookup UP { sub [zero one two three four five six seven eight nine] by [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]; } UP; lookup DOWN { sub fraction [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]' by [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom]; sub [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom] [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]' by [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom]; } DOWN; } frac; feature ordn { # automatic sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine; sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine; sub N o period by numero; } ordn; feature case { # automatic sub dieresiscomb by dieresiscomb.case; sub dotaccentcomb by dotaccentcomb.case; sub gravecomb by gravecomb.case; sub acutecomb by acutecomb.case; sub hungarumlautcomb by hungarumlautcomb.case; sub circumflexcomb by circumflexcomb.case; sub caroncomb by caroncomb.case; sub brevecomb by brevecomb.case; sub ringcomb by ringcomb.case; sub tildecomb by tildecomb.case; sub macroncomb by macroncomb.case; sub hookabovecomb by hookabovecomb.case; sub horncomb by horncomb.case; sub tonos by tonos.case; sub brevecomb-cy by brevecomb-cy.case; } case; feature liga { # disabled # } liga; feature ss02 { sub asciitilde_equal.liga by exclam_equal.liga; } ss02; feature zero { # automatic sub zero by zero.zero; } zero; feature ss19 { # notes: # Name: Slashed zero sub zero by zero.zero; } ss19; feature rclt { # this subs the GDI-centric versions of these symbols with DWrite-centric ones sub lowerOneEighthBlock by lowerOneEighthBlock.stypo; sub lowerOneQuarterBlock by lowerOneQuarterBlock.stypo; sub lowerThreeEighthsBlock by lowerThreeEighthsBlock.stypo; sub lowerHalfBlock by lowerHalfBlock.stypo; sub lowerFiveEighthsBlock by lowerFiveEighthsBlock.stypo; sub lowerThreeQuartersBlock by lowerThreeQuartersBlock.stypo; sub lowerSevenEighthsBlock by lowerSevenEighthsBlock.stypo; sub fullBlock by fullBlock.stypo; sub upperHalfBlock by upperHalfBlock.stypo; sub upperOneEighthBlock by upperOneEighthBlock.stypo; sub leftOneEighthBlock by leftOneEighthBlock.stypo; sub leftOneQuarterBlock by leftOneQuarterBlock.stypo; sub leftThreeEighthsBlock by leftThreeEighthsBlock.stypo; sub leftBlock by leftBlock.stypo; sub leftFiveEighthsBlock by leftFiveEighthsBlock.stypo; sub leftThreeQuartersBlock by leftThreeQuartersBlock.stypo; sub leftSevenEighthsBlock by leftSevenEighthsBlock.stypo; sub rightBlock by rightBlock.stypo; sub rightOneEighthBlock by rightOneEighthBlock.stypo; sub lowerLeftBlock by lowerLeftBlock.stypo; sub lowerRightBlock by lowerRightBlock.stypo; sub upperLeftBlock by upperLeftBlock.stypo; sub upperLeftAndLowerLeftAndLowerRightBlock by upperLeftAndLowerLeftAndLowerRightBlock.stypo; sub upperLeftAndLowerRightBlock by upperLeftAndLowerRightBlock.stypo; sub upperLeftAndUpperRightAndLowerLeftBlock by upperLeftAndUpperRightAndLowerLeftBlock.stypo; sub upperLeftAndUpperRightAndLowerRightBlock by upperLeftAndUpperRightAndLowerRightBlock.stypo; sub upperRightBlock by upperRightBlock.stypo; sub upperRightAndLowerLeftBlock by upperRightAndLowerLeftBlock.stypo; sub upperRightAndLowerLeftAndLowerRightBlock by upperRightAndLowerLeftAndLowerRightBlock.stypo; sub shadelight by shadelight.stypo; sub shademedium by shademedium.stypo; sub shadedark by shadedark.stypo; } rclt; feature zero { # automatic sub zero by zero.zero; } zero; feature ss20 { # notes: # Name: sub acknowledgeControl by acknowledgeControl.ss20; sub backspaceControl by backspaceControl.ss20; sub bellControl by bellControl.ss20; sub cancelControl by cancelControl.ss20; sub carriageReturnControl by carriageReturnControl.ss20; sub dataLinkEscapeControl by dataLinkEscapeControl.ss20; sub deleteControl by deleteFormTwoControl; sub deviceControlFourControl by upperLeftQuadrantWhiteCircle; sub deviceControlOneControl by upperRightQuadrantWhiteCircle; sub deviceControlThreeControl by lowerLeftQuadrantWhiteCircle; sub deviceControlTwoControl by lowerRightQuadrantWhiteCircle; sub endOfMediumControl by endOfMediumControl.ss20; sub endOfTextControl by endOfTextControl.ss20; sub endOfTransmissionBlockControl by endOfTransmissionBlockControl.ss20; sub endOfTransmissionControl by endOfTransmissionControl.ss20; sub enquiryControl by enquiryControl.ss20; sub escapeControl by escapeControl.ss20; sub fileSeparatorControl by whiteUpperLeftQuadrantSquare; sub formFeedControl by formFeedControl.ss20; sub groupSeparatorControl by whiteLowerLeftQuadrantSquare; sub horizontalTabulationControl by horizontalTabulationControl.ss20; sub lineFeedControl by lineFeedControl.ss20; sub negativeAcknowledgeControl by negativeAcknowledgeControl.ss20; sub nullControl by whiteSquare; sub recordSeparatorControl by whiteLowerRightQuadrantSquare; sub shiftInControl by shiftInControl.ss20; sub shiftOutControl by shiftOutControl.ss20; sub spaceControl by upWhiteTriangle; sub startOfHeadingControl by startOfHeadingControl.ss20; sub startOfTextControl by startOfTextControl.ss20; sub substituteControl by substituteControl.ss20; sub synchronousIdleControl by synchronousIdleControl.ss20; sub unitSeparatorControl by whiteUpperRightQuadrantSquare; sub verticalTabulationControl by verticalTabulationControl.ss20; sub newlineControl by returnsymbol; } ss20;cascadia-code-2102.03/sources/features/features_mono_PL.fea000066400000000000000000001277151401101653000235440ustar00rootroot00000000000000# automatic @Uppercase = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol ]; # automatic @Lowercase = [ Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol ]; @OpeningBracket = [ bracketleft braceleft parenleft ]; @Digit = [ zero one two three four five six seven eight nine ]; @HexDigit = [ @Digit a b c d e f A B C D E F ]; @ClosingBracket = [ bracketright braceright parenright ]; @Tall = [ @Uppercase @Digit @OpeningBracket @ClosingBracket bar ]; @NotSpace = [ A Aacute Abreve Abreveacute Abrevedotbelow Abrevegrave Abrevehookabove Abrevetilde Acaron Acircumflex Acircumflexacute Acircumflexdotbelow Acircumflexgrave Acircumflexhookabove Acircumflextilde Adieresis Adotbelow Agrave Ahookabove Alpha-latin Amacron Aogonek Aring Aringacute Astroke Atilde AE AEacute B C Cacute Ccaron Ccedilla Ccircumflex Cdotaccent Cstroke D Eth Dcaron Dcroat E Eacute Ebreve Ecaron Ecircumflex Ecircumflexacute Ecircumflexdotbelow Ecircumflexgrave Ecircumflexhookabove Ecircumflextilde Edieresis Edotaccent Edotbelow Egrave Ehookabove Emacron Eogonek Eopen Ereversed Esh Etilde Ezh F G Gbreve Gcaron Gcircumflex Gcommaaccent Gdotaccent Gstroke H Hbar Hcaron Hcircumflex Hdotbelow I IJ Iacute Ibreve Icircumflex Idieresis Idotaccent Idotbelow Igrave Ihookabove Imacron Iogonek Iotaafrican Itilde J Jcircumflex K Kacute Kcommaaccent Kdotbelow Klinebelow L Lacute Lbar Lcaron Lcommaaccent Ldot Ldotbelow Llinebelow Lmiddletilde Lslash M N Nacute Ncaron Ncommaaccent Eng Nhookleft Nlinebelow Ntilde O Oacute Obreve Ocircumflex Ocircumflexacute Ocircumflexdotbelow Ocircumflexgrave Ocircumflexhookabove Ocircumflextilde Odieresis Odotbelow Ograve Ohookabove Ohorn Ohornacute Ohorndotbelow Ohorngrave Ohornhookabove Ohorntilde Ohungarumlaut Omacron Omacronacute Omacrongrave Oogonek Oopen Oslash Oslashacute Otilde OE P Thorn Q R Racute Rcaron Rcommaaccent Rdotbelow S Sacute Scaron Scedilla Scircumflex Scommaaccent Sdotbelow Germandbls Schwa T Tbar Tcaron Tcedilla Tcommaaccent Tdiagonalstroke Tlinebelow U Uacute Ubreve Ucircumflex Udieresis Udotbelow Ugrave Uhookabove Uhorn Uhornacute Uhorndotbelow Uhorngrave Uhornhookabove Uhorntilde Uhungarumlaut Umacron Uogonek Upsilonafrican Uring Utilde V Gammaafrican Vhook Vturned W Wacute Wcircumflex Wdieresis Wgrave X Y Yacute Ycircumflex Ydieresis Ydotbelow Ygrave Yhookabove Ymacron Ytilde Z Zacute Zcaron Zdotaccent Iacute_J.loclNLD Cacute.loclPLK Nacute.loclPLK Oacute.loclPLK Sacute.loclPLK Zacute.loclPLK Asmall Gsmall Ismall Lsmall a aacute abreve abreveacute abrevedotbelow abrevegrave abrevehookabove abrevetilde acaron acircumflex acircumflexacute acircumflexdotbelow acircumflexgrave acircumflexhookabove acircumflextilde adieresis adotbelow agrave ahookabove alpha-latin amacron aogonek aring aringacute atilde ae aeacute b c cacute ccaron ccedilla ccircumflex cdotaccent d eth dcaron dcroat e eacute ebreve ecaron ecircumflex ecircumflexacute ecircumflexdotbelow ecircumflexgrave ecircumflexhookabove ecircumflextilde edieresis edotaccent edotbelow egrave ehookabove emacron eogonek eopen esh etilde eturned schwa ezh f g gamma-latin gbreve gcaron gcircumflex gcommaaccent gdotaccent glottalstop glottalstopreversed gstroke h hbar hcaron hcircumflex hdotbelow i idotless iacute ibreve icircumflex idieresis idotbelow igrave ihookabove ij imacron iogonek iota-latin itilde j jdotless jcaron jcircumflex k kcommaaccent kdotbelow kgreenlandic klinebelow l lacute lambdastroke lbar lbelt lcaron lcommaaccent ldot ldotbelow llinebelow lmiddletilde lslash m n nacute napostrophe ncaron ncommaaccent eng nhookleft nlinebelow ntilde o oacute obreve ocircumflex ocircumflexacute ocircumflexdotbelow ocircumflexgrave ocircumflexhookabove ocircumflextilde odieresis odotbelow ograve ohookabove ohorn ohornacute ohorndotbelow ohorngrave ohornhookabove ohorntilde ohungarumlaut omacron omacronacute omacrongrave oogonek oopen oslash oslashacute otilde oe p thorn q r racute rcaron rcommaaccent rdotbelow s sacute scaron scedilla scircumflex scommaaccent sdotbelow germandbls longs t tbar tcaron tcedilla tcommaaccent tesh u uacute ubreve ucircumflex udieresis udotbelow ugrave uhookabove uhorn uhornacute uhorndotbelow uhorngrave uhornhookabove uhorntilde uhungarumlaut umacron uogonek upsilon-latin uring utilde v vhook vturned w wacute wcircumflex wdieresis wgrave x y yacute ycircumflex ydieresis ydotbelow ygrave yhookabove ymacron ytilde z zacute zcaron zdotaccent dcaron.alt iacute_j.loclNLD cacute.loclPLK nacute.loclPLK oacute.loclPLK sacute.loclPLK zacute.loclPLK x.multiply fi fl w_w_w.liga ordfeminine ordmasculine nmod wmod ymod A-cy Be-cy Ve-cy Ge-cy Gje-cy Gheupturn-cy De-cy Ie-cy Iegrave-cy Io-cy Zhe-cy Ze-cy Ii-cy Iishort-cy Iigrave-cy Ka-cy Kje-cy El-cy Em-cy En-cy O-cy Pe-cy Er-cy Es-cy Te-cy U-cy Ushort-cy Ef-cy Ha-cy Che-cy Tse-cy Sha-cy Shcha-cy Dzhe-cy Softsign-cy Hardsign-cy Yeru-cy Lje-cy Nje-cy Dze-cy E-cy Ereversed-cy I-cy Yi-cy Je-cy Tshe-cy Iu-cy Ia-cy Dje-cy Ghestroke-cy Zhedescender-cy Kadescender-cy Endescender-cy Ustraight-cy Ustraightstroke-cy Hadescender-cy Chedescender-cy Shha-cy Palochka-cy Schwa-cy Imacron-cy Obarred-cy Umacron-cy De-cy.loclBGR El-cy.loclBGR Ef-cy.loclBGR a-cy be-cy ve-cy ge-cy gje-cy gheupturn-cy de-cy ie-cy iegrave-cy io-cy zhe-cy ze-cy ii-cy iishort-cy iigrave-cy ka-cy kje-cy el-cy em-cy en-cy o-cy pe-cy er-cy es-cy te-cy u-cy ushort-cy ef-cy ha-cy che-cy tse-cy sha-cy shcha-cy dzhe-cy softsign-cy hardsign-cy yeru-cy lje-cy nje-cy dze-cy e-cy ereversed-cy i-cy yi-cy je-cy tshe-cy iu-cy ia-cy dje-cy ghestroke-cy zhedescender-cy kadescender-cy endescender-cy ustraight-cy ustraightstroke-cy hadescender-cy chedescender-cy shha-cy palochka-cy schwa-cy imacron-cy obarred-cy umacron-cy ve-cy.loclBGR ge-cy.loclBGR de-cy.loclBGR zhe-cy.loclBGR ze-cy.loclBGR ii-cy.loclBGR iishort-cy.loclBGR iigrave-cy.loclBGR ka-cy.loclBGR el-cy.loclBGR pe-cy.loclBGR te-cy.loclBGR tse-cy.loclBGR sha-cy.loclBGR shcha-cy.loclBGR softsign-cy.loclBGR hardsign-cy.loclBGR iu-cy.loclBGR be-cy.loclSRB Alpha Beta Gamma Delta Epsilon Zeta Eta Theta Iota Kappa Lambda Mu Nu Xi Omicron Pi Rho Sigma Tau Upsilon Phi Chi Psi Omega Alphatonos Epsilontonos Etatonos Iotatonos Omicrontonos Upsilontonos Omegatonos Iotadieresis Upsilondieresis KaiSymbol alpha beta gamma delta epsilon zeta eta theta iota kappa lambda mu nu xi omicron pi rho sigmafinal sigma tau upsilon phi chi psi omega iotatonos iotadieresis iotadieresistonos upsilontonos upsilondieresis upsilondieresistonos omicrontonos omegatonos alphatonos epsilontonos etatonos kaiSymbol thetamod zmod zero one two three four five six seven eight nine zero.zero zeroinferior oneinferior twoinferior threeinferior fourinferior fiveinferior sixinferior seveninferior eightinferior nineinferior zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr zerosuperior onesuperior twosuperior threesuperior foursuperior fivesuperior sixsuperior sevensuperior eightsuperior ninesuperior fraction onehalf onequarter threequarters oneeighth threeeighths fiveeighths seveneighths period comma colon semicolon ellipsis exclam exclamdown question questiondown periodcentered bullet asterisk exclamdouble numbersign onedotenleader overline slash backslash colon.center parenleft parenright braceleft braceright bracketleft bracketright heavyleftpointinganglebracketornament heavyleftpointinganglequotationmarkornament heavyrightpointinganglebracketornament heavyrightpointinganglequotationmarkornament mediumleftpointinganglebracketornament mediumrightpointinganglebracketornament hyphen softhyphen endash emdash horizontalbar hyphentwo nonbreakinghyphen underscore underscoredbl quotesinglbase quotedblbase quotedblleft quotedblright quoteleft quoteright quotereversed guillemetleft guillemetright guilsinglleft guilsinglright quotedbl quotesingle hyphen_hyphen.liga hyphen_hyphen_hyphen.liga hyphen_asciitilde.liga parenleft_asterisk.liga braceleft_bar.liga braceright_numbersign.liga bracketleft_bar.liga bracketright_numbersign.liga period_hyphen.liga period_period.liga period_period_period.liga period_period_equal.liga period_period_less.liga period_question.liga period_equal.liga colon_colon.liga colon_colon_colon.liga colon_colon_equal.liga colon_equal.liga colon_slash_slash.liga semicolon_semicolon.liga exclam_period.liga exclam_colon.liga exclam_exclam.liga exclam_exclam_period.liga exclam_equal.liga exclam_equal_equal.liga question_period.liga question_colon.liga question_question.liga question_question_equal.liga question_equal.liga asterisk_parenright.liga asterisk_asterisk.liga asterisk_asterisk_asterisk.liga asterisk_greater.liga asterisk_slash.liga numbersign_parenleft.liga numbersign_braceleft.liga numbersign_bracketleft.liga numbersign_colon.liga numbersign_exclam.liga numbersign_question.liga numbersign_equal.liga numbersign_underscore.liga numbersign_underscore_parenleft.liga slash_asterisk.liga slash_greater.liga slash_slash.liga slash_slash_slash.liga slash_backslash.liga backslash_slash.liga backslash_backslash.liga underscore_underscore.liga hyphen_middle.seq hyphen_start.seq hyphen_end.seq colon_equal_middle.seq exclam_equal_middle.seq numbersign_end.seq numbersign_middle.seq numbersign_start.seq slash_equal_end.seq slash_equal_middle.seq slash_equal_start.seq slash_slash_equal_end.seq slash_slash_equal_middle.seq slash_slash_equal_start.seq underscore_end.seq underscore_middle.seq underscore_start.seq anoteleia questiongreek baht cedi cent colonsign currency dollar dong euro eurocurrency florin franc guarani hryvnia kip lari lira liraTurkish manat naira peseta peso ruble rupee rupeeIndian sheqel sterling tenge tugrik won yen bulletoperator divisionslash equivalence horizontallineextension integralbt integraltp logicalnotReversed notidentical plus minus multiply divide equal notequal greater less greaterequal lessequal plusminus approxequal asciitilde logicalnot asciicircum infinity intersection integral Ohm increment product summation radical micro partialdiff orthogonal percent perthousand strictlyequivalentto vectorOrCrossProduct greater.center less.center upArrow rightArrow downArrow leftArrow leftRightArrow upDownArrow upDownbaseArrow downTipLeftArrow upDashArrow dashdownArrow lowerOneEighthBlock lowerOneQuarterBlock lowerThreeEighthsBlock lowerHalfBlock lowerFiveEighthsBlock lowerThreeQuartersBlock lowerSevenEighthsBlock fullBlock upperHalfBlock upperOneEighthBlock leftOneEighthBlock leftOneQuarterBlock leftThreeEighthsBlock leftBlock leftFiveEighthsBlock leftThreeQuartersBlock leftSevenEighthsBlock rightBlock rightOneEighthBlock lowerLeftBlock lowerRightBlock upperLeftBlock upperLeftAndLowerLeftAndLowerRightBlock upperLeftAndLowerRightBlock upperLeftAndUpperRightAndLowerLeftBlock upperLeftAndUpperRightAndLowerRightBlock upperRightBlock upperRightAndLowerLeftBlock upperRightAndLowerLeftAndLowerRightBlock shadelight shademedium shadedark blackCircle whiteCircle largeCircle leftHalfBlackWhiteCircle rightHalfBlackWhiteCircle lowerHalfBlackWhiteCircle upperHalfBlackWhiteCircle leftHalfBlackCircle rightHalfBlackCircle upperRightBlackCircle upperLeftWhiteCircle upperLeftQuadrantWhiteCircle lowerLeftQuadrantWhiteCircle lowerRightQuadrantWhiteCircle upperRightQuadrantWhiteCircle verticalFillCircle dottedCircle fisheye bullseye whiteBullet inverseBullet inverseWhiteCircle upperHalfInverseWhiteCircle lowerHalfInverseWhiteCircle upperHalfArc lowerHalfArc upperLeftArc upperRightArc lowerRightArc lowerLeftArc blackDiamond whiteDiamond leftHalfBlackDiamond rightHalfBlackDiamond topHalfBlackDiamond bottomHalfBlackDiamond blackInWhiteDiamond lozenge blackParallelogram whiteParallelogram blackVerticalRect filledRect whiteRect whiteVerticalRect blackSquare whiteSquare whiteRoundedCornersSquare whiteInBlackSquare dottedSquare horizontalFillSquare verticalFillSquare crosshatchFillSquare upperlefttolowerrightFillSquare upperrighttolowerleftFillSquare diagonalcrosshatchFillSquare blackSmallSquare whiteSmallSquare leftHalfBlackSquare rightHalfBlackSquare upperLeftDiagonalHalfBlackSquare lowerRightDiagonalHalfBlackSquare verticalBisectingLineWhiteSquare whiteUpperLeftQuadrantSquare whiteLowerLeftQuadrantSquare whiteLowerRightQuadrantSquare whiteUpperRightQuadrantSquare mediumWhiteSquare mediumBlackSquare mediumWhiteSmallSquare mediumBlackSmallSquare upBlackTriangle rightBlackTriangle downBlackTriangle leftBlackTriangle upWhiteTriangle rightWhiteTriangle downWhiteTriangle leftWhiteTriangle upWhiteTriangleWithDot upLeftHalfBlackTriangle upRightHalfBlackTriangle rightBlackPointer leftBlackPointer rightWhitePointer leftWhitePointer upBlackSmallTriangle rightBlackSmallTriangle downBlackSmallTriangle leftBlackSmallTriangle upWhiteSmallTriangle rightWhiteSmallTriangle downWhiteSmallTriangle leftWhiteSmallTriangle upperRightBlackTriangle lowerRightBlackTriangle lowerLeftBlackTriangle upperLeftBlackTriangle upperRightTriangle lowerRightTriangle lowerLeftTriangle upperLeftTriangle boxDoubleDownAndHorizontal boxDoubleDownAndLeft boxDoubleDownAndRight boxDoubleHorizontal boxDoubleUpAndHorizontal boxDoubleUpAndLeft boxDoubleUpAndRight boxDoubleVertical boxDoubleVerticalAndHorizontal boxDoubleVerticalAndLeft boxDoubleVerticalAndRight boxDownDoubleAndHorizontalSingle boxDownDoubleAndLeftSingle boxDownDoubleAndRightSingle boxDownHeavyAndHorizontalLight boxDownHeavyAndLeftLight boxDownHeavyAndLeftUpLight boxDownHeavyAndRightLight boxDownHeavyAndRightUpLight boxDownHeavyAndUpHorizontalLight boxDownLightAndHorizontalHeavy boxDownLightAndLeftHeavy boxDownLightAndLeftUpHeavy boxDownLightAndRightHeavy boxDownLightAndRightUpHeavy boxDownLightAndUpHorizontalHeavy boxDownSingleAndHorizontalDouble boxDownSingleAndLeftDouble boxDownSingleAndRightDouble boxHeavyDoubleDashHorizontal boxHeavyDoubleDashVertical boxHeavyDown boxHeavyDownAndHorizontal boxHeavyDownAndLeft boxHeavyDownAndRight boxHeavyHorizontal boxHeavyLeft boxHeavyLeftAndLightRight boxHeavyQuadrupleDashHorizontal boxHeavyQuadrupleDashVertical boxHeavyRight boxHeavyTripleDashHorizontal boxHeavyTripleDashVertical boxHeavyUp boxHeavyUpAndHorizontal boxHeavyUpAndLeft boxHeavyUpAndLightDown boxHeavyUpAndRight boxHeavyVertical boxHeavyVerticalAndHorizontal boxHeavyVerticalAndLeft boxHeavyVerticalAndRight boxLeftDownHeavyAndRightUpLight boxLeftHeavyAndRightDownLight boxLeftHeavyAndRightUpLight boxLeftHeavyAndRightVerticalLight boxLeftLightAndRightDownHeavy boxLeftLightAndRightUpHeavy boxLeftLightAndRightVerticalHeavy boxLeftUpHeavyAndRightDownLight boxLightArcDownAndLeft boxLightArcDownAndRight boxLightArcUpAndLeft boxLightArcUpAndRight boxLightDiagonalCross boxLightDiagonalUpperLeftToLowerRight boxLightDiagonalUpperRightToLowerLeft boxLightDoubleDashHorizontal boxLightDoubleDashVertical boxLightDown boxLightDownAndHorizontal boxLightDownAndLeft boxLightDownAndRight boxLightHorizontal boxLightLeft boxLightLeftAndHeavyRight boxLightQuadrupleDashHorizontal boxLightQuadrupleDashVertical boxLightRight boxLightTripleDashHorizontal boxLightTripleDashVertical boxLightUp boxLightUpAndHeavyDown boxLightUpAndHorizontal boxLightUpAndLeft boxLightUpAndRight boxLightVertical boxLightVerticalAndHorizontal boxLightVerticalAndLeft boxLightVerticalAndRight boxRightDownHeavyAndLeftUpLight boxRightHeavyAndLeftDownLight boxRightHeavyAndLeftUpLight boxRightHeavyAndLeftVerticalLight boxRightLightAndLeftDownHeavy boxRightLightAndLeftUpHeavy boxRightLightAndLeftVerticalHeavy boxRightUpHeavyAndLeftDownLight boxUpDoubleAndHorizontalSingle boxUpDoubleAndLeftSingle boxUpDoubleAndRightSingle boxUpHeavyAndDownHorizontalLight boxUpHeavyAndHorizontalLight boxUpHeavyAndLeftDownLight boxUpHeavyAndLeftLight boxUpHeavyAndRightDownLight boxUpHeavyAndRightLight boxUpLightAndDownHorizontalHeavy boxUpLightAndHorizontalHeavy boxUpLightAndLeftDownHeavy boxUpLightAndLeftHeavy boxUpLightAndRightDownHeavy boxUpLightAndRightHeavy boxUpSingleAndHorizontalDouble boxUpSingleAndLeftDouble boxUpSingleAndRightDouble boxVerticalDoubleAndHorizontalSingle boxVerticalDoubleAndLeftSingle boxVerticalDoubleAndRightSingle boxVerticalHeavyAndHorizontalLight boxVerticalHeavyAndLeftLight boxVerticalHeavyAndRightLight boxVerticalLightAndHorizontalHeavy boxVerticalLightAndLeftHeavy boxVerticalLightAndRightHeavy boxVerticalSingleAndHorizontalDouble boxVerticalSingleAndLeftDouble boxVerticalSingleAndRightDouble lowerOneEighthBlock.stypo lowerOneQuarterBlock.stypo lowerThreeEighthsBlock.stypo lowerHalfBlock.stypo lowerFiveEighthsBlock.stypo lowerThreeQuartersBlock.stypo lowerSevenEighthsBlock.stypo fullBlock.stypo upperHalfBlock.stypo upperOneEighthBlock.stypo leftOneEighthBlock.stypo leftOneQuarterBlock.stypo leftThreeEighthsBlock.stypo leftBlock.stypo leftFiveEighthsBlock.stypo leftThreeQuartersBlock.stypo leftSevenEighthsBlock.stypo rightBlock.stypo rightOneEighthBlock.stypo lowerLeftBlock.stypo lowerRightBlock.stypo upperLeftBlock.stypo upperLeftAndLowerLeftAndLowerRightBlock.stypo upperLeftAndLowerRightBlock.stypo upperLeftAndUpperRightAndLowerLeftBlock.stypo upperLeftAndUpperRightAndLowerRightBlock.stypo upperRightBlock.stypo upperRightAndLowerLeftBlock.stypo upperRightAndLowerLeftAndLowerRightBlock.stypo shadelight.stypo shademedium.stypo shadedark.stypo reversedRotatedFloralHeartBullet whiteSmilingFace blackSmilingFace sunWithRays venus mars spadeBlackSuit clubBlackSuit heartBlackSuit diamondBlackSuit checkmark rotatedFloralHeartBullet acknowledgeControl backspaceControl at ampersand paragraph section copyright registered published trademark careof degree minute second bar brokenbar dagger literSign daggerdbl estimated numero bellControl blackHexagon blackHorizontalEllipse blackLargeCircle blackLargeSquare blackMediumDiamond blackMediumDownTriangleCentred blackMediumLeftTriangleCentred blackMediumLozenge blackMediumRightTriangleCentred blackMediumUpTriangleCentred blackPentagon blackSmallDiamond blackSmallLozenge blackVerticalEllipse blackVerysmallSquare blank blankSymbol bottomHalfBlackCircle cancelControl carriageReturnControl dataLinkEscapeControl deleteControl deleteFormTwoControl deviceControlFourControl deviceControlOneControl deviceControlThreeControl deviceControlTwoControl endOfMediumControl endOfTextControl endOfTransmissionBlockControl endOfTransmissionControl enquiryControl escapeControl fileSeparatorControl formFeedControl groupSeparatorControl horizontalBlackHexagon horizontalTabulationControl house returnsymbol lineFeedControl lowerHalfWhiteSquare lowerLeftHalfWhiteSquare negativeAcknowledgeControl newlineControl nullControl prescription recordSeparatorControl shiftInControl shiftOutControl spaceControl startOfHeadingControl startOfTextControl substituteControl substituteFormTwoControl synchronousIdleControl topHalfBlackCircle topHalfWhiteSquare topRightHalfWhiteSquare unitSeparatorControl verticalTabulationControl whiteHexagon whiteHorizontalEllipse whiteLargeSquare whiteMediumDiamond whiteMediumLozenge whitePentagon whiteSmallLozenge whiteVerticalEllipse whiteVerysmallSquare acknowledgeControl.ss20 backspaceControl.ss20 bellControl.ss20 cancelControl.ss20 carriageReturnControl.ss20 dataLinkEscapeControl.ss20 endOfMediumControl.ss20 endOfTextControl.ss20 endOfTransmissionBlockControl.ss20 endOfTransmissionControl.ss20 enquiryControl.ss20 escapeControl.ss20 formFeedControl.ss20 horizontalTabulationControl.ss20 lineFeedControl.ss20 negativeAcknowledgeControl.ss20 shiftInControl.ss20 shiftOutControl.ss20 startOfHeadingControl.ss20 startOfTextControl.ss20 substituteControl.ss20 synchronousIdleControl.ss20 verticalTabulationControl.ss20 ampersand_ampersand.liga bar_braceright.liga bar_bracketright.liga bar_bar.liga bar_bar_bar.liga bar_bar_bar_greater.liga bar_bar_greater.liga bar_greater.liga dollar_greater.liga plus_plus.liga plus_plus_plus.liga plus_greater.liga equal_equal.liga equal_equal_equal.liga greater_equal.liga greater_greater.liga greater_greater_greater.liga less_exclam_hyphen_hyphen.liga less_asterisk.liga less_asterisk_greater.liga less_bar.liga less_bar_bar.liga less_bar_bar_bar.liga less_bar_greater.liga less_dollar.liga less_dollar_greater.liga less_plus.liga less_plus_greater.liga less_equal.liga less_greater.liga less_less.liga less_less_less.liga less_asciitilde.liga less_asciitilde_greater.liga less_asciitilde_asciitilde.liga less_slash.liga less_slash_greater.liga asciitilde_hyphen.liga asciitilde_at.liga asciitilde_equal.liga asciitilde_greater.liga asciitilde_asciitilde.liga asciitilde_asciitilde_greater.liga asciicircum_equal.liga percent_percent.liga bar_underscore_middle.seq bar_bar_equal_middle.seq bar_equal_middle.seq bar_bar_equal_end.seq bar_bar_equal_start.seq bar_bar_hyphen_middle.seq bar_hyphen_middle.seq bar_bar_hyphen_end.seq bar_bar_hyphen_start.seq bar_equal_end.seq bar_equal_start.seq bar_hyphen_end.seq bar_hyphen_start.seq equal_middle.seq equal_end.seq equal_start.seq greater_greater_equal_middle.seq greater_equal_middle.seq greater_greater_equal_end.seq greater_greater_equal_start.seq greater_equal_start.seq greater_equal_end.seq greater_greater_hyphen_middle.seq greater_hyphen_middle.seq greater_greater_hyphen_end.seq greater_greater_hyphen_start.seq greater_hyphen_start.seq greater_hyphen_end.seq less_less_equal_middle.seq less_equal_middle.seq less_less_equal_end.seq less_less_equal_start.seq less_equal_end.seq less_equal_start.seq less_less_hyphen_middle.seq less_hyphen_middle.seq less_less_hyphen_end.seq less_less_hyphen_start.seq less_hyphen_end.seq less_hyphen_start.seq note-musical notedbl-musical blank-braille dots1-braille dots12-braille dots123-braille dots1234-braille dots12345-braille dots123456-braille dots1234567-braille dots12345678-braille dots1234568-braille dots123457-braille dots1234578-braille dots123458-braille dots12346-braille dots123467-braille dots1234678-braille dots123468-braille dots12347-braille dots123478-braille dots12348-braille dots1235-braille dots12356-braille dots123567-braille dots1235678-braille dots123568-braille dots12357-braille dots123578-braille dots12358-braille dots1236-braille dots12367-braille dots123678-braille dots12368-braille dots1237-braille dots12378-braille dots1238-braille dots124-braille dots1245-braille dots12456-braille dots124567-braille dots1245678-braille dots124568-braille dots12457-braille dots124578-braille dots12458-braille dots1246-braille dots12467-braille dots124678-braille dots12468-braille dots1247-braille dots12478-braille dots1248-braille dots125-braille dots1256-braille dots12567-braille dots125678-braille dots12568-braille dots1257-braille dots12578-braille dots1258-braille dots126-braille dots1267-braille dots12678-braille dots1268-braille dots127-braille dots1278-braille dots128-braille dots13-braille dots134-braille dots1345-braille dots13456-braille dots134567-braille dots1345678-braille dots134568-braille dots13457-braille dots134578-braille dots13458-braille dots1346-braille dots13467-braille dots134678-braille dots13468-braille dots1347-braille dots13478-braille dots1348-braille dots135-braille dots1356-braille dots13567-braille dots135678-braille dots13568-braille dots1357-braille dots13578-braille dots1358-braille dots136-braille dots1367-braille dots13678-braille dots1368-braille dots137-braille dots1378-braille dots138-braille dots14-braille dots145-braille dots1456-braille dots14567-braille dots145678-braille dots14568-braille dots1457-braille dots14578-braille dots1458-braille dots146-braille dots1467-braille dots14678-braille dots1468-braille dots147-braille dots1478-braille dots148-braille dots15-braille dots156-braille dots1567-braille dots15678-braille dots1568-braille dots157-braille dots1578-braille dots158-braille dots16-braille dots167-braille dots1678-braille dots168-braille dots17-braille dots178-braille dots18-braille dots2-braille dots23-braille dots234-braille dots2345-braille dots23456-braille dots234567-braille dots2345678-braille dots234568-braille dots23457-braille dots234578-braille dots23458-braille dots2346-braille dots23467-braille dots234678-braille dots23468-braille dots2347-braille dots23478-braille dots2348-braille dots235-braille dots2356-braille dots23567-braille dots235678-braille dots23568-braille dots2357-braille dots23578-braille dots2358-braille dots236-braille dots2367-braille dots23678-braille dots2368-braille dots237-braille dots2378-braille dots238-braille dots24-braille dots245-braille dots2456-braille dots24567-braille dots245678-braille dots24568-braille dots2457-braille dots24578-braille dots2458-braille dots246-braille dots2467-braille dots24678-braille dots2468-braille dots247-braille dots2478-braille dots248-braille dots25-braille dots256-braille dots2567-braille dots25678-braille dots2568-braille dots257-braille dots2578-braille dots258-braille dots26-braille dots267-braille dots2678-braille dots268-braille dots27-braille dots278-braille dots28-braille dots3-braille dots34-braille dots345-braille dots3456-braille dots34567-braille dots345678-braille dots34568-braille dots3457-braille dots34578-braille dots3458-braille dots346-braille dots3467-braille dots34678-braille dots3468-braille dots347-braille dots3478-braille dots348-braille dots35-braille dots356-braille dots3567-braille dots35678-braille dots3568-braille dots357-braille dots3578-braille dots358-braille dots36-braille dots367-braille dots3678-braille dots368-braille dots37-braille dots378-braille dots38-braille dots4-braille dots45-braille dots456-braille dots4567-braille dots45678-braille dots4568-braille dots457-braille dots4578-braille dots458-braille dots46-braille dots467-braille dots4678-braille dots468-braille dots47-braille dots478-braille dots48-braille dots5-braille dots56-braille dots567-braille dots5678-braille dots568-braille dots57-braille dots578-braille dots58-braille dots6-braille dots67-braille dots678-braille dots68-braille dots7-braille dots78-braille dots8-braille numeral-greek lowernumeral-greek apostrophemod colontriangularmod commaturnedmod firsttonechinese glottalstopmod dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb commaturnedabovecomb commaabovecomb commaaboverightcomb horncomb dotbelowcomb ringbelowcomb commaaccentcomb cedillacomb ogonekcomb macronbelowcomb lowlinecomb gravetonecomb acutetonecomb dieresis dotaccent grave acute hungarumlaut circumflex caron breve ring tilde macron cedilla ogonek dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case acutecomb.loclPLK acutecomb.case.loclPLK perispomenicomb tonos tonos.case dieresistonos brevecomb-cy brevecomb-cy.case LIG ]; # Prefix: Languagesystems # automatic languagesystem DFLT dflt; languagesystem latn dflt; languagesystem latn ROM; languagesystem latn MOL; languagesystem latn PLK; languagesystem latn NLD; languagesystem latn CAT; languagesystem cyrl dflt; languagesystem cyrl BGR; languagesystem cyrl SRB; feature aalt { # automatic feature calt; feature locl; feature subs; feature sinf; feature sups; feature numr; feature dnom; feature frac; feature ordn; feature case; feature ss02; feature zero; feature ss19; feature rclt; } aalt; feature calt { sub dcaron' [lacute lcaron lcommaaccent ldot lslash b h k l hbar hcircumflex kcommaaccent @Uppercase] by dcaron.alt; } calt; feature ccmp { lookup ccmp_Other_1 { @CombiningTopAccents = [acutecomb acutetonecomb brevecomb caroncomb circumflexcomb commaabovecomb commaaboverightcomb commaturnedabovecomb dieresiscomb dotaccentcomb gravecomb gravetonecomb hookabovecomb hungarumlautcomb macroncomb perispomenicomb ringcomb tildecomb]; @CombiningNonTopAccents = [cedillacomb dotbelowcomb lowlinecomb macronbelowcomb ogonekcomb ringbelowcomb horncomb]; sub [i j i-cy je-cy]' @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningTopAccents by idotless ogonekcomb; sub idotbelow' @CombiningTopAccents by idotless dotbelowcomb; sub [i j i-cy je-cy]' @CombiningNonTopAccents @CombiningTopAccents by [idotless jdotless idotless jdotless]; sub iogonek' @CombiningNonTopAccents @CombiningTopAccents by idotless ogonekcomb; sub idotbelow' @CombiningNonTopAccents @CombiningTopAccents by idotless dotbelowcomb; @Markscomb = [dieresiscomb dotaccentcomb gravecomb acutecomb hungarumlautcomb circumflexcomb caroncomb brevecomb ringcomb tildecomb macroncomb hookabovecomb horncomb tonos brevecomb-cy]; @MarkscombCase = [dieresiscomb.case dotaccentcomb.case gravecomb.case acutecomb.case hungarumlautcomb.case circumflexcomb.case caroncomb.case brevecomb.case ringcomb.case tildecomb.case macroncomb.case hookabovecomb.case horncomb.case tonos.case brevecomb-cy.case]; sub @Markscomb @Markscomb' by @MarkscombCase; sub @Uppercase @Markscomb' by @MarkscombCase; } ccmp_Other_1; lookup ccmp_Other_2 { sub @Markscomb' @MarkscombCase by @MarkscombCase; sub @MarkscombCase @Markscomb' by @MarkscombCase; } ccmp_Other_2; lookup ccmp_latn_1 { sub fi by f i; sub fl by f l; } ccmp_latn_1; script latn; lookup ccmp_latn_1; } ccmp; feature locl { # automatic lookup locl_latn_0 { script latn; language ROM; language MOL; sub Scedilla by Scommaaccent; sub scedilla by scommaaccent; sub Tcedilla by Tcommaaccent; sub tcedilla by tcommaaccent; } locl_latn_0; lookup locl_latn_1 { script latn; language PLK; sub Cacute by Cacute.loclPLK; sub Nacute by Nacute.loclPLK; sub Oacute by Oacute.loclPLK; sub Sacute by Sacute.loclPLK; sub Zacute by Zacute.loclPLK; sub cacute by cacute.loclPLK; sub nacute by nacute.loclPLK; sub oacute by oacute.loclPLK; sub sacute by sacute.loclPLK; sub zacute by zacute.loclPLK; sub acutecomb by acutecomb.loclPLK; } locl_latn_1; lookup locl_latn_2 { script latn; language NLD; sub iacute j by iacute_j.loclNLD; sub Iacute J by Iacute_J.loclNLD; } locl_latn_2; lookup locl_latn_3 { script latn; language CAT; sub l' periodcentered' l by ldot; sub L' periodcentered' L by Ldot; } locl_latn_3; lookup locl_cyrl_0 { script cyrl; language BGR; sub De-cy by De-cy.loclBGR; sub El-cy by El-cy.loclBGR; sub Ef-cy by Ef-cy.loclBGR; sub ve-cy by ve-cy.loclBGR; sub ge-cy by ge-cy.loclBGR; sub de-cy by de-cy.loclBGR; sub zhe-cy by zhe-cy.loclBGR; sub ze-cy by ze-cy.loclBGR; sub ii-cy by ii-cy.loclBGR; sub iishort-cy by iishort-cy.loclBGR; sub iigrave-cy by iigrave-cy.loclBGR; sub ka-cy by ka-cy.loclBGR; sub el-cy by el-cy.loclBGR; sub pe-cy by pe-cy.loclBGR; sub te-cy by te-cy.loclBGR; sub tse-cy by tse-cy.loclBGR; sub sha-cy by sha-cy.loclBGR; sub shcha-cy by shcha-cy.loclBGR; sub softsign-cy by softsign-cy.loclBGR; sub hardsign-cy by hardsign-cy.loclBGR; sub iu-cy by iu-cy.loclBGR; } locl_cyrl_0; lookup locl_cyrl_1 { script cyrl; language SRB; sub be-cy by be-cy.loclSRB; } locl_cyrl_1; } locl; feature subs { # automatic sub zero by zeroinferior; sub one by oneinferior; sub two by twoinferior; sub three by threeinferior; sub four by fourinferior; sub five by fiveinferior; sub six by sixinferior; sub seven by seveninferior; sub eight by eightinferior; sub nine by nineinferior; } subs; feature sinf { # automatic sub zero by zeroinferior; sub one by oneinferior; sub two by twoinferior; sub three by threeinferior; sub four by fourinferior; sub five by fiveinferior; sub six by sixinferior; sub seven by seveninferior; sub eight by eightinferior; sub nine by nineinferior; } sinf; feature sups { # automatic sub zero by zerosuperior; sub one by onesuperior; sub two by twosuperior; sub three by threesuperior; sub four by foursuperior; sub five by fivesuperior; sub six by sixsuperior; sub seven by sevensuperior; sub eight by eightsuperior; sub nine by ninesuperior; } sups; feature numr { # automatic sub zero by zero.numr; sub one by one.numr; sub two by two.numr; sub three by three.numr; sub four by four.numr; sub five by five.numr; sub six by six.numr; sub seven by seven.numr; sub eight by eight.numr; sub nine by nine.numr; } numr; feature dnom { # automatic sub zero by zero.dnom; sub one by one.dnom; sub two by two.dnom; sub three by three.dnom; sub four by four.dnom; sub five by five.dnom; sub six by six.dnom; sub seven by seven.dnom; sub eight by eight.dnom; sub nine by nine.dnom; } dnom; feature frac { # automatic lookup FRAC { sub slash by fraction; } FRAC; lookup UP { sub [zero one two three four five six seven eight nine] by [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]; } UP; lookup DOWN { sub fraction [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]' by [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom]; sub [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom] [zero.numr one.numr two.numr three.numr four.numr five.numr six.numr seven.numr eight.numr nine.numr]' by [zero.dnom one.dnom two.dnom three.dnom four.dnom five.dnom six.dnom seven.dnom eight.dnom nine.dnom]; } DOWN; } frac; feature ordn { # automatic sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine; sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine; sub N o period by numero; } ordn; feature case { # automatic sub dieresiscomb by dieresiscomb.case; sub dotaccentcomb by dotaccentcomb.case; sub gravecomb by gravecomb.case; sub acutecomb by acutecomb.case; sub hungarumlautcomb by hungarumlautcomb.case; sub circumflexcomb by circumflexcomb.case; sub caroncomb by caroncomb.case; sub brevecomb by brevecomb.case; sub ringcomb by ringcomb.case; sub tildecomb by tildecomb.case; sub macroncomb by macroncomb.case; sub hookabovecomb by hookabovecomb.case; sub horncomb by horncomb.case; sub tonos by tonos.case; sub brevecomb-cy by brevecomb-cy.case; } case; feature liga { # disabled # } liga; feature ss02 { sub asciitilde_equal.liga by exclam_equal.liga; } ss02; feature zero { # automatic sub zero by zero.zero; } zero; feature ss19 { # notes: # Name: Slashed zero sub zero by zero.zero; } ss19; feature rclt { # this subs the GDI-centric versions of these symbols with DWrite-centric ones sub lowerOneEighthBlock by lowerOneEighthBlock.stypo; sub lowerOneQuarterBlock by lowerOneQuarterBlock.stypo; sub lowerThreeEighthsBlock by lowerThreeEighthsBlock.stypo; sub lowerHalfBlock by lowerHalfBlock.stypo; sub lowerFiveEighthsBlock by lowerFiveEighthsBlock.stypo; sub lowerThreeQuartersBlock by lowerThreeQuartersBlock.stypo; sub lowerSevenEighthsBlock by lowerSevenEighthsBlock.stypo; sub fullBlock by fullBlock.stypo; sub upperHalfBlock by upperHalfBlock.stypo; sub upperOneEighthBlock by upperOneEighthBlock.stypo; sub leftOneEighthBlock by leftOneEighthBlock.stypo; sub leftOneQuarterBlock by leftOneQuarterBlock.stypo; sub leftThreeEighthsBlock by leftThreeEighthsBlock.stypo; sub leftBlock by leftBlock.stypo; sub leftFiveEighthsBlock by leftFiveEighthsBlock.stypo; sub leftThreeQuartersBlock by leftThreeQuartersBlock.stypo; sub leftSevenEighthsBlock by leftSevenEighthsBlock.stypo; sub rightBlock by rightBlock.stypo; sub rightOneEighthBlock by rightOneEighthBlock.stypo; sub lowerLeftBlock by lowerLeftBlock.stypo; sub lowerRightBlock by lowerRightBlock.stypo; sub upperLeftBlock by upperLeftBlock.stypo; sub upperLeftAndLowerLeftAndLowerRightBlock by upperLeftAndLowerLeftAndLowerRightBlock.stypo; sub upperLeftAndLowerRightBlock by upperLeftAndLowerRightBlock.stypo; sub upperLeftAndUpperRightAndLowerLeftBlock by upperLeftAndUpperRightAndLowerLeftBlock.stypo; sub upperLeftAndUpperRightAndLowerRightBlock by upperLeftAndUpperRightAndLowerRightBlock.stypo; sub upperRightBlock by upperRightBlock.stypo; sub upperRightAndLowerLeftBlock by upperRightAndLowerLeftBlock.stypo; sub upperRightAndLowerLeftAndLowerRightBlock by upperRightAndLowerLeftAndLowerRightBlock.stypo; sub shadelight by shadelight.stypo; sub shademedium by shademedium.stypo; sub shadedark by shadedark.stypo; sub uniE0A0 by uniE0A0.stypo; sub uniE0B0 by uniE0B0.stypo; sub uniE0B1 by uniE0B1.stypo; sub uniE0B2 by uniE0B2.stypo; sub uniE0B3 by uniE0B3.stypo; sub uniE0B4 by uniE0B4.stypo; sub uniE0B5 by uniE0B5.stypo; sub uniE0B6 by uniE0B6.stypo; sub uniE0B7 by uniE0B7.stypo; sub uniE0B8 by uniE0B8.stypo; sub uniE0B9 by uniE0B9.stypo; sub uniE0BA by uniE0BA.stypo; sub uniE0BB by uniE0BB.stypo; sub uniE0BC by uniE0BC.stypo; sub uniE0BD by uniE0BD.stypo; sub uniE0BE by uniE0BE.stypo; sub uniE0BF by uniE0BF.stypo; sub uniE0C0 by uniE0C0.stypo; sub uniE0C1 by uniE0C1.stypo; sub uniE0C2 by uniE0C2.stypo; sub uniE0C3 by uniE0C3.stypo; sub uniE0C4 by uniE0C4.stypo; sub uniE0C5 by uniE0C5.stypo; sub uniE0C6 by uniE0C6.stypo; sub uniE0C7 by uniE0C7.stypo; sub uniE0C8 by uniE0C8.stypo; sub uniE0CA by uniE0CA.stypo; sub uniE0CC by uniE0CC.stypo; sub uniE0CD by uniE0CD.stypo; sub uniE0CE by uniE0CE.stypo; sub uniE0CF by uniE0CF.stypo; sub uniE0D1 by uniE0D1.stypo; sub uniE0D2 by uniE0D2.stypo; sub uniE0D4 by uniE0D4.stypo; } rclt; feature zero { # automatic sub zero by zero.zero; } zero; feature ss20 { # notes: # Name: sub acknowledgeControl by acknowledgeControl.ss20; sub backspaceControl by backspaceControl.ss20; sub bellControl by bellControl.ss20; sub cancelControl by cancelControl.ss20; sub carriageReturnControl by carriageReturnControl.ss20; sub dataLinkEscapeControl by dataLinkEscapeControl.ss20; sub deleteControl by deleteFormTwoControl; sub deviceControlFourControl by upperLeftQuadrantWhiteCircle; sub deviceControlOneControl by upperRightQuadrantWhiteCircle; sub deviceControlThreeControl by lowerLeftQuadrantWhiteCircle; sub deviceControlTwoControl by lowerRightQuadrantWhiteCircle; sub endOfMediumControl by endOfMediumControl.ss20; sub endOfTextControl by endOfTextControl.ss20; sub endOfTransmissionBlockControl by endOfTransmissionBlockControl.ss20; sub endOfTransmissionControl by endOfTransmissionControl.ss20; sub enquiryControl by enquiryControl.ss20; sub escapeControl by escapeControl.ss20; sub fileSeparatorControl by whiteUpperLeftQuadrantSquare; sub formFeedControl by formFeedControl.ss20; sub groupSeparatorControl by whiteLowerLeftQuadrantSquare; sub horizontalTabulationControl by horizontalTabulationControl.ss20; sub lineFeedControl by lineFeedControl.ss20; sub negativeAcknowledgeControl by negativeAcknowledgeControl.ss20; sub nullControl by whiteSquare; sub recordSeparatorControl by whiteLowerRightQuadrantSquare; sub shiftInControl by shiftInControl.ss20; sub shiftOutControl by shiftOutControl.ss20; sub spaceControl by upWhiteTriangle; sub startOfHeadingControl by startOfHeadingControl.ss20; sub startOfTextControl by startOfTextControl.ss20; sub substituteControl by substituteControl.ss20; sub synchronousIdleControl by synchronousIdleControl.ss20; sub unitSeparatorControl by whiteUpperRightQuadrantSquare; sub verticalTabulationControl by verticalTabulationControl.ss20; sub newlineControl by returnsymbol; } ss20;cascadia-code-2102.03/sources/nerdfonts/000077500000000000000000000000001401101653000177755ustar00rootroot00000000000000cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/000077500000000000000000000000001401101653000243625ustar00rootroot00000000000000cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/features.fea000066400000000000000000000022101401101653000266500ustar00rootroot00000000000000# Prefix: Languagesystems # automatic languagesystem DFLT dflt; feature aalt { # automatic feature rclt; } aalt; feature rclt { sub uniE0A0 by uniE0A0.stypo; sub uniE0B0 by uniE0B0.stypo; sub uniE0B1 by uniE0B1.stypo; sub uniE0B2 by uniE0B2.stypo; sub uniE0B3 by uniE0B3.stypo; sub uniE0B4 by uniE0B4.stypo; sub uniE0B5 by uniE0B5.stypo; sub uniE0B6 by uniE0B6.stypo; sub uniE0B7 by uniE0B7.stypo; sub uniE0B8 by uniE0B8.stypo; sub uniE0B9 by uniE0B9.stypo; sub uniE0BA by uniE0BA.stypo; sub uniE0BB by uniE0BB.stypo; sub uniE0BC by uniE0BC.stypo; sub uniE0BD by uniE0BD.stypo; sub uniE0BE by uniE0BE.stypo; sub uniE0BF by uniE0BF.stypo; sub uniE0C0 by uniE0C0.stypo; sub uniE0C1 by uniE0C1.stypo; sub uniE0C2 by uniE0C2.stypo; sub uniE0C3 by uniE0C3.stypo; sub uniE0C4 by uniE0C4.stypo; sub uniE0C5 by uniE0C5.stypo; sub uniE0C6 by uniE0C6.stypo; sub uniE0C7 by uniE0C7.stypo; sub uniE0C8 by uniE0C8.stypo; sub uniE0CA by uniE0CA.stypo; sub uniE0CC by uniE0CC.stypo; sub uniE0CD by uniE0CD.stypo; sub uniE0CE by uniE0CE.stypo; sub uniE0CF by uniE0CF.stypo; sub uniE0D1 by uniE0D1.stypo; sub uniE0D2 by uniE0D2.stypo; sub uniE0D4 by uniE0D4.stypo; } rclt; cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/fontinfo.plist000066400000000000000000000037751401101653000272750ustar00rootroot00000000000000 ascender 1568 capHeight 1420 descender -480 familyName NerdfontsPL guidelines angle 0 x 1198 y 2226 angle 0 x 1198 y 1900 italicAngle 0 openTypeHeadCreated 2019/10/25 21:28:01 openTypeHheaAscender 1978 openTypeHheaDescender -480 openTypeOS2StrikeoutPosition 636 openTypeOS2StrikeoutSize 50 openTypeOS2Type 3 openTypeOS2TypoAscender 1568 openTypeOS2TypoDescender -480 openTypeOS2TypoLineGap 410 openTypeOS2WinAscent 1978 openTypeOS2WinDescent 480 postscriptUnderlinePosition -100 postscriptUnderlineThickness 50 styleName Regular unitsPerEm 2048 versionMajor 1 versionMinor 0 xHeight 1060 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/000077500000000000000000000000001401101653000256705ustar00rootroot00000000000000cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/contents.plist000066400000000000000000000114061401101653000306040ustar00rootroot00000000000000 uniE0A0 uniE_0A_0.glif uniE0A0.stypo uniE_0A_0.stypo.glif uniE0A1 uniE_0A_1.glif uniE0A2 uniE_0A_2.glif uniE0A3 uniE_0A_3.glif uniE0B0 uniE_0B_0.glif uniE0B0.stypo uniE_0B_0.stypo.glif uniE0B1 uniE_0B_1.glif uniE0B1.stypo uniE_0B_1.stypo.glif uniE0B2 uniE_0B_2.glif uniE0B2.stypo uniE_0B_2.stypo.glif uniE0B3 uniE_0B_3.glif uniE0B3.stypo uniE_0B_3.stypo.glif uniE0B4 uniE_0B_4.glif uniE0B4.stypo uniE_0B_4.stypo.glif uniE0B5 uniE_0B_5.glif uniE0B5.stypo uniE_0B_5.stypo.glif uniE0B6 uniE_0B_6.glif uniE0B6.stypo uniE_0B_6.stypo.glif uniE0B7 uniE_0B_7.glif uniE0B7.stypo uniE_0B_7.stypo.glif uniE0B8 uniE_0B_8.glif uniE0B8.stypo uniE_0B_8.stypo.glif uniE0B9 uniE_0B_9.glif uniE0B9.stypo uniE_0B_9.stypo.glif uniE0BA uniE_0B_A_.glif uniE0BA.stypo uniE_0B_A_.stypo.glif uniE0BB uniE_0B_B_.glif uniE0BB.stypo uniE_0B_B_.stypo.glif uniE0BC uniE_0B_C_.glif uniE0BC.stypo uniE_0B_C_.stypo.glif uniE0BD uniE_0B_D_.glif uniE0BD.stypo uniE_0B_D_.stypo.glif uniE0BE uniE_0B_E_.glif uniE0BE.stypo uniE_0B_E_.stypo.glif uniE0BF uniE_0B_F_.glif uniE0BF.stypo uniE_0B_F_.stypo.glif uniE0C0 uniE_0C_0.glif uniE0C0.stypo uniE_0C_0.stypo.glif uniE0C1 uniE_0C_1.glif uniE0C1.stypo uniE_0C_1.stypo.glif uniE0C2 uniE_0C_2.glif uniE0C2.stypo uniE_0C_2.stypo.glif uniE0C3 uniE_0C_3.glif uniE0C3.stypo uniE_0C_3.stypo.glif uniE0C4 uniE_0C_4.glif uniE0C4.stypo uniE_0C_4.stypo.glif uniE0C5 uniE_0C_5.glif uniE0C5.stypo uniE_0C_5.stypo.glif uniE0C6 uniE_0C_6.glif uniE0C6.stypo uniE_0C_6.stypo.glif uniE0C7 uniE_0C_7.glif uniE0C7.stypo uniE_0C_7.stypo.glif uniE0C8 uniE_0C_8.glif uniE0C8.stypo uniE_0C_8.stypo.glif uniE0CA uniE_0C_A_.glif uniE0CA.stypo uniE_0C_A_.stypo.glif uniE0CC uniE_0C_C_.glif uniE0CC.stypo uniE_0C_C_.stypo.glif uniE0CD uniE_0C_D_.glif uniE0CD.stypo uniE_0C_D_.stypo.glif uniE0CE uniE_0C_E_.glif uniE0CE.stypo uniE_0C_E_.stypo.glif uniE0CF uniE_0C_F_.glif uniE0CF.stypo uniE_0C_F_.stypo.glif uniE0D0 uniE_0D_0.glif uniE0D1 uniE_0D_1.glif uniE0D1.stypo uniE_0D_1.stypo.glif uniE0D2 uniE_0D_2.glif uniE0D2.stypo uniE_0D_2.stypo.glif uniE0D4 uniE_0D_4.glif uniE0D4.stypo uniE_0D_4.stypo.glif cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/layerinfo.plist000066400000000000000000000160011401101653000307330ustar00rootroot00000000000000 lib com.schriftgestaltung.layerId F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9 com.schriftgestaltung.layerOrderInGlyph.uniE0A0 0 com.schriftgestaltung.layerOrderInGlyph.uniE0A0.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0A1 0 com.schriftgestaltung.layerOrderInGlyph.uniE0A2 0 com.schriftgestaltung.layerOrderInGlyph.uniE0A3 0 com.schriftgestaltung.layerOrderInGlyph.uniE0B0 0 com.schriftgestaltung.layerOrderInGlyph.uniE0B0.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0B1 0 com.schriftgestaltung.layerOrderInGlyph.uniE0B1.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0B2 0 com.schriftgestaltung.layerOrderInGlyph.uniE0B2.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0B3 0 com.schriftgestaltung.layerOrderInGlyph.uniE0B3.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0B4 0 com.schriftgestaltung.layerOrderInGlyph.uniE0B4.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0B5 0 com.schriftgestaltung.layerOrderInGlyph.uniE0B5.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0B6 0 com.schriftgestaltung.layerOrderInGlyph.uniE0B6.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0B7 0 com.schriftgestaltung.layerOrderInGlyph.uniE0B7.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0B8 0 com.schriftgestaltung.layerOrderInGlyph.uniE0B8.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0B9 0 com.schriftgestaltung.layerOrderInGlyph.uniE0B9.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0BA 0 com.schriftgestaltung.layerOrderInGlyph.uniE0BA.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0BB 0 com.schriftgestaltung.layerOrderInGlyph.uniE0BB.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0BC 0 com.schriftgestaltung.layerOrderInGlyph.uniE0BC.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0BD 0 com.schriftgestaltung.layerOrderInGlyph.uniE0BD.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0BE 0 com.schriftgestaltung.layerOrderInGlyph.uniE0BE.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0BF 0 com.schriftgestaltung.layerOrderInGlyph.uniE0BF.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0C0 0 com.schriftgestaltung.layerOrderInGlyph.uniE0C0.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0C1 0 com.schriftgestaltung.layerOrderInGlyph.uniE0C1.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0C2 0 com.schriftgestaltung.layerOrderInGlyph.uniE0C2.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0C3 0 com.schriftgestaltung.layerOrderInGlyph.uniE0C3.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0C4 0 com.schriftgestaltung.layerOrderInGlyph.uniE0C4.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0C5 0 com.schriftgestaltung.layerOrderInGlyph.uniE0C5.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0C6 0 com.schriftgestaltung.layerOrderInGlyph.uniE0C6.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0C7 0 com.schriftgestaltung.layerOrderInGlyph.uniE0C7.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0C8 0 com.schriftgestaltung.layerOrderInGlyph.uniE0C8.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0CA 0 com.schriftgestaltung.layerOrderInGlyph.uniE0CA.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0CC 0 com.schriftgestaltung.layerOrderInGlyph.uniE0CC.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0CD 0 com.schriftgestaltung.layerOrderInGlyph.uniE0CD.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0CE 0 com.schriftgestaltung.layerOrderInGlyph.uniE0CE.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0CF 0 com.schriftgestaltung.layerOrderInGlyph.uniE0CF.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0D0 0 com.schriftgestaltung.layerOrderInGlyph.uniE0D1 0 com.schriftgestaltung.layerOrderInGlyph.uniE0D1.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0D2 0 com.schriftgestaltung.layerOrderInGlyph.uniE0D2.stypo 0 com.schriftgestaltung.layerOrderInGlyph.uniE0D4 0 com.schriftgestaltung.layerOrderInGlyph.uniE0D4.stypo 0 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0A_0.glif000066400000000000000000000027501401101653000301760ustar00rootroot00000000000000 uniE0A0 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0A_0.stypo.glif000066400000000000000000000027241401101653000313540ustar00rootroot00000000000000 uniE0A0 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0A_1.glif000066400000000000000000000023201401101653000301700ustar00rootroot00000000000000 uniE0A1 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0A_2.glif000066400000000000000000000045671401101653000302100ustar00rootroot00000000000000 uniE0A2 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0A_3.glif000066400000000000000000000024501401101653000301760ustar00rootroot00000000000000 uniE0A3 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_0.glif000066400000000000000000000010501401101653000301670ustar00rootroot00000000000000 uniE0B0 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_0.stypo.glif000066400000000000000000000010261401101653000313470ustar00rootroot00000000000000 uniE0B0 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_1.glif000066400000000000000000000012541401101653000301760ustar00rootroot00000000000000 uniE0B1 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_1.stypo.glif000066400000000000000000000012321401101653000313470ustar00rootroot00000000000000 uniE0B1 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_2.glif000066400000000000000000000010531401101653000301740ustar00rootroot00000000000000 uniE0B2 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_2.stypo.glif000066400000000000000000000010311401101653000313450ustar00rootroot00000000000000 uniE0B2 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_3.glif000066400000000000000000000012601401101653000301750ustar00rootroot00000000000000 uniE0B3 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_3.stypo.glif000066400000000000000000000012361401101653000313550ustar00rootroot00000000000000 uniE0B3 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_4.glif000066400000000000000000000012671401101653000302050ustar00rootroot00000000000000 uniE0B4 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_4.stypo.glif000066400000000000000000000012451401101653000313560ustar00rootroot00000000000000 uniE0B4 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_5.glif000066400000000000000000000017111401101653000302000ustar00rootroot00000000000000 uniE0B5 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_5.stypo.glif000066400000000000000000000016671401101653000313670ustar00rootroot00000000000000 uniE0B5 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_6.glif000066400000000000000000000012641401101653000302040ustar00rootroot00000000000000 uniE0B6 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_6.stypo.glif000066400000000000000000000012421401101653000313550ustar00rootroot00000000000000 uniE0B6 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_7.glif000066400000000000000000000017061401101653000302060ustar00rootroot00000000000000 uniE0B7 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_7.stypo.glif000066400000000000000000000016641401101653000313660ustar00rootroot00000000000000 uniE0B7 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_8.glif000066400000000000000000000010511401101653000302000ustar00rootroot00000000000000 uniE0B8 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_8.stypo.glif000066400000000000000000000010271401101653000313600ustar00rootroot00000000000000 uniE0B8 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_9.glif000066400000000000000000000011271401101653000302050ustar00rootroot00000000000000 uniE0B9 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_9.stypo.glif000066400000000000000000000011051401101653000313560ustar00rootroot00000000000000 uniE0B9 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_A_.glif000066400000000000000000000010541401101653000303530ustar00rootroot00000000000000 uniE0BA com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_A_.stypo.glif000066400000000000000000000010321401101653000315240ustar00rootroot00000000000000 uniE0BA com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_B_.glif000066400000000000000000000011271401101653000303550ustar00rootroot00000000000000 uniE0BB com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_B_.stypo.glif000066400000000000000000000011051401101653000315260ustar00rootroot00000000000000 uniE0BB com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_C_.glif000066400000000000000000000010511401101653000303520ustar00rootroot00000000000000 uniE0BC com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_C_.stypo.glif000066400000000000000000000010271401101653000315320ustar00rootroot00000000000000 uniE0BC com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_D_.glif000066400000000000000000000011271401101653000303570ustar00rootroot00000000000000 uniE0BD com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_D_.stypo.glif000066400000000000000000000011051401101653000315300ustar00rootroot00000000000000 uniE0BD com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_E_.glif000066400000000000000000000010541401101653000303570ustar00rootroot00000000000000 uniE0BE com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_E_.stypo.glif000066400000000000000000000010321401101653000315300ustar00rootroot00000000000000 uniE0BE com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_F_.glif000066400000000000000000000011271401101653000303610ustar00rootroot00000000000000 uniE0BF com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0B_F_.stypo.glif000066400000000000000000000011051401101653000315320ustar00rootroot00000000000000 uniE0BF com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_0.glif000066400000000000000000000306611401101653000302020ustar00rootroot00000000000000 uniE0C0 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_0.stypo.glif000066400000000000000000000306061401101653000313560ustar00rootroot00000000000000 uniE0C0 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_1.glif000066400000000000000000000270301401101653000301770ustar00rootroot00000000000000 uniE0C1 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_1.stypo.glif000066400000000000000000000270051401101653000313560ustar00rootroot00000000000000 uniE0C1 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_2.glif000066400000000000000000000303441401101653000302020ustar00rootroot00000000000000 uniE0C2 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_2.stypo.glif000066400000000000000000000302641401101653000313600ustar00rootroot00000000000000 uniE0C2 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_3.glif000066400000000000000000000271241401101653000302050ustar00rootroot00000000000000 uniE0C3 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_3.stypo.glif000066400000000000000000000271011401101653000313550ustar00rootroot00000000000000 uniE0C3 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_4.glif000066400000000000000000000517041401101653000302070ustar00rootroot00000000000000 uniE0C4 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_4.stypo.glif000066400000000000000000000516101401101653000313600ustar00rootroot00000000000000 uniE0C4 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_5.glif000066400000000000000000000517461401101653000302160ustar00rootroot00000000000000 uniE0C5 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_5.stypo.glif000066400000000000000000000516521401101653000313670ustar00rootroot00000000000000 uniE0C5 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_6.glif000066400000000000000000000277401401101653000302140ustar00rootroot00000000000000 uniE0C6 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_6.stypo.glif000066400000000000000000000276721401101653000313750ustar00rootroot00000000000000 uniE0C6 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_7.glif000066400000000000000000000277511401101653000302170ustar00rootroot00000000000000 uniE0C7 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_7.stypo.glif000066400000000000000000000277031401101653000313710ustar00rootroot00000000000000 uniE0C7 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_8.glif000066400000000000000000000504151401101653000302110ustar00rootroot00000000000000 uniE0C8 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_8.stypo.glif000066400000000000000000000503771401101653000313750ustar00rootroot00000000000000 uniE0C8 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_A_.glif000066400000000000000000000447551401101653000303730ustar00rootroot00000000000000 uniE0CA com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_A_.stypo.glif000066400000000000000000000447401401101653000315420ustar00rootroot00000000000000 uniE0CA com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_C_.glif000066400000000000000000000022251401101653000303570ustar00rootroot00000000000000 uniE0CC com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_C_.stypo.glif000066400000000000000000000022001401101653000315250ustar00rootroot00000000000000 uniE0CC com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_D_.glif000066400000000000000000000036431401101653000303650ustar00rootroot00000000000000 uniE0CD com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_D_.stypo.glif000066400000000000000000000036151401101653000315410ustar00rootroot00000000000000 uniE0CD com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_E_.glif000066400000000000000000000131351401101653000303630ustar00rootroot00000000000000 uniE0CE com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_E_.stypo.glif000066400000000000000000000131021401101653000315320ustar00rootroot00000000000000 uniE0CE com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_F_.glif000066400000000000000000000122441401101653000303640ustar00rootroot00000000000000 uniE0CF com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0C_F_.stypo.glif000066400000000000000000000116631401101653000315450ustar00rootroot00000000000000 uniE0CF com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0D_0.glif000066400000000000000000000524131401101653000302020ustar00rootroot00000000000000 uniE0D0 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0D_1.glif000066400000000000000000000035601401101653000302020ustar00rootroot00000000000000 uniE0D1 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0D_1.stypo.glif000066400000000000000000000035351401101653000313610ustar00rootroot00000000000000 uniE0D1 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0D_2.glif000066400000000000000000000014331401101653000302000ustar00rootroot00000000000000 uniE0D2 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0D_2.stypo.glif000066400000000000000000000014111401101653000313510ustar00rootroot00000000000000 uniE0D2 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0D_4.glif000066400000000000000000000014421401101653000302020ustar00rootroot00000000000000 uniE0D4 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/glyphs/uniE_0D_4.stypo.glif000066400000000000000000000014201401101653000313530ustar00rootroot00000000000000 uniE0D4 com.schriftgestaltung.Glyphs.lastChange 2020/07/23 18:20:43 public.markColor 0.65,0.48,0.2,1 cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/layercontents.plist000066400000000000000000000004371401101653000303350ustar00rootroot00000000000000 public.default glyphs cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/lib.plist000066400000000000000000000102141401101653000262030ustar00rootroot00000000000000 com.schriftgestaltung.appVersion 1343 com.schriftgestaltung.customParameter.GSFont.disablesAutomaticAlignment com.schriftgestaltung.customParameter.GSFont.useNiceNames 1 com.schriftgestaltung.customParameter.GSFontMaster.customValue 0 com.schriftgestaltung.customParameter.GSFontMaster.customValue1 0 com.schriftgestaltung.customParameter.GSFontMaster.customValue2 0 com.schriftgestaltung.customParameter.GSFontMaster.customValue3 0 com.schriftgestaltung.customParameter.GSFontMaster.iconName com.schriftgestaltung.customParameter.GSFontMaster.weightValue 400 com.schriftgestaltung.customParameter.GSFontMaster.widthValue 5 com.schriftgestaltung.fontMasterID F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9 com.schriftgestaltung.fontMasterOrder 0 com.schriftgestaltung.keyboardIncrement 1 com.schriftgestaltung.weight Regular com.schriftgestaltung.weightValue 400 com.schriftgestaltung.width Regular com.schriftgestaltung.widthValue 5 public.glyphOrder uniE0A0 uniE0A1 uniE0A2 uniE0A3 uniE0B0 uniE0B1 uniE0B2 uniE0B3 uniE0B4 uniE0B5 uniE0B6 uniE0B7 uniE0B8 uniE0B9 uniE0BA uniE0BB uniE0BC uniE0BD uniE0BE uniE0BF uniE0C0 uniE0C1 uniE0C2 uniE0C3 uniE0C4 uniE0C5 uniE0C6 uniE0C7 uniE0C8 uniE0CA uniE0CC uniE0CD uniE0CE uniE0CF uniE0D0 uniE0D1 uniE0D2 uniE0D4 uniE0A0.stypo uniE0B0.stypo uniE0B1.stypo uniE0B2.stypo uniE0B3.stypo uniE0B4.stypo uniE0B5.stypo uniE0B6.stypo uniE0B7.stypo uniE0B8.stypo uniE0B9.stypo uniE0BA.stypo uniE0BB.stypo uniE0BC.stypo uniE0BD.stypo uniE0BE.stypo uniE0BF.stypo uniE0C0.stypo uniE0C1.stypo uniE0C2.stypo uniE0C3.stypo uniE0C4.stypo uniE0C5.stypo uniE0C6.stypo uniE0C7.stypo uniE0C8.stypo uniE0CA.stypo uniE0CC.stypo uniE0CD.stypo uniE0CE.stypo uniE0CF.stypo uniE0D1.stypo uniE0D2.stypo uniE0D4.stypo cascadia-code-2102.03/sources/nerdfonts/NerdfontsPL-Regular.ufo/metainfo.plist000066400000000000000000000004761401101653000272500ustar00rootroot00000000000000 creator com.github.fonttools.ufoLib formatVersion 3 cascadia-code-2102.03/sources/nerdfonts/Nerdfonts_PL.glyphs000066400000000000000000006236661401101653000236050ustar00rootroot00000000000000{ .appVersion = "1343"; date = "2019-10-25 21:28:01 +0000"; disablesAutomaticAlignment = 1; familyName = NerdfontsPL; featurePrefixes = ( { automatic = 1; code = "languagesystem DFLT dflt;\012"; name = Languagesystems; } ); features = ( { automatic = 1; code = "feature rclt;\012"; name = aalt; }, { code = "sub uniE0A0 by uniE0A0.stypo;\012sub uniE0B0 by uniE0B0.stypo;\012sub uniE0B1 by uniE0B1.stypo;\012sub uniE0B2 by uniE0B2.stypo;\012sub uniE0B3 by uniE0B3.stypo;\012sub uniE0B4 by uniE0B4.stypo;\012sub uniE0B5 by uniE0B5.stypo;\012sub uniE0B6 by uniE0B6.stypo;\012sub uniE0B7 by uniE0B7.stypo;\012sub uniE0B8 by uniE0B8.stypo;\012sub uniE0B9 by uniE0B9.stypo;\012sub uniE0BA by uniE0BA.stypo;\012sub uniE0BB by uniE0BB.stypo;\012sub uniE0BC by uniE0BC.stypo;\012sub uniE0BD by uniE0BD.stypo;\012sub uniE0BE by uniE0BE.stypo;\012sub uniE0BF by uniE0BF.stypo;\012sub uniE0C0 by uniE0C0.stypo;\012sub uniE0C1 by uniE0C1.stypo;\012sub uniE0C2 by uniE0C2.stypo;\012sub uniE0C3 by uniE0C3.stypo;\012sub uniE0C4 by uniE0C4.stypo;\012sub uniE0C5 by uniE0C5.stypo;\012sub uniE0C6 by uniE0C6.stypo;\012sub uniE0C7 by uniE0C7.stypo;\012sub uniE0C8 by uniE0C8.stypo;\012sub uniE0CA by uniE0CA.stypo;\012sub uniE0CC by uniE0CC.stypo;\012sub uniE0CD by uniE0CD.stypo;\012sub uniE0CE by uniE0CE.stypo;\012sub uniE0CF by uniE0CF.stypo;\012sub uniE0D1 by uniE0D1.stypo;\012sub uniE0D2 by uniE0D2.stypo;\012sub uniE0D4 by uniE0D4.stypo;"; name = rclt; } ); fontMaster = ( { ascender = 1568; capHeight = 1420; customParameters = ( { name = typoAscender; value = 1568; }, { name = typoDescender; value = -480; }, { name = typoLineGap; value = 410; }, { name = winAscent; value = 1978; }, { name = winDescent; value = 480; }, { name = hheaAscender; value = 1978; }, { name = hheaDescender; value = -480; }, { name = strikeoutPosition; value = 636; }, { name = strikeoutSize; value = 50; } ); descender = -480; guideLines = ( { position = "{1198, 2226}"; }, { position = "{1198, 1900}"; } ); id = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; weightValue = 400; widthValue = 5; xHeight = 1060; } ); glyphs = ( { color = 2; glyphname = uniE0A0; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "444 -480 LINE", "444 48 LINE SMOOTH", "444 307 OFFCURVE", "527 350 OFFCURVE", "788 528 CURVE SMOOTH", "946 636 OFFCURVE", "1001 742 OFFCURVE", "1001 934 CURVE SMOOTH", "1001 1576 LINE", "1210 1576 LINE", "919 1918 LINE", "626 1576 LINE", "835 1576 LINE", "835 990 LINE SMOOTH", "835 865 OFFCURVE", "798 777 OFFCURVE", "669 702 CURVE SMOOTH", "216 439 OFFCURVE", "168 348 OFFCURVE", "168 48 CURVE", "168 -480 LINE" ); }, { closed = 1; nodes = ( "444 860 LINE", "444 2226 LINE", "168 2226 LINE", "168 682 LINE" ); } ); width = 1200; } ); note = uniE0A0; unicode = E0A0; }, { color = 2; glyphname = uniE0A1; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "542 -231 LINE", "542 -35 LINE", "524 353 LINE", "768 -231 LINE", "934 -231 LINE", "934 669 LINE", "778 669 LINE", "778 511 LINE", "798 83 LINE", "550 669 LINE", "386 669 LINE", "386 -231 LINE" ); }, { closed = 1; nodes = ( "770 751 LINE", "770 883 LINE", "418 883 LINE", "418 1651 LINE", "266 1651 LINE", "266 751 LINE" ); } ); width = 1200; } ); note = uniE0A1; unicode = E0A1; }, { color = 2; glyphname = uniE0A2; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "864 -52 LINE SMOOTH", "959 -52 OFFCURVE", "1006 -5 OFFCURVE", "1006 89 CURVE SMOOTH", "1006 777 LINE SMOOTH", "1006 878 OFFCURVE", "965 929 OFFCURVE", "884 929 CURVE", "884 1234 LINE SMOOTH", "884 1445 OFFCURVE", "790 1550 OFFCURVE", "600 1550 CURVE SMOOTH", "410 1550 OFFCURVE", "316 1445 OFFCURVE", "316 1234 CURVE SMOOTH", "316 929 LINE", "235 929 OFFCURVE", "194 878 OFFCURVE", "194 777 CURVE SMOOTH", "194 89 LINE SMOOTH", "194 -5 OFFCURVE", "241 -52 OFFCURVE", "334 -52 CURVE" ); }, { closed = 1; nodes = ( "542 507 LINE", "498 530 OFFCURVE", "476 567 OFFCURVE", "476 618 CURVE SMOOTH", "476 688 OFFCURVE", "531 743 OFFCURVE", "599 743 CURVE SMOOTH", "666 743 OFFCURVE", "722 693 OFFCURVE", "722 618 CURVE SMOOTH", "722 567 OFFCURVE", "700 530 OFFCURVE", "656 507 CURVE", "656 184 LINE", "542 184 LINE" ); }, { closed = 1; nodes = ( "452 1234 LINE SMOOTH", "452 1359 OFFCURVE", "501 1421 OFFCURVE", "600 1421 CURVE SMOOTH", "699 1421 OFFCURVE", "748 1359 OFFCURVE", "748 1234 CURVE SMOOTH", "748 929 LINE", "452 929 LINE" ); } ); width = 1200; } ); note = uniE0A2; unicode = E0A2; }, { color = 2; glyphname = uniE0A3; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "542 -231 LINE", "542 -35 LINE", "524 353 LINE", "768 -231 LINE", "934 -231 LINE", "934 669 LINE", "778 669 LINE", "778 511 LINE", "798 83 LINE", "550 669 LINE", "386 669 LINE", "386 -231 LINE" ); }, { closed = 1; nodes = ( "770 751 LINE", "770 883 LINE", "418 883 LINE", "418 1519 LINE", "770 1519 LINE", "770 1651 LINE", "266 1651 LINE", "266 751 LINE" ); } ); width = 1200; } ); note = uniE0A3; unicode = E0A3; }, { color = 2; glyphname = uniE0B0; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 873 LINE", "0 2226 LINE", "0 -480 LINE" ); } ); width = 1200; } ); note = uniE0B0; unicode = E0B0; }, { color = 2; glyphname = uniE0B1; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 873 LINE", "103 2226 LINE", "0 2119 LINE", "1000 873 LINE", "0 -372 LINE", "103 -480 LINE" ); } ); width = 1200; } ); note = uniE0B1; unicode = E0B1; }, { color = 2; glyphname = uniE0B2; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 2226 LINE", "0 873 LINE", "1200 -480 LINE" ); } ); width = 1200; } ); note = uniE0B2; unicode = E0B2; }, { color = 2; glyphname = uniE0B3; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 -372 LINE", "200 873 LINE", "1200 2119 LINE", "1097 2226 LINE", "0 873 LINE", "1097 -480 LINE" ); } ); width = 1200; } ); note = uniE0B3; unicode = E0B3; }, { color = 2; glyphname = uniE0B4; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "723 -480 OFFCURVE", "1200 57 OFFCURVE", "1200 873 CURVE SMOOTH", "1200 1689 OFFCURVE", "723 2226 OFFCURVE", "0 2226 CURVE", "0 -480 LINE" ); } ); width = 1200; } ); note = uniE0B4; unicode = E0B4; }, { color = 2; glyphname = uniE0B5; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "238 -480 LINE", "818 -273 OFFCURVE", "1200 264 OFFCURVE", "1200 873 CURVE SMOOTH", "1200 1480 OFFCURVE", "818 2017 OFFCURVE", "238 2226 CURVE", "0 2226 LINE", "580 2012 OFFCURVE", "962 1475 OFFCURVE", "962 873 CURVE SMOOTH", "962 269 OFFCURVE", "580 -268 OFFCURVE", "0 -480 CURVE" ); } ); width = 1200; } ); note = uniE0B5; unicode = E0B5; }, { color = 2; glyphname = uniE0B6; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 2226 LINE", "477 2226 OFFCURVE", "0 1689 OFFCURVE", "0 873 CURVE SMOOTH", "0 57 OFFCURVE", "477 -480 OFFCURVE", "1200 -480 CURVE" ); } ); width = 1200; } ); note = uniE0B6; unicode = E0B6; }, { color = 2; glyphname = uniE0B7; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 -480 LINE", "620 -268 OFFCURVE", "238 269 OFFCURVE", "238 873 CURVE SMOOTH", "238 1475 OFFCURVE", "620 2012 OFFCURVE", "1200 2226 CURVE", "962 2226 LINE", "382 2017 OFFCURVE", "0 1480 OFFCURVE", "0 873 CURVE SMOOTH", "0 264 OFFCURVE", "382 -273 OFFCURVE", "962 -480 CURVE" ); } ); width = 1200; } ); note = uniE0B7; unicode = E0B7; }, { color = 2; glyphname = uniE0B8; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 -480 LINE", "0 2226 LINE", "0 -480 LINE" ); } ); width = 1200; } ); note = uniE0B8; unicode = E0B8; }, { color = 2; glyphname = uniE0B9; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 -480 LINE", "56 2226 LINE", "0 2226 LINE", "1144 -480 LINE" ); } ); width = 1200; } ); note = uniE0B9; unicode = E0B9; }, { color = 2; glyphname = uniE0BA; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 -480 LINE", "1200 2226 LINE", "0 -480 LINE" ); } ); width = 1200; } ); note = uniE0BA; unicode = E0BA; }, { color = 2; glyphname = uniE0BB; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "56 -480 LINE", "1200 2226 LINE", "1144 2226 LINE", "0 -480 LINE" ); } ); width = 1200; } ); note = uniE0BB; unicode = E0BB; }, { color = 2; glyphname = uniE0BC; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 2226 LINE", "0 2226 LINE", "0 -480 LINE" ); } ); width = 1200; } ); note = uniE0BC; unicode = E0BC; }, { color = 2; glyphname = uniE0BD; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "56 -480 LINE", "1200 2226 LINE", "1144 2226 LINE", "0 -480 LINE" ); } ); width = 1200; } ); note = uniE0BD; unicode = E0BD; }, { color = 2; glyphname = uniE0BE; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 2226 LINE", "0 2226 LINE", "1200 -480 LINE" ); } ); width = 1200; } ); note = uniE0BE; unicode = E0BE; }, { color = 2; glyphname = uniE0BF; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 -480 LINE", "56 2226 LINE", "0 2226 LINE", "1144 -480 LINE" ); } ); width = 1200; } ); note = uniE0BF; unicode = E0BF; }, { color = 2; glyphname = uniE0C0; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "31 -480 OFFCURVE", "56 -444 OFFCURVE", "80 -398 CURVE SMOOTH", "93 -370 OFFCURVE", "106 -344 OFFCURVE", "119 -318 CURVE SMOOTH", "141 -274 OFFCURVE", "166 -241 OFFCURVE", "187 -241 CURVE SMOOTH", "191 -241 OFFCURVE", "195 -242 OFFCURVE", "199 -245 CURVE SMOOTH", "209 -252 OFFCURVE", "221 -256 OFFCURVE", "231 -256 CURVE SMOOTH", "240 -256 OFFCURVE", "248 -253 OFFCURVE", "256 -250 CURVE SMOOTH", "265 -246 OFFCURVE", "275 -240 OFFCURVE", "285 -234 CURVE SMOOTH", "300 -223 OFFCURVE", "327 -199 OFFCURVE", "342 -189 CURVE SMOOTH", "353 -181 OFFCURVE", "363 -175 OFFCURVE", "371 -170 CURVE", "354 -159 OFFCURVE", "322 -148 OFFCURVE", "299 -133 CURVE SMOOTH", "288 -124 OFFCURVE", "277 -112 OFFCURVE", "268 -98 CURVE SMOOTH", "243 -60 OFFCURVE", "226 -41 OFFCURVE", "207 -41 CURVE SMOOTH", "203 -41 OFFCURVE", "198 -42 OFFCURVE", "194 -44 CURVE SMOOTH", "181 -50 OFFCURVE", "167 -63 OFFCURVE", "152 -86 CURVE", "152 -65 LINE SMOOTH", "149 57 OFFCURVE", "189 165 OFFCURVE", "225 204 CURVE SMOOTH", "236 217 OFFCURVE", "249 223 OFFCURVE", "261 223 CURVE SMOOTH", "274 223 OFFCURVE", "288 216 OFFCURVE", "300 206 CURVE SMOOTH", "312 196 OFFCURVE", "324 184 OFFCURVE", "337 170 CURVE SMOOTH", "357 148 OFFCURVE", "391 106 OFFCURVE", "410 91 CURVE SMOOTH", "424 80 OFFCURVE", "437 76 OFFCURVE", "448 76 CURVE SMOOTH", "508 76 OFFCURVE", "578 108 OFFCURVE", "625 185 CURVE", "597 162 OFFCURVE", "571 150 OFFCURVE", "547 150 CURVE SMOOTH", "536 150 OFFCURVE", "526 154 OFFCURVE", "516 158 CURVE SMOOTH", "491 170 OFFCURVE", "471 206 OFFCURVE", "461 241 CURVE SMOOTH", "451 275 OFFCURVE", "434 333 OFFCURVE", "421 364 CURVE SMOOTH", "414 379 LINE", "435 399 OFFCURVE", "448 416 OFFCURVE", "462 445 CURVE SMOOTH", "464 449 OFFCURVE", "469 460 OFFCURVE", "476 477 CURVE SMOOTH", "483 494 OFFCURVE", "488 506 OFFCURVE", "491 514 CURVE SMOOTH", "497 526 OFFCURVE", "503 530 OFFCURVE", "512 530 CURVE SMOOTH", "527 530 OFFCURVE", "545 515 OFFCURVE", "562 496 CURVE SMOOTH", "577 478 OFFCURVE", "607 441 OFFCURVE", "624 421 CURVE SMOOTH", "636 407 OFFCURVE", "646 395 OFFCURVE", "655 387 CURVE SMOOTH", "672 370 OFFCURVE", "690 364 OFFCURVE", "705 364 CURVE SMOOTH", "713 364 OFFCURVE", "738 370 OFFCURVE", "747 370 CURVE SMOOTH", "769 370 OFFCURVE", "812 416 OFFCURVE", "842 451 CURVE SMOOTH", "859 469 OFFCURVE", "890 509 OFFCURVE", "906 529 CURVE SMOOTH", "925 552 OFFCURVE", "952 586 OFFCURVE", "969 608 CURVE", "895 560 OFFCURVE", "824 526 OFFCURVE", "784 526 CURVE SMOOTH", "774 526 OFFCURVE", "766 528 OFFCURVE", "760 532 CURVE", "760 533 OFFCURVE", "694 588 OFFCURVE", "683 607 CURVE SMOOTH", "656 650 OFFCURVE", "620 726 OFFCURVE", "590 768 CURVE SMOOTH", "580 781 OFFCURVE", "571 788 OFFCURVE", "564 788 CURVE SMOOTH", "563 788 OFFCURVE", "562 788 OFFCURVE", "560 786 CURVE SMOOTH", "547 781 LINE", "556 808 LINE SMOOTH", "584 896 OFFCURVE", "616 936 OFFCURVE", "648 946 CURVE SMOOTH", "667 952 OFFCURVE", "675 954 OFFCURVE", "699 956 CURVE SMOOTH", "710 957 OFFCURVE", "719 957 OFFCURVE", "725 958 CURVE SMOOTH", "769 966 OFFCURVE", "802 994 OFFCURVE", "847 1056 CURVE", "835 1049 OFFCURVE", "824 1047 OFFCURVE", "812 1047 CURVE SMOOTH", "802 1047 OFFCURVE", "792 1049 OFFCURVE", "783 1055 CURVE SMOOTH", "754 1072 OFFCURVE", "742 1069 OFFCURVE", "712 1091 CURVE SMOOTH", "694 1103 OFFCURVE", "679 1122 OFFCURVE", "667 1150 CURVE SMOOTH", "661 1166 LINE", "680 1180 OFFCURVE", "706 1208 OFFCURVE", "730 1249 CURVE SMOOTH", "736 1259 OFFCURVE", "775 1334 OFFCURVE", "777 1336 CURVE", "809 1398 OFFCURVE", "849 1430 OFFCURVE", "884 1433 CURVE SMOOTH", "890 1433 OFFCURVE", "895 1434 OFFCURVE", "901 1434 CURVE SMOOTH", "932 1434 OFFCURVE", "965 1428 OFFCURVE", "994 1417 CURVE SMOOTH", "1016 1408 OFFCURVE", "1039 1404 OFFCURVE", "1062 1404 CURVE SMOOTH", "1076 1404 OFFCURVE", "1089 1405 OFFCURVE", "1102 1408 CURVE SMOOTH", "1135 1417 OFFCURVE", "1171 1457 OFFCURVE", "1200 1531 CURVE", "1174 1491 OFFCURVE", "1146 1476 OFFCURVE", "1121 1476 CURVE SMOOTH", "1105 1476 OFFCURVE", "1086 1484 OFFCURVE", "1065 1503 CURVE SMOOTH", "1032 1533 OFFCURVE", "1009 1563 OFFCURVE", "972 1617 CURVE SMOOTH", "915 1700 OFFCURVE", "858 1743 OFFCURVE", "803 1743 CURVE SMOOTH", "772 1743 OFFCURVE", "741 1730 OFFCURVE", "711 1704 CURVE SMOOTH", "679 1675 OFFCURVE", "636 1607 OFFCURVE", "605 1561 CURVE SMOOTH", "578 1521 OFFCURVE", "545 1488 OFFCURVE", "513 1488 CURVE SMOOTH", "505 1488 OFFCURVE", "497 1490 OFFCURVE", "489 1495 CURVE SMOOTH", "445 1518 OFFCURVE", "418 1589 OFFCURVE", "418 1670 CURVE SMOOTH", "418 1740 OFFCURVE", "437 1802 OFFCURVE", "474 1838 CURVE SMOOTH", "493 1859 OFFCURVE", "521 1883 OFFCURVE", "540 1903 CURVE SMOOTH", "548 1912 OFFCURVE", "557 1922 OFFCURVE", "567 1936 CURVE SMOOTH", "588 1962 OFFCURVE", "605 1995 OFFCURVE", "622 2038 CURVE", "591 1987 OFFCURVE", "562 1954 OFFCURVE", "531 1954 CURVE SMOOTH", "512 1954 OFFCURVE", "493 1966 OFFCURVE", "471 1994 CURVE SMOOTH", "448 2022 OFFCURVE", "427 2035 OFFCURVE", "407 2035 CURVE SMOOTH", "391 2035 OFFCURVE", "377 2028 OFFCURVE", "363 2012 CURVE SMOOTH", "347 1995 OFFCURVE", "328 1966 OFFCURVE", "308 1926 CURVE SMOOTH", "297 1903 OFFCURVE", "277 1863 OFFCURVE", "259 1832 CURVE SMOOTH", "250 1815 OFFCURVE", "243 1803 OFFCURVE", "237 1795 CURVE SMOOTH", "230 1788 OFFCURVE", "222 1778 OFFCURVE", "214 1767 CURVE SMOOTH", "201 1751 OFFCURVE", "188 1742 OFFCURVE", "176 1742 CURVE SMOOTH", "159 1742 OFFCURVE", "144 1759 OFFCURVE", "134 1798 CURVE SMOOTH", "130 1810 OFFCURVE", "129 1821 OFFCURVE", "129 1833 CURVE SMOOTH", "129 1852 OFFCURVE", "134 1872 OFFCURVE", "143 1891 CURVE SMOOTH", "150 1904 OFFCURVE", "163 1925 OFFCURVE", "182 1950 CURVE SMOOTH", "201 1975 OFFCURVE", "213 1995 OFFCURVE", "216 2007 CURVE SMOOTH", "224 2035 OFFCURVE", "252 2129 OFFCURVE", "263 2151 CURVE SMOOTH", "279 2186 OFFCURVE", "294 2206 OFFCURVE", "321 2203 CURVE", "303 2228 OFFCURVE", "285 2241 OFFCURVE", "267 2241 CURVE SMOOTH", "241 2241 OFFCURVE", "216 2218 OFFCURVE", "190 2172 CURVE SMOOTH", "172 2140 OFFCURVE", "160 2123 OFFCURVE", "142 2101 CURVE SMOOTH", "132 2089 OFFCURVE", "124 2080 OFFCURVE", "116 2077 CURVE SMOOTH", "110 2074 OFFCURVE", "104 2072 OFFCURVE", "98 2072 CURVE SMOOTH", "78 2072 OFFCURVE", "60 2092 OFFCURVE", "43 2141 CURVE SMOOTH", "32 2173 OFFCURVE", "29 2194 OFFCURVE", "20 2211 CURVE SMOOTH", "14 2221 OFFCURVE", "10 2221 OFFCURVE", "1 2222 CURVE", "1 2198 OFFCURVE", "0 2170 OFFCURVE", "0 2138 CURVE SMOOTH", "0 2076 OFFCURVE", "1 1999 OFFCURVE", "2 1910 CURVE SMOOTH", "3 1776 OFFCURVE", "3 1687 OFFCURVE", "4 1650 CURVE SMOOTH", "4 1171 OFFCURVE", "2 -258 OFFCURVE", "1 -478 CURVE", "4 -480 OFFCURVE", "7 -480 OFFCURVE", "10 -480 CURVE", "10 -480 LINE" ); } ); width = 1200; } ); note = uniE0C0; unicode = E0C0; }, { color = 2; glyphname = uniE0C1; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "84 -480 OFFCURVE", "135 -251 OFFCURVE", "187 -251 CURVE SMOOTH", "196 -251 OFFCURVE", "207 -264 OFFCURVE", "227 -264 CURVE SMOOTH", "276 -264 OFFCURVE", "339 -187 OFFCURVE", "364 -183 CURVE", "399 -62 LINE", "360 -40 OFFCURVE", "328 -33 OFFCURVE", "301 8 CURVE SMOOTH", "288 28 OFFCURVE", "265 64 OFFCURVE", "240 64 CURVE SMOOTH", "220 64 OFFCURVE", "203 47 OFFCURVE", "191 31 CURVE", "191 43 LINE SMOOTH", "191 86 OFFCURVE", "200 190 OFFCURVE", "255 190 CURVE SMOOTH", "310 190 OFFCURVE", "372 52 OFFCURVE", "438 52 CURVE SMOOTH", "516 52 OFFCURVE", "573 97 OFFCURVE", "617 166 CURVE SMOOTH", "636 196 OFFCURVE", "637 244 OFFCURVE", "639 278 CURVE", "618 261 OFFCURVE", "593 247 OFFCURVE", "566 247 CURVE SMOOTH", "495 247 OFFCURVE", "479 359 OFFCURVE", "461 416 CURVE", "471 439 OFFCURVE", "481 461 OFFCURVE", "491 484 CURVE", "493 484 OFFCURVE", "494 485 OFFCURVE", "496 485 CURVE SMOOTH", "544 485 OFFCURVE", "613 327 OFFCURVE", "685 327 CURVE SMOOTH", "796 327 OFFCURVE", "871 492 OFFCURVE", "944 565 CURVE", "953 604 OFFCURVE", "961 643 OFFCURVE", "971 683 CURVE", "930 656 OFFCURVE", "843 604 OFFCURVE", "795 604 CURVE SMOOTH", "788 604 OFFCURVE", "780 604 OFFCURVE", "774 610 CURVE SMOOTH", "750 630 OFFCURVE", "717 652 OFFCURVE", "700 681 CURVE SMOOTH", "675 719 OFFCURVE", "623 831 OFFCURVE", "592 853 CURVE", "619 893 OFFCURVE", "665 886 OFFCURVE", "704 894 CURVE SMOOTH", "755 904 OFFCURVE", "796 950 OFFCURVE", "828 993 CURVE SMOOTH", "839 1007 OFFCURVE", "855 1089 OFFCURVE", "854 1110 CURVE", "843 1107 OFFCURVE", "834 1102 OFFCURVE", "822 1102 CURVE SMOOTH", "795 1102 OFFCURVE", "724 1141 OFFCURVE", "706 1162 CURVE", "741 1218 OFFCURVE", "779 1332 OFFCURVE", "849 1332 CURVE SMOOTH", "902 1332 OFFCURVE", "950 1305 OFFCURVE", "1001 1305 CURVE SMOOTH", "1097 1305 OFFCURVE", "1146 1385 OFFCURVE", "1182 1471 CURVE SMOOTH", "1190 1490 OFFCURVE", "1200 1517 OFFCURVE", "1200 1538 CURVE SMOOTH", "1200 1544 OFFCURVE", "1200 1551 OFFCURVE", "1196 1554 CURVE", "1188 1557 LINE", "1173 1534 OFFCURVE", "1152 1513 OFFCURVE", "1125 1513 CURVE SMOOTH", "1019 1513 OFFCURVE", "955 1767 OFFCURVE", "813 1767 CURVE SMOOTH", "673 1767 OFFCURVE", "620 1524 OFFCURVE", "538 1524 CURVE SMOOTH", "473 1524 OFFCURVE", "446 1628 OFFCURVE", "446 1684 CURVE SMOOTH", "446 1689 OFFCURVE", "447 1710 OFFCURVE", "449 1714 CURVE SMOOTH", "455 1731 OFFCURVE", "540 1808 OFFCURVE", "559 1831 CURVE SMOOTH", "588 1866 OFFCURVE", "609 1919 OFFCURVE", "626 1962 CURVE SMOOTH", "633 1980 OFFCURVE", "643 2006 OFFCURVE", "643 2026 CURVE SMOOTH", "643 2031 OFFCURVE", "643 2037 OFFCURVE", "638 2040 CURVE", "629 2038 LINE", "616 2012 OFFCURVE", "582 1967 OFFCURVE", "551 1967 CURVE SMOOTH", "504 1967 OFFCURVE", "486 2045 OFFCURVE", "433 2045 CURVE SMOOTH", "341 2045 OFFCURVE", "279 1765 OFFCURVE", "208 1765 CURVE SMOOTH", "186 1765 OFFCURVE", "173 1805 OFFCURVE", "170 1824 CURVE", "208 1868 OFFCURVE", "224 1894 OFFCURVE", "242 1952 CURVE SMOOTH", "253 1987 OFFCURVE", "260 2029 OFFCURVE", "274 2061 CURVE SMOOTH", "283 2083 OFFCURVE", "295 2083 OFFCURVE", "314 2083 CURVE", "352 2204 LINE", "338 2223 OFFCURVE", "320 2241 OFFCURVE", "296 2241 CURVE SMOOTH", "224 2241 OFFCURVE", "192 2081 OFFCURVE", "134 2081 CURVE SMOOTH", "77 2081 OFFCURVE", "83 2225 OFFCURVE", "41 2225 CURVE SMOOTH", "23 2225 OFFCURVE", "0 2130 OFFCURVE", "0 2113 CURVE SMOOTH", "0 2108 OFFCURVE", "2 2104 OFFCURVE", "5 2102 CURVE", "40 2103 OFFCURVE", "39 1957 OFFCURVE", "99 1957 CURVE SMOOTH", "162 1957 OFFCURVE", "200 2119 OFFCURVE", "262 2119 CURVE SMOOTH", "264 2119 OFFCURVE", "267 2118 OFFCURVE", "269 2118 CURVE", "251 2075 OFFCURVE", "243 2021 OFFCURVE", "224 1981 CURVE SMOOTH", "208 1949 OFFCURVE", "180 1922 OFFCURVE", "163 1888 CURVE SMOOTH", "142 1846 OFFCURVE", "125 1791 OFFCURVE", "125 1742 CURVE SMOOTH", "125 1712 OFFCURVE", "136 1645 OFFCURVE", "171 1645 CURVE SMOOTH", "256 1645 OFFCURVE", "322 1923 OFFCURVE", "397 1923 CURVE SMOOTH", "437 1923 OFFCURVE", "457 1871 OFFCURVE", "489 1852 CURVE", "433 1791 OFFCURVE", "402 1668 OFFCURVE", "402 1584 CURVE SMOOTH", "402 1524 OFFCURVE", "426 1401 OFFCURVE", "498 1401 CURVE SMOOTH", "603 1401 OFFCURVE", "643 1644 OFFCURVE", "778 1644 CURVE SMOOTH", "876 1644 OFFCURVE", "931 1524 OFFCURVE", "989 1456 CURVE", "973 1465 OFFCURVE", "923 1473 OFFCURVE", "904 1473 CURVE SMOOTH", "791 1473 OFFCURVE", "759 1274 OFFCURVE", "673 1216 CURVE", "661 1188 OFFCURVE", "636 1136 OFFCURVE", "636 1107 CURVE SMOOTH", "636 1075 OFFCURVE", "675 1028 OFFCURVE", "700 1013 CURVE", "608 1004 OFFCURVE", "578 912 OFFCURVE", "549 826 CURVE SMOOTH", "541 802 OFFCURVE", "524 761 OFFCURVE", "524 735 CURVE SMOOTH", "524 732 OFFCURVE", "524 725 OFFCURVE", "529 725 CURVE SMOOTH", "535 725 OFFCURVE", "541 732 OFFCURVE", "547 732 CURVE SMOOTH", "566 732 OFFCURVE", "643 587 OFFCURVE", "660 560 CURVE SMOOTH", "679 532 OFFCURVE", "698 515 OFFCURVE", "725 497 CURVE SMOOTH", "737 487 OFFCURVE", "744 480 OFFCURVE", "760 480 CURVE SMOOTH", "778 480 OFFCURVE", "795 486 OFFCURVE", "812 493 CURVE", "781 461 OFFCURVE", "758 451 OFFCURVE", "715 451 CURVE SMOOTH", "650 451 OFFCURVE", "595 611 OFFCURVE", "538 611 CURVE SMOOTH", "499 611 OFFCURVE", "482 521 OFFCURVE", "462 492 CURVE SMOOTH", "455 480 OFFCURVE", "441 473 OFFCURVE", "435 463 CURVE SMOOTH", "421 440 OFFCURVE", "398 384 OFFCURVE", "398 357 CURVE SMOOTH", "398 352 OFFCURVE", "455 188 OFFCURVE", "460 176 CURVE", "404 193 OFFCURVE", "360 316 OFFCURVE", "295 316 CURVE SMOOTH", "252 316 OFFCURVE", "222 254 OFFCURVE", "206 217 CURVE SMOOTH", "169 132 OFFCURVE", "147 36 OFFCURVE", "147 -59 CURVE SMOOTH", "147 -69 OFFCURVE", "145 -98 OFFCURVE", "152 -102 CURVE", "162 -98 OFFCURVE", "176 -61 OFFCURVE", "202 -61 CURVE SMOOTH", "236 -61 OFFCURVE", "257 -118 OFFCURVE", "281 -137 CURVE", "275 -139 OFFCURVE", "268 -140 OFFCURVE", "262 -140 CURVE SMOOTH", "243 -140 OFFCURVE", "232 -127 OFFCURVE", "218 -127 CURVE SMOOTH", "143 -127 OFFCURVE", "107 -354 OFFCURVE", "41 -354 CURVE SMOOTH", "24 -354 OFFCURVE", "0 -447 OFFCURVE", "0 -465 CURVE SMOOTH", "0 -469 OFFCURVE", "2 -473 OFFCURVE", "4 -477 CURVE", "8 -479 OFFCURVE", "12 -480 OFFCURVE", "16 -480 CURVE", "16 -480 LINE" ); } ); width = 1200; } ); note = uniE0C1; unicode = E0C1; }, { color = 2; glyphname = uniE0C2; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1193 -480 OFFCURVE", "1196 -480 OFFCURVE", "1199 -478 CURVE", "1198 -257 OFFCURVE", "1197 1173 OFFCURVE", "1197 1653 CURVE SMOOTH", "1197 1690 OFFCURVE", "1198 1778 OFFCURVE", "1199 1912 CURVE", "1199 1912 LINE", "1200 2006 OFFCURVE", "1200 2085 OFFCURVE", "1200 2149 CURVE SMOOTH", "1200 2177 OFFCURVE", "1200 2202 OFFCURVE", "1200 2226 CURVE", "1189 2223 OFFCURVE", "1182 2221 OFFCURVE", "1178 2209 CURVE SMOOTH", "1174 2198 OFFCURVE", "1164 2166 OFFCURVE", "1158 2144 CURVE", "1140 2095 OFFCURVE", "1122 2075 OFFCURVE", "1102 2075 CURVE SMOOTH", "1096 2075 OFFCURVE", "1091 2077 OFFCURVE", "1085 2081 CURVE SMOOTH", "1068 2088 OFFCURVE", "1048 2115 OFFCURVE", "1034 2136 CURVE SMOOTH", "1027 2145 OFFCURVE", "1019 2159 OFFCURVE", "1010 2175 CURVE SMOOTH", "984 2221 OFFCURVE", "959 2245 OFFCURVE", "934 2245 CURVE SMOOTH", "915 2245 OFFCURVE", "897 2232 OFFCURVE", "879 2206 CURVE", "899 2209 OFFCURVE", "915 2195 OFFCURVE", "929 2174 CURVE SMOOTH", "942 2153 OFFCURVE", "959 2095 OFFCURVE", "970 2058 CURVE", "970 2060 OFFCURVE", "974 2044 OFFCURVE", "984 2010 CURVE SMOOTH", "988 1998 OFFCURVE", "999 1978 OFFCURVE", "1018 1953 CURVE SMOOTH", "1038 1927 OFFCURVE", "1051 1907 OFFCURVE", "1057 1894 CURVE SMOOTH", "1066 1875 OFFCURVE", "1071 1855 OFFCURVE", "1071 1835 CURVE SMOOTH", "1071 1824 OFFCURVE", "1070 1813 OFFCURVE", "1067 1801 CURVE SMOOTH", "1055 1758 OFFCURVE", "1042 1745 OFFCURVE", "1026 1745 CURVE SMOOTH", "1021 1745 OFFCURVE", "1016 1747 OFFCURVE", "1010 1749 CURVE SMOOTH", "1003 1752 OFFCURVE", "995 1758 OFFCURVE", "986 1769 CURVE SMOOTH", "964 1798 LINE SMOOTH", "946 1821 OFFCURVE", "903 1907 OFFCURVE", "892 1928 CURVE SMOOTH", "854 2004 OFFCURVE", "826 2038 OFFCURVE", "793 2038 CURVE SMOOTH", "773 2038 OFFCURVE", "752 2025 OFFCURVE", "730 1997 CURVE SMOOTH", "708 1969 OFFCURVE", "688 1957 OFFCURVE", "669 1957 CURVE SMOOTH", "638 1957 OFFCURVE", "610 1990 OFFCURVE", "578 2041 CURVE", "595 1998 OFFCURVE", "612 1965 OFFCURVE", "633 1939 CURVE SMOOTH", "643 1924 OFFCURVE", "652 1914 OFFCURVE", "660 1906 CURVE SMOOTH", "668 1899 OFFCURVE", "679 1888 OFFCURVE", "693 1875 CURVE SMOOTH", "707 1861 OFFCURVE", "719 1850 OFFCURVE", "726 1841 CURVE", "763 1805 OFFCURVE", "783 1742 OFFCURVE", "783 1674 CURVE SMOOTH", "783 1592 OFFCURVE", "755 1521 OFFCURVE", "711 1498 CURVE SMOOTH", "703 1492 OFFCURVE", "695 1490 OFFCURVE", "687 1490 CURVE SMOOTH", "656 1490 OFFCURVE", "622 1524 OFFCURVE", "596 1563 CURVE SMOOTH", "564 1609 OFFCURVE", "522 1678 OFFCURVE", "489 1707 CURVE SMOOTH", "459 1733 OFFCURVE", "429 1745 OFFCURVE", "398 1745 CURVE SMOOTH", "342 1745 OFFCURVE", "286 1703 OFFCURVE", "228 1619 CURVE SMOOTH", "191 1565 OFFCURVE", "169 1536 OFFCURVE", "136 1506 CURVE SMOOTH", "115 1486 OFFCURVE", "95 1478 OFFCURVE", "79 1478 CURVE SMOOTH", "54 1478 OFFCURVE", "26 1493 OFFCURVE", "0 1534 CURVE", "34 1450 OFFCURVE", "75 1410 OFFCURVE", "115 1406 CURVE", "119 1405 OFFCURVE", "125 1405 OFFCURVE", "130 1405 CURVE SMOOTH", "165 1405 OFFCURVE", "201 1417 OFFCURVE", "238 1427 CURVE SMOOTH", "259 1433 OFFCURVE", "278 1437 OFFCURVE", "297 1437 CURVE SMOOTH", "319 1437 OFFCURVE", "340 1432 OFFCURVE", "364 1415 CURVE SMOOTH", "385 1399 OFFCURVE", "405 1374 OFFCURVE", "423 1338 CURVE SMOOTH", "434 1319 OFFCURVE", "468 1254 OFFCURVE", "479 1237 CURVE SMOOTH", "499 1209 OFFCURVE", "515 1186 OFFCURVE", "539 1168 CURVE", "533 1152 LINE SMOOTH", "516 1110 OFFCURVE", "488 1089 OFFCURVE", "464 1077 CURVE SMOOTH", "456 1074 OFFCURVE", "448 1070 OFFCURVE", "439 1066 CURVE SMOOTH", "429 1063 OFFCURVE", "422 1060 OFFCURVE", "418 1057 CURVE", "408 1050 OFFCURVE", "399 1048 OFFCURVE", "388 1048 CURVE SMOOTH", "377 1048 OFFCURVE", "365 1050 OFFCURVE", "353 1058 CURVE", "399 996 OFFCURVE", "431 968 OFFCURVE", "475 960 CURVE SMOOTH", "491 958 OFFCURVE", "514 957 OFFCURVE", "529 955 CURVE SMOOTH", "541 953 OFFCURVE", "564 947 OFFCURVE", "577 935 CURVE SMOOTH", "590 922 OFFCURVE", "607 902 OFFCURVE", "622 869 CURVE SMOOTH", "630 853 OFFCURVE", "637 833 OFFCURVE", "644 810 CURVE SMOOTH", "654 783 LINE", "640 788 LINE SMOOTH", "624 796 OFFCURVE", "595 749 OFFCURVE", "562 688 CURVE SMOOTH", "541 649 OFFCURVE", "526 623 OFFCURVE", "518 608 CURVE SMOOTH", "510 596 OFFCURVE", "442 538 OFFCURVE", "440 533 CURVE", "434 529 OFFCURVE", "426 527 OFFCURVE", "416 527 CURVE SMOOTH", "376 527 OFFCURVE", "305 561 OFFCURVE", "232 609 CURVE", "295 530 LINE SMOOTH", "310 510 OFFCURVE", "342 470 OFFCURVE", "358 452 CURVE SMOOTH", "388 417 OFFCURVE", "431 371 OFFCURVE", "454 371 CURVE SMOOTH", "461 371 OFFCURVE", "478 365 OFFCURVE", "496 365 CURVE SMOOTH", "501 365 OFFCURVE", "506 366 OFFCURVE", "512 367 CURVE SMOOTH", "523 370 OFFCURVE", "534 377 OFFCURVE", "546 388 CURVE SMOOTH", "563 404 OFFCURVE", "589 437 OFFCURVE", "609 461 CURVE SMOOTH", "618 474 OFFCURVE", "628 485 OFFCURVE", "639 497 CURVE SMOOTH", "656 515 OFFCURVE", "674 531 OFFCURVE", "689 531 CURVE SMOOTH", "697 531 OFFCURVE", "704 527 OFFCURVE", "709 515 CURVE SMOOTH", "725 478 OFFCURVE", "735 450 OFFCURVE", "750 424 CURVE SMOOTH", "761 405 OFFCURVE", "770 394 OFFCURVE", "786 380 CURVE", "780 365 LINE SMOOTH", "766 334 OFFCURVE", "749 276 OFFCURVE", "739 242 CURVE SMOOTH", "729 207 OFFCURVE", "709 170 OFFCURVE", "684 158 CURVE SMOOTH", "674 154 OFFCURVE", "664 150 OFFCURVE", "653 150 CURVE SMOOTH", "630 150 OFFCURVE", "604 162 OFFCURVE", "576 186 CURVE", "622 109 OFFCURVE", "692 77 OFFCURVE", "752 77 CURVE SMOOTH", "773 77 OFFCURVE", "803 98 OFFCURVE", "826 127 CURVE SMOOTH", "837 142 OFFCURVE", "850 156 OFFCURVE", "863 170 CURVE SMOOTH", "891 202 OFFCURVE", "912 224 OFFCURVE", "941 224 CURVE SMOOTH", "953 224 OFFCURVE", "965 217 OFFCURVE", "975 205 CURVE SMOOTH", "1012 165 OFFCURVE", "1050 58 OFFCURVE", "1048 -64 CURVE SMOOTH", "1048 -85 LINE", "1027 -54 OFFCURVE", "1010 -40 OFFCURVE", "994 -40 CURVE SMOOTH", "975 -40 OFFCURVE", "956 -61 OFFCURVE", "932 -97 CURVE SMOOTH", "913 -128 OFFCURVE", "892 -141 OFFCURVE", "862 -154 CURVE SMOOTH", "847 -160 OFFCURVE", "836 -166 OFFCURVE", "829 -170 CURVE", "846 -179 OFFCURVE", "870 -197 OFFCURVE", "887 -211 CURVE SMOOTH", "896 -218 OFFCURVE", "905 -225 OFFCURVE", "916 -233 CURVE SMOOTH", "936 -246 OFFCURVE", "951 -255 OFFCURVE", "970 -255 CURVE SMOOTH", "981 -255 OFFCURVE", "992 -250 OFFCURVE", "1001 -244 CURVE SMOOTH", "1005 -241 OFFCURVE", "1009 -240 OFFCURVE", "1013 -240 CURVE SMOOTH", "1034 -240 OFFCURVE", "1059 -274 OFFCURVE", "1081 -318 CURVE SMOOTH", "1095 -344 OFFCURVE", "1108 -370 OFFCURVE", "1121 -397 CURVE SMOOTH", "1144 -444 OFFCURVE", "1169 -480 OFFCURVE", "1190 -480 CURVE SMOOTH" ); } ); width = 1200; } ); note = uniE0C2; unicode = E0C2; }, { color = 2; glyphname = uniE0C3; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1189 -480 OFFCURVE", "1193 -479 OFFCURVE", "1197 -477 CURVE", "1199 -473 OFFCURVE", "1200 -469 OFFCURVE", "1200 -465 CURVE SMOOTH", "1200 -438 OFFCURVE", "1181 -355 OFFCURVE", "1154 -355 CURVE SMOOTH", "1106 -355 OFFCURVE", "1052 -127 OFFCURVE", "983 -127 CURVE SMOOTH", "969 -127 OFFCURVE", "957 -140 OFFCURVE", "939 -140 CURVE SMOOTH", "933 -140 OFFCURVE", "926 -139 OFFCURVE", "920 -137 CURVE", "943 -119 OFFCURVE", "966 -61 OFFCURVE", "998 -61 CURVE SMOOTH", "1024 -61 OFFCURVE", "1039 -98 OFFCURVE", "1049 -102 CURVE", "1050 -102 LINE", "1056 -97 OFFCURVE", "1054 -79 OFFCURVE", "1054 -72 CURVE SMOOTH", "1054 -61 LINE SMOOTH", "1054 33 OFFCURVE", "1031 133 OFFCURVE", "995 217 CURVE SMOOTH", "979 255 OFFCURVE", "948 316 OFFCURVE", "905 316 CURVE SMOOTH", "845 316 OFFCURVE", "796 196 OFFCURVE", "741 176 CURVE", "746 187 OFFCURVE", "803 354 OFFCURVE", "803 357 CURVE SMOOTH", "803 387 OFFCURVE", "780 436 OFFCURVE", "766 464 CURVE", "752 476 OFFCURVE", "738 489 OFFCURVE", "731 506 CURVE SMOOTH", "719 536 OFFCURVE", "696 611 OFFCURVE", "662 611 CURVE SMOOTH", "607 611 OFFCURVE", "552 452 OFFCURVE", "485 452 CURVE SMOOTH", "443 452 OFFCURVE", "420 463 OFFCURVE", "389 493 CURVE", "405 488 OFFCURVE", "423 481 OFFCURVE", "440 481 CURVE SMOOTH", "531 481 OFFCURVE", "620 732 OFFCURVE", "653 732 CURVE SMOOTH", "657 732 OFFCURVE", "666 727 OFFCURVE", "672 725 CURVE", "675 728 OFFCURVE", "677 732 OFFCURVE", "677 735 CURVE SMOOTH", "677 789 OFFCURVE", "614 936 OFFCURVE", "578 979 CURVE SMOOTH", "558 1003 OFFCURVE", "530 1010 OFFCURVE", "501 1014 CURVE", "526 1028 OFFCURVE", "565 1076 OFFCURVE", "565 1108 CURVE SMOOTH", "565 1137 OFFCURVE", "540 1191 OFFCURVE", "527 1216 CURVE", "442 1277 OFFCURVE", "411 1474 OFFCURVE", "298 1474 CURVE SMOOTH", "268 1474 OFFCURVE", "240 1467 OFFCURVE", "212 1456 CURVE", "270 1525 OFFCURVE", "325 1645 OFFCURVE", "423 1645 CURVE SMOOTH", "559 1645 OFFCURVE", "598 1401 OFFCURVE", "703 1401 CURVE SMOOTH", "775 1401 OFFCURVE", "799 1525 OFFCURVE", "799 1584 CURVE SMOOTH", "799 1666 OFFCURVE", "767 1795 OFFCURVE", "711 1853 CURVE", "742 1872 OFFCURVE", "765 1923 OFFCURVE", "803 1923 CURVE SMOOTH", "878 1923 OFFCURVE", "947 1648 OFFCURVE", "1023 1648 CURVE SMOOTH", "1032 1648 OFFCURVE", "1040 1654 OFFCURVE", "1047 1661 CURVE", "1047 1661 OFFCURVE", "1047 1659 OFFCURVE", "1048 1659 CURVE SMOOTH", "1062 1659 OFFCURVE", "1076 1726 OFFCURVE", "1076 1742 CURVE SMOOTH", "1076 1791 OFFCURVE", "1059 1847 OFFCURVE", "1038 1889 CURVE SMOOTH", "1021 1923 OFFCURVE", "993 1949 OFFCURVE", "976 1982 CURVE SMOOTH", "960 2014 OFFCURVE", "948 2079 OFFCURVE", "932 2118 CURVE", "939 2119 LINE", "1002 2119 OFFCURVE", "1038 1957 OFFCURVE", "1101 1957 CURVE SMOOTH", "1153 1957 OFFCURVE", "1160 2060 OFFCURVE", "1180 2094 CURVE SMOOTH", "1185 2102 OFFCURVE", "1188 2102 OFFCURVE", "1196 2102 CURVE", "1199 2104 OFFCURVE", "1200 2109 OFFCURVE", "1200 2113 CURVE SMOOTH", "1200 2131 OFFCURVE", "1179 2226 OFFCURVE", "1160 2226 CURVE SMOOTH", "1117 2226 OFFCURVE", "1124 2081 OFFCURVE", "1067 2081 CURVE SMOOTH", "1009 2081 OFFCURVE", "976 2242 OFFCURVE", "904 2242 CURVE SMOOTH", "881 2242 OFFCURVE", "862 2223 OFFCURVE", "849 2205 CURVE", "887 2083 LINE", "906 2083 OFFCURVE", "917 2084 OFFCURVE", "926 2062 CURVE SMOOTH", "965 1963 OFFCURVE", "954 1911 OFFCURVE", "1031 1825 CURVE", "1026 1805 OFFCURVE", "1018 1766 OFFCURVE", "993 1766 CURVE SMOOTH", "922 1766 OFFCURVE", "859 2046 OFFCURVE", "768 2046 CURVE SMOOTH", "715 2046 OFFCURVE", "696 1967 OFFCURVE", "650 1967 CURVE SMOOTH", "619 1967 OFFCURVE", "586 2012 OFFCURVE", "572 2039 CURVE", "563 2041 LINE", "558 2038 OFFCURVE", "558 2032 OFFCURVE", "558 2027 CURVE SMOOTH", "558 2007 OFFCURVE", "568 1981 OFFCURVE", "575 1962 CURVE SMOOTH", "593 1916 OFFCURVE", "612 1871 OFFCURVE", "642 1832 CURVE SMOOTH", "662 1806 OFFCURVE", "746 1733 OFFCURVE", "752 1715 CURVE SMOOTH", "754 1709 OFFCURVE", "754 1692 OFFCURVE", "754 1685 CURVE SMOOTH", "754 1629 OFFCURVE", "728 1525 OFFCURVE", "664 1525 CURVE SMOOTH", "580 1525 OFFCURVE", "528 1767 OFFCURVE", "388 1767 CURVE SMOOTH", "246 1767 OFFCURVE", "181 1515 OFFCURVE", "78 1515 CURVE SMOOTH", "51 1515 OFFCURVE", "28 1534 OFFCURVE", "13 1557 CURVE", "5 1554 LINE", "1 1550 OFFCURVE", "0 1545 OFFCURVE", "0 1539 CURVE SMOOTH", "0 1519 OFFCURVE", "12 1490 OFFCURVE", "19 1472 CURVE SMOOTH", "53 1388 OFFCURVE", "102 1307 OFFCURVE", "194 1307 CURVE SMOOTH", "245 1307 OFFCURVE", "293 1333 OFFCURVE", "343 1333 CURVE SMOOTH", "430 1333 OFFCURVE", "451 1225 OFFCURVE", "495 1163 CURVE", "476 1140 OFFCURVE", "406 1102 OFFCURVE", "379 1102 CURVE SMOOTH", "367 1102 OFFCURVE", "357 1108 OFFCURVE", "346 1110 CURVE", "350 1081 OFFCURVE", "358 1014 OFFCURVE", "373 994 CURVE SMOOTH", "492 835 OFFCURVE", "558 926 OFFCURVE", "609 853 CURVE", "576 834 OFFCURVE", "527 719 OFFCURVE", "501 681 CURVE SMOOTH", "483 654 OFFCURVE", "451 631 OFFCURVE", "427 610 CURVE SMOOTH", "421 604 OFFCURVE", "413 604 OFFCURVE", "406 604 CURVE SMOOTH", "358 604 OFFCURVE", "271 657 OFFCURVE", "230 683 CURVE", "241 646 OFFCURVE", "249 603 OFFCURVE", "256 565 CURVE", "261 561 OFFCURVE", "320 487 OFFCURVE", "329 475 CURVE SMOOTH", "379 410 OFFCURVE", "434 327 OFFCURVE", "518 327 CURVE SMOOTH", "584 327 OFFCURVE", "659 486 OFFCURVE", "704 486 CURVE SMOOTH", "706 486 OFFCURVE", "707 485 OFFCURVE", "709 485 CURVE", "719 463 OFFCURVE", "728 436 OFFCURVE", "740 416 CURVE", "722 359 OFFCURVE", "704 247 OFFCURVE", "635 247 CURVE SMOOTH", "608 247 OFFCURVE", "583 261 OFFCURVE", "562 278 CURVE", "562 243 OFFCURVE", "566 196 OFFCURVE", "584 166 CURVE SMOOTH", "627 98 OFFCURVE", "686 52 OFFCURVE", "763 52 CURVE SMOOTH", "831 52 OFFCURVE", "888 190 OFFCURVE", "948 190 CURVE SMOOTH", "1001 190 OFFCURVE", "1010 83 OFFCURVE", "1010 42 CURVE SMOOTH", "1010 31 LINE", "998 47 OFFCURVE", "981 64 OFFCURVE", "961 64 CURVE SMOOTH", "936 64 OFFCURVE", "913 28 OFFCURVE", "900 8 CURVE SMOOTH", "872 -33 OFFCURVE", "841 -39 OFFCURVE", "801 -62 CURVE", "837 -183 LINE", "864 -188 OFFCURVE", "923 -264 OFFCURVE", "975 -264 CURVE SMOOTH", "993 -264 OFFCURVE", "1005 -251 OFFCURVE", "1014 -251 CURVE SMOOTH", "1066 -251 OFFCURVE", "1117 -480 OFFCURVE", "1185 -480 CURVE", "1185 -480 LINE" ); } ); width = 1200; } ); note = uniE0C3; unicode = E0C3; }, { color = 2; glyphname = uniE0C4; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "596 885 LINE SMOOTH", "603 885 OFFCURVE", "610 893 OFFCURVE", "610 913 CURVE SMOOTH", "610 1122 LINE SMOOTH", "610 1135 OFFCURVE", "604 1150 OFFCURVE", "596 1150 CURVE", "596 1150 LINE", "487 1150 LINE SMOOTH", "480 1150 OFFCURVE", "473 1139 OFFCURVE", "473 1122 CURVE SMOOTH", "473 913 LINE SMOOTH", "473 898 OFFCURVE", "479 885 OFFCURVE", "487 885 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "108 -475 LINE", "108 -264 LINE", "0 -264 LINE", "0 -264 LINE", "0 -475 LINE" ); }, { closed = 1; nodes = ( "273 -475 LINE", "273 -264 LINE", "165 -264 LINE", "165 -264 LINE", "165 -475 LINE" ); }, { closed = 1; nodes = ( "108 -189 LINE", "108 21 LINE", "0 21 LINE", "0 21 LINE", "0 -189 LINE" ); }, { closed = 1; nodes = ( "273 -189 LINE", "273 21 LINE", "165 21 LINE", "165 21 LINE", "165 -189 LINE" ); }, { closed = 1; nodes = ( "596 -480 LINE SMOOTH", "597 -480 OFFCURVE", "599 -478 OFFCURVE", "599 -475 CURVE SMOOTH", "599 -264 LINE SMOOTH", "599 -260 OFFCURVE", "597 -258 OFFCURVE", "596 -258 CURVE", "596 -258 LINE", "487 -258 LINE SMOOTH", "486 -258 OFFCURVE", "485 -260 OFFCURVE", "485 -264 CURVE SMOOTH", "485 -475 LINE SMOOTH", "485 -478 OFFCURVE", "486 -480 OFFCURVE", "487 -480 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "490 -270 LINE", "593 -270 LINE", "593 -270 LINE", "593 -469 LINE", "490 -469 LINE" ); }, { closed = 1; nodes = ( "108 92 LINE", "108 301 LINE", "0 301 LINE", "0 301 LINE", "0 92 LINE" ); }, { closed = 1; nodes = ( "431 -189 LINE", "431 21 LINE", "323 21 LINE", "323 21 LINE", "323 -189 LINE" ); }, { closed = 1; nodes = ( "273 92 LINE", "273 301 LINE", "165 301 LINE", "165 301 LINE", "165 92 LINE" ); }, { closed = 1; nodes = ( "108 373 LINE", "108 584 LINE", "0 584 LINE", "0 584 LINE", "0 373 LINE" ); }, { closed = 1; nodes = ( "431 92 LINE", "431 301 LINE", "323 301 LINE", "323 301 LINE", "323 92 LINE" ); }, { closed = 1; nodes = ( "273 373 LINE", "273 584 LINE", "165 584 LINE", "165 584 LINE", "165 373 LINE" ); }, { closed = 1; nodes = ( "596 88 LINE SMOOTH", "597 88 OFFCURVE", "599 90 OFFCURVE", "599 92 CURVE SMOOTH", "599 301 LINE SMOOTH", "599 305 OFFCURVE", "597 307 OFFCURVE", "596 307 CURVE", "596 307 LINE", "487 307 LINE SMOOTH", "486 307 OFFCURVE", "485 305 OFFCURVE", "485 301 CURVE SMOOTH", "485 92 LINE SMOOTH", "485 90 OFFCURVE", "486 88 OFFCURVE", "487 88 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "490 295 LINE", "593 295 LINE", "593 295 LINE", "593 98 LINE", "490 98 LINE" ); }, { closed = 1; nodes = ( "108 646 LINE", "108 855 LINE", "0 855 LINE", "0 855 LINE", "0 646 LINE" ); }, { closed = 1; nodes = ( "273 646 LINE", "273 855 LINE", "165 855 LINE", "165 855 LINE", "165 646 LINE" ); }, { closed = 1; nodes = ( "900 88 LINE SMOOTH", "902 88 OFFCURVE", "903 90 OFFCURVE", "903 92 CURVE SMOOTH", "903 301 LINE SMOOTH", "903 305 OFFCURVE", "902 307 OFFCURVE", "900 307 CURVE", "900 307 LINE", "792 307 LINE SMOOTH", "790 307 OFFCURVE", "789 305 OFFCURVE", "789 301 CURVE SMOOTH", "789 92 LINE SMOOTH", "789 90 OFFCURVE", "790 88 OFFCURVE", "792 88 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "795 295 LINE", "897 295 LINE", "897 295 LINE", "897 98 LINE", "795 98 LINE" ); }, { closed = 1; nodes = ( "108 913 LINE", "108 1122 LINE", "0 1122 LINE", "0 1122 LINE", "0 913 LINE" ); }, { closed = 1; nodes = ( "431 646 LINE", "431 855 LINE", "323 855 LINE", "323 855 LINE", "323 646 LINE" ); }, { closed = 1; nodes = ( "745 353 LINE SMOOTH", "751 353 OFFCURVE", "757 362 OFFCURVE", "757 373 CURVE SMOOTH", "757 584 LINE SMOOTH", "757 595 OFFCURVE", "752 607 OFFCURVE", "745 607 CURVE", "745 607 LINE", "637 607 LINE SMOOTH", "632 607 OFFCURVE", "625 598 OFFCURVE", "625 584 CURVE SMOOTH", "625 373 LINE SMOOTH", "625 365 OFFCURVE", "630 353 OFFCURVE", "637 353 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "649 562 LINE", "734 562 LINE", "734 562 LINE", "734 397 LINE", "649 397 LINE" ); }, { closed = 1; nodes = ( "273 913 LINE", "273 1122 LINE", "165 1122 LINE", "165 1122 LINE", "165 913 LINE" ); }, { closed = 1; nodes = ( "596 646 LINE", "596 646 LINE", "596 855 LINE", "487 855 LINE", "487 646 LINE" ); }, { closed = 1; nodes = ( "108 1177 LINE", "108 1388 LINE", "0 1388 LINE", "0 1388 LINE", "0 1177 LINE" ); }, { closed = 1; nodes = ( "431 913 LINE", "431 1122 LINE", "323 1122 LINE", "323 1122 LINE", "323 913 LINE" ); }, { closed = 1; nodes = ( "745 646 LINE", "745 855 LINE", "637 855 LINE", "637 855 LINE", "637 646 LINE" ); }, { closed = 1; nodes = ( "1047 369 LINE SMOOTH", "1049 369 OFFCURVE", "1050 370 OFFCURVE", "1050 373 CURVE SMOOTH", "1050 584 LINE SMOOTH", "1050 588 OFFCURVE", "1049 591 OFFCURVE", "1047 591 CURVE", "1047 591 LINE", "939 591 LINE SMOOTH", "938 591 OFFCURVE", "936 588 OFFCURVE", "936 584 CURVE SMOOTH", "936 373 LINE SMOOTH", "936 370 OFFCURVE", "938 369 OFFCURVE", "939 369 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "942 578 LINE", "1045 578 LINE", "1045 578 LINE", "1045 381 LINE", "942 381 LINE" ); }, { closed = 1; nodes = ( "273 1177 LINE", "273 1388 LINE", "165 1388 LINE", "165 1388 LINE", "165 1177 LINE" ); }, { closed = 1; nodes = ( "502 1094 LINE", "581 1094 LINE", "581 1094 LINE", "581 940 LINE", "502 940 LINE" ); }, { closed = 1; nodes = ( "108 1437 LINE", "108 1645 LINE", "0 1645 LINE", "0 1645 LINE", "0 1437 LINE" ); }, { closed = 1; nodes = ( "431 1177 LINE", "431 1388 LINE", "323 1388 LINE", "323 1388 LINE", "323 1177 LINE" ); }, { closed = 1; nodes = ( "745 913 LINE", "745 913 LINE", "745 1122 LINE", "637 1122 LINE", "637 913 LINE" ); }, { closed = 1; nodes = ( "273 1437 LINE", "273 1645 LINE", "165 1645 LINE", "165 1645 LINE", "165 1437 LINE" ); }, { closed = 1; nodes = ( "900 906 LINE SMOOTH", "902 906 OFFCURVE", "903 908 OFFCURVE", "903 913 CURVE SMOOTH", "903 1122 LINE SMOOTH", "903 1125 OFFCURVE", "902 1127 OFFCURVE", "900 1127 CURVE", "900 1127 LINE", "792 1127 LINE SMOOTH", "790 1127 OFFCURVE", "789 1125 OFFCURVE", "789 1122 CURVE SMOOTH", "789 913 LINE SMOOTH", "789 908 OFFCURVE", "790 906 OFFCURVE", "792 906 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "795 1117 LINE", "897 1117 LINE", "897 1117 LINE", "897 919 LINE", "795 919 LINE" ); }, { closed = 1; nodes = ( "108 1710 LINE", "108 1919 LINE", "0 1919 LINE", "0 1919 LINE", "0 1710 LINE" ); }, { closed = 1; nodes = ( "431 1437 LINE", "431 1645 LINE", "323 1645 LINE", "323 1645 LINE", "323 1437 LINE" ); }, { closed = 1; nodes = ( "745 1154 LINE SMOOTH", "751 1154 OFFCURVE", "757 1164 OFFCURVE", "757 1177 CURVE SMOOTH", "757 1388 LINE SMOOTH", "757 1397 OFFCURVE", "752 1411 OFFCURVE", "745 1411 CURVE", "745 1411 LINE", "637 1411 LINE SMOOTH", "632 1411 OFFCURVE", "625 1400 OFFCURVE", "625 1388 CURVE SMOOTH", "625 1177 LINE SMOOTH", "625 1167 OFFCURVE", "630 1154 OFFCURVE", "637 1154 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "649 1364 LINE", "734 1364 LINE", "734 1364 LINE", "734 1200 LINE", "649 1200 LINE" ); }, { closed = 1; nodes = ( "273 1710 LINE", "273 1919 LINE", "165 1919 LINE", "165 1919 LINE", "165 1710 LINE" ); }, { closed = 1; nodes = ( "596 1437 LINE", "596 1645 LINE", "487 1645 LINE", "487 1645 LINE", "487 1437 LINE" ); }, { closed = 1; nodes = ( "108 1998 LINE", "108 2209 LINE", "0 2209 LINE", "0 2209 LINE", "0 1998 LINE" ); }, { closed = 1; nodes = ( "431 1710 LINE", "431 1919 LINE", "323 1919 LINE", "323 1919 LINE", "323 1710 LINE" ); }, { closed = 1; nodes = ( "745 1414 LINE SMOOTH", "751 1414 OFFCURVE", "757 1424 OFFCURVE", "757 1437 CURVE SMOOTH", "757 1645 LINE SMOOTH", "757 1655 OFFCURVE", "752 1668 OFFCURVE", "745 1668 CURVE", "745 1668 LINE", "637 1668 LINE SMOOTH", "632 1668 OFFCURVE", "625 1657 OFFCURVE", "625 1645 CURVE SMOOTH", "625 1437 LINE SMOOTH", "625 1426 OFFCURVE", "630 1414 OFFCURVE", "637 1414 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "649 1623 LINE", "734 1623 LINE", "734 1623 LINE", "734 1460 LINE", "649 1460 LINE" ); }, { closed = 1; nodes = ( "273 1998 LINE", "273 2209 LINE", "165 2209 LINE", "165 2209 LINE", "165 1998 LINE" ); }, { closed = 1; nodes = ( "596 1710 LINE", "596 1710 LINE", "596 1919 LINE", "487 1919 LINE", "487 1710 LINE" ); }, { closed = 1; nodes = ( "431 1998 LINE", "431 2209 LINE", "323 2209 LINE", "323 2209 LINE", "323 1998 LINE" ); }, { closed = 1; nodes = ( "593 1983 LINE SMOOTH", "597 1983 OFFCURVE", "602 1991 OFFCURVE", "602 1998 CURVE SMOOTH", "602 2209 LINE SMOOTH", "602 2217 OFFCURVE", "598 2226 OFFCURVE", "593 2226 CURVE SMOOTH", "485 2226 LINE SMOOTH", "481 2226 OFFCURVE", "476 2218 OFFCURVE", "476 2209 CURVE SMOOTH", "476 1998 LINE SMOOTH", "476 1992 OFFCURVE", "480 1983 OFFCURVE", "485 1983 CURVE", "485 1983 LINE" ); }, { closed = 1; nodes = ( "494 2193 LINE", "585 2193 LINE", "585 2016 LINE", "494 2016 LINE", "494 2016 LINE" ); }, { closed = 1; nodes = ( "900 1710 LINE", "900 1710 LINE", "900 1919 LINE", "792 1919 LINE", "792 1710 LINE" ); }, { closed = 1; nodes = ( "745 1998 LINE", "745 1998 LINE", "745 2209 LINE", "637 2209 LINE", "637 1998 LINE" ); }, { closed = 1; nodes = ( "900 1998 LINE", "900 1998 LINE", "900 2209 LINE", "792 2209 LINE", "792 1998 LINE" ); }, { closed = 1; nodes = ( "1197 1703 LINE SMOOTH", "1199 1703 OFFCURVE", "1200 1705 OFFCURVE", "1200 1710 CURVE SMOOTH", "1200 1919 LINE SMOOTH", "1200 1922 OFFCURVE", "1199 1923 OFFCURVE", "1197 1923 CURVE", "1197 1923 LINE", "1089 1923 LINE SMOOTH", "1087 1923 OFFCURVE", "1086 1922 OFFCURVE", "1086 1919 CURVE SMOOTH", "1086 1710 LINE SMOOTH", "1086 1705 OFFCURVE", "1087 1703 OFFCURVE", "1089 1703 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "1092 1914 LINE", "1194 1914 LINE", "1194 1914 LINE", "1194 1716 LINE", "1092 1716 LINE" ); }, { closed = 1; nodes = ( "1197 1994 LINE SMOOTH", "1199 1994 OFFCURVE", "1200 1995 OFFCURVE", "1200 1998 CURVE SMOOTH", "1200 2209 LINE SMOOTH", "1200 2213 OFFCURVE", "1199 2215 OFFCURVE", "1197 2215 CURVE", "1197 2215 LINE", "1089 2215 LINE SMOOTH", "1087 2215 OFFCURVE", "1086 2213 OFFCURVE", "1086 2209 CURVE SMOOTH", "1086 1998 LINE SMOOTH", "1086 1995 OFFCURVE", "1087 1994 OFFCURVE", "1089 1994 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "1092 2203 LINE", "1194 2203 LINE", "1194 2203 LINE", "1194 2002 LINE", "1092 2002 LINE" ); } ); width = 1200; } ); note = uniE0C4; unicode = E0C4; }, { color = 2; glyphname = uniE0C5; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "713 884 LINE SMOOTH", "721 884 OFFCURVE", "727 898 OFFCURVE", "727 913 CURVE SMOOTH", "727 1122 LINE SMOOTH", "727 1138 OFFCURVE", "720 1150 OFFCURVE", "713 1150 CURVE", "713 1150 LINE", "604 1150 LINE SMOOTH", "596 1150 OFFCURVE", "590 1135 OFFCURVE", "590 1122 CURVE SMOOTH", "590 913 LINE SMOOTH", "590 895 OFFCURVE", "597 884 OFFCURVE", "604 884 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "713 -480 LINE SMOOTH", "714 -480 OFFCURVE", "715 -478 OFFCURVE", "715 -474 CURVE SMOOTH", "715 -264 LINE SMOOTH", "715 -261 OFFCURVE", "714 -258 OFFCURVE", "713 -258 CURVE", "713 -258 LINE", "604 -258 LINE SMOOTH", "603 -258 OFFCURVE", "601 -261 OFFCURVE", "601 -264 CURVE SMOOTH", "601 -474 LINE SMOOTH", "601 -478 OFFCURVE", "603 -480 OFFCURVE", "604 -480 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "607 -270 LINE", "710 -270 LINE", "710 -270 LINE", "710 -469 LINE", "607 -469 LINE" ); }, { closed = 1; nodes = ( "408 87 LINE SMOOTH", "410 87 OFFCURVE", "411 90 OFFCURVE", "411 92 CURVE SMOOTH", "411 302 LINE SMOOTH", "411 306 OFFCURVE", "410 308 OFFCURVE", "408 308 CURVE", "408 308 LINE", "300 308 LINE SMOOTH", "298 308 OFFCURVE", "297 306 OFFCURVE", "297 302 CURVE SMOOTH", "297 92 LINE SMOOTH", "297 90 OFFCURVE", "298 87 OFFCURVE", "300 87 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "303 297 LINE", "405 297 LINE", "405 297 LINE", "405 98 LINE", "303 98 LINE" ); }, { closed = 1; nodes = ( "1035 -474 LINE", "1035 -264 LINE", "927 -264 LINE", "927 -264 LINE", "927 -474 LINE" ); }, { closed = 1; nodes = ( "261 369 LINE SMOOTH", "262 369 OFFCURVE", "264 370 OFFCURVE", "264 374 CURVE SMOOTH", "264 584 LINE SMOOTH", "264 588 OFFCURVE", "262 590 OFFCURVE", "261 590 CURVE", "261 590 LINE", "153 590 LINE SMOOTH", "151 590 OFFCURVE", "150 588 OFFCURVE", "150 584 CURVE SMOOTH", "150 374 LINE SMOOTH", "150 370 OFFCURVE", "151 369 OFFCURVE", "153 369 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "155 579 LINE", "258 579 LINE", "258 579 LINE", "258 381 LINE", "155 381 LINE" ); }, { closed = 1; nodes = ( "877 -189 LINE", "877 20 LINE", "769 20 LINE", "769 20 LINE", "769 -189 LINE" ); }, { closed = 1; nodes = ( "1200 -474 LINE", "1200 -264 LINE", "1092 -264 LINE", "1092 -264 LINE", "1092 -474 LINE" ); }, { closed = 1; nodes = ( "713 87 LINE SMOOTH", "714 87 OFFCURVE", "715 90 OFFCURVE", "715 92 CURVE SMOOTH", "715 302 LINE SMOOTH", "715 306 OFFCURVE", "714 308 OFFCURVE", "713 308 CURVE", "713 308 LINE", "604 308 LINE SMOOTH", "603 308 OFFCURVE", "601 306 OFFCURVE", "601 302 CURVE SMOOTH", "601 92 LINE SMOOTH", "601 90 OFFCURVE", "603 87 OFFCURVE", "604 87 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "607 297 LINE", "710 297 LINE", "710 297 LINE", "710 98 LINE", "607 98 LINE" ); }, { closed = 1; nodes = ( "1035 -189 LINE", "1035 20 LINE", "927 20 LINE", "927 20 LINE", "927 -189 LINE" ); }, { closed = 1; nodes = ( "563 352 LINE SMOOTH", "570 352 OFFCURVE", "575 365 OFFCURVE", "575 374 CURVE SMOOTH", "575 584 LINE SMOOTH", "575 598 OFFCURVE", "568 608 OFFCURVE", "563 608 CURVE", "563 608 LINE", "455 608 LINE SMOOTH", "448 608 OFFCURVE", "443 594 OFFCURVE", "443 584 CURVE SMOOTH", "443 374 LINE SMOOTH", "443 361 OFFCURVE", "449 352 OFFCURVE", "455 352 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "466 561 LINE", "551 561 LINE", "551 561 LINE", "551 398 LINE", "466 398 LINE" ); }, { closed = 1; nodes = ( "877 92 LINE", "877 302 LINE", "769 302 LINE", "769 302 LINE", "769 92 LINE" ); }, { closed = 1; nodes = ( "1200 -189 LINE", "1200 20 LINE", "1092 20 LINE", "1092 20 LINE", "1092 -189 LINE" ); }, { closed = 1; nodes = ( "1035 92 LINE", "1035 302 LINE", "927 302 LINE", "927 302 LINE", "927 92 LINE" ); }, { closed = 1; nodes = ( "563 648 LINE", "563 856 LINE", "455 856 LINE", "455 856 LINE", "455 648 LINE" ); }, { closed = 1; nodes = ( "1200 92 LINE", "1200 302 LINE", "1092 302 LINE", "1092 302 LINE", "1092 92 LINE" ); }, { closed = 1; nodes = ( "408 906 LINE SMOOTH", "410 906 OFFCURVE", "411 908 OFFCURVE", "411 913 CURVE SMOOTH", "411 1122 LINE SMOOTH", "411 1125 OFFCURVE", "410 1128 OFFCURVE", "408 1128 CURVE", "408 1128 LINE", "300 1128 LINE SMOOTH", "298 1128 OFFCURVE", "297 1125 OFFCURVE", "297 1122 CURVE SMOOTH", "297 913 LINE SMOOTH", "297 908 OFFCURVE", "298 906 OFFCURVE", "300 906 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "303 1116 LINE", "405 1116 LINE", "405 1116 LINE", "405 918 LINE", "303 918 LINE" ); }, { closed = 1; nodes = ( "713 648 LINE", "713 648 LINE", "713 856 LINE", "604 856 LINE", "604 648 LINE" ); }, { closed = 1; nodes = ( "1035 374 LINE", "1035 584 LINE", "927 584 LINE", "927 584 LINE", "927 374 LINE" ); }, { closed = 1; nodes = ( "563 913 LINE", "563 913 LINE", "563 1122 LINE", "455 1122 LINE", "455 913 LINE" ); }, { closed = 1; nodes = ( "877 648 LINE", "877 856 LINE", "769 856 LINE", "769 856 LINE", "769 648 LINE" ); }, { closed = 1; nodes = ( "1200 374 LINE", "1200 584 LINE", "1092 584 LINE", "1092 584 LINE", "1092 374 LINE" ); }, { closed = 1; nodes = ( "619 1094 LINE", "698 1094 LINE", "698 1094 LINE", "698 940 LINE", "619 940 LINE" ); }, { closed = 1; nodes = ( "1035 648 LINE", "1035 856 LINE", "927 856 LINE", "927 856 LINE", "927 648 LINE" ); }, { closed = 1; nodes = ( "563 1155 LINE SMOOTH", "570 1155 OFFCURVE", "575 1167 OFFCURVE", "575 1177 CURVE SMOOTH", "575 1387 LINE SMOOTH", "575 1401 OFFCURVE", "568 1411 OFFCURVE", "563 1411 CURVE", "563 1411 LINE", "455 1411 LINE SMOOTH", "448 1411 OFFCURVE", "443 1397 OFFCURVE", "443 1387 CURVE SMOOTH", "443 1177 LINE SMOOTH", "443 1164 OFFCURVE", "449 1155 OFFCURVE", "455 1155 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "466 1364 LINE", "551 1364 LINE", "551 1364 LINE", "551 1200 LINE", "466 1200 LINE" ); }, { closed = 1; nodes = ( "877 913 LINE", "877 1122 LINE", "769 1122 LINE", "769 1122 LINE", "769 913 LINE" ); }, { closed = 1; nodes = ( "111 1703 LINE SMOOTH", "113 1703 OFFCURVE", "114 1705 OFFCURVE", "114 1710 CURVE SMOOTH", "114 1919 LINE SMOOTH", "114 1922 OFFCURVE", "113 1925 OFFCURVE", "111 1925 CURVE", "111 1925 LINE", "3 1925 LINE SMOOTH", "1 1925 OFFCURVE", "0 1922 OFFCURVE", "0 1919 CURVE SMOOTH", "0 1710 LINE SMOOTH", "0 1705 OFFCURVE", "1 1703 OFFCURVE", "3 1703 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "6 1913 LINE", "108 1913 LINE", "108 1913 LINE", "108 1715 LINE", "6 1715 LINE" ); }, { closed = 1; nodes = ( "1200 648 LINE", "1200 856 LINE", "1092 856 LINE", "1092 856 LINE", "1092 648 LINE" ); }, { closed = 1; nodes = ( "1035 913 LINE", "1035 1122 LINE", "927 1122 LINE", "927 1122 LINE", "927 913 LINE" ); }, { closed = 1; nodes = ( "563 1413 LINE SMOOTH", "570 1413 OFFCURVE", "575 1426 OFFCURVE", "575 1436 CURVE SMOOTH", "575 1646 LINE SMOOTH", "575 1658 OFFCURVE", "568 1668 OFFCURVE", "563 1668 CURVE", "563 1668 LINE", "455 1668 LINE SMOOTH", "448 1668 OFFCURVE", "443 1655 OFFCURVE", "443 1646 CURVE SMOOTH", "443 1436 LINE SMOOTH", "443 1422 OFFCURVE", "449 1413 OFFCURVE", "455 1413 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "466 1622 LINE", "551 1622 LINE", "551 1622 LINE", "551 1459 LINE", "466 1459 LINE" ); }, { closed = 1; nodes = ( "877 1177 LINE", "877 1387 LINE", "769 1387 LINE", "769 1387 LINE", "769 1177 LINE" ); }, { closed = 1; nodes = ( "111 1994 LINE SMOOTH", "113 1994 OFFCURVE", "114 1996 OFFCURVE", "114 2000 CURVE SMOOTH", "114 2209 LINE SMOOTH", "114 2212 OFFCURVE", "113 2215 OFFCURVE", "111 2215 CURVE", "111 2215 LINE", "3 2215 LINE SMOOTH", "1 2215 OFFCURVE", "0 2212 OFFCURVE", "0 2209 CURVE SMOOTH", "0 2000 LINE SMOOTH", "0 1996 OFFCURVE", "1 1994 OFFCURVE", "3 1994 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "6 2203 LINE", "108 2203 LINE", "108 2203 LINE", "108 2004 LINE", "6 2004 LINE" ); }, { closed = 1; nodes = ( "1200 913 LINE", "1200 1122 LINE", "1092 1122 LINE", "1092 1122 LINE", "1092 913 LINE" ); }, { closed = 1; nodes = ( "408 1710 LINE", "408 1710 LINE", "408 1919 LINE", "300 1919 LINE", "300 1710 LINE" ); }, { closed = 1; nodes = ( "713 1436 LINE", "713 1646 LINE", "604 1646 LINE", "604 1646 LINE", "604 1436 LINE" ); }, { closed = 1; nodes = ( "1035 1177 LINE", "1035 1387 LINE", "927 1387 LINE", "927 1387 LINE", "927 1177 LINE" ); }, { closed = 1; nodes = ( "877 1436 LINE", "877 1646 LINE", "769 1646 LINE", "769 1646 LINE", "769 1436 LINE" ); }, { closed = 1; nodes = ( "1200 1177 LINE", "1200 1387 LINE", "1092 1387 LINE", "1092 1387 LINE", "1092 1177 LINE" ); }, { closed = 1; nodes = ( "408 2000 LINE", "408 2000 LINE", "408 2209 LINE", "300 2209 LINE", "300 2000 LINE" ); }, { closed = 1; nodes = ( "713 1710 LINE", "713 1710 LINE", "713 1919 LINE", "604 1919 LINE", "604 1710 LINE" ); }, { closed = 1; nodes = ( "1035 1436 LINE", "1035 1646 LINE", "927 1646 LINE", "927 1646 LINE", "927 1436 LINE" ); }, { closed = 1; nodes = ( "563 2000 LINE", "563 2000 LINE", "563 2209 LINE", "455 2209 LINE", "455 2000 LINE" ); }, { closed = 1; nodes = ( "877 1710 LINE", "877 1919 LINE", "769 1919 LINE", "769 1919 LINE", "769 1710 LINE" ); }, { closed = 1; nodes = ( "1200 1436 LINE", "1200 1646 LINE", "1092 1646 LINE", "1092 1646 LINE", "1092 1436 LINE" ); }, { closed = 1; nodes = ( "715 1983 LINE SMOOTH", "720 1983 OFFCURVE", "724 1992 OFFCURVE", "724 2000 CURVE SMOOTH", "724 2209 LINE SMOOTH", "724 2218 OFFCURVE", "719 2226 OFFCURVE", "715 2226 CURVE SMOOTH", "607 2226 LINE SMOOTH", "602 2226 OFFCURVE", "598 2217 OFFCURVE", "598 2209 CURVE SMOOTH", "598 2000 LINE SMOOTH", "598 1991 OFFCURVE", "603 1983 OFFCURVE", "607 1983 CURVE", "607 1983 LINE" ); }, { closed = 1; nodes = ( "615 2192 LINE", "706 2192 LINE", "706 2016 LINE", "615 2016 LINE", "615 2016 LINE" ); }, { closed = 1; nodes = ( "1035 1710 LINE", "1035 1919 LINE", "927 1919 LINE", "927 1919 LINE", "927 1710 LINE" ); }, { closed = 1; nodes = ( "877 2000 LINE", "877 2209 LINE", "769 2209 LINE", "769 2209 LINE", "769 2000 LINE" ); }, { closed = 1; nodes = ( "1200 1710 LINE", "1200 1919 LINE", "1092 1919 LINE", "1092 1919 LINE", "1092 1710 LINE" ); }, { closed = 1; nodes = ( "1035 2000 LINE", "1035 2209 LINE", "927 2209 LINE", "927 2209 LINE", "927 2000 LINE" ); }, { closed = 1; nodes = ( "1200 2000 LINE", "1200 2209 LINE", "1200 2209 LINE", "1092 2209 LINE", "1092 2000 LINE" ); } ); width = 1200; } ); note = uniE0C5; unicode = E0C5; }, { color = 2; glyphname = uniE0C6; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "944 287 LINE SMOOTH", "956 287 OFFCURVE", "968 307 OFFCURVE", "968 328 CURVE SMOOTH", "968 632 LINE SMOOTH", "968 651 OFFCURVE", "957 673 OFFCURVE", "944 673 CURVE", "944 673 LINE", "773 673 LINE SMOOTH", "763 673 OFFCURVE", "750 654 OFFCURVE", "750 632 CURVE SMOOTH", "750 328 LINE SMOOTH", "750 309 OFFCURVE", "760 287 OFFCURVE", "773 287 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "172 -446 LINE", "172 -143 LINE", "0 -143 LINE", "0 -143 LINE", "0 -446 LINE" ); }, { closed = 1; nodes = ( "433 -446 LINE", "433 -143 LINE", "261 -143 LINE", "261 -143 LINE", "261 -446 LINE" ); }, { closed = 1; nodes = ( "172 -54 LINE", "172 249 LINE", "0 249 LINE", "0 249 LINE", "0 -54 LINE" ); }, { closed = 1; nodes = ( "433 -54 LINE", "433 249 LINE", "261 249 LINE", "261 249 LINE", "261 -54 LINE" ); }, { closed = 1; nodes = ( "172 328 LINE", "172 632 LINE", "0 632 LINE", "0 632 LINE", "0 328 LINE" ); }, { closed = 1; nodes = ( "683 -81 LINE SMOOTH", "690 -81 OFFCURVE", "698 -70 OFFCURVE", "698 -54 CURVE SMOOTH", "698 249 LINE SMOOTH", "698 261 OFFCURVE", "691 275 OFFCURVE", "683 275 CURVE", "683 275 LINE", "512 275 LINE SMOOTH", "504 275 OFFCURVE", "496 264 OFFCURVE", "496 249 CURVE SMOOTH", "496 -54 LINE SMOOTH", "496 -67 OFFCURVE", "502 -81 OFFCURVE", "512 -81 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "527 222 LINE", "667 222 LINE", "667 222 LINE", "667 -27 LINE", "527 -27 LINE" ); }, { closed = 1; nodes = ( "1181 -480 LINE SMOOTH", "1191 -480 OFFCURVE", "1200 -466 OFFCURVE", "1200 -446 CURVE SMOOTH", "1200 -143 LINE SMOOTH", "1200 -129 OFFCURVE", "1192 -112 OFFCURVE", "1181 -112 CURVE", "1181 -112 LINE", "1010 -112 LINE SMOOTH", "1001 -112 OFFCURVE", "992 -125 OFFCURVE", "992 -143 CURVE SMOOTH", "992 -446 LINE SMOOTH", "992 -463 OFFCURVE", "1000 -480 OFFCURVE", "1010 -480 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "1029 -178 LINE", "1163 -178 LINE", "1163 -178 LINE", "1163 -415 LINE", "1029 -415 LINE" ); }, { closed = 1; nodes = ( "433 328 LINE", "433 632 LINE", "261 632 LINE", "261 632 LINE", "261 328 LINE" ); }, { closed = 1; nodes = ( "172 713 LINE", "172 1016 LINE", "0 1016 LINE", "0 1016 LINE", "0 713 LINE" ); }, { closed = 1; nodes = ( "172 1084 LINE", "172 1389 LINE", "0 1389 LINE", "0 1389 LINE", "0 1084 LINE" ); }, { closed = 1; nodes = ( "796 590 LINE", "921 590 LINE", "921 590 LINE", "921 372 LINE", "796 372 LINE" ); }, { closed = 1; nodes = ( "683 713 LINE", "683 1016 LINE", "512 1016 LINE", "512 1016 LINE", "512 713 LINE" ); }, { closed = 1; nodes = ( "433 1084 LINE", "433 1389 LINE", "261 1389 LINE", "261 1389 LINE", "261 1084 LINE" ); }, { closed = 1; nodes = ( "172 1480 LINE", "172 1783 LINE", "0 1783 LINE", "0 1783 LINE", "0 1480 LINE" ); }, { closed = 1; nodes = ( "683 1071 LINE SMOOTH", "687 1071 OFFCURVE", "691 1077 OFFCURVE", "691 1084 CURVE SMOOTH", "691 1389 LINE SMOOTH", "691 1394 OFFCURVE", "688 1403 OFFCURVE", "683 1403 CURVE SMOOTH", "512 1403 LINE SMOOTH", "508 1403 OFFCURVE", "504 1394 OFFCURVE", "504 1389 CURVE SMOOTH", "504 1084 LINE SMOOTH", "504 1079 OFFCURVE", "507 1071 OFFCURVE", "512 1071 CURVE", "512 1071 LINE" ); }, { closed = 1; nodes = ( "519 1374 LINE", "675 1374 LINE", "675 1099 LINE", "519 1099 LINE", "519 1099 LINE" ); }, { closed = 1; nodes = ( "433 1480 LINE", "433 1783 LINE", "261 1783 LINE", "261 1783 LINE", "261 1480 LINE" ); }, { closed = 1; nodes = ( "172 1899 LINE", "172 2202 LINE", "0 2202 LINE", "0 2202 LINE", "0 1899 LINE" ); }, { closed = 1; nodes = ( "683 1480 LINE", "683 1783 LINE", "512 1783 LINE", "512 1783 LINE", "512 1480 LINE" ); }, { closed = 1; nodes = ( "1181 1053 LINE SMOOTH", "1191 1053 OFFCURVE", "1200 1067 OFFCURVE", "1200 1084 CURVE SMOOTH", "1200 1389 LINE SMOOTH", "1200 1404 OFFCURVE", "1192 1420 OFFCURVE", "1181 1420 CURVE", "1181 1420 LINE", "1010 1420 LINE SMOOTH", "1002 1420 OFFCURVE", "992 1406 OFFCURVE", "992 1389 CURVE SMOOTH", "992 1084 LINE SMOOTH", "992 1070 OFFCURVE", "1000 1053 OFFCURVE", "1010 1053 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "1029 1355 LINE", "1163 1355 LINE", "1163 1355 LINE", "1163 1117 LINE", "1029 1117 LINE" ); }, { closed = 1; nodes = ( "433 1899 LINE", "433 2202 LINE", "261 2202 LINE", "261 2202 LINE", "261 1899 LINE" ); }, { closed = 1; nodes = ( "944 1467 LINE SMOOTH", "949 1467 OFFCURVE", "952 1472 OFFCURVE", "952 1480 CURVE SMOOTH", "952 1783 LINE SMOOTH", "952 1791 OFFCURVE", "949 1796 OFFCURVE", "944 1796 CURVE", "944 1796 LINE", "773 1796 LINE SMOOTH", "770 1796 OFFCURVE", "765 1791 OFFCURVE", "765 1783 CURVE SMOOTH", "765 1480 LINE SMOOTH", "765 1473 OFFCURVE", "769 1467 OFFCURVE", "773 1467 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "781 1769 LINE", "937 1769 LINE", "937 1769 LINE", "937 1493 LINE", "781 1493 LINE" ); }, { closed = 1; nodes = ( "683 1885 LINE SMOOTH", "687 1885 OFFCURVE", "691 1892 OFFCURVE", "691 1899 CURVE SMOOTH", "691 2202 LINE SMOOTH", "691 2208 OFFCURVE", "688 2215 OFFCURVE", "683 2215 CURVE SMOOTH", "512 2215 LINE SMOOTH", "508 2215 OFFCURVE", "504 2208 OFFCURVE", "504 2202 CURVE SMOOTH", "504 1899 LINE SMOOTH", "504 1892 OFFCURVE", "507 1885 OFFCURVE", "512 1885 CURVE", "512 1885 LINE" ); }, { closed = 1; nodes = ( "519 2187 LINE", "675 2187 LINE", "675 1912 LINE", "519 1912 LINE", "519 1912 LINE" ); }, { closed = 1; nodes = ( "940 1874 LINE SMOOTH", "947 1874 OFFCURVE", "955 1885 OFFCURVE", "955 1899 CURVE SMOOTH", "955 2202 LINE SMOOTH", "955 2213 OFFCURVE", "949 2226 OFFCURVE", "940 2226 CURVE SMOOTH", "769 2226 LINE SMOOTH", "763 2226 OFFCURVE", "755 2215 OFFCURVE", "755 2202 CURVE SMOOTH", "755 1899 LINE SMOOTH", "755 1887 OFFCURVE", "761 1874 OFFCURVE", "769 1874 CURVE", "769 1874 LINE" ); }, { closed = 1; nodes = ( "784 2176 LINE", "927 2176 LINE", "927 1924 LINE", "784 1924 LINE", "784 1924 LINE" ); } ); width = 1200; } ); note = uniE0C6; unicode = E0C6; }, { color = 2; glyphname = uniE0C7; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "428 287 LINE SMOOTH", "440 287 OFFCURVE", "450 309 OFFCURVE", "450 330 CURVE SMOOTH", "450 632 LINE SMOOTH", "450 654 OFFCURVE", "438 673 OFFCURVE", "428 673 CURVE", "428 673 LINE", "256 673 LINE SMOOTH", "243 673 OFFCURVE", "232 650 OFFCURVE", "232 632 CURVE SMOOTH", "232 330 LINE SMOOTH", "232 306 OFFCURVE", "245 287 OFFCURVE", "256 287 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "190 -480 LINE SMOOTH", "200 -480 OFFCURVE", "209 -463 OFFCURVE", "209 -446 CURVE SMOOTH", "209 -145 LINE SMOOTH", "209 -128 OFFCURVE", "198 -112 OFFCURVE", "190 -112 CURVE", "190 -112 LINE", "19 -112 LINE SMOOTH", "8 -112 OFFCURVE", "0 -129 OFFCURVE", "0 -145 CURVE SMOOTH", "0 -446 LINE SMOOTH", "0 -465 OFFCURVE", "9 -480 OFFCURVE", "19 -480 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "37 -176 LINE", "172 -176 LINE", "172 -176 LINE", "172 -415 LINE", "37 -415 LINE" ); }, { closed = 1; nodes = ( "939 -446 LINE", "939 -145 LINE", "767 -145 LINE", "767 -145 LINE", "767 -446 LINE" ); }, { closed = 1; nodes = ( "688 -81 LINE SMOOTH", "698 -81 OFFCURVE", "704 -67 OFFCURVE", "704 -54 CURVE SMOOTH", "704 249 LINE SMOOTH", "704 264 OFFCURVE", "696 276 OFFCURVE", "688 276 CURVE", "688 276 LINE", "517 276 LINE SMOOTH", "508 276 OFFCURVE", "502 261 OFFCURVE", "502 249 CURVE SMOOTH", "502 -54 LINE SMOOTH", "502 -71 OFFCURVE", "510 -81 OFFCURVE", "517 -81 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "533 222 LINE", "674 222 LINE", "674 222 LINE", "674 -26 LINE", "533 -26 LINE" ); }, { closed = 1; nodes = ( "1200 -446 LINE", "1200 -145 LINE", "1029 -145 LINE", "1029 -145 LINE", "1029 -446 LINE" ); }, { closed = 1; nodes = ( "279 591 LINE", "404 591 LINE", "404 591 LINE", "404 369 LINE", "279 369 LINE" ); }, { closed = 1; nodes = ( "939 -54 LINE", "939 249 LINE", "767 249 LINE", "767 249 LINE", "767 -54 LINE" ); }, { closed = 1; nodes = ( "1200 -54 LINE", "1200 249 LINE", "1029 249 LINE", "1029 249 LINE", "1029 -54 LINE" ); }, { closed = 1; nodes = ( "939 330 LINE", "939 632 LINE", "767 632 LINE", "767 632 LINE", "767 330 LINE" ); }, { closed = 1; nodes = ( "190 1053 LINE SMOOTH", "200 1053 OFFCURVE", "209 1071 OFFCURVE", "209 1084 CURVE SMOOTH", "209 1389 LINE SMOOTH", "209 1406 OFFCURVE", "198 1421 OFFCURVE", "190 1421 CURVE", "190 1421 LINE", "19 1421 LINE SMOOTH", "8 1421 OFFCURVE", "0 1403 OFFCURVE", "0 1389 CURVE SMOOTH", "0 1084 LINE SMOOTH", "0 1066 OFFCURVE", "9 1053 OFFCURVE", "19 1053 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "37 1356 LINE", "172 1356 LINE", "172 1356 LINE", "172 1117 LINE", "37 1117 LINE" ); }, { closed = 1; nodes = ( "688 713 LINE", "688 1015 LINE", "517 1015 LINE", "517 1015 LINE", "517 713 LINE" ); }, { closed = 1; nodes = ( "1200 330 LINE", "1200 632 LINE", "1029 632 LINE", "1029 632 LINE", "1029 330 LINE" ); }, { closed = 1; nodes = ( "688 1072 LINE SMOOTH", "693 1072 OFFCURVE", "696 1079 OFFCURVE", "696 1084 CURVE SMOOTH", "696 1389 LINE SMOOTH", "696 1395 OFFCURVE", "693 1402 OFFCURVE", "688 1402 CURVE SMOOTH", "517 1402 LINE SMOOTH", "513 1402 OFFCURVE", "509 1394 OFFCURVE", "509 1389 CURVE SMOOTH", "509 1084 LINE SMOOTH", "509 1077 OFFCURVE", "514 1072 OFFCURVE", "517 1072 CURVE", "517 1072 LINE" ); }, { closed = 1; nodes = ( "525 1374 LINE", "681 1374 LINE", "681 1098 LINE", "525 1098 LINE", "525 1098 LINE" ); }, { closed = 1; nodes = ( "428 1468 LINE SMOOTH", "432 1468 OFFCURVE", "435 1476 OFFCURVE", "435 1479 CURVE SMOOTH", "435 1783 LINE SMOOTH", "435 1791 OFFCURVE", "431 1796 OFFCURVE", "428 1796 CURVE", "428 1796 LINE", "256 1796 LINE SMOOTH", "251 1796 OFFCURVE", "248 1791 OFFCURVE", "248 1783 CURVE SMOOTH", "248 1479 LINE SMOOTH", "248 1472 OFFCURVE", "253 1468 OFFCURVE", "256 1468 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "263 1770 LINE", "420 1770 LINE", "420 1770 LINE", "420 1493 LINE", "263 1493 LINE" ); }, { closed = 1; nodes = ( "1200 713 LINE", "1200 1015 LINE", "1029 1015 LINE", "1029 1015 LINE", "1029 713 LINE" ); }, { closed = 1; nodes = ( "939 1084 LINE", "939 1389 LINE", "767 1389 LINE", "767 1389 LINE", "767 1084 LINE" ); }, { closed = 1; nodes = ( "688 1479 LINE", "688 1783 LINE", "517 1783 LINE", "517 1783 LINE", "517 1479 LINE" ); }, { closed = 1; nodes = ( "1200 1084 LINE", "1200 1389 LINE", "1029 1389 LINE", "1029 1389 LINE", "1029 1084 LINE" ); }, { closed = 1; nodes = ( "431 1874 LINE SMOOTH", "439 1874 OFFCURVE", "445 1887 OFFCURVE", "445 1900 CURVE SMOOTH", "445 2202 LINE SMOOTH", "445 2216 OFFCURVE", "437 2226 OFFCURVE", "431 2226 CURVE SMOOTH", "260 2226 LINE SMOOTH", "252 2226 OFFCURVE", "246 2215 OFFCURVE", "246 2202 CURVE SMOOTH", "246 1900 LINE SMOOTH", "246 1886 OFFCURVE", "253 1874 OFFCURVE", "260 1874 CURVE", "260 1874 LINE" ); }, { closed = 1; nodes = ( "273 2176 LINE", "417 2176 LINE", "417 1924 LINE", "273 1924 LINE", "273 1924 LINE" ); }, { closed = 1; nodes = ( "939 1479 LINE", "939 1783 LINE", "767 1783 LINE", "767 1783 LINE", "767 1479 LINE" ); }, { closed = 1; nodes = ( "688 1885 LINE SMOOTH", "693 1885 OFFCURVE", "696 1892 OFFCURVE", "696 1900 CURVE SMOOTH", "696 2202 LINE SMOOTH", "696 2209 OFFCURVE", "693 2216 OFFCURVE", "688 2216 CURVE SMOOTH", "517 2216 LINE SMOOTH", "513 2216 OFFCURVE", "509 2208 OFFCURVE", "509 2202 CURVE SMOOTH", "509 1900 LINE SMOOTH", "509 1892 OFFCURVE", "514 1885 OFFCURVE", "517 1885 CURVE", "517 1885 LINE" ); }, { closed = 1; nodes = ( "525 2187 LINE", "681 2187 LINE", "681 1912 LINE", "525 1912 LINE", "525 1912 LINE" ); }, { closed = 1; nodes = ( "1200 1479 LINE", "1200 1783 LINE", "1029 1783 LINE", "1029 1783 LINE", "1029 1479 LINE" ); }, { closed = 1; nodes = ( "939 1900 LINE", "939 2202 LINE", "767 2202 LINE", "767 2202 LINE", "767 1900 LINE" ); }, { closed = 1; nodes = ( "1200 1900 LINE", "1200 2202 LINE", "1200 2202 LINE", "1029 2202 LINE", "1029 1900 LINE" ); } ); width = 1200; } ); note = uniE0C7; unicode = E0C7; }, { color = 2; glyphname = uniE0C8; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "49 -479 OFFCURVE", "63 -480 OFFCURVE", "102 -457 CURVE SMOOTH", "111 -452 OFFCURVE", "120 -445 OFFCURVE", "130 -440 CURVE SMOOTH", "151 -433 OFFCURVE", "169 -445 OFFCURVE", "198 -428 CURVE SMOOTH", "236 -405 OFFCURVE", "220 -403 OFFCURVE", "268 -403 CURVE SMOOTH", "270 -403 OFFCURVE", "280 -397 OFFCURVE", "282 -396 CURVE SMOOTH", "298 -388 OFFCURVE", "321 -388 OFFCURVE", "338 -387 CURVE SMOOTH", "348 -386 OFFCURVE", "350 -373 OFFCURVE", "350 -363 CURVE SMOOTH", "350 -325 OFFCURVE", "311 -345 OFFCURVE", "288 -337 CURVE", "279 -328 OFFCURVE", "271 -315 OFFCURVE", "259 -308 CURVE SMOOTH", "239 -299 OFFCURVE", "226 -288 OFFCURVE", "204 -284 CURVE SMOOTH", "202 -284 OFFCURVE", "198 -281 OFFCURVE", "196 -278 CURVE", "188 -257 OFFCURVE", "144 -275 OFFCURVE", "144 -251 CURVE SMOOTH", "144 -242 OFFCURVE", "160 -234 OFFCURVE", "165 -232 CURVE SMOOTH", "178 -228 OFFCURVE", "190 -224 OFFCURVE", "204 -224 CURVE SMOOTH", "220 -224 OFFCURVE", "232 -208 OFFCURVE", "247 -206 CURVE SMOOTH", "260 -204 OFFCURVE", "289 -199 OFFCURVE", "301 -192 CURVE SMOOTH", "309 -186 OFFCURVE", "314 -176 OFFCURVE", "324 -174 CURVE", "330 -175 OFFCURVE", "339 -176 OFFCURVE", "346 -176 CURVE SMOOTH", "362 -176 OFFCURVE", "371 -173 OFFCURVE", "371 -154 CURVE SMOOTH", "371 -143 OFFCURVE", "367 -133 OFFCURVE", "363 -122 CURVE", "376 -104 OFFCURVE", "532 -105 OFFCURVE", "560 -96 CURVE SMOOTH", "573 -92 OFFCURVE", "593 -88 OFFCURVE", "607 -88 CURVE SMOOTH", "623 -88 OFFCURVE", "640 -83 OFFCURVE", "640 -63 CURVE SMOOTH", "640 -30 OFFCURVE", "618 -42 OFFCURVE", "602 -29 CURVE", "588 -24 OFFCURVE", "581 -27 OFFCURVE", "568 -27 CURVE SMOOTH", "567 -27 OFFCURVE", "563 -25 OFFCURVE", "562 -25 CURVE", "555 -18 OFFCURVE", "538 -5 OFFCURVE", "528 -5 CURVE SMOOTH", "518 -5 OFFCURVE", "508 -12 OFFCURVE", "498 -12 CURVE SMOOTH", "495 -12 OFFCURVE", "491 -10 OFFCURVE", "488 -8 CURVE", "479 5 OFFCURVE", "463 8 OFFCURVE", "450 8 CURVE SMOOTH", "444 8 OFFCURVE", "440 4 OFFCURVE", "434 2 CURVE", "431 3 OFFCURVE", "429 7 OFFCURVE", "427 9 CURVE SMOOTH", "412 26 OFFCURVE", "380 11 OFFCURVE", "363 23 CURVE SMOOTH", "319 56 OFFCURVE", "322 43 OFFCURVE", "273 43 CURVE SMOOTH", "265 43 OFFCURVE", "219 50 OFFCURVE", "222 65 CURVE SMOOTH", "224 74 LINE", "238 84 OFFCURVE", "289 82 OFFCURVE", "307 88 CURVE SMOOTH", "317 91 OFFCURVE", "326 96 OFFCURVE", "334 104 CURVE SMOOTH", "353 123 OFFCURVE", "375 125 OFFCURVE", "397 135 CURVE SMOOTH", "401 136 OFFCURVE", "411 141 OFFCURVE", "415 141 CURVE", "420 137 OFFCURVE", "432 131 OFFCURVE", "438 131 CURVE SMOOTH", "442 131 OFFCURVE", "446 133 OFFCURVE", "449 136 CURVE SMOOTH", "460 144 OFFCURVE", "468 140 OFFCURVE", "479 144 CURVE", "501 144 OFFCURVE", "535 157 OFFCURVE", "535 186 CURVE SMOOTH", "535 201 OFFCURVE", "476 222 OFFCURVE", "462 222 CURVE SMOOTH", "454 222 OFFCURVE", "446 218 OFFCURVE", "439 218 CURVE SMOOTH", "423 218 OFFCURVE", "408 226 OFFCURVE", "391 226 CURVE SMOOTH", "374 226 OFFCURVE", "357 231 OFFCURVE", "340 231 CURVE SMOOTH", "325 231 OFFCURVE", "240 275 OFFCURVE", "240 291 CURVE SMOOTH", "240 315 OFFCURVE", "294 361 OFFCURVE", "315 361 CURVE SMOOTH", "325 361 OFFCURVE", "333 367 OFFCURVE", "340 375 CURVE SMOOTH", "343 377 OFFCURVE", "350 386 OFFCURVE", "355 388 CURVE SMOOTH", "413 402 OFFCURVE", "470 408 OFFCURVE", "528 417 CURVE SMOOTH", "556 423 OFFCURVE", "602 441 OFFCURVE", "620 441 CURVE SMOOTH", "628 441 OFFCURVE", "636 438 OFFCURVE", "644 438 CURVE SMOOTH", "668 438 OFFCURVE", "695 463 OFFCURVE", "720 463 CURVE SMOOTH", "730 463 OFFCURVE", "731 471 OFFCURVE", "739 475 CURVE", "749 472 OFFCURVE", "759 464 OFFCURVE", "770 464 CURVE SMOOTH", "786 464 OFFCURVE", "857 474 OFFCURVE", "868 483 CURVE SMOOTH", "872 485 OFFCURVE", "876 486 OFFCURVE", "880 486 CURVE SMOOTH", "890 486 OFFCURVE", "899 484 OFFCURVE", "909 483 CURVE", "912 484 OFFCURVE", "916 485 OFFCURVE", "919 485 CURVE SMOOTH", "925 485 OFFCURVE", "932 482 OFFCURVE", "938 482 CURVE SMOOTH", "966 482 OFFCURVE", "1016 499 OFFCURVE", "1046 505 CURVE SMOOTH", "1066 508 OFFCURVE", "1084 513 OFFCURVE", "1104 513 CURVE SMOOTH", "1123 513 OFFCURVE", "1141 522 OFFCURVE", "1164 522 CURVE SMOOTH", "1189 522 OFFCURVE", "1200 527 OFFCURVE", "1200 556 CURVE SMOOTH", "1200 596 OFFCURVE", "1128 583 OFFCURVE", "1105 583 CURVE", "1105 583 LINE", "1073 583 OFFCURVE", "1046 599 OFFCURVE", "1016 599 CURVE SMOOTH", "1010 599 OFFCURVE", "983 590 OFFCURVE", "974 588 CURVE", "955 592 OFFCURVE", "938 604 OFFCURVE", "917 604 CURVE SMOOTH", "902 604 OFFCURVE", "886 602 OFFCURVE", "871 600 CURVE SMOOTH", "862 600 OFFCURVE", "853 594 OFFCURVE", "844 594 CURVE SMOOTH", "841 594 OFFCURVE", "838 596 OFFCURVE", "836 598 CURVE SMOOTH", "811 624 OFFCURVE", "794 630 OFFCURVE", "760 630 CURVE SMOOTH", "744 630 OFFCURVE", "749 651 OFFCURVE", "703 651 CURVE SMOOTH", "681 651 OFFCURVE", "662 666 OFFCURVE", "640 666 CURVE SMOOTH", "631 666 OFFCURVE", "621 659 OFFCURVE", "612 659 CURVE SMOOTH", "607 659 OFFCURVE", "602 663 OFFCURVE", "598 667 CURVE SMOOTH", "586 679 OFFCURVE", "555 674 OFFCURVE", "540 674 CURVE SMOOTH", "536 674 OFFCURVE", "531 674 OFFCURVE", "527 675 CURVE", "513 687 OFFCURVE", "480 682 OFFCURVE", "462 693 CURVE SMOOTH", "455 697 OFFCURVE", "451 706 OFFCURVE", "443 706 CURVE SMOOTH", "435 706 OFFCURVE", "427 701 OFFCURVE", "419 701 CURVE SMOOTH", "413 701 OFFCURVE", "406 706 OFFCURVE", "399 706 CURVE SMOOTH", "392 706 OFFCURVE", "384 705 OFFCURVE", "377 705 CURVE SMOOTH", "342 705 OFFCURVE", "307 708 OFFCURVE", "273 708 CURVE SMOOTH", "262 708 OFFCURVE", "261 714 OFFCURVE", "257 725 CURVE", "260 730 OFFCURVE", "276 733 OFFCURVE", "281 734 CURVE SMOOTH", "336 746 OFFCURVE", "382 767 OFFCURVE", "433 791 CURVE SMOOTH", "446 797 OFFCURVE", "460 820 OFFCURVE", "477 817 CURVE SMOOTH", "482 816 OFFCURVE", "486 816 OFFCURVE", "491 816 CURVE SMOOTH", "504 816 OFFCURVE", "517 829 OFFCURVE", "528 829 CURVE SMOOTH", "536 829 OFFCURVE", "549 829 OFFCURVE", "557 832 CURVE SMOOTH", "563 833 OFFCURVE", "568 839 OFFCURVE", "568 848 CURVE SMOOTH", "568 878 OFFCURVE", "547 884 OFFCURVE", "525 887 CURVE SMOOTH", "503 888 OFFCURVE", "487 903 OFFCURVE", "466 906 CURVE SMOOTH", "457 907 OFFCURVE", "447 903 OFFCURVE", "438 903 CURVE SMOOTH", "429 903 OFFCURVE", "385 912 OFFCURVE", "376 915 CURVE SMOOTH", "370 918 OFFCURVE", "332 939 OFFCURVE", "326 938 CURVE SMOOTH", "322 937 OFFCURVE", "319 934 OFFCURVE", "315 934 CURVE SMOOTH", "301 934 OFFCURVE", "287 939 OFFCURVE", "273 940 CURVE", "268 947 LINE", "278 964 OFFCURVE", "320 957 OFFCURVE", "335 957 CURVE SMOOTH", "359 957 OFFCURVE", "380 976 OFFCURVE", "405 979 CURVE SMOOTH", "416 980 OFFCURVE", "447 989 OFFCURVE", "447 1005 CURVE SMOOTH", "447 1032 OFFCURVE", "390 1041 OFFCURVE", "372 1041 CURVE SMOOTH", "353 1041 OFFCURVE", "341 1052 OFFCURVE", "323 1052 CURVE SMOOTH", "241 1052 OFFCURVE", "256 1069 OFFCURVE", "235 1131 CURVE SMOOTH", "231 1144 OFFCURVE", "215 1178 OFFCURVE", "215 1188 CURVE SMOOTH", "215 1235 OFFCURVE", "248 1263 OFFCURVE", "279 1290 CURVE SMOOTH", "292 1304 OFFCURVE", "315 1299 OFFCURVE", "327 1312 CURVE SMOOTH", "330 1315 OFFCURVE", "379 1329 OFFCURVE", "388 1331 CURVE", "395 1329 OFFCURVE", "403 1326 OFFCURVE", "410 1326 CURVE SMOOTH", "425 1326 OFFCURVE", "428 1345 OFFCURVE", "445 1345 CURVE SMOOTH", "458 1345 OFFCURVE", "459 1335 OFFCURVE", "475 1335 CURVE SMOOTH", "486 1335 OFFCURVE", "528 1356 OFFCURVE", "541 1364 CURVE SMOOTH", "575 1379 OFFCURVE", "614 1378 OFFCURVE", "648 1391 CURVE SMOOTH", "657 1395 OFFCURVE", "663 1403 OFFCURVE", "663 1413 CURVE SMOOTH", "663 1461 OFFCURVE", "625 1453 OFFCURVE", "597 1453 CURVE SMOOTH", "577 1453 OFFCURVE", "565 1484 OFFCURVE", "512 1484 CURVE SMOOTH", "504 1484 OFFCURVE", "499 1479 OFFCURVE", "492 1478 CURVE", "485 1484 OFFCURVE", "488 1489 OFFCURVE", "477 1493 CURVE SMOOTH", "464 1496 OFFCURVE", "442 1501 OFFCURVE", "431 1509 CURVE SMOOTH", "428 1511 OFFCURVE", "425 1514 OFFCURVE", "421 1514 CURVE SMOOTH", "415 1514 OFFCURVE", "410 1506 OFFCURVE", "404 1504 CURVE", "395 1511 OFFCURVE", "357 1567 OFFCURVE", "339 1551 CURVE", "303 1551 OFFCURVE", "245 1590 OFFCURVE", "206 1590 CURVE SMOOTH", "194 1590 OFFCURVE", "175 1601 OFFCURVE", "175 1615 CURVE SMOOTH", "175 1654 OFFCURVE", "235 1670 OFFCURVE", "262 1670 CURVE SMOOTH", "281 1670 OFFCURVE", "343 1683 OFFCURVE", "362 1686 CURVE SMOOTH", "379 1690 OFFCURVE", "402 1713 OFFCURVE", "416 1713 CURVE", "424 1710 LINE", "435 1700 OFFCURVE", "450 1696 OFFCURVE", "465 1696 CURVE SMOOTH", "474 1696 OFFCURVE", "486 1698 OFFCURVE", "490 1708 CURVE", "493 1709 LINE", "498 1706 OFFCURVE", "507 1697 OFFCURVE", "513 1697 CURVE SMOOTH", "517 1697 OFFCURVE", "521 1700 OFFCURVE", "524 1702 CURVE SMOOTH", "539 1715 OFFCURVE", "562 1718 OFFCURVE", "581 1722 CURVE SMOOTH", "592 1725 OFFCURVE", "599 1736 OFFCURVE", "610 1739 CURVE", "622 1735 OFFCURVE", "641 1735 OFFCURVE", "654 1735 CURVE SMOOTH", "708 1735 OFFCURVE", "714 1755 OFFCURVE", "767 1755 CURVE SMOOTH", "794 1755 OFFCURVE", "830 1761 OFFCURVE", "830 1797 CURVE SMOOTH", "830 1806 OFFCURVE", "827 1830 OFFCURVE", "816 1830 CURVE SMOOTH", "811 1830 OFFCURVE", "805 1825 OFFCURVE", "800 1825 CURVE SMOOTH", "793 1825 OFFCURVE", "786 1831 OFFCURVE", "781 1836 CURVE SMOOTH", "755 1858 OFFCURVE", "736 1850 OFFCURVE", "706 1855 CURVE", "704 1854 OFFCURVE", "701 1853 OFFCURVE", "699 1852 CURVE", "690 1852 LINE SMOOTH", "688 1852 OFFCURVE", "679 1858 OFFCURVE", "677 1859 CURVE SMOOTH", "622 1899 OFFCURVE", "612 1876 OFFCURVE", "560 1891 CURVE SMOOTH", "545 1894 OFFCURVE", "546 1912 OFFCURVE", "517 1912 CURVE SMOOTH", "506 1912 OFFCURVE", "499 1907 OFFCURVE", "490 1903 CURVE", "477 1912 OFFCURVE", "474 1934 OFFCURVE", "461 1934 CURVE SMOOTH", "435 1934 OFFCURVE", "419 1921 OFFCURVE", "396 1913 CURVE", "393 1914 OFFCURVE", "390 1917 OFFCURVE", "388 1919 CURVE SMOOTH", "372 1941 OFFCURVE", "330 1951 OFFCURVE", "306 1951 CURVE SMOOTH", "292 1951 OFFCURVE", "283 1942 OFFCURVE", "270 1941 CURVE", "246 1946 OFFCURVE", "136 1980 OFFCURVE", "127 1999 CURVE", "131 2002 LINE", "147 2010 OFFCURVE", "159 2004 OFFCURVE", "175 2004 CURVE SMOOTH", "189 2004 OFFCURVE", "256 2011 OFFCURVE", "264 2017 CURVE SMOOTH", "276 2026 OFFCURVE", "305 2035 OFFCURVE", "320 2035 CURVE SMOOTH", "327 2035 OFFCURVE", "334 2032 OFFCURVE", "341 2032 CURVE SMOOTH", "355 2032 OFFCURVE", "370 2040 OFFCURVE", "373 2054 CURVE", "390 2054 OFFCURVE", "414 2054 OFFCURVE", "414 2080 CURVE SMOOTH", "414 2108 OFFCURVE", "391 2098 OFFCURVE", "379 2104 CURVE", "376 2107 OFFCURVE", "297 2152 OFFCURVE", "294 2152 CURVE SMOOTH", "288 2152 OFFCURVE", "284 2146 OFFCURVE", "279 2144 CURVE", "263 2150 OFFCURVE", "213 2168 OFFCURVE", "199 2168 CURVE SMOOTH", "194 2168 OFFCURVE", "143 2202 OFFCURVE", "135 2208 CURVE SMOOTH", "113 2224 OFFCURVE", "76 2217 OFFCURVE", "50 2217 CURVE SMOOTH", "45 2217 OFFCURVE", "41 2217 OFFCURVE", "36 2218 CURVE", "29 2223 OFFCURVE", "21 2226 OFFCURVE", "13 2226 CURVE SMOOTH", "10 2226 OFFCURVE", "6 2226 OFFCURVE", "3 2225 CURVE", "0 2219 LINE", "1 -473 LINE", "4 -479 LINE" ); } ); width = 1200; } ); note = uniE0C8; unicode = E0C8; }, { color = 2; glyphname = uniE0CA; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1199 -473 LINE", "1200 2219 LINE", "1197 2225 LINE", "1194 2226 OFFCURVE", "1190 2226 OFFCURVE", "1187 2226 CURVE SMOOTH", "1173 2226 OFFCURVE", "1162 2218 OFFCURVE", "1148 2218 CURVE SMOOTH", "1134 2218 OFFCURVE", "1120 2219 OFFCURVE", "1106 2219 CURVE SMOOTH", "1075 2219 OFFCURVE", "1041 2198 OFFCURVE", "1017 2176 CURVE SMOOTH", "1008 2168 OFFCURVE", "938 2151 OFFCURVE", "921 2144 CURVE", "917 2148 OFFCURVE", "911 2151 OFFCURVE", "906 2151 CURVE SMOOTH", "897 2151 OFFCURVE", "825 2108 OFFCURVE", "821 2104 CURVE", "807 2104 OFFCURVE", "786 2103 OFFCURVE", "786 2081 CURVE SMOOTH", "786 2053 OFFCURVE", "811 2054 OFFCURVE", "827 2054 CURVE", "835 2040 OFFCURVE", "842 2033 OFFCURVE", "859 2033 CURVE SMOOTH", "866 2033 OFFCURVE", "873 2036 OFFCURVE", "880 2036 CURVE SMOOTH", "894 2036 OFFCURVE", "924 2028 OFFCURVE", "936 2018 CURVE SMOOTH", "955 2003 OFFCURVE", "1023 2007 OFFCURVE", "1049 2007 CURVE SMOOTH", "1058 2007 OFFCURVE", "1066 2006 OFFCURVE", "1073 2000 CURVE", "1066 1986 OFFCURVE", "950 1940 OFFCURVE", "930 1940 CURVE SMOOTH", "920 1940 OFFCURVE", "907 1952 OFFCURVE", "894 1952 CURVE SMOOTH", "870 1952 OFFCURVE", "828 1940 OFFCURVE", "812 1920 CURVE SMOOTH", "810 1919 OFFCURVE", "807 1915 OFFCURVE", "804 1914 CURVE", "781 1922 OFFCURVE", "765 1934 OFFCURVE", "739 1934 CURVE SMOOTH", "726 1934 OFFCURVE", "721 1913 OFFCURVE", "710 1903 CURVE", "700 1909 OFFCURVE", "691 1913 OFFCURVE", "680 1913 CURVE SMOOTH", "656 1913 OFFCURVE", "654 1897 OFFCURVE", "640 1892 CURVE SMOOTH", "587 1875 OFFCURVE", "582 1898 OFFCURVE", "523 1859 CURVE SMOOTH", "516 1854 OFFCURVE", "509 1852 OFFCURVE", "501 1854 CURVE SMOOTH", "499 1854 OFFCURVE", "496 1854 OFFCURVE", "494 1855 CURVE", "459 1848 OFFCURVE", "452 1860 OFFCURVE", "419 1835 CURVE SMOOTH", "414 1832 OFFCURVE", "406 1826 OFFCURVE", "400 1826 CURVE SMOOTH", "394 1826 OFFCURVE", "389 1830 OFFCURVE", "384 1830 CURVE SMOOTH", "374 1830 OFFCURVE", "370 1808 OFFCURVE", "370 1799 CURVE SMOOTH", "370 1752 OFFCURVE", "426 1757 OFFCURVE", "454 1757 CURVE SMOOTH", "478 1757 OFFCURVE", "503 1736 OFFCURVE", "546 1736 CURVE SMOOTH", "559 1736 OFFCURVE", "578 1736 OFFCURVE", "590 1741 CURVE", "601 1736 OFFCURVE", "608 1725 OFFCURVE", "619 1722 CURVE SMOOTH", "634 1719 OFFCURVE", "664 1714 OFFCURVE", "676 1703 CURVE SMOOTH", "679 1700 OFFCURVE", "683 1697 OFFCURVE", "687 1697 CURVE SMOOTH", "691 1697 OFFCURVE", "702 1708 OFFCURVE", "707 1710 CURVE", "718 1698 OFFCURVE", "718 1696 OFFCURVE", "735 1696 CURVE SMOOTH", "750 1696 OFFCURVE", "765 1699 OFFCURVE", "776 1711 CURVE", "778 1713 OFFCURVE", "782 1714 OFFCURVE", "784 1714 CURVE SMOOTH", "803 1714 OFFCURVE", "819 1692 OFFCURVE", "837 1686 CURVE SMOOTH", "853 1682 OFFCURVE", "907 1680 OFFCURVE", "918 1673 CURVE SMOOTH", "941 1657 OFFCURVE", "1025 1671 OFFCURVE", "1025 1617 CURVE SMOOTH", "1025 1600 OFFCURVE", "1006 1590 OFFCURVE", "994 1590 CURVE SMOOTH", "955 1590 OFFCURVE", "896 1553 OFFCURVE", "861 1553 CURVE", "860 1554 OFFCURVE", "858 1554 OFFCURVE", "857 1554 CURVE SMOOTH", "827 1554 OFFCURVE", "796 1505 OFFCURVE", "796 1505 CURVE", "790 1508 OFFCURVE", "786 1513 OFFCURVE", "779 1513 CURVE SMOOTH", "778 1513 OFFCURVE", "732 1496 OFFCURVE", "724 1493 CURVE SMOOTH", "714 1490 OFFCURVE", "715 1486 OFFCURVE", "708 1479 CURVE", "702 1481 OFFCURVE", "695 1483 OFFCURVE", "689 1483 CURVE SMOOTH", "644 1483 OFFCURVE", "621 1454 OFFCURVE", "604 1454 CURVE SMOOTH", "596 1454 OFFCURVE", "589 1454 OFFCURVE", "581 1454 CURVE SMOOTH", "558 1454 OFFCURVE", "537 1445 OFFCURVE", "537 1413 CURVE SMOOTH", "537 1382 OFFCURVE", "635 1377 OFFCURVE", "659 1363 CURVE", "678 1362 OFFCURVE", "704 1334 OFFCURVE", "725 1334 CURVE SMOOTH", "741 1334 OFFCURVE", "741 1345 OFFCURVE", "756 1345 CURVE SMOOTH", "772 1345 OFFCURVE", "775 1326 OFFCURVE", "790 1326 CURVE SMOOTH", "797 1326 OFFCURVE", "805 1329 OFFCURVE", "812 1331 CURVE", "873 1317 OFFCURVE", "985 1283 OFFCURVE", "985 1188 CURVE SMOOTH", "985 1180 OFFCURVE", "969 1144 OFFCURVE", "965 1133 CURVE SMOOTH", "940 1059 OFFCURVE", "950 1053 OFFCURVE", "877 1053 CURVE SMOOTH", "860 1053 OFFCURVE", "846 1043 OFFCURVE", "828 1043 CURVE SMOOTH", "812 1043 OFFCURVE", "753 1032 OFFCURVE", "753 1005 CURVE SMOOTH", "753 983 OFFCURVE", "824 973 OFFCURVE", "840 963 CURVE SMOOTH", "860 949 OFFCURVE", "909 970 OFFCURVE", "932 948 CURVE", "930 945 OFFCURVE", "928 942 OFFCURVE", "926 940 CURVE", "908 937 OFFCURVE", "892 937 OFFCURVE", "874 937 CURVE SMOOTH", "864 937 OFFCURVE", "833 919 OFFCURVE", "824 915 CURVE SMOOTH", "797 901 OFFCURVE", "762 906 OFFCURVE", "734 906 CURVE SMOOTH", "715 906 OFFCURVE", "696 890 OFFCURVE", "675 885 CURVE SMOOTH", "654 883 OFFCURVE", "632 880 OFFCURVE", "632 848 CURVE SMOOTH", "632 826 OFFCURVE", "661 831 OFFCURVE", "672 829 CURVE SMOOTH", "697 825 OFFCURVE", "686 818 OFFCURVE", "723 818 CURVE SMOOTH", "741 818 OFFCURVE", "753 801 OFFCURVE", "767 791 CURVE SMOOTH", "800 771 OFFCURVE", "881 742 OFFCURVE", "919 734 CURVE SMOOTH", "924 733 OFFCURVE", "940 730 OFFCURVE", "943 723 CURVE", "933 700 OFFCURVE", "928 711 OFFCURVE", "909 711 CURVE SMOOTH", "889 711 OFFCURVE", "811 697 OFFCURVE", "801 707 CURVE", "795 706 OFFCURVE", "787 700 OFFCURVE", "781 700 CURVE SMOOTH", "773 700 OFFCURVE", "765 707 OFFCURVE", "757 707 CURVE SMOOTH", "747 707 OFFCURVE", "745 696 OFFCURVE", "738 692 CURVE SMOOTH", "717 682 OFFCURVE", "693 690 OFFCURVE", "673 676 CURVE SMOOTH", "669 674 OFFCURVE", "664 672 OFFCURVE", "660 672 CURVE SMOOTH", "649 672 OFFCURVE", "638 674 OFFCURVE", "627 674 CURVE SMOOTH", "599 674 OFFCURVE", "603 659 OFFCURVE", "588 659 CURVE SMOOTH", "577 659 OFFCURVE", "567 665 OFFCURVE", "556 665 CURVE SMOOTH", "535 665 OFFCURVE", "515 654 OFFCURVE", "492 654 CURVE SMOOTH", "457 654 OFFCURVE", "460 631 OFFCURVE", "427 631 CURVE SMOOTH", "388 631 OFFCURVE", "366 594 OFFCURVE", "356 594 CURVE SMOOTH", "347 594 OFFCURVE", "338 602 OFFCURVE", "329 602 CURVE SMOOTH", "314 604 OFFCURVE", "298 605 OFFCURVE", "283 605 CURVE SMOOTH", "262 605 OFFCURVE", "245 592 OFFCURVE", "226 589 CURVE", "211 591 OFFCURVE", "195 600 OFFCURVE", "180 600 CURVE SMOOTH", "161 600 OFFCURVE", "141 590 OFFCURVE", "123 585 CURVE SMOOTH", "100 579 OFFCURVE", "0 602 OFFCURVE", "0 556 CURVE SMOOTH", "0 513 OFFCURVE", "31 523 OFFCURVE", "57 523 CURVE SMOOTH", "70 523 OFFCURVE", "83 512 OFFCURVE", "96 512 CURVE SMOOTH", "146 512 OFFCURVE", "197 494 OFFCURVE", "246 484 CURVE SMOOTH", "251 483 OFFCURVE", "257 482 OFFCURVE", "262 482 CURVE SMOOTH", "272 482 OFFCURVE", "281 483 OFFCURVE", "291 483 CURVE SMOOTH", "301 483 OFFCURVE", "310 486 OFFCURVE", "320 486 CURVE SMOOTH", "324 486 OFFCURVE", "328 485 OFFCURVE", "332 483 CURVE SMOOTH", "343 475 OFFCURVE", "414 464 OFFCURVE", "430 464 CURVE SMOOTH", "441 464 OFFCURVE", "451 473 OFFCURVE", "461 475 CURVE", "468 472 OFFCURVE", "471 462 OFFCURVE", "480 462 CURVE SMOOTH", "506 462 OFFCURVE", "531 439 OFFCURVE", "556 439 CURVE SMOOTH", "565 439 OFFCURVE", "575 442 OFFCURVE", "585 442 CURVE SMOOTH", "595 442 OFFCURVE", "621 432 OFFCURVE", "630 427 CURVE SMOOTH", "652 418 OFFCURVE", "801 399 OFFCURVE", "846 388 CURVE", "851 384 OFFCURVE", "856 379 OFFCURVE", "860 375 CURVE SMOOTH", "867 367 OFFCURVE", "876 361 OFFCURVE", "886 361 CURVE SMOOTH", "906 361 OFFCURVE", "960 314 OFFCURVE", "960 292 CURVE SMOOTH", "960 275 OFFCURVE", "874 231 OFFCURVE", "860 231 CURVE SMOOTH", "840 231 OFFCURVE", "820 227 OFFCURVE", "800 227 CURVE SMOOTH", "786 227 OFFCURVE", "774 219 OFFCURVE", "760 219 CURVE SMOOTH", "753 219 OFFCURVE", "746 222 OFFCURVE", "738 222 CURVE SMOOTH", "724 222 OFFCURVE", "665 203 OFFCURVE", "665 187 CURVE SMOOTH", "665 152 OFFCURVE", "700 149 OFFCURVE", "721 146 CURVE SMOOTH", "734 144 OFFCURVE", "751 130 OFFCURVE", "762 130 CURVE SMOOTH", "769 130 OFFCURVE", "779 137 OFFCURVE", "786 143 CURVE", "786 144 LINE", "806 136 OFFCURVE", "851 119 OFFCURVE", "866 103 CURVE SMOOTH", "874 95 OFFCURVE", "883 91 OFFCURVE", "893 87 CURVE SMOOTH", "920 82 OFFCURVE", "948 83 OFFCURVE", "975 76 CURVE", "977 72 OFFCURVE", "977 65 OFFCURVE", "979 62 CURVE", "979 60 OFFCURVE", "960 50 OFFCURVE", "957 48 CURVE SMOOTH", "946 41 OFFCURVE", "899 44 OFFCURVE", "884 44 CURVE SMOOTH", "865 44 OFFCURVE", "854 30 OFFCURVE", "837 25 CURVE SMOOTH", "820 16 OFFCURVE", "786 26 OFFCURVE", "773 9 CURVE SMOOTH", "771 7 OFFCURVE", "769 3 OFFCURVE", "766 1 CURVE", "761 6 OFFCURVE", "756 8 OFFCURVE", "750 8 CURVE SMOOTH", "720 8 OFFCURVE", "713 -10 OFFCURVE", "702 -10 CURVE SMOOTH", "692 -10 OFFCURVE", "682 -5 OFFCURVE", "673 -5 CURVE SMOOTH", "658 -5 OFFCURVE", "646 -24 OFFCURVE", "632 -27 CURVE", "631 -27 OFFCURVE", "620 -25 OFFCURVE", "617 -25 CURVE SMOOTH", "596 -25 OFFCURVE", "561 -34 OFFCURVE", "561 -62 CURVE SMOOTH", "561 -75 OFFCURVE", "567 -83 OFFCURVE", "577 -86 CURVE SMOOTH", "612 -93 OFFCURVE", "651 -100 OFFCURVE", "686 -100 CURVE SMOOTH", "701 -100 OFFCURVE", "830 -112 OFFCURVE", "837 -123 CURVE", "837 -136 OFFCURVE", "829 -146 OFFCURVE", "829 -160 CURVE SMOOTH", "829 -174 OFFCURVE", "847 -176 OFFCURVE", "854 -176 CURVE SMOOTH", "861 -176 OFFCURVE", "869 -175 OFFCURVE", "876 -173 CURVE", "885 -176 OFFCURVE", "891 -186 OFFCURVE", "899 -190 CURVE SMOOTH", "914 -200 OFFCURVE", "937 -203 OFFCURVE", "953 -206 CURVE SMOOTH", "970 -210 OFFCURVE", "975 -223 OFFCURVE", "996 -223 CURVE SMOOTH", "1008 -223 OFFCURVE", "1056 -232 OFFCURVE", "1056 -251 CURVE SMOOTH", "1056 -264 OFFCURVE", "1034 -266 OFFCURVE", "1025 -266 CURVE SMOOTH", "1003 -266 OFFCURVE", "1009 -279 OFFCURVE", "993 -284 CURVE SMOOTH", "961 -295 OFFCURVE", "936 -308 OFFCURVE", "912 -338 CURVE", "892 -344 OFFCURVE", "850 -325 OFFCURVE", "850 -363 CURVE SMOOTH", "850 -372 OFFCURVE", "853 -384 OFFCURVE", "863 -385 CURVE SMOOTH", "894 -392 OFFCURVE", "924 -401 OFFCURVE", "954 -401 CURVE SMOOTH", "972 -401 OFFCURVE", "987 -417 OFFCURVE", "1002 -429 CURVE SMOOTH", "1024 -444 OFFCURVE", "1047 -434 OFFCURVE", "1070 -441 CURVE SMOOTH", "1080 -445 OFFCURVE", "1089 -451 OFFCURVE", "1098 -456 CURVE SMOOTH", "1137 -480 OFFCURVE", "1151 -479 OFFCURVE", "1196 -479 CURVE", "1196 -479 LINE" ); } ); width = 1200; } ); note = uniE0CA; unicode = E0CA; }, { color = 2; glyphname = uniE0CC; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1035 305 LINE", "1200 854 LINE", "1035 1403 LINE", "704 1403 LINE", "539 854 LINE", "704 305 LINE" ); }, { closed = 1; nodes = ( "331 -480 LINE", "496 68 LINE", "331 617 LINE", "0 617 LINE", "0 -480 LINE" ); }, { closed = 1; nodes = ( "331 1129 LINE", "496 1678 LINE", "331 2226 LINE", "0 2226 LINE", "0 1129 LINE" ); } ); width = 1200; } ); note = uniE0CC; unicode = E0CC; }, { color = 2; glyphname = uniE0CD; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1031 290 LINE", "1200 854 LINE", "1031 1419 LINE", "692 1419 LINE", "523 854 LINE", "692 290 LINE" ); }, { closed = 1; nodes = ( "345 -480 LINE", "514 85 LINE", "345 650 LINE", "0 650 LINE", "0 -480 LINE" ); }, { closed = 1; nodes = ( "28 596 LINE", "328 596 LINE", "481 85 LINE", "328 -425 LINE", "28 -425 LINE" ); }, { closed = 1; nodes = ( "555 854 LINE", "708 1364 LINE", "1014 1364 LINE", "1167 854 LINE", "1014 343 LINE", "708 343 LINE" ); }, { closed = 1; nodes = ( "345 1096 LINE", "514 1661 LINE", "345 2226 LINE", "0 2226 LINE", "0 1096 LINE" ); }, { closed = 1; nodes = ( "28 2171 LINE", "328 2171 LINE", "481 1661 LINE", "328 1150 LINE", "28 1150 LINE" ); } ); width = 1200; } ); note = uniE0CD; unicode = E0CD; }, { color = 2; glyphname = uniE0CE; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "950 -149 LINE", "891 -146 LINE", "856 -76 OFFCURVE", "836 71 OFFCURVE", "836 218 CURVE SMOOTH", "836 353 OFFCURVE", "855 501 OFFCURVE", "892 584 CURVE", "971 579 LINE", "936 490 OFFCURVE", "919 342 OFFCURVE", "919 209 CURVE SMOOTH", "919 58 OFFCURVE", "939 -93 OFFCURVE", "971 -149 CURVE", "976 -155 OFFCURVE", "981 -158 OFFCURVE", "986 -158 CURVE", "987 -157 LINE", "1011 -156 OFFCURVE", "1034 -85 OFFCURVE", "1046 27 CURVE SMOOTH", "1052 84 OFFCURVE", "1055 145 OFFCURVE", "1055 212 CURVE SMOOTH", "1055 234 OFFCURVE", "1054 259 OFFCURVE", "1053 286 CURVE", "1108 515 LINE", "1036 519 LINE", "1002 589 OFFCURVE", "981 737 OFFCURVE", "981 883 CURVE SMOOTH", "981 1019 OFFCURVE", "1000 1166 OFFCURVE", "1037 1249 CURVE", "1106 1244 LINE", "1052 1464 LINE", "1053 1488 OFFCURVE", "1053 1509 OFFCURVE", "1053 1524 CURVE SMOOTH", "1053 1625 OFFCURVE", "1046 1721 OFFCURVE", "1033 1787 CURVE SMOOTH", "1020 1853 OFFCURVE", "1003 1895 OFFCURVE", "985 1895 CURVE SMOOTH", "976 1895 OFFCURVE", "967 1886 OFFCURVE", "958 1867 CURVE", "929 1777 OFFCURVE", "916 1642 OFFCURVE", "916 1517 CURVE SMOOTH", "916 1502 OFFCURVE", "916 1486 OFFCURVE", "916 1471 CURVE SMOOTH", "920 1336 OFFCURVE", "940 1208 OFFCURVE", "969 1164 CURVE", "888 1167 LINE", "866 1212 OFFCURVE", "849 1288 OFFCURVE", "840 1376 CURVE SMOOTH", "836 1423 OFFCURVE", "833 1477 OFFCURVE", "833 1531 CURVE SMOOTH", "833 1622 OFFCURVE", "840 1709 OFFCURVE", "856 1789 CURVE SMOOTH", "865 1831 OFFCURVE", "876 1868 OFFCURVE", "888 1897 CURVE", "946 1894 LINE", "876 2177 LINE", "558 863 LINE", "878 -452 LINE" ); }, { closed = 1; nodes = ( "786 -480 LINE", "465 751 LINE", "0 751 LINE", "291 -480 LINE" ); }, { closed = 1; nodes = ( "730 503 LINE", "695 573 OFFCURVE", "675 723 OFFCURVE", "675 870 CURVE SMOOTH", "675 1004 OFFCURVE", "694 1148 OFFCURVE", "731 1233 CURVE", "810 1228 LINE", "775 1138 OFFCURVE", "758 990 OFFCURVE", "758 856 CURVE SMOOTH", "758 846 OFFCURVE", "758 833 OFFCURVE", "758 823 CURVE SMOOTH", "762 682 OFFCURVE", "782 547 OFFCURVE", "811 499 CURVE" ); }, { closed = 1; nodes = ( "469 995 LINE", "776 2226 LINE", "295 2226 LINE", "4 995 LINE" ); }, { closed = 1; nodes = ( "1132 505 LINE", "1157 506 OFFCURVE", "1179 576 OFFCURVE", "1191 689 CURVE SMOOTH", "1197 746 OFFCURVE", "1200 807 OFFCURVE", "1200 874 CURVE SMOOTH", "1200 1007 OFFCURVE", "1187 1129 OFFCURVE", "1166 1195 CURVE SMOOTH", "1155 1228 OFFCURVE", "1144 1244 OFFCURVE", "1131 1244 CURVE SMOOTH", "1124 1244 OFFCURVE", "1117 1238 OFFCURVE", "1110 1228 CURVE", "1080 1138 OFFCURVE", "1064 998 OFFCURVE", "1064 871 CURVE SMOOTH", "1064 856 OFFCURVE", "1064 842 OFFCURVE", "1065 829 CURVE SMOOTH", "1068 691 OFFCURVE", "1089 563 OFFCURVE", "1117 514 CURVE", "1114 514 LINE", "1120 507 OFFCURVE", "1125 503 OFFCURVE", "1131 503 CURVE" ); } ); width = 1200; } ); note = uniE0CE; unicode = E0CE; }, { color = 2; glyphname = uniE0CF; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1188 1499 LINE", "1053 1661 LINE", "1052 1528 LINE", "1021 1451 OFFCURVE", "955 1405 OFFCURVE", "890 1405 CURVE SMOOTH", "830 1405 OFFCURVE", "766 1449 OFFCURVE", "728 1531 CURVE", "731 1709 LINE", "770 1630 OFFCURVE", "836 1592 OFFCURVE", "895 1592 CURVE SMOOTH", "962 1592 OFFCURVE", "1029 1637 OFFCURVE", "1053 1710 CURVE SMOOTH", "1056 1721 OFFCURVE", "1058 1732 OFFCURVE", "1058 1743 CURVE", "1057 1745 LINE", "1057 1830 OFFCURVE", "984 1898 OFFCURVE", "893 1898 CURVE SMOOTH", "883 1898 OFFCURVE", "873 1897 OFFCURVE", "860 1895 CURVE", "759 2018 LINE", "757 1856 LINE", "726 1779 OFFCURVE", "660 1733 OFFCURVE", "595 1733 CURVE SMOOTH", "535 1733 OFFCURVE", "471 1776 OFFCURVE", "433 1858 CURVE", "435 2015 LINE", "338 1892 LINE", "327 1894 OFFCURVE", "318 1895 OFFCURVE", "311 1895 CURVE SMOOTH", "220 1895 OFFCURVE", "147 1826 OFFCURVE", "147 1739 CURVE SMOOTH", "147 1720 OFFCURVE", "151 1701 OFFCURVE", "159 1682 CURVE", "199 1617 OFFCURVE", "259 1584 OFFCURVE", "314 1584 CURVE SMOOTH", "322 1584 OFFCURVE", "328 1585 OFFCURVE", "335 1586 CURVE SMOOTH", "395 1595 OFFCURVE", "451 1639 OFFCURVE", "471 1704 CURVE", "469 1521 LINE", "439 1444 OFFCURVE", "373 1397 OFFCURVE", "308 1397 CURVE SMOOTH", "248 1397 OFFCURVE", "183 1441 OFFCURVE", "146 1524 CURVE", "147 1652 LINE", "21 1495 LINE", "21 1495 LINE", "605 777 LINE" ); }, { closed = 1; nodes = ( "546 578 LINE", "3 1268 LINE", "0 185 LINE", "0 185 LINE", "546 -470 LINE" ); }, { closed = 1; nodes = ( "1200 176 LINE", "1200 1292 LINE", "654 568 LINE", "654 568 LINE", "654 -480 LINE" ); }, { closed = 1; nodes = ( "543 1043 OFFCURVE", "478 1085 OFFCURVE", "441 1168 CURVE", "443 1346 LINE", "483 1267 OFFCURVE", "549 1229 OFFCURVE", "609 1229 CURVE SMOOTH", "613 1229 OFFCURVE", "618 1230 OFFCURVE", "622 1230 CURVE SMOOTH", "686 1237 OFFCURVE", "745 1283 OFFCURVE", "766 1349 CURVE", "764 1166 LINE", "734 1089 OFFCURVE", "667 1043 OFFCURVE", "603 1043 CURVE", "603 1043 LINE" ); }, { closed = 1; nodes = ( "607 1920 OFFCURVE", "614 1920 OFFCURVE", "620 1921 CURVE SMOOTH", "681 1930 OFFCURVE", "738 1974 OFFCURVE", "759 2039 CURVE", "759 2032 LINE", "763 2044 OFFCURVE", "764 2058 OFFCURVE", "764 2071 CURVE SMOOTH", "764 2072 LINE SMOOTH", "763 2157 OFFCURVE", "690 2226 OFFCURVE", "599 2226 CURVE SMOOTH", "509 2226 OFFCURVE", "435 2156 OFFCURVE", "435 2071 CURVE SMOOTH", "435 2054 OFFCURVE", "438 2039 OFFCURVE", "443 2025 CURVE", "443 2023 LINE", "482 1955 OFFCURVE", "544 1920 OFFCURVE", "601 1920 CURVE", "601 1920 LINE" ); } ); width = 1200; } ); note = uniE0CF; unicode = E0CF; }, { color = 2; glyphname = uniE0D0; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1041 893 OFFCURVE", "1122 962 OFFCURVE", "1166 1071 CURVE SMOOTH", "1188 1126 OFFCURVE", "1200 1186 OFFCURVE", "1200 1251 CURVE SMOOTH", "1200 1347 OFFCURVE", "1173 1438 OFFCURVE", "1127 1504 CURVE SMOOTH", "1078 1574 LINE SMOOTH", "1032 1640 OFFCURVE", "970 1679 OFFCURVE", "903 1679 CURVE SMOOTH", "813 1679 OFFCURVE", "732 1610 OFFCURVE", "688 1501 CURVE SMOOTH", "666 1446 OFFCURVE", "655 1386 OFFCURVE", "655 1321 CURVE SMOOTH", "655 1257 OFFCURVE", "668 1193 OFFCURVE", "689 1141 CURVE SMOOTH", "700 1114 OFFCURVE", "712 1090 OFFCURVE", "727 1068 CURVE", "727 1068 LINE", "777 998 LINE SMOOTH", "824 932 OFFCURVE", "885 893 OFFCURVE", "952 893 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "227 -155 OFFCURVE", "180 -127 OFFCURVE", "141 -76 CURVE", "141 -76 LINE", "173 -99 OFFCURVE", "208 -110 OFFCURVE", "245 -111 CURVE", "279 -160 LINE" ); }, { closed = 1; nodes = ( "47 86 OFFCURVE", "28 149 OFFCURVE", "25 222 CURVE", "25 222 LINE", "32 211 LINE", "37 150 OFFCURVE", "52 95 OFFCURVE", "77 44 CURVE", "81 31 LINE" ); }, { closed = 1; nodes = ( "264 -110 LINE", "388 -98 OFFCURVE", "487 45 OFFCURVE", "495 224 CURVE", "531 172 LINE", "530 52 OFFCURVE", "487 -57 OFFCURVE", "415 -116 CURVE", "415 -116 LINE", "380 -145 OFFCURVE", "341 -160 OFFCURVE", "300 -161 CURVE" ); }, { closed = 1; nodes = ( "24 251 LINE", "25 283 OFFCURVE", "28 314 OFFCURVE", "34 344 CURVE", "34 344 LINE", "46 403 OFFCURVE", "71 453 OFFCURVE", "102 493 CURVE", "54 424 OFFCURVE", "31 342 OFFCURVE", "31 247 CURVE SMOOTH", "31 241 LINE" ); }, { closed = 1; nodes = ( "386 -181 OFFCURVE", "468 -114 OFFCURVE", "511 -4 CURVE SMOOTH", "533 52 OFFCURVE", "545 112 OFFCURVE", "545 177 CURVE SMOOTH", "545 273 OFFCURVE", "518 364 OFFCURVE", "472 430 CURVE", "472 430 LINE", "423 500 LINE SMOOTH", "377 566 OFFCURVE", "315 605 OFFCURVE", "248 605 CURVE SMOOTH", "158 605 OFFCURVE", "77 536 OFFCURVE", "33 427 CURVE SMOOTH", "11 372 OFFCURVE", "0 312 OFFCURVE", "0 247 CURVE SMOOTH", "0 151 OFFCURVE", "25 60 OFFCURVE", "72 -6 CURVE SMOOTH", "122 -76 LINE SMOOTH", "169 -142 OFFCURVE", "230 -181 OFFCURVE", "297 -181 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "203 -76 OFFCURVE", "152 -41 OFFCURVE", "113 16 CURVE", "113 16 LINE", "68 81 OFFCURVE", "45 158 OFFCURVE", "45 247 CURVE SMOOTH", "45 339 OFFCURVE", "74 426 OFFCURVE", "114 481 CURVE SMOOTH", "154 536 OFFCURVE", "204 570 OFFCURVE", "248 570 CURVE SMOOTH", "292 570 OFFCURVE", "343 536 OFFCURVE", "383 479 CURVE SMOOTH", "428 414 OFFCURVE", "450 336 OFFCURVE", "450 247 CURVE SMOOTH", "450 156 OFFCURVE", "422 69 OFFCURVE", "382 14 CURVE SMOOTH", "342 -41 OFFCURVE", "291 -76 OFFCURVE", "248 -76 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "437 65 OFFCURVE", "460 139 OFFCURVE", "464 224 CURVE", "464 224 LINE", "470 215 LINE", "464 129 OFFCURVE", "438 58 OFFCURVE", "393 2 CURVE" ); }, { closed = 1; nodes = ( "882 -155 OFFCURVE", "835 -127 OFFCURVE", "796 -76 CURVE", "796 -76 LINE", "829 -99 OFFCURVE", "863 -110 OFFCURVE", "900 -111 CURVE", "934 -160 LINE" ); }, { closed = 1; nodes = ( "464 251 LINE", "464 301 OFFCURVE", "456 348 OFFCURVE", "441 393 CURVE", "446 386 OFFCURVE", "450 378 OFFCURVE", "455 370 CURVE", "455 370 LINE", "466 331 OFFCURVE", "471 290 OFFCURVE", "471 247 CURVE SMOOTH", "471 242 LINE" ); }, { closed = 1; nodes = ( "495 252 LINE", "495 304 OFFCURVE", "487 354 OFFCURVE", "471 401 CURVE", "507 344 OFFCURVE", "526 278 OFFCURVE", "530 202 CURVE", "530 202 LINE" ); }, { closed = 1; nodes = ( "703 86 OFFCURVE", "683 149 OFFCURVE", "680 222 CURVE", "680 222 LINE", "687 211 LINE", "692 150 OFFCURVE", "707 95 OFFCURVE", "732 44 CURVE", "736 31 LINE" ); }, { closed = 1; nodes = ( "398 486 OFFCURVE", "396 488 OFFCURVE", "396 488 CURVE", "392 494 LINE", "392 494 LINE", "397 487 LINE SMOOTH" ); }, { closed = 1; nodes = ( "919 -110 LINE", "1043 -98 OFFCURVE", "1142 45 OFFCURVE", "1150 224 CURVE", "1186 173 LINE", "1185 52 OFFCURVE", "1142 -57 OFFCURVE", "1070 -116 CURVE", "1070 -116 LINE", "1035 -145 OFFCURVE", "996 -160 OFFCURVE", "955 -161 CURVE" ); }, { closed = 1; nodes = ( "679 251 LINE", "680 347 OFFCURVE", "709 433 OFFCURVE", "757 493 CURVE", "757 493 LINE", "709 424 OFFCURVE", "686 342 OFFCURVE", "686 247 CURVE SMOOTH", "686 241 LINE" ); }, { closed = 1; nodes = ( "1041 -181 OFFCURVE", "1123 -114 OFFCURVE", "1166 -4 CURVE SMOOTH", "1188 52 OFFCURVE", "1200 112 OFFCURVE", "1200 177 CURVE SMOOTH", "1200 241 OFFCURVE", "1186 305 OFFCURVE", "1166 358 CURVE SMOOTH", "1156 384 OFFCURVE", "1142 408 OFFCURVE", "1127 430 CURVE", "1127 430 LINE", "1078 500 LINE SMOOTH", "1032 566 OFFCURVE", "970 605 OFFCURVE", "903 605 CURVE SMOOTH", "813 605 OFFCURVE", "732 536 OFFCURVE", "688 427 CURVE SMOOTH", "666 372 OFFCURVE", "655 312 OFFCURVE", "655 247 CURVE SMOOTH", "655 151 OFFCURVE", "680 60 OFFCURVE", "727 -6 CURVE SMOOTH", "777 -76 LINE SMOOTH", "824 -142 OFFCURVE", "885 -181 OFFCURVE", "952 -181 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "874 -76 OFFCURVE", "842 -61 OFFCURVE", "811 -34 CURVE SMOOTH", "795 -20 OFFCURVE", "781 -3 OFFCURVE", "768 16 CURVE", "768 16 LINE", "723 81 OFFCURVE", "700 158 OFFCURVE", "700 247 CURVE SMOOTH", "700 322 OFFCURVE", "718 392 OFFCURVE", "747 444 CURVE SMOOTH", "761 469 OFFCURVE", "777 492 OFFCURVE", "794 511 CURVE SMOOTH", "829 550 OFFCURVE", "867 570 OFFCURVE", "903 570 CURVE SMOOTH", "947 570 OFFCURVE", "998 536 OFFCURVE", "1038 479 CURVE SMOOTH", "1083 414 OFFCURVE", "1106 336 OFFCURVE", "1106 247 CURVE SMOOTH", "1106 156 OFFCURVE", "1077 69 OFFCURVE", "1037 14 CURVE SMOOTH", "997 -41 OFFCURVE", "946 -76 OFFCURVE", "903 -76 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "227 919 OFFCURVE", "180 947 OFFCURVE", "141 998 CURVE", "141 998 LINE", "173 975 OFFCURVE", "208 964 OFFCURVE", "245 963 CURVE", "279 914 LINE" ); }, { closed = 1; nodes = ( "1092 65 OFFCURVE", "1115 139 OFFCURVE", "1119 224 CURVE", "1119 224 LINE", "1125 215 LINE", "1119 129 OFFCURVE", "1094 58 OFFCURVE", "1048 2 CURVE" ); }, { closed = 1; nodes = ( "47 1160 OFFCURVE", "28 1223 OFFCURVE", "25 1296 CURVE", "25 1296 LINE", "32 1285 LINE", "37 1224 OFFCURVE", "52 1169 OFFCURVE", "77 1118 CURVE", "81 1105 LINE" ); }, { closed = 1; nodes = ( "1119 252 LINE", "1119 301 OFFCURVE", "1111 348 OFFCURVE", "1097 393 CURVE", "1101 386 OFFCURVE", "1106 378 OFFCURVE", "1110 370 CURVE", "1110 370 LINE", "1121 331 OFFCURVE", "1126 290 OFFCURVE", "1126 247 CURVE SMOOTH", "1126 242 LINE" ); }, { closed = 1; nodes = ( "1151 252 LINE", "1150 304 OFFCURVE", "1142 354 OFFCURVE", "1126 401 CURVE", "1162 344 OFFCURVE", "1181 278 OFFCURVE", "1185 202 CURVE", "1185 202 LINE" ); }, { closed = 1; nodes = ( "264 964 LINE", "388 976 OFFCURVE", "487 1119 OFFCURVE", "495 1298 CURVE", "531 1247 LINE", "530 1156 OFFCURVE", "503 1071 OFFCURVE", "462 1012 CURVE", "462 1012 LINE", "421 952 OFFCURVE", "361 913 OFFCURVE", "300 913 CURVE" ); }, { closed = 1; nodes = ( "24 1325 LINE", "25 1421 OFFCURVE", "54 1507 OFFCURVE", "102 1567 CURVE", "102 1567 LINE", "54 1498 OFFCURVE", "31 1416 OFFCURVE", "31 1321 CURVE SMOOTH", "31 1315 LINE" ); }, { closed = 1; nodes = ( "1053 486 OFFCURVE", "1052 488 OFFCURVE", "1051 488 CURVE", "1049 492 LINE", "1049 492 LINE", "1052 487 LINE SMOOTH" ); }, { closed = 1; nodes = ( "386 893 OFFCURVE", "467 962 OFFCURVE", "511 1071 CURVE SMOOTH", "533 1126 OFFCURVE", "545 1186 OFFCURVE", "545 1251 CURVE SMOOTH", "545 1347 OFFCURVE", "518 1438 OFFCURVE", "472 1504 CURVE", "472 1504 LINE", "423 1574 LINE SMOOTH", "377 1640 OFFCURVE", "315 1679 OFFCURVE", "248 1679 CURVE SMOOTH", "158 1679 OFFCURVE", "77 1610 OFFCURVE", "33 1501 CURVE SMOOTH", "11 1446 OFFCURVE", "0 1386 OFFCURVE", "0 1321 CURVE SMOOTH", "0 1225 OFFCURVE", "25 1134 OFFCURVE", "72 1068 CURVE SMOOTH", "122 998 LINE SMOOTH", "169 932 OFFCURVE", "230 893 OFFCURVE", "297 893 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "203 998 OFFCURVE", "152 1033 OFFCURVE", "113 1090 CURVE", "113 1090 LINE", "68 1155 OFFCURVE", "45 1232 OFFCURVE", "45 1321 CURVE SMOOTH", "45 1413 OFFCURVE", "74 1500 OFFCURVE", "114 1555 CURVE SMOOTH", "154 1610 OFFCURVE", "204 1644 OFFCURVE", "248 1644 CURVE SMOOTH", "292 1644 OFFCURVE", "343 1610 OFFCURVE", "383 1553 CURVE SMOOTH", "428 1488 OFFCURVE", "450 1410 OFFCURVE", "450 1321 CURVE SMOOTH", "450 1230 OFFCURVE", "422 1143 OFFCURVE", "382 1088 CURVE SMOOTH", "342 1033 OFFCURVE", "291 998 OFFCURVE", "248 998 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "437 1139 OFFCURVE", "460 1213 OFFCURVE", "464 1298 CURVE", "464 1298 LINE", "470 1289 LINE", "464 1203 OFFCURVE", "439 1132 OFFCURVE", "393 1076 CURVE" ); }, { closed = 1; nodes = ( "882 919 OFFCURVE", "835 947 OFFCURVE", "796 998 CURVE", "796 998 LINE", "829 975 OFFCURVE", "863 964 OFFCURVE", "900 963 CURVE", "934 914 LINE" ); }, { closed = 1; nodes = ( "464 1325 LINE", "464 1375 OFFCURVE", "456 1422 OFFCURVE", "441 1467 CURVE", "446 1460 OFFCURVE", "450 1452 OFFCURVE", "455 1444 CURVE", "455 1444 LINE", "466 1405 OFFCURVE", "471 1364 OFFCURVE", "471 1321 CURVE SMOOTH", "471 1316 LINE" ); }, { closed = 1; nodes = ( "495 1325 LINE", "495 1378 OFFCURVE", "487 1428 OFFCURVE", "471 1475 CURVE", "507 1418 OFFCURVE", "526 1352 OFFCURVE", "530 1276 CURVE", "530 1276 LINE" ); }, { closed = 1; nodes = ( "703 1160 OFFCURVE", "683 1223 OFFCURVE", "680 1296 CURVE", "680 1296 LINE", "687 1285 LINE", "692 1224 OFFCURVE", "707 1169 OFFCURVE", "732 1118 CURVE", "736 1105 LINE" ); }, { closed = 1; nodes = ( "398 1560 OFFCURVE", "396 1562 OFFCURVE", "396 1562 CURVE", "392 1567 LINE", "392 1567 LINE", "392 1568 LINE", "397 1561 LINE SMOOTH" ); }, { closed = 1; nodes = ( "919 964 LINE", "1043 976 OFFCURVE", "1142 1119 OFFCURVE", "1150 1298 CURVE", "1186 1247 LINE", "1185 1126 OFFCURVE", "1141 1018 OFFCURVE", "1070 959 CURVE", "1070 959 LINE", "1035 930 OFFCURVE", "996 914 OFFCURVE", "955 913 CURVE" ); }, { closed = 1; nodes = ( "679 1325 LINE", "680 1421 OFFCURVE", "709 1507 OFFCURVE", "757 1567 CURVE", "757 1567 LINE", "709 1498 OFFCURVE", "686 1416 OFFCURVE", "686 1321 CURVE SMOOTH", "686 1315 LINE" ); }, { closed = 1; nodes = ( "858 998 OFFCURVE", "807 1033 OFFCURVE", "768 1090 CURVE SMOOTH", "723 1155 OFFCURVE", "700 1232 OFFCURVE", "700 1321 CURVE SMOOTH", "700 1413 OFFCURVE", "729 1500 OFFCURVE", "769 1555 CURVE", "769 1555 LINE", "809 1610 OFFCURVE", "859 1644 OFFCURVE", "903 1644 CURVE SMOOTH", "947 1644 OFFCURVE", "998 1610 OFFCURVE", "1038 1553 CURVE SMOOTH", "1083 1488 OFFCURVE", "1106 1410 OFFCURVE", "1106 1321 CURVE SMOOTH", "1106 1230 OFFCURVE", "1077 1143 OFFCURVE", "1037 1088 CURVE SMOOTH", "997 1033 OFFCURVE", "946 998 OFFCURVE", "903 998 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "1092 1139 OFFCURVE", "1115 1213 OFFCURVE", "1119 1298 CURVE", "1125 1289 LINE", "1119 1203 OFFCURVE", "1094 1132 OFFCURVE", "1048 1076 CURVE", "1048 1076 LINE" ); }, { closed = 1; nodes = ( "1119 1326 LINE", "1119 1375 OFFCURVE", "1111 1422 OFFCURVE", "1097 1467 CURVE", "1101 1460 OFFCURVE", "1106 1452 OFFCURVE", "1110 1444 CURVE", "1110 1444 LINE", "1121 1405 OFFCURVE", "1126 1364 OFFCURVE", "1126 1321 CURVE SMOOTH", "1126 1316 LINE" ); }, { closed = 1; nodes = ( "1151 1326 LINE", "1150 1378 OFFCURVE", "1142 1428 OFFCURVE", "1126 1475 CURVE", "1162 1418 OFFCURVE", "1181 1352 OFFCURVE", "1185 1276 CURVE", "1185 1276 LINE" ); }, { closed = 1; nodes = ( "1053 1560 OFFCURVE", "1052 1562 OFFCURVE", "1051 1562 CURVE", "1047 1567 LINE", "1049 1566 OFFCURVE", "1049 1564 OFFCURVE", "1052 1561 CURVE", "1052 1561 LINE" ); } ); width = 1200; } ); note = uniE0D0; unicode = E0D0; }, { color = 2; glyphname = uniE0D1; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "913 -480 LINE", "913 -88 LINE", "1165 -88 LINE SMOOTH", "1180 -88 OFFCURVE", "1197 -64 OFFCURVE", "1197 -32 CURVE SMOOTH", "1197 646 LINE SMOOTH", "1197 671 OFFCURVE", "1183 699 OFFCURVE", "1165 699 CURVE SMOOTH", "913 699 LINE", "913 1137 LINE", "1167 1137 LINE SMOOTH", "1183 1137 OFFCURVE", "1200 1162 OFFCURVE", "1200 1192 CURVE SMOOTH", "1200 1876 LINE SMOOTH", "1200 1903 OFFCURVE", "1185 1932 OFFCURVE", "1167 1932 CURVE SMOOTH", "913 1932 LINE", "913 2226 LINE", "0 2226 LINE", "0 -480 LINE" ); }, { closed = 1; nodes = ( "917 590 LINE", "1151 590 LINE", "1151 447 LINE", "917 447 LINE" ); }, { closed = 1; nodes = ( "917 1836 LINE", "1151 1836 LINE", "1151 1692 LINE", "917 1692 LINE" ); } ); width = 1200; } ); note = uniE0D1; unicode = E0D1; }, { color = 2; glyphname = uniE0D2; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 -480 LINE", "371 753 LINE", "0 753 LINE", "0 -480 LINE" ); }, { closed = 1; nodes = ( "381 993 LINE", "1172 2226 LINE", "0 2226 LINE", "0 993 LINE" ); } ); width = 1200; } ); note = uniE0D2; unicode = E0D2; }, { color = 2; glyphname = uniE0D4; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 -480 LINE", "1200 753 LINE", "829 753 LINE", "0 -480 LINE" ); }, { closed = 1; nodes = ( "1200 993 LINE", "1200 2226 LINE", "28 2226 LINE", "819 993 LINE" ); } ); width = 1200; } ); note = uniE0D4; unicode = E0D4; }, { color = 2; glyphname = uniE0A0.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "444 -480 LINE", "444 8 LINE SMOOTH", "444 267 OFFCURVE", "527 310 OFFCURVE", "788 488 CURVE SMOOTH", "946 596 OFFCURVE", "1001 702 OFFCURVE", "1001 894 CURVE SMOOTH", "1001 1210 LINE", "1210 1210 LINE", "919 1552 LINE", "626 1210 LINE", "835 1210 LINE", "835 950 LINE SMOOTH", "835 825 OFFCURVE", "798 737 OFFCURVE", "669 662 CURVE SMOOTH", "216 399 OFFCURVE", "168 308 OFFCURVE", "168 8 CURVE", "168 -480 LINE" ); }, { closed = 1; nodes = ( "444 820 LINE", "444 1900 LINE", "168 1900 LINE", "168 642 LINE" ); } ); width = 1200; } ); note = uniE0A0; }, { color = 2; glyphname = uniE0B0.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 710 LINE", "0 1900 LINE", "0 -480 LINE" ); } ); width = 1200; } ); note = uniE0B0; }, { color = 2; glyphname = uniE0B1.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 710 LINE", "103 1900 LINE", "0 1793 LINE", "1000 710 LINE", "0 -372 LINE", "103 -480 LINE" ); } ); width = 1200; } ); note = uniE0B1; }, { color = 2; glyphname = uniE0B2.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 1900 LINE", "0 710 LINE", "1200 -480 LINE" ); } ); width = 1200; } ); note = uniE0B2; }, { color = 2; glyphname = uniE0B3.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 -372 LINE", "200 710 LINE", "1200 1793 LINE", "1097 1900 LINE", "0 710 LINE", "1097 -480 LINE" ); } ); width = 1200; } ); note = uniE0B3; }, { color = 2; glyphname = uniE0B4.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "723 -480 OFFCURVE", "1200 -8 OFFCURVE", "1200 710 CURVE SMOOTH", "1200 1427 OFFCURVE", "723 1900 OFFCURVE", "0 1900 CURVE", "0 -480 LINE" ); } ); width = 1200; } ); note = uniE0B4; }, { color = 2; glyphname = uniE0B5.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "238 -480 LINE", "850 -262 OFFCURVE", "1200 171 OFFCURVE", "1200 710 CURVE SMOOTH", "1200 1246 OFFCURVE", "850 1680 OFFCURVE", "238 1900 CURVE", "0 1900 LINE", "612 1674 OFFCURVE", "962 1241 OFFCURVE", "962 710 CURVE SMOOTH", "962 177 OFFCURVE", "612 -256 OFFCURVE", "0 -480 CURVE" ); } ); width = 1200; } ); note = uniE0B5; }, { color = 2; glyphname = uniE0B6.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 1900 LINE", "477 1900 OFFCURVE", "0 1427 OFFCURVE", "0 710 CURVE SMOOTH", "0 -8 OFFCURVE", "477 -480 OFFCURVE", "1200 -480 CURVE" ); } ); width = 1200; } ); note = uniE0B6; }, { color = 2; glyphname = uniE0B7.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 -480 LINE", "588 -256 OFFCURVE", "238 177 OFFCURVE", "238 710 CURVE SMOOTH", "238 1241 OFFCURVE", "588 1674 OFFCURVE", "1200 1900 CURVE", "962 1900 LINE", "350 1680 OFFCURVE", "0 1246 OFFCURVE", "0 710 CURVE SMOOTH", "0 171 OFFCURVE", "350 -262 OFFCURVE", "962 -480 CURVE" ); } ); width = 1200; } ); note = uniE0B7; }, { color = 2; glyphname = uniE0B8.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 -480 LINE", "0 1900 LINE", "0 -480 LINE" ); } ); width = 1200; } ); note = uniE0B8; }, { color = 2; glyphname = uniE0B9.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 -480 LINE", "56 1900 LINE", "0 1900 LINE", "1144 -480 LINE" ); } ); width = 1200; } ); note = uniE0B9; }, { color = 2; glyphname = uniE0BA.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 -480 LINE", "1200 1900 LINE", "0 -480 LINE" ); } ); width = 1200; } ); note = uniE0BA; }, { color = 2; glyphname = uniE0BB.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "56 -480 LINE", "1200 1900 LINE", "1144 1900 LINE", "0 -480 LINE" ); } ); width = 1200; } ); note = uniE0BB; }, { color = 2; glyphname = uniE0BC.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 1900 LINE", "0 1900 LINE", "0 -480 LINE" ); } ); width = 1200; } ); note = uniE0BC; }, { color = 2; glyphname = uniE0BD.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "56 -480 LINE", "1200 1900 LINE", "1144 1900 LINE", "0 -480 LINE" ); } ); width = 1200; } ); note = uniE0BD; }, { color = 2; glyphname = uniE0BE.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 1900 LINE", "0 1900 LINE", "1200 -480 LINE" ); } ); width = 1200; } ); note = uniE0BE; }, { color = 2; glyphname = uniE0BF.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 -480 LINE", "56 1900 LINE", "0 1900 LINE", "1144 -480 LINE" ); } ); width = 1200; } ); note = uniE0BF; }, { color = 2; glyphname = uniE0C0.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "31 -480 OFFCURVE", "56 -448 OFFCURVE", "80 -408 CURVE SMOOTH", "93 -383 OFFCURVE", "106 -361 OFFCURVE", "119 -337 CURVE SMOOTH", "141 -299 OFFCURVE", "166 -270 OFFCURVE", "187 -270 CURVE SMOOTH", "191 -270 OFFCURVE", "195 -271 OFFCURVE", "199 -273 CURVE SMOOTH", "209 -280 OFFCURVE", "221 -283 OFFCURVE", "231 -283 CURVE SMOOTH", "240 -283 OFFCURVE", "248 -281 OFFCURVE", "256 -278 CURVE SMOOTH", "265 -274 OFFCURVE", "275 -269 OFFCURVE", "285 -263 CURVE SMOOTH", "300 -253 OFFCURVE", "327 -232 OFFCURVE", "342 -224 CURVE SMOOTH", "353 -217 OFFCURVE", "363 -211 OFFCURVE", "371 -207 CURVE", "354 -198 OFFCURVE", "322 -188 OFFCURVE", "299 -175 CURVE SMOOTH", "288 -167 OFFCURVE", "277 -156 OFFCURVE", "268 -144 CURVE SMOOTH", "243 -110 OFFCURVE", "226 -93 OFFCURVE", "207 -93 CURVE SMOOTH", "203 -93 OFFCURVE", "198 -94 OFFCURVE", "194 -96 CURVE SMOOTH", "181 -100 OFFCURVE", "167 -113 OFFCURVE", "152 -133 CURVE", "152 -115 LINE SMOOTH", "149 -7 OFFCURVE", "189 87 OFFCURVE", "225 122 CURVE SMOOTH", "236 134 OFFCURVE", "249 139 OFFCURVE", "261 139 CURVE SMOOTH", "274 139 OFFCURVE", "288 133 OFFCURVE", "300 124 CURVE SMOOTH", "312 115 OFFCURVE", "324 105 OFFCURVE", "337 92 CURVE SMOOTH", "357 73 OFFCURVE", "391 35 OFFCURVE", "410 23 CURVE SMOOTH", "424 13 OFFCURVE", "437 9 OFFCURVE", "448 9 CURVE SMOOTH", "508 9 OFFCURVE", "578 37 OFFCURVE", "625 106 CURVE", "597 86 OFFCURVE", "571 75 OFFCURVE", "547 75 CURVE SMOOTH", "536 75 OFFCURVE", "526 78 OFFCURVE", "516 82 CURVE SMOOTH", "491 92 OFFCURVE", "471 124 OFFCURVE", "461 155 CURVE SMOOTH", "451 185 OFFCURVE", "434 236 OFFCURVE", "421 263 CURVE SMOOTH", "414 276 LINE", "435 294 OFFCURVE", "448 309 OFFCURVE", "462 334 CURVE SMOOTH", "464 338 OFFCURVE", "469 349 OFFCURVE", "476 363 CURVE SMOOTH", "483 377 OFFCURVE", "488 388 OFFCURVE", "491 395 CURVE SMOOTH", "497 405 OFFCURVE", "503 409 OFFCURVE", "512 409 CURVE SMOOTH", "527 409 OFFCURVE", "545 396 OFFCURVE", "562 379 CURVE SMOOTH", "577 364 OFFCURVE", "607 330 OFFCURVE", "624 313 CURVE SMOOTH", "636 300 OFFCURVE", "646 290 OFFCURVE", "655 283 CURVE SMOOTH", "672 269 OFFCURVE", "690 263 OFFCURVE", "705 263 CURVE SMOOTH", "713 263 OFFCURVE", "738 269 OFFCURVE", "747 269 CURVE SMOOTH", "769 269 OFFCURVE", "812 309 OFFCURVE", "842 340 CURVE SMOOTH", "859 356 OFFCURVE", "890 391 OFFCURVE", "906 408 CURVE SMOOTH", "925 428 OFFCURVE", "952 458 OFFCURVE", "969 478 CURVE", "895 435 OFFCURVE", "824 405 OFFCURVE", "784 405 CURVE SMOOTH", "774 405 OFFCURVE", "766 407 OFFCURVE", "760 411 CURVE", "760 412 OFFCURVE", "694 460 OFFCURVE", "683 477 CURVE SMOOTH", "656 515 OFFCURVE", "620 582 OFFCURVE", "590 618 CURVE SMOOTH", "580 630 OFFCURVE", "571 636 OFFCURVE", "564 636 CURVE SMOOTH", "563 636 OFFCURVE", "562 636 OFFCURVE", "560 635 CURVE SMOOTH", "547 630 LINE", "556 655 LINE SMOOTH", "584 731 OFFCURVE", "616 767 OFFCURVE", "648 775 CURVE SMOOTH", "667 780 OFFCURVE", "675 782 OFFCURVE", "699 784 CURVE SMOOTH", "710 785 OFFCURVE", "719 785 OFFCURVE", "725 786 CURVE SMOOTH", "769 793 OFFCURVE", "802 819 OFFCURVE", "847 872 CURVE", "835 866 OFFCURVE", "824 864 OFFCURVE", "812 864 CURVE SMOOTH", "802 864 OFFCURVE", "792 866 OFFCURVE", "783 871 CURVE SMOOTH", "754 886 OFFCURVE", "742 883 OFFCURVE", "712 902 CURVE SMOOTH", "694 913 OFFCURVE", "679 930 OFFCURVE", "667 956 CURVE SMOOTH", "661 970 LINE", "680 982 OFFCURVE", "706 1006 OFFCURVE", "730 1042 CURVE SMOOTH", "736 1051 OFFCURVE", "775 1117 OFFCURVE", "777 1119 CURVE", "809 1173 OFFCURVE", "849 1201 OFFCURVE", "884 1204 CURVE SMOOTH", "890 1204 OFFCURVE", "895 1205 OFFCURVE", "901 1205 CURVE SMOOTH", "932 1205 OFFCURVE", "965 1199 OFFCURVE", "994 1190 CURVE SMOOTH", "1016 1182 OFFCURVE", "1039 1178 OFFCURVE", "1062 1178 CURVE SMOOTH", "1076 1178 OFFCURVE", "1089 1179 OFFCURVE", "1102 1182 CURVE SMOOTH", "1135 1190 OFFCURVE", "1171 1225 OFFCURVE", "1200 1291 CURVE", "1174 1256 OFFCURVE", "1146 1242 OFFCURVE", "1121 1242 CURVE SMOOTH", "1105 1242 OFFCURVE", "1086 1249 OFFCURVE", "1065 1267 CURVE SMOOTH", "1032 1293 OFFCURVE", "1009 1319 OFFCURVE", "972 1366 CURVE SMOOTH", "915 1440 OFFCURVE", "858 1477 OFFCURVE", "803 1477 CURVE SMOOTH", "772 1477 OFFCURVE", "741 1466 OFFCURVE", "711 1443 CURVE SMOOTH", "679 1418 OFFCURVE", "636 1357 OFFCURVE", "605 1317 CURVE SMOOTH", "578 1282 OFFCURVE", "545 1253 OFFCURVE", "513 1253 CURVE SMOOTH", "505 1253 OFFCURVE", "497 1255 OFFCURVE", "489 1259 CURVE SMOOTH", "445 1279 OFFCURVE", "418 1341 OFFCURVE", "418 1413 CURVE SMOOTH", "418 1474 OFFCURVE", "437 1529 OFFCURVE", "474 1561 CURVE SMOOTH", "493 1580 OFFCURVE", "521 1601 OFFCURVE", "540 1618 CURVE SMOOTH", "548 1625 OFFCURVE", "557 1635 OFFCURVE", "567 1646 CURVE SMOOTH", "588 1669 OFFCURVE", "605 1699 OFFCURVE", "622 1738 CURVE", "591 1692 OFFCURVE", "562 1663 OFFCURVE", "531 1663 CURVE SMOOTH", "512 1663 OFFCURVE", "493 1673 OFFCURVE", "471 1698 CURVE SMOOTH", "448 1723 OFFCURVE", "427 1735 OFFCURVE", "407 1735 CURVE SMOOTH", "391 1735 OFFCURVE", "377 1728 OFFCURVE", "363 1715 CURVE SMOOTH", "347 1699 OFFCURVE", "328 1673 OFFCURVE", "308 1638 CURVE SMOOTH", "297 1618 OFFCURVE", "277 1584 OFFCURVE", "259 1556 CURVE SMOOTH", "250 1540 OFFCURVE", "243 1530 OFFCURVE", "237 1523 CURVE SMOOTH", "230 1516 OFFCURVE", "222 1508 OFFCURVE", "214 1498 CURVE SMOOTH", "201 1483 OFFCURVE", "188 1476 OFFCURVE", "176 1476 CURVE SMOOTH", "159 1476 OFFCURVE", "144 1491 OFFCURVE", "134 1525 CURVE SMOOTH", "130 1535 OFFCURVE", "129 1545 OFFCURVE", "129 1557 CURVE SMOOTH", "129 1574 OFFCURVE", "134 1591 OFFCURVE", "143 1608 CURVE SMOOTH", "150 1619 OFFCURVE", "163 1637 OFFCURVE", "182 1659 CURVE SMOOTH", "201 1681 OFFCURVE", "213 1699 OFFCURVE", "216 1710 CURVE SMOOTH", "224 1735 OFFCURVE", "252 1817 OFFCURVE", "263 1836 CURVE SMOOTH", "279 1868 OFFCURVE", "294 1885 OFFCURVE", "321 1882 CURVE", "303 1904 OFFCURVE", "285 1916 OFFCURVE", "267 1916 CURVE SMOOTH", "241 1916 OFFCURVE", "216 1896 OFFCURVE", "190 1855 CURVE SMOOTH", "172 1826 OFFCURVE", "160 1811 OFFCURVE", "142 1792 CURVE SMOOTH", "132 1781 OFFCURVE", "124 1774 OFFCURVE", "116 1771 CURVE SMOOTH", "110 1769 OFFCURVE", "104 1768 OFFCURVE", "98 1768 CURVE SMOOTH", "78 1768 OFFCURVE", "60 1784 OFFCURVE", "43 1827 CURVE SMOOTH", "32 1856 OFFCURVE", "29 1875 OFFCURVE", "20 1890 CURVE SMOOTH", "14 1899 OFFCURVE", "10 1899 OFFCURVE", "1 1900 CURVE", "1 1878 OFFCURVE", "0 1853 OFFCURVE", "0 1824 CURVE SMOOTH", "0 1771 OFFCURVE", "1 1703 OFFCURVE", "2 1624 CURVE SMOOTH", "3 1506 OFFCURVE", "3 1429 OFFCURVE", "4 1395 CURVE SMOOTH", "4 974 OFFCURVE", "2 -284 OFFCURVE", "1 -478 CURVE", "4 -480 OFFCURVE", "7 -480 OFFCURVE", "10 -480 CURVE", "10 -480 LINE" ); } ); width = 1200; } ); note = uniE0C0; }, { color = 2; glyphname = uniE0C1.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "84 -481 OFFCURVE", "135 -280 OFFCURVE", "187 -280 CURVE SMOOTH", "196 -280 OFFCURVE", "207 -291 OFFCURVE", "227 -291 CURVE SMOOTH", "276 -291 OFFCURVE", "339 -223 OFFCURVE", "364 -220 CURVE", "399 -113 LINE", "360 -94 OFFCURVE", "328 -89 OFFCURVE", "301 -51 CURVE SMOOTH", "288 -34 OFFCURVE", "265 -2 OFFCURVE", "240 -2 CURVE SMOOTH", "220 -2 OFFCURVE", "203 -17 OFFCURVE", "191 -31 CURVE", "191 -20 LINE SMOOTH", "191 17 OFFCURVE", "200 109 OFFCURVE", "255 109 CURVE SMOOTH", "310 109 OFFCURVE", "372 -13 OFFCURVE", "438 -13 CURVE SMOOTH", "516 -13 OFFCURVE", "573 27 OFFCURVE", "617 88 CURVE SMOOTH", "636 114 OFFCURVE", "637 156 OFFCURVE", "639 186 CURVE", "618 171 OFFCURVE", "593 159 OFFCURVE", "566 159 CURVE SMOOTH", "495 159 OFFCURVE", "479 257 OFFCURVE", "461 307 CURVE", "471 328 OFFCURVE", "481 347 OFFCURVE", "491 367 CURVE", "493 367 OFFCURVE", "494 368 OFFCURVE", "496 368 CURVE SMOOTH", "544 368 OFFCURVE", "613 229 OFFCURVE", "685 229 CURVE SMOOTH", "796 229 OFFCURVE", "871 374 OFFCURVE", "944 438 CURVE", "953 473 OFFCURVE", "961 508 OFFCURVE", "971 543 CURVE", "930 518 OFFCURVE", "843 473 OFFCURVE", "795 473 CURVE SMOOTH", "788 473 OFFCURVE", "780 473 OFFCURVE", "774 478 CURVE SMOOTH", "750 496 OFFCURVE", "717 516 OFFCURVE", "700 540 CURVE SMOOTH", "675 574 OFFCURVE", "623 673 OFFCURVE", "592 691 CURVE", "619 728 OFFCURVE", "665 722 OFFCURVE", "704 729 CURVE SMOOTH", "755 737 OFFCURVE", "796 778 OFFCURVE", "828 815 CURVE SMOOTH", "839 828 OFFCURVE", "855 900 OFFCURVE", "854 918 CURVE", "843 916 OFFCURVE", "834 912 OFFCURVE", "822 912 CURVE SMOOTH", "795 912 OFFCURVE", "724 945 OFFCURVE", "706 965 CURVE", "741 1013 OFFCURVE", "779 1114 OFFCURVE", "849 1114 CURVE SMOOTH", "902 1114 OFFCURVE", "950 1090 OFFCURVE", "1001 1090 CURVE SMOOTH", "1097 1090 OFFCURVE", "1146 1159 OFFCURVE", "1182 1236 CURVE SMOOTH", "1190 1253 OFFCURVE", "1200 1277 OFFCURVE", "1200 1295 CURVE SMOOTH", "1200 1300 OFFCURVE", "1200 1306 OFFCURVE", "1196 1309 CURVE", "1188 1311 LINE", "1173 1291 OFFCURVE", "1152 1273 OFFCURVE", "1125 1273 CURVE SMOOTH", "1019 1273 OFFCURVE", "955 1497 OFFCURVE", "813 1497 CURVE SMOOTH", "673 1497 OFFCURVE", "620 1283 OFFCURVE", "538 1283 CURVE SMOOTH", "473 1283 OFFCURVE", "446 1374 OFFCURVE", "446 1423 CURVE SMOOTH", "446 1428 OFFCURVE", "447 1447 OFFCURVE", "449 1450 CURVE SMOOTH", "455 1464 OFFCURVE", "540 1533 OFFCURVE", "559 1554 CURVE SMOOTH", "588 1584 OFFCURVE", "609 1630 OFFCURVE", "626 1668 CURVE SMOOTH", "633 1685 OFFCURVE", "643 1707 OFFCURVE", "643 1725 CURVE SMOOTH", "643 1729 OFFCURVE", "643 1735 OFFCURVE", "638 1737 CURVE", "629 1736 LINE", "616 1713 OFFCURVE", "582 1673 OFFCURVE", "551 1673 CURVE SMOOTH", "504 1673 OFFCURVE", "486 1741 OFFCURVE", "433 1741 CURVE SMOOTH", "341 1741 OFFCURVE", "279 1495 OFFCURVE", "208 1495 CURVE SMOOTH", "186 1495 OFFCURVE", "173 1530 OFFCURVE", "170 1547 CURVE", "208 1585 OFFCURVE", "224 1608 OFFCURVE", "242 1660 CURVE SMOOTH", "253 1690 OFFCURVE", "260 1727 OFFCURVE", "274 1756 CURVE SMOOTH", "283 1774 OFFCURVE", "295 1774 OFFCURVE", "314 1774 CURVE", "352 1881 LINE", "338 1899 OFFCURVE", "320 1914 OFFCURVE", "296 1914 CURVE SMOOTH", "224 1914 OFFCURVE", "192 1772 OFFCURVE", "134 1772 CURVE SMOOTH", "77 1772 OFFCURVE", "83 1900 OFFCURVE", "41 1900 CURVE SMOOTH", "23 1900 OFFCURVE", "0 1817 OFFCURVE", "0 1800 CURVE SMOOTH", "0 1796 OFFCURVE", "2 1793 OFFCURVE", "5 1791 CURVE", "40 1792 OFFCURVE", "39 1664 OFFCURVE", "99 1664 CURVE SMOOTH", "162 1664 OFFCURVE", "200 1807 OFFCURVE", "262 1807 CURVE SMOOTH", "264 1807 OFFCURVE", "267 1806 OFFCURVE", "269 1806 CURVE", "251 1768 OFFCURVE", "243 1720 OFFCURVE", "224 1686 CURVE SMOOTH", "208 1657 OFFCURVE", "180 1633 OFFCURVE", "163 1604 CURVE SMOOTH", "142 1566 OFFCURVE", "125 1518 OFFCURVE", "125 1474 CURVE SMOOTH", "125 1448 OFFCURVE", "136 1390 OFFCURVE", "171 1390 CURVE SMOOTH", "256 1390 OFFCURVE", "322 1634 OFFCURVE", "397 1634 CURVE SMOOTH", "437 1634 OFFCURVE", "457 1588 OFFCURVE", "489 1572 CURVE", "433 1518 OFFCURVE", "402 1410 OFFCURVE", "402 1336 CURVE SMOOTH", "402 1283 OFFCURVE", "426 1175 OFFCURVE", "498 1175 CURVE SMOOTH", "603 1175 OFFCURVE", "643 1389 OFFCURVE", "778 1389 CURVE SMOOTH", "876 1389 OFFCURVE", "931 1283 OFFCURVE", "989 1223 CURVE", "973 1231 OFFCURVE", "923 1238 OFFCURVE", "904 1238 CURVE SMOOTH", "791 1238 OFFCURVE", "759 1063 OFFCURVE", "673 1011 CURVE", "661 987 OFFCURVE", "636 942 OFFCURVE", "636 916 CURVE SMOOTH", "636 888 OFFCURVE", "675 845 OFFCURVE", "700 833 CURVE", "608 825 OFFCURVE", "578 744 OFFCURVE", "549 669 CURVE SMOOTH", "541 648 OFFCURVE", "524 611 OFFCURVE", "524 589 CURVE SMOOTH", "524 586 OFFCURVE", "524 580 OFFCURVE", "529 580 CURVE SMOOTH", "535 580 OFFCURVE", "541 586 OFFCURVE", "547 586 CURVE SMOOTH", "566 586 OFFCURVE", "643 458 OFFCURVE", "660 435 CURVE SMOOTH", "679 410 OFFCURVE", "698 395 OFFCURVE", "725 378 CURVE SMOOTH", "737 370 OFFCURVE", "744 364 OFFCURVE", "760 364 CURVE SMOOTH", "778 364 OFFCURVE", "795 369 OFFCURVE", "812 375 CURVE", "781 347 OFFCURVE", "758 338 OFFCURVE", "715 338 CURVE SMOOTH", "650 338 OFFCURVE", "595 479 OFFCURVE", "538 479 CURVE SMOOTH", "499 479 OFFCURVE", "482 400 OFFCURVE", "462 374 CURVE SMOOTH", "455 364 OFFCURVE", "441 357 OFFCURVE", "435 349 CURVE SMOOTH", "421 329 OFFCURVE", "398 279 OFFCURVE", "398 255 CURVE SMOOTH", "398 251 OFFCURVE", "455 107 OFFCURVE", "460 96 CURVE", "404 112 OFFCURVE", "360 219 OFFCURVE", "295 219 CURVE SMOOTH", "252 219 OFFCURVE", "222 165 OFFCURVE", "206 133 CURVE SMOOTH", "169 58 OFFCURVE", "147 -27 OFFCURVE", "147 -111 CURVE SMOOTH", "147 -120 OFFCURVE", "145 -145 OFFCURVE", "152 -149 CURVE", "162 -145 OFFCURVE", "176 -112 OFFCURVE", "202 -112 CURVE SMOOTH", "236 -112 OFFCURVE", "257 -162 OFFCURVE", "281 -179 CURVE", "275 -181 OFFCURVE", "268 -181 OFFCURVE", "262 -181 CURVE SMOOTH", "243 -181 OFFCURVE", "232 -171 OFFCURVE", "218 -171 CURVE SMOOTH", "143 -171 OFFCURVE", "107 -370 OFFCURVE", "41 -370 CURVE SMOOTH", "24 -370 OFFCURVE", "0 -452 OFFCURVE", "0 -468 CURVE SMOOTH", "0 -471 OFFCURVE", "2 -475 OFFCURVE", "4 -478 CURVE", "8 -480 OFFCURVE", "12 -481 OFFCURVE", "16 -481 CURVE", "16 -481 LINE" ); } ); width = 1200; } ); note = uniE0C1; }, { color = 2; glyphname = uniE0C2.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1193 -480 OFFCURVE", "1196 -480 OFFCURVE", "1199 -478 CURVE", "1198 -284 OFFCURVE", "1197 974 OFFCURVE", "1197 1395 CURVE SMOOTH", "1197 1429 OFFCURVE", "1198 1506 OFFCURVE", "1199 1624 CURVE", "1199 1624 LINE", "1200 1707 OFFCURVE", "1200 1775 OFFCURVE", "1200 1831 CURVE SMOOTH", "1200 1857 OFFCURVE", "1200 1879 OFFCURVE", "1200 1900 CURVE", "1189 1898 OFFCURVE", "1182 1896 OFFCURVE", "1178 1885 CURVE SMOOTH", "1174 1876 OFFCURVE", "1164 1847 OFFCURVE", "1158 1827 CURVE", "1140 1784 OFFCURVE", "1122 1768 OFFCURVE", "1102 1768 CURVE SMOOTH", "1096 1768 OFFCURVE", "1091 1769 OFFCURVE", "1085 1771 CURVE SMOOTH", "1068 1778 OFFCURVE", "1048 1801 OFFCURVE", "1034 1820 CURVE SMOOTH", "1027 1828 OFFCURVE", "1019 1840 OFFCURVE", "1010 1855 CURVE SMOOTH", "984 1896 OFFCURVE", "959 1916 OFFCURVE", "934 1916 CURVE SMOOTH", "915 1916 OFFCURVE", "897 1904 OFFCURVE", "879 1882 CURVE", "899 1885 OFFCURVE", "915 1873 OFFCURVE", "929 1853 CURVE SMOOTH", "942 1835 OFFCURVE", "959 1784 OFFCURVE", "970 1752 CURVE", "970 1754 OFFCURVE", "974 1740 OFFCURVE", "984 1710 CURVE SMOOTH", "988 1698 OFFCURVE", "999 1681 OFFCURVE", "1018 1659 CURVE SMOOTH", "1038 1637 OFFCURVE", "1051 1619 OFFCURVE", "1057 1608 CURVE SMOOTH", "1066 1591 OFFCURVE", "1071 1574 OFFCURVE", "1071 1556 CURVE SMOOTH", "1071 1545 OFFCURVE", "1070 1535 OFFCURVE", "1067 1525 CURVE SMOOTH", "1055 1488 OFFCURVE", "1042 1477 OFFCURVE", "1026 1477 CURVE SMOOTH", "1021 1477 OFFCURVE", "1016 1479 OFFCURVE", "1010 1481 CURVE SMOOTH", "1003 1482 OFFCURVE", "995 1488 OFFCURVE", "986 1498 CURVE SMOOTH", "964 1523 LINE SMOOTH", "946 1543 OFFCURVE", "903 1619 OFFCURVE", "892 1638 CURVE SMOOTH", "854 1705 OFFCURVE", "826 1735 OFFCURVE", "793 1735 CURVE SMOOTH", "773 1735 OFFCURVE", "752 1723 OFFCURVE", "730 1697 CURVE SMOOTH", "708 1673 OFFCURVE", "688 1663 OFFCURVE", "669 1663 CURVE SMOOTH", "638 1663 OFFCURVE", "610 1692 OFFCURVE", "578 1738 CURVE", "595 1698 OFFCURVE", "612 1669 OFFCURVE", "633 1646 CURVE SMOOTH", "643 1635 OFFCURVE", "652 1625 OFFCURVE", "660 1618 CURVE SMOOTH", "668 1613 OFFCURVE", "679 1603 OFFCURVE", "693 1591 CURVE SMOOTH", "707 1579 OFFCURVE", "719 1569 OFFCURVE", "726 1561 CURVE", "763 1529 OFFCURVE", "783 1474 OFFCURVE", "783 1414 CURVE SMOOTH", "783 1342 OFFCURVE", "755 1279 OFFCURVE", "711 1259 CURVE SMOOTH", "703 1255 OFFCURVE", "695 1253 OFFCURVE", "687 1253 CURVE SMOOTH", "656 1253 OFFCURVE", "622 1282 OFFCURVE", "596 1317 CURVE SMOOTH", "564 1357 OFFCURVE", "522 1418 OFFCURVE", "489 1443 CURVE SMOOTH", "459 1466 OFFCURVE", "429 1477 OFFCURVE", "398 1477 CURVE SMOOTH", "342 1477 OFFCURVE", "286 1440 OFFCURVE", "228 1366 CURVE SMOOTH", "191 1319 OFFCURVE", "169 1293 OFFCURVE", "136 1267 CURVE SMOOTH", "115 1248 OFFCURVE", "95 1242 OFFCURVE", "79 1242 CURVE SMOOTH", "54 1242 OFFCURVE", "26 1256 OFFCURVE", "0 1291 CURVE", "34 1217 OFFCURVE", "75 1182 OFFCURVE", "115 1178 CURVE", "119 1177 OFFCURVE", "125 1177 OFFCURVE", "130 1177 CURVE SMOOTH", "165 1177 OFFCURVE", "201 1188 OFFCURVE", "238 1197 CURVE SMOOTH", "259 1202 OFFCURVE", "278 1206 OFFCURVE", "297 1206 CURVE SMOOTH", "319 1206 OFFCURVE", "340 1201 OFFCURVE", "364 1187 CURVE SMOOTH", "385 1172 OFFCURVE", "405 1150 OFFCURVE", "423 1119 CURVE SMOOTH", "434 1103 OFFCURVE", "468 1044 OFFCURVE", "479 1030 CURVE SMOOTH", "499 1005 OFFCURVE", "515 985 OFFCURVE", "539 970 CURVE", "533 955 LINE SMOOTH", "516 918 OFFCURVE", "488 900 OFFCURVE", "464 889 CURVE SMOOTH", "456 886 OFFCURVE", "448 882 OFFCURVE", "439 879 CURVE SMOOTH", "429 876 OFFCURVE", "422 874 OFFCURVE", "418 871 CURVE", "408 866 OFFCURVE", "399 864 OFFCURVE", "388 864 CURVE SMOOTH", "377 864 OFFCURVE", "365 866 OFFCURVE", "353 872 CURVE", "399 819 OFFCURVE", "431 793 OFFCURVE", "475 786 CURVE SMOOTH", "491 784 OFFCURVE", "514 783 OFFCURVE", "529 781 CURVE SMOOTH", "541 779 OFFCURVE", "564 774 OFFCURVE", "577 764 CURVE SMOOTH", "590 752 OFFCURVE", "607 736 OFFCURVE", "622 707 CURVE SMOOTH", "630 692 OFFCURVE", "637 675 OFFCURVE", "644 655 CURVE SMOOTH", "654 630 LINE", "640 635 LINE SMOOTH", "624 641 OFFCURVE", "595 601 OFFCURVE", "562 547 CURVE SMOOTH", "541 513 OFFCURVE", "526 489 OFFCURVE", "518 477 CURVE SMOOTH", "510 466 OFFCURVE", "442 415 OFFCURVE", "440 411 CURVE", "434 407 OFFCURVE", "426 405 OFFCURVE", "416 405 CURVE SMOOTH", "376 405 OFFCURVE", "305 435 OFFCURVE", "232 478 CURVE", "295 408 LINE SMOOTH", "310 391 OFFCURVE", "342 356 OFFCURVE", "358 340 CURVE SMOOTH", "388 309 OFFCURVE", "431 269 OFFCURVE", "454 269 CURVE SMOOTH", "461 269 OFFCURVE", "478 263 OFFCURVE", "496 263 CURVE SMOOTH", "501 263 OFFCURVE", "506 264 OFFCURVE", "512 265 CURVE SMOOTH", "523 268 OFFCURVE", "534 273 OFFCURVE", "546 283 CURVE SMOOTH", "563 297 OFFCURVE", "589 326 OFFCURVE", "609 349 CURVE SMOOTH", "618 359 OFFCURVE", "628 369 OFFCURVE", "639 379 CURVE SMOOTH", "656 395 OFFCURVE", "674 409 OFFCURVE", "689 409 CURVE SMOOTH", "697 409 OFFCURVE", "704 405 OFFCURVE", "709 395 CURVE SMOOTH", "725 362 OFFCURVE", "735 338 OFFCURVE", "750 315 CURVE SMOOTH", "761 298 OFFCURVE", "770 289 OFFCURVE", "786 276 CURVE", "780 263 LINE SMOOTH", "766 236 OFFCURVE", "749 185 OFFCURVE", "739 155 CURVE SMOOTH", "729 124 OFFCURVE", "709 92 OFFCURVE", "684 82 CURVE SMOOTH", "674 78 OFFCURVE", "664 75 OFFCURVE", "653 75 CURVE SMOOTH", "630 75 OFFCURVE", "604 86 OFFCURVE", "576 106 CURVE", "622 37 OFFCURVE", "692 9 OFFCURVE", "752 9 CURVE SMOOTH", "773 9 OFFCURVE", "803 28 OFFCURVE", "826 55 CURVE SMOOTH", "837 67 OFFCURVE", "850 80 OFFCURVE", "863 92 CURVE SMOOTH", "891 119 OFFCURVE", "912 139 OFFCURVE", "941 139 CURVE SMOOTH", "953 139 OFFCURVE", "965 133 OFFCURVE", "975 122 CURVE SMOOTH", "1012 87 OFFCURVE", "1050 -7 OFFCURVE", "1048 -115 CURVE SMOOTH", "1048 -133 LINE", "1027 -106 OFFCURVE", "1010 -93 OFFCURVE", "994 -93 CURVE SMOOTH", "975 -93 OFFCURVE", "956 -112 OFFCURVE", "932 -144 CURVE SMOOTH", "913 -170 OFFCURVE", "892 -181 OFFCURVE", "862 -193 CURVE SMOOTH", "847 -199 OFFCURVE", "836 -203 OFFCURVE", "829 -207 CURVE", "846 -215 OFFCURVE", "870 -230 OFFCURVE", "887 -243 CURVE SMOOTH", "896 -250 OFFCURVE", "905 -257 OFFCURVE", "916 -263 CURVE SMOOTH", "936 -275 OFFCURVE", "951 -283 OFFCURVE", "970 -283 CURVE SMOOTH", "981 -283 OFFCURVE", "992 -279 OFFCURVE", "1001 -273 CURVE SMOOTH", "1005 -271 OFFCURVE", "1009 -270 OFFCURVE", "1013 -270 CURVE SMOOTH", "1034 -270 OFFCURVE", "1059 -299 OFFCURVE", "1081 -337 CURVE SMOOTH", "1095 -361 OFFCURVE", "1108 -383 OFFCURVE", "1121 -408 CURVE SMOOTH", "1144 -448 OFFCURVE", "1169 -480 OFFCURVE", "1190 -480 CURVE SMOOTH" ); } ); width = 1200; } ); note = uniE0C2; }, { color = 2; glyphname = uniE0C3.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1189 -480 OFFCURVE", "1193 -479 OFFCURVE", "1197 -477 CURVE", "1199 -474 OFFCURVE", "1200 -469 OFFCURVE", "1200 -467 CURVE SMOOTH", "1200 -443 OFFCURVE", "1181 -370 OFFCURVE", "1154 -370 CURVE SMOOTH", "1106 -370 OFFCURVE", "1052 -171 OFFCURVE", "983 -171 CURVE SMOOTH", "969 -171 OFFCURVE", "957 -179 OFFCURVE", "939 -179 CURVE SMOOTH", "933 -179 OFFCURVE", "926 -179 OFFCURVE", "920 -178 CURVE", "943 -162 OFFCURVE", "966 -110 OFFCURVE", "998 -110 CURVE SMOOTH", "1024 -110 OFFCURVE", "1039 -144 OFFCURVE", "1049 -148 CURVE", "1050 -148 LINE", "1056 -143 OFFCURVE", "1054 -127 OFFCURVE", "1054 -121 CURVE SMOOTH", "1054 -110 LINE SMOOTH", "1054 -28 OFFCURVE", "1031 59 OFFCURVE", "995 135 CURVE SMOOTH", "979 166 OFFCURVE", "948 220 OFFCURVE", "905 220 CURVE SMOOTH", "845 220 OFFCURVE", "796 115 OFFCURVE", "741 97 CURVE", "746 107 OFFCURVE", "803 254 OFFCURVE", "803 256 CURVE SMOOTH", "803 283 OFFCURVE", "780 327 OFFCURVE", "766 350 CURVE", "752 361 OFFCURVE", "738 371 OFFCURVE", "731 388 CURVE SMOOTH", "719 414 OFFCURVE", "696 480 OFFCURVE", "662 480 CURVE SMOOTH", "607 480 OFFCURVE", "552 339 OFFCURVE", "485 339 CURVE SMOOTH", "443 339 OFFCURVE", "420 349 OFFCURVE", "389 375 CURVE", "405 370 OFFCURVE", "423 366 OFFCURVE", "440 366 CURVE SMOOTH", "531 366 OFFCURVE", "620 587 OFFCURVE", "653 587 CURVE SMOOTH", "657 587 OFFCURVE", "666 581 OFFCURVE", "672 580 CURVE", "675 582 OFFCURVE", "677 587 OFFCURVE", "677 590 CURVE SMOOTH", "677 636 OFFCURVE", "614 766 OFFCURVE", "578 804 CURVE SMOOTH", "558 824 OFFCURVE", "530 832 OFFCURVE", "501 835 CURVE", "526 845 OFFCURVE", "565 891 OFFCURVE", "565 917 CURVE SMOOTH", "565 943 OFFCURVE", "540 990 OFFCURVE", "527 1013 CURVE", "442 1067 OFFCURVE", "411 1239 OFFCURVE", "298 1239 CURVE SMOOTH", "268 1239 OFFCURVE", "240 1234 OFFCURVE", "212 1224 CURVE", "270 1285 OFFCURVE", "325 1390 OFFCURVE", "423 1390 CURVE SMOOTH", "559 1390 OFFCURVE", "598 1177 OFFCURVE", "703 1177 CURVE SMOOTH", "775 1177 OFFCURVE", "799 1285 OFFCURVE", "799 1337 CURVE SMOOTH", "799 1408 OFFCURVE", "767 1522 OFFCURVE", "711 1574 CURVE", "742 1589 OFFCURVE", "765 1636 OFFCURVE", "803 1636 CURVE SMOOTH", "878 1636 OFFCURVE", "947 1392 OFFCURVE", "1023 1392 CURVE SMOOTH", "1032 1392 OFFCURVE", "1040 1396 OFFCURVE", "1047 1403 CURVE", "1047 1403 OFFCURVE", "1047 1402 OFFCURVE", "1048 1402 CURVE SMOOTH", "1062 1402 OFFCURVE", "1076 1461 OFFCURVE", "1076 1476 CURVE SMOOTH", "1076 1519 OFFCURVE", "1059 1568 OFFCURVE", "1038 1605 CURVE SMOOTH", "1021 1636 OFFCURVE", "993 1657 OFFCURVE", "976 1687 CURVE SMOOTH", "960 1715 OFFCURVE", "948 1771 OFFCURVE", "932 1807 CURVE", "939 1808 LINE", "1002 1808 OFFCURVE", "1038 1665 OFFCURVE", "1101 1665 CURVE SMOOTH", "1153 1665 OFFCURVE", "1160 1756 OFFCURVE", "1180 1785 CURVE SMOOTH", "1185 1792 OFFCURVE", "1188 1792 OFFCURVE", "1196 1792 CURVE", "1199 1795 OFFCURVE", "1200 1799 OFFCURVE", "1200 1802 CURVE SMOOTH", "1200 1819 OFFCURVE", "1179 1901 OFFCURVE", "1160 1901 CURVE SMOOTH", "1117 1901 OFFCURVE", "1124 1774 OFFCURVE", "1067 1774 CURVE SMOOTH", "1009 1774 OFFCURVE", "976 1915 OFFCURVE", "904 1915 CURVE SMOOTH", "881 1915 OFFCURVE", "862 1899 OFFCURVE", "849 1882 CURVE", "887 1776 LINE", "906 1776 OFFCURVE", "917 1777 OFFCURVE", "926 1757 CURVE SMOOTH", "965 1670 OFFCURVE", "954 1625 OFFCURVE", "1031 1547 CURVE", "1026 1530 OFFCURVE", "1018 1497 OFFCURVE", "993 1497 CURVE SMOOTH", "922 1497 OFFCURVE", "859 1742 OFFCURVE", "768 1742 CURVE SMOOTH", "715 1742 OFFCURVE", "696 1674 OFFCURVE", "650 1674 CURVE SMOOTH", "619 1674 OFFCURVE", "586 1713 OFFCURVE", "572 1737 CURVE", "563 1738 LINE", "558 1735 OFFCURVE", "558 1730 OFFCURVE", "558 1726 CURVE SMOOTH", "558 1708 OFFCURVE", "568 1686 OFFCURVE", "575 1669 CURVE SMOOTH", "593 1628 OFFCURVE", "612 1588 OFFCURVE", "642 1555 CURVE SMOOTH", "662 1531 OFFCURVE", "746 1467 OFFCURVE", "752 1450 CURVE SMOOTH", "754 1446 OFFCURVE", "754 1431 OFFCURVE", "754 1424 CURVE SMOOTH", "754 1376 OFFCURVE", "728 1285 OFFCURVE", "664 1285 CURVE SMOOTH", "580 1285 OFFCURVE", "528 1498 OFFCURVE", "388 1498 CURVE SMOOTH", "246 1498 OFFCURVE", "181 1275 OFFCURVE", "78 1275 CURVE SMOOTH", "51 1275 OFFCURVE", "28 1291 OFFCURVE", "13 1312 CURVE", "5 1311 LINE", "1 1307 OFFCURVE", "0 1301 OFFCURVE", "0 1296 CURVE SMOOTH", "0 1279 OFFCURVE", "12 1253 OFFCURVE", "19 1237 CURVE SMOOTH", "53 1164 OFFCURVE", "102 1092 OFFCURVE", "194 1092 CURVE SMOOTH", "245 1092 OFFCURVE", "293 1115 OFFCURVE", "343 1115 CURVE SMOOTH", "430 1115 OFFCURVE", "451 1022 OFFCURVE", "495 967 CURVE", "476 946 OFFCURVE", "406 913 OFFCURVE", "379 913 CURVE SMOOTH", "367 913 OFFCURVE", "357 917 OFFCURVE", "346 919 CURVE", "350 894 OFFCURVE", "358 835 OFFCURVE", "373 816 CURVE SMOOTH", "492 677 OFFCURVE", "558 759 OFFCURVE", "609 692 CURVE", "576 676 OFFCURVE", "527 575 OFFCURVE", "501 542 CURVE SMOOTH", "483 518 OFFCURVE", "451 498 OFFCURVE", "427 479 CURVE SMOOTH", "421 475 OFFCURVE", "413 475 OFFCURVE", "406 475 CURVE SMOOTH", "358 475 OFFCURVE", "271 519 OFFCURVE", "230 544 CURVE", "241 509 OFFCURVE", "249 474 OFFCURVE", "256 439 CURVE", "261 437 OFFCURVE", "320 370 OFFCURVE", "329 360 CURVE SMOOTH", "379 304 OFFCURVE", "434 231 OFFCURVE", "518 231 CURVE SMOOTH", "584 231 OFFCURVE", "659 369 OFFCURVE", "704 369 CURVE SMOOTH", "706 369 OFFCURVE", "707 368 OFFCURVE", "709 368 CURVE", "719 349 OFFCURVE", "728 327 OFFCURVE", "740 308 CURVE", "722 258 OFFCURVE", "704 161 OFFCURVE", "635 161 CURVE SMOOTH", "608 161 OFFCURVE", "583 172 OFFCURVE", "562 187 CURVE", "562 157 OFFCURVE", "566 115 OFFCURVE", "584 89 CURVE SMOOTH", "627 29 OFFCURVE", "686 -12 OFFCURVE", "763 -12 CURVE SMOOTH", "831 -12 OFFCURVE", "888 109 OFFCURVE", "948 109 CURVE SMOOTH", "1001 109 OFFCURVE", "1010 15 OFFCURVE", "1010 -21 CURVE SMOOTH", "1010 -30 LINE", "998 -16 OFFCURVE", "981 -1 OFFCURVE", "961 -1 CURVE SMOOTH", "936 -1 OFFCURVE", "913 -33 OFFCURVE", "900 -49 CURVE SMOOTH", "872 -87 OFFCURVE", "841 -93 OFFCURVE", "801 -111 CURVE", "837 -219 LINE", "864 -223 OFFCURVE", "923 -290 OFFCURVE", "975 -290 CURVE SMOOTH", "993 -290 OFFCURVE", "1005 -279 OFFCURVE", "1014 -279 CURVE SMOOTH", "1066 -279 OFFCURVE", "1117 -480 OFFCURVE", "1185 -480 CURVE", "1185 -480 LINE" ); } ); width = 1200; } ); note = uniE0C3; }, { color = 2; glyphname = uniE0C4.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "596 720 LINE SMOOTH", "603 720 OFFCURVE", "610 728 OFFCURVE", "610 745 CURVE SMOOTH", "610 929 LINE SMOOTH", "610 940 OFFCURVE", "604 954 OFFCURVE", "596 954 CURVE", "596 954 LINE", "487 954 LINE SMOOTH", "480 954 OFFCURVE", "473 944 OFFCURVE", "473 929 CURVE SMOOTH", "473 745 LINE SMOOTH", "473 732 OFFCURVE", "479 720 OFFCURVE", "487 720 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "108 -475 LINE", "108 -290 LINE", "0 -290 LINE", "0 -290 LINE", "0 -475 LINE" ); }, { closed = 1; nodes = ( "273 -475 LINE", "273 -290 LINE", "165 -290 LINE", "165 -290 LINE", "165 -475 LINE" ); }, { closed = 1; nodes = ( "108 -224 LINE", "108 -40 LINE", "0 -40 LINE", "0 -40 LINE", "0 -224 LINE" ); }, { closed = 1; nodes = ( "273 -224 LINE", "273 -40 LINE", "165 -40 LINE", "165 -40 LINE", "165 -224 LINE" ); }, { closed = 1; nodes = ( "596 -480 LINE SMOOTH", "597 -480 OFFCURVE", "599 -478 OFFCURVE", "599 -475 CURVE SMOOTH", "599 -290 LINE SMOOTH", "599 -287 OFFCURVE", "597 -285 OFFCURVE", "596 -285 CURVE", "596 -285 LINE", "487 -285 LINE SMOOTH", "486 -285 OFFCURVE", "485 -287 OFFCURVE", "485 -290 CURVE SMOOTH", "485 -475 LINE SMOOTH", "485 -478 OFFCURVE", "486 -480 OFFCURVE", "487 -480 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "490 -295 LINE", "593 -295 LINE", "593 -295 LINE", "593 -470 LINE", "490 -470 LINE" ); }, { closed = 1; nodes = ( "108 23 LINE", "108 207 LINE", "0 207 LINE", "0 207 LINE", "0 23 LINE" ); }, { closed = 1; nodes = ( "431 -224 LINE", "431 -40 LINE", "323 -40 LINE", "323 -40 LINE", "323 -224 LINE" ); }, { closed = 1; nodes = ( "273 23 LINE", "273 207 LINE", "165 207 LINE", "165 207 LINE", "165 23 LINE" ); }, { closed = 1; nodes = ( "108 271 LINE", "108 456 LINE", "0 456 LINE", "0 456 LINE", "0 271 LINE" ); }, { closed = 1; nodes = ( "431 23 LINE", "431 207 LINE", "323 207 LINE", "323 207 LINE", "323 23 LINE" ); }, { closed = 1; nodes = ( "273 271 LINE", "273 456 LINE", "165 456 LINE", "165 456 LINE", "165 271 LINE" ); }, { closed = 1; nodes = ( "108 511 LINE", "108 694 LINE", "0 694 LINE", "0 694 LINE", "0 511 LINE" ); }, { closed = 1; nodes = ( "596 19 LINE SMOOTH", "597 19 OFFCURVE", "599 21 OFFCURVE", "599 23 CURVE SMOOTH", "599 207 LINE SMOOTH", "599 211 OFFCURVE", "597 213 OFFCURVE", "596 213 CURVE", "596 213 LINE", "487 213 LINE SMOOTH", "486 213 OFFCURVE", "485 211 OFFCURVE", "485 207 CURVE SMOOTH", "485 23 LINE SMOOTH", "485 21 OFFCURVE", "486 19 OFFCURVE", "487 19 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "490 202 LINE", "593 202 LINE", "593 202 LINE", "593 28 LINE", "490 28 LINE" ); }, { closed = 1; nodes = ( "273 511 LINE", "273 694 LINE", "165 694 LINE", "165 694 LINE", "165 511 LINE" ); }, { closed = 1; nodes = ( "108 745 LINE", "108 929 LINE", "0 929 LINE", "0 929 LINE", "0 745 LINE" ); }, { closed = 1; nodes = ( "900 19 LINE SMOOTH", "902 19 OFFCURVE", "903 21 OFFCURVE", "903 23 CURVE SMOOTH", "903 207 LINE SMOOTH", "903 211 OFFCURVE", "902 213 OFFCURVE", "900 213 CURVE", "900 213 LINE", "792 213 LINE SMOOTH", "790 213 OFFCURVE", "789 211 OFFCURVE", "789 207 CURVE SMOOTH", "789 23 LINE SMOOTH", "789 21 OFFCURVE", "790 19 OFFCURVE", "792 19 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "795 202 LINE", "897 202 LINE", "897 202 LINE", "897 28 LINE", "795 28 LINE" ); }, { closed = 1; nodes = ( "431 511 LINE", "431 694 LINE", "323 694 LINE", "323 694 LINE", "323 511 LINE" ); }, { closed = 1; nodes = ( "745 253 LINE SMOOTH", "751 253 OFFCURVE", "757 260 OFFCURVE", "757 271 CURVE SMOOTH", "757 456 LINE SMOOTH", "757 465 OFFCURVE", "752 476 OFFCURVE", "745 476 CURVE", "745 476 LINE", "637 476 LINE SMOOTH", "632 476 OFFCURVE", "625 468 OFFCURVE", "625 456 CURVE SMOOTH", "625 271 LINE SMOOTH", "625 263 OFFCURVE", "630 253 OFFCURVE", "637 253 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "649 436 LINE", "734 436 LINE", "734 436 LINE", "734 292 LINE", "649 292 LINE" ); }, { closed = 1; nodes = ( "273 745 LINE", "273 929 LINE", "165 929 LINE", "165 929 LINE", "165 745 LINE" ); }, { closed = 1; nodes = ( "108 977 LINE", "108 1163 LINE", "0 1163 LINE", "0 1163 LINE", "0 977 LINE" ); }, { closed = 1; nodes = ( "596 511 LINE", "596 511 LINE", "596 694 LINE", "487 694 LINE", "487 511 LINE" ); }, { closed = 1; nodes = ( "431 745 LINE", "431 929 LINE", "323 929 LINE", "323 929 LINE", "323 745 LINE" ); }, { closed = 1; nodes = ( "273 977 LINE", "273 1163 LINE", "165 1163 LINE", "165 1163 LINE", "165 977 LINE" ); }, { closed = 1; nodes = ( "745 511 LINE", "745 694 LINE", "637 694 LINE", "637 694 LINE", "637 511 LINE" ); }, { closed = 1; nodes = ( "108 1205 LINE", "108 1389 LINE", "0 1389 LINE", "0 1389 LINE", "0 1205 LINE" ); }, { closed = 1; nodes = ( "1047 267 LINE SMOOTH", "1049 267 OFFCURVE", "1050 268 OFFCURVE", "1050 271 CURVE SMOOTH", "1050 456 LINE SMOOTH", "1050 459 OFFCURVE", "1049 461 OFFCURVE", "1047 461 CURVE", "1047 461 LINE", "939 461 LINE SMOOTH", "938 461 OFFCURVE", "936 459 OFFCURVE", "936 456 CURVE SMOOTH", "936 271 LINE SMOOTH", "936 268 OFFCURVE", "938 267 OFFCURVE", "939 267 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "942 450 LINE", "1045 450 LINE", "1045 450 LINE", "1045 277 LINE", "942 277 LINE" ); }, { closed = 1; nodes = ( "502 904 LINE", "581 904 LINE", "581 904 LINE", "581 769 LINE", "502 769 LINE" ); }, { closed = 1; nodes = ( "431 977 LINE", "431 1163 LINE", "323 1163 LINE", "323 1163 LINE", "323 977 LINE" ); }, { closed = 1; nodes = ( "273 1205 LINE", "273 1389 LINE", "165 1389 LINE", "165 1389 LINE", "165 1205 LINE" ); }, { closed = 1; nodes = ( "745 745 LINE", "745 745 LINE", "745 929 LINE", "637 929 LINE", "637 745 LINE" ); }, { closed = 1; nodes = ( "108 1446 LINE", "108 1630 LINE", "0 1630 LINE", "0 1630 LINE", "0 1446 LINE" ); }, { closed = 1; nodes = ( "431 1205 LINE", "431 1389 LINE", "323 1389 LINE", "323 1389 LINE", "323 1205 LINE" ); }, { closed = 1; nodes = ( "900 739 LINE SMOOTH", "902 739 OFFCURVE", "903 741 OFFCURVE", "903 745 CURVE SMOOTH", "903 929 LINE SMOOTH", "903 932 OFFCURVE", "902 934 OFFCURVE", "900 934 CURVE", "900 934 LINE", "792 934 LINE SMOOTH", "790 934 OFFCURVE", "789 932 OFFCURVE", "789 929 CURVE SMOOTH", "789 745 LINE SMOOTH", "789 741 OFFCURVE", "790 739 OFFCURVE", "792 739 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "795 924 LINE", "897 924 LINE", "897 924 LINE", "897 750 LINE", "795 750 LINE" ); }, { closed = 1; nodes = ( "273 1446 LINE", "273 1630 LINE", "165 1630 LINE", "165 1630 LINE", "165 1446 LINE" ); }, { closed = 1; nodes = ( "745 958 LINE SMOOTH", "751 958 OFFCURVE", "757 966 OFFCURVE", "757 977 CURVE SMOOTH", "757 1163 LINE SMOOTH", "757 1171 OFFCURVE", "752 1183 OFFCURVE", "745 1183 CURVE", "745 1183 LINE", "637 1183 LINE SMOOTH", "632 1183 OFFCURVE", "625 1174 OFFCURVE", "625 1163 CURVE SMOOTH", "625 977 LINE SMOOTH", "625 969 OFFCURVE", "630 958 OFFCURVE", "637 958 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "649 1141 LINE", "734 1141 LINE", "734 1141 LINE", "734 998 LINE", "649 998 LINE" ); }, { closed = 1; nodes = ( "596 1205 LINE", "596 1389 LINE", "487 1389 LINE", "487 1389 LINE", "487 1205 LINE" ); }, { closed = 1; nodes = ( "108 1700 LINE", "108 1885 LINE", "0 1885 LINE", "0 1885 LINE", "0 1700 LINE" ); }, { closed = 1; nodes = ( "431 1446 LINE", "431 1630 LINE", "323 1630 LINE", "323 1630 LINE", "323 1446 LINE" ); }, { closed = 1; nodes = ( "745 1186 LINE SMOOTH", "751 1186 OFFCURVE", "757 1194 OFFCURVE", "757 1205 CURVE SMOOTH", "757 1389 LINE SMOOTH", "757 1398 OFFCURVE", "752 1409 OFFCURVE", "745 1409 CURVE", "745 1409 LINE", "637 1409 LINE SMOOTH", "632 1409 OFFCURVE", "625 1400 OFFCURVE", "625 1389 CURVE SMOOTH", "625 1205 LINE SMOOTH", "625 1196 OFFCURVE", "630 1186 OFFCURVE", "637 1186 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "649 1369 LINE", "734 1369 LINE", "734 1369 LINE", "734 1226 LINE", "649 1226 LINE" ); }, { closed = 1; nodes = ( "273 1700 LINE", "273 1885 LINE", "165 1885 LINE", "165 1885 LINE", "165 1700 LINE" ); }, { closed = 1; nodes = ( "596 1446 LINE", "596 1446 LINE", "596 1630 LINE", "487 1630 LINE", "487 1446 LINE" ); }, { closed = 1; nodes = ( "431 1700 LINE", "431 1885 LINE", "323 1885 LINE", "323 1885 LINE", "323 1700 LINE" ); }, { closed = 1; nodes = ( "593 1686 LINE SMOOTH", "597 1686 OFFCURVE", "602 1693 OFFCURVE", "602 1700 CURVE SMOOTH", "602 1885 LINE SMOOTH", "602 1892 OFFCURVE", "598 1900 OFFCURVE", "593 1900 CURVE SMOOTH", "485 1900 LINE SMOOTH", "481 1900 OFFCURVE", "476 1893 OFFCURVE", "476 1885 CURVE SMOOTH", "476 1700 LINE SMOOTH", "476 1694 OFFCURVE", "480 1686 OFFCURVE", "485 1686 CURVE", "485 1686 LINE" ); }, { closed = 1; nodes = ( "494 1870 LINE", "585 1870 LINE", "585 1715 LINE", "494 1715 LINE", "494 1715 LINE" ); }, { closed = 1; nodes = ( "900 1446 LINE", "900 1446 LINE", "900 1630 LINE", "792 1630 LINE", "792 1446 LINE" ); }, { closed = 1; nodes = ( "745 1700 LINE", "745 1700 LINE", "745 1885 LINE", "637 1885 LINE", "637 1700 LINE" ); }, { closed = 1; nodes = ( "900 1700 LINE", "900 1700 LINE", "900 1885 LINE", "792 1885 LINE", "792 1700 LINE" ); }, { closed = 1; nodes = ( "1197 1440 LINE SMOOTH", "1199 1440 OFFCURVE", "1200 1442 OFFCURVE", "1200 1446 CURVE SMOOTH", "1200 1630 LINE SMOOTH", "1200 1633 OFFCURVE", "1199 1634 OFFCURVE", "1197 1634 CURVE", "1197 1634 LINE", "1089 1634 LINE SMOOTH", "1087 1634 OFFCURVE", "1086 1633 OFFCURVE", "1086 1630 CURVE SMOOTH", "1086 1446 LINE SMOOTH", "1086 1442 OFFCURVE", "1087 1440 OFFCURVE", "1089 1440 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "1092 1625 LINE", "1194 1625 LINE", "1194 1625 LINE", "1194 1451 LINE", "1092 1451 LINE" ); }, { closed = 1; nodes = ( "1197 1696 LINE SMOOTH", "1199 1696 OFFCURVE", "1200 1697 OFFCURVE", "1200 1700 CURVE SMOOTH", "1200 1885 LINE SMOOTH", "1200 1888 OFFCURVE", "1199 1890 OFFCURVE", "1197 1890 CURVE", "1197 1890 LINE", "1089 1890 LINE SMOOTH", "1087 1890 OFFCURVE", "1086 1888 OFFCURVE", "1086 1885 CURVE SMOOTH", "1086 1700 LINE SMOOTH", "1086 1697 OFFCURVE", "1087 1696 OFFCURVE", "1089 1696 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "1092 1880 LINE", "1194 1880 LINE", "1194 1880 LINE", "1194 1704 LINE", "1092 1704 LINE" ); } ); width = 1200; } ); note = uniE0C4; }, { color = 2; glyphname = uniE0C5.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "713 720 LINE SMOOTH", "721 720 OFFCURVE", "727 732 OFFCURVE", "727 745 CURVE SMOOTH", "727 929 LINE SMOOTH", "727 943 OFFCURVE", "720 954 OFFCURVE", "713 954 CURVE", "713 954 LINE", "604 954 LINE SMOOTH", "596 954 OFFCURVE", "590 940 OFFCURVE", "590 929 CURVE SMOOTH", "590 745 LINE SMOOTH", "590 729 OFFCURVE", "597 720 OFFCURVE", "604 720 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "713 -480 LINE SMOOTH", "714 -480 OFFCURVE", "715 -478 OFFCURVE", "715 -475 CURVE SMOOTH", "715 -290 LINE SMOOTH", "715 -287 OFFCURVE", "714 -285 OFFCURVE", "713 -285 CURVE", "713 -285 LINE", "604 -285 LINE SMOOTH", "603 -285 OFFCURVE", "601 -287 OFFCURVE", "601 -290 CURVE SMOOTH", "601 -475 LINE SMOOTH", "601 -478 OFFCURVE", "603 -480 OFFCURVE", "604 -480 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "607 -295 LINE", "710 -295 LINE", "710 -295 LINE", "710 -470 LINE", "607 -470 LINE" ); }, { closed = 1; nodes = ( "408 19 LINE SMOOTH", "410 19 OFFCURVE", "411 21 OFFCURVE", "411 23 CURVE SMOOTH", "411 208 LINE SMOOTH", "411 211 OFFCURVE", "410 213 OFFCURVE", "408 213 CURVE", "408 213 LINE", "300 213 LINE SMOOTH", "298 213 OFFCURVE", "297 211 OFFCURVE", "297 208 CURVE SMOOTH", "297 23 LINE SMOOTH", "297 21 OFFCURVE", "298 19 OFFCURVE", "300 19 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "303 203 LINE", "405 203 LINE", "405 203 LINE", "405 28 LINE", "303 28 LINE" ); }, { closed = 1; nodes = ( "261 267 LINE SMOOTH", "262 267 OFFCURVE", "264 268 OFFCURVE", "264 271 CURVE SMOOTH", "264 456 LINE SMOOTH", "264 459 OFFCURVE", "262 461 OFFCURVE", "261 461 CURVE", "261 461 LINE", "153 461 LINE SMOOTH", "151 461 OFFCURVE", "150 459 OFFCURVE", "150 456 CURVE SMOOTH", "150 271 LINE SMOOTH", "150 268 OFFCURVE", "151 267 OFFCURVE", "153 267 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "155 451 LINE", "258 451 LINE", "258 451 LINE", "258 277 LINE", "155 277 LINE" ); }, { closed = 1; nodes = ( "1035 -475 LINE", "1035 -290 LINE", "927 -290 LINE", "927 -290 LINE", "927 -475 LINE" ); }, { closed = 1; nodes = ( "877 -224 LINE", "877 -40 LINE", "769 -40 LINE", "769 -40 LINE", "769 -224 LINE" ); }, { closed = 1; nodes = ( "1200 -475 LINE", "1200 -290 LINE", "1092 -290 LINE", "1092 -290 LINE", "1092 -475 LINE" ); }, { closed = 1; nodes = ( "713 19 LINE SMOOTH", "714 19 OFFCURVE", "715 21 OFFCURVE", "715 23 CURVE SMOOTH", "715 208 LINE SMOOTH", "715 211 OFFCURVE", "714 213 OFFCURVE", "713 213 CURVE", "713 213 LINE", "604 213 LINE SMOOTH", "603 213 OFFCURVE", "601 211 OFFCURVE", "601 208 CURVE SMOOTH", "601 23 LINE SMOOTH", "601 21 OFFCURVE", "603 19 OFFCURVE", "604 19 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "607 203 LINE", "710 203 LINE", "710 203 LINE", "710 28 LINE", "607 28 LINE" ); }, { closed = 1; nodes = ( "1035 -224 LINE", "1035 -40 LINE", "927 -40 LINE", "927 -40 LINE", "927 -224 LINE" ); }, { closed = 1; nodes = ( "563 252 LINE SMOOTH", "570 252 OFFCURVE", "575 263 OFFCURVE", "575 271 CURVE SMOOTH", "575 456 LINE SMOOTH", "575 468 OFFCURVE", "568 477 OFFCURVE", "563 477 CURVE", "563 477 LINE", "455 477 LINE SMOOTH", "448 477 OFFCURVE", "443 465 OFFCURVE", "443 456 CURVE SMOOTH", "443 271 LINE SMOOTH", "443 260 OFFCURVE", "449 252 OFFCURVE", "455 252 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "466 436 LINE", "551 436 LINE", "551 436 LINE", "551 292 LINE", "466 292 LINE" ); }, { closed = 1; nodes = ( "877 23 LINE", "877 208 LINE", "769 208 LINE", "769 208 LINE", "769 23 LINE" ); }, { closed = 1; nodes = ( "1200 -224 LINE", "1200 -40 LINE", "1092 -40 LINE", "1092 -40 LINE", "1092 -224 LINE" ); }, { closed = 1; nodes = ( "1035 23 LINE", "1035 208 LINE", "927 208 LINE", "927 208 LINE", "927 23 LINE" ); }, { closed = 1; nodes = ( "563 512 LINE", "563 695 LINE", "455 695 LINE", "455 695 LINE", "455 512 LINE" ); }, { closed = 1; nodes = ( "408 739 LINE SMOOTH", "410 739 OFFCURVE", "411 741 OFFCURVE", "411 745 CURVE SMOOTH", "411 929 LINE SMOOTH", "411 932 OFFCURVE", "410 934 OFFCURVE", "408 934 CURVE", "408 934 LINE", "300 934 LINE SMOOTH", "298 934 OFFCURVE", "297 932 OFFCURVE", "297 929 CURVE SMOOTH", "297 745 LINE SMOOTH", "297 741 OFFCURVE", "298 739 OFFCURVE", "300 739 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "303 924 LINE", "405 924 LINE", "405 924 LINE", "405 750 LINE", "303 750 LINE" ); }, { closed = 1; nodes = ( "1200 23 LINE", "1200 208 LINE", "1092 208 LINE", "1092 208 LINE", "1092 23 LINE" ); }, { closed = 1; nodes = ( "713 512 LINE", "713 512 LINE", "713 695 LINE", "604 695 LINE", "604 512 LINE" ); }, { closed = 1; nodes = ( "1035 271 LINE", "1035 456 LINE", "927 456 LINE", "927 456 LINE", "927 271 LINE" ); }, { closed = 1; nodes = ( "563 745 LINE", "563 745 LINE", "563 929 LINE", "455 929 LINE", "455 745 LINE" ); }, { closed = 1; nodes = ( "877 512 LINE", "877 695 LINE", "769 695 LINE", "769 695 LINE", "769 512 LINE" ); }, { closed = 1; nodes = ( "619 904 LINE", "698 904 LINE", "698 904 LINE", "698 769 LINE", "619 769 LINE" ); }, { closed = 1; nodes = ( "1200 271 LINE", "1200 456 LINE", "1092 456 LINE", "1092 456 LINE", "1092 271 LINE" ); }, { closed = 1; nodes = ( "563 958 LINE SMOOTH", "570 958 OFFCURVE", "575 969 OFFCURVE", "575 977 CURVE SMOOTH", "575 1162 LINE SMOOTH", "575 1174 OFFCURVE", "568 1183 OFFCURVE", "563 1183 CURVE", "563 1183 LINE", "455 1183 LINE SMOOTH", "448 1183 OFFCURVE", "443 1171 OFFCURVE", "443 1162 CURVE SMOOTH", "443 977 LINE SMOOTH", "443 966 OFFCURVE", "449 958 OFFCURVE", "455 958 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "466 1142 LINE", "551 1142 LINE", "551 1142 LINE", "551 998 LINE", "466 998 LINE" ); }, { closed = 1; nodes = ( "1035 512 LINE", "1035 695 LINE", "927 695 LINE", "927 695 LINE", "927 512 LINE" ); }, { closed = 1; nodes = ( "111 1440 LINE SMOOTH", "113 1440 OFFCURVE", "114 1442 OFFCURVE", "114 1446 CURVE SMOOTH", "114 1630 LINE SMOOTH", "114 1633 OFFCURVE", "113 1635 OFFCURVE", "111 1635 CURVE", "111 1635 LINE", "3 1635 LINE SMOOTH", "1 1635 OFFCURVE", "0 1633 OFFCURVE", "0 1630 CURVE SMOOTH", "0 1446 LINE SMOOTH", "0 1442 OFFCURVE", "1 1440 OFFCURVE", "3 1440 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "6 1625 LINE", "108 1625 LINE", "108 1625 LINE", "108 1451 LINE", "6 1451 LINE" ); }, { closed = 1; nodes = ( "877 745 LINE", "877 929 LINE", "769 929 LINE", "769 929 LINE", "769 745 LINE" ); }, { closed = 1; nodes = ( "1200 512 LINE", "1200 695 LINE", "1092 695 LINE", "1092 695 LINE", "1092 512 LINE" ); }, { closed = 1; nodes = ( "563 1185 LINE SMOOTH", "570 1185 OFFCURVE", "575 1196 OFFCURVE", "575 1205 CURVE SMOOTH", "575 1390 LINE SMOOTH", "575 1400 OFFCURVE", "568 1409 OFFCURVE", "563 1409 CURVE", "563 1409 LINE", "455 1409 LINE SMOOTH", "448 1409 OFFCURVE", "443 1398 OFFCURVE", "443 1390 CURVE SMOOTH", "443 1205 LINE SMOOTH", "443 1193 OFFCURVE", "449 1185 OFFCURVE", "455 1185 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "466 1369 LINE", "551 1369 LINE", "551 1369 LINE", "551 1225 LINE", "466 1225 LINE" ); }, { closed = 1; nodes = ( "1035 745 LINE", "1035 929 LINE", "927 929 LINE", "927 929 LINE", "927 745 LINE" ); }, { closed = 1; nodes = ( "111 1696 LINE SMOOTH", "113 1696 OFFCURVE", "114 1698 OFFCURVE", "114 1701 CURVE SMOOTH", "114 1885 LINE SMOOTH", "114 1888 OFFCURVE", "113 1890 OFFCURVE", "111 1890 CURVE", "111 1890 LINE", "3 1890 LINE SMOOTH", "1 1890 OFFCURVE", "0 1888 OFFCURVE", "0 1885 CURVE SMOOTH", "0 1701 LINE SMOOTH", "0 1698 OFFCURVE", "1 1696 OFFCURVE", "3 1696 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "6 1880 LINE", "108 1880 LINE", "108 1880 LINE", "108 1705 LINE", "6 1705 LINE" ); }, { closed = 1; nodes = ( "408 1446 LINE", "408 1446 LINE", "408 1630 LINE", "300 1630 LINE", "300 1446 LINE" ); }, { closed = 1; nodes = ( "877 977 LINE", "877 1162 LINE", "769 1162 LINE", "769 1162 LINE", "769 977 LINE" ); }, { closed = 1; nodes = ( "713 1205 LINE", "713 1390 LINE", "604 1390 LINE", "604 1390 LINE", "604 1205 LINE" ); }, { closed = 1; nodes = ( "1200 745 LINE", "1200 929 LINE", "1092 929 LINE", "1092 929 LINE", "1092 745 LINE" ); }, { closed = 1; nodes = ( "1035 977 LINE", "1035 1162 LINE", "927 1162 LINE", "927 1162 LINE", "927 977 LINE" ); }, { closed = 1; nodes = ( "877 1205 LINE", "877 1390 LINE", "769 1390 LINE", "769 1390 LINE", "769 1205 LINE" ); }, { closed = 1; nodes = ( "408 1701 LINE", "408 1701 LINE", "408 1885 LINE", "300 1885 LINE", "300 1701 LINE" ); }, { closed = 1; nodes = ( "713 1446 LINE", "713 1446 LINE", "713 1630 LINE", "604 1630 LINE", "604 1446 LINE" ); }, { closed = 1; nodes = ( "1200 977 LINE", "1200 1162 LINE", "1092 1162 LINE", "1092 1162 LINE", "1092 977 LINE" ); }, { closed = 1; nodes = ( "1035 1205 LINE", "1035 1390 LINE", "927 1390 LINE", "927 1390 LINE", "927 1205 LINE" ); }, { closed = 1; nodes = ( "563 1701 LINE", "563 1701 LINE", "563 1885 LINE", "455 1885 LINE", "455 1701 LINE" ); }, { closed = 1; nodes = ( "877 1446 LINE", "877 1630 LINE", "769 1630 LINE", "769 1630 LINE", "769 1446 LINE" ); }, { closed = 1; nodes = ( "1200 1205 LINE", "1200 1390 LINE", "1092 1390 LINE", "1092 1390 LINE", "1092 1205 LINE" ); }, { closed = 1; nodes = ( "715 1686 LINE SMOOTH", "720 1686 OFFCURVE", "724 1694 OFFCURVE", "724 1701 CURVE SMOOTH", "724 1885 LINE SMOOTH", "724 1893 OFFCURVE", "719 1900 OFFCURVE", "715 1900 CURVE SMOOTH", "607 1900 LINE SMOOTH", "602 1900 OFFCURVE", "598 1892 OFFCURVE", "598 1885 CURVE SMOOTH", "598 1701 LINE SMOOTH", "598 1693 OFFCURVE", "603 1686 OFFCURVE", "607 1686 CURVE", "607 1686 LINE" ); }, { closed = 1; nodes = ( "615 1870 LINE", "706 1870 LINE", "706 1715 LINE", "615 1715 LINE", "615 1715 LINE" ); }, { closed = 1; nodes = ( "1035 1446 LINE", "1035 1630 LINE", "927 1630 LINE", "927 1630 LINE", "927 1446 LINE" ); }, { closed = 1; nodes = ( "877 1701 LINE", "877 1885 LINE", "769 1885 LINE", "769 1885 LINE", "769 1701 LINE" ); }, { closed = 1; nodes = ( "1200 1446 LINE", "1200 1630 LINE", "1092 1630 LINE", "1092 1630 LINE", "1092 1446 LINE" ); }, { closed = 1; nodes = ( "1035 1701 LINE", "1035 1885 LINE", "927 1885 LINE", "927 1885 LINE", "927 1701 LINE" ); }, { closed = 1; nodes = ( "1200 1701 LINE", "1200 1885 LINE", "1200 1885 LINE", "1092 1885 LINE", "1092 1701 LINE" ); } ); width = 1200; } ); note = uniE0C5; }, { color = 2; glyphname = uniE0C6.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "944 195 LINE SMOOTH", "956 195 OFFCURVE", "968 212 OFFCURVE", "968 231 CURVE SMOOTH", "968 498 LINE SMOOTH", "968 515 OFFCURVE", "957 534 OFFCURVE", "944 534 CURVE", "944 534 LINE", "773 534 LINE SMOOTH", "763 534 OFFCURVE", "750 517 OFFCURVE", "750 498 CURVE SMOOTH", "750 231 LINE SMOOTH", "750 214 OFFCURVE", "760 195 OFFCURVE", "773 195 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "172 -450 LINE", "172 -184 LINE", "0 -184 LINE", "0 -184 LINE", "0 -450 LINE" ); }, { closed = 1; nodes = ( "433 -450 LINE", "433 -184 LINE", "261 -184 LINE", "261 -184 LINE", "261 -450 LINE" ); }, { closed = 1; nodes = ( "172 -105 LINE", "172 161 LINE", "0 161 LINE", "0 161 LINE", "0 -105 LINE" ); }, { closed = 1; nodes = ( "433 -105 LINE", "433 161 LINE", "261 161 LINE", "261 161 LINE", "261 -105 LINE" ); }, { closed = 1; nodes = ( "172 231 LINE", "172 498 LINE", "0 498 LINE", "0 498 LINE", "0 231 LINE" ); }, { closed = 1; nodes = ( "683 -129 LINE SMOOTH", "690 -129 OFFCURVE", "698 -119 OFFCURVE", "698 -105 CURVE SMOOTH", "698 161 LINE SMOOTH", "698 172 OFFCURVE", "691 184 OFFCURVE", "683 184 CURVE", "683 184 LINE", "512 184 LINE SMOOTH", "504 184 OFFCURVE", "496 174 OFFCURVE", "496 161 CURVE SMOOTH", "496 -105 LINE SMOOTH", "496 -117 OFFCURVE", "502 -129 OFFCURVE", "512 -129 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "527 137 LINE", "667 137 LINE", "667 137 LINE", "667 -82 LINE", "527 -82 LINE" ); }, { closed = 1; nodes = ( "433 231 LINE", "433 498 LINE", "261 498 LINE", "261 498 LINE", "261 231 LINE" ); }, { closed = 1; nodes = ( "1181 -480 LINE SMOOTH", "1191 -480 OFFCURVE", "1200 -468 OFFCURVE", "1200 -450 CURVE SMOOTH", "1200 -184 LINE SMOOTH", "1200 -171 OFFCURVE", "1192 -156 OFFCURVE", "1181 -156 CURVE", "1181 -156 LINE", "1010 -156 LINE SMOOTH", "1001 -156 OFFCURVE", "992 -168 OFFCURVE", "992 -184 CURVE SMOOTH", "992 -450 LINE SMOOTH", "992 -465 OFFCURVE", "1000 -480 OFFCURVE", "1010 -480 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "1029 -214 LINE", "1163 -214 LINE", "1163 -214 LINE", "1163 -423 LINE", "1029 -423 LINE" ); }, { closed = 1; nodes = ( "172 569 LINE", "172 836 LINE", "0 836 LINE", "0 836 LINE", "0 569 LINE" ); }, { closed = 1; nodes = ( "172 896 LINE", "172 1164 LINE", "0 1164 LINE", "0 1164 LINE", "0 896 LINE" ); }, { closed = 1; nodes = ( "796 461 LINE", "921 461 LINE", "921 461 LINE", "921 269 LINE", "796 269 LINE" ); }, { closed = 1; nodes = ( "683 569 LINE", "683 836 LINE", "512 836 LINE", "512 836 LINE", "512 569 LINE" ); }, { closed = 1; nodes = ( "433 896 LINE", "433 1164 LINE", "261 1164 LINE", "261 1164 LINE", "261 896 LINE" ); }, { closed = 1; nodes = ( "172 1244 LINE", "172 1510 LINE", "0 1510 LINE", "0 1510 LINE", "0 1244 LINE" ); }, { closed = 1; nodes = ( "683 884 LINE SMOOTH", "687 884 OFFCURVE", "691 889 OFFCURVE", "691 896 CURVE SMOOTH", "691 1164 LINE SMOOTH", "691 1168 OFFCURVE", "688 1176 OFFCURVE", "683 1176 CURVE SMOOTH", "512 1176 LINE SMOOTH", "508 1176 OFFCURVE", "504 1168 OFFCURVE", "504 1164 CURVE SMOOTH", "504 896 LINE SMOOTH", "504 891 OFFCURVE", "507 884 OFFCURVE", "512 884 CURVE", "512 884 LINE" ); }, { closed = 1; nodes = ( "519 1151 LINE", "675 1151 LINE", "675 909 LINE", "519 909 LINE", "519 909 LINE" ); }, { closed = 1; nodes = ( "433 1244 LINE", "433 1510 LINE", "261 1510 LINE", "261 1510 LINE", "261 1244 LINE" ); }, { closed = 1; nodes = ( "172 1612 LINE", "172 1879 LINE", "0 1879 LINE", "0 1879 LINE", "0 1612 LINE" ); }, { closed = 1; nodes = ( "683 1244 LINE", "683 1510 LINE", "512 1510 LINE", "512 1510 LINE", "512 1244 LINE" ); }, { closed = 1; nodes = ( "433 1612 LINE", "433 1879 LINE", "261 1879 LINE", "261 1879 LINE", "261 1612 LINE" ); }, { closed = 1; nodes = ( "1181 868 LINE SMOOTH", "1191 868 OFFCURVE", "1200 881 OFFCURVE", "1200 896 CURVE SMOOTH", "1200 1164 LINE SMOOTH", "1200 1177 OFFCURVE", "1192 1191 OFFCURVE", "1181 1191 CURVE", "1181 1191 LINE", "1010 1191 LINE SMOOTH", "1002 1191 OFFCURVE", "992 1179 OFFCURVE", "992 1164 CURVE SMOOTH", "992 896 LINE SMOOTH", "992 883 OFFCURVE", "1000 868 OFFCURVE", "1010 868 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "1029 1134 LINE", "1163 1134 LINE", "1163 1134 LINE", "1163 925 LINE", "1029 925 LINE" ); }, { closed = 1; nodes = ( "944 1232 LINE SMOOTH", "949 1232 OFFCURVE", "952 1237 OFFCURVE", "952 1244 CURVE SMOOTH", "952 1510 LINE SMOOTH", "952 1517 OFFCURVE", "949 1522 OFFCURVE", "944 1522 CURVE", "944 1522 LINE", "773 1522 LINE SMOOTH", "770 1522 OFFCURVE", "765 1517 OFFCURVE", "765 1510 CURVE SMOOTH", "765 1244 LINE SMOOTH", "765 1238 OFFCURVE", "769 1232 OFFCURVE", "773 1232 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "781 1498 LINE", "937 1498 LINE", "937 1498 LINE", "937 1255 LINE", "781 1255 LINE" ); }, { closed = 1; nodes = ( "683 1600 LINE SMOOTH", "687 1600 OFFCURVE", "691 1606 OFFCURVE", "691 1612 CURVE SMOOTH", "691 1879 LINE SMOOTH", "691 1884 OFFCURVE", "688 1890 OFFCURVE", "683 1890 CURVE SMOOTH", "512 1890 LINE SMOOTH", "508 1890 OFFCURVE", "504 1884 OFFCURVE", "504 1879 CURVE SMOOTH", "504 1612 LINE SMOOTH", "504 1606 OFFCURVE", "507 1600 OFFCURVE", "512 1600 CURVE", "512 1600 LINE" ); }, { closed = 1; nodes = ( "519 1866 LINE", "675 1866 LINE", "675 1624 LINE", "519 1624 LINE", "519 1624 LINE" ); }, { closed = 1; nodes = ( "940 1590 LINE SMOOTH", "947 1590 OFFCURVE", "955 1600 OFFCURVE", "955 1612 CURVE SMOOTH", "955 1879 LINE SMOOTH", "955 1889 OFFCURVE", "949 1900 OFFCURVE", "940 1900 CURVE SMOOTH", "769 1900 LINE SMOOTH", "763 1900 OFFCURVE", "755 1890 OFFCURVE", "755 1879 CURVE SMOOTH", "755 1612 LINE SMOOTH", "755 1602 OFFCURVE", "761 1590 OFFCURVE", "769 1590 CURVE", "769 1590 LINE" ); }, { closed = 1; nodes = ( "784 1856 LINE", "927 1856 LINE", "927 1634 LINE", "784 1634 LINE", "784 1634 LINE" ); } ); width = 1200; } ); note = uniE0C6; }, { color = 2; glyphname = uniE0C7.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "428 195 LINE SMOOTH", "440 195 OFFCURVE", "450 214 OFFCURVE", "450 232 CURVE SMOOTH", "450 498 LINE SMOOTH", "450 517 OFFCURVE", "438 534 OFFCURVE", "428 534 CURVE", "428 534 LINE", "256 534 LINE SMOOTH", "243 534 OFFCURVE", "232 514 OFFCURVE", "232 498 CURVE SMOOTH", "232 232 LINE SMOOTH", "232 211 OFFCURVE", "245 195 OFFCURVE", "256 195 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "190 -480 LINE SMOOTH", "200 -480 OFFCURVE", "209 -465 OFFCURVE", "209 -450 CURVE SMOOTH", "209 -185 LINE SMOOTH", "209 -170 OFFCURVE", "198 -156 OFFCURVE", "190 -156 CURVE", "190 -156 LINE", "19 -156 LINE SMOOTH", "8 -156 OFFCURVE", "0 -171 OFFCURVE", "0 -185 CURVE SMOOTH", "0 -450 LINE SMOOTH", "0 -467 OFFCURVE", "9 -480 OFFCURVE", "19 -480 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "37 -213 LINE", "172 -213 LINE", "172 -213 LINE", "172 -423 LINE", "37 -423 LINE" ); }, { closed = 1; nodes = ( "939 -450 LINE", "939 -185 LINE", "767 -185 LINE", "767 -185 LINE", "767 -450 LINE" ); }, { closed = 1; nodes = ( "688 -129 LINE SMOOTH", "698 -129 OFFCURVE", "704 -117 OFFCURVE", "704 -105 CURVE SMOOTH", "704 161 LINE SMOOTH", "704 174 OFFCURVE", "696 185 OFFCURVE", "688 185 CURVE", "688 185 LINE", "517 185 LINE SMOOTH", "508 185 OFFCURVE", "502 172 OFFCURVE", "502 161 CURVE SMOOTH", "502 -105 LINE SMOOTH", "502 -120 OFFCURVE", "510 -129 OFFCURVE", "517 -129 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "533 137 LINE", "674 137 LINE", "674 137 LINE", "674 -81 LINE", "533 -81 LINE" ); }, { closed = 1; nodes = ( "279 462 LINE", "404 462 LINE", "404 462 LINE", "404 267 LINE", "279 267 LINE" ); }, { closed = 1; nodes = ( "1200 -450 LINE", "1200 -185 LINE", "1029 -185 LINE", "1029 -185 LINE", "1029 -450 LINE" ); }, { closed = 1; nodes = ( "939 -105 LINE", "939 161 LINE", "767 161 LINE", "767 161 LINE", "767 -105 LINE" ); }, { closed = 1; nodes = ( "190 868 LINE SMOOTH", "200 868 OFFCURVE", "209 884 OFFCURVE", "209 896 CURVE SMOOTH", "209 1164 LINE SMOOTH", "209 1179 OFFCURVE", "198 1192 OFFCURVE", "190 1192 CURVE", "190 1192 LINE", "19 1192 LINE SMOOTH", "8 1192 OFFCURVE", "0 1176 OFFCURVE", "0 1164 CURVE SMOOTH", "0 896 LINE SMOOTH", "0 880 OFFCURVE", "9 868 OFFCURVE", "19 868 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "37 1135 LINE", "172 1135 LINE", "172 1135 LINE", "172 925 LINE", "37 925 LINE" ); }, { closed = 1; nodes = ( "1200 -105 LINE", "1200 161 LINE", "1029 161 LINE", "1029 161 LINE", "1029 -105 LINE" ); }, { closed = 1; nodes = ( "939 232 LINE", "939 498 LINE", "767 498 LINE", "767 498 LINE", "767 232 LINE" ); }, { closed = 1; nodes = ( "688 569 LINE", "688 835 LINE", "517 835 LINE", "517 835 LINE", "517 569 LINE" ); }, { closed = 1; nodes = ( "1200 232 LINE", "1200 498 LINE", "1029 498 LINE", "1029 498 LINE", "1029 232 LINE" ); }, { closed = 1; nodes = ( "688 885 LINE SMOOTH", "693 885 OFFCURVE", "696 891 OFFCURVE", "696 896 CURVE SMOOTH", "696 1164 LINE SMOOTH", "696 1169 OFFCURVE", "693 1175 OFFCURVE", "688 1175 CURVE SMOOTH", "517 1175 LINE SMOOTH", "513 1175 OFFCURVE", "509 1168 OFFCURVE", "509 1164 CURVE SMOOTH", "509 896 LINE SMOOTH", "509 889 OFFCURVE", "514 885 OFFCURVE", "517 885 CURVE", "517 885 LINE" ); }, { closed = 1; nodes = ( "525 1151 LINE", "681 1151 LINE", "681 908 LINE", "525 908 LINE", "525 908 LINE" ); }, { closed = 1; nodes = ( "428 1233 LINE SMOOTH", "432 1233 OFFCURVE", "435 1240 OFFCURVE", "435 1243 CURVE SMOOTH", "435 1510 LINE SMOOTH", "435 1517 OFFCURVE", "431 1522 OFFCURVE", "428 1522 CURVE", "428 1522 LINE", "256 1522 LINE SMOOTH", "251 1522 OFFCURVE", "248 1517 OFFCURVE", "248 1510 CURVE SMOOTH", "248 1243 LINE SMOOTH", "248 1237 OFFCURVE", "253 1233 OFFCURVE", "256 1233 CURVE SMOOTH" ); }, { closed = 1; nodes = ( "263 1499 LINE", "420 1499 LINE", "420 1499 LINE", "420 1255 LINE", "263 1255 LINE" ); }, { closed = 1; nodes = ( "1200 569 LINE", "1200 835 LINE", "1029 835 LINE", "1029 835 LINE", "1029 569 LINE" ); }, { closed = 1; nodes = ( "939 896 LINE", "939 1164 LINE", "767 1164 LINE", "767 1164 LINE", "767 896 LINE" ); }, { closed = 1; nodes = ( "688 1243 LINE", "688 1510 LINE", "517 1510 LINE", "517 1510 LINE", "517 1243 LINE" ); }, { closed = 1; nodes = ( "431 1590 LINE SMOOTH", "439 1590 OFFCURVE", "445 1602 OFFCURVE", "445 1613 CURVE SMOOTH", "445 1879 LINE SMOOTH", "445 1891 OFFCURVE", "437 1900 OFFCURVE", "431 1900 CURVE SMOOTH", "260 1900 LINE SMOOTH", "252 1900 OFFCURVE", "246 1890 OFFCURVE", "246 1879 CURVE SMOOTH", "246 1613 LINE SMOOTH", "246 1601 OFFCURVE", "253 1590 OFFCURVE", "260 1590 CURVE", "260 1590 LINE" ); }, { closed = 1; nodes = ( "273 1856 LINE", "417 1856 LINE", "417 1634 LINE", "273 1634 LINE", "273 1634 LINE" ); }, { closed = 1; nodes = ( "1200 896 LINE", "1200 1164 LINE", "1029 1164 LINE", "1029 1164 LINE", "1029 896 LINE" ); }, { closed = 1; nodes = ( "939 1243 LINE", "939 1510 LINE", "767 1510 LINE", "767 1510 LINE", "767 1243 LINE" ); }, { closed = 1; nodes = ( "688 1600 LINE SMOOTH", "693 1600 OFFCURVE", "696 1606 OFFCURVE", "696 1613 CURVE SMOOTH", "696 1879 LINE SMOOTH", "696 1885 OFFCURVE", "693 1891 OFFCURVE", "688 1891 CURVE SMOOTH", "517 1891 LINE SMOOTH", "513 1891 OFFCURVE", "509 1884 OFFCURVE", "509 1879 CURVE SMOOTH", "509 1613 LINE SMOOTH", "509 1606 OFFCURVE", "514 1600 OFFCURVE", "517 1600 CURVE", "517 1600 LINE" ); }, { closed = 1; nodes = ( "525 1866 LINE", "681 1866 LINE", "681 1624 LINE", "525 1624 LINE", "525 1624 LINE" ); }, { closed = 1; nodes = ( "1200 1243 LINE", "1200 1510 LINE", "1029 1510 LINE", "1029 1510 LINE", "1029 1243 LINE" ); }, { closed = 1; nodes = ( "939 1613 LINE", "939 1879 LINE", "767 1879 LINE", "767 1879 LINE", "767 1613 LINE" ); }, { closed = 1; nodes = ( "1200 1613 LINE", "1200 1879 LINE", "1200 1879 LINE", "1029 1879 LINE", "1029 1613 LINE" ); } ); width = 1200; } ); note = uniE0C7; }, { color = 2; glyphname = uniE0C8.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "49 -479 OFFCURVE", "63 -480 OFFCURVE", "102 -460 CURVE SMOOTH", "111 -455 OFFCURVE", "120 -449 OFFCURVE", "130 -445 CURVE SMOOTH", "151 -439 OFFCURVE", "169 -449 OFFCURVE", "198 -434 CURVE SMOOTH", "236 -414 OFFCURVE", "220 -412 OFFCURVE", "268 -412 CURVE SMOOTH", "270 -412 OFFCURVE", "280 -407 OFFCURVE", "282 -406 CURVE SMOOTH", "298 -399 OFFCURVE", "321 -399 OFFCURVE", "338 -398 CURVE SMOOTH", "348 -397 OFFCURVE", "350 -386 OFFCURVE", "350 -377 CURVE SMOOTH", "350 -344 OFFCURVE", "311 -361 OFFCURVE", "288 -354 CURVE", "279 -346 OFFCURVE", "271 -335 OFFCURVE", "259 -329 CURVE SMOOTH", "239 -321 OFFCURVE", "226 -311 OFFCURVE", "204 -308 CURVE SMOOTH", "202 -308 OFFCURVE", "198 -305 OFFCURVE", "196 -302 CURVE", "188 -284 OFFCURVE", "144 -300 OFFCURVE", "144 -279 CURVE SMOOTH", "144 -271 OFFCURVE", "160 -264 OFFCURVE", "165 -262 CURVE SMOOTH", "178 -258 OFFCURVE", "190 -255 OFFCURVE", "204 -255 CURVE SMOOTH", "220 -255 OFFCURVE", "232 -241 OFFCURVE", "247 -239 CURVE SMOOTH", "260 -237 OFFCURVE", "289 -233 OFFCURVE", "301 -227 CURVE SMOOTH", "309 -221 OFFCURVE", "314 -213 OFFCURVE", "324 -211 CURVE", "330 -212 OFFCURVE", "339 -213 OFFCURVE", "346 -213 CURVE SMOOTH", "362 -213 OFFCURVE", "371 -210 OFFCURVE", "371 -193 CURVE SMOOTH", "371 -184 OFFCURVE", "367 -175 OFFCURVE", "363 -165 CURVE", "376 -149 OFFCURVE", "532 -150 OFFCURVE", "560 -142 CURVE SMOOTH", "573 -139 OFFCURVE", "593 -135 OFFCURVE", "607 -135 CURVE SMOOTH", "623 -135 OFFCURVE", "640 -131 OFFCURVE", "640 -113 CURVE SMOOTH", "640 -84 OFFCURVE", "618 -95 OFFCURVE", "602 -83 CURVE", "588 -79 OFFCURVE", "581 -82 OFFCURVE", "568 -82 CURVE SMOOTH", "567 -82 OFFCURVE", "563 -80 OFFCURVE", "562 -80 CURVE", "555 -74 OFFCURVE", "538 -62 OFFCURVE", "528 -62 CURVE SMOOTH", "518 -62 OFFCURVE", "508 -68 OFFCURVE", "498 -68 CURVE SMOOTH", "495 -68 OFFCURVE", "491 -67 OFFCURVE", "488 -65 CURVE", "479 -53 OFFCURVE", "463 -51 OFFCURVE", "450 -51 CURVE SMOOTH", "444 -51 OFFCURVE", "440 -54 OFFCURVE", "434 -56 CURVE", "431 -55 OFFCURVE", "429 -52 OFFCURVE", "427 -50 CURVE SMOOTH", "412 -35 OFFCURVE", "380 -48 OFFCURVE", "363 -38 CURVE SMOOTH", "319 -9 OFFCURVE", "322 -20 OFFCURVE", "273 -20 CURVE SMOOTH", "265 -20 OFFCURVE", "219 -14 OFFCURVE", "222 -1 CURVE SMOOTH", "224 7 LINE", "238 16 OFFCURVE", "289 14 OFFCURVE", "307 20 CURVE SMOOTH", "317 22 OFFCURVE", "326 27 OFFCURVE", "334 34 CURVE SMOOTH", "353 50 OFFCURVE", "375 52 OFFCURVE", "397 61 CURVE SMOOTH", "401 62 OFFCURVE", "411 66 OFFCURVE", "415 66 CURVE", "420 63 OFFCURVE", "432 57 OFFCURVE", "438 57 CURVE SMOOTH", "442 57 OFFCURVE", "446 59 OFFCURVE", "449 62 CURVE SMOOTH", "460 69 OFFCURVE", "468 65 OFFCURVE", "479 69 CURVE", "501 69 OFFCURVE", "535 80 OFFCURVE", "535 106 CURVE SMOOTH", "535 119 OFFCURVE", "476 137 OFFCURVE", "462 137 CURVE SMOOTH", "454 137 OFFCURVE", "446 134 OFFCURVE", "439 134 CURVE SMOOTH", "423 134 OFFCURVE", "408 141 OFFCURVE", "391 141 CURVE SMOOTH", "374 141 OFFCURVE", "357 145 OFFCURVE", "340 145 CURVE SMOOTH", "325 145 OFFCURVE", "240 184 OFFCURVE", "240 198 CURVE SMOOTH", "240 219 OFFCURVE", "294 260 OFFCURVE", "315 260 CURVE SMOOTH", "325 260 OFFCURVE", "333 265 OFFCURVE", "340 272 CURVE SMOOTH", "343 274 OFFCURVE", "350 282 OFFCURVE", "355 283 CURVE SMOOTH", "413 296 OFFCURVE", "470 301 OFFCURVE", "528 309 CURVE SMOOTH", "556 314 OFFCURVE", "602 330 OFFCURVE", "620 330 CURVE SMOOTH", "628 330 OFFCURVE", "636 327 OFFCURVE", "644 327 CURVE SMOOTH", "668 327 OFFCURVE", "695 349 OFFCURVE", "720 349 CURVE SMOOTH", "730 349 OFFCURVE", "731 356 OFFCURVE", "739 360 CURVE", "749 357 OFFCURVE", "759 350 OFFCURVE", "770 350 CURVE SMOOTH", "786 350 OFFCURVE", "857 359 OFFCURVE", "868 367 CURVE SMOOTH", "872 369 OFFCURVE", "876 370 OFFCURVE", "880 370 CURVE SMOOTH", "890 370 OFFCURVE", "899 368 OFFCURVE", "909 367 CURVE", "912 368 OFFCURVE", "916 369 OFFCURVE", "919 369 CURVE SMOOTH", "925 369 OFFCURVE", "932 366 OFFCURVE", "938 366 CURVE SMOOTH", "966 366 OFFCURVE", "1016 381 OFFCURVE", "1046 386 CURVE SMOOTH", "1066 389 OFFCURVE", "1084 393 OFFCURVE", "1104 393 CURVE SMOOTH", "1123 393 OFFCURVE", "1141 401 OFFCURVE", "1164 401 CURVE SMOOTH", "1189 401 OFFCURVE", "1200 406 OFFCURVE", "1200 431 CURVE SMOOTH", "1200 466 OFFCURVE", "1128 455 OFFCURVE", "1105 455 CURVE", "1105 455 LINE", "1073 455 OFFCURVE", "1046 469 OFFCURVE", "1016 469 CURVE SMOOTH", "1010 469 OFFCURVE", "983 461 OFFCURVE", "974 459 CURVE", "955 463 OFFCURVE", "938 473 OFFCURVE", "917 473 CURVE SMOOTH", "902 473 OFFCURVE", "886 472 OFFCURVE", "871 470 CURVE SMOOTH", "862 470 OFFCURVE", "853 465 OFFCURVE", "844 465 CURVE SMOOTH", "841 465 OFFCURVE", "838 466 OFFCURVE", "836 468 CURVE SMOOTH", "811 491 OFFCURVE", "794 496 OFFCURVE", "760 496 CURVE SMOOTH", "744 496 OFFCURVE", "749 515 OFFCURVE", "703 515 CURVE SMOOTH", "681 515 OFFCURVE", "662 528 OFFCURVE", "640 528 CURVE SMOOTH", "631 528 OFFCURVE", "621 522 OFFCURVE", "612 522 CURVE SMOOTH", "607 522 OFFCURVE", "602 525 OFFCURVE", "598 529 CURVE SMOOTH", "586 539 OFFCURVE", "555 535 OFFCURVE", "540 535 CURVE SMOOTH", "536 535 OFFCURVE", "531 535 OFFCURVE", "527 536 CURVE", "513 546 OFFCURVE", "480 542 OFFCURVE", "462 552 CURVE SMOOTH", "455 555 OFFCURVE", "451 563 OFFCURVE", "443 563 CURVE SMOOTH", "435 563 OFFCURVE", "427 559 OFFCURVE", "419 559 CURVE SMOOTH", "413 559 OFFCURVE", "406 563 OFFCURVE", "399 563 CURVE SMOOTH", "392 563 OFFCURVE", "384 562 OFFCURVE", "377 562 CURVE SMOOTH", "342 562 OFFCURVE", "307 565 OFFCURVE", "273 565 CURVE SMOOTH", "262 565 OFFCURVE", "261 570 OFFCURVE", "257 580 CURVE", "260 584 OFFCURVE", "276 587 OFFCURVE", "281 588 CURVE SMOOTH", "336 598 OFFCURVE", "382 617 OFFCURVE", "433 638 CURVE SMOOTH", "446 643 OFFCURVE", "460 663 OFFCURVE", "477 661 CURVE SMOOTH", "482 660 OFFCURVE", "486 660 OFFCURVE", "491 660 CURVE SMOOTH", "504 660 OFFCURVE", "517 671 OFFCURVE", "528 671 CURVE SMOOTH", "536 671 OFFCURVE", "549 671 OFFCURVE", "557 674 CURVE SMOOTH", "563 675 OFFCURVE", "568 680 OFFCURVE", "568 688 CURVE SMOOTH", "568 714 OFFCURVE", "547 720 OFFCURVE", "525 722 CURVE SMOOTH", "503 723 OFFCURVE", "487 736 OFFCURVE", "466 739 CURVE SMOOTH", "457 740 OFFCURVE", "447 736 OFFCURVE", "438 736 CURVE SMOOTH", "429 736 OFFCURVE", "385 744 OFFCURVE", "376 747 CURVE SMOOTH", "370 750 OFFCURVE", "332 768 OFFCURVE", "326 767 CURVE SMOOTH", "322 766 OFFCURVE", "319 764 OFFCURVE", "315 764 CURVE SMOOTH", "301 764 OFFCURVE", "287 768 OFFCURVE", "273 769 CURVE", "268 775 LINE", "278 790 OFFCURVE", "320 784 OFFCURVE", "335 784 CURVE SMOOTH", "359 784 OFFCURVE", "380 801 OFFCURVE", "405 803 CURVE SMOOTH", "416 804 OFFCURVE", "447 812 OFFCURVE", "447 826 CURVE SMOOTH", "447 850 OFFCURVE", "390 858 OFFCURVE", "372 858 CURVE SMOOTH", "353 858 OFFCURVE", "341 867 OFFCURVE", "323 867 CURVE SMOOTH", "241 867 OFFCURVE", "256 882 OFFCURVE", "235 937 CURVE SMOOTH", "231 948 OFFCURVE", "215 978 OFFCURVE", "215 987 CURVE SMOOTH", "215 1028 OFFCURVE", "248 1053 OFFCURVE", "279 1077 CURVE SMOOTH", "292 1089 OFFCURVE", "315 1085 OFFCURVE", "327 1096 CURVE SMOOTH", "330 1099 OFFCURVE", "379 1111 OFFCURVE", "388 1113 CURVE", "395 1111 OFFCURVE", "403 1108 OFFCURVE", "410 1108 CURVE SMOOTH", "425 1108 OFFCURVE", "428 1125 OFFCURVE", "445 1125 CURVE SMOOTH", "458 1125 OFFCURVE", "459 1116 OFFCURVE", "475 1116 CURVE SMOOTH", "486 1116 OFFCURVE", "528 1135 OFFCURVE", "541 1142 CURVE SMOOTH", "575 1155 OFFCURVE", "614 1154 OFFCURVE", "648 1166 CURVE SMOOTH", "657 1169 OFFCURVE", "663 1176 OFFCURVE", "663 1185 CURVE SMOOTH", "663 1227 OFFCURVE", "625 1220 OFFCURVE", "597 1220 CURVE SMOOTH", "577 1220 OFFCURVE", "565 1247 OFFCURVE", "512 1247 CURVE SMOOTH", "504 1247 OFFCURVE", "499 1243 OFFCURVE", "492 1242 CURVE", "485 1247 OFFCURVE", "488 1252 OFFCURVE", "477 1255 CURVE SMOOTH", "464 1258 OFFCURVE", "442 1262 OFFCURVE", "431 1269 CURVE SMOOTH", "428 1271 OFFCURVE", "425 1274 OFFCURVE", "421 1274 CURVE SMOOTH", "415 1274 OFFCURVE", "410 1267 OFFCURVE", "404 1265 CURVE", "395 1271 OFFCURVE", "357 1320 OFFCURVE", "339 1306 CURVE", "303 1306 OFFCURVE", "245 1341 OFFCURVE", "206 1341 CURVE SMOOTH", "194 1341 OFFCURVE", "175 1350 OFFCURVE", "175 1363 CURVE SMOOTH", "175 1397 OFFCURVE", "235 1411 OFFCURVE", "262 1411 CURVE SMOOTH", "281 1411 OFFCURVE", "343 1422 OFFCURVE", "362 1425 CURVE SMOOTH", "379 1429 OFFCURVE", "402 1449 OFFCURVE", "416 1449 CURVE", "424 1446 LINE", "435 1437 OFFCURVE", "450 1434 OFFCURVE", "465 1434 CURVE SMOOTH", "474 1434 OFFCURVE", "486 1436 OFFCURVE", "490 1444 CURVE", "493 1445 LINE", "498 1443 OFFCURVE", "507 1435 OFFCURVE", "513 1435 CURVE SMOOTH", "517 1435 OFFCURVE", "521 1437 OFFCURVE", "524 1439 CURVE SMOOTH", "539 1451 OFFCURVE", "562 1453 OFFCURVE", "581 1457 CURVE SMOOTH", "592 1459 OFFCURVE", "599 1469 OFFCURVE", "610 1472 CURVE", "622 1468 OFFCURVE", "641 1468 OFFCURVE", "654 1468 CURVE SMOOTH", "708 1468 OFFCURVE", "714 1486 OFFCURVE", "767 1486 CURVE SMOOTH", "794 1486 OFFCURVE", "830 1491 OFFCURVE", "830 1523 CURVE SMOOTH", "830 1531 OFFCURVE", "827 1552 OFFCURVE", "816 1552 CURVE SMOOTH", "811 1552 OFFCURVE", "805 1547 OFFCURVE", "800 1547 CURVE SMOOTH", "793 1547 OFFCURVE", "786 1553 OFFCURVE", "781 1557 CURVE SMOOTH", "755 1576 OFFCURVE", "736 1569 OFFCURVE", "706 1574 CURVE", "704 1573 OFFCURVE", "701 1572 OFFCURVE", "699 1571 CURVE", "690 1571 LINE SMOOTH", "688 1571 OFFCURVE", "679 1576 OFFCURVE", "677 1577 CURVE SMOOTH", "622 1612 OFFCURVE", "612 1592 OFFCURVE", "560 1605 CURVE SMOOTH", "545 1608 OFFCURVE", "546 1624 OFFCURVE", "517 1624 CURVE SMOOTH", "506 1624 OFFCURVE", "499 1619 OFFCURVE", "490 1616 CURVE", "477 1624 OFFCURVE", "474 1643 OFFCURVE", "461 1643 CURVE SMOOTH", "435 1643 OFFCURVE", "419 1632 OFFCURVE", "396 1625 CURVE", "393 1626 OFFCURVE", "390 1628 OFFCURVE", "388 1630 CURVE SMOOTH", "372 1649 OFFCURVE", "330 1658 OFFCURVE", "306 1658 CURVE SMOOTH", "292 1658 OFFCURVE", "283 1650 OFFCURVE", "270 1649 CURVE", "246 1654 OFFCURVE", "136 1684 OFFCURVE", "127 1700 CURVE", "131 1703 LINE", "147 1710 OFFCURVE", "159 1705 OFFCURVE", "175 1705 CURVE SMOOTH", "189 1705 OFFCURVE", "256 1711 OFFCURVE", "264 1716 CURVE SMOOTH", "276 1724 OFFCURVE", "305 1732 OFFCURVE", "320 1732 CURVE SMOOTH", "327 1732 OFFCURVE", "334 1729 OFFCURVE", "341 1729 CURVE SMOOTH", "355 1729 OFFCURVE", "370 1736 OFFCURVE", "373 1749 CURVE", "390 1749 OFFCURVE", "414 1749 OFFCURVE", "414 1772 CURVE SMOOTH", "414 1796 OFFCURVE", "391 1787 OFFCURVE", "379 1793 CURVE", "376 1795 OFFCURVE", "297 1835 OFFCURVE", "294 1835 CURVE SMOOTH", "288 1835 OFFCURVE", "284 1830 OFFCURVE", "279 1828 CURVE", "263 1833 OFFCURVE", "213 1849 OFFCURVE", "199 1849 CURVE SMOOTH", "194 1849 OFFCURVE", "143 1879 OFFCURVE", "135 1884 CURVE SMOOTH", "113 1898 OFFCURVE", "76 1892 OFFCURVE", "50 1892 CURVE SMOOTH", "45 1892 OFFCURVE", "41 1892 OFFCURVE", "36 1893 CURVE", "29 1897 OFFCURVE", "21 1900 OFFCURVE", "13 1900 CURVE SMOOTH", "10 1900 OFFCURVE", "6 1900 OFFCURVE", "3 1899 CURVE", "0 1894 LINE", "1 -474 LINE", "4 -479 LINE" ); } ); width = 1200; } ); note = uniE0C8; }, { color = 2; glyphname = uniE0CA.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1199 -474 LINE", "1200 1894 LINE", "1197 1899 LINE", "1194 1900 OFFCURVE", "1190 1900 OFFCURVE", "1187 1900 CURVE SMOOTH", "1173 1900 OFFCURVE", "1162 1893 OFFCURVE", "1148 1893 CURVE SMOOTH", "1134 1893 OFFCURVE", "1120 1894 OFFCURVE", "1106 1894 CURVE SMOOTH", "1075 1894 OFFCURVE", "1041 1876 OFFCURVE", "1017 1856 CURVE SMOOTH", "1008 1848 OFFCURVE", "938 1834 OFFCURVE", "921 1828 CURVE", "917 1831 OFFCURVE", "911 1834 OFFCURVE", "906 1834 CURVE SMOOTH", "897 1834 OFFCURVE", "825 1796 OFFCURVE", "821 1792 CURVE", "807 1792 OFFCURVE", "786 1791 OFFCURVE", "786 1772 CURVE SMOOTH", "786 1748 OFFCURVE", "811 1749 OFFCURVE", "827 1749 CURVE", "835 1736 OFFCURVE", "842 1730 OFFCURVE", "859 1730 CURVE SMOOTH", "866 1730 OFFCURVE", "873 1733 OFFCURVE", "880 1733 CURVE SMOOTH", "894 1733 OFFCURVE", "924 1725 OFFCURVE", "936 1717 CURVE SMOOTH", "955 1704 OFFCURVE", "1023 1707 OFFCURVE", "1049 1707 CURVE SMOOTH", "1058 1707 OFFCURVE", "1066 1706 OFFCURVE", "1073 1701 CURVE", "1066 1689 OFFCURVE", "950 1648 OFFCURVE", "930 1648 CURVE SMOOTH", "920 1648 OFFCURVE", "907 1659 OFFCURVE", "894 1659 CURVE SMOOTH", "870 1659 OFFCURVE", "828 1648 OFFCURVE", "812 1630 CURVE SMOOTH", "810 1629 OFFCURVE", "807 1627 OFFCURVE", "804 1626 CURVE", "781 1632 OFFCURVE", "765 1643 OFFCURVE", "739 1643 CURVE SMOOTH", "726 1643 OFFCURVE", "721 1625 OFFCURVE", "710 1616 CURVE", "700 1621 OFFCURVE", "691 1625 OFFCURVE", "680 1625 CURVE SMOOTH", "656 1625 OFFCURVE", "654 1610 OFFCURVE", "640 1606 CURVE SMOOTH", "587 1591 OFFCURVE", "582 1611 OFFCURVE", "523 1577 CURVE SMOOTH", "516 1572 OFFCURVE", "509 1571 OFFCURVE", "501 1572 CURVE SMOOTH", "499 1572 OFFCURVE", "496 1572 OFFCURVE", "494 1573 CURVE", "459 1567 OFFCURVE", "452 1578 OFFCURVE", "419 1556 CURVE SMOOTH", "414 1553 OFFCURVE", "406 1548 OFFCURVE", "400 1548 CURVE SMOOTH", "394 1548 OFFCURVE", "389 1552 OFFCURVE", "384 1552 CURVE SMOOTH", "374 1552 OFFCURVE", "370 1533 OFFCURVE", "370 1524 CURVE SMOOTH", "370 1483 OFFCURVE", "426 1487 OFFCURVE", "454 1487 CURVE SMOOTH", "478 1487 OFFCURVE", "503 1469 OFFCURVE", "546 1469 CURVE SMOOTH", "559 1469 OFFCURVE", "578 1469 OFFCURVE", "590 1473 CURVE", "601 1469 OFFCURVE", "608 1459 OFFCURVE", "619 1457 CURVE SMOOTH", "634 1454 OFFCURVE", "664 1449 OFFCURVE", "676 1440 CURVE SMOOTH", "679 1438 OFFCURVE", "683 1435 OFFCURVE", "687 1435 CURVE SMOOTH", "691 1435 OFFCURVE", "702 1444 OFFCURVE", "707 1446 CURVE", "718 1436 OFFCURVE", "718 1434 OFFCURVE", "735 1434 CURVE SMOOTH", "750 1434 OFFCURVE", "765 1437 OFFCURVE", "776 1447 CURVE", "778 1448 OFFCURVE", "782 1449 OFFCURVE", "784 1449 CURVE SMOOTH", "803 1449 OFFCURVE", "819 1430 OFFCURVE", "837 1425 CURVE SMOOTH", "853 1421 OFFCURVE", "907 1419 OFFCURVE", "918 1413 CURVE SMOOTH", "941 1400 OFFCURVE", "1025 1411 OFFCURVE", "1025 1364 CURVE SMOOTH", "1025 1349 OFFCURVE", "1006 1341 OFFCURVE", "994 1341 CURVE SMOOTH", "955 1341 OFFCURVE", "896 1308 OFFCURVE", "861 1308 CURVE", "860 1309 OFFCURVE", "858 1309 OFFCURVE", "857 1309 CURVE SMOOTH", "827 1309 OFFCURVE", "796 1266 OFFCURVE", "796 1266 CURVE", "790 1268 OFFCURVE", "786 1273 OFFCURVE", "779 1273 CURVE SMOOTH", "778 1273 OFFCURVE", "732 1257 OFFCURVE", "724 1255 CURVE SMOOTH", "714 1253 OFFCURVE", "715 1249 OFFCURVE", "708 1243 CURVE", "702 1245 OFFCURVE", "695 1247 OFFCURVE", "689 1247 CURVE SMOOTH", "644 1247 OFFCURVE", "621 1221 OFFCURVE", "604 1221 CURVE SMOOTH", "596 1221 OFFCURVE", "589 1221 OFFCURVE", "581 1221 CURVE SMOOTH", "558 1221 OFFCURVE", "537 1213 OFFCURVE", "537 1185 CURVE SMOOTH", "537 1158 OFFCURVE", "635 1153 OFFCURVE", "659 1141 CURVE", "678 1140 OFFCURVE", "704 1115 OFFCURVE", "725 1115 CURVE SMOOTH", "741 1115 OFFCURVE", "741 1125 OFFCURVE", "756 1125 CURVE SMOOTH", "772 1125 OFFCURVE", "775 1108 OFFCURVE", "790 1108 CURVE SMOOTH", "797 1108 OFFCURVE", "805 1111 OFFCURVE", "812 1113 CURVE", "873 1100 OFFCURVE", "985 1070 OFFCURVE", "985 987 CURVE SMOOTH", "985 980 OFFCURVE", "969 948 OFFCURVE", "965 939 CURVE SMOOTH", "940 874 OFFCURVE", "950 868 OFFCURVE", "877 868 CURVE SMOOTH", "860 868 OFFCURVE", "846 859 OFFCURVE", "828 859 CURVE SMOOTH", "812 859 OFFCURVE", "753 849 OFFCURVE", "753 826 CURVE SMOOTH", "753 807 OFFCURVE", "824 798 OFFCURVE", "840 789 CURVE SMOOTH", "860 777 OFFCURVE", "909 795 OFFCURVE", "932 776 CURVE", "930 773 OFFCURVE", "928 771 OFFCURVE", "926 769 CURVE", "908 766 OFFCURVE", "892 766 OFFCURVE", "874 766 CURVE SMOOTH", "864 766 OFFCURVE", "833 751 OFFCURVE", "824 747 CURVE SMOOTH", "797 734 OFFCURVE", "762 739 OFFCURVE", "734 739 CURVE SMOOTH", "715 739 OFFCURVE", "696 724 OFFCURVE", "675 721 CURVE SMOOTH", "654 719 OFFCURVE", "632 716 OFFCURVE", "632 688 CURVE SMOOTH", "632 668 OFFCURVE", "661 673 OFFCURVE", "672 671 CURVE SMOOTH", "697 667 OFFCURVE", "686 661 OFFCURVE", "723 661 CURVE SMOOTH", "741 661 OFFCURVE", "753 647 OFFCURVE", "767 638 CURVE SMOOTH", "800 620 OFFCURVE", "881 595 OFFCURVE", "919 588 CURVE SMOOTH", "924 587 OFFCURVE", "940 584 OFFCURVE", "943 578 CURVE", "933 558 OFFCURVE", "928 567 OFFCURVE", "909 567 CURVE SMOOTH", "889 567 OFFCURVE", "811 555 OFFCURVE", "801 564 CURVE", "795 563 OFFCURVE", "787 558 OFFCURVE", "781 558 CURVE SMOOTH", "773 558 OFFCURVE", "765 564 OFFCURVE", "757 564 CURVE SMOOTH", "747 564 OFFCURVE", "745 554 OFFCURVE", "738 551 CURVE SMOOTH", "717 542 OFFCURVE", "693 549 OFFCURVE", "673 536 CURVE SMOOTH", "669 535 OFFCURVE", "664 534 OFFCURVE", "660 534 CURVE SMOOTH", "649 534 OFFCURVE", "638 535 OFFCURVE", "627 535 CURVE SMOOTH", "599 535 OFFCURVE", "603 522 OFFCURVE", "588 522 CURVE SMOOTH", "577 522 OFFCURVE", "567 527 OFFCURVE", "556 527 CURVE SMOOTH", "535 527 OFFCURVE", "515 517 OFFCURVE", "492 517 CURVE SMOOTH", "457 517 OFFCURVE", "460 497 OFFCURVE", "427 497 CURVE SMOOTH", "388 497 OFFCURVE", "366 465 OFFCURVE", "356 465 CURVE SMOOTH", "347 465 OFFCURVE", "338 472 OFFCURVE", "329 472 CURVE SMOOTH", "314 473 OFFCURVE", "298 474 OFFCURVE", "283 474 CURVE SMOOTH", "262 474 OFFCURVE", "245 463 OFFCURVE", "226 460 CURVE", "211 462 OFFCURVE", "195 470 OFFCURVE", "180 470 CURVE SMOOTH", "161 470 OFFCURVE", "141 461 OFFCURVE", "123 457 CURVE SMOOTH", "100 451 OFFCURVE", "0 472 OFFCURVE", "0 431 CURVE SMOOTH", "0 393 OFFCURVE", "31 402 OFFCURVE", "57 402 CURVE SMOOTH", "70 402 OFFCURVE", "83 392 OFFCURVE", "96 392 CURVE SMOOTH", "146 392 OFFCURVE", "197 377 OFFCURVE", "246 368 CURVE SMOOTH", "251 367 OFFCURVE", "257 366 OFFCURVE", "262 366 CURVE SMOOTH", "272 366 OFFCURVE", "281 367 OFFCURVE", "291 367 CURVE SMOOTH", "301 367 OFFCURVE", "310 370 OFFCURVE", "320 370 CURVE SMOOTH", "324 370 OFFCURVE", "328 369 OFFCURVE", "332 367 CURVE SMOOTH", "343 360 OFFCURVE", "414 350 OFFCURVE", "430 350 CURVE SMOOTH", "441 350 OFFCURVE", "451 358 OFFCURVE", "461 360 CURVE", "468 357 OFFCURVE", "471 348 OFFCURVE", "480 348 CURVE SMOOTH", "506 348 OFFCURVE", "531 328 OFFCURVE", "556 328 CURVE SMOOTH", "565 328 OFFCURVE", "575 331 OFFCURVE", "585 331 CURVE SMOOTH", "595 331 OFFCURVE", "621 322 OFFCURVE", "630 317 CURVE SMOOTH", "652 310 OFFCURVE", "801 293 OFFCURVE", "846 284 CURVE", "851 280 OFFCURVE", "856 276 OFFCURVE", "860 272 CURVE SMOOTH", "867 265 OFFCURVE", "876 259 OFFCURVE", "886 259 CURVE SMOOTH", "906 259 OFFCURVE", "960 219 OFFCURVE", "960 199 CURVE SMOOTH", "960 184 OFFCURVE", "874 145 OFFCURVE", "860 145 CURVE SMOOTH", "840 145 OFFCURVE", "820 142 OFFCURVE", "800 142 CURVE SMOOTH", "786 142 OFFCURVE", "774 134 OFFCURVE", "760 134 CURVE SMOOTH", "753 134 OFFCURVE", "746 137 OFFCURVE", "738 137 CURVE SMOOTH", "724 137 OFFCURVE", "665 121 OFFCURVE", "665 106 CURVE SMOOTH", "665 76 OFFCURVE", "700 73 OFFCURVE", "721 70 CURVE SMOOTH", "734 68 OFFCURVE", "751 57 OFFCURVE", "762 57 CURVE SMOOTH", "769 57 OFFCURVE", "779 63 OFFCURVE", "786 67 CURVE", "786 68 LINE", "806 62 OFFCURVE", "851 47 OFFCURVE", "866 33 CURVE SMOOTH", "874 26 OFFCURVE", "883 22 OFFCURVE", "893 19 CURVE SMOOTH", "920 14 OFFCURVE", "948 15 OFFCURVE", "975 9 CURVE", "977 5 OFFCURVE", "977 0 OFFCURVE", "979 -3 CURVE", "979 -5 OFFCURVE", "960 -14 OFFCURVE", "957 -16 CURVE SMOOTH", "946 -22 OFFCURVE", "899 -19 OFFCURVE", "884 -19 CURVE SMOOTH", "865 -19 OFFCURVE", "854 -31 OFFCURVE", "837 -36 CURVE SMOOTH", "820 -44 OFFCURVE", "786 -35 OFFCURVE", "773 -50 CURVE SMOOTH", "771 -52 OFFCURVE", "769 -56 OFFCURVE", "766 -57 CURVE", "761 -53 OFFCURVE", "756 -51 OFFCURVE", "750 -51 CURVE SMOOTH", "720 -51 OFFCURVE", "713 -66 OFFCURVE", "702 -66 CURVE SMOOTH", "692 -66 OFFCURVE", "682 -62 OFFCURVE", "673 -62 CURVE SMOOTH", "658 -62 OFFCURVE", "646 -79 OFFCURVE", "632 -82 CURVE", "631 -82 OFFCURVE", "620 -80 OFFCURVE", "617 -80 CURVE SMOOTH", "596 -80 OFFCURVE", "561 -88 OFFCURVE", "561 -113 CURVE SMOOTH", "561 -123 OFFCURVE", "567 -131 OFFCURVE", "577 -133 CURVE SMOOTH", "612 -140 OFFCURVE", "651 -146 OFFCURVE", "686 -146 CURVE SMOOTH", "701 -146 OFFCURVE", "830 -156 OFFCURVE", "837 -166 CURVE", "837 -178 OFFCURVE", "829 -186 OFFCURVE", "829 -199 CURVE SMOOTH", "829 -211 OFFCURVE", "847 -213 OFFCURVE", "854 -213 CURVE SMOOTH", "861 -213 OFFCURVE", "869 -212 OFFCURVE", "876 -210 CURVE", "885 -213 OFFCURVE", "891 -221 OFFCURVE", "899 -225 CURVE SMOOTH", "914 -234 OFFCURVE", "937 -237 OFFCURVE", "953 -239 CURVE SMOOTH", "970 -243 OFFCURVE", "975 -254 OFFCURVE", "996 -254 CURVE SMOOTH", "1008 -254 OFFCURVE", "1056 -262 OFFCURVE", "1056 -278 CURVE SMOOTH", "1056 -290 OFFCURVE", "1034 -292 OFFCURVE", "1025 -292 CURVE SMOOTH", "1003 -292 OFFCURVE", "1009 -304 OFFCURVE", "993 -308 CURVE SMOOTH", "961 -317 OFFCURVE", "936 -329 OFFCURVE", "912 -355 CURVE", "892 -361 OFFCURVE", "850 -343 OFFCURVE", "850 -377 CURVE SMOOTH", "850 -385 OFFCURVE", "853 -396 OFFCURVE", "863 -397 CURVE SMOOTH", "894 -402 OFFCURVE", "924 -410 OFFCURVE", "954 -410 CURVE SMOOTH", "972 -410 OFFCURVE", "987 -425 OFFCURVE", "1002 -435 CURVE SMOOTH", "1024 -448 OFFCURVE", "1047 -439 OFFCURVE", "1070 -446 CURVE SMOOTH", "1080 -449 OFFCURVE", "1089 -455 OFFCURVE", "1098 -459 CURVE SMOOTH", "1137 -480 OFFCURVE", "1151 -479 OFFCURVE", "1196 -479 CURVE", "1196 -479 LINE" ); } ); width = 1200; } ); note = uniE0CA; }, { color = 2; glyphname = uniE0CC.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1035 210 LINE", "1200 693 LINE", "1035 1176 LINE", "704 1176 LINE", "539 693 LINE", "704 210 LINE" ); }, { closed = 1; nodes = ( "331 -480 LINE", "496 2 LINE", "331 485 LINE", "0 485 LINE", "0 -480 LINE" ); }, { closed = 1; nodes = ( "331 935 LINE", "496 1418 LINE", "331 1900 LINE", "0 1900 LINE", "0 935 LINE" ); } ); width = 1200; } ); note = uniE0CC; }, { color = 2; glyphname = uniE0CD.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1031 197 LINE", "1200 694 LINE", "1031 1190 LINE", "692 1190 LINE", "523 694 LINE", "692 197 LINE" ); }, { closed = 1; nodes = ( "345 -480 LINE", "514 17 LINE", "345 513 LINE", "0 513 LINE", "0 -480 LINE" ); }, { closed = 1; nodes = ( "28 466 LINE", "328 466 LINE", "481 17 LINE", "328 -432 LINE", "28 -432 LINE" ); }, { closed = 1; nodes = ( "555 694 LINE", "708 1142 LINE", "1014 1142 LINE", "1167 694 LINE", "1014 244 LINE", "708 244 LINE" ); }, { closed = 1; nodes = ( "345 907 LINE", "514 1403 LINE", "345 1900 LINE", "0 1900 LINE", "0 907 LINE" ); }, { closed = 1; nodes = ( "28 1852 LINE", "328 1852 LINE", "481 1403 LINE", "328 954 LINE", "28 954 LINE" ); } ); width = 1200; } ); note = uniE0CD; }, { color = 2; glyphname = uniE0CE.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "950 -189 LINE", "891 -186 LINE", "856 -125 OFFCURVE", "836 5 OFFCURVE", "836 134 CURVE SMOOTH", "836 253 OFFCURVE", "855 383 OFFCURVE", "892 456 CURVE", "971 451 LINE", "936 373 OFFCURVE", "919 243 OFFCURVE", "919 126 CURVE SMOOTH", "919 -7 OFFCURVE", "939 -140 OFFCURVE", "971 -189 CURVE", "976 -194 OFFCURVE", "981 -197 OFFCURVE", "986 -197 CURVE", "987 -196 LINE", "1011 -195 OFFCURVE", "1034 -133 OFFCURVE", "1046 -34 CURVE SMOOTH", "1052 16 OFFCURVE", "1055 70 OFFCURVE", "1055 129 CURVE SMOOTH", "1055 148 OFFCURVE", "1054 170 OFFCURVE", "1053 194 CURVE", "1108 395 LINE", "1036 399 LINE", "1002 460 OFFCURVE", "981 590 OFFCURVE", "981 719 CURVE SMOOTH", "981 838 OFFCURVE", "1000 968 OFFCURVE", "1037 1041 CURVE", "1106 1036 LINE", "1052 1230 LINE", "1053 1251 OFFCURVE", "1053 1269 OFFCURVE", "1053 1283 CURVE SMOOTH", "1053 1371 OFFCURVE", "1046 1456 OFFCURVE", "1033 1514 CURVE SMOOTH", "1020 1572 OFFCURVE", "1003 1609 OFFCURVE", "985 1609 CURVE SMOOTH", "976 1609 OFFCURVE", "967 1601 OFFCURVE", "958 1584 CURVE", "929 1505 OFFCURVE", "916 1386 OFFCURVE", "916 1276 CURVE SMOOTH", "916 1263 OFFCURVE", "916 1249 OFFCURVE", "916 1236 CURVE SMOOTH", "920 1117 OFFCURVE", "940 1005 OFFCURVE", "969 966 CURVE", "888 969 LINE", "866 1008 OFFCURVE", "849 1075 OFFCURVE", "840 1152 CURVE SMOOTH", "836 1194 OFFCURVE", "833 1241 OFFCURVE", "833 1289 CURVE SMOOTH", "833 1369 OFFCURVE", "840 1445 OFFCURVE", "856 1516 CURVE SMOOTH", "865 1553 OFFCURVE", "876 1585 OFFCURVE", "888 1611 CURVE", "946 1608 LINE", "876 1907 LINE", "558 701 LINE", "878 -505 LINE" ); }, { closed = 1; nodes = ( "786 -530 LINE", "465 603 LINE", "0 603 LINE", "291 -530 LINE" ); }, { closed = 1; nodes = ( "730 385 LINE", "695 446 OFFCURVE", "675 578 OFFCURVE", "675 707 CURVE SMOOTH", "675 825 OFFCURVE", "694 952 OFFCURVE", "731 1027 CURVE", "810 1022 LINE", "775 943 OFFCURVE", "758 813 OFFCURVE", "758 695 CURVE SMOOTH", "758 686 OFFCURVE", "758 675 OFFCURVE", "758 666 CURVE SMOOTH", "762 542 OFFCURVE", "782 423 OFFCURVE", "811 381 CURVE" ); }, { closed = 1; nodes = ( "469 817 LINE", "776 1950 LINE", "295 1950 LINE", "4 817 LINE" ); }, { closed = 1; nodes = ( "1132 386 LINE", "1157 387 OFFCURVE", "1179 449 OFFCURVE", "1191 548 CURVE SMOOTH", "1197 598 OFFCURVE", "1200 652 OFFCURVE", "1200 711 CURVE SMOOTH", "1200 828 OFFCURVE", "1187 935 OFFCURVE", "1166 993 CURVE SMOOTH", "1155 1022 OFFCURVE", "1144 1036 OFFCURVE", "1131 1036 CURVE SMOOTH", "1124 1036 OFFCURVE", "1117 1031 OFFCURVE", "1110 1022 CURVE", "1080 943 OFFCURVE", "1064 820 OFFCURVE", "1064 708 CURVE SMOOTH", "1064 695 OFFCURVE", "1064 683 OFFCURVE", "1065 671 CURVE SMOOTH", "1068 550 OFFCURVE", "1089 437 OFFCURVE", "1117 394 CURVE", "1114 394 LINE", "1120 388 OFFCURVE", "1125 385 OFFCURVE", "1131 385 CURVE" ); } ); width = 1200; } ); note = uniE0CE; }, { color = 2; glyphname = uniE0CF.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1188 1261 LINE", "1053 1403 LINE", "1052 1286 LINE", "1021 1218 OFFCURVE", "955 1178 OFFCURVE", "890 1178 CURVE SMOOTH", "830 1178 OFFCURVE", "766 1216 OFFCURVE", "728 1289 CURVE", "731 1445 LINE", "770 1376 OFFCURVE", "836 1342 OFFCURVE", "895 1342 CURVE SMOOTH", "962 1342 OFFCURVE", "1029 1382 OFFCURVE", "1053 1446 CURVE SMOOTH", "1056 1456 OFFCURVE", "1058 1465 OFFCURVE", "1058 1475 CURVE", "1057 1477 LINE", "1057 1551 OFFCURVE", "984 1611 OFFCURVE", "893 1611 CURVE SMOOTH", "883 1611 OFFCURVE", "873 1610 OFFCURVE", "860 1609 CURVE", "759 1717 LINE", "757 1575 LINE", "726 1507 OFFCURVE", "660 1466 OFFCURVE", "595 1466 CURVE SMOOTH", "535 1466 OFFCURVE", "471 1504 OFFCURVE", "433 1577 CURVE", "435 1714 LINE", "338 1607 LINE", "327 1608 OFFCURVE", "318 1609 OFFCURVE", "311 1609 CURVE SMOOTH", "220 1609 OFFCURVE", "147 1549 OFFCURVE", "147 1472 CURVE SMOOTH", "147 1455 OFFCURVE", "151 1438 OFFCURVE", "159 1422 CURVE", "199 1365 OFFCURVE", "259 1336 OFFCURVE", "314 1336 CURVE SMOOTH", "322 1336 OFFCURVE", "328 1336 OFFCURVE", "335 1337 CURVE SMOOTH", "395 1345 OFFCURVE", "451 1384 OFFCURVE", "471 1441 CURVE", "469 1280 LINE", "439 1213 OFFCURVE", "373 1171 OFFCURVE", "308 1171 CURVE SMOOTH", "248 1171 OFFCURVE", "183 1210 OFFCURVE", "146 1282 CURVE", "147 1396 LINE", "21 1257 LINE", "605 626 LINE" ); }, { closed = 1; nodes = ( "546 451 LINE", "3 1058 LINE", "0 105 LINE", "546 -480 LINE" ); }, { closed = 1; nodes = ( "1200 97 LINE", "1200 1079 LINE", "654 442 LINE", "654 -480 LINE" ); }, { closed = 1; nodes = ( "543 859 OFFCURVE", "478 897 OFFCURVE", "441 969 CURVE", "443 1126 LINE", "483 1057 OFFCURVE", "549 1023 OFFCURVE", "609 1023 CURVE SMOOTH", "613 1023 OFFCURVE", "618 1024 OFFCURVE", "622 1024 CURVE SMOOTH", "686 1030 OFFCURVE", "745 1070 OFFCURVE", "766 1128 CURVE", "764 968 LINE", "734 900 OFFCURVE", "667 859 OFFCURVE", "603 859 CURVE" ); }, { closed = 1; nodes = ( "607 1631 OFFCURVE", "614 1631 OFFCURVE", "620 1632 CURVE SMOOTH", "681 1640 OFFCURVE", "738 1678 OFFCURVE", "759 1735 CURVE", "759 1730 LINE", "763 1740 OFFCURVE", "764 1752 OFFCURVE", "764 1763 CURVE SMOOTH", "764 1764 LINE SMOOTH", "763 1839 OFFCURVE", "690 1900 OFFCURVE", "599 1900 CURVE SMOOTH", "509 1900 OFFCURVE", "435 1838 OFFCURVE", "435 1763 CURVE SMOOTH", "435 1749 OFFCURVE", "438 1735 OFFCURVE", "443 1723 CURVE", "443 1722 LINE", "482 1662 OFFCURVE", "544 1631 OFFCURVE", "601 1631 CURVE" ); } ); width = 1200; } ); note = uniE0CF; }, { color = 2; glyphname = uniE0D1.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "913 -480 LINE", "913 -135 LINE", "1165 -135 LINE SMOOTH", "1180 -135 OFFCURVE", "1197 -114 OFFCURVE", "1197 -86 CURVE SMOOTH", "1197 510 LINE SMOOTH", "1197 532 OFFCURVE", "1183 557 OFFCURVE", "1165 557 CURVE SMOOTH", "913 557 LINE", "913 942 LINE", "1167 942 LINE SMOOTH", "1183 942 OFFCURVE", "1200 964 OFFCURVE", "1200 991 CURVE SMOOTH", "1200 1592 LINE SMOOTH", "1200 1616 OFFCURVE", "1185 1641 OFFCURVE", "1167 1641 CURVE SMOOTH", "913 1641 LINE", "913 1900 LINE", "0 1900 LINE", "0 -480 LINE" ); }, { closed = 1; nodes = ( "917 461 LINE", "1151 461 LINE", "1151 335 LINE", "917 335 LINE" ); }, { closed = 1; nodes = ( "917 1557 LINE", "1151 1557 LINE", "1151 1430 LINE", "917 1430 LINE" ); } ); width = 1200; } ); note = uniE0D1; }, { color = 2; glyphname = uniE0D2.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 -530 LINE", "371 604 LINE", "0 604 LINE", "0 -530 LINE" ); }, { closed = 1; nodes = ( "381 816 LINE", "1172 1950 LINE", "0 1950 LINE", "0 816 LINE" ); } ); width = 1200; } ); note = uniE0D2; }, { color = 2; glyphname = uniE0D4.stypo; lastChange = "2020-07-23 18:20:43 +0000"; layers = ( { layerId = "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9"; paths = ( { closed = 1; nodes = ( "1200 -480 LINE", "1200 604 LINE", "829 604 LINE", "0 -480 LINE" ); }, { closed = 1; nodes = ( "1200 816 LINE", "1200 1900 LINE", "28 1900 LINE", "818 816 LINE" ); } ); width = 1200; } ); note = uniE0D4; } ); instances = ( { instanceInterpolations = { "F8C3375C-B372-4BAE-A3FB-5A8DC7FA7AB9" = 1; }; name = Regular; weightClass = Normal; } ); unitsPerEm = 2048; versionMajor = 1; versionMinor = 0; } cascadia-code-2102.03/sources/vtt_data/000077500000000000000000000000001401101653000176015ustar00rootroot00000000000000cascadia-code-2102.03/sources/vtt_data/CascadiaCode_VTT.ttf000066400000000000000000036117541401101653000233610ustar00rootroot00000000000000GDEFn(GPOSXh"8GSUB(%LMNHVAR3r6MVAR[rDOS/2mcs`STATo=sxxTSI0dts7TSI1\6TSI2ގt7TSI3(<TSI5_Z , TSICC^ 8avaro L"cmapI pcvarb@H &cvt aH @>fpgmW ˀfvari Tgasp;& Xglyfs hjTgvarQI߄ E-phead-s,6hheasd$hmtxkOsloca6Pmaxp $ nameۼDpostdJprepW$vadfgklnnsv|~ $:J@@  Z\! ##( ^zDFLTcyrllatn(62BGR 2SRB 2"CAT "MOL "NLD "PLK "ROM "markmkmk( .t6% adfgklnnsv|~(     fff`f          $   T $ rJ rJPV : : : T $ F\l @T r|B  jppj TT$$$$$$*4$:TT : :TTT $ r :  T $ F @T@.*F*...VLVVVVVVfvTT $ :TTTTT $ r : : T $ FT $T $ F $ @TTT $<BBT****d***TTTHTH :HTTTT $ r : T $ FT $T $ F $ @TT rTT"TTT $ :  $TT $ : T $ F @T $ :   : :* :$N*066<BLV\f,pN lXXR666 xxNv"(.4\\DD\llrXlrXlrRlr$lrNXlr^lrdjlrltlr*0~000NNNvNN l l N lN lN l<""N,NN l<*FLRNX lX lXN^N^JhJhJn^Jx~BBBBBBBBBBBBBBBBBNNJJXJJJN &06N l lFLRX^JTTBdTTjpTTT r $T $TTTT<BTHJvJTTTTTTT.JTTT*|BT 6TTTTTTTT @TJTTT*N<NNNNN l lJJNNNNNNvNBLNNNNNNNNNJl$lr*06N6v<NJNNNNBL\lrxN>NBBBNNNNN>TBTTTTT.*TTTTTT<BTTHTTTTT&,&, &,  T228v>DJNTPNV`jpv|BNNNNNNB*6$.*T0606<BTHTTTTNTXzXbN N    :|vv(v0v:x 0:N    ( bX00b SX|b0z lX78777DN2DXXD &Z ?RXlb,XLRb `vlRbxv Nz& b4XpBJf X"RXx$, l0: NhX$X  X 4bRXXX X($(~vn $NR@ 8$2bb\ F0Dx X#D,DFX$ Pg,iqRg Vq,N,v,lvv:T&& bb$bd! g$gv$& . $:$:   J$ J  gxX\&$&4DV$. :$$E$lvv8 ]X^$Nb,$:z|$$X 6$:@$J$XXH$Z$X D$X$N0$l $b,0,0SE$S  $F?X(((($:  X   .Pn  J$ V$Z$$$0$N$ D$N$XN:$"X(B$X$X@PPVfv>  X   X,Xx NRNNX:  XX XXX0:, X XXMDFLTcyrllatn|ZVBGR SRB :  "CAT JMOL tNLD PLK ROM       aaltcaltcasepccmpvccmpdnomfracloclloclloclloclloclloclnumrordnrcltrvrnsinfss02ss19ss20subssupszeroi !#%'),/1468:<>ACEGIKNQSUWY[]_acehjlnqsuwz|~!      %"$'#&)T&@   $ v f  ( 4 N Pj.J%Xh@Z&@ nlzLfRl.<J6DR $,~ tptp5  !!!!!""`"z""#$$$N$h$$%X%f%t%%&&&&&''(((x(())\)v))*@*Z**++8+++,,n,|,,--V-d-r--......//X/r//080F0T001H1b112,2:2H22233p3~344.4455&545r55666667F7F7d<`<<<<<==,=B=d=r@AAA,ABAdAxAAAB BB&B:BBCCCC$C~CDDEDDEEH4H4E`EEEFFLFlFFGGGGDG"G0GDGRGGGGHH4H|HHHHHIP:YGHIJKLMNOPQRSTUVWX+-15@D>?@ABCDEFGHIJKLMNOPQRSTZ_behknpty,mtuPXY~    &'(*+6*,04?C     #$%'()*+,-/34Y^adgjmosx|~R*Z`lv &@HNTZ`ft~:@FL !"%&L'()*,M./023467 89:;<=>?NOP ABCEQRSTUVFGIJKWXY#$]^`acdfgimoqrsuxz{|}~UVWX\Y[jlvw*"fXiu0B9929"""8 u $6^w6D wu.@8T8T+8D+++8"+ g.@77(7p 7  mf$4FVf~7v7v3 7f33)'7V327D27422 q7 2 2q.F6666666 r66 -$r.@6p6p&t6`&d&dP&T6>&B o.@66<5<<P<51nF<7.F  J::*H3H 3.F@z0j000JFB0J@F.FLGMX .@P`r+Z+Z+Z+J+J+J+JD+8+8+(+(4+++$++$$***(^**^(***(*f*O**P**vh %*fR%*RR YX 0BZ**( *'')')''T\)'T \ 0@X)))~)nVV)FjV V 0@X) )  ( (  XW( ~X W 8@$&&$ &pZ[#&VZX [X <F##&&##&\Z##%\Y ZY 0@X  ' '' ''x^ '`^ .FJJ&:&&&x`&``  0@X \ \& L&& <&H&|b &db .F%%%%|d%dd $6HXhz||jjZZvJf88gB $ i# i #""2DTlD44$tk%Lk % 8@m$m" $""4Hb(4(4("("("(((o''p&R''o &.FJJ!":!!!r] rf ]f$6H\l~6&&& X~jvtHt , $v-|v, -,"2DXjZlxZZy@ 2G 8@{+{* +*.F}(zl} (.F@@&0)) 0BThzHHH8888 &&j VDx|jjPcB $<2b"a ba.FnnJ^::*6 "4DTfv 8@d4R8 &8Rbrfxxhh*xVDD*a $ ed ed"2Bbz>..|cD c.FJt::*9L 9.F  J::*: :.F;\ ;.F"":**> >.FD44$<x  <.F>>.8 8.Fp=X =.@ZZDJ44$( ? 8@@? @?.FVV\FLL<$ .FfffVVVF..M.F !v !0B vv\N> $>$ .F&  .F~~nFp  8  z~ t  8@D2~d .F&&:**` `0BfgX 8@ FF 4_ ^ _^"2HXp   t d d T > .2  2.FJx::*.P ..@x K $  1 0 10.FJJ:/ /.FfffVVVF'.. F"2BRjjZZzJz:j:*AB A.F ~ n n ^B F B"4DTf||||xjjZZhxJ88U $ DC DC>V ZJ[a[*E\ E"4Hbpppp(^JJ000K*:Vnh<$ 2j|:Pl"6Pj"4FXr*@Pl   ~  l  <Jz@X6f  LMRSUVL 0| f  J&4U  Xp\\ PH 4~~v T\  H6"$ v\H.vv V  ,:| n`L|8h $LMUpRX@T(Q$VSN #L^n,H^z(BVhz 6N`&<fPVRIJ6xv\`FD*.dJJNx44d(J6$IJll`FFhT<$fIPI:K$KJH4   :&jjVOP<<"dce.DXtvXY<Z&XYppVV X"TSU` &'))=>BCGIMMZ{'(:LlJ:|DjHX+924(8$Z{,,:,:+9246,1, :$ (   +B  muPY~ Z9N- >(>JJBIaf0GHIJKLMNOPQRSTUVWX   &'(*+6P  ) "B* $,tXtXXl$  | L#>?@ABCDEFGHIJKLMNOPQRST     #%'-// 34!af]mn@ ( @@strsunds @@233d|  @SAJA l `$ wght $4DP,^XXh   J @ 2 ( : PlR, X!"#x$.%J& '!*(n!) "P*#\+$,$-%~.&2/'*0( 1)2*3+4+5,|6-47-8.9X/V:0;1<p2=3>3?4@5A6B7tC8*D8E9F:LG;PH<4I=*J=K>L?HM4@"NAVOB PBQCrRD0SDTEUFPVGWGXpHYI@ZI[J\K]L|^M4_M`NaO\bPcPdQeRjfS gShTi,UFjVrkWZlXxmYJnZoZp[lq\r]s^Bt^u_v`bwaxaybzc{d|e}f~g^hhij:jklbmmnoFp>q6r>s ttHurvwxyz{:{|}d~X~6 L,L:^BDn&Lpz`"l"Pt,n$B&BPhpNbh(,rT ̔Jδ j@t.Ѵ.պp&     ݂8ߦhNplpb* R! "#z$h%8V&' l(x)2*+,-.N/01z223456Hx7p809:;<~=6>,?@AB>C DE F* G H I JLKLDMNOPQ RSlT$UVWXY>Z[\^]V^J_ B`!Da"<b"c#d$he%*f%g&h'Ri( j(k)l*Dm*n+o,p.q.r/s0t,1<u2hv3pw4px,5vy6z7Z{8|8}9~:v;.;<=T> >>@@ABCD@E^FGHdIIJKLL4LMNOhP PQRZTSTfUnV0VWpXRXYZp[([\]n^B^_`na&abcXddefh0ghNidjjklDplmlnToBr^sLstunvvnwxZyyzpn{{|}nbf@Hpnp^pnp| pp|.Rp@nn> <.FtlLXBp np2X8p  & *  TpnV (8fV*Fp*pjp J!p"b#@$pX%&Ś'|(ǀ)Ȃ*v+\,l-0̀.*Ͱ/p0 J1V2pX34p҈56 7.8&B9h:J;V*<ۀ=~>B? $@0Ap0BpCpDE6FGHIpJ&KLp&MNO8PQpRpS&hTU4VWX YZn[n\pd]^n_p`nvabncn2dpepfpghpip>jpklpmp~npop^pqrs tuvw^x$Byfz &{$ |& }, 0~ \4 <H@0pfZP4   !"#n$0$%&t'>'()b**+,-~.X/^.0Z12r34"5V6x7nt8Jt8t92t9t:t:t;t;vt;t<^t<t=Ft=t>.t>t?t?t?t@rt@pAZpApB:pBpCpCpCpDjpDpEJEFnGLH(HIJKTLLMNO`QRxR<T*>Uf*VWX^XYZJ[[&\n]p^_4_|`aRpbNbcDcrdddefDg8h*hijk4klmJrmnnnnofpopp`ppq@qtrffr|s@ |s t8 t u zv>zvw2x~xyPyz~{N|H}f~bd|$*( zR!"|#$$.%&'||(|)|t*|+l,-.|/|^0z1T2V*3"4z56z7z*8J9|:jj;~<|R=>>d?@xA|0B"C|DJE|F|ZG|HRIJhKL0|M(NOPQRST^UPVdWXXYtZr[pt\R]P6^P_N`R$aFvbcdBeZf"Fg\hhiPjklJ mrTno(pLq&Hrns$8t\u^v bwrЂx&yz,{<|}L~2pbjrn|ܺ|,޶j@vrppt:"nXp&*>hp~dD &. 48RlRRRbRRRXRRRNRRRDRRR:RRR0RRR&RxRRRnRR R dR R R ZR R R PR R R FR R R <R R R2RRR(RzRRpRRHRRR>RRR4RRR*R|RR RrRRRhRR R^RRRTRRRJRRR@RRR6RRR,R~ R R" Rt R RRjRRR`RR R VR R R!LR!R!R"BR"R"R#8R#R# R$.!R$"R$#R%$$R%v%R%&R&'R&l(R&)R'*R'b+R',R(-R(X.R(/R(0R)N1R)2R)3R*D4R*5R*6R+:7R+8R+9R,0:R,;R,<R-&=R-x>R-?R.@R.nAR.BR/CR/dDR/ER0FR0ZGR0HR0IR1PJR1KR1LR2FMR2NR2OR3<PR3QR3RR42SR4TR4UR5(VR5zWR5XR6YR6pZR6[R7\R7f]R7^R8 _R8\`R8aR9bR9RcR9dR9eR:HfR:gR:hR;>iR;jR;kR<4lR<mR<nR=*oR=|pR=qR> rR>rsR>tR?uR?hvR?wR@ xR@^yR@zRA{RAT|RA}RA~RBJRBRBRC@RCRCRD6RDRDRE,RE~RERF"RFtRFRGRGjRGRHRH`RHRIRIVRIRIRJLRJRJRKBRKRKRL8RLRLRM.RMRMRN$RNvRNROROlRORPRPbRPRQRQXRQRQRRNRRRRRSDRSRSRT:RTRTRU0RURURV&RVxRVRWRWnRWRXRXdRXRYRYZRYRYRZPRZRZR[FR[R[R\<R\R\R]2R]R]R^(^z_x`XLabR:cJde,efgg&h6ik2l.m`n0oFpBqPrr@*stuvvwPxx`yzl{}R~8R~R~R.RRR$RvRRRlRRRbRV R &j   <b( FrV.h<8.R6FB !R"R#F.$t%.&',(.).*F+`,~-*./0R1R>2R3 45R6R.7R8R9R$:Rv;R<R=Rl>?"T@vA:BCDEHFGH(IJKLMvNFOPQ–R8S<T*UVǴWX~Y>Z[\]^|ϲ_.`zѶa0bcdhejffg|dhitjPkTlnmnN޶o|pqr|.shtu$vw4^xyz6{0||}$6~Z,R~|RB6^$Df($^L8"JZl B 0  <BH,<h^0x"Z$B,0nR R!R!bR!R"R"XR"R"R#NR#R#R$DR$R$R%:R%R%R&0R&R&R'&R'xR'R(R(nR(R)R)dR)R*R*ZR*R*R+PR+R+R,FR,R,R-<R-R-R.2R.R.R/(R/zR/R0R0pR0R1R1fR1R2 R2\R2R3R3RR3R3R4HR4R4R5>R5R5R64R6R6R7*R7|R7R8 R8rR8R9R9hR9R: R:^R:R;R;TR;R;R6 R> R> R?, R?~ R?R@"R@tR@RARAjRARBRB`RBRCRCVRCRCRDLRDRDREBRE RE!RF8"RF#RF$RG.%RG&RG'RH$(RHv)RH*RI+RIl,RI-RJ.RJb/RJ0RK1RKX2RK3RK4RLN5RL6RL7RMD8RM9RM:RN:;RN<RN=RO0>RO?RO@RP&ARPxBRPCRQDRQnERQFRRGRRdHRRIRSJRSZKRSLRSMRTPNRTORTPRUFQRURRUSRV<TRVURVVRW2WRWXRWYRX(ZRXz[RX\RY]RYp^RY_RZ`RZfaRZbR[ cR[\dR[eR\fR\RgR\hR\iR]HjR]kR]lR^>mR^nR^oR_4pR_qR_rR`*sR`|tR`uRa vRarwRaxRbyRbhzRb{Rc |Rc^}Rc~RdRdTRdRdReJReReRf@RfRfRg6RgRgRh,Rh~RhRi"RitRiRjRjjRjRkRk`RkRlRlVRlRlRmLRmRmRnBRnRnRo8RoRoRp.RpRpRq$RqvRqRrRrlprps.psttpu<uvw2wx>xy^yz{:{|},}~fp~\tz>pxppX`b(d`bNbbbtbb8``bZXdXLpbrjFRn<2d46/* TT glyph 0, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 0, 8, 114 SHP[2], 8 CALL[], 1, 2, 114 SHP[2], 9 MDAP[R], 4 CALL[], 4, 5, 106 MDAP[R], 13 CALL[], 13, 12, 106 IUP[Y] IUP[X] /* TT glyph 1, char 0x41 (A) */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 0, 8, 114 SHP[2], 4 CALL[], 1, 2, 114 SRP2[], 4 IP[], 5 SRP2[], 0 IP[], 8 MDAP[R], 8 CALL[], 8, 9, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0xc1 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1756, 70, 0 SVTCA[Y] CALL[], 12, 1, 1, 1, 160, 86 SHC[2], 2 /* VTTTalk Unicode 0x102 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1760, 0, 0 SVTCA[Y] CALL[], 12, 1, 1, 1, 150, 86 SHC[2], 2 /* VTTTalk Unicode 0x1eae */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1760, 0, 0 OFFSET[R], 1756, 70, 400 SVTCA[Y] CALL[], 12, 1, 1, 1, 150, 86 SHC[2], 2 CALL[], 26, 15, 1, 1, 120, 86 SHC[2], 3 /* VTTTalk Unicode 0x1eb6 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1731, 0, 0 OFFSET[R], 1760, 0, 0 SVTCA[Y] CALL[], 18, 4, 1, 1, -152, 86 SHC[2], 2 CALL[], 24, 1, 1, 1, 150, 86 SHC[2], 3 /* VTTTalk Unicode 0x1eb0 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1760, 0, 0 OFFSET[R], 1755, -60, 400 SVTCA[Y] CALL[], 12, 1, 1, 1, 150, 86 SHC[2], 2 CALL[], 26, 15, 1, 1, 120, 86 SHC[2], 3 /* VTTTalk Unicode 0x1eb2 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1760, 0, 0 OFFSET[R], 1764, 0, 400 SVTCA[Y] CALL[], 12, 1, 1, 1, 150, 86 SHC[2], 2 CALL[], 26, 22, 1, 1, 69, 86 SHC[2], 3 /* VTTTalk Unicode 0x1eb4 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1760, 0, 0 OFFSET[R], 1762, 10, 400 SVTCA[Y] CALL[], 12, 1, 1, 1, 150, 86 SHC[2], 2 CALL[], 26, 15, 1, 1, 106, 86 SHC[2], 3 /* VTTTalk Unicode 0x1cd */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1759, 0, 0 SVTCA[Y] CALL[], 12, 1, 1, 1, 160, 86 SHC[2], 2 /* VTTTalk Unicode 0xc2 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1758, 0, 0 SVTCA[Y] CALL[], 16, 1, 1, 1, 160, 86 SHC[2], 2 /* VTTTalk Unicode 0x1ea4 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1758, 0, 0 OFFSET[R], 1756, 421, 248 SVTCA[Y] CALL[], 16, 1, 1, 1, 160, 86 SHC[2], 2 CALL[], 20, 17, 1, 0, 43, 86 SHC[2], 3 /* VTTTalk Unicode 0x1eac */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1731, 0, 0 OFFSET[R], 1758, 0, 0 SVTCA[Y] CALL[], 18, 4, 1, 1, -152, 86 SHC[2], 2 CALL[], 28, 1, 1, 1, 160, 86 SHC[2], 3 /* VTTTalk Unicode 0x1ea6 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1758, 0, 0 OFFSET[R], 1755, 291, 248 SVTCA[Y] CALL[], 16, 1, 1, 1, 160, 86 SHC[2], 2 CALL[], 20, 17, 1, 0, 43, 86 SHC[2], 3 /* VTTTalk Unicode 0x1ea8 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1758, 0, 0 OFFSET[R], 1764, 351, 248 SVTCA[Y] CALL[], 16, 1, 1, 1, 160, 86 SHC[2], 2 CALL[], 20, 17, 1, 0, -8, 86 SHC[2], 3 /* VTTTalk Unicode 0x1eaa */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1758, 0, 0 OFFSET[R], 1762, 10, 380 SVTCA[Y] CALL[], 16, 1, 1, 1, 160, 86 SHC[2], 2 CALL[], 20, 13, 1, 1, 106, 86 SHC[2], 3 /* VTTTalk Unicode 0xc4 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1753, 0, 0 SVTCA[Y] CALL[], 12, 1, 1, 1, 160, 86 SHC[2], 2 SHC[2], 3 /* VTTTalk Unicode 0x1ea0 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1731, 0, 0 SVTCA[Y] CALL[], 18, 4, 1, 1, -152, 86 SHC[2], 2 /* VTTTalk Unicode 0xc0 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1755, -60, 0 SVTCA[Y] CALL[], 12, 1, 1, 1, 160, 86 SHC[2], 2 /* VTTTalk Unicode 0x1ea2 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1764, 0, 0 SVTCA[Y] CALL[], 12, 1, 1, 1, 109, 86 SHC[2], 2/* TT glyph 20, char 0x2c6d */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 0, 9, 114 CALL[], 0, 20, 106 CALL[], 6, 3, 114 CALL[], 6, 14, 106 SRP2[], 0 SLOOP[], 6 IP[], 25, 39, 32, 23, 11, 9 CALL[], 35, 8, 114 CALL[], 35, 34, 106 CALL[], 37, 2, 114 IUP[Y] IUP[X] /* VTTTalk Unicode 0x100 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1763, 0, 0 SVTCA[Y] CALL[], 12, 1, 1, 1, 160, 86 SHC[2], 2 /* TT glyph 22, char 0x104 */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ /* VTTTalk Unicode 0xc5 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1761, 0, 0 SVTCA[Y] CALL[], 12, 1, 1, 1, 68, 86 SHC[2], 2 SHC[2], 3 /* VTTTalk Unicode 0x1fa */ /* ACT generated Mon Feb 1 09:51:52 2021 */ OFFSET[R], 1756, 0, 240 USEMYMETRICS[] OFFSET[R], 23, 0, 0 SVTCA[Y] CALL[], 0, 22, 1, 0, -80, 86 SHC[2], 0/* TT glyph 25, char 0x23a */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 12, 8, 114 SMD[], 96 MDRP[m>RGr], 0 SHP[2], 1 SHP[1], 16 CALL[], 13, 2, 114 SRP2[], 16 IP[], 23 MDAP[R], 23 SRP2[], 13 SLOOP[], 4 IP[], 9, 8, 4, 5 CALL[], 23, 22, 106 SLOOP[], 4 IP[], 2, 11, 10, 3 SRP0[], 13 MDRP[m>RWh], 6 SHP[2], 7 SRP2[], 12 IP[], 18 IUP[Y] IUP[X] /* VTTTalk Unicode 0xc3 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 OFFSET[R], 1762, 10, 0 SVTCA[Y] CALL[], 12, 1, 1, 1, 146, 86 SHC[2], 2 /* TT glyph 27, char 0xc6 */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 0, 8, 114 SHP[2], 14 SHP[2], 10 CALL[], 10, 11, 106 CALL[], 1, 2, 114 SHP[2], 15 SRP1[], 0 IP[], 18 IP[], 7 MDAP[R], 18 MDAP[R], 7 CALL[], 18, 19, 106 CALL[], 7, 6, 106 SRP1[], 1 SHP[1], 23 CALL[], 23, 4, 106 CALL[], 23, 22, 105 IUP[Y] IUP[X] /* VTTTalk Unicode 0x1fc */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 27, 0, 0 OFFSET[R], 1756, 110, 0 SVTCA[Y] CALL[], 26, 1, 1, 1, 160, 86 SHC[2], 6/* TT glyph 29, char 0x42 (B) */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 18, 8, 114 SHP[2], 0 CALL[], 0, 1, 106 CALL[], 19, 2, 114 SRP1[], 18 IP[], 9 MDAP[R], 9 IP[], 23 CALL[], 9, 27, 105 SLOOP[], 3 IP[], 26, 10, 22 SRP1[], 19 SHP[1], 36 CALL[], 36, 35, 106 IUP[Y] IUP[X] /* TT glyph 30, char 0x43 (C) */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 0, 9, 114 CALL[], 0, 17, 106 CALL[], 5, 3, 114 CALL[], 5, 12, 106 SRP2[], 0 IP[], 9 IP[], 8 IUP[Y] IUP[X] /* VTTTalk Unicode 0x106 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 30, 0, 0 OFFSET[R], 1756, 165, 0 SVTCA[Y] CALL[], 22, 5, 1, 1, 140, 86 SHC[2], 1 /* VTTTalk Unicode 0x10c */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 30, 0, 0 OFFSET[R], 1759, 95, 0 SVTCA[Y] CALL[], 22, 5, 1, 1, 140, 86 SHC[2], 1 /* VTTTalk Unicode 0xc7 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 30, 0, 0 OFFSET[R], 1734, 90, 0 SVTCA[Y] CALL[], 31, 0, 0, 0, 15, 86 SHC[2], 1 /* VTTTalk Unicode 0x108 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 30, 0, 0 OFFSET[R], 1758, 95, 0 SVTCA[Y] CALL[], 26, 5, 1, 1, 140, 86 SHC[2], 1 /* VTTTalk Unicode 0x10a */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 30, 0, 0 OFFSET[R], 1754, 95, 0 SVTCA[Y] CALL[], 22, 5, 1, 1, 140, 86 SHC[2], 1 /* TT glyph 36, char 0x23b */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 4, 9, 114 CALL[], 4, 21, 106 SMD[], 96 SRP0[], 4 MDRP[m>RWh], 0 SHP[2], 1 CALL[], 9, 3, 114 CALL[], 9, 16, 105 SRP0[], 9 MDRP[m>RWh], 2 SHP[2], 3 SRP2[], 4 IP[], 13 IP[], 12 IUP[Y] IUP[X] /* TT glyph 37, char 0x44 (D) */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 16, 8, 114 CALL[], 17, 2, 114 SHP[2], 10 CALL[], 10, 9, 106 SRP1[], 16 SHP[1], 0 CALL[], 0, 1, 106 IUP[Y] IUP[X] /* TT glyph 38, char 0xd0 */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 20, 8, 114 CALL[], 21, 2, 114 SHP[2], 14 CALL[], 14, 13, 106 SRP1[], 21 SRP2[], 20 IP[], 0 MDAP[R], 0 CALL[], 0, 1, 106 SRP1[], 20 SHP[1], 4 CALL[], 4, 5, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x10e */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 37, 0, 0 OFFSET[R], 1759, -70, 0 SVTCA[Y] CALL[], 20, 10, 1, 1, 160, 86 SHC[2], 2 /* VTTTalk Unicode 0x110 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 38, 0, 0/* TT glyph 41, char 0x45 (E) */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 0, 8, 114 CALL[], 1, 2, 114 SHP[2], 13 CALL[], 13, 12, 106 SRP1[], 1 SRP2[], 0 IP[], 8 MDAP[R], 8 CALL[], 8, 9, 106 SRP1[], 0 SHP[1], 4 CALL[], 4, 5, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0xc9 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 41, 0, 0 OFFSET[R], 1756, 100, 0 SVTCA[Y] CALL[], 16, 1, 1, 1, 160, 86 SHC[2], 4 /* VTTTalk Unicode 0x114 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 41, 0, 0 OFFSET[R], 1760, 30, 0 SVTCA[Y] CALL[], 16, 1, 1, 1, 150, 86 SHC[2], 4 /* VTTTalk Unicode 0x11a */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 41, 0, 0 OFFSET[R], 1759, 30, 0 SVTCA[Y] CALL[], 16, 1, 1, 1, 160, 86 SHC[2], 4 /* VTTTalk Unicode 0xca */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 41, 0, 0 OFFSET[R], 1758, 30, 0 SVTCA[Y] CALL[], 20, 1, 1, 1, 160, 86 SHC[2], 4 /* VTTTalk Unicode 0x1ebe */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 41, 0, 0 OFFSET[R], 1758, 30, 0 OFFSET[R], 1756, 451, 248 SVTCA[Y] CALL[], 20, 1, 1, 1, 160, 86 SHC[2], 4 CALL[], 24, 21, 1, 0, 43, 86 SHC[2], 5 /* VTTTalk Unicode 0x1ec6 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 41, 0, 0 OFFSET[R], 1731, 30, 0 OFFSET[R], 1758, 30, 0 SVTCA[Y] CALL[], 22, 4, 1, 1, -152, 86 SHC[2], 4 CALL[], 32, 1, 1, 1, 160, 86 SHC[2], 5 /* VTTTalk Unicode 0x1ec0 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 41, 0, 0 OFFSET[R], 1758, 30, 0 OFFSET[R], 1755, 321, 248 SVTCA[Y] CALL[], 20, 1, 1, 1, 160, 86 SHC[2], 4 CALL[], 24, 21, 1, 0, 43, 86 SHC[2], 5 /* VTTTalk Unicode 0x1ec2 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 41, 0, 0 OFFSET[R], 1758, 30, 0 OFFSET[R], 1764, 381, 248 SVTCA[Y] CALL[], 20, 1, 1, 1, 160, 86 SHC[2], 4 CALL[], 24, 21, 1, 0, -8, 86 SHC[2], 5 /* VTTTalk Unicode 0x1ec4 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 41, 0, 0 OFFSET[R], 1758, 30, 0 OFFSET[R], 1762, 40, 380 SVTCA[Y] CALL[], 20, 1, 1, 1, 160, 86 SHC[2], 4 CALL[], 24, 17, 1, 1, 106, 86 SHC[2], 5 /* VTTTalk Unicode 0xcb */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 41, 0, 0 OFFSET[R], 1753, 30, 0 SVTCA[Y] CALL[], 16, 1, 1, 1, 160, 86 SHC[2], 4 SHC[2], 5 /* VTTTalk Unicode 0x116 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 41, 0, 0 OFFSET[R], 1754, 30, 0 SVTCA[Y] CALL[], 16, 1, 1, 1, 160, 86 SHC[2], 4 /* VTTTalk Unicode 0x1eb8 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 41, 0, 0 OFFSET[R], 1731, 30, 0 SVTCA[Y] CALL[], 22, 4, 1, 1, -152, 86 SHC[2], 4 /* VTTTalk Unicode 0xc8 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 41, 0, 0 OFFSET[R], 1755, -30, 0 SVTCA[Y] CALL[], 16, 1, 1, 1, 160, 86 SHC[2], 4 /* VTTTalk Unicode 0x1eba */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 41, 0, 0 OFFSET[R], 1764, 30, 0 SVTCA[Y] CALL[], 16, 1, 1, 1, 109, 86 SHC[2], 4 /* VTTTalk Unicode 0x112 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 41, 0, 0 OFFSET[R], 1763, 30, 0 SVTCA[Y] CALL[], 16, 1, 1, 1, 160, 86 SHC[2], 4 /* TT glyph 57, char 0x118 */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 21, 8, 114 SHP[2], 9 CALL[], 21, 0, 105 CALL[], 0, 15, 106 SRP1[], 21 SHP[1], 25 CALL[], 25, 26, 106 SRP1[], 21 IP[], 7 CALL[], 22, 2, 114 SRP1[], 21 IP[], 32 MDAP[R], 32 CALL[], 32, 31, 106 SRP1[], 22 SHP[1], 34 CALL[], 34, 33, 106 IUP[Y] IUP[X] /* TT glyph 58, char 0x190 */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 0, 3, 114 CALL[], 0, 7, 106 CALL[], 30, 9, 114 CALL[], 30, 21, 106 SRP2[], 0 IP[], 15 MDAP[R], 15 IP[], 3 IP[], 4 CALL[], 15, 13, 106 IP[], 38 IP[], 41 IUP[Y] IUP[X] /* TT glyph 59, char 0x18e */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 5, 8, 114 SHP[2], 1 CALL[], 5, 6, 106 CALL[], 14, 2, 114 SHP[2], 2 CALL[], 14, 13, 106 SRP2[], 5 IP[], 9 MDAP[R], 9 CALL[], 9, 10, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x1a9 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 619, 0, 0 /* VTTTalk Unicode 0x1ebc */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 41, 0, 0 OFFSET[R], 1762, 40, 0 SVTCA[Y] CALL[], 16, 1, 1, 1, 146, 86 SHC[2], 4/* TT glyph 62, char 0x1b7 */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 0, 9, 114 CALL[], 0, 7, 106 CALL[], 19, 3, 114 SRP2[], 0 IP[], 14 CALL[], 14, 23, 106 IP[], 22 IP[], 15 CALL[], 19, 18, 106 SHP[2], 21 IP[], 16 IUP[Y] IUP[X] /* TT glyph 63, char 0x46 (F) */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 0, 8, 114 CALL[], 1, 2, 114 SHP[2], 9 CALL[], 9, 8, 106 SRP1[], 1 SRP2[], 0 IP[], 4 MDAP[R], 4 CALL[], 4, 5, 106 IUP[Y] IUP[X] /* TT glyph 64, char 0x47 (G) */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 0, 9, 114 CALL[], 0, 19, 106 IP[], 26 CALL[], 6, 3, 114 CALL[], 6, 13, 106 SRP2[], 0 IP[], 30 MDAP[R], 30 SRP2[], 6 IP[], 10 CALL[], 30, 31, 106 SHP[2], 27 IUP[Y] IUP[X] /* VTTTalk Unicode 0x11e */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 64, 0, 0 OFFSET[R], 1760, 75, 0 SVTCA[Y] CALL[], 34, 6, 1, 1, 130, 86 SHC[2], 3 /* VTTTalk Unicode 0x1e6 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 64, 0, 0 OFFSET[R], 1759, 75, 0 SVTCA[Y] CALL[], 34, 6, 1, 1, 140, 86 SHC[2], 3 /* VTTTalk Unicode 0x11c */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 64, 0, 0 OFFSET[R], 1758, 75, 0 SVTCA[Y] CALL[], 38, 6, 1, 1, 140, 86 SHC[2], 3 /* VTTTalk Unicode 0x122 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 64, 0, 0 OFFSET[R], 1733, 95, 0 SVTCA[Y] CALL[], 35, 0, 1, 1, -120, 86 SHC[2], 3 /* VTTTalk Unicode 0x120 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 64, 0, 0 OFFSET[R], 1754, 75, 0 SVTCA[Y] CALL[], 34, 6, 1, 1, 140, 86 SHC[2], 3 /* TT glyph 70, char 0x1e4 */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 0, 9, 114 CALL[], 0, 19, 106 IP[], 29 CALL[], 19, 30, 105 CALL[], 30, 31, 106 MDRP[m>RWh], 27 CALL[], 6, 3, 114 CALL[], 6, 13, 106 SRP2[], 0 IP[], 10 IUP[Y] IUP[X] /* TT glyph 71, char 0x48 (H) */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 4, 8, 114 CALL[], 5, 2, 114 SRP1[], 4 IP[], 8 MDAP[R], 8 CALL[], 8, 9, 106 SRP1[], 5 SHP[1], 1 SRP1[], 4 SHP[1], 0 IUP[Y] IUP[X] /* TT glyph 72, char 0x126 */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 8, 8, 114 SHP[2], 4 CALL[], 9, 2, 114 SHP[2], 5 SRP1[], 8 IP[], 12 MDAP[R], 12 CALL[], 12, 13, 106 CALL[], 13, 0, 105 CALL[], 0, 1, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x21e */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 71, 0, 0 OFFSET[R], 1759, 0, 0 SVTCA[Y] CALL[], 12, 1, 1, 1, 160, 86 SHC[2], 3 /* VTTTalk Unicode 0x124 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 71, 0, 0 OFFSET[R], 1758, 0, 0 SVTCA[Y] CALL[], 16, 1, 1, 1, 160, 86 SHC[2], 3 /* VTTTalk Unicode 0x1e24 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 71, 0, 0 OFFSET[R], 1731, 0, 0 SVTCA[Y] CALL[], 18, 0, 1, 1, -152, 86 SHC[2], 3/* TT glyph 76, char 0x49 (I) */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 4, 8, 114 CALL[], 9, 2, 114 CALL[], 9, 8, 106 CALL[], 4, 5, 106 SRP1[], 9 SHP[1], 1 SRP1[], 4 SHP[1], 0 IUP[Y] IUP[X] /* TT glyph 77, char 0x132 */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ SVTCA[Y] CALL[], 0, 8, 114 CALL[], 0, 7, 106 CALL[], 25, 2, 114 SHP[2], 21 CALL[], 25, 24, 106 SRP2[], 0 IP[], 3 MDAP[R], 3 MDRP[mRWh], 0 CALL[], 8, 3, 114 CALL[], 8, 16, 106 SRP0[], 8 MDRP[m>RWh], 2 SRP1[], 0 IP[], 1 IP[], 3 IUP[Y] IUP[X] /* VTTTalk Unicode 0x1fe */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 141, 0, 0 OFFSET[R], 1756, 70, 0 SVTCA[Y] CALL[], 20, 8, 1, 1, 140, 86 SHC[2], 3 /* VTTTalk Unicode 0xd5 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 116, 0, 0 OFFSET[R], 1762, 10, 0 SVTCA[Y] CALL[], 16, 4, 1, 1, 126, 86 SHC[2], 2 /* TT glyph 144, char 0x152 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 9, 114 CALL[], 0, 19, 106 CALL[], 6, 3, 114 CALL[], 6, 24, 106 SRP2[], 0 IP[], 30 MDAP[R], 30 CALL[], 30, 31, 106 CALL[], 15, 8, 114 SHP[2], 12 CALL[], 15, 16, 106 CALL[], 35, 2, 114 SHP[2], 10 CALL[], 35, 34, 106 IUP[Y] IUP[X] /* TT glyph 145, char 0x50 (P) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 18, 8, 114 CALL[], 19, 2, 114 SHP[2], 10 CALL[], 10, 9, 106 SRP1[], 19 SRP2[], 18 IP[], 0 MDAP[R], 0 CALL[], 0, 1, 106 IUP[Y] IUP[X] /* TT glyph 146, char 0xde */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 18, 8, 114 CALL[], 19, 2, 114 SRP1[], 18 IP[], 10 MDAP[R], 10 CALL[], 10, 9, 106 SRP1[], 19 SRP2[], 18 IP[], 0 MDAP[R], 0 CALL[], 0, 1, 106 IUP[Y] IUP[X] /* TT glyph 147, char 0x51 (Q) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 12, 9, 114 CALL[], 12, 0, 105 CALL[], 0, 9, 106 CALL[], 12, 20, 105 IP[], 5 CALL[], 16, 3, 114 CALL[], 16, 24, 106 IUP[Y] IUP[X] /* TT glyph 148, char 0x52 (R) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 18, 8, 114 SHP[2], 22 CALL[], 19, 2, 114 SRP1[], 18 IP[], 0 MDAP[R], 0 CALL[], 0, 1, 106 IP[], 23 SRP1[], 19 SHP[1], 10 CALL[], 10, 9, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x154 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 148, 0, 0 OFFSET[R], 1756, 30, 0 SVTCA[Y] CALL[], 26, 10, 1, 1, 160, 86 SHC[2], 3 /* VTTTalk Unicode 0x158 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 148, 0, 0 OFFSET[R], 1759, -40, 0 SVTCA[Y] CALL[], 26, 10, 1, 1, 160, 86 SHC[2], 3 /* VTTTalk Unicode 0x156 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 148, 0, 0 OFFSET[R], 1733, 10, 0 SVTCA[Y] CALL[], 27, 18, 1, 1, -140, 86 SHC[2], 3 /* VTTTalk Unicode 0x1e5a */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 148, 0, 0 OFFSET[R], 1731, 10, 0 SVTCA[Y] CALL[], 32, 18, 1, 1, -152, 86 SHC[2], 3 /* TT glyph 153, char 0x53 (S) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 9, 114 CALL[], 0, 7, 106 CALL[], 19, 3, 114 CALL[], 19, 26, 106 SRP2[], 0 SLOOP[], 9 IP[], 10, 36, 12, 13, 33, 32, 16, 29, 23 IUP[Y] IUP[X] /* VTTTalk Unicode 0x15a */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 153, 0, 0 OFFSET[R], 1756, 90, 0 SVTCA[Y] CALL[], 39, 19, 1, 1, 140, 86 SHC[2], 1 /* VTTTalk Unicode 0x160 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 153, 0, 0 OFFSET[R], 1759, 20, 0 SVTCA[Y] CALL[], 39, 19, 1, 1, 140, 86 SHC[2], 1 /* VTTTalk Unicode 0x15e */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 153, 0, 0 OFFSET[R], 1734, 35, 0 SVTCA[Y] CALL[], 48, 0, 0, 0, 15, 86 SHC[2], 1 /* VTTTalk Unicode 0x15c */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 153, 0, 0 OFFSET[R], 1758, 20, 0 SVTCA[Y] CALL[], 43, 19, 1, 1, 140, 86 SHC[2], 1 /* VTTTalk Unicode 0x218 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 153, 0, 0 OFFSET[R], 1733, 10, 0 SVTCA[Y] CALL[], 40, 0, 1, 1, -120, 86 SHC[2], 1 /* VTTTalk Unicode 0x1e62 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 153, 0, 0 OFFSET[R], 1731, 10, 0 SVTCA[Y] CALL[], 45, 0, 1, 1, -132, 86 SHC[2], 1/* TT glyph 160, char 0x1e9e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 3, 114 CALL[], 4, 11, 106 CALL[], 15, 8, 114 CALL[], 16, 9, 114 CALL[], 16, 22, 106 SRP2[], 4 SLOOP[], 4 IP[], 33, 8, 31, 7 CALL[], 33, 29, 106 IP[], 32 IUP[Y] IUP[X] /* TT glyph 161, char 0x18f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 9, 114 CALL[], 0, 10, 106 CALL[], 19, 3, 114 CALL[], 19, 14, 106 SRP2[], 0 IP[], 23 MDAP[R], 23 CALL[], 23, 24, 106 SHP[2], 5 IUP[Y] IUP[X] /* TT glyph 162, char 0x54 (T) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 CALL[], 5, 2, 114 CALL[], 5, 4, 106 SHP[1], 2 IUP[Y] IUP[X] /* TT glyph 163, char 0x166 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 8, 114 CALL[], 9, 2, 114 CALL[], 9, 8, 106 SRP2[], 4 IP[], 0 MDAP[R], 0 CALL[], 0, 1, 106 SRP1[], 9 SHP[1], 6 IUP[Y] IUP[X] /* VTTTalk Unicode 0x164 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 162, 0, 0 OFFSET[R], 1759, 0, 0 SVTCA[Y] CALL[], 8, 1, 1, 1, 160, 86 SHC[2], 2 /* VTTTalk Unicode 0x162 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 162, 0, 0 OFFSET[R], 1734, 20, 0 SVTCA[Y] CALL[], 17, 0, 1, 0, -5, 86 SHC[2], 2 /* VTTTalk Unicode 0x21a */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 162, 0, 0 OFFSET[R], 1733, -5, 0 SVTCA[Y] CALL[], 9, 0, 1, 1, -140, 86 SHC[2], 2/* TT glyph 167, char 0x23e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 7, 8, 114 SMD[], 96 MDRP[m>RWh], 0 SHP[2], 1 CALL[], 9, 2, 114 SHP[2], 5 CALL[], 9, 8, 106 SRP0[], 9 MDRP[m>RWh], 2 SHP[2], 3 IUP[Y] IUP[X] /* VTTTalk Unicode 0x1e6e */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 162, 0, 0 OFFSET[R], 1736, -5, 0 SVTCA[Y] CALL[], 9, 0, 1, 1, -208, 86 SHC[2], 2 /* TT glyph 169, char 0x55 (U) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 9, 114 CALL[], 3, 2, 114 CALL[], 0, 8, 106 SRP1[], 3 SHP[1], 12 IUP[Y] IUP[X] /* VTTTalk Unicode 0xda */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 169, 0, 0 OFFSET[R], 1756, 70, 0 SVTCA[Y] CALL[], 16, 3, 1, 1, 160, 86 SHC[2], 1 /* VTTTalk Unicode 0x16c */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 169, 0, 0 OFFSET[R], 1760, 0, 0 SVTCA[Y] CALL[], 16, 11, 1, 1, 150, 86 SHC[2], 1 /* VTTTalk Unicode 0xdb */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 169, 0, 0 OFFSET[R], 1758, 0, 0 SVTCA[Y] CALL[], 20, 11, 1, 1, 160, 86 SHC[2], 1 /* VTTTalk Unicode 0xdc */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 169, 0, 0 OFFSET[R], 1753, 0, 0 SVTCA[Y] CALL[], 16, 11, 1, 1, 160, 86 SHC[2], 1 SHC[2], 2 /* VTTTalk Unicode 0x1ee4 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 169, 0, 0 OFFSET[R], 1731, 0, 0 SVTCA[Y] CALL[], 22, 0, 1, 1, -132, 86 SHC[2], 1 /* VTTTalk Unicode 0xd9 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 169, 0, 0 OFFSET[R], 1755, -60, 0 SVTCA[Y] CALL[], 16, 3, 1, 1, 160, 86 SHC[2], 1 /* VTTTalk Unicode 0x1ee6 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 169, 0, 0 OFFSET[R], 1764, 0, 0 SVTCA[Y] CALL[], 16, 11, 1, 1, 109, 86 SHC[2], 1 /* TT glyph 177, char 0x1af */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 10, 9, 114 CALL[], 10, 18, 106 CALL[], 13, 2, 114 CALL[], 13, 5, 105 SHP[1], 22 CALL[], 22, 0, 105 SHP[1], 1 IUP[Y] IUP[X] /* VTTTalk Unicode 0x1ee8 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 177, 0, 0 OFFSET[R], 1756, 70, 0 SVTCA[Y] CALL[], 26, 13, 1, 1, 160, 86 SHC[2], 2 /* VTTTalk Unicode 0x1ef0 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 177, 0, 0 OFFSET[R], 1731, 0, 0 SVTCA[Y] CALL[], 32, 10, 1, 1, -132, 86 SHC[2], 2 /* VTTTalk Unicode 0x1eea */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 177, 0, 0 OFFSET[R], 1755, -60, 0 SVTCA[Y] CALL[], 26, 13, 1, 1, 160, 86 SHC[2], 2 /* VTTTalk Unicode 0x1eec */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 177, 0, 0 OFFSET[R], 1764, 0, 0 SVTCA[Y] CALL[], 26, 21, 1, 1, 109, 86 SHC[2], 2 /* VTTTalk Unicode 0x1eee */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 177, 0, 0 OFFSET[R], 1762, 10, 0 SVTCA[Y] CALL[], 26, 13, 1, 1, 146, 86 SHC[2], 2 /* VTTTalk Unicode 0x170 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 169, 0, 0 OFFSET[R], 1757, 0, 0 SVTCA[Y] CALL[], 16, 11, 1, 1, 160, 86 SHC[2], 1 SHC[2], 2 /* VTTTalk Unicode 0x16a */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 169, 0, 0 OFFSET[R], 1763, 0, 0 SVTCA[Y] CALL[], 16, 3, 1, 1, 160, 86 SHC[2], 1 /* TT glyph 185, char 0x172 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 22, 9, 114 CALL[], 25, 2, 114 SHP[2], 33 CALL[], 22, 30, 105 CALL[], 22, 15, 105 CALL[], 15, 0, 106 SRP1[], 22 SRP2[], 30 SLOOP[], 3 IP[], 8, 7, 6 IUP[Y] IUP[X] /* TT glyph 186, char 0x1b1 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 22, 9, 114 CALL[], 22, 7, 106 CALL[], 30, 16, 114 SHP[2], 35 MDRP[m>RBl], 33 SHP[2], 1 SHP[2], 13 SHP[2], 36 IP[], 0 IP[], 14 IUP[Y] IUP[X] /* VTTTalk Unicode 0x16e */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 169, 0, 0 OFFSET[R], 1761, 0, 0 SVTCA[Y] CALL[], 16, 11, 1, 1, 68, 86 SHC[2], 1 SHC[2], 2 /* VTTTalk Unicode 0x168 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 169, 0, 0 OFFSET[R], 1762, 10, 0 SVTCA[Y] CALL[], 16, 3, 1, 1, 146, 86 SHC[2], 1/* TT glyph 189, char 0x56 (V) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 CALL[], 1, 2, 114 SHP[2], 6 SRP2[], 0 IP[], 3 IUP[Y] IUP[X] /* TT glyph 190, char 0x194 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 28, 8, 114 SHP[2], 35 SMD[], 96 MDRP[m>RGr], 1 SHP[2], 27 CALL[], 1, 0, 106 SHP[2], 14 CALL[], 29, 2, 114 SHP[2], 34 SRP2[], 28 SLOOP[], 5 IP[], 36, 7, 21, 20, 31 IUP[Y] IUP[X] /* TT glyph 191, char 0x1b2 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 9, 114 CALL[], 8, 16, 106 CALL[], 11, 2, 114 SHP[2], 0 CALL[], 0, 23, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x245 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 518, 0, 0 /* TT glyph 193, char 0x57 (W) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 CALL[], 0, 3, 106 SHP[2], 15 SHP[1], 10 CALL[], 1, 2, 114 SHP[2], 17 SRP1[], 10 IP[], 12 SRP1[], 12 SHP[1], 8 CALL[], 12, 13, 106 SHP[2], 5 IUP[Y] IUP[X] /* VTTTalk Unicode 0x1e82 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 193, 0, 0 OFFSET[R], 1756, 70, 0 SVTCA[Y] CALL[], 20, 1, 1, 1, 160, 86 SHC[2], 2 /* VTTTalk Unicode 0x174 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 193, 0, 0 OFFSET[R], 1758, 0, 0 SVTCA[Y] CALL[], 24, 17, 1, 1, 160, 86 SHC[2], 2 /* VTTTalk Unicode 0x1e84 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 193, 0, 0 OFFSET[R], 1753, 0, 0 SVTCA[Y] CALL[], 20, 17, 1, 1, 160, 86 SHC[2], 2 SHC[2], 3 /* VTTTalk Unicode 0x1e80 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 193, 0, 0 OFFSET[R], 1755, -60, 0 SVTCA[Y] CALL[], 20, 17, 1, 1, 160, 86 SHC[2], 2 /* TT glyph 198, char 0x58 (X) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 2, 2, 114 SHP[2], 9 CALL[], 6, 8, 114 SHP[2], 5 SRP1[], 5 SRP2[], 2 SLOOP[], 4 IP[], 1, 10, 4, 7 IUP[Y] IUP[X] /* TT glyph 199, char 0x59 (Y) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 2, 114 SHP[2], 6 CALL[], 8, 8, 114 SRP1[], 1 SLOOP[], 3 IP[], 0, 9, 3 IUP[Y] IUP[X] /* VTTTalk Unicode 0xdd */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 199, 0, 0 OFFSET[R], 1756, 70, 0 SVTCA[Y] CALL[], 12, 1, 1, 1, 160, 86 SHC[2], 2 /* VTTTalk Unicode 0x176 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 199, 0, 0 OFFSET[R], 1758, 0, 0 SVTCA[Y] CALL[], 16, 5, 1, 1, 160, 86 SHC[2], 2 /* VTTTalk Unicode 0x178 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 199, 0, 0 OFFSET[R], 1753, 0, 0 SVTCA[Y] CALL[], 12, 5, 1, 1, 160, 86 SHC[2], 2 SHC[2], 3 /* VTTTalk Unicode 0x1ef4 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 199, 0, 0 OFFSET[R], 1731, 0, 0 SVTCA[Y] CALL[], 18, 8, 1, 1, -152, 86 SHC[2], 2 /* VTTTalk Unicode 0x1ef2 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 199, 0, 0 OFFSET[R], 1755, -60, 0 SVTCA[Y] CALL[], 12, 5, 1, 1, 160, 86 SHC[2], 2 /* VTTTalk Unicode 0x1ef6 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 199, 0, 0 OFFSET[R], 1764, 0, 0 SVTCA[Y] CALL[], 12, 5, 1, 1, 109, 86 SHC[2], 2 /* VTTTalk Unicode 0x232 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 199, 0, 0 OFFSET[R], 1763, 0, 0 SVTCA[Y] CALL[], 12, 1, 1, 1, 160, 86 SHC[2], 2 /* VTTTalk Unicode 0x1ef8 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 199, 0, 0 OFFSET[R], 1762, 10, 0 SVTCA[Y] CALL[], 12, 1, 1, 1, 146, 86 SHC[2], 2 /* TT glyph 208, char 0x5a (Z) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 8, 114 CALL[], 4, 6, 106 SHP[2], 1 IP[], 0 CALL[], 9, 2, 114 CALL[], 9, 8, 106 SHP[2], 3 IP[], 2 IUP[Y] IUP[X] /* VTTTalk Unicode 0x179 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 208, 0, 0 OFFSET[R], 1756, 70, 0 SVTCA[Y] CALL[], 12, 9, 1, 1, 160, 86 SHC[2], 3 /* VTTTalk Unicode 0x17d */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 208, 0, 0 OFFSET[R], 1759, 0, 0 SVTCA[Y] CALL[], 12, 9, 1, 1, 160, 86 SHC[2], 3 /* VTTTalk Unicode 0x17b */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 208, 0, 0 OFFSET[R], 1754, 0, 0 SVTCA[Y] CALL[], 12, 9, 1, 1, 160, 86 SHC[2], 3 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 77, 0, 0 OFFSET[R], 1756, -280, 0 OFFSET[R], 1756, 360, 0 SVTCA[Y] CALL[], 32, 25, 1, 1, 160, 86 SHC[2], 5 CALL[], 36, 29, 1, 1, 160, 86 SHC[2], 6 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 30, 0, 0 OFFSET[R], 1767, 95, 0 SVTCA[Y] CALL[], 22, 5, 1, 1, 100, 86 SHC[2], 1 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 108, 0, 0 OFFSET[R], 1767, 0, 0 SVTCA[Y] CALL[], 16, 13, 1, 1, 120, 86 SHC[2], 3 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 116, 0, 0 OFFSET[R], 1767, 0, 0 SVTCA[Y] CALL[], 16, 4, 1, 1, 100, 86 SHC[2], 2 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 153, 0, 0 OFFSET[R], 1767, 20, 0 SVTCA[Y] CALL[], 39, 19, 1, 1, 100, 86 SHC[2], 1 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 208, 0, 0 OFFSET[R], 1767, 0, 0 SVTCA[Y] CALL[], 12, 9, 1, 1, 120, 86 SHC[2], 3/* TT glyph 218, char 0x1d00 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 6, 114 CALL[], 7, 10, 114 SHP[2], 4 SRP1[], 4 SRP2[], 1 IP[], 11 MDAP[R], 11 CALL[], 11, 10, 106 SRP1[], 1 SRP2[], 7 IP[], 6 IUP[Y] IUP[X] /* TT glyph 219, char 0x262 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 19, 106 IP[], 29 IP[], 23 CALL[], 6, 7, 114 CALL[], 6, 13, 106 SRP2[], 0 IP[], 30 MDAP[R], 30 SRP2[], 6 IP[], 10 IP[], 9 CALL[], 30, 31, 106 SHP[2], 27 IUP[Y] IUP[X] /* TT glyph 220, char 0x26a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 10, 114 SHP[2], 0 CALL[], 4, 5, 106 CALL[], 9, 6, 114 SHP[2], 1 CALL[], 9, 8, 106 IUP[Y] IUP[X] /* TT glyph 221, char 0x29f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 6, 114 MIAP[R], 7, 10 SHP[1], 3 CALL[], 7, 6, 106 IUP[Y] IUP[X] /* TT glyph 222, char 0x61 (a) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 7, 114 CALL[], 8, 7, 106 MIAP[R], 15, 10 CALL[], 15, 13, 106 CALL[], 16, 11, 114 CALL[], 16, 34, 106 SRP2[], 8 SLOOP[], 5 IP[], 41, 42, 1, 39, 22 CALL[], 22, 29, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0xe1 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1718, 40, 0 SVTCA[Y] CALL[], 46, 8, 1, 1, 178, 86 SHC[2], 2 /* VTTTalk Unicode 0x103 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1722, -20, 0 SVTCA[Y] CALL[], 46, 8, 1, 1, 168, 86 SHC[2], 2 /* VTTTalk Unicode 0x1eaf */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1722, -20, 0 OFFSET[R], 1718, 40, 480 SVTCA[Y] CALL[], 46, 8, 1, 1, 168, 86 SHC[2], 2 CALL[], 64, 50, 1, 1, 125, 86 SHC[2], 3 /* VTTTalk Unicode 0x1eb7 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1731, 0, 0 OFFSET[R], 1722, -20, 0 SVTCA[Y] CALL[], 52, 16, 1, 1, -132, 86 SHC[2], 2 CALL[], 58, 8, 1, 1, 168, 86 SHC[2], 3 /* VTTTalk Unicode 0x1eb1 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1722, -20, 0 OFFSET[R], 1717, -65, 480 SVTCA[Y] CALL[], 46, 8, 1, 1, 168, 86 SHC[2], 2 CALL[], 64, 59, 1, 1, 125, 86 SHC[2], 3 /* VTTTalk Unicode 0x1eb3 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1722, -20, 0 OFFSET[R], 1726, 0, 480 SVTCA[Y] CALL[], 46, 8, 1, 1, 168, 86 SHC[2], 2 CALL[], 64, 59, 1, 1, 125, 86 SHC[2], 3 SHC[2], 4 /* VTTTalk Unicode 0x1eb5 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1722, -20, 0 OFFSET[R], 1724, -10, 480 SVTCA[Y] CALL[], 46, 8, 1, 1, 168, 86 SHC[2], 2 CALL[], 64, 50, 1, 1, 133, 86 SHC[2], 3 /* VTTTalk Unicode 0x1ce */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1721, -20, 0 SVTCA[Y] CALL[], 46, 8, 1, 1, 140, 86 SHC[2], 2 /* VTTTalk Unicode 0xe2 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1720, -20, 0 SVTCA[Y] CALL[], 50, 8, 1, 1, 178, 86 SHC[2], 2 /* VTTTalk Unicode 0x1ea5 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1720, -20, 0 OFFSET[R], 1718, 397, 340 SVTCA[Y] CALL[], 50, 8, 1, 1, 178, 86 SHC[2], 2 CALL[], 54, 47, 1, 0, -40, 86 SHC[2], 3 /* VTTTalk Unicode 0x1ead */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1731, 0, 0 OFFSET[R], 1720, -20, 0 SVTCA[Y] CALL[], 52, 16, 1, 1, -132, 86 SHC[2], 2 CALL[], 62, 8, 1, 1, 178, 86 SHC[2], 3 /* VTTTalk Unicode 0x1ea7 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1720, -20, 0 OFFSET[R], 1717, 292, 340 SVTCA[Y] CALL[], 50, 8, 1, 1, 178, 86 SHC[2], 2 CALL[], 54, 47, 1, 0, -40, 86 SHC[2], 3 /* VTTTalk Unicode 0x1ea9 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1720, -20, 0 OFFSET[R], 1726, 357, 340 SVTCA[Y] CALL[], 50, 8, 1, 1, 178, 86 SHC[2], 2 CALL[], 54, 47, 1, 0, -40, 86 SHC[2], 3 SHC[2], 4 /* VTTTalk Unicode 0x1eab */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1720, -20, 0 OFFSET[R], 1724, -10, 520 SVTCA[Y] CALL[], 50, 8, 1, 1, 178, 86 SHC[2], 2 CALL[], 54, 47, 1, 1, 148, 86 SHC[2], 3 /* VTTTalk Unicode 0xe4 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1715, -18, 0 SVTCA[Y] CALL[], 46, 8, 1, 1, 168, 86 SHC[2], 2 SHC[2], 3 /* VTTTalk Unicode 0x1ea1 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1731, 0, 0 SVTCA[Y] CALL[], 52, 16, 1, 1, -132, 86 SHC[2], 2 /* VTTTalk Unicode 0xe0 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1717, -65, 0 SVTCA[Y] CALL[], 46, 8, 1, 1, 178, 86 SHC[2], 2 /* VTTTalk Unicode 0x1ea3 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1726, 0, 0 SVTCA[Y] CALL[], 46, 8, 1, 1, 178, 86 SHC[2], 2 SHC[2], 3 /* VTTTalk Unicode 0x251 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 636, 0, 0 /* VTTTalk Unicode 0x101 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1725, -20, 0 SVTCA[Y] CALL[], 46, 8, 1, 1, 178, 86 SHC[2], 2 /* TT glyph 243, char 0x105 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 29, 7, 114 CALL[], 29, 28, 106 CALL[], 36, 10, 114 CALL[], 36, 34, 105 IP[], 8 IP[], 7 CALL[], 37, 11, 114 CALL[], 37, 55, 106 CALL[], 37, 0, 105 CALL[], 0, 15, 106 SRP1[], 37 SRP2[], 29 SLOOP[], 5 IP[], 62, 63, 22, 60, 43 CALL[], 43, 50, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0xe5 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1723, -20, 0 SVTCA[Y] CALL[], 46, 8, 1, 1, 128, 86 SHC[2], 2 SHC[2], 3 /* VTTTalk Unicode 0x1fb */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1723, -20, 0 OFFSET[R], 1718, 10, 280 SVTCA[Y] CALL[], 46, 8, 1, 1, 128, 86 SHC[2], 2 SHC[2], 3 CALL[], 66, 52, 0, 0, -102, 86 SHC[2], 4 /* VTTTalk Unicode 0xe3 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 OFFSET[R], 1724, -10, 0 SVTCA[Y] CALL[], 46, 8, 1, 1, 186, 86 SHC[2], 2/* TT glyph 247, char 0xe6 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 19, 106 CALL[], 36, 7, 114 CALL[], 36, 35, 106 SRP2[], 0 SLOOP[], 4 IP[], 24, 29, 10, 6 CALL[], 6, 13, 106 CALL[], 42, 11, 114 CALL[], 42, 66, 106 CALL[], 48, 7, 114 CALL[], 48, 60, 106 SRP2[], 42 IP[], 56 MDAP[R], 56 CALL[], 56, 55, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x1fd */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 247, 0, 0 OFFSET[R], 1718, 60, 0 SVTCA[Y] CALL[], 72, 36, 1, 1, 178, 86 SHC[2], 3 /* TT glyph 249, char 0x62 (b) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 7, 106 SLOOP[], 3 IP[], 28, 3, 25 CALL[], 19, 7, 114 CALL[], 19, 13, 106 SRP2[], 0 IP[], 15 IP[], 17 CALL[], 26, 0, 114 IUP[Y] IUP[X] /* TT glyph 250, char 0x63 (c) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 19, 106 CALL[], 6, 7, 114 CALL[], 6, 13, 106 SRP2[], 0 IP[], 10 IP[], 9 IUP[Y] IUP[X] /* VTTTalk Unicode 0x107 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 250, 0, 0 OFFSET[R], 1718, 110, 0 SVTCA[Y] CALL[], 26, 6, 1, 1, 168, 86 SHC[2], 1 /* VTTTalk Unicode 0x10d */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 250, 0, 0 OFFSET[R], 1721, 50, 0 SVTCA[Y] CALL[], 26, 6, 1, 1, 130, 86 SHC[2], 1 /* VTTTalk Unicode 0xe7 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 250, 0, 0 OFFSET[R], 1734, 75, 0 SVTCA[Y] CALL[], 35, 0, 0, 0, 15, 86 SHC[2], 1 /* VTTTalk Unicode 0x109 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 250, 0, 0 OFFSET[R], 1720, 50, 0 SVTCA[Y] CALL[], 30, 6, 1, 1, 168, 86 SHC[2], 1 /* VTTTalk Unicode 0x10b */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 250, 0, 0 OFFSET[R], 1716, 48, 0 SVTCA[Y] CALL[], 26, 6, 1, 1, 158, 86 SHC[2], 1/* TT glyph 256, char 0x64 (d) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 20, 106 CALL[], 6, 7, 114 CALL[], 6, 14, 106 SRP2[], 0 SLOOP[], 5 IP[], 25, 29, 23, 11, 9 CALL[], 30, 0, 114 CALL[], 32, 10, 114 IUP[Y] IUP[X] /* TT glyph 257, char 0xf0 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 23, 11, 114 CALL[], 23, 11, 106 CALL[], 23, 5, 105 CALL[], 5, 4, 106 SRP2[], 23 SLOOP[], 6 IP[], 34, 35, 10, 9, 32, 29 CALL[], 29, 17, 106 CALL[], 29, 38, 105 CALL[], 38, 39, 106 SHP[1], 41 CALL[], 41, 40, 106 IUP[Y] IUP[X] /* TT glyph 258, char 0x10f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 11, 114 CALL[], 4, 24, 106 CALL[], 10, 7, 114 CALL[], 10, 18, 106 SRP2[], 4 SLOOP[], 5 IP[], 29, 33, 27, 15, 13 CALL[], 34, 0, 114 CALL[], 34, 1, 105 CALL[], 1, 3, 106 CALL[], 36, 10, 114 IUP[Y] IUP[X] /* TT glyph 259, char 0x111 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 11, 114 CALL[], 4, 24, 106 CALL[], 10, 7, 114 CALL[], 10, 18, 106 SRP2[], 4 SLOOP[], 5 IP[], 29, 33, 27, 15, 13 CALL[], 34, 0, 114 SRP1[], 10 IP[], 0 CALL[], 0, 1, 106 CALL[], 36, 10, 114 IUP[Y] IUP[X] /* TT glyph 260, char 0x65 (e) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 23, 106 SHP[1], 27 CALL[], 6, 7, 114 CALL[], 6, 17, 106 SRP2[], 0 IP[], 13 MDAP[R], 13 CALL[], 13, 12, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0xe9 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 260, 0, 0 OFFSET[R], 1718, 70, 0 SVTCA[Y] CALL[], 30, 6, 1, 1, 168, 86 SHC[2], 1 /* VTTTalk Unicode 0x115 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 260, 0, 0 OFFSET[R], 1722, 10, 0 SVTCA[Y] CALL[], 30, 6, 1, 1, 158, 86 SHC[2], 1 /* VTTTalk Unicode 0x11b */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 260, 0, 0 OFFSET[R], 1721, 10, 0 SVTCA[Y] CALL[], 30, 6, 1, 1, 130, 86 SHC[2], 1 /* VTTTalk Unicode 0xea */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 260, 0, 0 OFFSET[R], 1720, 10, 0 SVTCA[Y] CALL[], 34, 6, 1, 1, 168, 86 SHC[2], 1 /* VTTTalk Unicode 0x1ebf */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 260, 0, 0 OFFSET[R], 1720, 10, 0 OFFSET[R], 1718, 427, 340 SVTCA[Y] CALL[], 34, 6, 1, 1, 168, 86 SHC[2], 1 CALL[], 38, 31, 1, 0, -40, 86 SHC[2], 2 /* VTTTalk Unicode 0x1ec7 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 260, 0, 0 OFFSET[R], 1731, 30, 0 OFFSET[R], 1720, 10, 0 SVTCA[Y] CALL[], 36, 0, 1, 1, -132, 86 SHC[2], 1 CALL[], 46, 6, 1, 1, 168, 86 SHC[2], 2 /* VTTTalk Unicode 0x1ec1 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 260, 0, 0 OFFSET[R], 1720, 10, 0 OFFSET[R], 1717, 322, 340 SVTCA[Y] CALL[], 34, 6, 1, 1, 168, 86 SHC[2], 1 CALL[], 38, 31, 1, 0, -40, 86 SHC[2], 2 /* VTTTalk Unicode 0x1ec3 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 260, 0, 0 OFFSET[R], 1720, 10, 0 OFFSET[R], 1726, 387, 340 SVTCA[Y] CALL[], 34, 6, 1, 1, 168, 86 SHC[2], 1 CALL[], 38, 31, 1, 0, -40, 86 SHC[2], 2 SHC[2], 3 /* VTTTalk Unicode 0x1ec5 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 260, 0, 0 OFFSET[R], 1720, 10, 0 OFFSET[R], 1724, 20, 520 SVTCA[Y] CALL[], 34, 6, 1, 1, 168, 86 SHC[2], 1 CALL[], 38, 31, 1, 1, 148, 86 SHC[2], 2 /* VTTTalk Unicode 0xeb */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 260, 0, 0 OFFSET[R], 1715, 12, 0 SVTCA[Y] CALL[], 30, 6, 1, 1, 158, 86 SHC[2], 1 SHC[2], 2 /* VTTTalk Unicode 0x117 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 260, 0, 0 OFFSET[R], 1716, 8, 0 SVTCA[Y] CALL[], 30, 6, 1, 1, 158, 86 SHC[2], 1 /* VTTTalk Unicode 0x1eb9 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 260, 0, 0 OFFSET[R], 1731, 30, 0 SVTCA[Y] CALL[], 36, 0, 1, 1, -132, 86 SHC[2], 1 /* VTTTalk Unicode 0xe8 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 260, 0, 0 OFFSET[R], 1717, -35, 0 SVTCA[Y] CALL[], 30, 6, 1, 1, 168, 86 SHC[2], 1 /* VTTTalk Unicode 0x1ebb */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 260, 0, 0 OFFSET[R], 1726, 30, 0 SVTCA[Y] CALL[], 30, 6, 1, 1, 168, 86 SHC[2], 1 SHC[2], 2 /* VTTTalk Unicode 0x113 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 260, 0, 0 OFFSET[R], 1725, 10, 0 SVTCA[Y] CALL[], 30, 6, 1, 1, 168, 86 SHC[2], 1/* TT glyph 276, char 0x119 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 23, 11, 114 CALL[], 29, 7, 114 CALL[], 29, 40, 106 CALL[], 23, 46, 106 SRP2[], 29 IP[], 35 MDAP[R], 35 CALL[], 35, 36, 106 SRP1[], 23 SRP2[], 46 SLOOP[], 4 IP[], 7, 8, 9, 50 SHP[1], 6 CALL[], 23, 16, 105 CALL[], 16, 0, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x25b */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 640, 0, 0 /* TT glyph 278, char 0x283 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 3, 1, 114 CALL[], 3, 9, 106 CALL[], 13, 15, 114 CALL[], 13, 14, 106 SRP2[], 3 IP[], 0 IP[], 20 IUP[Y] IUP[X] /* VTTTalk Unicode 0x1ebd */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 260, 0, 0 OFFSET[R], 1724, 20, 0 SVTCA[Y] CALL[], 30, 6, 1, 1, 176, 86 SHC[2], 1 /* VTTTalk Unicode 0x1dd */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 281, 0, 0 /* TT glyph 281, char 0x259 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 24, 7, 114 CALL[], 24, 17, 106 SRP2[], 0 IP[], 8 MDAP[R], 8 CALL[], 8, 5, 106 CALL[], 0, 11, 106 IUP[Y] IUP[X] /* TT glyph 282, char 0x292 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 28, 6, 114 CALL[], 28, 0, 105 CALL[], 0, 6, 106 SRP2[], 28 IP[], 23 MDAP[R], 23 SRP2[], 0 IP[], 3 SRP2[], 28 IP[], 30 SHP[1], 13 CALL[], 23, 14, 106 IP[], 24 CALL[], 28, 27, 106 IP[], 25 IUP[Y] IUP[X] /* TT glyph 283, char 0x66 (f) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 10, 114 CALL[], 3, 1, 114 CALL[], 3, 9, 106 SRP2[], 0 IP[], 13 MDAP[R], 13 CALL[], 13, 14, 106 IUP[Y] IUP[X] /* TT glyph 284, char 0x67 (g) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 15, 114 CALL[], 0, 1, 106 CALL[], 8, 6, 114 CALL[], 13, 11, 114 CALL[], 13, 33, 106 CALL[], 19, 7, 114 CALL[], 19, 27, 106 SRP2[], 13 SLOOP[], 5 IP[], 38, 36, 24, 6, 22 IUP[Y] IUP[X] /* TT glyph 285, char 0x263 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 10, 114 SHP[2], 7 SMD[], 96 MDRP[m>RGr], 10 SHP[2], 36 CALL[], 10, 9, 106 SHP[2], 23 CALL[], 1, 6, 114 SHP[2], 6 SRP1[], 0 SLOOP[], 5 IP[], 3, 29, 30, 16, 8 IUP[Y] IUP[X] /* VTTTalk Unicode 0x11f */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 284, 0, 0 OFFSET[R], 1722, -20, 0 SVTCA[Y] CALL[], 41, 19, 1, 1, 158, 86 SHC[2], 2 /* VTTTalk Unicode 0x1e7 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 284, 0, 0 OFFSET[R], 1721, -20, 0 SVTCA[Y] CALL[], 41, 19, 1, 1, 130, 86 SHC[2], 2 /* VTTTalk Unicode 0x11d */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 284, 0, 0 OFFSET[R], 1720, -20, 0 SVTCA[Y] CALL[], 45, 19, 1, 1, 168, 86 SHC[2], 2 /* VTTTalk Unicode 0x123 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 284, 0, 0 OFFSET[R], 1727, -10, 0 SVTCA[Y] CALL[], 41, 19, 1, 1, 128, 86 SHC[2], 2 /* VTTTalk Unicode 0x121 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 284, 0, 0 OFFSET[R], 1716, -22, 0 SVTCA[Y] CALL[], 41, 19, 1, 1, 158, 86 SHC[2], 2/* TT glyph 291, char 0x294 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 10, 114 CALL[], 26, 1, 114 CALL[], 26, 27, 106 SHP[1], 11 SHP[2], 10 SRP2[], 0 SLOOP[], 8 IP[], 7, 14, 4, 17, 1, 20, 23, 22 IUP[Y] IUP[X] /* TT glyph 292, char 0x295 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 10, 114 CALL[], 26, 1, 114 CALL[], 26, 25, 106 SHP[1], 10 SHP[2], 11 SRP2[], 0 SLOOP[], 8 IP[], 29, 22, 7, 14, 4, 17, 1, 20 IUP[Y] IUP[X] /* TT glyph 293, char 0x1e5 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 15, 114 CALL[], 4, 5, 106 CALL[], 11, 6, 114 CALL[], 17, 11, 114 CALL[], 17, 37, 106 SRP2[], 5 IP[], 0 IP[], 1 CALL[], 23, 7, 114 CALL[], 23, 31, 106 SRP2[], 17 SLOOP[], 5 IP[], 42, 40, 28, 10, 26 IUP[Y] IUP[X] /* TT glyph 294, char 0x68 (h) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 11, 7, 114 CALL[], 11, 4, 106 CALL[], 16, 10, 114 SHP[2], 15 SRP1[], 11 IP[], 6 IP[], 7 CALL[], 17, 0, 114 IUP[Y] IUP[X] /* TT glyph 295, char 0x127 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 15, 7, 114 CALL[], 15, 8, 106 CALL[], 20, 10, 114 SHP[2], 19 SRP1[], 15 IP[], 10 IP[], 11 CALL[], 21, 0, 114 SRP1[], 15 IP[], 0 MDAP[R], 0 CALL[], 0, 1, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x21f */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 294, 0, 0 OFFSET[R], 1759, -326, 80 SVTCA[Y] CALL[], 20, 17, 1, 1, 160, 86 SHC[2], 2 /* VTTTalk Unicode 0x125 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 294, 0, 0 OFFSET[R], 1758, -326, 80 SVTCA[Y] CALL[], 24, 17, 1, 1, 160, 86 SHC[2], 2 /* VTTTalk Unicode 0x1e25 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 294, 0, 0 OFFSET[R], 1731, 0, 0 SVTCA[Y] CALL[], 26, 16, 1, 1, -152, 86 SHC[2], 2/* TT glyph 299, char 0x69 (i) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 10, 114 SHP[2], 0 SHP[2], 8 CALL[], 4, 5, 106 SHP[2], 9 CALL[], 13, 6, 114 CALL[], 13, 12, 106 IP[], 1 CALL[], 13, 16, 105 CALL[], 16, 22, 106 IUP[Y] IUP[X] /* TT glyph 300, char 0x131 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 10, 114 CALL[], 13, 6, 114 CALL[], 13, 12, 106 CALL[], 4, 5, 106 SHP[1], 8 SHP[2], 9 SRP1[], 13 SHP[1], 1 SRP1[], 4 SHP[1], 0 IUP[Y] IUP[X] /* VTTTalk Unicode 0xed */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 300, 0, 0 OFFSET[R], 1718, 110, 0 SVTCA[Y] CALL[], 16, 1, 1, 1, 188, 86 SHC[2], 4 /* VTTTalk Unicode 0x12d */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 300, 0, 0 OFFSET[R], 1722, 50, 0 SVTCA[Y] CALL[], 16, 1, 1, 1, 178, 86 SHC[2], 4 /* VTTTalk Unicode 0xee */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 300, 0, 0 OFFSET[R], 1720, 50, 0 SVTCA[Y] CALL[], 20, 1, 1, 1, 188, 86 SHC[2], 4 /* VTTTalk Unicode 0xef */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 300, 0, 0 OFFSET[R], 1715, 52, 0 SVTCA[Y] CALL[], 16, 1, 1, 1, 178, 86 SHC[2], 4 SHC[2], 5 /* VTTTalk Unicode 0x1ecb */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 299, 0, 0 OFFSET[R], 1731, 70, 0 SVTCA[Y] CALL[], 34, 8, 1, 1, -152, 86 SHC[2], 5 /* VTTTalk Unicode 0xec */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 300, 0, 0 OFFSET[R], 1717, 5, 0 SVTCA[Y] CALL[], 16, 1, 1, 1, 188, 86 SHC[2], 4 /* VTTTalk Unicode 0x1ec9 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 300, 0, 0 OFFSET[R], 1726, 70, 0 SVTCA[Y] CALL[], 16, 1, 1, 1, 188, 86 SHC[2], 4 SHC[2], 5 /* TT glyph 308, char 0x133 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 15, 114 CALL[], 0, 1, 106 CALL[], 12, 10, 114 CALL[], 13, 6, 114 SHP[2], 17 SRP2[], 12 IP[], 19 IP[], 6 CALL[], 13, 20, 105 SHP[2], 32 CALL[], 20, 26, 106 SHP[2], 38 IUP[Y] IUP[X] /* VTTTalk Unicode 0x12b */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 300, 0, 0 OFFSET[R], 1725, 50, 0 SVTCA[Y] CALL[], 16, 13, 1, 1, 188, 86 SHC[2], 4 /* TT glyph 310, char 0x12f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 25, 10, 114 SHP[2], 9 SHP[2], 21 SHP[2], 32 CALL[], 25, 0, 105 CALL[], 0, 15, 106 CALL[], 25, 26, 106 SHP[2], 31 IP[], 7 IP[], 8 CALL[], 34, 6, 114 CALL[], 34, 33, 106 IP[], 22 CALL[], 34, 37, 105 CALL[], 37, 43, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x269 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 644, 0, 0 /* VTTTalk Unicode 0x129 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 300, 0, 0 OFFSET[R], 1724, 60, 0 SVTCA[Y] CALL[], 16, 13, 1, 1, 196, 86 SHC[2], 4 /* TT glyph 313, char 0x6a (j) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 15, 114 CALL[], 0, 1, 106 CALL[], 14, 6, 114 CALL[], 14, 13, 106 SHP[1], 18 SRP2[], 0 IP[], 20 IP[], 7 CALL[], 14, 21, 105 CALL[], 21, 27, 106 IUP[Y] IUP[X] /* TT glyph 314, char 0x237 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 15, 114 CALL[], 0, 1, 106 CALL[], 14, 6, 114 CALL[], 14, 12, 105 SHP[1], 18 SRP2[], 0 IP[], 6 IP[], 16 IUP[Y] IUP[X] /* VTTTalk Unicode 0x1f0 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 314, 0, 0 OFFSET[R], 1721, 182, 0 SVTCA[Y] CALL[], 20, 13, 1, 1, 150, 86 SHC[2], 3 /* VTTTalk Unicode 0x135 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 314, 0, 0 OFFSET[R], 1720, 182, 0 SVTCA[Y] CALL[], 24, 13, 1, 1, 188, 86 SHC[2], 3/* TT glyph 317, char 0x6b (k) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 6, 6 CALL[], 11, 10, 114 SHP[2], 15 CALL[], 12, 0, 114 SRP1[], 6 SRP2[], 11 IP[], 0 MDAP[R], 0 CALL[], 0, 1, 106 IP[], 16 IP[], 17 IUP[Y] IUP[X] /* VTTTalk Unicode 0x137 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 317, 0, 0 OFFSET[R], 1733, 20, 0 SVTCA[Y] CALL[], 20, 11, 1, 1, -140, 86 SHC[2], 3 /* VTTTalk Unicode 0x1e33 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 317, 0, 0 OFFSET[R], 1731, 20, 0 SVTCA[Y] CALL[], 25, 11, 1, 1, -152, 86 SHC[2], 3 /* TT glyph 320, char 0x138 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 11, 10, 114 SHP[2], 15 CALL[], 12, 6, 114 SHP[2], 7 SRP1[], 11 IP[], 0 MDAP[R], 0 CALL[], 0, 1, 106 IP[], 16 IP[], 17 IUP[Y] IUP[X] /* VTTTalk Unicode 0x1e35 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 317, 0, 0 OFFSET[R], 1736, 20, 0 SVTCA[Y] CALL[], 20, 11, 1, 1, -208, 86 SHC[2], 3 /* TT glyph 322, char 0x6c (l) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 17, 0, 114 CALL[], 17, 16, 106 CALL[], 0, 10, 106 SRP1[], 17 SHP[1], 5 IUP[Y] IUP[X] /* VTTTalk Unicode 0x13a */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 322, 0, 0 OFFSET[R], 1756, -14, 80 SVTCA[Y] CALL[], 20, 4, 1, 1, 160, 86 SHC[2], 2/* TT glyph 324, char 0x19b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 11, 114 CALL[], 4, 23, 106 CALL[], 16, 0, 114 CALL[], 16, 11, 106 SRP2[], 4 SLOOP[], 6 IP[], 34, 31, 0, 30, 29, 2 CALL[], 0, 1, 106 CALL[], 2, 3, 106 CALL[], 35, 10, 114 IUP[Y] IUP[X] /* TT glyph 325, char 0x19a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 11, 114 CALL[], 4, 14, 106 CALL[], 21, 0, 114 SHP[2], 9 CALL[], 21, 20, 106 SRP2[], 4 IP[], 3 MDAP[R], 3 CALL[], 3, 2, 106 IUP[Y] IUP[X] /* TT glyph 326, char 0x26c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 23, 11, 114 CALL[], 23, 33, 106 CALL[], 40, 0, 114 SHP[2], 28 CALL[], 40, 39, 106 CALL[], 39, 6, 105 CALL[], 6, 14, 106 CALL[], 14, 21, 105 CALL[], 21, 22, 106 SRP2[], 6 IP[], 9 IP[], 11 IUP[Y] IUP[X] /* TT glyph 327, char 0x13e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 11, 114 CALL[], 4, 14, 106 CALL[], 21, 0, 114 SHP[2], 9 CALL[], 21, 20, 106 CALL[], 21, 1, 105 CALL[], 1, 3, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x13c */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 322, 0, 0 OFFSET[R], 1733, 80, 0 SVTCA[Y] CALL[], 21, 0, 1, 1, -120, 86 SHC[2], 2 /* VTTTalk Unicode 0x140 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 322, 0, 0 OFFSET[R], 743, 316, 300 SVTCA[Y] CALL[], 20, 12, 1, 1, 654, 86 SHC[2], 2 /* VTTTalk Unicode 0x1e37 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 322, 0, 0 OFFSET[R], 1731, 80, 0 SVTCA[Y] CALL[], 26, 0, 1, 1, -132, 86 SHC[2], 2 /* VTTTalk Unicode 0x1e3b */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 322, 0, 0 OFFSET[R], 1736, 80, 0 SVTCA[Y] CALL[], 21, 0, 1, 1, -188, 86 SHC[2], 2/* TT glyph 332, char 0x26b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 32, 11, 114 CALL[], 32, 42, 106 CALL[], 49, 0, 114 SHP[2], 37 CALL[], 49, 48, 106 SRP2[], 32 IP[], 20 MDAP[R], 20 CALL[], 20, 11, 106 CALL[], 11, 15, 105 CALL[], 20, 27, 105 CALL[], 27, 4, 106 CALL[], 27, 31, 105 IUP[Y] IUP[X] /* TT glyph 333, char 0x142 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 11, 114 CALL[], 4, 14, 106 CALL[], 21, 0, 114 SHP[2], 9 CALL[], 21, 20, 106 SRP2[], 4 IP[], 0 IP[], 2 CALL[], 0, 1, 106 CALL[], 2, 3, 106 IUP[Y] IUP[X] /* TT glyph 334, char 0x6d (m) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 10, 7, 114 SHP[2], 29 CALL[], 10, 3, 106 SHP[2], 23 CALL[], 15, 10, 114 SRP2[], 10 SLOOP[], 4 IP[], 27, 7, 5, 25 SHP[1], 20 SRP1[], 20 SHP[1], 0 CALL[], 16, 6, 114 IUP[Y] IUP[X] /* TT glyph 335, char 0x6e (n) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 11, 7, 114 CALL[], 11, 4, 106 CALL[], 16, 10, 114 SHP[2], 15 CALL[], 17, 6, 114 SRP2[], 16 IP[], 6 IP[], 7 IUP[Y] IUP[X] /* VTTTalk Unicode 0x144 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 335, 0, 0 OFFSET[R], 1718, 50, 0 SVTCA[Y] CALL[], 21, 17, 1, 1, 188, 86 SHC[2], 2 /* TT glyph 337, char 0x149 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 15, 7, 114 CALL[], 15, 8, 106 CALL[], 20, 10, 114 SHP[2], 19 CALL[], 21, 6, 114 CALL[], 21, 0, 105 CALL[], 0, 1, 106 SRP1[], 21 SRP2[], 20 IP[], 11 IP[], 10 IUP[Y] IUP[X] /* VTTTalk Unicode 0x148 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 335, 0, 0 OFFSET[R], 1721, -10, 0 SVTCA[Y] CALL[], 21, 17, 1, 1, 150, 86 SHC[2], 2 /* VTTTalk Unicode 0x146 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 335, 0, 0 OFFSET[R], 1733, 0, 0 SVTCA[Y] CALL[], 22, 16, 1, 1, -140, 86 SHC[2], 2 /* TT glyph 340, char 0x14b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 11, 7, 114 CALL[], 16, 15, 114 CALL[], 16, 17, 106 CALL[], 29, 10, 114 CALL[], 30, 6, 114 SRP1[], 29 SLOOP[], 4 IP[], 7, 6, 22, 15 IUP[Y] IUP[X] /* TT glyph 341, char 0x272 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 10, 114 CALL[], 11, 7, 114 CALL[], 11, 4, 106 CALL[], 16, 15, 114 CALL[], 16, 17, 106 CALL[], 30, 6, 114 SRP2[], 0 SLOOP[], 4 IP[], 33, 23, 6, 7 IUP[Y] IUP[X] /* VTTTalk Unicode 0x1e49 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 335, 0, 0 OFFSET[R], 1736, 0, 0 SVTCA[Y] CALL[], 22, 16, 1, 1, -208, 86 SHC[2], 2 /* VTTTalk Unicode 0xf1 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 335, 0, 0 OFFSET[R], 1724, 0, 0 SVTCA[Y] CALL[], 21, 17, 1, 1, 196, 86 SHC[2], 2 /* TT glyph 344, char 0x6f (o) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 6, 7, 114 CALL[], 6, 18, 106 CALL[], 0, 12, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0xf3 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 OFFSET[R], 1718, 60, 0 SVTCA[Y] CALL[], 24, 6, 1, 1, 168, 86 SHC[2], 2 /* VTTTalk Unicode 0x14f */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 OFFSET[R], 1722, 0, 0 SVTCA[Y] CALL[], 24, 6, 1, 1, 158, 86 SHC[2], 2 /* VTTTalk Unicode 0xf4 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 OFFSET[R], 1720, 0, 0 SVTCA[Y] CALL[], 28, 6, 1, 1, 168, 86 SHC[2], 2 /* VTTTalk Unicode 0x1ed1 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 OFFSET[R], 1720, 0, 0 OFFSET[R], 1718, 417, 340 SVTCA[Y] CALL[], 28, 6, 1, 1, 168, 86 SHC[2], 2 CALL[], 32, 25, 1, 0, -40, 86 SHC[2], 3 /* VTTTalk Unicode 0x1ed9 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 OFFSET[R], 1731, 0, 0 OFFSET[R], 1720, 0, 0 SVTCA[Y] CALL[], 30, 0, 1, 1, -132, 86 SHC[2], 2 CALL[], 40, 6, 1, 1, 168, 86 SHC[2], 3 /* VTTTalk Unicode 0x1ed3 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 OFFSET[R], 1720, 0, 0 OFFSET[R], 1717, 312, 340 SVTCA[Y] CALL[], 28, 6, 1, 1, 168, 86 SHC[2], 2 CALL[], 32, 25, 1, 0, -40, 86 SHC[2], 3 /* VTTTalk Unicode 0x1ed5 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 OFFSET[R], 1720, 0, 0 OFFSET[R], 1726, 377, 340 SVTCA[Y] CALL[], 28, 6, 1, 1, 168, 86 SHC[2], 2 CALL[], 32, 25, 1, 0, -40, 86 SHC[2], 3 SHC[2], 4 /* VTTTalk Unicode 0x1ed7 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 OFFSET[R], 1720, 0, 0 OFFSET[R], 1724, 10, 520 SVTCA[Y] CALL[], 28, 6, 1, 1, 168, 86 SHC[2], 2 CALL[], 32, 25, 1, 1, 148, 86 SHC[2], 3 /* VTTTalk Unicode 0xf6 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 OFFSET[R], 1715, 2, 0 SVTCA[Y] CALL[], 24, 6, 1, 1, 158, 86 SHC[2], 2 SHC[2], 3 /* VTTTalk Unicode 0x1ecd */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 OFFSET[R], 1731, 0, 0 SVTCA[Y] CALL[], 30, 0, 1, 1, -132, 86 SHC[2], 2 /* VTTTalk Unicode 0xf2 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 OFFSET[R], 1717, -45, 0 SVTCA[Y] CALL[], 24, 6, 1, 1, 168, 86 SHC[2], 2 /* VTTTalk Unicode 0x1ecf */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 OFFSET[R], 1726, 20, 0 SVTCA[Y] CALL[], 24, 6, 1, 1, 168, 86 SHC[2], 2 SHC[2], 3 /* VTTTalk Unicode 0x1a1 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 OFFSET[R], 1730, 337, 0 SVTCA[Y] CALL[], 24, 6, 0, 0, -185, 86 SHC[2], 2 /* VTTTalk Unicode 0x1edb */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 357, 0, 0 OFFSET[R], 1718, 60, 0 SVTCA[Y] CALL[], 34, 6, 1, 1, 168, 86 SHC[2], 3 /* VTTTalk Unicode 0x1ee3 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 357, 0, 0 OFFSET[R], 1731, 0, 0 SVTCA[Y] CALL[], 40, 0, 1, 1, -132, 86 SHC[2], 3 /* VTTTalk Unicode 0x1edd */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 357, 0, 0 OFFSET[R], 1717, -45, 0 SVTCA[Y] CALL[], 34, 6, 1, 1, 168, 86 SHC[2], 3 /* VTTTalk Unicode 0x1edf */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 357, 0, 0 OFFSET[R], 1726, 20, 0 SVTCA[Y] CALL[], 34, 6, 1, 1, 168, 86 SHC[2], 3 SHC[2], 4 /* VTTTalk Unicode 0x1ee1 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 357, 0, 0 OFFSET[R], 1724, 10, 0 SVTCA[Y] CALL[], 34, 6, 1, 1, 176, 86 SHC[2], 3 /* VTTTalk Unicode 0x151 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 OFFSET[R], 1719, 40, 0 SVTCA[Y] CALL[], 24, 6, 1, 1, 168, 86 SHC[2], 2 SHC[2], 3 /* VTTTalk Unicode 0x14d */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 OFFSET[R], 1725, 0, 0 SVTCA[Y] CALL[], 24, 6, 1, 1, 168, 86 SHC[2], 2 /* VTTTalk Unicode 0x1e53 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 OFFSET[R], 1725, 0, 0 OFFSET[R], 1718, 60, 340 SVTCA[Y] CALL[], 24, 6, 1, 1, 168, 86 SHC[2], 2 CALL[], 28, 25, 1, 1, 152, 86 SHC[2], 3 /* VTTTalk Unicode 0x1e51 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 OFFSET[R], 1725, 0, 0 OFFSET[R], 1717, -45, 340 SVTCA[Y] CALL[], 24, 6, 1, 1, 168, 86 SHC[2], 2 CALL[], 28, 25, 1, 1, 152, 86 SHC[2], 3/* TT glyph 367, char 0x1eb */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 23, 11, 114 CALL[], 23, 35, 105 CALL[], 29, 7, 114 CALL[], 29, 41, 106 SRP1[], 23 SRP2[], 35 SLOOP[], 3 IP[], 9, 8, 7 SHP[1], 6 CALL[], 23, 16, 105 CALL[], 16, 0, 106 IUP[Y] IUP[X] /* TT glyph 368, char 0x254 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 7, 106 CALL[], 20, 7, 114 CALL[], 20, 13, 106 SRP2[], 0 IP[], 4 IP[], 3 IUP[Y] IUP[X] /* TT glyph 369, char 0xf8 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 11, 114 CALL[], 4, 16, 106 SRP0[], 4 MDRP[m>RWh], 0 CALL[], 10, 7, 114 CALL[], 10, 22, 106 SRP0[], 10 MDRP[m>RWh], 2 SRP1[], 0 IP[], 1 IP[], 3 IUP[Y] IUP[X] /* VTTTalk Unicode 0x1ff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 369, 0, 0 OFFSET[R], 1718, 60, 0 SVTCA[Y] CALL[], 28, 10, 1, 1, 168, 86 SHC[2], 3 /* VTTTalk Unicode 0xf5 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 OFFSET[R], 1724, 10, 0 SVTCA[Y] CALL[], 24, 6, 1, 1, 176, 86 SHC[2], 2 /* TT glyph 372, char 0x153 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 8, 106 SHP[1], 18 CALL[], 18, 42, 106 CALL[], 4, 7, 114 CALL[], 4, 13, 106 SHP[1], 24 CALL[], 24, 36, 106 SRP1[], 4 SRP2[], 0 IP[], 31 MDAP[R], 31 CALL[], 31, 32, 106 IUP[Y] IUP[X] /* TT glyph 373, char 0x70 (p) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 6, 114 CALL[], 4, 14, 114 CALL[], 5, 11, 114 CALL[], 5, 13, 106 CALL[], 27, 7, 114 CALL[], 27, 19, 106 SRP2[], 5 SLOOP[], 5 IP[], 8, 10, 22, 3, 24 IUP[Y] IUP[X] /* TT glyph 374, char 0xfe */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 14, 114 CALL[], 1, 0, 114 CALL[], 4, 11, 114 CALL[], 4, 12, 106 CALL[], 26, 7, 114 CALL[], 26, 18, 106 SRP2[], 4 SLOOP[], 4 IP[], 7, 9, 21, 23 IUP[Y] IUP[X] /* TT glyph 375, char 0x71 (q) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 20, 106 CALL[], 6, 7, 114 CALL[], 6, 14, 106 SRP2[], 0 SLOOP[], 4 IP[], 25, 24, 11, 10 CALL[], 32, 6, 114 CALL[], 33, 14, 114 IUP[Y] IUP[X] /* TT glyph 376, char 0x72 (r) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 7, 114 CALL[], 4, 11, 106 CALL[], 14, 10, 114 CALL[], 14, 15, 106 SHP[1], 18 SRP2[], 4 IP[], 8 MDAP[R], 8 CALL[], 24, 6, 114 SHP[2], 19 CALL[], 24, 23, 106 SRP2[], 14 IP[], 1 IP[], 0 IUP[Y] IUP[X] /* VTTTalk Unicode 0x155 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 376, 0, 0 OFFSET[R], 1718, 60, 0 SVTCA[Y] CALL[], 27, 19, 1, 1, 188, 86 SHC[2], 4 /* VTTTalk Unicode 0x159 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 376, 0, 0 OFFSET[R], 1721, 0, 0 SVTCA[Y] CALL[], 27, 19, 1, 1, 150, 86 SHC[2], 4 /* VTTTalk Unicode 0x157 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 376, 0, 0 OFFSET[R], 1733, -170, 0 SVTCA[Y] CALL[], 28, 18, 1, 1, -140, 86 SHC[2], 4 /* VTTTalk Unicode 0x1e5b */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 376, 0, 0 OFFSET[R], 1731, -170, 0 SVTCA[Y] CALL[], 33, 18, 1, 1, -152, 86 SHC[2], 4 /* TT glyph 381, char 0x73 (s) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 7, 106 CALL[], 20, 7, 114 CALL[], 20, 27, 106 SRP2[], 0 SLOOP[], 8 IP[], 10, 37, 13, 14, 34, 33, 17, 30 IUP[Y] IUP[X] /* VTTTalk Unicode 0x15b */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 381, 0, 0 OFFSET[R], 1718, 90, 0 SVTCA[Y] CALL[], 40, 20, 1, 1, 168, 86 SHC[2], 1 /* VTTTalk Unicode 0x161 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 381, 0, 0 OFFSET[R], 1721, 30, 0 SVTCA[Y] CALL[], 40, 20, 1, 1, 130, 86 SHC[2], 1 /* VTTTalk Unicode 0x15f */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 381, 0, 0 OFFSET[R], 1734, 15, 0 SVTCA[Y] CALL[], 49, 0, 0, 0, 15, 86 SHC[2], 1 /* VTTTalk Unicode 0x15d */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 381, 0, 0 OFFSET[R], 1720, 30, 0 SVTCA[Y] CALL[], 44, 20, 1, 1, 168, 86 SHC[2], 1 /* VTTTalk Unicode 0x219 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 381, 0, 0 OFFSET[R], 1733, -10, 0 SVTCA[Y] CALL[], 41, 0, 1, 1, -120, 86 SHC[2], 1 /* VTTTalk Unicode 0x1e63 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 381, 0, 0 OFFSET[R], 1731, -10, 0 SVTCA[Y] CALL[], 46, 0, 1, 1, -132, 86 SHC[2], 1 /* TT glyph 388, char 0xdf */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 7, 106 CALL[], 31, 10, 114 CALL[], 35, 1, 114 CALL[], 35, 26, 106 SRP2[], 0 SLOOP[], 10 IP[], 10, 52, 13, 48, 17, 45, 42, 20, 38, 23 SRP2[], 31 IP[], 55 MDAP[R], 55 CALL[], 55, 56, 106 IUP[Y] IUP[X] /* TT glyph 389, char 0x17f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 10, 114 CALL[], 3, 1, 114 CALL[], 3, 8, 106 SRP2[], 0 IP[], 12 MDAP[R], 12 MDRP[m>RBl], 13 IUP[Y] IUP[X] /* TT glyph 390, char 0x74 (t) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 9, 106 CALL[], 21, 6, 114 CALL[], 21, 17, 105 CALL[], 21, 20, 106 SRP2[], 0 IP[], 16 MDAP[R], 16 SRP2[], 21 IP[], 4 IUP[Y] IUP[X] /* TT glyph 391, char 0x167 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 11, 114 CALL[], 4, 13, 106 CALL[], 25, 6, 114 CALL[], 25, 21, 105 CALL[], 25, 24, 106 SRP2[], 4 IP[], 1 MDAP[R], 1 IP[], 20 IP[], 8 CALL[], 1, 0, 106 IUP[Y] IUP[X] /* TT glyph 392, char 0x165 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 11, 114 CALL[], 4, 13, 106 CALL[], 25, 6, 114 CALL[], 25, 21, 105 CALL[], 25, 24, 106 SRP0[], 25 MDRP[m>RGr], 0 CALL[], 0, 1, 106 SRP1[], 25 SRP2[], 4 IP[], 8 IP[], 20 IUP[Y] IUP[X] /* VTTTalk Unicode 0x163 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 390, 0, 0 OFFSET[R], 1734, 90, 0 SVTCA[Y] CALL[], 33, 0, 0, 0, 15, 86 SHC[2], 3 /* VTTTalk Unicode 0x21b */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 390, 0, 0 OFFSET[R], 1733, 65, 0 SVTCA[Y] CALL[], 25, 0, 1, 1, -120, 86 SHC[2], 3 /* TT glyph 395, char 0x2a7 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 9, 106 CALL[], 21, 6, 114 CALL[], 21, 17, 105 CALL[], 21, 20, 106 SRP2[], 0 SLOOP[], 4 IP[], 24, 45, 19, 5 CALL[], 21, 28, 105 CALL[], 28, 34, 106 CALL[], 39, 15, 114 CALL[], 39, 40, 106 IUP[Y] IUP[X] /* TT glyph 396, char 0x75 (u) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 9, 106 CALL[], 4, 6, 114 SHP[2], 25 SRP1[], 0 IP[], 14 MDAP[R], 14 SLOOP[], 3 IP[], 12, 20, 24 CALL[], 23, 10, 114 CALL[], 23, 21, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0xfa */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 396, 0, 0 OFFSET[R], 1718, 40, 0 SVTCA[Y] CALL[], 28, 4, 1, 1, 188, 86 SHC[2], 3 /* VTTTalk Unicode 0x16d */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 396, 0, 0 OFFSET[R], 1722, -20, 0 SVTCA[Y] CALL[], 28, 4, 1, 1, 178, 86 SHC[2], 3 /* VTTTalk Unicode 0xfb */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 396, 0, 0 OFFSET[R], 1720, -20, 0 SVTCA[Y] CALL[], 32, 4, 1, 1, 188, 86 SHC[2], 3 /* VTTTalk Unicode 0xfc */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 396, 0, 0 OFFSET[R], 1715, -18, 0 SVTCA[Y] CALL[], 28, 4, 1, 1, 178, 86 SHC[2], 3 SHC[2], 4 /* VTTTalk Unicode 0x1ee5 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 396, 0, 0 OFFSET[R], 1731, -40, 0 SVTCA[Y] CALL[], 34, 0, 1, 1, -132, 86 SHC[2], 3 /* VTTTalk Unicode 0xf9 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 396, 0, 0 OFFSET[R], 1717, -65, 0 SVTCA[Y] CALL[], 28, 4, 1, 1, 188, 86 SHC[2], 3 /* VTTTalk Unicode 0x1ee7 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 396, 0, 0 OFFSET[R], 1726, 0, 0 SVTCA[Y] CALL[], 28, 4, 1, 1, 188, 86 SHC[2], 3 SHC[2], 4/* TT glyph 404, char 0x1b0 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 10, 11, 114 CALL[], 10, 19, 106 CALL[], 14, 6, 114 CALL[], 14, 0, 105 SHP[1], 1 CALL[], 14, 5, 105 SHP[1], 35 SRP2[], 10 SLOOP[], 5 IP[], 24, 34, 37, 30, 22 CALL[], 33, 10, 114 CALL[], 33, 31, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x1ee9 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 404, 0, 0 OFFSET[R], 1718, 40, 0 SVTCA[Y] CALL[], 38, 14, 1, 1, 188, 86 SHC[2], 4 /* VTTTalk Unicode 0x1ef1 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 404, 0, 0 OFFSET[R], 1731, -40, 0 SVTCA[Y] CALL[], 44, 10, 1, 1, -132, 86 SHC[2], 4 /* VTTTalk Unicode 0x1eeb */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 404, 0, 0 OFFSET[R], 1717, -65, 0 SVTCA[Y] CALL[], 38, 5, 1, 0, -95, 86 SHC[2], 4 /* VTTTalk Unicode 0x1eed */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 404, 0, 0 OFFSET[R], 1726, 0, 0 SVTCA[Y] CALL[], 38, 5, 1, 0, -95, 86 SHC[2], 4 SHC[2], 5 /* VTTTalk Unicode 0x1eef */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 404, 0, 0 OFFSET[R], 1724, -10, 0 SVTCA[Y] CALL[], 38, 14, 1, 1, 196, 86 SHC[2], 4 /* VTTTalk Unicode 0x171 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 396, 0, 0 OFFSET[R], 1719, 20, 0 SVTCA[Y] CALL[], 28, 4, 1, 1, 188, 86 SHC[2], 3 SHC[2], 4 /* VTTTalk Unicode 0x16b */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 396, 0, 0 OFFSET[R], 1725, -20, 0 SVTCA[Y] CALL[], 28, 4, 1, 1, 188, 86 SHC[2], 3 /* TT glyph 412, char 0x173 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 21, 11, 114 CALL[], 21, 30, 106 CALL[], 21, 15, 105 CALL[], 15, 0, 106 CALL[], 25, 6, 114 SHP[2], 46 SRP1[], 21 SLOOP[], 5 IP[], 33, 41, 48, 45, 35 MIAP[R], 44, 10 SHP[1], 9 SRP2[], 15 IP[], 6 CALL[], 44, 42, 105 IP[], 7 IP[], 8 IUP[Y] IUP[X] /* TT glyph 413, char 0x28a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 24, 11, 114 CALL[], 24, 8, 106 CALL[], 32, 6, 114 CALL[], 32, 35, 106 SHP[2], 1 SHP[2], 15 SHP[2], 38 SHP[1], 37 SRP1[], 38 SRP2[], 37 IP[], 16 IP[], 0 IUP[Y] IUP[X] /* VTTTalk Unicode 0x16f */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 396, 0, 0 OFFSET[R], 1723, -20, 0 SVTCA[Y] CALL[], 28, 4, 1, 1, 138, 86 SHC[2], 3 SHC[2], 4 /* VTTTalk Unicode 0x169 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 396, 0, 0 OFFSET[R], 1724, -10, 0 SVTCA[Y] CALL[], 28, 4, 1, 1, 196, 86 SHC[2], 3 /* TT glyph 416, char 0x76 (v) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 10, 114 CALL[], 0, 3, 106 CALL[], 1, 6, 114 SHP[2], 6 IUP[Y] IUP[X] /* TT glyph 417, char 0x28b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 8, 106 CALL[], 5, 6, 114 SHP[2], 16 CALL[], 16, 15, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x28c */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 592, 0, 0 /* TT glyph 419, char 0x77 (w) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 10, 10, 114 SHP[2], 0 CALL[], 10, 13, 106 SHP[2], 5 CALL[], 11, 6, 114 SHP[2], 3 SHP[2], 8 SHP[2], 16 CALL[], 11, 2, 105 SHP[2], 18 IUP[Y] IUP[X] /* VTTTalk Unicode 0x1e83 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 419, 0, 0 OFFSET[R], 1718, 50, 0 SVTCA[Y] CALL[], 20, 3, 1, 1, 188, 86 SHC[2], 2 /* VTTTalk Unicode 0x175 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 419, 0, 0 OFFSET[R], 1720, -10, 0 SVTCA[Y] CALL[], 24, 3, 1, 1, 188, 86 SHC[2], 2 /* VTTTalk Unicode 0x1e85 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 419, 0, 0 OFFSET[R], 1715, -8, 0 SVTCA[Y] CALL[], 20, 7, 1, 1, 178, 86 SHC[2], 2 SHC[2], 3 /* VTTTalk Unicode 0x1e81 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 419, 0, 0 OFFSET[R], 1717, -55, 0 SVTCA[Y] CALL[], 20, 3, 1, 1, 188, 86 SHC[2], 2/* TT glyph 424, char 0x78 (x) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 10, 114 SHP[2], 11 CALL[], 8, 6, 114 SHP[2], 3 SRP2[], 11 SLOOP[], 4 IP[], 7, 4, 1, 10 IUP[Y] IUP[X] /* TT glyph 425, char 0x79 (y) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 15, 114 CALL[], 0, 1, 106 CALL[], 14, 10, 114 CALL[], 14, 17, 106 CALL[], 15, 6, 114 SHP[2], 8 IUP[Y] IUP[X] /* VTTTalk Unicode 0xfd */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 425, 0, 0 OFFSET[R], 1718, 75, 0 SVTCA[Y] CALL[], 20, 7, 1, 1, 188, 86 SHC[2], 2 /* VTTTalk Unicode 0x177 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 425, 0, 0 OFFSET[R], 1720, 15, 0 SVTCA[Y] CALL[], 24, 7, 1, 1, 188, 86 SHC[2], 2 /* VTTTalk Unicode 0xff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 425, 0, 0 OFFSET[R], 1715, 17, 0 SVTCA[Y] CALL[], 20, 7, 1, 1, 178, 86 SHC[2], 2 SHC[2], 3 /* VTTTalk Unicode 0x1ef5 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 425, 0, 0 OFFSET[R], 1731, 345, 0 SVTCA[Y] CALL[], 20, 0, 2, 0, 60, 86 SHC[2], 2 /* VTTTalk Unicode 0x1ef3 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 425, 0, 0 OFFSET[R], 1717, -30, 0 SVTCA[Y] CALL[], 20, 7, 1, 1, 188, 86 SHC[2], 2 /* VTTTalk Unicode 0x1ef7 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 425, 0, 0 OFFSET[R], 1726, 35, 0 SVTCA[Y] CALL[], 20, 7, 1, 1, 188, 86 SHC[2], 2 SHC[2], 3 /* VTTTalk Unicode 0x233 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 425, 0, 0 OFFSET[R], 1725, 15, 0 SVTCA[Y] CALL[], 20, 15, 1, 1, 188, 86 SHC[2], 2 /* VTTTalk Unicode 0x1ef9 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 425, 0, 0 OFFSET[R], 1724, 25, 0 SVTCA[Y] CALL[], 20, 15, 1, 1, 196, 86 SHC[2], 2/* TT glyph 434, char 0x7a (z) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 10, 114 CALL[], 4, 5, 106 SHP[2], 1 CALL[], 9, 6, 114 CALL[], 9, 8, 106 SHP[2], 3 IP[], 2 SRP1[], 4 SRP2[], 5 IP[], 0 IUP[Y] IUP[X] /* VTTTalk Unicode 0x17a */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 434, 0, 0 OFFSET[R], 1718, 60, 0 SVTCA[Y] CALL[], 12, 9, 1, 1, 188, 86 SHC[2], 3 /* VTTTalk Unicode 0x17e */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 434, 0, 0 OFFSET[R], 1721, 0, 0 SVTCA[Y] CALL[], 12, 9, 1, 1, 150, 86 SHC[2], 3 /* VTTTalk Unicode 0x17c */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 434, 0, 0 OFFSET[R], 1716, -2, 0 SVTCA[Y] CALL[], 12, 9, 1, 1, 178, 86 SHC[2], 3/* TT glyph 438, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 11, 114 CALL[], 4, 24, 106 CALL[], 10, 7, 114 CALL[], 10, 18, 106 SRP2[], 4 SLOOP[], 5 IP[], 29, 33, 27, 15, 13 CALL[], 34, 0, 114 CALL[], 34, 1, 105 CALL[], 1, 0, 106 CALL[], 36, 10, 114 IUP[Y] IUP[X] /* TT glyph 439, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 15, 114 CALL[], 0, 1, 106 CALL[], 13, 10, 114 CALL[], 14, 6, 114 SHP[2], 18 SRP2[], 13 IP[], 17 IP[], 6 MDRP[m>RWh], 21 SHP[2], 25 CALL[], 21, 22, 106 SHP[2], 26 IUP[Y] IUP[X] /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 250, 0, 0 OFFSET[R], 1766, 80, 0 SVTCA[Y] CALL[], 26, 6, 1, 1, 168, 86 SHC[2], 1 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 335, 0, 0 OFFSET[R], 1766, 20, 0 SVTCA[Y] CALL[], 21, 17, 1, 1, 188, 86 SHC[2], 2 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 OFFSET[R], 1766, 30, 0 SVTCA[Y] CALL[], 24, 6, 1, 1, 168, 86 SHC[2], 2 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 381, 0, 0 OFFSET[R], 1766, 60, 0 SVTCA[Y] CALL[], 40, 20, 1, 1, 168, 86 SHC[2], 1 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 434, 0, 0 OFFSET[R], 1766, 30, 0 SVTCA[Y] CALL[], 12, 9, 1, 1, 188, 86 SHC[2], 3 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 905, 0, 0/* TT glyph 446, char 0xfb01 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 10, 114 SHP[2], 17 CALL[], 3, 1, 114 CALL[], 3, 9, 106 SRP2[], 0 IP[], 13 MDAP[R], 13 CALL[], 13, 14, 106 SHP[2], 18 IUP[Y] IUP[X] /* TT glyph 447, char 0xfb02 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 10, 114 SHP[2], 17 CALL[], 3, 1, 114 CALL[], 3, 9, 106 IP[], 19 IP[], 5 SRP2[], 0 IP[], 13 MDAP[R], 13 CALL[], 13, 14, 106 IUP[Y] IUP[X] /* TT glyph 448, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 6, 114 SHP[2], 11 CALL[], 9, 10, 114 SRP1[], 8 SLOOP[], 5 IP[], 15, 47, 63, 31, 3 SRP1[], 15 SHP[1], 24 CALL[], 15, 18, 105 SHP[2], 22 SRP1[], 47 SHP[1], 56 CALL[], 47, 50, 105 SHP[2], 54 SRP1[], 63 SHP[1], 72 CALL[], 63, 66, 105 SHP[2], 70 SRP1[], 31 SHP[1], 40 CALL[], 31, 34, 105 SHP[2], 38 CALL[], 3, 2, 106 SHP[1], 80 CALL[], 9, 6, 106 SHP[2], 78 SRP1[], 78 SHP[1], 74 SHP[1], 62 SRP1[], 62 SHP[1], 58 SHP[1], 46 SRP1[], 46 SHP[1], 42 SHP[1], 30 SRP1[], 30 SHP[1], 14 SHP[1], 26 SRP1[], 9 SHP[1], 83 SRP1[], 83 SHP[1], 68 SRP1[], 68 SHP[1], 67 SRP1[], 67 SHP[1], 52 SRP1[], 52 SHP[1], 51 SRP1[], 51 SHP[1], 36 SRP1[], 36 SHP[1], 35 SRP1[], 35 SHP[1], 20 SRP1[], 20 SHP[1], 19 IUP[Y] IUP[X] /* TT glyph 449, char 0xaa */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 16, 158, 114 CALL[], 16, 8, 105 CALL[], 8, 7, 106 SRP2[], 16 SLOOP[], 5 IP[], 33, 39, 36, 29, 22 SHP[2], 15 CALL[], 15, 13, 106 IUP[Y] IUP[X] /* TT glyph 450, char 0xba */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 158, 114 CALL[], 0, 12, 106 CALL[], 0, 6, 105 CALL[], 6, 18, 106 IUP[Y] IUP[X] /* TT glyph 451, char 0x207f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 146, 114 CALL[], 0, 17, 105 SHP[1], 20 CALL[], 0, 11, 105 CALL[], 11, 3, 106 SRP2[], 0 IP[], 6 IP[], 8 IUP[Y] IUP[X] /* TT glyph 452, char 0x2b7 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 10, 146, 114 SHP[2], 0 CALL[], 10, 11, 106 SHP[2], 4 SHP[2], 7 SHP[2], 15 SLOOP[], 4 IP[], 5, 13, 18, 1 IUP[Y] IUP[X] /* TT glyph 453, char 0x2b8 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 13, 146, 114 CALL[], 13, 16, 106 CALL[], 13, 1, 105 CALL[], 1, 0, 106 CALL[], 13, 14, 106 SHP[2], 6 IUP[Y] IUP[X] /* VTTTalk Unicode 0x410 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 /* TT glyph 455, char 0x411 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 18, 8, 114 SHP[2], 0 CALL[], 0, 1, 106 CALL[], 19, 2, 114 CALL[], 19, 22, 106 SHP[1], 23 SRP2[], 18 IP[], 9 MDAP[R], 9 CALL[], 9, 10, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x412 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 29, 0, 0/* TT glyph 457, char 0x413 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 CALL[], 1, 2, 114 SHP[2], 5 CALL[], 5, 4, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x403 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 457, 0, 0 OFFSET[R], 1756, 90, 0 SVTCA[Y] CALL[], 8, 1, 1, 1, 160, 86 SHC[2], 2 /* TT glyph 459, char 0x490 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 CALL[], 5, 2, 114 CALL[], 5, 9, 105 CALL[], 5, 4, 106 IP[], 8 IUP[Y] IUP[X] /* TT glyph 460, char 0x414 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 7, 2, 114 SHP[2], 23 CALL[], 7, 26, 106 SHP[1], 27 CALL[], 32, 8, 114 SHP[2], 22 SMD[], 96 MDRP[m>RWh], 14 SHP[2], 18 CALL[], 32, 33, 106 SLOOP[], 4 IP[], 1, 0, 19, 15 IUP[Y] IUP[X] /* VTTTalk Unicode 0x415 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 41, 0, 0 /* VTTTalk Unicode 0x400 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 461, 0, 0 OFFSET[R], 1755, -30, 0 SVTCA[Y] CALL[], 16, 1, 1, 1, 160, 86 SHC[2], 4 /* VTTTalk Unicode 0x401 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 461, 0, 0 OFFSET[R], 1753, 30, 0 SVTCA[Y] CALL[], 16, 1, 1, 1, 160, 86 SHC[2], 4 SHC[2], 5/* TT glyph 464, char 0x416 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 20, 8 CALL[], 20, 21, 106 SHP[1], 87 CALL[], 87, 9, 114 CALL[], 87, 86, 106 CALL[], 54, 3, 114 CALL[], 54, 53, 106 SHP[1], 10 MDAP[R], 10 CALL[], 10, 11, 106 CALL[], 64, 8, 114 CALL[], 65, 2, 114 SRP2[], 64 IP[], 43 MDAP[R], 43 SHP[1], 31 CALL[], 43, 42, 106 SHP[2], 63 SHP[2], 89 SRP1[], 89 SHP[1], 1 SRP1[], 43 SHP[1], 88 SRP1[], 88 SHP[1], 76 SRP2[], 89 SLOOP[], 4 IP[], 30, 77, 0, 44 IUP[Y] IUP[X] /* TT glyph 465, char 0x417 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 9, 114 CALL[], 0, 7, 106 CALL[], 30, 3, 114 CALL[], 30, 21, 106 SRP2[], 0 IP[], 14 MDAP[R], 14 IP[], 3 IP[], 2 MDRP[m>RBl], 15 IP[], 39 IP[], 36 IUP[Y] IUP[X] /* TT glyph 466, char 0x418 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 8, 114 SHP[2], 7 SHP[2], 12 CALL[], 9, 2, 114 SRP1[], 12 IP[], 6 IP[], 1 SHP[2], 4 SRP1[], 4 SHP[1], 14 IUP[Y] IUP[X] /* VTTTalk Unicode 0x419 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 466, 0, 0 OFFSET[R], 1773, 0, 0 SVTCA[Y] CALL[], 16, 13, 1, 1, 150, 86 SHC[2], 3 /* VTTTalk Unicode 0x40d */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 466, 0, 0 OFFSET[R], 1755, -60, 0 SVTCA[Y] CALL[], 16, 9, 1, 1, 160, 86 SHC[2], 3 /* TT glyph 469, char 0x41a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 10, 3 CALL[], 10, 11, 106 CALL[], 20, 8, 114 CALL[], 21, 2, 114 SRP1[], 20 IP[], 24 MDAP[R], 24 CALL[], 24, 25, 106 SHP[2], 1 SHP[1], 36 SRP1[], 36 SRP2[], 1 IP[], 38 IP[], 19 CALL[], 47, 9, 114 CALL[], 47, 46, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x40c */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 469, 0, 0 OFFSET[R], 1756, 70, 0 SVTCA[Y] CALL[], 48, 21, 1, 1, 160, 86 SHC[2], 4 /* TT glyph 471, char 0x41b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, 2, 114 SHP[2], 15 SHP[2], 18 CALL[], 18, 17, 106 CALL[], 16, 8, 114 SHP[2], 0 CALL[], 0, 1, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x41c */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 107, 0, 0 /* VTTTalk Unicode 0x41d */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 71, 0, 0 /* VTTTalk Unicode 0x41e */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 116, 0, 0 /* TT glyph 475, char 0x41f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 8, 114 CALL[], 5, 2, 114 SHP[2], 9 CALL[], 9, 8, 106 SRP1[], 5 SHP[1], 1 SRP1[], 4 SHP[1], 0 IUP[Y] IUP[X] /* VTTTalk Unicode 0x420 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 145, 0, 0 /* VTTTalk Unicode 0x421 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 30, 0, 0 /* VTTTalk Unicode 0x422 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 162, 0, 0 /* TT glyph 479, char 0x423 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 CALL[], 0, 1, 106 CALL[], 13, 2, 114 SHP[2], 7 SRP1[], 0 SRP2[], 7 IP[], 12 IP[], 16 IUP[Y] IUP[X] /* VTTTalk Unicode 0x40e */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 479, 0, 0 OFFSET[R], 1773, 40, 0 SVTCA[Y] CALL[], 17, 6, 1, 1, 150, 86 SHC[2], 2/* TT glyph 481, char 0x424 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 9, 114 CALL[], 13, 3, 114 SRP2[], 8 IP[], 0 IP[], 4 CALL[], 0, 20, 105 SLOOP[], 4 IP[], 9, 18, 17, 10 CALL[], 4, 24, 105 SLOOP[], 4 IP[], 11, 16, 15, 12 IUP[Y] IUP[X] /* VTTTalk Unicode 0x425 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 198, 0, 0 /* TT glyph 483, char 0x427 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 15, 8, 114 CALL[], 4, 2, 114 SRP1[], 15 IP[], 0 MDAP[R], 0 CALL[], 0, 9, 106 SRP1[], 4 SHP[1], 14 IUP[Y] IUP[X] /* TT glyph 484, char 0x426 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 8, 114 SMD[], 96 MDRP[m>RWh], 12 SHP[1], 4 SRP1[], 4 SHP[1], 0 CALL[], 4, 5, 106 SHP[2], 13 CALL[], 9, 2, 114 SHP[2], 1 IUP[Y] IUP[X] /* TT glyph 485, char 0x428 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 8, 114 CALL[], 9, 2, 114 SRP1[], 8 SHP[1], 4 CALL[], 4, 5, 106 SRP1[], 9 SHP[1], 1 SRP1[], 8 SHP[1], 0 SRP1[], 9 SHP[1], 13 SRP1[], 8 SHP[1], 12 IUP[Y] IUP[X] /* TT glyph 486, char 0x429 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 8, 114 SMD[], 96 MDRP[m>RWh], 12 SHP[1], 4 CALL[], 4, 5, 106 SHP[2], 14 SRP1[], 8 SHP[1], 16 SRP1[], 16 SHP[1], 0 CALL[], 9, 2, 114 SHP[2], 17 SRP1[], 17 SHP[1], 1 IUP[Y] IUP[X] /* TT glyph 487, char 0x40f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 8, 114 SHP[2], 0 CALL[], 8, 9, 106 SRP1[], 0 IP[], 6 CALL[], 12, 8, 114 SMD[], 96 MDRP[m>RWh], 4 CALL[], 13, 2, 114 SHP[2], 1 IUP[Y] IUP[X] /* TT glyph 488, char 0x42c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 20, 8, 114 CALL[], 21, 2, 114 SRP1[], 20 IP[], 10 MDAP[R], 10 CALL[], 10, 9, 106 SRP1[], 20 SHP[1], 0 CALL[], 0, 1, 106 IUP[Y] IUP[X] /* TT glyph 489, char 0x42a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 20, 8, 114 CALL[], 25, 2, 114 CALL[], 25, 24, 106 SRP2[], 20 IP[], 10 MDAP[R], 10 CALL[], 10, 9, 106 SRP1[], 20 SHP[1], 0 CALL[], 0, 1, 106 SRP1[], 25 SHP[1], 22 IUP[Y] IUP[X] /* TT glyph 490, char 0x42b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 20, 8, 114 CALL[], 21, 2, 114 SRP1[], 20 IP[], 10 MDAP[R], 10 CALL[], 10, 9, 106 SRP1[], 20 SHP[1], 0 CALL[], 0, 1, 106 SRP1[], 21 SHP[1], 25 SRP1[], 20 SHP[1], 24 IUP[Y] IUP[X] /* TT glyph 491, char 0x409 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 CALL[], 0, 1, 106 SHP[1], 11 SHP[1], 15 CALL[], 15, 16, 106 CALL[], 5, 2, 114 SHP[2], 12 SRP1[], 0 IP[], 25 MDAP[R], 25 CALL[], 25, 24, 106 SRP1[], 5 SHP[1], 36 CALL[], 36, 35, 106 IUP[Y] IUP[X] /* TT glyph 492, char 0x40a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 20, 8, 114 CALL[], 21, 2, 114 SRP1[], 20 IP[], 10 MDAP[R], 10 CALL[], 10, 9, 106 SRP1[], 21 SRP2[], 20 IP[], 24 MDAP[R], 24 CALL[], 24, 25, 106 SRP1[], 20 SHP[1], 0 CALL[], 0, 1, 106 SRP1[], 21 SHP[1], 29 SRP1[], 20 SHP[1], 28 IUP[Y] IUP[X] /* VTTTalk Unicode 0x405 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 153, 0, 0 /* TT glyph 494, char 0x404 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 9, 114 CALL[], 0, 17, 106 CALL[], 5, 3, 114 CALL[], 5, 12, 106 SRP2[], 0 IP[], 22 MDAP[R], 22 SRP2[], 5 IP[], 8 IP[], 9 CALL[], 22, 23, 106 IUP[Y] IUP[X] /* TT glyph 495, char 0x42d */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 9, 114 CALL[], 0, 8, 106 CALL[], 20, 3, 114 CALL[], 20, 14, 106 SRP2[], 0 IP[], 26 MDAP[R], 26 IP[], 4 IP[], 3 CALL[], 26, 27, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x406 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 76, 0, 0 /* VTTTalk Unicode 0x407 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 76, 0, 0 OFFSET[R], 1753, 0, 0 SVTCA[Y] CALL[], 12, 1, 1, 1, 160, 86 SHC[2], 3 SHC[2], 4 /* VTTTalk Unicode 0x408 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 90, 0, 0/* TT glyph 499, char 0x40b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 12, 8, 114 CALL[], 17, 2, 114 CALL[], 17, 16, 106 SRP2[], 12 IP[], 5 MDAP[R], 5 CALL[], 5, 6, 106 SRP1[], 12 SHP[1], 11 SRP1[], 17 SHP[1], 14 IUP[Y] IUP[X] /* TT glyph 500, char 0x42e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 9, 114 CALL[], 6, 3, 114 CALL[], 12, 8, 114 CALL[], 13, 2, 114 CALL[], 6, 26, 106 SRP2[], 0 IP[], 16 MDAP[R], 16 CALL[], 16, 17, 106 CALL[], 0, 20, 106 IUP[Y] IUP[X] /* TT glyph 501, char 0x42f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 9, 2, 114 CALL[], 9, 12, 106 SHP[1], 48 CALL[], 49, 8, 114 SHP[2], 21 CALL[], 21, 22, 106 SRP1[], 9 SRP2[], 49 IP[], 42 MDAP[R], 42 SHP[1], 33 CALL[], 42, 43, 105 SHP[2], 18 IP[], 31 IP[], 0 IUP[Y] IUP[X] /* TT glyph 502, char 0x402 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 16, 8, 114 SHP[2], 0 CALL[], 0, 1, 106 CALL[], 21, 2, 114 SHP[2], 18 CALL[], 21, 20, 106 SRP2[], 16 IP[], 8 MDAP[R], 8 CALL[], 8, 9, 106 IUP[Y] IUP[X] /* TT glyph 503, char 0x492 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 8, 114 CALL[], 5, 2, 114 SHP[2], 9 CALL[], 9, 8, 106 SRP1[], 5 SRP2[], 4 IP[], 0 MDAP[R], 0 CALL[], 0, 1, 106 IUP[Y] IUP[X] /* TT glyph 504, char 0x496 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 10, 3, 114 CALL[], 10, 11, 106 SHP[1], 58 CALL[], 58, 57, 106 CALL[], 68, 8, 114 SMD[], 96 MDRP[m>RWh], 40 CALL[], 69, 2, 114 SRP1[], 68 IP[], 44 MDAP[R], 44 SHP[1], 31 CALL[], 44, 45, 105 SHP[2], 67 SLOOP[], 4 IP[], 0, 48, 30, 81 SHP[2], 93 SRP1[], 93 SHP[1], 1 SRP1[], 44 SHP[1], 92 SRP1[], 92 SHP[1], 80 CALL[], 72, 9, 114 SHP[2], 39 CALL[], 72, 89, 105 SHP[2], 41 SRP1[], 41 SHP[1], 22 IUP[Y] IUP[X] /* TT glyph 505, char 0x49a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 9, 3, 114 CALL[], 9, 12, 106 CALL[], 20, 8, 114 SMD[], 96 MDRP[m>RWh], 24 CALL[], 21, 2, 114 SRP1[], 20 IP[], 29 MDAP[R], 29 SHP[1], 1 CALL[], 29, 28, 106 SHP[2], 40 IP[], 41 IP[], 0 CALL[], 32, 9, 114 CALL[], 32, 49, 105 SHP[2], 25 IUP[Y] IUP[X] /* TT glyph 506, char 0x4a2 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 8, 114 SMD[], 96 MDRP[m>RWh], 0 SHP[1], 4 CALL[], 4, 1, 106 CALL[], 9, 2, 114 SHP[2], 6 SRP1[], 8 IP[], 13 MDAP[R], 13 CALL[], 13, 12, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x4ae */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 199, 0, 0 /* TT glyph 508, char 0x4b0 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 5, 2, 114 SHP[2], 10 CALL[], 12, 8, 114 SRP2[], 5 IP[], 0 MDAP[R], 0 SLOOP[], 3 IP[], 7, 13, 4 CALL[], 0, 1, 106 IUP[Y] IUP[X] /* TT glyph 509, char 0x4b2 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, 2, 114 SHP[2], 13 CALL[], 10, 8, 114 SHP[2], 4 SMD[], 96 SRP0[], 4 MDRP[m>RWh], 0 CALL[], 4, 1, 106 SRP1[], 13 SRP2[], 10 SLOOP[], 4 IP[], 11, 8, 14, 5 IUP[Y] IUP[X] /* TT glyph 510, char 0x4b6 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 2, 114 SHP[2], 18 CALL[], 16, 8, 114 CALL[], 16, 1, 106 SMD[], 96 SRP0[], 16 MDRP[m>RWh], 0 SRP2[], 8 IP[], 4 MDAP[R], 4 CALL[], 4, 13, 106 IUP[Y] IUP[X] /* TT glyph 511, char 0x4ba */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 12, 8, 114 CALL[], 13, 2, 114 SRP1[], 12 IP[], 5 MDAP[R], 5 CALL[], 5, 6, 106 SRP1[], 12 SHP[1], 11 IUP[Y] IUP[X] /* VTTTalk Unicode 0x4c0 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 76, 0, 0 /* VTTTalk Unicode 0x4d8 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 161, 0, 0 /* VTTTalk Unicode 0x4e2 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 466, 0, 0 OFFSET[R], 1763, 0, 0 SVTCA[Y] CALL[], 16, 9, 1, 1, 160, 86 SHC[2], 3 /* TT glyph 515, char 0x4e8 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 9, 114 CALL[], 8, 3, 114 CALL[], 8, 16, 106 SRP2[], 4 IP[], 0 MDAP[R], 0 CALL[], 0, 1, 106 CALL[], 4, 12, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x4ee */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 479, 0, 0 OFFSET[R], 1763, 40, 0 SVTCA[Y] CALL[], 17, 13, 1, 1, 160, 86 SHC[2], 2 /* TT glyph 517, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 SHP[2], 4 SMD[], 96 MDRP[m>RBl], 11 SHP[2], 16 CALL[], 0, 13, 105 IP[], 17 IP[], 9 CALL[], 1, 2, 114 SRP2[], 0 IP[], 6 IUP[Y] IUP[X] /* TT glyph 518, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 SHP[2], 4 CALL[], 1, 2, 114 SRP1[], 4 IP[], 6 IUP[Y] IUP[X] /* TT glyph 519, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 9, 114 SMD[], 96 MDRP[m>RBl], 12 CALL[], 0, 24, 105 SLOOP[], 4 IP[], 14, 21, 13, 22 CALL[], 6, 3, 114 MDRP[m>RBl], 17 CALL[], 6, 30, 105 SLOOP[], 4 IP[], 15, 20, 19, 16 IUP[Y] IUP[X] /* VTTTalk Unicode 0x430 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 222, 0, 0 /* TT glyph 521, char 0x431 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 26, 106 CALL[], 9, 3, 114 CALL[], 9, 10, 106 SRP2[], 0 IP[], 20 MDAP[R], 20 IP[], 16 CALL[], 20, 32, 106 IUP[Y] IUP[X] /* TT glyph 522, char 0x432 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 18, 10, 114 SHP[2], 0 CALL[], 0, 1, 106 CALL[], 19, 6, 114 SRP1[], 18 IP[], 9 MDAP[R], 9 CALL[], 9, 27, 105 SLOOP[], 4 IP[], 22, 10, 26, 23 SRP1[], 19 SHP[1], 36 CALL[], 36, 35, 106 IUP[Y] IUP[X] /* TT glyph 523, char 0x433 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 10, 114 CALL[], 1, 6, 114 SHP[2], 5 CALL[], 5, 4, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x453 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 523, 0, 0 OFFSET[R], 1718, 150, 0 SVTCA[Y] CALL[], 8, 1, 1, 1, 188, 86 SHC[2], 2/* TT glyph 525, char 0x491 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 10, 114 CALL[], 1, 6, 114 SMD[], 96 MDRP[m>RWh], 9 SHP[1], 5 CALL[], 5, 4, 106 SHP[2], 8 IUP[Y] IUP[X] /* TT glyph 526, char 0x434 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 5, 6, 114 SHP[2], 20 SHP[2], 23 CALL[], 23, 22, 106 CALL[], 28, 10, 114 SHP[2], 18 SMD[], 96 MDRP[m>RWh], 10 SHP[2], 14 CALL[], 28, 29, 106 SLOOP[], 4 IP[], 11, 15, 0, 1 IUP[Y] IUP[X] /* VTTTalk Unicode 0x435 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 260, 0, 0 /* VTTTalk Unicode 0x450 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 527, 0, 0 OFFSET[R], 1717, -35, 0 SVTCA[Y] CALL[], 30, 6, 1, 1, 168, 86 SHC[2], 1 /* VTTTalk Unicode 0x451 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 527, 0, 0 OFFSET[R], 1715, 12, 0 SVTCA[Y] CALL[], 30, 6, 1, 1, 158, 86 SHC[2], 1 SHC[2], 2/* TT glyph 530, char 0x436 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 52, 7, 114 CALL[], 52, 51, 106 SHP[1], 9 CALL[], 9, 10, 106 CALL[], 61, 10, 114 CALL[], 62, 6, 114 SRP2[], 61 IP[], 41 MDAP[R], 41 SHP[1], 30 CALL[], 41, 40, 106 SHP[2], 60 SLOOP[], 4 IP[], 29, 73, 0, 42 SHP[2], 85 SRP1[], 85 SHP[1], 1 SRP1[], 41 SHP[1], 84 SRP1[], 84 SHP[1], 72 MIAP[R], 83, 11 CALL[], 83, 82, 106 SHP[1], 19 CALL[], 19, 20, 106 IUP[Y] IUP[X] /* TT glyph 531, char 0x437 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 7, 106 CALL[], 30, 7, 114 CALL[], 30, 23, 106 SRP2[], 0 IP[], 14 MDAP[R], 14 IP[], 4 IP[], 3 CALL[], 14, 15, 106 IP[], 38 IP[], 37 IUP[Y] IUP[X] /* TT glyph 532, char 0x438 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 10, 114 SHP[2], 7 SHP[2], 15 CALL[], 9, 6, 114 SHP[2], 4 SHP[2], 13 SRP2[], 8 IP[], 1 IP[], 6 IUP[Y] IUP[X] /* VTTTalk Unicode 0x439 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 532, 0, 0 OFFSET[R], 1772, 0, 0 SVTCA[Y] CALL[], 16, 3, 1, 1, 178, 86 SHC[2], 3 /* VTTTalk Unicode 0x45d */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 532, 0, 0 OFFSET[R], 1717, -45, 0 SVTCA[Y] CALL[], 16, 3, 1, 1, 188, 86 SHC[2], 3 /* TT glyph 535, char 0x43a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 10, 7, 114 CALL[], 10, 11, 106 CALL[], 20, 10, 114 CALL[], 21, 6, 114 SRP1[], 20 IP[], 24 MDAP[R], 24 SHP[1], 36 CALL[], 24, 25, 106 SHP[2], 1 IP[], 0 IP[], 37 CALL[], 28, 11, 114 CALL[], 28, 45, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x45c */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 535, 0, 0 OFFSET[R], 1718, 40, 0 SVTCA[Y] CALL[], 47, 21, 1, 1, 188, 86 SHC[2], 4 /* TT glyph 537, char 0x43b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 10, 114 CALL[], 0, 1, 106 SHP[1], 12 CALL[], 6, 6, 114 SHP[2], 13 SHP[2], 17 CALL[], 17, 16, 106 IUP[Y] IUP[X] /* TT glyph 538, char 0x43c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 10, 114 SHP[2], 20 CALL[], 9, 6, 114 SHP[2], 3 SHP[2], 15 SHP[2], 21 SRP2[], 8 SLOOP[], 3 IP[], 0, 17, 14 SRP1[], 0 SHP[1], 19 SRP1[], 17 SHP[1], 2 SRP1[], 14 SHP[1], 6 IUP[Y] IUP[X] /* TT glyph 539, char 0x43d */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 10, 114 CALL[], 5, 6, 114 SRP1[], 4 IP[], 8 MDAP[R], 8 CALL[], 8, 9, 106 SRP1[], 5 SHP[1], 1 SRP1[], 4 SHP[1], 0 IUP[Y] IUP[X] /* VTTTalk Unicode 0x43e */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 /* TT glyph 541, char 0x43f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 10, 114 CALL[], 5, 6, 114 SHP[2], 9 CALL[], 9, 8, 106 SRP1[], 5 SHP[1], 1 SRP1[], 4 SHP[1], 0 IUP[Y] IUP[X] /* VTTTalk Unicode 0x440 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 373, 0, 0 /* VTTTalk Unicode 0x441 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 250, 0, 0 /* TT glyph 544, char 0x442 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 10, 114 CALL[], 5, 6, 114 CALL[], 5, 4, 106 SHP[1], 2 IUP[Y] IUP[X] /* VTTTalk Unicode 0x443 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 425, 0, 0 /* VTTTalk Unicode 0x45e */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 545, 0, 0 OFFSET[R], 1772, 15, 0 SVTCA[Y] CALL[], 20, 7, 1, 1, 178, 86 SHC[2], 2/* TT glyph 547, char 0x444 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 28, 11, 114 SHP[2], 0 CALL[], 28, 47, 106 SHP[2], 9 CALL[], 34, 7, 114 SHP[2], 22 SRP2[], 28 SLOOP[], 8 IP[], 3, 53, 5, 51, 17, 39, 19, 37 CALL[], 34, 41, 106 SHP[2], 15 CALL[], 56, 14, 114 CALL[], 61, 0, 114 IUP[Y] IUP[X] /* VTTTalk Unicode 0x445 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 424, 0, 0 /* TT glyph 549, char 0x447 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 15, 10, 114 CALL[], 4, 6, 114 SRP1[], 15 IP[], 0 MDAP[R], 0 CALL[], 0, 9, 106 SRP1[], 4 SHP[1], 14 IUP[Y] IUP[X] /* TT glyph 550, char 0x446 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 10, 114 SHP[2], 0 SMD[], 96 MDRP[m>RWh], 12 SHP[1], 4 CALL[], 4, 5, 106 SHP[2], 13 CALL[], 9, 6, 114 SHP[2], 1 IUP[Y] IUP[X] /* TT glyph 551, char 0x448 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 10, 114 CALL[], 9, 6, 114 SRP1[], 8 SHP[1], 4 CALL[], 4, 5, 106 SRP1[], 9 SHP[1], 1 SRP1[], 8 SHP[1], 0 SRP1[], 9 SHP[1], 13 SRP1[], 8 SHP[1], 12 IUP[Y] IUP[X] /* TT glyph 552, char 0x449 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 10, 114 SMD[], 96 MDRP[m>RWh], 12 SHP[1], 4 CALL[], 4, 5, 106 SHP[2], 13 SHP[1], 16 SRP1[], 16 SHP[1], 0 CALL[], 9, 6, 114 SHP[2], 1 SHP[2], 17 IUP[Y] IUP[X] /* TT glyph 553, char 0x45f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 10, 114 SMD[], 96 MDRP[m>RWh], 4 CALL[], 8, 9, 106 SHP[1], 15 SRP1[], 15 SHP[1], 0 SRP1[], 0 IP[], 5 CALL[], 13, 6, 114 SHP[2], 1 IUP[Y] IUP[X] /* TT glyph 554, char 0x44c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 18, 10, 114 CALL[], 19, 6, 114 SRP1[], 18 IP[], 9 MDAP[R], 9 CALL[], 9, 10, 106 SRP1[], 18 SHP[1], 0 CALL[], 0, 1, 106 IUP[Y] IUP[X] /* TT glyph 555, char 0x44a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 18, 10, 114 CALL[], 23, 6, 114 CALL[], 23, 22, 106 SRP2[], 18 IP[], 9 MDAP[R], 9 CALL[], 9, 10, 106 SRP1[], 18 SHP[1], 0 CALL[], 0, 1, 106 SRP1[], 23 SHP[1], 20 IUP[Y] IUP[X] /* TT glyph 556, char 0x44b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 18, 10, 114 CALL[], 19, 6, 114 SRP1[], 18 IP[], 10 MDAP[R], 10 CALL[], 10, 9, 106 SRP1[], 18 SHP[1], 0 CALL[], 0, 1, 106 SRP1[], 19 SHP[1], 23 SRP1[], 18 SHP[1], 22 IUP[Y] IUP[X] /* TT glyph 557, char 0x459 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 10, 114 CALL[], 0, 1, 106 SHP[1], 11 SHP[1], 15 CALL[], 15, 16, 106 CALL[], 5, 6, 114 SHP[2], 12 SRP1[], 0 IP[], 24 MDAP[R], 24 CALL[], 24, 25, 106 SRP1[], 5 SHP[1], 34 CALL[], 34, 33, 106 IUP[Y] IUP[X] /* TT glyph 558, char 0x45a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 18, 10, 114 CALL[], 19, 6, 114 SRP1[], 18 IP[], 22 MDAP[R], 22 CALL[], 22, 23, 106 SHP[1], 9 SHP[2], 10 SRP1[], 18 SHP[1], 0 CALL[], 0, 1, 106 SRP1[], 19 SHP[1], 27 SRP1[], 18 SHP[1], 26 IUP[Y] IUP[X] /* VTTTalk Unicode 0x455 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 381, 0, 0 /* TT glyph 560, char 0x454 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 19, 106 SHP[1], 23 CALL[], 6, 7, 114 CALL[], 6, 13, 106 SRP2[], 0 IP[], 26 MDAP[R], 26 SRP2[], 6 IP[], 9 IP[], 10 CALL[], 26, 27, 106 IUP[Y] IUP[X] /* TT glyph 561, char 0x44d */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 7, 106 CALL[], 20, 7, 114 CALL[], 20, 13, 106 SHP[1], 17 SRP2[], 0 IP[], 26 MDAP[R], 26 IP[], 4 IP[], 3 CALL[], 26, 27, 105 IUP[Y] IUP[X] /* VTTTalk Unicode 0x456 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 299, 0, 0 /* VTTTalk Unicode 0x457 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 300, 0, 0 OFFSET[R], 1715, 52, 0 SVTCA[Y] CALL[], 16, 1, 1, 1, 178, 86 SHC[2], 4 SHC[2], 5 /* VTTTalk Unicode 0x458 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 313, 0, 0 /* TT glyph 565, char 0x45b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 15, 10, 114 SHP[2], 14 CALL[], 16, 0, 114 SRP1[], 15 IP[], 20 IP[], 10 MDAP[R], 20 MDAP[R], 10 SRP2[], 15 IP[], 8 IP[], 6 CALL[], 20, 19, 106 CALL[], 10, 4, 106 IUP[Y] IUP[X] /* TT glyph 566, char 0x44e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 6, 7, 114 CALL[], 12, 10, 114 CALL[], 13, 6, 114 CALL[], 6, 26, 106 SRP2[], 0 IP[], 16 MDAP[R], 16 CALL[], 16, 17, 106 CALL[], 0, 20, 106 IUP[Y] IUP[X] /* TT glyph 567, char 0x44f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, 6, 114 CALL[], 6, 9, 106 SHP[1], 45 CALL[], 46, 10, 114 SHP[2], 18 CALL[], 18, 19, 106 SRP1[], 6 SRP2[], 46 IP[], 39 MDAP[R], 39 SHP[1], 29 CALL[], 39, 40, 105 SHP[2], 15 IP[], 27 IP[], 0 IUP[Y] IUP[X] /* TT glyph 568, char 0x452 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 15, 10, 114 CALL[], 16, 0, 114 SRP1[], 15 IP[], 20 MDAP[R], 20 SRP2[], 15 SLOOP[], 4 IP[], 10, 7, 29, 0 CALL[], 20, 19, 106 CALL[], 10, 4, 106 CALL[], 23, 15, 114 CALL[], 23, 24, 106 IUP[Y] IUP[X] /* TT glyph 569, char 0x493 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 10, 114 CALL[], 5, 6, 114 SHP[2], 9 CALL[], 9, 8, 106 SRP1[], 5 SRP2[], 4 IP[], 0 MDAP[R], 0 CALL[], 0, 1, 106 IUP[Y] IUP[X] /* TT glyph 570, char 0x497 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 20, 11, 114 CALL[], 20, 21, 106 SHP[1], 87 CALL[], 87, 86, 106 SHP[2], 94 CALL[], 54, 7, 114 CALL[], 54, 53, 106 SHP[1], 10 MDAP[R], 10 CALL[], 10, 11, 106 CALL[], 64, 10, 114 SMD[], 96 MDRP[m>RWh], 92 CALL[], 65, 6, 114 SRP2[], 64 IP[], 40 MDAP[R], 40 SHP[1], 31 SHP[1], 76 SHP[1], 91 CALL[], 40, 41, 105 SHP[2], 1 SHP[2], 63 SHP[2], 90 SLOOP[], 4 IP[], 30, 77, 0, 44 IUP[Y] IUP[X] /* TT glyph 571, char 0x49b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 10, 7, 114 CALL[], 10, 11, 106 CALL[], 20, 10, 114 CALL[], 20, 28, 105 CALL[], 21, 6, 114 SRP2[], 20 IP[], 24 MDAP[R], 24 SHP[1], 40 CALL[], 24, 25, 106 SHP[2], 1 IP[], 41 IP[], 0 CALL[], 50, 11, 114 CALL[], 50, 30, 106 SHP[2], 49 IUP[Y] IUP[X] /* TT glyph 572, char 0x4a3 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 10, 114 SMD[], 96 MDRP[m>RWh], 0 SHP[1], 4 CALL[], 4, 1, 106 CALL[], 9, 6, 114 SHP[2], 6 SRP1[], 8 IP[], 13 MDAP[R], 13 CALL[], 13, 12, 106 IUP[Y] IUP[X] /* TT glyph 573, char 0x4af */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 10, 114 CALL[], 1, 6, 114 SHP[2], 6 SRP2[], 0 IP[], 9 IP[], 4 CALL[], 8, 14, 114 IUP[Y] IUP[X] /* TT glyph 574, char 0x4b1 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 10, 114 SHP[2], 1 CALL[], 1, 0, 106 CALL[], 5, 6, 114 SHP[2], 10 SRP2[], 4 IP[], 13 IP[], 8 CALL[], 12, 14, 114 IUP[Y] IUP[X] /* TT glyph 575, char 0x4b3 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 10, 114 SHP[2], 10 SMD[], 96 SRP0[], 10 MDRP[m>RWh], 0 CALL[], 10, 1, 106 CALL[], 12, 6, 114 SHP[2], 7 SRP1[], 4 SRP2[], 7 SLOOP[], 4 IP[], 8, 11, 5, 14 IUP[Y] IUP[X] /* TT glyph 576, char 0x4b7 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 6, 114 SHP[2], 18 CALL[], 16, 10, 114 CALL[], 16, 1, 106 SMD[], 96 SRP0[], 16 MDRP[m>RWh], 0 SRP2[], 8 IP[], 4 MDAP[R], 4 CALL[], 4, 13, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x4bb */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 294, 0, 0 /* VTTTalk Unicode 0x4cf */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 300, 0, 0 /* VTTTalk Unicode 0x4d9 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 281, 0, 0 /* VTTTalk Unicode 0x4e3 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 532, 0, 0 OFFSET[R], 1725, 0, 0 SVTCA[Y] CALL[], 16, 9, 1, 1, 188, 86 SHC[2], 3 /* TT glyph 581, char 0x4e9 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 11, 114 CALL[], 10, 7, 114 CALL[], 10, 22, 106 SRP2[], 4 IP[], 0 MDAP[R], 0 CALL[], 0, 1, 106 CALL[], 4, 16, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x4ef */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 545, 0, 0 OFFSET[R], 1725, 15, 0 SVTCA[Y] CALL[], 20, 15, 1, 1, 188, 86 SHC[2], 2 /* TT glyph 583, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 19, 106 CALL[], 6, 3, 114 CALL[], 6, 34, 106 SRP2[], 0 IP[], 26 MDAP[R], 26 CALL[], 26, 27, 106 IP[], 13 IP[], 12 IUP[Y] IUP[X] /* TT glyph 584, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 37, 106 CALL[], 22, 7, 114 CALL[], 22, 15, 106 SRP2[], 0 SLOOP[], 8 IP[], 3, 34, 31, 30, 8, 9, 12, 25 IUP[Y] IUP[X] /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 284, 0, 0/* TT glyph 586, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 20, 11, 114 CALL[], 20, 21, 106 SHP[1], 89 CALL[], 89, 88, 106 CALL[], 54, 7, 114 CALL[], 54, 53, 106 SHP[1], 10 CALL[], 10, 11, 106 SRP1[], 89 SRP2[], 54 IP[], 43 MDAP[R], 43 SHP[1], 31 CALL[], 43, 42, 106 SHP[2], 63 SLOOP[], 8 IP[], 29, 80, 79, 30, 44, 0, 19, 45 SHP[2], 91 SRP1[], 91 SHP[1], 1 SRP1[], 43 SHP[1], 90 SRP1[], 90 SHP[1], 78 CALL[], 64, 10, 114 CALL[], 66, 0, 114 IUP[Y] IUP[X] /* TT glyph 587, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 30, 7, 114 CALL[], 30, 22, 106 CALL[], 30, 0, 105 CALL[], 0, 6, 106 SRP2[], 30 IP[], 14 MDAP[R], 14 SRP2[], 0 IP[], 2 IP[], 3 CALL[], 14, 15, 106 IP[], 40 IP[], 37 IUP[Y] IUP[X] /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 396, 0, 0 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 588, 0, 0 OFFSET[R], 1772, -20, 0 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 588, 0, 0 OFFSET[R], 1717, -65, 0/* TT glyph 591, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 10, 7, 114 CALL[], 10, 11, 106 CALL[], 20, 10, 114 SRP1[], 10 IP[], 24 MDAP[R], 24 SHP[1], 36 CALL[], 24, 25, 106 SHP[2], 1 IP[], 37 IP[], 0 CALL[], 21, 0, 114 CALL[], 28, 11, 114 CALL[], 28, 45, 106 IUP[Y] IUP[X] /* TT glyph 592, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 10, 114 SHP[2], 4 CALL[], 1, 6, 114 SRP2[], 4 IP[], 6 IUP[Y] IUP[X] /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 335, 0, 0 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 334, 0, 0/* TT glyph 595, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 11, 114 SMD[], 96 MDRP[m>RWh], 0 CALL[], 4, 13, 106 CALL[], 8, 6, 114 SHP[2], 29 SRP2[], 4 SLOOP[], 6 IP[], 18, 28, 31, 23, 24, 16 CALL[], 27, 10, 114 CALL[], 27, 2, 105 IP[], 25 IUP[Y] IUP[X] /* TT glyph 596, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 SHP[2], 28 CALL[], 0, 9, 106 SHP[2], 17 IP[], 31 IP[], 25 CALL[], 4, 6, 114 SHP[2], 13 SRP1[], 13 SHP[1], 20 CALL[], 22, 10, 114 IUP[Y] IUP[X] /* TT glyph 597, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 11, 114 SHP[2], 32 CALL[], 4, 13, 106 SHP[2], 21 IP[], 29 IP[], 36 CALL[], 8, 6, 114 SHP[2], 17 SRP1[], 17 SHP[1], 24 CALL[], 26, 10, 114 CALL[], 26, 2, 106 SMD[], 96 SRP0[], 26 MDRP[m>RBl], 3 IUP[Y] IUP[X] /* TT glyph 598, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 16, 106 CALL[], 4, 6, 114 SRP1[], 0 IP[], 10 MDAP[R], 10 SRP2[], 0 IP[], 6 CALL[], 10, 22, 106 IUP[Y] IUP[X] /* TT glyph 599, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 18, 106 CALL[], 6, 6, 114 CALL[], 6, 5, 106 SRP2[], 0 IP[], 12 MDAP[R], 12 IP[], 8 CALL[], 12, 24, 106 IUP[Y] IUP[X] /* TT glyph 600, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 0, 11 CALL[], 0, 20, 106 CALL[], 6, 7, 114 CALL[], 6, 26, 106 SRP2[], 0 IP[], 16 MDAP[R], 16 CALL[], 16, 17, 106 CALL[], 13, 0, 114 CALL[], 15, 10, 114 IUP[Y] IUP[X] /* TT glyph 601, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 18, 2, 114 CALL[], 0, 36, 106 CALL[], 18, 19, 106 SRP2[], 0 IP[], 28 CALL[], 28, 42, 106 IP[], 7 IP[], 8 IUP[Y] IUP[X] /* VTTTalk Unicode 0x391 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1, 0, 0 /* VTTTalk Unicode 0x392 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 29, 0, 0 /* VTTTalk Unicode 0x393 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 457, 0, 0 /* TT glyph 605, char 0x394 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 SHP[2], 4 SHP[2], 8 CALL[], 8, 9, 106 CALL[], 1, 2, 114 SRP2[], 4 IP[], 6 IUP[Y] IUP[X] /* VTTTalk Unicode 0x395 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 41, 0, 0 /* VTTTalk Unicode 0x396 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 208, 0, 0 /* VTTTalk Unicode 0x397 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 71, 0, 0/* TT glyph 609, char 0x398 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 9, 114 CALL[], 8, 3, 114 CALL[], 8, 16, 106 SRP2[], 4 IP[], 0 MDAP[R], 0 CALL[], 0, 1, 106 CALL[], 4, 12, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x399 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 76, 0, 0 /* VTTTalk Unicode 0x39a */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 92, 0, 0 /* VTTTalk Unicode 0x39b */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 518, 0, 0 /* VTTTalk Unicode 0x39c */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 107, 0, 0 /* VTTTalk Unicode 0x39d */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 108, 0, 0 /* TT glyph 615, char 0x39e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 8, 114 CALL[], 1, 2, 114 CALL[], 1, 0, 106 SRP2[], 4 IP[], 8 MDAP[R], 8 CALL[], 8, 9, 106 CALL[], 4, 5, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x39f */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 116, 0, 0 /* VTTTalk Unicode 0x3a0 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 475, 0, 0 /* VTTTalk Unicode 0x3a1 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 145, 0, 0 /* TT glyph 619, char 0x3a3 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, 8, 114 CALL[], 6, 7, 106 SHP[2], 1 IP[], 0 CALL[], 11, 2, 114 SRP2[], 6 IP[], 5 IP[], 2 CALL[], 11, 10, 106 SHP[2], 3 IP[], 4 IUP[Y] IUP[X] /* VTTTalk Unicode 0x3a4 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 162, 0, 0 /* VTTTalk Unicode 0x3a5 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 199, 0, 0 /* VTTTalk Unicode 0x3a6 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 481, 0, 0 /* VTTTalk Unicode 0x3a7 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 198, 0, 0 /* TT glyph 624, char 0x3a8 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 3, 2, 114 SHP[2], 11 SHP[2], 20 CALL[], 17, 8, 114 SRP2[], 3 SLOOP[], 4 IP[], 14, 15, 19, 18 IUP[Y] IUP[X] /* TT glyph 625, char 0x3a9 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 7, 3, 114 CALL[], 7, 20, 106 CALL[], 26, 8, 114 CALL[], 26, 27, 106 SHP[2], 25 SHP[1], 30 SRP1[], 30 IP[], 0 IP[], 14 CALL[], 30, 31, 106 SHP[2], 15 IUP[Y] IUP[X] /* TT glyph 626, char 0x386 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 SHP[2], 4 CALL[], 13, 2, 114 SHP[2], 2 CALL[], 13, 15, 106 SRP2[], 4 IP[], 5 SRP2[], 0 IP[], 8 MDAP[R], 8 CALL[], 8, 9, 106 IUP[Y] IUP[X] /* TT glyph 627, char 0x388 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 SHP[2], 4 CALL[], 4, 5, 106 CALL[], 13, 2, 114 SHP[2], 2 CALL[], 13, 15, 106 SRP2[], 0 IP[], 8 MDAP[R], 8 CALL[], 8, 9, 106 SRP1[], 13 SHP[1], 17 CALL[], 17, 16, 106 IUP[Y] IUP[X] /* TT glyph 628, char 0x389 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 8, 114 SHP[2], 0 CALL[], 9, 2, 114 SHP[2], 1 SHP[2], 6 CALL[], 9, 11, 106 SRP2[], 4 IP[], 12 MDAP[R], 12 CALL[], 12, 13, 106 IUP[Y] IUP[X] /* TT glyph 629, char 0x38a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 8, 114 SHP[2], 0 CALL[], 4, 5, 106 CALL[], 9, 2, 114 SHP[2], 1 CALL[], 9, 11, 106 SHP[1], 13 CALL[], 13, 12, 106 IUP[Y] IUP[X] /* TT glyph 630, char 0x38c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 9, 114 CALL[], 0, 12, 106 CALL[], 4, 3, 114 CALL[], 4, 16, 106 CALL[], 9, 2, 114 CALL[], 9, 11, 106 IUP[Y] IUP[X] /* TT glyph 631, char 0x38e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 11, 8, 114 CALL[], 13, 2, 114 SHP[2], 6 CALL[], 13, 15, 106 SHP[1], 1 SRP1[], 11 SRP2[], 1 SLOOP[], 3 IP[], 0, 9, 3 IUP[Y] IUP[X] /* TT glyph 632, char 0x38f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 5, 3, 114 CALL[], 5, 15, 106 CALL[], 20, 8, 114 MDRP[m>RBl], 21 SHP[2], 19 IP[], 0 IP[], 10 SHP[1], 24 SRP0[], 24 MDRP[m>RBl], 26 SHP[2], 11 CALL[], 29, 2, 114 CALL[], 29, 31, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x3aa */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 610, 0, 0 OFFSET[R], 1753, 0, 0 SVTCA[Y] CALL[], 12, 1, 1, 1, 160, 86 SHC[2], 3 SHC[2], 4 /* VTTTalk Unicode 0x3ab */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 621, 0, 0 OFFSET[R], 1753, 0, 0 SVTCA[Y] CALL[], 12, 5, 1, 1, 160, 86 SHC[2], 2 SHC[2], 3 /* TT glyph 635, char 0x3cf */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 12, 8, 114 SMD[], 96 MDRP[m>RWh], 16 CALL[], 13, 2, 114 SHP[2], 6 SRP1[], 12 SRP2[], 6 IP[], 0 MDAP[R], 0 SRP2[], 12 IP[], 17 IP[], 26 SRP2[], 6 IP[], 21 IP[], 22 CALL[], 0, 1, 106 IUP[Y] IUP[X] /* TT glyph 636, char 0x3b1 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 19, 106 CALL[], 6, 7, 114 CALL[], 6, 14, 106 SRP2[], 0 SLOOP[], 8 IP[], 25, 36, 39, 32, 31, 23, 11, 9 CALL[], 35, 10, 114 CALL[], 35, 34, 106 CALL[], 37, 6, 114 IUP[Y] IUP[X] /* TT glyph 637, char 0x3b2 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 31, 106 CALL[], 11, 3, 114 CALL[], 11, 26, 106 SRP2[], 0 IP[], 38 MDAP[R], 38 IP[], 5 CALL[], 38, 19, 105 SLOOP[], 6 IP[], 48, 47, 53, 40, 17, 52 CALL[], 49, 14, 114 IUP[Y] IUP[X] /* TT glyph 638, char 0x3b3 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 1, 106 CALL[], 3, 6, 114 CALL[], 6, 14, 114 CALL[], 15, 7, 114 SRP1[], 6 IP[], 14 IUP[Y] IUP[X] /* TT glyph 639, char 0x3b4 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 35, 106 CALL[], 16, 3, 114 CALL[], 16, 21, 106 SRP2[], 0 SLOOP[], 3 IP[], 27, 19, 18 CALL[], 27, 41, 106 SLOOP[], 3 IP[], 7, 9, 8 IUP[Y] IUP[X] /* TT glyph 640, char 0x3b5 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 11, 106 CALL[], 23, 7, 114 CALL[], 23, 28, 106 SRP2[], 0 IP[], 33 MDAP[R], 33 SHP[1], 6 CALL[], 33, 32, 106 IP[], 4 IP[], 19 SHP[2], 5 IUP[Y] IUP[X] /* TT glyph 641, char 0x3b6 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 15, 114 CALL[], 0, 1, 106 CALL[], 7, 10, 114 CALL[], 7, 20, 106 CALL[], 27, 0, 114 CALL[], 27, 26, 106 SHP[2], 12 SHP[2], 14 IP[], 13 IUP[Y] IUP[X] /* TT glyph 642, char 0x3b7 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 0, 14 CALL[], 11, 7, 114 CALL[], 11, 4, 106 CALL[], 16, 10, 114 SRP1[], 11 IP[], 6 IP[], 7 CALL[], 17, 6, 114 IUP[Y] IUP[X] /* TT glyph 643, char 0x3b8 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 6, 3, 114 CALL[], 6, 18, 106 SRP2[], 0 IP[], 24 MDAP[R], 24 CALL[], 24, 25, 106 CALL[], 0, 12, 106 IUP[Y] IUP[X] /* TT glyph 644, char 0x3b9 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 17, 6, 114 CALL[], 17, 16, 106 CALL[], 0, 10, 106 SRP1[], 17 SHP[1], 5 IUP[Y] IUP[X] /* TT glyph 645, char 0x3ba */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, 7, 114 CALL[], 8, 10, 114 SHP[2], 0 SHP[2], 13 CALL[], 9, 6, 114 SRP2[], 8 SLOOP[], 4 IP[], 1, 14, 5, 15 IUP[Y] IUP[X] /* TT glyph 646, char 0x3bb */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 19, 106 CALL[], 12, 0, 114 CALL[], 12, 7, 106 SRP2[], 0 SLOOP[], 4 IP[], 25, 26, 27, 30 CALL[], 24, 10, 114 IUP[Y] IUP[X] /* TT glyph 647, char 0x3bc */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 10, 106 CALL[], 5, 6, 114 SHP[2], 30 SRP1[], 0 IP[], 15 MDAP[R], 15 SLOOP[], 7 IP[], 13, 19, 24, 4, 29, 20, 2 CALL[], 18, 14, 114 CALL[], 28, 10, 114 CALL[], 28, 26, 106 IUP[Y] IUP[X] /* TT glyph 648, char 0x3bd */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 3, 6, 114 CALL[], 5, 10, 114 SHP[2], 6 SRP1[], 3 SLOOP[], 3 IP[], 17, 2, 11 CALL[], 12, 7, 114 IUP[Y] IUP[X] /* TT glyph 649, char 0x3be */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 SHP[2], 22 CALL[], 0, 12, 106 SHP[2], 23 CALL[], 15, 15, 114 CALL[], 15, 16, 106 CALL[], 45, 0, 114 SRP2[], 0 IP[], 29 MDAP[R], 29 SHP[1], 8 CALL[], 29, 42, 105 SHP[2], 6 CALL[], 45, 44, 106 SHP[2], 36 SHP[2], 38 IP[], 37 SRP1[], 29 SRP2[], 42 IP[], 5 IP[], 30 IUP[Y] IUP[X] /* VTTTalk Unicode 0x3bf */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 344, 0, 0 /* TT glyph 651, char 0x3c0 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 9, 106 CALL[], 16, 10, 114 CALL[], 21, 6, 114 SHP[2], 5 SHP[2], 18 CALL[], 21, 20, 106 IUP[Y] IUP[X] /* TT glyph 652, char 0x3c1 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 8, 106 CALL[], 21, 7, 114 CALL[], 21, 14, 106 SRP2[], 0 SLOOP[], 5 IP[], 3, 5, 17, 29, 18 CALL[], 30, 14, 114 IUP[Y] IUP[X] /* TT glyph 653, char 0x3c2 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 15, 114 CALL[], 0, 1, 106 CALL[], 7, 11, 114 CALL[], 7, 28, 106 CALL[], 14, 7, 114 CALL[], 14, 21, 106 SRP2[], 7 IP[], 17 IP[], 18 IUP[Y] IUP[X] /* TT glyph 654, char 0x3c3 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 16, 106 CALL[], 6, 6, 114 CALL[], 6, 22, 106 SHP[1], 29 CALL[], 29, 28, 106 SHP[2], 8 IP[], 7 IUP[Y] IUP[X] /* TT glyph 655, char 0x3c4 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 17, 6, 114 CALL[], 17, 16, 106 CALL[], 0, 9, 106 SRP1[], 17 SHP[1], 5 IUP[Y] IUP[X] /* TT glyph 656, char 0x3c5 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 8, 6, 114 CALL[], 8, 7, 106 CALL[], 0, 15, 106 SRP1[], 8 SHP[1], 19 IUP[Y] IUP[X] /* TT glyph 657, char 0x3c6 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 16, 105 IP[], 14 IP[], 31 CALL[], 6, 7, 114 CALL[], 6, 22, 105 IP[], 29 IP[], 35 CALL[], 12, 14, 114 CALL[], 33, 0, 114 IUP[Y] IUP[X] /* TT glyph 658, char 0x3c7 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 15, 114 CALL[], 0, 19, 106 CALL[], 12, 7, 114 CALL[], 12, 7, 106 CALL[], 28, 6, 114 CALL[], 31, 14, 114 SRP1[], 28 SLOOP[], 6 IP[], 3, 16, 30, 27, 4, 15 IUP[Y] IUP[X] /* TT glyph 659, char 0x3c8 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 7, 105 IP[], 15 IP[], 18 CALL[], 3, 6, 114 SHP[2], 10 CALL[], 14, 14, 114 CALL[], 16, 0, 114 IUP[Y] IUP[X] /* TT glyph 660, char 0x3c9 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 17, 11, 114 CALL[], 17, 26, 106 SHP[1], 0 CALL[], 0, 8, 106 CALL[], 21, 6, 114 SHP[2], 13 SRP2[], 0 IP[], 35 MDAP[R], 35 SLOOP[], 5 IP[], 34, 30, 3, 5, 29 IUP[Y] IUP[X] /* VTTTalk Unicode 0x3af */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 644, 0, 0 OFFSET[R], 1769, -4, 0 SVTCA[Y] CALL[], 20, 4, 1, 1, 188, 86 SHC[2], 2 /* VTTTalk Unicode 0x3ca */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 644, 0, 0 OFFSET[R], 1715, -62, 0 SVTCA[Y] CALL[], 20, 4, 1, 1, 178, 86 SHC[2], 2 SHC[2], 3 /* VTTTalk Unicode 0x390 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 644, 0, 0 OFFSET[R], 1771, -42, 0 SVTCA[Y] CALL[], 24, 17, 1, 1, 178, 86 SHC[2], 2 SHC[2], 3 SHC[2], 4 /* VTTTalk Unicode 0x3cd */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 656, 0, 0 OFFSET[R], 1769, 60, 0 SVTCA[Y] CALL[], 22, 18, 1, 1, 188, 86 SHC[2], 1 /* VTTTalk Unicode 0x3cb */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 656, 0, 0 OFFSET[R], 1715, 2, 0 SVTCA[Y] CALL[], 22, 18, 1, 1, 178, 86 SHC[2], 1 SHC[2], 2 /* VTTTalk Unicode 0x3b0 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 656, 0, 0 OFFSET[R], 1771, 22, 0 SVTCA[Y] CALL[], 26, 8, 1, 1, 178, 86 SHC[2], 1 SHC[2], 2 SHC[2], 3 /* VTTTalk Unicode 0x3cc */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 650, 0, 0 OFFSET[R], 1769, 60, 0 SVTCA[Y] CALL[], 24, 6, 1, 1, 168, 86 SHC[2], 2 /* VTTTalk Unicode 0x3ce */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 660, 0, 0 OFFSET[R], 1769, 60, 0 SVTCA[Y] CALL[], 38, 21, 1, 1, 188, 86 SHC[2], 3 /* VTTTalk Unicode 0x3ac */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 636, 0, 0 OFFSET[R], 1769, 40, 0 SVTCA[Y] CALL[], 40, 6, 1, 1, 168, 86 SHC[2], 3 /* VTTTalk Unicode 0x3ad */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 640, 0, 0 OFFSET[R], 1769, 100, 0 SVTCA[Y] CALL[], 34, 23, 1, 1, 168, 86 SHC[2], 2 /* VTTTalk Unicode 0x3ae */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 642, 0, 0 OFFSET[R], 1769, 50, 0 SVTCA[Y] CALL[], 21, 17, 1, 1, 188, 86 SHC[2], 2 /* TT glyph 672, char 0x3d7 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, 7, 114 CALL[], 6, 7, 106 CALL[], 8, 10, 114 SHP[2], 0 CALL[], 9, 6, 114 SRP2[], 8 SLOOP[], 6 IP[], 14, 23, 1, 18, 5, 19 CALL[], 13, 14, 114 IUP[Y] IUP[X] /* TT glyph 673, char 0x1dbf */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 4, 158 CALL[], 4, 16, 106 CALL[], 16, 3, 105 CALL[], 3, 2, 106 CALL[], 2, 22, 105 CALL[], 22, 10, 106 IUP[Y] IUP[X] /* TT glyph 674, char 0x1dbb */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 7, 146, 114 CALL[], 7, 6, 106 SHP[2], 1 IP[], 0 CALL[], 7, 9, 105 CALL[], 9, 8, 106 SHP[2], 3 IP[], 2 IUP[Y] IUP[X] /* TT glyph 675, char 0x30 (0) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 13, 114 CALL[], 0, 20, 106 CALL[], 4, 5, 114 CALL[], 4, 24, 106 SRP2[], 0 IP[], 8 CALL[], 8, 14, 106 IUP[Y] IUP[X] /* TT glyph 676, char 0x31 (1) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 12, 114 SHP[2], 0 SHP[2], 8 CALL[], 4, 5, 106 SHP[2], 9 CALL[], 14, 4, 114 SHP[2], 1 CALL[], 14, 15, 106 SRP2[], 4 IP[], 13 CALL[], 13, 12, 106 IUP[Y] IUP[X] /* TT glyph 677, char 0x32 (2) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 12, 114 CALL[], 0, 1, 106 SHP[2], 20 SHP[1], 22 CALL[], 22, 23, 106 CALL[], 14, 5, 114 CALL[], 14, 7, 106 SRP2[], 0 IP[], 10 IP[], 11 IUP[Y] IUP[X] /* TT glyph 678, char 0x33 (3) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 13, 114 CALL[], 0, 7, 106 CALL[], 38, 5, 114 CALL[], 38, 31, 106 SRP2[], 0 IP[], 45 MDAP[R], 45 SRP2[], 38 IP[], 34 IP[], 35 SHP[1], 15 CALL[], 45, 24, 105 SHP[2], 16 IP[], 44 IP[], 17 IUP[Y] IUP[X] /* TT glyph 679, char 0x34 (4) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 14, 4, 114 SHP[2], 1 CALL[], 15, 12, 114 SRP2[], 14 IP[], 8 MDAP[R], 8 SHP[1], 3 SHP[1], 7 CALL[], 8, 9, 106 SHP[2], 5 IUP[Y] IUP[X] /* TT glyph 680, char 0x35 (5) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 13, 114 CALL[], 0, 7, 106 CALL[], 33, 4, 114 SHP[2], 27 CALL[], 33, 34, 106 SRP2[], 0 IP[], 4 IP[], 19 CALL[], 19, 13, 106 CALL[], 19, 26, 105 SHP[2], 15 IP[], 16 IUP[Y] IUP[X] /* TT glyph 681, char 0x36 (6) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 13, 114 CALL[], 0, 14, 106 CALL[], 30, 5, 114 CALL[], 30, 31, 106 SRP2[], 0 SLOOP[], 5 IP[], 8, 4, 34, 3, 26 CALL[], 8, 20, 106 IUP[Y] IUP[X] /* TT glyph 682, char 0x37 (7) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 12, 114 CALL[], 9, 4, 114 SHP[2], 1 CALL[], 9, 8, 106 SMD[], 96 MDRP[m>RWh], 4 SRP2[], 9 IP[], 5 IUP[Y] IUP[X] /* TT glyph 683, char 0x38 (8) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 13, 114 CALL[], 0, 12, 106 CALL[], 46, 5, 114 CALL[], 46, 34, 106 SRP2[], 0 IP[], 18 CALL[], 18, 6, 105 CALL[], 18, 28, 105 CALL[], 28, 40, 105 SRP2[], 18 IP[], 27 IP[], 26 IUP[Y] IUP[X] /* TT glyph 684, char 0x39 (9) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, 5, 114 CALL[], 6, 29, 106 CALL[], 14, 13, 114 CALL[], 14, 15, 106 SRP2[], 6 SLOOP[], 5 IP[], 19, 9, 18, 11, 0 CALL[], 0, 23, 106 IUP[Y] IUP[X] /* TT glyph 685, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 13, 114 CALL[], 0, 12, 106 CALL[], 4, 5, 114 CALL[], 4, 16, 106 SRP2[], 0 SLOOP[], 4 IP[], 8, 9, 11, 10 IUP[Y] IUP[X] /* VTTTalk Unicode 0x2080 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 716, 0, -812 /* VTTTalk Unicode 0x2081 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 717, 0, -802 /* VTTTalk Unicode 0x2082 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 718, 0, -803 /* VTTTalk Unicode 0x2083 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 719, 0, -813 /* VTTTalk Unicode 0x2084 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 720, 0, -802 /* VTTTalk Unicode 0x2085 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 721, 0, -813 /* VTTTalk Unicode 0x2086 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 722, 0, -813 /* VTTTalk Unicode 0x2087 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 723, 0, -802 /* VTTTalk Unicode 0x2088 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 724, 0, -813 /* VTTTalk Unicode 0x2089 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 725, 0, -814 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 716, 0, -812 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 717, 0, -802 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 718, 0, -803 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 719, 0, -813 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 720, 0, -802 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 721, 0, -813 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 722, 0, -813 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 723, 0, -802 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 724, 0, -813 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 725, 0, -814 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 716, 0, 0 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 717, 0, 0 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 718, 0, 0 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 719, 0, 0 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 720, 0, 0 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 721, 0, 0 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 722, 0, 0 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 723, 0, 0 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 724, 0, 0 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 725, 0, 0/* TT glyph 716, char 0x2070 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 145, 114 CALL[], 0, 12, 106 CALL[], 0, 6, 105 CALL[], 6, 18, 106 IUP[Y] IUP[X] /* TT glyph 717, char 0xb9 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 11, 145, 114 SHP[2], 3 SHP[2], 4 CALL[], 11, 2, 105 SHP[2], 14 CALL[], 2, 15, 106 CALL[], 11, 10, 106 SHP[2], 5 IUP[Y] IUP[X] /* TT glyph 718, char 0xb2 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 23, 145, 114 SHP[2], 19 CALL[], 23, 12, 105 CALL[], 12, 6, 106 CALL[], 23, 22, 106 SRP1[], 6 IP[], 1 IP[], 18 IUP[Y] IUP[X] /* TT glyph 719, char 0xb3 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 145, 114 CALL[], 0, 34, 105 SLOOP[], 9 IP[], 7, 22, 14, 41, 16, 15, 40, 23, 28 IUP[Y] IUP[X] /* TT glyph 720, char 0x2074 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 15, 145, 114 CALL[], 15, 13, 106 IP[], 11 IP[], 2 SRP1[], 11 SHP[1], 7 SRP1[], 7 SHP[1], 3 CALL[], 11, 10, 106 SHP[2], 6 IUP[Y] IUP[X] /* TT glyph 721, char 0x2075 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 145, 114 CALL[], 0, 25, 105 SHP[2], 30 SLOOP[], 7 IP[], 6, 4, 14, 24, 12, 18, 29 IUP[Y] IUP[X] /* TT glyph 722, char 0x2076 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 10, 145, 114 CALL[], 10, 5, 105 SLOOP[], 8 IP[], 25, 13, 1, 29, 9, 15, 19, 6 IUP[Y] IUP[X] /* TT glyph 723, char 0x2077 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 3, 145, 114 CALL[], 3, 1, 105 CALL[], 1, 7, 105 SHP[1], 9 CALL[], 1, 11, 105 IP[], 5 IUP[Y] IUP[X] /* TT glyph 724, char 0x2078 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 145, 114 CALL[], 0, 39, 105 SLOOP[], 8 IP[], 12, 16, 24, 33, 6, 23, 25, 29 IUP[Y] IUP[X] /* TT glyph 725, char 0x2079 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 145, 114 CALL[], 0, 16, 105 SLOOP[], 9 IP[], 10, 21, 4, 25, 6, 19, 20, 5, 30 IUP[Y] IUP[X] /* TT glyph 726, char 0x2044 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 2 CALL[], 2, 0, 106 IUP[Y] IUP[X] /* TT glyph 727, char 0xbd */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, 2, 114 SHP[2], 18 CALL[], 6, 19, 106 CALL[], 6, 15, 105 SHP[2], 7 SHP[2], 8 CALL[], 15, 14, 106 SHP[2], 9 SRP2[], 6 IP[], 16 IP[], 17 CALL[], 43, 8, 114 SRP1[], 6 SLOOP[], 4 IP[], 0, 1, 3, 2 SHP[2], 20 CALL[], 20, 21, 106 CALL[], 43, 32, 105 CALL[], 32, 26, 106 CALL[], 43, 42, 106 SHP[2], 38 IUP[Y] IUP[X] /* TT glyph 728, char 0xbc */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 19, 8, 114 CALL[], 19, 17, 106 IP[], 15 MDAP[R], 15 IP[], 6 SHP[1], 7 SHP[1], 11 CALL[], 15, 14, 106 SHP[2], 10 CALL[], 22, 2, 114 SHP[2], 34 CALL[], 22, 35, 106 SRP2[], 19 SLOOP[], 4 IP[], 0, 1, 3, 2 CALL[], 22, 31, 105 SHP[2], 23 SHP[2], 24 SRP2[], 24 IP[], 32 IP[], 33 CALL[], 31, 30, 106 SHP[2], 25 IUP[Y] IUP[X] /* TT glyph 729, char 0xbe */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 19, 8, 114 CALL[], 19, 18, 105 IP[], 15 MDAP[R], 15 IP[], 6 SHP[1], 7 SHP[1], 11 CALL[], 15, 14, 106 SHP[2], 10 CALL[], 54, 3, 114 SRP2[], 19 SLOOP[], 4 IP[], 0, 1, 3, 2 CALL[], 54, 20, 105 SLOOP[], 9 IP[], 27, 42, 34, 61, 36, 35, 60, 43, 48 IUP[Y] IUP[X] /* TT glyph 730, char 0x215b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, 2, 114 SHP[2], 18 CALL[], 6, 19, 106 CALL[], 6, 15, 105 SHP[2], 7 SHP[2], 11 CALL[], 15, 14, 106 SHP[2], 10 SRP2[], 6 IP[], 16 IP[], 17 CALL[], 20, 9, 114 SRP1[], 6 SLOOP[], 4 IP[], 0, 1, 3, 2 CALL[], 20, 59, 105 SLOOP[], 8 IP[], 32, 36, 44, 53, 26, 43, 45, 49 IUP[Y] IUP[X] /* TT glyph 731, char 0x215c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 38, 3, 114 CALL[], 38, 4, 105 SLOOP[], 8 IP[], 26, 18, 45, 20, 19, 44, 27, 32 CALL[], 46, 9, 114 SRP1[], 38 SLOOP[], 4 IP[], 0, 1, 3, 2 CALL[], 46, 85, 105 SLOOP[], 8 IP[], 58, 62, 67, 79, 52, 68, 71, 75 IUP[Y] IUP[X] /* TT glyph 732, char 0x215d */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 35, 2, 114 SHP[2], 30 CALL[], 35, 4, 105 SLOOP[], 6 IP[], 10, 8, 32, 16, 31, 22 CALL[], 37, 9, 114 SRP1[], 35 SLOOP[], 4 IP[], 0, 1, 3, 2 CALL[], 37, 76, 105 SLOOP[], 8 IP[], 49, 53, 61, 70, 43, 60, 62, 66 IUP[Y] IUP[X] /* TT glyph 733, char 0x215e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 13, 2, 114 SHP[2], 5 CALL[], 13, 7, 105 CALL[], 13, 12, 106 CALL[], 12, 8, 105 SRP2[], 13 IP[], 10 CALL[], 16, 9, 114 CALL[], 16, 55, 105 SLOOP[], 8 IP[], 28, 32, 40, 49, 22, 39, 41, 45 IUP[Y] IUP[X] /* TT glyph 734, char 0x2e (.) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 19, 114 CALL[], 0, 6, 106 IUP[Y] IUP[X] /* TT glyph 735, char 0x2c (,) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 1 CALL[], 1, 0, 106 IUP[Y] IUP[X] /* TT glyph 736, char 0x3a (:) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, 7, 114 CALL[], 6, 0, 106 CALL[], 12, 19, 114 CALL[], 12, 18, 106 IUP[Y] IUP[X] /* TT glyph 737, char 0x3b (;) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, 7, 114 CALL[], 6, 0, 106 MDAP[R], 14 CALL[], 14, 12, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x2026 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 734, -398, 0 USEMYMETRICS[] OFFSET[R], 734, 398, 0 USEMYMETRICS[] OFFSET[R], 734, 0, 0 /* TT glyph 739, char 0x21 (!) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 16, 114 CALL[], 4, 19, 114 CALL[], 4, 10, 106 CALL[], 10, 3, 105 IUP[Y] IUP[X] /* TT glyph 740, char 0xa1 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 7, 114 CALL[], 4, 0, 105 CALL[], 4, 10, 106 CALL[], 10, 1, 105 IUP[Y] IUP[X] /* TT glyph 741, char 0x3f (?) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 11, 3, 114 SHP[2], 26 CALL[], 30, 19, 114 SHP[2], 22 CALL[], 30, 36, 106 CALL[], 36, 0, 105 CALL[], 11, 10, 106 CALL[], 11, 27, 106 SRP2[], 0 SLOOP[], 6 IP[], 23, 22, 7, 14, 4, 17 IUP[Y] IUP[X] /* TT glyph 742, char 0xbf */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 30, 7, 114 CALL[], 30, 21, 105 CALL[], 30, 23, 105 CALL[], 30, 0, 105 SHP[2], 22 CALL[], 30, 36, 106 CALL[], 36, 10, 105 SRP1[], 30 SLOOP[], 6 IP[], 27, 26, 3, 18, 15, 6 IUP[Y] IUP[X] /* VTTTalk Unicode 0xb7 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 734, 0, 582/* TT glyph 744, char 0x2022 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 8 CALL[], 8, 0, 106 IUP[Y] IUP[X] /* TT glyph 745, char 0x2a (*) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 13, 150, 114 CALL[], 13, 0, 105 SLOOP[], 4 IP[], 3, 5, 18, 10 CALL[], 18, 19, 106 CALL[], 10, 9, 106 SRP1[], 0 SHP[1], 4 SRP1[], 4 SRP2[], 13 SLOOP[], 10 IP[], 16, 8, 1, 7, 15, 12, 6, 2, 11, 17 IUP[Y] IUP[X] /* VTTTalk Unicode 0x203c */ /* ACT generated Mon Feb 1 09:51:52 2021 */ OFFSET[R], 739, -270, 0 OFFSET[R], 739, 270, 0 /* TT glyph 747, char 0x23 (#) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 18, 114 SHP[2], 0 CALL[], 9, 16, 114 SHP[2], 1 SRP1[], 8 IP[], 12 IP[], 5 MDAP[R], 12 MDAP[R], 5 CALL[], 12, 13, 106 CALL[], 5, 4, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x2024 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 734, 0, 0/* TT glyph 749, char 0x203e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 0 CALL[], 0, 1, 106 IUP[Y] IUP[X] /* TT glyph 750, char 0x2f (/) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 152, 114 CALL[], 1, 0, 106 IUP[Y] IUP[X] /* TT glyph 751, char 0x5c (\) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 152, 114 CALL[], 1, 0, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 736, 0, 180/* TT glyph 753, char 0x28 (() */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, 154, 114 CALL[], 6, 9, 106 CALL[], 6, 0, 105 CALL[], 0, 15, 106 IUP[Y] IUP[X] /* TT glyph 754, char 0x29 ()) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 11, 154, 114 CALL[], 11, 8, 106 CALL[], 11, 0, 105 CALL[], 0, 1, 106 IUP[Y] IUP[X] /* TT glyph 755, char 0x7b ({) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 22, 154, 114 CALL[], 22, 29, 106 CALL[], 22, 0, 105 CALL[], 0, 48, 106 SRP2[], 22 IP[], 10 CALL[], 10, 11, 106 IP[], 39 IP[], 38 IUP[Y] IUP[X] /* TT glyph 756, char 0x7d (}) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 33, 154, 114 CALL[], 33, 26, 106 CALL[], 33, 0, 105 CALL[], 0, 7, 106 SRP2[], 33 IP[], 45 CALL[], 45, 44, 106 IP[], 16 IP[], 17 IUP[Y] IUP[X] /* TT glyph 757, char 0x5b ([) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 153, 114 CALL[], 1, 0, 106 SHP[2], 4 CALL[], 4, 5, 106 SRP1[], 1 SHP[1], 9 CALL[], 9, 8, 106 IUP[Y] IUP[X] /* TT glyph 758, char 0x5d (]) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 10, 153, 114 CALL[], 10, 0, 105 SHP[2], 4 CALL[], 4, 5, 106 SRP1[], 10 SHP[1], 9 CALL[], 9, 8, 106 IUP[Y] IUP[X] /* TT glyph 759, char 0x2770 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 CALL[], 3, 2, 114 SRP2[], 0 SLOOP[], 3 IP[], 1, 2, 5 IUP[Y] IUP[X] /* TT glyph 760, char 0x276e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 CALL[], 3, 2, 114 SRP2[], 0 SLOOP[], 4 IP[], 1, 6, 5, 2 IUP[Y] IUP[X] /* TT glyph 761, char 0x2771 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 2, 114 CALL[], 7, 8, 114 SRP1[], 4 SLOOP[], 4 IP[], 1, 6, 5, 2 IUP[Y] IUP[X] /* TT glyph 762, char 0x276f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 CALL[], 3, 2, 114 SRP2[], 0 SLOOP[], 4 IP[], 1, 6, 5, 2 IUP[Y] IUP[X] /* TT glyph 763, char 0x276c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 CALL[], 3, 2, 114 SRP2[], 0 SLOOP[], 4 IP[], 1, 6, 5, 2 IUP[Y] IUP[X] /* TT glyph 764, char 0x276d */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 CALL[], 3, 2, 114 SRP2[], 0 SLOOP[], 4 IP[], 2, 1, 5, 6 IUP[Y] IUP[X] /* VTTTalk Unicode 0x2d (-) */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 904, 0, 0 /* VTTTalk Unicode 0xad */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 765, 0, 0/* TT glyph 767, char 0x2013 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 1, 147 CALL[], 1, 0, 106 IUP[Y] IUP[X] /* TT glyph 768, char 0x2014 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 1, 147 CALL[], 1, 0, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x2015 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 768, 0, 0 /* VTTTalk Unicode 0x2010 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 765, 0, 0 /* VTTTalk Unicode 0x2011 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 770, 0, 0/* TT glyph 772, char 0x5f (_) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 8, 114 CALL[], 1, 0, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0x2017 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 772, 0, 0 USEMYMETRICS[] OFFSET[R], 772, 0, -304 /* VTTTalk Unicode 0x201a */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 779, 0, -1165 /* VTTTalk Unicode 0x201e */ /* ACT generated Mon Feb 1 09:51:52 2021 */ OFFSET[R], 777, 20, -1165 /* VTTTalk Unicode 0x201c */ /* ACT generated Mon Feb 1 09:51:52 2021 */ OFFSET[R], 778, -252, 0 OFFSET[R], 778, 208, 0 /* VTTTalk Unicode 0x201d */ /* ACT generated Mon Feb 1 09:51:52 2021 */ OFFSET[R], 779, 218, 0 OFFSET[R], 779, -242, 0 /* TT glyph 778, char 0x2018 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 7, 3, 114 CALL[], 7, 17, 105 CALL[], 17, 16, 106 SRP2[], 7 IP[], 8 IUP[Y] IUP[X] /* TT glyph 779, char 0x2019 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 10, 2, 114 CALL[], 10, 9, 106 CALL[], 10, 0, 105 IP[], 1 IUP[Y] IUP[X] /* TT glyph 780, char 0x201b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 2, 114 CALL[], 8, 9, 106 CALL[], 8, 0, 105 IP[], 17 IUP[Y] IUP[X] /* VTTTalk Unicode 0xab */ /* ACT generated Mon Feb 1 09:51:52 2021 */ OFFSET[R], 783, -230, 0 OFFSET[R], 783, 265, 0 /* VTTTalk Unicode 0xbb */ /* ACT generated Mon Feb 1 09:51:52 2021 */ OFFSET[R], 784, -265, 0 OFFSET[R], 784, 230, 0 /* TT glyph 783, char 0x2039 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 3 CALL[], 3, 4, 106 CALL[], 3, 0, 105 CALL[], 0, 7, 106 SRP2[], 3 SLOOP[], 4 IP[], 5, 6, 2, 1 IUP[Y] IUP[X] /* TT glyph 784, char 0x203a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 5 CALL[], 5, 4, 106 CALL[], 5, 0, 105 CALL[], 0, 1, 106 SRP2[], 5 SLOOP[], 4 IP[], 6, 3, 2, 7 IUP[Y] IUP[X] /* VTTTalk Unicode 0x22 (") */ /* ACT generated Mon Feb 1 09:51:52 2021 */ OFFSET[R], 786, -200, 0 OFFSET[R], 786, 204, 0 /* TT glyph 786, char 0x27 (') */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 16, 114 CALL[], 1, 0, 106 IUP[Y] IUP[X] /* TT glyph 787, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 5, 147 SHP[1], 1 CALL[], 5, 4, 106 SHP[2], 0 IUP[Y] IUP[X] /* TT glyph 788, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 5, 147 CALL[], 5, 4, 106 SHP[2], 8 SRP1[], 8 SHP[1], 0 SRP1[], 5 SHP[1], 9 SRP1[], 9 SHP[1], 1 IUP[Y] IUP[X] /* TT glyph 789, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 31, 147 CALL[], 31, 30, 106 SHP[2], 11 CALL[], 30, 25, 105 IP[], 21 MDAP[R], 21 SRP2[], 30 IP[], 6 CALL[], 21, 0, 106 CALL[], 6, 15, 106 IUP[Y] IUP[X] /* TT glyph 790, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 9, 154, 114 CALL[], 9, 10, 106 CALL[], 9, 19, 105 CALL[], 19, 17, 106 SRP2[], 9 SLOOP[], 19 IP[], 34, 30, 38, 29, 39, 25, 23, 24, 20, 37, 31, 26, 22, 32, 35, 21, 27, 28, 36 IUP[Y] IUP[X] /* TT glyph 791, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 21, 154, 114 CALL[], 21, 28, 106 CALL[], 21, 0, 105 CALL[], 0, 47, 106 SRP2[], 21 IP[], 11 CALL[], 11, 10, 106 IP[], 38 IP[], 37 CALL[], 55, 149, 114 CALL[], 55, 54, 106 IUP[Y] IUP[X] /* TT glyph 792, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 33, 154, 114 CALL[], 33, 26, 106 CALL[], 33, 0, 105 CALL[], 0, 7, 106 CALL[], 59, 8, 114 SHP[2], 67 CALL[], 60, 2, 114 SHP[2], 68 SRP1[], 67 SRP2[], 68 IP[], 57 IP[], 66 MDAP[R], 57 MDAP[R], 66 SRP2[], 57 SLOOP[], 4 IP[], 45, 16, 17, 44 CALL[], 57, 58, 106 CALL[], 66, 65, 106 IUP[Y] IUP[X] /* TT glyph 793, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 153, 114 CALL[], 1, 3, 105 SHP[2], 7 CALL[], 7, 6, 106 SRP1[], 1 SHP[1], 10 CALL[], 10, 11, 106 CALL[], 13, 149, 114 CALL[], 13, 15, 106 IUP[Y] IUP[X] /* TT glyph 794, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 2, 2, 114 SHP[2], 10 CALL[], 3, 8, 114 SHP[2], 11 SRP1[], 2 IP[], 6 IP[], 15 MDAP[R], 6 MDAP[R], 15 CALL[], 6, 7, 106 CALL[], 15, 14, 106 CALL[], 26, 153, 114 SHP[2], 19 CALL[], 26, 25, 106 CALL[], 26, 21, 105 SHP[2], 16 CALL[], 21, 22, 106 IUP[Y] IUP[X] /* TT glyph 795, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 1, 147 CALL[], 1, 0, 106 CALL[], 1, 10, 105 CALL[], 10, 4, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ OFFSET[R], 734, 140, 0 OFFSET[R], 734, 1060, 0 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ OFFSET[R], 734, 400, 0 OFFSET[R], 734, 1200, 0 OFFSET[R], 734, 2000, 0 /* TT glyph 798, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 1, 148 CALL[], 1, 0, 106 SRP0[], 1 MDRP[mRWh], 0 SHP[1], 4 CALL[], 22, 5, 106 CALL[], 23, 2, 114 MDRP[m>RWh], 1 CALL[], 23, 39, 106 SHP[1], 40 SRP2[], 22 IP[], 13 MDAP[R], 13 CALL[], 13, 31, 105 SLOOP[], 4 IP[], 26, 27, 14, 30 IUP[Y] IUP[X] /* TT glyph 866, char 0x20b5 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 9, 114 SMD[], 96 MDRP[m>RBl], 0 CALL[], 4, 21, 105 CALL[], 9, 3, 114 MDRP[m>RBl], 1 CALL[], 9, 16, 105 SRP2[], 4 IP[], 13 IP[], 12 IUP[Y] IUP[X] /* TT glyph 867, char 0xa2 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 11, 114 SMD[], 96 MDRP[m>RBl], 3 CALL[], 4, 23, 105 CALL[], 10, 7, 114 MDRP[m>RBl], 1 CALL[], 10, 17, 105 SRP2[], 4 IP[], 14 IP[], 13 IUP[Y] IUP[X] /* TT glyph 868, char 0x20a1 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 9, 114 CALL[], 8, 25, 106 CALL[], 8, 0, 105 SHP[2], 4 CALL[], 8, 1, 105 SHP[2], 5 CALL[], 13, 3, 114 CALL[], 13, 20, 106 CALL[], 13, 6, 105 SHP[2], 2 CALL[], 13, 7, 105 SHP[2], 3 SRP2[], 8 IP[], 17 IP[], 16 IUP[Y] IUP[X] /* TT glyph 869, char 0xa4 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 8 CALL[], 8, 38, 105 CALL[], 8, 0, 105 CALL[], 0, 16, 105 CALL[], 0, 20, 105 IP[], 17 IP[], 23 CALL[], 0, 24, 106 SLOOP[], 4 IP[], 19, 21, 18, 22 CALL[], 8, 30, 106 SLOOP[], 4 IP[], 41, 39, 40, 26 CALL[], 8, 42, 105 IP[], 37 IP[], 43 IUP[Y] IUP[X] /* TT glyph 870, char 0x24 ($) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 9, 114 SMD[], 96 MDRP[m>RBl], 3 CALL[], 4, 11, 105 CALL[], 24, 3, 114 MDRP[m>RGr], 1 CALL[], 24, 31, 105 SRP2[], 4 SLOOP[], 10 IP[], 34, 21, 37, 38, 18, 17, 14, 41, 28, 27 IUP[Y] IUP[X] /* TT glyph 871, char 0x20ab */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 11, 114 CALL[], 8, 28, 106 CALL[], 14, 7, 114 CALL[], 14, 22, 106 SRP2[], 8 SLOOP[], 5 IP[], 33, 37, 31, 19, 17 CALL[], 38, 0, 114 SRP1[], 14 IP[], 4 MDAP[R], 4 CALL[], 4, 5, 106 CALL[], 40, 10, 114 MDRP[mRBl], 0 CALL[], 8, 27, 105 IP[], 37 IP[], 31 CALL[], 14, 3, 114 MDRP[m>RBl], 1 CALL[], 14, 21, 105 SRP2[], 8 IP[], 39 MDAP[R], 39 SRP2[], 14 IP[], 18 IP[], 17 SHP[1], 35 CALL[], 39, 38, 106 IUP[Y] IUP[X] /* TT glyph 877, char 0x20b4 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 13, 3, 114 CALL[], 13, 6, 106 CALL[], 20, 9, 114 CALL[], 20, 34, 106 SRP2[], 13 IP[], 42 IP[], 49 MDAP[R], 42 MDAP[R], 49 IP[], 9 IP[], 10 CALL[], 42, 41, 106 SHP[2], 26 SLOOP[], 3 IP[], 28, 48, 27 CALL[], 49, 50, 106 SHP[2], 18 SLOOP[], 3 IP[], 47, 46, 19 IUP[Y] IUP[X] /* TT glyph 878, char 0x20ad */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 20, 8, 114 SHP[2], 24 CALL[], 21, 2, 114 SHP[2], 14 SRP2[], 20 IP[], 5 MDAP[R], 5 IP[], 9 IP[], 25 SRP2[], 21 IP[], 26 CALL[], 9, 8, 105 SRP1[], 5 SHP[1], 1 IUP[Y] IUP[X] /* TT glyph 879, char 0x20be */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 7, 3, 114 CALL[], 7, 16, 106 SRP0[], 7 MDRP[m>RWh], 33 SHP[2], 30 CALL[], 24, 8, 114 SRP1[], 7 IP[], 12 MDAP[R], 12 IP[], 32 IP[], 31 CALL[], 24, 25, 106 SHP[2], 1 SHP[2], 23 IP[], 0 IUP[Y] IUP[X] /* TT glyph 880, char 0x20a4 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 3, 114 CALL[], 8, 15, 106 CALL[], 27, 8, 114 SHP[2], 0 SRP1[], 8 IP[], 29 IP[], 32 MDAP[R], 29 MDAP[R], 32 SRP2[], 8 IP[], 12 IP[], 11 CALL[], 29, 28, 106 CALL[], 32, 33, 106 CALL[], 27, 26, 106 SHP[2], 1 SHP[2], 22 IUP[Y] IUP[X] /* TT glyph 881, char 0x20ba */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 9, 114 CALL[], 0, 10, 106 CALL[], 4, 2, 114 SRP2[], 0 IP[], 18 IP[], 21 SRP1[], 18 SHP[1], 19 CALL[], 18, 17, 106 SHP[2], 20 SRP1[], 21 SHP[1], 24 CALL[], 21, 22, 106 SHP[2], 23 IUP[Y] IUP[X] /* TT glyph 882, char 0x20bc */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 14, 8, 114 SHP[2], 7 SHP[2], 13 CALL[], 15, 2, 114 SRP2[], 14 IP[], 3 CALL[], 3, 10, 105 IUP[Y] IUP[X] /* TT glyph 883, char 0x20a6 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 12, 8, 114 SHP[2], 4 SRP1[], 4 SHP[1], 19 CALL[], 13, 2, 114 SRP2[], 19 IP[], 1 MDAP[R], 1 IP[], 10 SRP2[], 13 IP[], 6 CALL[], 1, 0, 106 SRP1[], 13 SHP[1], 8 SRP1[], 8 SHP[1], 17 IUP[Y] IUP[X] /* TT glyph 884, char 0x20a7 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 22, 8, 114 CALL[], 23, 2, 114 CALL[], 23, 13, 106 SHP[1], 14 SRP2[], 22 IP[], 5 IP[], 1 MDAP[R], 5 MDAP[R], 1 SRP2[], 5 IP[], 0 CALL[], 5, 4, 106 IUP[Y] IUP[X] /* TT glyph 885, char 0x20b1 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 26, 8, 114 CALL[], 27, 2, 114 CALL[], 27, 17, 106 SHP[1], 19 SRP2[], 26 IP[], 9 MDAP[R], 9 SRP2[], 27 SLOOP[], 4 IP[], 4, 5, 0, 1 CALL[], 9, 8, 106 IUP[Y] IUP[X] /* TT glyph 886, char 0x20bd */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 26, 8, 114 CALL[], 27, 2, 114 CALL[], 27, 17, 106 SHP[1], 18 SRP2[], 26 IP[], 1 IP[], 9 MDAP[R], 1 MDAP[R], 9 SRP1[], 1 IP[], 0 SRP1[], 9 SHP[1], 5 CALL[], 9, 8, 106 SHP[2], 4 IUP[Y] IUP[X] /* TT glyph 887, char 0x20a8 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 11, 114 CALL[], 0, 6, 106 CALL[], 18, 7, 114 CALL[], 18, 23, 106 SRP2[], 0 SLOOP[], 6 IP[], 9, 32, 12, 29, 15, 26 CALL[], 39, 8, 114 SHP[2], 35 CALL[], 40, 2, 114 CALL[], 40, 52, 106 SHP[1], 53 SRP2[], 39 IP[], 44 MDAP[R], 44 CALL[], 44, 43, 106 IP[], 36 IUP[Y] IUP[X] /* TT glyph 888, char 0x20b9 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 21, 8, 114 CALL[], 27, 2, 114 SRP2[], 21 IP[], 1 MDAP[R], 1 SRP2[], 27 IP[], 22 IP[], 23 CALL[], 1, 0, 106 IP[], 19 CALL[], 27, 29, 106 SHP[2], 9 SHP[2], 11 MIAP[R], 28, 16 IP[], 10 IUP[Y] IUP[X] /* TT glyph 889, char 0x20aa */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 2, 6, 114 SHP[2], 6 SHP[2], 17 SHP[2], 22 CALL[], 4, 8, 114 SHP[2], 0 SHP[2], 11 SHP[2], 15 SRP1[], 2 SLOOP[], 4 IP[], 10, 19, 14, 23 IUP[Y] IUP[X] /* TT glyph 890, char 0xa3 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 3, 114 CALL[], 8, 15, 106 CALL[], 27, 8, 114 SHP[2], 23 SRP1[], 8 IP[], 30 MDAP[R], 30 SRP2[], 8 IP[], 12 IP[], 11 CALL[], 30, 31, 106 CALL[], 27, 26, 106 SHP[2], 22 SRP1[], 22 SHP[1], 1 IUP[Y] IUP[X] /* TT glyph 891, char 0x20b8 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 CALL[], 9, 2, 114 CALL[], 9, 8, 106 CALL[], 8, 5, 105 SHP[2], 1 CALL[], 5, 4, 106 IUP[Y] IUP[X] /* TT glyph 892, char 0x20ae */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 8, 114 CALL[], 13, 2, 114 SHP[2], 9 CALL[], 13, 12, 106 SRP2[], 8 SLOOP[], 8 IP[], 4, 5, 7, 6, 0, 1, 3, 2 IUP[Y] IUP[X] /* TT glyph 893, char 0x20a9 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 4, 12 SHP[1], 14 MIAP[R], 5, 4 SHP[1], 21 SRP1[], 4 SRP2[], 21 IP[], 2 IP[], 9 MDAP[R], 2 MDAP[R], 9 SRP1[], 4 SRP2[], 2 IP[], 7 IP[], 19 SRP1[], 9 IP[], 12 CALL[], 2, 3, 106 SRP1[], 9 SHP[1], 17 SRP1[], 17 SHP[1], 10 IUP[Y] IUP[X] /* TT glyph 894, char 0xa5 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 9, 2, 114 SHP[2], 13 CALL[], 16, 8, 114 SRP1[], 9 SLOOP[], 7 IP[], 4, 5, 8, 0, 1, 17, 11 IUP[Y] IUP[X] /* VTTTalk Unicode 0x2219 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 744, 0, 0 /* VTTTalk Unicode 0x2215 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ OFFSET[R], 750, 2, 0 /* TT glyph 897, char 0x2261 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 1 CALL[], 1, 4, 105 SLOOP[], 4 IP[], 5, 8, 9, 0 IUP[Y] IUP[X] /* VTTTalk Unicode 0x23af */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1151, 0, 0 /* TT glyph 899, char 0x2321 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 0, 15 CALL[], 0, 1, 106 CALL[], 0, 6, 105 IUP[Y] IUP[X] /* TT glyph 900, char 0x2320 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 3, 1, 114 CALL[], 3, 0, 105 CALL[], 3, 9, 106 IUP[Y] IUP[X] /* TT glyph 901, char 0x2310 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 1 CALL[], 1, 7, 105 CALL[], 1, 3, 106 IP[], 6 IUP[Y] IUP[X] /* TT glyph 902, char 0x2262 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 2, 114 CALL[], 3, 8, 114 SRP1[], 1 SLOOP[], 8 IP[], 8, 9, 12, 13, 16, 17, 4, 5 IUP[Y] IUP[X] /* TT glyph 903, char 0x2b (+) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 5, 147 CALL[], 5, 1, 105 CALL[], 5, 4, 106 CALL[], 4, 0, 105 IUP[Y] IUP[X] /* TT glyph 904, char 0x2212 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 1, 147 CALL[], 1, 0, 106 IUP[Y] IUP[X] /* TT glyph 905, char 0xd7 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 2 SHP[1], 6 CALL[], 2, 0, 105 SHP[2], 4 SLOOP[], 4 IP[], 5, 3, 7, 1 IUP[Y] IUP[X] /* TT glyph 906, char 0xf7 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 1, 147 CALL[], 1, 0, 106 CALL[], 0, 10, 105 CALL[], 10, 4, 106 CALL[], 1, 16, 105 CALL[], 16, 22, 106 IUP[Y] IUP[X] /* TT glyph 907, char 0x3d (=) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 1, 148 CALL[], 1, 0, 106 SRP0[], 1 MDRP[m) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, 151, 114 CALL[], 6, 4, 106 CALL[], 4, 5, 106 CALL[], 6, 7, 106 CALL[], 7, 1, 106 CALL[], 1, 0, 106 SRP1[], 7 SRP2[], 6 IP[], 2 IP[], 3 IUP[Y] IUP[X] /* TT glyph 910, char 0x3c (<) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 2, 151, 114 CALL[], 2, 1, 106 IP[], 6 IP[], 5 CALL[], 1, 7, 106 CALL[], 7, 0, 106 CALL[], 2, 4, 106 CALL[], 4, 3, 106 IUP[Y] IUP[X] /* TT glyph 911, char 0x2265 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, -1, 114 CALL[], 6, 4, 106 CALL[], 4, 5, 106 CALL[], 6, 7, 106 CALL[], 7, 1, 106 CALL[], 1, 0, 106 CALL[], 0, 9, 105 CALL[], 9, 8, 106 IUP[Y] IUP[X] /* TT glyph 912, char 0x2264 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 2 CALL[], 2, 1, 106 IP[], 6 IP[], 5 CALL[], 1, 7, 106 CALL[], 7, 0, 106 CALL[], 0, 10, 105 CALL[], 10, 11, 106 CALL[], 2, 4, 106 CALL[], 4, 3, 106 IUP[Y] IUP[X] /* TT glyph 913, char 0xb1 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 1 CALL[], 1, 8, 105 IP[], 4 MDAP[R], 4 CALL[], 4, 5, 106 CALL[], 8, 9, 106 IP[], 0 IUP[Y] IUP[X] /* VTTTalk Unicode 0x2248 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 915, 0, 290 USEMYMETRICS[] OFFSET[R], 915, 0, -290 /* TT glyph 915, char 0x7e (~) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 14 CALL[], 14, 29, 105 IP[], 25 IP[], 10 CALL[], 25, 4, 106 CALL[], 10, 19, 106 IUP[Y] IUP[X] /* TT glyph 916, char 0xac */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 1 CALL[], 1, 7, 105 CALL[], 1, 0, 106 IP[], 5 IUP[Y] IUP[X] /* TT glyph 917, char 0x5e (^) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 2, 114 CALL[], 1, 0, 106 SHP[2], 4 IP[], 6 IUP[Y] IUP[X] /* TT glyph 918, char 0x221e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 6 CALL[], 6, 0, 105 SHP[2], 19 CALL[], 0, 26, 106 SHP[2], 39 SRP1[], 6 SHP[1], 13 SRP1[], 19 SRP2[], 13 IP[], 23 IP[], 9 CALL[], 6, 33, 106 SHP[2], 45 IUP[Y] IUP[X] /* TT glyph 919, char 0x2229 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 SHP[2], 7 CALL[], 3, 7, 114 CALL[], 3, 10, 106 IUP[Y] IUP[X] /* TT glyph 920, char 0x222b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 3, 1, 114 CALL[], 3, 9, 106 CALL[], 13, 15, 114 CALL[], 13, 14, 106 SRP2[], 3 IP[], 12 IP[], 20 IUP[Y] IUP[X] /* VTTTalk Unicode 0x2126 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 625, 0, 0 /* VTTTalk Unicode 0x2206 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 605, 0, 0/* TT glyph 923, char 0x220f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 9, 2, 114 CALL[], 9, 8, 106 CALL[], 9, 4, 105 SHP[2], 0 SHP[1], 5 SRP1[], 5 SHP[1], 1 IUP[Y] IUP[X] /* TT glyph 924, char 0x2211 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 12, 2, 114 CALL[], 12, 9, 105 IP[], 2 IP[], 5 CALL[], 9, 8, 106 SHP[2], 1 IP[], 0 CALL[], 12, 13, 106 SHP[2], 3 IP[], 4 IUP[Y] IUP[X] /* TT glyph 925, char 0x221a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 10, 2, 114 SHP[2], 6 CALL[], 10, 11, 106 CALL[], 10, 7, 105 IP[], 2 MDAP[R], 2 IP[], 3 IUP[Y] IUP[X] /* VTTTalk Unicode 0xb5 */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 647, 0, 0/* TT glyph 927, char 0x2202 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 4, 114 CALL[], 4, 3, 106 CALL[], 9, 13, 114 CALL[], 9, 24, 106 SRP2[], 4 IP[], 15 MDAP[R], 15 SRP2[], 9 SLOOP[], 7 IP[], 18, 1, 8, 21, 20, 0, 27 CALL[], 15, 30, 106 IUP[Y] IUP[X] /* TT glyph 928, char 0x221f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 6, 114 CALL[], 7, 8, 114 SHP[2], 3 CALL[], 7, 6, 106 IUP[Y] IUP[X] /* TT glyph 929, char 0x25 (%) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 4, 19 CALL[], 4, 16, 106 CALL[], 4, 10, 105 CALL[], 10, 22, 106 MIAP[R], 34, 17 CALL[], 34, 46, 106 SRP2[], 4 SLOOP[], 4 IP[], 0, 1, 3, 2 CALL[], 34, 28, 105 CALL[], 28, 40, 106 IUP[Y] IUP[X] /* TT glyph 930, char 0x2030 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 9, 114 CALL[], 4, 58, 105 SLOOP[], 6 IP[], 16, 52, 22, 64, 10, 70 CALL[], 34, 3, 114 CALL[], 34, 46, 106 SRP2[], 4 SLOOP[], 4 IP[], 0, 1, 3, 2 CALL[], 34, 28, 105 CALL[], 28, 40, 106 IUP[Y] IUP[X] /* TT glyph 931, char 0x2263 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 1 CALL[], 1, 4, 105 SLOOP[], 6 IP[], 6, 11, 10, 15, 14, 3 IUP[Y] IUP[X] /* VTTTalk Unicode 0x2a2f */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 905, 0, 0/* TT glyph 933, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, 151, 114 CALL[], 6, 4, 106 CALL[], 4, 5, 106 CALL[], 6, 7, 106 CALL[], 7, 1, 106 CALL[], 1, 0, 106 SRP1[], 7 SRP2[], 6 IP[], 2 IP[], 3 IUP[Y] IUP[X] /* TT glyph 934, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 2, 151, 114 CALL[], 2, 1, 106 IP[], 6 IP[], 5 CALL[], 1, 7, 106 CALL[], 7, 0, 106 CALL[], 2, 4, 106 CALL[], 4, 3, 106 IUP[Y] IUP[X] /* TT glyph 935, char 0x2191 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 1, 18 MIAP[R], 10, 17 SRP2[], 1 SLOOP[], 6 IP[], 8, 5, 4, 9, 7, 2 IUP[Y] IUP[X] /* TT glyph 936, char 0x2192 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 1, 147 CALL[], 1, 0, 106 CALL[], 0, 4, 105 CALL[], 4, 5, 106 SRP1[], 0 SRP2[], 1 SLOOP[], 4 IP[], 11, 6, 7, 10 CALL[], 1, 9, 105 CALL[], 9, 8, 106 IUP[Y] IUP[X] /* TT glyph 937, char 0x2193 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 3, 16, 114 CALL[], 6, 19, 114 SRP1[], 3 SLOOP[], 6 IP[], 2, 9, 7, 4, 11, 8 IUP[Y] IUP[X] /* TT glyph 938, char 0x2190 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 3, 147 CALL[], 3, 0, 106 CALL[], 0, 4, 105 CALL[], 4, 11, 106 SRP1[], 0 SRP2[], 3 SLOOP[], 4 IP[], 5, 10, 9, 6 CALL[], 3, 7, 105 CALL[], 7, 8, 106 IUP[Y] IUP[X] /* TT glyph 939, char 0x2194 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 18, 147 CALL[], 18, 5, 106 SHP[2], 11 CALL[], 5, 4, 106 SHP[2], 12 CALL[], 18, 19, 106 CALL[], 19, 0, 106 SHP[2], 8 CALL[], 0, 1, 106 SHP[2], 15 SRP1[], 19 SRP2[], 18 SLOOP[], 8 IP[], 9, 7, 14, 2, 3, 13, 6, 10 IUP[Y] IUP[X] /* TT glyph 940, char 0x2195 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 2, 17, 114 CALL[], 8, 19, 114 SRP1[], 2 SLOOP[], 12 IP[], 16, 11, 9, 14, 13, 10, 0, 5, 4, 1, 7, 17 IUP[Y] IUP[X] /* TT glyph 941, char 0x21a8 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 2, 18 CALL[], 2, 3, 106 MIAP[R], 6, 17 MIAP[R], 12, 19 SRP2[], 6 SLOOP[], 12 IP[], 23, 16, 18, 13, 14, 17, 9, 4, 5, 8, 11, 22 IUP[Y] IUP[X] /* TT glyph 942, char 0x21b2 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 7, 147 CALL[], 7, 2, 106 CALL[], 7, 4, 106 SHP[2], 3 CALL[], 4, 8, 105 CALL[], 8, 15, 106 SRP1[], 4 SRP2[], 7 SLOOP[], 4 IP[], 9, 14, 13, 10 CALL[], 7, 11, 105 CALL[], 11, 12, 106 IUP[Y] IUP[X] /* TT glyph 943, char 0x21e1 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 18, 114 CALL[], 0, 1, 106 CALL[], 1, 4, 105 CALL[], 4, 5, 106 CALL[], 5, 8, 105 CALL[], 8, 9, 106 CALL[], 9, 12, 105 CALL[], 18, 17, 114 SRP2[], 0 SLOOP[], 6 IP[], 21, 16, 17, 20, 22, 14 IUP[Y] IUP[X] /* TT glyph 944, char 0x21e3 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 19, 114 CALL[], 21, 16, 114 SRP1[], 0 SLOOP[], 6 IP[], 5, 2, 1, 6, 3, 11 CALL[], 21, 20, 106 CALL[], 20, 17, 105 CALL[], 17, 16, 106 CALL[], 16, 13, 105 CALL[], 13, 12, 106 CALL[], 12, 9, 105 IUP[Y] IUP[X] /* TT glyph 945, char 0x2581 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 946, char 0x2582 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 947, char 0x2583 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 948, char 0x2584 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 949, char 0x2585 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 950, char 0x2586 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 951, char 0x2587 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 952, char 0x2588 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 953, char 0x2580 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 954, char 0x2594 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 955, char 0x258f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 956, char 0x258e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 957, char 0x258d */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 958, char 0x258c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 959, char 0x258b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 960, char 0x258a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 961, char 0x2589 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 962, char 0x2590 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 963, char 0x2595 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 964, char 0x2596 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 965, char 0x2597 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 966, char 0x2598 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 967, char 0x2599 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 968, char 0x259a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 969, char 0x259b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 970, char 0x259c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 971, char 0x259d */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 972, char 0x259e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 973, char 0x259f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 974, char 0x2591 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 975, char 0x2592 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 976, char 0x2593 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 977, char 0x25cf */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 978, char 0x25cb */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 979, char 0x25ef */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 980, char 0x25d0 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 981, char 0x25d1 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 982, char 0x25d2 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 983, char 0x25d3 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 984, char 0x25d6 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 985, char 0x25d7 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 986, char 0x25d4 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 987, char 0x25d5 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 988, char 0x25f4 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 989, char 0x25f5 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 990, char 0x25f6 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 991, char 0x25f7 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 992, char 0x25cd */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 993, char 0x25cc */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 994, char 0x25c9 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* VTTTalk Unicode 0x25ce */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 979, 0, 0 OFFSET[R], 996, 0, 0 /* TT glyph 996, char 0x25e6 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 997, char 0x25d8 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 998, char 0x25d9 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 999, char 0x25da */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1000, char 0x25db */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1001, char 0x25e0 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1002, char 0x25e1 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1003, char 0x25dc */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1004, char 0x25dd */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1005, char 0x25de */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1006, char 0x25df */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1007, char 0x25c6 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1008, char 0x25c7 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1009, char 0x2b16 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1010, char 0x2b17 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1011, char 0x2b18 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1012, char 0x2b19 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1013, char 0x25c8 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1014, char 0x25ca */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1015, char 0x25b0 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1016, char 0x25b1 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1017, char 0x25ae */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1018, char 0x25ac */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1019, char 0x25ad */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1020, char 0x25af */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1021, char 0x25a0 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1022, char 0x25a1 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1023, char 0x25a2 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1024, char 0x25a3 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1025, char 0x2b1a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1026, char 0x25a4 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1027, char 0x25a5 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1028, char 0x25a6 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1029, char 0x25a7 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1030, char 0x25a8 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1031, char 0x25a9 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1032, char 0x25aa */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1033, char 0x25ab */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1034, char 0x25e7 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1035, char 0x25e8 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1036, char 0x25e9 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1037, char 0x25ea */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1038, char 0x25eb */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1039, char 0x25f0 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1040, char 0x25f1 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1041, char 0x25f2 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1042, char 0x25f3 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1043, char 0x25fb */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1044, char 0x25fc */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1045, char 0x25fd */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1046, char 0x25fe */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1047, char 0x25b2 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1048, char 0x25b6 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1049, char 0x25bc */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1050, char 0x25c0 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1051, char 0x25b3 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1052, char 0x25b7 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1053, char 0x25bd */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1054, char 0x25c1 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1055, char 0x25ec */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1056, char 0x25ed */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1057, char 0x25ee */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1058, char 0x25ba */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1059, char 0x25c4 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1060, char 0x25bb */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1061, char 0x25c5 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1062, char 0x25b4 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1063, char 0x25b8 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1064, char 0x25be */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1065, char 0x25c2 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1066, char 0x25b5 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1067, char 0x25b9 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1068, char 0x25bf */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1069, char 0x25c3 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1070, char 0x25e5 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1071, char 0x25e2 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1072, char 0x25e3 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1073, char 0x25e4 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1074, char 0x25f9 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1075, char 0x25ff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1076, char 0x25fa */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1077, char 0x25f8 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1078, char 0x2566 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1079, char 0x2557 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1080, char 0x2554 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1081, char 0x2550 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1082, char 0x2569 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1083, char 0x255d */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1084, char 0x255a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1085, char 0x2551 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1086, char 0x256c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1087, char 0x2563 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1088, char 0x2560 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1089, char 0x2565 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1090, char 0x2556 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1091, char 0x2553 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1092, char 0x2530 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1093, char 0x2512 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1094, char 0x2527 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1095, char 0x250e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1096, char 0x251f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1097, char 0x2541 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1098, char 0x252f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1099, char 0x2511 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1100, char 0x2529 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1101, char 0x250d */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1102, char 0x2521 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1103, char 0x2547 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1104, char 0x2564 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1105, char 0x2555 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1106, char 0x2552 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1107, char 0x254d */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1108, char 0x254f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1109, char 0x257b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1110, char 0x2533 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1111, char 0x2513 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1112, char 0x250f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1113, char 0x2501 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1114, char 0x2578 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1115, char 0x257e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1116, char 0x2509 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1117, char 0x250b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1118, char 0x257a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1119, char 0x2505 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1120, char 0x2507 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1121, char 0x2579 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1122, char 0x253b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1123, char 0x251b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1124, char 0x257f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1125, char 0x2517 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1126, char 0x2503 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1127, char 0x254b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1128, char 0x252b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1129, char 0x2523 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1130, char 0x2545 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1131, char 0x252d */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1132, char 0x2535 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1133, char 0x253d */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1134, char 0x2532 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1135, char 0x253a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1136, char 0x254a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1137, char 0x2543 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1138, char 0x256e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1139, char 0x256d */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1140, char 0x256f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1141, char 0x2570 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1142, char 0x2573 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1143, char 0x2572 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1144, char 0x2571 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1145, char 0x254c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1146, char 0x254e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1147, char 0x2577 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1148, char 0x252c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1149, char 0x2510 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1150, char 0x250c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1151, char 0x2500 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1152, char 0x2574 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1153, char 0x257c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1154, char 0x2508 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1155, char 0x250a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1156, char 0x2576 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1157, char 0x2504 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1158, char 0x2506 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1159, char 0x2575 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1160, char 0x257d */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1161, char 0x2534 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1162, char 0x2518 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1163, char 0x2514 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1164, char 0x2502 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1165, char 0x253c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1166, char 0x2524 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1167, char 0x251c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1168, char 0x2546 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1169, char 0x252e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1170, char 0x2536 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1171, char 0x253e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1172, char 0x2531 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1173, char 0x2539 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1174, char 0x2549 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1175, char 0x2544 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1176, char 0x2568 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1177, char 0x255c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1178, char 0x2559 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1179, char 0x2540 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1180, char 0x2538 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1181, char 0x2526 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1182, char 0x251a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1183, char 0x251e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1184, char 0x2516 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1185, char 0x2548 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1186, char 0x2537 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1187, char 0x252a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1188, char 0x2519 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1189, char 0x2522 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1190, char 0x2515 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1191, char 0x2567 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1192, char 0x255b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1193, char 0x2558 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1194, char 0x256b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1195, char 0x2562 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1196, char 0x255f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1197, char 0x2542 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1198, char 0x2528 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1199, char 0x2520 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1200, char 0x253f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1201, char 0x2525 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1202, char 0x251d */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1203, char 0x256a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1204, char 0x2561 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1205, char 0x255e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1206, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1207, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1208, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1209, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1210, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1211, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1212, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1213, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1214, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1215, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1216, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1217, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1218, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1219, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1220, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1221, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1222, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1223, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1224, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1225, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1226, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1227, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1228, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1229, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1230, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1231, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1232, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1233, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1234, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1235, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1236, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1237, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1238, char 0x2619 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 59 SHP[1], 10 CALL[], 59, 20, 105 CALL[], 59, 66, 106 SRP2[], 20 SLOOP[], 15 IP[], 62, 63, 57, 56, 15, 4, 0, 19, 38, 49, 44, 45, 27, 24, 23 IUP[Y] IUP[X] /* TT glyph 1239, char 0x263a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 8 CALL[], 8, 0, 105 CALL[], 0, 43, 106 CALL[], 8, 51, 106 SRP1[], 43 SLOOP[], 6 IP[], 16, 25, 31, 59, 65, 37 IUP[Y] IUP[X] /* TT glyph 1240, char 0x263b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 8 CALL[], 8, 0, 105 SLOOP[], 6 IP[], 16, 21, 30, 42, 48, 36 IUP[Y] IUP[X] /* TT glyph 1241, char 0x263c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 49 CALL[], 49, 6, 106 CALL[], 6, 30, 105 CALL[], 49, 19, 105 CALL[], 19, 0, 106 CALL[], 0, 24, 105 SRP1[], 19 SRP2[], 49 SLOOP[], 20 IP[], 12, 40, 43, 13, 15, 41, 14, 42, 44, 23, 22, 45, 52, 36, 53, 39, 37, 55, 54, 38 IUP[Y] IUP[X] /* TT glyph 1242, char 0x2640 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 3, 114 CALL[], 8, 30, 106 CALL[], 23, 8, 114 SRP1[], 8 IP[], 18 MDAP[R], 18 IP[], 19 SRP2[], 8 IP[], 0 CALL[], 0, 24, 105 IP[], 22 IUP[Y] IUP[X] /* TT glyph 1243, char 0x2642 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 9, 114 CALL[], 0, 12, 106 CALL[], 38, 2, 114 SHP[2], 34 CALL[], 38, 37, 106 SRP2[], 0 IP[], 36 MDAP[R], 36 SRP2[], 38 SLOOP[], 7 IP[], 6, 32, 33, 27, 40, 42, 26 CALL[], 6, 18, 106 IP[], 25 IP[], 24 IUP[Y] IUP[X] /* TT glyph 1244, char 0x2660 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 19 CALL[], 19, 6, 105 SLOOP[], 4 IP[], 12, 0, 15, 21 IUP[Y] IUP[X] /* TT glyph 1245, char 0x2663 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 33 CALL[], 33, 6, 105 SLOOP[], 14 IP[], 35, 30, 39, 18, 52, 0, 40, 29, 49, 21, 25, 45, 42, 12 IUP[Y] IUP[X] /* TT glyph 1246, char 0x2665 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 7 SHP[1], 14 CALL[], 7, 0, 106 IP[], 10 IUP[Y] IUP[X] /* TT glyph 1247, char 0x2666 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 2 CALL[], 2, 0, 106 IUP[Y] IUP[X] /* TT glyph 1248, char 0x2713 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 CALL[], 6, 2, 114 SRP2[], 0 IP[], 2 MDAP[R], 2 IP[], 4 IUP[Y] IUP[X] /* TT glyph 1249, char 0x2767 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 66 SHP[1], 11 CALL[], 66, 59, 106 CALL[], 66, 21, 105 SLOOP[], 13 IP[], 54, 50, 53, 32, 33, 0, 1, 28, 39, 57, 68, 62, 63 IUP[Y] IUP[X] /* TT glyph 1250, char 0x2406 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 16, 114 CALL[], 1, 0, 106 SHP[2], 4 SRP2[], 4 SLOOP[], 3 IP[], 5, 10, 11 CALL[], 24, 18, 114 SHP[2], 28 CALL[], 24, 25, 106 SHP[2], 18 SRP2[], 18 SLOOP[], 4 IP[], 12, 13, 29, 30 IUP[Y] IUP[X] /* TT glyph 1251, char 0x2408 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 19, 16, 114 SHP[2], 34 CALL[], 19, 18, 106 SHP[2], 0 SLOOP[], 8 IP[], 1, 9, 25, 11, 41, 24, 27, 33 CALL[], 42, 18, 114 CALL[], 42, 58, 105 SLOOP[], 10 IP[], 63, 65, 56, 68, 69, 53, 52, 49, 72, 47 IUP[Y] IUP[X] /* TT glyph 1252, char 0x40 (@) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, 3, 114 CALL[], 6, 17, 106 CALL[], 6, 0, 105 CALL[], 0, 22, 106 SRP2[], 6 SLOOP[], 8 IP[], 27, 54, 38, 11, 45, 56, 36, 33 CALL[], 27, 42, 106 CALL[], 33, 48, 106 IUP[Y] IUP[X] /* TT glyph 1253, char 0x26 (&) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 8, 114 CALL[], 16, 9, 114 CALL[], 16, 29, 106 CALL[], 40, 3, 114 SHP[2], 7 CALL[], 40, 8, 106 SHP[2], 39 SRP2[], 16 IP[], 32 IP[], 36 MDAP[R], 32 MDAP[R], 36 SRP1[], 32 IP[], 23 IP[], 22 IUP[Y] IUP[X] /* TT glyph 1254, char 0xb6 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 7, 8, 114 CALL[], 17, 2, 114 SHP[2], 6 SHP[2], 13 SRP1[], 7 IP[], 0 CALL[], 17, 18, 106 IP[], 9 IUP[Y] IUP[X] /* TT glyph 1255, char 0xa7 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 38 CALL[], 38, 44, 106 CALL[], 38, 10, 105 CALL[], 10, 17, 106 SRP2[], 38 IP[], 59 IP[], 65 CALL[], 59, 24, 106 IP[], 4 IP[], 3 CALL[], 65, 51, 106 IP[], 30 IP[], 31 IUP[Y] IUP[X] /* TT glyph 1256, char 0xa9 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 6 CALL[], 6, 43, 106 CALL[], 6, 0, 105 CALL[], 0, 37, 106 SRP2[], 6 SLOOP[], 4 IP[], 12, 22, 21, 18 CALL[], 12, 30, 106 CALL[], 18, 24, 106 IUP[Y] IUP[X] /* TT glyph 1257, char 0xae */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 6 CALL[], 6, 0, 105 CALL[], 0, 20, 106 CALL[], 6, 26, 106 SRP1[], 20 SLOOP[], 7 IP[], 12, 32, 17, 18, 33, 41, 13 SRP1[], 12 SHP[1], 16 SRP1[], 13 SHP[1], 43 IUP[Y] IUP[X] /* TT glyph 1258, char 0x2117 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 6 CALL[], 6, 22, 106 CALL[], 6, 0, 105 CALL[], 0, 16, 106 SRP2[], 6 SLOOP[], 5 IP[], 12, 28, 29, 37, 13 SRP1[], 13 SHP[1], 39 IUP[Y] IUP[X] /* TT glyph 1259, char 0x2122 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 5, 2 CALL[], 5, 0, 105 SHP[2], 16 SRP1[], 16 SHP[1], 28 SRP1[], 28 SRP2[], 5 SLOOP[], 4 IP[], 15, 20, 25, 9 SHP[2], 1 SRP1[], 1 SHP[1], 17 SRP1[], 17 SHP[1], 24 SRP1[], 24 SHP[1], 11 SRP1[], 11 SHP[1], 30 CALL[], 5, 4, 106 SHP[2], 22 SRP1[], 22 SHP[1], 13 IUP[Y] IUP[X] /* TT glyph 1260, char 0x2105 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 9, 114 CALL[], 4, 16, 106 CALL[], 4, 10, 105 CALL[], 10, 22, 106 CALL[], 34, 3, 114 CALL[], 34, 41, 106 SRP2[], 4 SLOOP[], 4 IP[], 0, 1, 3, 2 CALL[], 34, 28, 105 CALL[], 28, 47, 106 IUP[Y] IUP[X] /* TT glyph 1261, char 0xb0 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, 3, 114 CALL[], 6, 18, 106 CALL[], 6, 0, 105 CALL[], 0, 12, 106 IUP[Y] IUP[X] /* TT glyph 1262, char 0x2032 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 2, 114 CALL[], 1, 0, 106 IUP[Y] IUP[X] /* TT glyph 1263, char 0x2033 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 5, 2, 114 SHP[2], 2 CALL[], 5, 0, 105 SHP[2], 7 IUP[Y] IUP[X] /* TT glyph 1264, char 0x7c (|) */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 149, 114 CALL[], 1, 0, 106 IUP[Y] IUP[X] /* TT glyph 1265, char 0xa6 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 149, 114 CALL[], 1, 4, 105 CALL[], 1, 0, 106 CALL[], 0, 5, 105 IUP[Y] IUP[X] /* TT glyph 1266, char 0x2020 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 3, 114 CALL[], 1, 0, 106 IP[], 5 MDAP[R], 5 CALL[], 5, 4, 106 IUP[Y] IUP[X] /* TT glyph 1267, char 0x2113 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 9, 114 CALL[], 0, 28, 106 CALL[], 7, 3, 114 CALL[], 7, 21, 106 SRP2[], 0 IP[], 15 CALL[], 15, 14, 106 IUP[Y] IUP[X] /* TT glyph 1268, char 0x2021 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 21, 3, 114 CALL[], 21, 6, 105 IP[], 11 IP[], 0 MDAP[R], 11 MDAP[R], 0 SRP1[], 11 IP[], 8 IP[], 19 SRP1[], 0 SRP2[], 21 IP[], 23 IP[], 18 SRP1[], 11 SHP[1], 13 CALL[], 11, 10, 106 SHP[2], 14 SRP1[], 0 SHP[1], 4 CALL[], 0, 1, 106 SHP[2], 3 IUP[Y] IUP[X] /* TT glyph 1269, char 0x212e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 0, 19, 114 CALL[], 0, 8, 105 SLOOP[], 9 IP[], 16, 14, 20, 19, 13, 23, 25, 30, 28 IUP[Y] IUP[X] /* TT glyph 1270, char 0x2116 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 15, 8, 114 CALL[], 15, 14, 106 CALL[], 14, 0, 105 CALL[], 0, 20, 106 CALL[], 0, 6, 105 CALL[], 6, 26, 106 CALL[], 17, 2, 114 CALL[], 17, 16, 106 SHP[2], 32 SRP1[], 32 SHP[1], 43 SRP1[], 17 SRP2[], 43 IP[], 33 IP[], 37 SHP[1], 36 SRP1[], 36 SHP[1], 41 IUP[Y] IUP[X] /* TT glyph 1271, char 0x2407 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 19, 16, 114 SHP[2], 34 CALL[], 19, 18, 106 SHP[2], 0 SLOOP[], 8 IP[], 1, 9, 25, 11, 41, 24, 27, 33 CALL[], 49, 18, 114 CALL[], 49, 43, 105 SHP[1], 45 CALL[], 49, 48, 106 IUP[Y] IUP[X] /* TT glyph 1272, char 0x2b22 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1273, char 0x2b2c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1274, char 0x2b24 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1275, char 0x2b1b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1276, char 0x2b25 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1277, char 0x2bc6 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1278, char 0x2bc7 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1279, char 0x2b27 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1280, char 0x2bc8 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1281, char 0x2bc5 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1282, char 0x2b1f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1283, char 0x2b29 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1284, char 0x2b2a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1285, char 0x2b2e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1286, char 0x2b1d */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1287, char 0x2423 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 9, 19, 114 SHP[2], 5 CALL[], 9, 1, 105 CALL[], 1, 0, 106 IP[], 11 IP[], 4 IUP[Y] IUP[X] /* TT glyph 1288, char 0x2422 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 11, 114 CALL[], 4, 11, 106 SLOOP[], 3 IP[], 7, 29, 32 CALL[], 23, 7, 114 CALL[], 23, 17, 106 SMD[], 96 SRP0[], 23 MDRP[m>RWh], 3 SHP[2], 0 CALL[], 3, 2, 106 SHP[2], 1 SRP1[], 23 SRP2[], 11 IP[], 21 IP[], 19 CALL[], 30, 0, 114 IUP[Y] IUP[X] /* TT glyph 1289, char 0x2bcb */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1290, char 0x2418 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 5, 16, 114 CALL[], 5, 12, 106 CALL[], 5, 0, 105 CALL[], 0, 17, 106 CALL[], 31, 18, 114 SHP[2], 23 SHP[2], 35 CALL[], 31, 32, 106 SHP[2], 26 SHP[2], 36 SRP2[], 36 IP[], 28 IP[], 25 IUP[Y] IUP[X] /* TT glyph 1291, char 0x240d */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 5, 16, 114 CALL[], 5, 12, 106 CALL[], 5, 0, 105 CALL[], 0, 17, 106 CALL[], 41, 18, 114 CALL[], 41, 42, 106 SHP[2], 33 SHP[1], 45 SRP1[], 45 SLOOP[], 4 IP[], 23, 46, 24, 32 IUP[Y] IUP[X] /* TT glyph 1292, char 0x2410 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 19, 16, 114 SHP[2], 10 CALL[], 19, 18, 106 SHP[2], 0 IP[], 1 IP[], 9 CALL[], 29, 18, 114 CALL[], 29, 23, 105 SHP[1], 25 CALL[], 29, 28, 106 IUP[Y] IUP[X] /* TT glyph 1293, char 0x2421 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 19, 16, 114 SHP[2], 10 CALL[], 19, 18, 106 SHP[2], 0 IP[], 1 IP[], 9 CALL[], 22, 18, 114 CALL[], 22, 23, 106 CALL[], 23, 26, 106 SHP[1], 27 IUP[Y] IUP[X] /* TT glyph 1294, char 0x2425 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 10 CALL[], 10, 4, 105 SLOOP[], 10 IP[], 5, 0, 1, 7, 8, 6, 9, 3, 2, 11 IUP[Y] IUP[X] /* TT glyph 1295, char 0x2414 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 19, 16, 114 SHP[2], 10 CALL[], 19, 18, 106 SHP[2], 0 IP[], 1 IP[], 9 CALL[], 37, 18, 114 CALL[], 37, 33, 105 SHP[2], 29 SRP1[], 29 SHP[1], 25 CALL[], 37, 36, 105 IP[], 32 IP[], 24 SRP1[], 32 SHP[1], 28 IUP[Y] IUP[X] /* TT glyph 1296, char 0x2411 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 19, 16, 114 SHP[2], 10 CALL[], 19, 18, 106 SHP[2], 0 IP[], 1 IP[], 9 CALL[], 33, 18, 114 SHP[2], 29 CALL[], 33, 24, 105 SHP[2], 36 CALL[], 24, 37, 106 CALL[], 33, 32, 106 SHP[2], 28 IUP[Y] IUP[X] /* TT glyph 1297, char 0x2413 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 19, 16, 114 SHP[2], 10 CALL[], 19, 18, 106 SHP[2], 0 IP[], 1 IP[], 9 CALL[], 22, 18, 114 CALL[], 22, 58, 105 SLOOP[], 9 IP[], 29, 36, 44, 65, 38, 64, 37, 45, 51 IUP[Y] IUP[X] /* TT glyph 1298, char 0x2412 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 19, 16, 114 SHP[2], 10 CALL[], 19, 18, 106 SHP[2], 0 IP[], 1 IP[], 9 CALL[], 45, 18, 114 SHP[2], 41 CALL[], 45, 34, 105 SLOOP[], 4 IP[], 44, 40, 23, 28 IUP[Y] IUP[X] /* TT glyph 1299, char 0x2419 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 2, 16, 114 SHP[2], 14 CALL[], 2, 3, 106 SHP[2], 7 IP[], 6 IP[], 15 MDAP[R], 6 MDAP[R], 15 SRP2[], 6 IP[], 11 IP[], 10 CALL[], 24, 18, 114 CALL[], 24, 25, 106 SHP[2], 32 SRP1[], 32 SHP[1], 19 SRP1[], 19 SHP[1], 38 SRP1[], 24 SHP[1], 36 SRP1[], 36 SLOOP[], 6 IP[], 23, 28, 33, 17, 22, 30 IUP[Y] IUP[X] /* TT glyph 1300, char 0x2403 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 2, 16, 114 SHP[2], 14 CALL[], 2, 3, 106 SHP[2], 7 IP[], 6 IP[], 15 MDAP[R], 6 MDAP[R], 15 SRP2[], 6 IP[], 11 IP[], 10 CALL[], 22, 18, 114 SHP[2], 21 CALL[], 22, 18, 105 SHP[2], 25 SLOOP[], 4 IP[], 17, 26, 23, 20 IUP[Y] IUP[X] /* TT glyph 1301, char 0x2417 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 2, 16, 114 SHP[2], 14 CALL[], 2, 3, 106 SHP[2], 7 IP[], 6 IP[], 15 MDAP[R], 6 MDAP[R], 15 SRP2[], 6 IP[], 11 IP[], 10 CALL[], 34, 18, 114 SHP[2], 16 CALL[], 34, 35, 106 SHP[2], 50 SLOOP[], 8 IP[], 17, 24, 41, 27, 57, 40, 44, 49 IUP[Y] IUP[X] /* TT glyph 1302, char 0x2404 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 2, 16, 114 SHP[2], 14 CALL[], 2, 3, 106 SHP[2], 7 IP[], 6 IP[], 15 MDAP[R], 6 MDAP[R], 15 SRP2[], 6 IP[], 11 IP[], 10 CALL[], 19, 18, 114 CALL[], 19, 18, 106 SHP[2], 22 CALL[], 18, 23, 106 IUP[Y] IUP[X] /* TT glyph 1303, char 0x2405 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 2, 16, 114 SHP[2], 14 CALL[], 2, 3, 106 SHP[2], 7 IP[], 6 IP[], 15 MDAP[R], 6 MDAP[R], 15 SRP2[], 6 IP[], 11 IP[], 10 CALL[], 28, 18, 114 CALL[], 28, 25, 105 CALL[], 25, 16, 106 CALL[], 28, 32, 105 CALL[], 32, 40, 106 CALL[], 28, 36, 105 IP[], 21 IUP[Y] IUP[X] /* TT glyph 1304, char 0x241b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 2, 16, 114 SHP[2], 14 CALL[], 2, 3, 106 SHP[2], 7 IP[], 6 IP[], 15 MDAP[R], 6 MDAP[R], 15 SRP2[], 6 IP[], 11 IP[], 10 CALL[], 16, 18, 114 CALL[], 16, 33, 106 CALL[], 16, 21, 105 CALL[], 21, 28, 106 IUP[Y] IUP[X] /* TT glyph 1305, char 0x241c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 2, 16, 114 SHP[2], 10 CALL[], 2, 3, 106 SLOOP[], 3 IP[], 7, 6, 11 CALL[], 12, 18, 114 CALL[], 12, 28, 105 SLOOP[], 10 IP[], 17, 19, 42, 22, 23, 39, 38, 26, 35, 33 IUP[Y] IUP[X] /* TT glyph 1306, char 0x240c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 2, 16, 114 CALL[], 2, 3, 106 SHP[1], 10 SRP1[], 10 SLOOP[], 3 IP[], 7, 6, 11 CALL[], 15, 18, 114 CALL[], 15, 14, 106 SHP[2], 22 SRP2[], 22 SLOOP[], 3 IP[], 19, 18, 23 IUP[Y] IUP[X] /* TT glyph 1307, char 0x241d */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, 16, 114 CALL[], 6, 0, 105 SLOOP[], 6 IP[], 29, 23, 19, 30, 31, 13 SRP1[], 31 SHP[1], 27 CALL[], 34, 18, 114 CALL[], 34, 50, 105 SLOOP[], 10 IP[], 39, 41, 64, 44, 45, 61, 60, 48, 57, 55 IUP[Y] IUP[X] /* TT glyph 1308, char 0x2b23 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1309, char 0x2409 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, 16, 114 SHP[2], 1 CALL[], 6, 7, 106 SHP[2], 0 IP[], 8 IP[], 9 CALL[], 12, 18, 114 CALL[], 12, 13, 106 CALL[], 13, 16, 106 SHP[1], 17 IUP[Y] IUP[X] /* TT glyph 1310, char 0x2302 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 18, 114 CALL[], 4, 6, 106 CALL[], 4, 2, 105 SLOOP[], 5 IP[], 9, 7, 1, 3, 8 IUP[Y] IUP[X] /* TT glyph 1311, char 0x23ce */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 11 CALL[], 11, 7, 105 SHP[2], 1 CALL[], 7, 4, 106 CALL[], 11, 8, 106 SHP[2], 3 CALL[], 8, 12, 105 CALL[], 12, 19, 106 SRP1[], 8 SRP2[], 11 SLOOP[], 4 IP[], 13, 18, 17, 14 CALL[], 11, 15, 105 CALL[], 15, 16, 106 IUP[Y] IUP[X] /* TT glyph 1312, char 0x240a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 16, 114 CALL[], 1, 7, 105 SHP[2], 3 CALL[], 7, 6, 106 CALL[], 8, 18, 114 CALL[], 8, 10, 105 SHP[2], 18 SRP2[], 18 SLOOP[], 3 IP[], 15, 14, 19 IUP[Y] IUP[X] /* TT glyph 1313, char 0x2b12 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1314, char 0x2b14 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1315, char 0x2415 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 9, 16, 114 SHP[2], 3 CALL[], 9, 8, 106 SHP[2], 0 SRP1[], 0 SHP[1], 12 SRP1[], 9 SHP[1], 13 SRP1[], 13 IP[], 5 IP[], 1 CALL[], 28, 18, 114 SHP[2], 32 CALL[], 28, 29, 106 SHP[2], 22 SLOOP[], 4 IP[], 16, 17, 33, 34 IUP[Y] IUP[X] /* TT glyph 1316, char 0x2424 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 9, 16, 114 SHP[2], 3 CALL[], 9, 8, 106 SHP[2], 0 SHP[2], 12 SHP[1], 13 SRP1[], 13 IP[], 5 IP[], 1 CALL[], 23, 18, 114 CALL[], 23, 18, 105 SHP[1], 19 CALL[], 23, 22, 106 IUP[Y] IUP[X] /* TT glyph 1317, char 0x2400 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 9, 16, 114 SHP[2], 4 SRP1[], 4 SHP[1], 13 CALL[], 9, 8, 106 SHP[2], 0 SRP1[], 0 SHP[1], 15 SRP1[], 13 IP[], 5 IP[], 1 CALL[], 16, 18, 114 CALL[], 16, 25, 106 CALL[], 16, 29, 105 SHP[2], 21 IUP[Y] IUP[X] /* TT glyph 1318, char 0x211e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 18, 114 CALL[], 4, 8, 105 SHP[2], 0 CALL[], 5, 16, 114 CALL[], 5, 21, 106 SHP[1], 22 SRP2[], 4 IP[], 9 IP[], 12 MDAP[R], 9 MDAP[R], 12 CALL[], 12, 13, 106 IP[], 1 IUP[Y] IUP[X] /* TT glyph 1319, char 0x241e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 19, 16, 114 SHP[2], 10 CALL[], 19, 18, 106 SHP[2], 22 SRP2[], 22 SLOOP[], 4 IP[], 0, 23, 1, 9 CALL[], 26, 18, 114 CALL[], 26, 42, 105 SLOOP[], 9 IP[], 31, 56, 33, 36, 37, 53, 52, 40, 49 IUP[Y] IUP[X] /* TT glyph 1320, char 0x240f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 16, 16, 114 CALL[], 16, 0, 105 SLOOP[], 10 IP[], 5, 30, 7, 10, 11, 27, 26, 14, 23, 21 CALL[], 32, 18, 114 SHP[2], 36 CALL[], 32, 37, 106 CALL[], 32, 33, 106 CALL[], 33, 40, 106 SHP[1], 41 IUP[Y] IUP[X] /* TT glyph 1321, char 0x240e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 16, 16, 114 CALL[], 16, 0, 105 SLOOP[], 10 IP[], 21, 23, 14, 26, 27, 11, 10, 30, 7, 5 CALL[], 32, 18, 114 CALL[], 32, 40, 106 CALL[], 32, 36, 105 CALL[], 36, 44, 106 IUP[Y] IUP[X] /* TT glyph 1322, char 0x2420 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 16, 16, 114 CALL[], 16, 0, 105 SLOOP[], 8 IP[], 21, 23, 14, 26, 27, 11, 10, 5 CALL[], 46, 18, 114 CALL[], 46, 47, 106 SHP[2], 40 IP[], 32 MDAP[R], 32 IP[], 33 IP[], 39 IUP[Y] IUP[X] /* TT glyph 1323, char 0x2401 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 16, 16, 114 CALL[], 16, 0, 105 SLOOP[], 10 IP[], 5, 30, 7, 10, 11, 27, 26, 14, 23, 21 MIAP[R], 36, 18 SHP[1], 32 CALL[], 36, 37, 106 SHP[2], 33 SRP2[], 33 IP[], 41 IP[], 40 IUP[Y] IUP[X] /* TT glyph 1324, char 0x2402 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 16, 16, 114 CALL[], 16, 0, 105 SLOOP[], 8 IP[], 21, 23, 14, 26, 27, 11, 10, 5 CALL[], 38, 18, 114 SHP[2], 32 CALL[], 38, 34, 105 SHP[2], 40 SLOOP[], 4 IP[], 33, 42, 36, 39 IUP[Y] IUP[X] /* TT glyph 1325, char 0x241a */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 16, 16, 114 CALL[], 16, 0, 105 SLOOP[], 8 IP[], 21, 23, 14, 26, 27, 11, 10, 5 MIAP[R], 50, 18 SHP[1], 32 CALL[], 50, 51, 106 SHP[2], 66 SLOOP[], 8 IP[], 33, 40, 57, 43, 73, 56, 60, 65 IUP[Y] IUP[X] /* TT glyph 1326, char 0x2426 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 26, 17, 114 SHP[2], 11 CALL[], 26, 12, 106 SHP[2], 25 CALL[], 30, 19, 114 CALL[], 30, 36, 106 CALL[], 36, 1, 105 SRP1[], 26 SLOOP[], 5 IP[], 22, 8, 15, 5, 18 IUP[Y] IUP[X] /* TT glyph 1327, char 0x2416 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 16, 16, 114 CALL[], 16, 0, 105 SLOOP[], 10 IP[], 5, 30, 7, 10, 11, 27, 26, 14, 23, 21 CALL[], 40, 18, 114 CALL[], 40, 33, 105 SHP[2], 37 SLOOP[], 3 IP[], 35, 41, 32 IUP[Y] IUP[X] /* TT glyph 1328, char 0x2bca */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1329, char 0x2b13 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1330, char 0x2b15 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1331, char 0x241f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 4, 16, 114 SHP[2], 13 CALL[], 4, 0, 105 CALL[], 0, 9, 106 CALL[], 18, 18, 114 CALL[], 18, 34, 105 SLOOP[], 10 IP[], 23, 25, 48, 28, 29, 45, 44, 32, 41, 39 IUP[Y] IUP[X] /* TT glyph 1332, char 0x240b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 16, 114 CALL[], 1, 0, 106 SHP[1], 5 SRP1[], 5 IP[], 3 CALL[], 8, 18, 114 CALL[], 8, 9, 106 SHP[2], 14 CALL[], 9, 15, 105 IUP[Y] IUP[X] /* TT glyph 1333, char 0x2b21 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1334, char 0x2b2d */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1335, char 0x2b1c */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1336, char 0x2b26 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1337, char 0x2b28 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1338, char 0x2b20 */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1339, char 0x2b2b */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1340, char 0x2b2f */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1341, char 0x2b1e */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ /* TT glyph 1342, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 5 CALL[], 5, 7, 106 IP[], 3 IP[], 2 IUP[Y] IUP[X] /* TT glyph 1343, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 1 CALL[], 1, 0, 106 SHP[1], 7 CALL[], 1, 4, 105 CALL[], 4, 8, 105 CALL[], 8, 15, 106 SRP1[], 1 SRP2[], 4 SLOOP[], 4 IP[], 10, 13, 14, 9 CALL[], 1, 11, 105 CALL[], 11, 12, 106 IUP[Y] IUP[X] /* TT glyph 1344, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 5 CALL[], 5, 15, 106 CALL[], 5, 23, 105 SHP[2], 11 SHP[2], 19 CALL[], 23, 22, 106 IUP[Y] IUP[X] /* TT glyph 1345, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 14 CALL[], 14, 7, 105 CALL[], 7, 6, 106 SHP[2], 1 SHP[2], 11 CALL[], 14, 15, 106 SHP[2], 3 SHP[2], 9 IUP[Y] IUP[X] /* TT glyph 1346, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 3 CALL[], 3, 0, 106 CALL[], 0, 7, 106 CALL[], 3, 4, 106 SRP1[], 7 SLOOP[], 6 IP[], 6, 8, 1, 2, 9, 5 IUP[Y] IUP[X] /* TT glyph 1347, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 5 CALL[], 5, 6, 106 CALL[], 6, 10, 106 CALL[], 5, 11, 106 SRP1[], 10 IP[], 3 IP[], 2 IUP[Y] IUP[X] /* TT glyph 1348, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 0 CALL[], 0, 2, 105 IP[], 4 IP[], 11 IUP[Y] IUP[X] /* TT glyph 1349, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 1 CALL[], 1, 3, 106 CALL[], 3, 6, 106 SHP[1], 7 IUP[Y] IUP[X] /* TT glyph 1350, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 1 CALL[], 1, 3, 106 IP[], 7 IP[], 6 IUP[Y] IUP[X] /* TT glyph 1351, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 7 CALL[], 7, 3, 105 SLOOP[], 6 IP[], 6, 1, 0, 4, 5, 2 IUP[Y] IUP[X] /* TT glyph 1352, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 9 CALL[], 9, 15, 105 CALL[], 9, 10, 106 CALL[], 10, 14, 105 SRP2[], 9 SLOOP[], 8 IP[], 0, 4, 3, 5, 7, 1, 6, 2 IUP[Y] IUP[X] /* TT glyph 1353, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 12 CALL[], 12, 28, 106 CALL[], 12, 4, 105 CALL[], 4, 20, 106 SRP2[], 12 IP[], 3 IP[], 2 IUP[Y] IUP[X] /* TT glyph 1354, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 17 SHP[1], 2 SHP[1], 5 CALL[], 17, 8, 105 SLOOP[], 4 IP[], 16, 11, 0, 3 SMD[], 128 SRP0[], 17 MDRP[m>RGr], 10 SHP[2], 13 IUP[Y] IUP[X] /* TT glyph 1355, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 5 CALL[], 5, 0, 105 CALL[], 0, 1, 106 CALL[], 5, 4, 106 SRP1[], 1 SLOOP[], 6 IP[], 2, 8, 7, 6, 11, 3 IUP[Y] IUP[X] /* TT glyph 1356, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 2 CALL[], 2, 3, 106 SRP0[], 2 MDRP[m>RBl], 7 CALL[], 7, 6, 106 SRP1[], 3 IP[], 8 MDAP[R], 8 SRP2[], 3 IP[], 9 IUP[Y] IUP[X] /* TT glyph 1357, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 9 CALL[], 9, 11, 105 SLOOP[], 3 IP[], 8, 6, 1 SRP1[], 1 SHP[1], 0 CALL[], 1, 2, 106 SHP[2], 3 IUP[Y] IUP[X] /* TT glyph 1358, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 20 CALL[], 20, 12, 105 CALL[], 12, 28, 106 CALL[], 20, 36, 106 SRP1[], 28 IP[], 0 IP[], 6 IUP[Y] IUP[X] /* TT glyph 1359, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 16 CALL[], 16, 32, 106 CALL[], 16, 8, 105 CALL[], 8, 24, 106 SRP2[], 16 SLOOP[], 8 IP[], 0, 4, 5, 3, 7, 1, 6, 2 IUP[Y] IUP[X] /* TT glyph 1360, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 3 CALL[], 3, 2, 106 CALL[], 3, 6, 106 SHP[1], 7 IUP[Y] IUP[X] /* TT glyph 1361, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 5 CALL[], 5, 4, 105 SHP[2], 0 CALL[], 4, 1, 106 IUP[Y] IUP[X] /* TT glyph 1362, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 24 SHP[1], 11 CALL[], 24, 12, 106 SHP[2], 23 CALL[], 24, 27, 105 CALL[], 27, 33, 106 CALL[], 33, 1, 105 SRP1[], 24 SLOOP[], 4 IP[], 8, 14, 5, 17 IUP[Y] IUP[X] /* TT glyph 1363, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 18 SHP[1], 2 SHP[1], 11 CALL[], 18, 19, 106 CALL[], 18, 9, 105 SHP[2], 3 SHP[2], 7 SHP[2], 13 CALL[], 9, 14, 106 SHP[2], 6 IUP[Y] IUP[X] /* TT glyph 1364, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 9 SHP[1], 2 SHP[1], 5 CALL[], 9, 0, 105 IP[], 8 IP[], 3 IUP[Y] IUP[X] /* TT glyph 1365, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 16, 9, 114 SHP[2], 53 CALL[], 16, 29, 106 SHP[2], 66 CALL[], 37, 8, 114 SHP[2], 0 CALL[], 78, 3, 114 SHP[2], 7 SHP[2], 44 SHP[2], 86 SRP1[], 16 IP[], 74 IP[], 32 MDAP[R], 74 MDAP[R], 32 SRP2[], 16 IP[], 22 IP[], 23 SRP1[], 74 SHP[1], 82 SRP1[], 32 SHP[1], 69 SRP1[], 22 SHP[1], 59 SRP1[], 23 SHP[1], 60 CALL[], 78, 45, 106 SHP[2], 77 SRP1[], 77 SHP[1], 8 SHP[1], 85 IUP[Y] IUP[X] /* TT glyph 1366, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 33, 154, 114 CALL[], 33, 26, 106 CALL[], 33, 0, 105 CALL[], 0, 7, 106 SRP2[], 33 IP[], 44 CALL[], 44, 45, 106 IP[], 16 IP[], 17 CALL[], 57, 149, 114 CALL[], 57, 55, 106 IUP[Y] IUP[X] /* TT glyph 1367, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 2, 153, 114 SHP[2], 9 CALL[], 2, 11, 106 CALL[], 2, 3, 106 SHP[2], 4 CALL[], 3, 6, 106 CALL[], 13, 149, 114 CALL[], 13, 15, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ OFFSET[R], 1264, 1070, 0 OFFSET[R], 1264, 130, 0 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ USEMYMETRICS[] OFFSET[R], 1264, 1200, 0 USEMYMETRICS[] OFFSET[R], 1264, 2400, 0 USEMYMETRICS[] OFFSET[R], 1264, 0, 0 /* TT glyph 1370, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 11, 149, 114 SHP[2], 15 CALL[], 11, 10, 106 SHP[2], 14 CALL[], 2, 151, 114 CALL[], 2, 3, 106 IP[], 7 IP[], 6 CALL[], 2, 1, 106 CALL[], 3, 0, 106 SRP1[], 1 SLOOP[], 3 IP[], 8, 5, 4 /* TT glyph 1371, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 2, 151, 114 CALL[], 2, 3, 106 IP[], 7 IP[], 6 CALL[], 2, 1, 106 CALL[], 3, 0, 106 SRP1[], 1 SLOOP[], 3 IP[], 8, 5, 4 CALL[], 12, 149, 114 CALL[], 12, 11, 106 /* TT glyph 1372, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 2, 151, 114 CALL[], 2, 3, 106 IP[], 7 IP[], 6 CALL[], 2, 1, 106 CALL[], 3, 0, 106 SRP1[], 1 SLOOP[], 3 IP[], 8, 5, 4 /* TT glyph 1373, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, 151, 114 CALL[], 6, 4, 105 CALL[], 4, 5, 106 CALL[], 6, 7, 106 CALL[], 7, 1, 106 CALL[], 1, 0, 106 SRP1[], 7 SRP2[], 6 IP[], 2 IP[], 3 CALL[], 8, 9, 114 CALL[], 8, 15, 105 SMD[], 96 SRP0[], 8 MDRP[m>RBl], 45 CALL[], 28, 3, 114 CALL[], 28, 29, 106 SRP0[], 28 MDRP[m>RBl], 43 SRP2[], 8 SLOOP[], 8 IP[], 18, 39, 21, 22, 36, 35, 25, 32 IUP[Y] IUP[X] /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ OFFSET[R], 903, 140, 0 OFFSET[R], 903, 1060, 0 /* TT glyph 1375, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 22, 147 SHP[1], 2 SRP1[], 2 SHP[1], 30 SRP1[], 30 SHP[1], 6 SRP1[], 6 SHP[1], 14 CALL[], 22, 17, 105 SHP[2], 25 SRP1[], 25 SHP[1], 9 CALL[], 22, 23, 106 SHP[2], 3 SRP1[], 3 SHP[1], 31 SRP1[], 31 SHP[1], 7 SRP1[], 7 SHP[1], 15 CALL[], 23, 16, 105 SHP[2], 24 SRP1[], 24 SHP[1], 8 IUP[Y] IUP[X] /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ OFFSET[R], 903, 72, 0 OFFSET[R], 909, 1060, 0/* TT glyph 1377, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 2, 148 SHP[1], 10 CALL[], 2, 3, 106 SHP[2], 11 SRP0[], 2 MDRP[mRGr], 42 CALL[], 22, 3, 114 CALL[], 22, 29, 105 SRP0[], 22 MDRP[m>RBl], 43 SRP2[], 8 SLOOP[], 10 IP[], 25, 26, 32, 19, 35, 36, 16, 15, 39, 12 IUP[Y] IUP[X] /* TT glyph 1390, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 8, 9, 114 CALL[], 8, 9, 106 SMD[], 96 SRP0[], 8 MDRP[m>RGr], 36 CALL[], 22, 3, 114 CALL[], 22, 23, 106 SRP0[], 22 MDRP[m>RBl], 37 SRP2[], 8 SLOOP[], 8 IP[], 12, 33, 15, 16, 30, 29, 19, 26 CALL[], 46, 151, 114 SHP[2], 2 CALL[], 2, 4, 106 CALL[], 4, 3, 106 CALL[], 46, 44, 105 CALL[], 44, 45, 106 CALL[], 46, 47, 106 SHP[2], 1 SRP1[], 1 SRP2[], 2 IP[], 6 IP[], 5 CALL[], 1, 7, 105 CALL[], 7, 0, 106 CALL[], 47, 41, 106 CALL[], 41, 40, 106 SRP1[], 47 SRP2[], 46 IP[], 42 IP[], 43 IUP[Y] IUP[X] /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ OFFSET[R], 910, 164, 0 OFFSET[R], 903, 1152, 0 /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ OFFSET[R], 909, 2256, 0 OFFSET[R], 910, 164, 0 OFFSET[R], 903, 1210, 0 /* TT glyph 1393, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 2 CALL[], 2, 1, 106 CALL[], 1, 7, 106 CALL[], 7, 0, 106 CALL[], 0, 10, 105 CALL[], 10, 11, 106 CALL[], 2, 4, 106 CALL[], 4, 3, 106 SRP1[], 2 SRP2[], 1 IP[], 5 IP[], 6 IUP[Y] IUP[X] /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ OFFSET[R], 910, 156, 0 OFFSET[R], 909, 1064, 0 /* TT glyph 1395, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 2, 151, 114 CALL[], 2, 1, 106 CALL[], 1, 7, 106 CALL[], 7, 0, 106 CALL[], 2, 4, 106 CALL[], 4, 3, 106 SHP[2], 11 SHP[1], 12 SRP1[], 7 SHP[1], 15 SRP1[], 0 SHP[1], 8 SRP1[], 2 SHP[1], 10 SRP1[], 1 SHP[1], 9 SRP2[], 2 SLOOP[], 4 IP[], 5, 6, 13, 14 IUP[Y] IUP[X] /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ OFFSET[R], 910, 2266, 0 OFFSET[R], 910, 164, 0 OFFSET[R], 910, 1220, 0 /* TT glyph 1397, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 16, 147 CALL[], 16, 15, 106 CALL[], 15, 38, 106 CALL[], 38, 45, 106 CALL[], 16, 41, 106 CALL[], 41, 42, 106 SRP2[], 38 SLOOP[], 11 IP[], 0, 11, 39, 6, 31, 44, 43, 20, 40, 25, 34 IUP[Y] IUP[X] /* VTTTalk Unicode 0xffff */ /* ACT generated Mon Feb 1 09:51:52 2021 */ OFFSET[R], 909, 2256, 0 OFFSET[R], 910, 164, 0 OFFSET[R], 915, 1210, 0 /* TT glyph 1399, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 17, 147 CALL[], 17, 16, 106 CALL[], 16, 64, 106 CALL[], 64, 71, 106 CALL[], 17, 67, 106 CALL[], 67, 68, 106 SRP2[], 64 SLOOP[], 15 IP[], 0, 52, 11, 65, 6, 58, 45, 33, 70, 69, 66, 22, 27, 39, 48 IUP[Y] IUP[X] /* TT glyph 1400, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 2, 151, 114 CALL[], 2, 1, 106 IP[], 6 IP[], 5 CALL[], 1, 7, 105 CALL[], 7, 0, 106 CALL[], 2, 4, 106 CALL[], 4, 3, 106 CALL[], 9, 152, 114 CALL[], 9, 11, 106 IUP[Y] IUP[X] /* TT glyph 1401, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 6, 151, 114 SHP[2], 10 CALL[], 6, 7, 106 SHP[2], 9 CALL[], 17, 152, 114 CALL[], 17, 19, 106 SRP1[], 6 SRP2[], 7 SLOOP[], 4 IP[], 3, 2, 13, 14 CALL[], 6, 4, 105 CALL[], 4, 5, 106 CALL[], 7, 1, 106 CALL[], 1, 0, 106 CALL[], 10, 12, 106 CALL[], 12, 11, 106 CALL[], 9, 15, 105 CALL[], 15, 8, 106 IUP[Y] IUP[X] /* TT glyph 1402, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 32, 147 SHP[1], 15 CALL[], 32, 4, 105 CALL[], 4, 25, 106 CALL[], 4, 10, 105 CALL[], 10, 19, 106 CALL[], 32, 33, 106 CALL[], 33, 29, 105 IUP[Y] IUP[X] /* TT glyph 1403, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 17, 3, 114 CALL[], 17, 27, 106 CALL[], 17, 45, 105 CALL[], 45, 54, 106 SRP1[], 27 IP[], 44 MDAP[R], 44 SRP2[], 27 SLOOP[], 7 IP[], 65, 68, 10, 40, 77, 51, 23 SRP2[], 54 SLOOP[], 4 IP[], 48, 71, 86, 59 CALL[], 65, 80, 106 CALL[], 10, 34, 106 CALL[], 40, 4, 106 CALL[], 59, 74, 106 IUP[Y] IUP[X] /* VTTTalk Unicode 0xffff */ /* ACT generated Wed Feb 3 10:42:44 2021 */ OFFSET[R], 915, 39, 0 OFFSET[R], 907, 1161, 0 /* TT glyph 1405, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 18, 147 CALL[], 18, 19, 106 CALL[], 19, 38, 106 CALL[], 38, 39, 106 CALL[], 18, 43, 106 CALL[], 43, 42, 106 SRP2[], 38 SLOOP[], 11 IP[], 37, 28, 45, 23, 40, 41, 34, 9, 44, 14, 3 IUP[Y] IUP[X] /* TT glyph 1406, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MDAP[R], 25 CALL[], 25, 53, 105 SLOOP[], 4 IP[], 50, 10, 36, 22 CALL[], 50, 4, 106 CALL[], 10, 44, 106 CALL[], 36, 16, 106 CALL[], 22, 30, 106 IUP[Y] IUP[X] /* TT glyph 1407, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 16, 16 CALL[], 16, 17, 106 CALL[], 17, 64, 106 CALL[], 64, 65, 106 CALL[], 16, 69, 106 CALL[], 69, 68, 106 SRP2[], 64 SLOOP[], 13 IP[], 48, 39, 27, 22, 71, 33, 45, 58, 6, 70, 11, 52, 0 IUP[Y] IUP[X] /* TT glyph 1408, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] CALL[], 1, 2, 114 MIAP[R], 14, 148 MDRP[mRBl], 5 CALL[], 5, 4, 106 CALL[], 9, 149, 114 CALL[], 9, 11, 105 IUP[Y] IUP[X] /* TT glyph 1421, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 1, 147 CALL[], 1, 0, 106 CALL[], 5, 149, 114 CALL[], 5, 7, 105 IUP[Y] IUP[X] /* TT glyph 1422, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 1, 147 CALL[], 1, 0, 106 CALL[], 5, 149, 114 CALL[], 5, 7, 105 IUP[Y] IUP[X] /* TT glyph 1423, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 1, 148 CALL[], 1, 0, 106 SRP0[], 1 MDRP[mRBl], 4 CALL[], 4, 20, 105 CALL[], 20, 23, 106 CALL[], 1, 17, 105 CALL[], 17, 18, 106 SRP1[], 0 SHP[1], 19 SRP1[], 5 SHP[1], 22 SRP2[], 0 SLOOP[], 4 IP[], 26, 25, 30, 29 SRP1[], 17 SHP[1], 27 SRP1[], 18 SHP[1], 28 SRP1[], 1 SHP[1], 10 SHP[2], 11 SRP1[], 5 SHP[1], 14 SRP1[], 4 SHP[1], 15 SRP1[], 23 SHP[1], 31 SRP1[], 20 SHP[1], 24 IUP[Y] IUP[X] /* TT glyph 1439, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:45 2021 */ SVTCA[Y] MIAP[R], 10, 148 CALL[], 10, 3, 105 CALL[], 3, 4, 106 CALL[], 10, 9, 106 SRP0[], 10 MDRP[mRWh], 4 CALL[], 26, 9, 106 SHP[1], 25 SRP1[], 25 IP[], 5 CALL[], 27, 2, 114 MDRP[m>RWh], 1 SRP2[], 26 IP[], 17 MDAP[R], 17 CALL[], 17, 35, 105 SLOOP[], 4 IP[], 33, 19, 51, 32 CALL[], 27, 43, 106 SHP[1], 45 SRP1[], 45 IP[], 0 IUP[Y] IUP[X] /* TT glyph 1776, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:46 2021 */ SVTCA[Y] CALL[], 8, 19, 114 SMD[], 96 MDRP[m>RBl], 4 CALL[], 8, 15, 105 IP[], 6 CALL[], 27, 17, 114 MDRP[m>RBl], 2 SRP2[], 8 SLOOP[], 10 IP[], 18, 44, 20, 21, 41, 40, 24, 37, 31, 30 CALL[], 27, 34, 105 IP[], 3 IUP[Y] IUP[X] /* TT glyph 1777, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:46 2021 */ SVTCA[Y] CALL[], 6, 151, 114 CALL[], 6, 4, 106 CALL[], 4, 5, 106 CALL[], 6, 7, 106 CALL[], 7, 1, 106 CALL[], 1, 0, 106 SRP1[], 6 SRP2[], 7 IP[], 3 IP[], 2 CALL[], 12, 9, 114 SMD[], 96 MDRP[m>RBl], 11 CALL[], 12, 19, 105 IP[], 10 CALL[], 32, 3, 114 MDRP[m>RGr], 48 SRP2[], 12 SLOOP[], 8 IP[], 22, 43, 25, 26, 40, 39, 29, 36 SMD[], 64 MDRP[m>RBl], 33 SHP[2], 49 IUP[Y] IUP[X] /* TT glyph 1778, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:46 2021 */ SVTCA[Y] CALL[], 12, 9, 114 CALL[], 12, 8, 105 CALL[], 26, 3, 114 CALL[], 26, 33, 105 SMD[], 96 SRP0[], 12 MDRP[m>RGr], 11 SRP0[], 26 MDRP[m>RBl], 48 SRP2[], 33 IP[], 46 SRP1[], 12 SRP2[], 8 IP[], 9 SRP2[], 26 SLOOP[], 10 IP[], 29, 30, 23, 36, 39, 20, 40, 19, 16, 43 CALL[], 2, 151, 114 CALL[], 2, 1, 106 IP[], 5 IP[], 6 CALL[], 2, 4, 106 CALL[], 4, 3, 106 CALL[], 1, 7, 105 CALL[], 7, 0, 106 IUP[Y] IUP[X] /* TT glyph 1779, char 0xffff */ /* VTT 6.33 compiler Mon Feb 8 13:47:46 2021 */ SVTCA[Y] CALL[], 2, 151, 114 CALL[], 2, 1, 106 CALL[], 1, 7, 105 CALL[], 7, 0, 106 CALL[], 2, 4, 106 CALL[], 4, 3, 106 CALL[], 12, 9, 114 SMD[], 96 MDRP[m>RGr], 11 CALL[], 12, 13, 106 SHP[2], 9 CALL[], 26, 3, 114 MDRP[m>RGr], 42 SRP2[], 12 SLOOP[], 8 IP[], 16, 37, 19, 20, 34, 33, 23, 30 CALL[], 26, 27, 106 SHP[2], 43 CALL[], 50, 151, 114 CALL[], 50, 48, 105 CALL[], 48, 49, 105 CALL[], 50, 51, 106 CALL[], 51, 45, 106 CALL[], 45, 44, 106 SRP1[], 50 SRP2[], 51 IP[], 47 IP[], 46 SRP1[], 2 SRP2[], 1 IP[], 5 IP[], 6 IUP[Y] IUP[X] /* auto-generated pre-program */ /* VTT 6.33 compiler Mon Feb 8 13:47:44 2021 */ /* Grey scaling? */ CALL[], 84 /* InstructionsOn */ #PUSHOFF MPPEM[] #PUSH, 2047 GT[] MPPEM[] #PUSH, 8 LT[] OR[] #PUSH, 1 GETINFO[] #PUSH, 37 GTEQ[] #PUSH, 1 GETINFO[] #PUSH, 64 LTEQ[] AND[] #PUSH, 6 GETINFO[] #PUSH, 0 NEQ[] AND[] OR[] IF[] #PUSH, 1, 1 INSTCTRL[] EIF[] #PUSHON /* DropOutCtrlOff */ SCANCTRL[], 400 SCANTYPE[], 1 SCANTYPE[], 5 /* CvtCutIn */ SVTCA[Y] SCVTCI[], 64 WS[], 3, 64 #PUSHOFF MPPEM[] #PUSH, 144 GTEQ[] IF[] #PUSH, 3, 0, 0 SCVTCI[] WS[] EIF[] #PUSHON /* ClearTypeCtrl */ #PUSHOFF #PUSH, 2, 2 RS[] LTEQ[] IF[] #PUSH, 4, 3 INSTCTRL[] EIF[] #PUSHON WS[], 16, 0 /* LinearAdvanceWidths */ SVTCA[Y] CALL[], 2, 89 SVTCA[Y] CALL[], 8, 89 CALL[], 3, 52, 2, 85 CALL[], 9, 52, 8, 85 SVTCA[Y] CALL[], 0, 89 SVTCA[Y] CALL[], 6, 89 SVTCA[Y] CALL[], 10, 89 SVTCA[Y] CALL[], 14, 89 CALL[], 1, 52, 0, 85 CALL[], 7, 52, 6, 85 CALL[], 11, 52, 10, 85 CALL[], 15, 57, 14, 85 SVTCA[Y] CALL[], 4, 89 SVTCA[Y] CALL[], 12, 89 CALL[], 5, 52, 4, 85 CALL[], 13, 52, 12, 85 SVTCA[Y] CALL[], 16, 89 SVTCA[Y] CALL[], 18, 89 CALL[], 17, 52, 16, 85 CALL[], 19, 52, 18, 85 SVTCA[X] CALL[], 21, 25, 69, 22, 78, 90 SVTCA[X] CALL[], 23, 61, 22, 119, 91 SVTCA[X] CALL[], 26, 52, 25, 25, 91 SVTCA[X] CALL[], 24, 61, 22, 119, 91 SVTCA[X] CALL[], 27, 52, 25, 25, 91 SVTCA[X] CALL[], 28, 22, 6, 31 CALL[], 29, 22, 255, 31 CALL[], 30, 103, 29, 85 SVTCA[Y] CALL[], 31, 23, 255, 31 CALL[], 32, 31, 12, 31 CALL[], 33, 171, 31, 85 CALL[], 34, 23, 7, 31 CALL[], 35, 24, 22, 31 SVTCA[X] CALL[], 36, 28, 24, 22, 92 CALL[], 37, 36, 128, 31 CALL[], 38, 36, 74, 31 CALL[], 39, 38, 171, 31 SVTCA[X] CALL[], 40, 25, 6, 31 CALL[], 41, 25, 255, 31 CALL[], 42, 41, 29, 31 SVTCA[Y] CALL[], 43, 26, 11, 31 SVTCA[Y] CALL[], 44, 12, 26, 25, 92 CALL[], 45, 205, 44, 85 CALL[], 46, 44, 86, 31 CALL[], 47, 27, 18, 31 SVTCA[X] CALL[], 48, 25, 27, 25, 92 CALL[], 49, 48, 74, 31 CALL[], 50, 48, 45, 31 SVTCA[X] CALL[], 52, 51, 19, 31 SVTCA[Y] CALL[], 58, 57, 86, 31 SVTCA[X] CALL[], 61, 60, 61, 31 CALL[], 62, 61, 64, 31 CALL[], 63, 62, 114, 31 SVTCA[Y] CALL[], 65, 64, 52, 31 CALL[], 66, 64, 128, 31 CALL[], 69, 68, 64, 31 CALL[], 70, 68, 128, 31 CALL[], 71, 70, 94, 31 SVTCA[X] CALL[], 73, 28, 255, 31 CALL[], 74, 28, 61, 31 CALL[], 75, 29, 128, 31 CALL[], 76, 29, 255, 31 CALL[], 77, 30, 255, 31 SVTCA[Y] CALL[], 78, 32, 255, 31 CALL[], 79, 33, 255, 31 CALL[], 80, 31, 255, 31 CALL[], 81, 34, 255, 31 CALL[], 82, 35, 52, 31 CALL[], 83, 35, 255, 31 CALL[], 84, 36, 40, 31 CALL[], 85, 36, 86, 31 CALL[], 86, 36, 255, 31 CALL[], 87, 37, 255, 31 CALL[], 88, 38, 255, 31 CALL[], 89, 39, 255, 31 SVTCA[X] CALL[], 90, 40, 255, 31 CALL[], 91, 42, 64, 31 CALL[], 92, 42, 255, 31 CALL[], 93, 41, 52, 31 CALL[], 94, 41, 86, 31 CALL[], 95, 41, 255, 31 CALL[], 96, 41, 128, 31 SVTCA[Y] CALL[], 97, 43, 255, 31 CALL[], 98, 44, 61, 31 CALL[], 99, 45, 255, 31 CALL[], 100, 44, 255, 31 CALL[], 101, 46, 255, 31 CALL[], 102, 44, 24, 31 CALL[], 103, 47, 255, 31 CALL[], 104, 49, 205, 31 CALL[], 105, 49, 255, 31 CALL[], 106, 48, 171, 31 CALL[], 107, 48, 255, 31 CALL[], 108, 48, 114, 31 CALL[], 109, 50, 114, 31 CALL[], 110, 50, 205, 31 CALL[], 111, 50, 255, 31 SVTCA[X] CALL[], 112, 52, 54, 31 CALL[], 113, 52, 255, 31 CALL[], 114, 51, 103, 31 CALL[], 115, 51, 255, 31 CALL[], 116, 51, 94, 31 CALL[], 117, 51, 25, 31 CALL[], 118, 53, 255, 31 SVTCA[Y] CALL[], 119, 54, 255, 31 CALL[], 120, 55, 255, 31 CALL[], 121, 55, 171, 31 CALL[], 122, 56, 205, 31 CALL[], 123, 56, 255, 31 CALL[], 124, 58, 255, 31 CALL[], 125, 57, 255, 31 SVTCA[X] CALL[], 126, 59, 255, 31 CALL[], 127, 63, 255, 31 CALL[], 128, 62, 255, 31 CALL[], 129, 61, 255, 31 CALL[], 130, 61, 147, 31 CALL[], 131, 60, 255, 31 SVTCA[Y] CALL[], 132, 65, 255, 31 CALL[], 133, 65, 147, 31 CALL[], 134, 64, 255, 31 CALL[], 135, 66, 255, 31 CALL[], 136, 64, 54, 31 CALL[], 137, 67, 255, 31 CALL[], 138, 69, 128, 31 CALL[], 139, 69, 255, 31 CALL[], 140, 68, 147, 31 CALL[], 141, 68, 255, 31 CALL[], 142, 70, 255, 31 CALL[], 143, 71, 255, 31 CALL[], 144, 72, 255, 31 CALL[], 158, 52, 146, 85 RTG[] /* Font-program */ /* ACT generated Mon Feb 1 09:51:52 2021 */ FDEF[], 9 /* Set fv to X pv perpendicular to italic angle CALL[], 9 */ #BEGIN #PUSHOFF SVTCA[X] #PUSH, 11, 10 RS[] SWAP[] RS[] NEG[] SPVFS[] #PUSHON #END ENDF[] FDEF[], 10 /* Set fv to italic angle pv to Y CALL[], 10 */ #BEGIN #PUSHOFF SVTCA[Y] #PUSH, 10, 11 RS[] SWAP[] RS[] SFVFS[] #PUSHON #END ENDF[] FDEF[], 16 /* Set fv to X pv perpendicular to adjusted italic angle CALL[], 16 */ #BEGIN #PUSHOFF SVTCA[X] #PUSH, 6 RS[] #PUSH, 7 RS[] NEG[] SPVFS[] #PUSHON #END ENDF[] FDEF[], 31 /* fn 31 equalizes two cvts below a given ppem size CALL[], , , , 31 */ #BEGIN #PUSHOFF /* STACK: , , */ #PUSH, 79 /* #samples/pixel */ CALL[] DUP[] #PUSH, 64 LTEQ[] IF[] /* #samples/pixel <= 1 */ /* STACK: , , , <#samples/pixel> */ POP[] /* #samples/pixel not involved */ MPPEM[] /* STACK: , , , */ GT[] IF[] RCVT[] WCVTP[] ELSE[] POP[] POP[] EIF[] ELSE[] /* #samples/pixel > 1 */ /* STACK: , , , <#samples/pixel> */ SWAP[] POP[] /* ppem Size not involved */ #PUSH, 64 /* STACK: , , <#samples/pixel>, <1> */ #PUSH, 4 /* child cvt */ CINDEX[] RCVT[] #PUSH, 4 /* parent cvt */ CINDEX[] RCVT[] SUB[] ABS[] /* STACK: , , <#samples/pixel>, <1>, <|[child cvt] - [parent cvt]|> */ ROLL[] MUL[] GT[] IF[] /* 1 > #samples/pixel * delta cvt */ RCVT[] WCVTP[] ELSE[] POP[] POP[] EIF[] EIF[] #PUSHON #END ENDF[] FDEF[], 40 /* Set fv to adjusted italic angle pv to Y CALL[], 40 */ #BEGIN #PUSHOFF SVTCA[Y] #PUSH, 7 RS[] #PUSH, 6 RS[] SFVFS[] #PUSHON #END ENDF[] FDEF[], 70 /* fn changes by (in ±1/64 pixel) at ppem sizes to (inclusive) CALL[], , , , , 70 */ #BEGIN #PUSHOFF MPPEM[] GTEQ[] SWAP[] MPPEM[] LTEQ[] AND[] IF[] DUP[] RCVT[] ROLL[] ADD[] WCVTP[] ELSE[] POP[] POP[] EIF[] #PUSHON #END ENDF[] FDEF[], 71 /* fn changes by (in ±1/64 pixel) at ppem size CALL[], , , , 71 */ #BEGIN #PUSHOFF MPPEM[] EQ[] IF[] DUP[] RCVT[] ROLL[] ADD[] WCVTP[] ELSE[] POP[] POP[] EIF[] #PUSHON #END ENDF[] FDEF[], 72 /* fn moves by (in ±1/64 pixel) at ppem sizes to (inclusive) CALL[], , , , , 72 */ #BEGIN #PUSHOFF MPPEM[] GTEQ[] SWAP[] MPPEM[] LTEQ[] AND[] IF[] SHPIX[] ELSE[] POP[] POP[] EIF[] #PUSHON #END ENDF[] FDEF[], 73 /* fn moves by (in ±1/64 pixel) at ppem size CALL[], , , , 73 */ #BEGIN #PUSHOFF MPPEM[] EQ[] IF[] SHPIX[] ELSE[] POP[] POP[] EIF[] #PUSHON #END ENDF[] FDEF[], 74 /* if = anti-aliasing in s[2] (set by fn 84) fn changes by (in ±1/64 pixel) at ppem sizes to (inclusive) CALL[], , , , , , 74 */ #BEGIN #PUSHOFF #PUSH, 2 RS[] EQ[] IF[] /* if = s[2] then fwd to fn 70 */ #PUSH, 70 CALL[] ELSE[] /* else cleanup stack and bail out */ POP[] POP[] POP[] POP[] EIF[] #PUSHON #END ENDF[] FDEF[], 75 /* if = anti-aliasing in s[2] (set by fn 84) fn changes by (in ±1/64 pixel) at ppem size CALL[], , , , , 75 */ #BEGIN #PUSHOFF #PUSH, 2 RS[] EQ[] IF[] /* if = s[2] then fwd to fn 71 */ #PUSH, 71 CALL[] ELSE[] /* else cleanup stack and bail out */ POP[] POP[] POP[] EIF[] #PUSHON #END ENDF[] FDEF[], 76 /* if = anti-aliasing in s[2] (set by fn 84) fn moves by (in ±1/64 pixel) at ppem sizes to (inclusive) CALL[], , , , , , 76 */ #BEGIN #PUSHOFF #PUSH, 2 RS[] EQ[] IF[] /* if = s[2] then fwd to fn 72 */ #PUSH, 72 CALL[] ELSE[] /* else cleanup stack and bail out */ POP[] POP[] POP[] POP[] EIF[] #PUSHON #END ENDF[] FDEF[], 77 /* if = anti-aliasing in s[2] (set by fn 84) fn moves by (in ±1/64 pixel) at ppem size CALL[], , , , , 77 */ #BEGIN #PUSHOFF #PUSH, 2 RS[] EQ[] IF[] /* if = s[2] then fwd to fn 73 */ #PUSH, 73 CALL[] ELSE[] /* else cleanup stack and bail out */ POP[] POP[] POP[] EIF[] #PUSHON #END ENDF[] FDEF[], 78 /* apply minimum distance and round depending on s[2], , and pv code = 0: position code = 1: distance code = 2: delta distance (for fractional inheritance) CALL[], , , 78 returns with rounded distance on stack */ #BEGIN #PUSHOFF /* STACK: , */ SWAP[] DUP[] #PUSH, 0 LT[] ROLL[] ROLL[] ABS[] /* STACK: , , <|dist|> */ #PUSH, 0, 3 /* code */ CINDEX[] EQ[] IF[] /* position */ /* STACK: , , <|dist|> */ #PUSH, 64 /* STACK: , , <|dist|>, <#samples/pixel> */ ELSE[] /* STACK: , , <|dist|> */ #PUSH, 1, 3 /* code */ CINDEX[] EQ[] IF[] /* distance */ #PUSH, 5 /* minimum distance */ RS[] MAX[] EIF[] #PUSH, 79 /* #samples/pixel */ CALL[] /* STACK: , , <|dist|>, <#samples/pixel> */ EIF[] SWAP[] #PUSH, 98 /* round to virtual grid */ CALL[] /* STACK: , , <[|dist|]> */ SWAP[] POP[] /* STACK: , <[|dist|]> */ SWAP[] IF[] NEG[] EIF[] /* STACK: <[dist]> */ #PUSHON #END ENDF[] FDEF[], 79 /* depending on rendering environment and pv determine #samples/pixel for rounding etc. notice that for PVs other than X or Y, this method will default to X, reflecting the bias inherent in the asymmetrical nature of ClearType CALL[], 79 returns the #samples/pixel in 26.6 */ #BEGIN #PUSHOFF #PUSH, 8, 0 GPV[] POP[] EQ[] ADD[] RS[] #PUSHON #END ENDF[] FDEF[], 80 /* depending on rendering environment and pv determine actual stroke optimization method CALL[], 80 returns with method on stack (see fn 112 for definition of method) */ #BEGIN #PUSHOFF #PUSH, 12, 0 GPV[] POP[] EQ[] ADD[] RS[] #PUSHON #END ENDF[] FDEF[], 81 /* adjust advance width to compensate for rasterizer's rounding errors CALL[], , 81 */ #BEGIN #PUSHOFF /* STACK: */ SVTCA[X] DUP[] GC[O] /* STACK: , */ #PUSH, 2 RS[] DUP[] #PUSH, 4096 /* fract AW value in 26.6 */ DIV[] #PUSH, 4096 /* 64 in 26.6 */ MUL[] EVEN[] /* fract AW bit not set */ SWAP[] #PUSH, 256 /* comp AW value in 26.6 */ DIV[] #PUSH, 4096 /* 64 in 26.6 */ MUL[] EVEN[] /* comp AW bit not set */ AND[] IF[] #PUSH, 32 ADD[] FLOOR[] EIF[] SCFS[] #PUSHON #END ENDF[] FDEF[], 83 /* CALL[], , 83 returns with square root of radicand on stack */ #BEGIN #PUSHOFF /* STACK: */ #PUSH, 0, 2 CINDEX[] /* STACK: , , */ #WBeginLoop83: #PUSH, 2 /* low */ CINDEX[] #PUSH, 2 /* high */ CINDEX[] GTEQ[] #PUSH, WOffset83a SWAP[] JROT[], (WOffset83a=#WEndLoop83) /* while low <= high */ /* STACK: , , */ #PUSH, 2 /* low */ CINDEX[] #PUSH, 2 /* high */ CINDEX[] ADD[] #PUSH, 32 MUL[] /* STACK: , , , */ DUP[] DUP[] #PUSH, 6 /* radicand */ CINDEX[] SWAP[] DIV[] /* STACK: , , , , , */ LT[] IF[] /* STACK: , , , */ ROLL[] POP[] #PUSH, 1 ADD[] SWAP[] /* STACK: , , */ ELSE[] DUP[] DUP[] #PUSH, 6 /* radicand */ CINDEX[] SWAP[] DIV[] GT[] IF[] /* STACK: , , , */ SWAP[] POP[] #PUSH, 1 SUB[] /* STACK: , , */ ELSE[] /* STACK: , , , */ ROLL[] POP[] SWAP[] POP[] DUP[] /* STACK: , , */ EIF[] EIF[] #PUSH, WOffset83b JMPR[], (WOffset83b=#WBeginLoop83) #WEndLoop83: /* STACK: , , */ ADD[] #PUSH, 32 MUL[] SWAP[] POP[] /* STACK: */ #PUSHON #END ENDF[] FDEF[], 84 /* fn determines current rasterizing environment and stores it in s[2] as follows: bit 0 (value 1) = Grey-Scaling bit 1 (value 2) = ClearType(tm) bit 2 (value 4) = Compatible Width ClearType bit 3 (value 8) = Vertical Direction (horizontally striped) ClearType bit 4 (value 16) = BGR as opposed to RGB Devices bit 5 (value 32) = ClearType on Rapier CE Devices bit 6 (value 64) = ClearType with fractional advance widths bit 7 (value 128) = ClearType with non-ClearType direction anti-aliasing bit 8 (value 256) = ClearType with gray full-pixel s[2] is used e.g. in fns 74 through 77 To test against any combination of these flags, add up the respective values. specific to the current rasterizing environment fn stores the following parameters s[5] = minimum distance s[8] = #samples/pixel in x-direction s[9] = #samples/pixel in y-direction s[12] = stroke optimization method in x-direction s[13] = stroke optimization method in y-direction CALL[], 84 */ /* Version 2.1 20120101 */ #BEGIN #PUSHOFF #PUSH,2,0 WS[] /* s[2] = grey scaling: off (by default) */ #PUSH,35,1 /* 35 = MS Rasterizer version 1.7 */ GETINFO[] /* 1 = tell GETINFO to give us the rasterizer version */ LTEQ[] /* 35 <= version ? */ #PUSH,64,1 /* 64 = highest rasterizer version assigned to MS */ GETINFO[] /* 1 = tell GETINFO to give us the rasterizer version */ GTEQ[] /* 64 >= version ? */ AND[] /* 35 <= version && version <= 64 ? */ IF[] /* if so, we're running MS rasterizer version 1.7 or higher */ #PUSH,4096,32 /* 4096 = flag returned by GETINFO if grey scaling bit is on */ GETINFO[] /* 32 = tell GETINFO to give us the grey scaling bit */ EQ[] /* 4096 == flag ? */ IF[] /* if so, we're running under grey scaling */ #PUSH,2,1,2 RS[] ADD[] WS[] /* s[2] += grey scaling: on (by now) */ EIF[] #PUSH,36,1 /* 36 = MS Rasterizer version 1.6+ (WinCE) or 1.8 (WinXP) */ GETINFO[] /* 1 = tell GETINFO to give us the rasterizer version */ LTEQ[] /* 36 <= version ? (already tested version <= 64) */ IF[] /* if so, we're running MS rasterizer version 1.6+ (WinCE) or 1.8 (WinXP) or higher */ #PUSH,8192,64 /* 8192 = flag returned by GETINFO if ClearTypeTM bit is on */ GETINFO[] /* 64 = tell GETINFO to give us the ClearTypeTM bit */ EQ[] /* 8192 == flag ? */ IF[] /* if so, we're running under ClearTypeTM */ #PUSH,2,2,2 RS[] ADD[] WS[] /* s[2] += ClearTypeTM: on (by now) */ #PUSH,36,1 /* 36 = MS Rasterizer version 1.6+ (WinCE) */ GETINFO[] EQ[] IF[] /***** we're running Rasterizer v1.6+ for WinCE with ClearType *****/ #PUSH,2,32,2 RS[] ADD[] WS[] /* s[2] += Rapier CE: on (by now) */ SVTCA[Y] MPPEM[] SVTCA[X] MPPEM[] GT[] IF[] #PUSH,2,8,2 RS[] ADD[] WS[] EIF[] ELSE[] /***** we're running Rasterizer v1.8 (or higher) for WinXP with ClearType (or Win2k 2000 with ClearType patch) *****/ #PUSH,16384,128 /* 16384 = flag returned by GETINFO if ClearTypeTM silly aw bit is on */ GETINFO[] /* 128 = tell GETINFO to give us the ClearTypeTM silly aw bit */ EQ[] /* 16384 == flag ? */ IF[] /* if so, we're running under ClearTypeTM silly aw */ #PUSH,2,4,2 RS[] ADD[] WS[] /* s[2] += ClearTypeTM silly aw: on (by now) */ EIF[] #PUSH,16384,128 /* 32768 = flag returned by GETINFO if ClearTypeTM in vertical direction bit is on */ MUL[] /* Assembler restriction: produce 32768 by multiplying 16384 by 2 (2 in F26.6 is 128) */ #PUSH,256 /* 256 = tell GETINFO to give us the ClearTypeTM in vertical direction bit */ GETINFO[] EQ[] /* 32768 == flag ? */ IF[] /* if so, we're running ClearTypeTM in vertical direction */ #PUSH,2,8,2 RS[] ADD[] WS[] /* s[2] += ClearTypeTM in vertical direction: on (by now) */ EIF[] #PUSH,16384,256 /* 65536 = flag returned by GETINFO if ClearTypeTM in BGR order bit is on */ MUL[] /* Assembler restriction: produce 65536 by multiplying 16384 by 4 (4 in F26.6 is 256) */ #PUSH,512 /* 512 = tell GETINFO to give us the ClearTypeTM in BGR order bit */ GETINFO[] EQ[] /* 65536 == flag ? */ IF[] /* if so, we're running under ClearTypeTM in BGR order */ #PUSH,2,16,2 RS[] ADD[] WS[] /* s[2] += ClearTypeTM in BGR order: on (by now) */ EIF[] #PUSH,38,1 /* 38 = MS Rasterizer version 1.9 */ GETINFO[] /* 1 = tell GETINFO to give us the rasterizer version */ LTEQ[] /* 38 <= version ? (already tested version <= 64) */ IF[] /* if so, we're running MS rasterizer version 1.9 (Windows Longhorn) or higher */ #PUSH,16384,512 /* 131072 = flag returned by GETINFO if ClearTypeTM fractional advance widths bit is on */ MUL[] /* Assembler restriction: produce 131072 by multiplying 16384 by 8 (8 in F26.6 is 512) */ #PUSH,1024 /* 1024 = tell GETINFO to give us the ClearTypeTM fractional advance widths bit */ GETINFO[] EQ[] /* 131072 == flag ? */ IF[] /* if so, we're running under ClearTypeTM fractional advance widths */ #PUSH,2,64,2 RS[] ADD[] WS[] /* s[2] += ClearTypeTM fractional advance widths: on (by now) */ EIF[] #PUSH,16384,1024 /* 262144 = flag returned by GETINFO if ClearTypeTM non-ClearType direction anti-aliasing bit is on */ MUL[] /* Assembler restriction: produce 262144 by multiplying 16384 by 16 (16 in F26.6 is 1024) */ #PUSH,2048 /* 2048 = tell GETINFO to give us the ClearTypeTM non-ClearType direction anti-aliasing bit */ GETINFO[] EQ[] /* 262144 == flag ? */ IF[] /* if so, we're running under ClearTypeTM non-ClearType direction anti-aliasing */ #PUSH,2,128,2 RS[] ADD[] WS[] /* s[2] += ClearTypeTM non-ClearType direction anti-aliasing: on (by now) */ EIF[] #PUSH,40,1 /* 40 = Rasterizer v2.1 Windows 8, SubPixel */ GETINFO[] /* 1 = tell GETINFO to give us the rasterizer version */ LTEQ[] /* 40 <= version ? (already tested version <= 64) */ IF[] /* if so, we're running MS rasterizer version 2.1 (Windows 8) or higher */ #PUSH,16384,2048 /* 524288 = flag returned by GETINFO if ClearTypeTM non-ClearType direction anti-aliasing bit is on */ MUL[] /* Assembler restriction: produce 524288 by multiplying 16384 by 32 (32 in F26.6 is 2048) */ #PUSH,4096 /* 4096 = tell GETINFO to give us the ClearTypeTM gray full-pixel rendering bit */ GETINFO[] EQ[] /* 524288 == flag ? */ IF[] /* if so, we're running under ClearTypeTM gray full-pixel rendering */ #PUSH,2,256,2 RS[] ADD[] WS[] /* s[2] += ClearTypeTM gray full-pixel rendering: on (by now) */ EIF[] EIF[] EIF[] /* Vista or greater rasterizer */ EIF[] /* Windows ClearType (Platt) */ EIF[] /* ClearType Enabled */ EIF[] /* ClearType enabled rasterizer */ EIF[] /* Microsoft Rasterizer */ /* store rasterizing environment specific parameters */ #PUSH, 0, 2 RS[] EQ[] IF[] /* for b&w */ #PUSH, 5, 64, 8, 64, 9, 64, 12, 2, 13, 2 ELSE[] #PUSH, 1, 2 RS[] EQ[] IF[] /* for grey-scaling */ #PUSH, 5, 64, 8, 256, 9, 256, 12, 1, 13, 1 ELSE[] #PUSH, 128, 2 RS[] GT[] IF[] /* for ClearType */ #PUSH, 5, 64, 8, 384, 9, 64 ELSE[] /* for y-anti-aliased ClearType */ #PUSH, 256, 2 RS[] GT[] IF[] /* Gray ClearType */ #PUSH, 5, 64, 8, 384, 9, 320 ELSE[] /* Gray ClearType */ #PUSH, 384, 2 RS[] GT[] IF[] /* Gray ClearType */ #PUSH, 5, 64, 8, 512, 9, 64 ELSE[] /* Gray ClearType y-anti-aliased */ #PUSH, 5, 64, 8, 256, 9, 256 EIF[] EIF[] EIF[] #PUSH,16384,128 /* b&w aw? */ GETINFO[] NEQ[] #PUSH,16384,512 /* fract aw? */ MUL[] #PUSH,1024 GETINFO[] NEQ[] AND[] IF[] /* natural widths */ #PUSH, 12, 0, 13, 1 ELSE[] /* compatible or fractional widths */ #PUSH, 12, 0, 13, 1 EIF[] EIF[] EIF[] WS[] WS[] WS[] WS[] WS[] #PUSHON #END ENDF[] FDEF[], 85 /* fn 85 equalizes double specified heights below a given ppem size CALL[], , , , 85 */ /* Version 2.0 20141201 */ #BEGIN #PUSHOFF /* STACK: , , */ RCVT[] /* pick absolute (square) height */ #PUSH, 2, 78 /* 2 appears to work for heights and weights */ CALL[] SWAP[] /* STACK: , <[abs cvt]>, */ #PUSH, 79 /* #samples/pixel */ CALL[] DUP[] #PUSH, 64 LTEQ[] IF[] /* #samples/pixel = 1 (or less...) */ /* STACK: , <[abs cvt]>, , <#samples/pixel> */ POP[] MPPEM[] LTEQ[] /* specified ppem size <= actual ppem size ? */ IF[] /* STACK: , <[abs cvt]> */ #PUSH, 2 CINDEX[] RCVT[] /* pick relative height (overshoot) */ #PUSH, 1, 78 CALL[] ADD[] /* add overshoot to square height */ /* STACK: , <[rel cvt] + [abs cvt]> */ EIF[] ELSE[] /* #samples/pixel > 1 */ /* STACK: , <[abs cvt]>, , <#samples/pixel> */ SWAP[] MPPEM[] LTEQ[] /* specified ppem size <= actual ppem size */ IF[] /* STACK: , <[abs cvt]>, <#samples/pixel> */ #PUSH, 3 /* rel cvt */ CINDEX[] RCVT[] DUP[] ABS[] ROLL[] MUL[] #PUSH, 64 /* STACK: , <[abs cvt]>, <[rel cvt]>, <|[rel cvt]| * #samples/pixel>, <1> */ GTEQ[] /* #samples/pixel greater than or equal to 1 pixel */ IF[] /* STACK: , <[abs cvt]>, <[rel cvt]> */ #PUSH, 2, 78 CALL[] ADD[] /* add overshoot to square height */ /* STACK: , <[rel cvt] + [abs cvt]> */ ELSE[] /* STACK: , <[abs cvt]>, <[rel cvt]> */ POP[] /* STACK: , <[abs cvt]> */ EIF[] ELSE[] /* STACK: ,,<#samples/pixel>*/ POP[] /* STACK: ,*/ EIF[] EIF[] /* STACK: , <[act cvt]> */ WCVTP[] /* make this the round height */ #PUSHON #END ENDF[] FDEF[], 86 /* function to naturally space an accent above or below a base character CALL[], , , , , , 86 convert distance (fUnits) to pixels, round, and space child from parent by result this essentially implements the functionality of an MDRP[m>RWh] instrunction for composites which lack a suitable implementation of "original" coordinates. roundMethod 0, 1, 2, and 3 round down to, to, up to, and to half virtual grid function assumes cvt #20 is reserved and can be used temporarily in here... storage 16 contains a threshold ppem size. if zero, ignore the threshold, otherwise if less than or equal to threshold, use 64 (26.6) #samples/pixel. */ #BEGIN #PUSHOFF /* extract the sign from distance */ /* STACK: , , , , */ DUP[] #PUSH, 0 LT[] DUP[] IF[] SWAP[] NEG[] ELSE[] SWAP[] EIF[] /* scale distance using reserved cvt */ /* STACK: , , , , , <|distance|> */ #PUSH, 20, 20 /* reserved cvt */ ROLL[] WCVTF[] RCVT[] /* determine if we are using a size threshold */ /* STACK: , , , , , <|distance|'> */ #PUSH, 16, 16 /* reserved storage for threshold */ RS[] MPPEM[] ROLL[] RS[] LTEQ[] AND[] /* threshold must not be zero and <= ppem */ IF[] #PUSH, 64 /* #samples/pixel = 1 */ ELSE[] /* round per round method and #samples/pixel in current pv */ /* STACK: , , , , , <|distance|'> */ #PUSH, 79 /* #samples/pixel */ CALL[] EIF[] SWAP[] #PUSH, 97, 6 /* round to virtual grid, roundMethod */ MINDEX[] ADD[] CALL[] /* round to virtual grid */ /* STACK: , , , , <[|distance|']> */ /* apply minimum distance, if applicable */ ROLL[] IF[] #PUSH, 5 /* minimum distance */ RS[] MAX[] EIF[] /* fold the sign back into distance */ /* STACK: , , <[|distance|']> */ SWAP[] IF[] NEG[] EIF[] /* move child by [distance'] */ /* STACK: , , <[distance']> */ SWAP[] SRP0[] MSIRP[m] /* STACK: */ #PUSHON #END ENDF[] FDEF[], 87 /* fn places an accent on top of a base character fn uses the same constraint model as fn 111 (interpolate median), except that for composites there is no concept of original coordinates, hence the respective values are provided by the caller as CALL[], , , , , , 87 */ #BEGIN #PUSHOFF /* partialFactor: ((c0 + c1)/2 - p0)/(p1 - p0) target median: ((c0 + c1)/2 - p0)*(p1' - p0')/(p1 - p0)> + p0' = partialFactor*(p1' - p0') source median: (c0' + c1')/2 primed coordinates are [N]ew, other coordinates are [O]riginal */ /* STACK: , , , , */ #PUSH, 3 /* p0 */ CINDEX[] MD[N] MUL[] /* STACK: , , , <((c0 + c1)/2 - p0)*(p1' - p0')/(p1 - p0)> */ SWAP[] /* p0 */ GC[N] ADD[] /* STACK: , , */ #PUSH, 79 /* #samples/pixel */ CALL[] SWAP[] /* STACK: , , <#samples/pixel>, */ #PUSH, 4 /* c0 */ CINDEX[] #PUSH, 4 /* c1 */ CINDEX[] MD[N] #PUSH, 3 /* #samples/pixel */ CINDEX[] MUL[] /* STACK: , , <#samples/pixel>, , */ ODD[] DUP[] ADD[] #PUSH, 98 ADD[] CALL[] /* round to (half) virtual grid */ /* STACK: , , <[targetMedian]> */ #PUSH, 3 /* c0 */ CINDEX[] DUP[] SRP0[] GC[N] ROLL[] /* c1 */ GC[N] ADD[] #PUSH, 32 MUL[] /* STACK: , , */ SUB[] /* STACK: , */ MSIRP[m] #PUSHON #END ENDF[] FDEF[], 88 /* set up storage locations with the x and y components of the italic and adjusted italic angles as follows: s[ 6] = adjusted italic angle y s[ 7] = adjusted italic angle x s[10] = italic angle y s[11] = italic angle x while rendering in b&w, determines the optimal phase for positioning italic strokes s[ 4] = optimal phase CALL[], , , 88 */ #BEGIN #PUSHOFF /* STACK: , */ #PUSH, 0 /* Use twilight points to calculate stroke angles */ SZPS[] #PUSH, 2, 3 /* riseCvt */ CINDEX[] #PUSH, 1, 4 /* runCvt */ CINDEX[] /* STACK: , , <2>, , <1>, */ SVTCA[X] /* Set twilight point 1 with italic run cvt in x */ MIAP[r] SVTCA[Y] /* Set twilight point 2 with italic rise cvt in y */ MIAP[r] #PUSH, 1, 2 /* and let the rasterizer do the math */ SPVTL[r] GPV[] #PUSH, 10 /* store the x and y components of the italic angle */ SWAP[] NEG[] /* notice that since we're essentially setting the pv to a line */ WS[] /* from (runCvt,0) to (0,riseCvt), the calculcated pv will be */ #PUSH, 11 /* proportional to (runCvt,0) - (0,riseCvt) = (runCvt,-riseCvt). */ SWAP[] /* Hence we have to mirror the result at the base line, which is */ WS[] /* done by flipping (negating) the sign of the y component here. */ /* STACK: , */ #PUSH, 2, 3 /* riseCvt */ CINDEX[] #PUSH, 1, 4 /* runCvt */ CINDEX[] SVTCA[X] /* same for the adjusted italic angle */ MIAP[R] /* except to round the twilight point in x... */ SVTCA[Y] MIAP[R] /* ...and in y */ #PUSH, 1, 2 SPVTL[r] GPV[] #PUSH, 6 SWAP[] NEG[] /* same neg as above */ WS[] #PUSH, 7 SWAP[] WS[] #PUSH, 1 /* restore graphics state */ SZPS[] /* STACK: , */ #PUSH, 0, 2 RS[] EQ[] IF[] /* running b&w? */ /* STACK: , */ /* determine adjusted run' = run*[rise]/rise */ RCVT[] SWAP[] RCVT[] DUP[] RTG[] ROUND[Bl] ROLL[] MUL[] SWAP[] DIV[] /* STACK: */ /* determine phase = (run' - [run'])/2 = half the rounding error */ DUP[] DUP[] #PUSH, 64 LT[] IF[] CEILING[] /* optimize for "minimum italic angle" */ ELSE[] FLOOR[] /* optimize for minimal number of jaggies */ EIF[] SUB[] #PUSH, 32 MUL[] /* STACK: */ /* for its use on bottom italic edge, determine complement to full pixel */ #PUSH, 64 SWAP[] SUB[] /* and store in s[4] */ #PUSH, 4 SWAP[] WS[] /* STACK: */ ELSE[] /* STACK: , */ #PUSH, 4, 0 WS[] POP[] POP[] /* STACK: */ EIF[] RTG[] SVTCA[X] #PUSHON #END ENDF[] FDEF[], 89 /* function rounds depending on rendering environment and pv CALL[], , 89 */ #BEGIN #PUSHOFF DUP[] RCVT[] #PUSH, 0, 78 /* roundDist */ CALL[] WCVTP[] #PUSHON #END ENDF[] FDEF[], 90 /* below : make both children the same as the (averaged) parent cvt at and above: calculate child cvt as of child cvt CALL[],

, , , , , 90 */ #BEGIN #PUSHOFF /* STACK:

, , , , */ MPPEM[] LTEQ[] #PUSH, 64, 79 /* #samples/pixel */ CALL[] LT[] OR[] IF[] /* at or above ppem limit or rounding to less than a pixel */ /* STACK:

, , , */ DUP[] RCVT[] #PUSH, 1, 78 /* roundDist */ CALL[] DUP[] ROLL[] ROLL[] /* STACK:

, , , <[ch1]>, , <[ch1]> */ WCVTP[] /* STACK:

, , , <[ch1]> */ DUP[] #PUSH, 64, 4 MINDEX[] SUB[] MUL[] SUB[] #PUSH, 1, 78 /* roundDist */ CALL[] /* STACK:

, , <[ch1] - [ch1]*(1-fraction)> */ WCVTP[] POP[] /* parent not involved */ /* STACK: */ ELSE[] /* STACK:

, , , */ SWAP[] POP[] /* fraction not involved */ /* STACK:

, , */ ROLL[] RCVT[] #PUSH, 1, 78 /* roundDist */ CALL[] /* STACK: , , <[p]> */ DUP[] ROLL[] SWAP[] /* STACK: , <[p]>, , <[p]> */ WCVTP[] WCVTP[] /* STACK: */ EIF[] #PUSHON #END ENDF[] FDEF[], 91 /* below : make child cvt the same as parent cvt

at and above: calculate child cvt as of parent cvt

CALL[], , ,

, , 91 */ #BEGIN #PUSHOFF /* STACK: , ,

, */ MPPEM[] LTEQ[] #PUSH, 64, 79 /* #samples/pixel */ CALL[] LT[] OR[] IF[] /* at or above ppem limit or rounding to less than a pixel */ /* STACK: , ,

*/ RCVT[] DUP[] ROLL[] /* STACK: , <[p]>, <[p]>, */ #PUSH, 64 SUB[] MUL[] ADD[] /* STACK: , <[p] + [p]*(fraction - 1)> */ ELSE[] /* STACK: , ,

*/ SWAP[] POP[] /* fraction not involved */ RCVT[] /* STACK: , [p] */ EIF[] #PUSH, 1, 78 /* roundDist */ CALL[] WCVTP[] /* STACK: */ #PUSHON #END ENDF[] FDEF[], 92 /* function to calculate a child cvt as a of two parent cvts , CALL[], , , , , 92 */ #BEGIN #PUSHOFF /* STACK: , , , */ SWAP[] RCVT[] DUP[] /* STACK: , , , <[p0]>, <[p0]> */ ROLL[] RCVT[] SWAP[] SUB[] /* STACK: , , <[p0]>, <[p1] - [p0]> */ DUP[] ABS[] #PUSH, 64 LTEQ[] /* STACK: , , <[p0]>, <[p1] - [p0]>, */ #PUSH, 4 CINDEX[] DUP[] #PUSH, 0 GTEQ[] SWAP[] #PUSH, 64 LTEQ[] AND[] AND[] /* STACK: , , <[p0]>, <[p1] - [p0]>, = 0 && blend <= 64?> */ #PUSH, 64, 79 /* #samples/pixel */ CALL[] EQ[] AND[] /* STACK: , , <[p0]>, <[p1] - [p0]>, = 0 && blend <= 64 && rounding to full pixel?> */ IF[] /* STACK: , , <[p0]>, <[p1] - [p0]> */ ROLL[] GPV[] ABS[] SWAP[] ABS[] SWAP[] /* STACK: , <[p0]>, <[p1] - [p0]>, , <|pv.x|>, <|pv.y|> */ GTEQ[] /* pv closer to x? */ IF[] /* STACK: , <[p0]>, <[p1] - [p0]>, */ /* bias towards p1: blend' := 1 - (1 - blend)² */ #PUSH, 64, 64 ROLL[] SUB[] DUP[] MUL[] SUB[] /* , <[p0]>, <[p1] - [p0]>, <1 - (1 - blend)²> */ ELSE[] /* STACK: , <[p0]>, <[p1] - [p0]>, */ /* bias towards p0: blend' := blend² */ DUP[] MUL[] /* STACK: , <[p0]>, <[p1] - [p0]>, */ EIF[] ELSE[] /* STACK: , , <[p0]>, <[p1] - [p0]> */ /* use unbiased blend */ ROLL[] /* STACK: , <[p0]>, <[p1] - [p0]>, */ EIF[] /* STACK: , <[p0]>, <[p1] - [p0]>, */ MUL[] #PUSH, 2, 78 /* roundDist */ CALL[] ADD[] /* STACK: , <[ch]> */ WCVTP[] #PUSHON #END ENDF[] FDEF[], 93 /* fn sets vectors to X (used in calculated calls) CALL[], 93 */ #BEGIN #PUSHOFF SVTCA[X] #PUSHON #END ENDF[] FDEF[], 94 /* fn sets vectors to Y (used in calculated calls) CALL[], 94 */ #BEGIN #PUSHOFF SVTCA[Y] #PUSHON #END ENDF[] FDEF[], 95 /* Set fv to X, pv perpendicular to italic angle (used in calculated calls) CALL[], 95 */ #BEGIN #PUSHOFF SFVTCA[X] #PUSH, 11, 10 RS[] SWAP[] RS[] NEG[] SPVFS[] #PUSHON #END ENDF[] FDEF[], 96 /* Set fv to italic angle, pv to Y (used in calculated calls) CALL[], 96 */ #BEGIN #PUSHOFF #PUSH, 10, 11 RS[] SWAP[] RS[] SFVFS[] SPVTCA[Y] #PUSHON #END ENDF[] FDEF[], 97 /* round down to virtual grid CALL[], <#samples/pixel>, , 97 returns with rounded argument on stack */ #BEGIN #PUSHOFF /* STACK: <#samples/pixel>, */ /* upscale argument by #samples/pixel */ #PUSH, 2 /* #samples/pixel */ CINDEX[] MUL[] /* do the rounding in upscaled domain */ FLOOR[] /* round down to super grid */ /* Downscaling uses a DIV[] operation, which is implemented as floor(numerator/denominator). For round(numerator/denominator) instead, add ½ denominator to numerator before dividing. But since the division in 26.6 has to multiply the numerator by 2^6 (64) before dividing, we have to divide said ½ denominator by 64 before adding, hence the 8192 (= 128 in 26.6). */ #PUSH, 2 /* #samples/pixel */ CINDEX[] #PUSH, 8192 DIV[] ADD[] /* downscale rounded and adjusted argument */ SWAP[] /* #samples/pixel */ DIV[] /* STACK: <[argument]> */ #PUSHON #END ENDF[] FDEF[], 98 /* round to virtual grid CALL[], <#samples/pixel>, , 98 returns with rounded argument on stack */ #BEGIN #PUSHOFF /* STACK: <#samples/pixel>, */ #PUSH, 2 /* #samples/pixel */ CINDEX[] MUL[] /* do the rounding in upscaled domain */ #PUSH, 32 /* round to super grid */ ADD[] FLOOR[] /* see above for adjustments below */ #PUSH, 2 /* #samples/pixel */ CINDEX[] #PUSH, 8192 DIV[] ADD[] /* downscale rounded and adjusted argument */ SWAP[] /* #samples/pixel */ DIV[] /* STACK: <[argument]> */ #PUSHON #END ENDF[] FDEF[], 99 /* round up to virtual grid CALL[], <#samples/pixel>, , 99 returns with rounded argument on stack */ #BEGIN #PUSHOFF /* STACK: <#samples/pixel>, */ #PUSH, 2 /* #samples/pixel */ CINDEX[] MUL[] /* do the rounding in upscaled domain */ CEILING[] /* round up to super grid */ /* see above for adjustments below */ #PUSH, 2 /* #samples/pixel */ CINDEX[] #PUSH, 8192 DIV[] ADD[] /* downscale rounded and adjusted argument */ SWAP[] /* #samples/pixel */ DIV[] /* STACK: <[argument]> */ #PUSHON #END ENDF[] FDEF[], 100 /* round to half virtual grid CALL[], <#samples/pixel>, , 100 returns with rounded argument on stack */ #BEGIN #PUSHOFF /* STACK: <#samples/pixel>, */ #PUSH, 2 /* #samples/pixel */ CINDEX[] MUL[] /* do the rounding in upscaled domain */ FLOOR[] #PUSH, 32 /* round to half super grid */ ADD[] /* see above for adjustments below */ #PUSH, 2 /* #samples/pixel */ CINDEX[] #PUSH, 8192 DIV[] ADD[] /* downscale rounded and adjusted argument */ SWAP[] /* #samples/pixel */ DIV[] /* STACK: <[argument]> */ #PUSHON #END ENDF[] FDEF[], 101 /* determine actual distance to be used for emulating MDRP[<] instruction with rendering environment specific rounding CALL[],

, , 101 returns with rounded distance on stack */ #BEGIN #PUSHOFF /* STACK:

, */ SWAP[] MD[O] /* round without minDist */ #PUSH, 2, 78 /* roundDist */ CALL[] /* STACK: <[w]> */ #PUSHON #END ENDF[] FDEF[], 102 /* determine actual distance to be used for emulating MDRP[>] instruction with rendering environment specific rounding CALL[],

, , 102 returns with rounded distance on stack */ #BEGIN #PUSHOFF /* STACK:

, */ SWAP[] MD[O] /* round with minDist */ #PUSH, 1, 78 /* roundDist */ CALL[] /* STACK: <[w]> */ #PUSHON #END ENDF[] FDEF[], 103 /* determine actual distance to be used for emulating MIRP[<] instruction with rendering environment specific rounding CALL[],

, , , 103 returns with rounded distance on stack */ #BEGIN #PUSHOFF /* STACK:

, , */ SWAP[] /* c */ ROLL[] /* p */ MD[O] SWAP[] /* cvt */ /* STACK: , */ /* do cvt cut-in test */ RCVT[] ABS[] #PUSH, 2 CINDEX[] ABS[] #PUSH, 2 CINDEX[] SUB[] ABS[] #PUSH, 3 /* cvt cut-in */ RS[] /* STACK: , <|wCvt|>, <||wNat| - |wCvt||>, */ GT[] IF[] /* STACK: , <|wCvt|> */ /* cvt cut-in test failed */ POP[] DUP[] ABS[] /* else cvt cut-in test succeeded */ EIF[] /* STACK: , <|w|> */ /* round without minDist */ #PUSH, 2, 78 /* roundDist */ CALL[] /* STACK: , <[w]> */ /* inherit sign from wNat */ SWAP[] #PUSH, 0 LT[] IF[] NEG[] EIF[] /* STACK: <[w]> */ #PUSHON #END ENDF[] FDEF[], 104 /* determine actual distance to be used for emulating MIRP[>] instruction with rendering environment specific rounding CALL[],

, , , 104 returns with rounded distance on stack */ #BEGIN #PUSHOFF /* STACK:

, , */ SWAP[] /* c */ ROLL[] /* p */ MD[O] SWAP[] /* cvt */ /* STACK: , */ /* do cvt cut-in test */ RCVT[] ABS[] #PUSH, 2 CINDEX[] ABS[] #PUSH, 2 CINDEX[] SUB[] ABS[] #PUSH, 3 /* cvt cut-in */ RS[] /* STACK: , <|wCvt|>, <||wNat| - |wCvt||>, */ GT[] IF[] /* STACK: , <|wCvt|> */ /* cvt cut-in test failed */ POP[] DUP[] ABS[] /* else cvt cut-in test succeeded */ EIF[] /* STACK: , <|w|> */ /* round with minDist */ #PUSH, 1, 78 /* roundDist */ CALL[] /* STACK: , <[w]> */ /* inherit sign from wNat */ SWAP[] #PUSH, 0 LT[] IF[] NEG[] EIF[] /* STACK: <[w]> */ #PUSHON #END ENDF[] FDEF[], 105 /* emulate MDRP[<] instruction with rendering environment specific rounding CALL[],

, , 105 */ #BEGIN #PUSHOFF /* STACK:

, */ DUP[] /* c */ #PUSH, 3 /* p */ CINDEX[] MD[O] #PUSH, 2, 78 /* roundDist */ CALL[] /* STACK:

, , <[dist]> */ ROLL[] SRP0[] MSIRP[M] #PUSHON #END ENDF[] FDEF[], 106 /* emulate MDRP[>] instruction with rendering environment specific rounding CALL[],

, , 106 */ #BEGIN #PUSHOFF /* STACK:

, */ DUP[] /* c */ #PUSH, 3 /* p */ CINDEX[] MD[O] #PUSH, 1, 78 /* roundDist */ CALL[] /* STACK:

, , <[dist]> */ ROLL[] SRP0[] MSIRP[M] #PUSHON #END ENDF[] FDEF[], 107 /* emulate MIRP[<] instruction with rendering environment specific rounding CALL[],

, , , 107 */ #BEGIN #PUSHOFF /* STACK:

, , */ #PUSH, 3 /* p */ CINDEX[] #PUSH, 3 /* c */ CINDEX[] ROLL[] /* cvt */ #PUSH, 103 /* resActDist, cvt, noMinDist */ CALL[] /* STACK:

, , <[dist]> */ ROLL[] SRP0[] MSIRP[M] #PUSHON #END ENDF[] FDEF[], 108 /* emulate MIRP[>] instruction with rendering environment specific rounding CALL[],

, , , 108 */ #BEGIN #PUSHOFF /* STACK:

, , */ #PUSH, 3 /* p */ CINDEX[] #PUSH, 3 /* c */ CINDEX[] ROLL[] /* cvt */ #PUSH, 104 /* resActDist, cvt, minDist */ CALL[] /* STACK:

, , <[dist]> */ ROLL[] SRP0[] MSIRP[M] #PUSHON #END ENDF[] FDEF[], 109 /* fn symmetrically constrains a stroke

, with CALL[],

, , , 109 */ #BEGIN #PUSHOFF /* STACK:

, , */ /* determine old median */ #PUSH, 3 /*

*/ CINDEX[] GC[N] #PUSH, 3 /* */ CINDEX[] GC[N] ADD[] /* STACK:

, , , <2*median> */ /* lock parent */ #PUSH, 4 /* p */ CINDEX[] MDAP[r] /* STACK:

, , , <2*median> */ /* link child */ #PUSH, 4 /* p */ CINDEX[] #PUSH, 4 /* c */ CINDEX[] #PUSH, 4 /* cvt */ MINDEX[] DUP[] #PUSH, 0 LT[] IF[] POP[] #PUSH, 106 /* resMIRP, noCvt, minDist */ ELSE[] #PUSH, 108 /* resMIRP, cvt, minDist */ EIF[] CALL[] /* STACK:

, , <2*median> */ /* determine new median */ #PUSH, 3 /*

*/ CINDEX[] GC[N] #PUSH, 3 /* */ CINDEX[] GC[N] ADD[] /* STACK:

, , <2*median>, <2*median'> */ SUB[] #PUSH, 128 DIV[] /* floor to 1/64 for now */ /* STACK:

, , */ DUP[] ROLL[] DUP[] SRP0[] SWAP[] MSIRP[m] SWAP[] DUP[] SRP0[] SWAP[] MSIRP[m] /* STACK: */ #PUSHON #END ENDF[] FDEF[], 110 /* calculate offset for emulation of interpolation of median of and between parents and using current pv and fv CALL[], , , , , 110 returns with offset on stack */ #BEGIN #PUSHOFF /* STACK: , , , */ #PUSH, 3 /* c0 */ CINDEX[] GC[O] #PUSH, 3 /* c1 */ CINDEX[] GC[O] ADD[] /* STACK: , , , , */ #PUSH, 5 /* p0 */ CINDEX[] GC[O] #PUSH, 128 MUL[] SUB[] /* STACK: , , , , */ #PUSH, 2 /* p1 */ CINDEX[] #PUSH, 6 /* p0 */ CINDEX[] MD[N] MUL[] /* STACK: , , , , <(c0 + c1 - 2*p0)*(p1' - p0')> */ SWAP[] /* p1 */ #PUSH, 5 /* p0 */ CINDEX[] MD[O] #PUSH, 128 MUL[] /* prevent inadvertent divide-by-zero e.g. on non-spacing glyphs */ DUP[] IF[] DIV[] ELSE[] POP[] EIF[] /* STACK: , , , <(c0 + c1 - 2*p0)*(p1' - p0')/(2*(p1 - p0))> */ #PUSH, 4 /* p0 */ MINDEX[] GC[N] ADD[] /* STACK: , , <(c0'' + c1'')/2> */ ROLL[] /* c0 */ GC[N] ROLL[] /* c1 */ GC[N] ADD[] #PUSH, 32 MUL[] /* STACK: <(c0'' + c1'')/2>, <(c0' + c1')/2> */ SUB[] /* STACK: */ #PUSHON #END ENDF[] FDEF[], 111 /* emulate interpolation of median of and between parents and using current pv and fv CALL[], , , , , 111 */ #BEGIN #PUSHOFF /* STACK: , , , */ #PUSH, 4 /* p0 */ MINDEX[] #PUSH, 4 /* c0 */ CINDEX[] #PUSH, 4 /* c1 */ CINDEX[] #PUSH, 4 /* p1 */ MINDEX[] #PUSH, 110 /* calc offset for interpolation of median */ CALL[] /* STACK: , , */ DUP[] /* STACK: , , , */ ROLL[] DUP[] SRP0[] SWAP[] /* STACK: , , , */ MSIRP[m] SWAP[] DUP[] SRP0[] SWAP[] /* STACK: , */ MSIRP[m] #PUSHON #END ENDF[] FDEF[], 112 /* adjust (unrounded) stroke phase to target phase according to method 0: round to nearest virtual pixel method 1: apply method 2 below 2 pixel wide strokes else method 0 method 2: optimize for max #black pixels method 3: optimize for one edge aligned right?: boolean indicating a left (false) or right (true) stroke) CALL[], , , , , 112 returns with (rounded) adjusted phase on stack */ #BEGIN #PUSHOFF /* STACK: , , , */ SWAP[] DUP[] #PUSH, 1 EQ[] IF[] /* STACK: , , , */ /* replace method depending on stroke weight */ POP[] #PUSH, 2 /* weight */ CINDEX[] #PUSH, 2, 78 /* roundDist */ CALL[] #PUSH, 128 LT[] DUP[] ADD[] EIF[] DUP[] ADD[] ADD[] /* STACK: , , */ DUP[] #PUSH, 1 LTEQ[] IF[] /* just round to nearest virtual pixel */ POP[] POP[] /* STACK: */ ELSE[] DUP[] #PUSH, 5 LTEQ[] IF[] /* optimize for max #black pixels */ POP[] /* STACK: , */ DUP[] FLOOR[] SUB[] /* STACK: , */ #PUSH, 64 SWAP[] SUB[] /* STACK: , <1-fractWeight> */ #PUSH, 0, 3 /* phase */ CINDEX[] LT[] #PUSH, 3 /* phase */ CINDEX[] #PUSH, 3 /* 1-fractWeight */ CINDEX[] LT[] AND[] IF[] /* if 0 < phase < 1-fractWeight then need to adjust phase */ /* STACK: , <1-fractWeight> */ DUP[] #PUSH, 3 CINDEX[] SUB[] /* STACK: , <1-fractWeight>, <1-fractWeight-phase> */ ROLL[] GTEQ[] IF[] /* error from phase to 1-fractWeight >= error from 0 to phase */ POP[] #PUSH, 0 /* target 0 as phase */ EIF[] /* else target 1-fractWeight as phase, which is what's left on stack */ ELSE[] /* STACK: , <1-fractWeight> */ POP[] EIF[] ELSE[] /* optimize for one edge aligned */ /* STACK: , , */ #PUSH, 7 EQ[] IF[] /* right flush */ /* STACK: , */ DUP[] FLOOR[] SUB[] /* STACK: , */ NEG[] SWAP[] POP[] ELSE[] /* left flush (and default) */ /* STACK: , */ POP[] POP[] #PUSH, 0 EIF[] EIF[] EIF[] #PUSH, 2, 78 /* roundDist */ CALL[] /* STACK: phase */ #PUSHON #END ENDF[] FDEF[], 113 /* fn calculates delta phase for optimal position of stroke bordered by

and according to (see fn 112 for definition of method) CALL[],

, , , 113 returns with delta phase in interval ]-½,+½] on stack */ #BEGIN #PUSHOFF /* STACK:

, , */ /* use sequence of parameters

and to determine if this is a "left" stroke (in which case we may add grey to the right), or a "right" stroke (in which case we may add grey to the left) */ #PUSH, 2 /* c */ CINDEX[] #PUSH, 4 /* p */ CINDEX[] MD[O] #PUSH, 0 GTEQ[] IF[] #PUSH, 0 /* "left" stroke */ ELSE[] ROLL[] ROLL[] SWAP[] ROLL[] #PUSH, 1 /* "right" stroke */ EIF[] /* STACK:

, , , */ #PUSH, 4 /* p */ CINDEX[] GC[N] DUP[] FLOOR[] SUB[] DUP[] /* STACK:

, , , , , */ #PUSH, 5 /* c */ MINDEX[] #PUSH, 6 /* p */ MINDEX[] MD[N] /* STACK: , , , , */ #PUSH, 5 /* method */ MINDEX[] #PUSH, 5 /* right? */ MINDEX[] #PUSH, 112 /* adjust to target stroke phase */ CALL[] /* STACK: , */ SWAP[] SUB[] /* STACK: */ /* minimze phase into interval ]-½,+½] */ NEG[] #PUSH, 32 ADD[] DUP[] FLOOR[] SUB[] #PUSH, 32 SUB[] NEG[] #PUSHON #END ENDF[] FDEF[], 114 /* emulate MIAP instruction with rendering environment specific rounding CALL[], , , 114 */ #BEGIN #PUSHOFF /* STACK: , */ #PUSH, 2 /* c */ CINDEX[] GC[N] DUP[] /* STACK: , , , */ ROLL[] DUP[] #PUSH, 0 LT[] IF[] /* STACK: , , , */ POP[] /* cvt < 0 (no cvt used) => w = wNat */ /* STACK: , , */ #PUSH, 2, 78 /* roundDist */ CALL[] ELSE[] RCVT[] /* STACK: , , , */ /* no cvt cut-in test (for eventual support of automatic small caps, superiors, and inferiors), pop wNat to use wCvt */ SWAP[] POP[] /* leave value as rounded by cpgm */ /* STACK: , , */ EIF[] SUB[] NEG[] /* STACK: , */ #PUSH, 2 CINDEX[] SRP0[] MSIRP[M] #PUSHON #END ENDF[] FDEF[], 115 /* interpolates a point

in between points and dirFlag: postRoundFlag*8 + dir dir: X = 0, Y = 1, X/ = 2, Y/ = 3, ... depending on rendering environment and pv may optimise point position CALL[], , , , , 115 */ #BEGIN #PUSHOFF /* STACK: , ,

, */ /* separate postRoundFlag from dir */ #PUSH, 4 /* dirFlag */ MINDEX[] DUP[] #PUSH, 512 DIV[] DUP[] #PUSH, 512 MUL[] ROLL[] SWAP[] SUB[] /* STACK:, ,

, , ,

*/ DUP[] #PUSH, 93 /* setV */ ADD[] CALL[] /* STACK: ,

, , ,

*/ #PUSH, 5 /* p0 */ CINDEX[] SRP1[] ROLL[] /* p1 */ SRP2[] ROLL[] /* p */ DUP[] IP[] /* STACK: , , ,

*/ ROLL[] /* postRoundFlag */ IF[] /* STACK: ,

,

*/ #PUSH, 93, 4096, 4 /* setV, 64, dir */ MINDEX[] MUL[] ODD[] ADD[] CALL[] /* STACK: ,

*/ SWAP[] POP[] DUP[] /* p */ SRP0[] DUP[] GC[N] DUP[] #PUSH, 2, 78 /* roundDist */ CALL[] SWAP[] SUB[] /* STACK:

, <[p.c]-p.c> */ ELSE[] /* STACK: ,

,

*/ SWAP[] POP[] /* STACK: ,

*/ DUP[] ROLL[] DUP[] /* p0 */ SRP0[] MD[N] #PUSH, 2, 78 /* roundDist */ CALL[] /* STACK:

, <[p.dist]> */ EIF[] MSIRP[M] /* STACK: */ #PUSHON #END ENDF[] FDEF[], 116 /* constrains a stroke in

, defined by parent

and child , and by cvt , and interpolates it between points and dir: X = 0, Y = 1, X/ = 2 sof: (stroke optimization flags ||, |<, and >| ) don't = 0, do = 1, leftBias = 2, rightBias = 3 CALL[],

, ,

, , , , , 116 */ #BEGIN #PUSHOFF /* STACK:

, ,

, , , , */ #PUSH, 93, 4096, 9 /* setV, 64, dir */ CINDEX[] MUL[] ODD[] ADD[] CALL[] /* constrain stroke */ #PUSH, 5 /* p */ CINDEX[] #PUSH, 5 /* c */ CINDEX[] #PUSH, 5 /* cvt */ MINDEX[] #PUSH, 109 /* symDist */ CALL[] /* STACK:

, ,

, , , */ #PUSH, 93, 7 /* setV, dir */ CINDEX[] ADD[] CALL[] #PUSH, 5 /* gp0 */ CINDEX[] #PUSH, 5 /* p */ CINDEX[] #PUSH, 5 /* c */ CINDEX[] #PUSH, 5 /* gp1 */ CINDEX[] #PUSH, 111 /* interpolate median */ CALL[] /* STACK:

, ,

, , , */ #PUSH, 93, 4096, 8 /* setV, 64, dir */ MINDEX[] MUL[] ODD[] ADD[] CALL[] /* STACK: ,

, , , */ DUP[] #PUSH, 0 GT[] IF[] /* optimize stroke position */ #PUSH, 80 CALL[] /* STACK: ,

, , , , */ #PUSH, 5 /* p */ CINDEX[] #PUSH, 5 /* c */ CINDEX[] #PUSH, 7 /* p */ CINDEX[] #PUSH, 7 /* c */ CINDEX[] #PUSH, 5 /* som */ CINDEX[] #PUSH, 113 /* get delta phase for optimal stroke position */ CALL[] #PUSH, 2 SLOOP[] SHPIX[] /* STACK: ,

, , , , */ #PUSH, 0 GT[] #PUSH, 2 /* sof */ CINDEX[] #PUSH, 1 GT[] AND[] IF[] /* STACK: ,

, , , */ /* determine total side-bearing space to see if we need to bias the black body */ #PUSH, 4 /* p */ CINDEX[] #PUSH, 6 /* gp0 */ CINDEX[] MD[N] #PUSH, 3 /* gp1 */ CINDEX[] #PUSH, 5 /* c */ CINDEX[] MD[N] ADD[] DUP[] #PUSH, 64 GT[] IF[] /* STACK: ,

, , , , */ /* enough total side-bearing space left, leave it alone */ POP[] ELSE[] /* STACK: ,

, , , , */ /* 1 pixel or less total side-bearing space left */ #PUSH, 0 GT[] IF[] /* STACK: ,

, , , */ /* any total side-bearing space left at all */ DUP[] #PUSH, 2 EQ[] IF[] /* STACK: ,

, , , */ /* move stroke flush left */ #PUSH, 4 /* p */ CINDEX[] #PUSH, 4 /* c */ CINDEX[] #PUSH, 7 /* gp0 */ CINDEX[] #PUSH, 7 /* p */ CINDEX[] MD[N] #PUSH, 2 SLOOP[] SHPIX[] ELSE[] /* STACK: ,

, , , */ /* move stroke flush left */ #PUSH, 4 /* p */ CINDEX[] #PUSH, 4 /* c */ CINDEX[] #PUSH, 4 /* gp1 */ CINDEX[] #PUSH, 6 /* c */ CINDEX[] MD[N] #PUSH, 2 SLOOP[] SHPIX[] EIF[] EIF[] EIF[] EIF[] EIF[] /* STACK: ,

, , , */ POP[] POP[] POP[] POP[] POP[] /* STACK: */ #PUSHON #END ENDF[] FDEF[], 117 /* fn tries to place and constrain two strokes and between grandparents and in direction

dir: X = 0, Y = 1, X/ = 2 X/ (italic) is not yet implemented; to do so properly will need to factor the italic phase optimization part out of fn 131 and make it available to this fn. CALL[], , , , , , , , , , 117 */ #BEGIN #PUSHOFF /* STACK: , , , , , , , , */ #PUSH, 93, 4096, 11 /* setV, dir */ CINDEX[] MUL[] ODD[] ADD[] CALL[] /* STACK: , , , , , , , , */ /* interpolate black body */ #PUSH, 7 /* p0 */ CINDEX[] #PUSH, 7 /* c0 */ CINDEX[] #PUSH, 6 /* p1 */ CINDEX[] #PUSH, 6 /* c1 */ CINDEX[] #PUSH, 12 /* gp0 */ CINDEX[] #PUSH, 12 /* p0 */ CINDEX[] #PUSH, 9 /* c1 */ CINDEX[] #PUSH, 8 /* gp1 */ CINDEX[] #PUSH, 110 /* calc offset for interpolation of median */ CALL[] #PUSH, 4 SLOOP[] SHPIX[] /* STACK: , , , , , , , , */ /* constrain stroke0 */ #PUSH, 7 /* p0 */ CINDEX[] #PUSH, 7 /* c0 */ CINDEX[] #PUSH, 7 /* cvt0 */ MINDEX[] #PUSH, 109 /* symDist */ CALL[] /* STACK: , , , , , , , */ /* constrain stroke1 */ #PUSH, 4 /* p1 */ CINDEX[] #PUSH, 4 /* c1 */ CINDEX[] #PUSH, 4 /* cvt1 */ MINDEX[] #PUSH, 109 /* symDist */ CALL[] /* STACK: , , , , , , */ #PUSH, 80 CALL[] /* STACK: , , , , , , , */ /* determine phase0 for optimal position of stroke0 */ #PUSH, 6 /* p0 */ CINDEX[] #PUSH, 6 /* c0 */ CINDEX[] #PUSH, 3 /* som */ CINDEX[] #PUSH, 113 /* get delta phase for optimal stroke position */ CALL[] /* STACK: , , , , , , , , */ /* forward to stroke1 position */ #PUSH, 5 /* p1 */ CINDEX[] #PUSH, 5 /* c1 */ CINDEX[] #PUSH, 3 /* phase0 */ CINDEX[] #PUSH, 2 SLOOP[] SHPIX[] /* STACK: , , , , , , , , */ /* determine phase1 for optimal position of stroke1 */ DUP[] #PUSH, 6 /* p1 */ CINDEX[] #PUSH, 6 /* c1 */ CINDEX[] #PUSH, 5 /* som */ CINDEX[] #PUSH, 113 /* get delta phase for optimal stroke position */ CALL[] ADD[] /* STACK: , , , , , , , , , */ /* undo forwarding to stroke1 position */ #PUSH, 6 /* p1 */ CINDEX[] #PUSH, 6 /* c1 */ CINDEX[] #PUSH, 4 /* phase0 */ CINDEX[] NEG[] #PUSH, 2 SLOOP[] SHPIX[] /* STACK: , , , , , , , , , */ /* determine double average phase error */ #PUSH, 2 /* phase0 */ CINDEX[] #PUSH, 2 /* phase1 */ CINDEX[] ADD[] /* STACK: , , , , , , , , , , <2*phaseError> */ DUP[] #PUSH, 64 GTEQ[] IF[] /* STACK: , , , , , , , , , , <2*phaseError> */ /* double average phase error >= 1 pixel, correct to the left */ POP[] #PUSH, 64 SUB[] SWAP[] #PUSH, 64 SUB[] SWAP[] ELSE[] /* STACK: , , , , , , , , , , <2*phaseError> */ #PUSH, -64 LT[] IF[] /* STACK: , , , , , , , , , , <2*phaseError> */ /* double average phase error < -1 pixel, correct to the right */ #PUSH, 64 ADD[] SWAP[] #PUSH, 64 ADD[] SWAP[] EIF[] EIF[] /* STACK: , , , , , , , , , */ /* apply corrected optimal phase0 to stroke0 */ #PUSH, 8 /* p0 */ CINDEX[] #PUSH, 8 /* c0 */ CINDEX[] #PUSH, 4 /* phase0 */ MINDEX[] #PUSH, 2 SLOOP[] SHPIX[] /* STACK: , , , , , , , , */ /* apply corrected optimal phase1 to stroke1 */ #PUSH, 5 /* p1 */ CINDEX[] #PUSH, 5 /* c1 */ CINDEX[] ROLL[] /* phase1 */ #PUSH, 2 SLOOP[] SHPIX[] /* STACK: , , , , , , , */ DUP[] #PUSH, 0 GT[] IF[] /* STACK: , , , , , , , */ /* determine total side-bearing space to see if we need to bias the black body */ #PUSH, 6 /* p0 */ CINDEX[] #PUSH, 8 /* gp0 */ CINDEX[] MD[N] #PUSH, 3 /* gp1 */ CINDEX[] #PUSH, 5 /* c1 */ CINDEX[] MD[N] ADD[] DUP[] #PUSH, 64 GT[] IF[] /* enough total side-bearing space left, leave it alone */ POP[] ELSE[] /* 1 pixel or less total side-bearing space left */ #PUSH, 0 GT[] IF[] /* STACK: , , , , , , , */ /* any total side-bearing space left at all, move black-body flush left and start over */ #PUSH, 6 /* p0 */ CINDEX[] #PUSH, 6 /* c0 */ CINDEX[] #PUSH, 6 /* p1 */ CINDEX[] #PUSH, 6 /* c1 */ CINDEX[] #PUSH, 11 /* gp0 */ CINDEX[] #PUSH, 11 /* p0 */ CINDEX[] MD[N] #PUSH, 4 SLOOP[] SHPIX[] /* STACK: , , , , , , , */ /* optimize position of stroke0 forwarding phase0 to stroke1 */ #PUSH, 6 /* p0 */ CINDEX[] #PUSH, 6 /* c0 */ CINDEX[] #PUSH, 6 /* p1 */ CINDEX[] #PUSH, 6 /* c1 */ CINDEX[] #PUSH, 10 /* p0 */ CINDEX[] #PUSH, 10 /* c0 */ CINDEX[] #PUSH, 7 /* som */ CINDEX[] #PUSH, 113 /* get delta phase for optimal stroke position */ CALL[] #PUSH, 4 /* apply to both strokes */ SLOOP[] SHPIX[] /* STACK: , , , , , , , */ /* optimize position of stroke1 */ #PUSH, 4 /* p1 */ CINDEX[] #PUSH, 4 /* c1 */ CINDEX[] #PUSH, 5 /* c1 */ CINDEX[] #PUSH, 7 /* p1 */ CINDEX[] #PUSH, 5 /* som */ CINDEX[] #PUSH, 113 /* get delta phase for optimal stroke position */ CALL[] #PUSH, 2 /* apply to second stroke only */ SLOOP[] SHPIX[] ELSE[] /* STACK: , , , , , , , */ /* no total side-bearing space left, move stroke1 left by 1 pixel */ #PUSH, 4 /* p1 */ CINDEX[] #PUSH, 4 /* c1 */ CINDEX[] #PUSH, -64, 2 SLOOP[] SHPIX[] EIF[] EIF[] EIF[] /* STACK: , , , , , , , */ POP[] POP[] POP[] POP[] POP[] POP[] POP[] POP[] #PUSHON #END ENDF[] FDEF[], 118 /* fn to set pv perpendicular to p1 and c0' such that distance c0'<---p0 measures cvt or natural distance if cvt = -1. used as support to ResX|YDDist and ResX|YDLink CALL[], , , , , 118 */ #BEGIN #PUSHOFF /* STACK: , , , */ #PUSH, 4 /* p1 */ CINDEX[] #PUSH, 3 /* c0 */ CINDEX[] SDPVTL[R] #PUSH, 3 /* p0 */ CINDEX[] #PUSH, 3 /* c0 */ CINDEX[] ROLL[] /* cvt */ DUP[] #PUSH, 0 LT[] IF[] POP[] #PUSH, 101 /* resActDist, noCvt, noMinDist */ ELSE[] #PUSH, 104 /* resActDist, cvt, minDist */ EIF[] CALL[] ABS[] /* STACK: , , , */ #PUSH, 4 /* p1 */ CINDEX[] #PUSH, 4 /* p0 */ CINDEX[] SPVTL[r] #PUSH, 4 /* p1 */ CINDEX[] #PUSH, 4 /* p0 */ CINDEX[] MD[N] /* STACK: , , , , */ /* test if solution exists at all */ DUP[] DUP[] MUL[] #PUSH, 3 /* w */ CINDEX[] DUP[] MUL[] LTEQ[] #PUSH, 0, 3 /* d */ CINDEX[] EQ[] OR[] /* STACK: , , , , , */ IF[] /* STACK: , , , , */ /* solution doesn't exist, hence prepare to bail out */ POP[] POP[] SWAP[] POP[] SPVTL[R] ELSE[] /* STACK: , , , , */ /* solution exists, hence continue computation */ DUP[] MUL[] #PUSH, 2 /* w */ CINDEX[] DUP[] MUL[] SUB[] DUP[] /* STACK: , , , , , */ #PUSH, 83 /* sqrt */ CALL[] /* STACK: , , , , , */ ROLL[] /* w */ MUL[] /* STACK: , , , , */ #PUSH, 5 /* p1 */ CINDEX[] #PUSH, 5 /* p0 */ CINDEX[] SDPVTL[R] #PUSH, 4 /* p0 */ CINDEX[] #PUSH, 4 /* c0 */ MINDEX[] MD[O] #PUSH, 0 LT[] IF[] NEG[] /* dy */ EIF[] /* STACK: , , , */ #PUSH, 4 /* p1 */ MINDEX[] DUP[] SVTCA[X] GC[N] SWAP[] SVTCA[Y] GC[N] /* STACK: , , , , */ #PUSH, 5 /* p0 */ MINDEX[] DUP[] SVTCA[X] GC[N] SWAP[] SVTCA[Y] GC[N] /* STACK: , , , , , */ #PUSH, 0 /* enter twilight zone */ SZPS[] SVTCA[Y] #PUSH, 0 SWAP[] SCFS[] SVTCA[X] #PUSH, 0 SWAP[] SCFS[] /* STACK: , , , */ SVTCA[Y] DUP[] #PUSH, 1 SWAP[] SCFS[] #PUSH, 2 SWAP[] SCFS[] SVTCA[X] DUP[] #PUSH, 1 SWAP[] SCFS[] #PUSH, 2 SWAP[] SCFS[] /* STACK: , */ SWAP[] /* STACK: , */ #PUSH, 2, 0, 1 SFVTL[r] SWAP[] SHPIX[] /* STACK: */ #PUSH, 2, 0, 1 SFVTL[R] SWAP[] SHPIX[] /* STACK: */ #PUSH, 2, 1 SPVTL[R] #PUSH, 1 /* leave twilight zone */ SZPS[] EIF[] #PUSHON #END ENDF[] FDEF[], 119 /* align c with p unless fv is perpendicular to pv fv and pv assumed to be set prior to calling fn 119 used as support to ResX|YDDist and ResX|YDLink CALL[],

, , 119 */ #BEGIN #PUSHOFF /* STACK:

, */ SWAP[] SRP0[] /* STACK: */ GFV[] GPV[] /* STACK: , , , , */ ROLL[] MUL[] SWAP[] ROLL[] MUL[] ADD[] ABS[] /* STACK: , <|pv.y*fv.y + pv.x*fv.x|> */ #PUSH, 16384, 1024 MUL[] /* the above dot product multiplies two 2.14 numbers in 26.6 arithmetic yielding a 2.22 number (2^14 * 2^14 / 2^6 = 2^22) like the rasterizer, we're comparing this number to 1/16: |fv1·pv| < 1/16 means fv1 is within ±arcsin(1/16) or ±3.5833° perpendicular to pv in 2.22 format 1/16 is 2^18, but since the assembler won't allow us to push 2^18 = 262144, we make up this number as a multiplication the multiplication, in turn, is again done in 26.6 format, hence we multiply 16384 with 1024 (2^14 * 2^10 / 2^6 = 2^18) */ LT[] IF[] /* fv is approximately perpendicular to pv which by itself is perpendicular to a line from p to c' (with c' the twilight point 2 computed in fn 118), i.e. fv is approximately parallel to line from p to c'. Given the usage of fn 119 this means that fv is approximately coincident with said line, or c is approximately aligned already, hence simply touch the point, but without involving the pv */ /* STACK: */ #PUSH, 0 SHPIX[] ELSE[] /* STACK: */ ALIGNRP[] EIF[] /* STACK: */ #PUSHON #END ENDF[] FDEF[], 120 /* support to ResX|YDDist and ResX|YDLink where fv0 and fv1 are x or y CALL[], , , , , , , , , 120 */ #BEGIN #PUSHOFF /* STACK: , , , , , , , */ #PUSH, 6 /* p1 */ CINDEX[] #PUSH, 9 /* p0 */ CINDEX[] #PUSH, 9 /* c0 */ CINDEX[] #PUSH, 7 /* cvt0 */ MINDEX[] #PUSH, 118 CALL[] /* STACK: , , , , , , */ SWAP[] #PUSH, 0 /* x? */ EQ[] IF[] SFVTCA[X] ELSE[] SFVTCA[Y] EIF[] /* STACK: , , , , , */ #PUSH, 4 /* p1 */ CINDEX[] #PUSH, 6 /* c0 */ MINDEX[] #PUSH, 119 CALL[] /* STACK: , , , , */ #PUSH, 5 /* p0 */ CINDEX[] #PUSH, 5 /* p1 */ MINDEX[] #PUSH, 5 /* c1 */ CINDEX[] #PUSH, 5 /* cvt1 */ MINDEX[] #PUSH, 118 CALL[] /* STACK: , , */ #PUSH, 0 /* x? */ EQ[] IF[] SFVTCA[X] ELSE[] SFVTCA[Y] EIF[] /* STACK: , */ #PUSH, 119 CALL[] /* STACK: */ #PUSHON #END ENDF[] FDEF[], 121 /* support to ResX|YDDist and ResX|YDLink where fv0 is x or y while fv1 is to-line CALL[], , , , , , , , , , 121 */ #BEGIN #PUSHOFF /* STACK: , , , , , , , , */ #PUSH, 7 /* p1 */ CINDEX[] #PUSH, 10 /* p0 */ CINDEX[] #PUSH, 10 /* c0 */ CINDEX[] #PUSH, 8 /* cvt0 */ MINDEX[] #PUSH, 118 CALL[] /* STACK: , , , , , , , */ ROLL[] #PUSH, 0 /* x? */ EQ[] IF[] SFVTCA[X] ELSE[] SFVTCA[Y] EIF[] /* STACK: , , , , , , */ #PUSH, 5 /* p1 */ CINDEX[] #PUSH, 7 /* c0 */ MINDEX[] #PUSH, 119 CALL[] /* STACK: , , , , , */ #PUSH, 6 /* p0 */ CINDEX[] #PUSH, 6 /* p1 */ MINDEX[] #PUSH, 6 /* c1 */ CINDEX[] #PUSH, 6 /* cvt1 */ MINDEX[] #PUSH, 118 CALL[] /* STACK: , , , */ SFVTL[r] /* STACK: , */ #PUSH, 119 CALL[] /* STACK: */ #PUSHON #END ENDF[] FDEF[], 122 /* support to ResX|YDDist and ResX|YDLink where fv0 is to-line while fv1 is x or y CALL[], , , , , , , , , , 122 */ #BEGIN #PUSHOFF /* STACK: , , , , , , , , */ #PUSH, 7 /* p1 */ CINDEX[] #PUSH, 10 /* p0 */ CINDEX[] #PUSH, 10 /* c0 */ CINDEX[] #PUSH, 8 /* cvt0 */ MINDEX[] #PUSH, 118 CALL[] /* STACK: , , , , , , , */ ROLL[] ROLL[] SFVTL[r] /* STACK: , , , , , */ #PUSH, 4 /* p1 */ CINDEX[] #PUSH, 6 /* c0 */ MINDEX[] #PUSH, 119 CALL[] /* STACK: , , , , */ #PUSH, 5 /* p0 */ CINDEX[] #PUSH, 5 /* p1 */ MINDEX[] #PUSH, 5 /* c1 */ CINDEX[] #PUSH, 5 /* cvt1 */ MINDEX[] #PUSH, 118 CALL[] /* STACK: , , */ #PUSH, 0 /* x? */ EQ[] IF[] SFVTCA[X] ELSE[] SFVTCA[Y] EIF[] /* STACK: , */ #PUSH, 119 CALL[] /* STACK: */ #PUSHON #END ENDF[] FDEF[], 123 /* support to ResX|YDDist and ResX|YDLink where both fv0 and fv1 are to-line CALL[], , , , , , , , , , , 123 */ #BEGIN #PUSHOFF /* STACK: , , , , , , , , , */ #PUSH, 8 /* p1 */ CINDEX[] #PUSH, 11 /* p0 */ CINDEX[] #PUSH, 11 /* c0 */ CINDEX[] #PUSH, 9 /* cvt0 */ MINDEX[] #PUSH, 118 CALL[] /* STACK: , , , , , , , , */ #PUSH, 4 /* fv0.p0 */ MINDEX[] #PUSH, 4 /* fv0.p1 */ MINDEX[] SFVTL[r] /* STACK: , , , , , , */ #PUSH, 5 /* p1 */ CINDEX[] #PUSH, 7 /* c0 */ MINDEX[] #PUSH, 119 CALL[] /* STACK: , , , , , */ #PUSH, 6 /* p0 */ CINDEX[] #PUSH, 6 /* p1 */ MINDEX[] #PUSH, 6 /* c1 */ CINDEX[] #PUSH, 6 /* cvt1 */ MINDEX[] #PUSH, 118 CALL[] /* STACK: , , , */ SFVTL[r] /* STACK: , */ #PUSH, 119 CALL[] /* STACK: */ #PUSHON #END ENDF[] FDEF[], 124 /* determine on which side of edge p0->p1 is c by calculating vector product (c - p0) ^ (p1 - p0) CALL[], , , , 124 returns with vector product on stack if vector product < 0 then c is on the left of p0->p1 if vector product > 0 then c is on the right of p0->p1 else c is exactly on p0->p1 */ #BEGIN #PUSHOFF /* STACK: , , */ SPVTCA[X] #PUSH, 3 /* p0 */ CINDEX[] #PUSH, 3 /* c */ CINDEX[] MD[O] #PUSH, 4 /* p0 */ CINDEX[] #PUSH, 3 /* p1 */ CINDEX[] MD[O] /* STACK: , , , , */ SPVTCA[Y] #PUSH, 5 /* p0 */ CINDEX[] #PUSH, 5 /* c */ MINDEX[] MD[O] #PUSH, 5 /* p0 */ MINDEX[] #PUSH, 5 /* p1 */ MINDEX[] MD[O] /* STACK: , , , */ #PUSH, 4 /* a.x */ MINDEX[] MUL[] ROLL[] /* b.x */ ROLL[] /* a.y */ MUL[] SUB[] /* STACK: */ #PUSHON #END ENDF[] FDEF[], 125 /* fn interpolates a pair of diagonal links between grand-parents gp0 and gp1 along pv pv: X = 0, Y = 1, X/ = 2; fv0 and fv1: x and y components in 2.14 CALL[], , , , , , , , , , , , , fv1.y>, 125 */ #BEGIN #PUSHOFF /* interpolate parents between grand-parents along pv */ /* STACK: , , , , , , , , , , , , fv1.y> */ #PUSH, 93, 14 /* pv */ CINDEX[] ADD[] CALL[] #PUSH, 12 /* gp0 */ MINDEX[] SRP1[] #PUSH, 5 /* gp1 */ MINDEX[] SRP2[] #PUSH, 10 /* p0 */ CINDEX[] IP[] #PUSH, 7 /* p1 */ CINDEX[] IP[] /* determine if this is a crisscrossed stroke */ /* STACK: , , , , , , , , , , fv1.y> */ #PUSH, 10 /* p0 */ CINDEX[] #PUSH, 10 /* c0 */ CINDEX[] #PUSH, 9 /* p1 */ CINDEX[] #PUSH, 124 /* c0 on which side of edge p0->p1? */ CALL[] #PUSH, 0 LT[] #PUSH, 11 /* p0 */ CINDEX[] #PUSH, 8 /* c1 */ CINDEX[] #PUSH, 10 /* p1 */ CINDEX[] #PUSH, 124 /* c1 on which side of edge p0->p1? */ CALL[] #PUSH, 0 LT[] EQ[] IF[] /* both childern on same side of parent edge p0>->p1 hence re-align children with parents perp to dpv. */ /* STACK: , , , , , , , , , , fv1.y> */ #PUSH, 7 /* p1 */ CINDEX[] #PUSH, 11 /* p0 */ CINDEX[] SDPVTL[R] #PUSH, 4 /* fv0.x */ CINDEX[] #PUSH, 4 /* fv0.y */ CINDEX[] SFVFS[] #PUSH, 10 /* p0 */ CINDEX[] SRP0[] #PUSH, 9 /* c0 */ CINDEX[] MDRP[m->p1 hence re-align children with parents per method for crisscrossed strokes */ /* STACK: , , , , , , , , , , fv1.y> */ #PUSH, 7 /* p1 */ CINDEX[] #PUSH, 11 /* p0 */ CINDEX[] #PUSH, 11 /* c0 */ CINDEX[] #PUSH, -1, 118 /* no cvt0, no minDist */ CALL[] /* STACK: , , , , , , , , , , fv1.y> */ #PUSH, 4 /* fv0.x */ CINDEX[] #PUSH, 4 /* fv0.y */ CINDEX[] SFVFS[] /* STACK: , , , , , , , , , , fv1.y> */ #PUSH, 7 /* p1 */ CINDEX[] #PUSH, 10 /* c0 */ CINDEX[] #PUSH, 119 CALL[] /* STACK: , , , , , , , , , , fv1.y> */ #PUSH, 10 /* p0 */ CINDEX[] #PUSH, 8 /* p1 */ CINDEX[] #PUSH, 8 /* c1 */ CINDEX[] #PUSH, -1, 118 /* no cvt1, no minDist */ CALL[] /* STACK: , , , , , , , , , , fv1.y> */ #PUSH, 2 /* fv1.x */ CINDEX[] #PUSH, 2 /* fv1.y */ CINDEX[] SFVFS[] /* STACK: , */ #PUSH, 10 /* p0 */ CINDEX[] #PUSH, 7 /* c1 */ CINDEX[] #PUSH, 119 CALL[] EIF[] /* determine pre-link medians, measuring perpendicularly to p0->p1 */ /* STACK: , , , , , , , , , , fv1.y> */ #PUSH, 10 /* p0 */ CINDEX[] GC[N] #PUSH, 10 /* c0 */ CINDEX[] GC[N] ADD[] #PUSH, 8 /* p1 */ CINDEX[] GC[N] #PUSH, 8 /* c1 */ CINDEX[] GC[N] ADD[] /* links */ /* STACK: , , , , , , , , , , fv1.y>, , */ #PUSH, 6 /* fv0.x */ CINDEX[] #PUSH, 6 /* fv0.y */ CINDEX[] SFVFS[] #PUSH, 12 /* p0 */ CINDEX[] #PUSH, 12 /* c0 */ CINDEX[] #PUSH, 12 /* cvt0 */ MINDEX[] DUP[] #PUSH, 0 LT[] IF[] POP[] #PUSH, 106 /* resMIRP, noCvt, minDist */ ELSE[] #PUSH, 108 /* resMIRP, cvt, minDist */ EIF[] CALL[] /* STACK: , , , , , , , , , fv1.y>, , */ #PUSH, 4 /* fv1.x */ CINDEX[] #PUSH, 4 /* fv1.y */ CINDEX[] SFVFS[] #PUSH, 9 /* p1 */ CINDEX[] #PUSH, 9 /* c1 */ CINDEX[] #PUSH, 9 /* cvt1 */ MINDEX[] DUP[] #PUSH, 0 LT[] IF[] POP[] #PUSH, 106 /* resMIRP, noCvt, minDist */ ELSE[] #PUSH, 108 /* resMIRP, cvt, minDist */ EIF[] CALL[] /* subtract post-link medians from pre-link ones */ /* STACK: , , , , , , , , fv1.y>, , */ SWAP[] #PUSH, 10 /* p0 */ CINDEX[] GC[N] #PUSH, 10 /* c0 */ CINDEX[] GC[N] ADD[] SUB[] #PUSH, 32 MUL[] SWAP[] #PUSH, 8 /* p1 */ CINDEX[] GC[N] #PUSH, 8 /* c1 */ CINDEX[] GC[N] ADD[] SUB[] #PUSH, 32 MUL[] /* finally move points by respective deltas */ /* STACK: , , , , , , , , fv1.y>, , */ #PUSH, 1, 12 /* pv */ CINDEX[] EQ[] IF[] SFVTCA[Y] ELSE[] SFVTCA[X] EIF[] #PUSH, 10 /* p0 */ MINDEX[] DUP[] SRP0[] #PUSH, 3 /* delta0 */ CINDEX[] MSIRP[m] #PUSH, 6 /* fv0.x */ MINDEX[] #PUSH, 6 /* fv0.y */ MINDEX[] SFVFS[] #PUSH, 7 /* c0 */ MINDEX[] DUP[] SRP0[] ROLL[] /* delta0 */ MSIRP[m] /* STACK: , , , , fv1.y>, */ #PUSH, 1, 7 /* pv */ MINDEX[] EQ[] IF[] SFVTCA[Y] ELSE[] SFVTCA[X] EIF[] #PUSH, 5 /* p1 */ MINDEX[] DUP[] SRP0[] #PUSH, 2 /* delta1 */ CINDEX[] MSIRP[m] ROLL[] /* fv0.x */ ROLL[] /* fv0.y */ SFVFS[] SWAP[] /* c1 */ DUP[] SRP0[] SWAP[] /* delta1 */ MSIRP[m] /* STACK: */ #PUSHON #END ENDF[] FDEF[], 126 /* glue code to fn 125 where both fv0 and fv1 are x or y CALL[], , , , , , , , , , , , 126 */ #BEGIN #PUSHOFF /* STACK: , , , , , , , , , , */ SWAP[] /* fv0 */ #PUSH, 1 EQ[] IF[] #PUSH, 0, 16384 ELSE[] #PUSH, 16384, 0 EIF[] ROLL[] /* fv1 */ #PUSH, 1 EQ[] IF[] #PUSH, 0, 16384 ELSE[] #PUSH, 16384, 0 EIF[] #PUSH, 125 /* resIPDDLink */ CALL[] #PUSHON #END ENDF[] FDEF[], 127 /* glue code to fn 125 where fv0 is to line and fv1 is x or y CALL[], , , , , , , , , , , , , 127 */ #BEGIN #PUSHOFF /* STACK: , , , , , , , , , , , */ ROLL[] /* fv0.0 */ ROLL[] /* fv0.1 */ SFVTL[r] GFV[] ROLL[] /* fv1 */ #PUSH, 1 EQ[] IF[] #PUSH, 0, 16384 ELSE[] #PUSH, 16384, 0 EIF[] #PUSH, 125 /* resIPDDLink */ CALL[] #PUSHON #END ENDF[] FDEF[], 128 /* glue code to fn 125 where fv0 is x or y and fv1 is to line CALL[], , , , , , , , , , , , , 128 */ #BEGIN #PUSHOFF /* STACK: , , , , , , , , , , , */ SFVTL[r] #PUSH, 1 EQ[] IF[] #PUSH, 0, 16384 ELSE[] #PUSH, 16384, 0 EIF[] GFV[] #PUSH, 125 /* resIPDDLink */ CALL[] #PUSHON #END ENDF[] FDEF[], 129 /* glue code to fn 125 where both fv0 and fv1 are to line CALL[], , , , , , , , , , , , , , 129 */ #BEGIN #PUSHOFF /* STACK: , , , , , , , , , , , , */ #PUSH, 4 /* fv0.0 */ MINDEX[] #PUSH, 4 /* fv0.1 */ MINDEX[] SFVTL[r] GFV[] #PUSH, 4 /* fv1.0 */ MINDEX[] #PUSH, 4 /* fv1.1 */ MINDEX[] SFVTL[r] GFV[] #PUSH, 125 /* resIPDDLink */ CALL[] #PUSHON #END ENDF[] FDEF[], 130 /* extrapolate x-coordinate of

to base line along italic angle returns with extrapolated x-coordinate on stack CALL[],

, 130 */ #BEGIN #PUSHOFF DUP[] SVTCA[X] GC[N] SWAP[] SVTCA[Y] GC[N] /* STACK: , */ #PUSH, 10 /* rise */ RS[] #PUSH, 11 /* run */ RS[] /* STACK: , , , */ ROLL[] MUL[] SWAP[] DIV[] SUB[] /* STACK: */ #PUSHON #END ENDF[] FDEF[], 131 /* constrains an italic stroke, defined by parents and , by children and , and by cvts and , and inter- polates it between points and for b&w stroke additionally optimizes the resulting pixel pattern CALL[], , , , , , , , , 131 */ #BEGIN #PUSHOFF /* STACK: , , , , , , , */ #PUSH, 9 /* pv perp italic, fv X */ CALL[] /* lock parent edge */ #PUSH, 6 /* p0 */ CINDEX[] MDAP[r] #PUSH, 5 /* p1 */ CINDEX[] RDTG[] MDRP[m, , , , , , , */ /* interpolate median of p0 and c0 between lsb and rsb */ #PUSH, 8 /* lsb */ CINDEX[] #PUSH, 7 /* p0 */ CINDEX[] #PUSH, 6 /* c0 */ CINDEX[] #PUSH, 10 /* rsb */ CINDEX[] #PUSH, 111 /* interpolate median */ CALL[] /* STACK: , , , , , , , */ /* if the two actual parent->child distances round to the same stroke weight */ #PUSH, 6 /* p0 */ CINDEX[] #PUSH, 5 /* c0 */ CINDEX[] #PUSH, 4 /* cvt0 */ MINDEX[] DUP[] #PUSH, 0 LT[] IF[] POP[] #PUSH, 102 /* resActDist, noCvt, minDist */ ELSE[] #PUSH, 104 /* resActDist, cvt, minDist */ EIF[] CALL[] /* STACK: , , , , , , , <[dist0]> */ #PUSH, 5 /* p1 */ CINDEX[] #PUSH, 4 /* c1 */ CINDEX[] #PUSH, 4 /* cvt1 */ MINDEX[] DUP[] #PUSH, 0 LT[] IF[] POP[] #PUSH, 102 /* resActDist, noCvt, minDist */ ELSE[] #PUSH, 104 /* resActDist, cvt, minDist */ EIF[] CALL[] /* STACK: , , , , , , <[dist0]>, <[dist1]> */ EQ[] IF[] /* STACK: , , , , , */ /* adjust median of p1 and c1 in parallel */ RDTG[] #PUSH, 4 /* p0 */ CINDEX[] SRP0[] #PUSH, 3 /* p1 */ CINDEX[] MDRP[m, , , */ ELSE[] /* STACK: , , , , , */ /* interpolate median of p1 and c1 between lsb and rsb independently */ #PUSH, 6 /* lsb */ MINDEX[] #PUSH, 4 /* p1 */ CINDEX[] #PUSH, 3 /* c1 */ CINDEX[] #PUSH, 8 /* rsb */ MINDEX[] #PUSH, 111 /* interpolate median */ CALL[] /* STACK: , , , */ EIF[] /* STACK: , , , */ /* for b&w only optimize pixel pattern */ #PUSH, 0, 2 RS[] EQ[] IF[] /* STACK: , , , */ /* extrapolate c0 to base line */ RDTG[] #PUSH, 2 /* c0 */ CINDEX[] #PUSH, 130 CALL[] /* extrapolate p0 to base line */ #PUSH, 5 /* p0 */ CINDEX[] #PUSH, 130 CALL[] /* get parentPhase from extrapolated x-coordinate */ DUP[] DUP[] ROUND[Bl] SUB[] #PUSH, 4 /* targetPhase */ RS[] /* STACK: , , , , , , , */ /* shifting parent edge by deltaPhase optimizes stepping pattern on parent edge */ SVTCA[X] SWAP[] SUB[] /* STACK: , , , , , , */ /* minimize the positioning error by mapping deltaPhase from [-63,63] to [-32,31] */ #PUSH, 96 ADD[] DUP[] ROUND[Bl] SUB[] #PUSH, 32 SUB[] /* STACK: , , , , , , */ /* save minimized deltaPhase for child edge and shift parent edge */ DUP[] #PUSH, 8 /* p0 */ MINDEX[] #PUSH, 8 /* p1 */ MINDEX[] ROLL[] #PUSH, 2 SLOOP[] SHPIX[] /* STACK: , , , , */ /* since child edge is linked perpendicular to italic angle, the resulting stroke would include unnecessary pixels, hence determine phase of distance between extrapolated x-coordinates (deltaDeltaPhase) */ ROLL[] ROLL[] SUB[] DUP[] ROUND[Bl] SUB[] /* STACK: , , , */ /* subtract from deltaPhase (don't shift quite as far...) */ SUB[] /* STACK: , , */ /* shift parent edge */ #PUSH, 2 SLOOP[] SHPIX[] /* STACK: */ ELSE[] /* STACK: , , , */ POP[] POP[] POP[] POP[] /* STACK: */ EIF[] RTG[] #PUSHON #END ENDF[] FDEF[], 132 /* for monochrome only: stack points

through on top of

below CALL[],

, , , 132 */ #BEGIN #PUSHOFF /* STACK:

, , */ MPPEM[] GT[] #PUSH, 1, 2 RS[] GTEQ[] AND[] IF[] /* STACK:

, */ SWAP[] SRP0[] DUP[] SVTCA[X] ALIGNRP[] SVTCA[Y] ALIGNRP[] ELSE[] /* STACK:

, */ POP[] POP[] EIF[] #PUSHON #END ENDF[] FDEF[], 133 /* support fn for fns 134 and 135 CALL[], , , , 133 */ #BEGIN #PUSHOFF SWAP[] /* STACK: , , */ #WBeginLoop133: #PUSH, 2 /* to */ CINDEX[] #PUSH, 2 /* from */ CINDEX[] GTEQ[] IF[] /* STACK: , , */ DUP[] #PUSH, 4 /* align? */ CINDEX[] IF[] ALIGNRP[] ELSE[] IP[] EIF[] #PUSH, 1 ADD[] #PUSH, WOffset133 JMPR[], (WOffset133=#WBeginLoop133) EIF[] /* STACK: , , */ POP[] POP[] POP[] #PUSHON #END ENDF[] FDEF[], 134 /* support fn for italic IUP[?] assume pv and fv are set externally CALL[], , , 134 */ #BEGIN #PUSHOFF /* STACK: , */ #PUSH, 2 /* p0 */ CINDEX[] GC[O] #PUSH, 2 /* p1 */ CINDEX[] GC[O] EQ[] /* STACK: , , */ ROLL[] /* p0 */ DUP[] DUP[] SRP0[] SRP1[] #PUSH, 1 ADD[] ROLL[] /* p1 */ DUP[] SRP2[] #PUSH, 1 SUB[] /* STACK: , , */ #PUSH, 133 CALL[] #PUSHON #END ENDF[] FDEF[], 135 /* support fn for italic IUP[?] assume pv and fv are set externally CALL[], , , , , 135 */ #BEGIN #PUSHOFF /* STACK: , , , */ #PUSH, 4 /* p0 */ CINDEX[] GC[O] #PUSH, 2 /* p1 */ CINDEX[] GC[O] EQ[] /* STACK: , , , , */ SWAP[] DUP[] SRP2[] #PUSH, 1 SUB[] SWAP[] DUP[] #PUSH, 6 /* p0 */ MINDEX[] DUP[] DUP[] SRP0[] SRP1[] #PUSH, 1 ADD[] #PUSH, 6 /* end */ MINDEX[] /* STACK: , , , , , */ #PUSH, 133 CALL[] ROLL[] ROLL[] #PUSH, 133 CALL[] #PUSHON #END ENDF[] FDEF[], 150 /* Function 150 takes 5 arguments */ /* VERSION 1.0 20120420 */ /* This function moves a point between a PPEM range */ /* for the given rasterizer mode (in Store 2) ClearType */ /* CALL[],,,,, , 150 */ /* Lowest PPEM range to be modified (inclusive) */ /* Highest PPEM range to be modified (inclusive) */ /* point to be modified */ /* Amount to move point, in ± 64ths */ /* value in store 2 */ /* 150 Function number */ #BEGIN #PUSHOFF #PUSH, 2 RS[] /* read store 2 */ EQ[] /* is it = to the last arg? */ IF[] /* if so . . . */ GPV[] /* Save current PV on stack to restore */ SPVTCA[Y] /* We should only MPPEM with Y PV */ ROLL[] MPPEM[] /* check cur. size against high ppem */ GTEQ[] #PUSH, 4 MINDEX[] MPPEM[] /* and low ppem */ LTEQ[] AND[] IF[] /* if it's between, then */ SPVFS[] /* Restore orig PV */ SHPIX[] /* move the point by the amount */ ELSE[] SPVFS[] /* Restore orig PV */ POP[] /* otherwise remove the remaining arguments */ POP[] EIF[] ELSE[] POP[] /* remove the remaining arguments if the first test fails */ POP[] POP[] POP[] EIF[] #END #PUSHON ENDF[] FDEF[], 151 /* Function 151 takes 5 arguments */ /* VERSION 1.0 20120420 */ /* This function moves a point between a PPEM range */ /* for the given set of rasterizer flags (in Store 2) */ /* CALL[],,,,, , 151 */ /* Lowest PPEM range to be modified (inclusive) */ /* Highest PPEM range to be modified (inclusive) */ /* point to be modified */ /* Amount to move point, in ± 64ths */ /* bit of a value in store 2 */ /* Function 151 differs from Function 150 in that instead of requiring an */ /* exact match with the value in store 2, a given set of flags (or bit values) */ /* can be referenced. For example, if the function should execute */ /* in any situation where ClearType with fractional AWs is enabled, */ /* (c.f. Function 84) irrespective of other flags (e.g. BGR as opposed */ /* to RGB Devices or non-ClearType direction anti-aliasing) then one */ /* would use a value of 64. (c.f. Function 84.) */ /* The rasterizer values for are defined in the function */ /* 84 header. */ /* EXAMPLE: */ /* If one wanted the move to occur if either subpixel positioned or full gray pixel */ /* then one would take the 64 (from subpixel positioned) and the 256 (from */ /* gray full-pixel) and add them to get 320. With a value of 320, the point will */ /* get moved if either subpixel positioned or full gray pixel is enabled. */ /* If one wanted to move to occur always if ClearType was on, independent of */ /* any subtype or spacing flag, one would set the rasterizer mode to 2. */ /* 151 Function number */ #BEGIN #PUSHOFF #PUSH, 152 /* Call function 152 with the rasterizer mode on the top of stack */ CALL[] IF[] /* if so . . . */ GPV[] /* Save current PV on stack to restore */ SPVTCA[Y] /* We should only MPPEM with Y PV */ ROLL[] MPPEM[] /* check cur. size against high ppem */ GTEQ[] #PUSH, 4 MINDEX[] MPPEM[] /* and low ppem */ LTEQ[] AND[] IF[] /* if it's between, then */ SPVFS[] /* Restore orig PV */ SHPIX[] /* move the point by the amount */ ELSE[] SPVFS[] /* Restore orig PV */ POP[] /* otherwise remove the remaining arguments */ POP[] EIF[] ELSE[] POP[] /* remove the remaining arguments if the first test fails */ POP[] POP[] POP[] EIF[] #END #PUSHON ENDF[] FDEF[], 152 /* Function 152 takes 1 argument, a "bitfield" flag. */ /* VERSION 1.0 20111117 */ /* Function 152 is intended to take a set of one or more bits as input and do an AND (e.g. mask) of those bits with the set of flags returned by Function 84. Then determine if there is at least one of these resultant bits that are set. Function 152 returns TRUE if the match is successful, and FALSE if it is not successful. If the parameter is zero, indicating no flags, then the function returns FALSE. This function takes a maxiumum of 32 bit flags. USES: Storage 2 (FN 84) RETURNS: 0 or 1 */ #BEGIN #PUSHOFF /* Input parameter is a set of one or more flags */ DUP[] #PUSH, 2 /* Read FN 84 flags */ RS[] EQ[] /* If a simple match, return TRUE */ #PUSH, 1 SWAP[] #PUSH, BEcln SWAP[] JROT[], (BEcln=#LEndClear) /* Jump to end and clean up stack. */ POP[] #PUSH, 0, 2 RS[] /* Read FN 84 flags */ #PUSH, BEclr /* If no FN 84 flags, return FALSE */ SWAP[] JROF[], (BEclr=#LEndClear) POP[] #PUSH, 2 RS[] SWAP[] #PUSH, 32 /* Maximum number of bits to loop through */ /* TopLoop: */ #LTopLoop: /* STACK Loop Iteration Count Updated (shifted) Input Value Updated (shifted) FN 84 Flag */ DUP[] NOT[] IF[] /* Exit the loop when done */ POP[] POP[] POP[] #PUSH, 0, BDEnd /* 73 End */ JMPR[], (BDEnd=#LEndFn) EIF[] ROLL[] ROLL[] DUP[] ROLL[] DUP[] ROLL[] SWAP[] /* STACK Updated (shifted) FN 84 Flag Updated (shifted) Input Value Updated (shifted) FN 84 Flag Updated (Shifted) Input Value Loop Interation Count */ /* Check to see if the lower-order bit is set in the FN 84 Flag */ #PUSH, 4096 /* Convert to 26.6 by multiply by 64 x 64 */ MUL[] ODD[] IF[] /* Check to see if the lower-order bit is set in the Input Value */ #PUSH, 4096 MUL[] ODD[] IF[] /* We can early out here once we find our first match */ POP[] POP[] POP[] #PUSH, 1, BTEnd /* 1 is the TRUE return code */ JMPR[], (BTEnd=#LEndFn) EIF[] ELSE[] POP[] EIF[] /* STACK Updated (shifted) FN 84 Flag Updated (shifted) Input Value Loop Interation Count */ /* Shift both the Input Value and the FN 84 Flag each one bit right */ #PUSH, 128 /* 2 in 26.6 */ DIV[] DUP[] NOT[] IF[] POP[] POP[] POP[] #PUSH, 0, BPEnd /* 0 is end condition of FALSE */ JMPR[], (BPEnd=#LEndFn) EIF[] SWAP[] #PUSH, 128 /* 2 in 26.6 */ DIV[] DUP[] NOT[] IF[] POP[] POP[] POP[] #PUSH, 0, BZEnd /* End */ JMPR[], (BZEnd=#LEndFn) EIF[] ROLL[] #PUSH, 1 SUB[] #PUSH, WReLoop /* -77 TopLoop */ JMPR[], (WReLoop=#LTopLoop) /* EndClear: */ #LEndClear: SWAP[] POP[] #LEndFn: /* End: */ #END #PUSHON ENDF[] FDEF[], 153 /* Function 153 takes 1 argument, a "bitfield" flag. */ /* VERSION 1.0 20111117 */ /* Function 153 is intended to take a set of one or more bits as input and do an AND (e.g. mask) of those bits with the set of flags returned by Function 84. Then determine if ALL of these resultant bits from the mask are set. Function 153 returns TRUE if the match is successful, and FALSE if it is not successful. If the parameter is zero, indicating no flags, then the function returns FALSE. This function takes a maxiumum of 32 flags. USES: Storage 2 (FN 84) RETURNS: 0 or 1 */ #BEGIN #PUSHOFF /* Input parameter is a set of one or more flags */ DUP[] #PUSH, 2 /* Read FN 84 flags */ RS[] EQ[] /* If a simple match, return TRUE */ #PUSH, 1 SWAP[] #PUSH, BEcln SWAP[] JROT[], (BEcln=#LEndClear) /* Jump to end and clean up stack. */ POP[] #PUSH, 0, 2 RS[] /* Read FN 84 flags */ #PUSH, BEclr /* If no FN 84 flags, return FALSE */ SWAP[] JROF[], (BEclr=#LEndClear) POP[] #PUSH, 0, 2 /* 0 is the boolean tracking success, start off with FALSE */ RS[] ROLL[] #PUSH, 32 /* Maximum number of bits to loop through */ /* TopLoop: */ #LTopLoop: /* STACK Loop Iteration Count Updated (shifted) Input Value Updated (shifted) FN 84 Flag Conditional boolean tracking success */ DUP[] NOT[] IF[] /* Exit the loop when done */ POP[] POP[] POP[] #PUSH, BDEnd /* 73 End */ JMPR[], (BDEnd=#LEndFn) EIF[] ROLL[] ROLL[] DUP[] ROLL[] DUP[] ROLL[] SWAP[] /* STACK Updated (shifted) FN 84 Flag Updated (shifted) Input Value Updated (shifted) FN 84 Flag Updated (Shifted) Input Value Loop Interation Count Conditional boolean tracking success */ /* Check to see if the lower-order bit is set in the FN 84 Flag */ #PUSH, 4096 /* Convert to 26.6 by multiply by 64 x 64 */ MUL[] ODD[] IF[] /* Check to see if the lower-order bit is set in the Input Value */ #PUSH, 4096 MUL[] ODD[] IF[] #PUSH, 4 MINDEX[] #PUSH, 1 /* Set TRUE return code */ OR[] /* We OR this because we will immediately exit if we fail this test */ #PUSH, 4 MINDEX[] #PUSH, 4 MINDEX[] #PUSH, 4 MINDEX[] ELSE[] POP[] POP[] POP[] POP[] #PUSH, BTEnd , 0 /* 0 is the FALSE return code */ SWAP[] JMPR[], (BTEnd=#LEndFn) EIF[] ELSE[] POP[] EIF[] #PUSH, 4 /* Can this be cleaned up and integrated with the code below? */ MINDEX[] SWAP[] /* STACK Updated (shifted) FN 84 Flag Conditional boolean tracking success Updated (shifted) Input Value Loop Interation Count */ /* Shift both the Input Value and the FN 84 Flag each one bit right */ #PUSH, 128 /* 2 in 26.6 */ DIV[] DUP[] NOT[] IF[] ROLL[] NOT[] ROLL[] AND[] SWAP[] POP[] SWAP[] POP[] #PUSH, BPEnd /* 29 End */ JMPR[], (BPEnd=#LEndFn) EIF[] ROLL[] #PUSH, 128 /* 2 in 26.6 */ DIV[] DUP[] NOT[] IF[] POP[] POP[] SWAP[] POP[] #PUSH, BZEnd /* End */ JMPR[], (BZEnd=#LEndFn) EIF[] #PUSH, 4 MINDEX[] #PUSH, 1 SUB[] #PUSH, WReLoop /* -77 TopLoop */ JMPR[], (WReLoop=#LTopLoop) /* EndClear: */ #LEndClear: SWAP[] POP[] #LEndFn: /* End: */ #END #PUSHON ENDF[] /* Control Program */ /* ACT generated Mon Feb 1 09:51:52 2021 */ CATEGORY Stroke CATEGORY StrokeInheritance InstructionsOn @8..2047 DropOutCtrlOff @144 CvtCutIn = 1, 0@144 /* 1 pixel cut-in for over- and undershoots */ ClearTypeCtrl = 1 ASM("WS[], 16, 0") /* <== S[16] = threshold ppem that less than or equal is no RES */ LinearAdvanceWidths = 0 /***** Height CVTs *****/ UpperCase Grey Y SquareHeight 2: 1420 /* cap height */ ASM("SVTCA[Y]") ASM("CALL[], 2, 89") 8: 0 /* base line */ ASM("SVTCA[Y]") ASM("CALL[], 8, 89") RoundHeight 3: 20 ~ 2 @ 52 /* cap height overshoot */ 9: -20 ~ 8 @ 52 /* base line undershoot */ LowerCase SquareHeight 0: 1500 /* lc ascender */ ASM("SVTCA[Y]") ASM("CALL[], 0, 89") 6: 1060 /* x height */ ASM("SVTCA[Y]") ASM("CALL[], 6, 89") 10: 0 /* base line */ ASM("SVTCA[Y]") ASM("CALL[], 10, 89") 14: -460 /* lc descender */ ASM("SVTCA[Y]") ASM("CALL[], 14, 89") RoundHeight 1: 20 ~ 0 @ 52 /* lc ascender overshoot */ 7: 20 ~ 6 @ 52 /* x height overshoot */ 11: -20 ~ 10 @ 52 /* base line undershoot */ 15: -18 ~ 14 @ 57 /* lc descender undershoot */ Figure SquareHeight 4: 1420 /* figure height */ ASM("SVTCA[Y]") ASM("CALL[], 4, 89") 12: 0 /* base line */ ASM("SVTCA[Y]") ASM("CALL[], 12, 89") RoundHeight 5: 20 ~ 4 @ 52 /* figure height overshoot */ 13: -20 ~ 12 @ 52 /* base line undershoot */ Other SquareHeight 16: 1420 /* other height */ ASM("SVTCA[Y]") ASM("CALL[], 16, 89") 18: 0 /* base line */ ASM("SVTCA[Y]") ASM("CALL[], 18, 89") RoundHeight 17: 20 ~ 16 @ 52 /* other height overshoot */ 19: -20 ~ 18 @ 52 /* base line undershoot */ /***** Reserved CVTs *****/ AnyGroup AnyColor AnyDirection AnyCategory 20: 0 /* DO NOT USE!!! */ /***** Grand-Parent CVT *****/ AnyGroup Black X StrokeInheritance 21: 206 /* 42x */ /***** Parent CVTs *****/ UpperCase Black X StrokeInheritance 22: 199 /* 19x */ LowerCase Black X StrokeInheritance 25: 212 /* 23x */ ASM("SVTCA[X]") ASM("CALL[], 21, 25, 69, 22, 78, 90") UpperCase Black Y StrokeInheritance 23: 190 /* 26x */ ASM("SVTCA[X]") ASM("CALL[], 23, 61, 22, 119, 91") LowerCase Black Y StrokeInheritance 26: 175 /* 15x */ ASM("SVTCA[X]") ASM("CALL[], 26, 52, 25, 25, 91") UpperCase Black Diag StrokeInheritance 24: 190 /* 26x */ ASM("SVTCA[X]") ASM("CALL[], 24, 61, 22, 119, 91") LowerCase Black Diag StrokeInheritance 27: 175 /* 15x */ ASM("SVTCA[X]") ASM("CALL[], 27, 52, 25, 25, 91") /***** StrokeInheritance CVTs *****/ UpperCase Black X StrokeInheritance 28: 13 = 22 @ 6 /* 3x */ 29: 200 = 22 @255 /* 32x */ 30: 10 ~ 29 @103 /* 13x */ Y StrokeInheritance 31: 188 = 23 @255 /* 37x */ 32: 95 = 31 @ 12 /* 2x */ 33: -4 ~ 31 @171 /* 11x */ 34: 340 = 23 @ 7 /* 1x */ Diag StrokeInheritance 35: 142 = 24 @ 22 /* 8x */ 36: 194 /* 16x */ ASM("SVTCA[X]") ASM("CALL[], 36, 28, 24, 22, 92") 37: 195 = 36 @128 /* 3x */ 38: 208 = 36 @ 74 /* 6x */ 39: 214 = 38 @171 /* 2x */ LowerCase Black X StrokeInheritance 40: 12 = 25 @ 6 /* 1x */ 41: 212 = 25 @255 /* 34x */ 42: 176 = 41 @ 29 /* 3x */ Y StrokeInheritance 43: 80 = 26 @ 11 /* 1x */ 44: 182 /* 43x */ ASM("SVTCA[Y]") ASM("CALL[], 44, 12, 26, 25, 92") 45: -8 ~ 44 @205 /* 12x */ 46: 190 = 44 @ 86 /* 16x */ Diag StrokeInheritance 47: 117 = 27 @ 18 /* 4x */ 48: 190 /* 18x */ ASM("SVTCA[X]") ASM("CALL[], 48, 25, 27, 25, 92") 49: 176 = 48 @ 74 /* 2x */ 50: 213 = 48 @ 45 /* 4x */ Figure Black X StrokeInheritance 51: 211 /* 24x */ 52: 157 = 51 @ 19 /* 3x */ 53: 340 /* 1x */ Y StrokeInheritance 54: 18 /* 1x */ 55: 184 /* 18x */ Diag StrokeInheritance 56: 154 /* 2x */ 57: 204 /* 6x */ 58: 192 = 57 @ 86 /* 2x */ Other Black X StrokeInheritance 59: 3 /* 2x */ 60: 214 /* 32x */ 61: 197 = 60 @ 61 /* 19x */ 62: 181 = 61 @ 64 /* 8x */ 63: 172 = 62 @114 /* 3x */ Y StrokeInheritance 64: 183 /* 30x */ 65: 163 = 64 @ 52 /* 7x */ 66: 189 = 64 @128 /* 11x */ 67: 380 /* 1x */ Diag StrokeInheritance 68: 184 /* 26x */ 69: 167 = 68 @ 64 /* 4x */ 70: 192 = 68 @128 /* 13x */ 71: 203 = 70 @ 94 /* 6x */ 72: 229 /* 2x */ /***** Stroke CVTs *****/ UpperCase Black X Stroke 73: 12 = 28 @255 /* 2x */ 74: 30 = 28 @ 61 /* 1x */ 75: 192 = 29 @128 /* 4x */ 76: 200 = 29 @255 /* 15x */ 77: 211 = 30 @255 /* 13x */ Y Stroke 78: 95 = 32 @255 /* 2x */ 79: 183 = 33 @255 /* 11x */ 80: 190 = 31 @255 /* 24x */ 81: 340 = 34 @255 /* 1x */ Diag Stroke 82: 122 = 35 @ 52 /* 2x */ 83: 142 = 35 @255 /* 6x */ 84: 165 = 36 @ 40 /* 2x */ 85: 176 = 36 @ 86 /* 1x */ 86: 187 = 36 @255 /* 4x */ 87: 196 = 37 @255 /* 3x */ 88: 208 = 38 @255 /* 4x */ 89: 215 = 39 @255 /* 2x */ LowerCase Black X Stroke 90: 12 = 40 @255 /* 1x */ 91: 160 = 42 @ 64 /* 1x */ 92: 176 = 42 @255 /* 2x */ 93: 192 = 41 @ 52 /* 1x */ 94: 200 = 41 @ 86 /* 1x */ 95: 212 = 41 @255 /* 25x */ 96: 220 = 41 @128 /* 4x */ Y Stroke 97: 80 = 43 @255 /* 1x */ 98: 161 = 44 @ 61 /* 2x */ 99: 173 = 45 @255 /* 12x */ 100: 180 = 44 @255 /* 12x */ 101: 191 = 46 @255 /* 16x */ 102: 226 = 44 @ 24 /* 1x */ Diag Stroke 103: 117 = 47 @255 /* 4x */ 104: 171 = 49 @205 /* 1x */ 105: 177 = 49 @255 /* 1x */ 106: 185 = 48 @171 /* 2x */ 107: 190 = 48 @255 /* 9x */ 108: 199 = 48 @114 /* 1x */ 109: 204 = 50 @114 /* 1x */ 110: 208 = 50 @205 /* 1x */ 111: 213 = 50 @255 /* 2x */ Figure Black X Stroke 112: 138 = 52 @ 54 /* 1x */ 113: 157 = 52 @255 /* 2x */ 114: 201 = 51 @103 /* 2x */ 115: 211 = 51 @255 /* 17x */ 116: 222 = 51 @ 94 /* 1x */ 117: 252 = 51 @ 25 /* 1x */ 118: 340 = 53 @255 /* 1x */ Y Stroke 119: 18 = 54 @255 /* 1x */ 120: 184 = 55 @255 /* 16x */ 121: 190 = 55 @171 /* 2x */ Diag Stroke 122: 149 = 56 @205 /* 1x */ 123: 158 = 56 @255 /* 1x */ 124: 192 = 58 @255 /* 2x */ 125: 204 = 57 @255 /* 4x */ Other Black X Stroke 126: 3 = 59 @255 /* 2x */ 127: 171 = 63 @255 /* 3x */ 128: 181 = 62 @255 /* 5x */ 129: 192 = 61 @255 /* 6x */ 130: 201 = 61 @147 /* 5x */ 131: 216 = 60 @255 /* 13x */ Y Stroke 132: 163 = 65 @255 /* 4x */ 133: 170 = 65 @147 /* 3x */ 134: 180 = 64 @255 /* 10x */ 135: 188 = 66 @255 /* 11x */ 136: 201 = 64 @ 54 /* 2x */ 137: 380 = 67 @255 /* 1x */ Diag Stroke 138: 159 = 69 @128 /* 1x */ 139: 167 = 69 @255 /* 3x */ 140: 175 = 68 @147 /* 1x */ 141: 182 = 68 @255 /* 8x */ 142: 193 = 70 @255 /* 7x */ 143: 204 = 71 @255 /* 6x */ 144: 229 = 72 @255 /* 2x */ 145: 800 /* superscript base */ 146: 790 /* mod base */ 147: 802 /* hyphen top */ 148: 1052 /* equals top */ 149: 1730 /* bar top */ 150: 1176 /* asterisk top */ 151: 810 /* greater nose top */ 152: 1610 /* slash top */ 153: 1634 /* bracket top */ 154: 1620 /* paren and brace top */ 155: 2226 /* PL top */ 156: 1900 /* PL top sTypo */ 157: -480 /* PL bottom */ 158: -20 ~ 146 @ 52 /* base line undershoot */ xxxxxxx x x x x xxxxxxxxbbbbbb~ ~!~"~#~$~%"d& ' ( )z *+,-./0123456789:;<P=P>P?H@LA>B>C>D>E>F>GXH(IJKLMNOPQRSTUVW XYZ[\]p^p_p`papb c d e!nf!ng!nh!ni!nj"`k#"l$$m$n$o$p$q%r&s&t&u(v(w(x(y(z({(|(}(~(((((((((((((()z*&***,.0011111222222234b5777788:B:B:B:B:B:B:B:B;;;;;;;;;<<<=z>j? ? ?????@ABABABABABABABABABBBBBBBBBBBBCDpDEEEEEEEEEEEEEEEEEEEE$EG G G *G H4H4IIIIIII2J$K,MNFO O O O  O  O  O  O  O O O O O O O O PPPP&PST0TUVV V!V"V#V$W%.X&Y'Z([)[*[+[,@\-^.^/^0^1^2^3^4^5_6h_7a28a29a2:b;b<b=b>c?c@cAddBddCfHDfHEg0FgGhHiIiJiKiL iMjNkOlPmDQmDRn"Sn"Tn"UnVoWoXoYqZq[q\q]q^q_q`qaqbqcqdqeqfqgqhqiqjqkqlqmqnqoqprbqsrssstsutvuwvxwyxzx{x|x}x~yhyhyhyhyhyhyhzd{4||}}}~2VV@@@@@|||&|bx.T:2($$$$:llll|zNz`T.($~"*\0N    $$ŘƎ Ǝ Z L  ʞ˜˜˜˜P:@88ӰӰՒՒ Ւ!&"&#&$B%B&'"()*ޖ+z,V"-x.r/ 0 1234567 8(9:;^<`=0>?@nA4B4C4D4E&4FZGZH,IJKLMNO@PQrRrSrTrUVV^WXYZ[\]^F_F`FaFb `c `d `e `f `g `h xi xj xk xl fm fn fo fp fqr*stuv|w.x0yz{|}2~N x l!(!"^#$$%&'|(P*0, ,-.////////////0V122023 4506789j:d;X< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <=>?v@jABBBCpD4hDF DGLH J$K.L@xMHrMN2NO\O\OPQ~RdpRdRSSTpTxTxUnUUVWlXFYYZz[4[\]d]^^t^t^x^^^v^_b_b_b_b _b _b `( ` abczd dxde>efngLhZ,iTj"kPlrmmmm n!n"o#o$,o%q&q'q(q)q*q+q,q-r.sf/sf0sf1sf2u$3v64wF5wF6wF7wF80wF9,xv: y;z<z=Rz>|?}@>}A,B,CDEFGHtIJ&KL,fM,NOPJQRSTU*VWXZYZ[\]t^H_`abcd~e8fgDhi jklm>nopqrsturvDwD*xnyzf{`| }~^^^h~t pr88^:|||"6$ììt<Dz6Ȧʰ˞ ̰$      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ddPXՖp(֘4&*>Pڎnd0.v$z(4&b*B  4   2JND^*(hF\R(b*~(2 !"#J$,`%,& '0 (2 ) 0*,F+(r,,-6./ 0.1.2.3.4@5>6>7>8>9>:>;><>=>>>?@ABCDpE$FGHFI &J K!L"M#N$|O%TP&4Q&R'S (T)U*|V, W-X-Y-Z-[.~\j/ ]V/t^0_60`2a2b2c3ld4Fe5^fP5^g6h6il6j7k7l8RmZ8Rn9o;xp;xq;xrw">x?yF@zA{6B|C}C~DEFlGI$(IKKLLMMNOPQ^RRSrTTV4TWDXZ[,T\>]4^:_`abdxjeXfhNi`Tjrk6l:mo,p qqrssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss s s s s sssssssssssssssssss s!s"s#s$s%s&s's(s)s*s+s,s-s.s/s0s1s2s3s4s5s6s7s8s9s:s;s<s=s>s?s@sAsBsCsDsEsFsGsHsIsJsKsLsMsNsOsPsQsRsSsTsUsVsWsXsYsZs[s\s]s^s_s`sasbscsdsesfsgshsisjskslsmsnsospsqsrssstsusvswsxsyszs{s|s}s~ssssssssssssssssssssssssssssssssssssssssssssssssssptZttupvFpvpw&wxxy>yzVp{{pp|n|||p}p}p}~P~npppd\|pB~@pp.PhH>Dr4/* VTTTalk glyph 0, char 0xffff */ /* Y direction */ ResYAnchor(0,8) YShift(0,8) ResYAnchor(1,2) YShift(1,9) YAnchor(4) ResYDist(4,5) YAnchor(13) ResYDist(13,12) /* X direction */ Smooth() /* VTTTalk glyph 1, char 0x41 (A) */ /* Y direction */ ResYAnchor(0,8) YShift(0,4) ResYAnchor(1,2) YInterpolate(4,5,1) YIPAnchor(1,8,0) ResYDist(8,9) /* X direction */ Smooth() /* VTTTalk glyph 1621, char 0x2c6d */ /* Y direction */ ResYAnchor(0,9) ResYDist(0,20) ResYAnchor(6,3) ResYDist(6,14) YInterpolate(0,25,39,32,23,11,9,6) ResYAnchor(35,8) ResYDist(35,34) ResYAnchor(37,2) /* X direction */ Smooth() /* VTTTalk glyph 25, char 0x23a */ /* GUI generated Mon Feb 1 11:12:02 2021 */ /* Y direction */ ResYAnchor(12,8) YDist(12,0,>=3/2) YShift(0,1) YShift(12,16) ResYAnchor(13,2) YIPAnchor(16,23,13) YInterpolate(23,9,8,4,5,13) ResYDist(23,22) YInterpolate(23,2,11,10,3,22) YDist(13,6,>=3/2) YShift(6,7) YInterpolate(13,18,12) /* X direction */ Smooth() /* VTTTalk glyph 25, char 0xc6 */ /* Y direction */ ResYAnchor(0,8) YShift(0,14) YShift(0,10) ResYDist(10,11) ResYAnchor(1,2) YShift(1,15) YIPAnchor(1,18,7,0) ResYDist(18,19) ResYDist(7,6) YShift(1,23) ResYDist(23,4) ResYDist(23,22) /* X direction */ Smooth() /* VTTTalk glyph 27, char 0x42 (B) */ /* Y direction */ ResYAnchor(18,8) YShift(18,0) ResYDist(0,1) ResYAnchor(19,2) YIPAnchor(19,9,18) YInterpolate(19,23,9) ResYDist(9,27) YInterpolate(27,26,10,22,9) YShift(19,36) ResYDist(36,35) /* X direction */ Smooth() /* VTTTalk glyph 28, char 0x43 (C) */ /* Y direction */ ResYAnchor(0,9) ResYDist(0,17) ResYAnchor(5,3) ResYDist(5,12) YInterpolate(0,9,8,5) /* X direction */ Smooth() /* VTTTalk glyph 1623, char 0x23b */ /* Y direction */ ResYAnchor(4,9) ResYDist(4,21) YDist(4,0,>=3/2) YShift(0,1) ResYAnchor(9,3) ResYDist(9,16) YDist(9,2,>=3/2) YShift(2,3) YInterpolate(4,13,12,9) /* X direction */ Smooth() /* VTTTalk Unicode 0x44 (D) */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 16 8 */ /* CVT 17 2 */ /* Min and Max */ ResYAnchor(16,8) /* min, CVT */ ResYAnchor(17,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YShift(17,10) /*stroke, CVT of another stroke*/ ResYDist(10,9) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YShift(16,0) /*stroke, CVT of another stroke*/ ResYDist(0,1) /*perpendicular to the stroke*/ Smooth() /* VTTTalk Unicode 0xd0 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 20 8 */ /* CVT 21 2 */ /* Min and Max */ ResYAnchor(20,8) /* min, CVT */ ResYAnchor(21,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YShift(21,14) /*stroke, CVT of another stroke*/ ResYDist(14,13) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YInterpolate(21,0,20) YAnchor(0) ResYDist(0,1) /*perpendicular to the stroke*/ /* YDir: Stroke #2 */ YShift(20,4) /*stroke, CVT of another stroke*/ ResYDist(4,5) /*perpendicular to the stroke*/ Smooth() /* VTTTalk Unicode 0x45 (E) */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 0 8 */ /* CVT 1 2 */ /* Min and Max */ ResYAnchor(0,8) /* min, CVT */ ResYAnchor(1,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YShift(1,13) /*stroke, CVT of another stroke*/ ResYDist(13,12) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YInterpolate(1,8,0) YAnchor(8) ResYDist(8,9) /*perpendicular to the stroke*/ /* YDir: Stroke #2 */ YShift(0,4) /*stroke, CVT of another stroke*/ ResYDist(4,5) /*perpendicular to the stroke*/ Smooth() /* VTTTalk glyph 54, char 0x118 */ /* Y direction */ ResYAnchor(21,8) YShift(21,9) ResYDist(21,0) ResYDist(0,15) YShift(21,25) ResYDist(25,26) YInterpolate(21,7,26) ResYAnchor(22,2) YIPAnchor(22,32,21) ResYDist(32,31) YShift(22,34) ResYDist(34,33) /* X direction */ Smooth() /* VTTTalk glyph 55, char 0x190 */ /* Y direction */ ResYAnchor(0,3) ResYDist(0,7) ResYAnchor(30,9) ResYDist(30,21) YIPAnchor(0,15,30) YInterpolate(0,3,4,15) ResYDist(15,13) YInterpolate(15,38,41,13) /* X direction */ Smooth() /* VTTTalk glyph 1624, char 0x18e */ /* Y direction */ ResYAnchor(5,8) YShift(5,1) ResYDist(5,6) ResYAnchor(14,2) YShift(14,2) ResYDist(14,13) YIPAnchor(5,9,14) ResYDist(9,10) /* X direction */ Smooth() /* VTTTalk glyph 58, char 0x1b7 */ /* Y direction */ ResYAnchor(0,9) ResYDist(0,7) ResYAnchor(19,3) YInterpolate(0,14,19) ResYDist(14,23) YInterpolate(14,22,15,23) ResYDist(19,18) YShift(18,21) YInterpolate(19,16,18) /* X direction */ Smooth() /* VTTTalk Unicode 0x46 (F) */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 0 8 */ /* CVT 1 2 */ /* Min and Max */ ResYAnchor(0,8) /* min, CVT */ ResYAnchor(1,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YShift(1,9) /*stroke, CVT of another stroke*/ ResYDist(9,8) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YInterpolate(1,4,0) YAnchor(4) ResYDist(4,5) /*perpendicular to the stroke*/ Smooth() /* VTTTalk glyph 60, char 0x47 (G) */ /* Y direction */ ResYAnchor(0,9) ResYDist(0,19) YInterpolate(0,26,19) ResYAnchor(6,3) ResYDist(6,13) YIPAnchor(6,30,0) YInterpolate(6,10,30) ResYDist(30,31) YShift(31,27) /* X direction */ Smooth() /* VTTTalk glyph 70, char 0x1e4 */ /* GUI generated Mon Feb 1 11:14:50 2021 */ /* Y direction */ ResYAnchor(0,9) ResYDist(0,19) YInterpolate(0,29,19) ResYDist(19,30) ResYDist(30,31) YDist(31,27,>=) ResYAnchor(6,3) ResYDist(6,13) YInterpolate(6,10,0) /* X direction */ Smooth() /* VTTTalk Unicode 0x48 (H) */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 4 8 */ /* CVT 5 2 */ /* Min and Max */ ResYAnchor(4,8) /* min, CVT */ ResYAnchor(5,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YInterpolate(5,8,4) YAnchor(8) ResYDist(8,9) /*perpendicular to the stroke*/ /* Contour #0 */ YShift(5,1) /* max */ YShift(4,0) /* min */ Smooth() /* VTTTalk glyph 67, char 0x126 */ /* Y direction */ ResYAnchor(8,8) YShift(8,4) ResYAnchor(9,2) YShift(9,5) YIPAnchor(9,12,8) ResYDist(12,13) ResYDist(13,0) ResYDist(0,1) /* X direction */ Smooth() /* VTTTalk Unicode 0x49 (I) */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 4 8 */ /* CVT 9 2 */ /* Min and Max */ ResYAnchor(4,8) /* min, CVT */ ResYAnchor(9,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(9,8) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ ResYDist(4,5) /*perpendicular to the stroke*/ /* Contour #0 */ YShift(9,1) /* max */ YShift(4,0) /* min */ Smooth() /* VTTTalk glyph 71, char 0x132 */ /* Y direction */ ResYAnchor(0,8) ResYDist(0,7) ResYAnchor(25,2) YShift(25,21) ResYDist(25,24) YIPAnchor(0,3,25) YDist(3,16) ResYDist(16,17) YShift(16,20) YShift(25,29) YShift(29,11) /* X direction */ Smooth() /* VTTTalk glyph 81, char 0x12e */ /* Y direction */ ResYAnchor(25,8) YShift(25,9) YShift(25,21) ResYDist (25,0) ResYDist(0,15) YInterpolate(0,6,25) ResYDist(25,26) YInterpolate(25,7,26) ResYAnchor(30,2) YShift(30,22) ResYDist(30,29) /* X direction */ Smooth() /* VTTTalk glyph 83, char 0x4a (J) */ /* Y direction */ ResYAnchor(0,9) ResYDist(0,7) ResYAnchor(17,2) YShift(17,12) ResYDist(17,16) YIPAnchor(0,4,17) /* X direction */ Smooth() /* VTTTalk glyph 85, char 0x4b (K) */ /* Y direction */ ResYAnchor(12,8) YShift(12,16) ResYAnchor(13,2) YShift(13,6) YIPAnchor(12,0,13) YInterpolate(0,17,18,13) ResYDist(0,1) /* X direction */ Smooth() /* VTTTalk Unicode 0x4c (L) */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 0 8 */ /* CVT 1 2 */ /* Min and Max */ ResYAnchor(0,8) /* min, CVT */ ResYAnchor(1,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YShift(0,4) /*stroke, CVT of another stroke*/ ResYDist(4,5) /*perpendicular to the stroke*/ Smooth() /* VTTTalk glyph 1631, char 0x23d */ /* Y direction */ ResYAnchor(5,2) ResYAnchor(11,8) YShift(11,7) ResYDist(11,10) YIPAnchor(11,3,5) ResYDist(3,2) /* X direction */ Smooth() /* VTTTalk glyph 89, char 0x13d */ /* Y direction */ ResYAnchor(4,8) YShift(4,8) ResYDist(8,9) ResYAnchor(5,2) ResYDist(5,1) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 1634, char 0x2c62 */ /* Y direction */ ResYAnchor(1,2) ResYAnchor(7,8) YShift(7,3) ResYDist(7,6) YIPAnchor(7,28,1) ResYDist(28,39) ResYDist(28,19) ResYDist(19,23) ResYDist(28,35) ResYDist(35,12) /* X direction */ Smooth() /* VTTTalk glyph 92, char 0x141 */ /* Y direction */ ResYAnchor(4,8) ResYDist(4,5) YShift(4,11) ResYAnchor(9,2) YInterpolate(9,2,0,11) ResYDist(2,3) ResYDist(0,1) /* X direction */ Smooth() /* VTTTalk glyph 93, char 0x4d (M) */ /* Y direction */ ResYAnchor(8,8) YShift(8,20) ResYAnchor(9,2) YShift(9,3) YShift(9,15) YShift(9,21) YIPAnchor(9,12,20) YShift(12,0) ResYDist(12,1) YShift(1,17) ResYDist(9,14) YShift(14,5) /* X direction */ Smooth() /* VTTTalk glyph 94, char 0x4e (N) */ /* Y direction */ ResYAnchor(8,8) YShift(8,7) YShift(8,12) ResYAnchor(9,2) YShift(9,4) YShift(9,13) YInterpolate(8,5,2,9) /* X direction */ Smooth() /* VTTTalk glyph 98, char 0x14a */ /* Y direction */ ResYAnchor(21,8) ResYDist(21,0) ResYDist(0,1) YShift(21,13) YShift(13,25) ResYAnchor(22,2) YShift(22,17) YShift(22,26) YInterpolate(22,15,18,6,21) /* X direction */ Smooth() /* VTTTalk glyph 113, char 0x19d */ /* GUI generated Mon Feb 1 11:19:55 2021 */ /* Y direction */ ResYAnchor(12,8) YShift(12,23) YShift(12,27) ResYDist(12,0) ResYDist(0,1) ResYAnchor(21,2) YShift(21,15) YShift(21,25) YInterpolate(12,7,17,13,21) /* X direction */ Smooth() /* VTTTalk Unicode 0x4f (O) */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 0 9 */ /* CVT 4 3 */ /* Min and Max */ ResYAnchor(0,9) /* min, CVT */ ResYAnchor(4,3) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(4,12) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ ResYDist(0,8) /*perpendicular to the stroke*/ Smooth() /* VTTTalk glyph 122, char 0x1ea */ /* Y direction */ ResYAnchor(21,9) ResYDist(21,0) ResYDist(0,15) YInterpolate(0,5,21) ResYDist(21,29) YInterpolate(29,7,6,8,21) ResYAnchor(25,3) ResYDist(25,33) /* X direction */ Smooth() /* VTTTalk glyph 123, char 0x186 */ /* Y direction */ ResYAnchor(0,9) ResYDist(0,8) ResYAnchor(19,3) ResYDist(19,14) YInterpolate(0,3,4,19) /* X direction */ Smooth() /* VTTTalk glyph 124, char 0xd8 */ /* Y direction */ ResYAnchor(4,9) ResYDist(4,12) YDist(4,0,>=) ResYAnchor(8,3) ResYDist(8,16) YDist(8,2,>=1) YInterpolate(0,1,3,2) /* X direction */ Smooth() /* VTTTalk glyph 127, char 0x152 */ /* Y direction */ ResYAnchor(0,9) ResYDist(0,19) ResYAnchor(6,3) ResYDist (6,24) YIPAnchor(6,30,0) ResYDist(30,31) ResYAnchor(15,8) YShift(15,12) ResYDist(15,16) ResYAnchor(35,2) YShift(35,10) ResYDist(35,34) /* X direction */ Smooth() /* VTTTalk Unicode 0x50 (P) */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 18 8 */ /* CVT 19 2 */ /* Min and Max */ ResYAnchor(18,8) /* min, CVT */ ResYAnchor(19,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YShift(19,10) /*stroke, CVT of another stroke*/ ResYDist(10,9) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YInterpolate(19,0,18) YAnchor(0) ResYDist(0,1) /*perpendicular to the stroke*/ Smooth() /* VTTTalk Unicode 0xde */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 18 8 */ /* CVT 19 2 */ /* Min and Max */ ResYAnchor(18,8) /* min, CVT */ ResYAnchor(19,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YInterpolate(19,10,18) YAnchor(10) ResYDist(10,9) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YInterpolate(19,0,18) YAnchor(0) ResYDist(0,1) /*perpendicular to the stroke*/ Smooth() /* VTTTalk glyph 130, char 0x51 (Q) */ /* Y direction */ ResYAnchor(12,9) ResYDist(12,0) ResYDist(0,9) ResYDist(12,20) YInterpolate(20,5,12) ResYAnchor(16,3) ResYDist(16,24) /* X direction */ Smooth() /* VTTTalk glyph 131, char 0x52 (R) */ /* Y direction */ ResYAnchor(18,8) YShift(18,22) ResYAnchor(19,2) YIPAnchor(19,0,18) ResYDist(0,1) YInterpolate(0,23,1) YShift(19,10) ResYDist(10,9) /* X direction */ Smooth() /* VTTTalk glyph 153, char 0x53 (S) */ /* GUI generated Mon Feb 1 11:24:11 2021 */ /* Y direction */ ResYAnchor(0,9) ResYDist(0,7) ResYAnchor(19,3) ResYDist(19,26) YInterpolate(0,10,36,12,13,33,32,16,29,23,19) /* X direction */ Smooth() /* VTTTalk glyph 141, char 0x1e9e */ /* Y direction */ ResYAnchor(4,3) ResYDist(4,11) ResYAnchor(15,8) ResYAnchor(16,9) ResYDist(16,22) YInterpolate(16,33,8,31,7,4) ResYDist(33,29) YInterpolate(33,32,29) /* X direction */ Smooth() /* VTTTalk glyph 142, char 0x18f */ /* Y direction */ ResYAnchor(0,9) ResYDist(0,10) ResYAnchor(19,3) ResYDist(19,14) YIPAnchor(19,23,0) ResYDist(23,24) YShift(24,5) /* X direction */ Smooth() /* VTTTalk Unicode 0x54 (T) */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 0 8 */ /* CVT 5 2 */ /* Min and Max */ ResYAnchor(0,8) /* min, CVT */ ResYAnchor(5,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(5,4) /*perpendicular to the stroke*/ /* Extreme Max */ YShift(5,2) Smooth() /* VTTTalk Unicode 0x166 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 4 8 */ /* CVT 9 2 */ /* Min and Max */ ResYAnchor(4,8) /* min, CVT */ ResYAnchor(9,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(9,8) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YInterpolate(9,0,4) YAnchor(0) ResYDist(0,1) /*perpendicular to the stroke*/ /* Extreme Max */ YShift(9,6) Smooth() /* VTTTalk glyph 1640, char 0x23e */ /* Y direction */ ResYAnchor(7,8) YDist(7,0,>=3/2) YShift(0,1) ResYAnchor(9,2) YShift(9,5) ResYDist(9,8) YDist(9,2,>=3/2) YShift(2,3) /* X direction */ Smooth() /* VTTTalk Unicode 0x55 (U) */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 0 9 */ /* CVT 3 2 */ /* Min and Max */ ResYAnchor(0,9) /* min, CVT */ ResYAnchor(3,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(0,8) /*perpendicular to the stroke*/ /* Extreme Max */ YShift(3,12) Smooth() /* VTTTalk glyph 156, char 0x1af */ /* Y direction */ ResYAnchor(10,9) ResYDist(10,18) ResYAnchor(13,2) ResYDist(13,5) YShift(13,22) ResYDist(22,0) YShift(22,1) /* X direction */ Smooth() /* VTTTalk glyph 164, char 0x172 */ /* Y direction */ ResYAnchor(22,9) ResYAnchor(25,2) YShift(25,33) ResYDist(22,30) ResYDist(22,15) ResYDist(15,0) YInterpolate(22,8,7,6,30) /* X direction */ Smooth() /* VTTTalk glyph 186, char 0x1b1 */ /* GUI generated Mon Feb 1 11:26:47 2021 */ /* Y direction */ ResYAnchor(22,9) ResYDist(22,7) ResYAnchor(30,16) YShift(30,35) YLink(30,33) YShift(33,1) YShift(33,13) YShift(33,36) YInterpolate(30,0,14,33) /* X direction */ Smooth() /* VTTTalk glyph 167, char 0x56 (V) */ /* Y direction */ ResYAnchor(0,8) ResYAnchor(1,2) YShift(1,6) YInterpolate(0,3,1) /* X direction */ Smooth() /* VTTTalk glyph 1643, char 0x194 */ /* Y direction */ ResYAnchor(28,8) YShift(28,35) YDist(28,1,>=3/2) YShift(1,27) ResYDist(1,0) YShift(0,14) ResYAnchor(29,2) YShift(29,34) YInterpolate(28,36,7,21,20,31,29) /* X direction */ Smooth() /* VTTTalk glyph 1644, char 0x1b2 */ /* Y direction */ ResYAnchor(8,9) ResYDist(8,16) ResYAnchor(11,2) YShift(11,0) ResYDist(0,23) /* X direction */ Smooth() /* VTTTalk glyph 169, char 0x57 (W) */ /* Y direction */ ResYAnchor(0,8) ResYDist(0,3) YShift(3,15) YShift(0,10) ResYAnchor(1,2) YShift(1,17) YInterpolate(1,12,10) YShift(12,8) ResYDist (12,13) YShift(13,5) /* X direction */ Smooth() /* VTTTalk glyph 174, char 0x58 (X) */ /* Y direction */ ResYAnchor(2,2) YShift(2,9) ResYAnchor(6,8) YShift(6,5) YInterpolate(5,1,10,4,7,2) /* X direction */ Smooth() /* VTTTalk glyph 175, char 0x59 (Y) */ /* Y direction */ ResYAnchor(1,2) YShift(1,6) ResYAnchor(8,8) YInterpolate(8,0,9,3,1) /* X direction */ Smooth() /* VTTTalk glyph 184, char 0x5a (Z) */ /* Y direction */ ResYAnchor(4,8) ResYDist(4,6) YShift(6,1) YInterpolate(6,0,4) ResYAnchor(9,2) ResYDist(9,8) YShift(8,3) YInterpolate(9,2,8) /* X direction */ Smooth() /* VTTTalk glyph 1645, char 0x1d00 */ /* Y direction */ ResYAnchor(1,6) ResYAnchor(7,10) YShift(7,4) YIPAnchor(4,11,1) ResYDist(11,10) YInterpolate(1,6,7) /* X direction */ Smooth() /* VTTTalk glyph 1646, char 0x262 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,19) YInterpolate(0,29,23,19) ResYAnchor(6,7) ResYDist(6,13) YIPAnchor(0,30,6) YInterpolate(30,10,9,6) ResYDist(30,31) YShift(31,27) /* X direction */ Smooth() /* VTTTalk glyph 194, char 0x26a */ /* Y direction */ ResYAnchor(4,10) YShift(4,0) ResYDist(4,5) ResYAnchor(9,6) YShift(9,1) ResYDist(9,8) /* X direction */ Smooth() /* VTTTalk glyph 1647, char 0x29f */ /* Y direction */ ResYAnchor(1,6) YAnchor(7,10) YShift(7,3) ResYDist(7,6) /* X direction */ Smooth() /* VTTTalk glyph 195, char 0x61 (a) */ /* Y direction */ ResYAnchor(8,7) ResYDist(8,7) YAnchor(15,10) ResYDist(15,13) ResYAnchor(16,11) ResYDist(16,34) YInterpolate(16,41,42,1,39,22,8) ResYDist(22,29) /* X direction */ Smooth() /* VTTTalk glyph 215, char 0x105 */ /* Y direction */ ResYAnchor(29,7) ResYDist(29,28) ResYAnchor(36,10) ResYDist(36,34) YInterpolate(34,8,7,36) ResYAnchor(37,11) ResYDist(37,55) ResYDist(37,0) ResYDist(0,15) YInterpolate(37,62,63,22,60,43,29) ResYDist(43,50) /* X direction */ Smooth() /* VTTTalk glyph 219, char 0xe6 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,19) ResYAnchor(36,7) ResYDist(36,35) YInterpolate(0,24,29,10,6,36) ResYDist(6,13) ResYAnchor(42,11) ResYDist(42,66) ResYAnchor(48,7) ResYDist(48,60) YIPAnchor(48,56,42) ResYDist(56,55) /* X direction */ Smooth() /* VTTTalk glyph 221, char 0x62 (b) */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,7) YInterpolate(7,28,3,25,0) ResYAnchor(19,7) ResYDist(19,13) YInterpolate(0,15,17,19) ResYAnchor(26,0) /* X direction */ Smooth() /* VTTTalk glyph 222, char 0x63 (c) */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,19) ResYAnchor(6,7) ResYDist(6,13) YInterpolate(0,10,9,6) /* X direction */ Smooth() /* VTTTalk glyph 256, char 0x64 (d) */ /* GUI generated Mon Feb 1 11:47:01 2021 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,20) ResYAnchor(6,7) ResYDist(6,14) YInterpolate(0,25,29,23,11,9,6) ResYAnchor(30,0) ResYAnchor(32,10) /* X direction */ Smooth() /* VTTTalk glyph 257, char 0xf0 */ /* GUI generated Mon Feb 1 11:49:35 2021 */ /* Y direction */ ResYAnchor(23,11) ResYDist(23,11) ResYDist(23,5) ResYDist(5,4) YInterpolate(23,34,35,10,9,32,29,5) ResYDist(29,17) ResYDist(29,38) ResYDist(38,39) YShift(38,41) ResYDist(41,40) /* X direction */ Smooth() /* VTTTalk glyph 258, char 0x10f */ /* GUI generated Mon Feb 1 11:50:13 2021 */ /* Y direction */ ResYAnchor(4,11) ResYDist(4,24) ResYAnchor(10,7) ResYDist(10,18) YInterpolate(4,29,33,27,15,13,10) ResYAnchor(34,0) ResYDist(34,1) ResYDist(1,3) ResYAnchor(36,10) /* X direction */ Smooth() /* VTTTalk glyph 259, char 0x111 */ /* GUI generated Mon Feb 1 12:03:43 2021 */ /* Y direction */ ResYAnchor(4,11) ResYDist(4,24) ResYAnchor(10,7) ResYDist(10,18) YInterpolate(4,29,33,27,15,13,10) ResYAnchor(34,0) YInterpolate(34,0,10) ResYDist(0,1) ResYAnchor(36,10) /* X direction */ Smooth() /* VTTTalk glyph 232, char 0x65 (e) */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,23) YShift(0,27) ResYAnchor(6,7) ResYDist(6,17) YIPAnchor(0,13,6) ResYDist(13,12) /* X direction */ Smooth() /* VTTTalk glyph 248, char 0x119 */ /* Y direction */ ResYAnchor(23,11) ResYAnchor(29,7) ResYDist(29,40) ResYDist(23,46) YIPAnchor(23,35,29) ResYDist(35,36) YInterpolate(23,7,8,9,50,46) YShift(23,6) ResYDist(23,16) ResYDist(16,0) /* X direction */ Smooth() /* VTTTalk glyph 278, char 0x283 */ /* GUI generated Mon Feb 1 12:04:36 2021 */ /* Y direction */ ResYAnchor(3,1) ResYDist(3,9) ResYAnchor(13,15) ResYDist(13,14) YInterpolate(13,0,20,3) /* X direction */ Smooth() /* VTTTalk Unicode 0x259 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 0 11 */ /* CVT 24 7 */ /* Min and Max */ ResYAnchor(0,11) /* min, CVT */ ResYAnchor(24,7) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(24,17) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YInterpolate(24,8,0) YAnchor(8) ResYDist(8,5) /*perpendicular to the stroke*/ /* YDir: Stroke #2 */ ResYDist(0,11) /*perpendicular to the stroke*/ Smooth() /* VTTTalk glyph 253, char 0x292 */ /* Y direction */ ResYAnchor(28,6) ResYDist(28,0) ResYDist(0,6) YIPAnchor(0,23,28) YInterpolate(0,3,23) YInterpolate(23,30,28) YShift(23,13) ResYDist(23,14) YInterpolate(14,24,23) ResYDist(28,27) YInterpolate(28,25,27) /* X direction */ Smooth() /* VTTTalk glyph 254, char 0x66 (f) */ /* Y direction */ ResYAnchor(0,10) ResYAnchor(3,1) ResYDist(3,9) YIPAnchor(3,13,0) ResYDist(13,14) /* X direction */ Smooth() /* VTTTalk glyph 284, char 0x67 (g) */ /* GUI generated Mon Feb 1 12:06:05 2021 */ /* Y direction */ ResYAnchor(0,15) ResYDist(0,1) ResYAnchor(8,6) ResYAnchor(13,11) ResYDist(13,33) ResYAnchor(19,7) ResYDist(19,27) YInterpolate(13,38,36,24,6,22,19) /* X direction */ Smooth() /* VTTTalk glyph 1650, char 0x263 */ /* Y direction */ ResYAnchor(0,10) YShift(0,7) YDist(0,10,>=1.5) YShift(10,36) ResYDist(10,9) YShift(9,23) ResYAnchor(1,6) YShift(1,6) YInterpolate(1,3,29,30,16,8,0) /* X direction */ Smooth() /* VTTTalk glyph 324, char 0x294 */ /* GUI generated Thu Dec 3 09:38:39 2020 */ /* Y direction */ ResYAnchor(0,10) ResYAnchor(26,1) ResYDist(26,27) YShift(26,11) YShift(27,10) YInterpolate(26,7,14,4,17,1,20,23,22,0) /* X direction */ Smooth() /* VTTTalk glyph 325, char 0x295 */ /* GUI generated Thu Dec 3 09:40:25 2020 */ /* Y direction */ ResYAnchor(0,10) ResYAnchor(26,1) ResYDist(26,25) YShift(26,10) YShift(25,11) YInterpolate(26,29,22,7,14,4,17,1,20,0) /* X direction */ Smooth() /* VTTTalk glyph 293, char 0x1e5 */ /* GUI generated Mon Feb 1 12:07:51 2021 */ /* Y direction */ ResYAnchor(4,15) ResYDist(4,5) ResYAnchor(11,6) ResYAnchor(17,11) ResYDist(17,37) YInterpolate(5,0,1,17) ResYAnchor(23,7) ResYDist(23,31) YInterpolate(17,42,40,28,10,26,23) /* X direction */ Smooth() /* VTTTalk glyph 261, char 0x68 (h) */ /* Y direction */ ResYAnchor(11,7) ResYDist(11,4) ResYAnchor(16,10) YShift(16,15) YInterpolate(16,6,7,11) ResYAnchor(17,0) /* X direction */ Smooth() /* VTTTalk glyph 262, char 0x127 */ /* Y direction */ ResYAnchor(15,7) ResYDist(15,8) ResYAnchor(20,10) YShift(20,19) YInterpolate(20,10,11,15) ResYAnchor(21,0) YIPAnchor(21,0,15) ResYDist(0,1) /* X direction */ Smooth() /* VTTTalk glyph 265, char 0x69 (i) */ /* Y direction */ ResYAnchor(4,10) YShift(4,0) YShift(4,8) ResYDist(4,5) YShift(5,9) ResYAnchor(13,6) ResYDist(13,12) YInterpolate(12,1,13) ResYDist(13,16) ResYDist(16,22) /* X direction */ Smooth() /* VTTTalk Unicode 0x131 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 4 10 */ /* CVT 13 6 */ /* Min and Max */ ResYAnchor(4,10) /* min, CVT */ ResYAnchor(13,6) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(13,12) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ ResYDist(4,5) /*perpendicular to the stroke*/ YShift(4,8) /*along bottom edge*/ YShift(5,9) /*along top edge*/ /* Contour #0 */ YShift(13,1) /* max */ YShift(4,0) /* min */ Smooth() /* VTTTalk glyph 274, char 0x133 */ /* Y direction */ ResYAnchor(0,15) ResYDist(0,1) ResYAnchor(12,10) ResYAnchor(13,6) YShift(13,17) YInterpolate(12,19,6,13) ResYDist(13,20) YShift(20,32) ResYDist(20,26) YShift(26,38) /* X direction */ Smooth() /* VTTTalk glyph 310, char 0x12f */ /* GUI generated Mon Feb 1 12:11:49 2021 */ /* Y direction */ ResYAnchor(25,10) YShift(25,9) YShift(25,21) YShift(25,32) ResYDist(25,0) ResYDist(0,15) ResYDist(25,26) YShift(26,31) YInterpolate(25,7,8,26) ResYAnchor(34,6) ResYDist(34,33) YInterpolate(33,22,34) ResYDist(34,37) ResYDist(37,43) /* X direction */ Smooth() /* VTTTalk glyph 278, char 0x6a (j) */ /* Y direction */ ResYAnchor(0,15) ResYDist(0,1) ResYAnchor(14,6) ResYDist(14,13) YShift(14,18) YInterpolate(0,20,7,14) ResYDist(14,21) ResYDist(21,27) /* X direction */ Smooth() /* VTTTalk glyph 279, char 0x237 */ /* Y direction */ ResYAnchor(0,15) ResYDist(0,1) ResYAnchor(14,6) ResYDist(14,12) YShift(14,18) YInterpolate(14,6,16,0) /* X direction */ Smooth() /* VTTTalk glyph 281, char 0x6b (k) */ /* Y direction */ YAnchor(6,6) ResYAnchor(11,10) YShift(11,15) ResYAnchor(12,0) YIPAnchor(6,0,11) ResYDist(0,1) YInterpolate(0,16,17,1) /* X direction */ Smooth() /* VTTTalk glyph 283, char 0x138 */ /* Y direction */ ResYAnchor(11,10) YShift(11,15) ResYAnchor(12,6) YShift(12,7) YIPAnchor(12,0,11) ResYDist(0,1) YInterpolate(0,16,17,1) /* X direction */ Smooth() /* VTTTalk Unicode 0x6c (l) */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 0 11 */ /* CVT 17 0 */ /* Min and Max */ ResYAnchor(0,11) /* min, CVT */ ResYAnchor(17,0) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(17,16) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ ResYDist(0,10) /*perpendicular to the stroke*/ /* Extreme Max */ YShift(17,5) Smooth() /* VTTTalk glyph 1659, char 0x19b */ /* Y direction */ ResYAnchor(4,11) ResYDist(4,23) ResYAnchor(16,0) ResYDist(16,11) YInterpolate(4,34,31,0,30,29,2,16) ResYDist(0,1) ResYDist(2,3) ResYAnchor(35,10) /* X direction */ Smooth() /* VTTTalk glyph 1660, char 0x19a */ /* Y direction */ ResYAnchor(4,11) ResYDist(4,14) ResYAnchor(21,0) YShift(21,9) ResYDist(21,20) YIPAnchor(4,3,21) ResYDist(3,2) /* X direction */ Smooth() /* VTTTalk glyph 1661, char 0x26c */ /* Y direction */ ResYAnchor(23,11) ResYDist(23,33) ResYAnchor(40,0) YShift(40,28) ResYDist(40,39) ResYDist(39,6) ResYDist(6,14) ResYDist(14,21) ResYDist(21,22) YInterpolate(6,9,11,21) /* X direction */ Smooth() /* VTTTalk glyph 286, char 0x13e */ /* Y direction */ ResYAnchor(4,11) ResYDist(4,14) ResYAnchor(21,0) YShift(21,9) ResYDist(21,20) ResYDist(21,1) ResYDist(1,3) /* X direction */ Smooth() /* VTTTalk glyph 1664, char 0x26b */ /* Y direction */ ResYAnchor(32,11) ResYDist(32,42) ResYAnchor(49,0) YShift(49,37) ResYDist(49,48) YIPAnchor(32,20,49) ResYDist(20,11) ResYDist(11,15) ResYDist(20,27) ResYDist(27,4) ResYDist(27,31) /* X direction */ Smooth() /* VTTTalk glyph 289, char 0x142 */ /* Y direction */ ResYAnchor(4,11) ResYDist(4,14) ResYAnchor(21,0) YShift(21,9) ResYDist(21,20) YInterpolate(4,0,2,21) ResYDist(0,1) ResYDist(2,3) /* X direction */ Smooth() /* VTTTalk glyph 290, char 0x6d (m) */ /* Y direction */ ResYAnchor(10,7) YShift(10,29) ResYDist(10,3,>=) YShift(3,23) ResYAnchor(15,10) YInterpolate(10,27,7,5,25,15) YShift(15,20) YShift(20,0) ResYAnchor(16,6) /* X direction */ Smooth() /* VTTTalk glyph 291, char 0x6e (n) */ /* Y direction */ ResYAnchor(11,7) ResYDist(11,4) ResYAnchor(16,10) YShift(16,15) ResYAnchor(17,6) YInterpolate(16,6,7,17) /* X direction */ Smooth() /* VTTTalk glyph 293, char 0x149 */ /* Y direction */ ResYAnchor(15,7) ResYDist(15,8) ResYAnchor(20,10) YShift(20,19) ResYAnchor(21,6) ResYDist(21,0) ResYDist(0,1) YInterpolate(21,11,10,20) /* X direction */ Smooth() /* VTTTalk glyph 296, char 0x14b */ /* Y direction */ ResYAnchor(11,7) ResYAnchor(16,15) ResYDist(16,17) ResYAnchor(29,10) ResYAnchor(30,6) YInterpolate(30,7,6,22,15,29) /* X direction */ Smooth() /* VTTTalk glyph 297, char 0x272 */ /* Y direction */ ResYAnchor(0,10) ResYAnchor(11,7) ResYDist(11,4) ResYAnchor(16,15) ResYDist(16,17) ResYAnchor(30,6) YInterpolate(0,33,23,6,7,30) /* X direction */ Smooth() /* VTTTalk Unicode 0x6f (o) */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 0 11 */ /* CVT 6 7 */ /* Min and Max */ ResYAnchor(0,11) /* min, CVT */ ResYAnchor(6,7) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(6,18) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ ResYDist(0,12) /*perpendicular to the stroke*/ Smooth() /* VTTTalk glyph 320, char 0x1eb */ /* Y direction */ ResYAnchor(23,11) ResYDist(23,35) ResYAnchor(29,7) ResYDist(29,41) YInterpolate(23,9,8,7,35) YShift(23,6) ResYDist(23,16) ResYDist(16,0) /* X direction */ Smooth() /* VTTTalk glyph 321, char 0x254 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,7) ResYAnchor(20,7) ResYDist(20,13) YInterpolate(20,4,3,0) /* X direction */ Smooth() /* VTTTalk glyph 322, char 0xf8 */ /* Y direction */ ResYAnchor(4,11) ResYDist(4,16) YDist(4,0,>=) ResYAnchor(10,7) ResYDist(10,22) YDist(10,2,>=) YInterpolate(0,1,3,2) /* X direction */ Smooth() /* VTTTalk glyph 325, char 0x153 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,8) YShift(0,18) ResYDist(18,42) ResYAnchor(4,7) ResYDist(4,13) YShift(4,24) ResYDist(24,36) YIPAnchor(4,31,0) ResYDist(31,32) /* X direction */ Smooth() /* VTTTalk glyph 373, char 0x70 (p) */ /* GUI generated Mon Feb 1 12:14:47 2021 */ /* Y direction */ ResYAnchor(1,6) ResYAnchor(4,14) ResYAnchor(5,11) ResYDist(5,13) ResYAnchor(27,7) ResYDist(27,19) YInterpolate(5,8,10,22,3,24,27) /* X direction */ Smooth() /* VTTTalk glyph 374, char 0xfe */ /* GUI generated Mon Feb 1 12:15:22 2021 */ /* Y direction */ ResYAnchor(0,14) ResYAnchor(1,0) ResYAnchor(4,11) ResYDist(4,12) ResYAnchor(26,7) ResYDist(26,18) YInterpolate(4,7,9,21,23,26) /* X direction */ Smooth() /* VTTTalk glyph 328, char 0x71 (q) */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,20) ResYAnchor(6,7) ResYDist(6,14) YInterpolate(0,25,24,11,10,6) ResYAnchor(32,6) ResYAnchor(33,14) /* X direction */ Smooth() /* VTTTalk glyph 329, char 0x72 (r) */ /* Y direction */ ResYAnchor(4,7) ResYDist(4,11) ResYAnchor(14,10) ResYDist(14,15) YShift(14,18) YIPAnchor(14,8,4) ResYAnchor(24,6) YShift(24,19) ResYDist(24,23) YInterpolate(24,1,0,14) /* X direction */ Smooth() /* VTTTalk glyph 333, char 0x73 (s) */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,7) ResYAnchor(20,7) ResYDist(20,27) YInterpolate(0,10,37,13,14,34,33,17,30,20) /* X direction */ Smooth() /* VTTTalk glyph 339, char 0xdf */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,7) ResYAnchor(31,10) ResYAnchor(35,1) ResYDist(35,26) YInterpolate(0,10,52,13,48,17,45,42,20,38,23,35) YIPAnchor(35,55,31) ResYDist(55,56) /* X direction */ Smooth() /* VTTTalk glyph 389, char 0x17f */ /* GUI generated Mon Feb 1 12:17:15 2021 */ /* Y direction */ ResYAnchor(0,10) ResYAnchor(3,1) ResYDist(3,8) YIPAnchor(0,12,3) YDist(12,13) /* X direction */ Smooth() /* VTTTalk glyph 341, char 0x74 (t) */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,9) ResYAnchor(21,6) ResYDist(21,17) ResYDist(21,20) YIPAnchor(0,16,21) YInterpolate(16,4,21) /* X direction */ Smooth() /* VTTTalk glyph 342, char 0x167 */ /* Y direction */ ResYAnchor(4,11) ResYDist(4,13) ResYAnchor(25,6) ResYDist(25,21) ResYDist(25,24) YIPAnchor(4,1,25) YInterpolate(4,20,8,1) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 343, char 0x165 */ /* Y direction */ ResYAnchor(4,11) ResYDist(4,13) ResYAnchor(25,6) ResYDist(25,21) ResYDist(25,24) YDist(25,0,>=) ResYDist(0,1) YInterpolate(25,8,20,4) /* X direction */ Smooth() /* VTTTalk glyph 346, char 0x2a7 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,9) ResYAnchor(21,6) ResYDist(21,17) ResYDist(21,20) YInterpolate(0,24,45,19,5,21) ResYDist(21,28) ResYDist(28,34) ResYAnchor(39,15) ResYDist(39,40) /* X direction */ Smooth() /* VTTTalk glyph 347, char 0x75 (u) */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,9) ResYAnchor(4,6) YShift(4,25) YIPAnchor(4,14,0) YInterpolate(4,12,20,24,14) ResYAnchor(23,10) ResYDist(23,21) /* X direction */ Smooth() /* VTTTalk glyph 355, char 0x1b0 */ /* Y direction */ ResYAnchor(10,11) ResYDist(10,19) ResYAnchor(14,6) ResYDist(14,0) YShift(14,1) ResYDist(14,5) YShift(14,35) YInterpolate(10,24,34,37,30,22,14) ResYAnchor(33,10) ResYDist(33,31) /* X direction */ Smooth() /* VTTTalk glyph 363, char 0x173 */ /* Y direction */ ResYAnchor(21,11) ResYDist(21,30) ResYDist(21,15) ResYDist(15,0) ResYAnchor(25,6) YShift(25,46) YInterpolate(25,33,41,48,45,35,21) YAnchor(44,10) YShift(44,9) YInterpolate(15,6,44) ResYDist(44,42) YInterpolate(44,7,8,42) /* X direction */ Smooth() /* VTTTalk glyph 413, char 0x28a */ /* GUI generated Mon Feb 1 12:18:33 2021 */ /* Y direction */ ResYAnchor(24,11) ResYDist(24,8) ResYAnchor(32,6) ResYDist(32,35) YShift(35,1) YShift(35,15) YShift(35,38) YShift(32,37) YInterpolate(38,16,0,37) /* X direction */ Smooth() /* VTTTalk glyph 366, char 0x76 (v) */ /* Y direction */ ResYAnchor(0,10) ResYDist(0,3) ResYAnchor(1,6) YShift(1,6) /* X direction */ Smooth() /* VTTTalk glyph 417, char 0x28b */ /* GUI generated Mon Feb 1 12:18:54 2021 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,8) ResYAnchor(5,6) YShift(5,16) ResYDist(16,15) /* X direction */ Smooth() /* VTTTalk glyph 368, char 0x77 (w) */ /* Y direction */ ResYAnchor(10,10) YShift(10,0) ResYDist (10,13) YShift(13,5) ResYAnchor(11,6) YShift(11,3) YShift(11,8) YShift(11,16) ResYDist(11,2) YShift(2,18) /* X direction */ Smooth() /* VTTTalk glyph 373, char 0x78 (x) */ /* Y direction */ ResYAnchor(0,10) YShift(0,11) ResYAnchor(8,6) YShift(8,3) YInterpolate(11,7,4,1,10,8) /* X direction */ Smooth() /* VTTTalk glyph 374, char 0x79 (y) */ /* Y direction */ ResYAnchor(0,15) ResYDist (0,1) ResYAnchor(14,10) ResYDist(14,17) ResYAnchor(15,6) YShift(15,8) /* X direction */ Smooth() /* VTTTalk glyph 383, char 0x7a (z) */ /* Y direction */ ResYAnchor(4,10) ResYDist(4,5) YShift(5,1) ResYAnchor(9,6) ResYDist(9,8) YShift(8,3) YInterpolate(8,2,9) YInterpolate(4,0,5) /* X direction */ Smooth() /* VTTTalk glyph 438, char 0xffff */ /* GUI generated Mon Feb 1 12:20:55 2021 */ /* Y direction */ ResYAnchor(4,11) ResYDist(4,24) ResYAnchor(10,7) ResYDist(10,18) YInterpolate(4,29,33,27,15,13,10) ResYAnchor(34,0) ResYDist(34,1) ResYDist(1,0) ResYAnchor(36,10) /* X direction */ Smooth() /* VTTTalk glyph 388, char 0xffff */ /* Y direction */ ResYAnchor(0,15) ResYDist(0,1) ResYAnchor(13,10) ResYAnchor(14,6) YShift(14,18) YInterpolate(13,17,6,14) YDist(14,21,>=) YShift(21,25) ResYDist(21,22) YShift(22,26) /* X direction */ Smooth() /* VTTTalk glyph 1619, char 0xfb01 */ /* Y direction */ ResYAnchor(0,10) YShift(0,17) ResYAnchor(3,1) ResYDist(3,9) YIPAnchor(0,13,3) ResYDist(13,14) YShift(14,18) /* X direction */ Smooth() /* VTTTalk glyph 1620, char 0xfb02 */ /* Y direction */ ResYAnchor(0,10) YShift(0,17) ResYAnchor(3,1) ResYDist(3,9) YInterpolate(9,19,5,3) YIPAnchor(0,13,3) ResYDist(13,14) /* X direction */ Smooth() /* VTTTalk glyph 395, char 0xffff */ /* Y direction */ ResYAnchor(8,6) YShift(8,11) ResYAnchor(9,10) YInterpolate(9,15,47,63,31,3,8) YShift(15,24) ResYDist(15,18) YShift(18,22) YShift(47,56) ResYDist(47,50) YShift(50,54) YShift(63,72) ResYDist(63,66) YShift(66,70) YShift(31,40) ResYDist(31,34) YShift(34,38) ResYDist(3,2) YShift(3,80) ResYDist(9,6) YShift(6,78) YShift(78,74) YShift(78,62) YShift(62,58) YShift(62,46) YShift(46,42) YShift(46,30) YShift(30,14) YShift(30,26) YShift(9,83) YShift(83,68) YShift(68,67) YShift(67,52) YShift(52,51) YShift(51,36) YShift(36,35) YShift(35,20) YShift(20,19) /* X direction */ Smooth() /* VTTTalk glyph 449, char 0xaa */ /* GUI generated Tue Feb 2 13:49:13 2021 */ /* Y direction */ ResYAnchor(16,158) ResYDist(16,8) ResYDist(8,7) YInterpolate(16,33,39,36,29,22,8) YShift(16,15) ResYDist(15,13) /* X direction */ Smooth() /* VTTTalk glyph 450, char 0xba */ /* GUI generated Tue Feb 2 13:48:55 2021 */ /* Y direction */ ResYAnchor(0,158) ResYDist(0,12) ResYDist(0,6) ResYDist(6,18) /* X direction */ Smooth() /* VTTTalk glyph 451, char 0x207f */ /* GUI generated Tue Feb 2 13:48:28 2021 */ /* Y direction */ ResYAnchor(0,146) ResYDist(0,17) YShift(0,20) ResYDist(0,11) ResYDist(11,3) YInterpolate(0,6,8,11) /* X direction */ Smooth() /* VTTTalk glyph 452, char 0x2b7 */ /* GUI generated Tue Feb 2 13:48:04 2021 */ /* Y direction */ ResYAnchor(10,146) YShift(10,0) ResYDist(10,11) YShift(11,4) YShift(11,7) YShift(11,15) YInterpolate(10,5,13,18,1,11) /* X direction */ Smooth() /* VTTTalk glyph 453, char 0x2b8 */ /* GUI generated Tue Feb 2 13:47:53 2021 */ /* Y direction */ ResYAnchor(13,146) ResYDist(13,16) ResYDist(13,1) ResYDist(1,0) ResYDist(13,14) YShift(14,6) /* X direction */ Smooth() /* VTTTalk glyph 400, char 0x411 */ /* Y direction */ ResYAnchor(18,8) YShift(18,0) ResYDist(0,1) ResYAnchor(19,2) ResYDist (19,22) YShift(19,23) YIPAnchor(19,9,18) ResYDist(9,10) /* X direction */ Smooth() /* VTTTalk Unicode 0x413 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 0 8 */ /* CVT 1 2 */ /* Min and Max */ ResYAnchor(0,8) /* min, CVT */ ResYAnchor(1,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YShift(1,5) /*stroke, CVT of another stroke*/ ResYDist(5,4) /*perpendicular to the stroke*/ Smooth() /* VTTTalk glyph 404, char 0x490 */ /* Y direction */ ResYAnchor(0,8) ResYAnchor(5,2) ResYDist(5,9) ResYDist(5,4) YInterpolate(5,8,4) /* X direction */ Smooth() /* VTTTalk glyph 405, char 0x414 */ /* Y direction */ ResYAnchor(7,2) YShift(7,23) ResYDist(7,26) YShift(7,27) ResYAnchor(32,8) YShift(32,22) YDist(32,14,>=1.5) YShift(14,18) ResYDist(32,33) YInterpolate(33,1,0,19,15,32) /* X direction */ Smooth() /* VTTTalk glyph 464, char 0x416 */ /* GUI generated Mon Feb 1 12:36:45 2021 */ /* Y direction */ YAnchor(20,8) ResYDist(20,21) YShift(20,87) ResYAnchor(87,9) ResYDist(87,86) ResYAnchor(54,3) ResYDist(54,53) YShift(54,10) YAnchor(10) ResYDist(10,11) ResYAnchor(64,8) ResYAnchor(65,2) YIPAnchor(64,43,65) YShift(43,31) ResYDist(43,42) YShift(42,63) YShift(42,89) YShift(89,1) YShift(43,88) YShift(88,76) YInterpolate(88,30,77,0,44,89) /* X direction */ Smooth() /* VTTTalk glyph 410, char 0x417 */ /* Y direction */ ResYAnchor(0,9) ResYDist(0,7) ResYAnchor(30,3) ResYDist(30,21) YIPAnchor(30,14,0) YInterpolate(14,3,2,0) YDist(14,15) YInterpolate(14,39,36,15) /* X direction */ Smooth() /* VTTTalk glyph 411, char 0x418 */ /* Y direction */ ResYAnchor(8,8) YShift(8,7) YShift(8,12) ResYAnchor(9,2) YInterpolate(9,6,1,12) YShift(9,4) YShift(4,14) /* X direction */ Smooth() /* VTTTalk glyph 469, char 0x41a */ /* GUI generated Mon Feb 1 12:41:09 2021 */ /* Y direction */ YAnchor(10,3) ResYDist(10,11) ResYAnchor(20,8) ResYAnchor(21,2) YIPAnchor(21,24,20) ResYDist(24,25) YShift(25,1) YShift(24,36) YInterpolate(36,38,19,1) ResYAnchor(47,9) ResYDist(47,46) /* X direction */ Smooth() /* VTTTalk glyph 416, char 0x41b */ /* Y direction */ ResYAnchor(6,2) YShift(6,15) YShift(6,18) ResYDist(18,17) ResYAnchor(16,8) YShift(16,0) ResYDist(0,1) /* X direction */ Smooth() /* VTTTalk Unicode 0x41f */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 4 8 */ /* CVT 5 2 */ /* Min and Max */ ResYAnchor(4,8) /* min, CVT */ ResYAnchor(5,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YShift(5,9) /*stroke, CVT of another stroke*/ ResYDist(9,8) /*perpendicular to the stroke*/ /* Contour #0 */ YShift(5,1) /* max */ YShift(4,0) /* min */ Smooth() /* VTTTalk glyph 424, char 0x423 */ /* Y direction */ ResYAnchor(0,8) ResYDist(0,1) ResYAnchor(13,2) YShift(13,7) YInterpolate(0,12,16,7) /* X direction */ Smooth() /* VTTTalk glyph 426, char 0x424 */ /* Y direction */ ResYAnchor(8,9) ResYAnchor(13,3) YInterpolate(8,0,4,13) ResYDist (0,20) YInterpolate(0,9,18,17,10,20) ResYDist(4,24) YInterpolate(24,11,16,15,12,4) /* X direction */ Smooth() /* VTTTalk Unicode 0x427 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 4 2 */ /* CVT 15 8 */ /* Min and Max */ ResYAnchor(15,8) /* min, CVT */ ResYAnchor(4,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YInterpolate(4,0,15) YAnchor(0) ResYDist(0,9) /*perpendicular to the stroke*/ /* Extreme Max */ YShift(4,14) Smooth() /* VTTTalk glyph 429, char 0x426 */ /* Y direction */ ResYAnchor(8,8) YDist(8,12,>=1.5) YShift(8,4) YShift(4,0) ResYDist(4,5) YShift(5,13) ResYAnchor(9,2) YShift(9,1) /* X direction */ Smooth() /* VTTTalk Unicode 0x428 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 8 8 */ /* CVT 9 2 */ /* Min and Max */ ResYAnchor(8,8) /* min, CVT */ ResYAnchor(9,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YShift(8,4) /*stroke, CVT of another stroke*/ ResYDist(4,5) /*perpendicular to the stroke*/ /* Contour #0 */ YShift(9,1) /* max */ YShift(8,0) /* min */ /* Contour #3 */ YShift(9,13) /* max */ YShift(8,12) /* min */ Smooth() /* VTTTalk glyph 431, char 0x429 */ /* Y direction */ ResYAnchor(8,8) YDist(8,12,>=3/2) YShift(8,4) ResYDist(4,5) YShift(5,14) YShift(8,16) YShift(16,0) ResYAnchor(9,2) YShift(9,17) YShift(17,1) /* X direction */ Smooth() /* VTTTalk glyph 432, char 0x40f */ /* Y direction */ ResYAnchor(8,8) YShift(8,0) ResYDist(8,9) YInterpolate(0,6,9) ResYAnchor(12,8) YDist(12,4,>=3/2) ResYAnchor(13,2) YShift(13,1) /* X direction */ Smooth() /* VTTTalk Unicode 0x42c */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 20 8 */ /* CVT 21 2 */ /* Min and Max */ ResYAnchor(20,8) /* min, CVT */ ResYAnchor(21,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YInterpolate(21,10,20) YAnchor(10) ResYDist(10,9) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YShift(20,0) /*stroke, CVT of another stroke*/ ResYDist(0,1) /*perpendicular to the stroke*/ Smooth() /* VTTTalk Unicode 0x42a */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 20 8 */ /* CVT 25 2 */ /* Min and Max */ ResYAnchor(20,8) /* min, CVT */ ResYAnchor(25,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(25,24) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YInterpolate(25,10,20) YAnchor(10) ResYDist(10,9) /*perpendicular to the stroke*/ /* YDir: Stroke #2 */ YShift(20,0) /*stroke, CVT of another stroke*/ ResYDist(0,1) /*perpendicular to the stroke*/ /* Extreme Max */ YShift(25,22) Smooth() /* VTTTalk Unicode 0x42b */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 20 8 */ /* CVT 21 2 */ /* Min and Max */ ResYAnchor(20,8) /* min, CVT */ ResYAnchor(21,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YInterpolate(21,10,20) YAnchor(10) ResYDist(10,9) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YShift(20,0) /*stroke, CVT of another stroke*/ ResYDist(0,1) /*perpendicular to the stroke*/ /* Contour #2 */ YShift(21,25) /* max */ YShift(20,24) /* min */ Smooth() /* VTTTalk glyph 436, char 0x409 */ /* Y direction */ ResYAnchor(0,8) ResYDist(0,1) YShift(0,11) YShift(0,15) ResYDist(15,16) ResYAnchor(5,2) YShift(5,12) YIPAnchor(5,25,0) ResYDist(25,24) YShift(5,36) ResYDist(36,35) /* X direction */ Smooth() /* VTTTalk Unicode 0x40a */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 20 8 */ /* CVT 21 2 */ /* Min and Max */ ResYAnchor(20,8) /* min, CVT */ ResYAnchor(21,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YInterpolate(21,10,20) YAnchor(10) ResYDist(10,9) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YInterpolate(21,24,20) YAnchor(24) ResYDist(24,25) /*perpendicular to the stroke*/ /* YDir: Stroke #2 */ YShift(20,0) /*stroke, CVT of another stroke*/ ResYDist(0,1) /*perpendicular to the stroke*/ /* Contour #3 */ YShift(21,29) /* max */ YShift(20,28) /* min */ Smooth() /* VTTTalk glyph 439, char 0x404 */ /* Y direction */ ResYAnchor(0,9) ResYDist(0,17) ResYAnchor(5,3) ResYDist(5,12) YIPAnchor(5,22,0) YInterpolate(5,8,9,22) ResYDist(22,23) /* X direction */ Smooth() /* VTTTalk glyph 440, char 0x42d */ /* Y direction */ ResYAnchor(0,9) ResYDist(0,8) ResYAnchor(20,3) ResYDist(20,14) YIPAnchor(20,26,0) YInterpolate(26,4,3,0) ResYDist(26,27) /* X direction */ Smooth() /* VTTTalk Unicode 0x40b */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 12 8 */ /* CVT 17 2 */ /* Min and Max */ ResYAnchor(12,8) /* min, CVT */ ResYAnchor(17,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(17,16) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YInterpolate(17,5,12) YAnchor(5) ResYDist(5,6) /*perpendicular to the stroke*/ /* Extreme Min */ YShift(12,11) /* Extreme Max */ YShift(17,14) Smooth() /* VTTTalk Unicode 0x42e */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 0 9 */ /* CVT 6 3 */ /* CVT 12 8 */ /* CVT 13 2 */ /* Min and Max */ ResYAnchor(0,9) /* min, CVT */ ResYAnchor(6,3) /* max, CVT */ /* CVTs - beginning */ ResYAnchor(12,8) /*knot, CVT*/ ResYAnchor(13,2) /*knot, CVT*/ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(6,26) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YInterpolate(6,16,0) YAnchor(16) ResYDist(16,17) /*perpendicular to the stroke*/ /* YDir: Stroke #2 */ ResYDist(0,20) /*perpendicular to the stroke*/ Smooth() /* VTTTalk glyph 446, char 0x42f */ /* Y direction */ ResYAnchor(9,2) ResYDist(9,12) YShift(9,48) ResYAnchor(49,8) YShift(49,21) ResYDist(21,22) YIPAnchor(9,42,49) YShift(42,33) ResYDist(42,43) YShift(43,18) YInterpolate(42,31,0,43) /* X direction */ Smooth() /* VTTTalk glyph 447, char 0x402 */ /* Y direction */ ResYAnchor(16,8) YShift(16,0) ResYDist(0,1) ResYAnchor(21,2) YShift(21,18) ResYDist(21,20) YIPAnchor(21,8,16) ResYDist(8,9) /* X direction */ Smooth() /* VTTTalk Unicode 0x492 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 4 8 */ /* CVT 5 2 */ /* Min and Max */ ResYAnchor(4,8) /* min, CVT */ ResYAnchor(5,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YShift(5,9) /*stroke, CVT of another stroke*/ ResYDist(9,8) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YInterpolate(5,0,4) YAnchor(0) ResYDist(0,1) /*perpendicular to the stroke*/ Smooth() /* VTTTalk glyph 504, char 0x496 */ /* GUI generated Mon Feb 1 12:42:09 2021 */ /* Y direction */ ResYAnchor(10,3) ResYDist(10,11) YShift(10,58) ResYDist(58,57) ResYAnchor(68,8) YDist(68,40,>=3/2) ResYAnchor(69,2) YIPAnchor(69,44,68) YShift(44,31) ResYDist(44,45) YShift(45,67) YInterpolate(45,0,48,30,81,44) YShift(45,93) YShift(93,1) YShift(44,92) YShift(92,80) ResYAnchor(72,9) YShift(72,39) ResYDist(72,89) YShift(89,41) YShift(41,22) /* X direction */ Smooth() /* VTTTalk glyph 505, char 0x49a */ /* GUI generated Mon Feb 1 12:42:42 2021 */ /* Y direction */ ResYAnchor(9,3) ResYDist(9,12) ResYAnchor(20,8) YDist(20,24,>=3/2) ResYAnchor(21,2) YIPAnchor(21,29,20) YShift(29,1) ResYDist(29,28) YShift(28,40) YInterpolate(28,41,0,29) ResYAnchor(32,9) ResYDist(32,49) YShift(49,25) /* X direction */ Smooth() /* VTTTalk glyph 451, char 0x4a2 */ /* Y direction */ ResYAnchor(8,8) YDist(8,0,>=1.5) YShift(8,4) ResYDist(4,1) ResYAnchor(9,2) YShift(9,6) YIPAnchor(9,13,8) ResYDist(13,12) /* X direction */ Smooth() /* VTTTalk glyph 453, char 0x4b0 */ /* Y direction */ ResYAnchor(5,2) YShift(5,10) ResYAnchor(12,8) YIPAnchor(5,0,12) YInterpolate(5,7,13,4,0) ResYDist(0,1) /* X direction */ Smooth() /* VTTTalk glyph 454, char 0x4b2 */ /* Y direction */ ResYAnchor(6,2) YShift(6,13) ResYAnchor(10,8) YShift(10,4) YDist(4,0,>=3/2) ResYDist(4,1) YInterpolate(13,11,8,14,5,10) /* X direction */ Smooth() /* VTTTalk glyph 455, char 0x4b6 */ /* Y direction */ ResYAnchor(8,2) YShift(8,18) ResYAnchor(16,8) ResYDist(16,1) YDist(16,0,>=1.5) YIPAnchor(8,4,16 ) ResYDist(4,13) /* X direction */ Smooth() /* VTTTalk Unicode 0x4ba */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 12 8 */ /* CVT 13 2 */ /* Min and Max */ ResYAnchor(12,8) /* min, CVT */ ResYAnchor(13,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YInterpolate(13,5,12) YAnchor(5) ResYDist(5,6) /*perpendicular to the stroke*/ /* Extreme Min */ YShift(12,11) Smooth() /* VTTTalk Unicode 0x4e8 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 4 9 */ /* CVT 8 3 */ /* Min and Max */ ResYAnchor(4,9) /* min, CVT */ ResYAnchor(8,3) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(8,16) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YInterpolate(8,0,4) YAnchor(0) ResYDist(0,1) /*perpendicular to the stroke*/ /* YDir: Stroke #2 */ ResYDist(4,12) /*perpendicular to the stroke*/ Smooth() /* VTTTalk glyph 462, char 0xffff */ /* Y direction */ ResYAnchor(0,8) YShift(0,4) YDist(0,11,>=3/2) YShift(11,16) ResYDist(0,13) YInterpolate(13,17,9,0) ResYAnchor(1,2) YInterpolate(0,6,1) /* X direction */ Smooth() /* VTTTalk glyph 463, char 0xffff */ /* Y direction */ ResYAnchor(0,8) YShift(0,4) ResYAnchor(1,2) YInterpolate(1,6,4) /* X direction */ Smooth() /* VTTTalk glyph 464, char 0xffff */ /* Y direction */ ResYAnchor(0,9) YDist(0,12,>=3/2) ResYDist(0,24) YInterpolate(24,14,21,13,22,0) ResYAnchor(6,3) YDist(6,17,>=3/2) ResYDist(6,30) YInterpolate(30,15,20,19,16,6) /* X direction */ Smooth() /* VTTTalk glyph 466, char 0x431 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,26) ResYAnchor(9,3) ResYDist(9,10) YIPAnchor(9,20,0) YInterpolate(20,16,0) ResYDist(20,32) /* X direction */ Smooth() /* VTTTalk glyph 467, char 0x432 */ /* Y direction */ ResYAnchor(18,10) YShift(18,0) ResYDist(0,1) ResYAnchor(19,6) YIPAnchor(19,9,18) ResYDist(9,27) YInterpolate(9,22,10,26,23,27) YShift(19,36) ResYDist(36,35) /* X direction */ Smooth() /* VTTTalk Unicode 0x433 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 0 10 */ /* CVT 1 6 */ /* Min and Max */ ResYAnchor(0,10) /* min, CVT */ ResYAnchor(1,6) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YShift(1,5) /*stroke, CVT of another stroke*/ ResYDist(5,4) /*perpendicular to the stroke*/ Smooth() /* VTTTalk glyph 470, char 0x491 */ /* Y direction */ ResYAnchor(0,10) ResYAnchor(1,6) YDist(1,9,>=1.5) YShift(1,5) ResYDist(5,4) YShift(4,8) /* X direction */ Smooth() /* VTTTalk glyph 471, char 0x434 */ /* Y direction */ ResYAnchor(5,6) YShift(5,20) YShift(5,23) ResYDist(23,22) ResYAnchor(28,10) YShift(28,18) YDist(28,10,>=3/2) YShift(10,14) ResYDist(28,29) YInterpolate(28,11,15,0,1,29) /* X direction */ Smooth() /* VTTTalk glyph 530, char 0x436 */ /* GUI generated Mon Feb 1 12:38:55 2021 */ /* Y direction */ ResYAnchor(52,7) ResYDist(52,51) YShift(52,9) ResYDist(9,10) ResYAnchor(61,10) ResYAnchor(62,6) YIPAnchor(61,41,62) YShift(41,30) ResYDist(41,40) YShift(40,60) YInterpolate(41,29,73,0,42,40) YShift(40,85) YShift(85,1) YShift(41,84) YShift(84,72) YAnchor(83,11) ResYDist(83,82) YShift(83,19) ResYDist(19,20) /* X direction */ Smooth() /* VTTTalk glyph 476, char 0x437 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,7) ResYAnchor(30,7) ResYDist(30,23) YIPAnchor(30,14,0) YInterpolate(14,4,3,0) ResYDist(14,15) YInterpolate(14,38,37,15) /* X direction */ Smooth() /* VTTTalk glyph 477, char 0x438 */ /* Y direction */ ResYAnchor(8,10) YShift(8,7) YShift(8,15) ResYAnchor(9,6) YShift(9,4) YShift(9,13) YInterpolate(8,1,6,9) /* X direction */ Smooth() /* VTTTalk glyph 535, char 0x43a */ /* GUI generated Mon Feb 1 12:38:14 2021 */ /* Y direction */ ResYAnchor(10,7) ResYDist(10,11) ResYAnchor(20,10) ResYAnchor(21,6) YIPAnchor(21,24,20) YShift(24,36) ResYDist(24,25) YShift(25,1) YInterpolate(25,0,37,24) ResYAnchor(28,11) ResYDist(28,45) /* X direction */ Smooth() /* VTTTalk glyph 482, char 0x43b */ /* Y direction */ ResYAnchor(0,10) ResYDist(0,1) YShift(0,12) ResYAnchor(6,6) YShift(6,13) YShift(6,17) ResYDist(17,16) /* X direction */ Smooth() /* VTTTalk glyph 483, char 0x43c */ /* Y direction */ ResYAnchor(8,10) YShift(8,20) ResYAnchor(9,6) YShift(9,3) YShift(9,15) YShift(9,21) YInterpolate(8,0,17,14,9) YShift(0,19) YShift(17,2) YShift(14,6) /* X direction */ Smooth() /* VTTTalk Unicode 0x43d */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 4 10 */ /* CVT 5 6 */ /* Min and Max */ ResYAnchor(4,10) /* min, CVT */ ResYAnchor(5,6) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YInterpolate(5,8,4) YAnchor(8) ResYDist(8,9) /*perpendicular to the stroke*/ /* Contour #0 */ YShift(5,1) /* max */ YShift(4,0) /* min */ Smooth() /* VTTTalk Unicode 0x43f */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 4 10 */ /* CVT 5 6 */ /* Min and Max */ ResYAnchor(4,10) /* min, CVT */ ResYAnchor(5,6) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YShift(5,9) /*stroke, CVT of another stroke*/ ResYDist(9,8) /*perpendicular to the stroke*/ /* Contour #0 */ YShift(5,1) /* max */ YShift(4,0) /* min */ Smooth() /* VTTTalk Unicode 0x442 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 0 10 */ /* CVT 5 6 */ /* Min and Max */ ResYAnchor(0,10) /* min, CVT */ ResYAnchor(5,6) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(5,4) /*perpendicular to the stroke*/ /* Extreme Max */ YShift(5,2) Smooth() /* VTTTalk glyph 492, char 0x444 */ /* Y direction */ ResYAnchor(28,11) YShift(28,0) ResYDist(28,47) YShift(47,9) ResYAnchor(34,7) YShift(34,22) YInterpolate(28,3,53,5,51,17,39,19,37,34) ResYDist(34,41) YShift(41,15) ResYAnchor(56,14) ResYAnchor(61,0) /* X direction */ Smooth() /* VTTTalk Unicode 0x447 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 4 6 */ /* CVT 15 10 */ /* Min and Max */ ResYAnchor(15,10) /* min, CVT */ ResYAnchor(4,6) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YInterpolate(4,0,15) YAnchor(0) ResYDist(0,9) /*perpendicular to the stroke*/ /* Extreme Max */ YShift(4,14) Smooth() /* VTTTalk glyph 495, char 0x446 */ /* Y direction */ ResYAnchor(8,10) YShift(8,0) YDist(8,12,>=1.5 ) YShift(8,4) ResYDist(4,5) YShift(5,13) ResYAnchor(9,6) YShift(9,1) /* X direction */ Smooth() /* VTTTalk Unicode 0x448 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 8 10 */ /* CVT 9 6 */ /* Min and Max */ ResYAnchor(8,10) /* min, CVT */ ResYAnchor(9,6) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YShift(8,4) /*stroke, CVT of another stroke*/ ResYDist(4,5) /*perpendicular to the stroke*/ /* Contour #0 */ YShift(9,1) /* max */ YShift(8,0) /* min */ /* Contour #3 */ YShift(9,13) /* max */ YShift(8,12) /* min */ Smooth() /* VTTTalk glyph 497, char 0x449 */ /* Y direction */ ResYAnchor(8,10) YDist(8,12,>=3/2) YShift(8,4) ResYDist(4,5) YShift(5,13) YShift(4,16) YShift(16,0) ResYAnchor(9,6) YShift(9,1) YShift(9,17) /* X direction */ Smooth() /* VTTTalk glyph 498, char 0x45f */ /* Y direction */ ResYAnchor(8,10) YDist(8,4,>=3/2) ResYDist(8,9) YShift(8,15) YShift(15,0) YInterpolate(9,5,0) ResYAnchor(13,6) YShift(13,1) /* X direction */ Smooth() /* VTTTalk Unicode 0x44c */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 18 10 */ /* CVT 19 6 */ /* Min and Max */ ResYAnchor(18,10) /* min, CVT */ ResYAnchor(19,6) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YInterpolate(19,9,18) YAnchor(9) ResYDist(9,10) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YShift(18,0) /*stroke, CVT of another stroke*/ ResYDist(0,1) /*perpendicular to the stroke*/ Smooth() /* VTTTalk Unicode 0x44a */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 18 10 */ /* CVT 23 6 */ /* Min and Max */ ResYAnchor(18,10) /* min, CVT */ ResYAnchor(23,6) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(23,22) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YInterpolate(23,9,18) YAnchor(9) ResYDist(9,10) /*perpendicular to the stroke*/ /* YDir: Stroke #2 */ YShift(18,0) /*stroke, CVT of another stroke*/ ResYDist(0,1) /*perpendicular to the stroke*/ /* Extreme Max */ YShift(23,20) Smooth() /* VTTTalk Unicode 0x44b */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 18 10 */ /* CVT 19 6 */ /* Min and Max */ ResYAnchor(18,10) /* min, CVT */ ResYAnchor(19,6) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YInterpolate(19,10,18) YAnchor(10) ResYDist(10,9) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YShift(18,0) /*stroke, CVT of another stroke*/ ResYDist(0,1) /*perpendicular to the stroke*/ /* Contour #2 */ YShift(19,23) /* max */ YShift(18,22) /* min */ Smooth() /* VTTTalk glyph 502, char 0x459 */ /* Y direction */ ResYAnchor(0,10) ResYDist(0,1) YShift(0,11) YShift(0,15) ResYDist(15,16) ResYAnchor(5,6) YShift(5,12) YIPAnchor(5,24,0) ResYDist(24,25) YShift(5,34) ResYDist(34,33) /* X direction */ Smooth() /* VTTTalk Unicode 0x45a */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 18 10 */ /* CVT 19 6 */ /* Min and Max */ ResYAnchor(18,10) /* min, CVT */ ResYAnchor(19,6) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YInterpolate(19,22,18) YAnchor(22) ResYDist(22,23) /*perpendicular to the stroke*/ YShift(22,9) /*along bottom edge*/ YShift(23,10) /*along top edge*/ /* YDir: Stroke #1 */ YShift(18,0) /*stroke, CVT of another stroke*/ ResYDist(0,1) /*perpendicular to the stroke*/ /* Contour #3 */ YShift(19,27) /* max */ YShift(18,26) /* min */ Smooth() /* VTTTalk glyph 505, char 0x454 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,19) YShift(0,23) ResYAnchor(6,7) ResYDist(6,13) YIPAnchor(6,26,0) YInterpolate(6,9,10,26) ResYDist(26,27) /* X direction */ Smooth() /* VTTTalk glyph 506, char 0x44d */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,7) ResYAnchor(20,7) ResYDist(20,13) YShift(20,17) YIPAnchor(20,26,0) YInterpolate(26,4,3,0) ResYDist(26,27) /* X direction */ Smooth() /* VTTTalk glyph 510, char 0x45b */ /* Y direction */ ResYAnchor(15,10) YShift(15,14) ResYAnchor(16,0) YIPAnchor(16,20,10,15) YInterpolate(10,8,6,15) ResYDist(20,19) ResYDist(10,4) /* X direction */ Smooth() /* VTTTalk Unicode 0x44e */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 0 11 */ /* CVT 6 7 */ /* CVT 12 10 */ /* CVT 13 6 */ /* Min and Max */ ResYAnchor(0,11) /* min, CVT */ ResYAnchor(6,7) /* max, CVT */ /* CVTs - beginning */ ResYAnchor(12,10) /*knot, CVT*/ ResYAnchor(13,6) /*knot, CVT*/ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(6,26) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YInterpolate(6,16,0) YAnchor(16) ResYDist(16,17) /*perpendicular to the stroke*/ /* YDir: Stroke #2 */ ResYDist(0,20) /*perpendicular to the stroke*/ Smooth() /* VTTTalk glyph 512, char 0x44f */ /* Y direction */ ResYAnchor(6,6) ResYDist(6,9) YShift(6,45) ResYAnchor(46,10) YShift(46,18) ResYDist(18,19) YIPAnchor(6,39,46) YShift(39,29) ResYDist(39,40) YShift(40,15) YInterpolate(39,27,0,40) /* X direction */ Smooth() /* VTTTalk glyph 513, char 0x452 */ /* Y direction */ ResYAnchor(15,10) ResYAnchor(16,0) YIPAnchor(16,20,15) YInterpolate(20,10,7,29,0,15) ResYDist(20,19) ResYDist(10,4) ResYAnchor(23,15) ResYDist(23,24) /* X direction */ Smooth() /* VTTTalk Unicode 0x493 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 4 10 */ /* CVT 5 6 */ /* Min and Max */ ResYAnchor(4,10) /* min, CVT */ ResYAnchor(5,6) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ YShift(5,9) /*stroke, CVT of another stroke*/ ResYDist(9,8) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YInterpolate(5,0,4) YAnchor(0) ResYDist(0,1) /*perpendicular to the stroke*/ Smooth() /* VTTTalk glyph 570, char 0x497 */ /* GUI generated Mon Feb 1 12:40:10 2021 */ /* Y direction */ ResYAnchor(20,11) ResYDist(20,21) YShift(20,87) ResYDist(87,86) YShift(86,94) ResYAnchor(54,7) ResYDist(54,53) YShift(54,10) YAnchor(10) ResYDist(10,11) ResYAnchor(64,10) YDist(64,92,>=3/2) ResYAnchor(65,6) YIPAnchor(64,40,65) YShift(40,31) YShift(40,76) YShift(40,91) ResYDist(40,41) YShift(41,1) YShift(41,63) YShift(41,90) YInterpolate(40,30,77,0,44,41) /* X direction */ Smooth() /* VTTTalk glyph 571, char 0x49b */ /* GUI generated Mon Feb 1 12:40:25 2021 */ /* Y direction */ ResYAnchor(10,7) ResYDist(10,11) ResYAnchor(20,10) ResYDist(20,28) ResYAnchor(21,6) YIPAnchor(20,24,21) YShift(24,40) ResYDist(24,25) YShift(25,1) YInterpolate(24,41,0,25) ResYAnchor(50,11) ResYDist(50,30) YShift(30,49) /* X direction */ Smooth() /* VTTTalk glyph 517, char 0x4a3 */ /* Y direction */ ResYAnchor(8,10) YDist(8,0,>=1.5) YShift(8,4) ResYDist(4,1) ResYAnchor(9,6) YShift(9,6) YIPAnchor(9,13,8) ResYDist(13,12) /* X direction */ Smooth() /* VTTTalk glyph 518, char 0x4af */ /* Y direction */ ResYAnchor(0,10) ResYAnchor(1,6) YShift(1,6) YInterpolate(0,9,4,1) ResYAnchor(8,14) /* X direction */ Smooth() /* VTTTalk glyph 519, char 0x4b1 */ /* Y direction */ ResYAnchor(4,10) YShift(4,1) ResYDist(1,0) ResYAnchor(5,6) YShift(5,10) YInterpolate(4,13,8,5) ResYAnchor(12,14) /* X direction */ Smooth() /* VTTTalk glyph 520, char 0x4b3 */ /* Y direction */ ResYAnchor(4,10) YShift(4,10) YDist(10,0,>=3/2) ResYDist(10,1) ResYAnchor(12,6) YShift(12,7) YInterpolate(4,8,11,5,14,7) /* X direction */ Smooth() /* VTTTalk glyph 521, char 0x4b7 */ /* Y direction */ ResYAnchor(8,6) YShift(8,18) ResYAnchor(16,10) ResYDist(16,1) YDist(16,0,>=1.5) YIPAnchor(8,4,16) ResYDist(4,13) /* X direction */ Smooth() /* VTTTalk Unicode 0x4e9 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 4 11 */ /* CVT 10 7 */ /* Min and Max */ ResYAnchor(4,11) /* min, CVT */ ResYAnchor(10,7) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(10,22) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YInterpolate(10,0,4) YAnchor(0) ResYDist(0,1) /*perpendicular to the stroke*/ /* YDir: Stroke #2 */ ResYDist(4,16) /*perpendicular to the stroke*/ Smooth() /* VTTTalk glyph 528, char 0xffff */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,19) ResYAnchor(6,3) ResYDist(6,34) YIPAnchor(6,26,0) ResYDist(26,27) YInterpolate(26,13,12,27) /* X direction */ Smooth() /* VTTTalk glyph 529, char 0xffff */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,37) ResYAnchor(22,7) ResYDist(22,15) YInterpolate(0,3,34,31,30,8,9,12,25,22) /* X direction */ Smooth() /* VTTTalk glyph 586, char 0xffff */ /* GUI generated Mon Feb 1 12:46:16 2021 */ /* Y direction */ ResYAnchor(20,11) ResYDist(20,21) YShift(20,89) ResYDist(89,88) ResYAnchor(54,7) ResYDist(54,53) YShift(54,10) ResYDist(10,11) YIPAnchor(89,43,54) YShift(43,31) ResYDist(43,42) YShift(42,63) YInterpolate(43,29,80,79,30,44,0,19,45,42) YShift(42,91) YShift(91,1) YShift(43,90) YShift(90,78) ResYAnchor(64,10) ResYAnchor(66,0) /* X direction */ Smooth() /* VTTTalk glyph 532, char 0xffff */ /* Y direction */ ResYAnchor(30,7) ResYDist(30,22) ResYDist(30,0) ResYDist(0,6) YIPAnchor(0,14,30) YInterpolate(0,2,3,14) ResYDist(14,15) YInterpolate(14,40,37,15) /* X direction */ Smooth() /* VTTTalk glyph 591, char 0xffff */ /* GUI generated Mon Feb 1 12:46:40 2021 */ /* Y direction */ ResYAnchor(10,7) ResYDist(10,11) ResYAnchor(20,10) YIPAnchor(20,24,10) YShift(24,36) ResYDist(24,25) YShift(25,1) YInterpolate(24,37,0,25) ResYAnchor(21,0) ResYAnchor(28,11) ResYDist(28,45) /* X direction */ Smooth() /* VTTTalk glyph 537, char 0xffff */ /* Y direction */ ResYAnchor(0,10) YShift(0,4) ResYAnchor(1,6) YInterpolate(4,6,1) /* X direction */ Smooth() /* VTTTalk glyph 540, char 0xffff */ /* Y direction */ ResYAnchor(4,11) YDist(4,0,>=1.5) ResYDist(4,13) ResYAnchor(8,6) YShift(8,29) YInterpolate(4,18,28,31,23,24,16,8) ResYAnchor(27,10) ResYDist(27,2) YInterpolate(27,25,2) /* X direction */ Smooth() /* VTTTalk glyph 541, char 0xffff */ /* Y direction */ ResYAnchor(0,11) YShift(0,28) ResYDist(0,9) YShift(9,17) YInterpolate(9,31,25,0) ResYAnchor(4,6) YShift(4,13) YShift(13,20) ResYAnchor(22,10) /* X direction */ Smooth() /* VTTTalk glyph 542, char 0xffff */ /* Y direction */ ResYAnchor(4,11) YShift(4,32) ResYDist(4,13) YShift(13,21) YInterpolate(13,29,36,4) ResYAnchor(8,6) YShift(8,17) YShift(17,24) ResYAnchor(26,10) ResYDist(26,2) YDist(26,3,>=1.5) /* X direction */ Smooth() /* VTTTalk glyph 543, char 0xffff */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,16) ResYAnchor(4,6) YIPAnchor(4,10,0) YInterpolate(10,6,0) ResYDist(10,22) /* X direction */ Smooth() /* VTTTalk glyph 544, char 0xffff */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,18) ResYAnchor(6,6) ResYDist(6,5) YIPAnchor(6,12,0) YInterpolate(12,8,0) ResYDist(12,24) /* X direction */ Smooth() /* VTTTalk glyph 545, char 0xffff */ /* Y direction */ YAnchor(0,11) ResYDist(0,20) ResYAnchor(6,7) ResYDist(6,26) YIPAnchor(6,16,0) ResYDist(16,17) ResYAnchor(13,0) ResYAnchor(15,10) /* X direction */ Smooth() /* VTTTalk glyph 546, char 0xffff */ /* Y direction */ ResYAnchor(0,11) ResYAnchor(18,2) ResYDist(0,36) ResYDist(18,19) YInterpolate(0,28,18) ResYDist(28,42) YInterpolate(42,7,8,28) /* X direction */ Smooth() /* VTTTalk glyph 550, char 0x394 */ /* Y direction */ ResYAnchor(0,8) YShift(0,4) YShift(0,8) ResYDist(8,9) ResYAnchor(1,2) YInterpolate(4,6,1) /* X direction */ Smooth() /* VTTTalk Unicode 0x398 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 4 9 */ /* CVT 8 3 */ /* Min and Max */ ResYAnchor(4,9) /* min, CVT */ ResYAnchor(8,3) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(8,16) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YInterpolate(8,0,4) YAnchor(0) ResYDist(0,1) /*perpendicular to the stroke*/ /* YDir: Stroke #2 */ ResYDist(4,12) /*perpendicular to the stroke*/ Smooth() /* VTTTalk Unicode 0x39e */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 1 2 */ /* CVT 4 8 */ /* Min and Max */ ResYAnchor(4,8) /* min, CVT */ ResYAnchor(1,2) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(1,0) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YInterpolate(1,8,4) YAnchor(8) ResYDist(8,9) /*perpendicular to the stroke*/ /* YDir: Stroke #2 */ ResYDist(4,5) /*perpendicular to the stroke*/ Smooth() /* VTTTalk glyph 564, char 0x3a3 */ /* Y direction */ ResYAnchor(6,8) ResYDist(6,7) YShift(7,1) YInterpolate(6,0,7) ResYAnchor(11,2) YInterpolate(6,5,2,11) ResYDist(11,10) YShift(10,3) YInterpolate(11,4,10) /* X direction */ Smooth() /* VTTTalk glyph 569, char 0x3a8 */ /* Y direction */ ResYAnchor(3,2) YShift(3,11) YShift(3,20) ResYAnchor(17,8) YInterpolate(3,14,15,19,18,17) /* X direction */ Smooth() /* VTTTalk glyph 625, char 0x3a9 */ /* GUI generated Mon Feb 1 12:50:25 2021 */ /* Y direction */ ResYAnchor(7,3) ResYDist(7,20) ResYAnchor(26,8) ResYDist(26,27) YShift(27,25) YShift(26,30) YInterpolate(30,0,14,27) ResYDist(30,31) YShift(31,15) /* X direction */ Smooth() /* VTTTalk glyph 571, char 0x386 */ /* Y direction */ ResYAnchor(0,8) YShift(0,4) ResYAnchor(13,2) YShift(13,2) ResYDist(13,15) YInterpolate(4,5,13) YIPAnchor(13,8,0) ResYDist(8,9) /* X direction */ Smooth() /* VTTTalk glyph 572, char 0x388 */ /* Y direction */ ResYAnchor(0,8) YShift(0,4) ResYDist(4,5) ResYAnchor(13,2) YShift(13,2) ResYDist(13,15) YIPAnchor(13,8,0) ResYDist(8,9) YShift(13,17) ResYDist(17,16) /* X direction */ Smooth() /* VTTTalk glyph 573, char 0x389 */ /* Y direction */ ResYAnchor(4,8) YShift(4,0) ResYAnchor(9,2) YShift(9,1) YShift(9,6) ResYDist(9,11) YIPAnchor(9,12,4) ResYDist(12,13) /* X direction */ Smooth() /* VTTTalk glyph 574, char 0x38a */ /* Y direction */ ResYAnchor(4,8) YShift(4,0) ResYDist(4,5) ResYAnchor(9,2) YShift(9,1) ResYDist(9,11) YShift(9,13) ResYDist(13,12) /* X direction */ Smooth() /* VTTTalk glyph 575, char 0x38c */ /* Y direction */ ResYAnchor(0,9) ResYDist(0,12) ResYAnchor(4,3) ResYDist(4,16) ResYAnchor(9,2) ResYDist(9,11) /* X direction */ Smooth() /* VTTTalk glyph 576, char 0x38e */ /* Y direction */ ResYAnchor(11,8) ResYAnchor(13,2) YShift(13,6) ResYDist(13,15) YShift(13,1) YInterpolate(11,0,9,3,1) /* X direction */ Smooth() /* VTTTalk glyph 632, char 0x38f */ /* GUI generated Mon Feb 1 12:50:43 2021 */ /* Y direction */ ResYAnchor(5,3) ResYDist(5,15) ResYAnchor(20,8) YDist(20,21) YShift(21,19) YInterpolate(20,0,10,21) YShift(20,24) YDist(24,26) YShift(26,11) ResYAnchor(29,2) ResYDist(29,31) /* X direction */ Smooth() /* VTTTalk glyph 580, char 0x3cf */ /* Y direction */ ResYAnchor(12,8) YDist(12,16,>=3/2) ResYAnchor(13,2) YShift(13,6) YIPAnchor(12,0,6) YInterpolate(12,17,26,0) YInterpolate(0,21,22,6) ResYDist(0,1) /* X direction */ Smooth() /* VTTTalk glyph 636, char 0x3b1 */ /* GUI generated Mon Feb 1 12:51:36 2021 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,19) ResYAnchor(6,7) ResYDist(6,14) YInterpolate(0,25,36,39,32,31,23,11,9,6) ResYAnchor(35,10) ResYDist(35,34) ResYAnchor(37,6) /* X direction */ Smooth() /* VTTTalk glyph 637, char 0x3b2 */ /* GUI generated Mon Feb 1 12:55:07 2021 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,31) ResYAnchor(11,3) ResYDist(11,26) YIPAnchor(0,38,11) YInterpolate(0,5,38) ResYDist(38,19) YInterpolate(38,48,47,53,40,17,52,19) ResYAnchor(49,14) /* X direction */ Smooth() /* VTTTalk glyph 583, char 0x3b3 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,1) ResYAnchor(3,6) ResYAnchor(6,14) ResYAnchor(15,7) YInterpolate(15,14,6) /* X direction */ Smooth() /* VTTTalk glyph 584, char 0x3b4 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,35) ResYAnchor(16,3) ResYDist(16,21) YInterpolate(0,27,19,18,16) ResYDist(27,41) YInterpolate(41,7,9,8,27) /* X direction */ Smooth() /* VTTTalk glyph 585, char 0x3b5 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,11) ResYAnchor(23,7) ResYDist(23,28) YIPAnchor(0,33,23) YShift(33,6) ResYDist(33,32) YInterpolate(33,4,19,32) YShift(32,5) /* X direction */ Smooth() /* VTTTalk glyph 586, char 0x3b6 */ /* Y direction */ ResYAnchor(0,15) ResYDist(0,1) ResYAnchor(7,10) ResYDist(7,20) ResYAnchor(27,0) ResYDist(27,26) YShift(26,12) YShift(26,14) YInterpolate(26,13,27) /* X direction */ Smooth() /* VTTTalk glyph 587, char 0x3b7 */ /* Y direction */ YAnchor(0,14) ResYAnchor(11,7) ResYDist(11,4) ResYAnchor(16,10) YInterpolate(16,6,7,11) ResYAnchor(17,6) /* X direction */ Smooth() /* VTTTalk Unicode 0x3b8 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 0 11 */ /* Min and Max */ ResYAnchor(0,11) /* min, CVT */ ResYAnchor(6,3) /* max */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(6,18) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ YInterpolate(6,24,0) YAnchor(24) ResYDist(24,25) /*perpendicular to the stroke*/ /* YDir: Stroke #2 */ ResYDist(0,12) /*perpendicular to the stroke*/ Smooth() /* VTTTalk Unicode 0x3b9 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 0 11 */ /* CVT 17 6 */ /* Min and Max */ ResYAnchor(0,11) /* min, CVT */ ResYAnchor(17,6) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(17,16) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ ResYDist(0,10) /*perpendicular to the stroke*/ /* Extreme Max */ YShift(17,5) Smooth() /* VTTTalk glyph 590, char 0x3ba */ /* Y direction */ ResYAnchor(6,7) ResYAnchor(8,10) YShift(8,0) YShift(8,13) ResYAnchor(9,6) YInterpolate(8,1,14,5,15,9) /* X direction */ Smooth() /* VTTTalk glyph 591, char 0x3bb */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,19) ResYAnchor(12,0) ResYDist(12,7) YInterpolate(12,25,26,27,30,0) ResYAnchor(24,10) /* X direction */ Smooth() /* VTTTalk glyph 592, char 0x3bc */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,10) ResYAnchor(5,6) YShift(5,30) YIPAnchor(5,15,0) YInterpolate(5,13,19,24,4,29,20,2,15) ResYAnchor(18,14) ResYAnchor(28,10) ResYDist(28,26) /* X direction */ Smooth() /* VTTTalk glyph 593, char 0x3bd */ /* Y direction */ ResYAnchor(3,6) ResYAnchor(5,10) YShift(5,6) YInterpolate(5,17,2,11,3) ResYAnchor(12,7) /* X direction */ Smooth() /* VTTTalk glyph 594, char 0x3be */ /* Y direction */ ResYAnchor(0,11) YShift(0,22) ResYDist(0,12) YShift(12,23) ResYAnchor(15,15) ResYDist (15,16) ResYAnchor(45,0) YIPAnchor(0,29,45) YShift(29,8) ResYDist(29,42) YShift(42,6) ResYDist(45,44) YShift(44,36) YShift(44,38) YInterpolate(45,37,44) YInterpolate(29,5,30,42) /* X direction */ Smooth() /* VTTTalk glyph 596, char 0x3c0 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,9) ResYAnchor(16,10) ResYAnchor(21,6) YShift(21,5) YShift(21,18) ResYDist(21,20) /* X direction */ Smooth() /* VTTTalk glyph 652, char 0x3c1 */ /* GUI generated Mon Feb 1 12:57:02 2021 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,8) ResYAnchor(21,7) ResYDist(21,14) YInterpolate(0,3,5,17,29,18,21) ResYAnchor(30,14) /* X direction */ Smooth() /* VTTTalk glyph 598, char 0x3c2 */ /* Y direction */ ResYAnchor(0,15) ResYDist(0,1) ResYAnchor(7,11) ResYDist(7,28) ResYAnchor(14,7) ResYDist(14,21) YInterpolate(14,17,18,7) /* X direction */ Smooth() /* VTTTalk glyph 599, char 0x3c3 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,16) ResYAnchor(6,6) ResYDist(6,22) YShift(6,29) ResYDist(29,28) YShift(28,8) YInterpolate(29,7,28) /* X direction */ Smooth() /* VTTTalk Unicode 0x3c4 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 0 11 */ /* CVT 17 6 */ /* Min and Max */ ResYAnchor(0,11) /* min, CVT */ ResYAnchor(17,6) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(17,16) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ ResYDist(0,9) /*perpendicular to the stroke*/ /* Extreme Max */ YShift(17,5) Smooth() /* VTTTalk Unicode 0x3c5 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /* CVT 0 11 */ /* CVT 8 6 */ /* Min and Max */ ResYAnchor(0,11) /* min, CVT */ ResYAnchor(8,6) /* max, CVT */ /* CVTs - beginning */ /* CVTs - end */ /* YDir: Stroke #0 */ ResYDist(8,7) /*perpendicular to the stroke*/ /* YDir: Stroke #1 */ ResYDist(0,15) /*perpendicular to the stroke*/ /* Extreme Max */ YShift(8,19) Smooth() /* VTTTalk glyph 602, char 0x3c6 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,16) YInterpolate(0,14,31,16) ResYAnchor(6,7) ResYDist(6,22) YInterpolate(22,29,35,6) ResYAnchor(12,14) ResYAnchor(33,0) /* X direction */ Smooth() /* VTTTalk glyph 603, char 0x3c7 */ /* Y direction */ ResYAnchor(0,15) ResYDist(0,19) ResYAnchor(12,7) ResYDist(12,7) ResYAnchor(28,6) ResYAnchor(31,14) YInterpolate(31,3,16,30,27,4,15,28) /* X direction */ Smooth() /* VTTTalk glyph 604, char 0x3c8 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,7) YInterpolate(0,15,18,7) ResYAnchor(3,6) YShift(3,10) ResYAnchor(14,14) ResYAnchor(16,0) /* X direction */ Smooth() /* VTTTalk glyph 605, char 0x3c9 */ /* Y direction */ ResYAnchor(17,11) ResYDist(17,26) YShift(17,0) ResYDist(0,8) ResYAnchor(21,6) YShift(21,13) YIPAnchor(0,35,21) YInterpolate(0,34,30,3,5,29,35) /* X direction */ Smooth() /* VTTTalk glyph 617, char 0x3d7 */ /* Y direction */ ResYAnchor(6,7) ResYDist(6,7) ResYAnchor(8,10) YShift(8,0) ResYAnchor(9,6) YInterpolate(8,14,23,1,18,5,19,9) ResYAnchor(13,14) /* X direction */ Smooth() /* VTTTalk glyph 673, char 0x1dbf */ /* GUI generated Tue Feb 2 13:46:26 2021 */ /* Y direction */ YAnchor(4,158) ResYDist(4,16) ResYDist(16,3) ResYDist(3,2) ResYDist(2,22) ResYDist(22,10) /* X direction */ Smooth() /* VTTTalk glyph 674, char 0x1dbb */ /* GUI generated Tue Feb 2 13:46:44 2021 */ /* Y direction */ ResYAnchor(7,146) ResYDist(7,6) YShift(6,1) YInterpolate(6,0,7) ResYDist(7,9) ResYDist(9,8) YShift(8,3) YInterpolate(8,2,9) /* X direction */ Smooth() /* VTTTalk glyph 618, char 0x30 (0) */ /* Y direction */ ResYAnchor(0,13) ResYDist(0,20) ResYAnchor(4,5) ResYDist(4,24) YInterpolate(0,8,4) ResYDist(8,14) /* X direction */ Smooth() /* VTTTalk glyph 619, char 0x31 (1) */ /* Y direction */ ResYAnchor(4,12) YShift(4,0) YShift(4,8) ResYDist(4,5) YShift(5,9) ResYAnchor(14,4) YShift(14,1) ResYDist(14,15) YInterpolate(4,13,14) ResYDist(13,12) /* X direction */ Smooth() /* VTTTalk glyph 620, char 0x32 (2) */ /* Y direction */ ResYAnchor(0,12) ResYDist(0,1) YShift(1,20) YShift(0,22) ResYDist(22,23) ResYAnchor(14,5) ResYDist(14,7) YInterpolate(0,10,11,14) /* X direction */ Smooth() /* VTTTalk glyph 621, char 0x33 (3) */ /* Y direction */ ResYAnchor(0,13) ResYDist(0,7) ResYAnchor(38,5) ResYDist(38,31) YIPAnchor(0,45,38) YInterpolate(45,34,35,38) YShift(45,15) ResYDist(45,24) YShift(24,16) YInterpolate(45,44,17,24) /* X direction */ Smooth() /* VTTTalk glyph 622, char 0x34 (4) */ /* Y direction */ ResYAnchor(14,4) YShift(14,1) ResYAnchor(15,12) YIPAnchor(14,8,15) YShift(8,3) YShift(8,7) ResYDist(8,9) YShift(9,5) /* X direction */ Smooth() /* VTTTalk glyph 680, char 0x35 (5) */ /* GUI generated Mon Feb 1 18:50:36 2021 */ /* Y direction */ ResYAnchor(0,13) ResYDist(0,7) ResYAnchor(33,4) YShift(33,27) ResYDist(33,34) YInterpolate(0,4,19,33) ResYDist(19,13) ResYDist(19,26) YShift(26,15) YInterpolate(19,16,26) /* X direction */ Smooth() /* VTTTalk glyph 681, char 0x36 (6) */ /* GUI generated Mon Feb 1 18:51:34 2021 */ /* Y direction */ ResYAnchor(0,13) ResYDist(0,14) ResYAnchor(30,5) ResYDist(30,31) YInterpolate(30,8,4,34,3,26,0) ResYDist(8,20) /* X direction */ Smooth() /* VTTTalk glyph 625, char 0x37 (7) */ /* Y direction */ ResYAnchor(0,12) ResYAnchor(9,4) YShift(9,1) ResYDist(9,8) YDist(8,4,>=1.5) YInterpolate(8,5,9) /* X direction */ Smooth() /* VTTTalk glyph 626, char 0x38 (8) */ /* Y direction */ ResYAnchor(0,13) ResYDist(0,12) ResYAnchor(46,5) ResYDist(46,34) YInterpolate(0,18,46) ResYDist(18,6) ResYDist(18,28) ResYDist (28,40) YInterpolate(18,27,26,28) /* X direction */ Smooth() /* VTTTalk glyph 684, char 0x39 (9) */ /* GUI generated Mon Feb 1 18:52:38 2021 */ /* Y direction */ ResYAnchor(6,5) ResYDist(6,29) ResYAnchor(14,13) ResYDist(14,15) YInterpolate(6,19,9,18,11,0,14) ResYDist(0,23) /* X direction */ Smooth() /* VTTTalk glyph 628, char 0xffff */ /* Y direction */ ResYAnchor(0,13) ResYDist(0,12) ResYAnchor(4,5) ResYDist(4,16) YInterpolate(0,8,9,11,10,4) /* X direction */ Smooth() /* VTTTalk glyph 716, char 0x2070 */ /* GUI generated Tue Feb 2 13:39:42 2021 */ /* Y direction */ ResYAnchor(0,145) ResYDist(0,12) ResYDist(0,6) ResYDist(6,18) /* X direction */ Smooth() /* VTTTalk glyph 717, char 0xb9 */ /* GUI generated Tue Feb 2 13:40:32 2021 */ /* Y direction */ ResYAnchor(11,145) YShift(11,3) YShift(11,4) ResYDist(11,2) YShift(2,14) ResYDist(2,15) ResYDist(11,10) YShift(10,5) /* X direction */ Smooth() /* VTTTalk glyph 718, char 0xb2 */ /* GUI generated Tue Feb 2 13:41:04 2021 */ /* Y direction */ ResYAnchor(23,145) YShift(23,19) ResYDist(23,12) ResYDist(12,6) ResYDist(23,22) YInterpolate(6,1,18,22) /* X direction */ Smooth() /* VTTTalk glyph 719, char 0xb3 */ /* GUI generated Tue Feb 2 13:41:52 2021 */ /* Y direction */ ResYAnchor(0,145) ResYDist(0,34) YInterpolate(0,7,22,14,41,16,15,40,23,28,34) /* X direction */ Smooth() /* VTTTalk glyph 720, char 0x2074 */ /* GUI generated Tue Feb 2 13:44:35 2021 */ /* Y direction */ ResYAnchor(15,145) ResYDist(15,13) YInterpolate(15,11,2,13) YShift(11,7) YShift(7,3) ResYDist(11,10) YShift(10,6) /* X direction */ Smooth() /* VTTTalk glyph 721, char 0x2075 */ /* GUI generated Tue Feb 2 13:43:30 2021 */ /* Y direction */ ResYAnchor(0,145) ResYDist(0,25) YShift(25,30) YInterpolate(0,6,4,14,24,12,18,29,25) /* X direction */ Smooth() /* VTTTalk glyph 722, char 0x2076 */ /* GUI generated Tue Feb 2 13:44:25 2021 */ /* Y direction */ ResYAnchor(10,145) ResYDist(10,5) YInterpolate(10,25,13,1,29,9,15,19,6,5) /* X direction */ Smooth() /* VTTTalk glyph 723, char 0x2077 */ /* GUI generated Tue Feb 2 13:45:21 2021 */ /* Y direction */ ResYAnchor(3,145) ResYDist(3,1) ResYDist(1,7) YShift(1,9) ResYDist(1,11) YInterpolate(11,5,1) /* X direction */ Smooth() /* VTTTalk glyph 667, char 0x2078 */ /* Y direction */ ResYAnchor(0,145) ResYDist(0,39) YInterpolate(0,12,16,24,33,6,23,25,29,39) /* X direction */ Smooth() /* VTTTalk glyph 668, char 0x2079 */ /* Y direction */ ResYAnchor(0,145) ResYDist(0,16) YInterpolate(0,10,21,4,25,6,19,20,5,30,16) /* X direction */ Smooth() /* VTTTalk glyph 669, char 0x2044 */ /* Y direction */ YAnchor(2) ResYDist(2,0) /* X direction */ Smooth() /* VTTTalk glyph 670, char 0xbd */ /* Y direction */ ResYAnchor(6,2) YShift(6,18) ResYDist(6,19) ResYDist(6,15) YShift(15,7) YShift(15,8) ResYDist(15,14) YShift(14,9) YInterpolate(15,16,17,6) ResYAnchor(43,8) YInterpolate(43,0,1,3,2,6) YShift(43,20) ResYDist(20,21) ResYDist(43,32) ResYDist(32,26) ResYDist(43,42) YShift(42,38) /* X direction */ Smooth() /* VTTTalk glyph 671, char 0xbc */ /* Y direction */ ResYAnchor(19,8) ResYDist(19,17) YIPAnchor(17,15,19) YInterpolate(17,6,15) YShift(15,7) YShift(15,11) ResYDist(15,14) YShift(14,10) ResYAnchor(22,2) YShift(22,34) ResYDist(22,35) YInterpolate(19,0,1,3,2,22) ResYDist(22,31) YShift(31,23) YShift(31,24) YInterpolate(24,32,33,22) ResYDist(31,30) YShift(30,25) /* X direction */ Smooth() /* VTTTalk glyph 672, char 0xbe */ /* Y direction */ ResYAnchor(19,8) ResYDist(19,18) YIPAnchor(19,15,18) YInterpolate(15,6,18) YShift(15,7) YShift(15,11) ResYDist(15,14) YShift(14,10) ResYAnchor(54,3) YInterpolate(19,0,1,3,2,54) ResYDist(54,20) YInterpolate(20,27,42,34,61,36,35,60,43,48,54) /* X direction */ Smooth() /* VTTTalk glyph 673, char 0x215b */ /* Y direction */ ResYAnchor(6,2) YShift(6,18) ResYDist(6,19) ResYDist(6,15) YShift(15,7) YShift(15,11) ResYDist(15,14) YShift(14,10) YInterpolate(15,16,17,6) ResYAnchor(20,9) YInterpolate(20,0,1,3,2,6) ResYDist(20,59) YInterpolate(20,32,36,44,53,26,43,45,49,59) /* X direction */ Smooth() /* VTTTalk glyph 674, char 0x215c */ /* Y direction */ ResYAnchor(38,3) ResYDist(38,4) YInterpolate(4,26,18,45,20,19,44,27,32,38) ResYAnchor(46,9) YInterpolate(46,0,1,3,2,38) ResYDist(46,85) YInterpolate(46,58,62,67,79,52,68,71,75,85) /* X direction */ Smooth() /* VTTTalk glyph 675, char 0x215d */ /* Y direction */ ResYAnchor(35,2) YShift(35,30) ResYDist(35,4) YInterpolate(4,10,8,32,16,31,22,35) ResYAnchor(37,9) YInterpolate(37,0,1,3,2,35) ResYDist(37,76) YInterpolate(37,49,53,61,70,43,60,62,66,76) /* X direction */ Smooth() /* VTTTalk glyph 676, char 0x215e */ /* Y direction */ ResYAnchor(13,2) YShift(13,5) ResYDist(13,7) ResYDist(13,12) ResYDist(12,8) YInterpolate(12,10,13) ResYAnchor(16, 9) ResYDist(16,55) YInterpolate(16,28,32,40,49,22,39,41,45,55) /* X direction */ Smooth() /* VTTTalk glyph 677, char 0x2e (.) */ /* Y direction */ ResYAnchor(0,19) ResYDist(0,6) /* X direction */ Smooth() /* VTTTalk glyph 678, char 0x2c (,) */ /* Y direction */ YAnchor(1) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 679, char 0x3a (:) */ /* Y direction */ ResYAnchor(6,7) ResYDist(6,0) ResYAnchor(12,19) ResYDist(12,18) /* X direction */ Smooth() /* VTTTalk glyph 680, char 0x3b (;) */ /* Y direction */ ResYAnchor(6,7) ResYDist(6,0) YAnchor(14) ResYDist(14,12) /* X direction */ Smooth() /* VTTTalk glyph 682, char 0x21 (!) */ /* Y direction */ ResYAnchor(1,16) ResYAnchor(4,19) ResYDist(4,10) ResYDist(10,3) /* X direction */ Smooth() /* VTTTalk glyph 683, char 0xa1 */ /* Y direction */ ResYAnchor(4,7) ResYDist(4,0) ResYDist(4,10) ResYDist(10,1) /* X direction */ Smooth() /* VTTTalk glyph 684, char 0x3f (?) */ /* Y direction */ ResYAnchor(11,3) YShift(11,26) ResYAnchor(30,19) YShift(30,22) ResYDist(30,36) ResYDist(36,0) ResYDist(11,10) ResYDist(11,27) YInterpolate(11,23,22,7,14,4,17,0) /* X direction */ Smooth() /* VTTTalk glyph 685, char 0xbf */ /* Y direction */ ResYAnchor(30,7) ResYDist(30,21) ResYDist(30,23) ResYDist(30,0) YShift(0,22) ResYDist(30,36) ResYDist (36,10) YInterpolate(30,27,26,3,18,15,6,10) /* X direction */ Smooth() /* VTTTalk glyph 687, char 0x2022 */ /* Y direction */ YAnchor(8) ResYDist(8,0) /* X direction */ Smooth() /* VTTTalk glyph 688, char 0x2a (*) */ /* Y direction */ ResYAnchor(13,150) ResYDist(13,0) YInterpolate(0,3,5,18,10,13) ResYDist(18,19) ResYDist(10,9) YShift(0,4) YInterpolate(4,16,8,1,7,15,12,6,2,11,17,13) /* X direction */ Smooth() /* VTTTalk glyph 690, char 0x23 (#) */ /* Y direction */ ResYAnchor(8,18) YShift(8,0) ResYAnchor(9,16) YShift(9,1) YIPAnchor(9,12,5,8) ResYDist(12,13) ResYDist(5,4) /* X direction */ Smooth() /* VTTTalk glyph 692, char 0x203e */ /* Y direction */ YAnchor(0) ResYDist(0,1) /* X direction */ Smooth() /* VTTTalk glyph 693, char 0x2f (/) */ /* Y direction */ ResYAnchor(1,152) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 694, char 0x5c (\) */ /* Y direction */ ResYAnchor(1,152) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 753, char 0x28 (() */ /* GUI generated Mon Feb 1 18:59:53 2021 */ /* Y direction */ ResYAnchor(6,154) ResYDist(6,9) ResYDist(6,0) ResYDist(0,15) /* X direction */ Smooth() /* VTTTalk glyph 754, char 0x29 ()) */ /* GUI generated Mon Feb 1 19:00:18 2021 */ /* Y direction */ ResYAnchor(11,154) ResYDist(11,8) ResYDist(11,0) ResYDist(0,1) /* X direction */ Smooth() /* VTTTalk glyph 697, char 0x7b ({) */ /* Y direction */ ResYAnchor(22,154) ResYDist(22,29) ResYDist(22,0) ResYDist(0,48) YInterpolate(0,10,22) ResYDist(10,11) YInterpolate(10,39,38,11) /* X direction */ Smooth() /* VTTTalk glyph 698, char 0x7d (}) */ /* Y direction */ ResYAnchor(33,154) ResYDist(33,26) ResYDist(33,0) ResYDist(0,7) YInterpolate(0,45,33) ResYDist(45,44) YInterpolate(45,16,17,44) /* X direction */ Smooth() /* VTTTalk glyph 699, char 0x5b ([) */ /* Y direction */ ResYAnchor(1,153) ResYDist(1,0) YShift(0,4) ResYDist(4,5) YShift(1,9) ResYDist(9,8) /* X direction */ Smooth() /* VTTTalk glyph 700, char 0x5d (]) */ /* Y direction */ ResYAnchor(10,153) ResYDist(10,0) YShift(0,4) ResYDist(4,5) YShift(10,9) ResYDist(9,8) /* X direction */ Smooth() /* VTTTalk glyph 759, char 0x2770 */ /* GUI generated Mon Feb 1 19:00:59 2021 */ /* Y direction */ ResYAnchor(0,8) ResYAnchor(3,2) YInterpolate(0,1,2,5,3) /* X direction */ Smooth() /* VTTTalk glyph 701, char 0x276e */ /* Y direction */ ResYAnchor(0,8) ResYAnchor(3,2) YInterpolate(0,1,6,5,2,3) /* X direction */ Smooth() /* VTTTalk glyph 761, char 0x2771 */ /* GUI generated Mon Feb 1 19:02:07 2021 */ /* Y direction */ ResYAnchor(4,2) ResYAnchor(7,8) YInterpolate(7,1,6,5,2,4) /* X direction */ Smooth() /* VTTTalk glyph 702, char 0x276f */ /* Y direction */ ResYAnchor(0,8) ResYAnchor(3,2) YInterpolate(0,1,6,5,2,3) /* X direction */ Smooth() /* VTTTalk glyph 703, char 0x276c */ /* Y direction */ ResYAnchor(0,8) ResYAnchor(3,2) YInterpolate(0,1,6,5,2,3) /* X direction */ Smooth() /* VTTTalk Unicode 0x276d */ ResYAnchor(0,8) ResYAnchor(3,2) YInterpolate(0,2,1,5,6,3) Smooth() /* VTTTalk glyph 707, char 0x2013 */ /* Y direction */ YAnchor(1,147) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 708, char 0x2014 */ /* Y direction */ YAnchor(1,147) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 712, char 0x5f (_) */ /* Y direction */ ResYAnchor(1,8) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 778, char 0x2018 */ /* GUI generated Mon Feb 1 19:02:42 2021 */ /* Y direction */ ResYAnchor(7,3) ResYDist(7,17) ResYDist(17,16) YInterpolate(17,8,7) /* X direction */ Smooth() /* VTTTalk glyph 779, char 0x2019 */ /* GUI generated Mon Feb 1 19:03:34 2021 */ /* Y direction */ ResYAnchor(10,2) ResYDist(10,9) ResYDist(10,0) YInterpolate(0,1,10) /* X direction */ Smooth() /* VTTTalk glyph 780, char 0x201b */ /* GUI generated Mon Feb 1 19:03:56 2021 */ /* Y direction */ ResYAnchor(8,2) ResYDist(8,9) ResYDist(8,0) YInterpolate(0,17,8) /* X direction */ Smooth() /* VTTTalk glyph 721, char 0xab */ /* Y direction */ YAnchor(3) YShift(3,11) ResYDist(3,0) YShift(0,8) YInterpolate(0,1 ,6,5,2,14,13,9,10,3) ResYDist(0,7) YShift(7,15) ResYDist(3,4) YShift(4,12) /* X direction */ Smooth() /* VTTTalk glyph 722, char 0xbb */ /* Y direction */ YAnchor(5) ResYDist(5,4) ResYDist(5,0) ResYDist(0,1) YInterpolate(5,6,7,3,4,15,14,10,11,0) YShift(0,8) ResYDist(8,9) YShift(5,13) ResYDist(13,12) /* X direction */ Smooth() /* VTTTalk glyph 723, char 0x2039 */ /* Y direction */ YAnchor(3) ResYDist(3,4) ResYDist(3,0) ResYDist(0,7) YInterpolate(3,5,6,2,1,0) /* X direction */ Smooth() /* VTTTalk glyph 724, char 0x203a */ /* Y direction */ YAnchor(5) ResYDist(5,4) ResYDist(5,0) ResYDist(0,1) YInterpolate(5,6,3,2,7,0) /* X direction */ Smooth() /* VTTTalk glyph 726, char 0x27 (') */ /* Y direction */ ResYAnchor(1,16) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 727, char 0xffff */ /* Y direction */ YAnchor(5,147) YShift(5,1) ResYDist(5,4) YShift(4,0) /* X direction */ Smooth() /* VTTTalk glyph 728, char 0xffff */ /* Y direction */ YAnchor(5,147) ResYDist(5,4) YShift(4,8) YShift(8,0) YShift(5,9) YShift(9,1) /* X direction */ Smooth() /* VTTTalk glyph 735, char 0xffff */ /* Y direction */ YAnchor(31,147) ResYDist(31,30) YShift(30,11) ResYDist(30,25) YIPAnchor(25,21,30) YInterpolate(21,6,30) ResYDist(21,0) ResYDist(6,15) /* X direction */ Smooth() /* VTTTalk glyph 796, char 0xffff */ /* GUI generated Tue Feb 2 14:19:44 2021 */ /* Y direction */ ResYAnchor(9,154) ResYDist(9,10) ResYDist(9,19) ResYDist(19,17) YInterpolate(9,34,30,38,29,39,25,23,24,20,37,31,26,22,32,35,21,27,28,36,19) /* X direction */ Smooth() /* VTTTalk glyph 737, char 0xffff */ /* Y direction */ ResYAnchor(21,154) ResYDist(21,28) ResYDist(21,0) ResYDist(0,47) YInterpolate(0,11,21) ResYDist(11,10) YInterpolate(10,38,37,11) ResYAnchor(55,149) ResYDist(55,54) /* X direction */ Smooth() /* VTTTalk glyph 738, char 0xffff */ /* Y direction */ ResYAnchor(33,154) ResYDist(33,26) ResYDist(33,0) ResYDist(0,7) ResYAnchor(59,8) YShift(59,67) ResYAnchor(60,2) YShift(60,68) YIPAnchor(67,57,66,68) YInterpolate(57,45,16,17,44,66) ResYDist(57,58) ResYDist(66,65) /* X direction */ Smooth() /* VTTTalk glyph 739, char 0xffff */ /* Y direction */ ResYAnchor(1,153) ResYDist(1,3) YShift(3,7) ResYDist(7,6) YShift(1,10) ResYDist(10,11) ResYAnchor(13,149) ResYDist(13,15) /* X direction */ Smooth() /* VTTTalk glyph 740, char 0xffff */ /* Y direction */ ResYAnchor(2,2) YShift(2,10) ResYAnchor(3,8) YShift(3,11) YIPAnchor(3,6,15,2) ResYDist(6,7) ResYDist(15,14) ResYAnchor(26,153) YShift(26,19) ResYDist(26,25) ResYDist(26,21) YShift(21,16) ResYDist(21,22) /* X direction */ Smooth() /* VTTTalk glyph 741, char 0xffff */ /* Y direction */ YAnchor(1,147) ResYDist(1,0) ResYDist(1,10) ResYDist(10,4) /* X direction */ Smooth() /* VTTTalk glyph 804, char 0xffff */ /* GUI generated Mon Feb 1 19:35:52 2021 */ /* Y direction */ YAnchor(1,148) ResYDist(1,0) YDist(1,5) ResYDist(5,4) ResYAnchor(8,19) ResYDist(8,14) ResYAnchor(20,19) ResYDist(20,26) /* X direction */ Smooth() /* VTTTalk glyph 745, char 0xffff */ /* Y direction */ ResYAnchor(2,151) ResYDist(2,1) YInterpolate(2,5,6,1) ResYDist(1,7) ResYDist(7,0) ResYDist(2,4) ResYDist(4,3) YInterpolate(3,26,14,0) ResYDist(26,20) ResYDist (14,8) /* X direction */ Smooth() /* VTTTalk glyph 807, char 0xffff */ /* GUI generated Mon Feb 1 19:36:16 2021 */ /* Y direction */ YAnchor(1,148) ResYDist(1,0) YDist(1,5) ResYDist(5,4) YInterpolate(4,14,1) ResYDist(14,8) /* X direction */ Smooth() /* VTTTalk glyph 810, char 0xffff */ /* GUI generated Mon Feb 1 19:36:35 2021 */ /* Y direction */ YAnchor(1,148) ResYDist(1,0) YDist(1,5) ResYDist(5,4) ResYDist(4,20) YShift(20,44) ResYDist(20,26) YShift(26,50) ResYDist(1,14) YShift(14,38) ResYDist(14,8) YShift(8,32) /* X direction */ Smooth() /* VTTTalk glyph 811, char 0xffff */ /* GUI generated Mon Feb 1 19:37:11 2021 */ /* Y direction */ YAnchor(1,148) ResYDist(1,0) YDist(1,5) ResYDist(5,4) ResYDist(4,20) ResYDist(20,26) ResYDist(1,14) ResYDist(14,8) /* X direction */ Smooth() /* VTTTalk glyph 758, char 0xffff */ /* Y direction */ YAnchor(9,148) ResYDist(9,1) ResYDist(9,8) YDist(9,5) ResYDist(4,0) ResYDist(5,4) /* X direction */ Smooth() /* VTTTalk glyph 759, char 0xffff */ /* Y direction */ YAnchor(9,147) ResYDist(9,8) YDist(9,5) ResYDist(5,4) ResYDist(4,0) YDist(9,13) ResYDist(13,12) ResYDist(13,1) /* X direction */ Smooth() /* VTTTalk glyph 823, char 0xffff */ /* GUI generated Mon Feb 1 19:28:02 2021 */ /* Y direction */ YAnchor(8,148) ResYDist(8,9) YDist(8,2) ResYDist(2,3) ResYAnchor(36,3) YShift(36,21) YShift(36,63) YShift(36,78) ResYDist(36,37) YShift(37,20) YShift(37,79) YShift(79,62) YInterpolate(36,32,74,17,24,59,66,14,27,56,69,10) ResYAnchor(40,19) YShift(40,82) ResYDist(40,46) YShift(46,88) ResYDist(46,10) YShift(10,52) /* X direction */ Smooth() /* VTTTalk glyph 763, char 0xffff */ /* Y direction */ YAnchor(8,148) ResYDist(8,9) YDist(8,2) ResYDist(2,3) ResYAnchor(36,3) ResYDist(36,20) YShift(20,37) ResYAnchor(40,9) ResYDist(40,46) ResYDist(46,10) YInterpolate(36,33,24,17,32,14,27,10) /* X direction */ Smooth() /* VTTTalk glyph 825, char 0xffff */ /* GUI generated Tue Feb 2 14:21:43 2021 */ /* Y direction */ ResYAnchor(10,154) ResYDist(10,9) ResYDist(10,0) ResYDist(0,1) YInterpolate(10,33,20,28,29,39,25,23,24,20,30,38,37,31,22,32,35,27,36,26,21,0) /* X direction */ Smooth() /* VTTTalk glyph 830, char 0xffff */ /* GUI generated Mon Feb 1 19:32:50 2021 */ /* Y direction */ ResYAnchor(4,8) YShift(4,0) ResYAnchor(5,2) YShift(5,1) YIPAnchor(4,9,12,5) ResYDist(9,8) ResYDist(12,13) ResYAnchor(23,154) ResYDist(23,24) ResYDist(23,33) ResYDist(33,32) /* X direction */ Smooth() /* VTTTalk glyph 770, char 0xffff */ /* Y direction */ ResYAnchor(22,154) ResYDist(22,29) ResYDist(22,0) ResYDist(0,48) ResYAnchor(55,8) YShift(55,63) ResYAnchor(56,2) YShift(56,64) YIPAnchor(55,60,67,56) YInterpolate(60,10,39,38,11,67) ResYDist(60,59) ResYDist(67,68) /* X direction */ Smooth() /* VTTTalk glyph 771, char 0xffff */ /* Y direction */ ResYAnchor(4,8) YShift(4,0) ResYAnchor(5,2) YShift(5,1) YIPAnchor(4,9,12,5) ResYDist(9,8) ResYDist(12,13) ResYAnchor(17,153) YShift(17,26) ResYDist(26,27) ResYDist(17,16) ResYDist(23,22) YShift(16,23) /* X direction */ Smooth() /* VTTTalk glyph 774, char 0xffff */ /* Y direction */ ResYAnchor(20,3) ResYDist(20,10) ResYAnchor(35,8) YShift(35,39) ResYAnchor(36,2) YShift(36,40) YIPAnchor(35,32,43,36) ResYDist(32,31) ResYDist(43,44) YInterpolate(43,14,44) ResYAnchor(47,9) ResYDist(47,53) ResYDist(53,30) YInterpolate(30,26,4,7,23,20) /* X direction */ Smooth() /* VTTTalk glyph 778, char 0xffff */ /* Y direction */ ResYAnchor(16,8) YShift(16,8) ResYAnchor(17,2) YShift(17,9) YIPAnchor(16,13,20,17) YShift(13,5) ResYDist(13,12) YShift(12,4) YShift(20,0) ResYDist(20,21) YShift(21,1) /* X direction */ Smooth() /* VTTTalk glyph 779, char 0xffff */ /* Y direction */ ResYAnchor(8,8) YShift(8,13) ResYDist(8,0) YShift(0,12) ResYAnchor(9,2) YShift(9,1) YIPAnchor(8,5,16,9) ResYDist(5,4) ResYDist(16,17) /* X direction */ Smooth() /* VTTTalk glyph 780, char 0xffff */ /* Y direction */ ResYAnchor(9,154) ResYDist(9,11) ResYAnchor(24,8) ResYDist(24,36) YShift(36,0) YShift(36,28) YShift(24,37) YShift(37,2) YInterpolate(36,1,18,37) ResYAnchor(25,2) YShift(25,29) YIPAnchor(24,21,32,25) ResYDist(21,20) ResYDist(32,33) /* X direction */ Smooth() /* VTTTalk glyph 784, char 0xffff */ /* Y direction */ ResYAnchor(6,151) ResYDist(6,4) ResYDist(4,5) ResYDist(6,7) ResYDist(7,1) ResYDist(1,0) ResYAnchor(9,152) ResYDist(9,11) YInterpolate(6,3,2,7) /* X direction */ Smooth() /* VTTTalk glyph 789, char 0xffff */ /* Y direction */ ResYAnchor(1,8) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 849, char 0xffff */ /* GUI generated Mon Feb 1 19:33:46 2021 */ /* Y direction */ YAnchor(1,147) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 850, char 0xffff */ /* GUI generated Mon Feb 1 19:38:12 2021 */ /* Y direction */ YAnchor(1,147) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 851, char 0xffff */ /* GUI generated Mon Feb 1 19:38:23 2021 */ /* Y direction */ YAnchor(1,147) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 852, char 0xffff */ /* GUI generated Mon Feb 1 19:39:18 2021 */ /* Y direction */ YAnchor(9,148) YShift(9,2) ResYDist(9,8) YShift(8,3) YDist(9,13) YShift(13,6) ResYDist(13,12) YShift(12,7) ResYDist(12,28) ResYDist(28,34) ResYDist(9,22) ResYDist(22,16) /* X direction */ Smooth() /* VTTTalk glyph 853, char 0xffff */ /* GUI generated Mon Feb 1 19:39:49 2021 */ /* Y direction */ YAnchor(9,148) YShift(9,2) ResYDist(9,8) YShift(8,3) YDist(9,13) YShift(13,6) ResYDist(13,12) YShift(12,7) YAnchor(18,16) YAnchor(20,19) ResYDist(20,26) ResYDist(26,16) /* X direction */ Smooth() /* VTTTalk glyph 690, char 0x23 (#) */ /* Y direction */ ResYAnchor(8,18) YShift(8,0) ResYAnchor(9,16) YShift(9,1) YIPAnchor(9,12,5,8) ResYDist(12,13) ResYDist(5,4) /* X direction */ Smooth() /* VTTTalk glyph 690, char 0x23 (#) */ /* Y direction */ ResYAnchor(8,18) YShift(8,0) ResYAnchor(9,16) YShift(9,1) YIPAnchor(9,12,5,8) ResYDist(12,13) ResYDist(5,4) /* X direction */ Smooth() /* VTTTalk glyph 690, char 0x23 (#) */ /* Y direction */ ResYAnchor(8,18) YShift(8,0) ResYAnchor(9,16) YShift(9,1) YIPAnchor(9,12,5,8) ResYDist(12,13) ResYDist(5,4) /* X direction */ Smooth() /* VTTTalk glyph 857, char 0xffff */ /* GUI generated Mon Feb 1 19:41:34 2021 */ /* Y direction */ ResYAnchor(1,148) ResYDist(1,0) YDist(1,5) ResYDist(5,4) ResYAnchor(9,152) ResYDist(9,11) /* X direction */ Smooth() /* VTTTalk glyph 857, char 0xffff */ /* GUI generated Mon Feb 1 19:41:34 2021 */ /* Y direction */ ResYAnchor(1,148) ResYDist(1,0) YDist(1,5) ResYDist(5,4) ResYAnchor(9,152) ResYDist(9,11) /* X direction */ Smooth() /* VTTTalk glyph 859, char 0xffff */ /* GUI generated Mon Feb 1 19:42:06 2021 */ /* Y direction */ YAnchor(6,148) ResYDist(6,7) YDist(6,2) ResYDist(2,3) ResYAnchor(9,152) ResYDist(9,11) /* X direction */ Smooth() /* VTTTalk glyph 860, char 0xffff */ /* GUI generated Mon Feb 1 19:43:45 2021 */ /* Y direction */ YAnchor(1,148) ResYDist(1,0) YDist(1,5) ResYDist(5,4) ResYAnchor(9,152) YShift(9,13) ResYDist(9,11) YShift(11,12) /* X direction */ Smooth() /* VTTTalk glyph 861, char 0xffff */ /* GUI generated Mon Feb 1 19:44:51 2021 */ /* Y direction */ YAnchor(9,148) YShift(9,14) YDist(9,5) YShift(5,2) ResYDist(5,4) YShift(4,3) ResYDist(9,8) YShift(8,15) ResYAnchor(17,152) YShift(17,21) ResYDist(17,19) YShift(19,20) /* X direction */ Smooth() /* VTTTalk glyph 862, char 0xffff */ /* GUI generated Mon Feb 1 19:45:23 2021 */ /* Y direction */ YAnchor(4,148) ResYDist(4,5) YDist(4,0) ResYDist(0,1) ResYAnchor(13,152) YShift(13,9) ResYDist(13,15) YShift(15,11) /* X direction */ Smooth() /* VTTTalk glyph 863, char 0xffff */ /* GUI generated Mon Feb 1 19:45:59 2021 */ /* Y direction */ ResYAnchor(1,18) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 863, char 0xffff */ /* GUI generated Mon Feb 1 19:45:59 2021 */ /* Y direction */ ResYAnchor(1,18) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 863, char 0xffff */ /* GUI generated Mon Feb 1 19:45:59 2021 */ /* Y direction */ ResYAnchor(1,18) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk Unicode 0x2008 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /*Auto-Hinting Light is not applied: Empty glyph or glyph with one point*/ /* VTTTalk Unicode 0x20 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /*Auto-Hinting Light is not applied: Empty glyph or glyph with one point*/ /* VTTTalk Unicode 0xa0 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /*Auto-Hinting Light is not applied: Empty glyph or glyph with one point*/ /* VTTTalk Unicode 0xd */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /*Auto-Hinting Light is not applied: Empty glyph or glyph with one point*/ /* VTTTalk Unicode 0x2028 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /*Auto-Hinting Light is not applied: Empty glyph or glyph with one point*/ /* VTTTalk glyph 797, char 0xe3f */ /* Y direction */ ResYAnchor(22,8) YDist(22,0,>=3/2) YShift(22,4) ResYDist(22,5) ResYAnchor(23,2) YDist(23,1,>=3/2) ResYDist(23,39) YShift(23,40) YIPAnchor(22,13,23) ResYDist(13,31) YInterpolate(13,26,27,14,30,31) /* X direction */ Smooth() /* VTTTalk glyph 798, char 0x20b5 */ /* Y direction */ ResYAnchor(4,9) YDist(4,0,>=1.5) ResYDist(4,21) ResYAnchor(9,3) YDist(9,1,>=1.5) ResYDist(9,16) YInterpolate(4,13,12,9) /* X direction */ Smooth() /* VTTTalk glyph 799, char 0xa2 */ /* Y direction */ ResYAnchor(4,11) YDist(4,3,>=3/2) ResYDist(4,23) ResYAnchor(10,7) YDist(10,1,>=3/2) ResYDist(10,17) YInterpolate(4,14,13,10) /* X direction */ Smooth() /* VTTTalk glyph 800, char 0x20a1 */ /* Y direction */ ResYAnchor(8,9) ResYDist(8,25) ResYDist(8,0) YShift(0,4) ResYDist(8,1) YShift(1,5) ResYAnchor(13,3) ResYDist(13,20) ResYDist(13,6) YShift(6,2) ResYDist(13,7) YShift(7,3) YInterpolate(8,17,16,13) /* X direction */ Smooth() /* VTTTalk glyph 801, char 0xa4 */ /* Y direction */ YAnchor(8) ResYDist(8,38) ResYDist(8,0) ResYDist(0,16) ResYDist(0,20) YInterpolate(20,17,23,0) ResYDist(0,24) YInterpolate(0,19,21,18,22,24) ResYDist(8,30) YInterpolate(8,41,39,40,26,30) ResYDist(8,42) YInterpolate(42,37,43,8) /* X direction */ Smooth() /* VTTTalk glyph 802, char 0x24 ($) */ /* Y direction */ ResYAnchor(4,9) YDist(4,3,>=1.5) ResYDist(4,11) ResYAnchor(24,3) YDist(24,1,>=1.5) ResYDist(24,31) YInterpolate(24,34,21,37,38,18,17,14,41,28,27,4) /* X direction */ Smooth() /* VTTTalk glyph 879, char 0x20ab */ /* GUI generated Mon Feb 1 19:48:53 2021 */ /* Y direction */ ResYAnchor(8,11) ResYDist(8,28) ResYAnchor(14,7) ResYDist(14,22) YInterpolate(8,33,37,31,19,17,14) ResYAnchor(38,0) YIPAnchor(38,4,14) ResYDist(4,5) ResYAnchor(40,10) YDist(40,2) ResYDist(2,3) /* X direction */ Smooth() /* VTTTalk glyph 804, char 0x20ac */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,17) ResYAnchor(5,3) ResYDist(5,12) YInterpolate(0,23,26,9,8,5) ResYDist(23,22) ResYDist(26,27) /* X direction */ Smooth() /* VTTTalk glyph 805, char 0x20a0 */ /* Y direction */ ResYAnchor(6,3) ResYDist(6,13) ResYDist(6,0) ResYDist(0,19) YInterpolate(0,10,9,6) ResYAnchor(25,8) ResYDist(25,24) YShift(25,29) ResYDist(25,36) YShift(36,28) ResYDist(36,37) YInterpolate(25,33,32,36) /* X direction */ Smooth() /* VTTTalk glyph 806, char 0x192 */ /* Y direction */ ResYAnchor(3,3) ResYDist(3,9) ResYAnchor(13,15) ResYDist(13,14) YIPAnchor(3,28,13) YInterpolate(28,20,12,13) ResYDist(28,29) /* X direction */ Smooth() /* VTTTalk glyph 807, char 0x20a3 */ /* Y direction */ ResYAnchor(7,8) ResYAnchor(14,2) YShift(14,6) ResYDist(14,15) YIPAnchor(7,11,14) YInterpolate(7,3,2,11) ResYDist(11,10) /* X direction */ Smooth() /* VTTTalk glyph 808, char 0x20b2 */ /* Y direction */ ResYAnchor(8,9) YDist(8,0,>=3/2) ResYDist(8,27) YInterpolate(8,37,31,27) ResYAnchor(14,3) YDist(14,1,>=3/2) ResYDist(14,21) YIPAnchor(8,39,14) YInterpolate(39,18,17,14) YShift(39,35) ResYDist(39,38) /* X direction */ Smooth() /* VTTTalk glyph 809, char 0x20b4 */ /* Y direction */ ResYAnchor(13,3) ResYDist(13,6) ResYAnchor(20,9) ResYDist(20,34) YIPAnchor(20,42,49,13) YInterpolate(49,9,10,13) ResYDist(42,41) YShift(41,26) YInterpolate(41,28,48,27,42) ResYDist(49,50) YShift(50,18) YInterpolate(49,47,46,19,50) /* X direction */ Smooth() /* VTTTalk glyph 810, char 0x20ad */ /* Y direction */ ResYAnchor(20,8) YShift(20,24) ResYAnchor(21,2) YShift(21,14) YIPAnchor(20,5,21) YInterpolate(20,9,25,5) YInterpolate(5,26,21) ResYDist(9,8) YShift(5,1) /* X direction */ Smooth() /* VTTTalk glyph 811, char 0x20be */ /* Y direction */ ResYAnchor(7,3) ResYDist(7,16) YDist(7,33,>=1) YShift(33,30) ResYAnchor(24,8) YIPAnchor(24,12,7) YInterpolate(24,32,31,12) ResYDist(24,25) YShift(25,1) YShift(25,23) YInterpolate(24,0,25) /* X direction */ Smooth() /* VTTTalk glyph 812, char 0x20a4 */ /* Y direction */ ResYAnchor(8,3) ResYDist(8,15) ResYAnchor(27,8) YShift(27,0) YIPAnchor(27,29,32,8) YInterpolate(32,12,11,8) ResYDist(29,28) ResYDist(32,33) ResYDist(27,26) YShift(26,1) YShift(26,22) /* X direction */ Smooth() /* VTTTalk glyph 813, char 0x20ba */ /* Y direction */ ResYAnchor(0,9) ResYDist(0,10) ResYAnchor(4,2) YInterpolate(0,18,21,4) YShift(18,19) ResYDist(18,17) YShift(17,20) YShift(21,24) ResYDist(21,22) YShift(22,23) /* X direction */ Smooth() /* VTTTalk glyph 814, char 0x20bc */ /* Y direction */ ResYAnchor(14,8) YShift(14,7) YShift(14,13) ResYAnchor(15,2) YInterpolate(14,3,15) ResYDist(3,10) /* X direction */ Smooth() /* VTTTalk glyph 815, char 0x20a6 */ /* Y direction */ ResYAnchor(12,8) YShift(12,4) YShift(4,19) ResYAnchor(13,2) YIPAnchor(19,1,13) YInterpolate(19,10,1) YInterpolate(1,6,13) ResYDist(1,0) YShift(13,8) YShift(8,17) /* X direction */ Smooth() /* VTTTalk glyph 816, char 0x20a7 */ /* Y direction */ ResYAnchor(22,8) ResYAnchor(23,2) ResYDist(23,13) YShift(23,14) YIPAnchor(22,5,1,23) YInterpolate(5,0,1) ResYDist(5,4) /* X direction */ Smooth() /* VTTTalk glyph 817, char 0x20b1 */ /* Y direction */ ResYAnchor(26,8) ResYAnchor(27,2) ResYDist(27,17) YShift(27,19) YIPAnchor(26,9,27) YInterpolate(9,4,5,0,1,27) ResYDist(9,8) /* X direction */ Smooth() /* VTTTalk glyph 818, char 0x20bd */ /* Y direction */ ResYAnchor(26,8) ResYAnchor(27,2) ResYDist(27,17) YShift(27,18) YIPAnchor(26,1,9,27) YInterpolate(26,0,1) YShift(9,5) ResYDist(9,8) YShift(8,4) /* X direction */ Smooth() /* VTTTalk glyph 819, char 0x20a8 */ /* Y direction */ ResYAnchor(0,11) ResYDist(0,6) ResYAnchor(18,7) ResYDist(18,23) YInterpolate(0,9,32,12,29,15,26,18) ResYAnchor(39,8) YShift(39,35) ResYAnchor(40,2) ResYDist(40,52) YShift(40,53) YIPAnchor(39,44,40) ResYDist(44,43) YInterpolate(43,36,44) /* X direction */ Smooth() /* VTTTalk glyph 820, char 0x20b9 */ /* Y direction */ ResYAnchor(21,8) ResYAnchor(27,2) YIPAnchor(21,1,27) YInterpolate(1,22,23,27) ResYDist(1,0) YInterpolate(0,19,1) ResYDist(27,29) YShift(29,9) YShift(29,11) YAnchor(28,16) YInterpolate(29,10,28) /* X direction */ Smooth() /* VTTTalk glyph 821, char 0x20aa */ /* Y direction */ ResYAnchor(2,6) YShift(2,6) YShift(2,17) YShift(2,22) ResYAnchor(4,8) YShift(4,0) YShift(4,11) YShift(4,15) YInterpolate(4,10,19,14,23,2) /* X direction */ Smooth() /* VTTTalk glyph 822, char 0xa3 */ /* Y direction */ ResYAnchor(8,3) ResYDist(8,15) ResYAnchor(27,8) YShift(27,23) YIPAnchor(27,30,8) YInterpolate(30,12,11,8) ResYDist(30,31) ResYDist(27,26) YShift(26,22) YShift(22,1) /* X direction */ Smooth() /* VTTTalk glyph 823, char 0x20b8 */ /* Y direction */ ResYAnchor(0,8) ResYAnchor(9,2) ResYDist(9,8) ResYDist(8,5) YShift(5,1) ResYDist(5,4) /* X direction */ Smooth() /* VTTTalk glyph 824, char 0x20ae */ /* Y direction */ ResYAnchor(8,8) ResYAnchor(13,2) YShift(13,9) ResYDist(13,12) YInterpolate(8,4,5,7,6,0,1,3,2,13) /* X direction */ Smooth() /* VTTTalk glyph 825, char 0x20a9 */ /* Y direction */ YAnchor(4,12) YShift(4,14) YAnchor(5,4) YShift(5,21) YIPAnchor(4,2,9,21) YInterpolate(4,7,19,2) YInterpolate(2,12,9) ResYDist(2,3) YShift(9,17) YShift(17,10) /* X direction */ Smooth() /* VTTTalk glyph 826, char 0xa5 */ /* Y direction */ ResYAnchor(9,2) YShift(9,13) ResYAnchor(16,8) YInterpolate(16,4,5,8,0,1,17,11,9) /* X direction */ Smooth() /* VTTTalk glyph 829, char 0x2261 */ /* Y direction */ YAnchor(1) ResYDist(1,4) YInterpolate(4,5,8,9,0,1) /* X direction */ Smooth() /* VTTTalk glyph 831, char 0x2321 */ /* Y direction */ YAnchor(0,15) ResYDist(0,1) ResYDist(0,6) /* X direction */ Smooth() /* VTTTalk glyph 832, char 0x2320 */ /* Y direction */ ResYAnchor(3,1) ResYDist(3,0) ResYDist(3,9) /* X direction */ Smooth() /* VTTTalk glyph 833, char 0x2310 */ /* Y direction */ YAnchor(1) ResYDist(1,7) ResYDist(1,3) YInterpolate(3,6,1) /* X direction */ Smooth() /* VTTTalk glyph 834, char 0x2262 */ /* Y direction */ ResYAnchor(1,2) ResYAnchor(3,8) YInterpolate(3,8,9,12,13,16,17,4,5,1) /* X direction */ Smooth() /* VTTTalk glyph 835, char 0x2b (+) */ /* Y direction */ YAnchor(5,147) ResYDist(5,1) ResYDist(5,4) ResYDist(4,0) /* X direction */ Smooth() /* VTTTalk glyph 836, char 0x2212 */ /* Y direction */ YAnchor(1,147) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 837, char 0xd7 */ /* Y direction */ YAnchor(2) YShift(2,6) ResYDist(2,0) YShift(0,4) YInterpolate(0,5,3,7,1,2) /* X direction */ Smooth() /* VTTTalk glyph 838, char 0xf7 */ /* Y direction */ YAnchor(1,147) ResYDist(1,0) ResYDist(0,10) ResYDist(10,4) ResYDist(1,16) ResYDist(16,22) /* X direction */ Smooth() /* VTTTalk glyph 839, char 0x3d (=) */ /* Y direction */ YAnchor(1,148) ResYDist(1,0) YDist(1,5) ResYDist(5,4) /* X direction */ Smooth() /* VTTTalk glyph 840, char 0x2260 */ /* Y direction */ ResYAnchor(1,2) ResYAnchor(3,8) YAnchor(9,148) ResYDist(9,8) YDist(9,5) ResYDist(5,4) /* X direction */ Smooth() /* VTTTalk glyph 841, char 0x3e (>) */ /* Y direction */ ResYAnchor(6,151) ResYDist(6,4) ResYDist(4,5) ResYDist(6,7) ResYDist(7,1) ResYDist(1,0) YInterpolate(7,2,3,6) /* X direction */ Smooth() /* VTTTalk glyph 842, char 0x3c (<) */ /* Y direction */ ResYAnchor(2,151) ResYDist(2,1) YInterpolate(1,6,5,2) ResYDist(1,7) ResYDist(7,0) ResYDist(2,4) ResYDist(4,3) /* X direction */ Smooth() /* VTTTalk glyph 843, char 0x2265 */ /* Y direction */ ResYAnchor(6) ResYDist(6,4) ResYDist(4,5) ResYDist(6,7) ResYDist(7,1) ResYDist(1,0) ResYDist(0,9) ResYDist(9,8) /* X direction */ Smooth() /* VTTTalk glyph 844, char 0x2264 */ /* Y direction */ YAnchor(2 ) ResYDist(2,1) YInterpolate(1,6,5,2) ResYDist(1,7) ResYDist(7,0) ResYDist(0,10) ResYDist(10,11) ResYDist(2,4) ResYDist(4,3) /* X direction */ Smooth() /* VTTTalk glyph 845, char 0xb1 */ /* Y direction */ YAnchor(1) ResYDist(1,8) YIPAnchor(1,4,8) ResYDist(4,5) ResYDist(8,9) YInterpolate(8,0,9) /* X direction */ Smooth() /* VTTTalk glyph 847, char 0x7e (~) */ /* Y direction */ YAnchor(14) ResYDist(14,29) YInterpolate(29,25,10,14) ResYDist(25,4) ResYDist(10,19) /* X direction */ Smooth() /* VTTTalk glyph 848, char 0xac */ /* Y direction */ YAnchor(1) ResYDist(1,7) ResYDist(1,0) YInterpolate(0,5,1) /* X direction */ Smooth() /* VTTTalk glyph 849, char 0x5e (^) */ /* Y direction */ ResYAnchor(1,2) ResYDist(1,0) YShift(0,4) YInterpolate(0,6,1) /* X direction */ Smooth() /* VTTTalk glyph 850, char 0x221e */ /* Y direction */ YAnchor(6) ResYDist(6,0) YShift(0,19) ResYDist(0,26) YShift(26,39) YShift(6,13) YInterpolate(19,23,9,13) ResYDist(6,33) YShift(33,45) /* X direction */ Smooth() /* VTTTalk glyph 851, char 0x2229 */ /* Y direction */ ResYAnchor(0,8) YShift(0,7) ResYAnchor(3,7) ResYDist(3,10) /* X direction */ Smooth() /* VTTTalk glyph 852, char 0x222b */ /* Y direction */ ResYAnchor(3,1) ResYDist(3,9) ResYAnchor(13,15) ResYDist(13,14) YInterpolate(13,12,20,3) /* X direction */ Smooth() /* VTTTalk glyph 855, char 0x220f */ /* Y direction */ ResYAnchor(9,2) ResYDist(9,8) ResYDist(9,4) YShift(4,0) YShift(9,5) YShift(5,1) /* X direction */ Smooth() /* VTTTalk glyph 856, char 0x2211 */ /* Y direction */ ResYAnchor(12,2) ResYDist(12,9) YInterpolate(12,2,5,9) ResYDist(9,8) YShift(8,1) YInterpolate(9,0,8) ResYDist(12,13) YShift(13,3) YInterpolate(13,4,12) /* X direction */ Smooth() /* VTTTalk glyph 857, char 0x221a */ /* Y direction */ ResYAnchor(10,2) YShift(10,6) ResYDist(10,11) ResYDist(10,7) YIPAnchor(7,2,10) YInterpolate(7,3,2) /* X direction */ Smooth() /* VTTTalk glyph 859, char 0x2202 */ /* Y direction */ ResYAnchor(4,4) ResYDist(4,3) ResYAnchor(9,13) ResYDist(9,24) YIPAnchor(4,15,9) YInterpolate(15,18,1,8,21,20,0,27,9) ResYDist(15,30) /* X direction */ Smooth() /* VTTTalk glyph 860, char 0x221f */ /* Y direction */ ResYAnchor(1,6) ResYAnchor(7,8) YShift(7,3) ResYDist(7,6) /* X direction */ Smooth() /* VTTTalk glyph 861, char 0x25 (%) */ /* Y direction */ YAnchor(4,19) ResYDist(4,16) ResYDist(4,10) ResYDist(10,22) YAnchor(34,17) ResYDist(34,46) YInterpolate(4,0,1,3,2,34) ResYDist(34,28) ResYDist(28,40) /* X direction */ Smooth() /* VTTTalk glyph 862, char 0x2030 */ /* Y direction */ ResYAnchor(4,9) ResYDist(4,58) YInterpolate(4,16,52,22,64,10,70,58) ResYAnchor(34,3) ResYDist(34,46) YInterpolate(4,0,1,3,2,34) ResYDist(34,28) ResYDist(28,40) /* X direction */ Smooth() /* VTTTalk glyph 863, char 0x2263 */ /* Y direction */ YAnchor(1) ResYDist(1,4) YInterpolate(4,6,11,10,15,14,3,1) /* X direction */ Smooth() /* VTTTalk glyph 841, char 0x3e (>) */ /* Y direction */ ResYAnchor(6,151) ResYDist(6,4) ResYDist(4,5) ResYDist(6,7) ResYDist(7,1) ResYDist(1,0) YInterpolate(7,2,3,6) /* X direction */ Smooth() /* VTTTalk glyph 842, char 0x3c (<) */ /* Y direction */ ResYAnchor(2,151) ResYDist(2,1) YInterpolate(1,6,5,2) ResYDist(1,7) ResYDist(7,0) ResYDist(2,4) ResYDist(4,3) /* X direction */ Smooth() /* VTTTalk glyph 943, char 0x2191 */ /* GUI generated Mon Feb 1 20:04:58 2021 */ /* Y direction */ YAnchor(1,18) YAnchor(10,17) YInterpolate(1,8,5,4,9,7,2,10) /* X direction */ Smooth() /* VTTTalk glyph 944, char 0x2192 */ /* GUI generated Tue Feb 2 08:52:40 2021 */ /* Y direction */ YAnchor(1,147) ResYDist(1,0) ResYDist(0,4) ResYDist(4,5) YInterpolate(0,11,6,7,10,1) ResYDist(1,9) ResYDist(9,8) /* X direction */ Smooth() /* VTTTalk glyph 945, char 0x2193 */ /* GUI generated Tue Feb 2 08:53:37 2021 */ /* Y direction */ ResYAnchor(3,16) ResYAnchor(6,19) YInterpolate(6,2,9,7,4,11,8,3) /* X direction */ Smooth() /* VTTTalk glyph 946, char 0x2190 */ /* GUI generated Tue Feb 2 08:54:13 2021 */ /* Y direction */ YAnchor(3,147) ResYDist(3,0) ResYDist(0,4) ResYDist(4,11) YInterpolate(0,5,10,9,6,3) ResYDist(3,7) ResYDist(7,8) /* X direction */ Smooth() /* VTTTalk glyph 947, char 0x2194 */ /* GUI generated Tue Feb 2 08:55:12 2021 */ /* Y direction */ YAnchor(18,147) ResYDist(18,5) YShift(5,11) ResYDist(5,4) YShift(4,12) ResYDist(18,19) ResYDist(19,0) YShift(0,8) ResYDist(0,1) YShift(1,15) YInterpolate(19,9,7,14,2,3,13,6,10,18) /* X direction */ Smooth() /* VTTTalk glyph 948, char 0x2195 */ /* GUI generated Tue Feb 2 09:02:10 2021 */ /* Y direction */ ResYAnchor(2,17) ResYAnchor(8,19) YInterpolate(8,16,11,9,14,13,10,0,5,4,1,7,17,2) /* X direction */ Smooth() /* VTTTalk glyph 949, char 0x21a8 */ /* GUI generated Tue Feb 2 09:03:36 2021 */ /* Y direction */ YAnchor(2,18) ResYDist(2,3) YAnchor(6,17) YAnchor(12,19) YInterpolate(12,23,16,18,13,14,17,9,4,5,8,11,22,6) /* X direction */ Smooth() /* VTTTalk glyph 950, char 0x21b2 */ /* GUI generated Tue Feb 2 09:19:28 2021 */ /* Y direction */ YAnchor(7,147) ResYDist(7,2) ResYDist(7,4) YShift(4,3) ResYDist(4,8) ResYDist(8,15) YInterpolate(4,9,14,13,10,7) ResYDist(7,11) ResYDist(11,12) /* X direction */ Smooth() /* VTTTalk glyph 951, char 0x21e1 */ /* GUI generated Tue Feb 2 09:21:09 2021 */ /* Y direction */ ResYAnchor(0,18) ResYDist(0,1) ResYDist(1,4) ResYDist(4,5) ResYDist(5,8) ResYDist(8,9) ResYDist(9,12) ResYAnchor(18,17) YInterpolate(0,21,16,17,20,22,14,18) /* X direction */ Smooth() /* VTTTalk glyph 952, char 0x21e3 */ /* GUI generated Tue Feb 2 09:21:50 2021 */ /* Y direction */ ResYAnchor(0,19) ResYAnchor(21,16) YInterpolate(21,5,2,1,6,3,11,0) ResYDist(21,20) ResYDist(20,17) ResYDist(17,16) ResYDist(16,13) ResYDist(13,12) ResYDist(12,9) /* X direction */ Smooth() /* VTTTalk glyph 1246, char 0x2619 */ /* GUI generated Tue Feb 2 09:25:42 2021 */ /* Y direction */ YAnchor(59) YShift(59,10) ResYDist(59,20) ResYDist(59,66) YInterpolate(59,62,63,57,56,15,4,0,19,38,49,44,45,27,24,23,20) /* X direction */ Smooth() /* VTTTalk glyph 1247, char 0x263a */ /* GUI generated Tue Feb 2 09:26:59 2021 */ /* Y direction */ YAnchor(8) ResYDist(8,0) ResYDist(0,43) ResYDist(8,51) YInterpolate(43,16,25,31,59,65,37,51) /* X direction */ Smooth() /* VTTTalk glyph 1169, char 0x263b */ /* Y direction */ YAnchor(8) ResYDist(8,0) YInterpolate(0,16,21,30,42,48,36,8) /* X direction */ Smooth() /* VTTTalk glyph 1170, char 0x263c */ /* Y direction */ YAnchor(49) ResYDist(49,6) ResYDist(6,30) ResYDist(49,19) ResYDist(19,0) ResYDist(0,24) YInterpolate(19,12,40,43,13,15,41,14,42,44,23,22,45,52,36,53,39,37,55,54,38,49) /* X direction */ Smooth() /* VTTTalk glyph 1171, char 0x2640 */ /* Y direction */ ResYAnchor(8,3) ResYDist(8,30) ResYAnchor(23,8) YIPAnchor(23,18,8) YInterpolate(23,19,18) YInterpolate(18,0,8) ResYDist(0,24) YInterpolate(0,22,24) /* X direction */ Smooth() /* VTTTalk glyph 1172, char 0x2642 */ /* Y direction */ ResYAnchor(0,9) ResYDist(0,12) ResYAnchor(38,2) YShift(38,34) ResYDist(38,37) YIPAnchor(0,36,38) YInterpolate(36,6,32,33,27,40,42,26,38) ResYDist(6,18) YInterpolate(18,25,24,6) /* X direction */ Smooth() /* VTTTalk glyph 1173, char 0x2660 */ /* Y direction */ YAnchor(19) ResYDist(19,6) YInterpolate(19,12,0,15,21,6) /* X direction */ Smooth() /* VTTTalk glyph 1174, char 0x2663 */ /* Y direction */ YAnchor(33) ResYDist(33,6) YInterpolate(6,35,30,39,18,52,0,40,29,49,21,25,45,42,12,33) /* X direction */ Smooth() /* VTTTalk glyph 1175, char 0x2665 */ /* Y direction */ YAnchor(7) YShift(7,14) ResYDist(7,0) YInterpolate(0,10,7) /* X direction */ Smooth() /* VTTTalk glyph 1176, char 0x2666 */ /* Y direction */ YAnchor(2) ResYDist(2,0) /* X direction */ Smooth() /* VTTTalk glyph 1177, char 0x2713 */ /* Y direction */ ResYAnchor(0,8) ResYAnchor(6,2) YIPAnchor(0,2,6) YInterpolate(0,4,2) /* X direction */ Smooth() /* VTTTalk glyph 1257, char 0x2767 */ /* GUI generated Tue Feb 2 09:25:29 2021 */ /* Y direction */ YAnchor(66) YShift(66,11) ResYDist(66,59) ResYDist(66,21) YInterpolate(21,54,50,53,32,33,0,1,28,39,57,68,62,63,66) /* X direction */ Smooth() /* VTTTalk glyph 1258, char 0x2406 */ /* GUI generated Tue Feb 2 09:42:03 2021 */ /* Y direction */ ResYAnchor(1,16) ResYDist(1,0) YShift(0,4) YInterpolate(1,5,10,11,4) ResYAnchor(24,18) YShift(24,28) ResYDist(24,25) YShift(25,18) YInterpolate(24,12,13,29,30,18) /* X direction */ Smooth() /* VTTTalk glyph 1259, char 0x2408 */ /* GUI generated Tue Feb 2 09:41:32 2021 */ /* Y direction */ ResYAnchor(19,16) YShift(19,34) ResYDist(19,18) YShift(18,0) YInterpolate(18,1,9,25,11,41,24,27,33,19) ResYAnchor(42,18) ResYDist(42,58) YInterpolate(58,63,65,56,68,69,53,52,49,72,47,42) /* X direction */ Smooth() /* VTTTalk glyph 1179, char 0x40 (@) */ /* Y direction */ ResYAnchor(6,3) ResYDist(6,17) ResYDist(6,0) ResYDist(0,22) YInterpolate(0,27,54,38,11,45,56,36,33,6) ResYDist(27,42) ResYDist(33,48) /* X direction */ Smooth() /* VTTTalk glyph 1180, char 0x26 (&) */ /* Y direction */ ResYAnchor(0,8) ResYAnchor(16,9) ResYDist(16,29) ResYAnchor(40,3) YShift(40,7) ResYDist(40,8) YShift(8,39) YIPAnchor(16,32,36,40) YInterpolate(16,23,22,32) /* X direction */ Smooth() /* VTTTalk glyph 1181, char 0xb6 */ /* Y direction */ ResYAnchor(7,8) ResYAnchor(17,2) YShift(17,6) YShift(17,13) YInterpolate(17,0,7) ResYDist(17,18) YInterpolate(18,9,17) /* X direction */ Smooth() /* VTTTalk glyph 1182, char 0xa7 */ /* Y direction */ YAnchor(38) ResYDist(38,44) ResYDist(38,10) ResYDist(10,17) YInterpolate(10,59,65,38) ResYDist(59,24) YInterpolate(24,4,3,59) ResYDist(65,51) YInterpolate(65,30,31,51) /* X direction */ Smooth() /* VTTTalk glyph 1183, char 0xa9 */ /* Y direction */ YAnchor(6) ResYDist(6,43) ResYDist(6,0) ResYDist(0,37) YInterpolate(0,12,22,21,18,6) ResYDist(12,30) ResYDist(18,24) /* X direction */ Smooth() /* VTTTalk glyph 1184, char 0xae */ /* Y direction */ YAnchor(6) ResYDist(6,0) ResYDist(0,20) ResYDist(6,26) YInterpolate(20,12,32,17,18,33,41,13,26) YShift(12,16) YShift(13,43) /* X direction */ Smooth() /* VTTTalk glyph 1185, char 0x2117 */ /* Y direction */ YAnchor(6) ResYDist(6,22) ResYDist(6,0) ResYDist(0,16) YInterpolate(0,12,28,29,37,13,6) YShift(13,39) /* X direction */ Smooth() /* VTTTalk glyph 1186, char 0x2122 */ /* Y direction */ YAnchor(5,2) ResYDist(5,0) YShift(0,16) YShift(16,28) YInterpolate(28,15,20,25,9,5) YShift(5,1) YShift(1,17) YShift(17,24) YShift(24,11) YShift(11,30) ResYDist(5,4) YShift(4,22) YShift(22,13) /* X direction */ Smooth() /* VTTTalk glyph 1187, char 0x2105 */ /* Y direction */ ResYAnchor(4,9) ResYDist(4,16) ResYDist(4,10) ResYDist(10,22) ResYAnchor(34,3) ResYDist(34,41) YInterpolate(4,0,1,3,2,34) ResYDist(34,28) ResYDist(28,47) /* X direction */ Smooth() /* VTTTalk glyph 1188, char 0xb0 */ /* Y direction */ ResYAnchor(6,3) ResYDist(6,18) ResYDist(6,0) ResYDist(0,12) /* X direction */ Smooth() /* VTTTalk glyph 1189, char 0x2032 */ /* Y direction */ ResYAnchor(1,2) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 1190, char 0x2033 */ /* Y direction */ ResYAnchor(5,2) YShift(5,2) ResYDist(5,0) YShift(0,7) /* X direction */ Smooth() /* VTTTalk glyph 1191, char 0x7c (|) */ /* Y direction */ ResYAnchor(1,149) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 1192, char 0xa6 */ /* Y direction */ ResYAnchor(1,149) ResYDist(1,4) ResYDist(1,0) ResYDist(0,5) /* X direction */ Smooth() /* VTTTalk glyph 1193, char 0x2020 */ /* Y direction */ ResYAnchor(1,3) ResYDist(1,0) YIPAnchor(1,5,0) ResYDist(5,4) /* X direction */ Smooth() /* VTTTalk glyph 1194, char 0x2113 */ /* Y direction */ ResYAnchor(0,9) ResYDist(0,28) ResYAnchor(7,3) ResYDist(7,21) YInterpolate(7,15,0) ResYDist(15,14) /* X direction */ Smooth() /* VTTTalk glyph 1195, char 0x2021 */ /* Y direction */ ResYAnchor(21,3) ResYDist(21,6) YIPAnchor(6,11,0,21) YInterpolate(6,8,19,11) YInterpolate(0,23,18,21) YShift(11,13) ResYDist(11,10) YShift(10,14) YShift(0,4) ResYDist(0,1) YShift(1,3) /* X direction */ Smooth() /* VTTTalk glyph 1277, char 0x212e */ /* GUI generated Tue Feb 2 09:32:00 2021 */ /* Y direction */ ResYAnchor(0,19) ResYDist(0,8) YInterpolate(0,16,14,20,19,13,23,25,30,28,8) /* X direction */ Smooth() /* VTTTalk glyph 1196, char 0x2116 */ /* Y direction */ ResYAnchor(15,8) ResYDist(15,14) ResYDist(14,0) ResYDist(0,20) ResYDist(0,6) ResYDist(6,26) ResYAnchor(17,2) ResYDist(17,16) YShift(16,32) YShift(32,43) YInterpolate(17,33,37,43) YShift(17,36) YShift(36,41) /* X direction */ Smooth() /* VTTTalk glyph 1279, char 0x2407 */ /* GUI generated Tue Feb 2 10:08:26 2021 */ /* Y direction */ ResYAnchor(19,16) YShift(19,34) ResYDist(19,18) YShift(18,0) YInterpolate(18,1,9,25,11,41,24,27,33,19) ResYAnchor(49,18) ResYDist(49,43) YShift(49,45) ResYDist(49,48) /* X direction */ Smooth() /* VTTTalk glyph 1295, char 0x2423 */ /* GUI generated Tue Feb 2 09:42:52 2021 */ /* Y direction */ ResYAnchor(9,19) YShift(9,5) ResYDist(9,1) ResYDist(1,0) YInterpolate(0,11,4,1) /* X direction */ Smooth() /* VTTTalk glyph 1296, char 0x2422 */ /* GUI generated Tue Feb 2 09:52:49 2021 */ /* Y direction */ ResYAnchor(4,11) ResYDist(4,11) YInterpolate(4,7,29,32,11) ResYAnchor(23,7) ResYDist(23,17) YDist(23,3,>=3/2) YShift(3,0) ResYDist(3,2) YShift(2,1) YInterpolate(23,21,19,11) ResYAnchor(30,0) /* X direction */ Smooth() /* VTTTalk glyph 1298, char 0x2418 */ /* GUI generated Tue Feb 2 09:53:39 2021 */ /* Y direction */ ResYAnchor(5,16) ResYDist(5,12) ResYDist(5,0) ResYDist(0,17) ResYAnchor(31,18) YShift(31,23) YShift(31,35) ResYDist(31,32) YShift(32,26) YShift(32,36) YInterpolate(31,28,25,36) /* X direction */ Smooth() /* VTTTalk glyph 1299, char 0x240d */ /* GUI generated Tue Feb 2 09:54:46 2021 */ /* Y direction */ ResYAnchor(5,16) ResYDist(5,12) ResYDist(5,0) ResYDist(0,17) ResYAnchor(41,18) ResYDist(41,42) YShift(42,33) YShift(41,45) YInterpolate(45,23,46,24,32,42) /* X direction */ Smooth() /* VTTTalk glyph 1300, char 0x2410 */ /* GUI generated Tue Feb 2 09:55:34 2021 */ /* Y direction */ ResYAnchor(19,16) YShift(19,10) ResYDist(19,18) YShift(18,0) YInterpolate(18,1,9,19) ResYAnchor(29,18) ResYDist(29,23) YShift(29,25) ResYDist(29,28) /* X direction */ Smooth() /* VTTTalk glyph 1301, char 0x2421 */ /* GUI generated Tue Feb 2 09:56:47 2021 */ /* Y direction */ ResYAnchor(19,16) YShift(19,10) ResYDist(19,18) YShift(18,0) YInterpolate(18,1,9,19) ResYAnchor(22,18) ResYDist(22,23) ResYDist(23,26) YShift(23,27) /* X direction */ Smooth() /* VTTTalk glyph 1302, char 0x2425 */ /* GUI generated Tue Feb 2 09:57:38 2021 */ /* Y direction */ YAnchor(10) ResYDist(10,4) YInterpolate(4,5,0,1,7,8,6,9,3,2,11,10) /* X direction */ Smooth() /* VTTTalk glyph 1303, char 0x2414 */ /* GUI generated Tue Feb 2 09:59:54 2021 */ /* Y direction */ ResYAnchor(19,16) YShift(19,10) ResYDist(19,18) YShift(18,0) YInterpolate(18,1,9,19) ResYAnchor(37,18) ResYDist(37,33) YShift(33,29) YShift(29,25) ResYDist(37,36) YInterpolate(37,32,24,36) YShift(32,28) /* X direction */ Smooth() /* VTTTalk glyph 1304, char 0x2411 */ /* GUI generated Tue Feb 2 10:01:27 2021 */ /* Y direction */ ResYAnchor(19,16) YShift(19,10) ResYDist(19,18) YShift(18,0) YInterpolate(18,1,9,19) ResYAnchor(33,18) YShift(33,29) ResYDist(33,24) YShift(24,36) ResYDist(24,37) ResYDist(33,32) YShift(32,28) /* X direction */ Smooth() /* VTTTalk glyph 1305, char 0x2413 */ /* GUI generated Tue Feb 2 10:14:26 2021 */ /* Y direction */ ResYAnchor(19,16) YShift(19,10) ResYDist(19,18) YShift(18,0) YInterpolate(18,1,9,19) ResYAnchor(22,18) ResYDist(22,58) YInterpolate(22,29,36,44,65,38,64,37,45,51,58) /* X direction */ Smooth() /* VTTTalk glyph 1306, char 0x2412 */ /* GUI generated Tue Feb 2 10:05:53 2021 */ /* Y direction */ ResYAnchor(19,16) YShift(19,10) ResYDist(19,18) YShift(18,0) YInterpolate(18,1,9,19) ResYAnchor(45,18) YShift(45,41) ResYDist(45,34) YInterpolate(45,44,40,23,28,34) /* X direction */ Smooth() /* VTTTalk glyph 1307, char 0x2419 */ /* GUI generated Tue Feb 2 10:13:07 2021 */ /* Y direction */ ResYAnchor(2,16) YShift(2,14) ResYDist(2,3) YShift(3,7) YIPAnchor(3,6,15,2) YInterpolate(6,11,10,15) ResYAnchor(24,18) ResYDist(24,25) YShift(25,32) YShift(32,19) YShift(19,38) YShift(24,36) YInterpolate(36,23,28,33,17,22,30,25) /* X direction */ Smooth() /* VTTTalk glyph 1308, char 0x2403 */ /* GUI generated Tue Feb 2 10:13:57 2021 */ /* Y direction */ ResYAnchor(2,16) YShift(2,14) ResYDist(2,3) YShift(3,7) YIPAnchor(3,6,15,2) YInterpolate(6,11,10,15) ResYAnchor(22,18) YShift(22,21) ResYDist(22,18) YShift(18,25) YInterpolate(22,17,26,23,20,18) /* X direction */ Smooth() /* VTTTalk glyph 1309, char 0x2417 */ /* GUI generated Tue Feb 2 10:42:46 2021 */ /* Y direction */ ResYAnchor(2,16) YShift(2,14) ResYDist(2,3) YShift(3,7) YIPAnchor(3,6,15,2) YInterpolate(6,11,10,15) ResYAnchor(34,18) YShift(34,16) ResYDist(34,35) YShift(35,50) YInterpolate(34,17,24,41,27,57,40,44,49,35) /* X direction */ Smooth() /* VTTTalk glyph 1310, char 0x2404 */ /* GUI generated Tue Feb 2 10:46:03 2021 */ /* Y direction */ ResYAnchor(2,16) YShift(2,14) ResYDist(2,3) YShift(3,7) YIPAnchor(3,6,15,2) YInterpolate(6,11,10,15) ResYAnchor(19,18) ResYDist(19,18) YShift(18,22) ResYDist(18,23) /* X direction */ Smooth() /* VTTTalk glyph 1311, char 0x2405 */ /* GUI generated Tue Feb 2 10:47:18 2021 */ /* Y direction */ ResYAnchor(2,16) YShift(2,14) ResYDist(2,3) YShift(3,7) YIPAnchor(3,6,15,2) YInterpolate(6,11,10,15) ResYAnchor(28,18) ResYDist(28,25) ResYDist(25,16) ResYDist(28,32) ResYDist(32,40) ResYDist(28,36) YInterpolate(28,21,36) /* X direction */ Smooth() /* VTTTalk glyph 1312, char 0x241b */ /* GUI generated Tue Feb 2 10:48:51 2021 */ /* Y direction */ ResYAnchor(2,16) YShift(2,14) ResYDist(2,3) YShift(3,7) YIPAnchor(3,6,15,2) YInterpolate(6,11,10,15) ResYAnchor(16,18) ResYDist(16,33) ResYDist(16,21) ResYDist(21,28) /* X direction */ Smooth() /* VTTTalk glyph 1313, char 0x241c */ /* GUI generated Tue Feb 2 11:15:00 2021 */ /* Y direction */ ResYAnchor(2,16) YShift(2,10) ResYDist(2,3) YInterpolate(3,7,6,11,2) ResYAnchor(12,18) ResYDist(12,28) YInterpolate(12,17,19,42,22,23,39,38,26,35,33,28) /* X direction */ Smooth() /* VTTTalk glyph 1314, char 0x240c */ /* GUI generated Tue Feb 2 11:14:53 2021 */ /* Y direction */ ResYAnchor(2,16) ResYDist(2,3) YShift(2,10) YInterpolate(3,7,6,11,10) ResYAnchor(15,18) ResYDist(15,14) YShift(14,22) YInterpolate(15,19,18,23,22) /* X direction */ Smooth() /* VTTTalk glyph 1315, char 0x241d */ /* GUI generated Tue Feb 2 11:16:14 2021 */ /* Y direction */ ResYAnchor(6,16) ResYDist(6,0) YInterpolate(0,29,23,19,30,31,13,6) YShift(31,27) ResYAnchor(34,18) ResYDist(34,50) YInterpolate(34,39,41,64,44,45,61,60,48,57,55,50) /* X direction */ Smooth() /* VTTTalk glyph 1317, char 0x2409 */ /* GUI generated Tue Feb 2 11:16:55 2021 */ /* Y direction */ ResYAnchor(6,16) YShift(6,1) ResYDist(6,7) YShift(7,0) YInterpolate(7,8,9,6) ResYAnchor(12,18) ResYDist(12,13) ResYDist(13,16) YShift(13,17) /* X direction */ Smooth() /* VTTTalk glyph 1318, char 0x2302 */ /* GUI generated Tue Feb 2 11:21:14 2021 */ /* Y direction */ ResYAnchor(4,18) ResYDist(4,6) ResYDist(4,2) YInterpolate(4,9,7,1,3,8,2) /* X direction */ Smooth() /* VTTTalk glyph 1319, char 0x23ce */ /* GUI generated Tue Feb 2 11:18:26 2021 */ /* Y direction */ YAnchor(11) ResYDist(11,7) YShift(7,1) ResYDist(7,4) ResYDist(11,8) YShift(8,3) ResYDist(8,12) ResYDist(12,19) YInterpolate(8,13,18,17,14,11) ResYDist(11,15) ResYDist(15,16) /* X direction */ Smooth() /* VTTTalk glyph 1320, char 0x240a */ /* GUI generated Tue Feb 2 11:19:24 2021 */ /* Y direction */ ResYAnchor(1,16) ResYDist(1,7) YShift(7,3) ResYDist(7,6) ResYAnchor(8,18) ResYDist(8,10) YShift(10,18) YInterpolate(8,15,14,19,18) /* X direction */ Smooth() /* VTTTalk glyph 1323, char 0x2415 */ /* GUI generated Tue Feb 2 11:22:02 2021 */ /* Y direction */ ResYAnchor(9,16) YShift(9,3) ResYDist(9,8) YShift(8,0) YShift(0,12) YShift(9,13) YInterpolate(8,5,1,13) ResYAnchor(28,18) YShift(28,32) ResYDist(28,29) YShift(29,22) YInterpolate(28,16,17,33,34,29) /* X direction */ Smooth() /* VTTTalk glyph 1324, char 0x2424 */ /* GUI generated Tue Feb 2 11:26:22 2021 */ /* Y direction */ ResYAnchor(9,16) YShift(9,3) ResYDist(9,8) YShift(8,0) YShift(8,12) YShift(9,13) YInterpolate(8,5,1,13) ResYAnchor(23,18) ResYDist(23,18) YShift(23,19) ResYDist(23,22) /* X direction */ Smooth() /* VTTTalk glyph 1325, char 0x2400 */ /* GUI generated Tue Feb 2 11:26:49 2021 */ /* Y direction */ ResYAnchor(9,16) YShift(9,4) YShift(4,13) ResYDist(9,8) YShift(8,0) YShift(0,15) YInterpolate(8,5,1,13) ResYAnchor(16,18) ResYDist(16,25) ResYDist(16,29) YShift(29,21) /* X direction */ Smooth() /* VTTTalk glyph 1326, char 0x211e */ /* GUI generated Tue Feb 2 11:27:43 2021 */ /* Y direction */ ResYAnchor(4,18) ResYDist(4,8) YShift(8,0) ResYAnchor(5,16) ResYDist(5,21) YShift(5,22) YIPAnchor(4,9,12,5) ResYDist(12,13) YInterpolate(12,1,13) /* X direction */ Smooth() /* VTTTalk glyph 1327, char 0x241e */ /* GUI generated Tue Feb 2 11:29:14 2021 */ /* Y direction */ ResYAnchor(19,16) YShift(19,10) ResYDist(19,18) YShift(18,22) YInterpolate(22,0,23,1,9,19) ResYAnchor(26,18) ResYDist(26,42) YInterpolate(26,31,56,33,36,37,53,52,40,49,42) /* X direction */ Smooth() /* VTTTalk glyph 1328, char 0x240f */ /* GUI generated Tue Feb 2 11:29:55 2021 */ /* Y direction */ ResYAnchor(16,16) ResYDist(16,0) YInterpolate(0,5,30,7,10,11,27,26,14,23,21,16) ResYAnchor(32,18) YShift(32,36) ResYDist(32,37) ResYDist(32,33) ResYDist(33,40) YShift(33,41) /* X direction */ Smooth() /* VTTTalk glyph 1329, char 0x240e */ /* GUI generated Tue Feb 2 11:31:04 2021 */ /* Y direction */ ResYAnchor(16,16) ResYDist(16,0) YInterpolate(16,21,23,14,26,27,11,10,30,7,5,0) ResYAnchor(32,18) ResYDist(32,40) ResYDist(32,36) ResYDist(36,44) /* X direction */ Smooth() /* VTTTalk glyph 1330, char 0x2420 */ /* GUI generated Tue Feb 2 11:31:49 2021 */ /* Y direction */ ResYAnchor(16,16) ResYDist(16,0) YInterpolate(16,21,23,14,26,27,11,10,5,0) ResYAnchor(46,18) ResYDist(46,47) YShift(47,40) YIPAnchor(46,32,47) YInterpolate(32,33,39,47) /* X direction */ Smooth() /* VTTTalk glyph 1331, char 0x2401 */ /* GUI generated Tue Feb 2 11:32:36 2021 */ /* Y direction */ ResYAnchor(16,16) ResYDist(16,0) YInterpolate(0,5,30,7,10,11,27,26,14,23,21,16) YAnchor(36,18) YShift(36,32) ResYDist(36,37) YShift(37,33) YInterpolate(33,41,40,36) /* X direction */ Smooth() /* VTTTalk glyph 1332, char 0x2402 */ /* GUI generated Tue Feb 2 11:33:38 2021 */ /* Y direction */ ResYAnchor(16,16) ResYDist(16,0) YInterpolate(16,21,23,14,26,27,11,10,5,0) ResYAnchor(38,18) YShift(38,32) ResYDist(38,34) YShift(34,40) YInterpolate(38,33,42,36,39,34) /* X direction */ Smooth() /* VTTTalk glyph 1333, char 0x241a */ /* GUI generated Tue Feb 2 11:34:42 2021 */ /* Y direction */ ResYAnchor(16,16) ResYDist(16,0) YInterpolate(16,21,23,14,26,27,11,10,5,0) YAnchor(50,18) YShift(50,32) ResYDist(50,51) YShift(51,66) YInterpolate(50,33,40,57,43,73,56,60,65,51) /* X direction */ Smooth() /* VTTTalk glyph 1334, char 0x2426 */ /* GUI generated Tue Feb 2 11:35:19 2021 */ /* Y direction */ ResYAnchor(26,17) YShift(26,11) ResYDist(26,12) YShift(12,25) ResYAnchor(30,19) ResYDist(30,36) ResYDist(36,1) YInterpolate(26,22,8,15,5,18,1) /* X direction */ Smooth() /* VTTTalk glyph 1335, char 0x2416 */ /* GUI generated Tue Feb 2 11:37:51 2021 */ /* Y direction */ ResYAnchor(16,16) ResYDist(16,0) YInterpolate(0,5,30,7,10,11,27,26,14,23,21,16) ResYAnchor(40,18) ResYDist(40,33) YShift(33,37) YInterpolate(33,35,41,32,40) /* X direction */ Smooth() /* VTTTalk glyph 1339, char 0x241f */ /* GUI generated Tue Feb 2 11:38:27 2021 */ /* Y direction */ ResYAnchor(4,16) YShift(4,13) ResYDist(4,0) ResYDist(0,9) ResYAnchor(18,18) ResYDist(18,34) YInterpolate(18,23,25,48,28,29,45,44,32,41,39,34) /* X direction */ Smooth() /* VTTTalk glyph 1340, char 0x240b */ /* GUI generated Tue Feb 2 11:39:00 2021 */ /* Y direction */ ResYAnchor(1,16) ResYDist(1,0) YShift(1,5) YInterpolate(5,3,0) ResYAnchor(8,18) ResYDist(8,9) YShift(9,14) ResYDist(9,15) /* X direction */ Smooth() /* VTTTalk glyph 1350, char 0xffff */ /* GUI generated Tue Feb 2 11:39:52 2021 */ /* Y direction */ YAnchor(5) ResYDist(5,7) YInterpolate(7,3,2,5) /* X direction */ Smooth() /* VTTTalk glyph 1351, char 0xffff */ /* GUI generated Tue Feb 2 11:40:46 2021 */ /* Y direction */ YAnchor(1) ResYDist(1,0) YShift(1,7) ResYDist(1,4) ResYDist(4,8) ResYDist(8,15) YInterpolate(1,10,13,14,9,4) ResYDist(1,11) ResYDist(11,12) /* X direction */ Smooth() /* VTTTalk glyph 1352, char 0xffff */ /* GUI generated Tue Feb 2 11:44:45 2021 */ /* Y direction */ YAnchor(5) ResYDist(5,15) ResYDist(5,23) YShift(23,11) YShift(23,19) ResYDist(23,22) /* X direction */ Smooth() /* VTTTalk glyph 1353, char 0xffff */ /* GUI generated Tue Feb 2 11:46:08 2021 */ /* Y direction */ YAnchor(14) ResYDist(14,7) ResYDist(7,6) YShift(6,1) YShift(6,11) ResYDist(14,15) YShift(15,3) YShift(15,9) /* X direction */ Smooth() /* VTTTalk glyph 1354, char 0xffff */ /* GUI generated Tue Feb 2 11:47:05 2021 */ /* Y direction */ YAnchor(3) ResYDist(3,0) ResYDist(0,7) ResYDist(3,4) YInterpolate(7,6,8,1,2,9,5,4) /* X direction */ Smooth() /* VTTTalk glyph 1355, char 0xffff */ /* GUI generated Tue Feb 2 11:47:21 2021 */ /* Y direction */ YAnchor(5) ResYDist(5,6) ResYDist(6,10) ResYDist(5,11) YInterpolate(10,3,2,11) /* X direction */ Smooth() /* VTTTalk glyph 1356, char 0xffff */ /* GUI generated Tue Feb 2 11:47:38 2021 */ /* Y direction */ YAnchor(0) ResYDist(0,2) YInterpolate(2,4,11,0) /* X direction */ Smooth() /* VTTTalk glyph 1357, char 0xffff */ /* GUI generated Tue Feb 2 11:47:52 2021 */ /* Y direction */ YAnchor(1) ResYDist(1,3) ResYDist(3,6) YShift(3,7) /* X direction */ Smooth() /* VTTTalk glyph 1358, char 0xffff */ /* GUI generated Tue Feb 2 11:48:11 2021 */ /* Y direction */ YAnchor(1) ResYDist(1,3) YInterpolate(3,7,6,1) /* X direction */ Smooth() /* VTTTalk glyph 1359, char 0xffff */ /* GUI generated Tue Feb 2 11:48:36 2021 */ /* Y direction */ YAnchor(7) ResYDist(7,3) YInterpolate(7,6,1,0,4,5,2,3) /* X direction */ Smooth() /* VTTTalk glyph 1360, char 0xffff */ /* GUI generated Tue Feb 2 11:49:11 2021 */ /* Y direction */ YAnchor(9) ResYDist(9,15) ResYDist(9,10) ResYDist(10,14) YInterpolate(10,0,4,3,5,7,1,6,2,9) /* X direction */ Smooth() /* VTTTalk glyph 1361, char 0xffff */ /* GUI generated Tue Feb 2 11:49:33 2021 */ /* Y direction */ YAnchor(12) ResYDist(12,28) ResYDist(12,4) ResYDist(4,20) YInterpolate(4,3,2,12) /* X direction */ Smooth() /* VTTTalk glyph 1362, char 0xffff */ /* GUI generated Tue Feb 2 11:50:24 2021 */ /* Y direction */ YAnchor(17) YShift(17,2) YShift(17,5) ResYDist(17,8) YInterpolate(8,16,11,0,3,17) YDist(17,10,>=2) YShift(10,13) /* X direction */ Smooth() /* VTTTalk glyph 1363, char 0xffff */ /* GUI generated Tue Feb 2 11:51:53 2021 */ /* Y direction */ YAnchor(5) ResYDist(5,0) ResYDist(0,1) ResYDist(5,4) YInterpolate(1,2,8,7,6,11,3,4) /* X direction */ Smooth() /* VTTTalk glyph 1364, char 0xffff */ /* GUI generated Tue Feb 2 11:52:32 2021 */ /* Y direction */ YAnchor(2) ResYDist(2,3) YDist(2,7) ResYDist(7,6) YIPAnchor(6,8,3) YInterpolate(8,9,3) /* X direction */ Smooth() /* VTTTalk glyph 1365, char 0xffff */ /* GUI generated Tue Feb 2 11:53:19 2021 */ /* Y direction */ YAnchor(9) ResYDist(9,11) YInterpolate(11,8,6,1,9) YShift(1,0) ResYDist(1,2) YShift(2,3) /* X direction */ Smooth() /* VTTTalk glyph 1366, char 0xffff */ /* GUI generated Tue Feb 2 11:53:45 2021 */ /* Y direction */ YAnchor(20) ResYDist(20,12) ResYDist(12,28) ResYDist(20,36) YInterpolate(28,0,6,36) /* X direction */ Smooth() /* VTTTalk glyph 1367, char 0xffff */ /* GUI generated Tue Feb 2 11:54:21 2021 */ /* Y direction */ YAnchor(16) ResYDist(16,32) ResYDist(16,8) ResYDist(8,24) YInterpolate(8,0,4,5,3,7,1,6,2,16) /* X direction */ Smooth() /* VTTTalk glyph 1368, char 0xffff */ /* GUI generated Tue Feb 2 11:54:33 2021 */ /* Y direction */ YAnchor(3) ResYDist(3,2) ResYDist(3,6) YShift(3,7) /* X direction */ Smooth() /* VTTTalk glyph 1369, char 0xffff */ /* GUI generated Tue Feb 2 11:54:52 2021 */ /* Y direction */ YAnchor(5) ResYDist(5,4) YShift(4,0) ResYDist(4,1) /* X direction */ Smooth() /* VTTTalk glyph 1370, char 0xffff */ /* GUI generated Tue Feb 2 11:55:15 2021 */ /* Y direction */ YAnchor(24) YShift(24,11) ResYDist(24,12) YShift(12,23) ResYDist(24,27) ResYDist(27,33) ResYDist(33,1) YInterpolate(24,8,14,5,17,1) /* X direction */ Smooth() /* VTTTalk glyph 1371, char 0xffff */ /* GUI generated Tue Feb 2 11:56:22 2021 */ /* Y direction */ YAnchor(18) YShift(18,2) YShift(18,11) ResYDist(18,19) ResYDist(18,9) YShift(9,3) YShift(9,7) YShift(9,13) ResYDist(9,14) YShift(14,6) /* X direction */ Smooth() /* VTTTalk glyph 1372, char 0xffff */ /* GUI generated Tue Feb 2 11:56:51 2021 */ /* Y direction */ YAnchor(9) YShift(9,2) YShift(9,5) ResYDist(9,0) YInterpolate(0,8,3,9) /* X direction */ Smooth() /* VTTTalk glyph 1229, char 0xffff */ /* Y direction */ ResYAnchor(16,9) YShift(16,53) ResYDist(16,29) YShift(29,66) ResYAnchor(37,8) YShift(37,0) ResYAnchor(78,3) YShift(78,7) YShift(78,44) YShift(78,86) YIPAnchor(78,74,32,16) YInterpolate(32,22,23,16) YShift(74,82) YShift(32,69) YShift(22,59) YShift(23,60) ResYDist(78,45) YShift(45,77) YShift(77,8) YShift(77,85) /* X direction */ Smooth() /* VTTTalk glyph 1231, char 0xffff */ /* Y direction */ ResYAnchor(33,154) ResYDist(33,26) ResYDist(33,0) ResYDist(0,7) YInterpolate(0,44,33) ResYDist (44,45) YInterpolate(45,16,17,44) ResYAnchor(57,149) ResYDist(57,55) /* X direction */ Smooth() /* VTTTalk glyph 1232, char 0xffff */ /* Y direction */ ResYAnchor(2,153) YShift(2,9) ResYDist(2,11) ResYDist(2,3) YShift(3,4) ResYDist(3,6) ResYAnchor(13,149) ResYDist(13,15) /* X direction */ Smooth() ResYAnchor(11,149) YShift(11,15) ResYDist(11,10) YShift(10,14) ResYAnchor(2,151) ResYDist(2,3) YInterpolate(2,7,6,3) ResYDist(2,1) ResYDist(3,0) YInterpolate(1,8,5,4,0)ResYAnchor(2,151) ResYDist(2,3) YInterpolate(2,7,6,3) ResYDist(2,1) ResYDist(3,0) YInterpolate(1,8,5,4,0) ResYAnchor(12,149) ResYDist(12,11)ResYAnchor(2,151) ResYDist(2,3) YInterpolate(2,7,6,3) ResYDist(2,1) ResYDist(3,0) YInterpolate(1,8,5,4,0) /* VTTTalk glyph 1239, char 0xffff */ /* Y direction */ ResYAnchor(6,151) ResYDist(6,4) ResYDist(4,5) ResYDist(6,7) ResYDist(7,1) ResYDist(1,0) YInterpolate(7,2,3,6) ResYAnchor(8,9) ResYDist(8,15) YDist(8,45,>=1.5) ResYAnchor(28,3) ResYDist(28,29) YDist(28,43,>=1.5) YInterpolate(8,18,39,21,22,36,35,25,32,28) /* X direction */ Smooth() /* VTTTalk glyph 1241, char 0xffff */ /* Y direction */ YAnchor(22,147) YShift(22,2) YShift(2,30) YShift(30,6) YShift(6,14) ResYDist(22,17) YShift(17,25) YShift(25,9) ResYDist(22,23) YShift(23,3) YShift(3,31) YShift(31,7) YShift(7,15) ResYDist(23,16) YShift(16,24) YShift(24,8) /* X direction */ Smooth() /* VTTTalk glyph 1245, char 0xffff */ /* Y direction */ YAnchor(2,148) YShift(2,10) ResYDist(2,3) YShift(3,11) YDist(2,14) ResYDist(14,15) YShift(15,7) YShift(14,6) /* X direction */ Smooth() /* VTTTalk glyph 1246, char 0xffff */ /* Y direction */ YAnchor(9,147) YDist(9,1) ResYDist(1,0) ResYDist(9,8) YDist(9,5) ResYDist(5,4) /* X direction */ Smooth() /* VTTTalk glyph 1255, char 0xffff */ /* Y direction */ YAnchor(6) ResYDist(6,4) ResYDist(4,5) ResYDist(6,7) ResYDist(7,1) ResYDist(1,0) ResYDist(0,9) ResYDist(9,8) YInterpolate(6,3,2,7) /* X direction */ Smooth() /* VTTTalk glyph 1257, char 0xffff */ /* Y direction */ ResYAnchor(6,151) YShift(6,14) ResYDist(6,4) ResYDist(4,5) ResYDist(6,7) YShift(7,15) ResYDist(7,1) ResYDist(1,0) YShift(5,13) YShift(4,12) YShift(1,9) YShift(0,8) YInterpolate(6,3,2,11,10,7) /* X direction */ Smooth() /* VTTTalk glyph 1409, char 0xffff */ /* GUI generated Tue Feb 2 12:15:09 2021 */ /* Y direction */ YAnchor(2,147) YShift(2,5) ResYDist(2,3) YShift(3,4) ResYDist(3,8) ResYDist(8,15) YInterpolate(3,9,14,13,10,2) ResYDist(2,11) ResYDist(11,12) YAnchor(17,16) YAnchor(20,19) ResYDist(20,26) ResYDist(26,16) /* X direction */ Smooth() ResYAnchor(2,151) ResYDist(2,1) YInterpolate(2,8,7,1) ResYDist(2,3) ResYDist(1,0) YInterpolate(0,4,9,5,6,3) ResYAnchor(2,151) ResYDist(2,1) YInterpolate(2,8,7,1) ResYDist(2,3) ResYDist(1,0) YInterpolate(0,4,9,5,6,3) ResYAnchor(11,149) ResYDist(11,10)ResYAnchor(2,151) ResYDist(2,1) YInterpolate(2,8,7,1) ResYDist(2,3) ResYDist(1,0) YInterpolate(0,4,9,5,6,3) ResYAnchor(11,149) ResYDist(11,10) YShift(11,15) YShift(10,14)/* VTTTalk glyph 1273, char 0xffff */ /* Y direction */ ResYAnchor(2,151) ResYDist(2,1) YInterpolate(2,5,6,1) ResYDist(1,7) ResYDist(7,0) ResYDist(2,4) ResYDist(4,3) ResYAnchor(8,9) ResYDist(8,9) YDist(8,42,>=3/2) ResYAnchor(22,3) ResYDist(22,29) YDist(22,43,>=3/2) YInterpolate(22,25,26,32,19,35,36,16,15,39,12,8) /* X direction */ Smooth() /* VTTTalk glyph 1274, char 0xffff */ /* Y direction */ ResYAnchor(8,9) ResYDist(8,9) YDist(8,36,>=3/2) ResYAnchor(22,3) ResYDist(22,23) YDist(22,37,>=3/2) YInterpolate(8,12,33,15,16,30,29,19,26,22) ResYAnchor(46,151) YShift(46,2) ResYDist(2,4) ResYDist(4,3) ResYDist(46,44) ResYDist(44,45) ResYDist(46,47) YShift(47,1) YInterpolate(1,6,5,2) ResYDist(1,7) ResYDist(7,0) ResYDist(47,41) ResYDist(41,40) YInterpolate(47,42,43,46) /* X direction */ Smooth() /* VTTTalk glyph 1277, char 0xffff */ /* Y direction */ YAnchor(2) ResYDist(2,1) ResYDist(1,7) ResYDist(7,0) ResYDist(0,10) ResYDist(10,11) ResYDist(2,4) ResYDist(4,3) YInterpolate(2,5,6,1) /* X direction */ Smooth() /* VTTTalk glyph 1283, char 0xffff */ /* Y direction */ ResYAnchor(2,151) ResYDist(2,1) ResYDist(1,7) ResYDist(7,0) ResYDist(2,4) ResYDist(4,3) YShift(3,11) YShift(4,12) YShift(7,15) YShift(0,8) YShift(2,10) YShift(1,9) YInterpolate(2,5,6,13,14,1) /* X direction */ Smooth() /* VTTTalk glyph 1430, char 0xffff */ /* GUI generated Tue Feb 2 12:27:44 2021 */ /* Y direction */ YAnchor(16,147) ResYDist(16,15) ResYDist(15,38) ResYDist(38,45) ResYDist(16,41) ResYDist(41,42) YInterpolate(38,0,11,39,6,31,44,43,20,40,25,34,41) /* X direction */ Smooth() /* VTTTalk glyph 1432, char 0xffff */ /* GUI generated Tue Feb 2 12:28:14 2021 */ /* Y direction */ YAnchor(17,147) ResYDist(17,16) ResYDist(16,64) ResYDist(64,71) ResYDist(17,67) ResYDist(67,68) YInterpolate(64,0,52,11,65,6,58,45,33,70,69,66,22,27,39,48,67) /* X direction */ Smooth() /* VTTTalk glyph 1290, char 0xffff */ /* Y direction */ ResYAnchor(2,151) ResYDist(2,1) YInterpolate(1,6,5,2) ResYDist(1,7) ResYDist(7,0) ResYDist(2,4) ResYDist(4,3) ResYAnchor(9,152) ResYDist(9,11) /* X direction */ Smooth() /* VTTTalk glyph 1291, char 0xffff */ /* Y direction */ ResYAnchor(6,151) YShift(6,10) ResYDist(6,7) YShift(7,9) ResYAnchor(17,152) ResYDist(17,19) YInterpolate(6,3,2,13,14,7) ResYDist(6,4) ResYDist(4,5) ResYDist(7,1) ResYDist(1,0) ResYDist(10,12) ResYDist(12,11) ResYDist(9,15) ResYDist(15,8) /* X direction */ Smooth() /* VTTTalk glyph 1292, char 0xffff */ /* Y direction */ YAnchor(32,147) YShift(32,15) ResYDist(32,4) ResYDist(4,25) ResYDist(4,10) ResYDist(10,19) ResYDist(32,33) ResYDist(33,29) /* X direction */ Smooth() /* VTTTalk glyph 1293, char 0xffff */ /* Y direction */ ResYAnchor(17,3 ) ResYDist(17,27) ResYDist(17,45) ResYDist(45,54) YIPAnchor(27,44,54) YInterpolate(27,65,68,10,40,77,51,23,44) YInterpolate(44,48,71,86,59,54) ResYDist(65,80) ResYDist(10,34) ResYDist(40,4) ResYDist(59,74) /* X direction */ Smooth() /* VTTTalk glyph 1438, char 0xffff */ /* GUI generated Tue Feb 2 12:29:29 2021 */ /* Y direction */ YAnchor(18,147) ResYDist(18,19) ResYDist(19,38) ResYDist(38,39) ResYDist(18,43) ResYDist(43,42) YInterpolate(38,37,28,45,23,40,41,34,9,44,14,3,43) /* X direction */ Smooth() /* VTTTalk glyph 1296, char 0xffff */ /* Y direction */ YAnchor(25) ResYDist(25,53) YInterpolate(53,50,10,36,22,25) ResYDist(50,4) ResYDist(10,44) ResYDist(36,16) ResYDist(22,30) /* X direction */ Smooth() /* VTTTalk glyph 1440, char 0xffff */ /* GUI generated Tue Feb 2 12:32:06 2021 */ /* Y direction */ YAnchor(16,16) ResYDist(16,17) ResYDist(17,64) ResYDist(64,65) ResYDist(16,69) ResYDist(69,68) YInterpolate(64,48,39,27,22,71,33,45,58,6,70,11,52,0,69) /* X direction */ Smooth() /* VTTTalk glyph 1298, char 0xffff */ /* Y direction */ ResYAnchor(1,2) YAnchor(14,148) YDist(14,10) ResYDist(10,11) YIPAnchor(1,7,11) YInterpolate(1,6,7) ResYDist(14,15) YShift(15,3) /* X direction */ Smooth() /* VTTTalk glyph 1299, char 0xffff */ /* Y direction */ ResYAnchor(4,9) YShift(4,52) ResYDist(4,10) YShift(10,58) ResYDist(10,22) YShift(22,70) ResYDist(4,16) YShift(16,64) ResYAnchor(34,3) YShift(34,86) YInterpolate(4,76,0,77,1,79,78,3,2,34) ResYDist(34,28) YShift(28,80) ResYDist(28,40) YShift(40,92) ResYDist(34,46) YShift(46,98) /* X direction */ Smooth() /* VTTTalk glyph 1443, char 0xffff */ /* GUI generated Tue Feb 2 12:33:57 2021 */ /* Y direction */ ResYAnchor(2,149) ResYAnchor(6,18) ResYDist(6,7) YInterpolate(7,3,6) /* X direction */ Smooth() /* VTTTalk glyph 1444, char 0xffff */ /* GUI generated Tue Feb 2 12:35:21 2021 */ /* Y direction */ YAnchor(9,148) YShift(9,13) YDist(9,5) YShift(5,1) ResYDist(5,4) YShift(4,0) ResYDist(9,8) YShift(8,12) YAnchor(21,149) YShift(21,17) ResYDist(21,20) YShift(20,16) /* X direction */ Smooth() /* VTTTalk glyph 1446, char 0xffff */ /* GUI generated Tue Feb 2 12:36:07 2021 */ /* Y direction */ YAnchor(5,148) ResYDist(5,4) YDist(5,1) ResYDist(1,0) YAnchor(13,149) YShift(13,9) ResYDist(13,15) YShift(15,8) /* X direction */ Smooth() /* VTTTalk glyph 1447, char 0xffff */ /* GUI generated Tue Feb 2 12:36:56 2021 */ /* Y direction */ YAnchor(6,148) ResYDist(6,7) YDist(6,2) ResYDist(2,3) ResYAnchor(9,149) YShift(9,13) ResYDist(9,11) YShift(11,15) /* X direction */ Smooth() /* VTTTalk glyph 1448, char 0xffff */ /* GUI generated Tue Feb 2 12:37:38 2021 */ /* Y direction */ YAnchor(5,147) YShift(5,1) ResYDist(5,4) YShift(4,0) ResYAnchor(13,149) YShift(13,9) ResYDist(13,15) YShift(15,8) /* X direction */ Smooth() /* VTTTalk glyph 1450, char 0xffff */ /* GUI generated Tue Feb 2 12:37:55 2021 */ /* Y direction */ YAnchor(1,147) ResYDist(1,0) ResYAnchor(9,149) YShift(9,5) ResYDist(9,11) YShift(11,7) /* X direction */ Smooth() /* VTTTalk glyph 1451, char 0xffff */ /* GUI generated Tue Feb 2 12:38:46 2021 */ /* Y direction */ YAnchor(1,147) ResYDist(1,3) ResYAnchor(9,149) YShift(9,5) ResYDist(9,11) YShift(11,7) /* X direction */ Smooth() /* VTTTalk glyph 1452, char 0xffff */ /* GUI generated Tue Feb 2 12:38:57 2021 */ /* Y direction */ YAnchor(1,148) ResYDist(1,0) YDist(1,5) ResYDist(5,4) ResYAnchor(9,149) ResYDist(9,11) /* X direction */ Smooth() /* VTTTalk glyph 1452, char 0xffff */ /* GUI generated Tue Feb 2 12:38:57 2021 */ /* Y direction */ YAnchor(1,148) ResYDist(1,0) YDist(1,5) ResYDist(5,4) ResYAnchor(9,149) ResYDist(9,11) /* X direction */ Smooth() /* VTTTalk glyph 1454, char 0xffff */ /* GUI generated Tue Feb 2 12:39:46 2021 */ /* Y direction */ YAnchor(1,147) ResYDist(1,0) ResYAnchor(5,149) ResYDist(5,7) /* X direction */ Smooth() /* VTTTalk glyph 1454, char 0xffff */ /* GUI generated Tue Feb 2 12:39:46 2021 */ /* Y direction */ YAnchor(1,147) ResYDist(1,0) ResYAnchor(5,149) ResYDist(5,7) /* X direction */ Smooth() /* VTTTalk glyph 839, char 0x3d (=) */ /* Y direction */ YAnchor(1,148) ResYDist(1,0) YDist(1,5) ResYDist(5,4) /* X direction */ Smooth() /* VTTTalk glyph 839, char 0x3d (=) */ /* Y direction */ YAnchor(1,148) ResYDist(1,0) YDist(1,5) ResYDist(5,4) /* X direction */ Smooth() /* VTTTalk glyph 839, char 0x3d (=) */ /* Y direction */ YAnchor(1,148) ResYDist(1,0) YDist(1,5) ResYDist(5,4) /* X direction */ Smooth() /* VTTTalk glyph 1426, char 0xffff */ /* GUI generated Mon Feb 8 13:34:05 2021 */ /* Y direction */ ResYAnchor(9,148) YShift(9,22) YDist(9,5) ResYDist(5,4) YShift(4,15) ResYDist(4,24) YShift(24,0) ResYDist(24,25) YShift(25,1) YShift(5,14) YShift(14,3) ResYDist(9,8) YShift(8,23) YShift(23,19) ResYDist(9,29) YShift(29,18) ResYDist(29,28) YShift(28,17) YInterpolate(8,30,31,27,26,5) /* X direction */ Smooth() /* VTTTalk glyph 1460, char 0xffff */ /* GUI generated Tue Feb 2 12:53:05 2021 */ /* Y direction */ YAnchor(9,148) ResYDist(9,5) ResYDist(5,4) ResYDist(9,8) YDist(9,13) YInterpolate(13,7,2,3,6,8) ResYDist(13,12) ResYDist(12,0) ResYDist(0,1) /* X direction */ Smooth() /* VTTTalk glyph 1461, char 0xffff */ /* GUI generated Tue Feb 2 12:56:08 2021 */ /* Y direction */ YAnchor(5,148) YDist(5,1) ResYDist(1,0) ResYDist(0,8) YShift(8,16) ResYDist(8,9) YShift(9,17) ResYDist(5,4) YInterpolate(1,15,23,18,10,11,19,22,14,4) ResYDist(5,13) YShift(13,21) ResYDist(13,12) YShift(12,20) /* X direction */ Smooth() /* VTTTalk glyph 1429, char 0xffff */ /* GUI generated Mon Feb 8 13:38:00 2021 */ /* Y direction */ ResYAnchor(14,148) YDist(14,2) YShift(2,6) ResYDist(2,3) ResYDist(3,4) YShift(4,16) ResYDist(4,5) YShift(5,17) ResYDist(14,10) YShift(10,21) ResYDist(10,9) YShift(9,20) ResYDist(14,15) YShift(15,12) YInterpolate(15,22,19,18,2) YInterpolate(18,23,23,18) /* X direction */ Smooth() /* VTTTalk glyph 1430, char 0xffff */ /* GUI generated Mon Feb 8 13:39:58 2021 */ /* Y direction */ ResYAnchor(14,148) YDist(14,6) YShift(6,2) ResYDist(6,7) ResYDist(7,0) ResYDist(0,1) ResYDist(14,10) ResYDist(10,9) ResYDist(14,15) YShift(15,8) /* X direction */ Smooth() /* VTTTalk glyph 1464, char 0xffff */ /* GUI generated Tue Feb 2 13:01:45 2021 */ /* Y direction */ YAnchor(5,148) YDist(5,1) ResYDist(1,0) ResYDist(0,8) ResYDist(8,9) ResYDist(5,4) YInterpolate(1,15,10,11,14,4) ResYDist(5,13) ResYDist(13,12) /* X direction */ Smooth() /* VTTTalk glyph 1465, char 0xffff */ /* GUI generated Tue Feb 2 13:03:17 2021 */ /* Y direction */ YAnchor(1,147) YShift(1,6) ResYDist(1,0) YShift(0,7) ResYDist(0,8) YShift(8,16) ResYDist(8,9) YShift(9,17) YInterpolate(0,15,23,18,10,11,19,22,14,1) ResYDist(1,13) YShift(13,21) ResYDist(13,12) YShift(12,20) /* X direction */ Smooth() /* VTTTalk glyph 1466, char 0xffff */ /* GUI generated Tue Feb 2 13:09:21 2021 */ /* Y direction */ YAnchor(9,147) ResYDist(9,5) ResYDist(5,4) ResYDist(9,8) ResYDist(8,0) ResYDist(0,1) YInterpolate(8,7,2,3,6,9) /* X direction */ Smooth() /* VTTTalk glyph 1467, char 0xffff */ /* GUI generated Tue Feb 2 13:11:49 2021 */ /* Y direction */ YAnchor(1,147) ResYDist(1,0) ResYDist(0,4) YShift(4,12) ResYDist(4,5) YShift(5,13) YInterpolate(0,19,11,6,14,15,7,10,18,1) ResYDist(1,9) YShift(9,17) ResYDist(9,8) YShift(8,16) /* X direction */ Smooth() /* VTTTalk glyph 1468, char 0xffff */ /* GUI generated Tue Feb 2 13:14:51 2021 */ /* Y direction */ YAnchor(2,147) ResYDist(2,3) YInterpolate(3,11,19,6,14,15,7,18,10,2) ResYDist(3,12) YShift(12,4) ResYDist(12,13) YShift(13,5) ResYDist(2,17) YShift(17,9) ResYDist(17,16) YShift(16,8) /* X direction */ Smooth() /* VTTTalk glyph 1469, char 0xffff */ /* GUI generated Tue Feb 2 13:15:32 2021 */ /* Y direction */ YAnchor(2,147) ResYDist(2,3) ResYDist(3,4) ResYDist(4,5) YInterpolate(3,11,6,7,10,2) ResYDist(2,9) ResYDist(9,8) /* X direction */ Smooth() /* VTTTalk glyph 1470, char 0xffff */ /* GUI generated Tue Feb 2 13:18:23 2021 */ /* Y direction */ YAnchor(1,147) ResYDist(1,0) ResYDist(0,4) ResYDist(4,5) YInterpolate(0,11,6,7,10,1) ResYDist(1,9) ResYDist(9,8) /* X direction */ Smooth() /* VTTTalk glyph 1438, char 0xffff */ /* GUI generated Mon Feb 8 13:40:48 2021 */ /* Y direction */ ResYAnchor(1,148) ResYDist(1,0) ResYDist(1,5) YDist(5,4) ResYDist(4,20) ResYDist(20,23) ResYDist(1,17) ResYDist(17,18) YShift(0,19) YShift(5,22) YInterpolate(0,26,25,30,29,5) YShift(17,27) YShift(18,28) YShift(1,10) YShift(0,11) YShift(5,14) YShift(4,15) YShift(23,31) YShift(20,24) /* X direction */ Smooth() /* VTTTalk glyph 1472, char 0xffff */ /* GUI generated Tue Feb 2 13:20:36 2021 */ /* Y direction */ YAnchor(10,148) ResYDist(10,3) ResYDist(3,4) ResYDist(10,9) YDist(10,14) YInterpolate(14,1,6,5,2,9) ResYDist(14,13) ResYDist(13,0) ResYDist(0,7) /* X direction */ Smooth() /* VTTTalk glyph 1442, char 0xffff */ /* GUI generated Mon Feb 8 13:43:00 2021 */ /* Y direction */ ResYAnchor(5,148) ResYDist(5,4) YDist(5,1) ResYDist(1,0) ResYDist(5,13) ResYDist(13,14) ResYDist(0,8) ResYDist(8,11) YShift(4,15) YShift(1,10) YInterpolate(4,18,17,22,21,1) YShift(13,19) YShift(14,20) YShift(11,23) YShift(8,16) /* X direction */ Smooth() /* VTTTalk glyph 1474, char 0xffff */ /* GUI generated Tue Feb 2 13:23:57 2021 */ /* Y direction */ YAnchor(7,148) YDist(7,3) ResYDist(3,0) ResYDist(0,16) YShift(16,8) ResYDist(16,23) YShift(23,15) ResYDist(7,4) YInterpolate(3,9,17,22,14,21,13,10,18,4) ResYDist(7,19) YShift(19,11) ResYDist(19,20) YShift(20,12) /* X direction */ Smooth() /* VTTTalk glyph 1442, char 0xffff */ /* GUI generated Mon Feb 8 13:43:00 2021 */ /* Y direction */ ResYAnchor(5,148) ResYDist(5,4) YDist(5,1) ResYDist(1,0) ResYDist(5,13) ResYDist(13,14) ResYDist(0,8) ResYDist(8,11) YShift(4,15) YShift(1,10) /* X direction */ Smooth() /* VTTTalk glyph 1476, char 0xffff */ /* GUI generated Tue Feb 2 13:25:36 2021 */ /* Y direction */ YAnchor(7,148) YDist(7,3) ResYDist(3,0) ResYDist(0,8) ResYDist(8,15) ResYDist(7,4) YInterpolate(3,9,14,13,10,4) ResYDist(7,11) ResYDist(11,12) /* X direction */ Smooth() /* VTTTalk glyph 1477, char 0xffff */ /* GUI generated Tue Feb 2 13:27:02 2021 */ /* Y direction */ YAnchor(5,147) YShift(5,2) ResYDist(5,4) YShift(4,3) ResYDist(4,8) YShift(8,16) ResYDist(8,15) YShift(15,23) YInterpolate(4,9,17,22,14,13,21,18,10,5) ResYDist(5,11) YShift(11,19) ResYDist(11,12) YShift(12,20) /* X direction */ Smooth() /* VTTTalk glyph 1478, char 0xffff */ /* GUI generated Tue Feb 2 13:28:18 2021 */ /* Y direction */ YAnchor(10,147) ResYDist(10,3) ResYDist(3,4) ResYDist(10,9) ResYDist(9,0) ResYDist(0,7) YInterpolate(9,1,6,5,2,10) /* X direction */ Smooth() /* VTTTalk glyph 1479, char 0xffff */ /* GUI generated Tue Feb 2 13:29:08 2021 */ /* Y direction */ YAnchor(1,147) ResYDist(1,0) ResYDist(0,4) YShift(4,12) ResYDist(4,11) YShift(11,19) YInterpolate(0,13,5,18,10,9,17,6,14,1) ResYDist(1,7) YShift(7,15) ResYDist(7,8) YShift(8,16) /* X direction */ Smooth() /* VTTTalk glyph 1480, char 0xffff */ /* GUI generated Tue Feb 2 13:30:03 2021 */ /* Y direction */ YAnchor(2,147) ResYDist(2,3) YInterpolate(3,5,13,18,10,9,17,14,6,2) ResYDist(3,12) YShift(12,4) ResYDist(12,19) YShift(19,11) ResYDist(2,15) YShift(15,7) ResYDist(15,16) YShift(16,8) /* X direction */ Smooth() /* VTTTalk glyph 1481, char 0xffff */ /* GUI generated Tue Feb 2 13:30:32 2021 */ /* Y direction */ YAnchor(2,147) ResYDist(2,1) ResYDist(1,4) ResYDist(4,11) YInterpolate(1,5,10,9,6,2) ResYDist(2,7) ResYDist(7,8) /* X direction */ Smooth() /* VTTTalk glyph 1482, char 0xffff */ /* GUI generated Tue Feb 2 13:31:12 2021 */ /* Y direction */ YAnchor(3,147) ResYDist(3,0) ResYDist(0,4) ResYDist(4,11) YInterpolate(0,5,10,9,6,3) ResYDist(3,7) ResYDist(7,8) /* X direction */ Smooth() /* VTTTalk glyph 1300, char 0x266a */ /* Y direction */ ResYAnchor(12,9) ResYDist(12,18) YInterpolate(12,24,27,21,18) ResYAnchor(25,2) YShift(25,8) ResYDist(25,7) YInterpolate(25,1,0,12) /* X direction */ Smooth() /* VTTTalk glyph 1301, char 0x266b */ /* Y direction */ ResYAnchor(4,9) ResYDist(4,2) ResYDist(2,3) YInterpolate(3,33,18,1,34,2) YInterpolate(4,20,2) ResYDist(20,26) YInterpolate(20,35,29,26) ResYDist(4,10) YInterpolate(4,19,13,10) /* X direction */ Smooth() /* VTTTalk Unicode 0x2800 */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /*Auto-Hinting Light is not applied: Empty glyph or glyph with one point*/ /* VTTTalk glyph 1676, char 0x2d0 */ /* Y direction */ ResYAnchor(1,6) ResYAnchor(3,10) YInterpolate(3,4,0,1) /* X direction */ Smooth() /* VTTTalk glyph 1561, char 0x2bb */ /* Y direction */ YAnchor(0) ResYDist(0,1) /* X direction */ Smooth() /* VTTTalk glyph 1747, char 0x2c0 */ /* GUI generated Tue Feb 2 14:49:15 2021 */ /* Y direction */ ResYAnchor(0,146) ResYDist(0,11) YShift(11,26) YInterpolate(26,23,22,4,17,1,20,0) ResYDist(26,10) YShift(10,27) /* X direction */ Smooth() /* VTTTalk glyph 1563, char 0x308 */ /* Y direction */ YAnchor(0) YShift(0,12) ResYDist(0,6) YShift(6,18) /* X direction */ Smooth() /* VTTTalk glyph 1564, char 0x307 */ /* Y direction */ YAnchor(0) ResYDist(0,6) /* X direction */ Smooth() /* VTTTalk glyph 1565, char 0x300 */ /* Y direction */ YAnchor(0) ResYDist(0,1) /* X direction */ Smooth() /* VTTTalk glyph 1566, char 0x301 */ /* Y direction */ YAnchor(0) ResYDist(0,1) /* X direction */ Smooth() /* VTTTalk glyph 1567, char 0x30b */ /* Y direction */ YAnchor(0) YShift(0,4) ResYDist(0,1) YShift(1,5) /* X direction */ Smooth() /* VTTTalk glyph 1568, char 0x302 */ /* Y direction */ YAnchor(0) YShift(0,4) ResYDist(0,1) YInterpolate(0,5,1) /* X direction */ Smooth() /* VTTTalk glyph 1569, char 0x30c */ /* Y direction */ YAnchor(0) ResYDist(0,1) YShift(1,6) YInterpolate(0,3,6) /* X direction */ Smooth() /* VTTTalk glyph 1570, char 0x306 */ /* Y direction */ YAnchor(0) ResYDist(0,9) ResYDist(0,4) YShift(4,14) /* X direction */ Smooth() /* VTTTalk glyph 1571, char 0x30a */ /* Y direction */ YAnchor(0) ResYDist(0,12) ResYDist(0,6) ResYDist(6,16) /* X direction */ Smooth() /* VTTTalk glyph 1572, char 0x303 */ /* Y direction */ YAnchor(27) ResYDist(27,12) YInterpolate(27,23,9,12) ResYDist(23,3) ResYDist(9,17) /* X direction */ Smooth() /* VTTTalk glyph 1573, char 0x304 */ /* Y direction */ YAnchor(0) ResYDist(0,1) /* X direction */ Smooth() /* VTTTalk glyph 1574, char 0x309 */ /* Y direction */ YAnchor(0,16) ResYDist(0,10) YShift(10,24) ResYDist(10,9) YShift(9,25) /* X direction */ Smooth() /* VTTTalk glyph 1575, char 0x312 */ /* Y direction */ YAnchor(0) ResYDist(0,1) /* X direction */ Smooth() /* VTTTalk glyph 1678, char 0x313 */ /* Y direction */ YAnchor(0) ResYDist(0,2) /* X direction */ Smooth() /* VTTTalk glyph 1576, char 0x31b */ /* Y direction */ ResYAnchor(1,6) ResYDist(1,0) ResYDist(1,5) /* X direction */ Smooth() /* VTTTalk glyph 1577, char 0x323 */ /* Y direction */ YAnchor(6) ResYDist(6,0) /* X direction */ Smooth() /* VTTTalk glyph 1578, char 0x326 */ /* Y direction */ YAnchor(1) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 1579, char 0x327 */ /* Y direction */ ResYAnchor(9,8) ResYDist(9,10) ResYDist(10,7) ResYDist(7,1) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 1580, char 0x328 */ /* Y direction */ ResYAnchor(9,8) YShift(9,6) YShift(9,7) ResYDist(9,15) ResYDist(15,0) /* X direction */ Smooth() /* VTTTalk glyph 1681, char 0x331 */ /* Y direction */ YAnchor(1) ResYDist(1,0) /* X direction */ Smooth() /* VTTTalk glyph 1596, char 0xffff */ /* Y direction */ YAnchor(0) YShift(0,12) ResYDist(0,6) YShift(6,18) /* X direction */ Smooth() /* VTTTalk glyph 1597, char 0xffff */ /* Y direction */ YAnchor(0) ResYDist(0,6) /* X direction */ Smooth() /* VTTTalk glyph 1598, char 0xffff */ /* Y direction */ YAnchor(0) ResYDist(0,1) /* X direction */ Smooth() /* VTTTalk glyph 1599, char 0xffff */ /* Y direction */ YAnchor(0) ResYDist(0,1) /* X direction */ Smooth() /* VTTTalk glyph 1600, char 0xffff */ /* Y direction */ YAnchor(0) YShift(0,4) ResYDist(0,1) YShift(1,5) /* X direction */ Smooth() /* VTTTalk glyph 1601, char 0xffff */ /* Y direction */ YAnchor(0) YShift(0,4) ResYDist(0,1) YInterpolate(0,5,1) /* X direction */ Smooth() /* VTTTalk glyph 1602, char 0xffff */ /* Y direction */ YAnchor(0) ResYDist(0,1) YShift(1,6) YInterpolate(0,4,1) /* X direction */ Smooth() /* VTTTalk glyph 1603, char 0xffff */ /* Y direction */ YAnchor(0) ResYDist(0,7) ResYDist(0,3) YShift(3,11) /* X direction */ Smooth() /* VTTTalk glyph 1604, char 0xffff */ /* Y direction */ YAnchor(0) ResYDist(0,12) ResYDist(0,6) ResYDist(6,18) /* X direction */ Smooth() /* VTTTalk glyph 1605, char 0xffff */ /* Y direction */ YAnchor(27) ResYDist(27,13) YInterpolate(27,24,10,13) ResYDist(24,4) ResYDist(10,18) /* X direction */ Smooth() /* VTTTalk glyph 1606, char 0xffff */ /* Y direction */ YAnchor(0) ResYDist(0,1) /* X direction */ Smooth() /* VTTTalk glyph 1607, char 0xffff */ /* Y direction */ YAnchor(0) YAnchor(22) ResYDist(22,14) ResYDist(14,9) /* X direction */ Smooth() /* VTTTalk glyph 1608, char 0xffff */ /* Y direction */ YAnchor(1) ResYDist(1,0) ResYDist(1,5) /* X direction */ Smooth() /* VTTTalk glyph 1609, char 0xffff */ /* Y direction */ YAnchor(0) ResYDist(0,1) /* X direction */ Smooth() /* VTTTalk glyph 1610, char 0xffff */ /* Y direction */ YAnchor(0) ResYDist(0,1) /* X direction */ Smooth() /* VTTTalk glyph 1614, char 0x385 */ /* Y direction */ YAnchor(3) ResYDist(3,1) YShift(3,4) YShift(3,16) YAnchor(16) ResYDist(16,22) YShift(22,10) /* X direction */ Smooth() /* VTTTalk glyph 1615, char 0xffff */ /* Y direction */ YAnchor(0) ResYDist(0,7) ResYDist(0,3) YShift(3,11) /* X direction */ Smooth() /* VTTTalk glyph 1616, char 0xffff */ /* Y direction */ YAnchor(0) ResYDist(0,7) ResYDist(0,3) YShift(3,11) /* X direction */ Smooth() /* VTTTalk Unicode 0xffff */ /* Auto-Hinting Light */ /* ***Settings*** */ /* ModeHinting = LightLatin */ /* ToAnchorBottom = true */ /*Auto-Hinting Light is not applied: Empty glyph or glyph with one point*/ /* VTTTalk glyph 1619, char 0xffff */ /* Y direction */ ResYAnchor(26,8) YDist(26,4,>=1.5 ) ResYDist(26,9) YShift(26,25) YInterpolate(9,5,25) ResYAnchor(27,2) YDist(27,1,>=1.5) YIPAnchor(26,17,27) ResYDist(17,35) YInterpolate(17,33,19,51,32,35) ResYDist(27,43) YShift(27,45) YInterpolate(43,0,45) /* X direction */ Smooth() /* VTTTalk glyph 1809, char 0xffff */ /* GUI generated Tue Feb 2 13:35:50 2021 */ /* Y direction */ ResYAnchor(8,19) YDist(8,4,>=3/2) ResYDist(8,15) YInterpolate(8,6,15) ResYAnchor(27,17) YDist(27,2,>=3/2) YInterpolate(8,18,44,20,21,41,40,24,37,31,30,27) ResYDist(27,34) YInterpolate(34,3,27) /* X direction */ Smooth() /* VTTTalk glyph 1810, char 0xffff */ /* GUI generated Tue Feb 2 13:35:28 2021 */ /* Y direction */ ResYAnchor(6,151) ResYDist(6,4) ResYDist(4,5) ResYDist(6,7) ResYDist(7,1) ResYDist(1,0) YInterpolate(6,3,2,7) ResYAnchor(12,9) YDist(12,11,>=3/2) ResYDist(12,19) YInterpolate(12,10,19) ResYAnchor(32,3) YDist(32,48,>=3/2) YInterpolate(12,22,43,25,26,40,39,29,36,32) YDist(32,33) YShift(33,49) /* X direction */ Smooth() /* VTTTalk glyph 1622, char 0xffff */ /* Y direction */ ResYAnchor(12,9) ResYDist(12,8) ResYAnchor(26,3) ResYDist(26,33) YDist(12,11,>=1.5) YDist(26,48,>=1.5) YInterpolate(26,46,33) YInterpolate(12,9,8) YInterpolate(26,29,30,23,36,39,20,40,19,16,43,12) ResYAnchor(2,151) ResYDist(2,1) YInterpolate(2,5,6,1) ResYDist(2,4) ResYDist(4,3) ResYDist(1,7) ResYDist(7,0) /* X direction */ Smooth() /* VTTTalk glyph 1623, char 0xffff */ /* Y direction */ ResYAnchor(2,151) ResYDist(2,1) ResYDist(1,7) ResYDist(7,0) ResYDist(2,4) ResYDist(4,3) ResYAnchor(12,9) YDist(12,11,>=3/2) ResYDist(12,13) YShift(13,9) ResYAnchor(26,3) YDist(26,42,>=3/2) YInterpolate(12,16,37,19,20,34,33,23,30,26) ResYDist(26,27) YShift(27,43) ResYAnchor(50,151) ResYDist(50,48) ResYDist(48,49) ResYDist(50,51) ResYDist(51,45) ResYDist(45,44) YInterpolate(50,47,46,51) YInterpolate(2,5,6,1) /* X direction */ Smooth() wght@DDRU*&f@@jj /9~37;>EQTY[clr #(2Bu~#:C_?%07;IS[cn     " $ & ( 0 3 : < > D p y  !!!!!"!&!.!^!!!!!"""""""")"+"H"e###!##$&%%%&&<&@&B&`&c&f&k''g'q(*/+/++,b,m 0:27:=EQTY[bir#%1@t~$;D?$02:HPZbn     $ & ( 0 2 9 < > D p t  !!!!!"!&!.![!!!!!"""""""")"+"H"`### ##$%%%&&:&@&B&`&c&e&j''g'l(*/+++,b,mRs*;K{>  8@s"-:T8r\\D.sknmJuQ.޽ޝޚޙ|zy@zuӧh 4^tlnp||~z~ ]f%)?@GLZ\aklt&+9=BNOXuwx}^cze~  !6*-3TNPQ&suw}2-/0WcY[saqv"# '(8+49,C AE"D!J)H'Y8V5O.W6R,M4[<^>@bCeHdGfIjMmPoSnRQpTlvZkty{z~;:EDe F%BorI($c7LFrZstuwxyz{   #$&%'(+,*1678 0/234-.5") 9:;<=>?@ACDEFK*_?`AgJhKrVnm|  57=. 0 1 2 / U3S1~bdx\z^{_|`y]fhijg    idkpstw}yghn|ulmb{xqrvo%+, 4 )( #/ -'3* $.Yf_`\]~MGX}KEWecHNiFLh|kJDnVlobmIqjOpgySzT9=RC8QB7<;@?PA6:>srtuxwv{Za^U[d &*'+"$(,)-#%/01.     !5243-m.Nn/^~?Oo0&fGWw8_@Pp1*j K[{<#cDTt5'gHXx9 `AQq2,l M]}>%eFVv7)i JZz;"bCSs4+k L\|=$dEUu6(h IYy:!aBRr3!1"27=:589;6<0  @"(($4 _T PuT| _Tz PuT| "*JbTl @J~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSQPONMLKJIHGF( , C#Ce -, C#C -,CCe -,O+ @QX!KRXED!!Y#!@%E%EadcRXED!!YY-,CC -,KS#KQZX E`D!!Y-,KTX E`D!!Y-,KS#KQZX8!!Y-,KTX8!!Y-,CTXF+!!!!Y-,CTXG+!!!Y-,CTXH+!!!!Y-,CTXI+!!!Y-,# Pd%TX@%TXCYO+Y#b+#!#XeY-, !T`C-, !T`C-, GC bcW#bcWZX `fYH-,%%%S5#x%%` c %#bPX!`# %#bRX#!a!#! YY` c#!-,B#Q@SZX TXC`BY$QX @TXC`B$TX C`BKKRXC`BY@TXC`BY@cTXC`BY@cTXC`BY&QX@cTX@C`BY@cTXC`BY(QX@cTXC`BYYYYYYYCTX@ @@ @  CTX@   CRX@ @CRX@ @CRX@ @@ YYY@U@cUZX  YYYBBBBB-,EN+#O+ @QX!KQX%EN+`Y#KQX%E dc@SXN+`!Y!YYD-, P X#e#YpECKCQZX@O+Y#a&`+XCY#XeY#:-,%Ic#F`O+#%%I%cV `b`+% FF` ca:-,%%>> #eB #B%%?? #eB#BCTXE#E ic#b @PXgfYa c@#a#BB!!Y-, EN+D-,KQ@O+P[X EN+ D @&acaN+D!#!EN+ #DDY-,KQ@O+P[XE @ac`#!EYN+D-,#E E#a d@Q% S#@QZZ@O+TZX d#d#SX@@a ca cYYcN+`D-,-,-, C#Ce -, C#C -,%cf% b`#b-,%c `f% b`#b-,%cg% b`#b-,%cf `% b`#b-,#JN+-,#JN+-,#J#Ed%d%adCRX! dYN+#PXeY-,#J#Ed%d%adCRX! dYN+#PXeY-, %JN+;-, %JN+;-,%%g+;-,%%h+;-,%F%F`%.%%& PX!jlY+%F%F`ab #:# #:-,%G%G`%Gca%%Ic#%Jc Xb!Y&F`FF` ca-,&%%&n+ #:# #:-,# TX!%N+P `Y `` QX!! QX! fa@#a%P%%PZX %aSX!Y!YTX fae#!!!YYYN+-,%%JSX#Y%F fa &&I&&p+#ae ` fa ae-,%F PX!N+E#!Yae%;-,& b c#a ]`+% 9X]&cV`+#!  F N+#a#! IN+Y;-,] %cV`+%%&m+]%`+%%%%o+]&cV`+ RXP+%%%%%q+8R%RZX%%I%%I` @RX!RX TX%%%%I8%%%%I8YYYYY!!!!!-,] %cV`+%%%% % % %%n+8%%&m+%%&m+P+%%%q+%%%8 %%%q+`%%%e8%%` @SX!@a#@a#PX@`#@`#YY%%&8%%8 RX%%I%%I` @RX!RX%%%% % %I8%%%% % %%q+8%%%%%q+8%%8YYY!!!!!!!!-,%%%% PX!ehY+d%%%%I c% cQ%T[X!!#! c% ca S+c%%%&JPXeY& F#F& F#F#H#H #H#H #H#H##8 #8Y-,# c#c`d@cPX8ttbc#OW y̕t\drhPŮ]^z,-&  V+4-X "&54677"3267!##5!s}XOjvt+/"XoeQo2 RLbt Z-l&  DV+44-'V+4- 9@    j   r` r+23+9/9+92901'77!##5! Hc\"7,u(<t Z-b&  V+4*L 5@ijjjr j r+22++299//++3++013!#55!5!!35!5!*f H thf*L&&n V+4n+-@$#j$  i rjr+2++9/9+93+01!5!2654&#!'!2#!35!%532654&##'!2#Z,dRq}yξymp{[tbb8[e^\bVs@  jrj r++++9901 !2&&#"!27jN02-Q⑍.[}]VDJș떦P⾾Vu0&Z  V+4 !@j  r r+2+29/99+017266533!7Gn:Ɓ<tf&&\<  V+4 &\  tV+4\&\  hV+4 t&\  0V+4L@ jrr++3+0133#5!tL&&a V+4L @j j rr++2+9/+015!3#5!DpytL  @jir jr+2++++0133#5!2Z|\t L&a tV+4L&a@V+4\L&ahV+4t&a 0V+4L'-@# j#iij'ijrr++2+9/+++++01!3#5!54632326553#"&&'&&#"Nlv-RL#5N-`j+RK#6S1(#tMTt *$'\Tt ($'\:L !@jj r jr++3+99++0155!!3:&Hǹt0 )@ j j  rr+2+2229/3+2+201733#3#53336 ::DbtDLt @   r r+22+229901!#33!3!3 H\28Ttt&&lF  V+40&l  V+4 &ltV+4  )@r jir+++33+22901'76653#33!3!3Q xNNMiMH\2  d^l^ 8Ttt$ %@  rj i r+22+++22901'76653#33!3!3D FMOH\2$ d^西8Tttt&l0V+4b&l  V+4Ld@ j jr r++++01 ! % ! X  :0,Ld&&tF V+4LdD&t V+4Ld0&t V+4L*&t&@+VV+4+4L\d0&t&@  V|V+4+4Ld&t&#@+VV+4+4Lh&t&_VV+4+4Ld&t& |@jVV+4+4Ld8&t V+44L\d&t|V+4Ld&&t V+4Ldp&t YV+4Lu&t V+4L&&F V+4L\u& |V+4L&& V+4Lp& YV+4Lb& ~V+4Ld&&t V+44Ld&t V+4LdR&t&F,@pVV+4+4LdR&t&,@pVV+4+4LXd$'@!jriji r+++9+9++01"&54757327 ! % ! s}r,1eD.F%--N  :Xe[&F &A8> 0,/n@jrj r++++9901"&'7325#"'63 Y;cgA씍.@IVU18  <<Ld!%@$ !#rj r+++222299013265'7#"4667'!!%!!^zznnTo7=z[VNn ;.))3GY;˺$l&  DV+44$b& V+4-@ rr++2901!333pLLpt-2 $'@$"rj`#r+22+2+290152654&'7#"&54673333'X9;?WvWWvW?;9pLLp2?9'a\-XL{{LX-\a'9?t8$@ j rj r+++2+0132# 33 4&##t8}@PXh<fYG- %@ j r jr++23+293+2013333#3#'333xC(ii(AȁxҠ^|t&&F V+40& V+48& V+44&& V+4Ao @ r r+2+2901!3!3$zz$|^ @ rr+2+9013333ZZ:N&D&&F  V+40& V+48&  V+44\&hV+4&&  V+4p&  mV+4&  V+4b&  V+4. @ j rjr++29++2901%'5!5!.|hDz2ξ.&&F  V+4.0&  V+4.8&  V+47&&M'h@$V V+4+4Vs0&_ dV+40&l  xV+4Ld0&t dV+4%0& 'dV+4.0&  xV+4.7 !@ j  rr++29/+9013!##'5!.7u夤UbF!+@j  jrj r++99++9/99+201 !2&&#"3267735!K*4e:Zm5P.C2"30%* #-^$ @ j rj r+2++2+01!3!5!5!``$ܮvN7@ j r+?3+0133#5!7ɮ`.-*@j)*'"j r j jr++?+++9+01'4&''7"&54632&&# 326655#726_:,CC_WcB>T"U :XjcFFLDj8t \{=`\&( .V+4`C& .V+4`<&&(@@2}V.V+4+4`\C&&@ :V4|V+4+4`<&&@@;}V.V+4+4`|&&@@;}V.V+4+44` &&@@2V.V+4+4`6& .V+4`\& 2V+4`&&T6/طV2V+4+4`\\&&@ >V4|V+4+4`&&$T6/طV2V+4+4`&&eT6/طV2V+4+44`H&&@6/V2V+4+4`& .V+44`\.&4|V+4`\& .V+4`& .V+44L8|`& .V+4`X.$B9@%+2j>?<+%j%i%7j% r$"i$ rjr++++99++++9+01"&546757"327'4&''7"&54632&&# 326655#7s};7jv=7#//6_:,CC_WcB>T"UXoeD]A XP*. :XjcFFLDj8t \{=`^& .V+44`t&& B4@ V.V+44+4`@& .V+48)G<@'87j88*0EMH9?(YbPBPymJRct"H  \&< H$V+4K%@r jrj r++9++99+01"&'732654&# 3632%3HHR5?u>R  Ґ6I8@  jrj r++++9901 !2&&#"3267/-SõJFR  si{IP  I\&n V+4I6&2 V+4 I8&K #V+4I\&2 V+4I&0 V+4` '@ rr jrj r++++9++01"3234&#"3265#7'3w R>}}H\  pdҤdp $qK %)2@!)(j)&'j&ij"# ji j r++++9+++3+01%72654&#""&5463237'%Y23}}|pvJ(:(%dedJ0oev`h $/@$ rj"i"r!  j rj r++++9++++013"3234&#"3265#7'3b2Zw R>}}H\ |H pdҤdp $`r$/@$ rj "r!  j rj r++++9+9++015!"3234&#"3265#7'3w R>}}H\ ®* pdҤdp $(8!@ j jrj r++3++9/+01 32!5!4&#"3267.xͽBB^  I?  (\&F V+4(C& V+4(6& V+4(\& "V+4&& T&طV"V+4+4\(\&& @ .V$|V+4+4;&& BT&طV"V+4+4&& T&طV"V+4+44(H&& @&V"V+4+4(& V+44(& V+4\(8&$|V+4(\& V+4(& V+44(& V+4X(844@ ji 2.#$j##.j(jr r++++9/+93++01"&5467573267 32!5!4&#"3267ns}<63gF.F(-.xͽBB^Xe[JdF 'E8>  I?  8l# @ j r jr++++9901!2&&# '76653rj?`- lvlS&4>x(@& V+4(8(8@ jjjr r+++9/++01"547!!32654&#"'663 J҈xͽBB_<&I?O4%-@jj jir+++9/993+9+901 '732654&##'3#'!5!߭Pioze7K4HAxȆu|1.Dd @ j  jr r+++9/+01!!2&&# 5!rj?`-&,`"8 (+@&$ jr !j rrjr+++++++901'%66773"3234&#"3265# T| RH}}H\ " :  pdҤdpP2`$$'@r j$ ` r+22+2+2901!333'52654&'7#"&546739;?W|[[|W?;9$p=:4'a\-XL{{LX-\a'4:`"C& )V+4`"6& )V+4`"\& -V+4`"4& )V+4`"& )V+4~"@ jr r+++32901!4676654H'663"lh@:zn]Y[Ef@R~vHoKhrѽudgVcx^2"@ jr r+++32901!4&'&&5463"&&#'2E[X^nz:@hl8S@pVgduѾrhKoHvىN^xc,"8,1@*( jr%j r rjr+++++99++9015!'%66773"3234&#"3265#,X2 T| RH}}H\ ll :  pdҤdp@r  r j r+++299+01!4&#"36632!34dZ>R emki̺N$'@jr  rjr+++299+9/+015!4&#"36632!3RdZ>R ®>emki̺N$&&P V+4&&P V+4\&&hV+4N %@j i j r j r+22+2++9++01!3!5!35!5!"&546324Z,q=WW=>VVvVW=>VV>=WN$ !@ j j r r++++323301!3!5!35!5!4Z,$ܮvN\&,n V+4NC&,2 V+4N\&,2 V+4N&,4 V+44\N&+F"hV+4N\&, V+4N&,F V+44  +)@&j i  r rjr++++299+2+201'7665333"&54632!"&54632 ȡ$=WW=>VV=WW=>VV B$^:nW=>VV>=WW=>VV>=WN&,2  V+4XN $03@%+j"%i"!j"rjji   r+222+++299++9++01"&546757"3273!5!35!5!"&54632s};7jv=7#//~Z,q=WW=>VVXoeJd2 XP*. vVW=>VV>=W($N@&,<  V+4   %@ji jrjr++++399++01'766535!3"&54632 ȡpVԀ=WW=>VV B޽yJ:nW=>VV>=W x$ @ irjr++++39901'766535!3 ȡV BJ: T6&:  V+4 T\&:  V+4t "@j  r r?+2+9/+99015326673!3!76xa*l[Ϋn$R t&= tV+4\t&= hV+4t$ @j  r r+2+29/+99015326673!3!76xa*l[Ϋn$Rt&= 0V+4b2@ jjr r++++301"&533275! ][SQJLTj2&Bb2v&BP V+4C#,@# rjj" jrj r++++9+++01'"&'&&#"'632327%(b(@,Q:#37*S=#3ˈSuy_K p|_K T)Bz9b2!@jj rj r+++2+9/+015!"&533275!bD ][SQJeLTj2&B2&*-@ jij'i('j(r!j r+++2+++++9901"&5463234&#"3!"&533275!6{pJO #@.(-2-p ][SQJ#BDE?825:LTj2&Bb2 @jij rj r+++2+++013"&533275!2Z ][SQJ|HLTj2&Bb 2&BPV+4b2&B<, V+4b\2&BP|V+4Pt&BPDV+4K2/31@iji i j 10j%1r *j r+++2+9/+++++0154632326553#"&&'&&#""&533275!Klv-RL#5N-`j+RK#6S1(# ][SQJMTt *$'\Tt ($'\LTj2&Bb2%@jjj rj r+++2+99++015"&533275!& ][SQJǹLTj2&Bp@8!(@r  r j r+2+2+933+01!4#"'36632!334#"'3632lRhHRYTnd0Tf>D S_*n>Zv$>Zrt8@r r j r+++2+9901!4&#"36632!34dZ>R `hki̺N$\&O2 V+4\'@ jir rjr+++2+++990134&#"36632!3FdZ>R | `hki̺N$6&O V+4 8&OtV+4 8!"@r rjr r+++++9014&#"36632'7665334dZ>R |pbΤt-emki̺~y$+8!&@!rjr j r r++++++901!4&#"36632'7665334dZ>R /}oaϤemki̺N+~y >t8&O0V+4@&O V+4(8 @ jjr r++++01"32'2654&#"Xuuu ྼ(\&X< V+4(C&X V+4(\&X V+4&X&T طVV+4+4\(\&X&@ (V|V+4+41&X&8T طVV+4+4&X&yT طVV+4+44(H&X& @ VV+4+4(&X V+44\(8&X|V+4(\&X V+4(&X V+44?&XQGV+4\&e< "V+4\?&e(|V+4\&e "V+4&e "V+44@&e "V+4(\&X( V+44(&X V+4(&X&<T@VV+4+4(&X&T@VV+4+4X(8".)@ji #)jr#i r++++93++01"&5467573267"32'2654&#"s}<6)_C.F(-YuuuXe[JdF'B:> ྼ(8@ jrj r++++9901"&'732654&#"'663 ;h2\ƶCvM Mb'G4%8z(#@ j rj r++++9901'"32'2654&#"-iseuuuKA ྼz(\&q<  V+4(@&X V+48/-@ j$j jr*jj r++3+++3+9/+01 ! %24&#""32!5!4&#"327lX0АGIRPե4EMKE9?(Y&&ھh!"H  4P8 '@ jr j rrr++++++9013"&'#32654&#"36632-z \H}}HR|4pd..dp4P&@ jr j rrr++++++9013"&'#32654&#"36632-z \H}}H\ w4Xpd..dp`48!&@!r r jrj r++++9++01"3234&#"32655#73ʀ R>xxxvH\  %ik腃ƶZZt[]HP8 -@jrj r jr++++39/+2+99013!2#4&#"5!!35!>REM@((hbL$tfc$ vP\&x< V+4P6&x V+4P 8&xVtV+4P\8&xV!hV+48'"@ % "!jrj r++++901"&'732654&''&&54$!2&&#"xGiH35 )MFQ|;BDħ?E0/ >(vx =E.)0(\&}Z (V+46&} (V+4 8&} 1V+4\&} ,V+4 8&})V+4\8&}.|V+4D6:2@!78j77 4 0-*& #j#r rj r+++++99/+01"&'732654&'.54676654&'"#46325!2O|1Ip+Dl~v@M?}_Q$PFj$ !@ i r j r+2+2+222+201!#'333!333#|W}ZҖxP}Y|J|$|Fj\&2 V+4Fj\& V+4Fj& V+44Fj\& V+4jF$ @  r r+2+290133!3jFJVFH6Z$7 [$ @rj rjr+++++201'7>7333K ij(<ˎZZ  X:t$|7 [\&K V+47 [\& V+47 [& V+447 [$&Y ljmoomjlH\|H pdҤdp $ W\ '@j r rjr++++2992+201'76653333!3 ȡp$%Ծ4Ծ B޽y$^:||Ip&P V+4p&O V+4(p&X V+4p&}< (V+4 p&  V+4y7D @ j  jr r+2++9/+201!!2&&# 5!3me<[+V&,z4D( !@ j  jr r+2++999/+01!!2&&# 5!3xHn4V&,z$ F $ #+3;CKS@L##$$3344CCDDSS *..:>>JNN jPj&"i(F?BiH?6/2i8/i/? r r+2+93+23+23+23+2+3+23333333333333333301!#'333!333#!#'33#533#!#'33#533#!#'33#533#!#'33#533# :2BܚPnXnPV>2BܤV>2BܤV\2BܸV>2BܮV$|     *!@ j!'$jir+++92+01'54&##7"&54632&&#"32655#7XW kgrCi(.Z.rVXX$=\ 8< p e\hq lLJT.'IK @ ji jr++++01"&54632'2654&#"XGVVGGVVfSSffSSf(@ j iir++3++99014#"'36632!3s<<%0TGw }GG=B{o`~  @  j r+2+222901#'333!333#@`M (Q= M`!@DwD? @ jj i j r+++++201532673#33>Y""gzwá!]r!fVw$-`#@ j jrjr+2+++39/+01!5!2654&#!'!2#!35!Z533!335!!5(-/Al+T'WΫ\\"tξL)L&& V+4L8& V+44'+?CW[S@2M,YLXX+YY?+*j++@Ar@r j 65j6rWVjW rWj?+3++++3/+++9/3+22333901726654633#"532654677"#53''&&54&##53233"&54&&#'33530'!YUZUEhUE0' XVbEUZVX 'UY!'0EUQ($Lh]"@H"(AH Q'%g^lm H@("]h$(t^gL%'Q HA"l@0.%@$'jrj r++++9/999901 '732654&##'6654&#"'>3 7'6?ltLП(VX+Yl9mv{.8vr{hjSr   *8u6Su}f @ r r+22+992301!33##3!3f<< ^.ttD&  V+4&&  V+4j/2@/.j/ r&$$jrr j ?+++9/+2399++0172677>33#"#35!"&&''&&#'3233bJ&:fWI0.$5]y-HWf:&Nii5$.0QOZet208Xj,tg2udYPQjX80j&&F 0V+4%$ @jrjr+22++2+01752665335!%h[N2g&Vtξ0k$GLdt$ @ j rr++2+3301!3!35!\hȞIttξ`VsP`V @  rjr+++299013526673733o&4_"2zl܊ArVD&( V+4Bn)@  i  i r r++99+9+901% ! 57'53 ! X TN:NƠ?;;j?DVjAoZ @ jrr++9/+301"&533!3r~*!ut @ r j `r+33+2+201!3!5!!33Rltt 0 %@   j rr++3+333301!3!5!!333hzauȻttt '@ rj `r+3+233+2301!3!5!!333hzaux{tt*"t$ !@ r` r jr+2+9++201!335!!3\ht\"tZ@j j rr++9/+3+01!5!2654&#!5!2#!3F,~~zkkȾyzrΊrtd'@j j jrr+++9/+3+301!532654&##5!2#!35!~~ kk:>DyzrΊrtξ0'@j j rr++9/+3+3301!532654&##532#!3!3:RL\\Lf[KK[*yzrΊrtt5d "&-@$#j$j rj jr++33++29/+3+01352653!3#532654&##532#5!5`G<U:FF:iOtAAtOm8QtyzrΊrξd!3@jj j rr++9/+9/+3+3301!532654&##532#!35!3L>LL>LRyCCyR*ȞȾyzrΊrtd%`}%@j  jrj r++++9/99+01 !2&&#"!275!jN02-Q쑍.[}]VDJ33"#'!34's{lC8ww$!'>$?Q1SX( 3s|$t!Nnݾ}}y\'GKMJ9-]mt:#@ jjrjr+2++2+9/+01!52654&#!5!2!35!d~~>4}|~ξB @j j rr++2+9/+015!35!Itξ'+/CG[_R@0))HYi'H rP\\,]]0QC,-i,,DEr(`Dr:9j: j r++3+++9/3+292333+2+2301726654633#"532654677"#353''&&54&##53233"&54&&#'3353DYUZUEUEDXV}o:EUZVX~fUYDEU@Q($Lh]"@H"(AH Q'%g^ m H@("]h$(t^gL%'Q HA"l35@ 1i r)(jr`r j r++++9/3+299++20172677>33#"#335!"&&''&&#'3233bJ&:fWI0.$5]yvHWf:&Nii5$.0QOZet208Xj,t%2udYPQjX80 #@ j  rj`r+3++29/+0133!35!ʾhȞI "ttd @j  r r+2+9/9+015!%3333QZZ':N&DA &@  j` r r+2+2+90133!3ʾ$zz$ "|^Zt#@ j`jrr+2++9/+013"&533!3r~* Cut$ @ j r r++9/+301!4&#!5!2!3\r~*hutLLd&  V+4Ld @ jjjr r+++9/++015! ! % ! IY  :d0,V&(  V+4 !@r  i `r+22+99+9013!##35!3f^"^tt \"\-@ rr+2+9013!##-"t Bjn" #)@ir i ` r++9++901 ! 57'532#"X ^U{_{FAA-F&$/`.F%!@ j j rj r++++9/9+01"5467%36632'2654&#"hqq Gxx  ?7WtboyF$+,@$#j$  i rj r+2++9/+93+01!5!2654&#!5!2#!35!%5!2654&#!5!2#xTJRYQRh@JRYQPICCIG$bb=G?99?ny $@ jr r++2+01!35! Ԗ$f \&  V+4 ( @ j `r r++3+201!35!#3 Ԗ$f>(j$ (@ j ` rjr+22++22+901%'66533!335!!5>;40iDVpp$fX(8(\& V+4(& V+44%.%)<@SWK@-jSRjS HTT)UUI*<)(j))=>r= r j 43j4r++3+++9/3+292333?+3+01526554633#"5326554677"#53''&&554&##53233"&5543353&6ngI+%T=+$T=n6mh˃n=T$+Ihm6sgn6n=T%+Q$7e[ @HԾAG Q$7e[Ů] H@ 7$$ [e7$Q GAŮs 8+'@%&jjrj r++++9/99+9901"&'732654&##'326654&#"'6632,zTfHJ* 8,ElVJi33#"#35!"&&''&˜33@3EBbN:+%&F_Q&dNgGE3@|1F&%! Q'+MQ"98$HQM+'Qq"'\&( /V+4?$ @j r j r++3+22+013526653!35!?P[&Gd67u6Z$f0$ )@ r r+2+222933301%733#37#53336 z:ʼ:zb$L$$ @ jr r++9/+3301!3!35!4Ԗ$$(8X$ @ j r r++2+3301!3!35!4Ԗ$$f4P8uI8ZV$@ jr r+++301!35!$f7 [$7 [C&! V+4-H7C2@ =r8r")j53'%"r /j r+2+2+29+2++01"&'#32654&#"36632!"323#"32655#7'3Oe\9?AE>=D/R \TvuuvT\ R/C>>EA?9\dXV.tZZȴee' ee0ȾZZtVX\}9)!l!9jF$v$ @ jr r++9/+301"&5533!3nn>:|$j$ @ r j ` r+23+2+201!3!5!!33kWB$ܾ$4p@$ %@   j r r++3+333301!3!5!!333lZUԹ$ܴ$$p$ #@ r j ` r+3+233+2201!3!5!!333XnUzr$ܴ$>$$ !@ r j` r++339+201!335!!3/V$p$P$@j j r r++9/+3+01!5!2654&#!5!2#!3JPXXPzԾXPPX$P$'@j j jr r+++9/+3+301!532654&#!5!2#!35!ZbbZ*ƶ$4aXPPX$fp@$'@j j r r++9/+3+3301!532654&##532#!3!36OPXXPc(ԪbZZb$$?$  $-@"!j"j rj j r++33++29/+3+01352653!3#532654&##532#5!?O::JGMMG^pAY;?$ܾXPPXvX$+@j jr r++9/+323+3301!532654&##532#!35!3hGMMG|ԖR\:em̺$znd8 '@jjj r rr r+++++9/++01"32%35!2654&#"}KNGGNNGG' $쩻Ʋƻ~$&*.-@'(i''.j. r- jr++3+2+9/3+29901"&5463!!"3!5326776633"#5!3ݚ$W__W K!)-2 WI AD"+$IhUUM0˜VOJQd9#"J/.=$QEY,m$ #,@jr jj r r++9/9++++01%4&#"363235!'766534ZP>R\ \TUem̺R$zj 8$ @j j r r++2+9/+015!35!8(ԖY$f/)'+?CW[_N@/M,Z?()i[L((@Ar\`@ r j 65j6r^WVjWj r++3+2++3/+++9/333+222901'266554633#"5326554677"#53''&&554&##53233"&554&33533 G: tlI?`E?`EF; tlE`?Ilt ;Fhlt :G E`?EQ($h]"|@Hپ"|AG Q'%g^] H@|"]h$($^g%'Q GAw"74)25@ 12j2 r)j(ri r j r+++++9/3+299++201'2677>33#"#35!3"&&''&˜33@3EBbN:+%&F_Q&3ȗNgGE3@1F&%! Q'+MQ"98$?9 QM+'Qq"$ #@ j  rj` r+3++29/+0133!35!Ԗ4$$P4`$ @ r r r++299+01!3#33]E>E]$|4,P4`$ @ r  rj r+2++299+015!%3#33]E>E]Ԯ$|4,j$ &@  r j `  r+2++29013 3!3FJVF4H6Z$vz$#@ j`j rr+2++9/+013"&5533!3nn>:4$&N$,(8&  V+4(8@jj j r r+++9/++015!"32'2654&#"ouuu+ ྼ7 [&! V+4(&#@ j"jrj r++++9/+9901"&!2'2654&##532654&#"\ݒq}~thbcmj`~ܾwzlaV^*8+"@" jr%j r++++901"&54>776654&#"7663 3267Fil'5=FxM9sF9Yb(71\iSUpD$ 3 ,4DGOd: D@'I;`"8%'+?EY]R@3Br@ rNZZ+[[PO,-?+*j++6Y j 65j6rYXjYj r++3+++3+9/3+292333++01'266554633#"5326554677"#53''&&554&##53233"&554&3353 B6 ngI+%T=+$T= B6 mhԼX=T$+Ihm 6B8gn 6B =T%+'Q($e[ @HԾAH Q'%e[Ů] H@ $(?c [e%'Q HAŮO4%8/)@%(jjijr++++9/99+9901 '732654&&##'6654&&#"'>3 7'߭Pi_[o=j84dy7 5lsz4HAx\y<ll:`9  ɣ 7{9Xp|$|C&L|\&L1./@-j rr%j$  r j r+++9/3+299+++01'2677>33#"#35!"&&''&˜33@3EBbN:+%&F_Q&dNgGE3@1F&%! Q'+MQ"98$HQM+'Qq"_Q$@ r r+2+9013!##_h"h$x8Op@8N|$,@i rr j` r+++29++9013%"&533265#7'533th^tv6FԒ4ǵD[clt ,Dp@$"#@ r r j r+2+299+23+01"&53326533253'##"&'#Mkr/../^\ WA=U`LTN\OUUOOUR$&-@`j rr$ j  r+2+299+23++013%"&53326533253'##"&'#kr/../^\ WA=U`4LTN\OUUOOUZ$@ j rj r+++9/9+01"&'336632'2654&#"t~{hqϼָvlensjd$!@ j jrj r++++9/9+01"&'#5!36632'2654&#"pnwtkjs̼hqϼָvlensjnd &@ r rjjrj ?+++9/+++01"32%35!2654&#"}KNGGNNGG' $쩻Ʋƻ~<#/!@*jj$jr r++++9+9901"&&54675.54>7%'2654&#"Xvon$f8J Bm@7U,YT׀vziʼnO]-fu6  -3/6 ?ly-nB- @ r jr+22++9013!###5!-"PHt L).$GLd @ jjjr r+++9/++015! ! % ! }  :h0,L\-0kldL @j jjrr+++9/++015!5!5!dr4ξ2hLdt$`. #@ j rjr++29+99+2901%'75!5!(GGh6zw7ξP`BnAoLd @r r+22+901 3! 3%3##3XDD6:d:dfLd!%@jjrjr++++2399+201%5.5! '65! 5!35!^[z=  7oTnnzzVLXG3(, #@ j j rr+2+2+99/+013!##5!36"6DZnt Z|L +@j  j j rjr+2++2+9/+3+01!3#5!5!375!h0gZnth|$ !@ j  j rr+2+22+9/+01!3!335!\0Zntt|T @ j j rjr+2++2+3+01!3!5!375!WQZnt|d @ j rjr j r++++++01 ! 32#"XZn0$|, @   j r r++2+390133333ܺZn:J*D|d)@jr  rjr+++29932++01%5$! '6#"5!35!3ָnTVZnL;X0G3OX|8&b  V+448&m  V+44u +@j   r` r++29/9999+0172665334&'7Gnd n Ɓ<tu$>0f1O:FL8#'.@%r#"j# r$'  jrj r++++9+++01"3234&#"!2655#7'53{ R>qvH\JyԒ %ikƶ8F_/ <,D42-15.@1r0/5(4&i&& j rj r++++9/9+9+01"&5#&54632##532654&#"32654&##532353~"]°bcma_q}~thꞮJԈ|p(n[laY[*ԃwz[Hpbb4jL@rrrj r+++++9015 36654&&'7b4:eNziNzHb(ʏ=Lb~<".'@ )jjr#j r++++9+901"&&54675.54632&#"'2654&#"[r)k@ܴfui\pmsו}|se B8QnIkP=D:H)tȧl8!'@! j!!jr j r++++9/3+99201 4%%# 32675$5! &#"r4j2 y|@7P}A,P~&sF:7| :#@  jrj rjr++++++22901'6654&# 55325!_ecICrѿKL W:28@J/ٺ48@r  r j r?+++99+014&#"3663234dZ>R 4~emki̺$( @ jjjr r+++9/++01"32'2#"5!X}}}}IZZƾ($@ jjr r++++301"&533275!WUNvM5>vTj2&~8 @ r  rr++22+901!'36673!7^&PPGA3ΕnZw?$GkԌC"@ r j rj r++++9+01"&'&&#"'632327%,,Q:#37*S=#3ˈuy_K p|_K T)Bz94$ /@j rr r j r+++29/9+++01"'#'33265#'5331+9h^tv6Fm&Ԓs}ppHzG,D`8@ r  rr++29+01!733!.'7"q'QsZzg]"zpό"&Ά 0+/=@#*%&$-,j*i-rjr j r+2+2+++9/3+2+2299901 467%# !3'6654H5&&54675 !5!f6 ;_6#KU_IC6ΪVT^4W:28ntH2ź(8X<Z$@jr r j r++++22+01"&533267%35!ȓ/O%>OG$f4P8#@rjrj r++++9+01"&'#32654&#"'46323t \Huy~:lj$ H I8"#@jrj rjr++++++9901'6654'#"46632&&#"33_bluY}/-SbIZ [7g si{IPQoj$@jjrj r++++3+2901"3'2654&#"5!5Ae;fǔqtwns|yv] ? jaon$@ jjr r++++301"&5332675!豝K)^=M5v~rz$@jjr r++++301 4&##5323253k2>v@M?}vRVHZ #%@!r r#iri r++99++99++01 ! 32654&#"33XjL\)D&g9Hi8(@rr j rjr++++++901"&'&&#"'6323267%39$ZA#377\%\C09F,H{y]M v|^L.djHF @rr ri r++99+2++01 3! 33X$$&r\EOj:$!%'@"## rjj r++3++29/901"&'3732653!"&53326533;jmW/../Ԃw~/../Wr*m[TLLT[mX(\& V+4(& V+44^(\&@ V+444\&< V+4& V+44H\&@ V+444(\&< V+4j:\&< &V+4L\&|( (V+4\&d "V+44\&2 V+4u]8 &@ r r rjr+++2+9+01!'366734&'7^&PPGA !nZw?$Gku3?:+R54&#"'6632nG=uc 2}]qiLL\Ԥ&|pPp: èRuHWaLLh_#xJ` @ j rr+2+9/33+2013#7!3533J̌N>tF")@i j!"j!rj r+++2+99++2901"&5332654&#"766323'!f֌zOOq^o{B-p|*F "#@j"jrj r++++9+01"&736632'2654&#"5%`Jzoy{BXrp @ ` j r r++2+901!335!t,4t< '3+@(iii."j.r j r++++9+++9901"&54632'2654&#"5!'2654&#""&54632X烏#Npzzppzzpóó׸|pxxp|ffg[hpph[gdt: "#@j  j rjr++++9+01"&54$32#'$572654&#"J}zcZoyrBXjW{t< @ jr j r++++901 ! %' ! XRb0jP,tU[jIf}XWsGijKe_BnsGhjDksBnrtU[jIf}XWsGijKe_BnsGhjDksBnrU [I"fXWG"iKeBnG"hDkBn @ ji jr++++01"&54632'2654&#"Y;HH;=HH[IHVVHI[U [ @ jj i r+22+2++2013!5335357ϋ l5I"f@j j ir+2+++990156654#"'6632#5!bfLU;;wOuy{"5s<]$!mYNBXW)@)( "ir++901&'732654&##5'6654#"'66322An+)Q3@FB=@Vi aVpaN2q?{RC !`MD]dt#1GC4KHG"i @ j   jr++9933+2013#7!3533HNN> N!jjKe @ ir++2901"&5332654&#"76632%3''!UL),2.8.I%q| 3jf\2%! #p]Uhsv]ꌌBn !@   i r++901'5467"&5736632'254#"l|\B_gdd17P ]bwF*.bYepNJ(%KG"h @ i iir+++3+90133'5!!?"jC看Dk  ,@ !'ir++901"&54632'254#"753'254#""&54632Wdd/4HSSRRzz{aXOUUOXavTQ+&T,,M@??@ Nϋ!jj l5^\ )=:@%*"=$#<+0 6i6r j ir++9/933+2+9+901'3#7!3533&'732654&##5'6654#"'6632\\NN> N.An+)Q3@FB=@Vi aVpaN2q?{RC2!jj !`MD]dt#1GC4KH Qy (,4@?@( $,5+-1;i r j ijr+2++22+299+9+901'3!5335357"&54632'254#"753'254#""&54632\\ϋMdd/4HSSRRzz{(l5aXOUUOXavTQ+&T,,M@??@CO4DGK.Ui&. r-, &i&r++9+9+901'&'732654&##5'6654#"'6632"&54632'254#"753'254#""&54632\\An+)Q3@FB=@Vi aVpaN2q?{RCdd/4HSSRRzz{( !`MD]dt#1GC4KHaXOUUOXavTQ+&T,,M@??@B%Li#% r  #i#r+2+9+9+901'"&5332654&#"76632%3''!"&54632'254#"753'254#""&54632\\L),2.8.I%q| 3j*dd/4HSSRRzz{(f\2%! #p]Uhsv]ꌌaXOUUOXavTQ+&T,,M@??@VVW=>VV>=WL j/+013PxLN8 @ j rjr++++01"&54632"&54632X=WW=>VV>=WW=>VVW=>VV>=WW=>VV>=WL8 @  jjr++/+01"&546323X=WW=>VVPxW=>VV>=W<N6z'r'@ i jrr++++013"&54632 ^=WW=>VV2$W=>VV>=W8@ i jir++++0132#"&546 h>VV>=WW2V>=WW=>Vt),@ j j$i$jr r+2+2++++90154676654H'6$3""&54632RRQQd\oo@@nF^=WW=>VV`c42wEKSoG*c;Rncx^hW=>VV>=W<8)*@$ i$jiiir++++2++901"&546766553372672#"&546\ooA?QSQQe[^@Fu>VV>=WWoG*d:R`c52wEKS^NcxV>=WW=>V2ZF0 j/+01"&&546632XRPPRRPPPRRPPRRPp@ 1@     jj  i r++9++39017'%73'%:pPPpR2Jd""04J`Z`F F'dL #@j j   rr+2+299//++01!35!35!xxxxthtzd L j/+015!d rBjJ jr++013r$ܾFB>J jr++013j$ 8T@ ji jr++++01 !3#"33gE0ٴ~8T@ j i j r++++01532##53 !0Ffȴ^X|'QK!*Z6!@&' j 0jijr++++9+9901"&54654&4>54&54632&&#"32670*_0#[W9*;N!#AGK.||.KGA#!NïTX8?%6"\T ZRWWcm"q_[S[c *Z6!@-,j-!j!i!j!r++++9+9901"&'732654&54675&&54654&#"'66323":O!#AGK.||.KGA#!O:*9W\"0_* c[S[_q"mcWWRZ T\"6%?8XTt*b @ j jjr++2+3+013#5!5!tB8Ⱦz*<b @ j j i r++2+3+013!5!5!hN8Ⱦz@x@ rr++901!5!)OCC@ rr++901!5! m CC,d@ rr++901!5!,OCC@ rr++90135! m CC@ rr++901!53CC@ rr++901353CCdhL"dhL"Fhj" j?+015!F$h(h" j?+015!(`h(h"dhL"dhL"dPL jr++015!d谰d L& s sr'  '  n@ jir+++901"&5467733VY8<::JF-\a=A>>:;@  i j r+++901'76654&##532/<::IG-KVYA>=:;[a8@ i jr+++901'&&54633#"8YVK-GI::<=a[;:=>A<W' Yt'"N@jij/+++901%5Vjzsb@jij/+++901%'57js|xsIz '8  jr++013 hH"j?3+2015!!5!(  hh " @  j?+2333015!!5!!5!   J h#!"@jji j?+2+9/9++01"&'&&#"#54632326553%5!J>9q<72̊M<:c7-({$#>%#=*/>%#=9>ndE(8T#'-@!"&'% #$ j i j r++++901 $$!3# !37'%73'%`q0J0pPPpR2Jd""04J$ Դ~`Z`F Fl59)@76j7r%& j /jijr++++9+99++01"&54654&򀤾&54632&&#"32673Ql)'mR]!?s2x~uiiu~x2s?4}EH8?"@.KE znGGcm"q_JDw `*HZ6:>BF>@&BAj9:j-,9B9B9DCD<rC;rj!i!j!r+++++2+299//9++01"&'732654&54675&&54654&#"'66323"5!35!3:O!#AGK.||.KGA#!O:*9W\"0_*}xx.Rxx c[S[_q"mcWWRZ T\*@-bKDXT>tzt> #@ j r j jir++2+3+++013#5!5!3f 䰰l&*Hb 7@!jijrjj r r+2+299//+++2++2+01!35!35!#3!5!!5!xxVVh8W=>VV>=WP'$T ''L $@jrjrjj?++++++015!5!"&54632!"&54632lt=WW=>VV=WW=>VVb ~W=>VV>=WW=>VV>=W /@jjjjjjjr++99++++99++01%5%"&54632!"&54632 r\$=WW=>VV=WW=>VVlW=>VV>=WW=>VV>=W(&dnH@jjj?++9+015!5!%"&54632L=WW=>VVb W=>VV>=WP8'$T 8''L +7,@ j&i2j,ijj?+++2+2+2+2015!5!"&54632"&54632"&54632"&54632lt=WW=>VV>=WW=>VV=WW=>VV>=WW=>VVb VW=>VV>=WW=>VV>=W$W=>VV>=WW=>VV>=WH$@jijijj?++++++015!5!"&54632"&54632``=WW=>VV>=WW=>VVb VW=>VV>=WW=>VV>=W2B J&n' `BL(8'<8'L8'LP'$( &d' @ji j i ?++++0135!5!.>dTҺ \ $@ i j ij j ?+++++0135!5!5!,. X X dT2d8'Ld8'L&V. $ '3IQ]M@04. iX(.jR(r J;B8E $>OO$%jN?$rj j?+++222+2239+2+2+2015!667!54676654H'6$3""&5463254676654H'6$3""&54632Rd"\RRQQd\oo@@nF^=WW=>VV4RRQQd\oo@@nF^=WW=>VVn)f+f`c42wEKSoG*c;Rncx^hW=>VV>=W`c42wEKSoG*c;Rncx^hW=>VV>=WH '35@"! $. i(.j( r%$j$rj j?++++2+++9015!667!54676654H'6$3""&54632N<"RRQQd\oo@@nF^=WW=>VVn)f+f`c42wEKSoG*c;Rncx^hW=>VV>=W=8T#'.@"!'&% #$ j i j r++++90153 !#53 !7'%73'%"1I0ppPPpR2Jd""04Jȴ^X|lg`Z`F F&<t d' $&<,&>NBJ&>v8T !3@! j!ijr j j rr+2+299//++++++01!3!35!5! !3#"33Rxxxx<<gE0tthٴ~*Z6:>BF<@%CDj<;j '& 54&54632&&#"3267%35!35!ꣳ*_0#[W9*;N!#AGK.||.KGA#!Nexx^xxï\_8?b%6"d[ ZRWWcm"q_[S[c thtz*rb 9@"jijr j j rr+2+299//+++2+++301!3!35!5!3#5!5!RxxxxPPhBtth8Ⱦz''r"&*.:B@)5i/5j/ r+,j j+ + #($r'#r jr+++2+299//++9+++90154676654&#"#4>325!3!35!"&54632PRRQQj`Mm:VV`c45{HGM5fIdk8rH*c;R`ttzrW=>VV>=WH /@j j    rr+2+299//3+23+2015!5!35!35!PxxxxtthtzPp )@jj r i r+2+2+299//++0135!37!5!D$xx6<t*P 4T#';@" !jj  r%%$ir j r++++223399+299//++01%5"&5!3#"315!335!5! .VngE0xx$갂B7ٴyt<*ְBJ&xvBJ -@ j rjjjjir++++++++9901%55532L$ &BJ'&bB 4J''BbJ'$BbJ'B:J'PH jr++015!0h" j?+015!hdh" j?+015!d`hhL" j?+015!`h ',@j i"j i j  j ?3+22+2++++015!5!5!5!"&54632"&54632@@(@@,=WW=>VV>=WW=>VVb  VW=>VV>=WW=>VV>=W *@ij j  j ?3+22+2??++015!5!5!5!73"&54632@@(@@ ^=WW=>VVb  Z2$W=>VV>=WL #@j j   rr+2+299//++01!35!35!xx`xxR`thtz #@j j   rr+2+299//++01!35!35!xx&xxRthtzd #@j j   rr+2+299//++01!35!35!xx`&xx`thtzBjJ @ i rjjr+++++015!5!3T5=U$b BJ @ i rjjr+++++015!5!3($b rBJ @ i rjj?++++017!7!3TU$nB"J  @ i rjj?+++2+2015!5!3!3DW\W$$b B tJ &@ir jj ?32+2+2+2+2017!!5!5!!7!3!3lTxU9US$$nB tJ  @ i rjj?+++2+201!7!73!3 tW W$$*$PL jr++015!`P jr++015!ذdP jr++015!d`8$L8n/0@ i ('jrj`r+3+++39/+90135!2654&#!'!2#!35!%532654&##'!2#,dRq}y @ymp{[tbb8[e^\bVs!@  i ri` r++++99013 !2&&#"!27zjN02-Q⑍. ,[}]VDJ}}H\  * pdҤdp $O}&@jj  jrj r++++9++01 !2&&#"!275!5! 1({H.22[}shMU7!%5@ !$%j$ijr ii jr++++99++3+2+9901"&54632&&#"335!!35!5!t9]8kvy`m0й40JB,1y麺p\ZX#x %@j   j r jr++++9/99+01!2&&# '766535!rj?`- lvl`ʠXh&B޽x` !@ j jrr++2+9/99+0175!35!5!犊t,B`!%)1@'&j#''ir%i` r++99++9/993+013 !2&&#"3267735!HJ*5.P_.N*?  >N,nn[}]UDJ% /<b྾Fj(,04;@#/.12j0*)j 1*1* "j r j r++++99//99+29+29016654&#"'6$32"&5467532675!%35!??g]PTd̕OO0/z_p^g$~$H6}GPVHAV]|a0g7j"T-"I)PX2.%)ᔔ6J '@ i rr+2+29/999+3015!!5!7266533!7P)Gn:YƁ<tfLd #+@j r!jr++2+9/99+22901%5&5!2#54&#"35!333| ȡxڒ^`lzlEIi\\m[#3@j !jj   rjr+++299//99+++2201356654632&&#"#5!5!5!QOĐ1*KWmPRd%tsshJPmhhsr׊xd+@jjr j r+++993+23+201"&5332675%%5%í ^\DSTmOnnTj266F>מLd @  ir r+22+9+013! #! 33L  X`t +@ j  r r+23+9/99+33015!#33!3!3pH\28Ttt%@j jrr+++399//9+015!532654&##53 !3򤨨 ^SeHt&@ j jrr+++39/9+015!5!532654&##53 !3P򤨨 ^ՊؾHt`+@ j   jrr+++399//93+20155!5!#532654&##53 !3e򤨨 ^ȡHtP"&*<<@&$,+j,,'5(4j(r#'r jrj r++++9+2++39/+901"'732654&'&&54632&#"%3!3532654&##532#nuUAX00DDFL]MD$66F@JJع9PRRPMM ..!kKMR22#fJUCdty,,@  jjrr++9/99+9+22?9015!2654&#!%#35!5!NwwpRZ0zX~r}&:nd?P`$ "@  rr+222+222901!3!335!!335!mz$$ܪ  bmQ-@jj rjr+++29/99++2301356654632&&#"#5!5!QOČ0*KWmPR%tsxmuMUrkhsrEP` @ji j rr++++2+01!35!5!$fhP`  @ j rr++2+9015%5%35!nn tξ 3@  j    ?3?399//999+33015!333#3#'333xC(ii(AȁxҠ ^|t@  r r+2+9015!5!3333nnZZʊ:N&D0tBlJdL @  i/+9015!5!5!d[/D#f ij?++01'76653N lvl`ʠ#Nxd @  jir+++01!2&&# rj?`-h&d^Lji/++9015!3dͺ-dL @ rr++901335!5!5!5!6tH^66dL@ iji?+++01%35!dhL" j?+015!dhy7@ i/3+29017'7>>€m{yyo{dL@ji j ij?+++++015!"&54632"&54632d :SS:;RR;:SS:;RSh/R:;RR;:RAS::RR::SdnL@ jj?++015!5!db dL @j j rr++?++01335!5!6tnP%@jjjjjr++++++99017555D  v`!@jjjjjr++99++++01%5B~g< (@ j ijjjjjr++++++++015%5%55!~C:պtg2 '@jj j ijjj/+99++++++0155!2BF:XXQdL @  jji/+9/++901%35!5!.dL'"dL@ jj i/+99++0154632326553#"&'&&#"dI:1W/-(r~G93]383P6#99>ZP7"79>Zd^Lji/++9015!3dͺ-4jr++2901!##ܦ4XHMXc.&3%@-!j   'ji/+2+2399+201"&54632#6632#"&'3'267&&#"!2654&#"5]{{f/=KK>JJ>?CCXǣ{{é{{dGik[WkkW[kiGd(8 @  jrr+2++013! ##"NN,D#d @  j r jr++++9901!2&&# '76653rj?`- lvl`ʠ&4kxLdq-]P8` @  i j r+++233013!35! TT8. !@ j j i r++99+29+2901'75!5!(=Ghz~h԰V8j @  i j r+2++9/9013335!m|Y[4$v<#+@j  j rjr++++9/9+01%7"&5463237'2654&#"/ ʺJ򌎌|EUl|Xyov㸊{dL$@ jrr++2+0133#5!d$ܺ6'3,@(j"i".j" j ij?+++?+9++01'"&54632'2654&#""&54632'2654&#"\\;HH;=HHW;HH;=HH2XGIXXIGXXGJYYJGX '3?K/@(j"i".j"r4@ F:i r++9++9++01'"&54632'2654&#""&54632'2654&#""&54632'2654&#"\\kkkk&--&&..;HH;=HHkkkk&--&&..2qrrq;01;;10;XGJYYJGXaqrrq;01;;10;dL @  i/+9015!5!5!5!dH^66y7<%@jjjjjr++++++99017555<1[  vt!@jjjjjr++99++++01%5t[1Pb @   ??901!#3#'3srtszJ~dp '@ j i  jij?+++9++015!'57d~hSss5zPb @  rr++901##73g3z5sJB~@L '@ji  jij?+++9++01!5!5LJB~hzstr@ p}3@   jjj j j?+2+2++2+2901'575%5! $܂d4d$p s>잞샃잞샖]qq]]qq]Ke%!5!"&&546632'26654&&#" K샃잞샃q]]qq]]tN잞샃잞샖]qq]]qq]Ke%!!"&&546632'26654&&#" K샃잞샃q]]qq]] N잞샃잞샖]qq]]qq]Ke%3!2#"&&5466"326654&& 6샃잞샃q]]qq]]{ X잞샃잞샖]qq]]qq]Ke'32#"&&5466"326654&&w샃잞샃q]]qq]]잞샃잞샖]qq]]qq] Ke #/;GS_kw"&54632"&54632'"&54632"&54632"&546327"&54632"&54632"&54632"&546327"&54632"&54632"&54632:"))""))"))""))"))""))b"))""))"))""))"))""))D"))""))"))""))D"))""))"))""))"))""))c"))"")))""))""))""))""))""))""))""))""))""))""))""))""))""))"") )""))""))""))""))""))""))""))""))""))"")Ke +"&546322#"&&5466"326654&&Xf{{ff{{f샃잞샃q]]qq]]{ff{{ff{잞샃잞샖]qq]]qq]n&0 "&54632'2654&#"XBPPBBPPPBBPPBBPKe7!%2654&#"K󆢢ףn#5!%26654&&#"7"&&546632샃잞샃q]]qq]]nPK잞샃잞샖]qq]]qq] !#4&&#"346632K잞샖]qq]X샃q]]qn 53326653%"&&5!K잞Kq]]nX샃]qq]Ke46632#4&&#"K잞샖]qq]ƞ샃q]]qKe%"&&53326653X샖]qq]칃q]]qKX 4663"Kq]ƞ샖]qXe 4&4]qq]Xe %526653Xq]칖]qKX %"&&533X샖]qq]n% XXXnXXn% XXX||nXX||n % XXX||XX||n % XXX|| XX||n  CXX||XX||n ! C*XX|^X||n '7 XXX|XX||P` !3' qgt6::!X !%'!!7;qg;gXHNNNN,n%!,XnP!X!%!!|X,,n%!%!!,X>,nPKe7!KKe7!%!!K|Ke%"&5463!2#%!2654&#!"Kssss0990099ssss90099009Ke !!%!!w|> Ke #/;GS_kw"&54632"&54632"&54632"&54632"&54632"&54632"&54632"&54632"&54632"&54632"&54632"&54632,,,,],,,,,,,, ,,,,,,,,9,,,,,,,,e,,,,,,,,9,,,,,,,,,,,,=,,,,|,,,,,,,,,,,,,X,,,,,,,,,,,,|,,,,,,,,,,,,,,,,,,,,,,Ke 5!5!!%!!z0|ԖKe #3#3!!! ,,z0|Ke 5!3%5!3!%!!\|z▖zJKe 75#3!%!!oOego|8eoVKe '# 5!!!/eOZmgC8oOmg< |Ke %75'533!%!!oOmgeOogmB|YeXoOegm%~V,!,XX,!%!!,X>,X,Ke %!!!%!!X|Ke %!!!!X(J2|Ke 7!!!!e$ |Ke !!!!K$$-Ke %#3%!!!"Ke 5!3!!!{XKe !#!!%!!"t7|>Ke !#!!!.tYt"|Ke !3!!!!.ޖ7{"t!%!!X|X!|O=!%!!>OO=!O5XXxnt7xn%!X<n8%8nXX5%'!3XX CN|8xnt7'7x|8‚nNC%!!7X^N6C8|<n8%588nXXC "&54632 %'!3X,,,,XX CN,,,,|8 ! %'!3XXX CN8|8 ! 3'!XnPXN82>|x^t.x^<^8. 8^hhx^t.'%%7xNqN^0B0<^8. 58NB^hhD`1-N17+>-[!X+>%1-N%'!33(@(R1PFF7'7yFF+(!R!(>-[!!7X+!((!>FF%5F @(RKe%!eKe7KKe7KKe7!KKe%!!7e]9QDQ9Ke!'!etQt9QKe!7'!K]9QDQ9Ke7!!7KCDQ9QD !!!!5!5!X||X* !5!!!5!|X* !!3!!X|~V5!5!j|/X  3!5!5!3||/X*  5!35!3j,*  3!3!,~V 3!3   3!!5!3!!5!3|XX|/V**  5!3!5!33j|X/*V*   3!!!!3X|/V / !5!!##||**/ !5!##|V*/ !!##|**/!5!!*,/!5!V,  !5!33Xj*V/!!*  33!!jX**  !5!3!!XX**!!!lX!!,l,  !!!#jll!!,X  #!!!jlX  !!!!!llX !5!!5! !5!5!5!X, !!!!,X~!!!,|,XX,!!X6,/!V!!!lX,!!l!!X!jX!j,X!!!j,Xjj% 3!33333KKXXXX7,R !!!!XXXlQlll!,XBm !!!3!b   XXXf,! !!!XXrQQQ[, ![V !!!jlX, !!jl, #!#jjV* !!X, !   !!!!!llX, !!!ll !!! X  !!33!!Xjllj* !!!!,Xlj*  !3!!jXXl*j  !!3!!XXll** !5!5!!jX  5!5!!!jX  !5!!!!X  !!!!!#jll*j/4.##532MfjjnfMn/46$33#"njjfMnMf[ 532>53#jjfMn[Mfn[ "$&5333nMfj[nfM5533#%}}%}%%533}36533}6[/5!!5!,|,[336/3V/!5!!*/!5!,V/!!,*[/5!j[[/5!j,[5!5!5!X,jjX%[/ 53!53353353KK[7R 3333lQlll[/5!,[B[m/ 5!!5!35!b   [f! 333rQQQ[ 3[V, 333jj*V[ 5!3!jXX[*[ 5!3jX[V[ 3!X[* 3   !5!3!!XX** !5!3X 3!!X **  !5!533!!jXjlX !5!5!!X,jX  5!5!3!XXjX  !5!3!!XXX !!!!lj*  !!!!jl*j  !!!!!ll**  #5!5!!!!jljX[  5!333!j[**[  5!333j[*V[  333![**  !5!!!!**[ 5!!!j[*,  !5!!#jV*[, 5!!j[V  #!!!j**[ !![*  !!3!!XXllX !3!jXXlX,  !!33Xjll !3jXl  33!!jXlX 3!XX  5!3!5!jXX|/X  5!5!5!3jXX  3!!!XX~ !5!333!!##||****  !5!333|   3!!!3| **   !5!!!!**, !5!! !!! **  !!3!!XXllX !!3Xll 3!!X X !5!5!5!3!!!!XXXX  !5!5!5!3XX  3!!!!XX  I! ) s! S ! | ! Z ! 1 !  B! " l! Ll!ZBl!B* l3 L ,l!, L l! L Xl!X L l! L l! L l! LX l!XX L l3 L X!X ZX !XX Xl!XZ l!!XX LZZ l!!XXZ l!! L l!!X ZXl!XXZ l!!!XX  l!!XX  l "5!!7!'55353534hhdPPh(p((,((D4((((((h(P( l "&*.26:>BF53333737!'5555%5735353535353,4lܴdPPPPP(h(p0((((((|(,4(l(((((((((((((p(h(0((P($ l #'+/26:>BFJNRVZ^bfjnrvz~533333333373737!'5555555555%57357353535353535353535353`<,<<4<X<l< <<@<ܴ?98&1,-;Bj;i ;/3++901.'.'7"&'732654.54632>32'!2&&#"N{JDbcn!IV5?$:M:i^Tf&#+D:_rtщY4h&_/SqV*,WhY(EfM?.ktLE)%"",::QA_hfT4Z7[7q^{f7DuBB,*n*:F@;A%+3j+ji/+++901%"$54$32'"&543:32"&5463226654&&#""&54632X򺋩BCH#;HH;;HHttэtt^;HH;;HHnۈpB%pH;;HH;;HtҌttэtH;;HH;;Hn*6@ *0$i/+901%"$54$32'2654&#*#"2654&#"!2654&#"X򺕵#HCBB;HH;;HH;HH;;HHnۈp%BpH;;HH;;HH;;HH;;H  #'+/376@' (+ )*,-4$5'%76&1ij1ii1j1/+++++901"&54632'73'!2654&#"'7'75!3'7WàWVfz"]pp]]ppV VǝzVVcà¡\VVzzp]]pp]]poWHV+zz^VV(##@irjr+++9/99+901"&&5466325!32654&#"XnnϓmmIduuunӕjjɏnDƒ}}$ $-1@j !(*&$$&%j"&r j r+++2+9/9+9901"54632'2654&#"'5467''35!''#googgoo@p,19$D7.N'UZu"T=0/($Y<W@ i/+901%"&57#"&5#36itneWai|Xj__jf1<  $)9@#'4(1-* !i!/+901"&54632"&54632'#573353"&5#574632XΩhjdx]*\rr\@j]xdk:ЬJjprv#Sh4gʖ4hS#vrpjE<k j/3+901%&5463236632Xxe ex? BiB;j B/3++901'>7>7"&&546327&&546323267&#"'663 GlxZcL!JzJPts^;C+#&fT_h:M:$?5VIWE/_&h4X<_[F$1EmV(_dT+,Sof{^q7[7Z4Tfh_AQ::,""%)EL7*,BB ,@ jr jr++29+2+29013##55!72>533!7B|Br nu=zOyr qmm?n.Y~Ogv?9jV)I1@"?A8DE541H/ *:i*r  )!j"r+2+29++9015!2654&#!'!2#!35!%5!254#!'!2#"'73254&'%&&54!2&#"PPOOrllxyT%hz~~\\Ӛ&*IDHz4i"$QK l**)(-NNQQ<+LIlQRED v$I'. \==f2I&/_;l 0)59*@!0j*j6& -8$!jijr++++9++01"$! #445! 327"&546323#'2654&#"3}Ĭ}HOMoJJoPVNJRZSs'IZmkX~ayo#oyyoY8#+-@ $ $ '(j(rj rr++++2+299//9901!&&5463""&54673234&#'2r[eMCǵn}gUM6jϸphIMǥzbUi: evAE$ @ j rr++229+901"&54633337!fȪ|ŹttξE$k 6C)@A3j;jA;& j& i&,j&/+++99+99+9901!"&'732654&'%&&5465.546!2&&#"32654&#"kkfxGiH(,s3Q|;-1FnFX`+wk?E0/ n1'IcM=E.(x(V}iKS \dvP^} $0$@j j %ji+j/+++9++01% ! "&54632&#"326725#"X,,ޯY{,TLTga,W)4qkdDRtm?9qIRLX^   #} 1'@+  !) jji/+++93301% ! 33'725#"532654&##532#X,,rW,00,t~~tdDRt}z #-(),nids} -!@' % jij/+++9301% ! 325#"532654&##532#X,,\W,00,t~~tdDRt}z #7227vkum9@ j  i?+23923333+230135!733#37#5333HUPOgYZU zΡz z z3.@/j"i")j"r j ij r++++++9++01'"&54632'2654&#""&54632&&#"327\\9EE9:FFh]{C(LTYQSYZ2UEGUUGEU?9q#&MGJR$( @ jijr++++01"&54632'2654&#"XʴʴYbbYXccƱƱƪlaallaal $ jr++013n  ir+2+2013!3nnn  jr++013@ ijir++++0133f\d\ @ jjr++9/+0135!!! 1~zp<@jjrj r++++9+01!"$532!5 4&#"3ï٩$KEt잻QIiѿgq 7@j j  ir++99//99993+23+2015!!!35!!!'33~ze '~z[ \nDfP`8@  ir++901"&&546632!3267!&&#"T~阝zHA^ME:Tvuyv)~j%:@x: '+9@")$$%!++ jrjijijr++++++++23993301%"&546325!32654&#"#533#3VG^p5??56@@f\2ܫ܊HD tH H>tRRHi X:hth>t| RR|>7XXL>v'7XX45%"&&546632X_NN__NN잞샃잞w9!w>d~L @  j i r+2++99015!'3!3d~XK 5@r j`jr  j r++9++2+299+015"&'732654&# 3632%3HHR5?u>R@  Ґ6Ke%"&&5!X칃잞8N"&+@$$ j#rji jr+++++22+229901 4632&&#"!267#533!3!35b.5'zF[6h4r4j*)wwI`meq}}8(,0*@. --!)*j)rji jr++++++23901 4632&&#"!2675!2654&#!'!2#3!35b.5'zF[6h4r;7/99/EjjZy~I`meqm3*(0lfU_t-jo#@jir j r+2+299++3+01532654&##'32#!33#5!ٹyyy scakjsllj}#@jjr j r+2+299+++301532654&##'32#!335!ٹyy\ scakjsllPoEa @  i /+901''%']]^U^p^U\#Moj}!%/@  %$i%!i%r j r+2+299++23+99301532654&##'32#!33#7!3533ٹyIRn scakjs9____jM!%+@! j%j$!i!r j r+2+299+2+2++201532654&##'32#!33!5!35357ٹy w[ scakjsiiiim6ojH+A)@$,A&@%-3 :ir j r+2+299++901532654&##'32#!3"&'732654&##'2'6654&#"'6632ٹyI|5 ,pOw WRLG"Nf scakjs q(%&/tAVDR[t 5#ePI9Tjm)-&@,(-"i)-r j r+2+299+2+901532654&##'32#!35$54&#"'6632#5!ٹy bY/G^ŒT scakjs|7<;c%$e_h2uiij\ #'@@$!$$& jr jr+2+299//99++23339013#5!5!5!733#37#7333jyyw  T "|r Is ll mm lltbWtj 2@ir jr+2+299//99+2+29013#5!5!5!3!3jyyw F E ll mm llbQ.j !%)96@ )9(,12"#j"r jr+2+299//99+2+29013#5!5!5!5!2654&#!'!2#!35!%5!254#!'!2#jyyw PPOOrllxyT%hz~~\\ ll mm lll**)(-NNQQ<+LIlQREDj} -@jjr jr+2+299//99++2+013#5!5!5!35!jyyw y\ ll mm llllj' #+9@"$i (j ijir jr+2+299//99++++++9013#5!5!5!"&55333% ! %254#"jyyw |{EU` jk ll mm llUg23+"nDMjj &/@ji!jr jr+2+299//99++++013#5!5!5! 4632&&#"!267jyyw 5b.5'zF[6h4r ll mm llI`meqjV +*@*'&#! i r j r+2+9++9013'5!5!"'73254&'%&&54!2&#"jyy&*IDHz4i"$QK nn*ll v$I'. \==f2I&/_;jo )@jr  jr++39++29013'5!5!3'5!5!jyyyy nn*llnn*ll8V!A/@ ')@,-=<097 "2i"r ir++93++901"&54632&&#"326773%5!"'73254&'%&&54!2&#"e(9'xG@c"51}H&*IDHz4i"$QKbndlui8ll v$I'. \==f2I&/_;%!,,X,Ծ\} #@ j j r jr+2+299+++3013!35!35!^yy\Dy\ mmlldLv @ ijr+++9013%!dL>,eh 2@j i   j i jj i /+2++2++9++013!5!!5!5EJB~fHzstrjo %@ irjir++2+++29013#5!3'5!5!jyyyy llnn*llKe !!!!} Ke !!%!!o |$$b #2@!"j r j r+2+23399+2+2901#533!3!372>533!74j*)ww nu=zOyr }}n.Y~Ogv?9bo )@jir j r+2+22399++3+01#533!3!33#5!4j*)wwyy }}llbS !-@ijr  j  r+23+2399+++201#533!3!3"&53326534j*)wwAycbbby }}ꃅMMMMx )@ j jrir++2++399//+9013335!2654&#!'!2#Ȓ.wwB`t~r}\V9.@8!$%54(1 *ir j r+2+29++9015!2654&#!'!2#3!3"'73254&'%&&54!2&#"7/99/EjjZy~&*IDHz4i"$QKm3*(0lfU_t- v$I'. \==f2I&/_;U@#'+.@)!(j !j %j$ r  ir++9+2+++301"'73254&'%&&54!2&#"3!5!5!x&*IDHz4i"$QKyTT v$I'. \==f2I&/_;iiiiU'/*@$,j $i (j r  ir++9++++01"'73254&'%&&54!2&#" ! %254#"x&*IDHz4i"$QK@jk v$I'. \==f2I&/_;DMjU}-1*@'! (./j.r ir++9++29/9901"'73254&'%&&54!2&#"5!254#!5! !3x&*IDHz4i"$QK %y v$I'. \==f2I&/_;lxtlUS#'++@()!!$%j $  ir++9?3+29901"'73254&'%&&54!2&#"3!35!x&*IDHz4i"$QKyy\D v$I'. \==f2I&/_;mmU%++@!*$'(&"i &r ir++9+2+2901"'73254&'%&&54!2&#" 3!3x&*IDHz4i"$QKF E v$I'. \==f2I&/_;bQ.U159I.@!(9+I8VVR;c*GoSKEw24cN^xc'W=>VV>=WU'+*@#) %(!i(r  ir++9++2901"'73254&'%&&54!2&#"3333x&*IDHz4i"$QKgz v$I'. \==f2I&/_;^#Ke46632K잞ƞ샃Ke !!!%!!}J2|(Ke %!%!!!A-$\V1(@0-, )' "ir ji r+2++++901"&5332653"'73254&'%&&54!2&#"ycbbby&*IDHz4i"$QKMMMM v$I'. \==f2I&/_;} !@ i jrjr++39++2+0133335!Gӂy\ llPn`%#37'X>FFFFn,X,(zLz(zzKe"&&546632'2654&#"X샃잞샃잪ͪN__NN__N[JJ[[JJ[n5!%!!|nPBJ #35X|r"rB|"r"rHi #35XTT:--ӊ 7%!XX XXL>47'XEED45rrrr%"&&546632'2654&#"X_NN__NN_J[[JJ[[잞샃잞샖Ωͪw9!%35#wԖ>Lfj/+9901%333DγY[g@e,@ j i  jiij/+3+++9++013!5!5JB~: zstrKey@ j ij/++22+0154632#5&#"#5!Kq贴pj ܖKe @ j ji/++22+2201'5!'75!{{{a{8(:|^&:Fe @ jjj/+++901%5%5!e"'ɺKe @   j jj/+++99015!!!!m{X[S i/+99013#"&546632 Lr?qLLq?&`?i??i?`Kejj/++301%3!5!ϖ旗Kej/+9901%35!ϖ—-@ i/+90177s>uuOcKe  @ i j i /+++901%7'%!!![?k??:Y68:ZKe#@  j i j /+++99015!"&&546632'26654&&#"m샃잞샃q]]qq]]{>잞샃잞샖]qq]]qq]Jf@  i/33+9201333333'3MiW}]]}]'Kj @ jji/+++90175%5%5!5!K"'SKe @ jj/++9/9015!5!5!KLf @j i /+93+2015333eRγ Y[gKe +@ $j j i/+++9901"&54632"&&546632'26654&&#"XHXXHHXXH샃잞샃q]]qq]]&XHHXXHHX잞샃잞샖]qq]]qq]Ke' @ji j/+++9017'"&&546632'26654&&#"?%??g샃잞샃q]]qq]]5:/88:잞샃잞샖]qq]]qq]Kejj/++301#!!5`Keji/+2+0175!!3K&$@!i!ji j /3+2+++901#54&'&&5463"&#' "&54632jpNJ5;nhG\=WW=>VV*)N1"iNW7(eobpLW=>VV>=WKe @ j  ij /33++222+201%3!5!!#3!5!5!9|#噙陙Jf  i /33+9901%333'3MiT&$4IQYM@)UMMN-j<;E RJ J JV,Nr%rBj5 r+2+2+2+22299//993333+23301!&&5463""&54673237&&5463""&54673234&#'2!4&#'20CaBJ6"(nig^^v0E_BJ4$(nig^^qVJD&JDkRQK9w6zhdd13lLQK7v9zhdd22vAEAEp6:)@97j9r,-j,!j!i!j!r++++9+99++01"&'732654&54675&&54654&#"'66323"#3]|5?t1x~.||.~x1t?!]*9W\"0_* wDJ_q"mcGGnz EK"6%?8HE`"> !@ j rjj j r+2++2+++013!5!5!3tJJ䰰l&v'. '' `X +@jjjr j r+2+2++99++9'573!3 PfP |77  '@ j rjjjr++99++9++'57#3PfP |77 @jjjr++99++9'57PfP |77u)-L@1'$# +jr-`i rjjjjir++++++99++++901%555"&'732654&''&&5463"3GyZnaC?p|JHО ''+-bdB\pB̸g]EV#bI p'$  <@ij i?3333+23+2333+23015!!5!35!35!35!EuuiUUUt&H$n @j j ?3+2+23015!5!5!5!hb   \ @j jj ?+++015!5!5! X X ̺ +@ j ijjjjj/+++++++99015%5%55!p\@p:@"    jjjjjr+2+++2++3332901%555555DD22NN22N ''9@$ij j i  jij?3+2++9++??++015!5!53"&54632p}+i ^=WW=>VVhz}I2$W=>VV>=W'L ''cC @ jjjr++99++95C Pf jlF7VW | (@ j r jjjr++99++9++53 Pf\ jlF7VWh ,@ j r jjjr++99++9++3253!3 Pf` jlF7VW ''~)-J@1 #$' +ir*` j rjjjijr++99++++++++901572654&''&&54632&&#"3&&C?֓2*Kq|JHО*^^B\pBshIOaYEW"bJ  #'/h@C+*./)(j/)jji./j,-j.,ijj.r !%jr$` j r++++9+2+++++299++++9901572654&''&&5463"3555&D<C?p|JHО?ױgiB\pB̸g]EW"bJ  ' '' +@jj j ijjj/+++++++990155!\p\llоx'(H:@"    jjjjjr++++++233333901%55.0BD ''%-,@ ',+(" &)*j)j&-j&jj?+++++901"&'&&#"#"&432>32325535XQA5k=Apo}OZZaZN~psCK?5pAxp}+A&3#-##-#>&6FZz} '' H?G0@"4 A:-!FEB'0@CDjCj@Gj@jj?+++++901"&'&&#"#".#5232>323267663232553!"&'&&#"5Z<:tJX{\ZksMMskY]|ZdD/e?8x=OISC:n=xXJ7k97x%(3 )=D"6FZF%2) )Gz}BJ )@ j rjjjijr++99++++++01%5 3&6$.2:LB JD@-j i j jjjji jr j r+2+2++9++++++++01%55553 b&6$ 2:LHd!"@!i !j j ij i ?3++++++0154632326553#"&'&&#"%5!ȀM@:q;-(r~TA9b772$PG&"4/4 2'#GBIZ H,:IUY@@*;Jj(j "jAPj0GV;6AD (M3,,-6j-ijr++++9/99++++0154632326676$32#4&#"#"&'&&#" 667327"&546323#'2654&#"3ȀM=2N;40Nߙd@GeJ=n49b772J,Q%}HOMoJJoPVNJRZSPC*"4WIksD:#GBIZW=ZC.yo#oyyoYn&'p%-,@%-()" , &+*j+j&'j&jj?+++++9015!232>323"&&#"#"&'&&#"'57@QA5k=Apo}OZZ`ZN~psCK?5pAxn}+}pZrA&3#-##-#?% 5F-}==}zzH$5"@j$j ,j2j2 $5i/+9++++01546323267663232553#"&'&&#"#"&'&&#"Yk6#R8ES0)j3oA4KUr~M\.8SM4?*HeL6N)!#wZP-)"3$G0'+wZ ?G.@ 0'G!-:F 4 @EDjEj@Aj@jj?+++++901232>323".#"#"&'&&#"#"&'&&#"#5!2326766'57@Z<:uIX{[ZksMMskY]|ZdD/e?7x>OJRD:n=x@XJ8j97x%(3 )=D"6FZrF%2*)Gf}==}zznH "@j j r+?+9/9+201!##5!5!@ܘܺ '3?KO[gB@*b".j\(jP"iLMONV"r@jF j: i4 r+2+2+2+2+29+2+2+201'"&54632'2654&#""&54632'2654&#""&54632'2654&#"%'"&54632'2654&#"\F\V9EE9:FFT9EE9:FF49EE9:FF\&\9EE9:FF2~xUEGUUGEUUEHVVHEU*UEGUUGEU>~xUEHVVHEUP@ jrr+++90135!02 ~ t %@i jj ?32+2+2?3+2015!!5!5!!5!3!3 TxVVT|nh& @ i jj?++?3+2015!5!3!388nh t  @ i rjj?+++2+2015!5!3!3>66|nh t @ i rj?3+2+2+2015!!5!3!33Ax6hb&I @  i rj?++2+2015!3!36hb t @  j ri?++2+2015!3!33A|hb @ i rjj?++++015!5!3lldb \ @ i rjj?++++015!5!3Xll0b \@ irj?+++015!3ldhb@ irj?+++015!3Xl0hbn@ jj?++015!5!(b nL@ jj?++015!5!``b dn@ jj?++015!5!d``b  t H@*j i jjij r+2+2+2+233+23+2+2901%'35!5!5!7#5!'57>2n6 h  T}+}ps s޺}==}zz -@j i j jj i ?+++9+++01%'57%5!5!a}+}p(}==}zzں 7@# j i j jij?++2+2+9+2+2015!5!'57'57n}+}p}+}pn}==}zzz}==}zzo t ?@% j j ijijr+2++2+2+2+2+2999015!'37#5!'57xh x}+}pns:s޺}==}zz '@j j ijijr+2++++++201%'35!7#5!bh ss޺p+@ j i j jij?++++9++015!5!'57j6ʠ}+}pn}==}zz t7@" j i  jij?3+2+2+29+2+2015!!5!'57'57kX}+}p}+}ph}==}zzz}==}zz '@ ji jj i ?+++++901%'575!a}+}p}==}zz  3@  j i   j ij?++2+29+2+2015!'57'57}+}p }+}ph}==}zzz}==}zzo t /@j i j i  j?+9+2+2+2+2015!'57'57fx}+}p }+}ph}==}zzz}==}zz '@ j i  jij?+++9++015!'57L}+}ph}==}zzp '@ j i  jij?+++9++015!'57.}+}ph}==}zz t R@/ jijiijr+++++++33933323333015!5!7!'! 35@n2 hp}+b  "sQ&Msz} -@j i j  jj i ?+++9+++01%5!5!!5!Op}+((z}R F@)    ji j ijjr+++++++3393333015!5!3  5t hp}+n&M"sQz} t7@# j i  jjij?++2+2+9+2+201!'!!7!55 tnp}+p}+n:z}}z}" -@  ji j ijjr+++++++33015!5!3 bt hn&M"sQ+@ j i  jjij?++++9++01!'!!7!56jp}+n:z} t7@" j i   jij?3+2+2+29+2+2015!!5!55 kxp}+p}+hz}}z} '@ j i jj i ?+++++901%5!5!Op}+(z} 3@ ji   j ij?++2+29+2+2015!55Hp}+p}+hz}}z} t /@ji j i  j?+9+2+2+2+2015!55p}+p}+hz}}z} '@ji  jij?+++9++01!5!5*p}+hz}@ '@ji  jij?+++9++01!5!5p}+hz}Q #@ jr j r++9+2+9901'6654&# "&546327T,,G5uukzf>1uDkk(g``a`YJdz2sO#,@  j#j!"ji r+++99+99+9901%"&546327"&5463277^ jvseq|zjvseq|z<(P`e[[f[Rdp2Ee[[f[Rdp}t "&54632^>XX>>XXtX>>XX>>X "&54632"&54632^>XX>>XX>>XX>>XXtX>>XX>>XKX>>XX>>X  #"&54632"&54632"&54632^>XX>>XX>>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>X  #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>X  #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>X  #/;G"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XLX>>XX>>XiX>>XX>>XKX>>XX>>XV #/;GS"&54632"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XLX>>XX>>XiX>>XX>>XKX>>XX>>XV #/;GS_"&54632"&54632"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XLX>>XX>>XiX>>XX>>XKX>>XX>>XV #/;GS"&54632"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XLX>>XX>>XiX>>XX>>XKX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XV #/;GS"&54632"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XX>>XX>>XKX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XX>>XX>>XKX>>XX>>X  #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XLX>>XX>>XiX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XLX>>XX>>XiX>>XX>>XV #/;GS"&54632"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XLX>>XX>>XiX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XLX>>XX>>XiX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XX>>XX>>X  #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XXX>>XX>>XLX>>XX>>XX>>XX>>XX>>XX>>X  #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XXX>>XX>>XLX>>XX>>XX>>XX>>XLX>>XX>>XiX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XX>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XLX>>XX>>XiX>>XX>>XV #/;GS"&54632"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XLX>>XX>>XiX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXX>>XX>>XLX>>XX>>XKX>>XX>>XiX>>XX>>XLX>>XX>>XiX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>>XX>>XXX>>XX>>XLX>>XX>>XKX>>XX>>XiX>>XX>>XX>>XX>>X  #/"&54632"&54632"&54632"&54632^>XX>>XX>>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XLX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632^>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XLX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632"&54632^>XX>>XX>>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XLX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632^>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XLX>>XX>>XV #/"&54632"&54632"&54632"&54632^>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632^>XX>>XX>>XX>>XX>>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XV #/"&54632"&54632"&54632"&54632^>XX>>XX>>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>X #"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XKX>>XX>>XX>>XX>>X #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XKX>>XX>>XX>>XX>>XKX>>XX>>X  #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XKX>>XX>>XLX>>XX>>XiX>>XX>>XKX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XiX>>XX>>XKX>>XX>>XV #/;GS"&54632"&54632!"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XiX>>XX>>XKX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XiX>>XX>>XKX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XX>>XX>>XKX>>XX>>XV #/;G"&54632"&54632!"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XX>>XX>>XKX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>>XX>>XX>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XX>>XX>>XKX>>XX>>X  #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XKX>>XX>>XLX>>XX>>XiX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XiX>>XX>>XV #/;G"&54632"&54632!"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XiX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XiX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XX>>XX>>XV #/;"&54632"&54632!"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XX>>XX>>X #"&54632!"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>X  #/"&54632!"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XLX>>XX>>XiX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XiX>>XX>>XV #/;G"&54632"&54632!"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XiX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XiX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XXX>>XX>>XX>>XX>>XiX>>XX>>XX>>XX>>XV #/;"&54632"&54632!"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>>XX>>XX>XX>>XX>>XX>>XXX>>XX>>XX>>XX>>XiX>>XX>>XX>>XX>>X  #"&54632"&54632"&54632^>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XKX>>XX>>XLX>>XX>>XV #/"&54632"&54632"&54632"&54632^>XX>>XX>>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XV #/;"&54632"&54632!"&54632"&54632"&54632^>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XV #/"&54632"&54632"&54632"&54632^>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XV #"&54632"&54632"&54632^>XX>>XX>>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XV #/"&54632"&54632!"&54632"&54632^>XX>>XX>>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XV #"&54632"&54632"&54632^>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>X  "&54632"&54632^>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>X  #"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>X  #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XKX>>XX>>X  #/;"&54632"&54632!"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XKX>>XX>>XV #/;G"&54632"&54632"&54632!"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XKX>>XX>>XV #/;GS"&54632"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XX>>XX>>XiX>>XX>>XKX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>XX>>XX>>XiX>>XX>>XKX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XKX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XX>>XX>>XKX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>XX>>XX>>XKX>>XX>>X  #/"&54632"&54632!"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XV #/;"&54632"&54632"&54632!"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XX>>XX>>XiX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>XX>>XX>>XiX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>XX>>XX>>X  #"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XXX>>XX>>XLX>>XX>>XiX>>XX>>X  #/"&54632"&54632!"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XXX>>XX>>XLX>>XX>>XX>>XX>>XiX>>XX>>XV #/;"&54632"&54632"&54632!"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XX>>XX>>XiX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>>XX>>XX>XX>>XXX>>XX>>XLX>>XX>>XKX>>XX>>XX>>XX>>XiX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XXX>>XX>>XLX>>XX>>XKX>>XX>>XX>>XX>>X  #"&54632"&54632!"&54632^>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XV #/"&54632"&54632"&54632!"&54632^>XX>>XX>>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632^>XX>>XX>>XX>>XX>>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XX>>XX>>XV #/"&54632"&54632"&54632"&54632^>XX>>XX>>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>XX>>XX>>XV #"&54632"&54632"&54632^>XX>>XX>>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XV #/"&54632"&54632"&54632"&54632^>XX>>XX>>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XV #"&54632"&54632"&54632^>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>Xt "&54632!"&54632R>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>X #"&54632!"&54632"&54632R>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>X  #/"&54632"&54632"&54632"&54632R>XX>>XX>>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XKX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XKX>>XX>>XV #/;G"&54632"&54632!"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XKX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>>XX>>XX>>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XKX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XV #/;"&54632"&54632!"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>X  #"&54632"&54632"&54632R>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XV #/;"&54632"&54632!"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XV #"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XV #/"&54632"&54632!"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XV #"&54632"&54632"&54632R>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>X "&54632"&54632R>XX>>XX>XX>>XXX>>XX>>XX>>XX>>X  #"&54632"&54632"&54632R>XX>>XX>>XX>>XX>XX>>XXX>>XX>>XLX>>XX>>XiX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XV #/;"&54632"&54632!"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>>XX>>XX>>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XV #"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XV #/"&54632"&54632!"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XV #"&54632"&54632"&54632R>XX>>XX>>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>X  "&54632"&54632^>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XV #"&54632"&54632"&54632^>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XV #/"&54632"&54632!"&54632"&54632^>XX>>XX>>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XV #"&54632"&54632"&54632^>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XV "&54632"&54632^>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XV #"&54632"&54632!"&54632^>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XV "&54632"&54632^>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>X "&54632^>XX>>XXX>>XX>>X  "&54632"&54632^>XX>>XX>>XX>>XXX>>XX>>XLX>>XX>>X  #"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>X  #/"&54632"&54632"&54632!"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>X  #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XLX>>XX>>XX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XLX>>XX>>XX>>XX>>XV #/;GS"&54632"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XLX>>XX>>XX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XLX>>XX>>XX>>XX>>XV #/;"&54632"&54632"&54632"&54632!"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632!"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XX>>XX>>XV #/;"&54632"&54632"&54632"&54632!"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XX>>XX>>X  #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XLX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XLX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XLX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XLX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>X  #"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XXX>>XX>>XLX>>XX>>XX>>XX>>X  #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XXX>>XX>>XLX>>XX>>XX>>XX>>XLX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XLX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XLX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXX>>XX>>XLX>>XX>>XKX>>XX>>XiX>>XX>>XLX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XXX>>XX>>XLX>>XX>>XKX>>XX>>XiX>>XX>>X  #"&54632!"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX X>>XX>>XX>>XX>>XX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>>XX>>XX X>>XX>>XKX>>XX>>XX>>XX>>XX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>XX>>XX X>>XX>>XKX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XV #/"&54632!"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX X>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XV #"&54632"&54632"&54632^>XX>>XX>>XX>>XX>>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XV #/"&54632"&54632"&54632"&54632^>XX>>XX>>XX>>XX>>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XV #"&54632"&54632"&54632^>XX>>XX>>XX>>XX>XX>>XXX>>XX>>XLX>>XX>>XKX>>XX>>X "&54632"&54632R>XX>>XX>XX>>XXtX>>XX>>XKX>>XX>>X #"&54632"&54632!"&54632R>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XKX>>XX>>XX>>XX>>X  #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XKX>>XX>>XLX>>XX>>XX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XX>>XX>>XV #/;G"&54632"&54632!"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>>XX>>XX>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XX>>XX>>XV #/"&54632"&54632"&54632!"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XX>>XX>>XV #/;"&54632"&54632!"&54632"&54632!"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XX>>XX>>XV #/"&54632"&54632"&54632!"&54632R>XX>>XX>>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XX>>XX>>X  #"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XKX>>XX>>XLX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XV #/;"&54632"&54632!"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XV #"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XV #/"&54632"&54632!"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XV #"&54632"&54632"&54632R>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>X "&54632!"&54632R>XX>>XX>XX>>XXX>>XX>>XX>>XX>>X  #"&54632!"&54632"&54632R>XX>>XX>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XLX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XV #/;"&54632"&54632!"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>>XX>>XX>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XiX>>XX>>XLX>>XX>>XV #"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XXX>>XX>>XX>>XX>>XiX>>XX>>XV #/"&54632"&54632!"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XV #"&54632"&54632"&54632R>XX>>XX>>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XiX>>XX>>X  "&54632"&54632R>XX>>XX>XX>>XX X>>XX>>XX>>XX>>XV #"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX X>>XX>>XKX>>XX>>XiX>>XX>>XV #/"&54632"&54632!"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>XX>>XX X>>XX>>XKX>>XX>>XX>>XX>>XiX>>XX>>XV #"&54632"&54632"&54632R>XX>>XX>>XX>>XX>XX>>XX X>>XX>>XKX>>XX>>XiX>>XX>>XV "&54632"&54632^>XX>>XX>>XX>>XXX>>XX>>XX>>XX>>XV #"&54632"&54632!"&54632^>XX>>XX>>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XV "&54632"&54632^>XX>>XX>XX>>XXX>>XX>>XX>>XX>>X 7 "&54632^>XX>>XX X>>XX>>X  "&54632"&54632R>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>X  #"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>X  #/"&54632"&54632!"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XV #/;"&54632"&54632"&54632!"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XV #/;G"&54632"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XX>>XX>>XX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>XX>>XX>>XX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>XiX>>XX>>X  #"&54632"&54632!"&54632R>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XV #/"&54632"&54632"&54632!"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>XX>>XX>>XV #"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XV #"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XKX>>XX>>X  "&54632"&54632R>XX>>XX>XX>>XXX>>XX>>XLX>>XX>>X  #"&54632"&54632!"&54632R>XX>>XX>XX>>XX>XX>>XXX>>XX>>XLX>>XX>>XX>>XX>>XV #/"&54632"&54632"&54632!"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XV #/;"&54632"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX>>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>>XX>>XXX>>XX>>XLX>>XX>>XKX>>XX>>XX>>XX>>XV #"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XKX>>XX>>XV #"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XXX>>XX>>XLX>>XX>>XKX>>XX>>X 7 "&54632!"&54632R>XX>>XX>XX>>XX X>>XX>>XX>>XX>>XV7 #"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX X>>XX>>XKX>>XX>>XX>>XX>>XV7 #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XX>XX>>XX X>>XX>>XKX>>XX>>XX>>XX>>XKX>>XX>>XV7 #"&54632!"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX X>>XX>>XX>>XX>>XKX>>XX>>XV7 "&54632"&54632^>XX>>XX>>XX>>XX X>>XX>>XKX>>XX>>XV7 #"&54632!"&54632"&54632R>XX>>XX>XX>>XX>>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XV7 "&54632"&54632R>XX>>XX>XX>>XXX>>XX>>XX>>XX>>Xt "&54632R>XX>>XXtX>>XX>>X "&54632"&54632R>XX>>XX>>XX>>XXtX>>XX>>XKX>>XX>>X  #"&54632"&54632"&54632R>XX>>XX>>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XV #/;"&54632"&54632!"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XV #/"&54632"&54632"&54632"&54632R>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XV #"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>XV #/"&54632"&54632!"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XiX>>XX>>XV #"&54632"&54632"&54632R>XX>>XX>>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XiX>>XX>>X  "&54632"&54632R>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XV #"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XV #/"&54632"&54632!"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XV #"&54632"&54632"&54632R>XX>>XX>>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XV "&54632"&54632R>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XV #"&54632"&54632!"&54632R>XX>>XX>XX>>XX>XX>>XXtX>>XX>>XX>>XX>>XX>>XX>>XV "&54632"&54632R>XX>>XX>>XX>>XXtX>>XX>>XX>>XX>>X "&54632R>XX>>XXX>>XX>>X  "&54632"&54632R>XX>>XX>>XX>>XXX>>XX>>XLX>>XX>>XV #"&54632"&54632"&54632R>XX>>XX>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XV #/"&54632"&54632!"&54632"&54632R>XX>>XX>XX>>XX>XX>>XX>>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XX>>XX>>XV #"&54632"&54632"&54632R>XX>>XX>>XX>>XX>>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XV "&54632"&54632R>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XV #"&54632"&54632!"&54632R>XX>>XX>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XX>>XX>>XV "&54632"&54632R>XX>>XX>>XX>>XXX>>XX>>XX>>XX>>X 7 "&54632R>XX>>XX X>>XX>>XV7 "&54632"&54632R>XX>>XX>XX>>XX X>>XX>>XKX>>XX>>XV7 #"&54632"&54632!"&54632R>XX>>XX>XX>>XX>XX>>XX X>>XX>>XKX>>XX>>XX>>XX>>XV7 "&54632"&54632R>XX>>XX>>XX>>XX X>>XX>>XKX>>XX>>XV "&54632^>XX>>XXX>>XX>>XV "&54632!"&54632R>XX>>XX>XX>>XXX>>XX>>XX>>XX>>XV "&54632R>XX>>XXX>>XX>>X L  $@  rr++9901!Xphh 8 j/+013 N  @ j ir++29+20154676654H'663"EB; MG&SM--a6s&=rdVX2-B,;@frB'E>:54H''663" + "^q$.$CtAI$'7*(jW0;-3' w")4 j/+013Z2|4 j/+0132Z|4P? @ ijr+++01'766532<^]ҭ w\h j/+01"&54632X7OO78NN\O78NN87Oj F^ t j/+013Mu T @ji j j r+++++0152654_]PREVV $$#! _SBjk~X @ j i r+22++01"&546757"327ns}F@jv=7#/0Xe[JdF XP*. t0 j/+015!tt0{\5\{\5\\\6CjF^@ ~X ,8 j /2+201"&54632!"&54632(7OO78NN(7OO78NN,O78NN87OO78NN87O,8 j/+01"&54632X7OO78NN,O78NN87O+,!& j/+01%!/,,& j/+017!,,M&j/2+2017!!7!t,,0j/2+9013#'3ޱj,,0j/+29013#73ކ,"D  jj/++201"&5332653Xįi^_h"IQQIjFl @ ji j/+++01"&54632'2654&#"Xq}}qq}}q/11/.22lbbllbblt/+,//,+/b@ jj  i/+99++015463232553#"&'&&#"ii)Y:;>6^^"^A+HJ2}}@<2xxJ<, j/+015!,dCp ji//++0154676654#"'632$' R`DCQ6A #!3+wK P d v * B T h z Rdv8Pbt&8Tfx"Z&8JBTf.BTfx 8J:z$P$8n$<Nbt "4FXj|"  " !!R!j!~!!!!!!"$"<"N"`"v"""""####$$$$% % %2%F%X%j%%%%%%%&&&,&>'@'R'f'z(())x)))))*f++,J,,,---*-<-T-h-|------../B/V/h/0z01\122 222D2V23n44f44445p55555666.667778j8889>9P9b99:(:@:;^<<<<<<=> >>>?J?\?n?@z@@@AA"A4ALA^AvAAAAAAABB&B:BLB`BtBBBCjCD>DVDjEEFFFGG&G8GJGHH H2HDHVHhILIIJfJJJKL&L>LPLbLtLLLM>MVMhM|MMMMNtO$O6OJOvOOPHP`PrPPPQ<QTQfQxQQQQQRR*R<RNRSBSVSjS~SSSTTXUVLVVWLWWXX.XPXhXY YY0YBZ[\[[[\\]]]$]6]^]p]]]]^h^z^^__X__`l`anabblbbccc^cddefgxgghh\hhhi iiXijiij~jk*kkl l8llllnnoo,o@p p"pxpqqq@qRqdqqqrxrrs s:sst tptufuuvlvvvwwdwxy$yRz{{||^|} }}.}@}R}}~D~p(:L`*VhzxnF .@z$6Hx 2D"j@N`rRn&v\(rp>*BZrb(`BR,>Pbt(:L^p<Z"LF8$ &vf ~,>|x6d:^0DVjT@XtTV* 26HZl~ .BBTfxJ\n^æĮ0H`xŔŰbTnj<Ȁ&B^zɐɢɢɢɢɢɢZʶ&ˊ>͘ ΜXNb`Lծ2ք @׊N`rؤض6\ٜtڤHێ ܔܺݐ:L^ކ&߬x,`rZLrTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTl@&vVN<|<n0ZBp,z.pp Lx*Z888fJJJJJ*p RP"Fl8^*` 2Tv2Nz 0Rn>dL,~4Z|&Zv6Xz@f  D t     < h     . Z |    $ H ~    4 Z    2XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXL6@x,t4f.:X<p<<   !n!"^"#>#$%&<&''()0)*8+J+J++,,P,l,--r-.p/X0012Z34L55555677X77788J8p8889@99: :F:::;;,;;<:>?@AXAAABBFBCDCVCCD D8DnDDEZEnEEFFXFjG.GHH$HZHrHHIIJJKDKMVMhN(OPPbQQR6RHRRRRS$SNSSSTT.T^TUUbUV>VVWJWWX@XXYPYZ Z~Z[&[[\<\\]$]^D^D^^_d``abdeeg ghijklpm\n$nop|qrxs@t,tuv`wLxxyz$z{H||~ ~t8$|DTx@ddl4TdP<p8$H$|DTx@ddtttPdl4 ÌTdLjP<ʨp̔8Τ$HФ$Ґ|DհTx@dڈdtޘttPd($H$H4X4X4$H4X4X4$H$8p<N`rX6^r*FXH,>Pbt D v     4 l  F b   " > P b t   N N@ `f%5ˀ Q___33Ɓ:AQQ鳃            *  ! !      VV'&,,,CXMMM&۶+MMWJ#HYMMM׃ ,^^^7Ӣ̹BЁЃ'777  㽽"CCC0AIE  ;;---9_ZQ_Ń __33ہ222Ɓ:!22210AQQ鳃   -10 Q_ 㫣__33## Ɓ:@zAQQ鳃  }(((((TT+3f=!4   WK +8^^^A(  -^^^6F333 ##?fff //S4////S55   & 1'ɔ郈 PV^^^-/// ʽDDDD       .$"1'ɔ郀 PV^^^- /// ʽDDDD ""'TTT'3fff//////???$ '''TTT' 333fff////// ???$    3f/5ˀ      *  ! !        K6  @~胁 «33ff */*25ˀ YH D2㨨тפ !dW^^^8222ؿ  4 44  ͽ !DDDDDD V3f5   =6   3\\\$iP胈 `bbblCDD&&&  3f/ˀ B5 !1%ƔBBރ gc^^^,ᢢ44/ ĽDD      @0 1%ƔBB gc^^^,ᢢ66/ ĽDDAF  V3/  V3̓3/     7f 0р =< 4663VVV22΅((䦦؁ffff ΁GCGGGAGG|GGˀ           A0  77胁 «ff:!! *20р   ) 1VVV((˦̃ff :&G  +!@ZZn@*(ˁ(֬ //JCC8%        /5 ؃ /.5  #<胈/5  @8@!   MP' &!3CCC ȵ Э,NTTT6'44 ### "%&&&"55(((%"僀 贴AFFU߁266 4(|NN^$ĄNNPAPPAP %%*%5:筇 Q˰[SSNN胀AA>--@ --⌀     :677?OOOQ˰[SSNN胀(( AA>--@ --H92 84 Q˰[SSNN(( AA,,,&>--@ --A9/    ^^^22D     *  ! !                  F= $ɱ^^^ز^^^ ::. 22  ***D ' +  MMނ+\\ DDDDDD ཽ   7 ^^^ 222D    5 ? ΁ (( ^^.\K(K 222>>>>$€ ++2^^^2 2/fff"22 ////// ˂߇ ,,8^^^8$MMM ////  //))) 4 2=6662^^^ ۤ^^^  "22GD /-(C^^^C(( (jP 3:fff #33//////2 !!!˄      OL  0bbbB 61 ΞBylB YX^^^@$ (7772* DEDDD.         D:  F7Ӭ.```<pnP^ddd5 /<(/ 9 ‚==Ľ * /  \\ ΢^^Y2222 D 7f    73͂f      Fi77ff / ˁ˃    VΜ/?         + )  9XWWP9VP LPΜ ʽ/ ?         G? @wܸVVVزΜ2 / ***? LF Ѣ3^^^/NbM'Ԣ'NbNmX<:Vjbbbb!:2! ! CǷϰ   [c襃*2CC JJ">>>쵼444DK[c ʶ惁<2(((  *2 ((     ((CC  ) '  0J VVVVTb 2Μd[dd  / ?ɀ  +'TFd謃AA!KKKK       j$$jܖ C""C  <a77Ƀ: ΁22·          8ff 55ˀ            <[ww@@ % DB!ϰUU߃ AQbbb.؞((333    ˽CCCCC''''  ;TKK  )L \T->;QQQ* B<_b(QQQ^dME) hed`ی ###Ȳ -222:::'2Ƅ22 !!!&*':::842     胆       胆     胅    p? >;QQQ* B<_b(QQQ^dME) «hed`ی ###Ȳ 8222  222:::'*5CCCC2Ƅ22 !!!&*':::842    }? 4#ůH ۾ ݸ==#スꃁ "###ɲ220+WZZ  ^^^Ҟ !!!!$222*  !:::***ͷ溺@@@@  -+ ZZZ, *XXX *2>* *KKK 0+  8/ԢFbbbb/͞  88'  ƽ CCC      ?A >^j^^^,Ѧ-^^^n_B]^^胇XXX+֨::!F ":::  ѵ )KKK-# RR)eee: )fff3Ϣ (BgnPP 상  )\\\*Ф(Z)777¿  !!HHڸH!߃ CE$/<>^j^^^,Ѧ-^^^n_B]^^胋XXX+֨::!F$":::  ѵ )KKK-# EI >^j^^^,Ѧ-^^^n_B]^^**XXX+֨::!F"":::΁΁  ѵ )KKK-# =/   误HH%ܴ  )HH +^^^,٢55  FFF       胆Z      胅   iY/Ȼ  误HH%ܴ ز )HH +^^^,٢*222-555  *(CCCCC "FFFFF  62 ;;; ;;;<bbbbb<((  % %%΂ ;;7   =7  QQ$LLL"  ظ Ԣ&^^^dh9   >ݺ D? /bbb/ ÁUn@x (((((TTTr؃   KCCCCC.""!  ;bbb*  LM(0_^^T9T`T^^,Ѧ-^^^iZ?XXX+֨::!% ":::݃**)  ѵ )KKK-# IIKe>>>쵶#>>>JK鄂 ʶ!!<,  ::            @> ;;;,+Mhhh2 ׷=타 ֻ 4dd  x($ddz !!!   ܽ ÷ @>====K*К9ꃀ dd4 訜xzdd$(222-"!!! ڷ  QQ(0_^^T9T`T^^,Ѧ-^^^iZ? XXX+֨::!% ":::݃**)  ѵ )KKK-#  ^^^,,XXX  *06 *εΆ $" ^^^, **,XXX  *06 *εΆ ݃ ؃  . 8  ;<+ T__  LLLL  ;<ŁTLL      胅  R Q3eb^;^29U%ʄ ____* 22  *444* CC@ 烀  d]0 ;;<<+++惁 « T T__B..B_0 :::)!   *5CCCCLLLL 烀   : >3^^^:V&ʄT__ HC=   % 3eb^^^^^胀ʄTT HC>  # # % .W`Ò{z******"狀   % .W`Ò{z******"狀  +*FJ;;;,;;΁ ĻTT   チ** .ZZZ/Ԣ胂!::㨨+XXX ***#2,*****405  #-KKK) ڵہ  8=.ZZZ/Ԣ胅!::㨨+XXX**#2,*****4,1  #-KKK) ڵہ  <4 !(! (/Yj^^^˦^^^^jZ<^^^胁 XXX*ܨۃ::$K@S ) , ŹZ;ű.XT  &$!ߵ:     MQ& 4ddd6  ˜$2/-?)bbbbbA섀&  222 C%CCCCC)          ds2/ddd_ddddddadgddd*΢ă -abb/++3!CBCCC4* ƽց   %%ۃ   (  ԁ lbb,  ǽ&ۀ -( 6SSS SS胁 ՞TT  !!*:CCC 6- 6SSS SS** ՞TT  !!*:CCC 10 (6SSS SS胅 ՞TT7@!!*:CCC   hQ 2 (EEE  EE"" Ч テ̞TT@`PPPRUDnт 2 2 *\\SSR 0* 2%.^^^hbG^^^^^胆О˂  *CCCC22      胅  D@%]]]\dd]2%.^^^hbG^^^^^d*SdО˂΁***…CCCCCCC22   胅     XG 0##2%.^^^hbG^^^^^胁«О˂ <*# *5CCCCCCC22 PR Έ Wxxx3 IVI켞JVIea>3**3=_cVVVV!!!)%%!CӸЬ   Ke赃!!:: *-  ""XXXXRX&&@d^ddd 2 (0C0„(  +#% fNAA C.Ձ\\\\Մ    胅  ,bb'胀"' :: ,' ZA{A܃ۃ2--+!FF     胅     9VV?Ό9999ǁǃ    CE$?L"!(D`j^^^0צ2^^^n`F]^^胋XXX+֨::!F$!!':::%  ѵ )KKK-# *&3^^^^^2͑7}܃ʄ 225%5%CC@          < ^bb*   = "    E'^bbb*  ぀ ہZb?%1% '9'%%σvvvvvvvvvvvvvvvvvvvv(!%!!.!  ā\\\\āā\\\\āā\\\\āā\\\\āā\\\\Ą DN*77777# 777*7777AA>1<<<؊ &*,,,* ɸă߂::   #    FF຺!F!  222 % $  F66  CS[_\C2 '' ?ݰP" 郀YYYY .  DDDD $%Q躪_؃QQ:ALMG1 ///#%%  , /   ^333f/// 55  f/ˀ    Vfd/ˁ 5 6 VP  f 666/ 55%55ˁ5     ' >OHJئ(ZicjBlN ²A/((BjckZ(춷!Nl((JHN> ߲Abb( fffP4233' 3324Pfff (ͅ'33̰3354  WFFFF,FW,FFF˺ˀ$$ˁ552$܁ˁ$$2܁55$ RV#!\\\)1TTT=<: #:<냂111J___]ZY.!39@DDD.ֽ   NNNAVV@55>555ll   d]& _^aK# 믞AWTU @{{Leeeeg33괆3333  µ &5//ǵ5& 54555      Vf +++5     Vf/ˀ    ("'37d#؁( A++ *22255܁**  4 * (((TTĜP<   VV(؁ />>  V7 /5 ..  9^^^9 444/// 555  82 .^^^.444ff /// 555  22MMMתݺLL胀444//%%%   @ C -JJئئ؀ 4f-ϔϵеH %%%  BA !JJJذưFF؃00022Мֽ/ %%% $܁'  ) &   1'ށPV^3 /ֽD 61 *[[[-  졢-^^^`b22  !.=CCCཽ僀      V79Ӄf &&@$$^ 3 ) 0SS0 3͢1^^1 7::Dܽ Za1VV΢VV2776DZdĿ-2VVVV胊fff0 ́ 33' 33222&-R_$ 55535!6"净 ,( "VVV# 77 333ff  2&?  2f/$܂ˀ  .P\CdddQ3((ZicjB@ X"²]]APPBjckZ(춷#X@PPC\Q.(2Qddd( fffP4233'3324Pfff (ͅ'33Ǯ3376  WN>>>$ 7W $>>Nºڀ$$ˁ5521$܁ˁ$$2܁11$܀ kd* _^aK# 믞LL蜜AWTU @{{Leeeeg33괆3333  µ &5//ǵ5& 5554555 >4>>>  胅  | _pO  iw`Z((4 --22(Z`wi Ⱁ 4(..Op_ئ ӃP dddadF0 *** **Ϻdaddd Pօ*** 0F**,+¿999A A999ǃ&&222ہ&ہ΂&&ہ22& YQ  2dddSddd1 %%% <\\\`\    7@HHH.*** ۸  ^PP^^^胀A~~A2**@@j  胅 ^^ E>>>  ) ^^胀dd  0>2 3#"gSSgSS烀AttAAAtt ##+##DCCCC  ^**d&ۀ   ^d*+€   ;d€   d ^ %$$ZZ<*>  ^+Ձ*F    vR&ځ** FFFF  ^5*K    d 2 *** >>># 1 ) /d/< 22d  !>># ) .  ^^(**NNN, C B--1P-dT"000$ ߅>>3%>>># >9+PPP+ 11σ***** **!!>>>!   0 4  8/զ Fbbbb**::1*" # ƽ CCCC& 1. *ZZZ,# 0bbbcf**28C&    ' "  ^0؂*  *6**& ' +  3Zݶ*֔l   *!+KKK+ &7 []-  ^^М^^%aoik^F22^^^^ddd= 22*22***>>>9> O @ ^^'-)G^^)@t0؂*@B*6** &SSU)  " *d4€  b@WKajBxZZxncZUc@2@|UU2@cUآ@| KKxBjaKW@bZbnxZZKKgg>Z'iiiinF0 **$"***Ϻniiii'Zփئ*"$** 0F**4330!'''2992''0!4&&&ց.*&ۂ&&ۂ&*&* ee DK6?AxgR2& RR(MgxA?6KDZ.ddd]d22Ҧ(,22 2+4+***** *:+"»>> >E>>> (^**d>&ۀ @d;;ŃĄ!SS @d;;ŃTTĄ!SS ##.-,bb'胀"'::>> $ &  FT**%%***%*>>&&&ۇ     .#   /ddd/ќу$$ .bbb.ў  2Cཽ C  B 4 ddd5223bb**** CC(ス UUفE>>> K_PP"   82 2%.^^^hbG^^^贴^^胀О˂*>CCCC!! :?"+++\\\\\ifSF<'+74(āIJāĨĒ!*** ց(KKK*KKK BF&,,+++\\\\\ifSF<'+74(āIJāĨĒ!*** >>ց(KKK*KKK % .  dd+\  ,+ !!!! H 2 0 dd d+\& !! H ' 5 3Zݶ*֔l  **!! 1SSS1&&HH%۸%H `V  & ԭ!#*^^^6Ϣσ jnmF $KKK/ ؤ9 77 H &     H[((ddƁ:AQQ55     (^^2^22D      f3F#݀     Zfff ::AAˁAAˁ˃      " V77ɀ1  //  " @F  /^^^߄߾^^^֦! !!222:!!!9IYI""IZI993߽399999 \F++JJ҃dd33Ɓ:222AQQ鳇 "    3f /!5ˀ   V萒3//!    6f !!0р    ^^^ !22D 4 _44: !сAы 8 < ZZ^ C22!A>**>A9999   C1@ZZVVV^j@(ˁ(@xCromw //*CC8% ׄ HH'(%""" ,DNCCCϰ&CCC\WK7HKCCC̓3XXX*@ x@'000 еKKK0%C[22@K [X â/ddd&0ddd0<#  1bbb<222 2:***#*߄Ͻ2C! %" \\%4@0DRW  **C߂ ^]-  դ.^^^4բڃ  Pbbb(ߦƤ-  999 777#    HH-0H EB   ---줤-^\\\-!111!!  111 HHHHH ダ @= 3LZZZ1xxئ胀j``M ۯ``Ƥ襤':::5 ɮC*  ^^^,,XXX  *06 !* !   ,TTԬ2^23 ::H%۸%  $  <=&=V   CCCC # Vk(胀γE@<**:.,.***qqgZXΌ HC=F 軰@tdddg<D܄ !   ?ƃ +::::ƊBvK? 23 8^^^ha+^^^^^胇NJ2******22222222222 )$] e]$ѷ}@yld *:: +B2 be"9(蒦+BZZZ&((A 胁  2222,5Xj```2``@I:::::: *>>>:6)!>>3*Ʋ῁  0&  <<<;;胁؁غdd  + #CCCC ?:ʫ6ZZZ&آ.. ꨨ$XXX/0/0-**** !**KKK$ݵ H@9IZZZ76)H9繜ҁHYbbbDԜ'222:5#½ CCCC:2  @< *ddd0Мց胁 2ndI( %ddd%Ξdd 222 CC) 彽 )C ' $  (88 ըd CCCC %   bd^dd 2 ***‚C 2 ?=#Pװ$#=݅"DD޼<ă"!ٽ&CCC&!  ::$$: ><?mn 쿓(( n⒃}sbbbe8  2CCCCCCC!߄ * TTT6"1ʃ  2!!K N? =^^^-- --Ӄ ̒āā ĶY*4K$K4!         (   41 V^^^_^(胀γE@<Ą**:.,.***!qqgZX΅  %   FFF(22  C պ,FF %66 ! '  2bb3^  & !7 777n##݁,,΀ :0 :^^^'#A::胀 "^^^tx(Ȓ\9(スA9 \W, ,^^^A5^^^7 赈  &2H^^^c_ (  DDDDD$2 2/! ώ     . ? G]PF  Ԣ<<b//#2S:-!*2!!2DDD*߹ ‚ǁǃ CD!6^^^&ʞݘ-^^^-Ӣ2d`"*2/ 000***DDڽD   iQ$<<CC#㼼 &C   "bb)G^ &7                               )    ====*2 CDD̀ 222JJJ& ͱ郀 5DDD6 ΁΄1KK C3 #L\CC QM  666666΃ (::::&   ӂ&&&& =8 BBB*⺺胄 22   ցփ 5>!ÿ888Ã1/$$$ڃ !!!21-*!!!   .5胇11 ,E << ,́̓ 4 1  8888#  !! 3 ?=8< 8=A@=ʂ&! !!!&$   &ڃ62΄ ZZ*&2JJJ& ͱ郀6CC5DDD6 ΁΄+1KKDDDDC3 #L\CC ? I &6ӂC&&DD̀ rr& 666666΃6Ӂӈ (::::;&&&& X U & 88886C#  !DD!  32 & 666 88886 (:::#.-  !! } r )('&BB⺺ 8888 622#&%    ! ! S R &.5 888861#,E < ,  !!   0"0DD FF⃇!! (   00aa22Gd   0Faa2!  " "  7;0  2!"dd0DD ! "  ;70ddEaa1!2"""ϼ넀 WU 555:I]hhh1 A 000 +dd x($ddzϺ) !!!""" !!ƒ !"0DDD0" TS +3555ŷ΂ 7000 (1?PddPX_P>>>>? ϼ넀 ߃   'BtCt'44 **I&? $,܃$ܵ,5 !* ( Ӄ  2(<*΁2  II 6xă <ʃ?"    Zզ2G   ^Z  GGG߹ X W :L,CC,  ט  XXZZ ֦$*55555555*$ //.--/6GGGG W Z'fffffff'һҳց ZZXX 抃GGGGGGG6̹ "/--.//  f///>€  bbbfہ>€  WW꭭ꃋA A #UU諫胋G4U^BCCB  KKޡѰ5FF5  $aa$混k,,k  O Oݛ݃44  #ee#󱃋QQ   00!! 00!!    XX փ  샄 22 ((샅 (( (((0R2ֻ#Hi3ʷ؜Ӄ ''2>YYYE((( ƒ ̫+2K]]]20 # 7Ŀ ,' ʬB{{{¢02]]]K2+̃ 7  샅 ( ڹ2)߃<<؁( GG&߁)2(؆ 샅! 3B̓*  0000  000000  @C" 2 rrrN&&HE   0011" $$   1 0  0000 ""!0DD0DD @ < 00(FF DDDD** ""!!3333    0 0222 " !$$   U = 000002a aaa2222!GdGd 1 (  0002aa  SS22 !ޜGd       d00002!! d 000000: -- Ӄ    ؁ 555:I]hhh1 A000555:I]hhh1 A 0000000+dd x($ddzϺ+dd x($ddzϺ? !!!"""  """###!!!!ƒ !"0DDD0"!!ƒ !"0DDD0" ge؁ 555:I]hhh1 A 0000000+dd x($ddzϺ㄃) !!!"""!!!!ƒ !"0DDD0" JJ'.^^^.I&?+ZZZ $,܃$ܵ,'((5 !* GGG"߹ ( Ӄ     . 0 <Zզ::22G w *)92%90 Amm ($2$ XXZ ֦<('' # *0;;;;;;;;0* K2K2 !7H 6GGGG΁2   <f ::///2>€   rq:555:I]hhh7 뿩 ))33000%ddeG <<Ϻ   !!!** """!!)1( !·22"0DDD0"  2(><*2΁2 *( 92((VV<<VV *΁2 LO$ǣ((92V ZZZ+<<VVVV'000** """΃22俁  A6xăw- !!߇ ⃅    (؃  胅 샅 VV 00  0  0  9 4  00 0000aaSS 22!!ߜGd 3 :  7;00000МSS 2!"!!dd0DD 2(<*΁2 22؃((·<<**΃22 2(<*΁2  5#6xă0000 !!߇ 6xă0000!!߇ Y/b76xă0000!!  6x6xă0000!!ߋ **4 1\8c>6x6xă00000000   !!!! ! $6x6xă0000Ћ XX XX XX `  [P /說8^^^A(  -^^^6F333 ##?fff ://S4////S55   *$1'ɔ郌 PV^^^- ::/// ʽDDDD 4/  8/ԢFbbbb/͞<88'  ƽ CCC .( (1'ɔ郐 PV^^^-C C22/// ʽDDDD K \ (0h0ј (00-dd*    +   !! SQ   0bbbB 61 ΞBylB YX^^^@::$ (7772* DEDDD.  IR >^j^^^,Ѧ-^^^n_B]^^&&**XXX+֨::!F"":::!!΁΁  ѵ )KKK-# 22'''# OG-뭭 (da^^^- /// &ӽDDDD!! B D Bҡ1 Hbbb10`".220&!??! ƽ *A ?5111111@t<bbbbb<@t** ;;7)!!߃ 3f/ˀ PG )1%ƔBBރ gc^^^,ᢢ44 111/' ĽDD jj1bbb4   Ԟ2 %--@ --** 30說2^^^2 2/fff"22 ////// **˂߇ ;4說2^^^22/fff"22 //////˂߇ ;42^^^2222/fff"22 //////˂߇ nj ,PPPH6$ίdF&NNN& 8 .^^^.eU2 4ddddnb7(2211dd   Ń %   H*P  :*ւ ><  ND%ֈ  FR^^^.蹠 ! 22222222S9* ̻+99900Ѓ 5dd@Ȁd  "77ff **ֽˁ˃ 4- TFd謃h88hAA!⏂KKKK !( <a77Ƀ : **΁22·    000 䃀   ;;;   ;;7)  ;;;Ń<bbbbb<  `25 g&&&&&&&&C::**   10&& 0 ))AA2222΃ " /  $$ 0$$ '''(55   00! U00!!! A胀}-!!!!߃ 茌胀-}!!!!!߁!  qq 2K-00 ﭭ!!߃  돏 2-K00 SS!߁!߃   100#   37  )2.EXXXؾĒŇ7kooo; /!!!$!%2!  J`2 J_PP΄ ^? 3ҿ.BBB.JJJ"޴"JJJ洃&6& CC⽽CC   ff222b2# 5/ ;;; ;;;<bbbbb<(( ;;7    ==f%€  }f"ff ::!!!! AAAAˁ˃  "(Ġ((胂ff2ddˁ˃  =< #hhh# 5P]orhh4hhh2͘σ`d -^^^-䢃*߁DDD  59 d 7 *AAAqqA<III޷FFFݶ'22 U R 9 /ܽ UU +)>> E >    !!2! &&&&&&&&::**  ww(FغF !!߃ ≉(FF!! 00ΌƁ8r2΃:|QQ|:$$'ׅԢԅ :|QQ|:00t:Ȏ2Ԣԅ ) 002r8ƃƁƄ$$'gg,,^ZZ^ ƁƄ00t2Ύȁ:gg,,^ZZ^ ف) ,,"QQ"  ޯ$2$200..ҁgg[ee[  ,+8r2ΌƁ2r8ƌ00΃|::|QQƄׁ''$$ԁԢ,^ZZ^,gg 108r2ΌƁ2r8ƌ00΃bb|::|QQƄ惃ׁ''$$ǁǢԁԢ,^ZZ^,gg ##PPƁƄ0 000t2Ύȁ:gg,,^ZZ^ ف) 21 111111118r2Όƅ( (22|::|QQ %%%%ׁ' ֢ԁԢ "1 2r8 ƌ1111π Ƅ ؁  '%%%% ,^Z^,*d %1(666(+:::+ƃ?SSS?SS??S %= )666),:::,ƃ?S? S?? 91CuB(666(Cft+:::+ƃ?SSS?SS??S 01+Z(666(2<+:::+ƃ?SSS?SS??S 11<2(666(⦁Տ+:::+ƃ?SSS?SS??S 00<2(666(Z+::++:?SSS?烉?SSS? %1(666(+:::+ƃ?SSS?SS??S %1(666(+:::+ƃ?SSS?SS??S 1 = (66(+::+Ձ?SSS?SS??S 1 =(66(+::+?SSS?SS??S 1 =(66(+::+?SSS?SS??S 1 <(66( :++:?SSS??SSS? .9(666(::++:%%?SSS?烌?SSS? `_0//            /            ?            ?             %G (666(::++:! ?SS! SS?    6:: ** % (666(+:::+ƃ,::,  (66+:::+ :ƀ   6(::,  66(ʃ+:::+:  (66::, ʃ::+,::  66(+::ƈ (66Ƈ::, ƃ::,,::  ZZKK  ZZKK  ZZKK  ZZKK  ZZKK ZZKK  22gx ::Ƅ Ɂ77Ƀā<<:Ɓ:::Ƅ 8<::ƀ 8<::ƀ 8<\\ $ 8888烏<<<<ă::::::::  8<\\ bb0//            /            /            /              8<\*\  <ă8*֤\\  8<\\ $(-((؅88ȃ5 (؃(<< !!2!\\ !2!!߽\\ '( 5(؁(88ȃ5 ((؄<<ă  /\\ !!!2ν΃\\ ?@-(5 (؁((؄88ȃ5 ( 5((؁(؃<<C22!ν22C!߽΃\\K\:KK:\K\\ 8<!!߀  8<\\  8<\\ 8<\\ 8<\\  8<!\\  8<\\  8<\\  8<Ā\\  8<\\ 8<!!߀8< FFC߽CC EE2꭮2 @ FFFFCRS FFEE RS @ FFC߽CC FFC߽CC FFC!烆CC 99ă-22**ք <<-'Ӄ''* 9[nn**** nnăǥV2****ք [9Ϊ$<<ց**օ  <<$2Vև** R882A~fA^t2<>!Auej bF>fD)AVV  *߭λC{{{{ ?? @{     2(؊!! ^ I  ((((    !!!  %    1<<0 ! (؃! KU趃!dd }m"! #2>B Ї' -΃ '=MPI8# ĸPddd_[ ( %2>, %?SSSJC5C)%, (8GS\dddP: 9:   ##   -! + ?!     ?""%!" ""!"4 %  %  *0 T U   : ́#:??$:ئ:((PP(  2ddЁ44C罽 SVnʎ ĸ#LLbb/胀@G ^^,<6͢Մ,^^::: :::῿** !!0CCC Ž΃   77<,df ?Sˀ } ?  .hhh(2)4<>/*CCC"*** ***** ::: [ N  !AF666>>  :**!!::߁ R C  +666 2 >> :**! ::ց #5 !i&" *PPPā  '0'@\΃΁\ Z< &&  BBB⾾   ߺ6 "LLL"޴ FLDDD ༼ !!:  2 .cc.%NN܀    @؃!!  @@؃**** 77Ƀ   7777Ƀ   ,6(##$$ ( 9  ;``؃/^㢢   !"ͽ!$5D ' *  5+++5##******( (( ( 6 9 B@@66Ђ#L#_ *  __1!  1""%!" ""!"  vv00ȃ88 30ZZZ,(( *XXX***2>* **%/ۃ KKKKK$ܵ BB&3  &  %%% & DD WW0     0  %%%   ؋ 53((((  75 ((((     2(/(3у    22 GE       %((((....  FB %   ((((  }?      ""    ?((((@ 22      XV-  #-(((( #,,  1( JJ'  &&&&' !  77  烄 ##   oo9!郄   9""%!" ""!"̓         K N      ؁! GG&   &  %%%   WW+   +4% %  *0        4    ? %%%   4% %  *0        ZZ)x)<< ++ PP11ژØ008800t2Ύȁ:  (I@<@'' ف)       <8\\ <8\\ @A#3   #& DD-! + ''3&DD :>!3!& DD     91oPZ_(C^^^C(( ( 3:fff #33//<//// !!!˄ mm9      94% ؉ %  *0 VV+  *4% %  *0 [[/ꃁ  샀.4% %  *0!!! aa1냁  04% % *0 SS+   *4% %  *0  YY+  烁  *4%## %  *0  ?! 郁    ?4%""%!" ""!"̓ %  *0  WU 5553+ Θ7 000 dd+Űxzdd$(Ϻ)! 222!!"""!! !"0DDD0" VY+  *4% % *0  <8\\ <8\\ `d0  0 4%     %  *0   388=˃ --トKKKKKK   66:޵!K!!! 8<KK EE  FF  F@~@ -HK222  烃7   66:2C 8< A6-!S dd ##PPƁƄ 00t2Ύȁ:gg,,^ZZ^ ف) % - <<ā ⮒$PPP(1/(((/1(((..҃ <<Ĉ <<<<<<(؄( \\\\\\ Ay311%  8< \\ !    2* ,",&  9988Ä\\   85..҃  )<2܃  2  8<\\ *1(666(+:::+ƃ?SSS?SS??S 6"@t7@ @t7@11σ AA%%\\\\ A3y11у% ``00ȁ<<  A6-<ذ !S (dd 4 G  (66( +::+  ?SS  S?S %1(666(+:::+ƃ?SSS?SS??S  ȃȃ==\\   A..\\ XH;;;m@DBlll)000 ddɠBddϺ!  ((( !! ###22( (Ă !/CCC/!   0((@..ҁ[[ 2x11σAKK냁#%% 00YY ?V$$$ ٤Jh,HHZ(((ݨFd(DDff8bb4 胀<*^^= ΂ $ܬ <) ^^= ΂ $ܬ ,^^,^^? 'III=G!CC?222ۿ &III>G!CC@222ۿ   λ !'CCC, ι !'CCC, ŽŽ΃ g \ "!! FFFX||XFFF ʹ跰7 PfffZF s@ ǢF*pyf< 4rphhhCCCCC# )7772*77!+;;)!  e^A\\ :*EbbbVBÞBAޅ+*p yf< ^^?k-*99CC 9993+99߅!NLL2 !߃   A.. 7x22**΁2 胅! &ALLALL2-K2-K!΁2!΁2  [ ^δɰR  ޴2679777712&! 6MZZL5! (PP(% (((+/222NKNKKK؁(  m #"İR  ޴6366,7¿665762 %2<䃇!! #!:TTT<( +!! *#   «  #  *2 b                 ( .  "" """"  !0FFϺ +O++OO+   "##% A   .G!  TY҃:  @~sx!! -K"". & -1KӃ*!2   ÁK$ 2 ...'''؃2  98 ")@@@+BQQQѼ '2CCC#*,222! 22!! ./&")222  ⃁  'AAA2      !??LPP !2/2  !! A*!    0 + 2dThF7$7ĵλ΁λ  +'5 (((    'Fā200    'Q!* gW 3說8^^^A(  -^^^6F//333 ##?fff :://S4////S >55   h]   0bbbB 61 ΞBGZZzzylB YX^^^@::::$ (7772*Ё11 DEDDD.  ieA) 2dddXDŠD烀 j-΂yf< ^^?^^ 77#7772*77 ! JHDDD.   kb7A\\*7N>PfffZF s@ ǢF*pAxx yf< 4rphhhCAA1CC177ā# )7772*77 !3;; ;;)! ΅ mhA\\$:*EbbbVBÞBA*p yf< ^^?^^]-.99CC99 9993+9944!NLLLL2 !߃6 _< eGb l -------------------D------**VVVVVVV  dJBBBBBBB*7bVV :LLLLLLLLLLLLLLLLLLLLLLLL/BBLLLLPPPPPPL---A7VL.U```````````````````L``````q``lOD`P`````~,bbCbbbbbPKbp`PPPPPDDFFFFF `P_FFFFFj777777777`yDDF(-@%LVPVVBAZ5`VPHAZLLV-B`   (%s?Z77-jvppp?Xn~8/PPjv7`%O_ppRn~--L-dLPBALLL~C<jnV9jj^jL:tj}JptttUIXGKBGDBUIXGKBGDBUIXGKBGDBUIXGKBGDBYQQ^QTGC6t0pddrF t@,ddF((ddddrn<Y"b(PTL(PTL2BP(dd=&bddrdVVH`O>XBFLmxLPPmPP0tdDddddyddd`~tddddMDL-PVvd6 dy<PdP@@PP@PPXXXKKKKKKKXKKKKKKKKK0KKKKXXKP,,KKKKKKKKKKK,,KKKKKKKKKx<x<x<x<KKKKKKKK%B%BXXX$Y1Em~jl8$E P:jPK HhwdK88jjPjjjjjjjjjjjj8\d,jKKbbbx\UUUUUUUKKK\PKHwL@KKFK[KK-KKJKKLKKKKKJ"vXcdoo@{jdj~{{j~+jd\0f,P*`@f0T*Pt l H l |  * N r  L  : ^$4X2>d&x&L4X|4X|$HHl<,RxtVzX .(^(Nr  * N r !(!"@"""#$ $%%%%&&&&&''*'N't'(B(()R)v))**B****+$+J+n+, ,.,T,x,,,- -.F.l../r//0V0z0001F11122,2P2t223363Z3~3334"4F4j45b5566677P77788<8t8899R9x9999:;;D;~;<<=\==>>>>b>??@A0AAABBBBzBBC"CXC~CCCDD6E EEEEFHFG>GHHHHI"IFIJNKKvKLL<LbLMFMjMMMMN"NHOO&OPP&PQ&QLQrQR R2RRS(SLSTpU UUUV V2VWzXXnXYY6Y\YZZZ[<[`[[[\\N\\\] ].]T]|]]]^^4^Z^~^^_````abBbcdcdd<ddde(eLepeeeffg8gh8hhiijjjjjjk"kFklll<lbllllmmnnnoozoopp@pfppqRqvqqqr r0rTrxrrss>sttttuu6uFuv$wxVxyyyyzrzzz{({{{|$}~2~~~.>N^<`Vb`4pL RbB&JT<L@4rv <L\0f0$P`z86*|ZT h 0F\"`pF4z *>N^n`04ZF<$"( ˜~Ċ*Ś6Zƀƨ>bdžǪV$ɤʂ<˜6$~&8J\nπϒϤ϶"4FXhxЈИШиZѶ ҸӜpՊղֆNLNچۨܔVݦj2Bf(<DR&6Z~(B6Pj@vJ`Vp4NpF(B\|>Xrt8 $F`z&vNl40Tx4n   @  d L  *  fdtd Fj&bR`z"^bH  !!&!t!""p"#*#$0$%0%&L&f&&&&&'''6'P'j'''''(("(>(X(t(((())4)Z)z*+8-t-..|./j/0X0~0112233~3566(6t677f778(8P8z88899^99::`:::; ;$;N;x;;< <\=>8>>?>?@:@V@@@A*AbAABBVBBBCC"C<CVCpCCCD"DVDDE*EDE`EEEEFF0FbFFFGG2GLGdGGGH&HhHHHI:InIIJ&JfJJKK0KVKxKKKL$LLLnLLLM MTMMMNNNFNhNNNNO&OrOOPPPFPhPPPQQ(QPQQQRR:RfRRS SFSSTT&THTnTTTTUU8URUxUUVVBVzVVVWW W<WnWWWXXHXzXXYY>YlYYYZZDZdZZZ[ [8[X[[[\\,\r\\] ]2]Z]]]^$^T^^^^^__ _:_T_n_____` `$`>`Z`v````aa.aPalaabJchefg~h4i,ijjkll<lzmhnoopqqrstJtuv&vPvvvw8wxNxyzZzzz{{6{R{n{{{{||&|^|z|}j}~@fH8f ~Z>tD|BH Bf8vpHh>t$"t hr*Xr0*\ff .2T28@(v2Hlp>z4|^Zn0Ą8Vn`Pɴ6 ZVѢҔf֪X(fܪX(f"b`X(h&b\ VRJH<N| JFtB: v  r  ,  *  \,*fbXT~ x2jxj< !j!"#|$.$%l%&j&'(|).)*l*+h+,-4-.0../Z/01j223V34T456$67 778H89::;;;<><=:==>B>p>?.?@jA:ABzC*CD(DEfEFdFGdGH HI^IJ\JK\KLLMMbMNNJNOOPDPQBQR>RRSSTFTUU0U~UV|VW8WWX"XpXY,YXYYYYZZ<ZdZtZ[P[[[\\H\\]]]^^>^f^v^^^_$_v__```"`2`B`R`b`r````````aLaaab bDb|bcccdd@dhdddde4eveefgRh@i6jT$\/n  %- d1   D    $! E   0 0 ' 6  1 ";  ] i  }    WeightExtraLightLightSemiLightRegularSemiBoldBold 2020 Microsoft Corporation. All Rights Reserved.Cascadia CodeRegular2102.003;SAJA;CascadiaCode-RegularVersion 2102.003CascadiaCode-RomanCascadia Code is a trademark of the Microsoft group of companies.Saja TypeworksAaron Bellhttp://sajatypeworks.comMicrosoft supplied font. You may use this font to create, display, and print content as permitted by the license terms or terms of use, of the Microsoft product, service, or content in which this font was included. You may only (i) embed this font in content as permitted by the embedding restrictions included in this font; and (ii) temporarily download this font to a printer or other output device to help print content. Any other use is prohibited. The following license, based on the SIL Open Font license (https://scripts.sil.org/OFL), applies to this font. Additional license terms may be found on the GitHub repository for this font (https://github.com/microsoft/cascadia-code/blob/master/LICENSE). Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: 1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. 2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. 3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. 5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.https://scripts.sil.org/OFLRomanCascadiaCodeRomanWeightExtraLightLightSemiLightSemiBoldBoldd$     bc%&d'(e !"#$%&'()*+)*,-./0+1234,56789:;<-=.>?@A/BCDEFGHI01JKLMNOf2PQRSTUgVWXYZ[\]^_`abcd345efgh6ijklmn7opqrst8uhvwxyz{|}~9:;<=DikljnmEFoGHprsqIJKLtvwuMNOPQxRy{|z}STU V    WX~ !"Y#$Z%&'([\)*+,-.]/0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDE" FGH?I ^`>@JKLMNOPQRSBTU VWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ !aA      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~#   _    !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~CAbreveuni1EAEuni1EB6uni1EB0uni1EB2uni1EB4uni01CDuni1EA4uni1EACuni1EA6uni1EA8uni1EAAuni1EA0uni1EA2uni2C6DAmacronAogonek Aringacuteuni023AAEacute Ccircumflex Cdotaccentuni023BDcaronDcroatEbreveEcaronuni1EBEuni1EC6uni1EC0uni1EC2uni1EC4 Edotaccentuni1EB8uni1EBAEmacronEogonekuni0190uni018Euni01A9uni1EBCuni01B7Gcaron Gcircumflexuni0122 Gdotaccentuni01E4Hbaruni021E Hcircumflexuni1E24IJIbreveuni1ECAuni1EC8ImacronIogonekuni0196Itilde Jcircumflexuni1E30uni0136uni1E32uni1E34Lacuteuni023DLcaronuni013BLdotuni1E36uni1E3Auni2C62NacuteNcaronuni0145Enguni019Duni1E48Obreveuni1ED0uni1ED8uni1ED2uni1ED4uni1ED6uni1ECCuni1ECEOhornuni1EDAuni1EE2uni1EDCuni1EDEuni1EE0 OhungarumlautOmacronuni1E52uni1E50uni01EAuni0186 OslashacuteRacuteRcaronuni0156uni1E5ASacute Scircumflexuni0218uni1E62uni1E9Euni018FTbarTcaronuni0162uni021Auni023Euni1E6EUbreveuni1EE4uni1EE6Uhornuni1EE8uni1EF0uni1EEAuni1EECuni1EEE UhungarumlautUmacronUogonekuni01B1UringUtildeuni0194uni01B2uni0245Wacute Wcircumflex WdieresisWgrave Ycircumflexuni1EF4Ygraveuni1EF6uni0232uni1EF8Zacute ZdotaccentIacute_J.loclNLDCacute.loclPLKNacute.loclPLKOacute.loclPLKSacute.loclPLKZacute.loclPLKuni1D00uni0262uni026Auni029Fabreveuni1EAFuni1EB7uni1EB1uni1EB3uni1EB5uni01CEuni1EA5uni1EADuni1EA7uni1EA9uni1EABuni1EA1uni1EA3uni0251amacronaogonek aringacuteaeacute ccircumflex cdotaccentdcaronebreveecaronuni1EBFuni1EC7uni1EC1uni1EC3uni1EC5 edotaccentuni1EB9uni1EBBemacroneogonekuni025Buni0283uni1EBDuni01DDuni0259uni0292uni0263gcaron gcircumflexuni0123 gdotaccentuni0294uni0295uni01E5hbaruni021F hcircumflexuni1E25ibreveuni1ECBuni1EC9ijimacroniogonekuni0269itildeuni0237uni01F0 jcircumflexuni0137uni1E33 kgreenlandicuni1E35lacuteuni019Buni019Auni026Clcaronuni013Cldotuni1E37uni1E3Buni026Bnacute napostrophencaronuni0146enguni0272uni1E49obreveuni1ED1uni1ED9uni1ED3uni1ED5uni1ED7uni1ECDuni1ECFohornuni1EDBuni1EE3uni1EDDuni1EDFuni1EE1 ohungarumlautomacronuni1E53uni1E51uni01EBuni0254 oslashacuteracutercaronuni0157uni1E5Bsacute scircumflexuni0219uni1E63longstbartcaronuni0163uni021Buni02A7ubreveuni1EE5uni1EE7uhornuni1EE9uni1EF1uni1EEBuni1EEDuni1EEF uhungarumlautumacronuogonekuni028Auringutildeuni028Buni028Cwacute wcircumflex wdieresiswgrave ycircumflexuni1EF5ygraveuni1EF7uni0233uni1EF9zacute zdotaccent dcaron.altiacute_j.loclNLDcacute.loclPLKnacute.loclPLKoacute.loclPLKsacute.loclPLKzacute.loclPLK x.multiply w_w_w.ligauni207Funi02B7uni02B8uni0410uni0411uni0412uni0413uni0403uni0490uni0414uni0415uni0400uni0401uni0416uni0417uni0418uni0419uni040Duni041Auni040Cuni041Buni041Cuni041Duni041Euni041Funi0420uni0421uni0422uni0423uni040Euni0424uni0425uni0427uni0426uni0428uni0429uni040Funi042Cuni042Auni042Buni0409uni040Auni0405uni0404uni042Duni0406uni0407uni0408uni040Buni042Euni042Funi0402uni0492uni0496uni049Auni04A2uni04AEuni04B0uni04B2uni04B6uni04BAuni04C0uni04D8uni04E2uni04E8uni04EEuni0414.loclBGRuni041B.loclBGRuni0424.loclBGRuni0430uni0431uni0432uni0433uni0453uni0491uni0434uni0435uni0450uni0451uni0436uni0437uni0438uni0439uni045Duni043Auni045Cuni043Buni043Cuni043Duni043Euni043Funi0440uni0441uni0442uni0443uni045Euni0444uni0445uni0447uni0446uni0448uni0449uni045Funi044Cuni044Auni044Buni0459uni045Auni0455uni0454uni044Duni0456uni0457uni0458uni045Buni044Euni044Funi0452uni0493uni0497uni049Buni04A3uni04AFuni04B1uni04B3uni04B7uni04BBuni04CFuni04D9uni04E3uni04E9uni04EFuni0432.loclBGRuni0433.loclBGRuni0434.loclBGRuni0436.loclBGRuni0437.loclBGRuni0438.loclBGRuni0439.loclBGRuni045D.loclBGRuni043A.loclBGRuni043B.loclBGRuni043F.loclBGRuni0442.loclBGRuni0446.loclBGRuni0448.loclBGRuni0449.loclBGRuni044C.loclBGRuni044A.loclBGRuni044E.loclBGRuni0431.loclSRBAlphaBetaGammauni0394EpsilonZetaEtaThetaIotaKappaLambdaMuNuXiOmicronPiRhoSigmaTauUpsilonPhiChiPsiuni03A9 Alphatonos EpsilontonosEtatonos Iotatonos Omicrontonos Upsilontonos Omegatonos IotadieresisUpsilondieresisuni03CFalphabetagammadeltaepsilonzetaetathetaiotakappalambdauni03BCnuxiomicronrhouni03C2sigmatauupsilonphichipsiomega iotatonos iotadieresisiotadieresistonos upsilontonosupsilondieresisupsilondieresistonos omicrontonos omegatonos alphatonos epsilontonosetatonosuni03D7uni1DBFuni1DBB zero.zerouni2080uni2081uni2082uni2083uni2084uni2085uni2086uni2087uni2088uni2089 zero.dnomone.dnomtwo.dnom three.dnom four.dnom five.dnomsix.dnom seven.dnom eight.dnom nine.dnom zero.numrone.numrtwo.numr three.numr four.numr five.numrsix.numr seven.numr eight.numr nine.numruni2070uni00B9uni00B2uni00B3uni2074uni2075uni2076uni2077uni2078uni2079 oneeighth threeeighths fiveeighths seveneighths exclamdblonedotenleaderuni203E colon.centeruni2770uni276Euni2771uni276Funi276Cuni276Duni00ADuni2015uni2010uni2011 underscoredbl quotereversedhyphen_hyphen.ligahyphen_hyphen_hyphen.ligahyphen_asciitilde.ligaparenleft_asterisk.ligabraceleft_bar.ligabraceright_numbersign.ligabracketleft_bar.ligabracketright_numbersign.ligaperiod_hyphen.ligaperiod_period.ligaperiod_period_period.ligaperiod_period_equal.ligaperiod_period_less.ligaperiod_question.ligaperiod_equal.ligacolon_colon.ligacolon_colon_colon.ligacolon_colon_equal.ligacolon_equal.ligacolon_slash_slash.ligasemicolon_semicolon.ligaexclam_period.ligaexclam_colon.ligaexclam_exclam.ligaexclam_exclam_period.ligaexclam_equal.ligaexclam_equal_equal.ligaquestion_period.ligaquestion_colon.ligaquestion_question.ligaquestion_question_equal.ligaquestion_equal.ligaasterisk_parenright.ligaasterisk_asterisk.ligaasterisk_asterisk_asterisk.ligaasterisk_greater.ligaasterisk_slash.liganumbersign_parenleft.liganumbersign_braceleft.liganumbersign_bracketleft.liganumbersign_colon.liganumbersign_exclam.liganumbersign_question.liganumbersign_equal.liganumbersign_underscore.liga$numbersign_underscore_parenleft.ligaslash_asterisk.ligaslash_greater.ligaslash_slash.ligaslash_slash_slash.ligaslash_backslash.ligabackslash_slash.ligabackslash_backslash.ligaunderscore_underscore.ligahyphen_middle.seqhyphen_start.seqhyphen_end.seqcolon_equal_middle.seqexclam_equal_middle.seqnumbersign_end.seqnumbersign_middle.seqnumbersign_start.seqslash_equal_end.seqslash_equal_middle.seqslash_equal_start.seqslash_slash_equal_end.seqslash_slash_equal_middle.seqslash_slash_equal_start.sequnderscore_end.sequnderscore_middle.sequnderscore_start.seq anoteleiauni037Euni2008uni00A0CRuni2028uni0E3Funi20B5 colonmonetarydongEurouni20A0uni20B2uni20B4uni20ADuni20BElirauni20BAuni20BCuni20A6pesetauni20B1uni20BDuni20A8uni20B9uni20AAuni20B8uni20AEuni20A9uni2219uni2215 equivalenceuni23AF integralbt integraltp revlogicalnotuni2262 intersectionuni2126uni2206uni00B5 orthogonaluni2263uni2A2Fgreater.center less.centerarrowup arrowright arrowdown arrowleft arrowboth arrowupdn arrowupdnbseuni21B2uni21E1uni21E3uni2581uni2582uni2583dnblockuni2585uni2586uni2587blockupblockuni2594uni258Funi258Euni258Dlfblockuni258Buni258Auni2589rtblockuni2595uni2596uni2597uni2598uni2599uni259Auni259Buni259Cuni259Duni259Euni259Fltshadeshadedkshadeuni25CFcircleuni25EFuni25D0uni25D1uni25D2uni25D3uni25D6uni25D7uni25D4uni25D5uni25F4uni25F5uni25F6uni25F7uni25CDuni25CCuni25C9uni25CE openbullet invbullet invcircleuni25DAuni25DBuni25E0uni25E1uni25DCuni25DDuni25DEuni25DFuni25C6uni25C7uni2B16uni2B17uni2B18uni2B19uni25C8uni25B0uni25B1uni25AE filledrectuni25ADuni25AF filledboxuni25A1uni25A2uni25A3uni2B1Auni25A4uni25A5uni25A6uni25A7uni25A8uni25A9uni25AAuni25ABuni25E7uni25E8uni25E9uni25EAuni25EBuni25F0uni25F1uni25F2uni25F3uni25FBuni25FCuni25FDuni25FEtriagupuni25B6triagdnuni25C0uni25B3uni25B7uni25BDuni25C1uni25ECuni25EDuni25EEtriagrttriaglfuni25BBuni25C5uni25B4uni25B8uni25BEuni25C2uni25B5uni25B9uni25BFuni25C3uni25E5uni25E2uni25E3uni25E4uni25F9uni25FFuni25FAuni25F8uni2566uni2557uni2554uni2550uni2569uni255Duni255Auni2551uni256Cuni2563uni2560uni2565uni2556uni2553uni2530uni2512uni2527uni250Euni251Funi2541uni252Funi2511uni2529uni250Duni2521uni2547uni2564uni2555uni2552uni254Duni254Funi257Buni2533uni2513uni250Funi2501uni2578uni257Euni2509uni250Buni257Auni2505uni2507uni2579uni253Buni251Buni257Funi2517uni2503uni254Buni252Buni2523uni2545uni252Duni2535uni253Duni2532uni253Auni254Auni2543uni256Euni256Duni256Funi2570uni2573uni2572uni2571uni254Cuni254Euni2577uni252Cuni2510uni250Cuni2500uni2574uni257Cuni2508uni250Auni2576uni2504uni2506uni2575uni257Duni2534uni2518uni2514uni2502uni253Cuni2524uni251Cuni2546uni252Euni2536uni253Euni2531uni2539uni2549uni2544uni2568uni255Cuni2559uni2540uni2538uni2526uni251Auni251Euni2516uni2548uni2537uni252Auni2519uni2522uni2515uni2567uni255Buni2558uni256Buni2562uni255Funi2542uni2528uni2520uni253Funi2525uni251Duni256Auni2561uni255E uni2581.stypo uni2582.stypo uni2583.stypo dnblock.stypo uni2585.stypo uni2586.stypo uni2587.stypo block.stypo upblock.stypo uni2594.stypo uni258F.stypo uni258E.stypo uni258D.stypo lfblock.stypo uni258B.stypo uni258A.stypo uni2589.stypo rtblock.stypo uni2595.stypo uni2596.stypo uni2597.stypo uni2598.stypo uni2599.stypo uni259A.stypo uni259B.stypo uni259C.stypo uni259D.stypo uni259E.stypo uni259F.stypo ltshade.stypo shade.stypo dkshade.stypouni2619 smileface invsmilefacesunfemalemalespadeclubheartdiamonduni2713uni2767uni2406uni2408uni2117uni2105minuteseconduni2113 estimateduni2116uni2407uni2B22uni2B2Cuni2B24uni2B1Buni2B25uni2BC6uni2BC7uni2B27uni2BC8uni2BC5uni2B1Funi2B29uni2B2Auni2B2Euni2B1Duni2423uni2422uni2BCBuni2418uni240Duni2410uni2421uni2425uni2414uni2411uni2413uni2412uni2419uni2403uni2417uni2404uni2405uni241Buni241Cuni240Cuni241Duni2B23uni2409houseuni23CEuni240Auni2B12uni2B14uni2415uni2424uni2400 prescriptionuni241Euni240Funi240Euni2420uni2401uni2402uni241Auni2426uni2416uni2BCAuni2B13uni2B15uni241Funi240Buni2B21uni2B2Duni2B1Cuni2B26uni2B28uni2B20uni2B2Buni2B2Funi2B1E uni2406.ss20 uni2408.ss20 uni2407.ss20 uni2418.ss20 uni240D.ss20 uni2410.ss20 uni2419.ss20 uni2403.ss20 uni2417.ss20 uni2404.ss20 uni2405.ss20 uni241B.ss20 uni240C.ss20 uni2409.ss20 uni240A.ss20 uni2415.ss20 uni240F.ss20 uni240E.ss20 uni2401.ss20 uni2402.ss20 uni241A.ss20 uni2416.ss20 uni240B.ss20ampersand_ampersand.ligabar_braceright.ligabar_bracketright.liga bar_bar.ligabar_bar_bar.ligabar_bar_bar_greater.ligabar_bar_greater.ligabar_greater.ligadollar_greater.ligaplus_plus.ligaplus_plus_plus.ligaplus_greater.ligaequal_equal.ligaequal_equal_equal.ligagreater_equal.ligagreater_greater.ligagreater_greater_greater.ligaless_exclam_hyphen_hyphen.ligaless_asterisk.ligaless_asterisk_greater.liga less_bar.ligaless_bar_bar.ligaless_bar_bar_bar.ligaless_bar_greater.ligaless_dollar.ligaless_dollar_greater.ligaless_plus.ligaless_plus_greater.ligaless_equal.ligaless_greater.ligaless_less.ligaless_less_less.ligaless_asciitilde.ligaless_asciitilde_greater.ligaless_asciitilde_asciitilde.ligaless_slash.ligaless_slash_greater.ligaasciitilde_hyphen.ligaasciitilde_at.ligaasciitilde_equal.ligaasciitilde_greater.ligaasciitilde_asciitilde.liga"asciitilde_asciitilde_greater.ligaasciicircum_equal.ligapercent_percent.ligabar_underscore_middle.seqbar_bar_equal_middle.seqbar_equal_middle.seqbar_bar_equal_end.seqbar_bar_equal_start.seqbar_bar_hyphen_middle.seqbar_hyphen_middle.seqbar_bar_hyphen_end.seqbar_bar_hyphen_start.seqbar_equal_end.seqbar_equal_start.seqbar_hyphen_end.seqbar_hyphen_start.seqequal_middle.seq equal_end.seqequal_start.seq greater_greater_equal_middle.seqgreater_equal_middle.seqgreater_greater_equal_end.seqgreater_greater_equal_start.seqgreater_equal_start.seqgreater_equal_end.seq!greater_greater_hyphen_middle.seqgreater_hyphen_middle.seqgreater_greater_hyphen_end.seq greater_greater_hyphen_start.seqgreater_hyphen_start.seqgreater_hyphen_end.seqless_less_equal_middle.seqless_equal_middle.seqless_less_equal_end.seqless_less_equal_start.seqless_equal_end.seqless_equal_start.seqless_less_hyphen_middle.seqless_hyphen_middle.seqless_less_hyphen_end.seqless_less_hyphen_start.seqless_hyphen_end.seqless_hyphen_start.seq musicalnotemusicalnotedbluni2800uni2801uni2803uni2807uni280Funi281Funi283Funi287Funi28FFuni28BFuni285Funi28DFuni289Funi282Funi286Funi28EFuni28AFuni284Funi28CFuni288Funi2817uni2837uni2877uni28F7uni28B7uni2857uni28D7uni2897uni2827uni2867uni28E7uni28A7uni2847uni28C7uni2887uni280Buni281Buni283Buni287Buni28FBuni28BBuni285Buni28DBuni289Buni282Buni286Buni28EBuni28ABuni284Buni28CBuni288Buni2813uni2833uni2873uni28F3uni28B3uni2853uni28D3uni2893uni2823uni2863uni28E3uni28A3uni2843uni28C3uni2883uni2805uni280Duni281Duni283Duni287Duni28FDuni28BDuni285Duni28DDuni289Duni282Duni286Duni28EDuni28ADuni284Duni28CDuni288Duni2815uni2835uni2875uni28F5uni28B5uni2855uni28D5uni2895uni2825uni2865uni28E5uni28A5uni2845uni28C5uni2885uni2809uni2819uni2839uni2879uni28F9uni28B9uni2859uni28D9uni2899uni2829uni2869uni28E9uni28A9uni2849uni28C9uni2889uni2811uni2831uni2871uni28F1uni28B1uni2851uni28D1uni2891uni2821uni2861uni28E1uni28A1uni2841uni28C1uni2881uni2802uni2806uni280Euni281Euni283Euni287Euni28FEuni28BEuni285Euni28DEuni289Euni282Euni286Euni28EEuni28AEuni284Euni28CEuni288Euni2816uni2836uni2876uni28F6uni28B6uni2856uni28D6uni2896uni2826uni2866uni28E6uni28A6uni2846uni28C6uni2886uni280Auni281Auni283Auni287Auni28FAuni28BAuni285Auni28DAuni289Auni282Auni286Auni28EAuni28AAuni284Auni28CAuni288Auni2812uni2832uni2872uni28F2uni28B2uni2852uni28D2uni2892uni2822uni2862uni28E2uni28A2uni2842uni28C2uni2882uni2804uni280Cuni281Cuni283Cuni287Cuni28FCuni28BCuni285Cuni28DCuni289Cuni282Cuni286Cuni28ECuni28ACuni284Cuni28CCuni288Cuni2814uni2834uni2874uni28F4uni28B4uni2854uni28D4uni2894uni2824uni2864uni28E4uni28A4uni2844uni28C4uni2884uni2808uni2818uni2838uni2878uni28F8uni28B8uni2858uni28D8uni2898uni2828uni2868uni28E8uni28A8uni2848uni28C8uni2888uni2810uni2830uni2870uni28F0uni28B0uni2850uni28D0uni2890uni2820uni2860uni28E0uni28A0uni2840uni28C0uni2880uni0374uni0375uni02BCuni02D0uni02BBuni02C9uni02C0uni0308uni0307 gravecomb acutecombuni030Buni0302uni030Cuni0306uni030A tildecombuni0304 hookabovecombuni0312uni0313uni0315uni031B dotbelowcombuni0325uni0326uni0327uni0328uni0331uni0332uni0340uni0341 uni0308.case uni0307.casegravecomb.caseacutecomb.case uni030B.case uni0302.case uni030C.case uni0306.case uni030A.casetildecomb.case uni0304.casehookabovecomb.case uni031B.caseacutecomb.loclPLKacutecomb.case.loclPLKuni0342tonos tonos.case dieresistonos brevecombcybrevecombcy.caseLIG uni0E3F.1dollar.BRACKET.600dollar_greater.liga.BRACKET.600less_dollar.liga.BRACKET.600$less_dollar_greater.liga.BRACKET.600@4UHGFDDEEC@6B@AA<==>?~;}9|:{8z8y7x7w6v5u3t3^s3r3gq4p46o2n2m2rl0rk0j0i1h1g/f,e.d,c-b,=a+`)_)^)V])4\*[*@Z(Y'X&W%V$U$VT$(S#R#4@Q"PO!N MLKJ=IGF^FDED@B@A@4?>r>=@=<=:9V4320-10J0\/.,V-,U, \+ *))('&&$J%$$\#"!U  gU4[=w[4[=w[ENZ4U4UYY 4 U4U YY9U 4 U4U4UY YYY 4U4U@ YY@@T+KRKP[%S@QZUZ[XYBKSXBYCQXYB+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++cascadia-code-2102.03/stripVttComments.sh000077500000000000000000000004621401101653000202160ustar00rootroot00000000000000#!/bin/bash TTX_PATH="sources/vtt_data/CascadiaCode.ttx" SED_SCRIPT=' /\* VTT 6\./d /\* GUI generated/d /\* ACT generated/d ' if ! sed -e "$SED_SCRIPT" < "$TTX_PATH" > "$TTX_PATH.$$"; then printf "failed; not replacing ttx source\n" >&2 exit 1 fi printf "done.\n" >&2 mv "$TTX_PATH.$$" "$TTX_PATH"

lJ+믹Ivy-Yġ믿b-^{wW֯Tٳ+#0W۷n$^.WGe:g6ێ~hkꋿeΜP 8p?CV]ws=gϜkyS(] |݌ykX6# O5:Y?Z ~) #Q_'On V  ~:cX\\^[tH\^ԩn%c%X j>nڴ4ܵ2dlYfRaW^7_L \n~+pO%ozz.ݺEѲjKޛ~mxJ-rS_yq9o|YHT(P: J^y5n7qI̙Fg`̽‹n9hffC P$Dar`X[x_vsu{a{۷U%SG^bmx~h԰>}8Ovk.pWU"zfnC\^hf6sk[ܔfb`+X]]9n;w z"zN}e( S{@H aεȽc_|Z Q||c&{ĀAUR6p[^/h7;uv1'_~%;͝ w7xoooD\V/e@llfKh'o{g$}c0Cls5@}{/J c ɒ`s5B?=s|pgvX`UA!bs/ }*NA6 T I&R^ ߂qP: xտ7[n6h_UR| {-]ioMi,<z2F5_tւp_]Y|DFsLdsSw}=0~{} 'ׇɶn;nN`k#cAupK̞/d>H$615  Jε>8IŔ2lQ7Fyh=#}>ȿ}?_hub@΍SDJB,%KO? 8'?Q5h/5|ɖ/,o=lo6m|={ƌ‹[Rkk%>(.3 ㏾/x=Oɞz?%DHR2=N /¦տc=6۷,ɍؔśJb\<eZg$w&5xuAv5rxיPo.F/W7 /=홝u֏2x9E@o9^YQGpC}J=^{UTc1ȢO {ӧM7,?Ei <"3Wʬ0{Xْ?{xO#e"J cٕJf[ "2m6(W&.D;dRowd^W^e- Ȏܥc4+y9/NeYNTLu?\+%%g*3'@%I.gӳ: %yA(>K,Yɠp@Q@%)% ADO ɈU2sJ [ou9gý}잮'tK~2g|wBDP:E\ \_pAҵJh3]HGZk+{;bD\,{i2SgP R1"6{l)up!YJ\m_=}?RԹ暫wqǭdG M~0YgmoZMuM%*ӹFm[}o]ov#S+*sA\tYR3[~n_FK'ν&> CI}2`q ;_+SNK "7()A1TS=?nXKh:X"7&v(XGWĹYv¸YS"Q-h./][k p±ADnQR뙔G m| 9ʫX7=`+j3)ngzNb"wy(<6yd2sSO=QSIޒȍ4*z&7h%WL .x@7_i֐F-B{։a#筵9u8Mwm>c9E)Z)ԤXU%gXK= ~Cuʌw@VJƟ`ӎfs\WЯnBdt+()K+1}=\P˶B[ +/>]K}_tnFq 2Ku כvWDEz&;ſq3AjB7'W(/r{x7n .}/W~1=lD\0$*b~?%oQp4ſ {ɵeӷޔ<;jQI&%^\QT'U#GgI֓+y!WD.{)/Ѷu?X>h﯐|&2}$1|TD-&GcEReU+ǟmg&0Pe }WҖy'穧Jq(~R@~{{o6WwuwjrmbLor-|5ץ:lfɏNkҡulII*l^h7+]ļU5ל՛o1_TzNb"7B6  g"7ҨX뙔_jq={'pkhY'F"_Ϥp>^sJh:] ,%Ƭc^}G*WZu|@b11$Wg~L1 `|=>=ծ2lRSco%&Ұ4 ,]v*\XiY#{wnpqL#D3Die<էvO1Koי_t*"fZ m7| K/yKEF!:yKWRT]?L8L |~Z(*iʚ#r%'L *ZB nWZiSI4W: ,)[>|i_2-Zk%9Lآ ݫ(7 }䆫<2Ytᇵf)duozV:S);uM 7Zn光5l]tUKe5SY6Qe/4ZfZ,ﺏ.ӒⰗ ߘѵZLeD-ڲ%_ #H\@IDATԍ'j%?zuwjh:Z[nPژ:u=V-GȌ oJwE]g]|Zgux1O|G:,jOkS=Їs" /ZdEej[oo|-:3W瞫u-jmh.-ʨJUf陧ֺ {nU˯haI l+~{4_e{[H?%_KMz![)ѬΔH.*d H K^Ԃ Gȯ#}ŗ\⿗)`ZղVFyZVȦ)sNYN ?NVc.%y*g 'q+`IF7Bx52=<صmmnvikceϒѴ)W-99ʲ*x1ٟȒY?skddkAN(Mg-Ssӎ;kC=[V:yKWRfmZd/5 #vRSOQϔY~K /?l7B[ 9\i_irM[o%_zݹ瞻u-H8Դcyj$NZcQBwȒ~wI2@u֙gO Er3.6}Wq;ሳb'~Am#Fג9Z՘22j(i :yK/kZi Op[ve[3L?|z[2zn{uѿoIjFr+К~i>_ZK^kr3Eu6mZ|E jw߽䛵}03jT8 ppzZ|ģ(_J 2jҡ rD:$.˒4K-Dkei-RE*9GۂYnitj[?-<+Xio -^gJ[|֝zjZ /(Bx,=yc9뮻Wi--7|fXhKr݋̳*% )͈ {LYIYg3%iXm_zHъ؅}/[wJ?~m^狦MD'pֵ^ZdEa3߁M1KoH)6k?rGƑuKU{}-;{-%jLQe{~9?ê_C\HxϪ u,)6r]þU:)fi*BPx?_QE\ZkԚ-j*zd5&iH\#@D.ѠgSI%]|%Qkj}.#nV&H?db_:N9׭r {&-d/4z!om&۾k2Lk]zۖ|`$EyW.^W-zak/VLS*NK_ZS;ﭷ^S۶kNbr9"`ewoXVoP7XdT?##ߩ-$M|O3,o80__[ b$א(3$K(eJ2jj09RSn|o}Sƛ ז^+`}46,{˒/~[3L2SZTnWŋKMwȑۛE{+X[,'>__ޚaudegB}eYueL,b-9yg*&u6_"Q3.GuTrodY95,?kUEdLSV:yKWR˨JUfU[o)˾<&# yp,31l8oJSsD&O )vLeTFS #{8ZG`H1bTe) e|蓿eJzyp/J罈bҒ)K_:/V# "Ik$1Ճd n@6:}QK1HwyJ^*=L3m VkJ9@m F;.6ҕ: U_uN\#T{G ֘'P⟌WFb?1 5+yp9|!dpRľl3iz1O'6ߪfmJֺװ)4@0)we?gy`ݵez}˔_4kVXeQӘm+>Xr ϣ<*,6kOz' ӐzTlg 6ƒ7"nzpLQ`u>jZU5lC;KvU}3shħ5`lb0:mI.8Mӭ>z|_Ȕsa33}#=&8! A>r|i>iHh}"kVëf0C?~ч0J/뾣,<ܟnK3v8Le{|~ y;tH's_6+#};+~n3snf u` D?"28-f! EL%C[3LsĿ-<ǰH 5:U42@ҩOu>k7%fPAgO\ei?yh2M*`ڟ t{l 7:|&l^"ȠHAd1\F4 T-fA0mvK@fYfq{5~+lmYOÆgzAY6D>j-];o)f : d0~!Fx j7pCSWnzSJm͏~o F_~-] q@q&[Ny}?X|s\ -lUOKI%}bkvYg䃄 $`]pg4L>T sWTY ms?EdN'PoiK'e>LqKMm٫r_|v_DkNeLWM7,] _;s!>I&+H@eՆ==-]oL(C8%S~u>jߒڸӪ585T?>UA_`\yQo w}wO_g)n!|;$5q==BjߟW2زZtE?,[܆ЯǙ\r [qw}-Jb(\(oULć酬hnv6֥ԠjP$0oo~Pg,A zځG;>N>Mo8$>4m | 9j+ g |9/hoᆬǠP`d pDMsF ]Σ6)2A5b,CdC3cbFs'Ïc?lFjosX':& >^v|Aʲ3f Tkq-W}kIw9{CtnGG8@짙K#(gy*9]#Xk]{wu T S!O9R[*meаY6_f,!z 75A8/15{WM%'^wܒpkK5$;i[EH6rdJ#~)fjga-4a饖vyW>@|3kC\_vߍAGr:AP JTFr -]4j#,NͰ4 .Ut_qej;bjicqD(镏,r]!ˋc35;BEאyy_vu;cǮ׿Vd@Μ, QkƉ>ǟƟhX2}m20s*Bg|vdv\ϥ|o | /۞n,Ђn=;˶@/\{&%Dw.މ=VpG{o0tx?zC>/Pdu.]v~q͜h?uiT~w`7/fdq:@2Iz,H1;e]oh'dGR}чՔSNur5v*yɰR6~=أٗ1ߟx>gPX<7wb^1_~%}ߣ`N.섏Hl ʩdr+iy"G>Ӥ($?x"vrءL_֎4@ӊ_ eog4#@AI>Ωm= ,azG=䐆3ԡ_Αb(vA4.$_#g @\De}5.|cdc/~伤kp]Cϙ=ڗev*3h?0m{C+XH+o)s&E!z[-+A+^J]v4v{_l :I^H8Tfzԑ14znwZȴy_aV+1A ^Ά[)^tO=1C8çYi}ю -˔.}ymvA|YfuFwۀYʭ3%T~iy"G>_}?|MՂ![{!mh.9$O_nUn3;=.yFj f8{KiNdGl V][>/KO8 M+~3Wܧ4$ް]=84?#U>'Sj:=|9GDof17,3W?Gf7K7\C?f?\W!-7ߢ=ş2H_UT2;2*R<|?s vBU3H4ױzAV-DQI}a7k0MBwu ljpx! תG~z䑇OSօ:.DU}*Sc>"#)>mdL@\]=$>~_oVaN68U6xI.ʬx/MyDb#zqBZSZ&䋲,cacLf#\ Li0_LjvBLqX^a*+'&KrQfQoXOf-g唦D.?a 5!YR.mdL_k)^ZioC~{LwuWm-PJˤ"|eDۧ/49j7{wםfi*LQHv? '&,.JiTyj  y4o}sE'kdU~iV:N$%5|eൕz[#~{򤜯ضJ1$~QHJ8#^uYnN;Dt5SQ7 1"KI.!?q[L}/e-Hnv24T^!Li MF?AdM +t{Ӄpq53QxbLAdiT5ou*x78CfJˤER -P, SLlYK L=e\J/u;5OfO.t|"41+t2f\m̔IUyFYnJ`Z^2VZZ͓RI^yj"]VΏ^zi>_4c\7fy2SZ&Z8B .,o]J'Iz+Aιw1GwmCAn'3ɖ;'c};8Nh'3eg %k%9HTg &}:'ѦqĨc/LK|?XFmO6Ɓd> TRZ& 2O.}l_ޑS>Q>Y(y2SZ&{`mz7==7t34.y}X\7-OBY5|]c6z{wM c}]Nkoя~$Eug/W5L$\j8 @̄/fsiɒ>)W]uuNU@-)-6u(2+yT6Q PL2.DR=_yEʯ:&/@9I'h9RZ&mbHPY9?·2{3y.btwϲN<)-}_s1ʑrD5{9{7#g%(@3Li'{?"LmF%Ҥ[߽GY؇^3T=!:g?osέToÀuJF1._TQ+NDs'ݴSZ&<~}??XpK4&/T`@H!̜$n6957&C;oA6^xC5jLU`Y_+ e-464^x3תeTuMP F?b"ʘ~]uU]n ?~{YKX14k5YtUV6{\s\mdDŽ i֤mFP+.GmB|Y>G a;^n?^rc?Ai⸃,^wu(moȐ5 ofZr3cA() 場zCG`fZƑQ'Gz?O/4@!2ribtFuPJk\ F`xE>ov&rlfnMh q: ;Jaqjo~9C U1\A 3\s`J:MZq?>UI~eyv&*9Uvh+qr_GJ0vO:djSM-=>'&{*,2EtF"tgyR!o;8X P7K<%&QT7t0/3:n17nm8CLVq/~ 1zx(:eN;m,p?rXӾsϽF 7>]OI԰MHImeib OI-3Tmw#7ºAh"8 3H[G5ؿ=x=Ϣ) ^l ʳ6#- 5\D 冢8E()RmBKA6 %?eL.k$? |Lk~{QGBl *߸X~a=Lm Gӥ`6lS:|>Bs7Cz0%2rc1>҂r;M}%b 5y{ "o 'V]u;Ck~ FW1&AOI`+Fܟk&QOa~ԃIm{OrkYg=@T+ʢy }SPPD6SOZu"2T~s-6pw05 ">jy晎OcAc$L5s()BKA62#r9riQVdTɩ7OzؚU_ po&@ɡ֐_=^?|~@Nݜcs { BQlck챪~iJ>N~Ӣ&<#E7xz`FOYڰ$ ㏯ 7~CiPdTa -)M7}Ӊ6X#j,ĭ-﹗ Ѳ4ÌO;j#f:\X1 1Ŭ m?yɲ._= H(n<_ofYdJb>Ä00{](+2*䈯r[lż_>u+HZZ&.C!g)^Nu(5S!PW386~_@)r-r2HפJb>10IEQ\SYj, [TaofhZTc~榺v;oS;b\mL2I.{+T?\3c D6l-6yc<ӗv\d%7<Mc?GZ>,?s>GU'?. ^V""M̄ 3`]w ?z7k}o~[N/UtA4ն&&/Y&KF: a>h7u2ɷ/+ ;\BQO99=+ a"o'J^#m_H2{ff/'_V۳la,T. "*tQ`5baAlifUAN7svY!9aG^H3HEDՕļptuT)AhA$?~7 BR 1`*Uω'/T:~߹e?8*Q~ID`F5}3_4̳p T[(+2ɱ/ُ }ww曻϶&ZЮߐ+HWJoǻ̛(W/\ol"4\u݅yB b˥ ru%1i\E9'BA؎Ηʆiꉏ/A+ >D)0fG(0 6[guJ[:o1诱 _F"g^~\[Č]+]{e)>f0u&~3E ٟH߯A0~2#'m{_5Wp Hv>)ϐhƫSm >11#HQ\(͙&dA{(Slu%16hEq4dDjUg{4_wxPx1۬em+D/0>H]xL.:?Wf|]IGzח =4`F6V m~S(jGѢ fD?+y<N6X?:!BChMNlwݰf;\{ݵ(v ]Y>x=^3kK9Eh\WgiFfP "MNwdEgOh986۴4UN]{rg81 Gzs ҘtQ`Zze *jF#S5d˧7JA=6 :5E/ltu oiW ?L.ԩ'@ܜ߉3\@FZdߟT]veTE j'NݟYKfb9f>P4$US(=Oq|  7ʍS4-&TOD%"g\ob|zl+T'5e&fuurQm ;ha P "0 ì*I/' J(]CI6ܔ'㠰C_ٱ:+QEIP)"JYndB"I\V~ɚV '$(Iv3^ JS ~ҾF!$2 :+Ygj>MKH YE)rlrQ~~M7SOMYMpVQ5gy27(jgeVre7Y2IS=I 5|by˳ ɄZ1#A5Dl!UWz73e^JYnZ~IM2#zRi~)7@fPNz18IPD l, snwqsUVQ?ˬ&` Vz=&9R_3@ҿ%u|U'+Y'%XE6)*1lљPښ@aj2 _0gyb&š;w QVut0 l0BNjn,״;Y9C1LmrMӹa&;4[=7Rp "0 Ŭ*I/' J(U)i"2#r+jW"*/rD(V ~1Mg ~3#QQJYnd0_:68dP-㛺jtRK Aȑ[w}~^C<0Y~4#\@|Ee RL&b%,B(Lv+|e[|݆y2{&x?"_a %I9 bKxnGpo6֣˙Xu&E$JE|c~^LbS⊶;d97 J( 8KWc`֫>I>(B p:ܞ͵*\)c_JBɨM$ x6O?VAݯ~uTuٿ|#etL#Gf\] XK\'|aBv{l;VmjKC֠<3wug,o&nVmF#F5$2Ryfhto3XݾKYLC"|TyT&2h&)"}M7CobT@`YRk4|}5E IAqd Ar렁`Ɇ ~p ~&sN?96?'>~N!<<6/TjdFVuD Uԁ3jkԫi(7aYx\6zj{3 (d" @t@ 2-77|c>, z`͞'x̪d4ޛ'q<-dFV_H_[Li}*]w}ڋܲ"/ԬiD 3 }l?@#4,+/ɠ@HĞ ,H m9݃ɠ$6Rھqcd69ZO +ԊLdd n+?jM<]E 4g.A{X۪GFiY 5G}$i.3'kc5w)D\\,& | ΒdE D>>o/G9yiz*$#L_k"k^tEӹGgϪTU]^&C56fLjt0P3Ϭf &kٔEV;Nx/RXþ1$ c<; I2 #/fk/k2H~=L{AA3IA4ѮyɃW&9V7%md~eAרu$ Ya!r,=ScpJў I2 "ʋAAxA;ofnI'(g}Rdϒ|x(M$a|Ͷ=$i ՔYoHdEp|HƗ DdCd IJAqhrhJ2y!-yQI4ȥ)&\Y;ACڜ$i$hrG)\D{V3H첫oҠxeL`/2=IvdyV;L??b<{[8lڎdWXѷX@H \bTSFzbPg\yO&V۸xip+߈91IJXS-MY饗V?s9:CͶؼzzrR(9`B!-yBg;7vh酄c+hAҠI&2Ӻ7&0|Lnjژn,-.: /7u.B!-yn73Qr7њf&A^H/FDK6;9KL_J)qr^*XA Cފ3UMepqD`UމVEqAˇ83{v\3y!-y_m#CPH/ ?l 5jޢ<$IrGi|ܴ8iz}=_U /b``le)-J6YUmJW؂T >|ϯ'J&nB!-yBc; 'x^nI&A LF?`cf:pB&A>ͬ(JCPHe)߉dmĢ % mB ~b4KvovX|H}(x@6ζaZ BZ.H1N P4+%Vˁ Y"Nvxq>Mf}E:g~&!G.'brZ^bF(;;{ '~;)fg|Ö%-߉KjCȱص* lR q$;k1-k'յ$f*{Rj ~䂾<+y#}I;cB5 opƟ?/>b"ږ+((aef|5?e[ط ?At@ٞ{iPAfGqDQfLEn77t*`q>obqpX 3L/K/V.S&ʚ #Gaӏ9J|?"#8dFT9D3eHmLVtK>}b7 SϼHѻ,t_|X}툚,Yj bSNkZxTIgUyщ׮N3}K/Ti_x'$e:l#5L%"N[MH?rH|xf@cIA0++1u!l`C0,0i \Щvr|yhOs=e=l>}Lڔt:]tm]roj5-u"՞(Z[֙bB2mOy^jWij`Z֦Tu>񏧪'.W^ E\eB3Y6SYS??/9Z} Z85Sŧ7 /'Nx@%rz\5\䵫kZ.{Ukn꥗^&8ڶM ~;cS6Thm)Ax3PC%tO>j+fi2?SE?N9n?GUNSE2?S~>nրSƁ yF,qu+|R#Kefi2Wyi{k-%ÿgsY&>tg}6ԣ/x2 o'ȃYLS/k1ZMƩZN-{az"#az?Hm[S&{a?@=*yovO4 yLq-s]h S^uUd¼Ei}nljbY.1*3M㧘b O_G?Cڊ=Ӹ,vX?cæmٶ-VmZzqRenFXiy^qkPbgYzPo|_y[0jFeLǚCߞX?g!̨FTS"24SF 3OjԚRrԀ}AXVʚ]-Kp,11)L1Iis2,8(4*ڠ5s=gKf:Ǭg3RI4XfYsYP3Ҧ3mhv)g61ɤQ7l~tg*r3}a?{8kvkD:jwp!x㍼mժ$F&>;l5r툚igKPnCn?㍨vqj{`OdIs#׃uHYi'^:|/F/G[2m2[Ѥ `EK vq6s(uxo뮣2c3T$ &"ػTib‹M` k[Y˕'k.SOwk`i-L9MbIC0Qk[~f;b*v{}*쵅pZJ>$ `?V-I+B8Ki%x{1I[Y?&pBm;-rfxNwzIʅj]׶Z #[lTֿ.q{_%;vJ'rUPr^"*rO8C9w?X&T~,4GCF暅p:(3$YNh-)ؖ WM*38Oftk3HCÒ8u@B8)ч.n',}%oL/c t|\؉Rmǀvi^2ӯ9 \؉R}.2t@$Nz}2Œ>6-*rĒȇ`, (¶AP6H"ozed@cjRZAH/G^"*r_|EdO4фe+Uj]F.pYuAp Kx@f!n_"7maR9:]WiyWl)佤UuY2V>G{9VQhI"5BfQ@?B4~'VY}qS]d 9/~+,kYaA&u7я?a3:!b6|)a-6ߢI$Z5eYw.eNIn_*H)rNב?HeLQQa=zC c5 J&$![a ˢ`-0۬U뮻,oTynI ẘCto j"k pHE&JeL)RNXbZ" K.|R*4%],.90g', 駟cX/me-` (J9Mz뮓9N[OQ 4ϳF~*<" v17삽#dpK)qbI7:>d5 @Z(B-4KP01bKd H`r7F6ɤ>Yj)$0"p}?t&M&߬#Ub)eJf[ddNV} /ˋmfLe3-5+`xc|ٿɁR7߈P &ob_/L?ڭZO<7YM$`M$#K{8X| NsK`$). ~3O?#*Liv@ؠ:XY.+[Or馑}R=ىO~q-2bp wm!K?R!5h8|0d XKˆUVh vqA[1u$;OYRa"pa]k#?:耟?NA>Lhn|B!XiOGE]PىcUb|ԑG6uḲDÏC95ऎ^Uޓm7N$L*~F27RK"_>rTi#+lũaM,S[3mH#{챇{waqai efp+=)`=_G2@1  Ҧ 6YVt KU\y si/fip /<}lMe?}%kuOJ>V[ƾ;1}=Ԁ.i˷!]sm5 4gClAR1w#30 !!k] 5mb%q]0\G> 3:@Om/3 Vyr4<0/[7Wp<Ʃ>cr>zz V ::@ߎCW $zW\QࢦvM/~obt4(9u!!ȃ{뤓8hgy˾5Ց-ߐF $. 1ķaÐ6+On0XƥadF~ 65qiؚicTɵ#Tahi 矛G}}s=vJ,K!nrbA7$y}ỠVh?Dwi'7#b)sKO҉ݞ."3|sivDCB7_j"bϵ KoIcǟ[s".By&A8|ff)foV(3P7^oƖp `U8K/ץaO]w~- K0Wa Hfze/|lmY^H'bꖛ1TJ7ao].}";\}Ɇ$5mғ1 /xXZ}YgU|1$T'x| ޣ6 Z B\S۽KTY?4DE &tI,~a?kIJg@ߵ)[Kz?zpU>P3LԔA؁2珰ߐF A>,eTn3^C{订YS y/A K1* ;/387S^]'>-!` ߫i6D(g{5>xx\ |,wE`0!X3^~w̖6,,j-5&հ!T,><7P.g86hAƟPx"=Lm/0#AKѽ3mCiӛU~fl&AM]LvLƒK/TL"UiK/nۍIa=!.{ֿE{g}1|p,se 7\Os-eܙscL_!16םthtgdP\_[ .$2psof^u뮿I6Nϋc`嗗. *RXz)Sɲ_K"G\Y}6&uF-7D,ɴ ~aɘGƖQ6C['/404ׇʒ/ 3lcnَ_~18s ҐO-LS!Lkg\ +Ў/@kγ-yE}G7 "tuxy= G|,ZXߔ;ĿTB5fnfS5 {axuLSdنkN~_ˤTm u??ھFVg>5ܛf +$!p<'כ u&j/|`__{5oȑE\smm ?&^ ͭcb -,S!m0?p=1ѣLX^䏃qӽckzC 0M2xρ%d_a=̶뙕R͠ѻ=6m~z|,=2{\uI0LS)L\?khʇ r:Sy{Z`B.oa<2Ikᱼk]L|uHxUeD"}e)?\B[COgyVQLbSPzJ5.Iߎ\b)tcp]ɶ7Y֫Ea;} nu`Je12JF8ۉF<kAkJww_(ϣt2Q/yKk[!H5DCFY`l,3#@W{ 5;1BY|/ < Oe5eKJ3wjj 9Tzӷر _+^R ,bjAiFy/0n +bﺫLOeYlǃf`~BGG2IMx _/L{GQJB *=ҋOR(M"XPA HSQ|6H ]@@iAzK5$;e3gfo MgggB?7|t_D B6ȫ17CpuW~Cͅs^'xf=yqF784RB|ǓTVU)93җ(~D(_iZ87Ky|!nT7x$UnrB~"?N'ysƕ|06:SyIav= Dɿ 2N4wTDFuS $i[{C ofԱ%AKu?NQ/X~?O| [k<^7wKZވ?z}zZ R*ՉԿNΒGy?Y %ԯcC#BxAє(XJ2>sjk'uN6ލy$(Bd xAє(#%RXSqIwv)?Jةvg[܅zG}}e8lލYRoDRHz Ac>~tx}^GxAє(XJ"OMe e!" Fş1eP< =#(KIr3{.DQ2d<e#-ZFМ1Gc}ЎW;mDfw(u_ۗ ĝU(>OC#~p }ūRϙ4ip$OB_JkR神p?P"iRw:֡w'`}AY뮵 Ŀ4(z//L[v”G|#gim@(+ֿϗ9eLXQ=_}UMټ/f2qXeES`)l֯E8=6( X*?,%l? D-0 ?$B}8B~z 8TB_LbLtڰ@O"|/$ICY^w<Dxg!4zgyAޓj(Re tDxrA3y1",OCWp>&t_^~ه ƹBGl1?L{KG'UX;/,0y ]v\3 2} 'U(oxo4bv%xO:E7sF/E*=I3eoYI: ]vr9vuWbye?B2:AOpYz-%EI-=yɟA7?=<:<)<̄gs p"Ѥ7T{^S^0?uɓlwcR^ε/¿m ~'ډtCJn4vE|uQz}lˑ 79(^<6o$y2 ?-Pf_a Cyh'h<1W@!pCxJ+{5}![?A g=7r[|S;9|vcES[?oE"8a|`[0O I xziM*4\_׋ͽ}%5M|m?5Bc)-_%#?XYtv2A˞4DS< WYei3=rpx`&yט&~S4 D[l=zsIB;X |@?CKޠF} k5LzOݞa)px_Q:75w}W0ry RNX <EnkmxR7 o- Ӫ ͇p7x7jTn>AI.G6}u:o.w1nw2\fmy}Z"P[(M<$q-O pƟu'oP\k|D24ً5]z}zgC?um}Ȥq,w?,<Y9/t#?g19/wgEܤO}VYh2X|oI_*M&~G^ Y l?ELe{C=R՝v͹jˣPG{jɡ F(^&(w?xMm +0VjnjwrY{˔QzIAvՍTx AC?N˿)} }8//S;ΐGep^TώS+/ ǰ(z@*iN2r sO6tpT必@y\X_JU<.(j@Iȼf+&AS\sdMe-Z'L6J7zi뮽5C?mq-xzaq?>YĨjf пXѓoŖZhew#kWo6:rяyKomxP1M`=&5+-Ïsx[=i"ts960LB'z(x RNEj9  lizzi+1Wp^ ukXma3y K+ۮ$wЗ_ @ٳf?c.wp2(?|EYxy!A.^|tS뿖.a(sNE=G#䃅>Y~Lkl #+Ie8}? HF$6}>=|#:{\v}Pա=͙YPFfbmw5w[iy58!ʋ %gQrHy}9G1 +wmו|ږ?2ѓBj=RsAkغ݃{ f0{T\Ђ^mnb27oTOsZGydOS'Ry(w'=Sq>*kDGL)EyqWW6{M<~EBg IaiW~[fDb#8&t#m`⟭7rw,Ǔdw"I+a6.bxRlo ;?F?ɥ`[JQmrlo)?m-;xU?1>LUdM-1W )^ gotPNr`.7?sr_1bY:i?>?3*_Ο^~;"rfEVRD% )^.(R̞֘ѣ2a֫"rзYIY̘s'R #U!_;O*)UYG CrIDQ T4W x>x?]xȫJ?#yq1ɸ aE1KqHC wV::ٚ(S~)޻sׂs?cTn}]<(I|8ae;a_ A^nR1u1*:?N5ubuf>#+cZzܴ.WW 1H .UK?Wk n=pϞ+ؾBJeqS H-'/2эs8T@dž_h ofN~(|֙L1j@!eş'S=3ޓK蟕%W1ssSw$*‹%\BcMck}\_;h3*ݍz=/:M9xH( WS!$Ⴈ;׼vqƙo,GVe-M忁& "Ba-e?k)ۤrVa":''*xO)[9is8T@džXLL5 Am5BHJ@:/Ĝ4PQy@N;iqMۮ[E k'y3*]83u "I|dӭ~sEB,'Ɯ"eJ@oĜUa34QTy@s9O24Z3Ũpy㕔m;бgL$ 70qc,]I4 ߝ|x߿ɢf\mʙOEY:3Q H?^+D1rՏetWQ~_HKfS}V䐬h~ TTs?Rvo맴?ŋB+?xvg%74?bՖ[:J@|{[@NT0~j.lp nz'h %O ԙ*_~uys{=ց/+g^fx.:/ IS i"zd%7z YOnt~eֿe,jN0`!m# _z6Y:j6e\ʖF3XWX,I@;2Ú?YY|+i""%ffetv>cƄ =P~aʟ(4e??wjO47K̡fPVǣ+ %m Kx Jcl2P0d}uid8TICAJ@ZRpRjSs&;%Ӓ"g).*R_niǹY~?^NZ} o/OPD"Ju'-)8)UF^7YW&ƫ%?_ѣxR=2 d H# NJMs2 `LTq1LFX_BRObJ+MABfLC چMަSuYIxE%"?ē:^$=S0&2?1c緿 n:ë曁GiQPP mR;$i`ϧ=t]x%yP!iOՉv Xm'>~@IDATl+(5LQ4Rs^_os~w19o#ׄ5~@NP8_$ n 4Xےp|kw >[L+{ ^$40Z…P_mCq+[V?5{OJ>ek*sA#/?KK-y ߟ0߯0u4ȥ4u C\!2`,ݖ}>c}lBO7ue˹Wmv:QeEjn-o\Qx"@V W^t`\.?\׿Q\'J?ọ?_o[Wیz=KT+y 8Zٔ彉V>Y+<>|urd %?򸕤38_cAsϱޫV+{HwnƟ'2 ;@=fp=pU,.ˆ}GBp!OzgAQm3h^S!P6jC?}D;'a"=n,y~Ҫeeɱ?ߚ_V2+qSӒ)՗_ rA6Mྫg#ߗAw8XHK +J+(Q{k;m?I{>9f#l҄Θ̧GOȌ[ j=Hԡӻ@H2R#4?OJ6"L^c yϝYkMu&j8¿ecI>u׿B~zZ fѢ(9|_|s3VH0tABI?ﳋr92 'J`iH_ *(~IȌ?Ԉxz]]1[/~ Vgg_$f7t7HBf$#:c Q'J6" ap2Gq\=0($vR'-n7ԡ8/JML7vZ5GIOkIW>0͹MFj% ; `Oj>ꎢHHH =ק/6p/IZ/rki&-߻j߶Z¡Jrn,Mv^G>'dFjOj=6_#Mb%+<>ي ]όgDxN0C'iOUuEx!h2R#?PD ӴHBfF:Gud?f5w5!_K2*(F$!3R#(W@}]O6L3dFmaFd"}h2R# nX]?ET諥{.t4nd$dFj?jEHPȖ[laAdDN9'hIDbԧ~P`DYOaKxr+ϑC:!3R# ,2_P=' aܜokZw}wkI½H|ۆ )6lƙfCRI_C佦Eox83Ȍ$т0ţlu@xh2R#RBοH_d$ڿ$Ȍ63isjìԠϼH]g;hyqÔ'C<˞y[ /:pNF'Ao ʕ!\mN.kd$uE;&D/]=I`=GJx?hLr$v'1E F6L'+2MF?D,נw֠GMx h_<7G(J$d_%+D0m]q_ ;?E˱jJwJ`/ Wq4!;JٿW[ynA5mQwY$𽏮ާۈ$dFj߰]g SO=",5w5B8QD 4m#b(""e%a:h2R#Њ &&#/Px&ϰSD)oC/2R9NjP_$e״t>Aim28r{?J1HbȦ/?勗jo6]dQ]SKC`q֐?FѡZuo|7ƸCO~ލ~VmݖхV0"w'iob^%R0w(ڹM7/2,C7 &RIg]3n:f0P( R/cpE4_7暨 hR]_ V a?L+4^`Iǜ;}_5s8_qm"mg>AKSAuk͟~9쒮ey;GxϷ0D~hm۾H q?Nf3p}֙8!يH??W]u՘67>8yC˿J愺?$6]1T`~Naʛ}#/ݸgM/HLB&OTQy=sPƚO:5Nd> `w9xq78+{^S!#0vqyoAb &[P8?3oŭ V>e%Ø}UފJ*6ׁC{VA^zZ_m3[z;m\sO(Q D ;ju˂0!lNetL+=|.mJ~F`W\q{no}4ou׵zt hStB [qn1""#'NfB>f;i)+Dn|mυZH.c}ޤw٥}I>figDYl50/RҙQ;h έGM29?+HoD_zJx_7`EٳfsUoloB,1/Gk ?cvQΫ8XH9 rT"/a7?+J2?1Ewz\NAMUQ-@A>ڋHMY{geu G*7z0T9qI,m 6O  B<3muߎ&!\wJGmnwR63K{'kqhi9Wj.rVgWs+~L~@7ܠc*KDq1 "yX _{uf=U&L01WwJ WWW8oon$l)hs&p{diiH/ṄW"|#[h6-Ni˯H?RC\7gb2Q&Qʞ ^ _\Ϲl>M)Ճ\hnR}.o,>*F?ShYr ԞF!?25puJ7-Mߔ7IZm'D=Zz饭:V^7Twr}y326Q?'`DKV=)o6m1<`chA*szSe e9P?g#pe=Kxy^Ųюjc kLOyr=Y ACMF[& zvӚ:uj*&?@qEo9dJE=)d!8̝'ŐV|TckAM-x [_җK[ZV"Oa^x~K/M'㎢[$\zq9s4;m-ZYCjOؐ s֯}mB@c6.p5K}@cAlSh?vBg\~`v桦=bt\6w`XY>'D+mr9citC>;GW n ϟ"(>'?b \9R3?Y^vD_|Q4Ik:s.figc2uBT|~ApU=h_%E"~K2 0?E"0s'@i-%0& ϕ أ.t8a~TZxՓhiLLpi,%HOOk3z9P)HV`'S"D]H"O،G^g6"T|%+|qUK!aIB)šX <?i~]?ƍeOU" "uLkeJ o zPs-Wji&]z[ ׾ٹ2f2Fjb 7y:YjQ&Җ]BBVgˌi)UXqb:1#(4`).Mk6ekpSɦ[8H I@XZ~p`BZԉ0t~\xr%OP'3nH_hw}#)fd4`)1 HlebJ4HSw,}QpKL_!@c(ra21eWP8 E(>pMaȥQIW=p8u_Fwιs7D!:L7LaD!5*fE=01\ӀD8u tWQWp[ l',%9R'e$Ct zBV;n(zy>J9g{.8 iR"D]Hʔ`,Ӊ l nb1%_{.1#!DOXJrR !"VãslA,s:=p! PHM($vz4`)ъ(|y>B 5 XJKiaCtXk-krL \!56Rp'!\K_*E7'? K>>ڲx$0 ,%Bԥt&vK)O=ω0ӳ>Ql$U-$HJÄ\ӀD3AڈeN 5x2qȇib~W$Ȳ/G;_ۯumŨAB'e$CtX+I+Lwy2 ٥iYd9'!aBHժ;'҉'Yr)Hl~k3i"SgM{mEaX sS5 XJT9HiXLui"ݩ s3.h4ӶOD:/?{;g}lpN8R ϦJ==USN'I,%ּgm?L6L[k֒.bW[+Jܼ [Ha3͐0iR@"݊[pd`).Mk6S:{*[=: *l&BDsd"mכHl2gm-m:dtF^kQ&5 ?,Ŗ{~=+?5iE_6`谄c6U2@<<ʴB+ox$pMM60~П2e]^ _{/^eyw.z穉!#4 \u^G۔`UJV9#ZVRt҉=0Z?JPiB^wsqT^腆rHBS䔈_V|fqE ەk}TG,Zu3ha95O7wݠ[3zL?W=_=#~uEۅs*AN)?Wp%>ѺjD BP%a 4}ט|;Umb5+*~սBU߹ju]HT>+@]'D?i3PY ѹ_ޏ> ȁj@O/zrUUx|$1ǑX!u95g^ٛ)tq-ߖ2!z&N\G6xꫯJ(p淿ZtsN|;w0I9%e|nnUTGn5W_}}M7T+_v٥Ղ @="]XQ'EʡZw]kiη\}WLbge^xZʫBc8LtS~=Mc;;*̙ѵyG6zoEK ܍;\2Ģ\zGTHH.*u_u%M>u֟ 3[meu&C;؈|S">姥+2׾ZqMjM7Ooӽ2Ģt\gdu[w= 8I-K/=}OuUT=#p,^nO<} ?íU˼(mVQ}١;1FfnB8֝5rZ1Kw7UP1t>kly+,O֙Ww&RJB< =hhPM飋gyFOTX~({{uɧk9xtTzWф32^_X>Yޡݝ7wZ3<%-~TV{jK.IOO  Կ9&@ zσ5 79| EƚK~_gUwё[&Wv஄ph)PJRD5_k'bb]7q}}V;hj!~g1׸՘Ǻ!1.'䔈W-ܪ%;T`# I9%f>'U7t0iA¯Z㪯|=is-]vY6Rf2[j饖&ꁇ.굙3HsV[oUU]z[W2ZeR/t$Cikikuiu \kU:S=LyegO4Y xTZkUq՜9k3F/9{_>4z!1‹|CM#R@OUS0s.mիjnnjSGՊ+@4m!?L_d=F:kWK,؈GJ@.v2YV[l^іf>6>r-^^97Cv) (#9WÜ h*,>,ysD8+J/⭋.KAXWӆ9!8u! B*M=erwqN:؁Iq`H!0DR"H+/%3ʗPp^jQS@WRG~f^zQHK}]̳uxԁ}JSi*?d|fל":؁(& _o6t}t#/I^#>b ?ژ|\ * /1Ϯ=pGE9ReH/3o%wC/lfѣcIHS@b r5[ouk.`9S; ) )ҔW˯??s'Kե!M3M)h:@ wUv@n&\>8v@H80J=C7+a0I)h*< s="IUTٸ@㴷a8vE ujI_!X0S; ) iK?A*[,RvO9KCxzk2q)ͥ=:)=ٮz[\ף=آԁOa!nl+UAV=ûL`Xl򯂐Ag#!rjvb >B] /]ĿM/WcFSE YTXڛ_.W`R8u! B*M+aN^bsӷrMRU)+aQ2|Ja)8 R8u! B*Mefk喵~ _HOSZpN~if6RMq`2H"ǜWi:LGÜ(h:؁Iq`H!/o1o>^ق*K"z4̸6qKj՟??:v_iJc 1O}7.mW7XlB!%;uH{kS;$jSX3!%^mɸ&ACS;ARRHqmX;}=UJG9rppdR97 AS;u6azZ˟[k]gZ)? \ƩiRij\h9\_֩h5| ,-!C 459!8uYGn5ş&x[gy#OSZK+,4QKW{h@l\ sbq"G}4Ū, s8`qnA"R-HQ459!8Ukƚy5j} ϭ޵Dg~:mu7*)OzϠNFƑǁKM&bQjDTtPzeTicZkݚXQm֗s%TFT9d! `Xjas,?Ηju (ovؑyĴsAEjh?%;} G[VGA 7\NϢ.h'=?P?VxɠN'NoFz3\f$uh[~ /SHԠRwX鏲=o~Tl/6b:C<ЌE3hT#hZI}=ywEA&̎6 ʗ(G샴 i>A\}KS'鋯e=mF}OOɘ(A"M^{흌?Mٽ"߿Hi`Xja,A WiGҬ?;\iS]w "M%xBSLtA!aR׉ :} B aL'G?CyLWF/* q0Ɂf PZ{x<~]Q=4?/"OӮ?_Z0,-Ú%@E}?.6Z?`h~onj°6 Å7 .侅pI{0yO4+tx!j߾`←FiL|tH) C!i]X &Om_'8q2f0%@E2;qi*2XZAq'ϝs!I"A]&pH/1Q;/R%=Xxxu,uԚߊ5_rG`X|5K4U_yx;5⠕2ٴD),h'.aAoGO z=}}q{âr5K4Uvh[ͦ^ Ʉq^<=`irOS=-W/$ ":BD0,Ƞf PJ>/ m=qRW_^zm<mCvn_W6W[m9gmAOrHf9,*T?ز> o=SmՕcӟZmߨ0_2/Yoοf P{[{}z/6u0<Tw%D9L6w2 .i'gnD#LnħZR?_6=#@=ҶD%lοK0\raN'g7\G/4&K}Jo"cfOüni߽'4n֗_ox6ˁ&UB=ce ʴqO>Y=S ,@h-PO[R̿.=Υ閶ҋmEЪq>}z+ﬖml{o[B Ue{eˬH-0QF6}j'EYZXX6&!4Lh$ϊ&W4 a|>Q,:--dH^6xNWsnE^Ʂ"xFc>_xAg`DtJKLW iR84)"P5ZdT\ @HJ[W/\wj`L*HRSƟ2GF/pb`Lz#?dkW7OEcY@̿s7&pMb}[mE ' fϓiLjwQeYzG .% ዿINuo]zk5q:TV5תyG -m7OGY͡f5L74\ap @`#N`Ӫf ϒQ 2U`O0Yl%b?<[ǫ ~w\E]Z~*WB{EDH^F`Oa,FY"x|?[E"Vm{V׉%χP`Opt,KKëEpM)y U5\Z\bAUB.(K6U@ޢJا-D,OJF{ЀjrtrFY"WlSъ 9qʹ-oθO+6:t`E6-R4*HQv.)Uk4]zGJCJ$2;oakK<磭^|jdˢQYƿ#i"BnjOˊ I ꊫLo@D6׏$[# R6]r=/I1ol~9l ,>묳wO t  EMC(,WKENҺN.Q<{xo.|8_Ɵ2z2, BW+OS!SƟ2!R?^2~4T&ż2uE Rgɓi(׿O4d/AhߚLo[uzAC>h%@M__UjS,Fߪwm׿>MYrK/y˔ONAX|1tQ?b+ks2)͝OAz)|u Ma|=̺`Rb9D5?TGud$6mvN=dhҪ //?tiFۜu+^0o>Wڟ]XJD(_I82'B iIyǢd }5!Z!?nRW[27NIhO k|SƟRƟ2:jxR6kWoaPB\l[ [ƟkhN0{ !A)5$=5}z/TqRw;9ȣoMN%FG7aar[HT42oo[$ČX24Js2pM)eZk01r2pRE*5gS!RJ^#NU:ӫo^ؤT;CuүNF1ƢTr*5gS!RJ^#NUkϦBFK ;'ԟMH)-z8U1vN? RZ!/-pb \S6 5B^ZT9l*@Jiks2pMTҢyiScd)E*5gS!RJ^#NUkϦBFK ;'ԟMH)-z8U1vN? RZ!/-pb \S6 5B^ZV@IDATT9l*@Jiks2pMTҢyiScd)E*5gS!RJ^#NUkϦBFK ;'ԟMH)-z8U1vN? RZ!/-pb \S6 5B^ZT9l*@Jiks2pMTҢyiScd)E*5gS!RJ^#NUkϦBFK ;'ԟMH)-z8U1vN? RZ!/-pb \S6 5B^ZT9l*@Jiks2pMTҢyiScd)E*5gS!RJ^#NUkϦBFK ;'ԟMH)-z8U1vN? RZ!/-pb \S6 5B^ZT9l*@Jiks2pMTҢyiScd)E*5gS!RJ^#NUkϦBFK ;'ԟMH)-z8U1vN? RZ!/-pb \S6 5B^ZT9l*@Jiks2pMTҢyiScd)E*5gS!RJ^#NUkU+0tL8V,p!a {9 ZTM)klRcd)E<&Z\Z\&Ju_F_~e֢kTShR69x&`::۫9^{P+zE[|MՊo71rD;ڪD%D0VZc%eW=B@݈pr2pM8ҢyiScd)E*5gSm+%. PXFnnN6 DDU(h(B( \!W11tq5я~TZPc (QxHJ'gC!DCb\*BhM?oP)QeAW ^[_T JAGp1ѐg 5ib[_\dzB/oQ 2IJg e-?44 T{3TԮ%kwV?{*qbsݴ" aE/~}z7Vodްʝ'obͩhz2Vw<ô@UCK>mpKޫ0ms/.HhsRן4#s,Lcϴ -sxh\\G|:[GH{9rjM7~c+\/,ީg}CfIZKK;|;*>/T"y8nF4I(\<$ 2h-_i:ך)+>4t:đJSs53J+p(Oso"tl\؍89P_ GsCq"RJhmq? (cϦm^k7b(<}ua](ʤT|@0LRi7⟂p,2Ʌe<7nj GapBRY]) .BT_icm?ןFT?ee)Oxa-# qwrPH[2rc@ame-/eWB3?!9s[_~wڴiՃRHӤ?Q+?-㏴k47 '5ktl:S+d9`Yý>kG=UFAd,% RJ+O䣌?xqXJ@$@(-(xq$78 P?G(G >!e`jdG( "c)*NrQ?GтrqgG15N볿.6CA=Cg hlz-0}~Dz" R6.hD )DPMKyVU y=]]8sQ'O`MBZ_Յ#nFI$.?ss.oPYxr[XZohu O^~m]m ٩o-yV;aUƎ e}PXz7gʫh%^)Kd$qW'Syg VPB*sǿG2yrL*Tߗkrd;6ĝjur5.$AF'OW^ye5{W-"bi$jlzZ3W]uu5,뮻.{Qn$q gpzZ35k&k8jduZ#$I`RJζԿ'B} "d$qԿb ǥ?yЈ {[ôƊ/FkIG(ZWxk *hHÃn*)e>UACtH!4#R WڟZy{Eq>:v. Q{W,ػ"{b/'?QcWI5QbX HyOٙ5{+ޮJj{uxYfnرnu'F)q?q뮣ܵkWG'NZ=g5\;XUvBKi-?JHhxVV~V[mud]ڟ2th*_s{oUsE"8_'._p}fЎ "zPm9.ĂHXJ2#R rO#ZI)2#TQ.q)YKjDrOCCD)'VdJrSO?'4c%rCDEA”>!'HPx䠰 n\BƊH|ռRl$Lmb\Br@rCh3Tcմ-RnY̚l&͒mg%Hc-O%b R9,̶Kfy-!'HP͚5 ~>Sjꫡi+K"):$LjW_} 8sM}nڴin괩uV5*Įȑ_`ArRRip/3I Tր6ăAh!1cc:~އ '5 #WhWwڵ>$ [U+q e` Y3G}}+uz»&~½#z#sa"FlJ9so'_e]֭3Wvnkuw]k%*ZH0bt{waǟ\{:=ݺ%OKpTO-boR=@S\p"Y>M׼\nMՋ H"$r єHXJ{g}EW Ck~h> }p[vÔ MخϿ_@_a4%Hђc6"d/C`4%_ĮhǼ9dhJ$,%}n;d2 KIu/ JR_7[mUrj}}Pn^n~l V[Ƹ裏tG\bi]weK.矹vhJ$,%n[jr=eJ4tƈ[s̡UW]߿ sݣ{ɓ}VNO=4i~"CrN,m`+hƉS)R4\6얐 }Y|L:c73R}/cr|7 yTuE>G}ō' f1m{*.%f '9yԿ9璫?>A-[j_u{1N"V/A[noA KMV//k./@#94]e>1ݵk_>Oo{C~` xAݟr)\GǾǗ%͟7?>-\_IEյyHt[ݶcdž^>Ey]Lk/2q@4"7/{>/yz5k*xQ".H={վ~vm/lO:D IPOž(B;~Vg ?& v~;H5F||?K Zl͒y9~Hӟ^[oU_coح1H~,n%!?cth3+hdkdi>?}|Bc8lj9mpu?KþHƾ?7寿:5?*-$,)m>|\ăU4*8)p+d?bq ,)wyׯJ|ͤ1Qhp{9\4mKb۠ù)o_?gNA7-|;|:}tHrA3GPGo`:d\jITɑVAM#GÀCa-? -e8D~E J%'}+#jGMcm9wDu_G Rg~mm+hЖi;ov}x ̷ҷdy<̴Duh49w8?i@;ǰaê7lpP׵=r`v3?WWile6l6p+`UϚK!U(`?NmB1Ya[X EM9Tst_/ZӬX7|5BR0+{rpEN6 _#lM+_*j %WTEMWSO9loywca fYsKjw =mfڇ6k>ǖ=fڗ?+,j;{gO=^km:+HC;~YJZ71ߠ2Hp"ziL|vXǟJg饗GhunsOܰFfF:\'D)~:g _2n޽(M66H?.Mu%pB>u E9}p/ <X։]Uu.'| ywop7x3؛?-F`N!:t8\a>n6w_|{<" 7 6P5#[\'EգX;Xe CJL 0 ,5O6R]=׷͚5 A{>KZ=^{:p_֖o3\sIK9p X{ 7vuo}B7qTLCo kY`[9ҵʪ Op`BfBǎOkղ%,8õx8[` HN;4Fo n;uq[o87P(܌!6߾.Nv&lq}9ۮ}ץsg+ 7o,\;}9Ŗ[V5 Qy\~}c?UU{GyFW-Zl@?|=-s,:qDqgmͶ4BCk#bgۺ؝NwqN4==hP7dSW_q ]`>X/ca@|Qz r`&ȁ7a2{R]&)r3HGDN |1$$!٨`BU?Jϛ7ϯ2~Uslr=PB 2$rC3<2|v>%MTrp6WаE,y&R_9КjJ/mO|k~nG vLHٷ_a`5Eiu^g{}>TxxȿW~z?#TE??a2Vy}бaTșZb'|tǙn׿z>Ccp~t?(~1cҾ9UQbHQj@TAqhgM{y? [p[N? 2|*Oovsء>=P0S>' Ԑ?oyJ@̘7M(M8̀5?oy~aRq q ۨ0DRRc:ՐP?Cqo6 q ;o$DRRϝ3aSj1?>1_Qp:tPVõ߶M[]a7Q RHhIR_]q5|(_l7l+##åa4TRP =-pكz9JfϞ=۟ھp 6l ש1ɩ/=yiF9R[Ywug̟f3<4øQ{25u%#5@Ur}[o}ϵuRa^w.LWf5`s'$oP@U]oղ[cͮnh[{^9n`}Xv׶m[tU55^MU: yǽkO{q*+6|s Ϝl4 rk1My7Cw VN`ߥMքz3l{')Фs,@ȴZ*=4ySHDϿp~ It@?|qBٵk\9BX?85]$:v}?﮹Z'E_첋ٳ1T_S9w\w׻?ܵnҭޥ}LӜWOܬٳ`v踼о}^Pga7c hnk=\~ Onq[n'P!*׵{7תEaIC='A?#DVz͹-t_fqsqA[cmVS(\φ5+KùkA>N}.:gh5矈Hk2 `XZn[2:>}o¥kLׂO@ZuեطL1}ד|;ηiƵ][uꫭz-޶S,SMuS|CR1G;:Bƛc[jXbm"n믿3f4RD?$hw"eCk-Gpۍ"gx(!|9縋ޅނwv=s|;81awސ! /$.w~{7eO8\wbGnF:x.wAq.kQ)Ͽw=NaF6?^VkCoq>``iQ >@Nʷ/ p{G]qk?So߾KtRSpMoV7xQ=`#;3Icj)JO*1KAIT95r˟s"M i ϿWN28GF\䦃JT'&S%[h`|Ï,./"T'ķ%@`¿h'K?O+ٹSg^vz+ ~rmDkOBFK.$R|JyA%Cz\kB`Nx%haՀ36gh-[#Vδm\?B9#< 86!syצZAI\?ϹTҀ!V-Œ?3dN=G7ǟJ+bn|I?A$WJ@ょ i'f+;_٪GTK'1lc"c{[× q?ooa~=ɨ2b`"GZn|mMp*(|uKbnֹ>~'vsĈbsEG[}EpM4K/e]n!zGKRUkUȄ9?=Xb ?l-V x]/cѮ1rǏOoq}]a0'- T A!WԦݻ㗑q ?o^Ҷ~Gܧ۶-iYJIPX_* XM֌J@1]iۚ?/K~c=9/4-D,`"<3a0,@fkav%,3};mX_"  ǜcn'[@p]?cրV.xDbzf=wvRE̻vq*91'BF͜59g ά]ee/pa`36Uk~UڷϘcCTm+'N[m5=7T'  &_;#ѩo_TrjLFKe~,x_Wq K39^yJs -m^#_+cAq0(O e?Hbޠд?/[x/ ?[ ݷ෹tQw괺^pAK\B5W #h0M?wu‘/m$!.iJ @>oy%D&88wF4C8nuFz_E%n2#\KRhZ[(uW'53άWux'턗 P. 3ez_Bz Pj;X;uz('AUW]wr[5G'?)QFT("̥E,/#&LBl V"gt"t/4j,$M4 Pck0D sFzQ@IDAT䂑D<dH:thƉG~Ӌޖ[nag0R&I%hD &X[iH  */7:RRNb4 %Dc=. ůui W=F`tl>VĢK B >z81 /h.Kt"$eŇ0Ƕ_lc@?VĖ̃}B0={Cᛂ8ڐW6Ų* H\p.f0[Ii//8~Jhhe݌+ [\b)" }=>>e&6㦱e)U"!@\,%{Ƿk.?FbZ eKa-\,9kKKs@)@4 ^>m7.I<R dž^e:+9 =[5yd#PK9` F>ŗ~߬sbf]w@!h',&!)IUWY}^f-SO? F9oU(+!0CRfصfnq^+b8eAD .Wdf ]οFF~g?*Gaf1\2Z3-%(-~Drh[jX":!h!)հ6n?u+;`ϡ%"rP;Ӧ5.*Ra!l)D0\ p"%z痶o3\ }{66R]#{=]f"F F8P',#X(}V-)b؁ˀD5D:g3%,=scRqfmg#:P"eM Xfv@f"Hs6ϫJ?S&@59)1 +Hl ?Zh>_WJG+^to vY`Kì4{y JJWZe80 > m~W#KW^yeObPJ+3-p -?fx03{f; [f F2`)0J`_?Ixuꩧ9ꈐHK6f[JI`$.8 o04ntfJP@5 XJTHs6SYf[bQT$ KSwXP0F42`)AcCcǪ-3N @ɿwv2dmti2KÈ.KuJ>I?/! qYĢH"NݡPg F2`)7OuL6jKIw 2`)QF ٴvLbK" 'twYCH[w@%\A9x` /aV[q`OL Qp.EԔt&~` O>u.Ř\IߩS'5LP`dOp._͔ /?s6?LBv$IR1CRDB03~"$–R`MopDJA0@VgEALݷ <sUW87 GIYJK$ۮԛ1iG]gu$bF4ԩs'}c@TDcwD|Y;؈-S(z_-\6vϾ쨖5^)[5`b?__Qy*/Ҩ~\לѺD'iaRP%R` 5}``O/O>$uӤԼu_ HRlۤs_X,첐k`K/0` u]_ɖ+k;ۀݨm`ĘSz+yw%%r,8YP8kkry 7iQʔ`D. mj1߁vrYgmƷhl:_F4%l=pkwq4ů磌/W? _? 2G5uc!n~t|`3d&1Ҡ oL El )ϛ _)Jmkpxvén@|60$RwyRRQRVd`Fs=Ãa$֭XCGÙ (Q b| PJ9oݺ/kDXSN+ۡoI> :ѾtbDW00ץp|5.#ocjbL}q*R"n?PX4֞5nmz]VWټ!jEN@D3 rpʫR!VELʩ1{ >[nC =aPbZkq'A׶6c.e4wy ãDXWρS `IvYCx=@oZvMiyR(Yyy+'є:̓g /{y0 :1%삜e"ʥk\3/ʄ1# ?н tqGO/$i´)ȓg c8i XbD<_(Y}q2i4l&6jCuf)䓉MGsl*A$J-CЫ|͑ P^'K^мu)&)dZIYJ?BN]P j|movd)_k&h]YJC$%RP$L <)Kx9SIdJAChIYJoh0#Hv (Bb\0)E'/a!RLe'0C/b1aV b@1hBCbFDhX88d/?"; Ӓ1i@bH OPPĸ`\HQ1}"REfr=v_ c?#8\aEC4ѱ*:_RAi@)(P?Lh#u1PEXHQ*R*ń>(lyv4TzIXg))4eަ@(fD (Bb1@~(5t*s( ( BDT4 -_, xCDzPjYA%aFa@1#,4, l@_~1V%%>D_. s֦NX؀bPH &Hr%(迱\{-\Uo).=5 X>`?w\2,c2IXVVVf]6 q$~D ,I72%_ 2*r PLP K{r^<=bǙp;AZ'|WG:(MiOa'4, l@I)Rā%|iz7DBmM67dS8gR &r P ˪k"lz!wW~ 8dv  ^hX؀",$q0v[/T鏅gbA)5aP>)Ōа4pg͜^: ^Fb)66 q).gR,EBBb\0)E*-KbFHhX2< ̐,,"ʂIiLP(V hmx]g'c%#\oC,eW06 wA*(Z&/};[kXN=f؀YI DД"sv _mUUt c`F336ڿY[%=<$e5+$.:"а4EZH &HRSQsG?$8WCԓ`RFR.aX7S^Tg1a̘1*@j!oGP")'ޟH;eLm?ӪRKnS[LKbFDhX؀""(Ri\3BBa!1."%@1z5翁7Q)a@`@ U J0:kϽa;bi6ɖb)fĄ (Bb\*ghς&RC@/ ()PP qT.Аsv 򫭺x|RSAi?`68-?JHCi@'N ;#GM-Je]{|[&V4E\H &Hr P K?z-`v0ֲHiŌа4EXH}oEmX3%^ g8wQ&YK-HimFXi;߹QE$4rH5dىX2%@1#,4, l@I)Ri\3BBa!1."%@1#$4, l@I)Ri\3BBa!1."%@1#$4, l@I)Ri\3BBa!1."%@1#$4, l@I)Ri\3BBa!1."%@1#$4, l@I)Ri\3BBa!1."%@1#$4, l@I)Ri\}EBb J)A˲Co;>\$a4>LCiJ2ꋌG J={o߾=ֱ |p^8ah-OԹh?&(Nc8S[Z)Gqm>9  V\o,/v6fe՗UjXEKUT-[㏴E}/x~F@]'lő{ՕWM27qGz|,!KUJ'7o{XQO<?a%P[ RJҹ@?ȂjO*'!ƾW %:[;?CgO>;U #XBU4P+ͿhaH~o)Y;kScPf֘Fe'$_}]rɥ*r^d  +ṘwbG:HPm?\Y!T)f?\D_%i8yv{n7sܱlĽxYOsXE՝'l;v?KUY8PZP:j XBReRٵKJp#VC(-$Dq @B2U*'RPb$T/I<1zC @"5G??M,? m. G; Y2yT$Wr, (wd},yyּX83lmRޛ?`Mp)W_WfH}TFeD.n_|Y"V{LsMT_t})-Q_ZǨ bJʌ<*?nVnA8@􉮈D5qV[-yi4$\/<˟/}0X_M<)@6.~I_gکz~}Q9PVO`'\p Ə-wmw&L?@>/x/#nNƄ_M A6E-3`0JW9PJ(A 8u7n"*R@DTDDcҎ1Nk!2:[f3';duOm;Oe" %7}{bS3FA~ ]DErAםwi?,R2|%ȆXlQ؉֪XRQ뮻YIPJN='5RL$y63ᒰռC~ -(Ug][,Wx]#G@>3Y S RHZ 0O>-"R::1h6fTj_.WDDAKdSO HmbfhD?EgVp͢M4%fe_\a` Y2yT$_N95Q{z*`T3!$`0iVW"m"b%s|8.8,6XLȊ(Σ"_\ >|;+42-L?%'綾G`ڵGH/2_aMR')39 wieYip3 7t`W_d yLX&n78#D\K+`MQ}Vy|\,~mSok>@I-6.k#+4[4&S"\wOb%$ E6R ; 6xcI'3kXy3(>sz-SsܪO}{xƾ7C #.͟3^ ?Ya{ѰH#vmavJ{7gyVДKl iN f=&wc1VDÐB]B\ة-+``:%?VglY56gzFO SO=[1p|8`!թclġ^|%Tu*<*1{LEaT@~e[JhZ7X_n*b]#/jݫ|&*la'P\^ypRWɣdxV8۴m'YnJ\qF\Xt+*ZTchU ?.v)'Gҥa߳ |ԅpIhG! @. a5JoѲ>QD_Jj`)L:o,cZ+rK|.y u*j)lnmWX6\Znt3Ɣ*ZB?cǏJq]}`vh)hрD)RvjˊzkXNAք$H#vK+`{:dMH74`L ci/9+V#$n7qiNsi3AH-iA<9&Ryы>V2u)ˆS[> r5&jۙJ( Ubk׮@Mo?0}܈ojT#`҂4F'p[{.Kä5,QԅJ9)~'2ԝu&%3h_xGV+RS0iA_|鯄Y*F)hoMaߖ/]Xvm%vKD7 X x{1Lo󟜧:V28D "9Y{xZ/Ӂ FN-f 53z9<|PU%udPSLitEUeee$%$l+ q=ƊJ5r  -HcAq%?|@E. P574pIOۂJf#`҂[PϿt :5eZ?Z٘jRV4FNAKA| >;H`2 JF2Ԉ)cp-cުDcӊMx,*-%Vp# 1*yrb( ͚Wѳ8[nY NC:6MtK|S',)X89jг .$MEl߻ןcsԲ6Z[ɓGmx~x ןwƄ@ekS0iA :t՗^Ov=s|4jQ,6:sҊ4@F@akqF 'E=3rltAd> w!GqS>Ld=Nx~?*JĝwI%$қ[Z8FNYk2P#l0TCACߨR]bI _hf3Aq9^{Fuw6x3vKFS0iAVLl_١\Wr|7ְ@65uӊ+,<.*p HjAS0iAF3a?3Cc ,JhܩoۖQ[ }˞ m=[ࠨ8 |oXz@l.6UI+rvo|A KO%fq ^ ߟ{hlXԱQڲ,Ԉbط@ivRi<\S|3?T497q9)ۜi4ɠI2U?8&N$_>6J+c̵֞2[BP:d@ᑁ VGtorA齾$V W@)|GƩ4$Kzm7\7ĀrNPDYpK1@Z!q-$+me[Œ P;#2k1R,AF /&*ho:%q?`|nQYׄGif(%Y8 \+Cp 0tݼٗ M:={:8UiO?t?} qĢDbJXQds9qZ/n]P!ce gȔ+(J0XW<@Tp&ܟ @4S2Ko1{Y!GE$ $Nӌ˪PmA#?*Y6C,Q?^YYRf E6ӦMMp %m&G&AUdac*uRBPOQ[E$̵2[Bv_cx%?Z۪[~p }]:l %#PV]C%\A<:e'uL$=Q8$ H,ke(F&^tG$%Bׅ͛gXmE%rT҄[eܒ)ҥaXrw:r1W5+1}ƙdg⍴3$nIj`!08[~5^?,  ) |/: K<.U.beQ،BY Zu Sd!`Ѫ[ؘ-Q % ?IK0Wd"U^( Dnac*̵2Ӏ<Yiƒ3λ&J_cc]t(Jh nI'"#lE/f?eNp@H졞N,| 4?*=2}(aBK.g/,bHXo2ڌA b]u3mf E([F0z"KHV% Q0G]o!q&Gf,D Sx <{@<8߿cǎSLznNPDJp"GH֢qe| RYi­3 %Y6I#3+F:_tSO'w(Y!"Jg0c" Xpw-Iʪ4 όb7Z$(lpKp)V`K0JLܹs}]0Ovq;0)I`ZdQJ(e eh-lR'gq+>{d7-Qܒ,'V`K0JL?衇pCXpy-a*X QJ(e eh-0Kg㇁08uW^uUj(h$dac*̵2[Q< örjT-a^VHPD@C3s8̃IJ_BȨݡCoN*?&n?E/xn1h^_)3~ DB“)F > Uk/6cbKeR,<؋JWN;iuAe)Yax  aI؋JZR" <)bL7/;#\zo_rk8"F^*b"e/EhguÒh1Րmm"/7r6/b-$EE@~?#AMRׄ OJR Y"W:!"*}72DM$<؋J*@Aewh0+Xh7Pt\FDTDX KeR̪/٤k]rblLOV*` h'mhIT&Ŭ-')bQ"K`[xTXp): OJVM1 y!)xf{8U(K}~ע XA+ 5-& vK7DcKԨ[55{I^+`A@ł ~>>{s̙vfvvwv&"H(yd uVK&6+A椩ݜ~pI,rMMIPHA"V{sM:,3zQҀG0//ط4Cy^ !ȣBЯ3I~-YИd !C/q. z ͫ*Uڐ)!GL{l~)oI.~"*ۓ@lR*OK[Ri*Jb~ͣ_0yϒ|,]Vp^4S٠"oO83<>GmK?D͊5?."\ Y>H5)kC-'ƒ+? +s_ABbQv6Wy=9$}@/`pMz={.}CMS<A4QY[<KyoR~S֯?:*Hq֚qK+P5f*h y :S?[OPڹ52&vi#m<@MSDlN1/ ˅&6'-?lٍ&`-袅s6P/v>c.&dsf4Ӕ-R[mkK2Sh~}suXQ#6e}^&,4Da[O]v@NSHQ,Jբg\cG?f>&h_Τ6v{%r}[ ZԪ.RT*bɀ|MԔ{v7餉]vE?ϟ%]CqV'4bsl^!3vpz!s 6nh / zjOFPB2Q_ȅW6un KC FlhJ?Y~a BtMCl>dXkVM _]i?_rqͼ\08TĊ~'#2%|&/ Fl mnbd; I,\6I>]?r?|/lTuk*;O遯`LBAA@b6a+G_ ڼBgSӟrP/L5ţy S_v<ׯe`= Sןy/Ku'L yVҊx,XI:#swVž/{[L.M-+p v㬐<> ',^?m5J!<$5ئtտi^;'m^>L۟n n@ExH0mͭav,8jXCBNqeT:lTC?O omH{]G#imO&S$է!k9 @IDAT_r TGJɥ|oWbkj )5QA t>VQ] \@ @M9^U0$r _Pѷs}ARC acZc[?9/At8b RjVX?nՓږd$O=*2Q6kӦO.ly2be7R :<|Rɀd DXԣ{v׳ .zwZ a_@X^kAXۑWy C1l,H+?xy (%"XOL:]I5v=1btXr*!TV$jjヒV2o{r[D1Y,9I:?yh[ous [4ɞ~+ȥro6a+wB(Q0+m?owɊ=5Vxc9&2:ztg=g*8bZW^᭕_mRjoі5lR't-m=!j4BKvꓶj+*L%={.ڟ}zq@1sN'|=kC9[oelY;GDm+DTzΔBvZؕV{}`fRol{(|?>ڬaG!f(28; ?=4bs 0-rQ5 nƮ+0/Ic%̐}ۮ(3,כ *^'$~A:V3h '8 9,_~> S5 p>FһzDKV[F "a׭a=cEϦ@B\JK5et-*V"tmo3KCSI1h/3J&iuXvrDh?k,7qDaHA!4_:,DK1&( qH+`.ųޘFK+2Ex9L܊ v*M<rHN4$t, 1/)= {M~gqSSguk07dfTj87&MVViА5F:CxuĐǐ3/@C: oqcھ=ړn': r-~d^w5_8\JZ#&AZd[аRI=(ڂi5bGuT6߼=/_0՛Vt{v` FwZ_H$zZ(s&F]j%L" OmУΉx]m4|Wz4aGo+UkߴHɓVhCB|-'Dl $EVsz犴Xwߝ''r[5'Z H+ Fr .ʊqf5_JZ#֜Y/mk=O>m&Đ :m@eop >jgRa_I#߿? &EcE9Q|yNQW3dY9ֈ--o +DAHU?5do9t3^ܺNޙuĂ y2 -.E㜷'&q}ö%EϬTN)QkĬoMK}Y&S;=#@VXo%O%EϬfp-2fK'#I'MRl>39rdvŗ?s*-ݳgjtXE)%z1b"!'OFZ^D6_G~QkĂ y2 -.E ɶ[oqzmALƴ՜jc)%jVHΓygԍQ{Ϝxr%5b 0gH+An Y"JC0 YPy:Km$|7+ n8^<^\vT*nFtō`Ol>|ח4s33c[,㥲ډShMdRޯ |lzZU+L=ZF7.]4$U=R4c)> " P5lxFw#D޴H/b_~e:Y꫞yGl]vgr-υI2:DLK׉ -oԨѡ`"Hh!*jz{Y׀vˉ'Fk2n}P%}`VܱUNz5@8_ )ҜSi/S~Q0eվ7H>(68q-ꩅA4 u2VI=#F`JoJlĭaT2 fI__HbVr8}fjW#XGՌk<3F!dtյU?*h'W:[y"I0y%0Sc{J8D0d(6]!覥M:%Eg cSQC8"RjWۤX? bJtEx)ئ|;6"֜~9ƿ84mF>gkwlM73c"Ȝ~E1&.a5.ɜTTο0LJ@aĈү9S1Fju6KKqa ٫ឃ Ҵf|+- 8 iU8wYDC ArmM50*P5O~ 8<%,{? v"|D?B[ \ =0 .MʄUww?ȯ^% Oo~hY.;*i9ƭar9`c6of՟d^I*x㍥^*8bq " P5li!TAVXu֋ @iF?-է|}_s=D2;)fEh`?e` E/f}u5$?|&>β7\.]ioBEZ% ;xqyTlZ5ǛxG/ 7Ťt3OyPrQ.׿7ܢeDDϜWTR1/Uv!l9߷oPx Q]rp6<΍?c"^N0XԤ! K`J7;~РAAsrC/~jѼ$Fedσ}W95 iԕ{PJT&rYX<mermld[bPP~cxz@>/..gw#qMruZ;A4Zcʫ:&pҔL1g x9uVs n Yd/6q}+?*v_B ?ȖSaG!F7&tT[̜?vѷK 8pa.j Z:n&2Ǘ GSs^? lܫs 55 ۍ-KpA7}!fX}uExO|AjAokjտrm}2U0S,9"/Y/KixPÆ#rկ.;}YMz?m޷O>˫?Q:v~" HAwܡmcb=QĵoK0ÇoD32vR:FҗO?? m@ @7:v@?WϴBbN|0}AWu zdjcEj>9dsDv^O2G8OA+ >1|!? ^I,6I/-7yWp.OwHWfcd\>A~`%㿪{yh([õ5 HkymE$[m&l'tAs%.'{ wmlh֥wN?(uXɵ܋Ԃ|ŏ% ܾG뿙£zf$' 4[˳Ke =9#]*Ѹ$KoAy7]z+mZ?E TrpFE$L7&.A`ڟ ^^O 3оA% m֦}FW'^S)9iMN+5 4-iRk믲{1^v~(`ㅠߕV^9t͘(2RO06 نo?? M'}Qey< +R"bh`vef灏 I9卄 +d ?( Gୡn𫯿zTF-u-zy`##om7`C>f f_!LɿLL4_O#"hc"-PkP06,ec CC.i2mVX) aezP*-Չ {wT6J_CĽ^?3Sq]S\<&mKjMNGyOnñۅnRx/ncߡNbNF_=_`)jѯLZPMV]Elq:ӗvP"'\Pi59I t@H<;}͋|Naҟx)W鷓ޡQՏzjZw~ɗkm+j|iآb(2sQ}„_,آ-5 ϶ʼn#lG>ƌA &.g|av&[87Ὶʈ1 Pg61e9'<'R1 #lY0ckY>X6$?d߿0l C㏭alyc؞<>;tu]w )jrcS(1*д~Bje*ƋOW,dQFrvщ<ΓYCP-/o Puߦo?V K6< ՆG(k~kKCR~W:l#RsDK $ojOQ_ChkZ[Y_L*9Ǐgj?ߧ{g?O@^9vyЮU&(-3w'i@i>F)2䕞R} ݲ_kotjTkr*8 m+Cqoh!>}RK/F  2 -oR^\ٗ&ɕQ0@oᴺx3#8t@菰i}V#\o*?F.*c `T~L|}kUܹ$!|. ,j4 ATK7耒-2_~Ƒ?Nq睉֘h^^"sR9Ę_hdk>e=cXLLγ@{g5^zE138WX} }wm :FJ ^γo;S_G.dt- ߈9\hvX `ִ~p)4R4$/8_y-vrD&`0F7ݮAdTOlm !cxbiDSP"&+u{*Q8*~qlP#h ;~ц(0;pEU䧊AX YZC?lͶC|/bb8s{p9\=DpiDS 2oiTRrx$LgޣXEj7yߜf|ve72RŠlNSN:hBԩ~Ԍh1pi=LA_65̠!APALQ>P9󌳒m_cɿ1kԐ\^S7 Uhgu,p!^1r!KDL״FUW]U7\O[n Uiˀ߈$HڪżRCO *p٢4YuCMdvfcE+>%zk4 )(~I_c޽>0|B4RvboJ?ӛAZOO$\nFK z27Y$ wqPh-(,v}B+M*c+8[C"yziDS$xF}Z!c%X2%:V}}$# X@ <4 )(1kC;}݃r[/abQ4 MV$݂lb??KdM< ۘVg/($`I՗kx {/g? pذa~':Ӈhk5j-0TI*CȉYM3,Rr)G٤( 1 ^C &Vn( @ҠTKb qB Pٜ}/oU+t2r e92Iw 7TI%fqK1kKò@߿_?iw2 CBxLf8'@ \DfYg0#_N=TMxB-dBA$+) p2~HVCdB;oӧO pd/hoߘ*;}^:L0Z2v5a^݉}roz[ 2Qk393nG1z~ 2~9T'=̳^k5Wo?A>rOp 2 Y>O~O7/U0Δ#/}OO{TeBNrbzU^9PM4XmuL6#W^4ѯ2A?m!|9pmߡRXA Fr:_μ ꫯ$K}5ք B̀_w%zgR2K=1~#ߣ/ jz1c&aG.`)+gi@/Vߜwx_cXòoB2 ! rBewAPC724Ze^;! ݫsk^$=-sǪ/ğv~-wU@co)p5@ `0=_%w]2Gl?"'Qj!r  T+ivk9Q{;Wߍ&kVcq_}!%@q2~~q[?Bo/bFۿzb\x `_,b>'DFs\-36C["yxc'T4ҋ"'@vdTXiŕdPgꏶG^G0i-8"HXڲv _i-\pK*'~m=zCdB 2 Cy[cj(Z[>)^a9 LA4%>dž[V)Mϓd`O??ݎmL)ٞ=u!|͠Zh2[WPҬ_DmgyV' rCߦ? ƅhK kv8SG^eG=m'7E& ƒ.AeHo<^;VW|{{I8'u\eWhۯ8yh]#hyQ}J?dNdԵTμ\dC0C K 6X?}]w% %@ &#q"UWj/q:2Nu՘$}իW.~bBHIEKbk`r$ Dۮq 5h˟ңI9i0' A=7|SFMׇ,;ABl%b&Q>w e!I'CDAh:1]+wʔ)A\̄Y5O2D1&WVvWx?5y] OYѨ+M޼6m0{gA5y`7x-|ʲi'*"N1ew4div=]&I!+p~_&Iᰬ`NY~BB-J]a祇l1/f3&:r$/I"E1s\W^l635)jIy%9Jʋi˯R/2m[:8cO2TV]C<蒋‹>i޶˒ࢶ"bjM;A|fWoAP `#- />uTgk'I]:X6u$NUc6E϶L=F1BܧЪ>`i3CK'n~tP8A=%r3⧊rill[V0%|=@ӷ31}'T͋iw@kN=z]:S6sNbΫgx:x; 8:eqNâ?] utN{$g"ogbXPԶ$0ٲ+r}/(|p!|^̙_dGym%}cf.ݚsw¦-󟿰ֱc/ ÷a`7{|4$QbSKrGQ[BSlwZ GCqKg-0By_~ʱi'*!N1şW}%2A]b1_EmE ~dܲB-N{\ 1_ʿr2Xn4eIg"݄o~D9PV+&18e{kFy.q-P+tp h֭9r3.h >Vx@yl{G(/ݩ ]w}{Ck^nvu ̿2tȓ.j, iehuf[wǝw Xu[b>7^woM<ޝzKv-w)G{9`hL?|ꋿ2Gy@ǖK1b?)xG{?lByǝBZ` \߾K%,~Ǽz 6r.l?o4c7t7qDץK -x ?>1CIJ.]:3~vOIK+#t4 'GJsꋯܲ-M&y4ōigK?hvj:'ik♹_ߍ;Vx{?l-^,a {-ݿu|鶆NvH|4&'l >fS]/sA7hn+{\mnRk3?: :M4fK2׵[7֚k:ޜ0=S//wIOZ+լWǟKږǍkpa:ÆVw C+7vc&vtw/~!^3_{oI5{[c5+/78 _n9GSO+V鳄lvfnvֈ*pÍn{;cer-n !۸_}tMb5cƸ9{V%:+>jpI׿ T e(Lal˪9?GB&c{qgsv|(`K ͲːZt}v/MLg1c^t2˺k}ixv:'~;cOK\>Dxq߾k:Z5azR߾˻Io|0bW( Cy? h{>t[nY.M"۟|RzhlL?֥KZ_Z-l'\k-+tM-޻2l_~Y'"ۧK$8д–{9v&eڢ_x?mE܄BQx $s|.%hG_F:2/e$ҁ[mpr[^uI5cq￟}4>_w{4(ߜT}߈<; Nz-{s_}%5okw=we0ݏ. j[wBAzο?=0s ӽTOm<膴u>tǿ&M$ugusKWW>ӯ6SeՉkE=찺Chd9Z˴}1}khJn$v]>3GO=CԉDݧ|x7qt:󭷹vR [OM$/wƙZ~vCM>c7ɔCD[ $~FK$C}#rB\[n~ 6 ]pM(h70iKgOdz$7vXùp;#RoOh'SN#q;1G:I*@?~ RSyi7B !iE׀p >Ut(c~kV^b{7Χgʕ^h%+ѳIM|0HM k,S hO+Df3%~}=zƸ2i''L|=NvLϱrwŃ҈/TZЃC93;p$C4(ڪf2BO?bB:O7G}ɘ9:V[lhҐ˕W^|AzQYrO'w\`玥5>kW]~"}gҟY#GDsna: 2O$e3G, Gf3$PBlA|6l3,fжگ ($S ^p}WӘD/w"k#=0H15ׯ'{W^-엞+ZF-̃c;F,3Kl5fׁ@MiK10؄:qM7RF2P@Sܒ_h6[neb|şgLC|X5-om)F2P@_Do{n뇂FP@kI-uR*^%_>9Ok~B HQ4k?e?,YCk$'zFUW_Sd9l^y*k_sQF(аۆ:o?ĝٻ41Ӻ9Ւϓ p.HXчo\w}ny,%׆Qc| {N`cu^Fk+h&'o_ЗHJI5ۀƟWz]mlnٍ@IDAT䔓O>1-m3$ńv[1#ݸK>{/鞴H h,(H_'|} aBmЈ2Pa[|Ja$4T߰1bwjkݞR\K1^%>cnCd" аYRk/oױږiފ+Xnj$J15q㏧'&@ %$iNeMNmh~B HJ?#ؿs{(wUC~sd(%>%şia'aH; ][^ʼ TߘB4Jɪ}|@q.I ŝ1]oi5xe@#-`# A,3Kl5fׁ@MEyqM+XMFP@SВګx#٣:yx5> WϿ@=/Po րd4m4Ԓqת[/{񅸢Lh~ dH|mGb-ӊaG!J4B,O0AFLc? >Uʼ Ԝ~cvL(M>~mߟG~}vmLSe%,FP@mIC6 )qj?'ݠV dBwzD>jש0f4T_Biک F2P&j7-@yiյX7\_h? CFRK[o ¦H^@gI&6i_xo]N٧+D 54ԞG cK.6qz:Z4y CC@&PME?䓵ĒKc.`BbK/d6dW# sQME0@._ 缓hOP4ކD[3EO9$n]JJ3kꌥUUj ȴ/)GqD8/?G1%dH->*Ls? ԻO?>~(}!ij*Ҁ[X"ɗ%7.ۖ}\">$?/H_EPŗ9&`yg y JH=j'PIKK`$Ho*HC7hbYoHCNMpHW?i(*;'Ҹ{{yrC:&H&TS ˩v>/ }eyYꇗj@"  oUl}'~E(}' L&4`,mWI7pmiCb,ͱ_YrrV.Vj-9^#PM/ <}lz?ĉEog7<0W*Nq&PME0@.^ W6W)I!5OfV[=|8rZjJI 0j*Ҁݫ> ؊x.R(́Uf2 TdposBObic{Z^jw2"^#PM56w/`&~pOAv$@x<ιj*Ҁz ҕHĶcr1N_qJTFT^ Yk*z'0~JÃ!}OA)]KYjpRB5ixۦ+kӄcm砯dHXK?H[ߦ}'HAZeHs0tط)ID` Ty=Z,/uL*p''ADJsEY K`Ho骭1{G|WZ8[>&KIʋR֣{-,TO`2 I?L`SKW:*S+RLG'TS Հg㢲ma5`ME0W{r K([3&6tXƓPs>}d-(d-Z ?Z o:~Ӷ/oyd)Å^tgED-[xE%T3L|槥%+b_Kc:HX- ϠV&~>xhn-m)p p_\Oğ/MBeHZZ(@HGR#|?YZ s,?x`g%;J?tV͏)h_>'K[!K֣z? VDz,5=zw-ʜOCQ[koAKKs r4"ȷ[ߴҒψܷK- MmNk_~鞧-(^e%Cs=ZPw@眹@oEβGA7Ù_|&{՗'|JufaZ&sQ׿ n~w~d"5ގW^%?kº-RV1GG,d.У~KKC.$폗_ nie(cikHByFjrm2fwZANw#]1ަ駟r_R_s5t;s?ƿѽ;m9-8"=b$%y| n^Vb(wr:JպK߭'2?_}kuhse,C?jk[*:]K{иVIy),M1.4-Kf|[Elmvx0JDz,5:E躴m4moֆ5bQ=te%/B=]S9 m-?V[\?u?w!C֦bY+oovڪi5tr,=onm.omؾVvO={ mJyLc*9׃ xH{Ç;24^?y[ep= ێ&;EYTX o{3-k ,{⯵%ZXv6=/%0"*)5 mDwы2vu!XAom=%H-EU^pAfJrpHX,J[ڿ-)907՗_7&NemdkRZZ0]Oy;X̹b?{lz>ߢH$aî*"mt9͉Ϧ^0ӖMw X KrnSD8"oĢ$?kɞD[B -,VO.M8ֻgJ׻b&x#DKW2YT(7m@OwX u~!jb쟺OL @&m~L޶[}K-BzV\^]ށ#FocSj6'~OsxAJX}@sʍ"N;nmbfo~©ZSsrG+lPXB2!f@ k(3eZ:<͓kX6bUڐmgX:<͓kX6b_6dۙm?μ6eI@}RKU5=&+7ߜ(̼{ gAXd/s?:HYkܳO?ӦLJE@:o'OA ɓ>9yO$'g" 81G~Ũ}{;hn;-nܿ//mᡡiDU*/*} 7r曻ᅬ2/]ܳI]vv7 8!H>.ѺGe ԟp*z+_*U)/T@$`SIZxOH)ӑğ'MAz\cƌ Av؉&L+H%緤HW9{i0[)WWr\ XOq\9 ,-,D)0U˵P ooM ېdVPsMDI$*]鷷~[o)_|%ٗ06'?繠}n 63&}o8"SLqgow5Jwъ .vy_@^/zyԑGs=G;$_Sۣ?\׫o[G4a8`\k֍5ZZ{17tذu͍O! 7]w-=d M#[$tTz{c^?^DΠ/R;Us_U:nUjUkmN[jMmA0U {"MCl.1SkzS!:}NjUãPpnÊ NϷ~n}qӦOjM'/o >8-B/Sl⾔%yjsoŖ3g}֭ZsI _|VYuUwŦ=~W" `ǫR|}wЁ:i7܏~+WUή[nN^d e?U77I` 9Z⾔%y_8~W34*UwmZdMcn^[r1noN;nrMui6mqoIV6KlH U׿ ?gdlW>*ćz-5*T+o4O27ȯ?2~xH(Dm:/Ǝשbk'N?4w߮s3>!gպs<[w5RlTCs5jJIhYܟc8ο5wkyEwԭaFxg#^Q_7wu;܃=$Ƴ;QGAL'+z)EOos{TCu]7tS˩~'ݐ!CT H :|V';^yeׯ,;?6{ #2>Ssn$S7nzQOP܇@sJoDr-nAu)9m:U,t@/>&Wo]i"1sSMs{jm-.,91WqD:vanA$fW\Tw1kֿJ?W/ S]O;?I{zT3|w1W\DHD*lqE'cml:2ɳf?KzQR ޤa{*6`+sꛬO_o{]srrz?C݅\>"uUg?V:' 6ЍvL)OIW_~%y2~򓟸DEYE?ƚ%+Sן 7Hζ7έGN唏!Q.Nsehb쎨ͩ#* 2`T\cPQB]5yRG4Ej__?W_yEY7e54KVI;'msyԝvNDބ&L~S(R#⥪ptu57_E U׿'m#tzUBRB>uI :w 4$o2Bn'#4Tx IJ"omyQoyXc n:CMcϹ7d 3ϺV[ӟh@׮]B@?Yfj#2sGs0l+$eK.rp?{zIJkm???mў6xmj碋.v5 N=TzXkgvCwpޘx%%uP{ťy߅^YS(kY6= #ϞiD/'/J'2ypB_UjFl>%}L5ן^|ڭ{" -Fu_3p#$ _JTju7#aAt[]oT_{Ad믍16cO_ik.~xSrL[%!sM͕߄Ȍl`үq#Q(M@52#-E$'z)ט5aCU폫DRQȏkdFQB^+~?qw_.]NoUD`U_U(Uӆtˏ' PrLo-E$'qA%\#3ROJr*$P>kdF60ZIINQ_`gPrFK<) >klt@lJh)'%9Gn(M@52#-E$'qM (FfdU56I|6%Ȍl`࣊F7 & "xR|T8&\#3ROJr*$P>kdF60ZIINQ_KAxN#A^"$I I(,RD-Be:te,66G(9*U_BBGQTouo(OЕpVG5:>TjQ?] gTjQ?J !(cG5o(OЕpVG5:>Tl kT>˧nzn 2QZ36uqЗ00gU5fUTO*JWoJQځKMhOJuբTןCVZǪG5t-FVjEi_U&>ά_UjR#(C!jR?c,V5[H_ m~״keC+JOJuȧRX@&2G0 jU:&=pI9 jU_lPh }*%F%U:$&B'Ԩj]D4̄R$_߶U>c XV7Ay7 BWտJҢd# #%LЪUj(4^?@$n&AhTONҢd# #%LЪUj(4s{Q)@`/k4*c1hbn1{ab {oG{w3;3;2eKsif /;7[6"<)2 <.+<@ OJ)\ڇ^lrJ$PTyN@RB<*'p3iS 'P.Ͽ+Ͽ$I)%~WʡGn =@ OJ)\?eS?e#M COQ?ΉLAe[e[i+SHSqN|f 'P.߲-߲6aF & ُB†*5j5#\BdĄ>e̿6UZ ) djW.!Z2bBC[mI1(Ny-N ~V}K]gqi{b 5?w$GyAۅndPgK|ꩧܠa^x8xp x AՒ( zk'PBK#(AߤIĉ]]4[뺘k[l[d=ڍlnnne - SS{vSO${ȏ櫂}Y֊Zr{kӦ5#77?٧AE-T" }K @6QHdiDsϜ,z`0t ZP$_!dyAbrϜ$z`0t ZP$_!dyAb4hPr41 aaO1;V0?rW]uŶ6۸oќ Ҫ% H֦ovͷ"q;؀(Ɓ#Ujc*Dӂ"V>}Ww}Y7ɓH{$DY@HTIk 6Zغw#nz,[qveW׹KgJ$^N$kc*Dӂ"VIk]q?w8@H n^N;Gz~Cد[񧟐J[l1@Ot+I{UoZɦ{njJ8^|ɞr8H"/d۵mf̚6Fޣ;R$dhqhDւ"t(W"ZP$Er5ơe|p NekU@Xqa5ྴ_lpnDoI獥_ a+-?7y|}ylWyY-EB0ؕgyYQwy]Co@?ì>xP'˿ǡ/_E{[veFmlI`'M,7~<{]w=FiDBhܱC6? vlh} r9Ra'`昭at38_(Wm۶uv;ē\kiq~v;찣{༆ / 7ްY޿_W_{ -[;V^{﹋@Wq`xf|8@lfΜ~?acqZ^Ch5CqK->@2zO&2jH I!Z`H JU c'Xjjc䍜)_ ز1]IjgQ#h(*OOP`;\R-H9E=S?eS?eC];QZJLrYx$$S?eS?eC];QZJɓABOy)?u\xх/ U۷O]kXZǍL:\&[n߾5}2iRwFbs93`9sxs;w{rK.]wõ}vFUOw‰'{}wn̘1Ͼ_s5Ïco\nd&#c>#V^e%mB1׋@l7uT! 'W_^wp=m6 tS:sLߧ;C~P ) I,r]?uTr3v 8Ly[_>mCP upOegϙOٳk>n]vq-XwT5< !ZT S'Lȕ`:̅:A([ؗBeODLF[^'O N~~ G-iTϞn+/7/QN_NevᅱJ~s85*^C|뭷r;.D5Jkg~&M<`.S-?kՊsEnsɁIX($~{Np %/:t4}Iurdiy_2=Ug}\v/M2= /SF FM uپ:|6p@9|\/1-_~>}:Ie\+cuTPǥ_VW\-`[Q5~/N:. .'FS Ɩ[<',/<~5WCp(`_cgqƑF@ȁOni*[9~[*3"TRq'2H/~ۜ}\ s=$DHj*2,<,l>$JB\q=fp9A\ś#T6F7R0|zg\kUv饗Įj)47L\ ҘK^*#7ccG{}Q _UR Mv8 []"T Q^[f*j{ww91.٨fjq$2(ow@xӍ!մئ-]̋K<`/B=d08%ASfΜJeo4_|15X3;眳}௸,P *2,<z{>g̃ TG\2xlϖXb ʳ\oj(#?~[/8g+y]! O |k,P駟þ*$4mf6y~G0 #б(H\jC_};{oRZUlHE?i/6>Th.ef?"XE@O3f,snRGfT ?Ԫ >drsn`/ISa2%[?$J|DKe̊KFl0"$P VqH%[m6YR?kn&DV:j % y!J@0X&.j-*y]q O - ;-$ ̲N;߿UeguE^~ xJ碋.jG'qj3 @%XWaxL\暫]ogTƋ:vH=6?wk,qE^Ln#G }p͞gI"P I('rݸdլ6x&6VdN=4S'{š5FLS5ݞ'ǸWI źc2>swQJ>`6*Ur4?;D~ObI`>>j< p ] Ҹ> E d:h h̋GL(2tMH\x6+Zע"jKxK""Ҡiw=wuzriW ;9r ?ݜ@QaVcEEjUWOvgj qHZC{@HhԺomaWƍxoy2 3H Ϭou9Glo_@뮷Cl6cϫ_+G mso G_OxN;ܯk-iew>ذ,Kymx'Mi΋hοO .;s|Wk&=?xW_%Wwޝd+EKl$5H`fO b %=Hy҄c֬9#uG:85s]wcF\TcŨ|9o z,e+1 X<|43f z~C?}뮻0fCٯk9Ue,9z6cÒ$=Ciì_ Y膔& ED d)3{[QDK -+0,`M0mK\pAvͷWeӟDz)5$4)Y TJjq~p L;>_vt=HZȤ^}{&YCÇ`*l˭`1s?nCNgi={6ԓZ!{/U3[{@#5;a>]`PŚfk9 RcAU 7HJASrof7@_a; <%LM=!H^]{}`⋳^|!>bD6{LrK|`j}ZmRv Zka {Ov=Ax?+R☚;,k%\]$吉 _|0p D 3fE4k/j{o5k GZFnжңGG㲏>(IѸVXqEQԐd)3{N0+Mx\E)Y ^"RL Vf (ے? 1{]ZӫR>UԏhFv)a;uѬ' <Z4E[5ƞEZg^}eg0?~W^]= V|-XS8U.R _> QL " c.>fý\a]SՀ3U sUVYͶmB-6ߦ;#%B%Q(d)[B UcJ:`Acʘ<#] P>lPza5ݾՂx)T&HuR;9C^ ->&ffTĴYi*NRfhZbZ0+Mx\E)Y ^"RL Vf (;%Kk@Dij4qed)3{H1-X &d]@?l-\Ĭe1%X XX\E)Y ^"R=X{_=LŒ*/%Kj"%\7Nhv 8 &\x 2L)HRfh bZue ;  bMAyWKy%JRfh)ҥ|WJ`$%KZZSjbG0ԧO=O4^R47h(b <۵&+乯T5H9`"PDHJ2Ci L Q]2 D3遂Ȧt & ՍK>ڛ4Q%W)j^OxqO#M ?޳%\;}@Mt6sg+ekC^&-R_ ɳ!P(b=6UFcƎ?`dp }݂0_~9-29k_Y;fX?hw[J7hC:'[ 53{Lu7e8aBy&"Zs{ ڼSr2 x≜6"<=䓘?>5Wq?ٳfe^a,N7 !A!`BD!R4T7BL5{#O49#śabgkOW^yE&ԙ;g6 aHW>xU8a!6O<=_߇멘F 훰SbWdoC@ޱxiT9y3kI2d3k-Hp &aAq$iڗOyEcF˹`zNS}mb5WWs6o4o)oxI}I=,..۟I$ŷlU2}z3_t?p_ ̿ɏ$c9wcBer*GĄ XG: )ꪫj9SC-G:"6?'>rKnҦkSaVbU1ɀSݾ{aVk>&\qeń1zBJob m׷&3oey}#,DPT7b|=!"~\FH򡰬洉c&$RJ502 ,Pҥc30~6#p̆ }xLB ?։6‡ϳ`"O .{-T7 :jFٔ5#$rtX<^h)_̔IwIl"G_˯<FU}|؏_QB'S<#ɓ63ErkS2yRLq S'ѾO1V=0M7~]aM=^T1=vE,kN&>(Ѱہ AgLǺ.N)_{u<`*};; f f={V5jjFF // YoCɶ~췿-MY7a| h/|u c{_WeLO×m/ PqM.Ps`3O? C - ^ӄ4}L!/q[Q`bHm-/80砃M0` '/NaAmyP>f x ;o [2eK.d'S!.+Ue)wwN0y떕1c0f;^>Cz?jYA'jĐwSjoW>a(ErÑd1L?~%q UCfGQ濎ąV\h SA?]ze^M~-M ,ĝuYtKtnrM4oMrG>Nxq4Oi!F?1s\|hxYik'd7'qiܔHcZpc3)f] +ϨFc;p{?[n7o-E#&nf 7`2PKEOMP.px+\F9SO8FJ{Wp45 $}X}9@X3B֊X( &0fYh!˸7$tg}6\%'{ueP3/uE$o׎n2_l'+b6|p {|H$t"`ŏ/W|ڍgapN%nB0_[y.p om֊X( &0,R9~G { #6 oc %pzͅAm(Fr h!˸7$t^ug K!x㍳Qj 5`1p|1(=![/D?ih!˸7$th?:/5.> /hɉKدOҗl&|YǾ͕⤰z{ _~B=r;@Jdr 죬-P+Rls,Y&h+iV~mJoi+]oRٷ: =~ wa<~F \ƽD% v{?~=uqljqXO7}uCI0"u_X( &P*R(^ϴ&j)Os5Í6,δU=z^6|̻٧ٛ0m++f%BO`$TNqT>~\&0U:KD55t|IpytSoUV]<޽*XΔ*忰Y`.Ul$53r.0QHi}mod#. ~oɷ$z5;35a d}*_hA  o2민B(qo8QI]Up}JU(bW`%U\:w,AX i %;J LS#+>J Lwťa?G9ma׿` SogSS`O>sTh\7c4Dx1H*a V e7@He!zc'AW%0>~^ӕƯuk0#/ |W,E3[o5nVW^}Yi/|^2ˬ+`x$B(, 1NPC":?$7EUYj<1b +K/t g4CM.fsnE(\ 'yG_w 3\u6a6GR!zh̙ӦSz3巻,2 E B4A^Jjq}-2BJ+}K ku5E(?S0M*mS'?4%\2W`J/, N7@))=)* 1P*'Ğk)$ٜ&^{w^5K=eF/B8&GӀcCT It/8{#Bda*[u('I%lx0 q|.RN+fg[eUͨ:EbAI>QT0!=?ʻo3"PT{$XS64PlXX I Ɍ&V֕SkwT>cu]}~}ODxYgqK t2Pwa~g4@ ̘>31},%Kr~d0I^!%?+.JSOnlI6I!>a >4}N~.Oloa m^."r{=_K9 cr=wcσ4W ;^"LxmxZx'?}{>b#),DcPmOyYf|$[ ch |!xY]w9?3(UL FXJ/, k+*=2@d.f#2a rOɗIM lON,DcPC +je^!i:+x߄;Ѝ7|SYhf#]b_&_De!z=z`9[vbHhՖE(\EEm;SDbjq^LEe!~լRyΎHQa =`vy1xDTWņ}1AU"G\疆Mh}*[m9(3?{"E[ ')aKcxӕeo|#KruA1Em/zRCh U0Ac9bDeQs,C(G ($%Bba upϥeIz衍s4N hQ( HuEtB ?`jFܚҾcaMO yta*oدOlL#gS6} 5I>'ul='O<4vX=i  5k/iGq'g1]z٥>*jJhhWz#Iz4AEv{W5:t!L G V>{],H xb}3Ls\ik,hOkd_x. F 'DÄd_~s) xg+f-Ery$ Wڌh p^Q`!$~  IK ֭[gy^H^@j_Ã>f^?;Ӳ`0#ΦПz+ںA2bT= @裏Ξ/T,'סaftCIu6RU`IPJlT$ {Mwo&q/}+D*'Ā**xi_P8QDͱ !?LcXjiꩧu嬘p9 CHBA᷸ \l7Xf> J_.Ќ'C[^{Il*ejD"MV|al _FKl9`]weD zb?y|[ N ܯ`]FK. uPI`{ŗ+#l~If̵kѮf/"E&HMnf[״um3T}%"Vʲa/iS/m\R[R¾q0g{6l3o9 XaQݫa3 !^ ^sS N\X6f)4R?rkpg*Y}o8%ci#Lc?+J-^ϥ/JO 5+!l|IZhw4VUTG #%?jM66ۄNh w6{?u-2@ۗ]ޱV2[.կQeG >Z[`Pc_q_oՖЦ<(-Ϙ1CtoX7ڒO/|r7 –-WJ!#:W9_)KQN^ 8pX*#(Fز#kؑRS&S)˖-^R2!jv45m6f0~T_CҊ+xNSCOGIRڗgl&q_PmC'RV>rĉm"#{BLabkG*[l$bvT-3uj0|xi7+jB5mT*xߥkQM7}HdS&OeW>o "CojW ԜfJ-xV4[x.QI,fLyqdH!T^$)ENi_3 QHΰ M8 v[@pӌ_&3|Qvꉅ;퓿 p0!\ކā#R02?/QFwώT؋~Ҍ;Cg~4Sɿ,c^{-6$Z֞ꑆD_ #Lh*/|fR 5" 2_졇^}Uz _mۖqQ ٝqavD| sQ d-3n؄g&R[f^f5|Sp i]:zT̬}B*xD@#v|%)<kOWެ^^Z/QFw5?{9ƫ =v(ً~Ҍ;C@Q)]c>"袋s{ t /Nz %a`Ec'cwJ Ϝ9#{ȮU0j^wr^Oqg($Eg!/cX Qivo؄c +f6"7%)x}֬FTxkoeoVvƙgj{+46Qd̚5+Lp޽{DQZ`v6e ^<|sy,q~$ۿ3uHe4Z;9eg'OȣggzY|X_>fls*\EHǗ|υmLj3Nw.Lh3f1¥Np7p@_7Y>hԓOLN7gv8 H)_=<=vy׶gev ZZ;匞8i5P޶p.,7Ns?k]CzL}14Xz-c07HRDhg؄ P5ďz{/cȆBTb6 Y3} xmč0IH<gȪ{@E>8Έ7T a|@Bt,Ǫ:C1/fMhIv*C1d@!*1 T^D>Vq{!Cdr.wK 24eĈ787fITւrTb6F? g>Ypuo\3f)"(*EfAQe#e.=˕_p_Nt/g k NRQHΰ M%|fEڐx PJL{&4>3Q!tT&4>3Z)^ǀ47lBSy%'lbٸ Om#i+l}!Vt׮u['<{돴u<<ucZK&=& ,sé^ŗ# &ׇ6~Omfzp jTҼ_)QFRmjuץ6c {T#Fh]gi?q[?w]AfAΙ;'5N&(}#ztU̹uGMPF̒jS/K .Hc6ecUV_'fAaKKFU͂ 4KK} RNlbLj 4J,J}/|zYP dߨ)@1AiKmFMj4 *H[RMokII3}5kDRMՠƘG~= ?C~d{nug<@8.Uɛ,@5Kj?cw1lMa_ny,ocƌjNJ6gTK/~ٗ#$' ۺlSa-B%D&@#lIu98Eοe]X7r޹UW]Eo &,(@C?p 2կT榛nҺTMM%KK5h$-٠MW%t4+~W84ԔZhnRksqRh4 *Բ*5DfA B?~U191µBM}A=Tq@\S#91No5X.S D2<\ 4bJ8[\Dey@h pfL*0r)ÙS/c= p [&\ 4J8 \L!7r\:rC0$k#`4ʥ 8;#o]vQ3}ɑa2=aʥ@JXb ~D }A\2@|E(رcv6|e.Qhҍ%O|9?a\Z)P$A&r)V+Jf0ΛoW !(M05~u!˔}7A~VE%-Z!G (M0Q`о6*q,`GJj aʥ@LJz9'Ld3cRv` $HY6>O XNG@_(̰- GpZZcYjXߥq.%v~onF?`)&\ 4,l卉Rf"4!8 U'H)yR}cN&@ YƵo}_?~9jxvW;м?:p)1(?9oU K|ܿr}ӦMӦks\*r$O `bil¿;˪9r^s kuou6fכ%qV ͥw8إ%Yw g?V0L@h zpq'y 6@h %<f R.oF  P.`QcE^_G]bV 7̀r)*F)  P.`: .HmpD~Ixg+&\ 4bb|^yʖfy TazbB(3>S {V_}5r˷?qD;ۉo`;V_z@Ѓ[$M4?Oa[fn5w ~'4H\ S8~a:}0ӎI'vڻ>K/` *hT]lЋ[}A2ME:s?{I\r)%?}>v\>˺6KyoswC^yՍ[xN8xQ_| f8-1</r춛Rs[FE{wʹo} s={JrGМ6m+]ϥt+ ]۶_E.JGli;mݦn,gw5྽ؗF="xg*R?ո9s@&sUkSE@V?vnZ{HjucvuV@+T/oڽkn1nܸɷ }2n6tgqh3ti=xfXk\ {$j49]QOuc暫>DW,Q'7Z{iꪫx.Rw Sѓ;뮍:e [DV`,ČRB0v7/"tv&6dCd?OaP&(ڃ$jcVB Mdi"ݴ)Sm۸vڙX<D]{bJ4 lXCzIo%Dvh"o6Dk})ǿa \g^ǹp/L>/Ehfaq[oCUwapW^O/S*OF.D0ڟ8iBm|wg-RSXsK/7D}^?wM7A7@ r|߾{͞5 /\s_|=}cnezVݸZ2x .ȝ|_r׺C9 H{E`%{yucp/6[j0`Oܢ.~q,MD1("ɦ2T?~w/ݧXI>^qnf3jQ?b܈v;CN|`$m-ׯv 3~.V˼_s7qx=>v.?~ .iv Z()t7<(7u4`!9X-ĒZyvӷ= Jqn v'OwZ&K`Hfa(ףGU'66}0K<wLL`pٻEe.Л7z\0aVHwWS0֋h9Dz1"F|ǼK{yO-ȩa*+8˱t<Ȼ "/KGUgTG`Lm|Xzi?͚&צ,ɬb(NDr,-*."G#djH,K,Q9*!SDb)_"`9^}^￾ȮT3 ڱK޾H5ZkEKD+IV3 0TɗXQEڽ{b-%@X jbM֎X:*"ڠ&dXWVI4/*R"x\INc]1[X *zeW=$ET/!9*DrDqs &Ne_֭{7}#3loKTZJm~pװ3`G̸ W9D.Pu^GHcbT$$Kfs 1F8ZtE~ll@IDATN[TYRDr,fMkS3{'q6jkr<$EԴ 2T [@ ix]jZl*FJXʗXuLҟZr@$v,Q9*!SDb)_"`9sa&*lDW1@'_"`9\ ﵸ.ٵ^͚K\wDq˱t&p"l2A:V8IEԍ[JFVHNV⼘J̿#X(\ XZB8/&;,۟#X(\ XZB8/&;,۟#X(\ XZ8g?8W>lVx2qcM?~DZk\n/}ᇡ?Ygh3;L{m4h3椲ZK?mc a0.t"| ֡֋6 Ay@4szU@C!W夦ǿrRԒ3˹:58b V+ӟM Ihvj%k=Ps3d727Cq ;92BKtzBsoB&:lNV,IK:Xan&[)j#Vb,+d'rJ֡cp~ew R`NQy?7y%]IF."`S kc_504b2nϚ5~7aw"Hy_%҃; Xڼ/xȵH'2_SgҐ js-%^w٬3[x箻 J̎A~>Bm@Eo~AZ* fH QY-Ա#:\[mL39- >@x'(KÌZsa)g p|c?369D P,ru`i ̙mvQ[rT=nd_0<L!ݲ!zJ[N>ĸ@ϔ"uםnn Lվc{Z6`-pfsoL8,~;>q&Nt3gr}qY+r>(iZjo+ WgJQ9>5_Qڇ HHQռI'$$X`ⴄS#u0Fq̕p䅯|ǿsf3N?oj˃iZfmq%'Uџ,K1z=\߾4ƚk/ADN0)E*W|9veg%LA]wݕ&ũc=^pZrpAܰy8W%Ez0%㹈.匿\bbXVN Y]ޡ:MǾi~xرW`4,ySweYR /?!I-Kۋ9f/t'|qiOa !\9ksA2y[feXXyM9/Z{ݝwI`F w-+%v6(l-]}..ܭ[w8$͛k`)Q#GwyO~M%U`[Y<Ѓ׿ J ?)Nv ?.s!,k/q-,̎oȃs0=>`Mniɻ@Sz Āyҵ??Ѱ4L7X\{kogϞf =$n#E- '| \#\|1ݔry2WM.BC4~H򼳣eÕ4,u5dp#'Nd5fMΆ%.D*$X9y4ڵ+ΪlcI:,Zڷ-^Ʋ1c@<;/2/zž ꠃwHr6/!p1&R)&|atf~*{w _=8a67!GhAp/0{w~ji=20 hXd 9^BbLRL]:O bϹ8ސEN־TK0g*SO=Iy)gz>)be})/CK6!N b%Β(_xyןQ#GEB\7@lfm/^xu]$\TIM ^ yuHOIGp[һKkf=Ta䕋1J1AڏK._ ,{-7GM5X~kNjeC| V\TI$iI]G#`-oiY0z-,w|+DLjQ̳gK+n9VBbLRLuv؏bLRL}WFXKQ)&p ohӧGzPFXKQ)&l(ʉz?:e˭Oumn=L_ā{_diܱI\TI`}-P#!d~,E%Oڥq-_5#!p1&R)&QEKz뭷y/|z뭗͘E[J\TI9,[ 0 B]cڷWYe:qi\j` Mrh;fer%lǚ6^SBTW_kS}p㤎.]~aoa_ԀhŽ%y|^ǚu8Y{{䰕4ɲeK"M].'BEi+۟i8Me/eZzmCgSL)DHM3#n?$8p`_gॷ<8Ν;g:-qzY|('q6us<{?OvnG`?Z/A;fvo~}Ǎ@ž5$g77rԨlMUZf+?\hӺMƚkdzVm84Ԯ 5Zq0њW&l.?yjA?Mwxjg[ƜEn7b3ľCXk-l/V |)ʛu %2$<^?Nm4R` 7} \kz 3J3OEO׬kVѭ[?SlQ#֡+K[z\+n O:v ;}~:۩fS˃ jt;tqW]x;X?qϟq v,v}w=Z8X.w,qEPvqtCeo(H7?h E,}aH^E{ֱ'^sQ#?Cֈ~[kCr&zZ%[F6Jt>wygbxKGAAs{^[D|FÎ :ǎNx`k3jZ!rKCǞ\,B .gƨ]^T*Q-lqHMSO6K~k6-X<ArǠAcPKՆ"\C=/dlO>DLe:e]w1U}*fSE[𞢧ᓏ?* T g&0τ-?H9+$3T1`\&ƒG쨒OľḲ4r\,26T1klhgy LH|s|gHAqsQY?n0tǰ>[7(>}Py!ݩ>} OU?A}/|G=AכnU7"TAޡ'w1e:m_ْOWtlN1s7!_abۻ/N&PLCχF.Ig.+1(zQ#eB yXda컯ֳ6!r q"q6 QӱOÊxE3dumX7 qSѵ[qw2~݉Ͷ4^#i_{ ; I6rCLu+^,BwЃ"m:^ mC-);d:bC"bSL z֙&fm_lj`t5y6*;Kmה@Y(xūB(: \똋/vs;NCb;K6yS 'ؘpvU.]cۡvy`>u@w >Tl6St3E8Uv1= \br m%Xݝw 7z"mU$>Jg2*ȥeҔhUF"aXcA D5e(+ _cd2oP]DQ?!12BVԈDTbKyJb<̙7l jJ$ګ묽Nl{(F%CsCpV[.T̙¬|jZ矓N:)z{]ÇB?h5 L @x!_##iEZ$]q۝=XřgkuM)lISYQ.h?5/:W3} iE8(U!rָ]#wMk+j C#mQ"VfVd_XmN;Mo͵}_$?j%V!cشu:ue|]vmۉĬ<+yT)U_'lmݖh. wM6Z'WiՇ/ݩB"hNC}XT5r@zaRUQ{tLp K-Ł ߇b6D4Ol[%UJQ}ٱ}UV^7/$ d7R"%\*v #[Iusߊ}31S %GHr.Ty/?r 9K.#M$9=|c.;@ [~q:+ni۷o3OӴ;VP<2أ"Nlիt_Vaw-J>46X1(&u@*D ?֘1WvD^kX כ}m Iv*hc駟!>r˭!PYs5~zba?ͶFkb|*KXvCټS[j xJx|y憛\7۾6,zy3qG[缣 ~WPDzsM/mJU}t],K%x? z7>1r(jWzm }aky`Y1cx~})4MGkٗ^>Xat.9Ս ,5NI@:JOK׿ģbb/rj-Î lјZ1M,YTzg8a/YH\mE aDY?U_{vu/3;ȻߥZ$*/s՛D\ޡs樲Z$J"QaDV/o Ljz +D%_k Lj%&AV O.R_aR+5 HTrI旲ZɯIDS[{1SL2%ubY cτE^lG9'|zyEWTkWR u43v3rK/տxaRp 1-j~LX?녘aIeb+m̔_zs-֓#HrQJ.zgGUƘbCYs?# P|nƎK/gYAy@(#vwYmxv? 햃ճZD* Y#Gd8V vyL"qNm"=G iRDZ96 ދsx1Z? ~xUTZD* #2~ ITod%0>$K I$J"Qa%_k Lj%&AV β_]Ӓs-@%c#Qa|w]ws18`d~IevaR+5 HTSg `.[fty z(G.Xq_rI? uqdN+~_/Udl$* ?$󋺯Ijiz1A猟5Y ?Jϟ9HGʪE#.aX=+TVaJFh^wklmYʭs/o Lj~%AV (W/~\>+k0W_}^{,"_nO>Qbh}M ¶C w #(an T26F_ j;!AEJ :CE0iR>,BOjl_뵈4*σ ۏa{^xaHdDNZED* džUڦLQ?m߉ Ϯ:)!{U*,]=<uac(:s_AbVubYgrS<D7K\ur' UoA{'|Bi}g]] ;>L N7E* Bh;u2UJ-?iX6fQ._c8 N ׶̀q4s9u]כ;/2Cb 8 R‘KNyXK>(ʩ_-J1^6Ӿxɾm/Qq<3Y>=}>X_8͵/񗵯d?6Ax;^s]n}Uƾ40ڟ"}99}v7Aߢcפ[/V(>GC0H+ڗЄn?{Vfo7[8֎\vi6oEI_+t?~c$Lm3flVGqϿ }G.Gύ7j.")!jq9X_￟AgO#km>X[u)PP.: ~T弼5KY/FЖW|:{iGS{;WC҄{vKV0?I(F`RĐ-]ΰܣm{6?_5ag@DRThS&O, Dhws1(.-sSbæ58(x׋A[qz,z7[wM-xF5e0:jT#0,@xiK$Jq6uM_7hVM[܅Z  *;̼qKI|̝wYP|EN{psӄֱo*d4V} .;v7CGSwxݩڪPSE?|>sI>--g_qRKAHD(FCnrQ|_;Yz!6'L) Sl )!MaÊ: T|Gj3SL4g^{-/g6rQɾ9WB**NaGE.u) g BDvJ1Ŕa:#7뙚*}{m#bN:8 B|Uc"5~[zG9EsšV\s5ŤIDݚ}Ul{ \WA+W{hWw f[5Ӕ4 $CaJQs-دH% 1l/rq_^c7k_[(BŰOhBOmXMUVZ7{iaM<^!x{qiGM_6H)N?#`:ZhOu]nEC--i6}K4w/ z-R "_S%rnw?vx3=*NBFӮ?rU!Ť?aZA/D (%0<#oG5cwyW/. ƜEKGu'!5T&e~@|:iү. ~k1jj:L@)#f)fڕ:sT5'4HLcWLRgΐܾόwIIÞX b1 ]G( Ԋa47b #3խ ɴKybPCeRG( Ԋɴ+u S jwofKx-[.CCvI#J@KH)" #3V[M׍Ж-T 77(;wlSg~&bъRQH T XfmOjV;^y JyZ ,@4R@ EB3T͜V|n'1zLPCXhʙZmB2JwӅWY)+%vgb[h?oT5KhSJ lvg&ϊHLՌJk-U7NUbTR|C\Y93cA]iΐʠ< ommk—*QM`đ4R@ ErF*gj a{OPVibR%4HLQ50Ӯԙ32(Pw@n8F1`)_eFY b1 H]hʙZ  vB,L,$4"{joy{ bww38ox]: k8퓂m13( 0R9ÌS/Sff#6ĐؘH]hʙZmB2mʥH;+!Y9ST ̴d C1Z*:0xm7J)S &1)3f) ̴iaW/B1T Ers+h}iΐ@ H]hʙZmB2J9C*s&~4.eۏa.'~\[믿^Q"J TmA2zji 8lo eUX2"Z PT@hʙbA3J9uAvGTr5JPCeRGi/5f$v^y5e+͋ cPC$T( <,<܍y\9TZ>VR3g4I[JE($*XZ&qpTh})_ ۏ̋*Its%3NޅNw+,3i6kd{pXGJumQ*%%(:EIBU$'HHUYeN}!1[f~71׌aPJ:@2'ѭ1_a??ryyꩧ-MicWfU*ג_ [3bqFP7q;sPO&pXG$W2UYPK?bl{xX<喬9-OI]靰r#^1qީv?}B3^GTkuUNU$_lJw= 0Q>2\XkuV9[3+emRnn+r~s[Za r2E|e5 ʜDO~,>Jj6'3Um!Hq8]JOue^_mDxf'{alM;ΎigŤO$vHCۆr-n-lϩv9mΗ4.Mcj2'b_]$Ls?)8}g:ZRk]xƞ={-4¶b^(TYeN~t'Ogj4o[ `tBcC~HWI\j2'u63&s An# %{Ot}҉*I3ȼ Le^> V-=0w{EPY~nv9NXeN[gNW:1+ѭe_Mjn:ovg>cMzݔj#bS}?u/"\gGطR-s-眃9xU81iJ]"*I{e4ws;U>eʜDψ}.HUi32'b^ A \]k/ILje 4S}̛ZLWn=`SORrR-Oե*O'>uo...@ak0/Jj2'|BTJiV_ xx,@QrR@JbZ(CQB/rvү vmF6eLjj4P&rea1-@ʡJ Q(  *bZ(CQBTŴPE+*%D)$<7( iVUJRFIx nPQB ܠ,,(Z9T)!J%!4AEYXL %PrRB2JChpJhP(eea1-@ʡJ Q(  *bZ(CQBTŴPE+*%D)$<7( iVUJRFIx nPQB ܠ,,(Z9T)!J%!4AEYXL %PrRB2JChpJhP(eea1-@ʡJ Q&yZY ={o0/-@UBTŴPb A>ouY;RRP H j[7eHNWx nXݴ~e`/}>mjjܠ,,(Z9>ċUXРRJhP(epjۧ8WVx&J\J Q*)dAEYXL %(NÉ-؂TJRR%@!4AEYXL %PrRB2J~#wSĠP^(Jj4P&rea1-~!u)#RChpJhx~$FmVkFJ Q(  *bZ(-|:׏V9@6Ǿ jMwmWmt_{uuᇛ>JAUJR5(9@p\kEU!D)DР,,(Z9T)!JG/pwS‡z熤} *҇a{=PQ@-CRFOx nPQB |MwWX?~2mhPQXL %PrRB2JChp.:v<bLmeTjܠ,,(Z9T)!Je?>AȶTjVkؗ:sCbo%q袋Cjl}ѕva8Mmiܠ,,(Z9T)!JCT"&֢,PtmS1|cnhO2Ǜ\Fj*Ydig-ARyB \J -`o4ڨ3j?,[}KI5lObg_MZx8K.N;T|8m)5--gDw@[bO>-~=1x' ,L[F署ֵk3:dy_WhN;T#YW8pY*Fmn러]Il Qk BR}@IDAT2R!\y]{bG >Ök2bW ׫ɗkf,i4!Je[^Cm QE,Bs 5V_&k^NĻX8唓U֭[¾ W+H}AeR#JP^CS  c8}mAyqNz*4C ,Ik?i DCkL-y䑢gO{ﵗjNP}Vo _s:o꼖 D֍2 )'0R񗷼J5aTl m;~H)zK<_gV\W;:Bѷm eɤ.]S;JAy-LYI.\I?<)8%Q*Ph D8j4W[LRy U1vwzb3 ?O<(6k?JM7ݤcwًǃHRCshGQLzBBh^CM@qe_v?g}6}F{1˩=l`}i[*r{0 FĮ$A9?<}fB ̄ͲR ,⳰a^p/ |?io2i$}c?.`>sO|ZR%^CB͹(6EDfArͽt yv/rWEVYek^(R50l}O"IpݵׅEY$aȊ}mH }p &ƟQGZC(p_?I(?VBQkE )S0:bH! +__N>o|| #G64LfRr-U<DR:%~r"feB4g$R9jTnxWmX~‚ -fj[6tKcuRVBbם^ =?4L49,(|eB .nK(뭻~o3/*<#Ga 6:cWs:J4X :KQAGH5 h~/8u ?pkѡ$t%3d}|Rx3Q81'=r0y$mbyiǝ|`"!T E2:B49) p}ؗ`H^{mܹsYͨ}@"ƅ~/HoUW W\qEMTP]fs;?SNS?!ZJc(͵/5JyPDk8[na_l%d7?>3f%D^_ VACS<<)aSPrIKTWHk۳Go=|y '7s~'}5,{'zן笵/³>KqN G&k 3F쬕ymc4 <:xoG+Y=0 bLwygdؑz/dGZ{vO=";_x뭷 4&apj}]aϽ y_5i9Cagzem&2~W_3 ={t'b} '8]v .LXjĉ{G7,xBZ*?|gx(>|-X~ k6x KkاnikX3ۗ@QBԨiJnh Q7_GYf)7ꮄOĪŌaeCy_^JKaʕku2RrDaԠPY.<äs@Yju S] L>|C4H%13JoPMtYh?`ɢǟϿ41@5irќbH|_haj~曾}7x#N*2Y~&矦??~_wsD?+|o gz*>`@t^Tʅ/0|YnyI̳τa0v'NZS,*'\zyeW4Gs*-K_X`!~k䟱cƆ>fƩ#$ܙu!} >gz.;Љb*䨑a ڄImFsEʝ;w +" 4tk(LlNP5_# %(Z6smR55Q?ze;T*&$w%oQay Ԙ}uTSїsmIxǟ?@68Ҹ?#$i4驤_ |CLƾߕn[ MnTg[n n }{ǟQYw{wXs-|Dg3ɦu?6G~&aã/{^tbnpYg]>?PQEl2ΐaqtݻwdM^{rK&( \cUq-|iRe KVB2[hlk-% ڵB^SYrY'i}@z¢{:de 9U/OfU訐הS/A?>KgFc h}'YiH.Lfh=昣)J<‘GYvj{L{N;o#~9QC.C<lz;n SXk颌J^tЙC GSSN nx|̚4irXxB /Y-O?w?8ҙQϿp矦?_§o-хgϿ0D 8j#\Li:,(7z*W$VfRi%>ώ\Z7=+'Wh??C &zͱ4jrE|!W%}i{Lo_qǝʫ ~7mާR+O?6>ѱ_3Y\3>:E"Fh$_ǃ+?TS$xHW3FLⰯ:V|_Bg` ᑂg<|e?C3FL∏ SNJ?|~5F^L&UHPŒ0vZݾΨw0#́_ܣ>F*RDoCp9p{m>=|hС ZZG\?M H̯a<t!A;H.JO]{vԏ``,AqR9|4th("$2f9#zx@S"$",kiaFcD?rx.]u@\D'Ewi1F?OsI!?ˇ#9TT,8,Q_'CN~O+d~YHe| >Ca; Et,K9ySMi-8o",A,o>0؁aKQSM%ǟ??lb0騩@P 61|tT @SeyLh:j*TIJƄ`#y|U92|4&GW/L_8T934&oX<:#>|`bMHcB0fx|`U__5*&^)eTrD?aT^w{EƔ棧c0uR&>xI97=x8{ r=VrHD@.0i3 K|W7iD}?ݖ|0?u?>W4B@@gyue眼?<O_ALR9cghT 䊈jQʤl@Ǫ۷Vt<2vFAw$#F ČcY2vF%ST<<|1dǙ?V&e:V T|'cȎ3;~,uLʖ tOƐgvX>Z-X5Pǟ!;|Ե2)[f7бjǟ?CvckeRnc@ǟ?28Qʤl@Ǫ?>d qfǏ壮I2Uiѫa;8||$ɔ )VxE>?|_8W)(A__+I `_2|O_r\i2}/_ɼaGL)B?|!q_fS1%_t>R Wu5~$%R|[ΐipڪΝ;zBDH}[o>p<=ңG+F c?*BvUz_[w8X`)e%gbJ7bD$FUOş[oawyC߾}i0g%2,zp̫:HQi>oA}՗WFͩ!,razi~mXW}r5@gyn'[`?;*R:i?FeaWܕ-B l}azY[^z9L8[ vP^E:^M}?8N;V]5t5M( @[/UGX^VqR!^M}5;uu },GN:5k0r:|W^[`~6H&s&Q9 ?gEꫯ TV/oמ? %?%p[fmv]srM7v؁|#mL[\ ïk!?2$ڨW_= :t*aqC ?еK0̙gc+0rժчaav)T/6C gy&"mh_*5\SYWqaM7k9*"*ɜIT΢+Ցοn???pyhX?J~:<;w _}U9[Owgy^'Ծ[o5lVw Une0:ԦJ;G=PMd$*gQV㿣hjveYS>ɥ_$ 96KY2Yv?1)f.,SL2[ﺛAn]ý~ o{UE4irxaCCW>`0`@ג9gSSjnC?jn喰[*l`JS u[]!:O.if{Rš>| z*[.d $Ͽ2p%T{$F_|D7f05%2%IL,2g [DuG38CM_x?¾lL0;qeR8 c?ՊXDž5zMRY{}V"DF?W9ɴ۟oͿ7aa{cFzǼvq; M^ӈ=ye?ر.N\}]axxBtI?>)Z:2|x ;mKJ=3?◠!\z٥a=7?Z >L, _|%_'3&t te:|eqm!ǹ_pQىvwZvy"WC ?BcH}[l#zxe>]teY]R8y1N~w7'PD" vţ O56(XG)P(F8PJCQ¾Aeq=xc#_Ͽ>,CcJI C$Sg \!y#Mt\J*§S ^~I{/ LE8ٰ w~_R Z{WOm26~h}99xs|POg8>8< Tթ3ºJ*E0,62TT+3e]%A茖3NGy$9um7t# t SN +r+`qGb[yL  `#v3XyU‹/@cP?aZ' h$P!YHb7-\f7gϞa1a9֖3CDLc,h:y*[nwb۷o ώ76K/lx׵dGֺ2n=ǟ쁙~8V 3^YK.҆ |*u> Oڡ />1 ; dchzǜɊ̜=R$4JYcK/)9E|Gĺ4? Pu{A:AZ3jR1οƒ yŵoЈlUHizO"፴{ݞHpk;=t5i[M?~,t›\в ܖeï9Z$fv럮\cΒLk/x Kq>F\sͿ;來CW\~_|䐞`hrmwyWtM++,Or\6_w_kg9{wˈ ]8w9{rpEvKdFcF9bWڠa\cKuQӶ^.]tH 77527{oi"_ .@ᯄVX"?O4ItDowߣ6<8lFQG9{}_>_GEip( -#HϿ=zO:pvP$2_%rZ{tBI,ʉx dl$vކwZaر^zO>I[N\>ED9lCR:gg?N8ArJ8ꨣfXuA\&enqc`{̿~YX_Gh1'shyGú:<$dx;sN8Ct ^UC2_i/Ld0b@HMI:6XjdNВmpEs`ƌ Att劷=?,@hr2 qa׿%vo_62T@vt/,4%ǫԆh|ҟu!:SoV}>p_ ~pkQ׆WD?WX';@R;  o᪫ } ?ݵG@'9nwCDŦĨa_6L5QǟϿ>r!_vUVZ>uHM02C)k֧NɛPPNN@Ep˭-ؒKRE T&i؟aϒaz&%Ѩt 'a}H돕!t'_ OMjD1P|bsxBI|CTy_)(fR7X#S^k8^ +󠍗^rIctr j'v^~)ʪ bOh%f<ŕ s&_u@Ρ@k.aĈ%-][Adx~QVaj˓A" {Pb&okɼW#y',D=?fYo9>J㩧  ʹ^IWRK[o<=6 u^;< kJrbQţ7C&SϿ>_Or}f;WPT5] x v̥)7*Dx]8z᷿mOޗVBmj~ր5X(x';/Wfa@joj݄@U'cPʙքdF%)O oSDHvey'}CIJ6dL˴UЏ>vGE ]tpAju+d(-\j wE n0va-Ȗ)'j?B3:%/F =#opgU'cPwYWq=w7&( NY`II#G2Tj`rQ"spuVJ @[þZj\pa_jƅ^* BZ ,@jyb)-qYD?5c,)O=%>;)fV}dbWe]kZ;,rj29JF~z}_ԇXT(3 D,P2!m׉7Y^~y#*[{_xo{a\R &[x'xv!ZdE ƍ;j=rFk]nl0VZeҋ/R>;4jokdFN; ?HӁ,_\[-nC+#e|Gg#lgFO#.  iF h[GSI0= ayd=zG'ʴ:,s FL;_nBVۤf̣2tsδswVVgOKhj(TY9n[b|p;{QJ ٚ1@(:>hѳ{Odx㍋I&iWRr-n}s1)R.s%%(x!F*sw$$JP%%5 UVh??THIȼ(QʜD{w1z>tpr<`&L(,!{_tw]$gh\k-1![veU/&YkٷS[$gyLkN٤ӧO1en9,jX(эK%IS"C3JJ ||CѥkbԨQPdֶ,[rF#X,b/nAc\ɚBK'fyQɓ:{$eR-_|E[ޘ1Gj 9K1<<0XK_~+ÇT-Z)SVJtk6ksѳgbb2~n׿moM3|2?wܱ\]jܸq*[hᅓ)’`VIגL" `BAD `D3z'3g„w&΀  `DTsV2ﯪꮞ޲ 5Lꮩ;DU?vjam۶%I&Slϩ %YYN;];S]v?YQFۈM,֭[;Pڵs3g~vI*{(dh| 6bU9~/0K)@a&2 r"mgg@!-D 8x0P>+ˉoW1I /K 䳲H/83TB-@J&]-<رcnJHTBEXXJH02(%$< W뮻OPqMJ *rPE*@)!TBEXXJH02(%$< W B RFGP aa9Z("PH*\",,G %PRJ A+ThT C)#RB#p-@Ja(e$PJHxP(R) J *rPE*@)!TBEXXJH02(%$< W B RFGP aa9Z("PH*\",,G %PRJ A+ThT C)#RB#p-@Ja(e$PJHxP(R) jmDk^P΋yA?]H[SBRF%GP aaok#FHp'k-[͝eA+4+"H'!?KO;T Rim&J T *r aa9Q\{MG-:*]h@IDATBEXXJH02(%$!Cn c9aD2-HaFC)#Rb#p3n y1o#1cƌ&x$V *\RGXJHEHA+T'w=bA!م9Br믙{ ̫-QJ A+Thr[n|qR%A+ThTW^y%ur^I} WT(R) J Z((,!\iDj^&[?|=t-|T@fMao:6fOE"P޵_YaXx 7\uݙ{g@[n&d4o!Cڰ!.*r|߳: |8h>3'4¿Zl98p wY4*|мE ^th|-5%pmA啛[~a @],k7~Bi67߄m;t`;ʪê!K Ϙ1pn7''g(w?6kԨY hP+=k䏿O@q?הߩCo\ ԩSnx=]&*D0?U}gc{y~.z+l/~w>h(-!7;E,Q+U_upiK/ .zk͛7Ͽʯ;᥍#7GB0ed3g'tuhq8Glݖ"[/'hRUMj%+P(]9?paTXBu şg:GGSa 5,,=tӪL?,,-PE)e@$ht !||&d͝7}xW*˯Hl&/y럿ptox~6<ܳ;"#L" ^8IW] f\.݀R)$O$u![l/t*1<f~ ' g"6haCੀFR1;ya|5B뎺tqK!sFvFpI'*JR%{ñf>SHh#^H#IT. 9فpWc,DŎ\wnC>MjsPI@$ D2;~bCwriF)HhLwgqٟ,P6{7\9J^MCn67)&T4i 7W2gf>G]yᩢoРA0zhh?bjߧYfwX0]!\Gn] ez}\߸qcqyl8״j qgKb2OQW!;wnFc>zsLZwu1ln/[o7 hڤ) j8lLgO΂\?߲Ade]ԯ_{K7T r(s0up;nJn{;-;u~tf{gjR;pb_7̦ |и2!/Ś$ЄA`$υIJ 2 GRʫÍp#g>~̳ )̟|I7,xNa΢ !`gQk Ӿn:<8l;!ꩰ8je#Hyh(?UWY7UFXe(ϛҶ"I:Cm:M,]':K2~K)ב#)6~*Mop %-ZnyǝiȣZ Z"Q GRo<1\wplp.b-n_92`J.I_/?E^7|3n<[ֺڵZouؖ>E*ݢ$,anJZ#):f???N !_tR T U<c?BP$)t&ݒ?,pNЉAeZ\@=c埊?F 6/,Ģ ՈR-øfDaӻ%G==JaAeǏ8bX$]S?yNGU 47|[9UQ!c\"6$b^Oy/nh Rrގ;{AڢN؆4ӎF2ό~u< ?On= ;x2_L:Z` ʮF w^5\Y~~(1qŘ}^W{F;l뭷^A[ "6)͚W؟E_?eR7f4[=S$NR'6ߒ??Z>~07w=hVni;$̞3+2Ýy![wu,N@fU߰9|';u}Dl+ /@ @k42) C`\3ȼ\,,(̲'q#δi_ תoN{ԬEill껑fwg⤉O\K/'j}+5X# S_h,O3ٟ=¹Ep)ARP|*̃Y)o "OdgGY"*(kg YYGۈqPeiyS6"*(kg濰x?)WyiJϝ;vmWx7x#ª lEj*JM`u>>~˿](jՆ1cqQRJe㴑0dd]J۲WLN-Rfh??-$ L(}cOu?vVVa>v~V[X|ۙp͵bTN8퀼yi6Un+pAÏ?'JJ`Wjp=Fzᦑyi67Nz/GRx ׹̱M=0ˡab֖Tz)׶Iezw΂_$uiբ< UB(')誥j -Z5L]ŲF1˿mQg^Ϳ6_[t_gT&bK4_[k#rq#++b\'xL^6)D;7| n-5Wz7ƊQJߠ H.s`ȐNjnE+G ݄廢ehb w2V0=c-Z^DlPX68u]vx׆O&O5NC}7Am{wr!+TTx AXy_(8~H7 &g'%1idd4hj|y9wVѸ_msÞcv:Q>|Y}T?|HC+Kzո?-Z]N:2*$ (9x Î;,3o=PJ 8>^.D }:h(D||Ӑ!ym.ES%<L|Fsaf@ֶBIrb֍X-hEҲQ%.bZJ(βvPCDDֈii*8A}U)NjZ#O,[h9TAD/jf<lPr5bZJ(βvPCDDֈii*8A}U)NjZ#6l0yDO'b4i_ ^r VYmpj#єF,Q_%-Ŗ_hLz9sMx4lfΜɟWqN+矇cǎ04NCd >GKNjvmp~e `iӆ+>RlYkD)W+j`~#\e >`.~k͛ZqrsBfv94&!,<6G(F A}-Ey829+L?Y Z=b޼˲lؔ_l1miKѲY(e ߈\e >Ǧb%ghik4H[ՖD)OV7oF,[h96e+9DGL[@R|V&J~@zļy#7"eB;ϱ)X$Z=bZ Җe2Q#A,A}MJ&*hh/--R,1oeYslji۟7.d &Qɰ'Y>ԃ>8N{;x'_FTg+뮻3cW*_A];/~1}1oșW6_m(QUy_,o/~b JcYY'1\ߐoOXnfMOmy`!d_ak\'qqV[FH`i+.VFnaxxqw2ӎ;O֪ޏ|Ԏo}OoZyK)SN>7z!ٙG~0eʧ<Zʪp n&:SqSNm w?;ԏ_b՚\S?[_"ļ@ڛ&ʻ ˿,Z%?i?&b#Þ?/Yzwb #x< 2u\(oK/rk3Nwtt<%K?}װMm[9s-Z 46>Ta*EСk>I/ڬfwM㬧J|\5ZPɅp)fgG7Wx8oQqe%S0Rv æPHN,X%QFB:<ХsֲzP8PSiH'&TTb͟?7wyAN;?8Հ6ww8Cgu<<qpw@V^wn?yޅïjkAcAژͬ# h1ܔ)SSCO=*vzv _뭿>w6Ig0<ҨB#Y/*~mj)o&>8,g!?6Gz9\b[cZ%Kt*LjRd Ũ W*RC 1)zHwxGYgIu]:wN?cYCs^[Y?{,ǿ}[wux`ͷ`PSewuu40?rMt+Mٿ,Y,xfrcg#kD0:ħ[YIQB,cMAg:$e)7q"~|kתx#5i~oruq#i mG\_pDCϡ7N#s7wڸ/?>\x\v ng^tT3a/vm7p=ߦ!c2+s?qрWΙǽ#5`}rЭ-tUjYtD`juc\ݹk n_d.c~/q"(Y/B\H_'X"&Xƣ3Q2 &Işşş+,XUE ܧaP >kUEh_'t~AF\sM;v,l&HwG< -LSP` (D#a,{ǡ=KdɔO a L?Q,gGsĕnt` *H yĪ0S__⩰fî3aРɥx`⦑i|9j֬7x=FkK\Zaj*\tх9KY_gеkWoX>r˭B^Lh@)o̘gᤓNO*dx|XR W^y%4jm]yvbtxA8眳a,JfQQXj xpK?8JرX9p뭷܈;8Xy㰃!_pۢH|Lr!oc֦ll +[E\0M@Hfiaz?1⏣!F@$H> &  ,;p'HcǠ>6?p͍[A}"U2 - yd8J8xW:~ϖ;UL\#rk\P#v,eMlF8/ KY+Ub4]QF ݤuk1r߼ysꫯȮ=؟;N,,]OܔSTAIх2|aFr/o D!]qƄhӈ;[hhmGTqm1߾}{xwރwuw(쎛; [o5L8oМڦuf94Peߧ'É'7q&ԟFdSA}z>7S#kDMk?X7+͵{VZ096-8r5NC+n5ǩR%, ޹d=$$i[G6L#B?4vBdHcoBHJB6T7 |"KS]JhV^]!{tnv?H<~p<ķC|FPo46W^~V^y`ԟ7naTE]4vZ]O^ o)_۶maĉ<+^E?hӦug%0qYMo(|84iݽdg%!l<;n<[Y- hWk~Ͼ<.񮘯㦑SO9|O6#J.p矞Gn #G6HYQ:u'č*7،f+宐KpYgfvfgR~87{st/|РaCu Y{ _izSB$t0OVJnnT5z'aP1'O?g* Ov'n[mCүy@a?2EeY_vmapo2xhzy S *[97\;z@ʍ(e Tm m~>J6^4mTIU3U.~l?O_]c ,irIqsEk\A (!oYc5TTYk\E]ĭRw;E<}(>]o`B|ȮrK;OӿfQ`kH:. Ox*+s))WD y)|baQ"[Cp ntǣudU?V);NϚ$G5Qղf~[E-I,YgsN ![Q *P5Y,X9A'/ʎѬ?D+u}焛Y/@#vUF`b sܳϱ eڴi`m@wzs^ /@ǎ*Ylj0f>~#8ڣ"[[Duoƌp5or(s{<d!zq] ,Dq7iM0PZYYŘL Y1Š.u %şş_ R]RI*00PZYYŘL O1E.u %şş_ R]RI*00PZ-Fѧarh9y22% bp)T ȏX`go) L&#F7fhҥo- C= =A@h7%E]VѾD~)+M.# G,xKQ#CU)#{M/曇/m CZzNOYmןu~!b p 7P1s}9m݃I" YX+mlq%KLp"+0#fW oߊ1u7 r][no;7!rLp"+0#fO![Xk_ΐٹD .PdF~օ_M/;@:+P}*Җ.xC!_ Ha擬.Yv-"?ޖ<XQ׆%v]"f,|]G+ hH e %UO=iw_ o@Tf.Ǖˬ(v7 G}:#]a(<"M~w`5jiǵaRplb$H0 %isoc."K\a"•s(Y Nqh!i7UW_ ^v)w =|]j/\ f&+x`T:`Hy_~ =C$F !J04IJ Tmg71@Ǐ擬.Yv-"Un)|GsFx o_?묯擰. 3"26TOzoRY 2eb(bgg'1LǏ擬.Yv-"iNsЏp.*UCP).ɓ@v\o7Ѥ"FP+d!A&wK(@< X&M[lʂ@:#HbUsF]%YдiS؂^F7'͒]%.*!(..n׀ k@!(Ê_HPo}! #j9xa]wE3Գ> {G!hFyf3~ӏWn)o>`_⚤k-W[.|' lܪ_B' rObbEE -Xfd˿m=M&d{dt [b~gzwɓE%w"$- qWт˳W(!D* )0șig'+$/@?C4yjڴ\xn ,HKXIҤ[R\S` O0-iO!Cpv+x%1UNZ 5 , )rkKl} @_Hcm?Cɛ/WOРAQ&5/S6Zvֿz?s m`o1m7C'sH&XPH6alEޑO6cO /^I}-aG--Č?)C?S),pdd*e=ś~eTRP^YȔTʲY[Kw"nh7WQ|>u*U~a$kqS)B6 |8蠃G)[`4i;ۘ1c`cI%T3F#S&S)OI_˿~{V9y_|j/Y'7[o `!o\w+02JYؘ?6c+6̿ S=KjI'OF}Lij~TSYRPRNŦMx6.E^eE,s/ -,h+X/ᖡ$/"lAὗ24a^d[l Gx~"cq<"a+o\vAgUOƔƿIMO? 3nWp瞃=ړw ^ 7ʥ/ _Y^ Kqz4ogi?m>b8tzwOѧ5qmG h6׊-=g?0NM7dpY]\$wfgnO~gM(UM?&`6|EX/X_vbS1GYSQw1e.Lx#YD:&fΝa#Xo7)S>_~ _z: xǼcp뭷as0zhkϽl /_S|M6ڮR8M_Z[Q7z_řş˿!$eU̿7t#|)o˅o_̬-UYcdj/="eG˖W9\"2 \DHP"׆-(q*a;){bU)v%4M%MoAN\i7M<9%dzq3z4tbȡ"*$WD6TrB]tQFIȖI; ۴k7@2ƩL4(>/8p mNΟ?Yw]`7x_#&$=Q\e?]V?LÇ-.?xgU唀|bBrEsυAh]ppgo#(Ɣڀr@T]uyTOlG~H%δzVsJ1Rb&#acI]CXESX/E(0V_SO/OR,2l%(R*m%>L(CFtRVEFR`,\/fm>*2HD,_mSm$,R*e;k,xNGE$3Su\4I҉ hܸ1h2:SV^YD~&%eS|}OkzPcǟx~mh=xbc޼y0ap@׮оöd8h0Hl)6~=WD_<# #fi3˖,Xż $,sHY/=/>aw-6l_ϊ.#Jſſ?$"K;~XVq9=Fr^IYoGE&8_i2U,ocE-+vBᘳs ql$l"z\)A'Fg%R $Cwv-~E }+ $l"0;;GGAE jIM"0svM 8v(&xR:ں|1.RDPsOjAA[71/FE jIM"0;;h&HaAa䩔KP'PTL ZYINJ(DZG+O)Q??Pz*eF%hSAĘ(VbģRf$ҩIHsE j7XpS)3]HF과"533 B%( Qcth#%şş_;IDIlZLe'\{Oe=S67G XSKfC̓Ċe' . JtqJK.brZ  d9Ǖ{~r sϽFT9^5qo Yi%8餓ۈMu,'ҋ%C2@>+ˉǔ]Ib`3g 裎|=%{_R@ D:E6~mq 2z,'+r̞=߾tiϿ b|I|V1 F o'br8/) r"m, Rb,'!$#rc;xAsa:YN-,,/xC)h>+ˉşşş^A(C *'ڹR PPH@bb/ 6+ѣ<#hjP-~΅.Uh A\  J A:~z]w7^6pC8∿)-=v:t.2|-:d‡HUkCȧ`gm/Έ/_O=E5㵎c OU_Sdy套^w^*h˙~_ʎkFpn7ż>ӕ7_wc{ 8x_F `„ e۶eF1}wy_AWA>;5z@ d?vc?.'8q}al7]Mq蒢О*'y 6R GRP& ӠGA4̢e+RJ"`.STjVr퇯{*9$D0W"ڵ+1% [fΘ M6kճ'a '}B;hZ ;ABޝaPf q$yIaԸ"p~`" <OZ0Lz#z#n@&L޻QGwoN>Ipkc~D-`O zR$ڤ"?1",XkAxCXPIoN9T K>V߸A>#)pȳ=$+Z3bF15*I鍛.K0> B| EVAL#)p""s`2~??^w5Xg&:Bm; ]GYUoe*xIK4R濥?ŷʼn^1p@t}YXj ɭ,;J_|~ixR}O8zuVZW"g?}b~2w X?̆>&M,-&Me}0gv;6~]%+"ѧ>C1|:Sڰv-+m*ئĒcqxŋW_)V&xκz͚o>/.$ ?5jY3U,7$ť^7V_}uB}Xbן˓k+_8oñq8lْoΩFp*}֭h|LSH_kF~9QFЦut6]Nlˎ BZZk0Zg|bXõ[d O3f΀oqs-7zk'6-U$YiH>7>hа!#`@=na+NX/۽d@?[&O S>~wXQ#h߮lש-o_Ӿ[HsЇ|B n믷W_G0i~%lt>qDEUk{TIy!B ,kVC+EoSLFhѼ_kM nԝ;Efi ӼDf,6f}X/+U)?HƎ:74^:h}_a!2ȗXdT؉$YiHgr/__85j6 ? vEBJ3`O'|'^nzN%d"º/-O6 ןzA2(YoP𮦯/-E9Y]ﻳ__z?&V@_ڵ:SٰrBzqן Wk!.i^ZkܞY+2k$V*SoѲbvԟ6GsS?g6k>j,_cB-;pV] Z$t)JmXJ"+&]0e6c+v⋩Sk_Z-BdwʖS?(ئeYWFo_NcŒ?:`+Z6_Ocᮻb 9e6n8_q)^.glvKxo{k׿2v<hqͼF"fʰukO]oaZ񷱆RnyS?P<0,B#[)d 2N$tw Zo?2g|Y)׮]ܤIU?Liċ/j#Gu97~?.Qx 9}T'HOD0λo8@@nԩ+!.~@Nn7vig;C^ٳfcTI1>II@W3tk?~+Yzg \fMcu>Ow9wmz-_ƥ;Ws3fL_8:c&rٳTcJ=sex! قPrݺYf짿M47~I EgXt?|<|qhb tRJ5 "$00˜̩u]{Z?RK]A;.WV0O WvQG4q(I@E|LJSN9)v^es}s̠(M`#R>fH A~W~R{Q_yYX2%.fssoA܋/{S2D$4N%B\}*tR4!Ȁ$]\k\!)De}:x?.L:>&C IᲫVsj2_&M?>5^L*&v)O>EwǴtNOgϛ:%ru=$o/֛$O(ķ6I>Ol31}U^@Ty,7nl7mudR#Kx:{cBUY*I} ҡT/D傽}*Z %6ls|H wzzL|o"Xڷ/nݺ/~3G1ݷ|0b%7`V'CÆ0V-t\1JhݦEa\9lfSxci#IqQJl_yg!{޽;bwC9%<̘1?Zޚp!"fΚ,o~f0c#+eW_5: Z2uii*8]^v9b#̡:G:VYz:.?W=,"_ DNhY$k7ts7@k|m튯+fbN|aB_Nr5LRZ֚{r#e=V YWp=/N[n57_n?ўW^$ s72?w S < 5 OdDG,z7Bg"ј?Woܪ"/ ?(ܚzSupry ۮt -."G@Qz,H)+?Ew߅FGݺuQ x<|bN_>90[>=zƢֈUIP 7:e2䯿6Ӿ -VudWDg7Wb?4MuİHʲlfJGo lgݢH9i`'z\ɱ-uV<;{!lLɠlZiYkӦ':bQc\gkX B Hht~ЦM?C\>7v!%}f!<5j,Ǟ{@cT/n \x!ۂ$-;"AP/0b"M%nf_]-Ŗfyqy8ٳ'뉈Z#B$hו+ DL;?eDE/u m V1ך;}Ӌ/Vѣ'R)}YZLFL 0.ʲvPCKEҌUBq- "RnjuWlXRӚ2Q*_ylBbpJl>p'>Vq##۶3H9R_1y 5s{k{ 6 ]n^D,D)ljZ#e=V YsH9^1-xZ%gB;ϡ "9$0 af\ .'iX󸆞Iȴ)':b5LAR32._Vl>s܆d7$Ddu,[hYW)NjZ#O,[h9TAD/jf<lP!=%=8n:'[Q,j&ۤu|ECzZ$S˕&^`.NT )d ܯRƏ7sWo~7:s:?s5k e6lv7UȐbAcue@a*4"7g+(Ep +4P{qk ^܂;w{IA$A&  ٙ{3.yۻޮ"ʺ"2i@?T!N9*[C:0Č3,*dL /}G*ZQ12qV&SLB._?ym|_bT Pʬu1*+&"dP%i- h '~i|߸{W9a "K?uŎ߄LİGϞ >9|z-7v| 8w"nݺY^b%g'Рt0 2 qG_@Q"e,4Y(XdȑZChY ^+M} \̿s*רtgKt>^- SOfիՙ{ 쥿CVC2[uܲ˚`c>'4 ۹Z> (8D6F(uش)ӜӚ]Lנe ~ݻw I#\>ն e2x9/C$T48fDUwDY𝀑ߦB|jO} vU_ץa|EN0, J8Cti:/0crQƪ[NXMtN~Fe]#_ηbsi<GdK("K81liOA|c4#V%5G<ۮy7<̮E *eK1+X)L}-_-˼hghͮ|`>\sM;-(Qq{zPh+G[4|a?0[ h+hFIAY5NX@n#0vo㮩hhKZO &:6/NjI/|K"_EmOO˹9ȞN8!Ma&ثN!"׋8*[?}Pc}Ɔnĸ$UhŽgO1EL0TGnUw$v("q2+޻S8ͅOP=cu'̟b;3Aȇ Na_.k/?|SAr{!,| "'tԛP=oGe>If 460_mUTKUn̔6E~'!SOO;4ZYr.Tr 鑗c]ВuT&Ǜhwܢ 'gFe.+F|^?OEF6[/2P +[YBԉLďIcJjDN ?v8Qi8QK3?_eUr~˶;N;Ǵny0ZF7翲*vN mjؖ^zi7 ݆?M?˸0z.U9I;>?P,goñ&mpnE_}|gFEup1JL?ݴ;cXeh>_L=wH<࿁uaNk/_H*D/2l<3)p?/inFBD]V:_!99 !.oj߈C޽{_i'AlL,^ы}vq-Ŀ`x'|.1FKdJzI o_r= /uY7 ŗ^1z)P8Ř¿KO ?4쎓0So`Q6pMƆtOm|x w]65?}iPka&lj1D·m=KK}۸}- V]v{!o|?$K_?]0_έ@׷SNKØ}F$+ѝo`+HAQA=N<q͹e؀aFe2444"0tϞ=vjcnoa@jLQcʊ^I~-k6 q4ԍFde$P\Ad?r9K7-gC3X{`QQu~, 1$W_oY6 n:{|1%S f7xC>TwP`H ৕q2#~64\+*ppME?i}1D=/` #m?5嫯q߭[c_7ser1:'wʞ5 ކ{\0ϡp(Dϲ!=4OB+t^iߦXcǾC)vrkkqΏ O }w@N̘1֮ѷzۭis[<$s9|muSj'HkEoy|ŔB -qĉD|1*Z9b|7D;2hgXl%I +IrT}[6~U^ i4b=xOôNh(+(94E^*vgԇ?}/cQ))c}j"P<$w֎㺺 AP|с O0$/΍?܋+Oтjh0yl &AkhLĿ*Zh/(;-LJ{W䔯iA!l?Z;^t3#̎Ƈ^ө Fx?QTX噔<$)_S5"+d?3,ƘE袋.bu Ҕ﷿"x8S\K6_LdkO>SJS,tNjN_/ 5))JO>AQˍ?tH,T:a D{.eo&-K==GA5r3^5m?1 eZ l[44O)Ǡ;-گ}c F4n]QnmݹMǘk;T́3,Pm0 $Xjw99t"}l dFuijh 8~faTN?T'_7QP*)9.Q吖K_}(O0¤w%IN1kBC ? Vf{rZD;V8fO=4rj|TLJ{]uՕkA](+(ߜyY  Kg>=DxT1m>hQD꧅>tN뮩i!:UJӢio1j76 Te At=Ak<>k,>t<^ A.)bo6?-7-\Xd+ǀmLa+֨.M0z*T.-חU@CoϿ7nj3̐'dJq*|c%7x40i6mVۂ Ue\}+S8/̧*Tµ$|M#RsMV(ZOǜR> p<8hpXkS]ɮO`CGqFR+2ȯ+3i&_,5{ziMpô@r?ih]CZW!I1qרºUȯ+3iR0Z39Si^bwQN6mwίI.UR;!a)\167Kp$] [1},ޜʼ2C&CS'NM[0S2dHt<䫭z1=F  N|Ȫ7)  Ծ˔?MG"2̐ Jk a 9/O=|Jk')pՍ.')Qۓ|uֳoLK ѩrXz1덞oX[Q~gYWfHāwEѝMK4Ek,d*Pae (ye4ṀxMY ZP*yeʍ9Tq$ Jd'yKmqo߰4*2C J iUI+hi8WW(B)rXI,, K6`)A rWwl<܊*VITc Zb%ŽLMe`y*l5XA7dSWYA5Q#B:u6>Jo%]*3iEUEJIZWҐFAo3@k%W,<(&M#` 󩧚:f|Ub\ >$IoZ*;6[G$SDŽl >x_̉PRWfH52աRTu]2;\kK,Yg&2&jD5>s2AoF?]L71Gy7А<9O|Jc[Ab#-UWfHӤB_' ]}Z9Vnjʘ+0Т7wt§9c}7?#yc=f2xL_WfH$GU7?K:h3|7ER<|oF|%H)e/|HIWFo1'{otS˻*rMv5>]/O_ҧ(6/R2C&5ۿ jHBjeW教+7dJbQ`Lr/vm%ۿ)U}!d}QSчe{^w{Q jDP[gnQF-(+ ic:UEJIZW4q ˛bBY N9Uye-.j+?C:3#?3D(YDZoXP!MXz:1x~ן3Ʃy]??rKHq5ocqu ˯QHfSٮSWGE iD'Uw' |K.6'7 q^ʕPǻ1F-a& gHMAz+3lj.fjUOipo pms)r~*Xk/N3ᜆ*>&2EkiM-"h#~pnr  K106X;Zf[kOˍ;a, rO_+ >N ip\~<Ġ8"?N0y\ ><9~5eW]}[y3L_"i]ڥ^*'!%3u_}|ιs?꫎?F}[m|^&GaTJ>gžW Zk=ͳcc@)LZ|J# %NHN p ߿k+K4Dnw)U/>i[YaHsZb)47)u_0bDGCZf RN3OI|cR\=2YYiՂ-9FofkO9Dᖊ ~YD4LH2 /qI5TDJ2mb'c@M6ḍ/n?eF<8` /rNVvrJ1tv_*/ :f Lev32z_{YQ^{eq_[/j& A >TH Ł ]8#p^H6We]v):^?XF:ݤe@ʱߪ}9hԹ+Q^'ARY*>/W*WlwfYN/XD~aDH{ۻE0d<~,WSppKeȔSQ:Xrg)ⲩB:H5-mnʧ<_q,7(Zfx4W_}U!dj{.,V1c̺6ŗV5bvԼTiuza\f?iǭ?֓ gZk?@+?|_e@IDATϠ|eC$POo+3b< ӳ%J8%4w1\wO/EħT/ ^t=K lB-|-ChU/f;@_b~od;쐴A֏AꅥJh^>@޽&]La Cr(~ډSK8()䓲$Õʜ.dI(_]pROy8(gq y\.m^ }IhIKv}WƇ}/8ir53R*\)! ^Q B4ki]vrQ&=^{Qc>h?VXXC[<){FiK#K%la;-ڪi,Y?8_lBNy8,tKׄ^z|]`_i,X^sʣ>VVzhݨi:h& AIUg}}Zv;}0l([CNR|]Vj˭lNsWXK[OPcz:)I /8߯PE%> txp>b- <1=nf]fPa@"ۿZ$ʊU+Hx~e&Ћ]>8T2ڣ=j?xλhi9{X\՗Moz>>VdiMh 6Wdj3~F[n8ăM5E{E| "`!^{c]op]QkY]?*ګ]ۡ{ؒ~i,՞%;6?ǫ0 K@OL%+HA⏇z/8[ILɢ/8^_T% d1Q[ڴ,EƳc^Q]lUW!Ə5:`ø$GOvj yhFI獵`Ь:$ַ>=Q;--a 1=]lR,{jtAvƶ ɰHc5#Q~&+t(x{y睗=oh~.oh+9=3?w,_~ |k^81xA^AhetU_~Oj_p= ^nj~Xq*-IT©|k90[B${.kCǴ %-*yOw?U| >F9LXZ-u9 RTxHBI-ө1S$At>!CWWy[/??fHtEDː/2dzj:|Z KU-]v?Ҕ8JNہʜ 3~w0S鬦t_ Č`Gz} O%qĴ./,[ouzGwCOU W_YIJ Ϸnl47zz>`{ۤXSBLϺnVZ 1,L>Qgn/NY/:@|]A;%)N3;pLF2)d# r((nܓ~ (R'd!ձ( @ rm%:y7_hKA[d&vUg%VޓO9yk6O=4j Fz;l?h)2Z"J%0E{ǝwX\ߞ={zXhޏ>(%b-ʈ+z"J/`;.&<*30Bםg-9d4)vG,%]tQi %x2_.Am^/[xy:N1H}dJ,(#ܸwL:y,фi1 L*Ge?p{_t"Zg)-U_,o,/cj$U?k1 Q>k)/Ja~A@Q) jS& ]1Ey-B(/ *y[ؠC5#;` 5i-q=p^},߽[>OX(($P ~x2N+ܸhP=?Fi1=Q_SChI*>otG=,SOׁ/ H!;7 tLb zR 3:1^g}6 uFMy6. 3|.֔⊤#>:l߀0$ |P$AHq]M eo1tMߖ)$_)j'o'[FX}@5Yc Ki6~A¬CX)'N3]CtcN֙xЇ7ӹ #qf;G!0,o2Ь2H+'R(ݜ:lַy D._efŐ{g,.^\#Jv@믿=}9a&kzH4~zZ-dUDfA$8/$1뮻{ A{J_ oʭjync>{>wo=I;D(h7_/xqW&EYnF:F(5Ll3 F={TTA(,:vkz 矇+_+@踠 {be8$Wց/=, ||<+W^%a˃|Nk~?Kmɦ H2zW_9x[?&dq1I! W?d97ɓEN|Um)"%?z('^>p1",DWo$ǢR2IN1uL\ GuY'bzJfrm>1T?DG)"ԱoZٔ ?6ztIkRe"utOy(sQ<'ų<R<7ŋf w6=ޛY b8;vP5ޚ^Ǐ{Y^#X; 8Jj{)EZ +hz_;nb/a4#xo fc o iNAKvOof`?ffc3+lm@IM"]WLma+ %u2,T,ou:oi&0aM76(؊<$lAMŜf%5uŒkK΄F?I[?% VV[ꫯ-^/& ixGό<2+s}s*S,qmipUqgc;LY%5uJ<ی <#H3@m3 q' &|F4+zeBoo iVRSWGwu^$ToQJ+t=:AV/h9vKHA/g}bZ)PRS:i)J}ɛhډQSR(ćK6cyŖXLC:`7gU/G}~/qn>$5_p>lS:>nF\'~>Qf |EiVRSԳDH ⏯:.7'=XzH Ӭ^(tK},bj9JjjxVW3~Vy0E V-EVIM]Ϫ Es͉'w6>*Ίoqp ?1;TF6PG^l+Kl+e`3?~kZ6#^p5%:S?iI癒%xv:U WH3/\8C\h IzV;HYIJy 棶2N<<4N-ZlK-`n-hz[f03Wm׌ 7KZQHERB3mhl/b$JR&8-p.SJSE / ֤I_2 Wzx97tH T`8kV:HJB+$Rr4bJdŅ쭰.5'׿ŀ=P1"`@DJ.JjK 6"Ӣ)f~اO;~Lej9}Z N\!<ޤxs3ec<Dk(8%V`p \))֢11i|=Od8P64I%_0A'N3aPW;,uOk(s N\!<4EZ4ʞ9!3Gb^mK;Ҵ5 |e`+$Rraz4$lZyDWH"O)M[o/}B"%yJij{MLKv)Ƶn,xI"ʏ9e É'RrQZm*_[S-m/5 JH5fMv0`MۊIHZ8Zy>B'd@ ~ٚ"8M)MQ%u{_3cz8mDH.<`qDJ./ w俧د֦7YXT"`NHERBk-Z}i!;Bc;sҔmz> tSm%=虏=E\S$B"%yJ}C?+>n  V@|{)!gC $$hD<4ZRh㥗^l1Ť| ʅ w<7pC/ &uW N\!6+~]oK֑ۘKp5*zJyS>t XEwDPJ"pVJ1飦Ʀ|i|R}s0WD!YgGEIX0p䉔\))i< 8c`C<c&?قN6"%yJiZ=Wf~`pBZ6Gj<}K],UԢҗ2)p䉔\))4֢Q~f  \)51-;/%V`p \))4֢/FG"Y\L@ 6FX)M/heN~0'O"O)MQovl&Lw^2J)SJShE Zs>T\3>R{yϣZ(n_ Nb=wcxѦ$_n-BX) jѢܗpDv¢NHER?XCIƉL"O)M>@> .=mX 9)~Fo<΁3+08qDJ.'a;_-b!4T)WH"O)M$zftg?OTN;YeN3<4?x_+$RrUMRٍ ^˔ԄJ+Qڎ\߾MBЗnO-0kl~Q=E=B *E6 sKqЁe4 ֱcr@D~Ungyf>0Znݳ_|![| 3j˭8ÇA-\sMd@ֽ{.?-ϑ6f#=dhj&ƿ2z!Dqn2$%,G3pdqGs_|Q'|4)_D_٪鋁fYh*#k~gd:aO1_k@ҚD~PGetqɂ@ .(˟ mAS( "#kZ:lm4)LZ\0{q$,CۣSDivuNW_#l}jy晇HY`[(d{F/B%<;k{M6v_, N:lYg>Ws* !X%~7$Z(SZS/ˣdSN>E9gM-?c))+uȏ%ek*}Q},ˆ46ժp>#k:?<ի0ie|  N=.Tق>?Xݍi~>kTQGs8)"f?r,`S{|婽<4p([x+_Rke&L`ٹ;u^f?/ݙ4_4"gR+۔ۨƛ"GA7}ьT)oy1cưb#幑n[a~i7$y睳C#k>!E<~K?dL3-Uɳo3fQ~?jj5BE~bTC@lp}F3j ђ_2u=ˆ?lyKg 3Au׿| ؽz͘wP;DSg;cq-Auiil~oz.]:R>ogXh(]f"3};[nm?le@ Ԋ( <9<l?m/X *#cA4; )˳^ܸ2K-Mj3l 7 ZU#hGf4؃~(hl%sfzK/ώ|4lISU6JZStΨq Q@qrPq5Ӹ?Dg -vFd3<iI%uNF-8,w岧~n|vHEO | x#l}N>]kϗGMq5_iMUVjW̞|~S1_qE<5bW{G5DeFϘpEKgK.D87|vX_{AM:qČf$nSvWfSFK dOkٴGy$[mHWZ:xs? Z??Xh믩'gP4Ҧ{t?W_Ww0`F[#幑GOp^z>C~7xS-6gJ硾n )U=^g'ҏt#b0-܂KQY65ؠo[o_:RMZzhQ6s lѮHEL*y jӗ&z6vBFț =xLO_h Рde\OlҮpM}n .䒌UrM}%ټmo-D j|BB7i ҚGݳ#6kş-ܒ.h4^=D6;k aM1Ŕw A7Ƣ%qE=6T 4Roqu-*[)決2jՑdK.F;jwx!U힪[n?4g\rve>) +;>EO<R?u"T1ZQ҄d9+!h9N|CЗ r 6-קŸސ|[mMw%h2DSԖBqSl('h=\\*p|-4a''H$ 9N|I_~fRK-MKCS>lE1RPqfwr\v$Ds3}4!sk+CgŤ6Ēο5\ƲchO=wjktdŠI5'Q՗*'$57/>H*ro2bZb9f6ASL9Đ6ҫLiid)Mh{|5ޞ{FxVclf+N+HrL{7П@_om_n@uew/o _ 2c}"沐vG_qy~e"h@ˈ?fXҖjFX FӒ eFx+#ov j>ׇq8!b]C&T*8%W_E3`|Ve6_˚F@qK<ͼ{ctr!aaΧiy&:g_jsٛКH+j|[_Kԛ\˩?w6-$?yͷ\t1.Y²*TB]+֋Inv0X"沐ėx>%UWњrz\uՈw 8ʼsIzE/W)x %f?E'}[o|K~12[(qZ_% 9171Ys%wI6C"a'|f%"GuqklZ4(A H Lba4K'$[)4Ӡ| 70ieLI1ӗXFxG;{1[]Ļ;;(d8, DN焿vio0\iKJ2a4K'd;/ݔ*uĐi?ģ0Be!lj/|eRv}~ui,iiw,?푇y65Æ=!:y8~MII%R'?751j\vH/&PZab,c&g0v?!iF# 0v,닥apH,M_dpdJ0˚s,焥ߞ I~ s\Y}NT^;T+ J|@61,+JjRM!lj/|e΄dM"*Ejѣ{_:ߪVGF3T',ʘdLaL_hc5篿{a~@x9=#XpnXvMdHK.iog˛%2Hv ;ɘ+!hkM`6e?NS{ͷeID@X FDqKK1&*m`$J0ڗ0ӗڻiW<=|zІos-a7{/{۳g c.$J'*0Or8Q1"%%6ꄝd9-8`%j#'C '* h_h#h. 9Nӌ d}*5M؈T{N2at~L؈(*a'D%4(mPp{>D}YZbאI$TSX?9g˿?[/38+#f |XFx ;=G~hP IJ0+'䡇o -V(Va4'!Dk:{Oδ%.YIF {+!h$2"ћ*!C5; 3pGaO$9lÞoՖ|?slA1"eno%m5i%2a'DJ0$tB"BE6!K[ӪUߦƆQȧbJw޼_~9}I`˒c@m汸>DPӲo~FaݤC ƨ 4e,1:5zl74E'S8lM1S G R%92ä{n"G+G.I_N|P4]SՖ{ dP{n)]ۜw2`:*X»*1CzHΈB /Ĩ`E5vNHCy?s=Pon1_uذ|+koޔ-n; ?'سȺJr:>^zk;O9ԜfA:=iYw-r7EPEǟx>}EDK ,7_hJ?!Ї,QkF?^~k|9m/_bЖSWjytTeY0L6tw˷bwYɪBZ 5ec%0e?{KG~DR|o9E+T~_ Y‡jT{dS 3ɔ$yus)hPqmhGɘA(G;B}zM+oDKd_Ai3|+W4 I*l}&Y 1G1{0SAN?W|-Zoqc Tf?yUL;di~JD5Ay (v9l-ȖQ cZ;\|[2, t%R_K7З߼d^#Ǎ{?s#Ue|(@KSܨJ~m*Ό?p - v뭷RJ1._Hk 5igk ݨ0Mr!Y77Ggw}/ˀB= =4[ˆ;7uPPYJ0]kקWƳgL8 Jlep<[YJhJ3T~O'D2-Ɨ#Iy,Y=Aetݩ_~NtbF/t_~){饗y^zI+$ }{Q,dzvfz j5?ɶv;Vκd{_7. ӝ2 ]tNЋr t)|b:(ロ}K leh:nbc~샾O鸬j?В6$-4 g'R YF_g+{ϛMK&P9zJle[Q -l]S%yl1ك>L;]AK}º묛uϿM4ف# mt_1;ٝ M7ߔ}63 YO>EJZ'c!j+\{l˸xy>nƧoWy\1" Ԋ6^RihiV$:,E}) /dK-YNgԨ7#_{4ZkERWSZğRzKrتgDXp?kWw).48.;s9VApKY`Uy\_~le5OP\b+#⛢5fvѠ"H;`"UT?Φ%b)Gj=zLUBH)V]vm72tL5!Hn w3ɭ*sźPGh/fiV~!?TSgᄏ^i(Ь.nmS_rɥS0$|մy0ϺMK@K$y帛 Ox)S0d)\NJZ\ێ.|iGlXt`:'A3/t~/ִJqK䋅fϾy7O0х8s-<=D6+ӆ'7*a w5>MK&ꠦPGAfhGfEӒ~^*RjZ~71ZUzΊ%zꠦ.jA1UM ZGa`7bMs2 3m8:P>kT׸w_RjjAh~\åW'ɖivCOJ^l\"K|h BNI10e?Gt 5QsLzm~r|ִTV`H6er.eW7L#5%n&7l>p3i [S7i[O?)4␩?xl=ᦛnLuY|5[F)n(~GTV`H6erv~r 71-_Izcԏ,gsHm#SrUҹǿa%y~o( v=Tk*s9K/YN޻]!XMKYϡjљgyƙ4u7g JWYee;&ɼ$= *0j%wFRm XQ|Tu*-l@IDAT\ QyKqۂouIlvi\|?o)+v-XK*X)==8ث]fUxsC`f֊k-SQѳ|?S" j8:K3Pٽ[g6~ --qƒjUcAzq `oMKYTˆ2'RB/JuIkUZюV]u՜⣲M5p.es!ma^u]'w)X-|//J;_*&i͔ћG[|"eqUD v~TFEKY 3; |jL12-T\Xr#A({=0"EX3biF D! ME;k_ ,28`_ke>k_^wK |[EA/E˯U>*ߙb{AkӒr,v!ߎ 4}!BÑ2WZw㎵.bF6 lZ~,wGfE;fqSW^ye'M?T|?RF oZ FcUdHy*ŹŚ<$[{C4SR7Ax',2=o;XM', ýğ ֝WB<ɦLΥ,_c4"%A4h'*| 1ns)+zVgfh4 o0V PZ*+0$29Xg?]?X૯ ߙu䧞vZLS`H6er.euHۂOV=xV,Vs'G/ ʞVE9OQ>{n6 6n^6\a{)b#)UU#k t/_nyiư ⫊4 QƠ9R 7a,, ~1x_/E/vW^yQy adŇ%G|_Y&>5\ntX?9xBvJzۿ#Q:X'Wdc!^󯤋^ava￟Vxz asZMʱ Go5*Q +m9QWGZ.Hoh:;{ﻗX/>OUXKh6 9CF9ah84LeÏ^yLO "zVveB5 B@{U ^}WJ_ʞeGtGya:R#?ަ?%n|߿5C tG_>~zyO?h($E t?Ƚz A!^jӇdts9F "uW^h+9V/E^s -3n+oi?՝q䁖'OpUW[YEWMېPl7}[nȨ*;~9m@uуt Ky_!"Y{PG_9Ҹ ?U^|գ'ji=1Eei?9=/ ASGQGvdYf:3QQ\ 1Dz !=+е=97n\~=槟~: cI)݀C>Îm qrUWc&ewc/#-"[=]!ĉ (j[UNiyk?xPH>C5"SN4i& (޺oGD~kyl]~\'MDL,UI=+пK lca@Ob? qK1X>i dH_aA&ﳧoGgاw Qkma_f:?x^u} 8S,Hi.m{G?h e-:馝F K  ~ {b~Ot8 =+Ѝ?h2>`&;;,)7!Eļ3sKm7tLJPMuU_-kny\iʷٚTび\ |!z&[KQ --JF▢^=Jb[=j2+zPX70p„ BD/cS>|ksi__V)JǟD5/uYƻn4K-4^d|W]allu-n6v#x43mv2p C}S. *B2+/Ӓ+f+M'a~p> ;b.9 ki+-iοW^}!||A [0%|Avé\e)e_鏂|t?|Y2"EmmeZc)DZ8 Phn/YNӬG:_QI94OKp[Lژ_6,tM ܨװ.tD UXEF_P ߿_6܏a`?Sv]ۚB0{cVwܑn S7;\#7۸=p5Ѵ (8 M'xQG}G@K/^1WM1;}h8_uy^%jbp1 >Z,)+1߱K2l_ i>Hu`n5o-[n6f*E/)U+-rN$zDTcs~aFlH>uuye HF(wő t]Z*(J3W6:F;l`+l n:`8hzg`zq{K|~n0%;1`7àUF$E56Gʌg +H3 =a&ZW{[L 6wO1d  ]$mOPX}D*9U+, ɤw%.s[1(a51˙^_{E:چPk=:th_|Y l'^{#Eo98\sq, AӅ[3N9Tg ( (v }رcw~h~glxqcR9PY_M`*Ɇ4:^'y`Iǿ"%ӊlآrі|TT1@X㯍3̔s/и6#jH;Ib 71H/l8]`BIG9ޕo-p_6dK,(" y=c~R/Y< t`!$!\ 1߿3HU>0S:.JK!e p~'qqykjߩ?=K?%hٗt/2u=oaB9 J/u9>%p{ QNCNբKP;ݩT7-*XWV7R%ZIPKIZklFP ̙{%:̜;3>3wU7QFwخ=7ιz~=^S\yvbCzMaf 2Q;*ṃx/a[_Сg}EϗD w[D{vn.3DW?c'B[_Do((ijsADL*~&j;1=m[r~!vo/I*Ap'P}FV$:F}ke}|Ȯx60*՗H'V*m#8O2tnCaÇǫ:9dYo=_ve é^\~n?baq#v{ZiW'H"'1 ]V ?[;i?GB7YAe$zAƂ+-XY|q%Ϝk)}v{'r MM!s 2$񨣏u9Kj k cHU*v>U":fq#QTL&jm09Dxiz1_o vh_d|ش+'\-?QNUxN 5?>Zn&*6mİK)TQ#?5bCP uXSFabvvhKwzpѩ̉2ce *4lj'h}Zq>|wV˼.۳rZQe:sabs<_jr+jp0[#±;_{*o ciA$=+]dH5rHᰫg̴kmX}F2oJTi>ͫj2l391AyȌy|^YuFA;ih3+ASF"Q';]2iX~gWO=IԎׂk9Ru՗4NW:\;ˈ]zq˕Qr擒Ѻ$>ރA6Z{l9ƍD_'gyd, k#iժgV:ڪ^kY;ӥ~S|U5,+1 sY=DYDK/X~c^D/_r 7G񁏟.f3zOt-=p^r#:ڬ+HSF"Qdbֆ*M[KDP`u3DQ/ZhSF"UlPi962H&hH|b[7ʡZv9^]_ǟEgr!,LLV&L"r?g#fܹb 8wP%h cHd1q%|wxkƸ̚柉=/Œk Uҕڣ*d9|(eϿLou3BG:'%"3B ?ox {xg++g}[$ŐJw3~f[xΜCDTs@=W-8^jΌ$$/$9W&YVȆx{>y{{ y$S4{_.5L ?RhL:Oz|5O:%vhX1a㖛#zzmhmђ<'!]V@;AйxFj}C\FP}{߫v~~gz-V~ؾRGOI$^:*EL[['n|(5"gCuWbHjnX䩧 28MvZrDon(Id!Rt<10Ynke/}K_~ZH23Z\SQ?&P_ԭa7֏ϢUMZ~S'`rh?/_Dnc # k IU$rF:1i_zUs?ɏͥOТkpm݊=mKX5r~Y*va ||ײS|nr3Gw)}7s J7sqӷQԐ!S 5maDnMh$!>>Jv ճ:+K߮9Lq@G4cmFG,i? L AH i ] +qN7[? DҐ 1RIH^SHr%Y=>‚/#цN @$c Yk]P|hTL7W;[Ar_~\7\}{T5 $~W=:)A1 f|.J8݉/+x冗_ItN|.tc;,Qo+p; dUn9gElu /ϫѝ'IbG5oh".H\LTg}9QKeAIVzMs>osc=|BLJ^rϯ~ӟZMKs-ȭ $$IIeX/CBDaL[^wy$L,Oa>SO=˫ԟA;P=q5M@Un3Z9+']?r'?Iy3fxy!"^Snwv!?=Z/l'dko|c5j55XZ#(w2ښ]?jQnT5b^1M O|(hae4CKU$hoHYo"+x!ɍ$$Ii|my >j&=ˈ&^W뿔yE:bʐ9ej9~{7@/-v!U*P9Z㳋EMqC<6۹aX(҈ 2_K;0i'xK]v9{Y{ڲRcWvI@ .œ-YT_|vQ%SVSw)S+қ_j?0L2gIr-\3^u G?m*ca5Ǘ:zVcy| 7ʋG.=B>Μ9#f0] 'E!ZNgi$f?T'IcO;qxyi^ć[]GMرm!z\=H]wQN,yʹ Tf.uD&s3YD¤V_V\AHk*mvy3<@~&@N%c3`DVO^#?)"r~UV%R@K/4-,:\^ivB)WdL2sM\sM2$lZ ZuB)SS"%>kN_-$9mÜ=6DeAzè[-vRlHrwzuMe9,Ut;p K:g!L#`-hh]G%P LjPaA= az ."k8,~AtRmՊoDYnAĉݗ|o%0CoeD,6V"R> 诼=N af^^I9;ꙑ'Jf[^TfP*ևjr% Lj@IY2: k^ꇪg^*JwPL4Se cvl2rXfD.Lo4ߺI-fFN*{ ϜkD] pE>tE+؊Az%,yEx9W=T*g('.'iE/,(hr D=Wrq&<45ݻc,tlKZ3~wنui X's3oV-Ouyس~f %# ,ZAV{3gFtȅc {|9zA=ؠf,>26 F/q%Oy[M1n'"NfΘuTAT=ՃzJf+蛎:VQGMxDOS̨2Ċ ܏MsuP,g|-`C&%$QuL4Ͽe/\fϷ88otz'K.A_/r LjP3K&ƒ:&K_/R_XV):G>RHz6VrԨnѽom8ij$?hY^{~:'M|";;^݋ $"AE|, y_=Sgv&(?8~g񹜼ܗt"x ~SM$:CW$ؘB?8k9}Y_?| TNi"H,= Jի7ZBtCO:yHc cwI/=շ?qW0\t*(&oO)WbGMɔ,|u 3`Jex-w9lPl7tcwqjQ4#mfqR@ ZM>?^+VXAATYC}o 2<ƴkA% VGMU=/A gϞ-sF_$-OiƅO9'oYvse,#}\sjAO׿!1eo_ΆBHן?_( qj|GKd.ɴ w[CZc/﷾,GW߯Ă _= 5 ^Wrm3\~c?BųZ@?im-hkƁBC|?YG%lc6^b\Ҫ-` ]e&krS{Ϥq\jo?<{wcoc0|1|!k˖}5}߫__ :x m+TC,W)n-)ou@A_[iƌ[miEZsd,B:}G?^|!c^I]P|l )GEoM(dМa݌&Ab5-S&cFӬȉpy׾i͏0\JA?PVjB(ϳVحJl}?Ro\?Ᏼ8䞗E+FV LeBZeG9/B= +`< !U-$s_d߭dX?ߨ ~nƏ.2PLvJ/ϛT ƿޤkA_ۊ $WkӶ1APkߪ؍3XYȓ.L~=/5LGTFdc]ŷk[TY&׃CQRB"n:L]\= zY5L68~om +A3/JwyGu--Zxwe;z[6뮻JEaek~ekXǰ5 rqag~Zڈt9{8"P`LΔb?~n"̯jv8|϶8+,|˔ЬdBA?k|3^y\/a NVVCU.e|HK|&pV2&ǨG)Ab?_k6 ;Uu5%2dP: ko SsK!~*k^@T!8<jpyZ|{t"Ha}vwW3q{olA38q/&-ϻie!5L;8NZ.я~hyؔVG t~;魦Aj0~.3OAщ ?c խa=C;uoUb~{~Y^WP0^~Cʋ?*_DOmF\Zg4#iV>.'gp߰-g͢myYt;qhk'_\}S%yGLJ&< Mfjٔ>Fa|󟫞 Mlf:ܟ<#(캈yD\@̴R 5^Zu3ΨCɅ[\M[p8ۍ oB_ľJ: q7E B%D9CŶl[=I+|4I6kzqdAADHLxu06Q{75?;l1`p g_&V'("(Vs[ô/E82E$ߔB~8Vwahl= %PGHǃL3gYTzx{#~p<Ї<ñ7(+GMِWudY{aEt|ʐFzc *Rs* '%QTQ %@s $Ӯ0q:}A4ƟtꩴuWi%6MKGӽW43x%a'<"; oz63IהzBG5:**?JF7t4 2A @HLVXyEaT uah+(*Tδ ɴ͇a_M7zfy=9iHssBehdSABկQi?;n#^X kH:)J(z ^]ZjݩUE×]Wu+slPV #3`3  =cq=/fJ.4:JA+T4 ɴ>s5/>0>5_ƃ\3[WyU|33#uVini7|2c4D5|V U3ϜgdNhʙ..L3gY?>WӟO՟H'] Oϟh{>ȀOv^,8':Jίn˯ z!?j;20͌B%F*gۄd 9ȚPG$ P4Is[!?8 4HL8♶0E :**?Jhd 99!QݎG}2D NJ^ &(Vini7| 8#kB5z}o`EIBU$"/lp7Jh@yjU.ek mV C.L&z?s|0Lw^XgÏ<~pu/@_i <[ᐃFRs1SN-R8Ƹ-Av>12< O<1++&}iH /eh(i򗿄v%̟O_I}|[7 ;lmφ$Y;:ۧLyG]K#Z\Qi;WpJ[=i԰;X.k7aMjM5<^MzIyņZnMcbRUDFE$y[74}bGM:e_.?ab9 Q~7XFUW^59"dp뭷AU=p+v4Q+j^hF%iܿ[Ig׿0pꩧI1臓p't]ͷ<Ж~j- ַnpSėѤnGy8 a5n%M4 n}x'wn0o<=¯.U[?o3Z$<=~@O(j-{.@{}j~/G !=2*ڼ ):O4DB:̵%L6u/JuXwZ=$[nek~|5`s7=ܓ̿ߋ/|ASk<۞aWO!IJgzoĶ;䟔{ ~ 6rK|4@&bM\#{,PiޢEɪs_KÇv:rw1=+U ~W]$A't;o~3,Fe~y^|4!ЄVkV1cf?I`Mr-䒢E+Z"u&ą/PEG1a֓_r_b?woXY仍UH{1:H n~Цrs T;`of$zA7|pM7Ju}Jj]`O}R ?x| o"0,ܲ 07ЛkkfĒK;Uz=I7nư+O04n|lfo’7{ڐ)Pj w#{Bݟz4.;-ZEThEZTa•W]%4)!-o}$WDںsݝ/>懰ȥ+ӟv*B<.( bcpq_z,?ec]N8]rCJ(@AhiՌ ^'w$lu!T::Ԥբ2 |Tv*"H+,!k5E^:ܡ0KiPJ~6]g]p~5R?h aTUY:TBrg%*?/`ŗ8.CI 0UM [@NС ҠC bSa˳"ufm∛ F9M:ܡPKiPme 3d5D 5jQF?FAWbd?r _;L*QN <w(bWI^VPˠb e_wWUZfxԟa(s:* &(>>ԀTޤ~煮_P&w(մF"zurWvhB(CXJVM*QNIyYo-+ skPʡI1)2XJVM*QN <w(R r6N;:%h0tC ҠC bS eTx P(4(@hФcpB,AB+&(C;{!dȆ"rhRArJ1tC ҠCHk"B `) Z94 F9%:ܡPKiPʡI1)2XJ/+jږ_^ ԵQ eTx P(4(@hФcpB,AB+&(C;`) Z94 F9%:ܡPKiPʡI1)2XJVM*QN <w(R rhRArJ1tC ҠC bS efGޝ"@+prJ1tC ҠC bS eTx P(4(@hФEsIk,Q$zv V`V%a;v.k_.,>|Xb.yek٤ VX&h0iYnmah[J!i^tN?jyH4~j{crja68pYA[uի3G^-ʑrA,) 1E+VTVo5f12&>>q|.k/v{_v pړ@ `KrՕGQm[=p~_^!}5<Y[=R+oVEp3~7Y___w 1?L5X 8]\@g@hW+ZF&,/Y_6mM6Zy .`U|Ĩ܁O:0Z\mfSt㿡bnオk -f!Qcvmb̙5\@OQ0IC^mo?Eoe_׿f:D:oI,1{ՑG%FXe}"ZiFKOh)ia Fy oPرQ̙fםs_K[Gv3{tƛo7ƿfq-xq_w{Rtz!k+S8hec/O;mՊiOgsvJ+Ǻ9njC}= Ʒ#. FTaΜ.%W}yQF5XC /sLa@ 9/2߶tc[6yKXu ˯<-[,_ʋX;,~:묰>Have2XvׅUV]-ڪaFZ*+Ko 6ui1 O=dx“?3 3ƍ=@ٵ6VA0ˬEIMՏ\zDXkZuˌ6oQ-L]: ?ķYS m90c>x)ްuZ1tB̽ tZH+N4EO7?g?<$SpC , mHZk Mv_Z^u \3: ⱏ"M O?ފ+VZi%fjŰ+F˺(a+m!HZô3?4mUmmp}W P Ok@a! fi^KO=}#[%*!a̘iѝnm֥H2kghfC)2`0S3>4=p%腧pק8K8t7~o!u RӋ䯧a_Jb^ G;~|8)q[Q:Ch${aWmšYSzbS)WSx02A՟g!ճYMkρGM漧}kD<${Ժ b|j3줉+ZsK. #RiN#a[FS'M 8Br-aM72ڴw[lzw|mYrgI!)v_~+W_}uz- @^W % 6|0{sa9zCs~LFnِ 3Q.Nc"W_Ch%:tK]Ëˮ%yu'~t-ioaoV-h[uک~"-TkޑRQp-g([R>P@i ] 34"9⣊ם RhZǡyJyLJu2o.C/>\v -dYj,--"[?QkyR&ЄdDnEg)MghDr &}}LJyE& ЈAdAK|KExc%"⿵q)/׿8Tq! Ј@JOdӪ*إ3r@L>I3.߶s Z$1Сs|W\*,X"U%bN+S5. ӍMOWuˊ A踁VٜVY6G%INZ'"35O)3a]UZЅ9WЊ A [D:̂5Bun˯^| IDL2Ĕ1RY?;+מ*ju]'OScBppuV]bB|RzF~#yR_V^9a3K+;﨣 2Q1cƄ|~*+=P<c*уaέ2_% vΠ\AW9?6>&s^u0/USLW(ɆR3g54Ҋ xD 3G̩ԚPau[~|9|ӟ {3~K%-/g14`~U]ׁ\~M j])v.6+Z"?=IaG=ӟ,KSs0ǫW5)S®yiI*?餓FGɿ°˯Њ NmQt56.b%~'{%}l)oQ__>.?^pt@T.oWƿ2Y 6XL;Y 2@5)A?OaܸssN:[ȧsmr.A&' I5a–kB :u6ca*s)/Fr}ui2c ] mւqQ3b9$$Gdޭ^k4My(||=0`OO6^=2I*ǃ+ik^亰5Bo-uM}[ re _.6$<7{N1b6xmm/]_,0]J|+\s5m +,DJ+D+(sM vN~ M i=ԝ[Bb.l/d,D?]ZF7WU8 2,9)[{:`uo~8?teY&o +"5DsΑ4d[tQ2ʕO-Hr)rœ 9GZO[mv7!/+;a6hLKy)j¼p\}뭷ٳgQkY{aX( tRZ?#oCoo7$)IZZTY1l BKy)j¼้l YM̙n&"1K.$ YOǠ#A%Ӝ&,vԁ %>_aQdIy) ڂ&&A+g3!ZKQMuO7tsxo>/5rdK{ٶMsg)jX+;r٠-奨 ڂ&&A+g3!ZKQML\gVX믿!祹auFvR2EM[I^`&RԄyms٠-奨 ڂ&&A+g3!ZKQML\gVfB&k П̈́h)/EM<71q Z? !R^0-xnb:B6B5a^[u6hl&@Ky)j¼้l LRԄyms٠-奨 ڂ&&A+g3!ZKQML\gVfB&k П̈́h)/EM<71q Z? !R^0-xnb:B6B5a^[u6hl&@Ky)j¼้l LRԄyms٠-奨 ڂ&&A+g3!ZKQML\gVfB&k П̈́h)/EM<71q Z? !R^0-xnb:B6B5a^[u6hl&@Ky)j¼้l LRԄyms٠-奨 ڂ&&A+g3!ZKQML\gVfB&k П̈́h)/EM<71q Z? !R^0-xnb:B6B5a^[u6hl&@Ky)j¼้l Lg?ieo1hEa:0eL,9) ̸s3"A+g"~JYOVkBԲ}:IK +kh&Ql R[ES>r]'i&Ll 9z/A0K&2W :6W:w\HJ?e .M?z*?4ڳ$w :r)1}V)'>M6 رc?b\DK+O3PƟ2P[_{&ؘGMD>?N4O*("y)|R__{|,\tdiV*za[֋ǏaΖ.x)GL;0)+u ~BO"}lK2}GP_LIɐ|,nQ 0@d(usnQXvec\U|, O&C[Њ'"[ô_R?Gy-EDe+3m|5 [dMbDD:3fKQ4Gz,(_a1Iꪽ9q9(AJ/?kNaJa e)OC 4OR(O̥ QeC(0KP0!=1S_ 5 A'o0eAz2?e `Vs') PÊ dfjec˷ݐG OD!SCQ(!CCP!Z1K&wO%fi0#́|SG{&JMLa”j N JٙCj"':k|$ʹ 1OPqJa,^(w\XoćKg%Oi)}Vv ah=1,ԈCs m%ŇӾy5mXN̖"r(EЍ!쓨t& legZ_fe 8AUI,E/6ݏN#G|#@0Vp56i\. [ᯀr*ΎQSRސ8eKW_[HH8Ҡ3YƟ2f,ABk'C<[Q?4,QL#{@f R?dHy(<[Q?4,QL#{@f R?dHy0;ʴJ+y[~7u԰ظ5ws2)y;Vnz">np䋅6,ih&r)SGն~qɓ?i%3.ZOrv]Ѫ &A\M6m~ *}KlN6`#HW)Rn_˾uʪ׿/98?$ RǠO6-lEygnvԮKsa7!ӦNsmfo饗*SU\!3 qꮺ)010&M+d^M8HJh@N?Њ@TɌ'Se<8؃KQϭ>.wx &Tmqx0XC2Cmej$Q*$df:%vRWu|Ci{6H}d2BMNJ]o;xC18I,._w, M!?+^KջH.d͝;& SJy)rٷr+BJn!G?!WXGK1/ GSƟ2O>K;rfZyĤXr$o</ I<Pe,_ (\?/JE}hrݔU+/*=ߗV9ly80agtJ%|CQ.?~bSDaZN4D.< ߩӮrd=bqR%JD1(70!=Gi%.Lr;\(z j&"oH>Fq"xؾJ䔼[ 8.aW^uiL/M̹/ʼn QPk,0JAWȏ@_WXɳxvT*8P@ijJt( ]{}(Ye)O#cx}9 xVSƟ2Ș7^tu:'UƟ2?2&GΉg?e)㏌ ~`pEQ(sYe)Ow?O]ޟ'OGڭeˉl¸?v@un۫6x邕b0b%bu:)P_to__㑴Y5]̀F5-{J{o4~|"JTKӁz*7?y]aPӊ Nۨ,P@ómmPfm 3{s%Azv 3P2trX1#Z 脫{/ܮRNש-We wBB[rI}`}|mw;W0DZ_> ۩-;M p$RXaAw+9EhSƟ'Ǟ^d0yѥ)/e&~HREh0SL [m[N#F+Lu s|tGE/VF?8#PpG% <ɴI3 VdpBB_7uJK[et}:m !u),v)OW hkŇ-N n?׺:Vbg?9-ZL;v{ޒws(ȿxN)m}8+_Kub/[p) o8^<$-5qZdXPXv:JָNm{ʔ_&=?^daì$~nǔmu|aWϿxk瞛CX?/8d>p@&~’U6 @IDAT=VŵtETLbW&]-Œh]>cF- chH,#`;%R2̙[vƪv6ݹs356G5Q GK bLm`Pa[:Z͒KdTW_mr̞?'u+"zU?9yfKGY˓YrW=矜C<珥I,DƊHO!{Qn\"c@zUϿ'=c(kyR7K.b R=_sȞgt<%X1z9d3{X:Z͒KdTϿ]9Fn`vqlL@*c.5߀˞?Vb˄ n(}K'k6䅭|IdI pÇ 79/:TDPRnR4axB}BNb1OjOU*M*Q^0en5 j`r̾Ã-c%)#G[2Oy8|򬹙{W?l7wk׾}CHDN SI@b%)}0䟝d⾙9C@&IJ"  ;AD HN 8(Pj7Q4 Ts#œT_m{+L! 0?su's{w.\V쾂BwJn뭷KRWͫG3 sWy'FW}b2\KrP}>H;>T?75=TV?9>ӻBcÞjx.b[vzh0p(@h|ߪo9k? 6k &xI:1` ȽÇ6jL1r$NJ5ېgpcBCߘd08@A\%㧁C4ZL O0jXdhxvwvڷC[`:%p Ȍ\ׁ iĦoQL2pt79}UܻǤ&P._E]j!7x-hWmtE#ko̙n܄< [Ǝ}\{j_w#`O>u^|1mviGyLmWИ+*WО+ڴOݔ)SՃڻujVjXݬY{ǭ @[ JDƇWi)C A-z͙3<@qF\E7!PU{v].qP#s?[G&z \A4~PY;uYg5W9)SP)Uk,9O>+^z[ -] @•Y/xM7郉n5XήcNԑV7xӍ3ƽsOV'P,r5 LAT9М[sp<߹7?In'OON-n4r(Į#*W=si ͟߻mAZu_`; |gfwmW8.ATox:LTec?3m4צMav4V~Ћ}k"CPGھv0aP<>oCgg 3x%2PQğLtg31Xbߐ :n\ڄgh-rHj=hFO`F`F5@+J iy*fӈ}' 0ZBVG\" ̥AAf&z 2JA}w'u\*~iWpcI0jfp-,LD(mcl,nj ؔzq"tos$ͦߴi|΋%7$x!Wku< ` ϢEQ(Ew9yDWaK.C>of~`PA*3.rZA pC]?ڷ7w S`Vy.K؇[Egkhv;ͪޜC>/rni@Az  }h8w Axk/:44ͷzpC \irKؗ8+=|_s5 o~|߿_oC?Xlv[uU6[8d͒ꫯ`v7$q?߿_8@ #9lr1ߥ{< 9OSԐ99a_T ߈/mp:əBA+ݖuIM-nIne R=D/<=Dн=GiTY_3);ȳQC޿d>;` H&D.jM?kEt @/ ?0g}ڷ lKy!:wu0c[8T_KV zb@Ld$yZt?Sr#lmc4<7u ui |s/suYKLB6 $Z¡%矼]6ۡAw]"!R0+쉑L=HFL#aUO!2O"U8%v$yYK.K,fΘM/kݤI]2Wjdžgv;_:mokz68}8,\=S'Gmymӟ_2/ר)?Ļ?peq7ĆBݡH3sϺm۞מ{xh3ٯh? wu*έ}%6 *p=, >Z {}AwԝsWKɥoI1a*l\.EwĻl0# q{9c8mGr' &rK-o:.հ =Z@L0f_o\ǸpkǎtnGSǹ m4Xhe^XN*eeJr̴TOYnڴ/|嗔5\ÝwynUWuOpsK}'eYF"=.BwnӶ;S̨v=ן7i+!#tO@?2]}zYt7=~d*?:MUѿ{Ǩ*VXK`9 ns|wM$Q;0Z^nC(ʠANc楗ZM?-L#[oأ{G ƹޫ~ ,ZpsGWͿ_2I0?fgC;mG?@rfx;9g#9bUXO;~fkB.+UŒ nA1b==n\`s,Ç"j>sرR&GP~p]*(q5[CىB8+U<Æ o (HufYDEj#XA{xnE9;o\RK1~\^SL7*oUJadkeU4ys]vxB8Q۟,?E8/i.K0/p/d'B2)B Ex( юn_P5bY7}c,NQ:i}n}!&4;BGi]q=e}>"KQ Ͽp=zp3fΠ{1wNvޟ@]{ʼndP, ߵ_= o0 mnjz}1cǸ5mv7Eï܉'H>A~1guK㟿`;ˏ7*묳 U?UW^Iyui17sMUoVؐz  C1cƸ7٘nC}ԑ79'i_{5R=zrM)6n4}J^o ~z)7dPW_Q ^~ ~MI?\Y^۽+f3wW|9k)a0Kg2s jk->3u]2C=~tvmJ㏃kp%8&Nw=9m_2Dsuc M& iDߛo6`#t6 : 7@4}>dF?jG-vޡƏ%r]wI GvYꫮW^!5ڐMLo.0Vg׽l- qnF:7פ؀6#9=f>e?`iIKEn_?t{>އ83I Z/〄{q@B }$Hh(! voa0%:W_#%X>1?S}Σ\H%̆R yߛ7yQvXA` Z-f1?Fp}n BB3RpKm ǟ9$mqw.U1r۪1![?7F͙vD:@vcYKmtvv#AGrVg SQd`m 3=~wW\'7ɓ?iEᖲsn)gרVo9{'L׌"Rp\ZMڟ;xz{gFဩ8F*"cxZ S4a SKI9ڿ7hCr뮧v=uҪS8(׎lAB'M#th! *i3geTuYdQ%M=u*aBk*HRj'UV顾ƛt-2m Xx%:} ~ eW4.®4~Fmc/NE 2d$ؗDeo&8pM9bZh(Ma_ ~Ϙ+}WQU?| |1J ԗ<J4aJoAɞrXTh BfZbΧf QFS.TG?d@/ B!LE(r=0$OoGRg ,Maq^Au]I Ek6cb_Ӷƿ+!o!VȫCTH$،g㇙40=HK؏9 ->]e-גDl`G\5-i!&Zx]N|8w(y_YĦ21!G  h 0@,QbQja)Ѱp5TR}SUZH+>ˑPbO}j8+_i H_2"{l'toep̀pyilGZ8)kFp~gs[ K'-4#w{)ߘìeL=' ṯ@P\e m-_e]#eL+aC_< y|mX;{@p(GA 9?n}vlKh4 8Z_w0'c >ٔ0E`Y")al _:p~A~9g[Kp7$dDr>LF|k/ޑƪ[pc3d$ZK}2#OZ#癯=`b_jޤꫯpG&"9BPq _7ʰ37~=e ~rQkd[nBF$G;9oFΝ;{u5Y9s9BKG3"9sqq]qV#,T/HhGɥįKQ,Wd$5 &$m \WY<[D$!##,uv_10#Zo?2>O7͝ó_vYNg Ag_"#,׭ן0t>1Z?τmc3Ck J̻H!~&x>~$x/ȴP 2|_EJX,;n%2"9B %taf?;DFZ6 2]`?Ud7y_"_~=s|Ϟ=5 iOhVЌ ǜ3~+7ݧ~;u҆`i[c5<~dms=Qğ-J)denG0(E<w$ /Hja UHGq%*Wޥ )Q_/q`' &&??g3g4uGF'22  ISO>对Z\t2geA+pUq K[/"p]wQZʾ@mZbsエnƶJT#ԅeM.'NJ̾qYb2?_}:SIdҤI/͟}Sdi}ViQ!UySW*x<׆ltdj@Q ¹F0OD.nOxw]_5u5~[; 7} @Y(\`+/o 7}2#Fpz˿p bĵl9{lP} @PZ/1~X22Z:-'Oٷ `3G8X7Lf_툣E1auׅ=G}c6R /njV 'xPr!&_}! \ eY&5~o- .ПvJV@QV@@ ʈVAS&O:eT?-crf)<"ud@;eW.G8hg>*h]p/2=g'T /TOI]@f̘wN>mOҧ}= -pGhUHSO8O/Vjx > ZGtӾ,ATW WwR=_N>䨥K谭O:K^BsS=xj`~؅e[mF1bmݔ8EQnX"k@Uχ-1n{vm#:T)FW=\cqwk_qg2AJ#죎^я0ld_p0N4q8`Kԉ*)틝j?fFsф?j/&ڏ(J$ JU,s)nadU<7R?&p9/|SP]5^$h̐y NT|QF#x0E/q6c}OijsnKX:OsǙǟʌ ؔbJ[}c+\⾱t HpXmZ_aCe[iR 6$bF ߉N,x)7,)Xh  l(s7enul_V ۧBX!e]V7Bۮ o_~sndRIGF*P."m_Y/k?\*Mc?8-4 .QKa{S YX" H>yjPw}|pj[(UK lhw\kN?/jĔT Ql !ugOaDKj OhX 3<,N=AnDafCgxΑPCaGKpԑFoۿPf0_0NAz/^6a1u'_lfYҪ\bҲemi|[gD9".UWF+< ǞCYL=F`3/>'3ۗoKåa U KL,:?vP<'?҄e Fb|ץaH ٺsh-8;>(m#&;W_|gMk`X`:?oX //V벏|'јYi1o| 82%a9#8?Njj*`)QFؾ> .^?2DY` jz76.,Gk_iߡ AG~iǶ5_dfu(I.ݱ@0A4XezqΔ`hmc7w͇d3R5V_~K%RA4Xu'e /\IX?*-ۿ?;#\wx5`-KJ |ɷU|%D v\MADhgK|Gd;g^yvZNgJ04X&!vZDCʬ*4a @^=F?az4TA4$t Hˉ.)U&!@Wpƀ̰ X6XU-RˀD5e"әDT`ệ6>(W4f&NN,!@%u"$`"әXBA΄7ML$S"LPOt]qMƔj#H> j%x1%zްD_~D~L<+f>\=ddKM,%)YT,0W˯MUW^?o\q=6>>XE_s5We9T EDI$ҪC)(`$.8K6tN%<<"{l2?\=^(?^6&$){ /|X#w1OA#l}5E?` }ڊfK4J)%Y'SZל};~-)PH\,%$90瞛O"m MbFtEk;I@%%M}`OG^Ct`MQ#avwx 0И މRj`$ҹRQH#G, |.O}'6#`$+8KF[ݯnC\뮻OAP 틸xiEyWݦVZH (8KFnJel`$.x1%$ҩ9T ,2=pEHJD:3%%j2 2`)&>PAOh~QO{gR?rEe0'/D# N5NA*o$Ma$$LQ}+x'NJI]"Mjv%G<-}ۜQR97A4Xw?`~umǟ މRF Js1@. XJY-bH,tdq[*b(rΪ't^LW5h1%Zq^~|'|ʲR0h!)Is:SBTbΙcՌ ~eU hLd[o{gQ(#\,%=Hs:S:F[I)R3yRJy=GK +47DִN@D񏃩/"X%+3N5FN\~x#BnL_}u?f0Y~ njzGo$m&8> ̓W\~: 4EyRJtDU~7=Gj|~mQnG5~U6__Wj_ )KxS?q]t񦰏p O Yh}45PNEzħNyDHI|4FĴ)ȓKgݖ%x`dC+J/Xu1doZY`R]ƾ>cRěʾ jB3fK.U]-oоTjhW_}xOf/pFN7Ծꌪ4<)C0eG2:DtX[7#7ٳ.ggg˻D,~ "J 0-p ,%W_}O)JAu)R"^[={gl\;航Ac><D<>gԓ׉ZH_} ucC[*nhbTByRq@ %U}I@Nqk=-p+?ɯ W\f~y; ŗl(YRՐZ"~&'p w5n)Ua;~_P YJ&A' e$^FOBxP'Ic$O:2|p1z*H@Nq$:? /ocysGd0)KxcOAՎ;o߯?, ?~ ꞫKǴ{cͲ)gNqk. |kϯĪ8~fōkQko!P`?[Ɉ}5Y_evc9Ə{ =FS`NJ8+5mjIęK˂v_i%nO^UQ\;航m3o&?A7ʶa@Їiw9mJxYOt r}y(3Sm{v=ګ~&֯4vQ6e(WvKTWS9Abrz+Ͷ־4 jx]?JF8yRWII4f_ZSIYJī,2 CߤQ){1?KgH)ȓ2b >rL2 ~6OKJ!cƾ1?wI؏1 ,8?;F־xcu/6= ~OR4.N@DdiS 'e)//m]οw` ݸvUHD>) "QRzcyZ>ڃ%JXwiǒlj%c9k*[ a[RP Ru4LSW%F%aF&BX؀RCH &HqSzo?ld th<K}, l@,$RR(f { /~D37]vGuY(5֦ETJ1럋8b]!?C~<7Y!luP̈ Kpm ^kg1F[?Tr_hB<|6 7)x ELJJK r_ ,Ű4;{饗4aTSŀK_k_hz )yj[_[iGeӍ7g1:JJ4Bb\0)E*-Kb+ 3f‡Ҁ'D9ė<HM&H>Ōа4E|HC]aIM7ݔ;&{ p7w{X/)c ؀(R,2/o>~gAP$d>cE?UzL)ڋWV̈ KP0[rAFfU{/'.֚AHVhX@W|ݪo_# jl;ٟ7,d}S}Տ UiLJ5, ߡ0 ,G~Ep Qo@+(Ōа4Q/MKqӻw0T.H OPPĸ`RTZ*pYbqfwLl>z]`y&/TP8+k Jt@@M)RO J>{"YCbnY}qyL/-q5\Ns=O g?.RT.H OPP֊?Ep/Q}!1."%@1wX&Z޾ q )TDc!6# ϙ-A 4ΈE#֐ (Bb\0)E*-KbF&mm9-\/-FKb>a!1n?. "gKCbFDhX؀",$RG"k-K#_mELJJKr 3<>Ùq0= $ZB=־qEeڂIb^86<_rN6c?zՈ}cXr|?`yaiX: ͤ%tƊ8CD{}Άovk|gp?_ [( (I}$ %@1aC)4, l@I)Ri\3BBa!1."%@1#$4, l@I)@IDATRi\3BBa!1."%@1#$4, l@I)Ri\3BBa!1."%@1#$4, l@I)Ri\3BB_C'DS5`!ؾdc獯& ²o*~kjI< A#\ '/OA uE k3+꫐ *F$X !0p@h9w(fB3k?]\H3hD2 r PL!Ci@I)Ri\3BaOiX6P*RB ,*Ōа4EXH3B`3n;4!@1QTiQ)Jju# cspKk &%v%@1#'4, l@63.pvY/X؀"-$RR(ۊZĊ%*eG_(ίjx5 %=N= lk+p>oBQMqci;\k 1NGgE{%5־"jnXC?h>MfPo.I3 FoO,7j`fvQiC+ HmCi7c~;RS ?9[o ~ ebmٜWILHKoi8ewv"DɓYxplяo愗DY=#_RFթ%}ݏksN۔rC 8ċN41HUn_kXjD%yđz hK)WRf& 3vm6x42Uoqvړ/x=+v^t1^wc3RXBRf~6?zhe0E>J6WŋGy8/vknMk7xú%2%W 5PLEѣa^&a"~`X&o ?ZŲ/*-pPSvw /:ܷ`I- WR04\ ۷*2Rؕ2í~Z;J,!@ro~Xm H?`_K-Q}%b֨+XZ/C_Νigx> SLTz)VO@󒡑[j`Ec% ~A|Y{u`0'хg?x'v4#Bi+0k̰s`0l4#H86#-X:t*~n~O&.%*eNďewm3-g4=34OLgΜ3>~쿕1Y%/9µs3U5(S}("rD; ;="x|c mc(*0XP4_ .5pyY5T"oH U Z,_,>"XR4`ROT;. 'L 1;s fUR()S| E`?F)Y2rj+eTW/~p{Dl/i;'EڽP6~,~mc{I#|J24GgP?wK=(xIYLLtɻn$~s3>j1CC@'@T`A S׀3%*HsmqAb*%*eZq{0EZABܑ0%=y?޷Zł|Q,!T)zz=?]7+e짵SB *8!ڭBրc\A_CUC OBNi)ASo*O(ktn'#:aþ:E )n&Mf|=uڅoF:/3A?nb.pER$ž@#~xIWUtL>VAڀkr1G/EBVD+-E?}3+x.~QE@y܄w]<_D_VijAQۘ~馛rw0%8 Rpgy_o:C~swwj_mh34k݉?C(xܘW_wuF8905_Ak>v߀/r 91xVjD 0$ޟ}}X(+?b\F}\=PJ0$Q(y4\Kw^z;32rJȊ(Σ"Y[\{;(j0[[Ma:uQăA,۽jM" dHs[?Ѯ}{}6}1s*|bO}E7uGʯ (?P,=fDg&H`baUoo}(NhV!͟^z%{﹯)n>X͝y_:a>}}zjL(kpנ/>j/ , N=4D 7Ο{{b;vɝr'?^A)1?<7~tOK%_BFSI F2E)߳x,J&a/7w>燸!C?妰Ɉ@i)wɃ(m~3\ 裏R &ޫD:e{')m{d +@}ad}[ ǹʫ󩏼랻^8Ј R!^Ӗ|ƏGy7~xכA":%,EAn[yW0A;koY6ӧzڕwum}@M\dSjyR^{EuaJNKLR*<*-Uܬ9r۷/5-m nŒq7 !k݉d]9|^6 p=FaO72=PwI /lT?LK2#UåJYGy29T&:<`qFk~s,w^b_CyyGմI20JuIDUFTɲ:E0#!2jHecPqkVVD~S!Z2H$Q#lǟW&<*_L3m`@?TG~cE%;zn]$(HBMf0lLCtC:MG$L 7wNXiAX &Z$~)Yit|T '?d$׿455~>Pa}?r8flſ4,;[&&O|\NuB0Mp}K)\qj7|S+O?󟵞PJ6p?#5$Ssڊqq.:m x@dg yc__es{񫮶j&Rò" 56퇳*c,ښ={vu3_p6o fh?2"mСz pvzb`ÍbZo,5[?Zb(πVdDZ0n-UaihC"^ƿJz51lI7އXT`__;6ƟxqyI޳LCAnx,XgtJjvS[8۩]ZʾؒcTs& Xc68L*Yafr0i! qOxmB~ONeSD[gi8rNWYqeztoX^ iXF4T0?̐~J%[[1|83]w-mkDjH?go< _J~wEY\.쑗h6@u^9~n#ɞib MO?PćDѸ5;ƚɿ,Qb[x3 8yb< 9Bu|Cms!P7 tNu Ô>:9<;V?B@gi. 1?w(:[ni4 /^뗄ew 'WX}h\QsTn?3 e!-fς(qY)1!׿MY0M)h/yҘ*H -ꉥEke FNEҁzǩa>`mGt.`.Ǭ_K1ӧO71!dY)djYU[},2\[Y#i$Me?FkiXH3f04i+ӑK 9W%+xS?_Nv2UY4FNձ폗~>*a%V˲{9;$`( φ&?I&\C5\UmHT?. }|? QhCy\FPE  -?mnaύzUfhES05d.f9?^G1-j5 @Z\cGcQrGzOW٦BYdH3iσFNU-`8A_ʛ2?*53TjXBeY`L^,,qĬVWSJF˲?_ax@+T}֮ʬ8ʽ>uipROkنmWYyv}7ȠFNksL&,g_j3٢[P5?0q@K 4=FA?IP3Z"guׅeXOO\t|yt69 vɇqXvRsPYPgɖ @ZP״'ٸ7PUa5Q`9wLO:$,eK#ȿ(<N+a%`}mFwem$0#H*TYB#FNr^` 5jR<#%_KQ??fRX(AXT vw+QPK#`҂7&UEФV{/~CZ_DCa\rl*)&$e_2\^b__H۸YK[#59gڎ_DVλN2ο.'T}i}Nd͹Cc4F.{Əʿw"o):L`및穴al4Rl|AOӥaJhbFoQi l;x\di֔M D@'y=5цgd Z p/DOX/ܡNi\LuҾqq∲l=ËfܳϺ`v石TJaåopx SF^q&v;99F.ey|AS0-@f L L!4aJtY֞a;Yo=m6'8-!9@*bSwy`(SXr L']W %]JSxÍ紬F6ijN4a[aLke%/7MY\243[]I*]~Tfq'rB5.d`ůUhM6%FS7|,^} fi>2Y۽;a՞aUTJ2h\+C%jVY迱AO_aYj0ߑo{{.[hIJώQG2#ih(uure`K°|nv\KLRt*CY[;*?Oݿu"6v+:GPDU6(HX,m05:qi>O)YY]W$;vL,wС# {`u@H_S 7%`tc˼g`*d e(j5.x'JAw fuz>@cf_ףgOXɫ, (4ى(j]4\{=sM+;#\X dS|Yݺ`m[.eewhXs+jhHPm fKr@-|7@t ϳ=GGnv.}e6/Kuy8ݍ7H⌙3z>ПBfN[³^I'OnFY_2s&# oxy ) `fc!Lt,1s=[c5.G u-, eXI91GV]rb-hoG [ S[E(^9׸_Apϫկ 6b/"<+ x]% 1^\s;pex?_5, .'a `F?m}RB;vކP3Tx<_Q#GQ.[C?uܙ@_ [Kmw c([X+E4!:#aWXmA~mE:'OН{ι[O<``1zGVE} գN@UV˔qѐ-'wuY 4LQg%< u1 YA֘e~򓟐_WҞ߂~fɻ>q>mggp0v~ix-c=#eVceڇM0୥5e>`[0@6e0@ϱ3u2/!աTDŽQ'Key#["|w0S Uκ5"\+C% H9b!Up!8Ifw%JH\݊Q,f0e5m+_UFܲ1U̵2[Bed2VtBZ#N{}ds@Ɵ,9QbߺNӒ<(_`7,A%YBY f_qi[No2LI-)䠥e + }]aa @΃q3g?Է5U]6@p(/Kee@2HJP=HKGԴx8 dxKV`mR*![I '%σ<~nU/\ s .ڰzKRm%a/UTR#OKIxp'1mv~]w6m( ?G{+Sf\. In)fUNsmřX`ShOjpf }8)@axL9Nڇ~ׄ=^n<26 ̫oRQal(&<)o~߾J*z/?K7hc+7/$ X-?x>iσi[Ǐ}؅dR5^Cb߿_^mXOZ4#He]Z,bz (9w'?r__uUdet%<)oߟŕs{'Ҳxھ}7>RxPLA9{衇$u5^3<. Cy!)5*͒R2#T?\Ci,VŒJ1#^OFlc)5ᇓVDRcm=zP` HA|phc{OaRGJI1[|!RbIha_PTf?j1XXJktKS̙3Aǁ |-< 4С+{.{C+/ 2RY/ؕ>”o濦M?áoĥASV%'%J {[pt'Byvs$c >˱ S T'Cjk!q$]vYYS~TTt؋9)Ycb*bBȹ'RX/B{>eja7%p_ӳg_jbnVˤLy=JXK!wUkkT&ŢugEHJ%X}YnM7 ^/N5~g6?Ͽ LYn4$b31m^JbH z5|Q{M|%SN?vrxp-(ΐ~3uV0dž?^!<)cp3S\v^缇g:?^i (Ά<}T6Sq&G,I5ZHZ~ ǥa踉RdEX KeRV,#`'yY=b _jI-"cȻ_EkY&QBxRrPy!)I\-ȿă.[#FSB~Z`J&LxR2VTDZ8:& LsG 7\OK|D`}TǛHm)K~"`|_xev r0ďw ˒XM9$0k_AgfmXSOXc10pK|^5~c+r ^;6LO xc[̙;[?fa FޟpZۆ"Jd xY:u"GD:T\i(e2pـa!|Q4}"X: /բV}j- E^d_>C/ۈZnh4R"ه_j{]z饼=/2Isw,^& vA]lv@ϰojolY r^ï /*۾GyD_ze&6?Y\&((\.֊~f :,þ7&~|9m~Řo>Xq(eU}%с =5- ,e+?O,29 QDً}֜޽{*xaY9 E^I=zм @c_, d0aYX;jd=?/>Hì몆EB¬NviqX2`ZXWY?S@U"`̔D3ϖׂ6〻+c)`mZXd$e?䬻:ox;*NXHB8,"kXAA'("IPuSVOnef k @ٔw:}wK{}:u{n*?3V^G/qї/+x7d3"PWq}z ϙqE"ug 'p|S іkĉ%z`_7 /N۶!l9[KLt`V:܏{~7Uٷ:f)"lzF|Ix|'>a_<wz:?O6kӼ?a 6`1t|= ]$=w)ƍ9\] }[4[mEx2l̇V_}ՕoX~c{iWd ddx+u4~z~{'yh:ƳKOga.Ҿ[F/KU qܹ9b]O|(^}he`2 \J"A4?;E 89n󏗴_r5.:y6 ܋J%o[NDc*+Į)KPNxbʟE -vZֺv}dzTy@qП}EH)/F1/-8UYh=GK'z*fo(rՈEـUPW^umC'L@JD3@*Zb  !<:~>J_^TE i;B\QZ)'F11Oi)>f? b 9Uv}Y]ڞ%EwgY#A;hor/̹/#g>_~S~'dwCw~׻L… [uUR@<|7ݢq -ĻLZf?CzPZ?C"Ϗ?8_ҤxLmm/mI*Je [rb#eVV"֕= zvUSN`5l ٪GSrn?uxPRhJYb垍%gy A Osj2c{j|PPd;-Iϼy4^1xSejj[c?!?~竬ŴņXCʉV#V"%n2faŒD+jBa Z?R~])x: /*l6w^s?@ ^ >_$֨+(ʃVCeO=zt裼~jmDooX~Ygsh3uyZVaWyqXXV_n_\hBC 1҂CPPdVϾ"FK V"B*@Jyjļi+.A+gB?nwsxy&eC[/VL91EـUYǿ'hgYrՈceRMV?{/ǎ %CA]So9ql)ǀ2QxsÞՈ*Xq))ߟJ.A0K)1 &9 \3EÌ/O/ 7 ;/B/8nAoٓ®Z%ɯC[_D1R1F/eRcuLҡ\wvb=;w/=ӯ>Xx#TXLY+Fm䷲"9٢_m«`_$R֜W=`Oӯ O8BӟL_@Vh+i,IZ-D LR*9IdW|?la?AW?g%9/em:Lj+˯Xe3nSэ}mt"/:_W'nuc ;/!$<5k?e|&?ZX~ׅꔌ* ṟjX I G/R>A\uؿw P$|K^N>W '&,x}9͏X= ~mALQL= L']aN1YV<w#,DA60+LVGEp3Tl{n~ӄqʩߧŠ)N @4(Òbh_yϻw]zZYth; 9B*}0@F`5s{gbdhomQ#S r"6辻`pу:@/?Oږqvn.?1U)ύQ*,b|aկI43Έ /`H5Z9߁g}QKxI2K+g;J Amw Ոt0C$E^MVz/yLYHm=CϟEaE$[I,.؃} )A8 Ec޳|aXg0Ѿ[?!K |`(g8à}V*9IDT,9V ;a0_'H3g?3+_ʈ))!>`ycOhBիj/pK"/Wi;|h4gDS=l嗴>nW3۪ Z?k}N [!@.&v"@x՝0vULNL @G{;Y {{l2O)^},\e)owwĭaX9˰}:qD]`Qs+͑D욓9jb+[RT;}_,Z7'{sk!o<Ҹ]^8bBo6v̿'_FnH_.ECi#8D!b};i_\/<Wǃ/,%-]^:7nUk14 2<0 |9P k݁ea_^^͇o;LNC'n|xj{Hߥ\^-VMܩ_\^sq?ȳD}^DwLr+ΟĨ#ڰy㎣my07$ 9Aԇ14YV2x,|?>#?_zP]WCA:(:9+W+rq6! ]vٕ{9\fK⤸b9 h!.޶$+h/rPui[ap;9+7jX1)/Ob._3' $?5OڄV9IͿdf j.NmTܐƾ#&.ɿ2ؓ6Q@IDATv~v#e[: ^.WꭻK}o 2仏G+Vn[V9nUAzكﮝX37ǭϽ̿'P4v@ݨ/}Է側JW} c=o-"iօq,ck6NK e1W12D|t@2heYȌuyXa,OI!ο 59nZIұJ |jW\2pZUϮ$?Sh`90~Ï<2_a?8R@.50N?l_ m]4 ߞ&aгiǬvYP8 |_^2^8^:T!,eyH|X\Vn ڰ1}#٣r ކ}c1L^5 @";,vmX; E,A+I(ves/s_\e9xJQo6rݹ~|dae {.)ևl/$ &aޮ1YoMm@ @ @#,7Y7_yUfuzaǟ/zuQVg?b;ŇAV'`r kߘO+-$jwrmvu_x(=tIt k*_B? o#s뭷7 ~/,)f?NRiYg弲 1?hg dΞ}Fe\e6wޙ~?_}h[i2n 7 dgb\ Qo]/:9& 3tz˃a:avkV~nídllz>o7V[KonkX&-@/`XOjBTjj{~g>󙨫&3m2YǿO}X22 ExNCCDUws;i{OVf1|hWJ@CX6;f i[;<{j-J]hX!D) U+SȫGہ 242-×q_2[L?3~"x2Zh?<9|>'7zU\倾,/+~}iϸ۷8.t͇E`DNs/7]wx.6YpXi>b>^?>3GG|owiSo?_?;k>KZ# YucNJٕ$%=iqwݕgYYE(|F`ɿ_  OlHD7m_a vBTZ}Ctlwlh1g4>=fuqli|a /) LБ=֩N2RJ'='uhDΘ=;G?ŌWNJd`Z TYI@<ʮ Ї7:A)чlćN"]w}vӂ4&;+5k;vղOuT 1 \w*+i0LQ2Z>)n(W'ϾogGTcTO.lUW͞{lVc!,;e_9+Y_t3L_ f?31F!|_F}n` M_6{[>q} 7 ?!uiklܹaеKT02>zy6k֬YRdPIbaԪ;~}{6qM[ߠBsӽ~/Z]I` * O93 'w]~ӗ{CyF+d=@IH߻ ; V.BS;h¢JWD3 ;݌4B TG<䔌^>ozӛ_rkUS0`'~Ii_<-1c0潲痄˞x oXW6uչ] g~XhI)(-oy3'?V ɵTe .hbTRq5Y&HPB+d&lȕXvif K:@KgO=#>蠎3fHu>glf_w)03 eѱ}z _5>`Jlj㲧y*_ge<#CZR)5>f{o~mvÑpǷvUW M+fkVvue_ڭٺAt i)(嬿ϾO>Q_ǵpTN/+"v2BCh0>lߖwc:,u\MӾ=WB]R!㨰k@J79FLrxm &l6& ` J:b+h|#9uTRs!C_e]?/hXĉߟїٜ9sBna),Ghk~Gʹ4Xqb1 ,怔!/?3[o-gΓ\u' /hk*;?/gw5P~p=P 4C(SвͣGޡp`n3`ڿUnpzT5U;_p-ABG͒^4 0ˍN?6r" XW`Oh|ܓaҥwkDzAϖ35 n% 1,9JSSf:H}ϡlw"n8Dkl03G :,T-(Rcp"uޅ~YL]IIt[_a0Nm"HFnm8hU_,%S%i!(_n?{w{xB! ; TQbiH]2튴SO>%ҶBG~?gO9pWz[ q/oCWʡc0=;6pуO}Ͽ;S"xXpa ^G0l>.%ѫ_Ԇͬ>%> P ^_zjGKѫ} -+7ȭghRЎ}$~ T*؎_NBᖊ PeZmj lR>~? z-_p)>xҋ,5WOf+ 13j/+S5O?8">DD}ǸQb<5J9F!@ W/:E}7!{I|?n}P>f ו)ybrc-* _Bb` a^XiNסOL`'n1bgUFuGcߒ\EWlU,O-ǿO,.__>ipyѶ0m:~ѭalj 8iW zIqD'IÒ @6J㬹1{. r 7w~ w>"Ϲ1I¼M/g_\VyMҼ}NKpDw54$65R#r_z/ 8NTfAh<_LЊ fN@n6}g~9ٿ?/s|#>xw-9lc]tAYZz=Oˤaa.!7dm@`BLFB8w)"S`O 9o]K/T|=qƉ6j7Bx3UʉC:ɿMGN?rGg}6Ug?8߅羱Š{A?ڴou|5`?x|>L>ZRVЮn,cަǓZ"EBU <|ukz+1xRbSGu-2ӟi;n\_iR؏#Ug^=Z-?aK^xQ[@ZɢO;'_s59?\C[1*3m/4s`{_-i/H.pBHc5#2[h˾'F,=h?/G[DiHw`HO{|ǟq%~OzکqIK 1 5yM m41h1j:M]Џ\8"?p{k:uZ:޳>O 4¤8 5L}?{0@vcmqo_gT'\RM_҆>^e? 5L<6L|HGc|D.ЌFf?01b?qO5qg?1ekeN~8CR-'L4X AXТ<ʵPXҥB[>}A^/uLp |xȒbtIꬴJ{Wp!׿Mv< (p, 3yRPrGǮ;.5t%b<<4K;j_Mk޺/mAcmyqӣ㛴M?!2t6rfYPvy_Ϟ[`|R$ }E?J%Nryם#UYg)1Яi,B[l^直]^Xo>1 m<%sݷ>}fgwsSu>Gh( "ZG0;$a]@_wa8nMt~*Ptq\ }{%m>;%ς/ j_mix)RCw{nߑ]ym@Ava "H`^v7?>{Gh~m/xr&*d6,[s͵|#y,;9cX֥oe9}l]wȾtߞĂ;ѶscM'R[>[c5~2[چ%>#.8|}Qa.uܞs|P$[ w?ˉ]uv{6l앗 ^{92[|衇s_mC^{%[~L[cLvdɒlj{l=~ggyswn~Apl4,߫y@޶Bzpq/[ng>imtފ1r:gY-vq7I??_#[hc-cmЛST;zFڂ 3p oEڐ[vNo;]aѣhg LIf4'-NP@Wϳ 9ĸ|:@jِOWS)& 9ĸ|:@jِOWS)^矷c4߁sY >xo+w:@ +&J-]Dcj" p]Zo\OryGGx~"w{lxZr`F\@/VC[Jc q%e\[ `vZ^p~xK~kmFt,p :ykv?.4t*sx֥%&__K9b7ѪD_zяBvlt/~і׾_WS4 &k2d PW1@;skcַU % (YΧZ4>+u5֐mW~sZ}L (SY\c?^n/+/]e(`4?Ʌ&HbQ؛[4 iSЉyV7ߩ*N3P@'Y}͆}b\GE.W[m5nj3LM'?z?=} hY plbF㧗c,AfNγa8Q(SYe?Yݡy֞P/ԏȀF$UW2>r,~(w1X;a;W;Drx꫎~#:p%( Dzڌ4'9Am?" *{_ڻϹ{dEh]/pBc{oufZ\@POwj uƀ:AWwN3P@ų~ql랻3;mu :%Ii{_di NE  0Fk+ԘhɆQ yV;g;-{i߹"J~t 9洱'OR Uޗ%V`p*yQ]}KJ) P"`B]FSBkZJE0Mg7śrj+8`~ lAB<`ӧ˫2 nԬډրmF=ܹ{lPӗJtcs}e|TVBkNeg*wB(ڏtDP=<s^\!JE/rzh"Hjkma+$T*pUK~o!;6屈:yB<`|e+$Tp -f^zuYbWHR u޾M6vm3?m4Hėdgi"HMP`p*믿>?蠃dڳr֣-l~g P" RFqDQ?\xnl}J^2)C+$TƐ_j'vEi+/+y 4P" U}_~F~97nU i#T؎}Ý}eaWHR i~}^8Ii#S>HAj׋/5Z⽲#D|l5 Z<pI\; RlG urw_z%Ia, d1a2KR bgͤ?[|-SO=UfΜY;Wf`p*yASt?oEcT~Ͽ,ϛG! ? 8@ ^n8J/C+$T(y>J; ?Eu2E]R]tڶ!m'fu> keNiψ`!i{/A{_ (؇EV6A1`,Z_X!Tl#G퀯w0>yR-0BB<`u?:# "4pU*r*܏E}{I 8m*yKXr[b0Q΍1Eq G u jI(`,[i5fH9tP=ϗ4D~Rd~m8h=e/)7fiAHyKTgoZNz1~gKۑ Ue }1Nxo{dGAJ5̅~N[H[ִ5̯4^UXj^NO*T8{I/xGs#޿}h=yvqggϖ뭷:-mG'?Zn70![aO-[ms`-'Ɠ[md)>LH|#WY%l*#U Bcsٯ̝˯mцٖ[cKB3?U Ƈ&zb⇲{7{hu m3A,>>ϋ5|^ okxuްVVdK1M޶{RۇN=ڦhZ4e/%'O%[o{UuΛҴ/l_?JY+9C?)nڿl71bsq-?gMȲ # x6'lQ=EN] Qc/nϾ_Bk ];?m2SMmmhKwDO ʜQ{w[wJUKlk6Լ7##m{e28 d#?lvSXQTfΜ6=e3ѫǐhTn!4Whir_ βWZI/>2>sxkgy$R&- j8'섀@+!]a`N"&Eun,CSfL&jMn?ϲ u/F"Mk_Ї|?Y֗nmɦrv!1e7?WaVs?#M9B;]Xuv؁'dq!Yւ\"4a'D"g%VZy앗^&n;fQ@Her<")C0cV^"9ËN./pt2Lz0UhnMn{d N +#f@@ T)f.,G;ne*ŔcN fhS"{3fRmBgtw~IKЩ2uqм{r-eH]NLΕz;3g+!G*&H䬄ƾdH0e>Oz c '4iIA2ՕY#CVB`_'=n D5ZK H6aKiE1XZHCC/5jt!>ː$.TWf Z !ъ [BE%71Sn&5aь s' V wieT`_?1{ᅗd@Xxl&}M 0BCo&lCA~MzZaky\<[ѪX#t TZ!1`G ҳxU7Lxm"bqG]o={o[{Uc lݎ?3<'m)~o .l̦5P=,k>2|@~~s!qj8^qm*ۂV>ڞ^Q~<$Zͣ>.k&b8XƮ66\+\9(ߌތ?al⇥;hmyG3DZI.67O3P[hf՗ZhPh>{Dxr}}A*^SBc`|{G;))\B8n6?hka__7).U5n70Th{2w^!an"|[^;‹)tB& ܔCx>MH=LH~j^ ;1(A|(UjdI,r}uβtρHeIݠBTE.C93,߯\h_jwt2E7Rꓻοn'+S(%x\zbmʕrwy n2W%l!>|#dGA:c]ShE9a5{qN/</gi␬]EA6/̶۟V/a|fFnK.Ahk.IςҌhAORNʎQ3ҋJ+\_KA8b1c14Y^O@'߰wb ^HERIΠSg-veNu}5W>SB2=iz\4'9?\yV@4ϵ1,M+tʩi>Z閜=D3,׿lkngM֌?n8.75l x&COW&INPh?/Vk2 Y%E<(wuun"5Grb Ba (2:x˥"H͟wMb_o1U.);"Si;9O1cKV$I`8O: ~C'.3ujiu`~@գ?M6ttъ J!QX?ObXV M`?*RL6K:߄Dp @J5Ԟ#r^l\QhA͌{T^ȿcQٳ<, 2腕k &UwXMa#P%$(Յ&KHJ.GP`iI7fipp'p9l87a 7>wܾrptFw!6N׶[Ikub-OƖ nqf<5Os%+YChY~s~JQFa9xix61q{+(cjN%nj7¾ch󢋉bo>l&p*[`"HL<_V{+a"JH?Vsa]_Γ{ɿN|Zd3=qP/[J,?i-ފNC2^$G/G 0m?"Ȟn ɿ3^ v6Xa ykedf&p;K hE{*V{Rg^z!l C4)^b Ѽ5Mg>J2xүB/[#$9D9.[Ma8 jhk7ןDMSvMaȢM<4OPvMadi|vDbʮ)bLEEW8vXωX`9{,1 vc_ooIcIC iM XS!礡OMa9FńMwO (0AsOj2G̓nPL@5Q #xR >k|vDbʮ)bL_೛$*PvMad&$Qk =G&|4<& ]S 9'55z*O*/Em+c8P_rU(I'z2ql]&3!SU}NLA'$*ezS+gRǿ&dK}դ:P*D'U̾|GN0?|gU_:T5dz?cۻ;^@IDATf캋9TΉ 5?M2ѫoh=%f~vĉ;KbSOR1@yH}uf/32dYc7_',aw0B&zKDb(&ƾ&ڙfG!QCi4IiUFR=P߳OLaTΉIDfFO=M%cgóC9$[q ه]^|TIgUx_9CCa$bYna g;5B| G&)bP9'5࣐"OQ 8NRJ$%=͞5KxY|8MD`!.=>~Dզtԩ-~-gefJWߨ겲-gkc9Fp6CE!*ڊf͚6 cr-#<-SOg`k.ln.&EͿOQ?yC$w='o+*yJO+OM4[h|G3&;Ӥa b v.%4F.^;ӑojez[pK9Zؒ%3f۸YUK~~YgK01ou2>?u^ǖP{93-;M?|w9 @۽}2}F`f:p`Quk?Hǘ>#ߵ=ue0o.;=uz9Ba Ǿ v=>w{i}31 _^Vϡߟ{v'v앾/ml)VTM*4|M_,c+]uuٳķ9s.3ąs97ߟ͎>hƍf}eil5QrRYHw:;8 ޾5\> {|}g[or2~ǟ^ y ó{>[mj_lu}axǿ.7]:saLF5=ƾմro_o3 4oskg??Ҍ||z6]ÚosBs5ꗭq4__ >y<ҿLGHsm_}ugŹGFywkrW^iA_?|)) >Jx39/#Gy~y+R~EI̙#GWsl>v-7ߒvx/J䄑B|ꫯoͶraUFd9*0_u]i\>qǝUW]5nrtI[ƎͷMk?H[!p =Zͩڿ䳃?diMCPφlҀ.UM#iRLGgi% 45c0&D 6RVNX*FejDU%RfDv3e~`9k_hD :oG?$*e25o~|_ kYAT{SZ׹$B&K3zyUxa/rXvۭ͉9.I Q:B)IXGwugoGMgHBq ]:JA+s[z-uלf:QZ$H=hJu0.LPF ej_'QYV4Nͱ@R:JTV&s"]ҙ2Lrk־35h<"(䞉D:Mw,B%baKP``ĕJLS] o7?c*L^q40CAb'E"1' r;ڍ\ބi6>~$ $GN&}{}fL Q@L _}2uQ7GҫU)eEA}9(,ҕ()0P)3/_Nf$I/TC@L:H͝1&|EeP_\&I$)גwZJ~I,a8Pkx2ǟ Ya睟Jyɛa˱Z~-i}iF b(@ШK*e0#uTRP !@S $.LN jSJH0#uTRP !@S $.LN jSJH0#uTRP !@S $.LN jSJH0#uTRP !@S $.LN jSJH0#uTRP !@S $.LN jSJH0#uTRP !@S $.LN jSJH0#uTRP !@S $.LN jSJH0#uTRP !@S $.LN jSJH0#uTRP !@S $.LN jSJH0#uTRP !@S $.LN jSJH0La )1PR! /x2_0_`ʯj^}p^RiL$ z!LsS|U/  }w;N~'FMAj/1p!~40U7ՄD9+$J }\"W/PSD*׺tEtOf/0Dʬ"'ҝOJU5+D{d;vU4>ژ^ѣ4껲o :ϿoO\&$W^(#hӒꥷ_͉θ:tBT=ӊ _>(/TYENa_&W%mFUbUDA'-o.`u$(q鳒42B@VӀ#rSa'V/zhL8#F͋:V5d9kfʈUl2VҸ& r8V1; K!c)ǿhMWvI J1"]Aheɓw$?&l-M˓@xhȿV~͇l;Xȉ'ȉtc?))@$C兒 2ȉt&4DCI@UDiMs Rb T^((H7iM K J*ʬ"'Mk_׌?@)C5PR!Pf9n꼣=L5G4'!3 *H7iZx0tCQ,A%Sू}x1/hQ^Q%KڗNP'D9zUxMi"H, bTHE9AB,ӗxV [?ƕ{a_ u|Ĩ .C9A8qNƸ8Ԩ>:6(@HJ1 }'9R :*:łZ F91:ܡKiPJ b aZ F9!:ܡKiPJ!^?ѣi$=uTM:"V% CTW3Kz_Z0Шrn0XJB?!OrCƼ(⥱Kl'6a1IegoRr}CѾƸ]?u |]dX F9):ܡKt"^(OHfGUgA24Ze+f;˶WɂfymȾҾo\'J :mrUFi_~T@dꨔ+*J1J$.\rɂϝKsuE`fϚ%۪\yU"DŽI 7`0 rH¾ :ܡ*K޿0I ;3“>xJI ;OLr#d;UtjLX d-`6|Ro1+ Ъ b aZ F9!:ܡKiPJ b aZ F9!:ܡKiPJ b aZ F9!:ܡKiPJ b aZ F9!:ܡKiPJ b aZ F9!:ܡKiPJ b aZ F9!:ܡKiPJ b aZ F9!:ܡKiPJ b aZ F9!:ܡKiPJ b aZ F9!:ܡKiPJ b aZ F9!:ܡKiPJ b aZ F9!:ܡKiPJ b aZ F9!:ܡKiPJ b aZ F9!:ܡKiPJ b aZ F9!:ܡKiPJ b aZ F9!:ܡKiPJ b aZ F9!:ܡKiPJ b aZ F9!:ܡKiPJ b aZ F9!:ܡKiPJ b aZ F9!:ܡKiPJ b aZ F9!:ܡKiPJ b aZ FD#X%G[^_nM/R\_(;M>jNI}"D'h{aEmDN*h&&ؗ9hM"RNeAphJ;Z;0(4WGтZ\ hEEm?#ĒJ+~%bZFق',h<[ iy_E)XXEF bTiT(C=TmW[vKbv®%OqKrӦM),5Rڟ}63U'a F)Z-'(eTԦ%5(?3fyNpmgT^ v,S5Dpƌ WBL F Ni5 x@f#i+I i_~&Du{-UR |\_s˓lx%^EWY4 dH^ I  bwJ o|K, jOʽ&J ]կn?DB2 VJiR5C\:HHPʂX)M W5 A1V0$^Q'wK>}![?`yA>,x豭ab*4\1BTd /6~1@P3 ScH].2p`TQ᣿AZ#4"ҨDea)x bK5!)sE }' jU0Z}߻~8<_qo _gЯ0l~Ʉ 30J7+*4˿|<ƈ5CAV 3" 2aB49T5W+Zs F' Sn./^ WvHkUɇkQƹŬΨ+i5CK!}þi~f0jy} ??b]柍I5f"1wպtZUhoYy ~ЇC}I_!+|%AZMXvjjɷJ*} ƾr| FWњ~[@#'J=|b+C?+Uɷʪ34 f>Gc|I{'GHĔor"HhG5_ɩb#SG^  .r:O>%c!_UKZI,i?P:3H534 )/cR l2xH01UlfQm;ͩN lCP5]@Kފ3fP#k.Q!g4gzUL*8!$m+S60}?̙ 2:9XuM:$V^Ϛ725mm|/? a>;v_8SO?]|$ke\ (V$L`VQYzvyBYPρ1HJܫeL :=5ɹ+y{v+ e 5VYQ`I +WpREv׈ R N]KDMv 5U`#W DAt&vU}̯EI+9V FeO8D笪qIUD. <Z#'`Νʪ.XUëe:^P$r+9'W;yaXfd2b0jJ 4D-YT&RL0XhQZ0˄ L: Wk_H&vN9l̪`jh%,MYR@X&.\(L?Z>?2 d"O $i%AlRC+ tV MنWyNm-@FS+m\+%J^"Fw%~Oprn)T$;QsW7Չ'#{Kǝj\ǝ~FHpOpA˹+y{܉Ŀf=%M]KDNT@ Q]KDNTGD@c$'ܕD=Du߉?E@&%oq'*Zy(%oq'_"1\rJ^"w:ğ"sDpOpIsW7P<{ksW7/ .h9w%/}s;Qk$6^)%qV!|4(/3k^ mEؾ4&( `Þ>ÈG_M}O{gԕ3@JKRC &@#AފktXhhJM=5'|gu}\T?/3єjLKǰ׵\._:"[D &@#x{L0%߮U/̰Gw>l0rVx!Sތh 5i)r^3۔kD(/Ԑ(>e0Mhv[o5KۦAyN1 ;լg[5Y> IK^bd_;YH4jNb cv0lM:LVIVyb2RVSl>aɀFp j yʩoѽe%*Kha4ƐW'-fkl Njqc+\]ʓ|N56tFŸ1.IKY':#HFb W%߬ $@#x1n yKyҒo։Ɔ|7ե^C^Ru⯱3h/ƍ!pu)OZ:A4ƐW'-fkl Njqc+\]ʓ|N56tFŸ1.IKY':#HFb W%߬ $@#x1n yKyҒovOA [oUv.) !~){z>GQ#G}=/Te,cTP#h 6Y"/@UUAhkFΐh{- N?_'$~=)PnVO~,}4 uSyk>ԏ$.5Lȿt!&)L>$ʜ+?qRºNqvvs?ͯP!1Tw: cOoȦ(xN? I 9l} ydNz|OAo{bO^8'SxW۽­hWr@VXS]}ζC%k"n  ­hΞqnC_Z1&V]M+|&R$^ .]MWjvUW(뷺 e֬GdEW颕@t;*&< df}$Ux`GJ ;󟥕@h+/-ZX<\cyGG3hH.6J5kmcӿA6hc;p2 dZ d_Z dSL{J&[M2Lq[؎I Gɤt/r[q&)PnbTw/[r7щO46Ir!0V4 z;'| ܹp;!@O:i !Xxv$B(w_t' !h S=^ws{ѵvp"zL'܊@O87Ly!U_^r+KR2[Je1|aW</K7+V.QM/ELZf^A+c+Vd# C\}}׺ʿ~͕Nqd:V4 zǹaR \[YBRO#|:-!G>Aֈejr:7 elMAM hUk.kkn&6Gy"ȡdRkS})^&y$r5bŇܗXS}vVz `[Dޯ8&ϟ4I*r~o.ŨGs 6꜌B&KiQk=b{.$QVϰ!<4 1`?C!gRm,-Dӟ! +귃 zVZI NbZ &J m;(uCB  ?Oկ}UV@駟A(hWV6̎$ż]wٹ'z5|bsvXFލ$y%}!L{+lUxFV`x[ d$2fv۽ưB2uZ Y'rusb#A9RQVQT'$F=b>Z Y'rusb#A9RQVQT'$F=b>Z Y'rusb#AD~n7)?H9rl oBowznկ~E#D[TTRJg/1mFsW* {{ %+*W}{ߗ\v![+×[_곾{{[51"8ɅJIMKLE܂M:'П !RZ1-xĪs2 ٚ.E܂M:'П !RZ1-xĪs2 ٚ.E܂M:'П !RZ1-xĪs2 ٚ.E܂M:'ПIOQJ>> ~xA1E!3g8"&4h@~p>r6r[\Hz\r?Z^{xk6#FV?AZs(VCi;[ү:H2SmNkgqWί/}j\2@[/CUIB~?#wqru@(ѳALs:sK1\r̙^ Q6_Jr*1e! 5z,s)V2xHf^WrK+-tII_\?Bfo2~FהpD?ӷRp-_dC)6nz4ߛϜA[)_؟Gq*ֲ?Mk\}.4.,"[?%(9BZES/1cqSCY)Z׸_() 41q{X袯5/5nM#|rcʕ_[l_C-ȾE]M7Ԙ|g|qUW6n}޼oNj_6]1cF79oCn8#+V,^_qa6>1h n7Ƅ'4{gGi.~5~ld6Æ5bc-h,] z U46跁ࠁS?sZ㓟8f}iciz'hlVo6~ر;46`uz5Ed[7vߍmpC9\I IX?ӸK}ƫƣx\Ja8_1@{7/ao_xK Z)ƀ%y| ԈtB\ŋ7f=Hk,x~ݗ5vkcn7v/.V!t֣/X\.kL<`Rwc+=y{OCY._|Y6qYgi^p؞7鿝Ny}ƸqlżovOtQS"u>q /4Sƶ}:vD}̣?R,X|c6j:~v;%N|G_wPS.d;k;KQܟƀJs>Al&=#,󘌩!4.iDž0椠c=^|s;@cjz wڽ~ğc<ycnʗG{C_߸[o1Z?~FNr8ֈ_zIF~vopjDpc:VqkH*#aU$ۖ ˲W5,~OGtي Ɛcڌ/][^/[W\֯y[Fz.Fu dEzҒ'lAKwDҒ~eS}-wD ek3vb[>?;YЯph]i3?k>tQ}8HI]PLwq1 AΔ:ax*şW{=(*{>'Je-'6϶,U\4Eu;LH:C/jmcpKRavq]?V1[EwbUX ^V68裊q;J l/[v048W_}Ug*' D//vl,ۗV`h%7ߌٽjhe]a`J ;)Fo}VyieO~Sdډ5?mj>$h mY薑5y6@cFgp!-3!m\k#Nm?A`XcW߿ؙr-KOǰO$+$y҆*\b16%[UIܟy=1 lќy4nɊg׿$?`ڒ UQ\ixaMz 1T'Ν[*~9}agt jMi%?VFTTdVsr 8HSu/7fwcB? rZ=?cF۽{3Y Rku]GԿs~S{_oq3 _rl9R.A~{9g|9l3&GÂaG#23sk7eE>Xg\G-(|beDQys_Z}sbs;mM]v("O: "(fzyq??p!}az\P|Mżyч&BȶG b~'lo?ygX /(nYmmcyA?|,.G׾r@IDATA/W c]BS?x/b+p %a=_ 9^F?c5MWf]-??Js;k \tݮΨ`1N(n?#[rPIrFe͖6)dFlahNLlk `I}H4_ox W  v+? ?z𡇄%+_)g,Dk?7^@SkH/EJs*?ZC#l/;\YP-$%M!Q?Hяh 2]MRޫ5ҠB|v5I t@ϭ]Mt"Hb'EP-$dBu{ݵ-aՉ ]vq7Ş8 Ꮦ)<k ~s?&Gu>B[ô<$F|6% G^ǟr 4@lO~x;=˄d;-c;N&O,cҥRb0Z?gjϮ&))=lesoyq-*\A+{v0__^}M;b)Mau|!k4 I;d{3\ &W ЋMe;=4 V(vu lS$D2boÓ@F#DvR7l2\,ǼCV(_>$~>0sH"3n=̟w?".8b%maK0Hä;?L_gN `ۏyIe,.5go-}9OL'Њ ֯<*鱴 ? ?ZmH>dJiŜIT|v5I t ȁgzY}k:ib6`u"P9K^`]Y<f?7v);)jϮ&)Rң{f'ٛڿsY_oG{AgW瘻` M&ZJr0 #߫qq9m??dHNݔg\,GDX{f|gHfZ,N0@a[O<៏C~Oqh_oF_, J ̧4Gȗ/9_T*S ҾvZA(L/˗'ְgynG蹝-gok1Me=P>bn9pܯAW<dſ\5tNԽ_Ң~_\7pCXy=+|LP)j4C9c~:t ZZlgu"lVr:iKrTתjWT|v5I t@o7*\#yR.S .^煠Z泫IJT?/q>o?*ϩXت~[lgc,CS/k@L؜VeH&u:lH0b@lECb'A 0E\D7U]LqWQrsY?Hc|sh0@k4%'X^E%A)"fwUDgS!?" LS"9)2LLA½Vh>yQ30* ߄57<EIcX#c~0kS샑`^/voOWW#5I۲ .OH>3cv8Za5*RD-JqC'bɃ/<;Pk>K/!'}E Lx%9lQ$`uVzkZbVC چ,LZ'“@vO/p}v#1QKaZ '_i4a_r,{!u1LT 'W?sU%T)*̳6V" \o6MnR+^x!'fsO]^|/6Is޹e22 IYI ,_Mّ6=ۃOWy?|s m샼@HhbK ǫ\qŕTu=3 /=/ iOpR ̞b;rr&yCq5VEm&VER`B 7߶~Pl|8jHn ;D[[ J=M^V'{}Js/5'12Q? ?S?jczd#T@t2}V:8=9 b)p"uyܭofyB>\8shi"71vTgS}< .,n8ãq7$,WA 01<Mzx;WZw.n_ec͔B 2ysQ~%(xbٓdq=">,C2M!PT?vh` /ۅ򝶹+~?OdAIeؚCK8D*qU4&Q.[iWM̶rK3~L5Qm$2mLsIpÇ91'*Nzb9W̩Gˤ(yEG(4P}{UH$PYm=OϏtLn3T1j8^{Qec;n-+dE/7{?ڞ uUuEёIS1MQ d)*.:pR>ψ_&ҨN-#퇗}@?2+w+< i2yO>IcWq/{р/r.TLAߟF5<+dO9l$?ɶ.K/vvZVE$GiRA]_3g{h^c!?t#:Ů?oeHs:\uZhwt=(q hyg +B9_4p}U[)qT.3}gYBS)9@Rj{ZիWVqK 'V/yWa-muhurM9> !=%Ϗ:39F*jڌ??CN;Tk4ٻJ>q2@`oob*UGVmͤbFV*R#d Pc0 "H-?ʊ -OoO)YſH}4~|x4a#$DLX$R#/ICpo~~ǒ?h  j<Ȩ; HZ]W]Hj{~T r=UkP;OK>8z?,C' r !S qwϏ[lO2 8}m|c*fI q" L0j7h:сY:4.S:Rtr G^Dii%N2b"ڭ| J|j"HBX~I|TȶC?:7?"WcF2_o8#^Ǔ mT'BbAVը<_:ۑ(H RXˈSO+~ Arz? y2E5ۘ7vxOd1Xo8tW?&{<ނWͷW7^%U|'n6?p>$8+~y':O*qR y9$<˒#gI 3 ގ VGHR+D}djX{{?:r_=CLvޖQ'EPP.kVJF5|k4bڊerXϢl;m96.ob-^u9c9":Fd%fk+} SIAL,SdcEo;O{/S}ޣPgN̋gx;^gayb{)OWvtOwޞ H9)Pns-x=$*(N=mM?3cw(D6+^cs vǛ\W~_s]Gs#Ǚg)| sRYuП%>R/{y?O[m9\+!N _&֭uhLwД-Γ[6|3 ^{J+v|܎{nr{%Ӆo8&]&>Ŷ$TArW$}@q.4x2{,~E+ٓ%+$ yB⪮UJh[7??lHoŲeG$;h[jߟ-S?l#ol{Z$x _x<6BL_(H %Lk,#ǟYO =DŽO_r*q9)X?@|пywx'Cw_vcdMaA0D|Q44゠atǹk&˲̎R&leC,I O~5'$+e rA+ fk=u%=v k1'Ћmq;_2r{2Vyc:a%5}c=eqgJjYe,=O-aZ{5mlAE|0YIIH)TBcTp4ȧj_}uY1n8{i"c\oq 7g8jzqmUmW?!үxWq[Ъ>4̭5NS_YqQl@ےg?6ܚ~DnQ/}qwݵ%NK#y7+W}|* 1eHM?OY}LYLD-ib骜G?~nQX;3ZI͚v_Ӿ;K=BE2YPlQ? 7/#VT`ȿh_AxӋ~1I+υ~ -7ٌ8c߿o?Vv=?>Lwu= o'j3%#0n-f̈[*B|UGZ9԰8i %^P}[_֝T } _Fa\xqq=H?7SH(͘,r~J2me`$0)H1 Gooo*r" k@{Jtb6"szRBƏ?qEMQ 7-$CIn pb (|OWR#vOj%l;pV6䥾FL7 ƶN'תld-wl=@2A&=P8e@:Co$a [ hW\~-ܿ7,rJ _FS؇I,NP'[ڔm-p]gNwyETZǚgNZ $cj32NU<DP@ƓZU,oﴌ U9& `\${|k?0 J ,I_j\f;PkfrBԪt"MɎ'y%ƊUMZVؚ5 W'5k8k&@$J <%LYr;#GSN@C旾t.u$I]^ZDK(@c9fLNٖ-_xR͘1 oAg;ZzXBEx" m!Ex,cۂNPow -rJ(kIvʉP'(_ʖێ*nܝLA7('iЏ&2Wcq+ݧbK(5 Q޳:r<>J s:g:!]ǾKj~ح>/q^_'(I?ƽ_wIeI 8qIsiA3V뚵:@u=>˴~ww9e@BГZmwU?~Msnު*}eScx 5:Vv:D7H'0wifzJ(c7oǫ?uRP'h]w+r⢋.Ԓ}qD݋~u~dxB: N1?`-W< X%OCO>JO7W]uhmoI[" hkfҺo)şk:K}׆WL<,@ړ֕0gm뷸SNk5rmA'(Ik ,6DƢL)wG'4v`;- 䠡͂T$6 UHp?iǚe婽t= <])^`|ʔ)"K[џ 'P-E0@n_sɇ0$UHZ{Isr\%Z4`,ߠ?+uup  p$TK E*HǶC`okidBic', #|Q+RyoZծ.Ut\n]0dd pjIϥmb݀R{㸒{z[$ )PܿemeJ+a2ǘ ao xoK[;yKD /:a'`n? 9^U[4#[KidBii1 A^U#?p٢6`U\%ZBo+y5؛C:DL" `a;$_>d60T(-]&}N% Z% 2ynնM:F["_N\iކHXm)rRXFHXG#Tp`Z2HzF^ϑ: U7 xTٲv/?BX >*R m?+(׍aSk{kA 0\)o2.9 %jږ'_ԃYiw>.uNQqQfG}Lb$tU}YNC;bWןJ M.NzIZZ+ȯTkK+Eϑ7b)7Q?~ qiѣ:KۦJ e%f]h/=ǯbB@-n_v-UꅞA|L[dP/"u%Vx㶴 b_m?zLa|ĈnG2f'ZB@V@@x /R_Lϑ7bwk?s^17oE֮n[l5v[O%b~]Ygʼn ~C>&.ңsߎ}߻Gk+~K_^G~"uø}i}F}"m/ i1*,W@fס O3ȩyO-)Mș^?t&=;ikmeAK.!U|[..?^* *,])9U*ӟ\gϸ&>gYxy":AXT?_OU/ }!#oĪmۋ~V( ^U\S%|οqܗDϿtg~\vEږ4sc7Iu^K?8%*nfk_hR`~@ k9}+wъ/:o'T;/kXJ1.[hm6{gXGD#遃6mV^{mɎvwZXg?Ys,}?EYg0+kloǙa~`vtVf%y6{ |N3іz9Qg*a}?%'|A`yWwXU$׭aDBh z'BtB#_5r:n$CjkHL*)yڨ>0vϝ^Gda:+Ka0."H$*lR6 l-! M묆åQ( 5UcV|$^kn$Cj;%`,j}(KJxE?vjmj̆$rSa5N(ܙΤh7L:\-½Wu2>2dtfa0h 1WXF,㈈&p*>X ˘ BKI!C 86&@ɐD.'m=իkMJ|3cCg1|l&G}Ag$C2 9)DPsa3W-5.޲V{򟷵#VCRJ|3y)7f1J6/yz=F&gI{>8nnw1֝| pWyϪSŊ :Cý!vҷk#|+/ Q>1~ܖT! f0ِ˜#۳ ۏ~o؏ 9*#ԏ%R8~:å^Ke3v~~7&T7+$CDr|[1oS_;n6wwd]M! G( Pw{E4iWYrr,<~ mB,)W( 5M}sB< ]ʌý!ƚGeViV46rRHXÅ#]4}٫q\Pe'’B!j1\8BItfuPO 9)8&ךXRPUs;M9c̆$rc=kx| x.7 7,"2)!\i+&GӭaR#ŲfC1f\QLah%\f/-5^{0t_d!<-̸i\k@>#[4ӟXFǿUKܲk^c8iyZ0 lɓu.C&C,[uBB9y18<~Swx_fgнˤ8%=}hw`&9amǟCWeo0,GDz_*j_DXLiUO*v9@IDATu hˆ&bhqήۈ)qq~gȯ Z? Imr!U]1쥥'I /-4@x5#GSNW%_U $;*[OFe;?<$`~d^ du*6d=uXB"xW*o}mhUe< M4WSUGl&Hx5~Q$ z_ܲߠ_N:Jw@GysaaNq+q| q񯾌QZ/Tr4ѯv9 {VkD D4һtɥZɭA.a!~ #/ۿ~ř/(8h77=D*M VTw_D`La7}hD//Cщi{ŬFn=LG.g{UW藵ڹs8ؚ^ߠy+ֿb<❧̙gMmuX}U8D#xCL[ 1㫖J$4Ԇ֛^u 0'k .gP} _KQ'te^.͛(=<cSg'MN+ <9/]>jpc9;('pɱ1J0"<&_lQba],Ӫ~cş%<3$ uUeLI/!eN?Ӫ{FT/3- ^_yؽ:)Hcn &4s)/<~iS!I- "xNnT4hM?O\6u\v9 ׯq<`&cqD?ުfYN3KmVO=Lgզ|gf"$`![Mg㐭B8q|-M |Q`ԯA)og6 {ΞA_shFU~qkQ4v*}F'??e_><}<ݍ:"xV~NriЄ-.>NyXy}H+Y9#$xީOb-tR]qwv矯P6?|a"WF^|ESO?-η?Ѐu蹙c=o q?7}Z!o_{j,>}q{3uA2ROq*]gI~۫t?>6;/ݧƥ>%(1.zdoץ˗b!E㟈6Q&Ī1.?Ob'Su8C `A&` Ey5!G?i>c;l7C@OuV%E%a| lSO9Ş/[[ykwuQ n:70Cr57vFdQaꇢ< /sy&Jl/*6--֗1i2oU`p".d5HE>)G]P鬴CMEywM7;]vYm(Wb|.X@t_6@cO=5NĪ,Xn{P+8\ɇu QPɝ7|zINd SLNLG b}s A?piE.Ӎ~$}n_s؛n~qGP)Kd<s|ywL+[.`%FmhM_$=Kѕ@`hJ < ^r5 N:a-O ?zj8c>N;hH'Q8Ϳn۹]b]9_ƍ'18hZѿE7'*0G~?c G?4gZ?e[>rgĽk6V9TYg^ }΄fL7#~iM˿C98鳭6o_*ԸዻW@.i?nmBNC,c(2JYg!/?ǓXmӷbZgW+ G,c(2r,B~H~q4>Z҅Khdޤ}luq"5= ןkx5J1y>WдZ[!!ZJ DY3%MUDJ1x"SG:>RB,j,p_瓿|OWQoFV[J?@dre %SP)Y/5 }3r옱R|r/b$RKJv]%}fE"M9J?N>顷Y~K.~.[Äq?y͓ ۄ9ۄ{?_s;in񹝛J+:b>~p\`nX)BMA@1LB}m ?Vj`W_uZr"kpC*CS)RT\[R:lO{棿+ >oX'ֈ@?-8w?>H_ל|)JLRUL;IyKM};q.?C(j@ G*5 7~~y!Ics yH"gT1~S7[D/kvobbF+`ttI ^C"yWk0tb>VpC`[|$o7UcO$6]>2;A{(J:Έ W{o7… V5M躭a`S]`K/~帏d ? + ʩe~SSJ/㭝 Gr͚5I'Tt/;CҺǻww?^eNL1?Dk9rAAs%:ppƨv3n?%O*Of_z, XO{Y(*ll #mgPܵvO82;j?`{>h_\}Hl& ~uxIƐ6U&<㏟\i$7#v(]B9T9f%8?'RJ oJ o\.ԕ@Ҳ5j-~/ULfΜ!(e۱seE;V64ɖ'Il=iW`/%y,UL-[F[pBJ9W*n3E&L!w(I+lm\ 'll㏡OK~̫E^-7\Cu_g9_>C\v]꿘>/iP"pDAH̪P #㖎N]:bi*OOq9OuD$֜Ob >Y]GC=30==gv 4CbD{ۇ;98#e~LHx[򱭹ğm{J6¶NW_mܗ2!믻N{ _E#y;4Y.U^ղc o3L}G."QqE+v#鷆+z=j~rSZmKh&YK֕[lOwzxRp;*NF'JϻxwOϏ>򡏐j]ޯv tP7}\>vr);;@quY~xx3%H߸l<;W9sE 5.o?:V_돜if^{~;V%<޽CQVӘ&RZbϿ7hu^d4eVeZ d52^@{A/iaȍ2 d|)ˮYV_ڶpa@Xɴ5O9DUۼt%+@ަwՖ~mF@3c%Y1K/5ヌ#Z?зC 6&!?_3l_'GO>$Tۊ|ױꪯKEiClTCp䂩Pb3-Ɗ9 .VUcu-p)mĆA26dZJ7= MOLoG{+}+ cLhR(dZ.N/a3"lU>k= {[Ո`Rwm1^_8_j~p;=WKO>4Wm^q5\ۃZD ^$/a-o м:EgG<`|Tǃ ݯ{G㿲~ڪzr-ukV/iY<+Ѣp *ggrބIe]_e^M{F_ Af~ζd|Aɚmz*^h#;Gm]"ߖ.'x%x/_X|-mۇO>}rb[cL^EE=\%FĘMb!x;Q?<*5?5Ihe8l;b{Q=>aw?>{خcW^.UϤAyaˤu^ d:?~9q_I} OF{4YqH#ԍXS@lW}r=/,T~ϗ&Z-1FWѱfa_4I3Ea,Q7C+ڌ%TW9Y_dbKzn~Q U)A1\H`}0^tܹSc}w8e+±Ȩ gӊ _񪊗҄Ϻ*uvʹNx.6x{xׯt })xCHןPaɒf6!—T=y6opAjĥ DFHyBܗ* {  ` l~^>Kc_ U1n 3t=Z|g#jYPW?ȣć oE8)qGU%T+F_ /|Gq/٪U烠JSO2ܵ/(+J h!5RQk崚8uRMVm?`]ń?(v0o+i%ziƓ@t%SR& ,=o<8⊣[V"[ʓ@v`"+8yG*_c;ho ϾJ fAWMQM@h;fL39 D_ƿ3,>L~07?S+X4Xz2tוǼ{:VGey xe}e_սe\>M @_$7ԆLaYKK{ =W+UE3jc\?VibPɦɫ=ۖW~1e~?r4MNYڐey)["Ae,&ƠUꞿW53hlȕH[ȇ~? /h1 JZ9,?]<ǘڎXqpbV c@ #GaW~}yi2V+&um 9~-ZQYפk{Q -ĝWl沝r_%Zsϗ;d.,<\7sj oINf^z|{߫eTpOM*晵py5G*r,SA~kW_uyᇛ!m3%zҋ#ĜVun3T7s #^5&Z~/ E?GheP}:bI?X'x yp2:؈>rx';ɭ^5 Y zѽE ҃ҟK9Ow^c_G.yR2\?6_9%V|~;xlOW70Ǹ$ xv W7Q qhr¥[_iWQ9hZ3eg^k41Ӌ/R-{z*Y I5WcY6JUGn7=o&UJ?] MAjk GAO|'JIH/_+$`Z\!B#[:Ѓ篿lQ&!4eZCPh$!g\qemk3(V/_fMTi1(X $dPo;7 {ڍ?{.L:eVf %ɇ5(И9L_DR3خ$`dC?`8G nWe|iE= K 0pō^ߞ<̮%?Yi"r@,}h*&RvuF^fqН͖MKq*%fyga;gv0{Ȅ_@v@¿8^~2>N`'I Gz%N:bCl$ނgey" [nivv0Siry4 dBfn3~U6{,*f7B# I=EI_Cz@~YFc#gRwU<ڦ~:h~HAcQ[g3z''Hh@#2$!vIŭđTF:30lMhe?Vy]Mu୆xk>VMZ!P W^9EИ/s.&sĝ;)!_Rb!9sOל Wò<}4Z̓xeҫ6ҝ\ri|w֓e߉LABf0ğۆ6Vkٶŋ^>A/ǖ'pBn12A.sȻtp+ }kS\k G6j$Z맃ZT`NoSϠqV_Dc |?q|f6/eߟ̇̀2>> NOd)iROE)Weя,g&j#};&/=uC{C.F`~*}=ܤg{n ʭZ[X'LyD 5-L^qT~YŲ 鷆:ϙG֬2:zoa68=m?3_z<3~%{X%:ׯJNv7&G<A`ϛg}hU?5kְ, ~(ZI筄x'?yb^?Fy+M8U^}5֖ ?rVe 2d} !q/l:"/yl1Ofn l5;H@lu-lx>YKrshC{щo k@/%qGn[p/OyjNW-yUVu~:> i$!{MÂRU/8b Qןp-cGZu:0u<ߪvZLvck{ng*Y ct4(H,ȍtZuVQq9[Mug'V= +9a <){՟7R6h/W[/{6GX5LE]LJ e( bZnۜn(?VFĄDћ5/~k+GbaBN 7_urN 9ȬH[V]M"h'LJ,8>#,)&iEܓN: *$a3Qa(W8t%G!_??2#GX w9?hDlox=M؇vv<;2.c{đ`l=jjZKa&Rw_ښ&jī6=rԨbPø,&*jVE{{_{ʝY3Nh |;SqTUUPœJ8AďOWϡ --Ǔf͚iu[8?Xb91>Ǥ_hŌR?cԮ腚 =F"w}ٶ>HwhO`ucу~^ ?&l4'2޷:ߙe TW28e/:VL4NgjDQHDZ7+]?}xlW_7q|kc'h\\ͮ~r;u/l5D~h%N0珁3ov0d;}5,'MښVI  ziȇb@."G~0 PiO,x;b@k&Ї,^^@<@'̠ MϢ2 _N娳MK.>W?L{fO?Z1O^Yz?E+sE?&OLW/&մ4t-@uFXNoKڸx__@,T{g,gϹ?\tpomF[5y"$ tsDgOavH/c)}t$1Lq~1ߧ陦z_4,{*.ExÇ?.q*GS1BP }5ˋG_s&<px7R9샜/j+qhƊ??qJV//9Caf3R{dF;_sƘpx B%xE;cϗX|pXM8%x;P~;Qa(A\7vp%.mmqG6?=w++3QcNb> <1'eqsC 5Z\+_q6V(?򑏔/(mx~55гjI__P}ۙFz7v9s+=@9 I};D} WlوM.6LӺdl' `5W7|X I"_5LRWL2jK'av/+rQL C/d[jdBAvq0xu Py)"z^BZ:x;?ׅsnHe`2A0"_C4~ -$& -OYTm`v?~`_S k+JKm6E0Q.IδUp51̷TSDZH>?q_zќq_y|aU kF(hC>u.>m05ǥ<<ի.'DJ~u"ER%?O ˖ekS L/ XOI si_R)'UL Sˮ`h2o6u絴BH\¿c%oxy?2r6 &CdF}<@wPS5a0+B_e9:T%6٧-4p7X}i6ݗ.ޗ*MCx[5kx8A͙`;勎ܗzd{\5!hMӖk;<~ %b;=AclAϲf̈MR=z4CN?̼L~o} 0[ >g0FZg850;hWOPЦoc|O}?;S%g61ﯖmJ5Ja/iv/d#_i$=_o>֮s{ݱc] E M䂏u=gl޿sU!T-̬Ov|oOʄo h?FohM3om F?J˳?1 o\.JieZS>_g$D]xlGg1ŷR'oһ8q-GP{ϞAR5%.#bS"Pnǣ|{ P$i-+" nEPР: L){QTTXIQb(H\8C##oA\R1]9?ΟyQCL \I$Am:QĕJL 8`"^$<#R>mH e\ŜJ*]o}aB@ J>J>뮗7_mOZD0D:U" ;ӕ'N(֭{꣝JPM.a8nuUmA iӟ>,ҩGanr@K1H=G:\'f:@IDAT q19=#N 6ͮN*LUL "gQm5bC}C0S:6lB/Cm6a8Pm'.4m=# WP_ySA,R{qF!}?u_X\{Xb-6AQ?O?sMؠ,W`Ŗ[n^<6nS[L ~ ؋w}S<ھ>l0/WKǞ{m!) Tʄt,RwKOwۓQiV4Nձ@Ru2>K1Ǽh&l (Vd#yyvmn~~ŀ(MRB#ij^l ~;5 /s=~lߛKSV-@1$ GoznvY:x,Qn2_JKc_Oݡ>9P GVo(-fo%9žmB WH$pm*WӠrtUAryϟAſS4Wv~[KvWF*65<ٌ`&3bG  Tm9&$68?>˓xD}ʋt7 Ck6bS&ReH$?) -,jBl&HwQm7C e؁FV)2n gy~wDap%47tSOL._/~ż*jpeBBi;W8wO;bYUW\N/G'pB_RD@'L9餓 .I "ŕW\Y̧ ,_wV?(=T^(!p}2;YvI;ҋG }2y~BIwxPqۋi$ 4mS)5rbl5H+H.9'u%ɽŽ'w?M&OjvMRqa*h bmOvR[Oσj[h?TY9'u7Eµl1 Ps" B Ș}MiLZ&k_KDZ ޅQ+DMT-WeOLd"myC2)ɿ?7/?^z "gyFQ{-sCq$DkDNc7~$j ">D*x\S ˦$kϳCzuK{W$YrL:yEv2ٵ  %Qx,xrtq~0-(QN<w(bzŊ۬AGr\l C YPJ1ʉ%T'׊>* w(ZUhu1 /[ÐDCr]ÂZ)!3.c\-Sn;* P V$"//C*Xԑi vPNСQ#A!U#e('PYn۶AV6j<(@g+('EJsč/z?5~N†>O3 /" 5PG\RABqyvOB]hM& b aZ F9!:ܡKiP =3;!Q׌rb龴u/ y@TWc  c)[Bk7Ǐ+C/]D&FT!R:*&M;)\'>l#=7iBD9iI婼 |7Ə/ۗ]K6*Kv0԰nC[61|{rfQ]_*$ :T#ٵc=Jٺw}ei`7~q$K#;f̠`Fm_fݣٴYi f mrlW^2¡JJ1 Y;('P4(@HJ1 0XJT Tx P4(@HJ1 0XJT Tx P4(@HJ1 0XJT Tx P4(@HJ1 0XJT Tx P4(@HJ1 0XJT Tx P4(@HJ1 0XJT Tx P4(@HJ1 0XJT Tx P4(@HJ1 0XJT Tx P4(@HJ1 0XJT Tx P4(@HJ1 0XJT Tx P4(@HJ1 0XJT Tx P4(@HJ1 0XJT Tx P4(@HJ1 0XJT Tx P4(@HJ1 0XJT Tx P4(@HJ1 0XJT Tx P4(@HJ1 0XJT Tx P4(@HJ1 0XJT Tx P4(@HJ1 0XJT Tx P4(@HJ1 0XJT Tx P4(@HJ1 0XJT Tx P4(@HJ1feZbK ulyO/^>︌?)&RD{яZy9وO'þ&vA7)>$O>Zv(͝;״A10+1i~/>F bTQ { +VϐUX!SϧC F AZի˝&TΟ)x 2nsiҒ&R\$$m3V?L4Y&Ͼ]wUN4<'P{< 'Gsιd}6I eyҥ4&I h dY,Q&#ʽs*ۗKI`NWI o61`BimM&l# Ik(H:*|KW3Q-~`vDRwm~Lz.3x+(+<@Kk؍~ m!td;L?NWUs$_?ޕr%V{j_X ~j#42J A謴?5/XFA"d+@fL@hǬYdٺ,@J!3e8*^KQb h"Tis.? ~ C2* &Mk_3dc ?(C+9.$ b!0BȨ ?(C+9.$e"˩Z`$ jm}/Cψr)[W(0j|IK+Z]9>XDJgۡ0NP}VHPzDy#~+Tdmy{hz]Z?~^Nuԑ4snD+$p VWQW!?a \忬40@ƈqշJzqm ,שX)naj {=W\=:9+d_'bɁG|޶!\鿌1j]W(sNv-X.˛ÇNJ ڤŸ`tU?׳:ÜgфVOs_oj?_z5#r {?CziVPOZ~v0bY.4*k/'Rjaj";4vQZ DڵBg?+OuV.O=MV`YXdy˚Ѵ}nCX. ,#eI x;D4]6YPg5|@&v0[me)lM802]V5sV9j4mC?x^!cƎ-$iZ%evGNV*(Jsgc3Z/ҌE`tjǘBR -f5@ȂR:Y[^,ڂ?k=诉X7P #O0:Y,SATڟs4,fMd X7F`tXB?7Ѱ5W5`iހRyb Gb_MրyJa F'e*(Js Y5Y (',P*Mq4,fMd X7F`tXB?7Ѱ5W5`iހRyb Gb4 .#$vMVx&>&wżE\6E&DvjZ{$&M1pN,~akxwWhUi9E5 ?"H8P^)NVVNЀ8 ;$y{d2E?zD﫢}B۾'q@h3ˤf"ēIb+4{ Tl[褝IAkж&eN2Ǫ$R"wڶФR}K~ EITUkЀ@6wѵxU꒹\#76j⯡: pH&.jTo0'gh@RE:/. m[hRI?*Ii⯡X\8 m[hRM] H $fMiHh,^. m[hRM8H̚ԑX\:ڶФsq24 )5#xt2mIWοt"ˇ.ZR/#8|h>j"m* bgO݇?BT't-Lqo* |ܪZ-drҵ=;~5&->kKk[E"iFzǽ~&ca,1l mYy>]Nm0Cןm&w7XiU}ϭ:whx -2{KW8qƙJľkqWWWQmua,2{F~ZYbB"N4>c 8݌jh=БTi= +~ZA.ZMJ b6[HK=_刖~w|^AF6}n,1 DdE3\\Z\hk*Ze <xKPJ{U]ϫiu"D3+hYB^x|/<xymlox=#TVǫi@,R _qrD8 sEi"Dy] OyҔ ,4'W![,P%4El'>7w9d BXh%iȪU< $*,{Us1܂'M˱<Ƀs BWt%1 ^ &ȓ@h <[ # F{ Z.D),B4H,-/kr"AGCx@-b OCX~پO0oN_B/`ԟKD%* Q?ulg?VFjB  EgM6oK\VԇA+>K PkylE-35W[kU+ ̈b*y?#+Y9[fMzfPet1J&`ՇnAǜp o-MɈL|mwa_;R?xSRԺzĉ M*R҆? B:zkktF-0hHJjʛk2I ݽ Sџ OUS+ewsWC_&RJ Tz+5&N9-Z@$@cTj G21cɄhI h+}LT4\T*-]D&W,[vкvM`yO~"pf{jJ@N !xnfi%gJ 4 ckJ #il)1cL9i2!E2iVWЊ zeWʤ6-)M)N^%*k@^@4U$| $@cx1ny+KeRWk⯱3h /M /peLJjM56tFŸ ,I)_Ɔ1|72)5A4&T&|&:#HbWʤ_cCg >^@^R՚kl Njq \Y*RZ $@cx1ny+KeRWk⯱3h /M /peLJjM56tFŸ ,I)_Ɔ1|72)5A4&T&xF4犠ca|ovFGzG(/LD`n*K@c9c*X'#*ʽ O/6c/nC#^V_/OPzWs*1ggX-4$Dmib&Y;ln]8z#/j?N ;6m cN's=>Hn M4ou"o_Wq87e5|Ko￯?SrrYQ#Y d% O`ɫJ |{92bk ~[N#si'~$Y2MW6&m`h(,&̚53Wq:^QD&LG&^ '<|xD}CE$!gH,&s=\&|ȉ@72p# A5/ɇtН @n! s=%n|4zǛ$r"MCwBO@xCNN 7To@8œ)"G+רh/1= Qk25VZ?[BxUFf{R"Tn*dM̗ v菱#P*ܹGhI;̙|n]+j1$%=Mx͹y2E~F(gV!alE}纖fƫs_r 'ڽ'b#V49R`s>Oc0)˟USֈyi*VA+gBFK y,#ֈel9B*@Jyg- !Gd~WH[-{͹LRk^Ksž|uW?h ޢ gVϾEcl׾}x;Zsvʆ[l 2OK\̎c huUdYi\'Uɉ.8?7CΙjRP$HK^DD y5SO;&"J %x Z?!UJ Ə /P!<=!kjT"hY?GV?F - r6h[#1>ZM)Q Z?R^zļi+٠U!RʋZ#OXqП !R^1/-xZŊs6hlUֈyi*VA+gBFK V Z?[B 5b^Zl ٪)E҂U8gVVH)/jBu]9g};Ck:(o&)n'x< c[mUud"0 ,x+d;˖]#+,]rKx+eƕ@ƏG,/׿$zX dɓ2 DVf?塇Z$hn CAhO1cLI h˻?|}ݷzI^{Yn{^ɬ ~+?/ܪCp"f׿?95?EDL,ɿB90iFoIN4O]04KW:憜]4 Jqȩfmfhߐ&G_<f3S܅iPVɮ]\KgJP_^ǫVe̯N]UEBcV1q6d?`+CO1ǓV1~Ԍ&QuE n_$oQ4ȥp#Qk~bj JQGVѕkk¸@\i}7HW/LbяwHBkWʘe}U?cƱč:A߻<$LQZ| /XAfCx~LLaSSkH_kO'lalw\Agm[xa/wO}?~֦MlEWcXyyJ߁*\:*.\ë-RdK!EQ~;T>1HjWʛnixZ!s%kMYDY_.\#9r?ꛖ߽Wqrd lc݊f/_U?u]el1t?cb6ŝF}/Qo74؍9I< /gł }Cw_)c)|5{&I!猀+}Zz<əg?un3j+F^{?(M7MI1gΜZ07b_xU ~@Jk_}__#u/G1QC}b٢__۾8l'ٽ'+.9e]> _Ro(~g)h2J7vLoM)Wfo^x'mlWcʄ&?!~vGЌD"lri}6_zˌCB31R1NUҟOsi?X_/p dAJRc F- f)7h#&MI_@ω_7'# [iMk_(- 1&4)A$Gƿkbh% <ɿIkGBV'U1k"tM S hO5p笐*XK\Sc1%F$Cs~- f)hAh׌?C ZSMhO ?C?J9LAk+~>at:GÏ@ʑvИ$AB[$H<ãqgG11OrAd ,q4<4|y8ijGq35c4"c'Ayh?[<hY11HHa G<4-h?4,QLG$d8?0vu?\5,bdH FFO{<)ЖƵ㏇ AǛSgP$>1'=ތ?f/8 5O34O:vX;=ތ4Ix,BB{n $T$,B* Z"Z[6YTx_'YQ Z%hZ6PY۷B KWdw9go!ޛ9sly;?]ێך y!OwqBN=ۄ1BD?]?];+;pb 4:D4du i,sgg%=ʵP*JN~n ]YR'm(#,QRk4I~ф|tOtOvw5b$G)`wcѓbunэ)pn)C7u/ m(܍?,Xć:GunEMonn4=G B9(BOww|]j$g_֟Σ?gHS3lI]tcQ]uG÷qk/@Guk]|A RģO/H>w t "uL<G1bp11|A RģO/HZLBU:&Mߩ*@Uq26_zG=&AI7 seO!-=:ƱDH=;w ]me눷$yPMOw?MBZ0UǠuH>mҮыt&/ڻ1]K %IE`vo6ivo[,tuG/`p1" ɵ&G7MBZ'Vt/y5<|Hx!pT/o SQMXPr`FP9t;w Ƿ)SRP|A GH Ү= 'SFlwOvnGSRߓxr(x&7ro^)F ZC׵4Ox?ܖ}iE7?t_MIk"tT9tOtz︌ifI\n(2JЙ+(N%z<2--4H:y?{y<ۗq>2J?wb)2$(x!_&!GjI]uڌ$x<2--4H׵ vۏ3/CBɈk]ڐogx<2--4H׵ vۏ3/CBɈk]ڐogx<2--4H׵ vۏ3/CBɈk]ڐogx<2--4H׵ vۏ3/CBɈk0Ν\Y8YL@Ii1EՀ!wObJڵo <.5 Bty\k b{8O/L1~DZ`ewph b{8OU)$M|;/D1V{{^qyԑSO9{op6jZ^cpQ ^o"쯆z=|{`?~3WYu W جh.}?DK = 2z%K>(Fe3yުo’6$]/1޹BCq~t부k L[tC񷌭\?t%$on T7#>_~rz˚Oꭤ wc[DOD,4PDQIZu<9KE:K=%NLqքwv[C/"cn}pEibbGLkw/^ܛK<ٵw衇>G~C=e? Iwg I]M 6"|EgX׸ʲeOz{M>cK?i-o}EY>qi~0'ʒ+_}EIX`VM&vm8(fLvm׻48Ȥ'D M36DJ#g JȢL?5)[gL( t_0_p"GTD֝/ ]cΤ7 .[W#R'&l7_5 w'|pQG[}պwSSO>: ~CPHrW2,G1|H'ώ+-veNNYcVi2.{b)?wןu53y +K|̛?&T|NiZK0FI b URf{h.s{/}\8tݓb)?ιgN`Y}>:O b7 ;i .fL:o2PR=|;'3:eKǟ?Ο7& jX䋇Gp9/;x6֣ !>:{7t#=KX?R^S9k/Zo]jD{>HJfn3wwrJ?˳]tQoOG̭)f~c&Tx­]R?C 9DThVg;~^oԩbD zXk!*1nLgBBe(NB[p6ӻK AI mi6mU^ qwc_Kٿ`Y{^LF'dg9fqO>\Q d-MEGA'fEϛ<ӤU9Z+XLG}$Ije=>j̈V}3?-P17ܓ!NYfL֐I_)\?i~!)6C'_N^bUmncΦ]agHVl?3ﺋ 1L]K({ oq(?oqihΧt<?m?x PGdA,TJ* _{braZ~H<}i* F {bq-o;zw_mo{[綾^owyi%2ŎP ^c&@/+^!@!?+b?RݳnHh2.xa7{{[nGu#!&O0#g{9_x7sֽ;D9sv|͸1MaDx+vۧ*9n4CD)sJ>۱Ieh3~W}=GԻK{;T'i/?lЕP%] 7_:,/B3)Cuq \i?^B|#}z.O;̳z'LBtwUW{{Ҹa5ג7o!Gַp饲(IzϙCNY.mx8o9Kii,=}WPn{Č7;ovY9,kA3 6b&:%`A>aN};Zsclts(iհWRk~ݱ^9sG'/#Ōu&ԉK|QԷoO};wM cE~vm*y4] eٷOwqbvt@FjD?7oevD;Qs?K|cj _|Vێ+t Ne0'#ӌm"MsW^"l/J?Xk]ϫfBdԳ#+c=*C]o IHx%k]wW1_8R?V/Ztio-?P.V_#oi"#5w׹L[޲X?Av?v}`)38Fq)dPڷjJD?C^~_bSO-aEDL_C zVP(<ș&9;lO&98lO&98lԧ/S M ,f®\jrK_J… Zx1So932ˬbD~fV@o. hk)d_sDp<\q0] |%fQcoM`'ٳIb; JU@aYg N ZZ&tCz[ߖl?eʔ1| V}X9^J?oBjZ-e5A1q3p?X]Z?UB+WK> 7@뭷^?0"VU5{,~%rj("N[H3}Ll3َ?@$ B)t'Ӌaע\VsJ8GH35DB|6s(rگzP9_(PKYr?t7 ?řbx -N~Ju:N/?&$j~ /X;wءz駫; 'X5': $IֵZt?/N[dEW>bcL5MJ0FkNzB@W4Cw߅Ѷ#;ݴ%fǻ~` g ^񏘁9fB[~Cy(7a8'rk /ToL/g9nƭ)LaO.|S9s nj) )̈23).⊬,'pAكz 1x_\\w?ڪPRfڀ mSP/I?KCҗTF鉟ϓ[ҨI7S2^?Bec7lI~䓕C=+c| ׆l-oNoq'UOW bۿ,sR 0%LQxWxpq>N_^,+nZ&>(=íHli炟*D~Y'詏IL&ep!P9R"wwm/Ugj1==_mխrϟ ?mV[78SN~꥗|a%곁/v1͋Dt&$L͓oM_jtvїprŋi|a>gGBiJ2Zݖ Wiɧc q/~Q|/>$m&>o"V;}G%#=:Zc5jO{J{pmB#YstB.ߗ.m&oO1Z_9]77f+mu@$3o ժf}IdƸ/ƶ_P6~om,0AGTXO_(SATV]c .n-(h|M̈2i ?-4-mwvuhRtFmqwO%ԫ.]J5]7xH-o-;ـS5O;֝W {JlZ]H^Ү}*^ńu_,$>rBE9źs*WuRx"+/'eC39r$ٽ=!8KO ,م /+R5? ,XawZVwߡry[:~NI(W]'3qoNW#bD";*:"AyhKt?5ZޡDpʲhila;HGSz3 W SS!yT@Re\G %%_YƺvU}m @rDc+/Wl|^[o$EQ $d#8 s)T{<9MO|\F*EdlNXSO=5 X(ՑT?蠃~&ʂhb_TlO+Z.F7"~gFPII,~XC'OZ%–o"|;FR&;?@ } SE>Mo~s8cmcY?^s5QsŻ؇l`/?=Xh$fҝc'`h[͓XşL/&>Iu<3B)Bw>)B-d_x O&BW_dI&ZL ]q??4ql='^ۿ3fm VkpfNNKGT~=_?F/d5S9 J~(RwTKՎ D,| L*ٳh'+?<) <'Ti䏥5G}8~4F Gakm5]6{uQթR~^>(Fэyܹkpu@)201U>Zs %Uk2L)Mw )=7M*$"c0ܗduǀHHTE>qF ǔ!~>;tf))/)|t|bH)[~cyȗ(\T1 o}-U\+(7|\%~B& 's'X?*;>oswݵ~YF~rs!ݵ2S|eoЩ9MUk&{oZIg [z׊YDe A@ϴp |ɒjW]>ZY.?qp< 2hÍ~K8oGϋ~G>mP+pscܬZkW=q߮3}g>SM<ٮ.޾ED:&ӊ M, t9)AψNx_TKqn`\F_0+r :J i9#'/Amc/ .JJAT(i8{'N&D%\Dfψ3L njNV`aㇴ7c^gz)J t9)G^ӔHc)¾Smӝ5"iE$H]k<#Bik)vرz晧a Lw'V2\(U|*QJw;&`!rpR.Hm~կ~V{C߸ak.'k:T=GOtᇛ*s@@m6t/z7jËQwGA .J.{ Jak2\|#* 馛R~}^{ՕuU E !s7]2>8_?Ө{iH]akJWX <مnaPm3V\D ]ƿW \~_U XH[l/ PPfy>^.'%K@I \ OV=7`ToHj.S|*R@]A4AC1W߭׆x /~h5Cjd2Pu‹̟kmhgD7(efe@y3҅`mɺ`4 NP2E2"7V~oƅ ri~R+Vw].*>U`«Q#Kh:Kug-@1R#!mA낔f񒖟?a 9|#iE?AV Mt[,"O Ĩ^,M8 bv#O++%BS)(,PWН}$OA}'s.i%0T_t'_k"iE:XB@E#iQvjgu^ȩ ٜ zqB)[Or?yTSl"1.쇕(?r]~c..U뮳<;Wq#iE$غ4P V{qݕuNt2͚֤:J1AΆ羅9\Пl΢d&?fy\A yL^c0ꦛi"Ty-MJoObt'ݚ{"ť:jZ!W\Vio[l=ӫs_RfM8W*r~< akzhCY2\V SYť^qm"+CYHw}'oGjU߹KT'Y/c^O:iŃ3QRd E'-\clZo[E)}+[o1>Kh=uL1}ңyo;AJL~7FpZXUMU58.r_;CRZu}F%?7װgl&nv=a(m5B/iyAĄ4ϓAHU>I[2WD_\q,M85`2ŠG/O$|_VI * cn.` d?ٌW2T>,TO6dSD>'M2EW1Iq/bM I~Q"YÑoc_t-~?*r] /Sr~(I<2+3Rnt]XL囂НyA"v۟u'ڙmjd6P1Sf1K% ?nlH<~N,OHUA}SڗaE / ׉u]G|>w.h/Dqʘ0'"eȬM:h"[Bc4 d>,Ê L hgť:J1"H՗_lCp4_K+h NϢ FrK6׆3L[l'xx ɔRIA5T~Վ;h0KEn8F#?"HyS;5u^@BF7$xgoR4`-gv0V)R@ r.ٕUrCe(ԁ Jpӣ5 X+F ;Al=Pޔ\BhZ|JCZM b|'LlF)?SC'N@[~g W} RhS+ Ōmԁ̑ZU} rR,bJ3ݮDsUG}{"y`oOoA0VFc@ӃW_}5QSկ~UPJH|8ڌAR֖stq`Sdz4<'AvZ:3)-NTfʬMT^>*,S;_dȇKiM/voH~oZUB˘ZsDCjǂPJg]-8{Au6gq~FD+iO0|OA W^yE7n詓J@i9 `9G__tT>=ԁP(( ZVGˡ5'ۭ/9HUk" Xξ,>MW3Q(ԁ` 5lK}T` .C91P8PB/p0sΡ Ik hH!_S;P'8>ϓ)PG)b1_''ztȡy2|'0uaq3<í4@K7E"gX&gzv0364ɤjcjsP!$V1)u` Y%Ak3x"R] T5 4acYsb'$F8 0!M$)q{'<'PdfНs)u :!}LŴGdm$B\R2q*A у|itXwc@~@i9)αKi~4}γ6j򥾐5ǩx9}Ȃ~W$LST뭷f)`(#T1I,yee)Ce7Z$JBi `9S v[m)znMN?bIW v [z-#r5S&$$PPX.2pf ` %/yHpPIey긤CLa ̄L -No)䥸߁x:."!?nx+Mw޼yVSX.דf `1 dȆ|4hT 5f$聐Xp׭lA6Ǎ;8I7Ķ0T[OWI/|(wpX߽VӠh2"$&?VH&uŵW1=\.H7 sytsdϏgjE}ˤG?W˳W^yEpS'UzΉE5-[FK.-o$NlCN| !5WjZm+iTm﹁;;%Q~\drB(X?Њ >g,/6S4בAR|x?{1{۫@.,!e,/7lX_J9 š|͞{I, #͵HH-./B˯h7nNtҗY )cy,'xYrKYFKsz{% #?!t6/NxhSLM@$k ,Ң]@A oҗm+fS\Rh O{6cח8>17x"f]NE_N}u)pl*㉍ G&>/DK}/Y&c1f+/UG^A1Բ5RLE'8_ 6d="e~f*ڪT}:COO>}t(g|fBA2Mc,&6tSו@0 $C'w=&/MX߬!H"rgMg$lG!jM~4^ i|v\drȫjN+f `u_~ŕJ,UchOkmaX'օ|+%r!匤a?˟\a끱 7-=>T %-;Oգ9;bRL )Hc9 X^іe<r>e'YTrv^yȫF `9Of `5{7P6i?bRfEK[ a(J2\M<2ϓ&C"H1~p;M9}(=Gq ؞ozJ3T.2-TlQB3c8BGqL9D>Ă?b\W=Oj{#O|?~W/(D rD\!m'ɺag~i2L,Y"2%4Pyȭ3zc4W/[Wdr;j0=ߐ_V l,c@ސ%{r@k@ł!ww6 SYtP^:R`!tËׇK6 }]ńK69P K+NB&TX4@q0Yski{iOWȗm3d/è?e+ ;s|YqF;a3 if)P@[ƀ:gy4z$?zzMs=x^>4Hk>;ebhBEo%}R5Va=%T'?.ob (+?\3s@e@[ƀJo_U;\}ZYm'@jI>$5 A{MMa"7dv+ee3~KZȿ Z(רD~* >M|mks=SԷX\h?zH9AUh [ PJ4OɕP<4zy=+Z\!=%+࡬4@ZƀJ;+}6i"HW$lq5ܗNa owp%JPƸzI0Wϩ~v&|-0k!{?_}\]]M_OR _׺Gs*2kMA9 4xk7~"l CLRrk?IcZ~z5}=;^Q?^VK7;WACC֕Ar2a J[DAm-z}HG@IDAT}F?oؘWyjɒjJ =\mźo,c@m= 6g=4M!9LTa49ov_mAP0!-c@ƪ/A iPP׳~Y$J7C}<N]C>~_"o/u\e>9Rv%Nx01G[hM:-s䑆Bg2< N<2/?O8r ֳ`;^~lFmߡ {Q&e0O^ꃶ_VHAԶ >m ꘕ תJRϫ9YsϭK~ VqlXL1|fʑcUHwz.v~8˭#бXڟ& 7 ua#`x,Dߨ(> A9{`sK _ʗUoz9szщN1 oJ ۫ ]tT>^ΥU5,c@M~ evy]+(c$Qǧ/8IoI+uGy-c@I^˃M>.V[̧e"ʇ%o@V-]} =ǿܧu8fZc8?V9`V[O?Aϴ7#0LP,H({xp/IWy;x1,ƀHܐ% ߯Y2c"HXCYp 4j[FiY 5)kNWMRsUy떽LZ/g@tN>/Ų +gu^cҗ5ᠡ#5:tG4I՗NuGu"EKr#眣0%G''Zgqci~AkV__{;f 6moÉUttz[$Bxb}`R]kFsMmº@.ҠbܥF7_4,5<6#>"_p%.~{- {st EΩ1%ջnǺ.| Rjן}DuߒϷ(V{{9ϱxx~& 4G~ýj5tf;6P,%O1G=7HqǝA~p?tU LN}/@Kwu%?s=Dt)ls`FgI՞d "ZeܠtӍz:_6il=3W@?kUKcWL/!_)H}UI'MUߤs7VQj_RB!#z\/:'ɤ\AMNŏeCJ̌TtgguKڼ2lnB 7dE_ZPHw$Pm@t2[J+YXX5_P-",̲' >UjVfі v_!>l"~f:x;4 $[KVX9Σ r'OLXTwZ~DyUN0筄9и't2[;y75^coM@ 8^h _[t5R(|PT9e9K<۟ӹn #GD{3+>eXfꩇh2gY㬑A>s~YU6Abm4U^ C:#*%&sb}،c.(p'U6}5 fK&2HYZ_&yxdY?Tax㕉 S3oA[ ^9loI(9b:j?gxI<2{zkV(1VgoFߦk֍7HP6eh4WUb ~ߠ3`1e/T}CB|}?MϢK ,_5Uy0 Hn -8W5+o!(utUK?J&Bj􎝁} .OZ i@zvmM:D`johHMsM2w89Zg, ~ZG_GB~+'SR}K>C 3r۷N56Z+WɓQ 5V?Mې+Ċ,:8/8t9=ttFg?njΪ3 301!vo PܒWKpˬwǻ^<. F*$'i_| j7І{u3 H Os[~Ŕ>P8ăK!oB&.ʊ/+Wwu0A p{i2_dP1L130 fm̯m7_圦2B퟾A\? U54YXlZ;c_&q_eɳ K53 '@TCQK5sҷ0m7Iצ{H`։NOYb-ًqeyNk{iUa${5_futF:"HI?ͽ_//_(b@BQ L@L"w [hT#/e"רNJb2f=4N LL<׉ cVGL%H[%ݱImmI,\okC_V\4Cj &͘r%L$* L7Rڏ ;E3' tt& &Ri[S}ǿO0 @I;P>Ro`\kGS ^ o9~LzZZ$ Z}}~<$_pE&B/8_`LBY!|U^~Yp]B7!FbC8:^U*EFo ]g=dkGρ4_A8I,̭eu -ԉ Ba54!9y%1101#K_k5p<Sa/J[ [/AkL$|O\яkd 0~]$矣߻'3*/طQ;:kr ~#(scd5D*JoO=s$zۣa. &Z-7Y*Tq"I Te#\}EBr(x-ꫯ&Z F ʜud'>'r͇ ҳRbIHKH_ÎU'mk45e<K&R +.K'$_dcUJ-ƉҌ*>JR>NrZ(Ɵ3Gѽq^1LwKQPӒ B}ߵN\dK g@'uG7 Xw@k"Q'%x=©\_?Ym|',1m5L)_YՔagJ$oUOa1bHq # UK0TK=ߡel.  )= VߦYy]BT i )"_NJ[yqdA8tQMkzDtl?%aoW۰?}#BO΅vd"6e囹 Gy7b< 'Skj/UL-PΚIfLbV@%/#&h*s_'i%]6$JYW|UJZW^E,vRO#G %u#-!_> 3).| Y;LI O>TK= / 2}I-y_I)Ϩ 'CZٳ#2ڛΌ.i0*ka8/~Jj̕$%Zgѝ*ab, f8.xk;H\)J%5hʿ8^2[X%q#Xܛ i_!&"/ÁY"FxONO?N.#I'dxΟhweg5<Vt.?LbY$%XԷQ^"7!/yEf-)QDy,;aG3LŸTmAz+=; 2=+F`p@~d"b:'pg:nU /E Qt.l%d0b1R>CՌ3&[K\H>XW*pRN*G$F#AwKCf+$xq{Wѹ"`'S>]Nml 9=]M_"BZr<6NZ&8&ʞKFZB:vgkxq|Eg- |VΔjNݏJjlZa2OG1L֢1d|wŸviU+{'L,DLiMYBfJۿkzA\AL|P._0^!RZR{ZWgm"+y6t֬߷PnI)V'?IxEWl2F`čt}IG&Dp??%d{jqNV S+QWB*,ɕKN8ߧkp]lcUp.{mDHD+˵8-t{ l|˗({v:B ^dEBRIzam"LW 1@K=a;TyOw+T6)q#-!F=NJ+kjܞF`H~>mAi {WXK=*1z-??o BIHKH_0p;aMX3M$'gUS{) RO#Ca.^wK]'_Fԏ:%uR&A''L"蠼qbcUWem;Ծ5LiQM%;D1p|5#H@\UڗKlEնZmx2K=A5rC)*H <2 !Ղ3b tRC%%;` %LL~P%9H+PZ$طiYq=e^y;)xLn:Y~]!ss[B7p#= Oqė\bfr} K=Eg !J)FPPe|D*3m˓t"MN/ml?׶[teփ˸ةL`|MTַ+'W\6hCћ]'h.DRHi ӗxõ?t>fOnQ`9mJV+u[ g3yD"I#>eV QTeŜPetND"H&a8Ŵ)8)^~}4lA~gxU5!P A Bjc#ɫdfJ\r8#6@ع&|iQ9fGV7B 3ŕmWasT>Ϻ24m159XT }4׊2:!AY">gD&p < Ffp֔F  OyVPpRh9m1oڟɷZFg(^_չVS|=pUIC1VF2ZsFL@~9=^6umZ%ԩdLW-XTT <Ddb~c)н]~CIj?^Wlv7O6W{- B/ OH%wȡ|-nĿ[>6pc~r{h3ʐj˜^Lu{Oytdڪ)m(50qHuE*IH#6`)ԯ_M/G-$k#ʐ60^#ix S@.RskAJ~i{UZJ[RN4wy9^܃hkщ>doϓqQ'֍9_ 帽[Ea“XT>tL{[ a `,ק}k2҂fݹ9H8gɫ5@z+|Iy>gRbDd 07c[z◿ςvg-2>jm>hig0\2014zl}0`5<勊2))I~O!q~:EPdQ=rb@禚c=%m߫h$v-;42=<x -+e#&ߔ/p׿M~^OF~g)bBludL ﵭaV&2H"ȳUd*#R )ʓX12,&$υ`PHٸ>XHz[ aO\DT=uדW4J"TC2Ģc6oCh䏇1bKZ$m 3j2'-k@K<_2=<zj׷xHz>_|H図mpAV6}UN~&%D<wma%z/ӟ ʍ|fzL;G~׏jUezM> Z'6a \99VlUXUKZ'uؓ*V9e2/TDp}:!+kϞ+!O((0'c)L<,J[_fNx9)l=>-S;>l?4ɺkZ 5/qYwWӊ SM_YjJYe Nu]Bu/A6q,`@{#[!_.~MJЯ7~?R̔d'ߗ9HOmY7AJxtQܺ䋒A#\2tL$vrf}/J j;m @ +^:HKV;J'V(T5LzD~M`kx6\XuXX[hꢴ˷an?? S bʴ Ul%,=4gPp 2_*9)d^2phAҊ Ғ ć:dZg2c<؜n+hGSu1QcI/^WniRxP)-MuoKf(p z'9t5k c,5CV!,׭#/B_xsH%Opŋ,5CBe+d˼fXTB?l)Ta'~?0bAϺ* sE5uucdc)yxFw0fuc4Ǥk}-t(>P61 {&Mᶊmb',zW?; C Tf3N~~{_k&{MM}?ьWuȴT=8ƒd@# j:@9 f *>]? H#Jb-=KhKޕJZW#HG sNEzO[IvmFeS"cqی]$E`ּ64RٕJ\#i}w+]ˤ-EyB Q=ܙb#9(gd~ ;$|J /bц3r%w_Q{!@~9Z?O|MaGb")K*mJ8f05/rU5뿎P,j/y_b۔+_& #Tjn&/s3$;}TK2m]@&fmq<&F%0Hſl&(SNU 6% `!]lD~ㅣ@A( ӿ rW_UL赖=?g=}+㿞G>`!G| {|N?t =Vw (Ҵ"eWᏱh7׬7j8(N_?$5%m=dW|wjbPV\O džiN͟>j868P[XQvkX=7B-hsM:ħhwM[E"*s6`.is?^h.ia kF{FA?_˿skGլ_ۜ5hgR7ëY߫G0YLj-Rfm (+L~pvekĪxQ\,%H`t#]M#y0\&ډEcZfSiWG!㦿Q؀k{k/]"9 \0iZIfWZ! EHt ;bE?|.*꟎ lMWwPO} \v ט6?-s1չOl!vkD/Mc_ugOmzTV6 `qj笺$hp>`r!C:!Q)݉W1Я{O[hwKjTFiswe}g  ы!4>;bE#KMN^1? &-PWݎ )Bu !' Vs)gW@/xv?# KN;_ oDN 7ѡb@ 3H}fȵ;Txm { OG /cQ|Xvrd,0_.^ǻ [yh W0K6#IE֗09o@ 6Ȼ3NlfyQH 2 P5t o"aO^_B^hFlNIx;(`rC~O g,;@3qgw>hmšʽS^vPb_D2/RϑpRۍ+} Ж'h:kAmgB幊y7Aؖt)4R6ƭ:ж}ؿ~yuԒ kvlK8̈́qR>F\3Y'? =g_ Kq1AN?JbPͿݲ=]nN d XLr\>'>cLiaC5"ަM<УEξ~:020@&X1wfS[NlFOg).}Rrca1-:~I Hf@\B]QiU&+w o>kw4(Ɵ_p xC;ck3ή4ֿsXY5 _5t}㵀ـ\>zeD8ok_[9;16e_С<~u "? $:3l&w~D+m_dw~lk_  aQ<XDj&5 mGPZ- InwodDcU[Gy;֑G6N{>8N8?Wwn@Ưhu:T{D~ 'p?i?ȥ}47Mڿ-UR7ԩI*]͇HlUSڏw⣥}ȝHA}{Z?{g )ׇ 3~&`|ӆճgu?k䞿€kWm 0ꪫZzt?#h7M{ , y.0 L%^T%<銔N!MRA\|7mXaT֮ePX]xջ/] ;]/jj՛{'$(˟j֬Y)S?9#VzOT|GgHn2?g:M#şi[ɭœ?Cwv>V|s; ]DU\smuGs" ?5DN|BPSw6}vWWG}TL!򏽎){lX-Vw r*TTꚫfSwء 9 9e?'􎠄j|:>_H"VoCu5~LP>MW[=ZwU$ !;ΒV$ TcP5?]|0V:s.zGKu5eJ>6 ~e> z ? W7RTg},+gwX˫ngɚ" !}'?Χ}≬nR~Q 'NX=_UM';T{8wn;`sm=ʾ[M6P՝wQa׵7TLSR8rV]K.֭]W@j1+z">)ces~=wNK_ǿR&Q>I"]>wu7խ`?x?9MлjV)k)ux%e\Cgz K/>kr]E'wyg~ *Ă~_ԧ?$VyѢ .xI'T->T锳N`l/ofnX5z״q]u٥j8vTNs՞ܫ/[{U_,{W]ݵX&Kij3ԁO\olv%?͛ +/|꫹ogWG>RoWx)4/Kե\rJuд\Wʝ#hG M1%y|N=j Vs~SW=y` Mp܃^W¦ZqՄ Y}7I}oC̝z]˫ ~?_ NRtL] +XQM8w|սx^Űh0q$)wPX @_0^;?]C{_ͤa34_R]NEd36O~ Wn9$)+o Dor;-2(y53s -_#Vu1Q@IDATs*QNr$e~ _۩eJs?-r4LD* hInyW1!L=if-yk]vLS? 1G ԛwjS0vSK־t7` se{t[i1߾|?^~}߿^|=<  @Z\veDqNUm+_MiH6a v3cHr?y'kna9P]qz饗0waN}}́vOvu;.IjMe.oK};Ѿ֗!J \_ڍvb[ 2ZzM@{2^yY[nĻ#6C?RfRYٹaitQRQQMU+WV< -w5%hNկV.8TI"mV#U>HЏR.ZTa|>[iHYs1x"'Ӡ)0ӺrOw0vJҔ?X/o|ONTfͮ_z~nz`}> ?Nz hoN>ѐT)b:p_ñyήo~Kj%t ;]2)P;XU!o91ȐDv!j 3g6nȼf'mi+q<Kc>RjQWdHӤagg}û Б**^y5@u&mvyP4eBkݦ2itSgM~>*>_ViϏzh 74ӜΣi/J?LId3Gj(Hc{9ٿ]W!JJm:>_״~iGvOX M+1Ȕb2[I,($io+2i`CJ"E˟W)dP{OS:']*/UbCc?V / ^$c?v!hejb 74A)m>?_Y/R*k :NǟȪ//R*dHs|c^!un6Rׯ.ہ߳yϤZ_Ҙ̃?}eNM?E_JGy=[nLu:?֐/ٙ;}~M][lßMJ?#wAJIj'JG?ov!.e4qBPzWTwӿػ 7JQ>Qב왔, 4qJuv*w=/U8h7@j_jg&X%r% i4(b \OWdH$iǤ6HwITuXQmró|`~τ94a^L?'JuOkPW|{}6nJSo7-U!Md )+(&}<oͷ[_ 䔼"%FpE?l'?eBq^!MTԻrL{-K#5=ۼ=̈́$胿#5 }[jLb֞35|+Bx;5o4Mjub=Wp_Tf/7ꇔ"q ib%5J4lNyE4M Y n\ySY+Ee>`AXUBmXi3l-*WdH$kSm]PW )Y˒զ1Ȑd-fvG;Х5#Bj}(.N UCMK֌1V$E/Z5-ں_d%?710?|QG~.J(%Z3T ckE8i|y@E p^(v$UC7~!N>pg JO뿲ts?y뮭GQN[~QoL]g4N?~zח-UsC?5|ˇfA[+rR JgP~ S*;k8el!liC~|8V<쟏hUMOW?x'tOmĎB}x>ɷ7U't@~zIK~Fj:LY1_ {L4p(Mev#ITۡ6P߿ \3*KHŹvߎ=pCP뗿k5OZbk9\ֆC w8|_`v(Usyu'ϯh HsX.0]PfcDmvFܼys^ɯ\~Fs\uOի<4)Y3!q8"r7kIY[ZIL㎭vyM 7qЏy`K7jcw$O|dBϱ;ɞ_screU֟p)t|F/"~ߩo}[;G0 a}YgUy_⨣}Ĺ.o\y|άSvj*I ;|C'&`HP E5C19K!˥to?:S`d8mCYƧTGdrqoN=cVm?O9ۂYv|X ُ:}co翀!{A9a3,no7Uv6w=v~T{zo+c \#LnGB /}t/0XdE-N=爲%ٹK,lM13e'qJ_>fha1pF%@ j^߬[2Q/ThK)?ο퉑T?ƏK~s*㿌bs22%I?]ψV]w`dǽ0?k_ NXPp;*;qIFXֿ{GǪٳnW+.!_5Y#y7Twy'KBo8q=Xe1ni:z-7ڊBV"ԼBBN*dS+ SZJ81*z<2x2މx={y<ۗQ>\ :(V?:`fߧ? ÑOLJmq[챟UtՇ>!*puR&?teInI cu}tӪf͞SqcAvg|Lk1?X^V]̂է?}[FۻzUլ7@㏭~NbZu&5 'X콧{? c,;Lz~d- ߍp'fEhw^DU|X?c>_sF[R3?Өt.ѻhFYw43Z{JFi(ԬEP,k,WOWؒL^`BjZSYG͞)8Im$$`5 մ_(_=[oq֓xIHj 5iPLd5{*'񒐨4jVe˖UK,aE.\ZrE~j錛8qbyv]Q?~Z}+VV֯Ooڼ ]]/_^-> :H+WBnXL>E4ibi<^ǝbBjki_jWe_i3s{or%A~E4`MۡcH? U,``3Ͱ<驶|r1m ;SW`16-%Tj?[-ʔ=lz!ARQ4;eꞍpk֬ϟOa?k=ȓ4N aSI]Z+MKQh&Q_쯌?qP5WQi !ɹUo%IS2DS*li(ˈ%"9S2$/o[2614аwBS*Υ(PM_iE >N@  a2%}KSɌjBp2dS$RZ$@@z$G}AS/[-.\$C.A6^h[.c);뿥´ ( A(UM Ѝ_RRq.Eqñ? CD6ӻn=lfK:tK)2Xb2s f„I1 po;Wyq 3j.$#P\u^YU? #a@ʏ972et*m1>2J\2?^_eU_a IYb,&e ak5 slRii`>c0}FUcvز>#te؝vA+VL܎  =Gx$_uNCr쐀t|'vYN]X|@LvfJysGB3EB?qbio$ K1NO8 آq ߄opS{'/ ٱ캋ǛDZ sK U쏗ے' a<<ز ֍<ɓ'WN,h2;=@¿/"] pJR&u<,sE79+؟R2P2(GIp"hD&*dEѭ1aeDA+RuSO?nagqR~`!"LJD7X=,aY?ܠKYGY8l>U-QK:^wXW SG}$m/NvI0Ⱦ.T2s-[OѬ/4bY.]5hg8m=Ē1пXV@vdI[? SPpV";tbb!vFw ;$[>G:5{($:8>~ |uX BRBm___>{#b@VL2 Ve%)K]Stj)U4Ph- 0tC AE:&qelN|+`?e&V<*QYȔƘSǕ:VT_0tƃ2Vr JS֟ePw"be1ݰ;b9Kh=0tP%vX)zi3Aݲ#Vfǔ̜#' E*K@X`T| @I;m|hb >]X!Ɣ>%_\!A&UBfQ@~CJjlRك#8؉v!/Xcm#:'=ʻI Ⱦp. (GAdkݢO j[/(z0T;78e HXAN9xgBA 2[0eGP_ew8N2n&zJM^qᡥZI` =#|Ů3a&N6A8Q@3}ԧ]5XQulov#J)x'$m,6 ןY*/7ܮd`37.25ͰC  bɋ0VSL v :8U3ןue,_9)S'W`Gn00/vISD\6,h,HjR_)舒V N! L1mAmӸQH$7@U!phfvJ\կ7ۦN1 '5)CWp$ bE vA4pH{(ǚI} ^:N(̤ "yۍ$Si! a'pW(R%>sǚIʒC5hFH-(PM)8{p4 0o~(r 5k|(gG 4RkAJ[Ig4qMqUܸ-i]_M+5  &6`5%\쯌mRGcS߲(&OԕPeQeQ Q(|LYGYGoh'J(돲c8rBwI2'ܘG,Y_n&IK$P 08a,<]e(?9DW\Q޵G aG\` XYQBYX|P=7 a %jHГ2"AeWAPMA,2M(e vn+c'2&(=lw իTA ?E_Nj pӎ (Ǩ GÐxxG@r]TꁰɡoTٍӢYhSJ?_[/FRxؚf[_2(@IPAY ?ٲ.o;'At?̥?h>_>_` H|ףaLti!d|_? S\?a;ZD ɮ}SX?F[{THVA2q@& ӅuU$PUZSLJaֿI0HEFvbQ Gt~JYŲ̂ ;v81cm‘<`PSm87G\2NeFȩPꝳ/WkpT$7e2(ٸ$HЫ3jK0?>f=.-a?:G4)REw%e*OǮ*htzW0/2+]Z!"uй4&4Zs._bq(4Rd$6(.z6*D "R$""P&"\`ѿj\fgPBh}wdC%Q:d4J #K 2+FdD4He:45%zs4=^֏r\5᡻S.fYSLvI;S,Ƈq*tD]!r` P^|C;Ȑ/GP ɎLpf$.ѿfr6aoU'(Uo'LPm&Z&8\û*hKl&z]d4`YGiS[ִ/0K ;]z4pΖZDES//m?ޙb#3)yN;Dlp폲phin*r4vGp11_=_D%309t?8LN,H[C]*|?WcG%!-cMr[Ozx=advevf=bmHIU <Ȅ\Zwi?̥_ψ1OP1[?ǖp2^2F37bc2̿eM[{Y6?p t|1缾ݑ򑶯>J W*hY#V((a:q_OX 30iu)5p> -z:R?SGBG @p)v /;1BrǷTO?/lj ۀKwI| ^O0ڼ%a_{dFIJvIE>fh c㟎W{媕ߋ&V[sډ^Wl4:}?݁A,ǓPԁ)cGѱQv Y8K_gBy 8:&\]ǩD;40tLG8n&MvHz'"]M%yGg`҄kemX`l?e*(AWXGӁo@ى%7;GSH>Ę@ߪ)'ډ,漯L #_B&p;r c'@Ss>E_yռRiW!n_|Sj3oSmH[_?egk\6FF[[oϨ{^$wW5|N|\=N0BNH d+P *Q];}` dS@"m RKN˖UHȎ ć})@RB$TFa(ss\ Ŭ}@ ̜!jq<|;)UmZ|4w Gȱ6Ml1# ŬP"?/oZFAOHNY&޹6CO#|L y6I4;ZK(+}?)ӗ<3{ ap5rFZ GONƎ  =Ɏ ch"Ս\[)҈ 0jT4F__쯌? ]%0@@4Jib2+#?Y0; q98]:+2?e\g;O~U4_(OSx2h9.CvXx"NAGNÃ4~6vXc ٧O+Qp*_c7`ƊUU/v2A 脉@["g|_:#J$va@;8Gp?!d= (o(W-Tt%Y1H8^r.\qjG8*2NfRinU9Yd1'7N :d--:'(6i]?o#62{hg$qGD :?VNZmXzp$j>f,?ABN6Qax=L\fL cNCt\9KHoU[q)si-h+2P0VLYP_1( v ̛aǟ9ǂVBSLzghN缫 _lWA˺4=^EX~ERI%#c b[G@)uUzXDS4U?A,chvɾ; j303387yZR[a̿4faDOڌ)H 3?puj 9$>11?Ft$ZIּnU("yj*V5/[J%S&WGuL}zKwvVyIݪP*^GS3VyIݪP*E U8Gk^R*Jpk<5i+G:쳫;ZUSL!c@ZEOJ&+J%5BᴊhKVR .rf8b9ZUT\#NXqּnU("yj*V5/[J%5BᴊhKVR .rf8b9ZUT\#NXqּnU("yj*V5/[J%5BᴊhKVR .rf8b9ZUT\#NXqּnU("yj*V5/[J%5BᴊhKVR .rf8b9ZUT\#NXqּnU("yj*V5/[J%5BᴊhKVR .rf8b9ZUT\#NXq(@IDATnU("yj*V5/[J%5BᴊhKVR .rf8b9ZUT\#NXqּnU("yj*V5/[J%5BᴊhKVR .rf8b9ZUT\#NXqּnU("yj*V5/[J%5BᴊhKVR .rf8b9ZUT\#NXqּnU("yj*V5/[J%5BᴊhKVR .rf8b9ZUT\#NXqּnU("yj*V5/[J%5BᴊhKVR .rf8b9ZUT\#NXqּnU("W3^ӱ q4:.o iKe9T+l%ytp 9(;HʍR_!^D)&aM[6FN[-{9M%.j_Fڦ]5cm`WU bA|vaق]XJF((b9ZUTUd'AYL)('V J9+.VL1J02A'zFh &m)N;HLع Q 1\3gњ%H1mAk˅? QՒ#NXqּnU("yj*V5/[J%5BᴊhKVR .rf8b9ZUT\#NXqּ>u$h\3$4V!c6hG: |E\!OpZŊs%w@FS3VyI[Ք)-} 22q_(tBLynx,EMc9:3)S'zh`++)ɸ?\~?=`#&1t]|/S;c}T>PگYJu:Zzk4V~zEQaz&Ӂ?O@t O})!q `p_E@QEȓFe'#.F0|ʪ/g jreCd.`K.&mhG;ms.U{ꕻhUunf͚]+\^uUGzAKҥKB Q{'\)@ŐӟtXRȅ;_z]ƟY2/ ?OV{jOU _faV^{;PM1_sՕێ8zjڞi|Q$h|ZOjֻYպ5u a,[Z-^BG}U#k͛q%"3X|`^2p. 6/_ˇ"G$   WOFNQ*w; v39ŋ( A]5hdẅ́i8vՠ!w,ߺEKcNd N B v3!p6f;cC}u_v5]o R͛&0YS,oO5ռye޿\kV+h+~ b XO#uV?esr͟?uƍ`9f 裏E:aqzFZe3-G]A wEvgA<:3[;3-yQzW 0?:M4:d㯉EtuaL?|o}n,WTh@)eϿٕ>cXstVn@y B}Nȹm`tmXj_1"{4}.ίQNOVn@G? _'4t޵=^ 5mY],RwzR_ n\kmonj7`D?g֛g6]VFd9s]6͆=1=-^8]{!$ɨ}4;ej3.\9grvo]e̙z/a_XV鞶s iP(OXHA3} 30Z8(Mu!')/&LP`Cy^ HJwcN!M]cZ/_mpk#xA/嫩c:4aii14k\yU5C寒h1gɩ̗+ ^5j]jUDBIw#1:gy{$;[u0K;_h5U|L ҍ׏aƜBF+TO1蟍|dz׻zGpXI)θ4T*{?zumn?Movֺ[[.iomu}A` %OwW#/W /0FI|5U|LG# lZzwnAݕ$9k* [Mt0wľtۺw.l Rpx_q\YM}drSȸ⥹\KO`){Sv~)iΝjR/73g~jGjWa\~틦\! d/wl*NS_:L.']/AObFW.Hs0SϘ$Ȑ {2|;sĒ>{-:/\_INhw [EnPn~ I{};X/ JkJGn\>]l˖g H+׹ n?ً,L[h" 8< Gxww8E夵ο1"vA$tpଣqG0n=l]|Xi{ŁֱȀw-{Ҥo_Ys B^RbS>R n엊՘WdHӤAJ>u[`;beor|?aB&I5H/U@~uV}S[7RB/(IMfl[\ݏӆyBP%9>2&XOJ ʧBFƷO2-J];2oOD>t>8t˺mC446uAHӤך9s&p.Ϗ뮻V:]n7v\uZI,(/:D?_yYorwF r99ȐICJ"*#38+QH1>(+ "%%{frBs 5*bt/|]޻tSYܗƞ+ 74q9=ǶI} zKYF/d_=xP ?}nBdV%},Ƽ7G035PWdHdHg iE4fi8jdU5 4`w/׵O[>ֳ~Vg)ſ_Ϳ62:Vi4P]P+C=fٛRƊ?C+{L񈤂l+2i:; uczOkL?oFfsα̶]  i4A]QDƼ"C&Ihzϭ1?1hyY霄2+2i'YQA@<w"{_8p+Vd2MZ9iRR{XhB쪡M+Ƽ"SƊv_z>"`9Pp"{*Fg)7{.wiPИWdHdD:Xp8gAO\.ݴ"SƊqz%>vQbmWߘWdHӤ0&'*qWuf%('M2"C&zT/ps͚[?r vb1E;8$d:H\*,Zh/Ņ.2疕R__FAN>޹hJ,*Ow]i;*9N"k rO(Ǩz p7ߞv٥OkRkSϿ/>a+8?g ?K5ci/yKk,OHegAjm8D?|t {8Tv(Uc"h_)v1݂deIlS6pTd\V8iZGqD+8_) F<(Æ }죭ׄZiw-Ux ?_G"(=ǢݎI ykԩUԓX`1KЎ ~o{hFBckE1i1_߿6˧?>x6]:I'%~܌ I14:e5/3!{u"m-3֨TI9eG.DmHUYΟHo|S½[?駟jkf59O;Rd =d,csIu  +sZbV7tl}W=~~Nzċy%$Cj?ȸĎhv1+tZbV՚Kj8 dMWC| ؍M/YE }pvpAbJ9g[=k=JT*w["lqt7YMg$ݑ~ 4zW?sJޯ[T{ls?y N WpRsTDEEj"30-TT ;>g!풀;,(ckE/:}>&̯qIWC$@ HDI%f4]M.,CM~@d 2,UF,h07>4'+Ojw-U@c((^:$xȸ Ozp`$uD~ZCtA}T2KD.WPp(֊| O$ 3c2ޔuJzK$&cfGضnQ$*W?=d8N~n@wMu&o8ysw \#=H8B $[h-_F=<#3@ @GdQ;>\?֪&jZi.{:b!T1//!W9mI%sϷ; O>kϽL޶N->{8)VIq3wno @P#8_a$[Q:l袋Z_~yw.˿l)SgӚyz nSm DV|ϱ1ͧ0B e'X@)!_m&I܌7Z.é0L[߳\b淳ugQ'%Œ1 ٦?YA unuLyGk?tA]kF93;UpR ̒bA `FB~*FWm1| 7! A0H2LRǴl sy\\@I-]~ʳp05UeWK >M^'^@ '59:N$ 1SPWTfF=HY/7BW I( ,FhrHg|&Lrǫ6*O>Aԗyg /;HRV$%Z|븠'B;Ax wYCR]*;9$adatzk߈F| O Q_Wk7a:T31[7؎Hbc[n)WZ);ó(y'HR y#>!j ?8q~ H޶bcJ5C19K!ףT\{]?|3:i?k_>Tj.~?Iu)V˗/ 4|_nVKը2K1kl#:{Q?VСCq>lQiNߗe؃kF?2\ze1AK_'LcLAQT| ӽHJw sBYf-Xsè Gn ;0)&/ y>+|̡I &-_{ys2t?:`)vn?WTkss])SF|]dآ?pɥD_BXi,z_*,aq%4,t8餓:% f,BW^p~A.~HI)h Q\,O+TI <ΉlA/=xf::H!MzV 46#8ˇM6٤#O;[>si/=8lfy 0iy晶ο??y-3dfK.c1ANH?{vO=M4f@+gmzVYup7?(6l ( /y6^s#1A+kW;`SO{bX:̿Lzt?fxj.MМ{m{>Gje-֯nU)T/ ϤIرcO5֜o Ϣ{%gMTz+j ;4{[u1Qwz"BU)ӞƟPSVαBáƟZ籝Q ݵ׆˸֩M:N믿Axz}@xŰ} 4jfX ~5oC9!6/KErĞο7Dэ曅\Jw'ů7<<6$v*}|.◉(,Y="@/˝tUg߉Viq1?qF[oѲi [9h׾3V(5t_ZqŠ5V%}٧x駜tBiR[$ g (`2טi/۫>[g[ui X//O?i4`:u );qA}4x饗JbIk?! 5 te s俚w Mw_ž[8g b_jd]PhVOl #+ V@η]`hqMBEFuku ޞ5`_!>1._NP@ijِWQ(SYYBƎA °oF}_YYЖC-*"!T.7Ct#ahB AmaR*u +mbZ}]$5LBqءT-y'l"2Se^B%m-7t+^T燞?T wfG [ >xˊWLK_ބӦMc:IۓOD_{IxN%3f\#J-(.D/\R?T '4LrƬ"Ck$T:p ];szzȉpwb՝,bYdP 弣K82$}h71>U9I0@6[2D_lMKO_xży"hSJ%0@o3S XP{rm>pt1de-KdI[C7O-0@9s=41kʔ)_,7tջy-9j}BD)4SJ%0@ބU9UV-cFXЪHvMߨ#ZI8?TGν/Y4T~_b-&K i#T pU[9'VC2@;=I"P>2K J QXfBJ<`vʪrķ~83 W#_OzMxoNJ%0@n_Þ?h4$[uM4R 6܆VBuo/=^"_.vx ,d-MZ:+p* :?jԨLzq۪_Uc4㡕)'sHa„./1pQܡ}SES` W57 λGo^dZ=r@Le)7,<"Zbқ}G){w@Z)ڻY+{*,e$ ; x$h=ȯϓb IuRQF'TJp5AVyl=?֛lzx|EH(S܏FPZ7L9w K@RMaz 8/E?yLmu:$Ue '}ekV'8 *x]oQ m+X3TŸ3Gp'lR u4߷FVdp*x#GMȿd U*~T'$~tgEtwK'T]T'OR dkY4|peDThmM8"^x>l1-L˧r[oEQhhtwNr޹o?OISԋ% }p5Q5DC[[5}ܸ01xoN'|JLKv5i aW3r~ᆟ l?_ م6g lix\]yi oxej o~m`ZtPL[vڷh+eKkdYhk:d_#3gn\ B|j0Ʀʵ= aW'<^F)v.m34L,8}S$_VK>A B֏1u_2[QF!L 6(xMl渁)k/sN4$zaՄ%iz#Lz'^]0-+Z~/xI C0~ؚ|Zbn={gla +s"[gЪ8&4u;V;_5#8ܠ1c'FL )W KX٫;?]/!%"w޿wFk^h̽O8}/7Krȡwo$׿6,ٶ66Zׄlڙ4$/woxwI"k=YMX_5W/mmxk0z@]tIp 31tBPe74$~R\CH\qv- kx[dҤڑ# E@c/ 4 3h}H@"d>p@;{~iFw6o16+NW-'XҴ']^y+eλ/[$o>䟾:jX+fUP a0"a)peԚ>&Å3:+GguN߀ѱn=I6ak?ٗ%P3OӖM_ʗ[؞dx﹌7(ϿSGJm76 6`?e*Mu<3DM7n"((>u'3d](K',5߯Ul4Iozox@n 7R=.`eWs/ j+39aLVkV`}xnX^ 8 rV@@n-̸bх+9 _ ܄o;8ڒw՞g+՞}&N9xpܱLJ뮻뮟 묳nhv`nᇷSsnk4E1!0cgRV>(Mr>B,_>7onI\Y iB  9(:ZOy/ a@b8?õY{1k·[ey`%|'Ro)\Ul†8[ 2^D{+ڔi05`†YNzbGJo|muUFj=#&h /4sZmc`w4mvZ21\$"EO}ATnt`WQ7V#llBE R|糠oهv &?4MPWZ|vǼpBڂUXz8J7L9O_/|zd(R[ PH9_[|)ݮK9s~ VAbJ>|gIߦ=5cgrIWbA<~R]cf5yLc$2I[ !Dħ/QO:᪫Vx&Vo ʕ5Pn{;O|͋>|_JC:/IM)R|˂{'_t5_xfB C ["n,Cd0nmӟJzM7sB{2[TdY !D(N?7Q]]VWR9 2 ̈́&pe/\oy'ફ>c7>Nye}oE4b8"T{~?RD+-v.҇oaY`_L*0!.;#D4N|D?e@]UF]Ґdۉ)A&iTůY\/c{{*4b8)@e 7\BK61mbL3!wh_%SVdoS nj-2L!B"TABeJ8Ö[l%Ę!Њ 0䱱 agґ3"f-.g~#iS:< )ˈNKWY=5,+5뮻іHod201\"%x> 69cgD~X !_tqZk^>2dX8IL 2^DrH -}Z׌N&\*R|*TgpB7x)0+D)6$ӛ)ˉLzbHDJo|.r_j'$Ky;Yos3vF8!כDrH -?`5KOY)&Cİ d\eW AgsT(>q}ގReNd2DB H -i^ @IDAT⻐fŸ́}1}Ai5MHWW 17 1\d"%x> 6gN|7ᅄ[v ]u^2~,Xaŏ_vcu }̹D0W]I+{WO;^c;"A ϫo!Ht^Po7>7luZϽ|:I4O*bz뭋_{=M|R)Oi;^-iwa>Vkk~}_Wmp(i/~N0ktkmtQ`{B~Yi %hb]0ƂtA vb_kaVȳy"7um 7SCn| M Z2'CW|#?3۔lfgҡ}B[Ø pי3gw ~XM6لr~f1nwp~&lz*[圶׿Vh[ao|7\;ڭƾl _9l1,fV\Nj7^{=/}e.hYP8iZ%msERt}K._Gr?}i\S21oMZsoWǟ//{ H:ɿ;GMB~K9O|ka BIz%a~[;S/Bcowؾl'SLz xa~AA3o^z)YPjgꫯN|E""XV%õ~ʷ%Z|狙}ViE^1ܞ}./y2տO^J1x ΃.O$1?_b1_~,r?&p}xr?uFr&u2yiF/Ͽv04 2MO|C,M D$5Ɵo  _5a5L.s7rd{g?l|*ods0Tk$szħފJc>yw@.(vmmZ/$N҇NrnT$yݶ/m-<'}ÝcH} .Z 2Bj_aOO+[`:g<}*Gw˾ߒGd73DEb!_P3BoJY-~qC|7S?VmRBGԷz܆{fa4?O;j/_ W1P"i2.%:XZ>hߣH!)&9?=|jH, Ht!~}'Uh6Xhl^3AV}hz"PF.%b;wJhd{{}k ͓eѯˇG?e^yK=dKd);`C*KB]oesƛo _W}Ol"4Q!x؏DC7雁~DrRҰkjzHY]am~]@cTs-rE/;I,-{ʒY3ISa>-Fi{Z_t=J`y:4-6ڰw˫%Z4_c kV!teM/w;c!ذeHy9 @[lkFcH.nii^~-٥+bY󜳣lShk,hky55 ok}TVV pm 3:l\$D{?9t>jg _1~ _bԵvma/bk)6>cUB|E\U6Vh,uzWZɿӇ..O?y)s['n06"\Vv;C4\KK5}I4V[ŭVς.ҁ<kοE?Klɦ K.dxlcFD{'Iߤ;I[KE%~Yߧ>J-?[hŸ'kC~(a$`/5?awZ/V\!zbmmp.-w'_;΄ avNze-K`aϨYޒaر&'?|o5 /fG{}>n^U_?DKr ¨?C2L~֍r*}Dk ]{%ﳼmQk+S<3:c&}]/j&"@*{8oA#KET .`l ǶH{6>6r_*JyVy>VjFH-,.^DF?*Lf=?u)R!F>H6ϟe{&w~~1F+ЖH761©TOJk'TkF?h%@_ڣ9dtmAg"Yghc [?|$=dVAqo_[/[tK03 WVUdV_Ց}Q`u+|&%{2zA2xwiB[#-ۇ)h/f!VcWs5 0W|3E8%ܧO V|7Ni|SH7ƣE!N/R{]1Yh%sDtUWZL#E6ds\o_JY~/*S]WIPNv@{v?P/]E[̠]?K/c;}>̑T5c1%O٧qO4.~bS|$`>?K%҅O]~%悶5m;}=pNhVw|;Â(<$:Bc ߗ6pTƋL~]gro=Ԭ+~턒Vk~ɭ߿tSCeB~zӮ2Vuk(NtpF3]׿u.#>1R6Z51{!y|YwE{w(H_x Ώz~$`):jwNBk^k8_|4k@sLrt`?iC$`ϝ;{- ea]t|3g#/C[ō=ZX>?*(&6oܰ:l߿>ĉW }oZW|b|Cg0у=kM 9UWgDղ3'~Z9[/i>\aUVvI9S%^1K#0"ڗJ WuYŻ5*gx?e [_qwYޥn*{-2/.ٚu>ˊ |sqF!={-7.)O絾y~e\4Hۖ[nAs¬ِJ[dʱXrah֗J[QgC1},l1w.o1D~/"٭ʵS27GM xX3DԻ ky}eZWWwbT TJ %sP9MVl%k>*Yx]v$+0Wɜ)TΒUwK %R61?<xS矷$[Vd\!6pr"݃O-˯ [ʿ_Ds|d#}^_ݰ?#Xc u2o 4}Gݰ/z$_?JATmƶ6ݷ՘۫2Mzm7MNP9dwiclksy5gflS `K#\q ɺ/޹?ڛ>2͹Kg[kTz>0߉g7]z19Yl1+jgi"wMb~5N{>i?^v&LDs)WŤ(9W7#D/I@=˒n){e~sZ~n{?+!yfP2g #XXFX?EuB:/TTD1fAq|*,53i?oq+oh]YǘC̃*gq3}'Lsu >Cϰz++m%9S(VU۩{D*;댁Y,gm]?4!j;;{s RB^Ina?o+W8Q5aI`U50q͇n7%׼C?M^>E^;Z'h+_wuz5ξpiޭ*ߓn?g|' 5|`uplG,'-4F4}<<+?{y6w*kj}snyˡ?+9s/PzV[= s{Ngνv{Uc dn~= ~#=) 9wA[I}M$`K{E'/ n/x$ *)2z޹b{>?ZXvx~7zŠ쬧=xV#~sw8gy"ȠbZݡW#^϶Y@Lv+IN;(\cͤ*5oN oV;HsV˄-Ch5S!;R57_֭&wmd2 m ㏴Q+?|@i^O99 xk=j 52Q5@Rϓo%<۱H.=KO;pr)}>vb}ԻG|9 ~9ߟS e=^#;VWwWF;Lyzi/~~0:;:ViOxUrZ_G6>>XZedl'psjclo%c ْga 'N\ ǨyI{zB}reމR-z<!D5krL!p?꼷3 8cg|OBؽ7v!ҥ=\||o? #sͷ">߂9_&E8bcde4#_xTCz~O-+%iWcxI0;DZiC Iv,*U/*͉ q ^`ZysTCC%bZوs(u{Ssk4Atuei7s .#qҷ;uX{\g-nOJ T-3BϫɥkF/IޡU}`ϡUzZY.F|pA ʹA!1~M)QWd]S=jWpn'<QYO^]xiʱLzG8 aTRK꫋%_CER~qmwgciwPj%8:}ݽ^2y o%؆}UkUN2X6auLj@+`SB0en? mkW\U./?,kzu֡ƨ1WXgYVlXcl_FEmG COvr? hY$=] ѥv(W9stO Նɲ{]޾{2ۢ8O*o>{|%ޞ.D}4IX엯?&iV$Y1AGumK}SWä-|87=NKQ5TL $,2>:DI:݀'ڶYr*߿X^=&y38HVL"iU3\4RY;oTwi}}~B¢OOI~xO%>$\Mc{ogy._@'A=+&SD߳{ u?L ^ZC?`urѿHG/#5N/ӓ!w=n3=b.#c?MH{b :BD5₩PcM[duLbc\7ǐ=YqyܢWAwuNOTrU/xj Q8^ց}E*l^Ek&\pR!ꓥ*'un=~]dKEq,gR$f!M>B{9&;*-* U|D2/p}cvL1NJŖ iEV3mlТ\qŕd6|b%I1Dܸ /ak/+u7KκD/>f_f|sƛ?OAtQ\ *mk.?N_D=l_j=~Q:쮹VNj%/͐B/Rdi?(DZNy%MluK9ڗDSk7˹6ïK$}1f~-衟w(._ۢIeEAԩNC&^mdq#Q[^r/c_VL3kY8mODٞ&]*9?,YS%!NJ/j#s /9/yl$n\-:2ej̒.|~]x\<ۚq^wDAY\e5*mk`do3x?83ގ~q_ui3 ҆fOF6Q!72 &s,YKES*isx=ӯnқlק-Ynh̡ .%j? W(ƍWIqƏq[7b-'+G~J{NJJ]9%Я?_?\Lä2Q: UjZ8F7eP&vkF?{﹛mQjpg.RJa!vd8`/@jrɶKQ:frbx/Eݔy~ $[tmr!YNy+-J6j#sߑVxw2ef!"h3fS>6ܘg.G"f1*\C#hRHj?%}>0X= ҆fKF&$p,YMX1T>Q: UDrϞk~(A/4&žL _OW ^h%*t[1?a]Z@ġqz^%U 90tQ}}zƙgXXb#mcO˗/NZy&'<)hɹWZ娣,f?75rW>ལ8Jݢ>IHn -9W,es-P#WT% jqysEyW>'vYCtOFutU^{__DO*d.7)+w~&=Vi?_,U-K[D-90`?7ͭeRMהWc^tF`_|_N]Nğ{͖T^w=1iKm6_ iߎ71ƿEKGb V7ſְa&lRuşī@ lG:j_ɾ$E4(ӹ}~8uK7,G0ZiM7)>iɹs}+ϊz灣Ue;4QaS}j2K?aUy}ۊǘ믧9n;Y`<1.Mp}6?u1v4ZrneTiQEF# -EZtԶ_XW\qEJ+jzAz[t9e.mo{w/iAv`qFЪ~nOQZ>{H.) `p/ ?u_XM)Zrz$!F# -ERŠ5Y.bd;zYKVH@P{yuj 4>!"wzḍcƎ:}5W%x O=+AXxOjb@w~4ǯ*XpF$5ySǮw=֪n м4VsTojV;f,~ps*sK)F`)0_D5 ?99z:M'N |P'G-9bDQw'aǟ&~r}NurT'c$!1+IHi܁sRnt4U,-j$~0 ?LDcu>+4݄g-9W|l :>*p)؇A50_ɿNPuŤx_}CdZָMĻ6A1Mb1Fi\ډP\Wr956E4F8JyeaĈU[庌 wzj3(rNmKs%7~urVډPqAɏZe[8oW}}sׅٴ* my+$Wz ծM5䁣fډjx_3k&]?ɫf7p\ޔ^Xft')K3NmZ!gdl&*r|>\r s Yrj.SB^3~$뱿v?1FlŇ~>ؿ 0:ڷ-yuB08LA]Z}zڎu['=]bY|D261gGn үש3+?}΃j<<3B r7?}g;n4GHf1^~e#,ʕX\Vr3>:@1Asz2Qb%~RYM/wU^3$$2Ӟ'uXc?9pFؿ 'ɞ?nMJ  #2~Rl$n C>]_* 1c(2QYDQGpY'kːDY?iVvCc3/%{Tuy<_/Kj2UN{ODba]Oz%{=J!0?WMiER`sXPjzqԑGfֵU^3r$ֲVC Der/Nu'@( #2>zC1Asz2Qa+&S:KHf(FVzmٿD[y5 #Stʮ6Djه S<}2WTһ$Ґ??%[ neZjTo]C3Or*`Dba=Xd -|a_&=v0Zsݿ(}?\?S/L|<>M*\ἂ #$3>x38>qwmbh;ZxrL! NX8i~Fde|s0 '@C֓ }НLojDL<.OI,xheW?Ӓ{A$c3Qa]|؁q;W1Wan߇[35c3Qa ؗdy)篡1LTdy)篡1eyuץM6봺C7>f(˘rf|{h#2ɃDѽCOܗ03oC?V Pxe R 77ܐ|&D'"~/fqNd }v5f1>hpo7`?rάf9G+G c oxEs9%6!Ƙ@~d3oc;P{}}ZX )y$4!yx˲odB~+ 8U\4y18JsI,zOZUrfN&ox??L>2d?E0X؟3{vo|%|?gNy2骉3g}KTywy2/XJ^c[]'8BUS&t>|2e ?{;slK?7_=MtԶ(Si˚_."%Snyh)#(ُ}v{}KW6t刂<FW° s͓%\2wO-`* &Cڧ:Z=?%>}av p@kDt}9lknst\,d>L25o ' G6bcy"z&C5pә`!A&c%_D}+_ _tqd_<0o}ޜJb2d{C032 O6_~)|ႰꪫPo)ed#6<䬰S5P/ڪ.wԳ0?b?Q oq }spwm݆ (a |6vE_l|!Ek_kcEgIF C3fHH5})4=|7‡'8dwh%*83ZS^{r\Z/`3$Oo KbLD}.wD4A/lEn_G87v-0a蠇VᩧvocIW~VUI16Њaw>գ/woypvIzEyQ~PЂ0ı꟯ӱx):=ǫuٖGIGc:*f㿂|D%ƘGh|܆}'ilKH&]Ay)5ۑ잌򌀼1c%G&ܗ8P_梅#Ւ+G$qCbR~Th ֧g3/u߾aWLj.iU^۹{)+ qs+yAT[8Ιh%BIЄp+-90-L8)s kcV\pAb} f/%߇ekOyw8_]ܹa Dk|PRSC1R Z g߇ew_3l!OEWDKj͙Y.PF14# e޼9a= ]zih)/W Xɀ62#]X;4|k[/D0}n_k>3a)aYsƢ_Z{p /(4Y@k tjt!; #3- ɤច_:8ЁoJ%\2IIJNb9B;= M&2`iwЊ `}F*g@3<,"B[<P&jͱ3mؗ+4BbMbcP#Ob9 HƖ*I7p \S?2[Ė*I[wcT/-XmQm!mgGYKEw=mf/e[Q> <`i)P9m(^I?AqFǺ))AR#Pe9⤉63ZY2C܏b13b8>-JtXCD2'ݎX.#yU{$$HIhL/$?mk!i:*ؾW %5cSn.5gh˲t$>OϿ54 LRt9k.dc oć2GX쉀jߩR5֚ϙ3|%5[lDyF*si;gI;RR$SBVisV1Px[j2'ƟFfb@0 ݮ}V1U({ʿwܬcH,M *`) R9VArB1tC! Ҡ!Ck('C;`) R9VArB1tC! Ҡ!Ck('C;`) R9VArB1tC! Ҡ!Ck('C;`) R9VArB1tC! Ҡ!Ck('C;`) R9VArB1tC! Ҡ!Ck('C;`) R9VArB1tC! Ҡ!Ck('C;`) R9VArB1tC! Ҡ!Ck('C;`) R9VArB1tC! Ҡ!Ck('C;`) R9VArB1tC! Ҡ!Ck('C;`) R9VArB1tC! Ҡ!Ck('C;`) R9VArB1tC! Ҡ!Ck('C;`) R9VArB1tC! Ҡ!Ck('C;`) R9VArB1tC! Ҡ!Ck('C;`) R9VArB1tC! Ҡ!Ck('C;`) R9VArB1tC! Ҡ!Ck('C;`) R9VArB1tC! Ҡ!Ck('C;`) R9VArB1tC! Ҡ!Ck('C;`) R9VArB1tC! Ҡ!Ck('C;`) R9VArB1tC! Ҡ!Ck('C;`) R9VArB1tC! Ҡ!Ck('C;'M8M $[rjTQN <w(R rȭ!m>{xB<~@AB#XJTUx щG@CmMbЯƝ* 28b8GcpB,AB**QN<w(R rhcpB,AB**QN<w(R rhcpB,AB**QN<w(RB{L%< F^ iZ F9E:QcLT:Z1FNСKi&g9I,Pkz :'IR9gq1C'S]RP]P*Qh.A;AB,kΓ+Q3q2($C;`) R9VApETt$uTͭ>"V' C;:5qwyhA.6BDH٘"iZPj 22R6&>H?ಌ? a#DI =.,H!ecRyhA9\ŻǙ{~>|y~7Or/~IXN4;G&%p_i@ÿ^>CCC,٦8'/]!?05}ooiaRH瞑y?7fӦLw__߲-0I9CoDZx.2.2./M9CoDZx.2.2./M9CoDZx.2>S; Jra57hT)$C,+DŽG o\2:GFʳ7~P>1⧐̺aǘ:!?yz0Ef0&JB?`jWSHf?L|͏8hor Q}·K1/ ZG ڌzL> S{9+),4ߨA_&?_b9c*Lb.g/CMBjɧa<(/:؟vߜt"cqo^.lf@'IJ;޼\Ɵ-of@'IJ;޼\Ɵ-of@'IJ;޼\Ɵ-of@'IJ;޼\Ɵ-of@'IJ;޼\Ɵ-of@'IJ;޼\Ɵ-of@'IJ;޼\Ɵ-Ɖ=.+^A|,i#dXZpo^Bj_/:8>U}˂}w^l. Z'%aR89^nQֿj5c-)1{̇΅f yOO6ͫ7&?ȾtG=c񧸣O'y3K#|č»қ}K@ t_p^{<ĂjH6 <>7=Y_Xl6d^_ĚUz~9>qo cg>b~:o@/b1cEh4z3^1'JN"vUkϫ1\:dq91byx15X奨SVӿd]D'q7ӰXoՇ?a^|ˋm6 ߓaIOtɿn='Ww՟\n#TGu뵯}5}N ٴcҎFr'd<SO~j߾' _ ?R/q5qsICxW])G~Ӊ5]eTtdH: lR-oolNfgw47%L'fg>O9v m^KOϟrZ`SO=o{gƌ׼FVug .>Zpw9^אf)oڿjeQ@%C?/{d||>_xAc=*a/`:C-^2#GVwH?(۪艳,i}k:埯b{~Yo|w#J`M_|+LYJ~SrMmok2? 4va[ l0B|Jjn_돺oOgi/`:VI#\dz9.Ϣyvc+ j2ܹsd/x~*:_v, cŸPWdV1Ou+ j4z3ON%(V'o6ۧ5|&Iƭc<+q8+< ='FɣȬR_dN}Map6tb*Xkx(OTԼmƳ޳S%!0FƳ@g}E͙PO[յK7;_~H1FƳ@sug}EYP (]K+ pQlIl":R1'r9 0ƌ)g:4bhTǯhX{M]e5FY_Qrs;ucA6*q%fX| f[xVP#x㚌۶*Nܜy ,"4k޳k|>><3sMW/}g\?ϑ3Ou+ j4z3 \,>ƳS`wΏ9F17$~cGn. Z| [xVU=+J۞bltM2n_tD1+Y_QG# |A犻NkǍ5ȬbV1he.7U#FΎ&"IŞ阷Nѭ#Ȭb.E>Ƴj;Vy#gl 3>ɸ5?k3 qѸ=Ȭb>&V1鋸eTn+I8vAv X1YAɣȬbBjf>2:*q%z Y4[xVP#1E\;7gB]e5FY_Qrs_kϺiɷ5Ʈ.q%fX<u+ϊrWm&\;<ܜy [xVP{JoM{1E"'T h:@A6v/_!?Ǜה,))fI3A[~uF6(?8$3Vw.qgwD@'^;8}^\: c%6Y 4쯼;\Q3vsߠːc(6Y 4ct Y[s-,h*Fa4,'f.1lsld @Sx)lݧKl߱%@M|:u.qF 40}Y$T0^ʧh [7[wld @Sx)lݧKl߱%@M|:u.qg qZӁ 6PWw5YuͱG&Pw잟w6wq~T/Ak%MXA:aݭ=诱_׍B¿ߴ2`wncsvC{q O,D&KMEP^e4u.qߴ_#ن*p¯ Zrau< o2|2:zꭺT8=(/yf}䟖.Ts$yflΝkyŭz^꡺NuipYO6h=<2*VzM_wVVe^}`HDTTcשo9f0w7\m>Y[T>ႅ_W7@i\d 'TC9fb*n]9!4Enf:! l};k5kk[13r, ی- +O1!kWKG!č+O&˗-@Zz2h2[2? &cc#5yo~  M?jǓw>);8xb^b2XFYu΋}f~20 !Ɉvɴ!Z񷌿6F!eas@>d(k_ekaB^?lNT§ e-lmLYcՐu8w?VnpmiY5ܐo oU+pD0CvK/ũ_c?qkrMףNGȪߒ78@A2@:!;%7*kq6? B79?Wk|/9ͣZe1cae0cЏjNy@Jܹs}xdhz̙Gϟ1;3G92`X`c3dnNyMW2\͹p jqfa;8=V5?T=/ŵߩ#Az={ ~T_߲=5kgi38}ԭ@T{Rqkc?y?=q\^'*Aj5 =wL.r ;ycj1jNy忶U稌Vdܳ׬"&iՐ!{0Ǒ32K޶AL%(sHPV nUbp ș Ccί48t d@]o3x&0Yw @tY`rb wllI0mhJXbU/?Xevlv L& |lёthi5'g(olذ% Džb/oژ$L5PA/{Oϗ[L0\o/Z^/0ڧ4] x#,__KmLWI?AQAָ5b_7 /:4X6%m9 cVGp9`ƸFƻ }͏:@u'=" g`5({}ZR? sc T(kFDKQH2)yj' ~$t?L~=`y>shXq@e[dEQ ecXbBjW3$7Q?㽎.\""Ê`кlKH7 0%_ ''JAd^WYʏ'tɟڢz?̀ԗ"LzptmQ3Y27Myȟcngِk'/yj3fȡNcSM[AE9e_e_Oo%\uA6uoe(FW~2ENms't5~n?A6s$X; ƒ<&-%iP}^0z|m{;e"u_붪דooQv9S߮vJۨXrl' Q5|#N7ƭ/}^L>(Շ6m%7:eفSCHSznj$Xq? q}95mJz(ď HvXq0ǽ*?hΆy>㯋SZ_vɯ1Rvʜ?&51ߎvu-х91lG6176 Oxx&OEgs( (o W{Qp, &%c]%Y=|+D7"b{oOQuYdi=JUkwq sytW8 n>Yawx7pE% p0>ph ԋ.+6O 5LKd0uI&A:4߱}.p%2 KBIЃ>}7,Ϡpx۫#Wq?CY]1#&/OƺK4 zP?5ƿR~\/ ٗǿ/VvY,Ge_8!Tۓa}fR`Tp {U=~I@5_ Q?L$K~&c|k<"gĥ4=Q4v_8~я/z!R~(dJܞ%A=/-cR_8P7[@$p~/kUJ矆C؁A_iֈ4 N}>KѾ=wN{Ǻ?4 ƋҜcwGl^~?&&!~V̤9;vrȘU|:F&C;[yqh9C Bg2A;i2׶ڏnvBIP3Tpo{;X<|_?p'Mk&X-%*QvB Gc?_ʦ${ԙQ?+Ci=G@zZRJ쉡IKJNG̸c~QIR$LO_~3ʠD 69T vbILkagS?Jz}`د3J'Ƙvb".s t&vB)<sS;kzUs $ _Ƭ0)3\97Dvb"Ő`zXp@vb"ł $Ӽ\XQ eډk` 8JwL;1b 0 LraG)i'&Rl%.VB*L{ R˴)}#jpGEUΫ#!yQP^03А `GXx[<ʐIdb_/c(z钂76,cAۯ+g{O!Oo3u%YOjCk~_O kS="c&7P`a*?GEeISnjTq 7Lb[:vtțX ?׎cwCaI Q`T ;v0I&~,P:|dʟ'xQ׃ ,)_*$F~9_i'&Rkbc?_ .kYf~yFÁ< ACڰ|3LKɜN?r7C ٔc߀lL`WOַP-1Ӱ$~m&Q緢9(oGvvӐW-_Ɔre'Ӧ=pHcaM,3q3BRegnye0RF/o2<k(i; 5Xf~XgH^\sxU3j:]SMy'wqϸ8͞l̅1/N>诱׺;cM{io̚k9׽$M0&#Nſ~5^)pWWWvyn&#oȿ1by3g߯'Άt-N`fJzX=ǰ,376 N0<6 ݠzbOsa4S1?v)o͔f 07=?~O+v_W\+a( HKjLkeii<}p